aws-sdk-ioteventsdata 1.21.0 → 1.22.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-ioteventsdata/client.rb +4 -2
- data/lib/aws-sdk-ioteventsdata.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: 7445d9181855320145bfeb49ef7c727fb91fcb05c1602ead752118dda25f8a19
|
4
|
+
data.tar.gz: 615a14b4c186f00e6d019eab2c478ee806f98e68e3822bca701a99e2262f92b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d58918aa8eb17557e5c918a18e8320eedf3044bea6fcb302fd1cda3cd96ca6a657e82c7defce1edca7116ccd462737d96383d5e0e9caa9c33261c89ede95feb
|
7
|
+
data.tar.gz: 453519bd480ac9a454f91677ef2fae39c0e009dbb3558a6e2302de1ea319ead38bab6359a579075aed8be18be898fced180d145ab94e004f0abe558d053e4a4a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.22.0
|
@@ -119,7 +119,9 @@ module Aws::IoTEventsData
|
|
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
|
@@ -823,7 +825,7 @@ module Aws::IoTEventsData
|
|
823
825
|
params: params,
|
824
826
|
config: config)
|
825
827
|
context[:gem_name] = 'aws-sdk-ioteventsdata'
|
826
|
-
context[:gem_version] = '1.
|
828
|
+
context[:gem_version] = '1.22.0'
|
827
829
|
Seahorse::Client::Request.new(handlers, context)
|
828
830
|
end
|
829
831
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ioteventsdata
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.22.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
|