aws-sdk-dynamodb 1.106.0 → 1.108.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: b0bdc4383098333db9d842f45d99ec48b72a332e35515e50560871680f4121a7
4
- data.tar.gz: 350fa6c368b48c6355aafe55eb278d709898fc0e029441c92d2cc76b2492f8c6
3
+ metadata.gz: c72a7c018a58d04bd130bb2019a1291d0a1dbf1ccc4db918da0994fe2c5fb331
4
+ data.tar.gz: ab8880861170dc271c9f8598afff7980208f73b04d98ad16f32fc9818e511f12
5
5
  SHA512:
6
- metadata.gz: 850a7f7c42a8f867215d45bf5e11d4e2d2af3721b3d972e3dfa03cb9210080a02cd5fa1d513173ca2ca3aca38471dc2eb041240a831605563ad2880414e226b6
7
- data.tar.gz: f6ef7c10375b5e86a4c1f807f6a1e09d6d9ad15379d353eb4284f20b92ccccc85b2a117eca6bd0330d184ea2c189b075cbb64153270a7f0443d00738683a24d6
6
+ metadata.gz: b556b4f076798e73a335ee1bffa64ba45658158cb837c3aa6e0e6b0b8de4e26927d7c1372102ce8a2a30656ea4b0d236d986b7d22dd7a7cea0991a058883750c
7
+ data.tar.gz: ad4eded34f12ec7b3d7e8ba18364169f43be5fa36034b33eb1866b3e22e2b0f5806dd19bb67c1430367551cc7a7db9337d12b6b0bdc9b91ff855b1b205cafd65
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.108.0 (2024-05-02)
5
+ ------------------
6
+
7
+ * Feature - This release adds support to specify an optional, maximum OnDemandThroughput for DynamoDB tables and global secondary indexes in the CreateTable or UpdateTable APIs. You can also override the OnDemandThroughput settings by calling the ImportTable, RestoreFromPointInTime, or RestoreFromBackup APIs.
8
+
9
+ 1.107.0 (2024-04-25)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.106.0 (2024-03-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.106.0
1
+ 1.108.0