aws-sdk-dynamodbstreams 1.67.0 → 1.68.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 -3
- data/lib/aws-sdk-dynamodbstreams.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: 7b29766fa51bff6c47228ace37940ee95712d4637151a3fe7e54dfeea6f22c06
|
|
4
|
+
data.tar.gz: e8d42ebc437a97eb70dbe539c6cf2a9a6f9a5483be24c827022a2da7fe278df7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c7d3d86a4b6beeb8e81d7574ffdfd489a5e23e52046d551bb54dfbfe7abd4d7970bb93b39d45c45cae166c65feb54861e2b81077a9110a6d86d8b78b15771253
|
|
7
|
+
data.tar.gz: 5f8242dc5116140c0334629131eedb9ff81d85926de0a7b4311af27e778e8c47069ac9ab5e1add97f5c75255f61717f8084d7c05af8ad977bc714944414749c3
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.68.0
|
|
@@ -37,8 +37,6 @@ require 'aws-sdk-core/plugins/sign.rb'
|
|
|
37
37
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
|
38
38
|
require 'aws-sdk-dynamodbstreams/plugins/simple_attributes.rb'
|
|
39
39
|
|
|
40
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:dynamodbstreams)
|
|
41
|
-
|
|
42
40
|
module Aws::DynamoDBStreams
|
|
43
41
|
# An API client for DynamoDBStreams. To construct a client, you need to configure a `:region` and `:credentials`.
|
|
44
42
|
#
|
|
@@ -917,7 +915,7 @@ module Aws::DynamoDBStreams
|
|
|
917
915
|
tracer: tracer
|
|
918
916
|
)
|
|
919
917
|
context[:gem_name] = 'aws-sdk-dynamodbstreams'
|
|
920
|
-
context[:gem_version] = '1.
|
|
918
|
+
context[:gem_version] = '1.68.0'
|
|
921
919
|
Seahorse::Client::Request.new(handlers, context)
|
|
922
920
|
end
|
|
923
921
|
|
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
require 'aws-sdk-core'
|
|
12
12
|
require 'aws-sigv4'
|
|
13
13
|
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:dynamodbstreams)
|
|
15
|
+
|
|
14
16
|
# This module provides support for Amazon DynamoDB Streams. This module is available in the
|
|
15
17
|
# `aws-sdk-dynamodbstreams` gem.
|
|
16
18
|
#
|
|
@@ -52,7 +54,7 @@ module Aws::DynamoDBStreams
|
|
|
52
54
|
autoload :EndpointProvider, 'aws-sdk-dynamodbstreams/endpoint_provider'
|
|
53
55
|
autoload :Endpoints, 'aws-sdk-dynamodbstreams/endpoints'
|
|
54
56
|
|
|
55
|
-
GEM_VERSION = '1.
|
|
57
|
+
GEM_VERSION = '1.68.0'
|
|
56
58
|
|
|
57
59
|
end
|
|
58
60
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.68.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
|