aws-sdk-dynamodb 1.103.0 → 1.104.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-dynamodb/client.rb +6 -6
- data/lib/aws-sdk-dynamodb.rb +1 -2
- metadata +2 -16
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
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
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
require 'bigdecimal'
|
|
12
11
|
require 'aws-sdk-core'
|
|
13
12
|
require 'aws-sigv4'
|
|
14
13
|
|
|
@@ -55,6 +54,6 @@ require_relative 'aws-sdk-dynamodb/customizations'
|
|
|
55
54
|
# @!group service
|
|
56
55
|
module Aws::DynamoDB
|
|
57
56
|
|
|
58
|
-
GEM_VERSION = '1.
|
|
57
|
+
GEM_VERSION = '1.104.0'
|
|
59
58
|
|
|
60
59
|
end
|
metadata
CHANGED
|
@@ -1,29 +1,15 @@
|
|
|
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
|
-
- !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'
|
|
27
13
|
- !ruby/object:Gem::Dependency
|
|
28
14
|
name: aws-sdk-core
|
|
29
15
|
requirement: !ruby/object:Gem::Requirement
|