aws-sdk-dynamodb 1.108.0 → 1.109.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: c72a7c018a58d04bd130bb2019a1291d0a1dbf1ccc4db918da0994fe2c5fb331
4
- data.tar.gz: ab8880861170dc271c9f8598afff7980208f73b04d98ad16f32fc9818e511f12
3
+ metadata.gz: 04ea1806d4bdced78abec5a1762721030f41c1a023854cadf4b004c9f2d37a54
4
+ data.tar.gz: 33596718f067e83513615b47c6134cf83f68e7073ec8778a916cb940ff238f2f
5
5
  SHA512:
6
- metadata.gz: b556b4f076798e73a335ee1bffa64ba45658158cb837c3aa6e0e6b0b8de4e26927d7c1372102ce8a2a30656ea4b0d236d986b7d22dd7a7cea0991a058883750c
7
- data.tar.gz: ad4eded34f12ec7b3d7e8ba18364169f43be5fa36034b33eb1866b3e22e2b0f5806dd19bb67c1430367551cc7a7db9337d12b6b0bdc9b91ff855b1b205cafd65
6
+ metadata.gz: 7380b4e28d27801a2bbb7750f81411f2881cc829639cd523d5197b13952f989fcb1bc88843329d0cb1a91aa7ccfad9fa06808d5d8cd252d2e418e8d3d62234aa
7
+ data.tar.gz: 0473ea5e4a0b057576905ae000da8c8811dcdaf3b75832551d8c7b7d5b37f2e1c9f8d4dfc20a78e164ca4fcb9b36f3c41cae79b78b710e4a5e7649c01768ccc3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.109.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.108.0 (2024-05-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.108.0
1
+ 1.109.0
@@ -312,8 +312,9 @@ module Aws::DynamoDB
312
312
  #
313
313
  # @option options [String] :sdk_ua_app_id
314
314
  # A unique and opaque application ID that is appended to the
315
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
316
- # maximum length of 50.
315
+ # User-Agent header as app/sdk_ua_app_id. It should have a
316
+ # maximum length of 50. This variable is sourced from environment
317
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
317
318
  #
318
319
  # @option options [String] :secret_access_key
319
320
  #
@@ -8363,7 +8364,7 @@ module Aws::DynamoDB
8363
8364
  params: params,
8364
8365
  config: config)
8365
8366
  context[:gem_name] = 'aws-sdk-dynamodb'
8366
- context[:gem_version] = '1.108.0'
8367
+ context[:gem_version] = '1.109.0'
8367
8368
  Seahorse::Client::Request.new(handlers, context)
8368
8369
  end
8369
8370
 
@@ -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.108.0'
57
+ GEM_VERSION = '1.109.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.108.0
4
+ version: 1.109.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-05-02 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core