aws-sdk-emr 1.38.0 → 1.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-emr.rb +1 -1
- data/lib/aws-sdk-emr/client.rb +2 -1
- data/lib/aws-sdk-emr/types.rb +18 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d44a2f1087f32075117d40f90ea3a453e5589340ed21d96672613e0beb50b2d1
|
|
4
|
+
data.tar.gz: 16f340333756c2a9b90048ae83f85374ae864c76a5f55eab979fe6ba8b2c7958
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: efa658bf409212e9b8e38c1dd254b364c845ff07f1515d1c6ed88af13796c1c149bae861035e55dd7f2d88be471c57dfde9490ce9a2d00a79fe521d1fcb2dac8
|
|
7
|
+
data.tar.gz: 8ff3eb4a05ddc2dbdcb56cc7c9e5ccd964002be867e9cf488eb0bed0581a3e29f9e1772ef82ef6d3b5df76735be463e68b52d3294d6f3d965daa25f5f065d9df
|
data/lib/aws-sdk-emr.rb
CHANGED
data/lib/aws-sdk-emr/client.rb
CHANGED
|
@@ -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.
|
|
2912
|
+
context[:gem_version] = '1.39.0'
|
|
2912
2913
|
Seahorse::Client::Request.new(handlers, context)
|
|
2913
2914
|
end
|
|
2914
2915
|
|
data/lib/aws-sdk-emr/types.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|