Skip to content

Commit

Permalink
Release v1.15.35
Browse files Browse the repository at this point in the history
  • Loading branch information
awssdkgo committed Sep 13, 2018
1 parent 610e629 commit 87474c2
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
Release v1.15.35 (2018-09-13)
===

### Service Client Updates
* `service/polly`: Updates service API and documentation
* Amazon Polly adds Mandarin Chinese language support with new female voice - "Zhiyu"

Release v1.15.34 (2018-09-12)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.15.34"
const SDKVersion = "1.15.35"
4 changes: 3 additions & 1 deletion models/apis/polly/2016-06-10/api-2.json
Expand Up @@ -320,6 +320,7 @@
"LanguageCode":{
"type":"string",
"enum":[
"cmn-CN",
"cy-GB",
"da-DK",
"de-DE",
Expand Down Expand Up @@ -777,7 +778,8 @@
"Vicki",
"Takumi",
"Seoyeon",
"Aditi"
"Aditi",
"Zhiyu"
]
},
"VoiceList":{
Expand Down
2 changes: 1 addition & 1 deletion models/apis/polly/2016-06-10/docs-2.json
Expand Up @@ -319,7 +319,7 @@
"refs": {
"StartSpeechSynthesisTaskInput$OutputFormat": "<p>The format in which the returned output will be encoded. For audio stream, this will be mp3, ogg_vorbis, or pcm. For speech marks, this will be json. </p>",
"SynthesisTask$OutputFormat": "<p>The format in which the returned output will be encoded. For audio stream, this will be mp3, ogg_vorbis, or pcm. For speech marks, this will be json. </p>",
"SynthesizeSpeechInput$OutputFormat": "<p> The format in which the returned output will be encoded. For audio stream, this will be mp3, ogg_vorbis, or pcm. For speech marks, this will be json. </p>"
"SynthesizeSpeechInput$OutputFormat": "<p> The format in which the returned output will be encoded. For audio stream, this will be mp3, ogg_vorbis, or pcm. For speech marks, this will be json. </p> <p>When pcm is used, the content returned is audio/pcm in a signed 16-bit, 1 channel (mono), little-endian format. </p>"
}
},
"OutputS3BucketName": {
Expand Down
9 changes: 9 additions & 0 deletions service/polly/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 87474c2

Please sign in to comment.