Skip to content

Commit 44e6b62

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 83a01f9 commit 44e6b62

File tree

8 files changed

+118
-23
lines changed

8 files changed

+118
-23
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::MediaConvert - Updated the API, and documentation for AWS Elemental MediaConvert.
5+
6+
* Feature - Aws::Polly - Updated the API, and documentation for Amazon Polly.
7+
8+
* Feature - Aws::Route53 - Updated the API, and documentation for Amazon Route 53.
9+
410
2.11.323 (2019-07-29)
511
------------------
612

aws-sdk-core/apis/mediaconvert/2017-08-29/api-2.json

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2013,6 +2013,10 @@
20132013
"shape": "__string",
20142014
"locationName": "jobTemplate"
20152015
},
2016+
"Priority": {
2017+
"shape": "__integerMinNegative50Max50",
2018+
"locationName": "priority"
2019+
},
20162020
"Queue": {
20172021
"shape": "__string",
20182022
"locationName": "queue"
@@ -2067,6 +2071,10 @@
20672071
"shape": "__string",
20682072
"locationName": "name"
20692073
},
2074+
"Priority": {
2075+
"shape": "__integerMinNegative50Max50",
2076+
"locationName": "priority"
2077+
},
20702078
"Queue": {
20712079
"shape": "__string",
20722080
"locationName": "queue"
@@ -4686,6 +4694,10 @@
46864694
"shape": "__listOfOutputGroupDetail",
46874695
"locationName": "outputGroupDetails"
46884696
},
4697+
"Priority": {
4698+
"shape": "__integerMinNegative50Max50",
4699+
"locationName": "priority"
4700+
},
46894701
"Queue": {
46904702
"shape": "__string",
46914703
"locationName": "queue"
@@ -4814,6 +4826,10 @@
48144826
"shape": "__string",
48154827
"locationName": "name"
48164828
},
4829+
"Priority": {
4830+
"shape": "__integerMinNegative50Max50",
4831+
"locationName": "priority"
4832+
},
48174833
"Queue": {
48184834
"shape": "__string",
48194835
"locationName": "queue"
@@ -7053,6 +7069,10 @@
70537069
"locationName": "name",
70547070
"location": "uri"
70557071
},
7072+
"Priority": {
7073+
"shape": "__integerMinNegative50Max50",
7074+
"locationName": "priority"
7075+
},
70567076
"Queue": {
70577077
"shape": "__string",
70587078
"locationName": "queue"
@@ -7715,6 +7735,11 @@
77157735
"min": -2,
77167736
"max": 3
77177737
},
7738+
"__integerMinNegative50Max50": {
7739+
"type": "integer",
7740+
"min": -50,
7741+
"max": 50
7742+
},
77187743
"__integerMinNegative5Max5": {
77197744
"type": "integer",
77207745
"min": -5,
@@ -7892,9 +7917,6 @@
78927917
"shape": "__stringPatternS3ASSETMAPXml"
78937918
}
78947919
},
7895-
"__long": {
7896-
"type": "long"
7897-
},
78987920
"__mapOfAudioSelector": {
78997921
"type": "map",
79007922
"key": {

aws-sdk-core/apis/mediaconvert/2017-08-29/docs-2.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3132,6 +3132,16 @@
31323132
"NoiseReducerSpatialFilterSettings$Speed": "The speed of the filter, from -2 (lower speed) to 3 (higher speed), with 0 being the nominal value."
31333133
}
31343134
},
3135+
"__integerMinNegative50Max50": {
3136+
"base": null,
3137+
"refs": {
3138+
"CreateJobRequest$Priority": "Specify the relative priority for this job. In any given queue, the service begins processing the job with the highest value first. When more than one job has the same priority, the service begins processing the job that you submitted first. If you don't specify a priority, the service uses the default value 0.",
3139+
"CreateJobTemplateRequest$Priority": "Specify the relative priority for this job. In any given queue, the service begins processing the job with the highest value first. When more than one job has the same priority, the service begins processing the job that you submitted first. If you don't specify a priority, the service uses the default value 0.",
3140+
"Job$Priority": "Relative priority on the job.",
3141+
"JobTemplate$Priority": "Relative priority on the job.",
3142+
"UpdateJobTemplateRequest$Priority": "Specify the relative priority for this job. In any given queue, the service begins processing the job with the highest value first. When more than one job has the same priority, the service begins processing the job that you submitted first. If you don't specify a priority, the service uses the default value 0."
3143+
}
3144+
},
31353145
"__integerMinNegative5Max5": {
31363146
"base": null,
31373147
"refs": {

aws-sdk-core/apis/polly/2016-06-10/api-2.json

Lines changed: 36 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
{"shape":"InvalidSampleRateException"},
131131
{"shape":"InvalidSnsTopicArnException"},
132132
{"shape":"InvalidSsmlException"},
133+
{"shape":"EngineNotSupportedException"},
133134
{"shape":"LexiconNotFoundException"},
134135
{"shape":"ServiceFailureException"},
135136
{"shape":"MarksNotSupportedForFormatException"},
@@ -154,7 +155,8 @@
154155
{"shape":"ServiceFailureException"},
155156
{"shape":"MarksNotSupportedForFormatException"},
156157
{"shape":"SsmlMarksNotSupportedForTextTypeException"},
157-
{"shape":"LanguageNotSupportedException"}
158+
{"shape":"LanguageNotSupportedException"},
159+
{"shape":"EngineNotSupportedException"}
158160
]
159161
}
160162
},
@@ -185,6 +187,11 @@
185187
"DescribeVoicesInput":{
186188
"type":"structure",
187189
"members":{
190+
"Engine":{
191+
"shape":"Engine",
192+
"location":"querystring",
193+
"locationName":"Engine"
194+
},
188195
"LanguageCode":{
189196
"shape":"LanguageCode",
190197
"location":"querystring",
@@ -209,6 +216,25 @@
209216
"NextToken":{"shape":"NextToken"}
210217
}
211218
},
219+
"Engine":{
220+
"type":"string",
221+
"enum":[
222+
"standard",
223+
"neural"
224+
]
225+
},
226+
"EngineList":{
227+
"type":"list",
228+
"member":{"shape":"Engine"}
229+
},
230+
"EngineNotSupportedException":{
231+
"type":"structure",
232+
"members":{
233+
"message":{"shape":"ErrorMessage"}
234+
},
235+
"error":{"httpStatusCode":400},
236+
"exception":true
237+
},
212238
"ErrorMessage":{"type":"string"},
213239
"Gender":{
214240
"type":"string",
@@ -586,6 +612,8 @@
586612
"VoiceId"
587613
],
588614
"members":{
615+
"Engine":{"shape":"Engine"},
616+
"LanguageCode":{"shape":"LanguageCode"},
589617
"LexiconNames":{"shape":"LexiconNameList"},
590618
"OutputFormat":{"shape":"OutputFormat"},
591619
"OutputS3BucketName":{"shape":"OutputS3BucketName"},
@@ -595,8 +623,7 @@
595623
"SpeechMarkTypes":{"shape":"SpeechMarkTypeList"},
596624
"Text":{"shape":"Text"},
597625
"TextType":{"shape":"TextType"},
598-
"VoiceId":{"shape":"VoiceId"},
599-
"LanguageCode":{"shape":"LanguageCode"}
626+
"VoiceId":{"shape":"VoiceId"}
600627
}
601628
},
602629
"StartSpeechSynthesisTaskOutput":{
@@ -608,6 +635,7 @@
608635
"SynthesisTask":{
609636
"type":"structure",
610637
"members":{
638+
"Engine":{"shape":"Engine"},
611639
"TaskId":{"shape":"TaskId"},
612640
"TaskStatus":{"shape":"TaskStatus"},
613641
"TaskStatusReason":{"shape":"TaskStatusReason"},
@@ -644,14 +672,15 @@
644672
"VoiceId"
645673
],
646674
"members":{
675+
"Engine":{"shape":"Engine"},
676+
"LanguageCode":{"shape":"LanguageCode"},
647677
"LexiconNames":{"shape":"LexiconNameList"},
648678
"OutputFormat":{"shape":"OutputFormat"},
649679
"SampleRate":{"shape":"SampleRate"},
650680
"SpeechMarkTypes":{"shape":"SpeechMarkTypeList"},
651681
"Text":{"shape":"Text"},
652682
"TextType":{"shape":"TextType"},
653-
"VoiceId":{"shape":"VoiceId"},
654-
"LanguageCode":{"shape":"LanguageCode"}
683+
"VoiceId":{"shape":"VoiceId"}
655684
}
656685
},
657686
"SynthesizeSpeechOutput":{
@@ -725,7 +754,8 @@
725754
"LanguageCode":{"shape":"LanguageCode"},
726755
"LanguageName":{"shape":"LanguageName"},
727756
"Name":{"shape":"VoiceName"},
728-
"AdditionalLanguageCodes":{"shape":"LanguageCodeList"}
757+
"AdditionalLanguageCodes":{"shape":"LanguageCodeList"},
758+
"SupportedEngines":{"shape":"EngineList"}
729759
}
730760
},
731761
"VoiceId":{

0 commit comments

Comments
 (0)