aws-sdk-transcribestreamingservice 1.65.0 → 1.66.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a081ad52400556316f3a18e6022ca33f5edbf7a57addc8164554b064b67577e7
|
4
|
+
data.tar.gz: 2ee569c5e0524f5b746b19e69cc4fc6cbf1a37f990f971785a9a5f92eb87d8cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb42a9544ad514a5e1fa3e17c2dc11fbdd140d1a59d7f137483c0a42285cfb01431d6cda6dc0fbd14912d31f1f8e15582b6523011719aadcd25f9e51e8ec4f73
|
7
|
+
data.tar.gz: d8c9104dadff990f9c8f710893e05487f33ecd1d5fd608a4c69bc7192e76e94e34fd729f4eacf674960506173c4c9d22cbef6a9a3bc858acc6d7b6fff070d0e8
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.66.0
|
@@ -1745,7 +1745,7 @@ module Aws::TranscribeStreamingService
|
|
1745
1745
|
tracer: tracer
|
1746
1746
|
)
|
1747
1747
|
context[:gem_name] = 'aws-sdk-transcribestreamingservice'
|
1748
|
-
context[:gem_version] = '1.
|
1748
|
+
context[:gem_version] = '1.66.0'
|
1749
1749
|
Seahorse::Client::Request.new(handlers, context)
|
1750
1750
|
end
|
1751
1751
|
|
@@ -436,6 +436,12 @@ module Aws::TranscribeStreamingService
|
|
436
436
|
# @option options [String] :ssl_ca_store
|
437
437
|
# Sets the X509::Store to verify peer certificate.
|
438
438
|
#
|
439
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
440
|
+
# Sets a client certificate when creating http connections.
|
441
|
+
#
|
442
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
443
|
+
# Sets a client key when creating http connections.
|
444
|
+
#
|
439
445
|
# @option options [Float] :ssl_timeout
|
440
446
|
# Sets the SSL timeout in seconds
|
441
447
|
#
|
@@ -466,7 +472,7 @@ module Aws::TranscribeStreamingService
|
|
466
472
|
tracer: tracer
|
467
473
|
)
|
468
474
|
context[:gem_name] = 'aws-sdk-transcribestreamingservice'
|
469
|
-
context[:gem_version] = '1.
|
475
|
+
context[:gem_version] = '1.66.0'
|
470
476
|
Seahorse::Client::Request.new(handlers, context)
|
471
477
|
end
|
472
478
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-transcribestreamingservice
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.66.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
|