aws-sdk-dynamodb 1.152.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bdc0348ba7795f8ec99db41486aceeea9d1d6f0735cb8def33773ee03a5f7ec6
4
- data.tar.gz: 169b8f32381f1fd065d8c56595a78e6bdf36005e4cb60221513a29883e5af014
3
+ metadata.gz: 03d0a0f3def1e4204d8c088901f5d2962b5ee12ebfc804ec87e261b11448ddf4
4
+ data.tar.gz: 0ce3015248ad3634dfa45e439bf274de3082c52113b317999df32d53d1a086fe
5
5
  SHA512:
6
- metadata.gz: bbdc4c08484fb4273b4c7abb7d745932982a022827d1d850d4f6a4d3ea3ade110e61be3f0de693c88dd813fc6c275481d074409076416ef756f655a866d73876
7
- data.tar.gz: c73fa1445fcc4aedba7551954dadf25386997a33e4fca0801d6187e81401f4225d19187b89a33fd91694855398e63e6c945acd6b351a252d651bd5a26da19cc3
6
+ metadata.gz: 388dbbd2ace9b7d484248916a49075202b668480050c1d534a41fd37dabe3827dd563b25f32a3779f61438f8b657d033a43336a124c36f2291f309b26f03ccc6
7
+ data.tar.gz: 880550bf3e59213b20d2d9308f929f87fe3020e9fcd36aafb2143d35ef720deb9c1cc4531518a73775aa32267b1711fa0f8abc6c79b1f76b9f3c3efdebc10ec9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.153.0 (2025-08-28)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.152.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.152.0
1
+ 1.153.0
@@ -8681,7 +8681,7 @@ module Aws::DynamoDB
8681
8681
  tracer: tracer
8682
8682
  )
8683
8683
  context[:gem_name] = 'aws-sdk-dynamodb'
8684
- context[:gem_version] = '1.152.0'
8684
+ context[:gem_version] = '1.153.0'
8685
8685
  Seahorse::Client::Request.new(handlers, context)
8686
8686
  end
8687
8687
 
@@ -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 ServicesSupport][2] to request
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
  #
@@ -56,7 +56,7 @@ module Aws::DynamoDB
56
56
  autoload :Endpoints, 'aws-sdk-dynamodb/endpoints'
57
57
  autoload :Table, 'aws-sdk-dynamodb/table'
58
58
 
59
- GEM_VERSION = '1.152.0'
59
+ GEM_VERSION = '1.153.0'
60
60
 
61
61
  end
62
62
 
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.152.0
4
+ version: 1.153.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services