aws-sdk-core 2.11.323 → 2.11.324

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0403d6f0d0b217570880cecc2d378642ebf672c3
4
- data.tar.gz: b61d82e4d66e1624c05a0de127fcaa575ed9da72
3
+ metadata.gz: bb511d1dab7c69e4b9005c728bd2323dfde6194d
4
+ data.tar.gz: 6900442b31346c98a8fbaf9f063b1e5f0e2c6884
5
5
  SHA512:
6
- metadata.gz: b10e80c2ff0d0f9567e891117355f4e981c975bc77551dde49609a2cd21d892a229219b30a2fa31974feab3b240321cb72fe7aec3dc3d451caf03ea199c976f0
7
- data.tar.gz: 963d326b99f8560dcc4709a3e11bb6c6af967c46eb3f54ffce15675701d3c0a15c645eb99b05c12f6a4d390a8bbb19408d7f096554d468b2dfbdabb0066cfa58
6
+ metadata.gz: 67e96e56c012201eb470ac76e9d4f569d33f9da21bdde4f6a235da2e70adcc3e88330a43bff5786e17495c6b25d842fbc40594a7b06ef6a0c1c95df9b23089ad
7
+ data.tar.gz: a68553c406e9af909ba398c87031eb99cf3877726aea9a303f87389ecb7c4c16bf88842567d51f1fa1e023baecaff9265aa5df32d71b94ab2b97bc462efcdd55
@@ -2013,6 +2013,10 @@
2013
2013
  "shape": "__string",
2014
2014
  "locationName": "jobTemplate"
2015
2015
  },
2016
+ "Priority": {
2017
+ "shape": "__integerMinNegative50Max50",
2018
+ "locationName": "priority"
2019
+ },
2016
2020
  "Queue": {
2017
2021
  "shape": "__string",
2018
2022
  "locationName": "queue"
@@ -2067,6 +2071,10 @@
2067
2071
  "shape": "__string",
2068
2072
  "locationName": "name"
2069
2073
  },
2074
+ "Priority": {
2075
+ "shape": "__integerMinNegative50Max50",
2076
+ "locationName": "priority"
2077
+ },
2070
2078
  "Queue": {
2071
2079
  "shape": "__string",
2072
2080
  "locationName": "queue"
@@ -4686,6 +4694,10 @@
4686
4694
  "shape": "__listOfOutputGroupDetail",
4687
4695
  "locationName": "outputGroupDetails"
4688
4696
  },
4697
+ "Priority": {
4698
+ "shape": "__integerMinNegative50Max50",
4699
+ "locationName": "priority"
4700
+ },
4689
4701
  "Queue": {
4690
4702
  "shape": "__string",
4691
4703
  "locationName": "queue"
@@ -4814,6 +4826,10 @@
4814
4826
  "shape": "__string",
4815
4827
  "locationName": "name"
4816
4828
  },
4829
+ "Priority": {
4830
+ "shape": "__integerMinNegative50Max50",
4831
+ "locationName": "priority"
4832
+ },
4817
4833
  "Queue": {
4818
4834
  "shape": "__string",
4819
4835
  "locationName": "queue"
@@ -7053,6 +7069,10 @@
7053
7069
  "locationName": "name",
7054
7070
  "location": "uri"
7055
7071
  },
7072
+ "Priority": {
7073
+ "shape": "__integerMinNegative50Max50",
7074
+ "locationName": "priority"
7075
+ },
7056
7076
  "Queue": {
7057
7077
  "shape": "__string",
7058
7078
  "locationName": "queue"
@@ -7715,6 +7735,11 @@
7715
7735
  "min": -2,
7716
7736
  "max": 3
7717
7737
  },
7738
+ "__integerMinNegative50Max50": {
7739
+ "type": "integer",
7740
+ "min": -50,
7741
+ "max": 50
7742
+ },
7718
7743
  "__integerMinNegative5Max5": {
7719
7744
  "type": "integer",
7720
7745
  "min": -5,
@@ -7892,9 +7917,6 @@
7892
7917
  "shape": "__stringPatternS3ASSETMAPXml"
7893
7918
  }
7894
7919
  },
7895
- "__long": {
7896
- "type": "long"
7897
- },
7898
7920
  "__mapOfAudioSelector": {
7899
7921
  "type": "map",
7900
7922
  "key": {
@@ -130,6 +130,7 @@
130
130
  {"shape":"InvalidSampleRateException"},
131
131
  {"shape":"InvalidSnsTopicArnException"},
132
132
  {"shape":"InvalidSsmlException"},
133
+ {"shape":"EngineNotSupportedException"},
133
134
  {"shape":"LexiconNotFoundException"},
134
135
  {"shape":"ServiceFailureException"},
135
136
  {"shape":"MarksNotSupportedForFormatException"},
@@ -154,7 +155,8 @@
154
155
  {"shape":"ServiceFailureException"},
155
156
  {"shape":"MarksNotSupportedForFormatException"},
156
157
  {"shape":"SsmlMarksNotSupportedForTextTypeException"},
157
- {"shape":"LanguageNotSupportedException"}
158
+ {"shape":"LanguageNotSupportedException"},
159
+ {"shape":"EngineNotSupportedException"}
158
160
  ]
159
161
  }
160
162
  },
@@ -185,6 +187,11 @@
185
187
  "DescribeVoicesInput":{
186
188
  "type":"structure",
187
189
  "members":{
190
+ "Engine":{
191
+ "shape":"Engine",
192
+ "location":"querystring",
193
+ "locationName":"Engine"
194
+ },
188
195
  "LanguageCode":{
189
196
  "shape":"LanguageCode",
190
197
  "location":"querystring",
@@ -209,6 +216,25 @@
209
216
  "NextToken":{"shape":"NextToken"}
210
217
  }
211
218
  },
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
+ },
212
238
  "ErrorMessage":{"type":"string"},
213
239
  "Gender":{
214
240
  "type":"string",
@@ -586,6 +612,8 @@
586
612
  "VoiceId"
587
613
  ],
588
614
  "members":{
615
+ "Engine":{"shape":"Engine"},
616
+ "LanguageCode":{"shape":"LanguageCode"},
589
617
  "LexiconNames":{"shape":"LexiconNameList"},
590
618
  "OutputFormat":{"shape":"OutputFormat"},
591
619
  "OutputS3BucketName":{"shape":"OutputS3BucketName"},
@@ -595,8 +623,7 @@
595
623
  "SpeechMarkTypes":{"shape":"SpeechMarkTypeList"},
596
624
  "Text":{"shape":"Text"},
597
625
  "TextType":{"shape":"TextType"},
598
- "VoiceId":{"shape":"VoiceId"},
599
- "LanguageCode":{"shape":"LanguageCode"}
626
+ "VoiceId":{"shape":"VoiceId"}
600
627
  }
601
628
  },
602
629
  "StartSpeechSynthesisTaskOutput":{
@@ -608,6 +635,7 @@
608
635
  "SynthesisTask":{
609
636
  "type":"structure",
610
637
  "members":{
638
+ "Engine":{"shape":"Engine"},
611
639
  "TaskId":{"shape":"TaskId"},
612
640
  "TaskStatus":{"shape":"TaskStatus"},
613
641
  "TaskStatusReason":{"shape":"TaskStatusReason"},
@@ -644,14 +672,15 @@
644
672
  "VoiceId"
645
673
  ],
646
674
  "members":{
675
+ "Engine":{"shape":"Engine"},
676
+ "LanguageCode":{"shape":"LanguageCode"},
647
677
  "LexiconNames":{"shape":"LexiconNameList"},
648
678
  "OutputFormat":{"shape":"OutputFormat"},
649
679
  "SampleRate":{"shape":"SampleRate"},
650
680
  "SpeechMarkTypes":{"shape":"SpeechMarkTypeList"},
651
681
  "Text":{"shape":"Text"},
652
682
  "TextType":{"shape":"TextType"},
653
- "VoiceId":{"shape":"VoiceId"},
654
- "LanguageCode":{"shape":"LanguageCode"}
683
+ "VoiceId":{"shape":"VoiceId"}
655
684
  }
656
685
  },
657
686
  "SynthesizeSpeechOutput":{
@@ -725,7 +754,8 @@
725
754
  "LanguageCode":{"shape":"LanguageCode"},
726
755
  "LanguageName":{"shape":"LanguageName"},
727
756
  "Name":{"shape":"VoiceName"},
728
- "AdditionalLanguageCodes":{"shape":"LanguageCodeList"}
757
+ "AdditionalLanguageCodes":{"shape":"LanguageCodeList"},
758
+ "SupportedEngines":{"shape":"EngineList"}
729
759
  }
730
760
  },
731
761
  "VoiceId":{
@@ -1105,6 +1105,7 @@
1105
1105
  "eu-west-2",
1106
1106
  "eu-west-3",
1107
1107
  "ap-east-1",
1108
+ "me-south-1",
1108
1109
  "ap-south-1",
1109
1110
  "ap-southeast-1",
1110
1111
  "ap-southeast-2",
@@ -3198,6 +3199,7 @@
3198
3199
  "cn-north-1",
3199
3200
  "cn-northwest-1",
3200
3201
  "ap-east-1",
3202
+ "me-south-1",
3201
3203
  "ap-south-1"
3202
3204
  ],
3203
3205
  "max":64,
@@ -3751,6 +3753,7 @@
3751
3753
  "eu-west-3",
3752
3754
  "eu-central-1",
3753
3755
  "ap-east-1",
3756
+ "me-south-1",
3754
3757
  "ap-southeast-1",
3755
3758
  "ap-southeast-2",
3756
3759
  "ap-south-1",
@@ -2033,6 +2033,7 @@
2033
2033
  "eu-west-1" : { },
2034
2034
  "eu-west-2" : { },
2035
2035
  "eu-west-3" : { },
2036
+ "me-south-1" : { },
2036
2037
  "sa-east-1" : { },
2037
2038
  "us-east-1" : { },
2038
2039
  "us-east-2" : { },
@@ -2313,6 +2314,7 @@
2313
2314
  "eu-west-1" : { },
2314
2315
  "eu-west-2" : { },
2315
2316
  "eu-west-3" : { },
2317
+ "me-south-1" : { },
2316
2318
  "sa-east-1" : { },
2317
2319
  "us-east-1" : {
2318
2320
  "sslCommonName" : "{service}.{dnsSuffix}"
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.323'
2
+ VERSION = '2.11.324'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.323
4
+ version: 2.11.324
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: 2019-07-29 00:00:00.000000000 Z
11
+ date: 2019-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath