aws-sdk-emr 1.2.0 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-emr.rb +1 -1
- data/lib/aws-sdk-emr/client.rb +18 -26
- data/lib/aws-sdk-emr/types.rb +55 -43
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 187744edf2a5e0337f2d53b0e93f8455a298bd9c
|
4
|
+
data.tar.gz: 8983a2dddfdc0360fbaedec35240f434e7cad79f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a32151318c97fa70a453734cde7ed7c3f11f7ef1d76f74a2579dec2534ab45822759eefdcc9d0fe5f7ab87a9d036f47162c50082793d52a8876b9580f95340a
|
7
|
+
data.tar.gz: d6b50d6c69d1c29ba19e8274c07ab19602aa9711e8de38db4f78d491251bbe6e16b5d22f951006eecaefccfcccc98aa7f73c6bcb16b3e153e98fb34e96dce15e
|
data/lib/aws-sdk-emr.rb
CHANGED
data/lib/aws-sdk-emr/client.rb
CHANGED
@@ -580,8 +580,7 @@ module Aws::EMR
|
|
580
580
|
end
|
581
581
|
|
582
582
|
# Provides cluster-level details including status, hardware and software
|
583
|
-
# configuration, VPC settings, and so on.
|
584
|
-
# cluster steps, see ListSteps.
|
583
|
+
# configuration, VPC settings, and so on.
|
585
584
|
#
|
586
585
|
# @option params [required, String] :cluster_id
|
587
586
|
# The identifier of the cluster to describe.
|
@@ -1613,31 +1612,24 @@ module Aws::EMR
|
|
1613
1612
|
# A JSON string for selecting additional features.
|
1614
1613
|
#
|
1615
1614
|
# @option params [String] :ami_version
|
1616
|
-
#
|
1617
|
-
# and later,
|
1618
|
-
#
|
1619
|
-
# use when launching Amazon EC2 instances in the job flow. For details
|
1620
|
-
# about the AMI versions currently supported in EMR version 3.x and 2.x,
|
1621
|
-
# see [AMI Versions Supported in
|
1622
|
-
# EMR](emr/latest/DeveloperGuide/emr-dg.pdf#nameddest=ami-versions-supported)
|
1623
|
-
# in the *Amazon EMR Developer Guide*.
|
1624
|
-
#
|
1625
|
-
# If the AMI supports multiple versions of Hadoop (for example, AMI 1.0
|
1626
|
-
# supports both Hadoop 0.18 and 0.20), you can use the
|
1627
|
-
# JobFlowInstancesConfig `HadoopVersion` parameter to modify the version
|
1628
|
-
# of Hadoop from the defaults shown above.
|
1629
|
-
#
|
1630
|
-
# <note markdown="1"> Previously, the EMR AMI version API parameter options allowed you to
|
1631
|
-
# use latest for the latest AMI version rather than specify a numerical
|
1632
|
-
# value. Some regions no longer support this deprecated option as they
|
1633
|
-
# only have a newer release label version of EMR, which requires you to
|
1634
|
-
# specify an EMR release label release (EMR 4.x or later).
|
1635
|
-
#
|
1636
|
-
# </note>
|
1615
|
+
# Applies only to Amazon EMR AMI versions 3.x and 2.x. For Amazon EMR
|
1616
|
+
# releases 4.0 and later, `ReleaseLabel` is used. To specify a custom
|
1617
|
+
# AMI, use `CustomAmiID`.
|
1637
1618
|
#
|
1638
1619
|
# @option params [String] :release_label
|
1639
|
-
# The
|
1640
|
-
#
|
1620
|
+
# The Amazon EMR release label, which determines the version of
|
1621
|
+
# open-source application packages installed on the cluster. Release
|
1622
|
+
# labels are in the form `emr-x.x.x`, where x.x.x is an Amazon EMR
|
1623
|
+
# release version, for example, `emr-5.14.0`. For more information about
|
1624
|
+
# Amazon EMR release versions and included application versions and
|
1625
|
+
# features, see
|
1626
|
+
# [http://docs.aws.amazon.com/emr/latest/ReleaseGuide/][1]. The release
|
1627
|
+
# label applies only to Amazon EMR releases versions 4.x and later.
|
1628
|
+
# Earlier versions use `AmiVersion`.
|
1629
|
+
#
|
1630
|
+
#
|
1631
|
+
#
|
1632
|
+
# [1]: http://docs.aws.amazon.com/emr/latest/ReleaseGuide/
|
1641
1633
|
#
|
1642
1634
|
# @option params [required, Types::JobFlowInstancesConfig] :instances
|
1643
1635
|
# A specification of the number and type of Amazon EC2 instances.
|
@@ -2178,7 +2170,7 @@ module Aws::EMR
|
|
2178
2170
|
params: params,
|
2179
2171
|
config: config)
|
2180
2172
|
context[:gem_name] = 'aws-sdk-emr'
|
2181
|
-
context[:gem_version] = '1.
|
2173
|
+
context[:gem_version] = '1.3.0'
|
2182
2174
|
Seahorse::Client::Request.new(handlers, context)
|
2183
2175
|
end
|
2184
2176
|
|
data/lib/aws-sdk-emr/types.rb
CHANGED
@@ -749,7 +749,19 @@ module Aws::EMR
|
|
749
749
|
# @return [String]
|
750
750
|
#
|
751
751
|
# @!attribute [rw] release_label
|
752
|
-
# The release label
|
752
|
+
# The Amazon EMR release label, which determines the version of
|
753
|
+
# open-source application packages installed on the cluster. Release
|
754
|
+
# labels are in the form `emr-x.x.x`, where x.x.x is an Amazon EMR
|
755
|
+
# release version, for example, `emr-5.14.0`. For more information
|
756
|
+
# about Amazon EMR release versions and included application versions
|
757
|
+
# and features, see
|
758
|
+
# [http://docs.aws.amazon.com/emr/latest/ReleaseGuide/][1]. The
|
759
|
+
# release label applies only to Amazon EMR releases versions 4.x and
|
760
|
+
# later. Earlier versions use `AmiVersion`.
|
761
|
+
#
|
762
|
+
#
|
763
|
+
#
|
764
|
+
# [1]: http://docs.aws.amazon.com/emr/latest/ReleaseGuide/
|
753
765
|
# @return [String]
|
754
766
|
#
|
755
767
|
# @!attribute [rw] auto_terminate
|
@@ -2142,8 +2154,12 @@ module Aws::EMR
|
|
2142
2154
|
# @return [String]
|
2143
2155
|
#
|
2144
2156
|
# @!attribute [rw] bid_price
|
2145
|
-
# The
|
2146
|
-
#
|
2157
|
+
# The maximum Spot price your are willing to pay for EC2 instances.
|
2158
|
+
#
|
2159
|
+
# An optional, nullable field that applies if the `MarketType` for the
|
2160
|
+
# instance group is specified as `SPOT`. Specify the maximum spot
|
2161
|
+
# price in USD. If the value is NULL and `SPOT` is specified, the
|
2162
|
+
# maximum Spot price is set equal to the On-Demand price.
|
2147
2163
|
# @return [String]
|
2148
2164
|
#
|
2149
2165
|
# @!attribute [rw] instance_type
|
@@ -2303,8 +2319,12 @@ module Aws::EMR
|
|
2303
2319
|
# @return [String]
|
2304
2320
|
#
|
2305
2321
|
# @!attribute [rw] bid_price
|
2306
|
-
#
|
2307
|
-
#
|
2322
|
+
# The maximum Spot price your are willing to pay for EC2 instances.
|
2323
|
+
#
|
2324
|
+
# An optional, nullable field that applies if the `MarketType` for the
|
2325
|
+
# instance group is specified as `SPOT`. Specify the maximum spot
|
2326
|
+
# price in USD. If the value is NULL and `SPOT` is specified, the
|
2327
|
+
# maximum Spot price is set equal to the On-Demand price.
|
2308
2328
|
# @return [String]
|
2309
2329
|
#
|
2310
2330
|
# @!attribute [rw] instance_type
|
@@ -2372,8 +2392,12 @@ module Aws::EMR
|
|
2372
2392
|
# @return [String]
|
2373
2393
|
#
|
2374
2394
|
# @!attribute [rw] bid_price
|
2375
|
-
#
|
2376
|
-
#
|
2395
|
+
# The maximum Spot price your are willing to pay for EC2 instances.
|
2396
|
+
#
|
2397
|
+
# An optional, nullable field that applies if the `MarketType` for the
|
2398
|
+
# instance group is specified as `SPOT`. Specified in USD. If the
|
2399
|
+
# value is NULL and `SPOT` is specified, the maximum Spot price is set
|
2400
|
+
# equal to the On-Demand price.
|
2377
2401
|
# @return [String]
|
2378
2402
|
#
|
2379
2403
|
# @!attribute [rw] instance_type
|
@@ -2813,14 +2837,9 @@ module Aws::EMR
|
|
2813
2837
|
# @return [String]
|
2814
2838
|
#
|
2815
2839
|
# @!attribute [rw] ami_version
|
2816
|
-
#
|
2817
|
-
#
|
2818
|
-
#
|
2819
|
-
# Supported in EMR][1] in the *Amazon EMR Developer Guide.*
|
2820
|
-
#
|
2821
|
-
#
|
2822
|
-
#
|
2823
|
-
# [1]: http://docs.aws.amazon.com/emr/latest/DeveloperGuide/emr-dg.pdf#nameddest=ami-versions-supported
|
2840
|
+
# Applies only to Amazon EMR AMI versions 3.x and 2.x. For Amazon EMR
|
2841
|
+
# releases 4.0 and later, `ReleaseLabel` is used. To specify a custom
|
2842
|
+
# AMI, use `CustomAmiID`.
|
2824
2843
|
# @return [String]
|
2825
2844
|
#
|
2826
2845
|
# @!attribute [rw] execution_status_detail
|
@@ -3145,12 +3164,13 @@ module Aws::EMR
|
|
3145
3164
|
# @return [Boolean]
|
3146
3165
|
#
|
3147
3166
|
# @!attribute [rw] hadoop_version
|
3148
|
-
#
|
3167
|
+
# Applies only to Amazon EMR release versions earlier than 4.0. The
|
3168
|
+
# Hadoop version for the cluster. Valid inputs are "0.18"
|
3149
3169
|
# (deprecated), "0.20" (deprecated), "0.20.205" (deprecated),
|
3150
3170
|
# "1.0.3", "2.2.0", or "2.4.0". If you do not set this value,
|
3151
|
-
# the default of 0.18 is used, unless the AmiVersion parameter is
|
3152
|
-
# in the RunJobFlow call, in which case the default version of
|
3153
|
-
# for that AMI version is used.
|
3171
|
+
# the default of 0.18 is used, unless the `AmiVersion` parameter is
|
3172
|
+
# set in the RunJobFlow call, in which case the default version of
|
3173
|
+
# Hadoop for that AMI version is used.
|
3154
3174
|
# @return [String]
|
3155
3175
|
#
|
3156
3176
|
# @!attribute [rw] ec2_subnet_id
|
@@ -4301,33 +4321,25 @@ module Aws::EMR
|
|
4301
4321
|
# @return [String]
|
4302
4322
|
#
|
4303
4323
|
# @!attribute [rw] ami_version
|
4304
|
-
#
|
4305
|
-
# and later,
|
4306
|
-
#
|
4307
|
-
# Image (AMI) to use when launching Amazon EC2 instances in the job
|
4308
|
-
# flow. For details about the AMI versions currently supported in EMR
|
4309
|
-
# version 3.x and 2.x, see [AMI Versions Supported in
|
4310
|
-
# EMR](emr/latest/DeveloperGuide/emr-dg.pdf#nameddest=ami-versions-supported)
|
4311
|
-
# in the *Amazon EMR Developer Guide*.
|
4312
|
-
#
|
4313
|
-
# If the AMI supports multiple versions of Hadoop (for example, AMI
|
4314
|
-
# 1.0 supports both Hadoop 0.18 and 0.20), you can use the
|
4315
|
-
# JobFlowInstancesConfig `HadoopVersion` parameter to modify the
|
4316
|
-
# version of Hadoop from the defaults shown above.
|
4317
|
-
#
|
4318
|
-
# <note markdown="1"> Previously, the EMR AMI version API parameter options allowed you to
|
4319
|
-
# use latest for the latest AMI version rather than specify a
|
4320
|
-
# numerical value. Some regions no longer support this deprecated
|
4321
|
-
# option as they only have a newer release label version of EMR, which
|
4322
|
-
# requires you to specify an EMR release label release (EMR 4.x or
|
4323
|
-
# later).
|
4324
|
-
#
|
4325
|
-
# </note>
|
4324
|
+
# Applies only to Amazon EMR AMI versions 3.x and 2.x. For Amazon EMR
|
4325
|
+
# releases 4.0 and later, `ReleaseLabel` is used. To specify a custom
|
4326
|
+
# AMI, use `CustomAmiID`.
|
4326
4327
|
# @return [String]
|
4327
4328
|
#
|
4328
4329
|
# @!attribute [rw] release_label
|
4329
|
-
# The
|
4330
|
-
#
|
4330
|
+
# The Amazon EMR release label, which determines the version of
|
4331
|
+
# open-source application packages installed on the cluster. Release
|
4332
|
+
# labels are in the form `emr-x.x.x`, where x.x.x is an Amazon EMR
|
4333
|
+
# release version, for example, `emr-5.14.0`. For more information
|
4334
|
+
# about Amazon EMR release versions and included application versions
|
4335
|
+
# and features, see
|
4336
|
+
# [http://docs.aws.amazon.com/emr/latest/ReleaseGuide/][1]. The
|
4337
|
+
# release label applies only to Amazon EMR releases versions 4.x and
|
4338
|
+
# later. Earlier versions use `AmiVersion`.
|
4339
|
+
#
|
4340
|
+
#
|
4341
|
+
#
|
4342
|
+
# [1]: http://docs.aws.amazon.com/emr/latest/ReleaseGuide/
|
4331
4343
|
# @return [String]
|
4332
4344
|
#
|
4333
4345
|
# @!attribute [rw] instances
|
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.3.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: 2018-
|
11
|
+
date: 2018-07-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|