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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-dynamodb/client.rb +1 -3
- data/lib/aws-sdk-dynamodb.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b14d107b16722f19154de104bc48c697a24fe84bf7ed7231bf0147082d5d1c29
|
|
4
|
+
data.tar.gz: 56e50bda44499c55138c21b51db77196f9a164da263cf3f518513e6f05c6f235
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 84c4686e07110f39f98bc8a2b7eefc6b46ffd7d541a9d7e0f655aeb7c19fa08ac31dd51ab0d9d1821f449ecc57a37122550fcd1767500ce47f143503cdf0e41c
|
|
7
|
+
data.tar.gz: 9eeb87114142f92ab1107a801c79d73b13947a30c238874b1614967dce81a24febd30889b61b6ab1edc2ea4bd344b2d63dd7dbfe32e299c3742374d2fddd9e9c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
8439
|
+
context[:gem_version] = '1.125.0'
|
|
8442
8440
|
Seahorse::Client::Request.new(handlers, context)
|
|
8443
8441
|
end
|
|
8444
8442
|
|
data/lib/aws-sdk-dynamodb.rb
CHANGED
|
@@ -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.
|
|
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.
|
|
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-
|
|
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
|