aws-sdk-dynamodb 1.100.0 → 1.102.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-dynamodb/client.rb +5 -5
- data/lib/aws-sdk-dynamodb/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-dynamodb/table.rb +3 -3
- data/lib/aws-sdk-dynamodb/types.rb +3 -3
- data/lib/aws-sdk-dynamodb.rb +1 -1
- data/sig/client.rbs +1402 -0
- data/sig/errors.rbs +111 -0
- data/sig/resource.rbs +196 -0
- data/sig/table.rbs +332 -0
- data/sig/types.rbs +1742 -0
- data/sig/waiters.rbs +33 -0
- metadata +10 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2fb80de15dbfc03d1a5ac2b521838ee6624c7df0a9ae726093bc61df70b3da81
|
4
|
+
data.tar.gz: 1c70d5c93d676b378e2eefdfb26dd9fd0e62447cde026b1acd4628605f54322d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 164708e9866e901e54991e8ea670210cd6826db7e07343ef6b3482268b104d8be0549ff4c0feb1c57af2ff2c13461bbfab27422e549b3b529c3412cded961196
|
7
|
+
data.tar.gz: 868453467d81b12b5c8f0aee64751e416a9519456254d629ce1c7f151b070eebb618cea89f12835aa9599cf10f147ab86533e2a7f5a494e665e5db8c137afad3
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.102.0 (2024-02-02)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Any number of users can execute up to 50 concurrent restores (any type of restore) in a given account.
|
8
|
+
|
9
|
+
1.101.0 (2024-01-26)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.100.0 (2024-01-19)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.102.0
|
@@ -5376,7 +5376,7 @@ module Aws::DynamoDB
|
|
5376
5376
|
# Restores the specified table to the specified point in time within
|
5377
5377
|
# `EarliestRestorableDateTime` and `LatestRestorableDateTime`. You can
|
5378
5378
|
# restore your table to any point in time during the last 35 days. Any
|
5379
|
-
# number of users can execute up to
|
5379
|
+
# number of users can execute up to 50 concurrent restores (any type of
|
5380
5380
|
# restore) in a given account.
|
5381
5381
|
#
|
5382
5382
|
# When you restore using point in time recovery, DynamoDB restores your
|
@@ -7395,9 +7395,9 @@ module Aws::DynamoDB
|
|
7395
7395
|
# @option params [Types::StreamSpecification] :stream_specification
|
7396
7396
|
# Represents the DynamoDB Streams configuration for the table.
|
7397
7397
|
#
|
7398
|
-
# <note markdown="1"> You receive a `
|
7399
|
-
#
|
7400
|
-
#
|
7398
|
+
# <note markdown="1"> You receive a `ValidationException` if you try to enable a stream on a
|
7399
|
+
# table that already has a stream, or if you try to disable a stream on
|
7400
|
+
# a table that doesn't have a stream.
|
7401
7401
|
#
|
7402
7402
|
# </note>
|
7403
7403
|
#
|
@@ -7924,7 +7924,7 @@ module Aws::DynamoDB
|
|
7924
7924
|
params: params,
|
7925
7925
|
config: config)
|
7926
7926
|
context[:gem_name] = 'aws-sdk-dynamodb'
|
7927
|
-
context[:gem_version] = '1.
|
7927
|
+
context[:gem_version] = '1.102.0'
|
7928
7928
|
Seahorse::Client::Request.new(handlers, context)
|
7929
7929
|
end
|
7930
7930
|
|
@@ -14,6 +14,7 @@ module Aws::DynamoDB
|
|
14
14
|
option(
|
15
15
|
:endpoint_provider,
|
16
16
|
doc_type: 'Aws::DynamoDB::EndpointProvider',
|
17
|
+
rbs_type: 'untyped',
|
17
18
|
docstring: 'The endpoint provider used to resolve endpoints. Any '\
|
18
19
|
'object that responds to `#resolve_endpoint(parameters)` '\
|
19
20
|
'where `parameters` is a Struct similar to '\
|
@@ -1930,9 +1930,9 @@ module Aws::DynamoDB
|
|
1930
1930
|
# @option options [Types::StreamSpecification] :stream_specification
|
1931
1931
|
# Represents the DynamoDB Streams configuration for the table.
|
1932
1932
|
#
|
1933
|
-
# <note markdown="1"> You receive a `
|
1934
|
-
#
|
1935
|
-
#
|
1933
|
+
# <note markdown="1"> You receive a `ValidationException` if you try to enable a stream on a
|
1934
|
+
# table that already has a stream, or if you try to disable a stream on
|
1935
|
+
# a table that doesn't have a stream.
|
1936
1936
|
#
|
1937
1937
|
# </note>
|
1938
1938
|
# @option options [Types::SSESpecification] :sse_specification
|
@@ -9966,9 +9966,9 @@ module Aws::DynamoDB
|
|
9966
9966
|
# @!attribute [rw] stream_specification
|
9967
9967
|
# Represents the DynamoDB Streams configuration for the table.
|
9968
9968
|
#
|
9969
|
-
# <note markdown="1"> You receive a `
|
9970
|
-
#
|
9971
|
-
#
|
9969
|
+
# <note markdown="1"> You receive a `ValidationException` if you try to enable a stream on
|
9970
|
+
# a table that already has a stream, or if you try to disable a stream
|
9971
|
+
# on a table that doesn't have a stream.
|
9972
9972
|
#
|
9973
9973
|
# </note>
|
9974
9974
|
# @return [Types::StreamSpecification]
|