aws-sdk-dynamodb 1.87.0 → 1.88.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-dynamodb/client.rb +3 -5
- 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: e82f449d813ca3f0c09b127debc2c630d70b9214dc513fa3f99efbc863b8fcf6
|
|
4
|
+
data.tar.gz: 87dcd9ef07411a6b584e5d2cc36d0028b6b9e95992c7d4a619009d0d0cff3a94
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a439c50315f0994117284796c4243866d5ae04858853981656abc4aa82acc364310214c35d5ef56cb7d5cfbffa6c2db13d119dd4a326e6e6912728304c12fe8
|
|
7
|
+
data.tar.gz: 3892c31752b7df2b260da46b8f135e54fb36130543ce781b0d4aa31de3106d37244557e5e72e52ff69be48aedc6b589e90eae281dcf4ed1bd7a62bb3bc51e8d3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.88.0
|
|
@@ -2357,10 +2357,8 @@ module Aws::DynamoDB
|
|
|
2357
2357
|
req.send_request(options)
|
|
2358
2358
|
end
|
|
2359
2359
|
|
|
2360
|
-
# Returns the regional endpoint information.
|
|
2361
|
-
#
|
|
2362
|
-
# DescribeEndpoints API will be denied. For more information on policy
|
|
2363
|
-
# permissions, please see [Internetwork traffic privacy][1].
|
|
2360
|
+
# Returns the regional endpoint information. For more information on
|
|
2361
|
+
# policy permissions, please see [Internetwork traffic privacy][1].
|
|
2364
2362
|
#
|
|
2365
2363
|
#
|
|
2366
2364
|
#
|
|
@@ -7753,7 +7751,7 @@ module Aws::DynamoDB
|
|
|
7753
7751
|
params: params,
|
|
7754
7752
|
config: config)
|
|
7755
7753
|
context[:gem_name] = 'aws-sdk-dynamodb'
|
|
7756
|
-
context[:gem_version] = '1.
|
|
7754
|
+
context[:gem_version] = '1.88.0'
|
|
7757
7755
|
Seahorse::Client::Request.new(handlers, context)
|
|
7758
7756
|
end
|
|
7759
7757
|
|
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.88.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-06-
|
|
11
|
+
date: 2023-06-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|