aws-sdk-mq 1.42.0 → 1.43.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: 7ac8e84d613ce3dd5d785f11e09e26e807110b5c8d23f6e31b1158e2e0900e73
4
- data.tar.gz: aaecbbf20187a788cee4699bb7b29f8104275571272c616801a2db0f47fd3aa2
3
+ metadata.gz: 7095ce395f368b92da41ca87b41cffa59cebc547be5872cba3c9c96dd6d784dd
4
+ data.tar.gz: 347062865603046b4d2a85d000fd2302834ad518ac9095aab6317d965c480397
5
5
  SHA512:
6
- metadata.gz: 7b56ff06b58ab021a328c044e9872542892931b34aab507147e6f01622592bec63e6479ca5c24fc0f7cfceb51b3e78399679881535214b6e18d135f143f5ff9b
7
- data.tar.gz: a20da28c7a07127fe5aa88fe4896200b48dc0c5731c2ca3f9262a6944f2a02a6d4cda762a3e75f97382262c549fb109646947b6cfb4e15d909901347102e3214
6
+ metadata.gz: ced8caf1865fe34432b7404bb7a331788fddb83dc37cd14b07ebd462b0f52199437477994a42ca7e41ca2a2a3d91335f57c099f1c7d447860b657602b5c61af1
7
+ data.tar.gz: af2c2b8c4e8806ca713a02f946961a4b89446737651bc5ee203ddac1aa746b06ce872055ab678b0b0ab1255724dc9410eff9af5954a410a47e032b4fdb1c0622
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.43.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.42.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.42.0
1
+ 1.43.0
@@ -119,7 +119,9 @@ module Aws::MQ
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
@@ -1491,7 +1493,7 @@ module Aws::MQ
1491
1493
  params: params,
1492
1494
  config: config)
1493
1495
  context[:gem_name] = 'aws-sdk-mq'
1494
- context[:gem_version] = '1.42.0'
1496
+ context[:gem_version] = '1.43.0'
1495
1497
  Seahorse::Client::Request.new(handlers, context)
1496
1498
  end
1497
1499
 
data/lib/aws-sdk-mq.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-mq/customizations'
48
48
  # @!group service
49
49
  module Aws::MQ
50
50
 
51
- GEM_VERSION = '1.42.0'
51
+ GEM_VERSION = '1.43.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mq
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.42.0
4
+ version: 1.43.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