lib/aws-sdk-emr/client.rb in aws-sdk-emr-1.42.0 vs lib/aws-sdk-emr/client.rb in aws-sdk-emr-1.43.0
- old
+ new
@@ -404,10 +404,14 @@
# block_duration_minutes: 1,
# allocation_strategy: "capacity-optimized", # accepts capacity-optimized
# },
# on_demand_specification: {
# allocation_strategy: "lowest-price", # required, accepts lowest-price
+ # capacity_reservation_options: {
+ # usage_strategy: "use-capacity-reservations-first", # accepts use-capacity-reservations-first
+ # capacity_reservation_preference: "open", # accepts open, none
+ # },
# },
# },
# },
# })
#
@@ -1689,10 +1693,12 @@
# resp.instance_fleets[0].launch_specifications.spot_specification.timeout_duration_minutes #=> Integer
# resp.instance_fleets[0].launch_specifications.spot_specification.timeout_action #=> String, one of "SWITCH_TO_ON_DEMAND", "TERMINATE_CLUSTER"
# resp.instance_fleets[0].launch_specifications.spot_specification.block_duration_minutes #=> Integer
# resp.instance_fleets[0].launch_specifications.spot_specification.allocation_strategy #=> String, one of "capacity-optimized"
# resp.instance_fleets[0].launch_specifications.on_demand_specification.allocation_strategy #=> String, one of "lowest-price"
+ # resp.instance_fleets[0].launch_specifications.on_demand_specification.capacity_reservation_options.usage_strategy #=> String, one of "use-capacity-reservations-first"
+ # resp.instance_fleets[0].launch_specifications.on_demand_specification.capacity_reservation_options.capacity_reservation_preference #=> String, one of "open", "none"
# resp.marker #=> String
#
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/ListInstanceFleets AWS API Documentation
#
# @overload list_instance_fleets(params = {})
@@ -2170,11 +2176,11 @@
# @option params [required, String] :cluster_id
# The unique identifier of the cluster.
#
# @option params [Integer] :step_concurrency_level
# The number of steps that can be executed concurrently. You can specify
- # a maximum of 256 steps.
+ # a minimum of 1 step and a maximum of 256 steps.
#
# @return [Types::ModifyClusterOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::ModifyClusterOutput#step_concurrency_level #step_concurrency_level} => Integer
#
@@ -2964,10 +2970,14 @@
# block_duration_minutes: 1,
# allocation_strategy: "capacity-optimized", # accepts capacity-optimized
# },
# on_demand_specification: {
# allocation_strategy: "lowest-price", # required, accepts lowest-price
+ # capacity_reservation_options: {
+ # usage_strategy: "use-capacity-reservations-first", # accepts use-capacity-reservations-first
+ # capacity_reservation_preference: "open", # accepts open, none
+ # },
# },
# },
# },
# ],
# ec2_key_name: "XmlStringMaxLen256",
@@ -3431,10 +3441,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-emr'
- context[:gem_version] = '1.42.0'
+ context[:gem_version] = '1.43.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#