aws-sdk-dynamodbstreams 1.25.0 → 1.26.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: 3895d33d1f49db7f0c34332c5439169ed15a93c3cc7a3e4d970ef725ce6f755f
|
|
4
|
+
data.tar.gz: 780bb3a618714a91cc2b6d4eaaa9a283c42122e2c65ecbeaf1b95e96a91c381a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bda879d8b2e114301d7f86c4791ed70fb32e411f0b9f31e0205b01b979b0efb3f6fcd02190b8528d444e54a512ff11e18023ba4ad800686d3c44f11b29c2ae78
|
|
7
|
+
data.tar.gz: 29ed9f2f337356ba36869aaa3e05cff4fcfcc2c4718ebe9daddc8758c323495d7f430d7ab4891134e40975ae58b569972fe80aa24b34e452e17d466af7fbf028
|
|
@@ -787,7 +787,7 @@ module Aws::DynamoDBStreams
|
|
|
787
787
|
params: params,
|
|
788
788
|
config: config)
|
|
789
789
|
context[:gem_name] = 'aws-sdk-dynamodbstreams'
|
|
790
|
-
context[:gem_version] = '1.
|
|
790
|
+
context[:gem_version] = '1.26.0'
|
|
791
791
|
Seahorse::Client::Request.new(handlers, context)
|
|
792
792
|
end
|
|
793
793
|
|
|
@@ -399,7 +399,7 @@ module Aws::DynamoDBStreams
|
|
|
399
399
|
# time; however, if the table or index specifications are complex,
|
|
400
400
|
# DynamoDB might temporarily reduce the number of concurrent operations.
|
|
401
401
|
#
|
|
402
|
-
# There is a soft account
|
|
402
|
+
# There is a soft account quota of 256 tables.
|
|
403
403
|
#
|
|
404
404
|
# @!attribute [rw] message
|
|
405
405
|
# Too many operations for a given subscriber.
|
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.26.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: 2020-
|
|
11
|
+
date: 2020-10-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|