aws-sdk-dynamodb 1.101.0 → 1.103.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-dynamodb/client.rb +5 -5
- data/lib/aws-sdk-dynamodb/table.rb +3 -3
- data/lib/aws-sdk-dynamodb/types.rb +3 -3
- data/lib/aws-sdk-dynamodb.rb +2 -1
- metadata +16 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 694e675326c7b6396ce3f735b0e425bf920fb4197b70414f6586e17d8a0ede79
|
4
|
+
data.tar.gz: '009e2a5532054ad0675c8ea44cfdb9bdb9811460931b6572804a819c48ffe944'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c2538d6454917ccf72e870bfe6385708b3ad7f7b9c372cfcc6552369c38f7c181a8748a5d7ec0a05c23a96de786d4857912ca7dd587468e330e08cd58081c4a
|
7
|
+
data.tar.gz: 735f44b587dcb1b2ddb56f78a2064771d487d42f21ced45a955ab16071f9d674677564818516c4dafbb2ef5ab44d1de343f04fb9d41805aa5c27e00f834c802a
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.103.0 (2024-02-14)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.102.0 (2024-02-02)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Any number of users can execute up to 50 concurrent restores (any type of restore) in a given account.
|
13
|
+
|
4
14
|
1.101.0 (2024-01-26)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.103.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.103.0'
|
7928
7928
|
Seahorse::Client::Request.new(handlers, context)
|
7929
7929
|
end
|
7930
7930
|
|
@@ -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]
|
data/lib/aws-sdk-dynamodb.rb
CHANGED
@@ -8,6 +8,7 @@
|
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
10
|
|
11
|
+
require 'bigdecimal'
|
11
12
|
require 'aws-sdk-core'
|
12
13
|
require 'aws-sigv4'
|
13
14
|
|
@@ -54,6 +55,6 @@ require_relative 'aws-sdk-dynamodb/customizations'
|
|
54
55
|
# @!group service
|
55
56
|
module Aws::DynamoDB
|
56
57
|
|
57
|
-
GEM_VERSION = '1.
|
58
|
+
GEM_VERSION = '1.103.0'
|
58
59
|
|
59
60
|
end
|
metadata
CHANGED
@@ -1,15 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-dynamodb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.103.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: 2024-
|
11
|
+
date: 2024-02-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: bigdecimal
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0'
|
13
27
|
- !ruby/object:Gem::Dependency
|
14
28
|
name: aws-sdk-core
|
15
29
|
requirement: !ruby/object:Gem::Requirement
|