aws-sdk-dynamodbstreams 1.34.0 → 1.35.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-dynamodbstreams/client.rb +4 -2
- data/lib/aws-sdk-dynamodbstreams.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: bb57e655189e4a5c848e2d8d80d4cf0d4db9de4e67d82d60534a63fad4c9da5b
|
|
4
|
+
data.tar.gz: 1dd65ba432820d8dab622cf15410aa9480d2fdd50d23d7dc709eb6afdd29c8e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2646a14b96f9900b57106b97a58c58f71006ca765355f187e136eda559bb89d4d4d44c33189ef10ab1a307061d825c56c4a5d07f3cfa73bfc8f910e4ff9426f9
|
|
7
|
+
data.tar.gz: 8b8a60373b6ec3427c86d3d4f3da9d97bd7971c09a8d96dc5b9d24c44b109533c830b7f3bf21db4083c3bb63263d4d83545f8412f431508d55499e8aa174d501
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.35.0
|
|
@@ -121,7 +121,9 @@ module Aws::DynamoDBStreams
|
|
|
121
121
|
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
|
122
122
|
# are very aggressive. Construct and pass an instance of
|
|
123
123
|
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
|
124
|
-
# enable retries and extended timeouts.
|
|
124
|
+
# enable retries and extended timeouts. Instance profile credential
|
|
125
|
+
# fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
|
|
126
|
+
# to true.
|
|
125
127
|
#
|
|
126
128
|
# @option options [required, String] :region
|
|
127
129
|
# The AWS region to connect to. The configured `:region` is
|
|
@@ -802,7 +804,7 @@ module Aws::DynamoDBStreams
|
|
|
802
804
|
params: params,
|
|
803
805
|
config: config)
|
|
804
806
|
context[:gem_name] = 'aws-sdk-dynamodbstreams'
|
|
805
|
-
context[:gem_version] = '1.
|
|
807
|
+
context[:gem_version] = '1.35.0'
|
|
806
808
|
Seahorse::Client::Request.new(handlers, context)
|
|
807
809
|
end
|
|
808
810
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-dynamodbstreams
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.35.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
|