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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 925026e00c0ffaec4278a1df81ff4b9b04f0d1fda22c4a2f39ffd19772684f1a
4
- data.tar.gz: d41268b36032c67d6d1fb928dc3b93be95a582c2b47cdc06cf91a80d6d238721
3
+ metadata.gz: bb57e655189e4a5c848e2d8d80d4cf0d4db9de4e67d82d60534a63fad4c9da5b
4
+ data.tar.gz: 1dd65ba432820d8dab622cf15410aa9480d2fdd50d23d7dc709eb6afdd29c8e5
5
5
  SHA512:
6
- metadata.gz: 89f7a923acd75425718d35888d1fe3b4641001db54e73e0b481762ba1d2c84538029bc1780e596c97b2a78ff6323d9389e30b920822c812257648aea7d5229ed
7
- data.tar.gz: c1ffeef006d393528ce190e4b6695217034c9717a143e6f43dab37477e23c11c192c63d65b8032348d8e773f0096005c1bd2bbba519ae54567751df7df32f423
6
+ metadata.gz: 2646a14b96f9900b57106b97a58c58f71006ca765355f187e136eda559bb89d4d4d44c33189ef10ab1a307061d825c56c4a5d07f3cfa73bfc8f910e4ff9426f9
7
+ data.tar.gz: 8b8a60373b6ec3427c86d3d4f3da9d97bd7971c09a8d96dc5b9d24c44b109533c830b7f3bf21db4083c3bb63263d4d83545f8412f431508d55499e8aa174d501
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.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.34.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
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.34.0'
807
+ context[:gem_version] = '1.35.0'
806
808
  Seahorse::Client::Request.new(handlers, context)
807
809
  end
808
810
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-dynamodbstreams/customizations'
48
48
  # @!group service
49
49
  module Aws::DynamoDBStreams
50
50
 
51
- GEM_VERSION = '1.34.0'
51
+ GEM_VERSION = '1.35.0'
52
52
 
53
53
  end
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.34.0
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-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