|
993 | 993 | "smithy.api#documentation": "<p>The maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries. The max capacity is specified in RPUs.</p>"
|
994 | 994 | }
|
995 | 995 | },
|
| 996 | + "pricePerformanceTarget": { |
| 997 | + "target": "com.amazonaws.redshiftserverless#PerformanceTarget", |
| 998 | + "traits": { |
| 999 | + "smithy.api#documentation": "<p>An object that represents the price performance target settings for the workgroup.</p>" |
| 1000 | + } |
| 1001 | + }, |
996 | 1002 | "ipAddressType": {
|
997 | 1003 | "target": "com.amazonaws.redshiftserverless#IpAddressType",
|
998 | 1004 | "traits": {
|
|
3669 | 3675 | "com.amazonaws.redshiftserverless#ParameterValue": {
|
3670 | 3676 | "type": "string"
|
3671 | 3677 | },
|
| 3678 | + "com.amazonaws.redshiftserverless#PerformanceTarget": { |
| 3679 | + "type": "structure", |
| 3680 | + "members": { |
| 3681 | + "status": { |
| 3682 | + "target": "com.amazonaws.redshiftserverless#PerformanceTargetStatus", |
| 3683 | + "traits": { |
| 3684 | + "smithy.api#documentation": "<p>Whether the price performance target is enabled for the workgroup.</p>" |
| 3685 | + } |
| 3686 | + }, |
| 3687 | + "level": { |
| 3688 | + "target": "smithy.api#Integer", |
| 3689 | + "traits": { |
| 3690 | + "smithy.api#documentation": "<p>The target price performance level for the workgroup. Valid values include 1, 25, 50, 75, and 100. These\n correspond to the price performance levels LOW_COST, ECONOMICAL, BALANCED, RESOURCEFUL, and HIGH_PERFORMANCE.</p>", |
| 3691 | + "smithy.api#range": { |
| 3692 | + "min": 1, |
| 3693 | + "max": 100 |
| 3694 | + } |
| 3695 | + } |
| 3696 | + } |
| 3697 | + }, |
| 3698 | + "traits": { |
| 3699 | + "smithy.api#documentation": "<p>An object that represents the price performance target settings for the workgroup.</p>" |
| 3700 | + } |
| 3701 | + }, |
| 3702 | + "com.amazonaws.redshiftserverless#PerformanceTargetStatus": { |
| 3703 | + "type": "string", |
| 3704 | + "traits": { |
| 3705 | + "smithy.api#enum": [ |
| 3706 | + { |
| 3707 | + "name": "ENABLED", |
| 3708 | + "value": "ENABLED" |
| 3709 | + }, |
| 3710 | + { |
| 3711 | + "name": "DISABLED", |
| 3712 | + "value": "DISABLED" |
| 3713 | + } |
| 3714 | + ] |
| 3715 | + } |
| 3716 | + }, |
3672 | 3717 | "com.amazonaws.redshiftserverless#PutResourcePolicy": {
|
3673 | 3718 | "type": "operation",
|
3674 | 3719 | "input": {
|
|
6561 | 6606 | "traits": {
|
6562 | 6607 | "smithy.api#documentation": "<p>The IP address type that the workgroup supports. Possible values are <code>ipv4</code> and <code>dualstack</code>.</p>"
|
6563 | 6608 | }
|
| 6609 | + }, |
| 6610 | + "pricePerformanceTarget": { |
| 6611 | + "target": "com.amazonaws.redshiftserverless#PerformanceTarget", |
| 6612 | + "traits": { |
| 6613 | + "smithy.api#documentation": "<p>An object that represents the price performance target settings for the workgroup.</p>" |
| 6614 | + } |
6564 | 6615 | }
|
6565 | 6616 | },
|
6566 | 6617 | "traits": {
|
|
6942 | 6993 | "traits": {
|
6943 | 6994 | "smithy.api#documentation": "<p>The IP address type that the workgroup supports. Possible values are <code>ipv4</code> and <code>dualstack</code>.</p>"
|
6944 | 6995 | }
|
| 6996 | + }, |
| 6997 | + "pricePerformanceTarget": { |
| 6998 | + "target": "com.amazonaws.redshiftserverless#PerformanceTarget", |
| 6999 | + "traits": { |
| 7000 | + "smithy.api#documentation": "<p>An object that represents the price performance target settings for the workgroup.</p>" |
| 7001 | + } |
6945 | 7002 | }
|
6946 | 7003 | },
|
6947 | 7004 | "traits": {
|
|
0 commit comments