aws-sdk-polly 1.4.0 → 1.5.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
  SHA1:
3
- metadata.gz: dea867ae4d4c4245c73eca0337487cc2e6392a02
4
- data.tar.gz: 835d4234cae34e5c632fbd048e98529997142b91
3
+ metadata.gz: f5fbbc7ccffa80424f0597e872a314d307c5e582
4
+ data.tar.gz: 526ea56fe36680525d499097cfae5c1c1f21eeb0
5
5
  SHA512:
6
- metadata.gz: 53d505e164a19f91afa772dd20f5d6875770dea985ea1a4d172ca71512a6a940ce577bd04c81cacbcb698adb53a52bf6b5bfadf88a49a98c1e7145f6a0b31a83
7
- data.tar.gz: 63c2516a6c4daa88746c5ad6004aa7006b5f2566b1fc127ff169d7f0a0bbc7731e50cab1b80be742629ea21af828e522963a5a8cbd9dc51dcd4c0f56dc7181ed
6
+ metadata.gz: 1c204ecde56b71a3ad97f5e33011b9ac034330af07f28e0e5eb3e06ad2685a734be5bbf77cfb62ec148b70e6d981166086f30beb04ff248c2301eac40991a887
7
+ data.tar.gz: 3788719a0b1cf9c82aaa5b572e058715a1f190fd2ad8d94ac7d5cb8fb898191e033f879c446ed1a8dffa1c518316374f2acb4d7940935bbfba575063cd839224
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-polly/customizations'
42
42
  # @service
43
43
  module Aws::Polly
44
44
 
45
- GEM_VERSION = '1.4.0'
45
+ GEM_VERSION = '1.5.0'
46
46
 
47
47
  end
@@ -274,7 +274,7 @@ module Aws::Polly
274
274
  #
275
275
  # resp.voices #=> Array
276
276
  # resp.voices[0].gender #=> String, one of "Female", "Male"
277
- # resp.voices[0].id #=> String, one of "Geraint", "Gwyneth", "Mads", "Naja", "Hans", "Marlene", "Nicole", "Russell", "Amy", "Brian", "Emma", "Raveena", "Ivy", "Joanna", "Joey", "Justin", "Kendra", "Kimberly", "Matthew", "Salli", "Conchita", "Enrique", "Miguel", "Penelope", "Chantal", "Celine", "Mathieu", "Dora", "Karl", "Carla", "Giorgio", "Mizuki", "Liv", "Lotte", "Ruben", "Ewa", "Jacek", "Jan", "Maja", "Ricardo", "Vitoria", "Cristiano", "Ines", "Carmen", "Maxim", "Tatyana", "Astrid", "Filiz", "Vicki", "Takumi", "Seoyeon", "Aditi"
277
+ # resp.voices[0].id #=> String, one of "Geraint", "Gwyneth", "Mads", "Naja", "Hans", "Marlene", "Nicole", "Russell", "Amy", "Brian", "Emma", "Raveena", "Ivy", "Joanna", "Joey", "Justin", "Kendra", "Kimberly", "Matthew", "Salli", "Conchita", "Enrique", "Miguel", "Penelope", "Chantal", "Celine", "Lea", "Mathieu", "Dora", "Karl", "Carla", "Giorgio", "Mizuki", "Liv", "Lotte", "Ruben", "Ewa", "Jacek", "Jan", "Maja", "Ricardo", "Vitoria", "Cristiano", "Ines", "Carmen", "Maxim", "Tatyana", "Astrid", "Filiz", "Vicki", "Takumi", "Seoyeon", "Aditi"
278
278
  # resp.voices[0].language_code #=> String, one of "cy-GB", "da-DK", "de-DE", "en-AU", "en-GB", "en-GB-WLS", "en-IN", "en-US", "es-ES", "es-US", "fr-CA", "fr-FR", "is-IS", "it-IT", "ko-KR", "ja-JP", "nb-NO", "nl-NL", "pl-PL", "pt-BR", "pt-PT", "ro-RO", "ru-RU", "sv-SE", "tr-TR"
279
279
  # resp.voices[0].language_name #=> String
280
280
  # resp.voices[0].name #=> String
@@ -571,7 +571,7 @@ module Aws::Polly
571
571
  # speech_mark_types: ["sentence"], # accepts sentence, ssml, viseme, word
572
572
  # text: "Text", # required
573
573
  # text_type: "ssml", # accepts ssml, text
574
- # voice_id: "Geraint", # required, accepts Geraint, Gwyneth, Mads, Naja, Hans, Marlene, Nicole, Russell, Amy, Brian, Emma, Raveena, Ivy, Joanna, Joey, Justin, Kendra, Kimberly, Matthew, Salli, Conchita, Enrique, Miguel, Penelope, Chantal, Celine, Mathieu, Dora, Karl, Carla, Giorgio, Mizuki, Liv, Lotte, Ruben, Ewa, Jacek, Jan, Maja, Ricardo, Vitoria, Cristiano, Ines, Carmen, Maxim, Tatyana, Astrid, Filiz, Vicki, Takumi, Seoyeon, Aditi
574
+ # voice_id: "Geraint", # required, accepts Geraint, Gwyneth, Mads, Naja, Hans, Marlene, Nicole, Russell, Amy, Brian, Emma, Raveena, Ivy, Joanna, Joey, Justin, Kendra, Kimberly, Matthew, Salli, Conchita, Enrique, Miguel, Penelope, Chantal, Celine, Lea, Mathieu, Dora, Karl, Carla, Giorgio, Mizuki, Liv, Lotte, Ruben, Ewa, Jacek, Jan, Maja, Ricardo, Vitoria, Cristiano, Ines, Carmen, Maxim, Tatyana, Astrid, Filiz, Vicki, Takumi, Seoyeon, Aditi
575
575
  # })
576
576
  #
577
577
  # @example Response structure
@@ -602,7 +602,7 @@ module Aws::Polly
602
602
  params: params,
603
603
  config: config)
604
604
  context[:gem_name] = 'aws-sdk-polly'
605
- context[:gem_version] = '1.4.0'
605
+ context[:gem_version] = '1.5.0'
606
606
  Seahorse::Client::Request.new(handlers, context)
607
607
  end
608
608
 
@@ -283,7 +283,7 @@ module Aws::Polly
283
283
  # speech_mark_types: ["sentence"], # accepts sentence, ssml, viseme, word
284
284
  # text: "Text", # required
285
285
  # text_type: "ssml", # accepts ssml, text
286
- # voice_id: "Geraint", # required, accepts Geraint, Gwyneth, Mads, Naja, Hans, Marlene, Nicole, Russell, Amy, Brian, Emma, Raveena, Ivy, Joanna, Joey, Justin, Kendra, Kimberly, Matthew, Salli, Conchita, Enrique, Miguel, Penelope, Chantal, Celine, Mathieu, Dora, Karl, Carla, Giorgio, Mizuki, Liv, Lotte, Ruben, Ewa, Jacek, Jan, Maja, Ricardo, Vitoria, Cristiano, Ines, Carmen, Maxim, Tatyana, Astrid, Filiz, Vicki, Takumi, Seoyeon, Aditi
286
+ # voice_id: "Geraint", # required, accepts Geraint, Gwyneth, Mads, Naja, Hans, Marlene, Nicole, Russell, Amy, Brian, Emma, Raveena, Ivy, Joanna, Joey, Justin, Kendra, Kimberly, Matthew, Salli, Conchita, Enrique, Miguel, Penelope, Chantal, Celine, Lea, Mathieu, Dora, Karl, Carla, Giorgio, Mizuki, Liv, Lotte, Ruben, Ewa, Jacek, Jan, Maja, Ricardo, Vitoria, Cristiano, Ines, Carmen, Maxim, Tatyana, Astrid, Filiz, Vicki, Takumi, Seoyeon, Aditi
287
287
  # }
288
288
  #
289
289
  # @!attribute [rw] lexicon_names
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.0
4
+ version: 1.5.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-11-15 00:00:00.000000000 Z
11
+ date: 2018-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  version: '0'
77
77
  requirements: []
78
78
  rubyforge_project:
79
- rubygems_version: 2.5.1
79
+ rubygems_version: 2.5.2.3
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: AWS SDK for Ruby - Amazon Polly