|
2322 | 2322 | },
|
2323 | 2323 | "BidPrice":{
|
2324 | 2324 | "shape":"String",
|
2325 |
| - "documentation":"<p>The bid price for each EC2 Spot Instance type as defined by <code>InstanceType</code>. Expressed in USD. If neither <code>BidPrice</code> nor <code>BidPriceAsPercentageOfOnDemandPrice</code> is provided, <code>BidPriceAsPercentageOfOnDemandPrice</code> defaults to 100%.</p>" |
| 2325 | + "documentation":"<p>If specified, indicates that the instance group uses Spot Instances. This is the maximum price you are willing to pay for Spot Instances. Specify <code>OnDemandPrice</code> to set the amount equal to the On-Demand price, or specify an amount in USD.</p>" |
2326 | 2326 | },
|
2327 | 2327 | "InstanceType":{
|
2328 | 2328 | "shape":"InstanceType",
|
|
2397 | 2397 | },
|
2398 | 2398 | "BidPrice":{
|
2399 | 2399 | "shape":"XmlStringMaxLen256",
|
2400 |
| - "documentation":"<p>The bid price for each EC2 Spot Instance as defined by <code>InstanceType</code>. Expressed in USD. If neither <code>BidPrice</code> nor <code>BidPriceAsPercentageOfOnDemandPrice</code> is provided, <code>BidPriceAsPercentageOfOnDemandPrice</code> defaults to 100%.</p>" |
| 2400 | + "documentation":"<p>If specified, indicates that the instance group uses Spot Instances. This is the maximum price you are willing to pay for Spot Instances. Specify <code>OnDemandPrice</code> to set the amount equal to the On-Demand price, or specify an amount in USD.</p>" |
2401 | 2401 | },
|
2402 | 2402 | "InstanceType":{
|
2403 | 2403 | "shape":"InstanceType",
|
|
2456 | 2456 | },
|
2457 | 2457 | "BidPrice":{
|
2458 | 2458 | "shape":"XmlStringMaxLen256",
|
2459 |
| - "documentation":"<p>The bid price for each EC2 Spot Instance as defined by <code>InstanceType</code>. Expressed in USD. If neither <code>BidPrice</code> nor <code>BidPriceAsPercentageOfOnDemandPrice</code> is provided, <code>BidPriceAsPercentageOfOnDemandPrice</code> defaults to 100%.</p>" |
| 2459 | + "documentation":"<p>If specified, indicates that the instance group uses Spot Instances. This is the maximum price you are willing to pay for Spot Instances. Specify <code>OnDemandPrice</code> to set the amount equal to the On-Demand price, or specify an amount in USD.</p>" |
2460 | 2460 | },
|
2461 | 2461 | "InstanceType":{
|
2462 | 2462 | "shape":"InstanceType",
|
|
3526 | 3526 | },
|
3527 | 3527 | "StepConcurrencyLevel":{
|
3528 | 3528 | "shape":"Integer",
|
3529 |
| - "documentation":"<p>The number of steps that can be executed concurrently. You can specify a maximum of 256 steps. </p>" |
| 3529 | + "documentation":"<p>The number of steps that can be executed concurrently. You can specify a minimum of 1 step and a maximum of 256 steps. </p>" |
3530 | 3530 | }
|
3531 | 3531 | }
|
3532 | 3532 | },
|
|
3685 | 3685 | "type":"list",
|
3686 | 3686 | "member":{"shape":"NotebookExecutionSummary"}
|
3687 | 3687 | },
|
| 3688 | + "OnDemandCapacityReservationOptions":{ |
| 3689 | + "type":"structure", |
| 3690 | + "members":{ |
| 3691 | + "UsageStrategy":{ |
| 3692 | + "shape":"OnDemandCapacityReservationUsageStrategy", |
| 3693 | + "documentation":"<p>Indicates whether to use unused Capacity Reservations for fulfilling On-Demand capacity.</p> <p>If you specify <code>use-capacity-reservations-first</code>, the fleet uses unused Capacity Reservations to fulfill On-Demand capacity up to the target On-Demand capacity. If multiple instance pools have unused Capacity Reservations, the On-Demand allocation strategy (<code>lowest-price</code>) is applied. If the number of unused Capacity Reservations is less than the On-Demand target capacity, the remaining On-Demand target capacity is launched according to the On-Demand allocation strategy (<code>lowest-price</code>).</p> <p>If you do not specify a value, the fleet fulfils the On-Demand capacity according to the chosen On-Demand allocation strategy.</p>" |
| 3694 | + }, |
| 3695 | + "CapacityReservationPreference":{ |
| 3696 | + "shape":"OnDemandCapacityReservationPreference", |
| 3697 | + "documentation":"<p>Indicates the instance's Capacity Reservation preferences. Possible preferences include:</p> <ul> <li> <p> <code>open</code> - The instance can run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).</p> </li> <li> <p> <code>none</code> - The instance avoids running in a Capacity Reservation even if one is available. The instance runs as an On-Demand Instance.</p> </li> </ul>" |
| 3698 | + } |
| 3699 | + }, |
| 3700 | + "documentation":"<p>Describes the strategy for using unused Capacity Reservations for fulfilling On-Demand capacity.</p>" |
| 3701 | + }, |
| 3702 | + "OnDemandCapacityReservationPreference":{ |
| 3703 | + "type":"string", |
| 3704 | + "enum":[ |
| 3705 | + "open", |
| 3706 | + "none" |
| 3707 | + ] |
| 3708 | + }, |
| 3709 | + "OnDemandCapacityReservationUsageStrategy":{ |
| 3710 | + "type":"string", |
| 3711 | + "enum":["use-capacity-reservations-first"] |
| 3712 | + }, |
3688 | 3713 | "OnDemandProvisioningAllocationStrategy":{
|
3689 | 3714 | "type":"string",
|
3690 | 3715 | "enum":["lowest-price"]
|
|
3695 | 3720 | "members":{
|
3696 | 3721 | "AllocationStrategy":{
|
3697 | 3722 | "shape":"OnDemandProvisioningAllocationStrategy",
|
3698 |
| - "documentation":"<p> Specifies the strategy to use in launching On-Demand Instance fleets. Currently, the only option is lowest-price (the default), which launches the lowest price first. </p>" |
| 3723 | + "documentation":"<p>Specifies the strategy to use in launching On-Demand instance fleets. Currently, the only option is <code>lowest-price</code> (the default), which launches the lowest price first.</p>" |
| 3724 | + }, |
| 3725 | + "CapacityReservationOptions":{ |
| 3726 | + "shape":"OnDemandCapacityReservationOptions", |
| 3727 | + "documentation":"<p>The launch specification for On-Demand instances in the instance fleet, which determines the allocation strategy.</p>" |
3699 | 3728 | }
|
3700 | 3729 | },
|
3701 | 3730 | "documentation":"<p> The launch specification for On-Demand Instances in the instance fleet, which determines the allocation strategy. </p> <note> <p>The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions. On-Demand Instances allocation strategy is available in Amazon EMR version 5.12.1 and later.</p> </note>"
|
|
0 commit comments