aws-sdk-emr 1.38.0 → 1.39.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bbe9b21c98196adbb027fe6c58a2ece361044de4401630fc82b9f6f9a96fb9c6
4
- data.tar.gz: fe1ba628967a74b7e64d707706b29c3eebe8e6d8e1eceb7e633883a3a0808c5a
3
+ metadata.gz: d44a2f1087f32075117d40f90ea3a453e5589340ed21d96672613e0beb50b2d1
4
+ data.tar.gz: 16f340333756c2a9b90048ae83f85374ae864c76a5f55eab979fe6ba8b2c7958
5
5
  SHA512:
6
- metadata.gz: 035e3ea1d983593f596cba271a27b0d4ab4bfaf4cc3537cbcccc34c6f4d0e824d54997d1cfb0e66efe5722fcf748abcaae318ceef38ef1af0609957f859ec552
7
- data.tar.gz: 66b0de0ed70e5bc7e348991af3db7e115eec63af70bbcf29a6974a47f0498e9cc9519d02ccb9a0cc4a88bc11bdfbae592c767db45a05bc7b3cc62548279a0e5d
6
+ metadata.gz: efa658bf409212e9b8e38c1dd254b364c845ff07f1515d1c6ed88af13796c1c149bae861035e55dd7f2d88be471c57dfde9490ce9a2d00a79fe521d1fcb2dac8
7
+ data.tar.gz: 8ff3eb4a05ddc2dbdcb56cc7c9e5ccd964002be867e9cf488eb0bed0581a3e29f9e1772ef82ef6d3b5df76735be463e68b52d3294d6f3d965daa25f5f065d9df
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-emr/customizations'
49
49
  # @!group service
50
50
  module Aws::EMR
51
51
 
52
- GEM_VERSION = '1.38.0'
52
+ GEM_VERSION = '1.39.0'
53
53
 
54
54
  end
@@ -2403,6 +2403,7 @@ module Aws::EMR
2403
2403
  # The specified managed scaling policy for an Amazon EMR cluster.
2404
2404
  #
2405
2405
  # @option params [Array<Types::PlacementGroupConfig>] :placement_group_configs
2406
+ # The specified placement group configuration for an Amazon EMR cluster.
2406
2407
  #
2407
2408
  # @return [Types::RunJobFlowOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2408
2409
  #
@@ -2908,7 +2909,7 @@ module Aws::EMR
2908
2909
  params: params,
2909
2910
  config: config)
2910
2911
  context[:gem_name] = 'aws-sdk-emr'
2911
- context[:gem_version] = '1.38.0'
2912
+ context[:gem_version] = '1.39.0'
2912
2913
  Seahorse::Client::Request.new(handlers, context)
2913
2914
  end
2914
2915
 
@@ -1001,6 +1001,7 @@ module Aws::EMR
1001
1001
  # @return [Integer]
1002
1002
  #
1003
1003
  # @!attribute [rw] placement_groups
1004
+ # Placement group configured for an Amazon EMR cluster.
1004
1005
  # @return [Array<Types::PlacementGroupConfig>]
1005
1006
  #
1006
1007
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/Cluster AWS API Documentation
@@ -4814,6 +4815,13 @@ module Aws::EMR
4814
4815
  include Aws::Structure
4815
4816
  end
4816
4817
 
4818
+ # Placement group configuration for an Amazon EMR cluster. The
4819
+ # configuration specifies the placement strategy that can be applied to
4820
+ # instance roles during cluster creation.
4821
+ #
4822
+ # To use this configuration, consider attaching managed policy
4823
+ # AmazonElasticMapReducePlacementGroupPolicy to the EMR role.
4824
+ #
4817
4825
  # @note When making an API call, you may pass PlacementGroupConfig
4818
4826
  # data as a hash:
4819
4827
  #
@@ -4823,9 +4831,17 @@ module Aws::EMR
4823
4831
  # }
4824
4832
  #
4825
4833
  # @!attribute [rw] instance_role
4834
+ # Role of the instance in the cluster.
4835
+ #
4836
+ # Starting with Amazon EMR version 5.23.0, the only supported instance
4837
+ # role is `MASTER`.
4826
4838
  # @return [String]
4827
4839
  #
4828
4840
  # @!attribute [rw] placement_strategy
4841
+ # EC2 Placement Group strategy associated with instance role.
4842
+ #
4843
+ # Starting with Amazon EMR version 5.23.0, the only supported
4844
+ # placement strategy is `SPREAD` for the `MASTER` instance role.
4829
4845
  # @return [String]
4830
4846
  #
4831
4847
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/PlacementGroupConfig AWS API Documentation
@@ -5666,6 +5682,8 @@ module Aws::EMR
5666
5682
  # @return [Types::ManagedScalingPolicy]
5667
5683
  #
5668
5684
  # @!attribute [rw] placement_group_configs
5685
+ # The specified placement group configuration for an Amazon EMR
5686
+ # cluster.
5669
5687
  # @return [Array<Types::PlacementGroupConfig>]
5670
5688
  #
5671
5689
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/RunJobFlowInput AWS API Documentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-emr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.38.0
4
+ version: 1.39.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-30 00:00:00.000000000 Z
11
+ date: 2020-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core