aws-sdk-iotthingsgraph 1.19.0 → 1.20.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: 867ba71f2adac9899cec8ef12bcf20a0131e12feb447536c0a47e58cb51eef2a
4
- data.tar.gz: ce4a0eb56383a477703cda0cf1fb8b6431e04ae231fadf196cdd4f9c711a0b0f
3
+ metadata.gz: 54e5ee9051157c34b70fdb8834c4af83961d5886d906e6b898163a725c2f3b67
4
+ data.tar.gz: 1c9d94e6944576fec71d62256117da59323aa276656dc50e9c1c9e80c72a4793
5
5
  SHA512:
6
- metadata.gz: ce3d54ddeb061aefbe093f47c6d119468d22fc00c9db71af7e00eed22bec92fa092acbd799f427deff43018be503edd1fa4159a183f397ec406e4112ca013794
7
- data.tar.gz: 12320b70f417e811b337f956dbb67490a1e6e354bc9b13312b097b5cdb61ece77aa53cec6e4b1657d2d2032c033f85974cb7f33fb0ca637854216c7f16cfd33c
6
+ metadata.gz: 23aa30ff5c8c762f6e4a12d46432d2390e0254920a5f359dbd693112f782f14e1c07f34c1d44c22980eccb8b070ce92e73f70bf6f659a8a35b2574bd67528e8e
7
+ data.tar.gz: 2ef480238b4d226e2973cf2ed54d96d30af61ba5a858f839c1c6a3b32825aadc38a95ee439c2ae61502d1c1e5380b76cf4c79495ad3d9737ad102e09ac23914b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.20.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.19.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.19.0
1
+ 1.20.0
@@ -119,7 +119,9 @@ module Aws::IoTThingsGraph
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
@@ -1906,7 +1908,7 @@ module Aws::IoTThingsGraph
1906
1908
  params: params,
1907
1909
  config: config)
1908
1910
  context[:gem_name] = 'aws-sdk-iotthingsgraph'
1909
- context[:gem_version] = '1.19.0'
1911
+ context[:gem_version] = '1.20.0'
1910
1912
  Seahorse::Client::Request.new(handlers, context)
1911
1913
  end
1912
1914
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-iotthingsgraph/customizations'
48
48
  # @!group service
49
49
  module Aws::IoTThingsGraph
50
50
 
51
- GEM_VERSION = '1.19.0'
51
+ GEM_VERSION = '1.20.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iotthingsgraph
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.20.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