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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 694e675326c7b6396ce3f735b0e425bf920fb4197b70414f6586e17d8a0ede79
4
- data.tar.gz: '009e2a5532054ad0675c8ea44cfdb9bdb9811460931b6572804a819c48ffe944'
3
+ metadata.gz: da62dc3e26b6401ec41108bc0593febec775ab4d0940f31ab492bcd3f1a775a7
4
+ data.tar.gz: c5112d3d2e3566e3326dac388780bb49e0f66ee1365b68de15089fca30a58c03
5
5
  SHA512:
6
- metadata.gz: 1c2538d6454917ccf72e870bfe6385708b3ad7f7b9c372cfcc6552369c38f7c181a8748a5d7ec0a05c23a96de786d4857912ca7dd587468e330e08cd58081c4a
7
- data.tar.gz: 735f44b587dcb1b2ddb56f78a2064771d487d42f21ced45a955ab16071f9d674677564818516c4dafbb2ef5ab44d1de343f04fb9d41805aa5c27e00f834c802a
6
+ metadata.gz: 6e8d903816034458dcc474e83aca6c3be45493c5f8a47f3d36c48fce410f9095113f3063f83ddc8dd179bbc85197b89e686c31715a10c717369c72ba31cac02d
7
+ data.tar.gz: 7bc4c4172dfa12d78bd28321c09fa6a7059fb214ee8362f88de481039884f21817ab79ddf8896de06ce4fdbe14f97623541054b155992381aab7c763b9416f7e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.103.0 (2024-02-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.103.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.103.0'
7927
+ context[:gem_version] = '1.104.0'
7928
7928
  Seahorse::Client::Request.new(handlers, context)
7929
7929
  end
7930
7930
 
@@ -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.103.0'
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.103.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-14 00:00:00.000000000 Z
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