aws-sdk-emr 1.54.0 → 1.55.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 96bc9ed6a123f9e451795ff7fab071131e72ae564535fdaf751b5bbdce0f4d8c
4
- data.tar.gz: 2161a03576359ac7656e9b83572ab68758db61f38bc854277ba9d14add173f82
3
+ metadata.gz: e93050dc683b16c456788218f7e90e4970144699517f04cac2df6bcbe30ea5ad
4
+ data.tar.gz: a41f937138d2422ff3472dfb1a3c75e5b6db1df6abf6a22d49e56ee882a19746
5
5
  SHA512:
6
- metadata.gz: cc79f62c806a7b9a9da809d05964a2a76ac48d508a166d6aecc319a5abdf5aed1aa69704d3e3fbd987405978233fb97706a63984dedfaf06f645279c92cdae07
7
- data.tar.gz: 5fd9c6ac52dab106856d2cae68a9e81310878240736dbf3c337e86361be7d2fb21da88ce5f0f4ffe4da718b03c5f7b114114c210e0819f65ee7f1900b80dc305
6
+ metadata.gz: 19c33719d77b94078de9a17d617734f2b7de60d14490db8e1d4dac055515326d2d76e531bb6bf1dfd42019a602f76492e91c1428a7bc9d01f901a8421f945c50
7
+ data.tar.gz: dc9fca7474bf259b40a5b70ffcb7b67a49f6e30a55da2c13ab637898b8ec74eeb2b3324a5fba03fd46ddaa0439e572f94a081cbe833545e8ed98d4448a145a1c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.54.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.55.0
@@ -119,7 +119,9 @@ module Aws::EMR
119
119
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
120
  # are very aggressive. Construct and pass an instance of
121
121
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
122
+ # enable retries and extended timeouts. Instance profile credential
123
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
124
+ # to true.
123
125
  #
124
126
  # @option options [required, String] :region
125
127
  # The AWS region to connect to. The configured `:region` is
@@ -3730,7 +3732,7 @@ module Aws::EMR
3730
3732
  params: params,
3731
3733
  config: config)
3732
3734
  context[:gem_name] = 'aws-sdk-emr'
3733
- context[:gem_version] = '1.54.0'
3735
+ context[:gem_version] = '1.55.0'
3734
3736
  Seahorse::Client::Request.new(handlers, context)
3735
3737
  end
3736
3738
 
data/lib/aws-sdk-emr.rb CHANGED
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-emr/customizations'
49
49
  # @!group service
50
50
  module Aws::EMR
51
51
 
52
- GEM_VERSION = '1.54.0'
52
+ GEM_VERSION = '1.55.0'
53
53
 
54
54
  end
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.54.0
4
+ version: 1.55.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-11-04 00:00:00.000000000 Z
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core