aws-sdk-emr 1.8.0 → 1.9.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: 13e2bda40420e78a2874db3b89b3c23a4beef841
4
- data.tar.gz: e2be29ae63feb67db1e0a2b856aaf9864f6d53a7
3
+ metadata.gz: 60da0e60a3d986c36850de9b0be07bd1a70355b1
4
+ data.tar.gz: 0ea15138bc7de9f2ad4d04dcea986da7862a0161
5
5
  SHA512:
6
- metadata.gz: 64e155032cf15642ef55c18143521b231b70a9817b3c724128b0a8289626d7ed7c34d592a3ce5b5275640d410563bbf68a5fc4b1e7c988ddc764f2f578824864
7
- data.tar.gz: b09bb003282339ebe6db3c5f19f56cd56970615edee25aa1263c5eb4b91f218c82edc1446abb9e782c3847fcba73ab5564d1cb04a6074c0b02505b7f278d1c5c
6
+ metadata.gz: f41619f331aabc11a14af9ae1171639a58e8d0fbe708bb5ea6d9fd845f74e67eb74251c6369d1e06e09dc09240e8c8dd0a342768fbece5ec13fe3ad5a91a6d34
7
+ data.tar.gz: 0263e7eaf6030ddffac3e626231dd33f9d52baa65be85024eba3f262433cbe15f535d88bec321e6f77eaddedfc1d95d59b9046ee3d9741245b72940aaa420315
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-emr/customizations'
43
43
  # @service
44
44
  module Aws::EMR
45
45
 
46
- GEM_VERSION = '1.8.0'
46
+ GEM_VERSION = '1.9.0'
47
47
 
48
48
  end
@@ -1746,9 +1746,14 @@ module Aws::EMR
1746
1746
  # [1]: http://docs.aws.amazon.com/emr/latest/DeveloperGuide/emr-dg.pdf
1747
1747
  #
1748
1748
  # @option params [Array<Types::Application>] :applications
1749
- # For Amazon EMR releases 4.0 and later. A list of applications for the
1750
- # cluster. Valid values are: "Hadoop", "Hive", "Mahout", "Pig",
1751
- # and "Spark." They are case insensitive.
1749
+ # Applies to Amazon EMR releases 4.0 and later. A case-insensitive list
1750
+ # of applications for Amazon EMR to install and configure when launching
1751
+ # the cluster. For a list of applications available for each Amazon EMR
1752
+ # release version, see the [Amazon EMR Release Guide][1].
1753
+ #
1754
+ #
1755
+ #
1756
+ # [1]: http://docs.aws.amazon.com/emr/latest/ReleaseGuide/
1752
1757
  #
1753
1758
  # @option params [Array<Types::Configuration>] :configurations
1754
1759
  # For Amazon EMR releases 4.0 and later. The list of configurations
@@ -2219,7 +2224,7 @@ module Aws::EMR
2219
2224
  params: params,
2220
2225
  config: config)
2221
2226
  context[:gem_name] = 'aws-sdk-emr'
2222
- context[:gem_version] = '1.8.0'
2227
+ context[:gem_version] = '1.9.0'
2223
2228
  Seahorse::Client::Request.new(handlers, context)
2224
2229
  end
2225
2230
 
@@ -1023,7 +1023,6 @@ module Aws::EMR
1023
1023
  "serviceId" => "EMR",
1024
1024
  "signatureVersion" => "v4",
1025
1025
  "targetPrefix" => "ElasticMapReduce",
1026
- "timestampFormat" => "unixTimestamp",
1027
1026
  "uid" => "elasticmapreduce-2009-03-31",
1028
1027
  }
1029
1028
 
@@ -304,31 +304,21 @@ module Aws::EMR
304
304
  #
305
305
  class AddTagsOutput < Aws::EmptyStructure; end
306
306
 
307
- # An application is any Amazon or third-party software that you can add
308
- # to the cluster. This structure contains a list of strings that
309
- # indicates the software to use with the cluster and accepts a user
310
- # argument list. Amazon EMR accepts and forwards the argument list to
311
- # the corresponding installation script as bootstrap action argument.
312
- # For more information, see [Using the MapR Distribution for Hadoop][1].
313
- # Currently supported values are:
307
+ # With Amazon EMR release version 4.0 and later, the only accepted
308
+ # parameter is the application name. To pass arguments to applications,
309
+ # you use configuration classifications specified using configuration
310
+ # JSON objects. For more information, see [Configuring Applications][1].
314
311
  #
315
- # * "mapr-m3" - launch the cluster using MapR M3 Edition.
312
+ # With earlier Amazon EMR releases, the application is any Amazon or
313
+ # third-party software that you can add to the cluster. This structure
314
+ # contains a list of strings that indicates the software to use with the
315
+ # cluster and accepts a user argument list. Amazon EMR accepts and
316
+ # forwards the argument list to the corresponding installation script as
317
+ # bootstrap action argument.
316
318
  #
317
- # * "mapr-m5" - launch the cluster using MapR M5 Edition.
318
319
  #
319
- # * "mapr" with the user arguments specifying "--edition,m3" or
320
- # "--edition,m5" - launch the cluster using MapR M3 or M5 Edition,
321
- # respectively.
322
320
  #
323
- # <note markdown="1"> In Amazon EMR releases 4.x and later, the only accepted parameter is
324
- # the application name. To pass arguments to applications, you supply a
325
- # configuration for each application.
326
- #
327
- # </note>
328
- #
329
- #
330
- #
331
- # [1]: http://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-mapr.html
321
+ # [1]: http://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-configure-apps.html
332
322
  #
333
323
  # @note When making an API call, you may pass Application
334
324
  # data as a hash:
@@ -1487,7 +1477,8 @@ module Aws::EMR
1487
1477
  # @return [String]
1488
1478
  #
1489
1479
  # @!attribute [rw] emr_managed_slave_security_group
1490
- # The identifier of the Amazon EC2 security group for the slave nodes.
1480
+ # The identifier of the Amazon EC2 security group for the core and
1481
+ # task nodes.
1491
1482
  # @return [String]
1492
1483
  #
1493
1484
  # @!attribute [rw] service_access_security_group
@@ -1501,8 +1492,8 @@ module Aws::EMR
1501
1492
  # @return [Array<String>]
1502
1493
  #
1503
1494
  # @!attribute [rw] additional_slave_security_groups
1504
- # A list of additional Amazon EC2 security group IDs for the slave
1505
- # nodes.
1495
+ # A list of additional Amazon EC2 security group IDs for the core and
1496
+ # task nodes.
1506
1497
  # @return [Array<String>]
1507
1498
  #
1508
1499
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/Ec2InstanceAttributes AWS API Documentation
@@ -3122,7 +3113,7 @@ module Aws::EMR
3122
3113
  # @return [String]
3123
3114
  #
3124
3115
  # @!attribute [rw] slave_instance_type
3125
- # The EC2 instance type of the slave nodes.
3116
+ # The EC2 instance type of the core and task nodes.
3126
3117
  # @return [String]
3127
3118
  #
3128
3119
  # @!attribute [rw] instance_count
@@ -3204,7 +3195,8 @@ module Aws::EMR
3204
3195
  # @return [String]
3205
3196
  #
3206
3197
  # @!attribute [rw] emr_managed_slave_security_group
3207
- # The identifier of the Amazon EC2 security group for the slave nodes.
3198
+ # The identifier of the Amazon EC2 security group for the core and
3199
+ # task nodes.
3208
3200
  # @return [String]
3209
3201
  #
3210
3202
  # @!attribute [rw] service_access_security_group
@@ -3218,8 +3210,8 @@ module Aws::EMR
3218
3210
  # @return [Array<String>]
3219
3211
  #
3220
3212
  # @!attribute [rw] additional_slave_security_groups
3221
- # A list of additional Amazon EC2 security group IDs for the slave
3222
- # nodes.
3213
+ # A list of additional Amazon EC2 security group IDs for the core and
3214
+ # task nodes.
3223
3215
  # @return [Array<String>]
3224
3216
  #
3225
3217
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/JobFlowInstancesConfig AWS API Documentation
@@ -3263,14 +3255,14 @@ module Aws::EMR
3263
3255
  # @return [String]
3264
3256
  #
3265
3257
  # @!attribute [rw] slave_instance_type
3266
- # The Amazon EC2 slave node instance type.
3258
+ # The Amazon EC2 core and task node instance type.
3267
3259
  # @return [String]
3268
3260
  #
3269
3261
  # @!attribute [rw] instance_count
3270
3262
  # The number of Amazon EC2 instances in the cluster. If the value is
3271
- # 1, the same instance serves as both the master and slave node. If
3272
- # the value is greater than 1, one instance is the master node and all
3273
- # others are slave nodes.
3263
+ # 1, the same instance serves as both the master and core and task
3264
+ # node. If the value is greater than 1, one instance is the master
3265
+ # node and all others are core and task nodes.
3274
3266
  # @return [Integer]
3275
3267
  #
3276
3268
  # @!attribute [rw] instance_groups
@@ -4413,9 +4405,14 @@ module Aws::EMR
4413
4405
  # @return [Array<Types::SupportedProductConfig>]
4414
4406
  #
4415
4407
  # @!attribute [rw] applications
4416
- # For Amazon EMR releases 4.0 and later. A list of applications for
4417
- # the cluster. Valid values are: "Hadoop", "Hive", "Mahout",
4418
- # "Pig", and "Spark." They are case insensitive.
4408
+ # Applies to Amazon EMR releases 4.0 and later. A case-insensitive
4409
+ # list of applications for Amazon EMR to install and configure when
4410
+ # launching the cluster. For a list of applications available for each
4411
+ # Amazon EMR release version, see the [Amazon EMR Release Guide][1].
4412
+ #
4413
+ #
4414
+ #
4415
+ # [1]: http://docs.aws.amazon.com/emr/latest/ReleaseGuide/
4419
4416
  # @return [Array<Types::Application>]
4420
4417
  #
4421
4418
  # @!attribute [rw] configurations
@@ -4960,12 +4957,12 @@ module Aws::EMR
4960
4957
  #
4961
4958
  # @!attribute [rw] timeout_action
4962
4959
  # The action to take when `TargetSpotCapacity` has not been fulfilled
4963
- # when the `TimeoutDurationMinutes` has expired. Spot instances are
4964
- # not uprovisioned within the Spot provisioining timeout. Valid values
4965
- # are `TERMINATE_CLUSTER` and `SWITCH_TO_ON_DEMAND`.
4966
- # SWITCH\_TO\_ON\_DEMAND specifies that if no Spot instances are
4967
- # available, On-Demand Instances should be provisioned to fulfill any
4968
- # remaining Spot capacity.
4960
+ # when the `TimeoutDurationMinutes` has expired; that is, when all
4961
+ # Spot instances could not be provisioned within the Spot provisioning
4962
+ # timeout. Valid values are `TERMINATE_CLUSTER` and
4963
+ # `SWITCH_TO_ON_DEMAND`. SWITCH\_TO\_ON\_DEMAND specifies that if no
4964
+ # Spot instances are available, On-Demand Instances should be
4965
+ # provisioned to fulfill any remaining Spot capacity.
4969
4966
  # @return [String]
4970
4967
  #
4971
4968
  # @!attribute [rw] block_duration_minutes
@@ -5004,9 +5001,10 @@ module Aws::EMR
5004
5001
  # @return [Types::HadoopStepConfig]
5005
5002
  #
5006
5003
  # @!attribute [rw] action_on_failure
5007
- # This specifies what action to take when the cluster step fails.
5008
- # Possible values are TERMINATE\_CLUSTER, CANCEL\_AND\_WAIT, and
5009
- # CONTINUE.
5004
+ # The action to take when the cluster step fails. Possible values are
5005
+ # TERMINATE\_CLUSTER, CANCEL\_AND\_WAIT, and CONTINUE.
5006
+ # TERMINATE\_JOB\_FLOW is provided for backward compatibility. We
5007
+ # recommend using TERMINATE\_CLUSTER instead.
5010
5008
  # @return [String]
5011
5009
  #
5012
5010
  # @!attribute [rw] status
@@ -5050,7 +5048,10 @@ module Aws::EMR
5050
5048
  # @return [String]
5051
5049
  #
5052
5050
  # @!attribute [rw] action_on_failure
5053
- # The action to take if the step fails.
5051
+ # The action to take when the cluster step fails. Possible values are
5052
+ # TERMINATE\_CLUSTER, CANCEL\_AND\_WAIT, and CONTINUE.
5053
+ # TERMINATE\_JOB\_FLOW is provided for backward compatibility. We
5054
+ # recommend using TERMINATE\_CLUSTER instead.
5054
5055
  # @return [String]
5055
5056
  #
5056
5057
  # @!attribute [rw] hadoop_jar_step
@@ -5180,9 +5181,10 @@ module Aws::EMR
5180
5181
  # @return [Types::HadoopStepConfig]
5181
5182
  #
5182
5183
  # @!attribute [rw] action_on_failure
5183
- # This specifies what action to take when the cluster step fails.
5184
- # Possible values are TERMINATE\_CLUSTER, CANCEL\_AND\_WAIT, and
5185
- # CONTINUE.
5184
+ # The action to take when the cluster step fails. Possible values are
5185
+ # TERMINATE\_CLUSTER, CANCEL\_AND\_WAIT, and CONTINUE.
5186
+ # TERMINATE\_JOB\_FLOW is available for backward compatibility. We
5187
+ # recommend using TERMINATE\_CLUSTER instead.
5186
5188
  # @return [String]
5187
5189
  #
5188
5190
  # @!attribute [rw] status
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.8.0
4
+ version: 1.9.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-20 00:00:00.000000000 Z
11
+ date: 2019-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core