aws-sdk-core 2.11.396 → 2.11.397

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -16,5 +16,4 @@
16
16
  "result_key": "Suggesters"
17
17
  }
18
18
  }
19
- }
20
-
19
+ }
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "DescribeDomains",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ },
10
+ {
11
+ "operationName": "DescribeIndexFields",
12
+ "input": {
13
+ "DomainName": "fakedomain"
14
+ },
15
+ "errorExpectedFromService": true
16
+ }
17
+ ]
18
+ }
@@ -0,0 +1,2263 @@
1
+ {
2
+ "metadata": {
3
+ "apiVersion": "2017-07-25",
4
+ "endpointPrefix": "dataexchange",
5
+ "signingName": "dataexchange",
6
+ "serviceFullName": "AWS Data Exchange",
7
+ "serviceId": "DataExchange",
8
+ "protocol": "rest-json",
9
+ "jsonVersion": "1.1",
10
+ "uid": "dataexchange-2017-07-25",
11
+ "signatureVersion": "v4"
12
+ },
13
+ "operations": {
14
+ "CancelJob": {
15
+ "name": "CancelJob",
16
+ "http": {
17
+ "method": "DELETE",
18
+ "requestUri": "/v1/jobs/{JobId}",
19
+ "responseCode": 204
20
+ },
21
+ "input": {
22
+ "shape": "CancelJobRequest"
23
+ },
24
+ "errors": [
25
+ {
26
+ "shape": "ResourceNotFoundException"
27
+ },
28
+ {
29
+ "shape": "ThrottlingException"
30
+ },
31
+ {
32
+ "shape": "ValidationException"
33
+ },
34
+ {
35
+ "shape": "InternalServerException"
36
+ },
37
+ {
38
+ "shape": "ConflictException"
39
+ }
40
+ ]
41
+ },
42
+ "CreateDataSet": {
43
+ "name": "CreateDataSet",
44
+ "http": {
45
+ "method": "POST",
46
+ "requestUri": "/v1/data-sets",
47
+ "responseCode": 201
48
+ },
49
+ "input": {
50
+ "shape": "CreateDataSetRequest"
51
+ },
52
+ "output": {
53
+ "shape": "CreateDataSetResponse"
54
+ },
55
+ "errors": [
56
+ {
57
+ "shape": "ThrottlingException"
58
+ },
59
+ {
60
+ "shape": "ValidationException"
61
+ },
62
+ {
63
+ "shape": "InternalServerException"
64
+ },
65
+ {
66
+ "shape": "ServiceLimitExceededException"
67
+ },
68
+ {
69
+ "shape": "AccessDeniedException"
70
+ }
71
+ ]
72
+ },
73
+ "CreateJob": {
74
+ "name": "CreateJob",
75
+ "http": {
76
+ "method": "POST",
77
+ "requestUri": "/v1/jobs",
78
+ "responseCode": 201
79
+ },
80
+ "input": {
81
+ "shape": "CreateJobRequest"
82
+ },
83
+ "output": {
84
+ "shape": "CreateJobResponse"
85
+ },
86
+ "errors": [
87
+ {
88
+ "shape": "ResourceNotFoundException"
89
+ },
90
+ {
91
+ "shape": "ThrottlingException"
92
+ },
93
+ {
94
+ "shape": "ValidationException"
95
+ },
96
+ {
97
+ "shape": "InternalServerException"
98
+ },
99
+ {
100
+ "shape": "AccessDeniedException"
101
+ }
102
+ ]
103
+ },
104
+ "CreateRevision": {
105
+ "name": "CreateRevision",
106
+ "http": {
107
+ "method": "POST",
108
+ "requestUri": "/v1/data-sets/{DataSetId}/revisions",
109
+ "responseCode": 201
110
+ },
111
+ "input": {
112
+ "shape": "CreateRevisionRequest"
113
+ },
114
+ "output": {
115
+ "shape": "CreateRevisionResponse"
116
+ },
117
+ "errors": [
118
+ {
119
+ "shape": "ResourceNotFoundException"
120
+ },
121
+ {
122
+ "shape": "ThrottlingException"
123
+ },
124
+ {
125
+ "shape": "ValidationException"
126
+ },
127
+ {
128
+ "shape": "InternalServerException"
129
+ },
130
+ {
131
+ "shape": "AccessDeniedException"
132
+ }
133
+ ]
134
+ },
135
+ "DeleteAsset": {
136
+ "name": "DeleteAsset",
137
+ "http": {
138
+ "method": "DELETE",
139
+ "requestUri": "/v1/data-sets/{DataSetId}/revisions/{RevisionId}/assets/{AssetId}",
140
+ "responseCode": 204
141
+ },
142
+ "input": {
143
+ "shape": "DeleteAssetRequest"
144
+ },
145
+ "errors": [
146
+ {
147
+ "shape": "ValidationException"
148
+ },
149
+ {
150
+ "shape": "InternalServerException"
151
+ },
152
+ {
153
+ "shape": "AccessDeniedException"
154
+ },
155
+ {
156
+ "shape": "ResourceNotFoundException"
157
+ },
158
+ {
159
+ "shape": "ThrottlingException"
160
+ },
161
+ {
162
+ "shape": "ConflictException"
163
+ }
164
+ ]
165
+ },
166
+ "DeleteDataSet": {
167
+ "name": "DeleteDataSet",
168
+ "http": {
169
+ "method": "DELETE",
170
+ "requestUri": "/v1/data-sets/{DataSetId}",
171
+ "responseCode": 204
172
+ },
173
+ "input": {
174
+ "shape": "DeleteDataSetRequest"
175
+ },
176
+ "errors": [
177
+ {
178
+ "shape": "ValidationException"
179
+ },
180
+ {
181
+ "shape": "InternalServerException"
182
+ },
183
+ {
184
+ "shape": "AccessDeniedException"
185
+ },
186
+ {
187
+ "shape": "ResourceNotFoundException"
188
+ },
189
+ {
190
+ "shape": "ThrottlingException"
191
+ },
192
+ {
193
+ "shape": "ConflictException"
194
+ }
195
+ ]
196
+ },
197
+ "DeleteRevision": {
198
+ "name": "DeleteRevision",
199
+ "http": {
200
+ "method": "DELETE",
201
+ "requestUri": "/v1/data-sets/{DataSetId}/revisions/{RevisionId}",
202
+ "responseCode": 204
203
+ },
204
+ "input": {
205
+ "shape": "DeleteRevisionRequest"
206
+ },
207
+ "errors": [
208
+ {
209
+ "shape": "ValidationException"
210
+ },
211
+ {
212
+ "shape": "InternalServerException"
213
+ },
214
+ {
215
+ "shape": "AccessDeniedException"
216
+ },
217
+ {
218
+ "shape": "ResourceNotFoundException"
219
+ },
220
+ {
221
+ "shape": "ThrottlingException"
222
+ },
223
+ {
224
+ "shape": "ConflictException"
225
+ }
226
+ ]
227
+ },
228
+ "GetAsset": {
229
+ "name": "GetAsset",
230
+ "http": {
231
+ "method": "GET",
232
+ "requestUri": "/v1/data-sets/{DataSetId}/revisions/{RevisionId}/assets/{AssetId}",
233
+ "responseCode": 200
234
+ },
235
+ "input": {
236
+ "shape": "GetAssetRequest"
237
+ },
238
+ "output": {
239
+ "shape": "GetAssetResponse"
240
+ },
241
+ "errors": [
242
+ {
243
+ "shape": "ResourceNotFoundException"
244
+ },
245
+ {
246
+ "shape": "ThrottlingException"
247
+ },
248
+ {
249
+ "shape": "ValidationException"
250
+ },
251
+ {
252
+ "shape": "InternalServerException"
253
+ }
254
+ ]
255
+ },
256
+ "GetDataSet": {
257
+ "name": "GetDataSet",
258
+ "http": {
259
+ "method": "GET",
260
+ "requestUri": "/v1/data-sets/{DataSetId}",
261
+ "responseCode": 200
262
+ },
263
+ "input": {
264
+ "shape": "GetDataSetRequest"
265
+ },
266
+ "output": {
267
+ "shape": "GetDataSetResponse"
268
+ },
269
+ "errors": [
270
+ {
271
+ "shape": "ResourceNotFoundException"
272
+ },
273
+ {
274
+ "shape": "ThrottlingException"
275
+ },
276
+ {
277
+ "shape": "ValidationException"
278
+ },
279
+ {
280
+ "shape": "InternalServerException"
281
+ }
282
+ ]
283
+ },
284
+ "GetJob": {
285
+ "name": "GetJob",
286
+ "http": {
287
+ "method": "GET",
288
+ "requestUri": "/v1/jobs/{JobId}",
289
+ "responseCode": 200
290
+ },
291
+ "input": {
292
+ "shape": "GetJobRequest"
293
+ },
294
+ "output": {
295
+ "shape": "GetJobResponse"
296
+ },
297
+ "errors": [
298
+ {
299
+ "shape": "ResourceNotFoundException"
300
+ },
301
+ {
302
+ "shape": "ThrottlingException"
303
+ },
304
+ {
305
+ "shape": "ValidationException"
306
+ },
307
+ {
308
+ "shape": "InternalServerException"
309
+ }
310
+ ]
311
+ },
312
+ "GetRevision": {
313
+ "name": "GetRevision",
314
+ "http": {
315
+ "method": "GET",
316
+ "requestUri": "/v1/data-sets/{DataSetId}/revisions/{RevisionId}",
317
+ "responseCode": 200
318
+ },
319
+ "input": {
320
+ "shape": "GetRevisionRequest"
321
+ },
322
+ "output": {
323
+ "shape": "GetRevisionResponse"
324
+ },
325
+ "errors": [
326
+ {
327
+ "shape": "ResourceNotFoundException"
328
+ },
329
+ {
330
+ "shape": "ThrottlingException"
331
+ },
332
+ {
333
+ "shape": "ValidationException"
334
+ },
335
+ {
336
+ "shape": "InternalServerException"
337
+ }
338
+ ]
339
+ },
340
+ "ListDataSetRevisions": {
341
+ "name": "ListDataSetRevisions",
342
+ "http": {
343
+ "method": "GET",
344
+ "requestUri": "/v1/data-sets/{DataSetId}/revisions",
345
+ "responseCode": 200
346
+ },
347
+ "input": {
348
+ "shape": "ListDataSetRevisionsRequest"
349
+ },
350
+ "output": {
351
+ "shape": "ListDataSetRevisionsResponse"
352
+ },
353
+ "errors": [
354
+ {
355
+ "shape": "ResourceNotFoundException"
356
+ },
357
+ {
358
+ "shape": "ThrottlingException"
359
+ },
360
+ {
361
+ "shape": "ValidationException"
362
+ },
363
+ {
364
+ "shape": "InternalServerException"
365
+ }
366
+ ]
367
+ },
368
+ "ListDataSets": {
369
+ "name": "ListDataSets",
370
+ "http": {
371
+ "method": "GET",
372
+ "requestUri": "/v1/data-sets",
373
+ "responseCode": 200
374
+ },
375
+ "input": {
376
+ "shape": "ListDataSetsRequest"
377
+ },
378
+ "output": {
379
+ "shape": "ListDataSetsResponse"
380
+ },
381
+ "errors": [
382
+ {
383
+ "shape": "ResourceNotFoundException"
384
+ },
385
+ {
386
+ "shape": "ThrottlingException"
387
+ },
388
+ {
389
+ "shape": "ValidationException"
390
+ },
391
+ {
392
+ "shape": "InternalServerException"
393
+ }
394
+ ]
395
+ },
396
+ "ListJobs": {
397
+ "name": "ListJobs",
398
+ "http": {
399
+ "method": "GET",
400
+ "requestUri": "/v1/jobs",
401
+ "responseCode": 200
402
+ },
403
+ "input": {
404
+ "shape": "ListJobsRequest"
405
+ },
406
+ "output": {
407
+ "shape": "ListJobsResponse"
408
+ },
409
+ "errors": [
410
+ {
411
+ "shape": "ResourceNotFoundException"
412
+ },
413
+ {
414
+ "shape": "ThrottlingException"
415
+ },
416
+ {
417
+ "shape": "ValidationException"
418
+ },
419
+ {
420
+ "shape": "InternalServerException"
421
+ }
422
+ ]
423
+ },
424
+ "ListRevisionAssets": {
425
+ "name": "ListRevisionAssets",
426
+ "http": {
427
+ "method": "GET",
428
+ "requestUri": "/v1/data-sets/{DataSetId}/revisions/{RevisionId}/assets",
429
+ "responseCode": 200
430
+ },
431
+ "input": {
432
+ "shape": "ListRevisionAssetsRequest"
433
+ },
434
+ "output": {
435
+ "shape": "ListRevisionAssetsResponse"
436
+ },
437
+ "errors": [
438
+ {
439
+ "shape": "ResourceNotFoundException"
440
+ },
441
+ {
442
+ "shape": "ThrottlingException"
443
+ },
444
+ {
445
+ "shape": "ValidationException"
446
+ },
447
+ {
448
+ "shape": "InternalServerException"
449
+ }
450
+ ]
451
+ },
452
+ "ListTagsForResource": {
453
+ "name": "ListTagsForResource",
454
+ "http": {
455
+ "method": "GET",
456
+ "requestUri": "/tags/{resource-arn}",
457
+ "responseCode": 200
458
+ },
459
+ "input": {
460
+ "shape": "ListTagsForResourceRequest"
461
+ },
462
+ "output": {
463
+ "shape": "ListTagsForResourceResponse"
464
+ },
465
+ "errors": []
466
+ },
467
+ "StartJob": {
468
+ "name": "StartJob",
469
+ "http": {
470
+ "method": "PATCH",
471
+ "requestUri": "/v1/jobs/{JobId}",
472
+ "responseCode": 202
473
+ },
474
+ "input": {
475
+ "shape": "StartJobRequest"
476
+ },
477
+ "output": {
478
+ "shape": "StartJobResponse"
479
+ },
480
+ "errors": [
481
+ {
482
+ "shape": "ValidationException"
483
+ },
484
+ {
485
+ "shape": "InternalServerException"
486
+ },
487
+ {
488
+ "shape": "AccessDeniedException"
489
+ },
490
+ {
491
+ "shape": "ResourceNotFoundException"
492
+ },
493
+ {
494
+ "shape": "ThrottlingException"
495
+ },
496
+ {
497
+ "shape": "ConflictException"
498
+ }
499
+ ]
500
+ },
501
+ "TagResource": {
502
+ "name": "TagResource",
503
+ "http": {
504
+ "method": "POST",
505
+ "requestUri": "/tags/{resource-arn}",
506
+ "responseCode": 204
507
+ },
508
+ "input": {
509
+ "shape": "TagResourceRequest"
510
+ },
511
+ "errors": []
512
+ },
513
+ "UntagResource": {
514
+ "name": "UntagResource",
515
+ "http": {
516
+ "method": "DELETE",
517
+ "requestUri": "/tags/{resource-arn}",
518
+ "responseCode": 204
519
+ },
520
+ "input": {
521
+ "shape": "UntagResourceRequest"
522
+ },
523
+ "errors": []
524
+ },
525
+ "UpdateAsset": {
526
+ "name": "UpdateAsset",
527
+ "http": {
528
+ "method": "PATCH",
529
+ "requestUri": "/v1/data-sets/{DataSetId}/revisions/{RevisionId}/assets/{AssetId}",
530
+ "responseCode": 200
531
+ },
532
+ "input": {
533
+ "shape": "UpdateAssetRequest"
534
+ },
535
+ "output": {
536
+ "shape": "UpdateAssetResponse"
537
+ },
538
+ "errors": [
539
+ {
540
+ "shape": "ValidationException"
541
+ },
542
+ {
543
+ "shape": "InternalServerException"
544
+ },
545
+ {
546
+ "shape": "AccessDeniedException"
547
+ },
548
+ {
549
+ "shape": "ResourceNotFoundException"
550
+ },
551
+ {
552
+ "shape": "ThrottlingException"
553
+ },
554
+ {
555
+ "shape": "ConflictException"
556
+ }
557
+ ]
558
+ },
559
+ "UpdateDataSet": {
560
+ "name": "UpdateDataSet",
561
+ "http": {
562
+ "method": "PATCH",
563
+ "requestUri": "/v1/data-sets/{DataSetId}",
564
+ "responseCode": 200
565
+ },
566
+ "input": {
567
+ "shape": "UpdateDataSetRequest"
568
+ },
569
+ "output": {
570
+ "shape": "UpdateDataSetResponse"
571
+ },
572
+ "errors": [
573
+ {
574
+ "shape": "ResourceNotFoundException"
575
+ },
576
+ {
577
+ "shape": "ThrottlingException"
578
+ },
579
+ {
580
+ "shape": "ValidationException"
581
+ },
582
+ {
583
+ "shape": "InternalServerException"
584
+ },
585
+ {
586
+ "shape": "AccessDeniedException"
587
+ }
588
+ ]
589
+ },
590
+ "UpdateRevision": {
591
+ "name": "UpdateRevision",
592
+ "http": {
593
+ "method": "PATCH",
594
+ "requestUri": "/v1/data-sets/{DataSetId}/revisions/{RevisionId}",
595
+ "responseCode": 200
596
+ },
597
+ "input": {
598
+ "shape": "UpdateRevisionRequest"
599
+ },
600
+ "output": {
601
+ "shape": "UpdateRevisionResponse"
602
+ },
603
+ "errors": [
604
+ {
605
+ "shape": "ValidationException"
606
+ },
607
+ {
608
+ "shape": "InternalServerException"
609
+ },
610
+ {
611
+ "shape": "AccessDeniedException"
612
+ },
613
+ {
614
+ "shape": "ResourceNotFoundException"
615
+ },
616
+ {
617
+ "shape": "ThrottlingException"
618
+ },
619
+ {
620
+ "shape": "ConflictException"
621
+ }
622
+ ]
623
+ }
624
+ },
625
+ "shapes": {
626
+ "AccessDeniedException": {
627
+ "type": "structure",
628
+ "members": {
629
+ "Message": {
630
+ "shape": "__string"
631
+ }
632
+ },
633
+ "required": [
634
+ "Message"
635
+ ],
636
+ "exception": true,
637
+ "error": {
638
+ "httpStatusCode": 403
639
+ }
640
+ },
641
+ "Arn": {
642
+ "type": "string"
643
+ },
644
+ "AssetDestinationEntry": {
645
+ "type": "structure",
646
+ "members": {
647
+ "AssetId": {
648
+ "shape": "Id"
649
+ },
650
+ "Bucket": {
651
+ "shape": "__string"
652
+ },
653
+ "Key": {
654
+ "shape": "__string"
655
+ }
656
+ },
657
+ "required": [
658
+ "Bucket",
659
+ "AssetId"
660
+ ]
661
+ },
662
+ "AssetDetails": {
663
+ "type": "structure",
664
+ "members": {
665
+ "S3SnapshotAsset": {
666
+ "shape": "S3SnapshotAsset"
667
+ }
668
+ }
669
+ },
670
+ "AssetEntry": {
671
+ "type": "structure",
672
+ "members": {
673
+ "Arn": {
674
+ "shape": "Arn"
675
+ },
676
+ "AssetDetails": {
677
+ "shape": "AssetDetails"
678
+ },
679
+ "AssetType": {
680
+ "shape": "AssetType"
681
+ },
682
+ "CreatedAt": {
683
+ "shape": "Timestamp"
684
+ },
685
+ "DataSetId": {
686
+ "shape": "Id"
687
+ },
688
+ "Id": {
689
+ "shape": "Id"
690
+ },
691
+ "Name": {
692
+ "shape": "AssetName"
693
+ },
694
+ "RevisionId": {
695
+ "shape": "Id"
696
+ },
697
+ "SourceId": {
698
+ "shape": "Id"
699
+ },
700
+ "UpdatedAt": {
701
+ "shape": "Timestamp"
702
+ }
703
+ },
704
+ "required": [
705
+ "AssetType",
706
+ "CreatedAt",
707
+ "DataSetId",
708
+ "Id",
709
+ "Arn",
710
+ "AssetDetails",
711
+ "UpdatedAt",
712
+ "RevisionId",
713
+ "Name"
714
+ ]
715
+ },
716
+ "AssetName": {
717
+ "type": "string"
718
+ },
719
+ "AssetSourceEntry": {
720
+ "type": "structure",
721
+ "members": {
722
+ "Bucket": {
723
+ "shape": "__string"
724
+ },
725
+ "Key": {
726
+ "shape": "__string"
727
+ }
728
+ },
729
+ "required": [
730
+ "Bucket",
731
+ "Key"
732
+ ]
733
+ },
734
+ "AssetType": {
735
+ "type": "string",
736
+ "enum": [
737
+ "S3_SNAPSHOT"
738
+ ]
739
+ },
740
+ "CancelJobRequest": {
741
+ "type": "structure",
742
+ "members": {
743
+ "JobId": {
744
+ "shape": "__string",
745
+ "location": "uri",
746
+ "locationName": "JobId"
747
+ }
748
+ },
749
+ "required": [
750
+ "JobId"
751
+ ]
752
+ },
753
+ "Code": {
754
+ "type": "string",
755
+ "enum": [
756
+ "ACCESS_DENIED_EXCEPTION",
757
+ "INTERNAL_SERVER_EXCEPTION",
758
+ "MALWARE_DETECTED",
759
+ "RESOURCE_NOT_FOUND_EXCEPTION",
760
+ "SERVICE_QUOTA_EXCEEDED_EXCEPTION",
761
+ "VALIDATION_EXCEPTION",
762
+ "MALWARE_SCAN_ENCRYPTED_FILE"
763
+ ]
764
+ },
765
+ "ConflictException": {
766
+ "type": "structure",
767
+ "members": {
768
+ "Message": {
769
+ "shape": "__string"
770
+ },
771
+ "ResourceId": {
772
+ "shape": "__string"
773
+ },
774
+ "ResourceType": {
775
+ "shape": "ResourceType"
776
+ }
777
+ },
778
+ "required": [
779
+ "Message"
780
+ ],
781
+ "exception": true,
782
+ "error": {
783
+ "httpStatusCode": 409
784
+ }
785
+ },
786
+ "CreateDataSetRequest": {
787
+ "type": "structure",
788
+ "members": {
789
+ "AssetType": {
790
+ "shape": "AssetType"
791
+ },
792
+ "Description": {
793
+ "shape": "Description"
794
+ },
795
+ "Name": {
796
+ "shape": "Name"
797
+ },
798
+ "Tags": {
799
+ "shape": "MapOf__string"
800
+ }
801
+ },
802
+ "required": [
803
+ "AssetType",
804
+ "Description",
805
+ "Name"
806
+ ]
807
+ },
808
+ "CreateDataSetResponse": {
809
+ "type": "structure",
810
+ "members": {
811
+ "Arn": {
812
+ "shape": "Arn"
813
+ },
814
+ "AssetType": {
815
+ "shape": "AssetType"
816
+ },
817
+ "CreatedAt": {
818
+ "shape": "Timestamp"
819
+ },
820
+ "Description": {
821
+ "shape": "Description"
822
+ },
823
+ "Id": {
824
+ "shape": "Id"
825
+ },
826
+ "Name": {
827
+ "shape": "Name"
828
+ },
829
+ "Origin": {
830
+ "shape": "Origin"
831
+ },
832
+ "OriginDetails": {
833
+ "shape": "OriginDetails"
834
+ },
835
+ "SourceId": {
836
+ "shape": "Id"
837
+ },
838
+ "Tags": {
839
+ "shape": "MapOf__string"
840
+ },
841
+ "UpdatedAt": {
842
+ "shape": "Timestamp"
843
+ }
844
+ }
845
+ },
846
+ "CreateJobRequest": {
847
+ "type": "structure",
848
+ "members": {
849
+ "Details": {
850
+ "shape": "RequestDetails"
851
+ },
852
+ "Type": {
853
+ "shape": "Type"
854
+ }
855
+ },
856
+ "required": [
857
+ "Type",
858
+ "Details"
859
+ ]
860
+ },
861
+ "CreateJobResponse": {
862
+ "type": "structure",
863
+ "members": {
864
+ "Arn": {
865
+ "shape": "Arn"
866
+ },
867
+ "CreatedAt": {
868
+ "shape": "Timestamp"
869
+ },
870
+ "Details": {
871
+ "shape": "ResponseDetails"
872
+ },
873
+ "Errors": {
874
+ "shape": "ListOfJobError"
875
+ },
876
+ "Id": {
877
+ "shape": "Id"
878
+ },
879
+ "State": {
880
+ "shape": "State"
881
+ },
882
+ "Type": {
883
+ "shape": "Type"
884
+ },
885
+ "UpdatedAt": {
886
+ "shape": "Timestamp"
887
+ }
888
+ }
889
+ },
890
+ "CreateRevisionRequest": {
891
+ "type": "structure",
892
+ "members": {
893
+ "Comment": {
894
+ "shape": "__stringMin0Max16384"
895
+ },
896
+ "DataSetId": {
897
+ "shape": "__string",
898
+ "location": "uri",
899
+ "locationName": "DataSetId"
900
+ },
901
+ "Tags": {
902
+ "shape": "MapOf__string"
903
+ }
904
+ },
905
+ "required": [
906
+ "DataSetId"
907
+ ]
908
+ },
909
+ "CreateRevisionResponse": {
910
+ "type": "structure",
911
+ "members": {
912
+ "Arn": {
913
+ "shape": "Arn"
914
+ },
915
+ "Comment": {
916
+ "shape": "__stringMin0Max16384"
917
+ },
918
+ "CreatedAt": {
919
+ "shape": "Timestamp"
920
+ },
921
+ "DataSetId": {
922
+ "shape": "Id"
923
+ },
924
+ "Finalized": {
925
+ "shape": "__boolean"
926
+ },
927
+ "Id": {
928
+ "shape": "Id"
929
+ },
930
+ "SourceId": {
931
+ "shape": "Id"
932
+ },
933
+ "Tags": {
934
+ "shape": "MapOf__string"
935
+ },
936
+ "UpdatedAt": {
937
+ "shape": "Timestamp"
938
+ }
939
+ }
940
+ },
941
+ "DataSetEntry": {
942
+ "type": "structure",
943
+ "members": {
944
+ "Arn": {
945
+ "shape": "Arn"
946
+ },
947
+ "AssetType": {
948
+ "shape": "AssetType"
949
+ },
950
+ "CreatedAt": {
951
+ "shape": "Timestamp"
952
+ },
953
+ "Description": {
954
+ "shape": "Description"
955
+ },
956
+ "Id": {
957
+ "shape": "Id"
958
+ },
959
+ "Name": {
960
+ "shape": "Name"
961
+ },
962
+ "Origin": {
963
+ "shape": "Origin"
964
+ },
965
+ "OriginDetails": {
966
+ "shape": "OriginDetails"
967
+ },
968
+ "SourceId": {
969
+ "shape": "Id"
970
+ },
971
+ "UpdatedAt": {
972
+ "shape": "Timestamp"
973
+ }
974
+ },
975
+ "required": [
976
+ "Origin",
977
+ "AssetType",
978
+ "Description",
979
+ "CreatedAt",
980
+ "Id",
981
+ "Arn",
982
+ "UpdatedAt",
983
+ "Name"
984
+ ]
985
+ },
986
+ "DeleteAssetRequest": {
987
+ "type": "structure",
988
+ "members": {
989
+ "AssetId": {
990
+ "shape": "__string",
991
+ "location": "uri",
992
+ "locationName": "AssetId"
993
+ },
994
+ "DataSetId": {
995
+ "shape": "__string",
996
+ "location": "uri",
997
+ "locationName": "DataSetId"
998
+ },
999
+ "RevisionId": {
1000
+ "shape": "__string",
1001
+ "location": "uri",
1002
+ "locationName": "RevisionId"
1003
+ }
1004
+ },
1005
+ "required": [
1006
+ "RevisionId",
1007
+ "AssetId",
1008
+ "DataSetId"
1009
+ ]
1010
+ },
1011
+ "DeleteDataSetRequest": {
1012
+ "type": "structure",
1013
+ "members": {
1014
+ "DataSetId": {
1015
+ "shape": "__string",
1016
+ "location": "uri",
1017
+ "locationName": "DataSetId"
1018
+ }
1019
+ },
1020
+ "required": [
1021
+ "DataSetId"
1022
+ ]
1023
+ },
1024
+ "DeleteRevisionRequest": {
1025
+ "type": "structure",
1026
+ "members": {
1027
+ "DataSetId": {
1028
+ "shape": "__string",
1029
+ "location": "uri",
1030
+ "locationName": "DataSetId"
1031
+ },
1032
+ "RevisionId": {
1033
+ "shape": "__string",
1034
+ "location": "uri",
1035
+ "locationName": "RevisionId"
1036
+ }
1037
+ },
1038
+ "required": [
1039
+ "RevisionId",
1040
+ "DataSetId"
1041
+ ]
1042
+ },
1043
+ "Description": {
1044
+ "type": "string"
1045
+ },
1046
+ "Details": {
1047
+ "type": "structure",
1048
+ "members": {
1049
+ "ImportAssetFromSignedUrlJobErrorDetails": {
1050
+ "shape": "ImportAssetFromSignedUrlJobErrorDetails"
1051
+ },
1052
+ "ImportAssetsFromS3JobErrorDetails": {
1053
+ "shape": "ListOfAssetSourceEntry"
1054
+ }
1055
+ }
1056
+ },
1057
+ "ExportAssetToSignedUrlRequestDetails": {
1058
+ "type": "structure",
1059
+ "members": {
1060
+ "AssetId": {
1061
+ "shape": "Id"
1062
+ },
1063
+ "DataSetId": {
1064
+ "shape": "Id"
1065
+ },
1066
+ "RevisionId": {
1067
+ "shape": "Id"
1068
+ }
1069
+ },
1070
+ "required": [
1071
+ "DataSetId",
1072
+ "AssetId",
1073
+ "RevisionId"
1074
+ ]
1075
+ },
1076
+ "ExportAssetToSignedUrlResponseDetails": {
1077
+ "type": "structure",
1078
+ "members": {
1079
+ "AssetId": {
1080
+ "shape": "Id"
1081
+ },
1082
+ "DataSetId": {
1083
+ "shape": "Id"
1084
+ },
1085
+ "RevisionId": {
1086
+ "shape": "Id"
1087
+ },
1088
+ "SignedUrl": {
1089
+ "shape": "__string"
1090
+ },
1091
+ "SignedUrlExpiresAt": {
1092
+ "shape": "Timestamp"
1093
+ }
1094
+ },
1095
+ "required": [
1096
+ "DataSetId",
1097
+ "AssetId",
1098
+ "RevisionId"
1099
+ ]
1100
+ },
1101
+ "ExportAssetsToS3RequestDetails": {
1102
+ "type": "structure",
1103
+ "members": {
1104
+ "AssetDestinations": {
1105
+ "shape": "ListOfAssetDestinationEntry"
1106
+ },
1107
+ "DataSetId": {
1108
+ "shape": "Id"
1109
+ },
1110
+ "RevisionId": {
1111
+ "shape": "Id"
1112
+ }
1113
+ },
1114
+ "required": [
1115
+ "AssetDestinations",
1116
+ "DataSetId",
1117
+ "RevisionId"
1118
+ ]
1119
+ },
1120
+ "ExportAssetsToS3ResponseDetails": {
1121
+ "type": "structure",
1122
+ "members": {
1123
+ "AssetDestinations": {
1124
+ "shape": "ListOfAssetDestinationEntry"
1125
+ },
1126
+ "DataSetId": {
1127
+ "shape": "Id"
1128
+ },
1129
+ "RevisionId": {
1130
+ "shape": "Id"
1131
+ }
1132
+ },
1133
+ "required": [
1134
+ "AssetDestinations",
1135
+ "DataSetId",
1136
+ "RevisionId"
1137
+ ]
1138
+ },
1139
+ "GetAssetRequest": {
1140
+ "type": "structure",
1141
+ "members": {
1142
+ "AssetId": {
1143
+ "shape": "__string",
1144
+ "location": "uri",
1145
+ "locationName": "AssetId"
1146
+ },
1147
+ "DataSetId": {
1148
+ "shape": "__string",
1149
+ "location": "uri",
1150
+ "locationName": "DataSetId"
1151
+ },
1152
+ "RevisionId": {
1153
+ "shape": "__string",
1154
+ "location": "uri",
1155
+ "locationName": "RevisionId"
1156
+ }
1157
+ },
1158
+ "required": [
1159
+ "RevisionId",
1160
+ "AssetId",
1161
+ "DataSetId"
1162
+ ]
1163
+ },
1164
+ "GetAssetResponse": {
1165
+ "type": "structure",
1166
+ "members": {
1167
+ "Arn": {
1168
+ "shape": "Arn"
1169
+ },
1170
+ "AssetDetails": {
1171
+ "shape": "AssetDetails"
1172
+ },
1173
+ "AssetType": {
1174
+ "shape": "AssetType"
1175
+ },
1176
+ "CreatedAt": {
1177
+ "shape": "Timestamp"
1178
+ },
1179
+ "DataSetId": {
1180
+ "shape": "Id"
1181
+ },
1182
+ "Id": {
1183
+ "shape": "Id"
1184
+ },
1185
+ "Name": {
1186
+ "shape": "AssetName"
1187
+ },
1188
+ "RevisionId": {
1189
+ "shape": "Id"
1190
+ },
1191
+ "SourceId": {
1192
+ "shape": "Id"
1193
+ },
1194
+ "UpdatedAt": {
1195
+ "shape": "Timestamp"
1196
+ }
1197
+ }
1198
+ },
1199
+ "GetDataSetRequest": {
1200
+ "type": "structure",
1201
+ "members": {
1202
+ "DataSetId": {
1203
+ "shape": "__string",
1204
+ "location": "uri",
1205
+ "locationName": "DataSetId"
1206
+ }
1207
+ },
1208
+ "required": [
1209
+ "DataSetId"
1210
+ ]
1211
+ },
1212
+ "GetDataSetResponse": {
1213
+ "type": "structure",
1214
+ "members": {
1215
+ "Arn": {
1216
+ "shape": "Arn"
1217
+ },
1218
+ "AssetType": {
1219
+ "shape": "AssetType"
1220
+ },
1221
+ "CreatedAt": {
1222
+ "shape": "Timestamp"
1223
+ },
1224
+ "Description": {
1225
+ "shape": "Description"
1226
+ },
1227
+ "Id": {
1228
+ "shape": "Id"
1229
+ },
1230
+ "Name": {
1231
+ "shape": "Name"
1232
+ },
1233
+ "Origin": {
1234
+ "shape": "Origin"
1235
+ },
1236
+ "OriginDetails": {
1237
+ "shape": "OriginDetails"
1238
+ },
1239
+ "SourceId": {
1240
+ "shape": "Id"
1241
+ },
1242
+ "Tags": {
1243
+ "shape": "MapOf__string"
1244
+ },
1245
+ "UpdatedAt": {
1246
+ "shape": "Timestamp"
1247
+ }
1248
+ }
1249
+ },
1250
+ "GetJobRequest": {
1251
+ "type": "structure",
1252
+ "members": {
1253
+ "JobId": {
1254
+ "shape": "__string",
1255
+ "location": "uri",
1256
+ "locationName": "JobId"
1257
+ }
1258
+ },
1259
+ "required": [
1260
+ "JobId"
1261
+ ]
1262
+ },
1263
+ "GetJobResponse": {
1264
+ "type": "structure",
1265
+ "members": {
1266
+ "Arn": {
1267
+ "shape": "Arn"
1268
+ },
1269
+ "CreatedAt": {
1270
+ "shape": "Timestamp"
1271
+ },
1272
+ "Details": {
1273
+ "shape": "ResponseDetails"
1274
+ },
1275
+ "Errors": {
1276
+ "shape": "ListOfJobError"
1277
+ },
1278
+ "Id": {
1279
+ "shape": "Id"
1280
+ },
1281
+ "State": {
1282
+ "shape": "State"
1283
+ },
1284
+ "Type": {
1285
+ "shape": "Type"
1286
+ },
1287
+ "UpdatedAt": {
1288
+ "shape": "Timestamp"
1289
+ }
1290
+ }
1291
+ },
1292
+ "GetRevisionRequest": {
1293
+ "type": "structure",
1294
+ "members": {
1295
+ "DataSetId": {
1296
+ "shape": "__string",
1297
+ "location": "uri",
1298
+ "locationName": "DataSetId"
1299
+ },
1300
+ "RevisionId": {
1301
+ "shape": "__string",
1302
+ "location": "uri",
1303
+ "locationName": "RevisionId"
1304
+ }
1305
+ },
1306
+ "required": [
1307
+ "RevisionId",
1308
+ "DataSetId"
1309
+ ]
1310
+ },
1311
+ "GetRevisionResponse": {
1312
+ "type": "structure",
1313
+ "members": {
1314
+ "Arn": {
1315
+ "shape": "Arn"
1316
+ },
1317
+ "Comment": {
1318
+ "shape": "__stringMin0Max16384"
1319
+ },
1320
+ "CreatedAt": {
1321
+ "shape": "Timestamp"
1322
+ },
1323
+ "DataSetId": {
1324
+ "shape": "Id"
1325
+ },
1326
+ "Finalized": {
1327
+ "shape": "__boolean"
1328
+ },
1329
+ "Id": {
1330
+ "shape": "Id"
1331
+ },
1332
+ "SourceId": {
1333
+ "shape": "Id"
1334
+ },
1335
+ "Tags": {
1336
+ "shape": "MapOf__string"
1337
+ },
1338
+ "UpdatedAt": {
1339
+ "shape": "Timestamp"
1340
+ }
1341
+ }
1342
+ },
1343
+ "Id": {
1344
+ "type": "string"
1345
+ },
1346
+ "ImportAssetFromSignedUrlJobErrorDetails": {
1347
+ "type": "structure",
1348
+ "members": {
1349
+ "AssetName": {
1350
+ "shape": "AssetName"
1351
+ }
1352
+ },
1353
+ "required": [
1354
+ "AssetName"
1355
+ ]
1356
+ },
1357
+ "ImportAssetFromSignedUrlRequestDetails": {
1358
+ "type": "structure",
1359
+ "members": {
1360
+ "AssetName": {
1361
+ "shape": "AssetName"
1362
+ },
1363
+ "DataSetId": {
1364
+ "shape": "Id"
1365
+ },
1366
+ "Md5Hash": {
1367
+ "shape": "__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093"
1368
+ },
1369
+ "RevisionId": {
1370
+ "shape": "Id"
1371
+ }
1372
+ },
1373
+ "required": [
1374
+ "DataSetId",
1375
+ "Md5Hash",
1376
+ "RevisionId",
1377
+ "AssetName"
1378
+ ]
1379
+ },
1380
+ "ImportAssetFromSignedUrlResponseDetails": {
1381
+ "type": "structure",
1382
+ "members": {
1383
+ "AssetName": {
1384
+ "shape": "AssetName"
1385
+ },
1386
+ "DataSetId": {
1387
+ "shape": "Id"
1388
+ },
1389
+ "Md5Hash": {
1390
+ "shape": "__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093"
1391
+ },
1392
+ "RevisionId": {
1393
+ "shape": "Id"
1394
+ },
1395
+ "SignedUrl": {
1396
+ "shape": "__string"
1397
+ },
1398
+ "SignedUrlExpiresAt": {
1399
+ "shape": "Timestamp"
1400
+ }
1401
+ },
1402
+ "required": [
1403
+ "DataSetId",
1404
+ "AssetName",
1405
+ "RevisionId"
1406
+ ]
1407
+ },
1408
+ "ImportAssetsFromS3RequestDetails": {
1409
+ "type": "structure",
1410
+ "members": {
1411
+ "AssetSources": {
1412
+ "shape": "ListOfAssetSourceEntry"
1413
+ },
1414
+ "DataSetId": {
1415
+ "shape": "Id"
1416
+ },
1417
+ "RevisionId": {
1418
+ "shape": "Id"
1419
+ }
1420
+ },
1421
+ "required": [
1422
+ "DataSetId",
1423
+ "AssetSources",
1424
+ "RevisionId"
1425
+ ]
1426
+ },
1427
+ "ImportAssetsFromS3ResponseDetails": {
1428
+ "type": "structure",
1429
+ "members": {
1430
+ "AssetSources": {
1431
+ "shape": "ListOfAssetSourceEntry"
1432
+ },
1433
+ "DataSetId": {
1434
+ "shape": "Id"
1435
+ },
1436
+ "RevisionId": {
1437
+ "shape": "Id"
1438
+ }
1439
+ },
1440
+ "required": [
1441
+ "DataSetId",
1442
+ "AssetSources",
1443
+ "RevisionId"
1444
+ ]
1445
+ },
1446
+ "InternalServerException": {
1447
+ "type": "structure",
1448
+ "members": {
1449
+ "Message": {
1450
+ "shape": "__string"
1451
+ }
1452
+ },
1453
+ "required": [
1454
+ "Message"
1455
+ ],
1456
+ "exception": true,
1457
+ "error": {
1458
+ "httpStatusCode": 500
1459
+ }
1460
+ },
1461
+ "JobEntry": {
1462
+ "type": "structure",
1463
+ "members": {
1464
+ "Arn": {
1465
+ "shape": "Arn"
1466
+ },
1467
+ "CreatedAt": {
1468
+ "shape": "Timestamp"
1469
+ },
1470
+ "Details": {
1471
+ "shape": "ResponseDetails"
1472
+ },
1473
+ "Errors": {
1474
+ "shape": "ListOfJobError"
1475
+ },
1476
+ "Id": {
1477
+ "shape": "Id"
1478
+ },
1479
+ "State": {
1480
+ "shape": "State"
1481
+ },
1482
+ "Type": {
1483
+ "shape": "Type"
1484
+ },
1485
+ "UpdatedAt": {
1486
+ "shape": "Timestamp"
1487
+ }
1488
+ },
1489
+ "required": [
1490
+ "Type",
1491
+ "Details",
1492
+ "State",
1493
+ "CreatedAt",
1494
+ "Id",
1495
+ "Arn",
1496
+ "UpdatedAt"
1497
+ ]
1498
+ },
1499
+ "JobError": {
1500
+ "type": "structure",
1501
+ "members": {
1502
+ "Code": {
1503
+ "shape": "Code"
1504
+ },
1505
+ "Details": {
1506
+ "shape": "Details"
1507
+ },
1508
+ "LimitName": {
1509
+ "shape": "JobErrorLimitName"
1510
+ },
1511
+ "LimitValue": {
1512
+ "shape": "__double"
1513
+ },
1514
+ "Message": {
1515
+ "shape": "__string"
1516
+ },
1517
+ "ResourceId": {
1518
+ "shape": "__string"
1519
+ },
1520
+ "ResourceType": {
1521
+ "shape": "JobErrorResourceTypes"
1522
+ }
1523
+ },
1524
+ "required": [
1525
+ "Message",
1526
+ "Code"
1527
+ ]
1528
+ },
1529
+ "JobErrorLimitName": {
1530
+ "type": "string",
1531
+ "enum": [
1532
+ "Assets per revision",
1533
+ "Asset size in GB"
1534
+ ]
1535
+ },
1536
+ "JobErrorResourceTypes": {
1537
+ "type": "string",
1538
+ "enum": [
1539
+ "REVISION",
1540
+ "ASSET"
1541
+ ]
1542
+ },
1543
+ "LimitName": {
1544
+ "type": "string",
1545
+ "enum": [
1546
+ "Products per account",
1547
+ "Data sets per account",
1548
+ "Data sets per product",
1549
+ "Revisions per data set",
1550
+ "Assets per revision",
1551
+ "Assets per import job from Amazon S3",
1552
+ "Asset per export job from Amazon S3",
1553
+ "Asset size in GB",
1554
+ "Concurrent in progress jobs to import assets from Amazon S3",
1555
+ "Concurrent in progress jobs to import assets from a signed URL",
1556
+ "Concurrent in progress jobs to export assets to Amazon S3",
1557
+ "Concurrent in progress jobs to export assets to a signed URL"
1558
+ ]
1559
+ },
1560
+ "ListDataSetRevisionsRequest": {
1561
+ "type": "structure",
1562
+ "members": {
1563
+ "DataSetId": {
1564
+ "shape": "__string",
1565
+ "location": "uri",
1566
+ "locationName": "DataSetId"
1567
+ },
1568
+ "MaxResults": {
1569
+ "shape": "MaxResults",
1570
+ "location": "querystring",
1571
+ "locationName": "maxResults"
1572
+ },
1573
+ "NextToken": {
1574
+ "shape": "__string",
1575
+ "location": "querystring",
1576
+ "locationName": "nextToken"
1577
+ }
1578
+ },
1579
+ "required": [
1580
+ "DataSetId"
1581
+ ]
1582
+ },
1583
+ "ListDataSetRevisionsResponse": {
1584
+ "type": "structure",
1585
+ "members": {
1586
+ "NextToken": {
1587
+ "shape": "NextToken"
1588
+ },
1589
+ "Revisions": {
1590
+ "shape": "ListOfRevisionEntry"
1591
+ }
1592
+ }
1593
+ },
1594
+ "ListDataSetsRequest": {
1595
+ "type": "structure",
1596
+ "members": {
1597
+ "MaxResults": {
1598
+ "shape": "MaxResults",
1599
+ "location": "querystring",
1600
+ "locationName": "maxResults"
1601
+ },
1602
+ "NextToken": {
1603
+ "shape": "__string",
1604
+ "location": "querystring",
1605
+ "locationName": "nextToken"
1606
+ },
1607
+ "Origin": {
1608
+ "shape": "__string",
1609
+ "location": "querystring",
1610
+ "locationName": "origin"
1611
+ }
1612
+ }
1613
+ },
1614
+ "ListDataSetsResponse": {
1615
+ "type": "structure",
1616
+ "members": {
1617
+ "DataSets": {
1618
+ "shape": "ListOfDataSetEntry"
1619
+ },
1620
+ "NextToken": {
1621
+ "shape": "NextToken"
1622
+ }
1623
+ }
1624
+ },
1625
+ "ListJobsRequest": {
1626
+ "type": "structure",
1627
+ "members": {
1628
+ "DataSetId": {
1629
+ "shape": "__string",
1630
+ "location": "querystring",
1631
+ "locationName": "dataSetId"
1632
+ },
1633
+ "MaxResults": {
1634
+ "shape": "MaxResults",
1635
+ "location": "querystring",
1636
+ "locationName": "maxResults"
1637
+ },
1638
+ "NextToken": {
1639
+ "shape": "__string",
1640
+ "location": "querystring",
1641
+ "locationName": "nextToken"
1642
+ },
1643
+ "RevisionId": {
1644
+ "shape": "__string",
1645
+ "location": "querystring",
1646
+ "locationName": "revisionId"
1647
+ }
1648
+ }
1649
+ },
1650
+ "ListJobsResponse": {
1651
+ "type": "structure",
1652
+ "members": {
1653
+ "Jobs": {
1654
+ "shape": "ListOfJobEntry"
1655
+ },
1656
+ "NextToken": {
1657
+ "shape": "NextToken"
1658
+ }
1659
+ }
1660
+ },
1661
+ "ListOfAssetDestinationEntry": {
1662
+ "type": "list",
1663
+ "member": {
1664
+ "shape": "AssetDestinationEntry"
1665
+ }
1666
+ },
1667
+ "ListOfAssetSourceEntry": {
1668
+ "type": "list",
1669
+ "member": {
1670
+ "shape": "AssetSourceEntry"
1671
+ }
1672
+ },
1673
+ "ListRevisionAssetsRequest": {
1674
+ "type": "structure",
1675
+ "members": {
1676
+ "DataSetId": {
1677
+ "shape": "__string",
1678
+ "location": "uri",
1679
+ "locationName": "DataSetId"
1680
+ },
1681
+ "MaxResults": {
1682
+ "shape": "MaxResults",
1683
+ "location": "querystring",
1684
+ "locationName": "maxResults"
1685
+ },
1686
+ "NextToken": {
1687
+ "shape": "__string",
1688
+ "location": "querystring",
1689
+ "locationName": "nextToken"
1690
+ },
1691
+ "RevisionId": {
1692
+ "shape": "__string",
1693
+ "location": "uri",
1694
+ "locationName": "RevisionId"
1695
+ }
1696
+ },
1697
+ "required": [
1698
+ "RevisionId",
1699
+ "DataSetId"
1700
+ ]
1701
+ },
1702
+ "ListRevisionAssetsResponse": {
1703
+ "type": "structure",
1704
+ "members": {
1705
+ "Assets": {
1706
+ "shape": "ListOfAssetEntry"
1707
+ },
1708
+ "NextToken": {
1709
+ "shape": "NextToken"
1710
+ }
1711
+ }
1712
+ },
1713
+ "ListTagsForResourceRequest": {
1714
+ "type": "structure",
1715
+ "members": {
1716
+ "ResourceArn": {
1717
+ "shape": "__string",
1718
+ "location": "uri",
1719
+ "locationName": "resource-arn"
1720
+ }
1721
+ },
1722
+ "required": [
1723
+ "ResourceArn"
1724
+ ]
1725
+ },
1726
+ "ListTagsForResourceResponse": {
1727
+ "type": "structure",
1728
+ "members": {
1729
+ "Tags": {
1730
+ "shape": "MapOf__string",
1731
+ "locationName": "tags"
1732
+ }
1733
+ }
1734
+ },
1735
+ "MaxResults": {
1736
+ "type": "integer",
1737
+ "min": 1,
1738
+ "max": 25
1739
+ },
1740
+ "Name": {
1741
+ "type": "string"
1742
+ },
1743
+ "NextToken": {
1744
+ "type": "string"
1745
+ },
1746
+ "Origin": {
1747
+ "type": "string",
1748
+ "enum": [
1749
+ "OWNED",
1750
+ "ENTITLED"
1751
+ ]
1752
+ },
1753
+ "OriginDetails": {
1754
+ "type": "structure",
1755
+ "members": {
1756
+ "ProductId": {
1757
+ "shape": "__string"
1758
+ }
1759
+ },
1760
+ "required": [
1761
+ "ProductId"
1762
+ ]
1763
+ },
1764
+ "RequestDetails": {
1765
+ "type": "structure",
1766
+ "members": {
1767
+ "ExportAssetToSignedUrl": {
1768
+ "shape": "ExportAssetToSignedUrlRequestDetails"
1769
+ },
1770
+ "ExportAssetsToS3": {
1771
+ "shape": "ExportAssetsToS3RequestDetails"
1772
+ },
1773
+ "ImportAssetFromSignedUrl": {
1774
+ "shape": "ImportAssetFromSignedUrlRequestDetails"
1775
+ },
1776
+ "ImportAssetsFromS3": {
1777
+ "shape": "ImportAssetsFromS3RequestDetails"
1778
+ }
1779
+ }
1780
+ },
1781
+ "ResourceNotFoundException": {
1782
+ "type": "structure",
1783
+ "members": {
1784
+ "Message": {
1785
+ "shape": "__string"
1786
+ },
1787
+ "ResourceId": {
1788
+ "shape": "__string"
1789
+ },
1790
+ "ResourceType": {
1791
+ "shape": "ResourceType"
1792
+ }
1793
+ },
1794
+ "required": [
1795
+ "Message"
1796
+ ],
1797
+ "exception": true,
1798
+ "error": {
1799
+ "httpStatusCode": 404
1800
+ }
1801
+ },
1802
+ "ResourceType": {
1803
+ "type": "string",
1804
+ "enum": [
1805
+ "DATA_SET",
1806
+ "REVISION",
1807
+ "ASSET",
1808
+ "JOB"
1809
+ ]
1810
+ },
1811
+ "ResponseDetails": {
1812
+ "type": "structure",
1813
+ "members": {
1814
+ "ExportAssetToSignedUrl": {
1815
+ "shape": "ExportAssetToSignedUrlResponseDetails"
1816
+ },
1817
+ "ExportAssetsToS3": {
1818
+ "shape": "ExportAssetsToS3ResponseDetails"
1819
+ },
1820
+ "ImportAssetFromSignedUrl": {
1821
+ "shape": "ImportAssetFromSignedUrlResponseDetails"
1822
+ },
1823
+ "ImportAssetsFromS3": {
1824
+ "shape": "ImportAssetsFromS3ResponseDetails"
1825
+ }
1826
+ }
1827
+ },
1828
+ "RevisionEntry": {
1829
+ "type": "structure",
1830
+ "members": {
1831
+ "Arn": {
1832
+ "shape": "Arn"
1833
+ },
1834
+ "Comment": {
1835
+ "shape": "__stringMin0Max16384"
1836
+ },
1837
+ "CreatedAt": {
1838
+ "shape": "Timestamp"
1839
+ },
1840
+ "DataSetId": {
1841
+ "shape": "Id"
1842
+ },
1843
+ "Finalized": {
1844
+ "shape": "__boolean"
1845
+ },
1846
+ "Id": {
1847
+ "shape": "Id"
1848
+ },
1849
+ "SourceId": {
1850
+ "shape": "Id"
1851
+ },
1852
+ "UpdatedAt": {
1853
+ "shape": "Timestamp"
1854
+ }
1855
+ },
1856
+ "required": [
1857
+ "CreatedAt",
1858
+ "DataSetId",
1859
+ "Id",
1860
+ "Arn",
1861
+ "UpdatedAt"
1862
+ ]
1863
+ },
1864
+ "S3SnapshotAsset": {
1865
+ "type": "structure",
1866
+ "members": {
1867
+ "Size": {
1868
+ "shape": "__doubleMin0"
1869
+ }
1870
+ },
1871
+ "required": [
1872
+ "Size"
1873
+ ]
1874
+ },
1875
+ "ServiceLimitExceededException": {
1876
+ "type": "structure",
1877
+ "members": {
1878
+ "LimitName": {
1879
+ "shape": "LimitName"
1880
+ },
1881
+ "LimitValue": {
1882
+ "shape": "__double"
1883
+ },
1884
+ "Message": {
1885
+ "shape": "__string"
1886
+ }
1887
+ },
1888
+ "required": [
1889
+ "Message"
1890
+ ],
1891
+ "exception": true,
1892
+ "error": {
1893
+ "httpStatusCode": 402
1894
+ }
1895
+ },
1896
+ "StartJobRequest": {
1897
+ "type": "structure",
1898
+ "members": {
1899
+ "JobId": {
1900
+ "shape": "__string",
1901
+ "location": "uri",
1902
+ "locationName": "JobId"
1903
+ }
1904
+ },
1905
+ "required": [
1906
+ "JobId"
1907
+ ]
1908
+ },
1909
+ "StartJobResponse": {
1910
+ "type": "structure",
1911
+ "members": {}
1912
+ },
1913
+ "State": {
1914
+ "type": "string",
1915
+ "enum": [
1916
+ "WAITING",
1917
+ "IN_PROGRESS",
1918
+ "ERROR",
1919
+ "COMPLETED",
1920
+ "CANCELLED",
1921
+ "TIMED_OUT"
1922
+ ]
1923
+ },
1924
+ "TagResourceRequest": {
1925
+ "type": "structure",
1926
+ "members": {
1927
+ "ResourceArn": {
1928
+ "shape": "__string",
1929
+ "location": "uri",
1930
+ "locationName": "resource-arn"
1931
+ },
1932
+ "Tags": {
1933
+ "shape": "MapOf__string",
1934
+ "locationName": "tags"
1935
+ }
1936
+ },
1937
+ "required": [
1938
+ "ResourceArn",
1939
+ "Tags"
1940
+ ]
1941
+ },
1942
+ "ThrottlingException": {
1943
+ "type": "structure",
1944
+ "members": {
1945
+ "Message": {
1946
+ "shape": "__string"
1947
+ }
1948
+ },
1949
+ "required": [
1950
+ "Message"
1951
+ ],
1952
+ "exception": true,
1953
+ "error": {
1954
+ "httpStatusCode": 429
1955
+ }
1956
+ },
1957
+ "Timestamp": {
1958
+ "type": "timestamp",
1959
+ "timestampFormat": "iso8601"
1960
+ },
1961
+ "Type": {
1962
+ "type": "string",
1963
+ "enum": [
1964
+ "IMPORT_ASSETS_FROM_S3",
1965
+ "IMPORT_ASSET_FROM_SIGNED_URL",
1966
+ "EXPORT_ASSETS_TO_S3",
1967
+ "EXPORT_ASSET_TO_SIGNED_URL"
1968
+ ]
1969
+ },
1970
+ "UntagResourceRequest": {
1971
+ "type": "structure",
1972
+ "members": {
1973
+ "ResourceArn": {
1974
+ "shape": "__string",
1975
+ "location": "uri",
1976
+ "locationName": "resource-arn"
1977
+ },
1978
+ "TagKeys": {
1979
+ "shape": "ListOf__string",
1980
+ "location": "querystring",
1981
+ "locationName": "tagKeys"
1982
+ }
1983
+ },
1984
+ "required": [
1985
+ "TagKeys",
1986
+ "ResourceArn"
1987
+ ]
1988
+ },
1989
+ "UpdateAssetRequest": {
1990
+ "type": "structure",
1991
+ "members": {
1992
+ "AssetId": {
1993
+ "shape": "__string",
1994
+ "location": "uri",
1995
+ "locationName": "AssetId"
1996
+ },
1997
+ "DataSetId": {
1998
+ "shape": "__string",
1999
+ "location": "uri",
2000
+ "locationName": "DataSetId"
2001
+ },
2002
+ "Name": {
2003
+ "shape": "AssetName"
2004
+ },
2005
+ "RevisionId": {
2006
+ "shape": "__string",
2007
+ "location": "uri",
2008
+ "locationName": "RevisionId"
2009
+ }
2010
+ },
2011
+ "required": [
2012
+ "RevisionId",
2013
+ "AssetId",
2014
+ "DataSetId",
2015
+ "Name"
2016
+ ]
2017
+ },
2018
+ "UpdateAssetResponse": {
2019
+ "type": "structure",
2020
+ "members": {
2021
+ "Arn": {
2022
+ "shape": "Arn"
2023
+ },
2024
+ "AssetDetails": {
2025
+ "shape": "AssetDetails"
2026
+ },
2027
+ "AssetType": {
2028
+ "shape": "AssetType"
2029
+ },
2030
+ "CreatedAt": {
2031
+ "shape": "Timestamp"
2032
+ },
2033
+ "DataSetId": {
2034
+ "shape": "Id"
2035
+ },
2036
+ "Id": {
2037
+ "shape": "Id"
2038
+ },
2039
+ "Name": {
2040
+ "shape": "AssetName"
2041
+ },
2042
+ "RevisionId": {
2043
+ "shape": "Id"
2044
+ },
2045
+ "SourceId": {
2046
+ "shape": "Id"
2047
+ },
2048
+ "UpdatedAt": {
2049
+ "shape": "Timestamp"
2050
+ }
2051
+ }
2052
+ },
2053
+ "UpdateDataSetRequest": {
2054
+ "type": "structure",
2055
+ "members": {
2056
+ "DataSetId": {
2057
+ "shape": "__string",
2058
+ "location": "uri",
2059
+ "locationName": "DataSetId"
2060
+ },
2061
+ "Description": {
2062
+ "shape": "Description"
2063
+ },
2064
+ "Name": {
2065
+ "shape": "Name"
2066
+ }
2067
+ },
2068
+ "required": [
2069
+ "DataSetId"
2070
+ ]
2071
+ },
2072
+ "UpdateDataSetResponse": {
2073
+ "type": "structure",
2074
+ "members": {
2075
+ "Arn": {
2076
+ "shape": "Arn"
2077
+ },
2078
+ "AssetType": {
2079
+ "shape": "AssetType"
2080
+ },
2081
+ "CreatedAt": {
2082
+ "shape": "Timestamp"
2083
+ },
2084
+ "Description": {
2085
+ "shape": "Description"
2086
+ },
2087
+ "Id": {
2088
+ "shape": "Id"
2089
+ },
2090
+ "Name": {
2091
+ "shape": "Name"
2092
+ },
2093
+ "Origin": {
2094
+ "shape": "Origin"
2095
+ },
2096
+ "OriginDetails": {
2097
+ "shape": "OriginDetails"
2098
+ },
2099
+ "SourceId": {
2100
+ "shape": "Id"
2101
+ },
2102
+ "UpdatedAt": {
2103
+ "shape": "Timestamp"
2104
+ }
2105
+ }
2106
+ },
2107
+ "UpdateRevisionRequest": {
2108
+ "type": "structure",
2109
+ "members": {
2110
+ "Comment": {
2111
+ "shape": "__stringMin0Max16384"
2112
+ },
2113
+ "DataSetId": {
2114
+ "shape": "__string",
2115
+ "location": "uri",
2116
+ "locationName": "DataSetId"
2117
+ },
2118
+ "Finalized": {
2119
+ "shape": "__boolean"
2120
+ },
2121
+ "RevisionId": {
2122
+ "shape": "__string",
2123
+ "location": "uri",
2124
+ "locationName": "RevisionId"
2125
+ }
2126
+ },
2127
+ "required": [
2128
+ "RevisionId",
2129
+ "DataSetId"
2130
+ ]
2131
+ },
2132
+ "UpdateRevisionResponse": {
2133
+ "type": "structure",
2134
+ "members": {
2135
+ "Arn": {
2136
+ "shape": "Arn"
2137
+ },
2138
+ "Comment": {
2139
+ "shape": "__stringMin0Max16384"
2140
+ },
2141
+ "CreatedAt": {
2142
+ "shape": "Timestamp"
2143
+ },
2144
+ "DataSetId": {
2145
+ "shape": "Id"
2146
+ },
2147
+ "Finalized": {
2148
+ "shape": "__boolean"
2149
+ },
2150
+ "Id": {
2151
+ "shape": "Id"
2152
+ },
2153
+ "SourceId": {
2154
+ "shape": "Id"
2155
+ },
2156
+ "UpdatedAt": {
2157
+ "shape": "Timestamp"
2158
+ }
2159
+ }
2160
+ },
2161
+ "ValidationException": {
2162
+ "type": "structure",
2163
+ "members": {
2164
+ "Message": {
2165
+ "shape": "__string"
2166
+ }
2167
+ },
2168
+ "required": [
2169
+ "Message"
2170
+ ],
2171
+ "exception": true,
2172
+ "error": {
2173
+ "httpStatusCode": 400
2174
+ }
2175
+ },
2176
+ "__boolean": {
2177
+ "type": "boolean"
2178
+ },
2179
+ "__double": {
2180
+ "type": "double"
2181
+ },
2182
+ "__doubleMin0": {
2183
+ "type": "double"
2184
+ },
2185
+ "ListOfAssetEntry": {
2186
+ "type": "list",
2187
+ "member": {
2188
+ "shape": "AssetEntry"
2189
+ }
2190
+ },
2191
+ "ListOfDataSetEntry": {
2192
+ "type": "list",
2193
+ "member": {
2194
+ "shape": "DataSetEntry"
2195
+ }
2196
+ },
2197
+ "ListOfJobEntry": {
2198
+ "type": "list",
2199
+ "member": {
2200
+ "shape": "JobEntry"
2201
+ }
2202
+ },
2203
+ "ListOfJobError": {
2204
+ "type": "list",
2205
+ "member": {
2206
+ "shape": "JobError"
2207
+ }
2208
+ },
2209
+ "ListOfRevisionEntry": {
2210
+ "type": "list",
2211
+ "member": {
2212
+ "shape": "RevisionEntry"
2213
+ }
2214
+ },
2215
+ "ListOf__string": {
2216
+ "type": "list",
2217
+ "member": {
2218
+ "shape": "__string"
2219
+ }
2220
+ },
2221
+ "MapOf__string": {
2222
+ "type": "map",
2223
+ "key": {
2224
+ "shape": "__string"
2225
+ },
2226
+ "value": {
2227
+ "shape": "__string"
2228
+ }
2229
+ },
2230
+ "__string": {
2231
+ "type": "string"
2232
+ },
2233
+ "__stringMin0Max16384": {
2234
+ "type": "string",
2235
+ "min": 0,
2236
+ "max": 16384
2237
+ },
2238
+ "__stringMin24Max24PatternAZaZ094AZaZ092AZaZ093": {
2239
+ "type": "string",
2240
+ "min": 24,
2241
+ "max": 24,
2242
+ "pattern": "/^(?:[A-Za-z0-9+\\/]{4})*(?:[A-Za-z0-9+\\/]{2}==|[A-Za-z0-9+\\/]{3}=)?$/"
2243
+ }
2244
+ },
2245
+ "authorizers": {
2246
+ "create_job_authorizer": {
2247
+ "name": "create_job_authorizer",
2248
+ "type": "provided",
2249
+ "placement": {
2250
+ "location": "header",
2251
+ "name": "Authorization"
2252
+ }
2253
+ },
2254
+ "start_cancel_get_job_authorizer": {
2255
+ "name": "start_cancel_get_job_authorizer",
2256
+ "type": "provided",
2257
+ "placement": {
2258
+ "location": "header",
2259
+ "name": "Authorization"
2260
+ }
2261
+ }
2262
+ }
2263
+ }