aws-sdk-dynamodbstreams 1.54.0 → 1.55.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-dynamodbstreams/client.rb +1 -1
- data/lib/aws-sdk-dynamodbstreams.rb +1 -2
- metadata +2 -16
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b861c56e62548ea3f9c630b7aac622984c66f6f3381e1ea4ba96d753b6c6e745
|
4
|
+
data.tar.gz: 84558f97a1b5883bd07ee8bd80121098dc949e6dac0a37dcbfe2247a8f7ab721
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: afce26d97056e57fa13315b7bce219f19ec0ecc7dcba3700a1e897e828a660208d149cc99515dab65e8d309b12aad899f4361fbc1fc3ffc414d48529ecc58486
|
7
|
+
data.tar.gz: 60aa3153f48012ad3598a1d9d4e03715916d887a57f15138000562b84ef10d85334ec197c143d41fe73009ff63e35399f5ef3cb5a0abfa5a3de2cc6873a1c508
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.55.0
|
@@ -854,7 +854,7 @@ module Aws::DynamoDBStreams
|
|
854
854
|
params: params,
|
855
855
|
config: config)
|
856
856
|
context[:gem_name] = 'aws-sdk-dynamodbstreams'
|
857
|
-
context[:gem_version] = '1.
|
857
|
+
context[:gem_version] = '1.55.0'
|
858
858
|
Seahorse::Client::Request.new(handlers, context)
|
859
859
|
end
|
860
860
|
|
@@ -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
|
|
@@ -53,6 +52,6 @@ require_relative 'aws-sdk-dynamodbstreams/customizations'
|
|
53
52
|
# @!group service
|
54
53
|
module Aws::DynamoDBStreams
|
55
54
|
|
56
|
-
GEM_VERSION = '1.
|
55
|
+
GEM_VERSION = '1.55.0'
|
57
56
|
|
58
57
|
end
|
metadata
CHANGED
@@ -1,29 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-dynamodbstreams
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.55.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-
|
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
|