aws-sdk-dynamodb 1.151.0 → 1.153.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-dynamodb/client.rb +1 -1
- data/lib/aws-sdk-dynamodb/types.rb +2 -2
- data/lib/aws-sdk-dynamodb.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 03d0a0f3def1e4204d8c088901f5d2962b5ee12ebfc804ec87e261b11448ddf4
|
4
|
+
data.tar.gz: 0ce3015248ad3634dfa45e439bf274de3082c52113b317999df32d53d1a086fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 388dbbd2ace9b7d484248916a49075202b668480050c1d534a41fd37dabe3827dd563b25f32a3779f61438f8b657d033a43336a124c36f2291f309b26f03ccc6
|
7
|
+
data.tar.gz: 880550bf3e59213b20d2d9308f929f87fe3020e9fcd36aafb2143d35ef720deb9c1cc4531518a73775aa32267b1711fa0f8abc6c79b1f76b9f3c3efdebc10ec9
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.153.0 (2025-08-28)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Remove incorrect endpoint tests
|
8
|
+
|
9
|
+
1.152.0 (2025-08-26)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.151.0 (2025-08-20)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.153.0
|
@@ -7806,8 +7806,8 @@ module Aws::DynamoDB
|
|
7806
7806
|
# Throughput exceeds the current throughput quota for your account. For
|
7807
7807
|
# detailed information about why the request was throttled and the ARN
|
7808
7808
|
# of the impacted resource, find the [ThrottlingReason][1] field in the
|
7809
|
-
# returned exception. Contact [Amazon Web
|
7810
|
-
# a quota increase.
|
7809
|
+
# returned exception. Contact [Amazon Web Services Support][2] to
|
7810
|
+
# request a quota increase.
|
7811
7811
|
#
|
7812
7812
|
#
|
7813
7813
|
#
|
data/lib/aws-sdk-dynamodb.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.153.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
version: '3'
|
19
19
|
- - ">="
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.
|
21
|
+
version: 3.231.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -28,7 +28,7 @@ dependencies:
|
|
28
28
|
version: '3'
|
29
29
|
- - ">="
|
30
30
|
- !ruby/object:Gem::Version
|
31
|
-
version: 3.
|
31
|
+
version: 3.231.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|