aws-sdk-dynamodbstreams 1.38.0 → 1.39.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dd2a89db906c132f1fab544d5af1b6e161a1d98b1169ffc4b8124b28d9230589
4
- data.tar.gz: d2b39c02a1c17421d95de076eb3ea24f5ff15c53bc65ab6e9aa3bce117149396
3
+ metadata.gz: 67c3318c825c36bd2feaf6e163b6269180934f0389a9460ac2564bf767a911d9
4
+ data.tar.gz: e097337d8e1ce7502396ae475efee8dbe17744363f64c1189981555ec812f6a0
5
5
  SHA512:
6
- metadata.gz: 80d3c019d6d989b58896bfcf853c34d58d7b0e09bb812ee2b7e070bf94c1c4f8cf0f06aac2cecfbe7c96f230a8ec689d6d1a107002e7d02f8ce13796b327548d
7
- data.tar.gz: d1e30c6175113aafc526860192dbcf4913962b8039c4a4256e122c89defeb9f795f4940fe14777a7720796c2c719b9aebd8d2d967f444cabd85f1cf8617864a8
6
+ metadata.gz: d00d4a5ba811ea8d21a716e5a033cb2dae077fe79a2b4a14818f43b25247c3f423796c5e2ff412a0828cf151f490d27f5e7af29fe42b3bcbd81bfe357783a5bd
7
+ data.tar.gz: 7ba6b9094d491c0a564ead4ca7ce81b1619315934f8609813ad5d25f1fe7f9ca83c426f525c2a1109b933f7729512554a69f3a1a3f18870bfc85549c7444f00c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.0 (2022-06-17)
5
+ ------------------
6
+
7
+ * Feature - Doc only update for DynamoDB service
8
+
4
9
  1.38.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
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.38.0'
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", "3.14159"\}]`
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 50 simultaneous table operations are allowed per account. These
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 25 such requests running at a
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 256 tables.
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.
@@ -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.38.0'
51
+ GEM_VERSION = '1.39.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.38.0
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-02-24 00:00:00.000000000 Z
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