aws-sdk-core 2.10.121 → 2.10.122

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: 9a95b4155d964d84ab44fe1cb0c241b1ef8d2174
4
- data.tar.gz: 9e9af9dd82ac1ab1050ad884dbac976fb9898ce2
3
+ metadata.gz: 4282de8b334276f42d617ca74cf96dcad60066b8
4
+ data.tar.gz: 725d37fb7a97a6970ce9c0f85ff62316d8e4cb53
5
5
  SHA512:
6
- metadata.gz: f5871d82345cbaed283748ece0325e8f953cac7f1744ddc0aea5662a1a923fb8a572e78cd0214c24579b4361082fd290e98e8f19d869f97b1755fe594d6aac36
7
- data.tar.gz: da01a3a5b17a3f298e43478ce4790f291e588ee1649f318502da84b94a4fc2bd900aacef8b9ccb0d643e463f4c2967786db550ed75b0f6e3695d20fe2dc3c87c
6
+ metadata.gz: deb85ff3aed75390e1003511d2628125416570af330906039ce9c2949316924984a75d15944dcdd8f57741bf4de1baad59e2031eb806bbf3e2351fbea7f14a24
7
+ data.tar.gz: c247d1c609f3dc56289862f4f017f44cbee2ff5a784eeb418fc1e9b72e4091eb94179b0615837fee7b6e2d4271767c35112921b3d5371507a5114fdafb0169ff
@@ -71,6 +71,21 @@
71
71
  {"shape":"OperationTimeoutException"}
72
72
  ]
73
73
  },
74
+ "BatchDeleteTableVersion":{
75
+ "name":"BatchDeleteTableVersion",
76
+ "http":{
77
+ "method":"POST",
78
+ "requestUri":"/"
79
+ },
80
+ "input":{"shape":"BatchDeleteTableVersionRequest"},
81
+ "output":{"shape":"BatchDeleteTableVersionResponse"},
82
+ "errors":[
83
+ {"shape":"EntityNotFoundException"},
84
+ {"shape":"InvalidInputException"},
85
+ {"shape":"InternalServiceException"},
86
+ {"shape":"OperationTimeoutException"}
87
+ ]
88
+ },
74
89
  "BatchGetPartition":{
75
90
  "name":"BatchGetPartition",
76
91
  "http":{
@@ -125,7 +140,8 @@
125
140
  "errors":[
126
141
  {"shape":"AlreadyExistsException"},
127
142
  {"shape":"InvalidInputException"},
128
- {"shape":"OperationTimeoutException"}
143
+ {"shape":"OperationTimeoutException"},
144
+ {"shape":"ResourceNumberLimitExceededException"}
129
145
  ]
130
146
  },
131
147
  "CreateCrawler":{
@@ -275,7 +291,8 @@
275
291
  {"shape":"InvalidInputException"},
276
292
  {"shape":"InternalServiceException"},
277
293
  {"shape":"EntityNotFoundException"},
278
- {"shape":"OperationTimeoutException"}
294
+ {"shape":"OperationTimeoutException"},
295
+ {"shape":"ResourceNumberLimitExceededException"}
279
296
  ]
280
297
  },
281
298
  "DeleteClassifier":{
@@ -393,6 +410,21 @@
393
410
  {"shape":"OperationTimeoutException"}
394
411
  ]
395
412
  },
413
+ "DeleteTableVersion":{
414
+ "name":"DeleteTableVersion",
415
+ "http":{
416
+ "method":"POST",
417
+ "requestUri":"/"
418
+ },
419
+ "input":{"shape":"DeleteTableVersionRequest"},
420
+ "output":{"shape":"DeleteTableVersionResponse"},
421
+ "errors":[
422
+ {"shape":"EntityNotFoundException"},
423
+ {"shape":"InvalidInputException"},
424
+ {"shape":"InternalServiceException"},
425
+ {"shape":"OperationTimeoutException"}
426
+ ]
427
+ },
396
428
  "DeleteTrigger":{
397
429
  "name":"DeleteTrigger",
398
430
  "http":{
@@ -731,6 +763,21 @@
731
763
  {"shape":"OperationTimeoutException"}
732
764
  ]
733
765
  },
766
+ "GetTableVersion":{
767
+ "name":"GetTableVersion",
768
+ "http":{
769
+ "method":"POST",
770
+ "requestUri":"/"
771
+ },
772
+ "input":{"shape":"GetTableVersionRequest"},
773
+ "output":{"shape":"GetTableVersionResponse"},
774
+ "errors":[
775
+ {"shape":"EntityNotFoundException"},
776
+ {"shape":"InvalidInputException"},
777
+ {"shape":"InternalServiceException"},
778
+ {"shape":"OperationTimeoutException"}
779
+ ]
780
+ },
734
781
  "GetTableVersions":{
735
782
  "name":"GetTableVersions",
736
783
  "http":{
@@ -1095,7 +1142,8 @@
1095
1142
  {"shape":"InvalidInputException"},
1096
1143
  {"shape":"InternalServiceException"},
1097
1144
  {"shape":"OperationTimeoutException"},
1098
- {"shape":"ConcurrentModificationException"}
1145
+ {"shape":"ConcurrentModificationException"},
1146
+ {"shape":"ResourceNumberLimitExceededException"}
1099
1147
  ]
1100
1148
  },
1101
1149
  "UpdateTrigger":{
@@ -1242,6 +1290,32 @@
1242
1290
  "Errors":{"shape":"TableErrors"}
1243
1291
  }
1244
1292
  },
1293
+ "BatchDeleteTableVersionList":{
1294
+ "type":"list",
1295
+ "member":{"shape":"VersionString"},
1296
+ "max":100,
1297
+ "min":0
1298
+ },
1299
+ "BatchDeleteTableVersionRequest":{
1300
+ "type":"structure",
1301
+ "required":[
1302
+ "DatabaseName",
1303
+ "TableName",
1304
+ "VersionIds"
1305
+ ],
1306
+ "members":{
1307
+ "CatalogId":{"shape":"CatalogIdString"},
1308
+ "DatabaseName":{"shape":"NameString"},
1309
+ "TableName":{"shape":"NameString"},
1310
+ "VersionIds":{"shape":"BatchDeleteTableVersionList"}
1311
+ }
1312
+ },
1313
+ "BatchDeleteTableVersionResponse":{
1314
+ "type":"structure",
1315
+ "members":{
1316
+ "Errors":{"shape":"TableVersionErrors"}
1317
+ }
1318
+ },
1245
1319
  "BatchGetPartitionRequest":{
1246
1320
  "type":"structure",
1247
1321
  "required":[
@@ -1317,6 +1391,7 @@
1317
1391
  "member":{"shape":"BatchStopJobRunSuccessfulSubmission"}
1318
1392
  },
1319
1393
  "Boolean":{"type":"boolean"},
1394
+ "BooleanNullable":{"type":"boolean"},
1320
1395
  "BooleanValue":{"type":"boolean"},
1321
1396
  "BoundedPartitionValueList":{
1322
1397
  "type":"list",
@@ -1494,6 +1569,11 @@
1494
1569
  },
1495
1570
  "ConnectionInput":{
1496
1571
  "type":"structure",
1572
+ "required":[
1573
+ "Name",
1574
+ "ConnectionType",
1575
+ "ConnectionProperties"
1576
+ ],
1497
1577
  "members":{
1498
1578
  "Name":{"shape":"NameString"},
1499
1579
  "Description":{"shape":"DescriptionString"},
@@ -2038,6 +2118,25 @@
2038
2118
  "members":{
2039
2119
  }
2040
2120
  },
2121
+ "DeleteTableVersionRequest":{
2122
+ "type":"structure",
2123
+ "required":[
2124
+ "DatabaseName",
2125
+ "TableName",
2126
+ "VersionId"
2127
+ ],
2128
+ "members":{
2129
+ "CatalogId":{"shape":"CatalogIdString"},
2130
+ "DatabaseName":{"shape":"NameString"},
2131
+ "TableName":{"shape":"NameString"},
2132
+ "VersionId":{"shape":"VersionString"}
2133
+ }
2134
+ },
2135
+ "DeleteTableVersionResponse":{
2136
+ "type":"structure",
2137
+ "members":{
2138
+ }
2139
+ },
2041
2140
  "DeleteTriggerRequest":{
2042
2141
  "type":"structure",
2043
2142
  "required":["Name"],
@@ -2505,6 +2604,25 @@
2505
2604
  "Table":{"shape":"Table"}
2506
2605
  }
2507
2606
  },
2607
+ "GetTableVersionRequest":{
2608
+ "type":"structure",
2609
+ "required":[
2610
+ "DatabaseName",
2611
+ "TableName"
2612
+ ],
2613
+ "members":{
2614
+ "CatalogId":{"shape":"CatalogIdString"},
2615
+ "DatabaseName":{"shape":"NameString"},
2616
+ "TableName":{"shape":"NameString"},
2617
+ "VersionId":{"shape":"VersionString"}
2618
+ }
2619
+ },
2620
+ "GetTableVersionResponse":{
2621
+ "type":"structure",
2622
+ "members":{
2623
+ "TableVersion":{"shape":"TableVersion"}
2624
+ }
2625
+ },
2508
2626
  "GetTableVersionsList":{
2509
2627
  "type":"list",
2510
2628
  "member":{"shape":"TableVersion"}
@@ -2946,7 +3064,7 @@
2946
3064
  },
2947
3065
  "ParametersMapValue":{
2948
3066
  "type":"string",
2949
- "max":51200
3067
+ "max":512000
2950
3068
  },
2951
3069
  "Partition":{
2952
3070
  "type":"structure",
@@ -3366,6 +3484,18 @@
3366
3484
  "VersionId":{"shape":"VersionString"}
3367
3485
  }
3368
3486
  },
3487
+ "TableVersionError":{
3488
+ "type":"structure",
3489
+ "members":{
3490
+ "TableName":{"shape":"NameString"},
3491
+ "VersionId":{"shape":"VersionString"},
3492
+ "ErrorDetail":{"shape":"ErrorDetail"}
3493
+ }
3494
+ },
3495
+ "TableVersionErrors":{
3496
+ "type":"list",
3497
+ "member":{"shape":"TableVersionError"}
3498
+ },
3369
3499
  "Timestamp":{"type":"timestamp"},
3370
3500
  "TimestampValue":{"type":"timestamp"},
3371
3501
  "Token":{"type":"string"},
@@ -3587,7 +3717,8 @@
3587
3717
  "members":{
3588
3718
  "CatalogId":{"shape":"CatalogIdString"},
3589
3719
  "DatabaseName":{"shape":"NameString"},
3590
- "TableInput":{"shape":"TableInput"}
3720
+ "TableInput":{"shape":"TableInput"},
3721
+ "SkipArchive":{"shape":"BooleanNullable"}
3591
3722
  }
3592
3723
  },
3593
3724
  "UpdateTableResponse":{
@@ -3697,7 +3828,7 @@
3697
3828
  },
3698
3829
  "ViewTextString":{
3699
3830
  "type":"string",
3700
- "max":2048
3831
+ "max":409600
3701
3832
  },
3702
3833
  "XMLClassifier":{
3703
3834
  "type":"structure",
@@ -0,0 +1,244 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2017-10-26",
5
+ "endpointPrefix":"transcribe",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"json",
8
+ "serviceFullName":"Amazon Transcribe Service",
9
+ "signatureVersion":"v4",
10
+ "signingName":"transcribe",
11
+ "targetPrefix":"Transcribe",
12
+ "uid":"transcribe-2017-10-26"
13
+ },
14
+ "operations":{
15
+ "GetTranscriptionJob":{
16
+ "name":"GetTranscriptionJob",
17
+ "http":{
18
+ "method":"POST",
19
+ "requestUri":"/"
20
+ },
21
+ "input":{"shape":"GetTranscriptionJobRequest"},
22
+ "output":{"shape":"GetTranscriptionJobResponse"},
23
+ "errors":[
24
+ {"shape":"BadRequestException"},
25
+ {"shape":"LimitExceededException"},
26
+ {"shape":"InternalFailureException"},
27
+ {"shape":"NotFoundException"}
28
+ ]
29
+ },
30
+ "ListTranscriptionJobs":{
31
+ "name":"ListTranscriptionJobs",
32
+ "http":{
33
+ "method":"POST",
34
+ "requestUri":"/"
35
+ },
36
+ "input":{"shape":"ListTranscriptionJobsRequest"},
37
+ "output":{"shape":"ListTranscriptionJobsResponse"},
38
+ "errors":[
39
+ {"shape":"BadRequestException"},
40
+ {"shape":"LimitExceededException"},
41
+ {"shape":"InternalFailureException"}
42
+ ]
43
+ },
44
+ "StartTranscriptionJob":{
45
+ "name":"StartTranscriptionJob",
46
+ "http":{
47
+ "method":"POST",
48
+ "requestUri":"/"
49
+ },
50
+ "input":{"shape":"StartTranscriptionJobRequest"},
51
+ "output":{"shape":"StartTranscriptionJobResponse"},
52
+ "errors":[
53
+ {"shape":"BadRequestException"},
54
+ {"shape":"LimitExceededException"},
55
+ {"shape":"InternalFailureException"},
56
+ {"shape":"ConflictException"}
57
+ ]
58
+ }
59
+ },
60
+ "shapes":{
61
+ "BadRequestException":{
62
+ "type":"structure",
63
+ "members":{
64
+ "Message":{"shape":"FailureReason"}
65
+ },
66
+ "exception":true
67
+ },
68
+ "ConflictException":{
69
+ "type":"structure",
70
+ "members":{
71
+ "Message":{"shape":"String"}
72
+ },
73
+ "exception":true
74
+ },
75
+ "DateTime":{"type":"timestamp"},
76
+ "FailureReason":{"type":"string"},
77
+ "GetTranscriptionJobRequest":{
78
+ "type":"structure",
79
+ "required":["TranscriptionJobName"],
80
+ "members":{
81
+ "TranscriptionJobName":{"shape":"TranscriptionJobName"}
82
+ }
83
+ },
84
+ "GetTranscriptionJobResponse":{
85
+ "type":"structure",
86
+ "members":{
87
+ "TranscriptionJob":{"shape":"TranscriptionJob"}
88
+ }
89
+ },
90
+ "InternalFailureException":{
91
+ "type":"structure",
92
+ "members":{
93
+ "Message":{"shape":"String"}
94
+ },
95
+ "exception":true,
96
+ "fault":true
97
+ },
98
+ "LanguageCode":{
99
+ "type":"string",
100
+ "enum":[
101
+ "en-US",
102
+ "es-US"
103
+ ]
104
+ },
105
+ "LimitExceededException":{
106
+ "type":"structure",
107
+ "members":{
108
+ "Message":{"shape":"String"}
109
+ },
110
+ "exception":true
111
+ },
112
+ "ListTranscriptionJobsRequest":{
113
+ "type":"structure",
114
+ "required":["Status"],
115
+ "members":{
116
+ "Status":{"shape":"TranscriptionJobStatus"},
117
+ "NextToken":{"shape":"NextToken"},
118
+ "MaxResults":{"shape":"MaxResults"}
119
+ }
120
+ },
121
+ "ListTranscriptionJobsResponse":{
122
+ "type":"structure",
123
+ "members":{
124
+ "Status":{"shape":"TranscriptionJobStatus"},
125
+ "NextToken":{"shape":"NextToken"},
126
+ "TranscriptionJobSummaries":{"shape":"TranscriptionJobSummaries"}
127
+ }
128
+ },
129
+ "MaxResults":{
130
+ "type":"integer",
131
+ "max":100,
132
+ "min":1
133
+ },
134
+ "Media":{
135
+ "type":"structure",
136
+ "members":{
137
+ "MediaFileUri":{"shape":"Uri"}
138
+ }
139
+ },
140
+ "MediaFormat":{
141
+ "type":"string",
142
+ "enum":[
143
+ "mp3",
144
+ "mp4",
145
+ "wav",
146
+ "flac"
147
+ ]
148
+ },
149
+ "MediaSampleRateHertz":{
150
+ "type":"integer",
151
+ "max":48000,
152
+ "min":8000
153
+ },
154
+ "NextToken":{
155
+ "type":"string",
156
+ "max":8192
157
+ },
158
+ "NotFoundException":{
159
+ "type":"structure",
160
+ "members":{
161
+ "Message":{"shape":"String"}
162
+ },
163
+ "exception":true
164
+ },
165
+ "StartTranscriptionJobRequest":{
166
+ "type":"structure",
167
+ "required":[
168
+ "TranscriptionJobName",
169
+ "LanguageCode",
170
+ "MediaFormat",
171
+ "Media"
172
+ ],
173
+ "members":{
174
+ "TranscriptionJobName":{"shape":"TranscriptionJobName"},
175
+ "LanguageCode":{"shape":"LanguageCode"},
176
+ "MediaSampleRateHertz":{"shape":"MediaSampleRateHertz"},
177
+ "MediaFormat":{"shape":"MediaFormat"},
178
+ "Media":{"shape":"Media"}
179
+ }
180
+ },
181
+ "StartTranscriptionJobResponse":{
182
+ "type":"structure",
183
+ "members":{
184
+ "TranscriptionJob":{"shape":"TranscriptionJob"}
185
+ }
186
+ },
187
+ "String":{"type":"string"},
188
+ "Transcript":{
189
+ "type":"structure",
190
+ "members":{
191
+ "TranscriptFileUri":{"shape":"Uri"}
192
+ }
193
+ },
194
+ "TranscriptionJob":{
195
+ "type":"structure",
196
+ "members":{
197
+ "TranscriptionJobName":{"shape":"TranscriptionJobName"},
198
+ "TranscriptionJobStatus":{"shape":"TranscriptionJobStatus"},
199
+ "LanguageCode":{"shape":"LanguageCode"},
200
+ "MediaSampleRateHertz":{"shape":"MediaSampleRateHertz"},
201
+ "MediaFormat":{"shape":"MediaFormat"},
202
+ "Media":{"shape":"Media"},
203
+ "Transcript":{"shape":"Transcript"},
204
+ "CreationTime":{"shape":"DateTime"},
205
+ "CompletionTime":{"shape":"DateTime"},
206
+ "FailureReason":{"shape":"FailureReason"}
207
+ }
208
+ },
209
+ "TranscriptionJobName":{
210
+ "type":"string",
211
+ "max":200,
212
+ "min":1,
213
+ "pattern":"^[0-9a-zA-Z._-]+"
214
+ },
215
+ "TranscriptionJobStatus":{
216
+ "type":"string",
217
+ "enum":[
218
+ "IN_PROGRESS",
219
+ "FAILED",
220
+ "COMPLETED"
221
+ ]
222
+ },
223
+ "TranscriptionJobSummaries":{
224
+ "type":"list",
225
+ "member":{"shape":"TranscriptionJobSummary"}
226
+ },
227
+ "TranscriptionJobSummary":{
228
+ "type":"structure",
229
+ "members":{
230
+ "TranscriptionJobName":{"shape":"TranscriptionJobName"},
231
+ "CreationTime":{"shape":"DateTime"},
232
+ "CompletionTime":{"shape":"DateTime"},
233
+ "LanguageCode":{"shape":"LanguageCode"},
234
+ "TranscriptionJobStatus":{"shape":"TranscriptionJobStatus"},
235
+ "FailureReason":{"shape":"FailureReason"}
236
+ }
237
+ },
238
+ "Uri":{
239
+ "type":"string",
240
+ "max":2000,
241
+ "min":1
242
+ }
243
+ }
244
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "pagination": {
3
+ "ListTranscriptionJobs": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ }
8
+ }
9
+ }
@@ -825,10 +825,13 @@
825
825
  "firehose" : {
826
826
  "endpoints" : {
827
827
  "ap-northeast-1" : { },
828
+ "ap-southeast-1" : { },
829
+ "ap-southeast-2" : { },
828
830
  "eu-central-1" : { },
829
831
  "eu-west-1" : { },
830
832
  "us-east-1" : { },
831
833
  "us-east-2" : { },
834
+ "us-west-1" : { },
832
835
  "us-west-2" : { }
833
836
  }
834
837
  },
@@ -873,6 +876,7 @@
873
876
  },
874
877
  "glue" : {
875
878
  "endpoints" : {
879
+ "ap-northeast-1" : { },
876
880
  "eu-west-1" : { },
877
881
  "us-east-1" : { },
878
882
  "us-east-2" : { },
@@ -1247,6 +1251,7 @@
1247
1251
  "endpoints" : {
1248
1252
  "eu-west-1" : { },
1249
1253
  "us-east-1" : { },
1254
+ "us-east-2" : { },
1250
1255
  "us-west-2" : { }
1251
1256
  }
1252
1257
  },
@@ -147,6 +147,7 @@ module Aws
147
147
  States
148
148
  StorageGateway
149
149
  Support
150
+ TranscribeService
150
151
  Translate
151
152
  WAF
152
153
  WAFRegional
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:TranscribeService, {
2
+ api: "#{Aws::API_DIR}/transcribe/2017-10-26/api-2.json",
3
+ docs: "#{Aws::API_DIR}/transcribe/2017-10-26/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/transcribe/2017-10-26/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/transcribe/2017-10-26/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.121'
2
+ VERSION = '2.10.122'
3
3
  end
@@ -494,6 +494,10 @@
494
494
  "models": "support/2013-04-15",
495
495
  "endpoint": "support"
496
496
  },
497
+ "TranscribeService": {
498
+ "models": "transcribe/2017-10-26",
499
+ "endpoint": "transcribe"
500
+ },
497
501
  "Translate": {
498
502
  "models": "translate/2017-07-01",
499
503
  "endpoint": "translate"
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.10.121
4
+ version: 2.10.122
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: 2018-01-18 00:00:00.000000000 Z
11
+ date: 2018-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -489,6 +489,9 @@ files:
489
489
  - apis/swf/2012-01-25/api-2.json
490
490
  - apis/swf/2012-01-25/examples-1.json
491
491
  - apis/swf/2012-01-25/paginators-1.json
492
+ - apis/transcribe/2017-10-26/api-2.json
493
+ - apis/transcribe/2017-10-26/examples-1.json
494
+ - apis/transcribe/2017-10-26/paginators-1.json
492
495
  - apis/translate/2017-07-01/api-2.json
493
496
  - apis/translate/2017-07-01/examples-1.json
494
497
  - apis/translate/2017-07-01/paginators-1.json
@@ -779,6 +782,7 @@ files:
779
782
  - lib/aws-sdk-core/stubbing/xml_error.rb
780
783
  - lib/aws-sdk-core/support.rb
781
784
  - lib/aws-sdk-core/swf.rb
785
+ - lib/aws-sdk-core/transcribeservice.rb
782
786
  - lib/aws-sdk-core/translate.rb
783
787
  - lib/aws-sdk-core/tree_hash.rb
784
788
  - lib/aws-sdk-core/type_builder.rb