|
1401 | 1401 | "shape":"Integer",
|
1402 | 1402 | "documentation":"<p>The custom port to use when connecting to a workgroup. Valid port ranges are 5431-5455 and 8191-8215. The default is 5439.</p>"
|
1403 | 1403 | },
|
| 1404 | + "pricePerformanceTarget":{ |
| 1405 | + "shape":"PerformanceTarget", |
| 1406 | + "documentation":"<p>An object that represents the price performance target settings for the workgroup.</p>" |
| 1407 | + }, |
1404 | 1408 | "publiclyAccessible":{
|
1405 | 1409 | "shape":"Boolean",
|
1406 | 1410 | "documentation":"<p>A value that specifies whether the workgroup can be accessed from a public network.</p>"
|
|
2597 | 2601 | },
|
2598 | 2602 | "ParameterKey":{"type":"string"},
|
2599 | 2603 | "ParameterValue":{"type":"string"},
|
| 2604 | + "PerformanceTarget":{ |
| 2605 | + "type":"structure", |
| 2606 | + "members":{ |
| 2607 | + "level":{ |
| 2608 | + "shape":"PerformanceTargetLevelInteger", |
| 2609 | + "documentation":"<p>The target price performance level for the workgroup. Valid values include 1, 25, 50, 75, and 100. These correspond to the price performance levels LOW_COST, ECONOMICAL, BALANCED, RESOURCEFUL, and HIGH_PERFORMANCE.</p>" |
| 2610 | + }, |
| 2611 | + "status":{ |
| 2612 | + "shape":"PerformanceTargetStatus", |
| 2613 | + "documentation":"<p>Whether the price performance target is enabled for the workgroup.</p>" |
| 2614 | + } |
| 2615 | + }, |
| 2616 | + "documentation":"<p>An object that represents the price performance target settings for the workgroup.</p>" |
| 2617 | + }, |
| 2618 | + "PerformanceTargetLevelInteger":{ |
| 2619 | + "type":"integer", |
| 2620 | + "box":true, |
| 2621 | + "max":100, |
| 2622 | + "min":1 |
| 2623 | + }, |
| 2624 | + "PerformanceTargetStatus":{ |
| 2625 | + "type":"string", |
| 2626 | + "enum":[ |
| 2627 | + "ENABLED", |
| 2628 | + "DISABLED" |
| 2629 | + ] |
| 2630 | + }, |
2600 | 2631 | "PutResourcePolicyRequest":{
|
2601 | 2632 | "type":"structure",
|
2602 | 2633 | "required":[
|
|
3616 | 3647 | "shape":"Integer",
|
3617 | 3648 | "documentation":"<p>The custom port to use when connecting to a workgroup. Valid port ranges are 5431-5455 and 8191-8215. The default is 5439.</p>"
|
3618 | 3649 | },
|
| 3650 | + "pricePerformanceTarget":{ |
| 3651 | + "shape":"PerformanceTarget", |
| 3652 | + "documentation":"<p>An object that represents the price performance target settings for the workgroup.</p>" |
| 3653 | + }, |
3619 | 3654 | "publiclyAccessible":{
|
3620 | 3655 | "shape":"Boolean",
|
3621 | 3656 | "documentation":"<p>A value that specifies whether the workgroup can be accessible from a public network.</p>"
|
|
3824 | 3859 | "shape":"Integer",
|
3825 | 3860 | "documentation":"<p>The custom port to use when connecting to a workgroup. Valid port ranges are 5431-5455 and 8191-8215. The default is 5439.</p>"
|
3826 | 3861 | },
|
| 3862 | + "pricePerformanceTarget":{ |
| 3863 | + "shape":"PerformanceTarget", |
| 3864 | + "documentation":"<p>An object that represents the price performance target settings for the workgroup.</p>" |
| 3865 | + }, |
3827 | 3866 | "publiclyAccessible":{
|
3828 | 3867 | "shape":"Boolean",
|
3829 | 3868 | "documentation":"<p>A value that specifies whether the workgroup can be accessible from a public network.</p>"
|
|
0 commit comments