aws-sdk-dynamodbstreams 1.40.0 → 1.41.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dbe484fbc89bd64aa937f3d8ae0e439789b69e19e69f8c5a9a657cb8a6733211
|
|
4
|
+
data.tar.gz: ad4e7c0e75abe2e72304b62c57dab4d042fa773b5ddb8a818687d9c6b8842df2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: edcc0842afc2186e41e59387d705309b989dac9466a07858f5ce905a5c05da84bf689da745a5012ee013ff4cbc6f91c3de69751750a6152dc9450219254cd9d6
|
|
7
|
+
data.tar.gz: 5ff50371d3387e50e375b25323d2d431983d55449aca86c34206fc0b2a58bd323817d0a47e8299050112d321098dbdceb72d8beb1d43cd8b898e79005487bb16
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.41.0
|
|
@@ -834,7 +834,7 @@ module Aws::DynamoDBStreams
|
|
|
834
834
|
params: params,
|
|
835
835
|
config: config)
|
|
836
836
|
context[:gem_name] = 'aws-sdk-dynamodbstreams'
|
|
837
|
-
context[:gem_version] = '1.
|
|
837
|
+
context[:gem_version] = '1.41.0'
|
|
838
838
|
Seahorse::Client::Request.new(handlers, context)
|
|
839
839
|
end
|
|
840
840
|
|
|
@@ -112,8 +112,8 @@ dGlvbnMiOltdLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25z
|
|
|
112
112
|
IjpbeyJmbiI6InN0cmluZ0VxdWFscyIsImFyZ3YiOlt7InJlZiI6IlJlZ2lv
|
|
113
113
|
biJ9LCJsb2NhbCJdfV0sImVuZHBvaW50Ijp7InVybCI6Imh0dHBzOi8vbG9j
|
|
114
114
|
YWxob3N0OjgwMDAiLCJwcm9wZXJ0aWVzIjp7ImF1dGhTY2hlbWVzIjpbeyJu
|
|
115
|
-
|
|
116
|
-
|
|
115
|
+
YW1lIjoic2lndjQiLCJzaWduaW5nUmVnaW9uIjoidXMtZWFzdC0xIiwic2ln
|
|
116
|
+
bmluZ05hbWUiOiJkeW5hbW9kYiJ9XX0sImhlYWRlcnMiOnt9fSwidHlwZSI6
|
|
117
117
|
ImVuZHBvaW50In0seyJjb25kaXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJs
|
|
118
118
|
IjoiaHR0cHM6Ly9zdHJlYW1zLmR5bmFtb2RiLntSZWdpb259LntQYXJ0aXRp
|
|
119
119
|
b25SZXN1bHQjZG5zU3VmZml4fSIsInByb3BlcnRpZXMiOnt9LCJoZWFkZXJz
|
|
@@ -389,15 +389,18 @@ module Aws::DynamoDBStreams
|
|
|
389
389
|
# There is no limit to the number of daily on-demand backups that can be
|
|
390
390
|
# taken.
|
|
391
391
|
#
|
|
392
|
-
#
|
|
393
|
-
# operations include `CreateTable`, `UpdateTable`,
|
|
392
|
+
# For most purposes, up to 500 simultaneous table operations are allowed
|
|
393
|
+
# per account. These operations include `CreateTable`, `UpdateTable`,
|
|
394
394
|
# `DeleteTable`,`UpdateTimeToLive`, `RestoreTableFromBackup`, and
|
|
395
395
|
# `RestoreTableToPointInTime`.
|
|
396
396
|
#
|
|
397
|
-
#
|
|
398
|
-
#
|
|
399
|
-
#
|
|
400
|
-
#
|
|
397
|
+
# When you are creating a table with one or more secondary indexes, you
|
|
398
|
+
# can have up to 250 such requests running at a time. However, if the
|
|
399
|
+
# table or index specifications are complex, then DynamoDB might
|
|
400
|
+
# temporarily reduce the number of concurrent operations.
|
|
401
|
+
#
|
|
402
|
+
# When importing into DynamoDB, up to 50 simultaneous import table
|
|
403
|
+
# operations are allowed per account.
|
|
401
404
|
#
|
|
402
405
|
# There is a soft account quota of 2,500 tables.
|
|
403
406
|
#
|
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.41.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: 2022-
|
|
11
|
+
date: 2022-11-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|