aws-sdk-dynamodb 1.124.0 → 1.125.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: 8cc59173d9ae2a368252e45be552b4e51a7aaff9ecda623e5197a158c6e88f66
4
- data.tar.gz: 4ae4b01572393528a3e0c2efb125c655a2fa5717526681a4f15e814ff61b6915
3
+ metadata.gz: b14d107b16722f19154de104bc48c697a24fe84bf7ed7231bf0147082d5d1c29
4
+ data.tar.gz: 56e50bda44499c55138c21b51db77196f9a164da263cf3f518513e6f05c6f235
5
5
  SHA512:
6
- metadata.gz: 06426bbb49a71eb4b4d4a0310c85fed3e1ecd0bfba75dbeff7c0718a75d8f0f6413b8f6cde61823cfd35df27ea54e0dab1b02ce3d0f4afa5209d0753c206ba6d
7
- data.tar.gz: e2e6a699bb3227d35c35b73d73727c3aa9be4e618ac73e357dfa39fc3950be8edcf86c4e01c4fa1d5077b5cded96816327df94b10582d5e6bf69a23dc3890130
6
+ metadata.gz: 84c4686e07110f39f98bc8a2b7eefc6b46ffd7d541a9d7e0f655aeb7c19fa08ac31dd51ab0d9d1821f449ecc57a37122550fcd1767500ce47f143503cdf0e41c
7
+ data.tar.gz: 9eeb87114142f92ab1107a801c79d73b13947a30c238874b1614967dce81a24febd30889b61b6ab1edc2ea4bd344b2d63dd7dbfe32e299c3742374d2fddd9e9c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.125.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.124.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.124.0
1
+ 1.125.0
@@ -39,8 +39,6 @@ require 'aws-sdk-dynamodb/plugins/extended_retries.rb'
39
39
  require 'aws-sdk-dynamodb/plugins/simple_attributes.rb'
40
40
  require 'aws-sdk-dynamodb/plugins/crc32_validation.rb'
41
41
 
42
- Aws::Plugins::GlobalConfiguration.add_identifier(:dynamodb)
43
-
44
42
  module Aws::DynamoDB
45
43
  # An API client for DynamoDB. To construct a client, you need to configure a `:region` and `:credentials`.
46
44
  #
@@ -8438,7 +8436,7 @@ module Aws::DynamoDB
8438
8436
  tracer: tracer
8439
8437
  )
8440
8438
  context[:gem_name] = 'aws-sdk-dynamodb'
8441
- context[:gem_version] = '1.124.0'
8439
+ context[:gem_version] = '1.125.0'
8442
8440
  Seahorse::Client::Request.new(handlers, context)
8443
8441
  end
8444
8442
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:dynamodb)
15
+
14
16
  # This module provides support for Amazon DynamoDB. This module is available in the
15
17
  # `aws-sdk-dynamodb` gem.
16
18
  #
@@ -54,7 +56,7 @@ module Aws::DynamoDB
54
56
  autoload :Endpoints, 'aws-sdk-dynamodb/endpoints'
55
57
  autoload :Table, 'aws-sdk-dynamodb/table'
56
58
 
57
- GEM_VERSION = '1.124.0'
59
+ GEM_VERSION = '1.125.0'
58
60
 
59
61
  end
60
62
 
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.124.0
4
+ version: 1.125.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-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core