aws-sdk-dynamodb 1.98.0 → 1.99.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-dynamodb/client.rb +4 -4
- 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
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c967d2c65b02ae88b7ded0ebe2c52e28eb0790e4891916a6570cd03af7decedc
|
4
|
+
data.tar.gz: 60a81edee05ad4c851c1cab53087494e67f833f507a74431e88a9342a54f29f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bfdd8d2ea4db98db8590cf6c6fbb6e903d91448f99b22e66e1af82068d51fb8bb38defab33b381129af7a637dd8d79c82359510fdb521948adc7036efbecded9
|
7
|
+
data.tar.gz: e5bb0c9689f58bdd7e93425cf4957bce7b8a1436d629308f4fcf92303ba7ed89601c4d33cc9a85e3eac3bc60b78cb6d9c99d72dd7c6aa3c7176ef292c920fd2a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.99.0
|
@@ -7332,9 +7332,9 @@ module Aws::DynamoDB
|
|
7332
7332
|
# @option params [Types::StreamSpecification] :stream_specification
|
7333
7333
|
# Represents the DynamoDB Streams configuration for the table.
|
7334
7334
|
#
|
7335
|
-
# <note markdown="1"> You receive a `
|
7336
|
-
#
|
7337
|
-
#
|
7335
|
+
# <note markdown="1"> You receive a `ValidationException` if you try to enable a stream on a
|
7336
|
+
# table that already has a stream, or if you try to disable a stream on
|
7337
|
+
# a table that doesn't have a stream.
|
7338
7338
|
#
|
7339
7339
|
# </note>
|
7340
7340
|
#
|
@@ -7861,7 +7861,7 @@ module Aws::DynamoDB
|
|
7861
7861
|
params: params,
|
7862
7862
|
config: config)
|
7863
7863
|
context[:gem_name] = 'aws-sdk-dynamodb'
|
7864
|
-
context[:gem_version] = '1.
|
7864
|
+
context[:gem_version] = '1.99.0'
|
7865
7865
|
Seahorse::Client::Request.new(handlers, context)
|
7866
7866
|
end
|
7867
7867
|
|
@@ -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
|
@@ -9868,9 +9868,9 @@ module Aws::DynamoDB
|
|
9868
9868
|
# @!attribute [rw] stream_specification
|
9869
9869
|
# Represents the DynamoDB Streams configuration for the table.
|
9870
9870
|
#
|
9871
|
-
# <note markdown="1"> You receive a `
|
9872
|
-
#
|
9873
|
-
#
|
9871
|
+
# <note markdown="1"> You receive a `ValidationException` if you try to enable a stream on
|
9872
|
+
# a table that already has a stream, or if you try to disable a stream
|
9873
|
+
# on a table that doesn't have a stream.
|
9874
9874
|
#
|
9875
9875
|
# </note>
|
9876
9876
|
# @return [Types::StreamSpecification]
|
data/lib/aws-sdk-dynamodb.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.99.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -79,7 +79,7 @@ licenses:
|
|
79
79
|
metadata:
|
80
80
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-dynamodb
|
81
81
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-dynamodb/CHANGELOG.md
|
82
|
-
post_install_message:
|
82
|
+
post_install_message:
|
83
83
|
rdoc_options: []
|
84
84
|
require_paths:
|
85
85
|
- lib
|
@@ -94,8 +94,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
94
94
|
- !ruby/object:Gem::Version
|
95
95
|
version: '0'
|
96
96
|
requirements: []
|
97
|
-
rubygems_version: 3.
|
98
|
-
signing_key:
|
97
|
+
rubygems_version: 3.4.10
|
98
|
+
signing_key:
|
99
99
|
specification_version: 4
|
100
100
|
summary: AWS SDK for Ruby - DynamoDB
|
101
101
|
test_files: []
|