|
2833 | 2833 | "sdkId": "EMR", |
2834 | 2834 | "arnNamespace": "elasticmapreduce", |
2835 | 2835 | "cloudFormationName": "EMR", |
2836 | | - "cloudTrailEventSource": "emr.amazonaws.com", |
| 2836 | + "cloudTrailEventSource": "elasticmapreduce.amazonaws.com", |
2837 | 2837 | "docId": "elasticmapreduce-2009-03-31", |
2838 | 2838 | "endpointPrefix": "elasticmapreduce" |
2839 | 2839 | }, |
|
5715 | 5715 | "traits": { |
5716 | 5716 | "smithy.api#documentation": "<p>The custom AMI ID to use for the instance type.</p>" |
5717 | 5717 | } |
| 5718 | + }, |
| 5719 | + "Priority": { |
| 5720 | + "target": "com.amazonaws.emr#NonNegativeDouble", |
| 5721 | + "traits": { |
| 5722 | + "smithy.api#documentation": "<p>The priority at which Amazon EMR launches the Amazon EC2 instances with this instance type. \n Priority starts at 0, which is the highest priority. Amazon EMR considers the highest priority first.</p>" |
| 5723 | + } |
5718 | 5724 | } |
5719 | 5725 | }, |
5720 | 5726 | "traits": { |
|
5777 | 5783 | "traits": { |
5778 | 5784 | "smithy.api#documentation": "<p>The custom AMI ID to use for the instance type.</p>" |
5779 | 5785 | } |
| 5786 | + }, |
| 5787 | + "Priority": { |
| 5788 | + "target": "com.amazonaws.emr#NonNegativeDouble", |
| 5789 | + "traits": { |
| 5790 | + "smithy.api#documentation": "<p>The priority at which Amazon EMR launches the Amazon EC2 instances with this instance type. \n Priority starts at 0, which is the highest priority. Amazon EMR considers the highest priority first.</p>" |
| 5791 | + } |
5780 | 5792 | } |
5781 | 5793 | }, |
5782 | 5794 | "traits": { |
|
7807 | 7819 | "traits": { |
7808 | 7820 | "smithy.api#enumValue": "lowest-price" |
7809 | 7821 | } |
| 7822 | + }, |
| 7823 | + "PRIORITIZED": { |
| 7824 | + "target": "smithy.api#Unit", |
| 7825 | + "traits": { |
| 7826 | + "smithy.api#enumValue": "prioritized" |
| 7827 | + } |
7810 | 7828 | } |
7811 | 7829 | } |
7812 | 7830 | }, |
|
7817 | 7835 | "target": "com.amazonaws.emr#OnDemandProvisioningAllocationStrategy", |
7818 | 7836 | "traits": { |
7819 | 7837 | "smithy.api#clientOptional": {}, |
7820 | | - "smithy.api#documentation": "<p>Specifies the strategy to use in launching On-Demand instance fleets. Currently, the\n only option is <code>lowest-price</code> (the default), which launches the lowest price\n first.</p>", |
| 7838 | + "smithy.api#documentation": "<p>Specifies the strategy to use in launching On-Demand instance fleets. Available\n options are <code>lowest-price</code> and <code>prioritized</code>. <code>lowest-price</code>\n specifies to launch the instances with the lowest price first, and <code>prioritized</code> specifies\n that Amazon EMR should launch the instances with the highest priority first. The default is\n <code>lowest-price</code>.</p>", |
7821 | 7839 | "smithy.api#required": {} |
7822 | 7840 | } |
7823 | 7841 | }, |
|
9225 | 9243 | "traits": { |
9226 | 9244 | "smithy.api#enumValue": "diversified" |
9227 | 9245 | } |
| 9246 | + }, |
| 9247 | + "CAPACITY_OPTIMIZED_PRIORITIZED": { |
| 9248 | + "target": "smithy.api#Unit", |
| 9249 | + "traits": { |
| 9250 | + "smithy.api#enumValue": "capacity-optimized-prioritized" |
| 9251 | + } |
9228 | 9252 | } |
9229 | 9253 | } |
9230 | 9254 | }, |
|
9256 | 9280 | "AllocationStrategy": { |
9257 | 9281 | "target": "com.amazonaws.emr#SpotProvisioningAllocationStrategy", |
9258 | 9282 | "traits": { |
9259 | | - "smithy.api#documentation": "<p>Specifies one of the following strategies to launch Spot Instance fleets: <code>price-capacity-optimized</code>, <code>capacity-optimized</code>, <code>lowest-price</code>, or <code>diversified</code>. For more information on the provisioning strategies, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html\">Allocation strategies for Spot Instances</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>\n <note>\n <p>When you launch a Spot Instance fleet with the old console, it automatically launches with the <code>capacity-optimized</code> strategy. You can't change the allocation strategy from the old console.</p>\n </note>" |
| 9283 | + "smithy.api#documentation": "<p>Specifies one of the following strategies to launch Spot Instance fleets: \n <code>capacity-optimized</code>, <code>price-capacity-optimized</code>, <code>lowest-price</code>, or \n <code>diversified</code>, and <code>capacity-optimized-prioritized</code>. For more information on the provisioning strategies, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html\">Allocation strategies for Spot Instances</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>\n <note>\n <p>When you launch a Spot Instance fleet with the old console, it automatically launches with the <code>capacity-optimized</code> strategy. You can't change the allocation strategy from the old console.</p>\n </note>" |
9260 | 9284 | } |
9261 | 9285 | } |
9262 | 9286 | }, |
|
0 commit comments