aws-sdk-ssmcontacts 1.9.0 → 1.10.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: f0902c86253ae3633f855d0575589fb0463a28b49ef2836439ae302e7346a8a4
4
- data.tar.gz: ba75a080ea06ff84eec02d98c12e1a1703196106d45180bfd315e589a7aa44eb
3
+ metadata.gz: 8c36753cb00d2d128d3f4c70625497fecda52ca39225c36d10aa5aabe6981a04
4
+ data.tar.gz: e90bfc4b06462c51699bc3b300fbc375a14ba3feac30e37b6829160efd6d07b1
5
5
  SHA512:
6
- metadata.gz: aa54a2cd5d3f48d2554772296b9be569e330c14b677aa05f3f5c5db0f12c040c6df837f62efd6f91beb262d4e5461cf61afeab9f0d90b00e1e83a0d4e44398bd
7
- data.tar.gz: 4c634aa0eaec6d9bd43adbc42122bac64f78950c696638b3dcfcd0ba7db09cd2f3d66d716762d7d77fc04e5756a9cf81f02b4105b9d2aa84ab96b8978424ca3a
6
+ metadata.gz: 60d57b008f17940780375db36a0f4e5822dc78497d7c67602cafa22e246b8cded8964d977290cd8a4297420c7cf1d481b3c9d485cddf8e4ff7fd5442f48fe4f7
7
+ data.tar.gz: 8a6e585230e1bc83e326723709f249fc9237a59447396c032c01cae95e5e2ae3bc67a76985af332c2b4015f362986114fb1c96eecf477733f2f2efcba2c0d19b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.10.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.9.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.9.0
1
+ 1.10.0
@@ -119,7 +119,9 @@ module Aws::SSMContacts
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
@@ -2182,7 +2184,7 @@ module Aws::SSMContacts
2182
2184
  params: params,
2183
2185
  config: config)
2184
2186
  context[:gem_name] = 'aws-sdk-ssmcontacts'
2185
- context[:gem_version] = '1.9.0'
2187
+ context[:gem_version] = '1.10.0'
2186
2188
  Seahorse::Client::Request.new(handlers, context)
2187
2189
  end
2188
2190
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-ssmcontacts/customizations'
48
48
  # @!group service
49
49
  module Aws::SSMContacts
50
50
 
51
- GEM_VERSION = '1.9.0'
51
+ GEM_VERSION = '1.10.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssmcontacts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.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