aws-sdk-dynamodbstreams 1.38.0 → 1.39.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 +1 -1
- data/lib/aws-sdk-dynamodbstreams/types.rb +4 -4
- 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: 67c3318c825c36bd2feaf6e163b6269180934f0389a9460ac2564bf767a911d9
|
|
4
|
+
data.tar.gz: e097337d8e1ce7502396ae475efee8dbe17744363f64c1189981555ec812f6a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d00d4a5ba811ea8d21a716e5a033cb2dae077fe79a2b4a14818f43b25247c3f423796c5e2ff412a0828cf151f490d27f5e7af29fe42b3bcbd81bfe357783a5bd
|
|
7
|
+
data.tar.gz: 7ba6b9094d491c0a564ead4ca7ce81b1619315934f8609813ad5d25f1fe7f9ca83c426f525c2a1109b933f7729512554a69f3a1a3f18870bfc85549c7444f00c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.39.0
|
|
@@ -817,7 +817,7 @@ module Aws::DynamoDBStreams
|
|
|
817
817
|
params: params,
|
|
818
818
|
config: config)
|
|
819
819
|
context[:gem_name] = 'aws-sdk-dynamodbstreams'
|
|
820
|
-
context[:gem_version] = '1.
|
|
820
|
+
context[:gem_version] = '1.39.0'
|
|
821
821
|
Seahorse::Client::Request.new(handlers, context)
|
|
822
822
|
end
|
|
823
823
|
|
|
@@ -77,7 +77,7 @@ module Aws::DynamoDBStreams
|
|
|
77
77
|
# @!attribute [rw] l
|
|
78
78
|
# An attribute of type List. For example:
|
|
79
79
|
#
|
|
80
|
-
# `"L": [ \{"S": "Cookies"\} , \{"S": "Coffee"\}, \{"N"
|
|
80
|
+
# `"L": [ \{"S": "Cookies"\} , \{"S": "Coffee"\}, \{"N": "3.14159"\}]`
|
|
81
81
|
# @return [Array<Types::AttributeValue>]
|
|
82
82
|
#
|
|
83
83
|
# @!attribute [rw] null
|
|
@@ -389,17 +389,17 @@ 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
|
-
# Up to
|
|
392
|
+
# Up to 500 simultaneous table operations are allowed per account. These
|
|
393
393
|
# operations include `CreateTable`, `UpdateTable`,
|
|
394
394
|
# `DeleteTable`,`UpdateTimeToLive`, `RestoreTableFromBackup`, and
|
|
395
395
|
# `RestoreTableToPointInTime`.
|
|
396
396
|
#
|
|
397
397
|
# The only exception is when you are creating a table with one or more
|
|
398
|
-
# secondary indexes. You can have up to
|
|
398
|
+
# secondary indexes. You can have up to 250 such requests running at a
|
|
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 quota of
|
|
402
|
+
# There is a soft account quota of 2,500 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.39.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-06-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|