aws-sdk-firehose 1.77.0 → 1.78.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-firehose/client.rb +7 -1
- data/lib/aws-sdk-firehose.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: 0fa6a74291253444704abc3806232cce47bc6970f1c0332142dc522b2d12e706
|
|
4
|
+
data.tar.gz: 4477bb969c575d9c6b9e8427ff4a90dd26fa0ffc6c7bd302014ac90277820b93
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e593b8847c3f5284aeb08c00272b164a6eea0d9015ab2e9f28d68bb8d843af9f541e0d495f2a9b62f4e44fb2e334881acb772e128f6f1c1ee7013b56b98fbf1d
|
|
7
|
+
data.tar.gz: d8f439621da81795fd90c23f207870be5ce3f67334ddf6b1f787123a009845b5c8491ea365b03788ba4d72ad51ebbb30fe8dd27623766fc8e9760371b01c0412
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.78.0
|
|
@@ -432,6 +432,12 @@ module Aws::Firehose
|
|
|
432
432
|
# @option options [String] :ssl_ca_store
|
|
433
433
|
# Sets the X509::Store to verify peer certificate.
|
|
434
434
|
#
|
|
435
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
|
436
|
+
# Sets a client certificate when creating http connections.
|
|
437
|
+
#
|
|
438
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
|
439
|
+
# Sets a client key when creating http connections.
|
|
440
|
+
#
|
|
435
441
|
# @option options [Float] :ssl_timeout
|
|
436
442
|
# Sets the SSL timeout in seconds
|
|
437
443
|
#
|
|
@@ -3166,7 +3172,7 @@ module Aws::Firehose
|
|
|
3166
3172
|
tracer: tracer
|
|
3167
3173
|
)
|
|
3168
3174
|
context[:gem_name] = 'aws-sdk-firehose'
|
|
3169
|
-
context[:gem_version] = '1.
|
|
3175
|
+
context[:gem_version] = '1.78.0'
|
|
3170
3176
|
Seahorse::Client::Request.new(handlers, context)
|
|
3171
3177
|
end
|
|
3172
3178
|
|
data/lib/aws-sdk-firehose.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-firehose
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.78.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
|