aws-sdk-dynamodb 1.87.0 → 1.89.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: 534893f6f9ef58de0a530aa3118ab4cb7237c98f44b3c2af52e07ba836bb5163
4
- data.tar.gz: e9db746c0ee11f62d86416d49ac93fcca54535ca668398e716d1519d206a4843
3
+ metadata.gz: dabe94ff08438a163a80687509bb1a7bbf54ce9a087250df0d43dc5b5f0060c8
4
+ data.tar.gz: 1f83c51d84bbf0c35f44f3d0ad0b6f6d093308578451fb083a9ada9cb3c2d7a0
5
5
  SHA512:
6
- metadata.gz: 99b7d7b5a7ae745e096af3d39b97766d2ef37464ca99ebca9618b32e90e423bd29d8f643404a89b9fd4b1bce5e2ea0538d568595b3fe9f10feb3c34adc8cabee
7
- data.tar.gz: 51e22d5c57c97be6a6eaecd435be754af2aef042f9f3fcf76cf82a670dd724e43739761ad79e2fee7e61e1a07b0f3f0b23fd50dc077c95a8e2e3a82265309cfc
6
+ metadata.gz: e586af52fc625f9628ff081ddb88355cb2ce481f5a10ed03c2228b763de07c19a3600a369a9b1a01feeaf8d1176565b7061daa0b638ade5293aeb57236000b4e
7
+ data.tar.gz: 8d14088b61279f5e24ac849ec3ef31518266d68ab3ba1dd65c358cc6a3ad920ea453131e256e8ae00ae5084faa2d31f17350b68a753042eaac3073ca0aff55b2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.89.0 (2023-06-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.88.0 (2023-06-21)
10
+ ------------------
11
+
12
+ * Feature - Documentation updates for DynamoDB
13
+
4
14
  1.87.0 (2023-06-15)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.87.0
1
+ 1.89.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.89.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.89.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.89.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-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.174.0
22
+ version: 3.176.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.174.0
32
+ version: 3.176.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement