lib/aws-sdk-emr/client.rb in aws-sdk-emr-1.38.0 vs lib/aws-sdk-emr/client.rb in aws-sdk-emr-1.39.0

- old
+ new

@@ -2401,10 +2401,11 @@ # # @option params [Types::ManagedScalingPolicy] :managed_scaling_policy # The specified managed scaling policy for an Amazon EMR cluster. # # @option params [Array<Types::PlacementGroupConfig>] :placement_group_configs + # The specified placement group configuration for an Amazon EMR cluster. # # @return [Types::RunJobFlowOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::RunJobFlowOutput#job_flow_id #job_flow_id} => String # * {Types::RunJobFlowOutput#cluster_arn #cluster_arn} => String @@ -2906,10 +2907,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-emr' - context[:gem_version] = '1.38.0' + context[:gem_version] = '1.39.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #