aws-sdk-polly 1.29.0 → 1.30.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/lib/aws-sdk-polly.rb +1 -1
- data/lib/aws-sdk-polly/client.rb +2 -2
- 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: 1798aebf951e31e914b67c0f2792982d4ee76a10b91ddefc465d316d2fad950a
|
|
4
|
+
data.tar.gz: 13c1f8158904a6db6548e514ac4674400067430972010c7b8ae7719f99048afa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 050dd923db1cb853a0f53319719fa43073c2a6a0074bed8947e0fce64a7d238295f72edee5b0dad9ff4170bc3954cc7a82be1e682821614dba1a608342b83d6e
|
|
7
|
+
data.tar.gz: bb99d05b977ca31a3379d8b2b3f41f10876cd3c138d442e212b9e7f10fc589828a0451e74bca23110e31310dfd5e0f62208d72dedf7cbd2525b7b140f208b431
|
data/lib/aws-sdk-polly.rb
CHANGED
data/lib/aws-sdk-polly/client.rb
CHANGED
|
@@ -176,7 +176,7 @@ module Aws::Polly
|
|
|
176
176
|
# requests fetching endpoints information. Defaults to 60 sec.
|
|
177
177
|
#
|
|
178
178
|
# @option options [Boolean] :endpoint_discovery (false)
|
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
179
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
180
180
|
#
|
|
181
181
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
|
182
182
|
# The log formatter.
|
|
@@ -1041,7 +1041,7 @@ module Aws::Polly
|
|
|
1041
1041
|
params: params,
|
|
1042
1042
|
config: config)
|
|
1043
1043
|
context[:gem_name] = 'aws-sdk-polly'
|
|
1044
|
-
context[:gem_version] = '1.
|
|
1044
|
+
context[:gem_version] = '1.30.0'
|
|
1045
1045
|
Seahorse::Client::Request.new(handlers, context)
|
|
1046
1046
|
end
|
|
1047
1047
|
|
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.30.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: 2020-05-
|
|
11
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|