aws-sdk-polly 1.1.0 → 1.2.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 +3 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8c681868654aefb8ac43944e42a037df2ea2cb0c
|
|
4
|
+
data.tar.gz: a34bbd768a34401cf08a684295afff41da49c6fb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 582d897ccbbff4050c8d4937c32b1f43f2a256783c42f4ad192917c0a4384927707d6dc00bf78d9985e8233ad730f9d570d177326a4c1b956c131efb33d036ab
|
|
7
|
+
data.tar.gz: 3e8fb7d53c7535c0415e646c92acc69d3092ea584fd93edd9f0046006626ea45a97689fcaf9a7820e1608ec28525facd80d6e1f62e88961134fe111d0d2b6afb
|
data/lib/aws-sdk-polly.rb
CHANGED
data/lib/aws-sdk-polly/client.rb
CHANGED
|
@@ -229,7 +229,8 @@ module Aws::Polly
|
|
|
229
229
|
#
|
|
230
230
|
# @example Example: To describe available voices
|
|
231
231
|
#
|
|
232
|
-
# # Returns the list of voices that are available for use when requesting speech synthesis. Displayed languages are those
|
|
232
|
+
# # Returns the list of voices that are available for use when requesting speech synthesis. Displayed languages are those
|
|
233
|
+
# # within the specified language code. If no language code is specified, voices for all available languages are displayed.
|
|
233
234
|
#
|
|
234
235
|
# resp = client.describe_voices({
|
|
235
236
|
# language_code: "en-GB",
|
|
@@ -601,7 +602,7 @@ module Aws::Polly
|
|
|
601
602
|
params: params,
|
|
602
603
|
config: config)
|
|
603
604
|
context[:gem_name] = 'aws-sdk-polly'
|
|
604
|
-
context[:gem_version] = '1.
|
|
605
|
+
context[:gem_version] = '1.2.0'
|
|
605
606
|
Seahorse::Client::Request.new(handlers, context)
|
|
606
607
|
end
|
|
607
608
|
|
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.2.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: 2017-09-
|
|
11
|
+
date: 2017-09-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|