lib/aws-sdk-emr/client.rb in aws-sdk-emr-1.44.0 vs lib/aws-sdk-emr/client.rb in aws-sdk-emr-1.45.0

- old
+ new

@@ -407,10 +407,11 @@ # 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 + # capacity_reservation_resource_group_arn: "XmlStringMaxLen256", # }, # }, # }, # }, # }) @@ -788,13 +789,12 @@ # The ID of the Amazon EMR Studio Engine security group. The Engine # security group allows inbound network traffic from the Workspace # security group, and it must be in the same VPC specified by `VpcId`. # # @option params [required, String] :default_s3_location - # The default Amazon S3 location to back up Amazon EMR Studio Workspaces - # and notebook files. A Studio user can select an alternative Amazon S3 - # location when creating a Workspace. + # The Amazon S3 location to back up Amazon EMR Studio Workspaces and + # notebook files. # # @option params [Array<Types::Tag>] :tags # A list of tags to associate with the Amazon EMR Studio. Tags are # user-defined key-value pairs that consist of a required key string # with a maximum of 128 characters, and an optional value string with a @@ -1695,10 +1695,11 @@ # 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.instance_fleets[0].launch_specifications.on_demand_specification.capacity_reservation_options.capacity_reservation_resource_group_arn #=> String # resp.marker #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/ListInstanceFleets AWS API Documentation # # @overload list_instance_fleets(params = {}) @@ -2973,10 +2974,11 @@ # 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 + # capacity_reservation_resource_group_arn: "XmlStringMaxLen256", # }, # }, # }, # }, # ], @@ -3348,13 +3350,12 @@ # IDs previously associated with the Studio. The list order does not # matter. A Studio can have a maximum of 5 subnets. The subnets must # belong to the same VPC as the Studio. # # @option params [String] :default_s3_location - # A default Amazon S3 location to back up Workspaces and notebook files - # for the Amazon EMR Studio. A Studio user can select an alternative - # Amazon S3 location when creating a Workspace. + # The Amazon S3 location to back up Workspaces and notebook files for + # the Amazon EMR Studio. # # @return [Struct] Returns an empty {Seahorse::Client::Response response}. # # @example Request syntax with placeholder values # @@ -3441,10 +3442,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-emr' - context[:gem_version] = '1.44.0' + context[:gem_version] = '1.45.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #