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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotthingsgraph/client.rb +4 -2
- data/lib/aws-sdk-iotthingsgraph.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 54e5ee9051157c34b70fdb8834c4af83961d5886d906e6b898163a725c2f3b67
|
4
|
+
data.tar.gz: 1c9d94e6944576fec71d62256117da59323aa276656dc50e9c1c9e80c72a4793
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23aa30ff5c8c762f6e4a12d46432d2390e0254920a5f359dbd693112f782f14e1c07f34c1d44c22980eccb8b070ce92e73f70bf6f659a8a35b2574bd67528e8e
|
7
|
+
data.tar.gz: 2ef480238b4d226e2973cf2ed54d96d30af61ba5a858f839c1c6a3b32825aadc38a95ee439c2ae61502d1c1e5380b76cf4c79495ad3d9737ad102e09ac23914b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
1911
|
+
context[:gem_version] = '1.20.0'
|
1910
1912
|
Seahorse::Client::Request.new(handlers, context)
|
1911
1913
|
end
|
1912
1914
|
|
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.
|
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-
|
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
|