aws-sdk-dynamodb 1.85.0 → 1.86.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-dynamodb/client.rb +5 -5
- data/lib/aws-sdk-dynamodb/types.rb +8 -2
- data/lib/aws-sdk-dynamodb.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: 5d9c7ed842e4bed009f65f1d78a4b434c9b406866b5ef1874e093674669acaba
|
4
|
+
data.tar.gz: 821a7d12c1955caf8e63004e192d211e5480a78b9ee8e70c8518385c9f75cf3d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a75ea25ba82c6b847f0887852fc9f9c4c4caaafff8a6c4106b088332bac1564a5ac99fc82bc795adf9192bc55bb315214a9f5f29921486bf0c3f27d83571a3f
|
7
|
+
data.tar.gz: 5d9ba03972f7e0f43975e52d4d9391f360c1efa899f0ae03b426fe099a02a23b0292a61a85b3ed9b3737882712180fceab8201832b2852c3096aeebf3e535072
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.86.0
|
@@ -501,10 +501,10 @@ module Aws::DynamoDB
|
|
501
501
|
# A single operation can retrieve up to 16 MB of data, which can contain
|
502
502
|
# as many as 100 items. `BatchGetItem` returns a partial result if the
|
503
503
|
# response size limit is exceeded, the table's provisioned throughput
|
504
|
-
# is exceeded,
|
505
|
-
# result is returned, the
|
506
|
-
# `UnprocessedKeys`. You can use this
|
507
|
-
# starting with the next item to get.
|
504
|
+
# is exceeded, more than 1MB per partition is requested, or an internal
|
505
|
+
# processing failure occurs. If a partial result is returned, the
|
506
|
+
# operation returns a value for `UnprocessedKeys`. You can use this
|
507
|
+
# value to retry the operation starting with the next item to get.
|
508
508
|
#
|
509
509
|
# If you request more than 100 items, `BatchGetItem` returns a
|
510
510
|
# `ValidationException` with the message "Too many items requested for
|
@@ -7753,7 +7753,7 @@ module Aws::DynamoDB
|
|
7753
7753
|
params: params,
|
7754
7754
|
config: config)
|
7755
7755
|
context[:gem_name] = 'aws-sdk-dynamodb'
|
7756
|
-
context[:gem_version] = '1.
|
7756
|
+
context[:gem_version] = '1.86.0'
|
7757
7757
|
Seahorse::Client::Request.new(handlers, context)
|
7758
7758
|
end
|
7759
7759
|
|
@@ -4888,6 +4888,12 @@ module Aws::DynamoDB
|
|
4888
4888
|
#
|
4889
4889
|
# There is a soft account quota of 2,500 tables.
|
4890
4890
|
#
|
4891
|
+
# GetRecords was called with a value of more than 1000 for the limit
|
4892
|
+
# request parameter.
|
4893
|
+
#
|
4894
|
+
# More than 2 processes are reading from the same streams shard at the
|
4895
|
+
# same time. Exceeding this limit may result in request throttling.
|
4896
|
+
#
|
4891
4897
|
# @!attribute [rw] message
|
4892
4898
|
# Too many operations for a given subscriber.
|
4893
4899
|
# @return [String]
|
@@ -5533,7 +5539,7 @@ module Aws::DynamoDB
|
|
5533
5539
|
#
|
5534
5540
|
#
|
5535
5541
|
#
|
5536
|
-
# [1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/
|
5542
|
+
# [1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ProvisionedThroughput.html
|
5537
5543
|
# @return [Integer]
|
5538
5544
|
#
|
5539
5545
|
# @!attribute [rw] write_capacity_units
|
@@ -5547,7 +5553,7 @@ module Aws::DynamoDB
|
|
5547
5553
|
#
|
5548
5554
|
#
|
5549
5555
|
#
|
5550
|
-
# [1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/
|
5556
|
+
# [1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ProvisionedThroughput.html
|
5551
5557
|
# @return [Integer]
|
5552
5558
|
#
|
5553
5559
|
# @see http://docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ProvisionedThroughput AWS API Documentation
|
data/lib/aws-sdk-dynamodb.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-dynamodb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.86.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: 2023-
|
11
|
+
date: 2023-06-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|