aws-sdk-polly 1.92.0 → 1.93.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-polly/client.rb +7 -1
- data/lib/aws-sdk-polly.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: bb0ee00653415446e6e08005f582b93d9f313d21468b52150dfd197dd90af2d6
|
4
|
+
data.tar.gz: fc73f7e5a93e68b73e49aca45dbb321a8c197b4a8fd0725bb12b3bf644d99c07
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8237325ed8049826a8cdaed50c14ddb9cab5bd0b8d88ec672d1d065d82165702344fdd14331cd5649020c57bc3d565c35fc2438381e3f526f4eddf087ecd3cc3
|
7
|
+
data.tar.gz: 7942eca660047651b5f7fb7a8708b5e691eb5c95076ba4415442d4ae69a4fc3be45ee2ebeba739146d6381835f127cbefe50a6b4b40bb8457c7495b6be77eb0b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.93.0
|
data/lib/aws-sdk-polly/client.rb
CHANGED
@@ -425,6 +425,12 @@ module Aws::Polly
|
|
425
425
|
# @option options [String] :ssl_ca_store
|
426
426
|
# Sets the X509::Store to verify peer certificate.
|
427
427
|
#
|
428
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
429
|
+
# Sets a client certificate when creating http connections.
|
430
|
+
#
|
431
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
432
|
+
# Sets a client key when creating http connections.
|
433
|
+
#
|
428
434
|
# @option options [Float] :ssl_timeout
|
429
435
|
# Sets the SSL timeout in seconds
|
430
436
|
#
|
@@ -1199,7 +1205,7 @@ module Aws::Polly
|
|
1199
1205
|
tracer: tracer
|
1200
1206
|
)
|
1201
1207
|
context[:gem_name] = 'aws-sdk-polly'
|
1202
|
-
context[:gem_version] = '1.
|
1208
|
+
context[:gem_version] = '1.93.0'
|
1203
1209
|
Seahorse::Client::Request.new(handlers, context)
|
1204
1210
|
end
|
1205
1211
|
|
data/lib/aws-sdk-polly.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-polly
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.93.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
|