UNPKG

26.9 kBJSONView Raw
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 "http": {
16 "method": "DELETE",
17 "requestUri": "/v1/jobs/{JobId}",
18 "responseCode": 204
19 },
20 "input": {
21 "type": "structure",
22 "members": {
23 "JobId": {
24 "location": "uri",
25 "locationName": "JobId"
26 }
27 },
28 "required": [
29 "JobId"
30 ]
31 }
32 },
33 "CreateDataSet": {
34 "http": {
35 "requestUri": "/v1/data-sets",
36 "responseCode": 201
37 },
38 "input": {
39 "type": "structure",
40 "members": {
41 "AssetType": {},
42 "Description": {},
43 "Name": {},
44 "Tags": {
45 "shape": "S7"
46 }
47 },
48 "required": [
49 "AssetType",
50 "Description",
51 "Name"
52 ]
53 },
54 "output": {
55 "type": "structure",
56 "members": {
57 "Arn": {},
58 "AssetType": {},
59 "CreatedAt": {
60 "shape": "Sa"
61 },
62 "Description": {},
63 "Id": {},
64 "Name": {},
65 "Origin": {},
66 "OriginDetails": {
67 "shape": "Sd"
68 },
69 "SourceId": {},
70 "Tags": {
71 "shape": "S7"
72 },
73 "UpdatedAt": {
74 "shape": "Sa"
75 }
76 }
77 }
78 },
79 "CreateJob": {
80 "http": {
81 "requestUri": "/v1/jobs",
82 "responseCode": 201
83 },
84 "input": {
85 "type": "structure",
86 "members": {
87 "Details": {
88 "type": "structure",
89 "members": {
90 "ExportAssetToSignedUrl": {
91 "type": "structure",
92 "members": {
93 "AssetId": {},
94 "DataSetId": {},
95 "RevisionId": {}
96 },
97 "required": [
98 "DataSetId",
99 "AssetId",
100 "RevisionId"
101 ]
102 },
103 "ExportAssetsToS3": {
104 "type": "structure",
105 "members": {
106 "AssetDestinations": {
107 "shape": "Si"
108 },
109 "DataSetId": {},
110 "RevisionId": {}
111 },
112 "required": [
113 "AssetDestinations",
114 "DataSetId",
115 "RevisionId"
116 ]
117 },
118 "ImportAssetFromSignedUrl": {
119 "type": "structure",
120 "members": {
121 "AssetName": {},
122 "DataSetId": {},
123 "Md5Hash": {},
124 "RevisionId": {}
125 },
126 "required": [
127 "DataSetId",
128 "Md5Hash",
129 "RevisionId",
130 "AssetName"
131 ]
132 },
133 "ImportAssetsFromS3": {
134 "type": "structure",
135 "members": {
136 "AssetSources": {
137 "shape": "So"
138 },
139 "DataSetId": {},
140 "RevisionId": {}
141 },
142 "required": [
143 "DataSetId",
144 "AssetSources",
145 "RevisionId"
146 ]
147 }
148 }
149 },
150 "Type": {}
151 },
152 "required": [
153 "Type",
154 "Details"
155 ]
156 },
157 "output": {
158 "type": "structure",
159 "members": {
160 "Arn": {},
161 "CreatedAt": {
162 "shape": "Sa"
163 },
164 "Details": {
165 "shape": "Ss"
166 },
167 "Errors": {
168 "shape": "Sx"
169 },
170 "Id": {},
171 "State": {},
172 "Type": {},
173 "UpdatedAt": {
174 "shape": "Sa"
175 }
176 }
177 }
178 },
179 "CreateRevision": {
180 "http": {
181 "requestUri": "/v1/data-sets/{DataSetId}/revisions",
182 "responseCode": 201
183 },
184 "input": {
185 "type": "structure",
186 "members": {
187 "Comment": {},
188 "DataSetId": {
189 "location": "uri",
190 "locationName": "DataSetId"
191 },
192 "Tags": {
193 "shape": "S7"
194 }
195 },
196 "required": [
197 "DataSetId"
198 ]
199 },
200 "output": {
201 "type": "structure",
202 "members": {
203 "Arn": {},
204 "Comment": {},
205 "CreatedAt": {
206 "shape": "Sa"
207 },
208 "DataSetId": {},
209 "Finalized": {
210 "type": "boolean"
211 },
212 "Id": {},
213 "SourceId": {},
214 "Tags": {
215 "shape": "S7"
216 },
217 "UpdatedAt": {
218 "shape": "Sa"
219 }
220 }
221 }
222 },
223 "DeleteAsset": {
224 "http": {
225 "method": "DELETE",
226 "requestUri": "/v1/data-sets/{DataSetId}/revisions/{RevisionId}/assets/{AssetId}",
227 "responseCode": 204
228 },
229 "input": {
230 "type": "structure",
231 "members": {
232 "AssetId": {
233 "location": "uri",
234 "locationName": "AssetId"
235 },
236 "DataSetId": {
237 "location": "uri",
238 "locationName": "DataSetId"
239 },
240 "RevisionId": {
241 "location": "uri",
242 "locationName": "RevisionId"
243 }
244 },
245 "required": [
246 "RevisionId",
247 "AssetId",
248 "DataSetId"
249 ]
250 }
251 },
252 "DeleteDataSet": {
253 "http": {
254 "method": "DELETE",
255 "requestUri": "/v1/data-sets/{DataSetId}",
256 "responseCode": 204
257 },
258 "input": {
259 "type": "structure",
260 "members": {
261 "DataSetId": {
262 "location": "uri",
263 "locationName": "DataSetId"
264 }
265 },
266 "required": [
267 "DataSetId"
268 ]
269 }
270 },
271 "DeleteRevision": {
272 "http": {
273 "method": "DELETE",
274 "requestUri": "/v1/data-sets/{DataSetId}/revisions/{RevisionId}",
275 "responseCode": 204
276 },
277 "input": {
278 "type": "structure",
279 "members": {
280 "DataSetId": {
281 "location": "uri",
282 "locationName": "DataSetId"
283 },
284 "RevisionId": {
285 "location": "uri",
286 "locationName": "RevisionId"
287 }
288 },
289 "required": [
290 "RevisionId",
291 "DataSetId"
292 ]
293 }
294 },
295 "GetAsset": {
296 "http": {
297 "method": "GET",
298 "requestUri": "/v1/data-sets/{DataSetId}/revisions/{RevisionId}/assets/{AssetId}",
299 "responseCode": 200
300 },
301 "input": {
302 "type": "structure",
303 "members": {
304 "AssetId": {
305 "location": "uri",
306 "locationName": "AssetId"
307 },
308 "DataSetId": {
309 "location": "uri",
310 "locationName": "DataSetId"
311 },
312 "RevisionId": {
313 "location": "uri",
314 "locationName": "RevisionId"
315 }
316 },
317 "required": [
318 "RevisionId",
319 "AssetId",
320 "DataSetId"
321 ]
322 },
323 "output": {
324 "type": "structure",
325 "members": {
326 "Arn": {},
327 "AssetDetails": {
328 "shape": "S1f"
329 },
330 "AssetType": {},
331 "CreatedAt": {
332 "shape": "Sa"
333 },
334 "DataSetId": {},
335 "Id": {},
336 "Name": {},
337 "RevisionId": {},
338 "SourceId": {},
339 "UpdatedAt": {
340 "shape": "Sa"
341 }
342 }
343 }
344 },
345 "GetDataSet": {
346 "http": {
347 "method": "GET",
348 "requestUri": "/v1/data-sets/{DataSetId}",
349 "responseCode": 200
350 },
351 "input": {
352 "type": "structure",
353 "members": {
354 "DataSetId": {
355 "location": "uri",
356 "locationName": "DataSetId"
357 }
358 },
359 "required": [
360 "DataSetId"
361 ]
362 },
363 "output": {
364 "type": "structure",
365 "members": {
366 "Arn": {},
367 "AssetType": {},
368 "CreatedAt": {
369 "shape": "Sa"
370 },
371 "Description": {},
372 "Id": {},
373 "Name": {},
374 "Origin": {},
375 "OriginDetails": {
376 "shape": "Sd"
377 },
378 "SourceId": {},
379 "Tags": {
380 "shape": "S7"
381 },
382 "UpdatedAt": {
383 "shape": "Sa"
384 }
385 }
386 }
387 },
388 "GetJob": {
389 "http": {
390 "method": "GET",
391 "requestUri": "/v1/jobs/{JobId}",
392 "responseCode": 200
393 },
394 "input": {
395 "type": "structure",
396 "members": {
397 "JobId": {
398 "location": "uri",
399 "locationName": "JobId"
400 }
401 },
402 "required": [
403 "JobId"
404 ]
405 },
406 "output": {
407 "type": "structure",
408 "members": {
409 "Arn": {},
410 "CreatedAt": {
411 "shape": "Sa"
412 },
413 "Details": {
414 "shape": "Ss"
415 },
416 "Errors": {
417 "shape": "Sx"
418 },
419 "Id": {},
420 "State": {},
421 "Type": {},
422 "UpdatedAt": {
423 "shape": "Sa"
424 }
425 }
426 }
427 },
428 "GetRevision": {
429 "http": {
430 "method": "GET",
431 "requestUri": "/v1/data-sets/{DataSetId}/revisions/{RevisionId}",
432 "responseCode": 200
433 },
434 "input": {
435 "type": "structure",
436 "members": {
437 "DataSetId": {
438 "location": "uri",
439 "locationName": "DataSetId"
440 },
441 "RevisionId": {
442 "location": "uri",
443 "locationName": "RevisionId"
444 }
445 },
446 "required": [
447 "RevisionId",
448 "DataSetId"
449 ]
450 },
451 "output": {
452 "type": "structure",
453 "members": {
454 "Arn": {},
455 "Comment": {},
456 "CreatedAt": {
457 "shape": "Sa"
458 },
459 "DataSetId": {},
460 "Finalized": {
461 "type": "boolean"
462 },
463 "Id": {},
464 "SourceId": {},
465 "Tags": {
466 "shape": "S7"
467 },
468 "UpdatedAt": {
469 "shape": "Sa"
470 }
471 }
472 }
473 },
474 "ListDataSetRevisions": {
475 "http": {
476 "method": "GET",
477 "requestUri": "/v1/data-sets/{DataSetId}/revisions",
478 "responseCode": 200
479 },
480 "input": {
481 "type": "structure",
482 "members": {
483 "DataSetId": {
484 "location": "uri",
485 "locationName": "DataSetId"
486 },
487 "MaxResults": {
488 "location": "querystring",
489 "locationName": "maxResults",
490 "type": "integer"
491 },
492 "NextToken": {
493 "location": "querystring",
494 "locationName": "nextToken"
495 }
496 },
497 "required": [
498 "DataSetId"
499 ]
500 },
501 "output": {
502 "type": "structure",
503 "members": {
504 "NextToken": {},
505 "Revisions": {
506 "type": "list",
507 "member": {
508 "type": "structure",
509 "members": {
510 "Arn": {},
511 "Comment": {},
512 "CreatedAt": {
513 "shape": "Sa"
514 },
515 "DataSetId": {},
516 "Finalized": {
517 "type": "boolean"
518 },
519 "Id": {},
520 "SourceId": {},
521 "UpdatedAt": {
522 "shape": "Sa"
523 }
524 },
525 "required": [
526 "CreatedAt",
527 "DataSetId",
528 "Id",
529 "Arn",
530 "UpdatedAt"
531 ]
532 }
533 }
534 }
535 }
536 },
537 "ListDataSets": {
538 "http": {
539 "method": "GET",
540 "requestUri": "/v1/data-sets",
541 "responseCode": 200
542 },
543 "input": {
544 "type": "structure",
545 "members": {
546 "MaxResults": {
547 "location": "querystring",
548 "locationName": "maxResults",
549 "type": "integer"
550 },
551 "NextToken": {
552 "location": "querystring",
553 "locationName": "nextToken"
554 },
555 "Origin": {
556 "location": "querystring",
557 "locationName": "origin"
558 }
559 }
560 },
561 "output": {
562 "type": "structure",
563 "members": {
564 "DataSets": {
565 "type": "list",
566 "member": {
567 "type": "structure",
568 "members": {
569 "Arn": {},
570 "AssetType": {},
571 "CreatedAt": {
572 "shape": "Sa"
573 },
574 "Description": {},
575 "Id": {},
576 "Name": {},
577 "Origin": {},
578 "OriginDetails": {
579 "shape": "Sd"
580 },
581 "SourceId": {},
582 "UpdatedAt": {
583 "shape": "Sa"
584 }
585 },
586 "required": [
587 "Origin",
588 "AssetType",
589 "Description",
590 "CreatedAt",
591 "Id",
592 "Arn",
593 "UpdatedAt",
594 "Name"
595 ]
596 }
597 },
598 "NextToken": {}
599 }
600 }
601 },
602 "ListJobs": {
603 "http": {
604 "method": "GET",
605 "requestUri": "/v1/jobs",
606 "responseCode": 200
607 },
608 "input": {
609 "type": "structure",
610 "members": {
611 "DataSetId": {
612 "location": "querystring",
613 "locationName": "dataSetId"
614 },
615 "MaxResults": {
616 "location": "querystring",
617 "locationName": "maxResults",
618 "type": "integer"
619 },
620 "NextToken": {
621 "location": "querystring",
622 "locationName": "nextToken"
623 },
624 "RevisionId": {
625 "location": "querystring",
626 "locationName": "revisionId"
627 }
628 }
629 },
630 "output": {
631 "type": "structure",
632 "members": {
633 "Jobs": {
634 "type": "list",
635 "member": {
636 "type": "structure",
637 "members": {
638 "Arn": {},
639 "CreatedAt": {
640 "shape": "Sa"
641 },
642 "Details": {
643 "shape": "Ss"
644 },
645 "Errors": {
646 "shape": "Sx"
647 },
648 "Id": {},
649 "State": {},
650 "Type": {},
651 "UpdatedAt": {
652 "shape": "Sa"
653 }
654 },
655 "required": [
656 "Type",
657 "Details",
658 "State",
659 "CreatedAt",
660 "Id",
661 "Arn",
662 "UpdatedAt"
663 ]
664 }
665 },
666 "NextToken": {}
667 }
668 }
669 },
670 "ListRevisionAssets": {
671 "http": {
672 "method": "GET",
673 "requestUri": "/v1/data-sets/{DataSetId}/revisions/{RevisionId}/assets",
674 "responseCode": 200
675 },
676 "input": {
677 "type": "structure",
678 "members": {
679 "DataSetId": {
680 "location": "uri",
681 "locationName": "DataSetId"
682 },
683 "MaxResults": {
684 "location": "querystring",
685 "locationName": "maxResults",
686 "type": "integer"
687 },
688 "NextToken": {
689 "location": "querystring",
690 "locationName": "nextToken"
691 },
692 "RevisionId": {
693 "location": "uri",
694 "locationName": "RevisionId"
695 }
696 },
697 "required": [
698 "RevisionId",
699 "DataSetId"
700 ]
701 },
702 "output": {
703 "type": "structure",
704 "members": {
705 "Assets": {
706 "type": "list",
707 "member": {
708 "type": "structure",
709 "members": {
710 "Arn": {},
711 "AssetDetails": {
712 "shape": "S1f"
713 },
714 "AssetType": {},
715 "CreatedAt": {
716 "shape": "Sa"
717 },
718 "DataSetId": {},
719 "Id": {},
720 "Name": {},
721 "RevisionId": {},
722 "SourceId": {},
723 "UpdatedAt": {
724 "shape": "Sa"
725 }
726 },
727 "required": [
728 "AssetType",
729 "CreatedAt",
730 "DataSetId",
731 "Id",
732 "Arn",
733 "AssetDetails",
734 "UpdatedAt",
735 "RevisionId",
736 "Name"
737 ]
738 }
739 },
740 "NextToken": {}
741 }
742 }
743 },
744 "ListTagsForResource": {
745 "http": {
746 "method": "GET",
747 "requestUri": "/tags/{resource-arn}",
748 "responseCode": 200
749 },
750 "input": {
751 "type": "structure",
752 "members": {
753 "ResourceArn": {
754 "location": "uri",
755 "locationName": "resource-arn"
756 }
757 },
758 "required": [
759 "ResourceArn"
760 ]
761 },
762 "output": {
763 "type": "structure",
764 "members": {
765 "Tags": {
766 "shape": "S7",
767 "locationName": "tags"
768 }
769 }
770 }
771 },
772 "StartJob": {
773 "http": {
774 "method": "PATCH",
775 "requestUri": "/v1/jobs/{JobId}",
776 "responseCode": 202
777 },
778 "input": {
779 "type": "structure",
780 "members": {
781 "JobId": {
782 "location": "uri",
783 "locationName": "JobId"
784 }
785 },
786 "required": [
787 "JobId"
788 ]
789 },
790 "output": {
791 "type": "structure",
792 "members": {}
793 }
794 },
795 "TagResource": {
796 "http": {
797 "requestUri": "/tags/{resource-arn}",
798 "responseCode": 204
799 },
800 "input": {
801 "type": "structure",
802 "members": {
803 "ResourceArn": {
804 "location": "uri",
805 "locationName": "resource-arn"
806 },
807 "Tags": {
808 "shape": "S7",
809 "locationName": "tags"
810 }
811 },
812 "required": [
813 "ResourceArn",
814 "Tags"
815 ]
816 }
817 },
818 "UntagResource": {
819 "http": {
820 "method": "DELETE",
821 "requestUri": "/tags/{resource-arn}",
822 "responseCode": 204
823 },
824 "input": {
825 "type": "structure",
826 "members": {
827 "ResourceArn": {
828 "location": "uri",
829 "locationName": "resource-arn"
830 },
831 "TagKeys": {
832 "location": "querystring",
833 "locationName": "tagKeys",
834 "type": "list",
835 "member": {}
836 }
837 },
838 "required": [
839 "TagKeys",
840 "ResourceArn"
841 ]
842 }
843 },
844 "UpdateAsset": {
845 "http": {
846 "method": "PATCH",
847 "requestUri": "/v1/data-sets/{DataSetId}/revisions/{RevisionId}/assets/{AssetId}",
848 "responseCode": 200
849 },
850 "input": {
851 "type": "structure",
852 "members": {
853 "AssetId": {
854 "location": "uri",
855 "locationName": "AssetId"
856 },
857 "DataSetId": {
858 "location": "uri",
859 "locationName": "DataSetId"
860 },
861 "Name": {},
862 "RevisionId": {
863 "location": "uri",
864 "locationName": "RevisionId"
865 }
866 },
867 "required": [
868 "RevisionId",
869 "AssetId",
870 "DataSetId",
871 "Name"
872 ]
873 },
874 "output": {
875 "type": "structure",
876 "members": {
877 "Arn": {},
878 "AssetDetails": {
879 "shape": "S1f"
880 },
881 "AssetType": {},
882 "CreatedAt": {
883 "shape": "Sa"
884 },
885 "DataSetId": {},
886 "Id": {},
887 "Name": {},
888 "RevisionId": {},
889 "SourceId": {},
890 "UpdatedAt": {
891 "shape": "Sa"
892 }
893 }
894 }
895 },
896 "UpdateDataSet": {
897 "http": {
898 "method": "PATCH",
899 "requestUri": "/v1/data-sets/{DataSetId}",
900 "responseCode": 200
901 },
902 "input": {
903 "type": "structure",
904 "members": {
905 "DataSetId": {
906 "location": "uri",
907 "locationName": "DataSetId"
908 },
909 "Description": {},
910 "Name": {}
911 },
912 "required": [
913 "DataSetId"
914 ]
915 },
916 "output": {
917 "type": "structure",
918 "members": {
919 "Arn": {},
920 "AssetType": {},
921 "CreatedAt": {
922 "shape": "Sa"
923 },
924 "Description": {},
925 "Id": {},
926 "Name": {},
927 "Origin": {},
928 "OriginDetails": {
929 "shape": "Sd"
930 },
931 "SourceId": {},
932 "UpdatedAt": {
933 "shape": "Sa"
934 }
935 }
936 }
937 },
938 "UpdateRevision": {
939 "http": {
940 "method": "PATCH",
941 "requestUri": "/v1/data-sets/{DataSetId}/revisions/{RevisionId}",
942 "responseCode": 200
943 },
944 "input": {
945 "type": "structure",
946 "members": {
947 "Comment": {},
948 "DataSetId": {
949 "location": "uri",
950 "locationName": "DataSetId"
951 },
952 "Finalized": {
953 "type": "boolean"
954 },
955 "RevisionId": {
956 "location": "uri",
957 "locationName": "RevisionId"
958 }
959 },
960 "required": [
961 "RevisionId",
962 "DataSetId"
963 ]
964 },
965 "output": {
966 "type": "structure",
967 "members": {
968 "Arn": {},
969 "Comment": {},
970 "CreatedAt": {
971 "shape": "Sa"
972 },
973 "DataSetId": {},
974 "Finalized": {
975 "type": "boolean"
976 },
977 "Id": {},
978 "SourceId": {},
979 "UpdatedAt": {
980 "shape": "Sa"
981 }
982 }
983 }
984 }
985 },
986 "shapes": {
987 "S7": {
988 "type": "map",
989 "key": {},
990 "value": {}
991 },
992 "Sa": {
993 "type": "timestamp",
994 "timestampFormat": "iso8601"
995 },
996 "Sd": {
997 "type": "structure",
998 "members": {
999 "ProductId": {}
1000 },
1001 "required": [
1002 "ProductId"
1003 ]
1004 },
1005 "Si": {
1006 "type": "list",
1007 "member": {
1008 "type": "structure",
1009 "members": {
1010 "AssetId": {},
1011 "Bucket": {},
1012 "Key": {}
1013 },
1014 "required": [
1015 "Bucket",
1016 "AssetId"
1017 ]
1018 }
1019 },
1020 "So": {
1021 "type": "list",
1022 "member": {
1023 "type": "structure",
1024 "members": {
1025 "Bucket": {},
1026 "Key": {}
1027 },
1028 "required": [
1029 "Bucket",
1030 "Key"
1031 ]
1032 }
1033 },
1034 "Ss": {
1035 "type": "structure",
1036 "members": {
1037 "ExportAssetToSignedUrl": {
1038 "type": "structure",
1039 "members": {
1040 "AssetId": {},
1041 "DataSetId": {},
1042 "RevisionId": {},
1043 "SignedUrl": {},
1044 "SignedUrlExpiresAt": {
1045 "shape": "Sa"
1046 }
1047 },
1048 "required": [
1049 "DataSetId",
1050 "AssetId",
1051 "RevisionId"
1052 ]
1053 },
1054 "ExportAssetsToS3": {
1055 "type": "structure",
1056 "members": {
1057 "AssetDestinations": {
1058 "shape": "Si"
1059 },
1060 "DataSetId": {},
1061 "RevisionId": {}
1062 },
1063 "required": [
1064 "AssetDestinations",
1065 "DataSetId",
1066 "RevisionId"
1067 ]
1068 },
1069 "ImportAssetFromSignedUrl": {
1070 "type": "structure",
1071 "members": {
1072 "AssetName": {},
1073 "DataSetId": {},
1074 "Md5Hash": {},
1075 "RevisionId": {},
1076 "SignedUrl": {},
1077 "SignedUrlExpiresAt": {
1078 "shape": "Sa"
1079 }
1080 },
1081 "required": [
1082 "DataSetId",
1083 "AssetName",
1084 "RevisionId"
1085 ]
1086 },
1087 "ImportAssetsFromS3": {
1088 "type": "structure",
1089 "members": {
1090 "AssetSources": {
1091 "shape": "So"
1092 },
1093 "DataSetId": {},
1094 "RevisionId": {}
1095 },
1096 "required": [
1097 "DataSetId",
1098 "AssetSources",
1099 "RevisionId"
1100 ]
1101 }
1102 }
1103 },
1104 "Sx": {
1105 "type": "list",
1106 "member": {
1107 "type": "structure",
1108 "members": {
1109 "Code": {},
1110 "Details": {
1111 "type": "structure",
1112 "members": {
1113 "ImportAssetFromSignedUrlJobErrorDetails": {
1114 "type": "structure",
1115 "members": {
1116 "AssetName": {}
1117 },
1118 "required": [
1119 "AssetName"
1120 ]
1121 },
1122 "ImportAssetsFromS3JobErrorDetails": {
1123 "shape": "So"
1124 }
1125 }
1126 },
1127 "LimitName": {},
1128 "LimitValue": {
1129 "type": "double"
1130 },
1131 "Message": {},
1132 "ResourceId": {},
1133 "ResourceType": {}
1134 },
1135 "required": [
1136 "Message",
1137 "Code"
1138 ]
1139 }
1140 },
1141 "S1f": {
1142 "type": "structure",
1143 "members": {
1144 "S3SnapshotAsset": {
1145 "type": "structure",
1146 "members": {
1147 "Size": {
1148 "type": "double"
1149 }
1150 },
1151 "required": [
1152 "Size"
1153 ]
1154 }
1155 }
1156 }
1157 },
1158 "authorizers": {
1159 "create_job_authorizer": {
1160 "name": "create_job_authorizer",
1161 "type": "provided",
1162 "placement": {
1163 "location": "header",
1164 "name": "Authorization"
1165 }
1166 },
1167 "start_cancel_get_job_authorizer": {
1168 "name": "start_cancel_get_job_authorizer",
1169 "type": "provided",
1170 "placement": {
1171 "location": "header",
1172 "name": "Authorization"
1173 }
1174 }
1175 }
1176}
\No newline at end of file