aws-sdk-dynamodb 1.102.0 → 1.104.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 +6 -6
- data/lib/aws-sdk-dynamodb.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da62dc3e26b6401ec41108bc0593febec775ab4d0940f31ab492bcd3f1a775a7
|
4
|
+
data.tar.gz: c5112d3d2e3566e3326dac388780bb49e0f66ee1365b68de15089fca30a58c03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e8d903816034458dcc474e83aca6c3be45493c5f8a47f3d36c48fce410f9095113f3063f83ddc8dd179bbc85197b89e686c31715a10c717369c72ba31cac02d
|
7
|
+
data.tar.gz: 7bc4c4172dfa12d78bd28321c09fa6a7059fb214ee8362f88de481039884f21817ab79ddf8896de06ce4fdbe14f97623541054b155992381aab7c763b9416f7e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.104.0 (2024-02-20)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Publishing quick fix for doc only update.
|
8
|
+
|
9
|
+
1.103.0 (2024-02-14)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.102.0 (2024-02-02)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.104.0
|
@@ -7327,11 +7327,11 @@ module Aws::DynamoDB
|
|
7327
7327
|
# begins backfilling, you can use `UpdateTable` to perform other
|
7328
7328
|
# operations.
|
7329
7329
|
#
|
7330
|
-
# `UpdateTable` is an asynchronous operation; while it
|
7331
|
-
# table status changes from `ACTIVE` to `UPDATING`. While it
|
7332
|
-
# `UPDATING`, you
|
7333
|
-
# table returns to the `ACTIVE` state,
|
7334
|
-
# complete.
|
7330
|
+
# `UpdateTable` is an asynchronous operation; while it's executing, the
|
7331
|
+
# table status changes from `ACTIVE` to `UPDATING`. While it's
|
7332
|
+
# `UPDATING`, you can't issue another `UpdateTable` request on the base
|
7333
|
+
# table nor any replicas. When the table returns to the `ACTIVE` state,
|
7334
|
+
# the `UpdateTable` operation is complete.
|
7335
7335
|
#
|
7336
7336
|
#
|
7337
7337
|
#
|
@@ -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.104.0'
|
7928
7928
|
Seahorse::Client::Request.new(handlers, context)
|
7929
7929
|
end
|
7930
7930
|
|
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.104.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-02-
|
11
|
+
date: 2024-02-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|