Upgrade AWS SDK to the latest version

This commit is contained in:
Andrey Smirnov
2017-09-28 17:57:05 +03:00
parent 9a767b7631
commit 182c21e38c
1096 changed files with 309697 additions and 132612 deletions
+37 -2
View File
@@ -98,7 +98,9 @@
{"shape":"InvalidSampleRateException"},
{"shape":"InvalidSsmlException"},
{"shape":"LexiconNotFoundException"},
{"shape":"ServiceFailureException"}
{"shape":"ServiceFailureException"},
{"shape":"MarksNotSupportedForFormatException"},
{"shape":"SsmlMarksNotSupportedForTextTypeException"}
]
}
},
@@ -311,6 +313,14 @@
"NextToken":{"shape":"NextToken"}
}
},
"MarksNotSupportedForFormatException":{
"type":"structure",
"members":{
"message":{"shape":"ErrorMessage"}
},
"error":{"httpStatusCode":400},
"exception":true
},
"MaxLexemeLengthExceededException":{
"type":"structure",
"members":{
@@ -331,6 +341,7 @@
"OutputFormat":{
"type":"string",
"enum":[
"json",
"mp3",
"ogg_vorbis",
"pcm"
@@ -368,6 +379,28 @@
"fault":true
},
"Size":{"type":"integer"},
"SpeechMarkType":{
"type":"string",
"enum":[
"sentence",
"ssml",
"viseme",
"word"
]
},
"SpeechMarkTypeList":{
"type":"list",
"member":{"shape":"SpeechMarkType"},
"max":4
},
"SsmlMarksNotSupportedForTextTypeException":{
"type":"structure",
"members":{
"message":{"shape":"ErrorMessage"}
},
"error":{"httpStatusCode":400},
"exception":true
},
"SynthesizeSpeechInput":{
"type":"structure",
"required":[
@@ -379,6 +412,7 @@
"LexiconNames":{"shape":"LexiconNameList"},
"OutputFormat":{"shape":"OutputFormat"},
"SampleRate":{"shape":"SampleRate"},
"SpeechMarkTypes":{"shape":"SpeechMarkTypeList"},
"Text":{"shape":"Text"},
"TextType":{"shape":"TextType"},
"VoiceId":{"shape":"VoiceId"}
@@ -492,7 +526,8 @@
"Maxim",
"Tatyana",
"Astrid",
"Filiz"
"Filiz",
"Vicki"
]
},
"VoiceList":{
+26 -2
View File
@@ -25,7 +25,7 @@
"ContentType": {
"base": null,
"refs": {
"SynthesizeSpeechOutput$ContentType": "<p> Specifies the type audio stream. This should reflect the <code>OutputFormat</code> parameter in your request. </p> <ul> <li> <p> If you request <code>mp3</code> as the <code>OutputFormat</code>, the <code>ContentType</code> returned is audio/mpeg. </p> </li> <li> <p> If you request <code>ogg_vorbis</code> as the <code>OutputFormat</code>, the <code>ContentType</code> returned is audio/ogg. </p> </li> <li> <p> If you request <code>pcm</code> as the <code>OutputFormat</code>, the <code>ContentType</code> returned is audio/pcm in a signed 16-bit, 1 channel (mono), little-endian format. </p> </li> </ul> <p> </p>"
"SynthesizeSpeechOutput$ContentType": "<p> Specifies the type audio stream. This should reflect the <code>OutputFormat</code> parameter in your request. </p> <ul> <li> <p> If you request <code>mp3</code> as the <code>OutputFormat</code>, the <code>ContentType</code> returned is audio/mpeg. </p> </li> <li> <p> If you request <code>ogg_vorbis</code> as the <code>OutputFormat</code>, the <code>ContentType</code> returned is audio/ogg. </p> </li> <li> <p> If you request <code>pcm</code> as the <code>OutputFormat</code>, the <code>ContentType</code> returned is audio/pcm in a signed 16-bit, 1 channel (mono), little-endian format. </p> </li> <li> <p>If you request <code>json</code> as the <code>OutputFormat</code>, the <code>ContentType</code> returned is audio/json.</p> </li> </ul> <p> </p>"
}
},
"DeleteLexiconInput": {
@@ -57,9 +57,11 @@
"InvalidSsmlException$message": null,
"LexiconNotFoundException$message": null,
"LexiconSizeExceededException$message": null,
"MarksNotSupportedForFormatException$message": null,
"MaxLexemeLengthExceededException$message": null,
"MaxLexiconsNumberExceededException$message": null,
"ServiceFailureException$message": null,
"SsmlMarksNotSupportedForTextTypeException$message": null,
"TextLengthExceededException$message": null,
"UnsupportedPlsAlphabetException$message": null,
"UnsupportedPlsLanguageException$message": null
@@ -202,6 +204,11 @@
"refs": {
}
},
"MarksNotSupportedForFormatException": {
"base": "<p>Speech marks are not supported for the <code>OutputFormat</code> selected. Speech marks are only available for content in <code>json</code> format.</p>",
"refs": {
}
},
"MaxLexemeLengthExceededException": {
"base": "<p>The maximum size of the lexeme would be exceeded by this operation.</p>",
"refs": {
@@ -224,7 +231,7 @@
"OutputFormat": {
"base": null,
"refs": {
"SynthesizeSpeechInput$OutputFormat": "<p> The audio format in which the resulting stream will be encoded. </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>"
}
},
"PutLexiconInput": {
@@ -260,6 +267,23 @@
"LexiconAttributes$Size": "<p>Total size of the lexicon, in characters.</p>"
}
},
"SpeechMarkType": {
"base": null,
"refs": {
"SpeechMarkTypeList$member": null
}
},
"SpeechMarkTypeList": {
"base": null,
"refs": {
"SynthesizeSpeechInput$SpeechMarkTypes": "<p>The type of speech marks returned for the input text.</p>"
}
},
"SsmlMarksNotSupportedForTextTypeException": {
"base": "<p>SSML speech marks are not supported for plain text-type input.</p>",
"refs": {
}
},
"SynthesizeSpeechInput": {
"base": null,
"refs": {
@@ -0,0 +1,4 @@
{
"pagination": {
}
}