aws-sdk-dynamodb 1.87.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: 534893f6f9ef58de0a530aa3118ab4cb7237c98f44b3c2af52e07ba836bb5163
4
- data.tar.gz: e9db746c0ee11f62d86416d49ac93fcca54535ca668398e716d1519d206a4843
3
+ metadata.gz: e82f449d813ca3f0c09b127debc2c630d70b9214dc513fa3f99efbc863b8fcf6
4
+ data.tar.gz: 87dcd9ef07411a6b584e5d2cc36d0028b6b9e95992c7d4a619009d0d0cff3a94
5
5
  SHA512:
6
- metadata.gz: 99b7d7b5a7ae745e096af3d39b97766d2ef37464ca99ebca9618b32e90e423bd29d8f643404a89b9fd4b1bce5e2ea0538d568595b3fe9f10feb3c34adc8cabee
7
- data.tar.gz: 51e22d5c57c97be6a6eaecd435be754af2aef042f9f3fcf76cf82a670dd724e43739761ad79e2fee7e61e1a07b0f3f0b23fd50dc077c95a8e2e3a82265309cfc
6
+ metadata.gz: 2a439c50315f0994117284796c4243866d5ae04858853981656abc4aa82acc364310214c35d5ef56cb7d5cfbffa6c2db13d119dd4a326e6e6912728304c12fe8
7
+ data.tar.gz: 3892c31752b7df2b260da46b8f135e54fb36130543ce781b0d4aa31de3106d37244557e5e72e52ff69be48aedc6b589e90eae281dcf4ed1bd7a62bb3bc51e8d3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.88.0 (2023-06-21)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for DynamoDB
8
+
4
9
  1.87.0 (2023-06-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.87.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.87.0'
7754
+ context[:gem_version] = '1.88.0'
7757
7755
  Seahorse::Client::Request.new(handlers, context)
7758
7756
  end
7759
7757
 
@@ -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.87.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.87.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-15 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