aws-sdk-alexaforbusiness 1.52.0 → 1.53.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
  SHA256:
3
- metadata.gz: 264fb06b79bea9e551b71f257831e2652204f715d9bfc97062e9380a6fb46a31
4
- data.tar.gz: ec713c209fcb6c88565e16c97e77184be906147aa84c8b207ec4609641ad568d
3
+ metadata.gz: fddc6d5962f70f5356167b214ba61f9c39e1aa091b0e1c1a7d41513fb1126485
4
+ data.tar.gz: 5f93b0cbad89408e20134456dc353da6403a81e24092e69b5c870ae95923d6b3
5
5
  SHA512:
6
- metadata.gz: 0d2b30a9ce4aef87d9615cdc0cf1549e44b92274b4f4696d14db4eba027479756c05f76b60ff7da6ec066e504ce2a42a66e4932c409bbd661be88e9d43334489
7
- data.tar.gz: ace9b75136527897d31d976b52364121ee010661b0e6a53026063c654f1415d27e49aefb1362768c3a991078b11046871ba6bb20ea859c1dbfe7c387941f6c15
6
+ metadata.gz: aae4a8d9f6f30ae7297812858c81f49953b308257777c5f6e7e1bb5df083a1e30c18dc99992885b541cbfb24e8debd2fbb0a8a559f2184ff081f8defcda487e8
7
+ data.tar.gz: 5fea83c1a686ee762548a185d444990a8422104cc6aa97ad43be76125abf61aa4438cbaa024af3ef5ccfa19778a4e2d06bd987307654c220898e56bb7ac7c7f5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.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.52.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.53.0
@@ -119,7 +119,9 @@ module Aws::AlexaForBusiness
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
@@ -4246,7 +4248,7 @@ module Aws::AlexaForBusiness
4246
4248
  params: params,
4247
4249
  config: config)
4248
4250
  context[:gem_name] = 'aws-sdk-alexaforbusiness'
4249
- context[:gem_version] = '1.52.0'
4251
+ context[:gem_version] = '1.53.0'
4250
4252
  Seahorse::Client::Request.new(handlers, context)
4251
4253
  end
4252
4254
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-alexaforbusiness/customizations'
48
48
  # @!group service
49
49
  module Aws::AlexaForBusiness
50
50
 
51
- GEM_VERSION = '1.52.0'
51
+ GEM_VERSION = '1.53.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-alexaforbusiness
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.52.0
4
+ version: 1.53.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