aws-sdk-dynamodbstreams 1.63.0 → 1.64.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-dynamodbstreams/client.rb +7 -1
- data/lib/aws-sdk-dynamodbstreams.rb +1 -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: 32b446b509b7d35ea868099b180c385e60a3bb16e6288ff1dc3e2d7b6821ca49
|
4
|
+
data.tar.gz: 23a3182dcc37da0609277a4cf6d563b7e93ab1562fdb9f972a8369709f27d44d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b156b683c21ed5ce28a168d103ac17b034b54042abe727b9941ff7d9b2a4488cb7177672bac04c2a320715ea71da99a549d7f390eecddccf2e4043a95171e81b
|
7
|
+
data.tar.gz: 913d4582e73224e167233474fb27a3488ef850f313085d1b41cad8708aec2756efc11a8fb29a59e1270432ee54c65f7fbefa3a7a9f817e1fcfef3e79b2986e91
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.64.0
|
@@ -438,6 +438,12 @@ module Aws::DynamoDBStreams
|
|
438
438
|
# @option options [String] :ssl_ca_store
|
439
439
|
# Sets the X509::Store to verify peer certificate.
|
440
440
|
#
|
441
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
442
|
+
# Sets a client certificate when creating http connections.
|
443
|
+
#
|
444
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
445
|
+
# Sets a client key when creating http connections.
|
446
|
+
#
|
441
447
|
# @option options [Float] :ssl_timeout
|
442
448
|
# Sets the SSL timeout in seconds
|
443
449
|
#
|
@@ -905,7 +911,7 @@ module Aws::DynamoDBStreams
|
|
905
911
|
tracer: tracer
|
906
912
|
)
|
907
913
|
context[:gem_name] = 'aws-sdk-dynamodbstreams'
|
908
|
-
context[:gem_version] = '1.
|
914
|
+
context[:gem_version] = '1.64.0'
|
909
915
|
Seahorse::Client::Request.new(handlers, context)
|
910
916
|
end
|
911
917
|
|
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.64.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-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|