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 +4 -4
- data/lib/aws-sdk-emr.rb +1 -1
- data/lib/aws-sdk-emr/client.rb +9 -4
- data/lib/aws-sdk-emr/client_api.rb +0 -1
- data/lib/aws-sdk-emr/types.rb +50 -48
- 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: 60da0e60a3d986c36850de9b0be07bd1a70355b1
|
4
|
+
data.tar.gz: 0ea15138bc7de9f2ad4d04dcea986da7862a0161
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f41619f331aabc11a14af9ae1171639a58e8d0fbe708bb5ea6d9fd845f74e67eb74251c6369d1e06e09dc09240e8c8dd0a342768fbece5ec13fe3ad5a91a6d34
|
7
|
+
data.tar.gz: 0263e7eaf6030ddffac3e626231dd33f9d52baa65be85024eba3f262433cbe15f535d88bec321e6f77eaddedfc1d95d59b9046ee3d9741245b72940aaa420315
|
data/lib/aws-sdk-emr.rb
CHANGED
data/lib/aws-sdk-emr/client.rb
CHANGED
@@ -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
|
-
#
|
1750
|
-
#
|
1751
|
-
#
|
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.
|
2227
|
+
context[:gem_version] = '1.9.0'
|
2223
2228
|
Seahorse::Client::Request.new(handlers, context)
|
2224
2229
|
end
|
2225
2230
|
|
data/lib/aws-sdk-emr/types.rb
CHANGED
@@ -304,31 +304,21 @@ module Aws::EMR
|
|
304
304
|
#
|
305
305
|
class AddTagsOutput < Aws::EmptyStructure; end
|
306
306
|
|
307
|
-
#
|
308
|
-
#
|
309
|
-
#
|
310
|
-
#
|
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
|
-
#
|
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
|
-
#
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
3272
|
-
# the value is greater than 1, one instance is the master
|
3273
|
-
# others are
|
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
|
-
#
|
4417
|
-
#
|
4418
|
-
#
|
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
|
4964
|
-
# not
|
4965
|
-
# are `TERMINATE_CLUSTER` and
|
4966
|
-
# SWITCH\_TO\_ON\_DEMAND specifies that if no
|
4967
|
-
# available, On-Demand Instances should be
|
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
|
-
#
|
5008
|
-
#
|
5009
|
-
#
|
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
|
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
|
-
#
|
5184
|
-
#
|
5185
|
-
#
|
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.
|
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:
|
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
|