aws-sdk-emr 1.44.0 → 1.45.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-emr.rb +1 -1
- data/lib/aws-sdk-emr/client.rb +8 -7
- data/lib/aws-sdk-emr/client_api.rb +1 -0
- data/lib/aws-sdk-emr/types.rb +20 -9
- 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: d818ada73c838b790942fe2c7f537fdb6e5d9314dbfe905e8360bfd81a430ad9
|
4
|
+
data.tar.gz: 64081ea344b4de5fe4b9a19c480388eb73dc6bee523e3d0892e74f92dc38862d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d5c2a990da58782c4c012e0def03c064a391dd5af4edf8a00ce2f56f0fa69a40590fab08c2ae9308d666123b23e31ba0a0d7827d0c10bfec43d3491a049af6a3
|
7
|
+
data.tar.gz: 0b95c690576e61f2be0e3ecbbc5c185e9b276c7728454dd7ad9dfa5aaa960c94215079c515be07516751bfb68a2468c4da1069dd1ad88e9af06b64d93cfb4ff6
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.45.0 (2021-03-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Amazon EMR customers can now specify Resource Group to target Capacity Reservations in their EMR clusters with instance fleets using allocation strategy.
|
8
|
+
|
4
9
|
1.44.0 (2021-03-10)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.45.0
|
data/lib/aws-sdk-emr.rb
CHANGED
data/lib/aws-sdk-emr/client.rb
CHANGED
@@ -409,6 +409,7 @@ module Aws::EMR
|
|
409
409
|
# capacity_reservation_options: {
|
410
410
|
# usage_strategy: "use-capacity-reservations-first", # accepts use-capacity-reservations-first
|
411
411
|
# capacity_reservation_preference: "open", # accepts open, none
|
412
|
+
# capacity_reservation_resource_group_arn: "XmlStringMaxLen256",
|
412
413
|
# },
|
413
414
|
# },
|
414
415
|
# },
|
@@ -790,9 +791,8 @@ module Aws::EMR
|
|
790
791
|
# security group, and it must be in the same VPC specified by `VpcId`.
|
791
792
|
#
|
792
793
|
# @option params [required, String] :default_s3_location
|
793
|
-
# The
|
794
|
-
#
|
795
|
-
# location when creating a Workspace.
|
794
|
+
# The Amazon S3 location to back up Amazon EMR Studio Workspaces and
|
795
|
+
# notebook files.
|
796
796
|
#
|
797
797
|
# @option params [Array<Types::Tag>] :tags
|
798
798
|
# A list of tags to associate with the Amazon EMR Studio. Tags are
|
@@ -1697,6 +1697,7 @@ module Aws::EMR
|
|
1697
1697
|
# resp.instance_fleets[0].launch_specifications.on_demand_specification.allocation_strategy #=> String, one of "lowest-price"
|
1698
1698
|
# resp.instance_fleets[0].launch_specifications.on_demand_specification.capacity_reservation_options.usage_strategy #=> String, one of "use-capacity-reservations-first"
|
1699
1699
|
# resp.instance_fleets[0].launch_specifications.on_demand_specification.capacity_reservation_options.capacity_reservation_preference #=> String, one of "open", "none"
|
1700
|
+
# resp.instance_fleets[0].launch_specifications.on_demand_specification.capacity_reservation_options.capacity_reservation_resource_group_arn #=> String
|
1700
1701
|
# resp.marker #=> String
|
1701
1702
|
#
|
1702
1703
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/ListInstanceFleets AWS API Documentation
|
@@ -2975,6 +2976,7 @@ module Aws::EMR
|
|
2975
2976
|
# capacity_reservation_options: {
|
2976
2977
|
# usage_strategy: "use-capacity-reservations-first", # accepts use-capacity-reservations-first
|
2977
2978
|
# capacity_reservation_preference: "open", # accepts open, none
|
2979
|
+
# capacity_reservation_resource_group_arn: "XmlStringMaxLen256",
|
2978
2980
|
# },
|
2979
2981
|
# },
|
2980
2982
|
# },
|
@@ -3350,9 +3352,8 @@ module Aws::EMR
|
|
3350
3352
|
# belong to the same VPC as the Studio.
|
3351
3353
|
#
|
3352
3354
|
# @option params [String] :default_s3_location
|
3353
|
-
#
|
3354
|
-
#
|
3355
|
-
# Amazon S3 location when creating a Workspace.
|
3355
|
+
# The Amazon S3 location to back up Workspaces and notebook files for
|
3356
|
+
# the Amazon EMR Studio.
|
3356
3357
|
#
|
3357
3358
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
3358
3359
|
#
|
@@ -3443,7 +3444,7 @@ module Aws::EMR
|
|
3443
3444
|
params: params,
|
3444
3445
|
config: config)
|
3445
3446
|
context[:gem_name] = 'aws-sdk-emr'
|
3446
|
-
context[:gem_version] = '1.
|
3447
|
+
context[:gem_version] = '1.45.0'
|
3447
3448
|
Seahorse::Client::Request.new(handlers, context)
|
3448
3449
|
end
|
3449
3450
|
|
@@ -1063,6 +1063,7 @@ module Aws::EMR
|
|
1063
1063
|
|
1064
1064
|
OnDemandCapacityReservationOptions.add_member(:usage_strategy, Shapes::ShapeRef.new(shape: OnDemandCapacityReservationUsageStrategy, location_name: "UsageStrategy"))
|
1065
1065
|
OnDemandCapacityReservationOptions.add_member(:capacity_reservation_preference, Shapes::ShapeRef.new(shape: OnDemandCapacityReservationPreference, location_name: "CapacityReservationPreference"))
|
1066
|
+
OnDemandCapacityReservationOptions.add_member(:capacity_reservation_resource_group_arn, Shapes::ShapeRef.new(shape: XmlStringMaxLen256, location_name: "CapacityReservationResourceGroupArn"))
|
1066
1067
|
OnDemandCapacityReservationOptions.struct_class = Types::OnDemandCapacityReservationOptions
|
1067
1068
|
|
1068
1069
|
OnDemandProvisioningSpecification.add_member(:allocation_strategy, Shapes::ShapeRef.new(shape: OnDemandProvisioningAllocationStrategy, required: true, location_name: "AllocationStrategy"))
|
data/lib/aws-sdk-emr/types.rb
CHANGED
@@ -64,6 +64,7 @@ module Aws::EMR
|
|
64
64
|
# capacity_reservation_options: {
|
65
65
|
# usage_strategy: "use-capacity-reservations-first", # accepts use-capacity-reservations-first
|
66
66
|
# capacity_reservation_preference: "open", # accepts open, none
|
67
|
+
# capacity_reservation_resource_group_arn: "XmlStringMaxLen256",
|
67
68
|
# },
|
68
69
|
# },
|
69
70
|
# },
|
@@ -1430,9 +1431,8 @@ module Aws::EMR
|
|
1430
1431
|
# @return [String]
|
1431
1432
|
#
|
1432
1433
|
# @!attribute [rw] default_s3_location
|
1433
|
-
# The
|
1434
|
-
#
|
1435
|
-
# alternative Amazon S3 location when creating a Workspace.
|
1434
|
+
# The Amazon S3 location to back up Amazon EMR Studio Workspaces and
|
1435
|
+
# notebook files.
|
1436
1436
|
# @return [String]
|
1437
1437
|
#
|
1438
1438
|
# @!attribute [rw] tags
|
@@ -2630,6 +2630,7 @@ module Aws::EMR
|
|
2630
2630
|
# capacity_reservation_options: {
|
2631
2631
|
# usage_strategy: "use-capacity-reservations-first", # accepts use-capacity-reservations-first
|
2632
2632
|
# capacity_reservation_preference: "open", # accepts open, none
|
2633
|
+
# capacity_reservation_resource_group_arn: "XmlStringMaxLen256",
|
2633
2634
|
# },
|
2634
2635
|
# },
|
2635
2636
|
# },
|
@@ -2780,6 +2781,7 @@ module Aws::EMR
|
|
2780
2781
|
# capacity_reservation_options: {
|
2781
2782
|
# usage_strategy: "use-capacity-reservations-first", # accepts use-capacity-reservations-first
|
2782
2783
|
# capacity_reservation_preference: "open", # accepts open, none
|
2784
|
+
# capacity_reservation_resource_group_arn: "XmlStringMaxLen256",
|
2783
2785
|
# },
|
2784
2786
|
# },
|
2785
2787
|
# }
|
@@ -3984,6 +3986,7 @@ module Aws::EMR
|
|
3984
3986
|
# capacity_reservation_options: {
|
3985
3987
|
# usage_strategy: "use-capacity-reservations-first", # accepts use-capacity-reservations-first
|
3986
3988
|
# capacity_reservation_preference: "open", # accepts open, none
|
3989
|
+
# capacity_reservation_resource_group_arn: "XmlStringMaxLen256",
|
3987
3990
|
# },
|
3988
3991
|
# },
|
3989
3992
|
# },
|
@@ -5254,6 +5257,7 @@ module Aws::EMR
|
|
5254
5257
|
# {
|
5255
5258
|
# usage_strategy: "use-capacity-reservations-first", # accepts use-capacity-reservations-first
|
5256
5259
|
# capacity_reservation_preference: "open", # accepts open, none
|
5260
|
+
# capacity_reservation_resource_group_arn: "XmlStringMaxLen256",
|
5257
5261
|
# }
|
5258
5262
|
#
|
5259
5263
|
# @!attribute [rw] usage_strategy
|
@@ -5286,11 +5290,17 @@ module Aws::EMR
|
|
5286
5290
|
# Instance.
|
5287
5291
|
# @return [String]
|
5288
5292
|
#
|
5293
|
+
# @!attribute [rw] capacity_reservation_resource_group_arn
|
5294
|
+
# The ARN of the Capacity Reservation resource group in which to run
|
5295
|
+
# the instance.
|
5296
|
+
# @return [String]
|
5297
|
+
#
|
5289
5298
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/OnDemandCapacityReservationOptions AWS API Documentation
|
5290
5299
|
#
|
5291
5300
|
class OnDemandCapacityReservationOptions < Struct.new(
|
5292
5301
|
:usage_strategy,
|
5293
|
-
:capacity_reservation_preference
|
5302
|
+
:capacity_reservation_preference,
|
5303
|
+
:capacity_reservation_resource_group_arn)
|
5294
5304
|
SENSITIVE = []
|
5295
5305
|
include Aws::Structure
|
5296
5306
|
end
|
@@ -5313,6 +5323,7 @@ module Aws::EMR
|
|
5313
5323
|
# capacity_reservation_options: {
|
5314
5324
|
# usage_strategy: "use-capacity-reservations-first", # accepts use-capacity-reservations-first
|
5315
5325
|
# capacity_reservation_preference: "open", # accepts open, none
|
5326
|
+
# capacity_reservation_resource_group_arn: "XmlStringMaxLen256",
|
5316
5327
|
# },
|
5317
5328
|
# }
|
5318
5329
|
#
|
@@ -5855,6 +5866,7 @@ module Aws::EMR
|
|
5855
5866
|
# capacity_reservation_options: {
|
5856
5867
|
# usage_strategy: "use-capacity-reservations-first", # accepts use-capacity-reservations-first
|
5857
5868
|
# capacity_reservation_preference: "open", # accepts open, none
|
5869
|
+
# capacity_reservation_resource_group_arn: "XmlStringMaxLen256",
|
5858
5870
|
# },
|
5859
5871
|
# },
|
5860
5872
|
# },
|
@@ -7242,8 +7254,8 @@ module Aws::EMR
|
|
7242
7254
|
# @return [Time]
|
7243
7255
|
#
|
7244
7256
|
# @!attribute [rw] default_s3_location
|
7245
|
-
# The
|
7246
|
-
#
|
7257
|
+
# The Amazon S3 location to back up Amazon EMR Studio Workspaces and
|
7258
|
+
# notebook files.
|
7247
7259
|
# @return [String]
|
7248
7260
|
#
|
7249
7261
|
# @!attribute [rw] tags
|
@@ -7441,9 +7453,8 @@ module Aws::EMR
|
|
7441
7453
|
# @return [Array<String>]
|
7442
7454
|
#
|
7443
7455
|
# @!attribute [rw] default_s3_location
|
7444
|
-
#
|
7445
|
-
#
|
7446
|
-
# alternative Amazon S3 location when creating a Workspace.
|
7456
|
+
# The Amazon S3 location to back up Workspaces and notebook files for
|
7457
|
+
# the Amazon EMR Studio.
|
7447
7458
|
# @return [String]
|
7448
7459
|
#
|
7449
7460
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticmapreduce-2009-03-31/UpdateStudioInput 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.45.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: 2021-03-
|
11
|
+
date: 2021-03-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|