aws-sdk-iotjobsdataplane 1.32.0 → 1.33.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotjobsdataplane/client.rb +4 -2
- data/lib/aws-sdk-iotjobsdataplane.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: 29689f0588b5c79441c6db721fad6cd07b6bc6442e05aa56c56e401ad0c9fe32
|
4
|
+
data.tar.gz: 5dc5d320bc0ac4423bfdd2aba61827ab70d881e439195b17ee21c4fe4abe43d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e96d19e2c5b008cd6c98831866b3f7dd8d9e7bd1d5a8feb96f682edc8fdc5d7eeaa64bf0a207ddf9eafdc01dca848b7acfeafcd56fa99d647cc8bfc844a97735
|
7
|
+
data.tar.gz: a5ad23b641c7ef8a63db361025e5301ac7c4d0dd2b7aeca06c5333853420c35f924dabe8b065e1625a06641d13a5127ef31df2016fae2e4fe88aeb9ffd891307
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.33.0
|
@@ -119,7 +119,9 @@ module Aws::IoTJobsDataPlane
|
|
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
|
@@ -584,7 +586,7 @@ module Aws::IoTJobsDataPlane
|
|
584
586
|
params: params,
|
585
587
|
config: config)
|
586
588
|
context[:gem_name] = 'aws-sdk-iotjobsdataplane'
|
587
|
-
context[:gem_version] = '1.
|
589
|
+
context[:gem_version] = '1.33.0'
|
588
590
|
Seahorse::Client::Request.new(handlers, context)
|
589
591
|
end
|
590
592
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-iotjobsdataplane
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.33.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
|