aws-sdk-dynamodb 1.86.0 → 1.88.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: 5d9c7ed842e4bed009f65f1d78a4b434c9b406866b5ef1874e093674669acaba
4
- data.tar.gz: 821a7d12c1955caf8e63004e192d211e5480a78b9ee8e70c8518385c9f75cf3d
3
+ metadata.gz: e82f449d813ca3f0c09b127debc2c630d70b9214dc513fa3f99efbc863b8fcf6
4
+ data.tar.gz: 87dcd9ef07411a6b584e5d2cc36d0028b6b9e95992c7d4a619009d0d0cff3a94
5
5
  SHA512:
6
- metadata.gz: 2a75ea25ba82c6b847f0887852fc9f9c4c4caaafff8a6c4106b088332bac1564a5ac99fc82bc795adf9192bc55bb315214a9f5f29921486bf0c3f27d83571a3f
7
- data.tar.gz: 5d9ba03972f7e0f43975e52d4d9391f360c1efa899f0ae03b426fe099a02a23b0292a61a85b3ed9b3737882712180fceab8201832b2852c3096aeebf3e535072
6
+ metadata.gz: 2a439c50315f0994117284796c4243866d5ae04858853981656abc4aa82acc364310214c35d5ef56cb7d5cfbffa6c2db13d119dd4a326e6e6912728304c12fe8
7
+ data.tar.gz: 3892c31752b7df2b260da46b8f135e54fb36130543ce781b0d4aa31de3106d37244557e5e72e52ff69be48aedc6b589e90eae281dcf4ed1bd7a62bb3bc51e8d3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.88.0 (2023-06-21)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for DynamoDB
8
+
9
+ 1.87.0 (2023-06-15)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.86.0 (2023-06-12)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.86.0
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. This action must be
2361
- # included in your VPC endpoint policies, or access to the
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.86.0'
7754
+ context[:gem_version] = '1.88.0'
7757
7755
  Seahorse::Client::Request.new(handlers, context)
7758
7756
  end
7759
7757
 
@@ -9,6 +9,7 @@
9
9
 
10
10
 
11
11
  module Aws::DynamoDB
12
+ # @api private
12
13
  module Endpoints
13
14
 
14
15
  class BatchExecuteStatement
@@ -54,6 +54,6 @@ require_relative 'aws-sdk-dynamodb/customizations'
54
54
  # @!group service
55
55
  module Aws::DynamoDB
56
56
 
57
- GEM_VERSION = '1.86.0'
57
+ GEM_VERSION = '1.88.0'
58
58
 
59
59
  end
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.86.0
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-12 00:00:00.000000000 Z
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