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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: da5a13973721cee97aabce16bcc51ef0af47cc4a
4
- data.tar.gz: 898f7ccd864e91c2fd91d154b51b3938c41316bc
3
+ metadata.gz: 187744edf2a5e0337f2d53b0e93f8455a298bd9c
4
+ data.tar.gz: 8983a2dddfdc0360fbaedec35240f434e7cad79f
5
5
  SHA512:
6
- metadata.gz: eaa2718cd89d5de0bf132eb9bf1cf161a0caf3d1433db6107e6235c203cb01ca890ce11121fae3a650664f83520570a2ecb2bceb887fc884029710165684cc40
7
- data.tar.gz: 8226b70a4f7129bef3f92e1bbb808f33ac9dfc3024b4bb8789333c40de41eae45a8316801cdb087398d45787ed4f8a3dc8ba98c13780eb9531b89816d719632c
6
+ metadata.gz: 9a32151318c97fa70a453734cde7ed7c3f11f7ef1d76f74a2579dec2534ab45822759eefdcc9d0fe5f7ab87a9d036f47162c50082793d52a8876b9580f95340a
7
+ data.tar.gz: d6b50d6c69d1c29ba19e8274c07ab19602aa9711e8de38db4f78d491251bbe6e16b5d22f951006eecaefccfcccc98aa7f73c6bcb16b3e153e98fb34e96dce15e
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-emr/customizations'
43
43
  # @service
44
44
  module Aws::EMR
45
45
 
46
- GEM_VERSION = '1.2.0'
46
+ GEM_VERSION = '1.3.0'
47
47
 
48
48
  end
@@ -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. For information about the
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
- # For Amazon EMR AMI versions 3.x and 2.x. For Amazon EMR releases 4.0
1617
- # and later, the Linux AMI is determined by the `ReleaseLabel` specified
1618
- # or by `CustomAmiID`. The version of the Amazon Machine Image (AMI) to
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 release label for the Amazon EMR release. For Amazon EMR 3.x and
1640
- # 2.x AMIs, use `AmiVersion` instead.
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.2.0'
2173
+ context[:gem_version] = '1.3.0'
2182
2174
  Seahorse::Client::Request.new(handlers, context)
2183
2175
  end
2184
2176
 
@@ -749,7 +749,19 @@ module Aws::EMR
749
749
  # @return [String]
750
750
  #
751
751
  # @!attribute [rw] release_label
752
- # The release label for the Amazon EMR release.
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 bid price for each EC2 instance in the instance group when
2146
- # launching nodes as Spot Instances, expressed in USD.
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
- # Bid price for each EC2 instance in the instance group when launching
2307
- # nodes as Spot Instances, expressed in USD.
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
- # Bid price for EC2 Instances when launching nodes as Spot Instances,
2376
- # expressed in USD.
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
- # Used only for version 2.x and 3.x of Amazon EMR. The version of the
2817
- # AMI used to initialize Amazon EC2 instances in the job flow. For a
2818
- # list of AMI versions supported by Amazon EMR, see [AMI Versions
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
- # The Hadoop version for the cluster. Valid inputs are "0.18"
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 set
3152
- # in the RunJobFlow call, in which case the default version of Hadoop
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
- # For Amazon EMR AMI versions 3.x and 2.x. For Amazon EMR releases 4.0
4305
- # and later, the Linux AMI is determined by the `ReleaseLabel`
4306
- # specified or by `CustomAmiID`. The version of the Amazon Machine
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 release label for the Amazon EMR release. For Amazon EMR 3.x and
4330
- # 2.x AMIs, use `AmiVersion` instead.
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.2.0
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-06-26 00:00:00.000000000 Z
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