aws-sdk-cloudwatchevents 1.53.0 → 1.54.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: be222dd906b218b7da089f91af40e0eddbb11c945bbf411faf2ffa7ca8f94e34
4
- data.tar.gz: 24980e4df33bfb317e4b93bde0349ec20946396ddd114249c1814f966d3f4b65
3
+ metadata.gz: 73633d562f233a50d07bbbf1686c89ffd4afcb2633b4bc264885091fd7efc43b
4
+ data.tar.gz: 81c0af148ab954de73a0811dd32711c330a19c93a7ab0e73ac4a58ff1f815a9a
5
5
  SHA512:
6
- metadata.gz: e5d134468bc843dd394c0714d91bb51c618c52b08ef762da04fc2a544360c3cc10dd89659b332d46c2fe6e5fe344b4f8ef4a0f6b4050a60c688ec240088bd6ee
7
- data.tar.gz: c0f1f01c9d75f5e46f35c2c9a6a040c7c95edd782e9a1d6ca20138168a2f32bd5f168c4fc6f09417454b384b659bd6d7819ed8cde1f02451d95d291d447662ab
6
+ metadata.gz: b41b100be1d79624deda62ae369da99ab3135ae01fae2422a2aa386b9f022ea13fa13f09c46ae83d3d01f810ed58aba68c837023f6e703c11dedef272198fb50
7
+ data.tar.gz: 551e19d74a4ee2a80f5fdee5ecfaff7a62ab7672c7957fe7a1b6917f48a7d9086f9f63dfeb90c6ef021ad8437fd40ab201723041005ab72d41d820ccc1389f4e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.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.53.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.54.0
@@ -119,7 +119,9 @@ module Aws::CloudWatchEvents
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
@@ -3322,7 +3324,7 @@ module Aws::CloudWatchEvents
3322
3324
  params: params,
3323
3325
  config: config)
3324
3326
  context[:gem_name] = 'aws-sdk-cloudwatchevents'
3325
- context[:gem_version] = '1.53.0'
3327
+ context[:gem_version] = '1.54.0'
3326
3328
  Seahorse::Client::Request.new(handlers, context)
3327
3329
  end
3328
3330
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-cloudwatchevents/customizations'
48
48
  # @!group service
49
49
  module Aws::CloudWatchEvents
50
50
 
51
- GEM_VERSION = '1.53.0'
51
+ GEM_VERSION = '1.54.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchevents
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.53.0
4
+ version: 1.54.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