aws-sdk-core 2.11.359 → 2.11.360
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a4526758e94339701286148a028a0ffcc6fde50e
|
4
|
+
data.tar.gz: 83b73665a8af4a32f105d05c96dac8ca498b41e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3e6f0f389a8ff5c022943d159d3e614469a3c30dca539cac1aa5c14b09ac98857a341092ed4cc0f73f5a3e52e55c05418b5e556d2ff3e5c40ec93ae300a7b43
|
7
|
+
data.tar.gz: 482be7920d8493b7f87bcf4b896e50a7e632b72025a12ea318ecf089d95f4388f630a16823f96566ac7c351da1b55ce1b8a58c8976620ec42b3b3fa778caa944
|
@@ -14,6 +14,36 @@
|
|
14
14
|
"uid":"comprehendmedical-2018-10-30"
|
15
15
|
},
|
16
16
|
"operations":{
|
17
|
+
"DescribeEntitiesDetectionV2Job":{
|
18
|
+
"name":"DescribeEntitiesDetectionV2Job",
|
19
|
+
"http":{
|
20
|
+
"method":"POST",
|
21
|
+
"requestUri":"/"
|
22
|
+
},
|
23
|
+
"input":{"shape":"DescribeEntitiesDetectionV2JobRequest"},
|
24
|
+
"output":{"shape":"DescribeEntitiesDetectionV2JobResponse"},
|
25
|
+
"errors":[
|
26
|
+
{"shape":"InvalidRequestException"},
|
27
|
+
{"shape":"TooManyRequestsException"},
|
28
|
+
{"shape":"ResourceNotFoundException"},
|
29
|
+
{"shape":"InternalServerException"}
|
30
|
+
]
|
31
|
+
},
|
32
|
+
"DescribePHIDetectionJob":{
|
33
|
+
"name":"DescribePHIDetectionJob",
|
34
|
+
"http":{
|
35
|
+
"method":"POST",
|
36
|
+
"requestUri":"/"
|
37
|
+
},
|
38
|
+
"input":{"shape":"DescribePHIDetectionJobRequest"},
|
39
|
+
"output":{"shape":"DescribePHIDetectionJobResponse"},
|
40
|
+
"errors":[
|
41
|
+
{"shape":"InvalidRequestException"},
|
42
|
+
{"shape":"TooManyRequestsException"},
|
43
|
+
{"shape":"ResourceNotFoundException"},
|
44
|
+
{"shape":"InternalServerException"}
|
45
|
+
]
|
46
|
+
},
|
17
47
|
"DetectEntities":{
|
18
48
|
"name":"DetectEntities",
|
19
49
|
"http":{
|
@@ -22,6 +52,25 @@
|
|
22
52
|
},
|
23
53
|
"input":{"shape":"DetectEntitiesRequest"},
|
24
54
|
"output":{"shape":"DetectEntitiesResponse"},
|
55
|
+
"errors":[
|
56
|
+
{"shape":"InternalServerException"},
|
57
|
+
{"shape":"ServiceUnavailableException"},
|
58
|
+
{"shape":"TooManyRequestsException"},
|
59
|
+
{"shape":"InvalidRequestException"},
|
60
|
+
{"shape":"InvalidEncodingException"},
|
61
|
+
{"shape":"TextSizeLimitExceededException"}
|
62
|
+
],
|
63
|
+
"deprecated":true,
|
64
|
+
"deprecatedMessage":"This operation is deprecated, use DetectEntitiesV2 instead."
|
65
|
+
},
|
66
|
+
"DetectEntitiesV2":{
|
67
|
+
"name":"DetectEntitiesV2",
|
68
|
+
"http":{
|
69
|
+
"method":"POST",
|
70
|
+
"requestUri":"/"
|
71
|
+
},
|
72
|
+
"input":{"shape":"DetectEntitiesV2Request"},
|
73
|
+
"output":{"shape":"DetectEntitiesV2Response"},
|
25
74
|
"errors":[
|
26
75
|
{"shape":"InternalServerException"},
|
27
76
|
{"shape":"ServiceUnavailableException"},
|
@@ -47,9 +96,98 @@
|
|
47
96
|
{"shape":"InvalidEncodingException"},
|
48
97
|
{"shape":"TextSizeLimitExceededException"}
|
49
98
|
]
|
99
|
+
},
|
100
|
+
"ListEntitiesDetectionV2Jobs":{
|
101
|
+
"name":"ListEntitiesDetectionV2Jobs",
|
102
|
+
"http":{
|
103
|
+
"method":"POST",
|
104
|
+
"requestUri":"/"
|
105
|
+
},
|
106
|
+
"input":{"shape":"ListEntitiesDetectionV2JobsRequest"},
|
107
|
+
"output":{"shape":"ListEntitiesDetectionV2JobsResponse"},
|
108
|
+
"errors":[
|
109
|
+
{"shape":"InvalidRequestException"},
|
110
|
+
{"shape":"ValidationException"},
|
111
|
+
{"shape":"TooManyRequestsException"},
|
112
|
+
{"shape":"InternalServerException"}
|
113
|
+
]
|
114
|
+
},
|
115
|
+
"ListPHIDetectionJobs":{
|
116
|
+
"name":"ListPHIDetectionJobs",
|
117
|
+
"http":{
|
118
|
+
"method":"POST",
|
119
|
+
"requestUri":"/"
|
120
|
+
},
|
121
|
+
"input":{"shape":"ListPHIDetectionJobsRequest"},
|
122
|
+
"output":{"shape":"ListPHIDetectionJobsResponse"},
|
123
|
+
"errors":[
|
124
|
+
{"shape":"InvalidRequestException"},
|
125
|
+
{"shape":"ValidationException"},
|
126
|
+
{"shape":"TooManyRequestsException"},
|
127
|
+
{"shape":"InternalServerException"}
|
128
|
+
]
|
129
|
+
},
|
130
|
+
"StartEntitiesDetectionV2Job":{
|
131
|
+
"name":"StartEntitiesDetectionV2Job",
|
132
|
+
"http":{
|
133
|
+
"method":"POST",
|
134
|
+
"requestUri":"/"
|
135
|
+
},
|
136
|
+
"input":{"shape":"StartEntitiesDetectionV2JobRequest"},
|
137
|
+
"output":{"shape":"StartEntitiesDetectionV2JobResponse"},
|
138
|
+
"errors":[
|
139
|
+
{"shape":"InvalidRequestException"},
|
140
|
+
{"shape":"TooManyRequestsException"},
|
141
|
+
{"shape":"ResourceNotFoundException"},
|
142
|
+
{"shape":"InternalServerException"}
|
143
|
+
]
|
144
|
+
},
|
145
|
+
"StartPHIDetectionJob":{
|
146
|
+
"name":"StartPHIDetectionJob",
|
147
|
+
"http":{
|
148
|
+
"method":"POST",
|
149
|
+
"requestUri":"/"
|
150
|
+
},
|
151
|
+
"input":{"shape":"StartPHIDetectionJobRequest"},
|
152
|
+
"output":{"shape":"StartPHIDetectionJobResponse"},
|
153
|
+
"errors":[
|
154
|
+
{"shape":"InvalidRequestException"},
|
155
|
+
{"shape":"TooManyRequestsException"},
|
156
|
+
{"shape":"ResourceNotFoundException"},
|
157
|
+
{"shape":"InternalServerException"}
|
158
|
+
]
|
159
|
+
},
|
160
|
+
"StopEntitiesDetectionV2Job":{
|
161
|
+
"name":"StopEntitiesDetectionV2Job",
|
162
|
+
"http":{
|
163
|
+
"method":"POST",
|
164
|
+
"requestUri":"/"
|
165
|
+
},
|
166
|
+
"input":{"shape":"StopEntitiesDetectionV2JobRequest"},
|
167
|
+
"output":{"shape":"StopEntitiesDetectionV2JobResponse"},
|
168
|
+
"errors":[
|
169
|
+
{"shape":"InvalidRequestException"},
|
170
|
+
{"shape":"ResourceNotFoundException"},
|
171
|
+
{"shape":"InternalServerException"}
|
172
|
+
]
|
173
|
+
},
|
174
|
+
"StopPHIDetectionJob":{
|
175
|
+
"name":"StopPHIDetectionJob",
|
176
|
+
"http":{
|
177
|
+
"method":"POST",
|
178
|
+
"requestUri":"/"
|
179
|
+
},
|
180
|
+
"input":{"shape":"StopPHIDetectionJobRequest"},
|
181
|
+
"output":{"shape":"StopPHIDetectionJobResponse"},
|
182
|
+
"errors":[
|
183
|
+
{"shape":"InvalidRequestException"},
|
184
|
+
{"shape":"ResourceNotFoundException"},
|
185
|
+
{"shape":"InternalServerException"}
|
186
|
+
]
|
50
187
|
}
|
51
188
|
},
|
52
189
|
"shapes":{
|
190
|
+
"AnyLengthString":{"type":"string"},
|
53
191
|
"Attribute":{
|
54
192
|
"type":"structure",
|
55
193
|
"members":{
|
@@ -81,6 +219,70 @@
|
|
81
219
|
"max":20000,
|
82
220
|
"min":1
|
83
221
|
},
|
222
|
+
"ClientRequestTokenString":{
|
223
|
+
"type":"string",
|
224
|
+
"max":64,
|
225
|
+
"min":1,
|
226
|
+
"pattern":"^[a-zA-Z0-9-]+$"
|
227
|
+
},
|
228
|
+
"ComprehendMedicalAsyncJobFilter":{
|
229
|
+
"type":"structure",
|
230
|
+
"members":{
|
231
|
+
"JobName":{"shape":"JobName"},
|
232
|
+
"JobStatus":{"shape":"JobStatus"},
|
233
|
+
"SubmitTimeBefore":{"shape":"Timestamp"},
|
234
|
+
"SubmitTimeAfter":{"shape":"Timestamp"}
|
235
|
+
}
|
236
|
+
},
|
237
|
+
"ComprehendMedicalAsyncJobProperties":{
|
238
|
+
"type":"structure",
|
239
|
+
"members":{
|
240
|
+
"JobId":{"shape":"JobId"},
|
241
|
+
"JobName":{"shape":"JobName"},
|
242
|
+
"JobStatus":{"shape":"JobStatus"},
|
243
|
+
"Message":{"shape":"AnyLengthString"},
|
244
|
+
"SubmitTime":{"shape":"Timestamp"},
|
245
|
+
"EndTime":{"shape":"Timestamp"},
|
246
|
+
"ExpirationTime":{"shape":"Timestamp"},
|
247
|
+
"InputDataConfig":{"shape":"InputDataConfig"},
|
248
|
+
"OutputDataConfig":{"shape":"OutputDataConfig"},
|
249
|
+
"LanguageCode":{"shape":"LanguageCode"},
|
250
|
+
"DataAccessRoleArn":{"shape":"IamRoleArn"},
|
251
|
+
"ManifestFilePath":{"shape":"ManifestFilePath"},
|
252
|
+
"KMSKey":{"shape":"KMSKey"},
|
253
|
+
"ModelVersion":{"shape":"ModelVersion"}
|
254
|
+
}
|
255
|
+
},
|
256
|
+
"ComprehendMedicalAsyncJobPropertiesList":{
|
257
|
+
"type":"list",
|
258
|
+
"member":{"shape":"ComprehendMedicalAsyncJobProperties"}
|
259
|
+
},
|
260
|
+
"DescribeEntitiesDetectionV2JobRequest":{
|
261
|
+
"type":"structure",
|
262
|
+
"required":["JobId"],
|
263
|
+
"members":{
|
264
|
+
"JobId":{"shape":"JobId"}
|
265
|
+
}
|
266
|
+
},
|
267
|
+
"DescribeEntitiesDetectionV2JobResponse":{
|
268
|
+
"type":"structure",
|
269
|
+
"members":{
|
270
|
+
"ComprehendMedicalAsyncJobProperties":{"shape":"ComprehendMedicalAsyncJobProperties"}
|
271
|
+
}
|
272
|
+
},
|
273
|
+
"DescribePHIDetectionJobRequest":{
|
274
|
+
"type":"structure",
|
275
|
+
"required":["JobId"],
|
276
|
+
"members":{
|
277
|
+
"JobId":{"shape":"JobId"}
|
278
|
+
}
|
279
|
+
},
|
280
|
+
"DescribePHIDetectionJobResponse":{
|
281
|
+
"type":"structure",
|
282
|
+
"members":{
|
283
|
+
"ComprehendMedicalAsyncJobProperties":{"shape":"ComprehendMedicalAsyncJobProperties"}
|
284
|
+
}
|
285
|
+
},
|
84
286
|
"DetectEntitiesRequest":{
|
85
287
|
"type":"structure",
|
86
288
|
"required":["Text"],
|
@@ -90,11 +292,35 @@
|
|
90
292
|
},
|
91
293
|
"DetectEntitiesResponse":{
|
92
294
|
"type":"structure",
|
93
|
-
"required":[
|
295
|
+
"required":[
|
296
|
+
"Entities",
|
297
|
+
"ModelVersion"
|
298
|
+
],
|
94
299
|
"members":{
|
95
300
|
"Entities":{"shape":"EntityList"},
|
96
301
|
"UnmappedAttributes":{"shape":"UnmappedAttributeList"},
|
97
|
-
"PaginationToken":{"shape":"String"}
|
302
|
+
"PaginationToken":{"shape":"String"},
|
303
|
+
"ModelVersion":{"shape":"String"}
|
304
|
+
}
|
305
|
+
},
|
306
|
+
"DetectEntitiesV2Request":{
|
307
|
+
"type":"structure",
|
308
|
+
"required":["Text"],
|
309
|
+
"members":{
|
310
|
+
"Text":{"shape":"BoundedLengthString"}
|
311
|
+
}
|
312
|
+
},
|
313
|
+
"DetectEntitiesV2Response":{
|
314
|
+
"type":"structure",
|
315
|
+
"required":[
|
316
|
+
"Entities",
|
317
|
+
"ModelVersion"
|
318
|
+
],
|
319
|
+
"members":{
|
320
|
+
"Entities":{"shape":"EntityList"},
|
321
|
+
"UnmappedAttributes":{"shape":"UnmappedAttributeList"},
|
322
|
+
"PaginationToken":{"shape":"String"},
|
323
|
+
"ModelVersion":{"shape":"String"}
|
98
324
|
}
|
99
325
|
},
|
100
326
|
"DetectPHIRequest":{
|
@@ -106,10 +332,14 @@
|
|
106
332
|
},
|
107
333
|
"DetectPHIResponse":{
|
108
334
|
"type":"structure",
|
109
|
-
"required":[
|
335
|
+
"required":[
|
336
|
+
"Entities",
|
337
|
+
"ModelVersion"
|
338
|
+
],
|
110
339
|
"members":{
|
111
340
|
"Entities":{"shape":"EntityList"},
|
112
|
-
"PaginationToken":{"shape":"String"}
|
341
|
+
"PaginationToken":{"shape":"String"},
|
342
|
+
"ModelVersion":{"shape":"String"}
|
113
343
|
}
|
114
344
|
},
|
115
345
|
"Entity":{
|
@@ -174,6 +404,20 @@
|
|
174
404
|
]
|
175
405
|
},
|
176
406
|
"Float":{"type":"float"},
|
407
|
+
"IamRoleArn":{
|
408
|
+
"type":"string",
|
409
|
+
"max":2048,
|
410
|
+
"min":20,
|
411
|
+
"pattern":"arn:aws(-[^:]+)?:iam::[0-9]{12}:role/.+"
|
412
|
+
},
|
413
|
+
"InputDataConfig":{
|
414
|
+
"type":"structure",
|
415
|
+
"required":["S3Bucket"],
|
416
|
+
"members":{
|
417
|
+
"S3Bucket":{"shape":"S3Bucket"},
|
418
|
+
"S3Key":{"shape":"S3Key"}
|
419
|
+
}
|
420
|
+
},
|
177
421
|
"Integer":{"type":"integer"},
|
178
422
|
"InternalServerException":{
|
179
423
|
"type":"structure",
|
@@ -197,6 +441,107 @@
|
|
197
441
|
},
|
198
442
|
"exception":true
|
199
443
|
},
|
444
|
+
"JobId":{
|
445
|
+
"type":"string",
|
446
|
+
"max":32,
|
447
|
+
"min":1,
|
448
|
+
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$"
|
449
|
+
},
|
450
|
+
"JobName":{
|
451
|
+
"type":"string",
|
452
|
+
"max":256,
|
453
|
+
"min":1,
|
454
|
+
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$"
|
455
|
+
},
|
456
|
+
"JobStatus":{
|
457
|
+
"type":"string",
|
458
|
+
"enum":[
|
459
|
+
"SUBMITTED",
|
460
|
+
"IN_PROGRESS",
|
461
|
+
"COMPLETED",
|
462
|
+
"PARTIAL_SUCCESS",
|
463
|
+
"FAILED",
|
464
|
+
"STOP_REQUESTED",
|
465
|
+
"STOPPED"
|
466
|
+
]
|
467
|
+
},
|
468
|
+
"KMSKey":{
|
469
|
+
"type":"string",
|
470
|
+
"max":2048,
|
471
|
+
"min":1,
|
472
|
+
"pattern":".*"
|
473
|
+
},
|
474
|
+
"LanguageCode":{
|
475
|
+
"type":"string",
|
476
|
+
"enum":["en"]
|
477
|
+
},
|
478
|
+
"ListEntitiesDetectionV2JobsRequest":{
|
479
|
+
"type":"structure",
|
480
|
+
"members":{
|
481
|
+
"Filter":{"shape":"ComprehendMedicalAsyncJobFilter"},
|
482
|
+
"NextToken":{"shape":"String"},
|
483
|
+
"MaxResults":{"shape":"MaxResultsInteger"}
|
484
|
+
}
|
485
|
+
},
|
486
|
+
"ListEntitiesDetectionV2JobsResponse":{
|
487
|
+
"type":"structure",
|
488
|
+
"members":{
|
489
|
+
"ComprehendMedicalAsyncJobPropertiesList":{"shape":"ComprehendMedicalAsyncJobPropertiesList"},
|
490
|
+
"NextToken":{"shape":"String"}
|
491
|
+
}
|
492
|
+
},
|
493
|
+
"ListPHIDetectionJobsRequest":{
|
494
|
+
"type":"structure",
|
495
|
+
"members":{
|
496
|
+
"Filter":{"shape":"ComprehendMedicalAsyncJobFilter"},
|
497
|
+
"NextToken":{"shape":"String"},
|
498
|
+
"MaxResults":{"shape":"MaxResultsInteger"}
|
499
|
+
}
|
500
|
+
},
|
501
|
+
"ListPHIDetectionJobsResponse":{
|
502
|
+
"type":"structure",
|
503
|
+
"members":{
|
504
|
+
"ComprehendMedicalAsyncJobPropertiesList":{"shape":"ComprehendMedicalAsyncJobPropertiesList"},
|
505
|
+
"NextToken":{"shape":"String"}
|
506
|
+
}
|
507
|
+
},
|
508
|
+
"ManifestFilePath":{
|
509
|
+
"type":"string",
|
510
|
+
"max":4096,
|
511
|
+
"min":1
|
512
|
+
},
|
513
|
+
"MaxResultsInteger":{
|
514
|
+
"type":"integer",
|
515
|
+
"max":500,
|
516
|
+
"min":1
|
517
|
+
},
|
518
|
+
"ModelVersion":{"type":"string"},
|
519
|
+
"OutputDataConfig":{
|
520
|
+
"type":"structure",
|
521
|
+
"required":["S3Bucket"],
|
522
|
+
"members":{
|
523
|
+
"S3Bucket":{"shape":"S3Bucket"},
|
524
|
+
"S3Key":{"shape":"S3Key"}
|
525
|
+
}
|
526
|
+
},
|
527
|
+
"ResourceNotFoundException":{
|
528
|
+
"type":"structure",
|
529
|
+
"members":{
|
530
|
+
"Message":{"shape":"String"}
|
531
|
+
},
|
532
|
+
"exception":true
|
533
|
+
},
|
534
|
+
"S3Bucket":{
|
535
|
+
"type":"string",
|
536
|
+
"max":63,
|
537
|
+
"min":3,
|
538
|
+
"pattern":"^[0-9a-z\\.\\-_]*(?!\\.)$"
|
539
|
+
},
|
540
|
+
"S3Key":{
|
541
|
+
"type":"string",
|
542
|
+
"max":1024,
|
543
|
+
"pattern":".*"
|
544
|
+
},
|
200
545
|
"ServiceUnavailableException":{
|
201
546
|
"type":"structure",
|
202
547
|
"members":{
|
@@ -204,6 +549,86 @@
|
|
204
549
|
},
|
205
550
|
"exception":true
|
206
551
|
},
|
552
|
+
"StartEntitiesDetectionV2JobRequest":{
|
553
|
+
"type":"structure",
|
554
|
+
"required":[
|
555
|
+
"InputDataConfig",
|
556
|
+
"OutputDataConfig",
|
557
|
+
"DataAccessRoleArn",
|
558
|
+
"LanguageCode"
|
559
|
+
],
|
560
|
+
"members":{
|
561
|
+
"InputDataConfig":{"shape":"InputDataConfig"},
|
562
|
+
"OutputDataConfig":{"shape":"OutputDataConfig"},
|
563
|
+
"DataAccessRoleArn":{"shape":"IamRoleArn"},
|
564
|
+
"JobName":{"shape":"JobName"},
|
565
|
+
"ClientRequestToken":{
|
566
|
+
"shape":"ClientRequestTokenString",
|
567
|
+
"idempotencyToken":true
|
568
|
+
},
|
569
|
+
"KMSKey":{"shape":"KMSKey"},
|
570
|
+
"LanguageCode":{"shape":"LanguageCode"}
|
571
|
+
}
|
572
|
+
},
|
573
|
+
"StartEntitiesDetectionV2JobResponse":{
|
574
|
+
"type":"structure",
|
575
|
+
"members":{
|
576
|
+
"JobId":{"shape":"JobId"}
|
577
|
+
}
|
578
|
+
},
|
579
|
+
"StartPHIDetectionJobRequest":{
|
580
|
+
"type":"structure",
|
581
|
+
"required":[
|
582
|
+
"InputDataConfig",
|
583
|
+
"OutputDataConfig",
|
584
|
+
"DataAccessRoleArn",
|
585
|
+
"LanguageCode"
|
586
|
+
],
|
587
|
+
"members":{
|
588
|
+
"InputDataConfig":{"shape":"InputDataConfig"},
|
589
|
+
"OutputDataConfig":{"shape":"OutputDataConfig"},
|
590
|
+
"DataAccessRoleArn":{"shape":"IamRoleArn"},
|
591
|
+
"JobName":{"shape":"JobName"},
|
592
|
+
"ClientRequestToken":{
|
593
|
+
"shape":"ClientRequestTokenString",
|
594
|
+
"idempotencyToken":true
|
595
|
+
},
|
596
|
+
"KMSKey":{"shape":"KMSKey"},
|
597
|
+
"LanguageCode":{"shape":"LanguageCode"}
|
598
|
+
}
|
599
|
+
},
|
600
|
+
"StartPHIDetectionJobResponse":{
|
601
|
+
"type":"structure",
|
602
|
+
"members":{
|
603
|
+
"JobId":{"shape":"JobId"}
|
604
|
+
}
|
605
|
+
},
|
606
|
+
"StopEntitiesDetectionV2JobRequest":{
|
607
|
+
"type":"structure",
|
608
|
+
"required":["JobId"],
|
609
|
+
"members":{
|
610
|
+
"JobId":{"shape":"JobId"}
|
611
|
+
}
|
612
|
+
},
|
613
|
+
"StopEntitiesDetectionV2JobResponse":{
|
614
|
+
"type":"structure",
|
615
|
+
"members":{
|
616
|
+
"JobId":{"shape":"JobId"}
|
617
|
+
}
|
618
|
+
},
|
619
|
+
"StopPHIDetectionJobRequest":{
|
620
|
+
"type":"structure",
|
621
|
+
"required":["JobId"],
|
622
|
+
"members":{
|
623
|
+
"JobId":{"shape":"JobId"}
|
624
|
+
}
|
625
|
+
},
|
626
|
+
"StopPHIDetectionJobResponse":{
|
627
|
+
"type":"structure",
|
628
|
+
"members":{
|
629
|
+
"JobId":{"shape":"JobId"}
|
630
|
+
}
|
631
|
+
},
|
207
632
|
"String":{
|
208
633
|
"type":"string",
|
209
634
|
"min":1
|
@@ -215,6 +640,7 @@
|
|
215
640
|
},
|
216
641
|
"exception":true
|
217
642
|
},
|
643
|
+
"Timestamp":{"type":"timestamp"},
|
218
644
|
"TooManyRequestsException":{
|
219
645
|
"type":"structure",
|
220
646
|
"members":{
|
@@ -243,6 +669,13 @@
|
|
243
669
|
"UnmappedAttributeList":{
|
244
670
|
"type":"list",
|
245
671
|
"member":{"shape":"UnmappedAttribute"}
|
672
|
+
},
|
673
|
+
"ValidationException":{
|
674
|
+
"type":"structure",
|
675
|
+
"members":{
|
676
|
+
"Message":{"shape":"String"}
|
677
|
+
},
|
678
|
+
"exception":true
|
246
679
|
}
|
247
680
|
}
|
248
681
|
}
|
@@ -492,6 +492,7 @@
|
|
492
492
|
"members":{
|
493
493
|
"Subdirectory":{"shape":"Subdirectory"},
|
494
494
|
"S3BucketArn":{"shape":"S3BucketArn"},
|
495
|
+
"S3StorageClass":{"shape":"S3StorageClass"},
|
495
496
|
"S3Config":{"shape":"S3Config"},
|
496
497
|
"Tags":{"shape":"TagList"}
|
497
498
|
}
|
@@ -650,6 +651,7 @@
|
|
650
651
|
"members":{
|
651
652
|
"LocationArn":{"shape":"LocationArn"},
|
652
653
|
"LocationUri":{"shape":"LocationUri"},
|
654
|
+
"S3StorageClass":{"shape":"S3StorageClass"},
|
653
655
|
"S3Config":{"shape":"S3Config"},
|
654
656
|
"CreationTime":{"shape":"Time"}
|
655
657
|
}
|
@@ -983,6 +985,7 @@
|
|
983
985
|
"type":"structure",
|
984
986
|
"members":{
|
985
987
|
"VerifyMode":{"shape":"VerifyMode"},
|
988
|
+
"OverwriteMode":{"shape":"OverwriteMode"},
|
986
989
|
"Atime":{"shape":"Atime"},
|
987
990
|
"Mtime":{"shape":"Mtime"},
|
988
991
|
"Uid":{"shape":"Uid"},
|
@@ -993,6 +996,13 @@
|
|
993
996
|
"BytesPerSecond":{"shape":"BytesPerSecond"}
|
994
997
|
}
|
995
998
|
},
|
999
|
+
"OverwriteMode":{
|
1000
|
+
"type":"string",
|
1001
|
+
"enum":[
|
1002
|
+
"ALWAYS",
|
1003
|
+
"NEVER"
|
1004
|
+
]
|
1005
|
+
},
|
996
1006
|
"PLSecurityGroupArnList":{
|
997
1007
|
"type":"list",
|
998
1008
|
"member":{"shape":"Ec2SecurityGroupArn"},
|
@@ -1056,6 +1066,17 @@
|
|
1056
1066
|
"BucketAccessRoleArn":{"shape":"IamRoleArn"}
|
1057
1067
|
}
|
1058
1068
|
},
|
1069
|
+
"S3StorageClass":{
|
1070
|
+
"type":"string",
|
1071
|
+
"enum":[
|
1072
|
+
"STANDARD",
|
1073
|
+
"STANDARD_IA",
|
1074
|
+
"ONEZONE_IA",
|
1075
|
+
"INTELLIGENT_TIERING",
|
1076
|
+
"GLACIER",
|
1077
|
+
"DEEP_ARCHIVE"
|
1078
|
+
]
|
1079
|
+
},
|
1059
1080
|
"ServerHostname":{
|
1060
1081
|
"type":"string",
|
1061
1082
|
"max":255,
|
@@ -1292,6 +1313,7 @@
|
|
1292
1313
|
"type":"string",
|
1293
1314
|
"enum":[
|
1294
1315
|
"POINT_IN_TIME_CONSISTENT",
|
1316
|
+
"ONLY_FILES_TRANSFERRED",
|
1295
1317
|
"NONE"
|
1296
1318
|
]
|
1297
1319
|
},
|
@@ -239,6 +239,12 @@
|
|
239
239
|
"exception":true,
|
240
240
|
"fault":true
|
241
241
|
},
|
242
|
+
"KMSKeyId":{
|
243
|
+
"type":"string",
|
244
|
+
"max":2048,
|
245
|
+
"min":1,
|
246
|
+
"pattern":"^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$"
|
247
|
+
},
|
242
248
|
"LanguageCode":{
|
243
249
|
"type":"string",
|
244
250
|
"enum":[
|
@@ -333,7 +339,8 @@
|
|
333
339
|
},
|
334
340
|
"NextToken":{
|
335
341
|
"type":"string",
|
336
|
-
"max":8192
|
342
|
+
"max":8192,
|
343
|
+
"pattern":".+"
|
337
344
|
},
|
338
345
|
"NotFoundException":{
|
339
346
|
"type":"structure",
|
@@ -344,6 +351,7 @@
|
|
344
351
|
},
|
345
352
|
"OutputBucketName":{
|
346
353
|
"type":"string",
|
354
|
+
"max":64,
|
347
355
|
"pattern":"[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9]"
|
348
356
|
},
|
349
357
|
"OutputLocationType":{
|
@@ -356,7 +364,8 @@
|
|
356
364
|
"Phrase":{
|
357
365
|
"type":"string",
|
358
366
|
"max":256,
|
359
|
-
"min":0
|
367
|
+
"min":0,
|
368
|
+
"pattern":".+"
|
360
369
|
},
|
361
370
|
"Phrases":{
|
362
371
|
"type":"list",
|
@@ -385,6 +394,7 @@
|
|
385
394
|
"MediaFormat":{"shape":"MediaFormat"},
|
386
395
|
"Media":{"shape":"Media"},
|
387
396
|
"OutputBucketName":{"shape":"OutputBucketName"},
|
397
|
+
"OutputEncryptionKMSKeyId":{"shape":"KMSKeyId"},
|
388
398
|
"Settings":{"shape":"Settings"}
|
389
399
|
}
|
390
400
|
},
|
@@ -472,7 +482,8 @@
|
|
472
482
|
"Uri":{
|
473
483
|
"type":"string",
|
474
484
|
"max":2000,
|
475
|
-
"min":1
|
485
|
+
"min":1,
|
486
|
+
"pattern":"(s3://|http(s*)://).+"
|
476
487
|
},
|
477
488
|
"Vocabularies":{
|
478
489
|
"type":"list",
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
4
|
+
version: 2.11.360
|
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-09-
|
11
|
+
date: 2019-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|