aws-sdk-dynamodb 1.93.0 → 1.110.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +92 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-dynamodb/client.rb +778 -279
- data/lib/aws-sdk-dynamodb/client_api.rb +195 -34
- data/lib/aws-sdk-dynamodb/customizations/client.rb +5 -3
- data/lib/aws-sdk-dynamodb/endpoint_provider.rb +2 -2
- data/lib/aws-sdk-dynamodb/endpoints.rb +56 -0
- data/lib/aws-sdk-dynamodb/errors.rb +16 -0
- data/lib/aws-sdk-dynamodb/plugins/endpoints.rb +12 -2
- data/lib/aws-sdk-dynamodb/plugins/simple_attributes.rb +21 -7
- data/lib/aws-sdk-dynamodb/resource.rb +44 -14
- data/lib/aws-sdk-dynamodb/table.rb +48 -16
- data/lib/aws-sdk-dynamodb/types.rb +677 -105
- data/lib/aws-sdk-dynamodb.rb +1 -1
- data/sig/client.rbs +1494 -0
- data/sig/errors.rbs +114 -0
- data/sig/resource.rbs +205 -0
- data/sig/table.rbs +359 -0
- data/sig/types.rbs +1811 -0
- data/sig/waiters.rbs +33 -0
- metadata +15 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 338dd2554eb4036da264dc3f1eab3093f359f2f337c10736014518900e92974b
|
4
|
+
data.tar.gz: '09774898f27e3b5301eff619ce378c1af99c620d2e9418d774ad3c0a97cd61d9'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab3e2917028de5e95fe721467dd02141a1f76e5104a49690a86434e896b811694139ff9fd9a5794b662e1f54a6b777d67a20ca85709c1ec42503c193b851b65b
|
7
|
+
data.tar.gz: 6021636e184e19572f4541501a957ecf90f76d7306e3115ddec27a26f1bd1a486e9c0793321e50e834685925cb251f4a02a20f4cafde672de925ed8ee0620400
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,98 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.110.0 (2024-05-24)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Documentation only updates for DynamoDB.
|
8
|
+
|
9
|
+
1.109.0 (2024-05-13)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.108.0 (2024-05-02)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* 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.
|
18
|
+
|
19
|
+
1.107.0 (2024-04-25)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
24
|
+
1.106.0 (2024-03-20)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - This release introduces 3 new APIs ('GetResourcePolicy', 'PutResourcePolicy' and 'DeleteResourcePolicy') and modifies the existing 'CreateTable' API for the resource-based policy support. It also modifies several APIs to accept a 'TableArn' for the 'TableName' parameter.
|
28
|
+
|
29
|
+
1.105.0 (2024-03-06)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Doc only updates for DynamoDB documentation
|
33
|
+
|
34
|
+
1.104.0 (2024-02-20)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Publishing quick fix for doc only update.
|
38
|
+
|
39
|
+
1.103.0 (2024-02-14)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
43
|
+
|
44
|
+
1.102.0 (2024-02-02)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Any number of users can execute up to 50 concurrent restores (any type of restore) in a given account.
|
48
|
+
|
49
|
+
1.101.0 (2024-01-26)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
53
|
+
|
54
|
+
1.100.0 (2024-01-19)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - This release adds support for including ApproximateCreationDateTimePrecision configurations in EnableKinesisStreamingDestination API, adds the same as an optional field in the response of DescribeKinesisStreamingDestination, and adds support for a new UpdateKinesisStreamingDestination API.
|
58
|
+
|
59
|
+
1.99.0 (2024-01-17)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Feature - Updating note for enabling streams for UpdateTable.
|
63
|
+
|
64
|
+
1.98.0 (2023-11-28)
|
65
|
+
------------------
|
66
|
+
|
67
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
68
|
+
|
69
|
+
1.97.0 (2023-11-22)
|
70
|
+
------------------
|
71
|
+
|
72
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
73
|
+
|
74
|
+
1.96.0 (2023-10-18)
|
75
|
+
------------------
|
76
|
+
|
77
|
+
* Feature - Updating descriptions for several APIs.
|
78
|
+
|
79
|
+
1.95.0 (2023-09-27)
|
80
|
+
------------------
|
81
|
+
|
82
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
83
|
+
|
84
|
+
* Feature - Simple attributes conversion for item data returned in `ConditionalCheckFailedException` and other exceptions. (Breaking change / bug fix)
|
85
|
+
|
86
|
+
1.94.0 (2023-09-26)
|
87
|
+
------------------
|
88
|
+
|
89
|
+
* Feature - Amazon DynamoDB now supports Incremental Export as an enhancement to the existing Export Table
|
90
|
+
|
91
|
+
1.93.1 (2023-08-07)
|
92
|
+
------------------
|
93
|
+
|
94
|
+
* Issue - Fix inconsistent behavior of `stub_responses` when `simple_attributes` is disabled.
|
95
|
+
|
4
96
|
1.93.0 (2023-07-25)
|
5
97
|
------------------
|
6
98
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.110.0
|