aws-sdk-kinesis 1.64.0 → 1.65.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-kinesis/async_client.rb +1 -1
- data/lib/aws-sdk-kinesis/client.rb +7 -1
- data/lib/aws-sdk-kinesis.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: 9ab460b1847a884545a2c42dea8d77b1caf6e1ff04e00ae8c071039cd7f4337d
|
4
|
+
data.tar.gz: 8e9d7f751c8f5f0ddc4b581acdaaecb5813a33e6e342265020ae7dc8a1d84545
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f464ea9fe185a5ad48b5909429dd8ce29888db961a291cc18905669f08633ee51b79b819feaa1d1e7728c14a332aedecaa6bab627271f1b31a224367d4012a56
|
7
|
+
data.tar.gz: 5846f25165b476b2a90f2a08c0a0e85e9ba4bf47fdc95ecfc06209efd5ecca3f7018a8cc45aabf11eb9172b371495ee76cc709c5507e866c554a42484f5e809f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.65.0
|
@@ -443,6 +443,12 @@ module Aws::Kinesis
|
|
443
443
|
# @option options [String] :ssl_ca_store
|
444
444
|
# Sets the X509::Store to verify peer certificate.
|
445
445
|
#
|
446
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
447
|
+
# Sets a client certificate when creating http connections.
|
448
|
+
#
|
449
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
450
|
+
# Sets a client key when creating http connections.
|
451
|
+
#
|
446
452
|
# @option options [Float] :ssl_timeout
|
447
453
|
# Sets the SSL timeout in seconds
|
448
454
|
#
|
@@ -2828,7 +2834,7 @@ module Aws::Kinesis
|
|
2828
2834
|
tracer: tracer
|
2829
2835
|
)
|
2830
2836
|
context[:gem_name] = 'aws-sdk-kinesis'
|
2831
|
-
context[:gem_version] = '1.
|
2837
|
+
context[:gem_version] = '1.65.0'
|
2832
2838
|
Seahorse::Client::Request.new(handlers, context)
|
2833
2839
|
end
|
2834
2840
|
|
data/lib/aws-sdk-kinesis.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-kinesis
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.65.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
|