aws-sdk-dynamodb 1.65.0 → 1.69.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: f3a290497cbf69f567335dc0098525301d3e3b51657b2c54009333c060ce229a
4
- data.tar.gz: e45d36cb0c6fa34f74890f18fc71e0467d236a294a8b8f651690d5fb7dbbde71
3
+ metadata.gz: e05476b82915f01a358d8bba79d357df0743d64d9c25e6c627285dc46c61ea79
4
+ data.tar.gz: 61308d48457d2b02cb269e79d0c3f440983eb82d050a25ac7cd18da2980aa950
5
5
  SHA512:
6
- metadata.gz: 8e58b9707104c7cf1638fc71b12f96dbfe1fe2040d833d0f78c7f476f3c8c3b570351d22388f8db2192d574faed782282e31a39ef3a112c0cd08ef518853f66c
7
- data.tar.gz: d62c7d1ea9f543155ce4d5d2eaaf7ce11ccda7aac1853e028016abdfafdc9d6a97a8a5c78ddea57ab467840ed1e9ab7dacc5a29891ec71fefb07a74d6fdab580
6
+ metadata.gz: c62190a339337d1c5e53481a2afb957868587eb9ece07ffe13df792e95bf094a38f88647bda00d678a627a630a4d21503994855466f548d9e68d9eff5df91bd9
7
+ data.tar.gz: 446fac3dae812b9c83ee7873a958c4439649b43894676efa1c751c460d2a454f68ffed064f067bbe47197998836e58b15ab792419b81f7e40bc91648a185f38d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.69.0 (2021-12-01)
5
+ ------------------
6
+
7
+ * Feature - Add support for Table Classes and introduce the Standard Infrequent Access table class.
8
+
9
+ 1.68.0 (2021-11-30)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.67.0 (2021-11-23)
15
+ ------------------
16
+
17
+ * Feature - DynamoDB PartiQL now supports ReturnConsumedCapacity, which returns capacity units consumed by PartiQL APIs if the request specified returnConsumedCapacity parameter. PartiQL APIs include ExecuteStatement, BatchExecuteStatement, and ExecuteTransaction.
18
+
19
+ 1.66.0 (2021-11-11)
20
+ ------------------
21
+
22
+ * Feature - Updated Help section for "dynamodb update-contributor-insights" API
23
+
4
24
  1.65.0 (2021-11-04)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.65.0
1
+ 1.69.0