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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2fb80de15dbfc03d1a5ac2b521838ee6624c7df0a9ae726093bc61df70b3da81
4
- data.tar.gz: 1c70d5c93d676b378e2eefdfb26dd9fd0e62447cde026b1acd4628605f54322d
3
+ metadata.gz: da62dc3e26b6401ec41108bc0593febec775ab4d0940f31ab492bcd3f1a775a7
4
+ data.tar.gz: c5112d3d2e3566e3326dac388780bb49e0f66ee1365b68de15089fca30a58c03
5
5
  SHA512:
6
- metadata.gz: 164708e9866e901e54991e8ea670210cd6826db7e07343ef6b3482268b104d8be0549ff4c0feb1c57af2ff2c13461bbfab27422e549b3b529c3412cded961196
7
- data.tar.gz: 868453467d81b12b5c8f0aee64751e416a9519456254d629ce1c7f151b070eebb618cea89f12835aa9599cf10f147ab86533e2a7f5a494e665e5db8c137afad3
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.102.0
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 is executing, the
7331
- # table status changes from `ACTIVE` to `UPDATING`. While it is
7332
- # `UPDATING`, you cannot issue another `UpdateTable` request. When the
7333
- # table returns to the `ACTIVE` state, the `UpdateTable` operation is
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.102.0'
7927
+ context[:gem_version] = '1.104.0'
7928
7928
  Seahorse::Client::Request.new(handlers, context)
7929
7929
  end
7930
7930
 
@@ -54,6 +54,6 @@ require_relative 'aws-sdk-dynamodb/customizations'
54
54
  # @!group service
55
55
  module Aws::DynamoDB
56
56
 
57
- GEM_VERSION = '1.102.0'
57
+ GEM_VERSION = '1.104.0'
58
58
 
59
59
  end
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.102.0
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-02 00:00:00.000000000 Z
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