UNPKG

77.9 kBJSONView Raw
1{
2 "version": "2.0",
3 "metadata": {
4 "apiVersion": "2016-05-10",
5 "endpointPrefix": "clouddirectory",
6 "protocol": "rest-json",
7 "serviceFullName": "Amazon CloudDirectory",
8 "serviceId": "CloudDirectory",
9 "signatureVersion": "v4",
10 "signingName": "clouddirectory",
11 "uid": "clouddirectory-2016-05-10"
12 },
13 "operations": {
14 "AddFacetToObject": {
15 "http": {
16 "method": "PUT",
17 "requestUri": "/amazonclouddirectory/2017-01-11/object/facets",
18 "responseCode": 200
19 },
20 "input": {
21 "type": "structure",
22 "required": [
23 "DirectoryArn",
24 "SchemaFacet",
25 "ObjectReference"
26 ],
27 "members": {
28 "DirectoryArn": {
29 "location": "header",
30 "locationName": "x-amz-data-partition"
31 },
32 "SchemaFacet": {
33 "shape": "S3"
34 },
35 "ObjectAttributeList": {
36 "shape": "S5"
37 },
38 "ObjectReference": {
39 "shape": "Sf"
40 }
41 }
42 },
43 "output": {
44 "type": "structure",
45 "members": {}
46 }
47 },
48 "ApplySchema": {
49 "http": {
50 "method": "PUT",
51 "requestUri": "/amazonclouddirectory/2017-01-11/schema/apply",
52 "responseCode": 200
53 },
54 "input": {
55 "type": "structure",
56 "required": [
57 "PublishedSchemaArn",
58 "DirectoryArn"
59 ],
60 "members": {
61 "PublishedSchemaArn": {},
62 "DirectoryArn": {
63 "location": "header",
64 "locationName": "x-amz-data-partition"
65 }
66 }
67 },
68 "output": {
69 "type": "structure",
70 "members": {
71 "AppliedSchemaArn": {},
72 "DirectoryArn": {}
73 }
74 }
75 },
76 "AttachObject": {
77 "http": {
78 "method": "PUT",
79 "requestUri": "/amazonclouddirectory/2017-01-11/object/attach",
80 "responseCode": 200
81 },
82 "input": {
83 "type": "structure",
84 "required": [
85 "DirectoryArn",
86 "ParentReference",
87 "ChildReference",
88 "LinkName"
89 ],
90 "members": {
91 "DirectoryArn": {
92 "location": "header",
93 "locationName": "x-amz-data-partition"
94 },
95 "ParentReference": {
96 "shape": "Sf"
97 },
98 "ChildReference": {
99 "shape": "Sf"
100 },
101 "LinkName": {}
102 }
103 },
104 "output": {
105 "type": "structure",
106 "members": {
107 "AttachedObjectIdentifier": {}
108 }
109 }
110 },
111 "AttachPolicy": {
112 "http": {
113 "method": "PUT",
114 "requestUri": "/amazonclouddirectory/2017-01-11/policy/attach",
115 "responseCode": 200
116 },
117 "input": {
118 "type": "structure",
119 "required": [
120 "DirectoryArn",
121 "PolicyReference",
122 "ObjectReference"
123 ],
124 "members": {
125 "DirectoryArn": {
126 "location": "header",
127 "locationName": "x-amz-data-partition"
128 },
129 "PolicyReference": {
130 "shape": "Sf"
131 },
132 "ObjectReference": {
133 "shape": "Sf"
134 }
135 }
136 },
137 "output": {
138 "type": "structure",
139 "members": {}
140 }
141 },
142 "AttachToIndex": {
143 "http": {
144 "method": "PUT",
145 "requestUri": "/amazonclouddirectory/2017-01-11/index/attach",
146 "responseCode": 200
147 },
148 "input": {
149 "type": "structure",
150 "required": [
151 "DirectoryArn",
152 "IndexReference",
153 "TargetReference"
154 ],
155 "members": {
156 "DirectoryArn": {
157 "location": "header",
158 "locationName": "x-amz-data-partition"
159 },
160 "IndexReference": {
161 "shape": "Sf"
162 },
163 "TargetReference": {
164 "shape": "Sf"
165 }
166 }
167 },
168 "output": {
169 "type": "structure",
170 "members": {
171 "AttachedObjectIdentifier": {}
172 }
173 }
174 },
175 "AttachTypedLink": {
176 "http": {
177 "method": "PUT",
178 "requestUri": "/amazonclouddirectory/2017-01-11/typedlink/attach",
179 "responseCode": 200
180 },
181 "input": {
182 "type": "structure",
183 "required": [
184 "DirectoryArn",
185 "SourceObjectReference",
186 "TargetObjectReference",
187 "TypedLinkFacet",
188 "Attributes"
189 ],
190 "members": {
191 "DirectoryArn": {
192 "location": "header",
193 "locationName": "x-amz-data-partition"
194 },
195 "SourceObjectReference": {
196 "shape": "Sf"
197 },
198 "TargetObjectReference": {
199 "shape": "Sf"
200 },
201 "TypedLinkFacet": {
202 "shape": "St"
203 },
204 "Attributes": {
205 "shape": "Sv"
206 }
207 }
208 },
209 "output": {
210 "type": "structure",
211 "members": {
212 "TypedLinkSpecifier": {
213 "shape": "Sy"
214 }
215 }
216 }
217 },
218 "BatchRead": {
219 "http": {
220 "requestUri": "/amazonclouddirectory/2017-01-11/batchread",
221 "responseCode": 200
222 },
223 "input": {
224 "type": "structure",
225 "required": [
226 "DirectoryArn",
227 "Operations"
228 ],
229 "members": {
230 "DirectoryArn": {
231 "location": "header",
232 "locationName": "x-amz-data-partition"
233 },
234 "Operations": {
235 "type": "list",
236 "member": {
237 "type": "structure",
238 "members": {
239 "ListObjectAttributes": {
240 "type": "structure",
241 "required": [
242 "ObjectReference"
243 ],
244 "members": {
245 "ObjectReference": {
246 "shape": "Sf"
247 },
248 "NextToken": {},
249 "MaxResults": {
250 "type": "integer"
251 },
252 "FacetFilter": {
253 "shape": "S3"
254 }
255 }
256 },
257 "ListObjectChildren": {
258 "type": "structure",
259 "required": [
260 "ObjectReference"
261 ],
262 "members": {
263 "ObjectReference": {
264 "shape": "Sf"
265 },
266 "NextToken": {},
267 "MaxResults": {
268 "type": "integer"
269 }
270 }
271 },
272 "ListAttachedIndices": {
273 "type": "structure",
274 "required": [
275 "TargetReference"
276 ],
277 "members": {
278 "TargetReference": {
279 "shape": "Sf"
280 },
281 "NextToken": {},
282 "MaxResults": {
283 "type": "integer"
284 }
285 }
286 },
287 "ListObjectParentPaths": {
288 "type": "structure",
289 "required": [
290 "ObjectReference"
291 ],
292 "members": {
293 "ObjectReference": {
294 "shape": "Sf"
295 },
296 "NextToken": {},
297 "MaxResults": {
298 "type": "integer"
299 }
300 }
301 },
302 "GetObjectInformation": {
303 "type": "structure",
304 "required": [
305 "ObjectReference"
306 ],
307 "members": {
308 "ObjectReference": {
309 "shape": "Sf"
310 }
311 }
312 },
313 "GetObjectAttributes": {
314 "type": "structure",
315 "required": [
316 "ObjectReference",
317 "SchemaFacet",
318 "AttributeNames"
319 ],
320 "members": {
321 "ObjectReference": {
322 "shape": "Sf"
323 },
324 "SchemaFacet": {
325 "shape": "S3"
326 },
327 "AttributeNames": {
328 "shape": "S1a"
329 }
330 }
331 },
332 "ListObjectPolicies": {
333 "type": "structure",
334 "required": [
335 "ObjectReference"
336 ],
337 "members": {
338 "ObjectReference": {
339 "shape": "Sf"
340 },
341 "NextToken": {},
342 "MaxResults": {
343 "type": "integer"
344 }
345 }
346 },
347 "ListPolicyAttachments": {
348 "type": "structure",
349 "required": [
350 "PolicyReference"
351 ],
352 "members": {
353 "PolicyReference": {
354 "shape": "Sf"
355 },
356 "NextToken": {},
357 "MaxResults": {
358 "type": "integer"
359 }
360 }
361 },
362 "LookupPolicy": {
363 "type": "structure",
364 "required": [
365 "ObjectReference"
366 ],
367 "members": {
368 "ObjectReference": {
369 "shape": "Sf"
370 },
371 "NextToken": {},
372 "MaxResults": {
373 "type": "integer"
374 }
375 }
376 },
377 "ListIndex": {
378 "type": "structure",
379 "required": [
380 "IndexReference"
381 ],
382 "members": {
383 "RangesOnIndexedValues": {
384 "shape": "S1f"
385 },
386 "IndexReference": {
387 "shape": "Sf"
388 },
389 "MaxResults": {
390 "type": "integer"
391 },
392 "NextToken": {}
393 }
394 },
395 "ListOutgoingTypedLinks": {
396 "type": "structure",
397 "required": [
398 "ObjectReference"
399 ],
400 "members": {
401 "ObjectReference": {
402 "shape": "Sf"
403 },
404 "FilterAttributeRanges": {
405 "shape": "S1k"
406 },
407 "FilterTypedLink": {
408 "shape": "St"
409 },
410 "NextToken": {},
411 "MaxResults": {
412 "type": "integer"
413 }
414 }
415 },
416 "ListIncomingTypedLinks": {
417 "type": "structure",
418 "required": [
419 "ObjectReference"
420 ],
421 "members": {
422 "ObjectReference": {
423 "shape": "Sf"
424 },
425 "FilterAttributeRanges": {
426 "shape": "S1k"
427 },
428 "FilterTypedLink": {
429 "shape": "St"
430 },
431 "NextToken": {},
432 "MaxResults": {
433 "type": "integer"
434 }
435 }
436 },
437 "GetLinkAttributes": {
438 "type": "structure",
439 "required": [
440 "TypedLinkSpecifier",
441 "AttributeNames"
442 ],
443 "members": {
444 "TypedLinkSpecifier": {
445 "shape": "Sy"
446 },
447 "AttributeNames": {
448 "shape": "S1a"
449 }
450 }
451 }
452 }
453 }
454 },
455 "ConsistencyLevel": {
456 "location": "header",
457 "locationName": "x-amz-consistency-level"
458 }
459 }
460 },
461 "output": {
462 "type": "structure",
463 "members": {
464 "Responses": {
465 "type": "list",
466 "member": {
467 "type": "structure",
468 "members": {
469 "SuccessfulResponse": {
470 "type": "structure",
471 "members": {
472 "ListObjectAttributes": {
473 "type": "structure",
474 "members": {
475 "Attributes": {
476 "shape": "S5"
477 },
478 "NextToken": {}
479 }
480 },
481 "ListObjectChildren": {
482 "type": "structure",
483 "members": {
484 "Children": {
485 "shape": "S1v"
486 },
487 "NextToken": {}
488 }
489 },
490 "GetObjectInformation": {
491 "type": "structure",
492 "members": {
493 "SchemaFacets": {
494 "shape": "S1x"
495 },
496 "ObjectIdentifier": {}
497 }
498 },
499 "GetObjectAttributes": {
500 "type": "structure",
501 "members": {
502 "Attributes": {
503 "shape": "S5"
504 }
505 }
506 },
507 "ListAttachedIndices": {
508 "type": "structure",
509 "members": {
510 "IndexAttachments": {
511 "shape": "S20"
512 },
513 "NextToken": {}
514 }
515 },
516 "ListObjectParentPaths": {
517 "type": "structure",
518 "members": {
519 "PathToObjectIdentifiersList": {
520 "shape": "S23"
521 },
522 "NextToken": {}
523 }
524 },
525 "ListObjectPolicies": {
526 "type": "structure",
527 "members": {
528 "AttachedPolicyIds": {
529 "shape": "S26"
530 },
531 "NextToken": {}
532 }
533 },
534 "ListPolicyAttachments": {
535 "type": "structure",
536 "members": {
537 "ObjectIdentifiers": {
538 "shape": "S26"
539 },
540 "NextToken": {}
541 }
542 },
543 "LookupPolicy": {
544 "type": "structure",
545 "members": {
546 "PolicyToPathList": {
547 "shape": "S2a"
548 },
549 "NextToken": {}
550 }
551 },
552 "ListIndex": {
553 "type": "structure",
554 "members": {
555 "IndexAttachments": {
556 "shape": "S20"
557 },
558 "NextToken": {}
559 }
560 },
561 "ListOutgoingTypedLinks": {
562 "type": "structure",
563 "members": {
564 "TypedLinkSpecifiers": {
565 "shape": "S2h"
566 },
567 "NextToken": {}
568 }
569 },
570 "ListIncomingTypedLinks": {
571 "type": "structure",
572 "members": {
573 "LinkSpecifiers": {
574 "shape": "S2h"
575 },
576 "NextToken": {}
577 }
578 },
579 "GetLinkAttributes": {
580 "type": "structure",
581 "members": {
582 "Attributes": {
583 "shape": "S5"
584 }
585 }
586 }
587 }
588 },
589 "ExceptionResponse": {
590 "type": "structure",
591 "members": {
592 "Type": {},
593 "Message": {}
594 }
595 }
596 }
597 }
598 }
599 }
600 }
601 },
602 "BatchWrite": {
603 "http": {
604 "method": "PUT",
605 "requestUri": "/amazonclouddirectory/2017-01-11/batchwrite",
606 "responseCode": 200
607 },
608 "input": {
609 "type": "structure",
610 "required": [
611 "DirectoryArn",
612 "Operations"
613 ],
614 "members": {
615 "DirectoryArn": {
616 "location": "header",
617 "locationName": "x-amz-data-partition"
618 },
619 "Operations": {
620 "type": "list",
621 "member": {
622 "type": "structure",
623 "members": {
624 "CreateObject": {
625 "type": "structure",
626 "required": [
627 "SchemaFacet",
628 "ObjectAttributeList"
629 ],
630 "members": {
631 "SchemaFacet": {
632 "shape": "S1x"
633 },
634 "ObjectAttributeList": {
635 "shape": "S5"
636 },
637 "ParentReference": {
638 "shape": "Sf"
639 },
640 "LinkName": {},
641 "BatchReferenceName": {}
642 }
643 },
644 "AttachObject": {
645 "type": "structure",
646 "required": [
647 "ParentReference",
648 "ChildReference",
649 "LinkName"
650 ],
651 "members": {
652 "ParentReference": {
653 "shape": "Sf"
654 },
655 "ChildReference": {
656 "shape": "Sf"
657 },
658 "LinkName": {}
659 }
660 },
661 "DetachObject": {
662 "type": "structure",
663 "required": [
664 "ParentReference",
665 "LinkName"
666 ],
667 "members": {
668 "ParentReference": {
669 "shape": "Sf"
670 },
671 "LinkName": {},
672 "BatchReferenceName": {}
673 }
674 },
675 "UpdateObjectAttributes": {
676 "type": "structure",
677 "required": [
678 "ObjectReference",
679 "AttributeUpdates"
680 ],
681 "members": {
682 "ObjectReference": {
683 "shape": "Sf"
684 },
685 "AttributeUpdates": {
686 "shape": "S2v"
687 }
688 }
689 },
690 "DeleteObject": {
691 "type": "structure",
692 "required": [
693 "ObjectReference"
694 ],
695 "members": {
696 "ObjectReference": {
697 "shape": "Sf"
698 }
699 }
700 },
701 "AddFacetToObject": {
702 "type": "structure",
703 "required": [
704 "SchemaFacet",
705 "ObjectAttributeList",
706 "ObjectReference"
707 ],
708 "members": {
709 "SchemaFacet": {
710 "shape": "S3"
711 },
712 "ObjectAttributeList": {
713 "shape": "S5"
714 },
715 "ObjectReference": {
716 "shape": "Sf"
717 }
718 }
719 },
720 "RemoveFacetFromObject": {
721 "type": "structure",
722 "required": [
723 "SchemaFacet",
724 "ObjectReference"
725 ],
726 "members": {
727 "SchemaFacet": {
728 "shape": "S3"
729 },
730 "ObjectReference": {
731 "shape": "Sf"
732 }
733 }
734 },
735 "AttachPolicy": {
736 "type": "structure",
737 "required": [
738 "PolicyReference",
739 "ObjectReference"
740 ],
741 "members": {
742 "PolicyReference": {
743 "shape": "Sf"
744 },
745 "ObjectReference": {
746 "shape": "Sf"
747 }
748 }
749 },
750 "DetachPolicy": {
751 "type": "structure",
752 "required": [
753 "PolicyReference",
754 "ObjectReference"
755 ],
756 "members": {
757 "PolicyReference": {
758 "shape": "Sf"
759 },
760 "ObjectReference": {
761 "shape": "Sf"
762 }
763 }
764 },
765 "CreateIndex": {
766 "type": "structure",
767 "required": [
768 "OrderedIndexedAttributeList",
769 "IsUnique"
770 ],
771 "members": {
772 "OrderedIndexedAttributeList": {
773 "shape": "S35"
774 },
775 "IsUnique": {
776 "type": "boolean"
777 },
778 "ParentReference": {
779 "shape": "Sf"
780 },
781 "LinkName": {},
782 "BatchReferenceName": {}
783 }
784 },
785 "AttachToIndex": {
786 "type": "structure",
787 "required": [
788 "IndexReference",
789 "TargetReference"
790 ],
791 "members": {
792 "IndexReference": {
793 "shape": "Sf"
794 },
795 "TargetReference": {
796 "shape": "Sf"
797 }
798 }
799 },
800 "DetachFromIndex": {
801 "type": "structure",
802 "required": [
803 "IndexReference",
804 "TargetReference"
805 ],
806 "members": {
807 "IndexReference": {
808 "shape": "Sf"
809 },
810 "TargetReference": {
811 "shape": "Sf"
812 }
813 }
814 },
815 "AttachTypedLink": {
816 "type": "structure",
817 "required": [
818 "SourceObjectReference",
819 "TargetObjectReference",
820 "TypedLinkFacet",
821 "Attributes"
822 ],
823 "members": {
824 "SourceObjectReference": {
825 "shape": "Sf"
826 },
827 "TargetObjectReference": {
828 "shape": "Sf"
829 },
830 "TypedLinkFacet": {
831 "shape": "St"
832 },
833 "Attributes": {
834 "shape": "Sv"
835 }
836 }
837 },
838 "DetachTypedLink": {
839 "type": "structure",
840 "required": [
841 "TypedLinkSpecifier"
842 ],
843 "members": {
844 "TypedLinkSpecifier": {
845 "shape": "Sy"
846 }
847 }
848 },
849 "UpdateLinkAttributes": {
850 "type": "structure",
851 "required": [
852 "TypedLinkSpecifier",
853 "AttributeUpdates"
854 ],
855 "members": {
856 "TypedLinkSpecifier": {
857 "shape": "Sy"
858 },
859 "AttributeUpdates": {
860 "shape": "S3c"
861 }
862 }
863 }
864 }
865 }
866 }
867 }
868 },
869 "output": {
870 "type": "structure",
871 "members": {
872 "Responses": {
873 "type": "list",
874 "member": {
875 "type": "structure",
876 "members": {
877 "CreateObject": {
878 "type": "structure",
879 "members": {
880 "ObjectIdentifier": {}
881 }
882 },
883 "AttachObject": {
884 "type": "structure",
885 "members": {
886 "attachedObjectIdentifier": {}
887 }
888 },
889 "DetachObject": {
890 "type": "structure",
891 "members": {
892 "detachedObjectIdentifier": {}
893 }
894 },
895 "UpdateObjectAttributes": {
896 "type": "structure",
897 "members": {
898 "ObjectIdentifier": {}
899 }
900 },
901 "DeleteObject": {
902 "type": "structure",
903 "members": {}
904 },
905 "AddFacetToObject": {
906 "type": "structure",
907 "members": {}
908 },
909 "RemoveFacetFromObject": {
910 "type": "structure",
911 "members": {}
912 },
913 "AttachPolicy": {
914 "type": "structure",
915 "members": {}
916 },
917 "DetachPolicy": {
918 "type": "structure",
919 "members": {}
920 },
921 "CreateIndex": {
922 "type": "structure",
923 "members": {
924 "ObjectIdentifier": {}
925 }
926 },
927 "AttachToIndex": {
928 "type": "structure",
929 "members": {
930 "AttachedObjectIdentifier": {}
931 }
932 },
933 "DetachFromIndex": {
934 "type": "structure",
935 "members": {
936 "DetachedObjectIdentifier": {}
937 }
938 },
939 "AttachTypedLink": {
940 "type": "structure",
941 "members": {
942 "TypedLinkSpecifier": {
943 "shape": "Sy"
944 }
945 }
946 },
947 "DetachTypedLink": {
948 "type": "structure",
949 "members": {}
950 },
951 "UpdateLinkAttributes": {
952 "type": "structure",
953 "members": {}
954 }
955 }
956 }
957 }
958 }
959 }
960 },
961 "CreateDirectory": {
962 "http": {
963 "method": "PUT",
964 "requestUri": "/amazonclouddirectory/2017-01-11/directory/create",
965 "responseCode": 200
966 },
967 "input": {
968 "type": "structure",
969 "required": [
970 "Name",
971 "SchemaArn"
972 ],
973 "members": {
974 "Name": {},
975 "SchemaArn": {
976 "location": "header",
977 "locationName": "x-amz-data-partition"
978 }
979 }
980 },
981 "output": {
982 "type": "structure",
983 "required": [
984 "DirectoryArn",
985 "Name",
986 "ObjectIdentifier",
987 "AppliedSchemaArn"
988 ],
989 "members": {
990 "DirectoryArn": {},
991 "Name": {},
992 "ObjectIdentifier": {},
993 "AppliedSchemaArn": {}
994 }
995 }
996 },
997 "CreateFacet": {
998 "http": {
999 "method": "PUT",
1000 "requestUri": "/amazonclouddirectory/2017-01-11/facet/create",
1001 "responseCode": 200
1002 },
1003 "input": {
1004 "type": "structure",
1005 "required": [
1006 "SchemaArn",
1007 "Name",
1008 "ObjectType"
1009 ],
1010 "members": {
1011 "SchemaArn": {
1012 "location": "header",
1013 "locationName": "x-amz-data-partition"
1014 },
1015 "Name": {},
1016 "Attributes": {
1017 "shape": "S42"
1018 },
1019 "ObjectType": {}
1020 }
1021 },
1022 "output": {
1023 "type": "structure",
1024 "members": {}
1025 }
1026 },
1027 "CreateIndex": {
1028 "http": {
1029 "method": "PUT",
1030 "requestUri": "/amazonclouddirectory/2017-01-11/index",
1031 "responseCode": 200
1032 },
1033 "input": {
1034 "type": "structure",
1035 "required": [
1036 "DirectoryArn",
1037 "OrderedIndexedAttributeList",
1038 "IsUnique"
1039 ],
1040 "members": {
1041 "DirectoryArn": {
1042 "location": "header",
1043 "locationName": "x-amz-data-partition"
1044 },
1045 "OrderedIndexedAttributeList": {
1046 "shape": "S35"
1047 },
1048 "IsUnique": {
1049 "type": "boolean"
1050 },
1051 "ParentReference": {
1052 "shape": "Sf"
1053 },
1054 "LinkName": {}
1055 }
1056 },
1057 "output": {
1058 "type": "structure",
1059 "members": {
1060 "ObjectIdentifier": {}
1061 }
1062 }
1063 },
1064 "CreateObject": {
1065 "http": {
1066 "method": "PUT",
1067 "requestUri": "/amazonclouddirectory/2017-01-11/object",
1068 "responseCode": 200
1069 },
1070 "input": {
1071 "type": "structure",
1072 "required": [
1073 "DirectoryArn",
1074 "SchemaFacets"
1075 ],
1076 "members": {
1077 "DirectoryArn": {
1078 "location": "header",
1079 "locationName": "x-amz-data-partition"
1080 },
1081 "SchemaFacets": {
1082 "shape": "S1x"
1083 },
1084 "ObjectAttributeList": {
1085 "shape": "S5"
1086 },
1087 "ParentReference": {
1088 "shape": "Sf"
1089 },
1090 "LinkName": {}
1091 }
1092 },
1093 "output": {
1094 "type": "structure",
1095 "members": {
1096 "ObjectIdentifier": {}
1097 }
1098 }
1099 },
1100 "CreateSchema": {
1101 "http": {
1102 "method": "PUT",
1103 "requestUri": "/amazonclouddirectory/2017-01-11/schema/create",
1104 "responseCode": 200
1105 },
1106 "input": {
1107 "type": "structure",
1108 "required": [
1109 "Name"
1110 ],
1111 "members": {
1112 "Name": {}
1113 }
1114 },
1115 "output": {
1116 "type": "structure",
1117 "members": {
1118 "SchemaArn": {}
1119 }
1120 }
1121 },
1122 "CreateTypedLinkFacet": {
1123 "http": {
1124 "method": "PUT",
1125 "requestUri": "/amazonclouddirectory/2017-01-11/typedlink/facet/create",
1126 "responseCode": 200
1127 },
1128 "input": {
1129 "type": "structure",
1130 "required": [
1131 "SchemaArn",
1132 "Facet"
1133 ],
1134 "members": {
1135 "SchemaArn": {
1136 "location": "header",
1137 "locationName": "x-amz-data-partition"
1138 },
1139 "Facet": {
1140 "type": "structure",
1141 "required": [
1142 "Name",
1143 "Attributes",
1144 "IdentityAttributeOrder"
1145 ],
1146 "members": {
1147 "Name": {},
1148 "Attributes": {
1149 "shape": "S4q"
1150 },
1151 "IdentityAttributeOrder": {
1152 "shape": "S1a"
1153 }
1154 }
1155 }
1156 }
1157 },
1158 "output": {
1159 "type": "structure",
1160 "members": {}
1161 }
1162 },
1163 "DeleteDirectory": {
1164 "http": {
1165 "method": "PUT",
1166 "requestUri": "/amazonclouddirectory/2017-01-11/directory",
1167 "responseCode": 200
1168 },
1169 "input": {
1170 "type": "structure",
1171 "required": [
1172 "DirectoryArn"
1173 ],
1174 "members": {
1175 "DirectoryArn": {
1176 "location": "header",
1177 "locationName": "x-amz-data-partition"
1178 }
1179 }
1180 },
1181 "output": {
1182 "type": "structure",
1183 "required": [
1184 "DirectoryArn"
1185 ],
1186 "members": {
1187 "DirectoryArn": {}
1188 }
1189 }
1190 },
1191 "DeleteFacet": {
1192 "http": {
1193 "method": "PUT",
1194 "requestUri": "/amazonclouddirectory/2017-01-11/facet/delete",
1195 "responseCode": 200
1196 },
1197 "input": {
1198 "type": "structure",
1199 "required": [
1200 "SchemaArn",
1201 "Name"
1202 ],
1203 "members": {
1204 "SchemaArn": {
1205 "location": "header",
1206 "locationName": "x-amz-data-partition"
1207 },
1208 "Name": {}
1209 }
1210 },
1211 "output": {
1212 "type": "structure",
1213 "members": {}
1214 }
1215 },
1216 "DeleteObject": {
1217 "http": {
1218 "method": "PUT",
1219 "requestUri": "/amazonclouddirectory/2017-01-11/object/delete",
1220 "responseCode": 200
1221 },
1222 "input": {
1223 "type": "structure",
1224 "required": [
1225 "DirectoryArn",
1226 "ObjectReference"
1227 ],
1228 "members": {
1229 "DirectoryArn": {
1230 "location": "header",
1231 "locationName": "x-amz-data-partition"
1232 },
1233 "ObjectReference": {
1234 "shape": "Sf"
1235 }
1236 }
1237 },
1238 "output": {
1239 "type": "structure",
1240 "members": {}
1241 }
1242 },
1243 "DeleteSchema": {
1244 "http": {
1245 "method": "PUT",
1246 "requestUri": "/amazonclouddirectory/2017-01-11/schema",
1247 "responseCode": 200
1248 },
1249 "input": {
1250 "type": "structure",
1251 "required": [
1252 "SchemaArn"
1253 ],
1254 "members": {
1255 "SchemaArn": {
1256 "location": "header",
1257 "locationName": "x-amz-data-partition"
1258 }
1259 }
1260 },
1261 "output": {
1262 "type": "structure",
1263 "members": {
1264 "SchemaArn": {}
1265 }
1266 }
1267 },
1268 "DeleteTypedLinkFacet": {
1269 "http": {
1270 "method": "PUT",
1271 "requestUri": "/amazonclouddirectory/2017-01-11/typedlink/facet/delete",
1272 "responseCode": 200
1273 },
1274 "input": {
1275 "type": "structure",
1276 "required": [
1277 "SchemaArn",
1278 "Name"
1279 ],
1280 "members": {
1281 "SchemaArn": {
1282 "location": "header",
1283 "locationName": "x-amz-data-partition"
1284 },
1285 "Name": {}
1286 }
1287 },
1288 "output": {
1289 "type": "structure",
1290 "members": {}
1291 }
1292 },
1293 "DetachFromIndex": {
1294 "http": {
1295 "method": "PUT",
1296 "requestUri": "/amazonclouddirectory/2017-01-11/index/detach",
1297 "responseCode": 200
1298 },
1299 "input": {
1300 "type": "structure",
1301 "required": [
1302 "DirectoryArn",
1303 "IndexReference",
1304 "TargetReference"
1305 ],
1306 "members": {
1307 "DirectoryArn": {
1308 "location": "header",
1309 "locationName": "x-amz-data-partition"
1310 },
1311 "IndexReference": {
1312 "shape": "Sf"
1313 },
1314 "TargetReference": {
1315 "shape": "Sf"
1316 }
1317 }
1318 },
1319 "output": {
1320 "type": "structure",
1321 "members": {
1322 "DetachedObjectIdentifier": {}
1323 }
1324 }
1325 },
1326 "DetachObject": {
1327 "http": {
1328 "method": "PUT",
1329 "requestUri": "/amazonclouddirectory/2017-01-11/object/detach",
1330 "responseCode": 200
1331 },
1332 "input": {
1333 "type": "structure",
1334 "required": [
1335 "DirectoryArn",
1336 "ParentReference",
1337 "LinkName"
1338 ],
1339 "members": {
1340 "DirectoryArn": {
1341 "location": "header",
1342 "locationName": "x-amz-data-partition"
1343 },
1344 "ParentReference": {
1345 "shape": "Sf"
1346 },
1347 "LinkName": {}
1348 }
1349 },
1350 "output": {
1351 "type": "structure",
1352 "members": {
1353 "DetachedObjectIdentifier": {}
1354 }
1355 }
1356 },
1357 "DetachPolicy": {
1358 "http": {
1359 "method": "PUT",
1360 "requestUri": "/amazonclouddirectory/2017-01-11/policy/detach",
1361 "responseCode": 200
1362 },
1363 "input": {
1364 "type": "structure",
1365 "required": [
1366 "DirectoryArn",
1367 "PolicyReference",
1368 "ObjectReference"
1369 ],
1370 "members": {
1371 "DirectoryArn": {
1372 "location": "header",
1373 "locationName": "x-amz-data-partition"
1374 },
1375 "PolicyReference": {
1376 "shape": "Sf"
1377 },
1378 "ObjectReference": {
1379 "shape": "Sf"
1380 }
1381 }
1382 },
1383 "output": {
1384 "type": "structure",
1385 "members": {}
1386 }
1387 },
1388 "DetachTypedLink": {
1389 "http": {
1390 "method": "PUT",
1391 "requestUri": "/amazonclouddirectory/2017-01-11/typedlink/detach",
1392 "responseCode": 200
1393 },
1394 "input": {
1395 "type": "structure",
1396 "required": [
1397 "DirectoryArn",
1398 "TypedLinkSpecifier"
1399 ],
1400 "members": {
1401 "DirectoryArn": {
1402 "location": "header",
1403 "locationName": "x-amz-data-partition"
1404 },
1405 "TypedLinkSpecifier": {
1406 "shape": "Sy"
1407 }
1408 }
1409 }
1410 },
1411 "DisableDirectory": {
1412 "http": {
1413 "method": "PUT",
1414 "requestUri": "/amazonclouddirectory/2017-01-11/directory/disable",
1415 "responseCode": 200
1416 },
1417 "input": {
1418 "type": "structure",
1419 "required": [
1420 "DirectoryArn"
1421 ],
1422 "members": {
1423 "DirectoryArn": {
1424 "location": "header",
1425 "locationName": "x-amz-data-partition"
1426 }
1427 }
1428 },
1429 "output": {
1430 "type": "structure",
1431 "required": [
1432 "DirectoryArn"
1433 ],
1434 "members": {
1435 "DirectoryArn": {}
1436 }
1437 }
1438 },
1439 "EnableDirectory": {
1440 "http": {
1441 "method": "PUT",
1442 "requestUri": "/amazonclouddirectory/2017-01-11/directory/enable",
1443 "responseCode": 200
1444 },
1445 "input": {
1446 "type": "structure",
1447 "required": [
1448 "DirectoryArn"
1449 ],
1450 "members": {
1451 "DirectoryArn": {
1452 "location": "header",
1453 "locationName": "x-amz-data-partition"
1454 }
1455 }
1456 },
1457 "output": {
1458 "type": "structure",
1459 "required": [
1460 "DirectoryArn"
1461 ],
1462 "members": {
1463 "DirectoryArn": {}
1464 }
1465 }
1466 },
1467 "GetAppliedSchemaVersion": {
1468 "http": {
1469 "requestUri": "/amazonclouddirectory/2017-01-11/schema/getappliedschema",
1470 "responseCode": 200
1471 },
1472 "input": {
1473 "type": "structure",
1474 "required": [
1475 "SchemaArn"
1476 ],
1477 "members": {
1478 "SchemaArn": {}
1479 }
1480 },
1481 "output": {
1482 "type": "structure",
1483 "members": {
1484 "AppliedSchemaArn": {}
1485 }
1486 }
1487 },
1488 "GetDirectory": {
1489 "http": {
1490 "requestUri": "/amazonclouddirectory/2017-01-11/directory/get",
1491 "responseCode": 200
1492 },
1493 "input": {
1494 "type": "structure",
1495 "required": [
1496 "DirectoryArn"
1497 ],
1498 "members": {
1499 "DirectoryArn": {
1500 "location": "header",
1501 "locationName": "x-amz-data-partition"
1502 }
1503 }
1504 },
1505 "output": {
1506 "type": "structure",
1507 "required": [
1508 "Directory"
1509 ],
1510 "members": {
1511 "Directory": {
1512 "shape": "S5i"
1513 }
1514 }
1515 }
1516 },
1517 "GetFacet": {
1518 "http": {
1519 "requestUri": "/amazonclouddirectory/2017-01-11/facet",
1520 "responseCode": 200
1521 },
1522 "input": {
1523 "type": "structure",
1524 "required": [
1525 "SchemaArn",
1526 "Name"
1527 ],
1528 "members": {
1529 "SchemaArn": {
1530 "location": "header",
1531 "locationName": "x-amz-data-partition"
1532 },
1533 "Name": {}
1534 }
1535 },
1536 "output": {
1537 "type": "structure",
1538 "members": {
1539 "Facet": {
1540 "type": "structure",
1541 "members": {
1542 "Name": {},
1543 "ObjectType": {}
1544 }
1545 }
1546 }
1547 }
1548 },
1549 "GetLinkAttributes": {
1550 "http": {
1551 "requestUri": "/amazonclouddirectory/2017-01-11/typedlink/attributes/get",
1552 "responseCode": 200
1553 },
1554 "input": {
1555 "type": "structure",
1556 "required": [
1557 "DirectoryArn",
1558 "TypedLinkSpecifier",
1559 "AttributeNames"
1560 ],
1561 "members": {
1562 "DirectoryArn": {
1563 "location": "header",
1564 "locationName": "x-amz-data-partition"
1565 },
1566 "TypedLinkSpecifier": {
1567 "shape": "Sy"
1568 },
1569 "AttributeNames": {
1570 "shape": "S1a"
1571 },
1572 "ConsistencyLevel": {}
1573 }
1574 },
1575 "output": {
1576 "type": "structure",
1577 "members": {
1578 "Attributes": {
1579 "shape": "S5"
1580 }
1581 }
1582 }
1583 },
1584 "GetObjectAttributes": {
1585 "http": {
1586 "requestUri": "/amazonclouddirectory/2017-01-11/object/attributes/get",
1587 "responseCode": 200
1588 },
1589 "input": {
1590 "type": "structure",
1591 "required": [
1592 "DirectoryArn",
1593 "ObjectReference",
1594 "SchemaFacet",
1595 "AttributeNames"
1596 ],
1597 "members": {
1598 "DirectoryArn": {
1599 "location": "header",
1600 "locationName": "x-amz-data-partition"
1601 },
1602 "ObjectReference": {
1603 "shape": "Sf"
1604 },
1605 "ConsistencyLevel": {
1606 "location": "header",
1607 "locationName": "x-amz-consistency-level"
1608 },
1609 "SchemaFacet": {
1610 "shape": "S3"
1611 },
1612 "AttributeNames": {
1613 "shape": "S1a"
1614 }
1615 }
1616 },
1617 "output": {
1618 "type": "structure",
1619 "members": {
1620 "Attributes": {
1621 "shape": "S5"
1622 }
1623 }
1624 }
1625 },
1626 "GetObjectInformation": {
1627 "http": {
1628 "requestUri": "/amazonclouddirectory/2017-01-11/object/information",
1629 "responseCode": 200
1630 },
1631 "input": {
1632 "type": "structure",
1633 "required": [
1634 "DirectoryArn",
1635 "ObjectReference"
1636 ],
1637 "members": {
1638 "DirectoryArn": {
1639 "location": "header",
1640 "locationName": "x-amz-data-partition"
1641 },
1642 "ObjectReference": {
1643 "shape": "Sf"
1644 },
1645 "ConsistencyLevel": {
1646 "location": "header",
1647 "locationName": "x-amz-consistency-level"
1648 }
1649 }
1650 },
1651 "output": {
1652 "type": "structure",
1653 "members": {
1654 "SchemaFacets": {
1655 "shape": "S1x"
1656 },
1657 "ObjectIdentifier": {}
1658 }
1659 }
1660 },
1661 "GetSchemaAsJson": {
1662 "http": {
1663 "requestUri": "/amazonclouddirectory/2017-01-11/schema/json",
1664 "responseCode": 200
1665 },
1666 "input": {
1667 "type": "structure",
1668 "required": [
1669 "SchemaArn"
1670 ],
1671 "members": {
1672 "SchemaArn": {
1673 "location": "header",
1674 "locationName": "x-amz-data-partition"
1675 }
1676 }
1677 },
1678 "output": {
1679 "type": "structure",
1680 "members": {
1681 "Name": {},
1682 "Document": {}
1683 }
1684 }
1685 },
1686 "GetTypedLinkFacetInformation": {
1687 "http": {
1688 "requestUri": "/amazonclouddirectory/2017-01-11/typedlink/facet/get",
1689 "responseCode": 200
1690 },
1691 "input": {
1692 "type": "structure",
1693 "required": [
1694 "SchemaArn",
1695 "Name"
1696 ],
1697 "members": {
1698 "SchemaArn": {
1699 "location": "header",
1700 "locationName": "x-amz-data-partition"
1701 },
1702 "Name": {}
1703 }
1704 },
1705 "output": {
1706 "type": "structure",
1707 "members": {
1708 "IdentityAttributeOrder": {
1709 "shape": "S1a"
1710 }
1711 }
1712 }
1713 },
1714 "ListAppliedSchemaArns": {
1715 "http": {
1716 "requestUri": "/amazonclouddirectory/2017-01-11/schema/applied",
1717 "responseCode": 200
1718 },
1719 "input": {
1720 "type": "structure",
1721 "required": [
1722 "DirectoryArn"
1723 ],
1724 "members": {
1725 "DirectoryArn": {},
1726 "SchemaArn": {},
1727 "NextToken": {},
1728 "MaxResults": {
1729 "type": "integer"
1730 }
1731 }
1732 },
1733 "output": {
1734 "type": "structure",
1735 "members": {
1736 "SchemaArns": {
1737 "shape": "S61"
1738 },
1739 "NextToken": {}
1740 }
1741 }
1742 },
1743 "ListAttachedIndices": {
1744 "http": {
1745 "requestUri": "/amazonclouddirectory/2017-01-11/object/indices",
1746 "responseCode": 200
1747 },
1748 "input": {
1749 "type": "structure",
1750 "required": [
1751 "DirectoryArn",
1752 "TargetReference"
1753 ],
1754 "members": {
1755 "DirectoryArn": {
1756 "location": "header",
1757 "locationName": "x-amz-data-partition"
1758 },
1759 "TargetReference": {
1760 "shape": "Sf"
1761 },
1762 "NextToken": {},
1763 "MaxResults": {
1764 "type": "integer"
1765 },
1766 "ConsistencyLevel": {
1767 "location": "header",
1768 "locationName": "x-amz-consistency-level"
1769 }
1770 }
1771 },
1772 "output": {
1773 "type": "structure",
1774 "members": {
1775 "IndexAttachments": {
1776 "shape": "S20"
1777 },
1778 "NextToken": {}
1779 }
1780 }
1781 },
1782 "ListDevelopmentSchemaArns": {
1783 "http": {
1784 "requestUri": "/amazonclouddirectory/2017-01-11/schema/development",
1785 "responseCode": 200
1786 },
1787 "input": {
1788 "type": "structure",
1789 "members": {
1790 "NextToken": {},
1791 "MaxResults": {
1792 "type": "integer"
1793 }
1794 }
1795 },
1796 "output": {
1797 "type": "structure",
1798 "members": {
1799 "SchemaArns": {
1800 "shape": "S61"
1801 },
1802 "NextToken": {}
1803 }
1804 }
1805 },
1806 "ListDirectories": {
1807 "http": {
1808 "requestUri": "/amazonclouddirectory/2017-01-11/directory/list",
1809 "responseCode": 200
1810 },
1811 "input": {
1812 "type": "structure",
1813 "members": {
1814 "NextToken": {},
1815 "MaxResults": {
1816 "type": "integer"
1817 },
1818 "state": {}
1819 }
1820 },
1821 "output": {
1822 "type": "structure",
1823 "required": [
1824 "Directories"
1825 ],
1826 "members": {
1827 "Directories": {
1828 "type": "list",
1829 "member": {
1830 "shape": "S5i"
1831 }
1832 },
1833 "NextToken": {}
1834 }
1835 }
1836 },
1837 "ListFacetAttributes": {
1838 "http": {
1839 "requestUri": "/amazonclouddirectory/2017-01-11/facet/attributes",
1840 "responseCode": 200
1841 },
1842 "input": {
1843 "type": "structure",
1844 "required": [
1845 "SchemaArn",
1846 "Name"
1847 ],
1848 "members": {
1849 "SchemaArn": {
1850 "location": "header",
1851 "locationName": "x-amz-data-partition"
1852 },
1853 "Name": {},
1854 "NextToken": {},
1855 "MaxResults": {
1856 "type": "integer"
1857 }
1858 }
1859 },
1860 "output": {
1861 "type": "structure",
1862 "members": {
1863 "Attributes": {
1864 "shape": "S42"
1865 },
1866 "NextToken": {}
1867 }
1868 }
1869 },
1870 "ListFacetNames": {
1871 "http": {
1872 "requestUri": "/amazonclouddirectory/2017-01-11/facet/list",
1873 "responseCode": 200
1874 },
1875 "input": {
1876 "type": "structure",
1877 "required": [
1878 "SchemaArn"
1879 ],
1880 "members": {
1881 "SchemaArn": {
1882 "location": "header",
1883 "locationName": "x-amz-data-partition"
1884 },
1885 "NextToken": {},
1886 "MaxResults": {
1887 "type": "integer"
1888 }
1889 }
1890 },
1891 "output": {
1892 "type": "structure",
1893 "members": {
1894 "FacetNames": {
1895 "type": "list",
1896 "member": {}
1897 },
1898 "NextToken": {}
1899 }
1900 }
1901 },
1902 "ListIncomingTypedLinks": {
1903 "http": {
1904 "requestUri": "/amazonclouddirectory/2017-01-11/typedlink/incoming",
1905 "responseCode": 200
1906 },
1907 "input": {
1908 "type": "structure",
1909 "required": [
1910 "DirectoryArn",
1911 "ObjectReference"
1912 ],
1913 "members": {
1914 "DirectoryArn": {
1915 "location": "header",
1916 "locationName": "x-amz-data-partition"
1917 },
1918 "ObjectReference": {
1919 "shape": "Sf"
1920 },
1921 "FilterAttributeRanges": {
1922 "shape": "S1k"
1923 },
1924 "FilterTypedLink": {
1925 "shape": "St"
1926 },
1927 "NextToken": {},
1928 "MaxResults": {
1929 "type": "integer"
1930 },
1931 "ConsistencyLevel": {}
1932 }
1933 },
1934 "output": {
1935 "type": "structure",
1936 "members": {
1937 "LinkSpecifiers": {
1938 "shape": "S2h"
1939 },
1940 "NextToken": {}
1941 }
1942 }
1943 },
1944 "ListIndex": {
1945 "http": {
1946 "requestUri": "/amazonclouddirectory/2017-01-11/index/targets",
1947 "responseCode": 200
1948 },
1949 "input": {
1950 "type": "structure",
1951 "required": [
1952 "DirectoryArn",
1953 "IndexReference"
1954 ],
1955 "members": {
1956 "DirectoryArn": {
1957 "location": "header",
1958 "locationName": "x-amz-data-partition"
1959 },
1960 "RangesOnIndexedValues": {
1961 "shape": "S1f"
1962 },
1963 "IndexReference": {
1964 "shape": "Sf"
1965 },
1966 "MaxResults": {
1967 "type": "integer"
1968 },
1969 "NextToken": {},
1970 "ConsistencyLevel": {
1971 "location": "header",
1972 "locationName": "x-amz-consistency-level"
1973 }
1974 }
1975 },
1976 "output": {
1977 "type": "structure",
1978 "members": {
1979 "IndexAttachments": {
1980 "shape": "S20"
1981 },
1982 "NextToken": {}
1983 }
1984 }
1985 },
1986 "ListObjectAttributes": {
1987 "http": {
1988 "requestUri": "/amazonclouddirectory/2017-01-11/object/attributes",
1989 "responseCode": 200
1990 },
1991 "input": {
1992 "type": "structure",
1993 "required": [
1994 "DirectoryArn",
1995 "ObjectReference"
1996 ],
1997 "members": {
1998 "DirectoryArn": {
1999 "location": "header",
2000 "locationName": "x-amz-data-partition"
2001 },
2002 "ObjectReference": {
2003 "shape": "Sf"
2004 },
2005 "NextToken": {},
2006 "MaxResults": {
2007 "type": "integer"
2008 },
2009 "ConsistencyLevel": {
2010 "location": "header",
2011 "locationName": "x-amz-consistency-level"
2012 },
2013 "FacetFilter": {
2014 "shape": "S3"
2015 }
2016 }
2017 },
2018 "output": {
2019 "type": "structure",
2020 "members": {
2021 "Attributes": {
2022 "shape": "S5"
2023 },
2024 "NextToken": {}
2025 }
2026 }
2027 },
2028 "ListObjectChildren": {
2029 "http": {
2030 "requestUri": "/amazonclouddirectory/2017-01-11/object/children",
2031 "responseCode": 200
2032 },
2033 "input": {
2034 "type": "structure",
2035 "required": [
2036 "DirectoryArn",
2037 "ObjectReference"
2038 ],
2039 "members": {
2040 "DirectoryArn": {
2041 "location": "header",
2042 "locationName": "x-amz-data-partition"
2043 },
2044 "ObjectReference": {
2045 "shape": "Sf"
2046 },
2047 "NextToken": {},
2048 "MaxResults": {
2049 "type": "integer"
2050 },
2051 "ConsistencyLevel": {
2052 "location": "header",
2053 "locationName": "x-amz-consistency-level"
2054 }
2055 }
2056 },
2057 "output": {
2058 "type": "structure",
2059 "members": {
2060 "Children": {
2061 "shape": "S1v"
2062 },
2063 "NextToken": {}
2064 }
2065 }
2066 },
2067 "ListObjectParentPaths": {
2068 "http": {
2069 "requestUri": "/amazonclouddirectory/2017-01-11/object/parentpaths",
2070 "responseCode": 200
2071 },
2072 "input": {
2073 "type": "structure",
2074 "required": [
2075 "DirectoryArn",
2076 "ObjectReference"
2077 ],
2078 "members": {
2079 "DirectoryArn": {
2080 "location": "header",
2081 "locationName": "x-amz-data-partition"
2082 },
2083 "ObjectReference": {
2084 "shape": "Sf"
2085 },
2086 "NextToken": {},
2087 "MaxResults": {
2088 "type": "integer"
2089 }
2090 }
2091 },
2092 "output": {
2093 "type": "structure",
2094 "members": {
2095 "PathToObjectIdentifiersList": {
2096 "shape": "S23"
2097 },
2098 "NextToken": {}
2099 }
2100 }
2101 },
2102 "ListObjectParents": {
2103 "http": {
2104 "requestUri": "/amazonclouddirectory/2017-01-11/object/parent",
2105 "responseCode": 200
2106 },
2107 "input": {
2108 "type": "structure",
2109 "required": [
2110 "DirectoryArn",
2111 "ObjectReference"
2112 ],
2113 "members": {
2114 "DirectoryArn": {
2115 "location": "header",
2116 "locationName": "x-amz-data-partition"
2117 },
2118 "ObjectReference": {
2119 "shape": "Sf"
2120 },
2121 "NextToken": {},
2122 "MaxResults": {
2123 "type": "integer"
2124 },
2125 "ConsistencyLevel": {
2126 "location": "header",
2127 "locationName": "x-amz-consistency-level"
2128 }
2129 }
2130 },
2131 "output": {
2132 "type": "structure",
2133 "members": {
2134 "Parents": {
2135 "type": "map",
2136 "key": {},
2137 "value": {}
2138 },
2139 "NextToken": {}
2140 }
2141 }
2142 },
2143 "ListObjectPolicies": {
2144 "http": {
2145 "requestUri": "/amazonclouddirectory/2017-01-11/object/policy",
2146 "responseCode": 200
2147 },
2148 "input": {
2149 "type": "structure",
2150 "required": [
2151 "DirectoryArn",
2152 "ObjectReference"
2153 ],
2154 "members": {
2155 "DirectoryArn": {
2156 "location": "header",
2157 "locationName": "x-amz-data-partition"
2158 },
2159 "ObjectReference": {
2160 "shape": "Sf"
2161 },
2162 "NextToken": {},
2163 "MaxResults": {
2164 "type": "integer"
2165 },
2166 "ConsistencyLevel": {
2167 "location": "header",
2168 "locationName": "x-amz-consistency-level"
2169 }
2170 }
2171 },
2172 "output": {
2173 "type": "structure",
2174 "members": {
2175 "AttachedPolicyIds": {
2176 "shape": "S26"
2177 },
2178 "NextToken": {}
2179 }
2180 }
2181 },
2182 "ListOutgoingTypedLinks": {
2183 "http": {
2184 "requestUri": "/amazonclouddirectory/2017-01-11/typedlink/outgoing",
2185 "responseCode": 200
2186 },
2187 "input": {
2188 "type": "structure",
2189 "required": [
2190 "DirectoryArn",
2191 "ObjectReference"
2192 ],
2193 "members": {
2194 "DirectoryArn": {
2195 "location": "header",
2196 "locationName": "x-amz-data-partition"
2197 },
2198 "ObjectReference": {
2199 "shape": "Sf"
2200 },
2201 "FilterAttributeRanges": {
2202 "shape": "S1k"
2203 },
2204 "FilterTypedLink": {
2205 "shape": "St"
2206 },
2207 "NextToken": {},
2208 "MaxResults": {
2209 "type": "integer"
2210 },
2211 "ConsistencyLevel": {}
2212 }
2213 },
2214 "output": {
2215 "type": "structure",
2216 "members": {
2217 "TypedLinkSpecifiers": {
2218 "shape": "S2h"
2219 },
2220 "NextToken": {}
2221 }
2222 }
2223 },
2224 "ListPolicyAttachments": {
2225 "http": {
2226 "requestUri": "/amazonclouddirectory/2017-01-11/policy/attachment",
2227 "responseCode": 200
2228 },
2229 "input": {
2230 "type": "structure",
2231 "required": [
2232 "DirectoryArn",
2233 "PolicyReference"
2234 ],
2235 "members": {
2236 "DirectoryArn": {
2237 "location": "header",
2238 "locationName": "x-amz-data-partition"
2239 },
2240 "PolicyReference": {
2241 "shape": "Sf"
2242 },
2243 "NextToken": {},
2244 "MaxResults": {
2245 "type": "integer"
2246 },
2247 "ConsistencyLevel": {
2248 "location": "header",
2249 "locationName": "x-amz-consistency-level"
2250 }
2251 }
2252 },
2253 "output": {
2254 "type": "structure",
2255 "members": {
2256 "ObjectIdentifiers": {
2257 "shape": "S26"
2258 },
2259 "NextToken": {}
2260 }
2261 }
2262 },
2263 "ListPublishedSchemaArns": {
2264 "http": {
2265 "requestUri": "/amazonclouddirectory/2017-01-11/schema/published",
2266 "responseCode": 200
2267 },
2268 "input": {
2269 "type": "structure",
2270 "members": {
2271 "SchemaArn": {},
2272 "NextToken": {},
2273 "MaxResults": {
2274 "type": "integer"
2275 }
2276 }
2277 },
2278 "output": {
2279 "type": "structure",
2280 "members": {
2281 "SchemaArns": {
2282 "shape": "S61"
2283 },
2284 "NextToken": {}
2285 }
2286 }
2287 },
2288 "ListTagsForResource": {
2289 "http": {
2290 "requestUri": "/amazonclouddirectory/2017-01-11/tags",
2291 "responseCode": 200
2292 },
2293 "input": {
2294 "type": "structure",
2295 "required": [
2296 "ResourceArn"
2297 ],
2298 "members": {
2299 "ResourceArn": {},
2300 "NextToken": {},
2301 "MaxResults": {
2302 "type": "integer"
2303 }
2304 }
2305 },
2306 "output": {
2307 "type": "structure",
2308 "members": {
2309 "Tags": {
2310 "shape": "S72"
2311 },
2312 "NextToken": {}
2313 }
2314 }
2315 },
2316 "ListTypedLinkFacetAttributes": {
2317 "http": {
2318 "requestUri": "/amazonclouddirectory/2017-01-11/typedlink/facet/attributes",
2319 "responseCode": 200
2320 },
2321 "input": {
2322 "type": "structure",
2323 "required": [
2324 "SchemaArn",
2325 "Name"
2326 ],
2327 "members": {
2328 "SchemaArn": {
2329 "location": "header",
2330 "locationName": "x-amz-data-partition"
2331 },
2332 "Name": {},
2333 "NextToken": {},
2334 "MaxResults": {
2335 "type": "integer"
2336 }
2337 }
2338 },
2339 "output": {
2340 "type": "structure",
2341 "members": {
2342 "Attributes": {
2343 "shape": "S4q"
2344 },
2345 "NextToken": {}
2346 }
2347 }
2348 },
2349 "ListTypedLinkFacetNames": {
2350 "http": {
2351 "requestUri": "/amazonclouddirectory/2017-01-11/typedlink/facet/list",
2352 "responseCode": 200
2353 },
2354 "input": {
2355 "type": "structure",
2356 "required": [
2357 "SchemaArn"
2358 ],
2359 "members": {
2360 "SchemaArn": {
2361 "location": "header",
2362 "locationName": "x-amz-data-partition"
2363 },
2364 "NextToken": {},
2365 "MaxResults": {
2366 "type": "integer"
2367 }
2368 }
2369 },
2370 "output": {
2371 "type": "structure",
2372 "members": {
2373 "FacetNames": {
2374 "type": "list",
2375 "member": {}
2376 },
2377 "NextToken": {}
2378 }
2379 }
2380 },
2381 "LookupPolicy": {
2382 "http": {
2383 "requestUri": "/amazonclouddirectory/2017-01-11/policy/lookup",
2384 "responseCode": 200
2385 },
2386 "input": {
2387 "type": "structure",
2388 "required": [
2389 "DirectoryArn",
2390 "ObjectReference"
2391 ],
2392 "members": {
2393 "DirectoryArn": {
2394 "location": "header",
2395 "locationName": "x-amz-data-partition"
2396 },
2397 "ObjectReference": {
2398 "shape": "Sf"
2399 },
2400 "NextToken": {},
2401 "MaxResults": {
2402 "type": "integer"
2403 }
2404 }
2405 },
2406 "output": {
2407 "type": "structure",
2408 "members": {
2409 "PolicyToPathList": {
2410 "shape": "S2a"
2411 },
2412 "NextToken": {}
2413 }
2414 }
2415 },
2416 "PublishSchema": {
2417 "http": {
2418 "method": "PUT",
2419 "requestUri": "/amazonclouddirectory/2017-01-11/schema/publish",
2420 "responseCode": 200
2421 },
2422 "input": {
2423 "type": "structure",
2424 "required": [
2425 "DevelopmentSchemaArn",
2426 "Version"
2427 ],
2428 "members": {
2429 "DevelopmentSchemaArn": {
2430 "location": "header",
2431 "locationName": "x-amz-data-partition"
2432 },
2433 "Version": {},
2434 "MinorVersion": {},
2435 "Name": {}
2436 }
2437 },
2438 "output": {
2439 "type": "structure",
2440 "members": {
2441 "PublishedSchemaArn": {}
2442 }
2443 }
2444 },
2445 "PutSchemaFromJson": {
2446 "http": {
2447 "method": "PUT",
2448 "requestUri": "/amazonclouddirectory/2017-01-11/schema/json",
2449 "responseCode": 200
2450 },
2451 "input": {
2452 "type": "structure",
2453 "required": [
2454 "SchemaArn",
2455 "Document"
2456 ],
2457 "members": {
2458 "SchemaArn": {
2459 "location": "header",
2460 "locationName": "x-amz-data-partition"
2461 },
2462 "Document": {}
2463 }
2464 },
2465 "output": {
2466 "type": "structure",
2467 "members": {
2468 "Arn": {}
2469 }
2470 }
2471 },
2472 "RemoveFacetFromObject": {
2473 "http": {
2474 "method": "PUT",
2475 "requestUri": "/amazonclouddirectory/2017-01-11/object/facets/delete",
2476 "responseCode": 200
2477 },
2478 "input": {
2479 "type": "structure",
2480 "required": [
2481 "DirectoryArn",
2482 "SchemaFacet",
2483 "ObjectReference"
2484 ],
2485 "members": {
2486 "DirectoryArn": {
2487 "location": "header",
2488 "locationName": "x-amz-data-partition"
2489 },
2490 "SchemaFacet": {
2491 "shape": "S3"
2492 },
2493 "ObjectReference": {
2494 "shape": "Sf"
2495 }
2496 }
2497 },
2498 "output": {
2499 "type": "structure",
2500 "members": {}
2501 }
2502 },
2503 "TagResource": {
2504 "http": {
2505 "method": "PUT",
2506 "requestUri": "/amazonclouddirectory/2017-01-11/tags/add",
2507 "responseCode": 200
2508 },
2509 "input": {
2510 "type": "structure",
2511 "required": [
2512 "ResourceArn",
2513 "Tags"
2514 ],
2515 "members": {
2516 "ResourceArn": {},
2517 "Tags": {
2518 "shape": "S72"
2519 }
2520 }
2521 },
2522 "output": {
2523 "type": "structure",
2524 "members": {}
2525 }
2526 },
2527 "UntagResource": {
2528 "http": {
2529 "method": "PUT",
2530 "requestUri": "/amazonclouddirectory/2017-01-11/tags/remove",
2531 "responseCode": 200
2532 },
2533 "input": {
2534 "type": "structure",
2535 "required": [
2536 "ResourceArn",
2537 "TagKeys"
2538 ],
2539 "members": {
2540 "ResourceArn": {},
2541 "TagKeys": {
2542 "type": "list",
2543 "member": {}
2544 }
2545 }
2546 },
2547 "output": {
2548 "type": "structure",
2549 "members": {}
2550 }
2551 },
2552 "UpdateFacet": {
2553 "http": {
2554 "method": "PUT",
2555 "requestUri": "/amazonclouddirectory/2017-01-11/facet",
2556 "responseCode": 200
2557 },
2558 "input": {
2559 "type": "structure",
2560 "required": [
2561 "SchemaArn",
2562 "Name"
2563 ],
2564 "members": {
2565 "SchemaArn": {
2566 "location": "header",
2567 "locationName": "x-amz-data-partition"
2568 },
2569 "Name": {},
2570 "AttributeUpdates": {
2571 "type": "list",
2572 "member": {
2573 "type": "structure",
2574 "members": {
2575 "Attribute": {
2576 "shape": "S43"
2577 },
2578 "Action": {}
2579 }
2580 }
2581 },
2582 "ObjectType": {}
2583 }
2584 },
2585 "output": {
2586 "type": "structure",
2587 "members": {}
2588 }
2589 },
2590 "UpdateLinkAttributes": {
2591 "http": {
2592 "requestUri": "/amazonclouddirectory/2017-01-11/typedlink/attributes/update",
2593 "responseCode": 200
2594 },
2595 "input": {
2596 "type": "structure",
2597 "required": [
2598 "DirectoryArn",
2599 "TypedLinkSpecifier",
2600 "AttributeUpdates"
2601 ],
2602 "members": {
2603 "DirectoryArn": {
2604 "location": "header",
2605 "locationName": "x-amz-data-partition"
2606 },
2607 "TypedLinkSpecifier": {
2608 "shape": "Sy"
2609 },
2610 "AttributeUpdates": {
2611 "shape": "S3c"
2612 }
2613 }
2614 },
2615 "output": {
2616 "type": "structure",
2617 "members": {}
2618 }
2619 },
2620 "UpdateObjectAttributes": {
2621 "http": {
2622 "method": "PUT",
2623 "requestUri": "/amazonclouddirectory/2017-01-11/object/update",
2624 "responseCode": 200
2625 },
2626 "input": {
2627 "type": "structure",
2628 "required": [
2629 "DirectoryArn",
2630 "ObjectReference",
2631 "AttributeUpdates"
2632 ],
2633 "members": {
2634 "DirectoryArn": {
2635 "location": "header",
2636 "locationName": "x-amz-data-partition"
2637 },
2638 "ObjectReference": {
2639 "shape": "Sf"
2640 },
2641 "AttributeUpdates": {
2642 "shape": "S2v"
2643 }
2644 }
2645 },
2646 "output": {
2647 "type": "structure",
2648 "members": {
2649 "ObjectIdentifier": {}
2650 }
2651 }
2652 },
2653 "UpdateSchema": {
2654 "http": {
2655 "method": "PUT",
2656 "requestUri": "/amazonclouddirectory/2017-01-11/schema/update",
2657 "responseCode": 200
2658 },
2659 "input": {
2660 "type": "structure",
2661 "required": [
2662 "SchemaArn",
2663 "Name"
2664 ],
2665 "members": {
2666 "SchemaArn": {
2667 "location": "header",
2668 "locationName": "x-amz-data-partition"
2669 },
2670 "Name": {}
2671 }
2672 },
2673 "output": {
2674 "type": "structure",
2675 "members": {
2676 "SchemaArn": {}
2677 }
2678 }
2679 },
2680 "UpdateTypedLinkFacet": {
2681 "http": {
2682 "method": "PUT",
2683 "requestUri": "/amazonclouddirectory/2017-01-11/typedlink/facet",
2684 "responseCode": 200
2685 },
2686 "input": {
2687 "type": "structure",
2688 "required": [
2689 "SchemaArn",
2690 "Name",
2691 "AttributeUpdates",
2692 "IdentityAttributeOrder"
2693 ],
2694 "members": {
2695 "SchemaArn": {
2696 "location": "header",
2697 "locationName": "x-amz-data-partition"
2698 },
2699 "Name": {},
2700 "AttributeUpdates": {
2701 "type": "list",
2702 "member": {
2703 "type": "structure",
2704 "required": [
2705 "Attribute",
2706 "Action"
2707 ],
2708 "members": {
2709 "Attribute": {
2710 "shape": "S4r"
2711 },
2712 "Action": {}
2713 }
2714 }
2715 },
2716 "IdentityAttributeOrder": {
2717 "shape": "S1a"
2718 }
2719 }
2720 },
2721 "output": {
2722 "type": "structure",
2723 "members": {}
2724 }
2725 },
2726 "UpgradeAppliedSchema": {
2727 "http": {
2728 "method": "PUT",
2729 "requestUri": "/amazonclouddirectory/2017-01-11/schema/upgradeapplied",
2730 "responseCode": 200
2731 },
2732 "input": {
2733 "type": "structure",
2734 "required": [
2735 "PublishedSchemaArn",
2736 "DirectoryArn"
2737 ],
2738 "members": {
2739 "PublishedSchemaArn": {},
2740 "DirectoryArn": {},
2741 "DryRun": {
2742 "type": "boolean"
2743 }
2744 }
2745 },
2746 "output": {
2747 "type": "structure",
2748 "members": {
2749 "UpgradedSchemaArn": {},
2750 "DirectoryArn": {}
2751 }
2752 }
2753 },
2754 "UpgradePublishedSchema": {
2755 "http": {
2756 "method": "PUT",
2757 "requestUri": "/amazonclouddirectory/2017-01-11/schema/upgradepublished",
2758 "responseCode": 200
2759 },
2760 "input": {
2761 "type": "structure",
2762 "required": [
2763 "DevelopmentSchemaArn",
2764 "PublishedSchemaArn",
2765 "MinorVersion"
2766 ],
2767 "members": {
2768 "DevelopmentSchemaArn": {},
2769 "PublishedSchemaArn": {},
2770 "MinorVersion": {},
2771 "DryRun": {
2772 "type": "boolean"
2773 }
2774 }
2775 },
2776 "output": {
2777 "type": "structure",
2778 "members": {
2779 "UpgradedSchemaArn": {}
2780 }
2781 }
2782 }
2783 },
2784 "shapes": {
2785 "S3": {
2786 "type": "structure",
2787 "members": {
2788 "SchemaArn": {},
2789 "FacetName": {}
2790 }
2791 },
2792 "S5": {
2793 "type": "list",
2794 "member": {
2795 "type": "structure",
2796 "required": [
2797 "Key",
2798 "Value"
2799 ],
2800 "members": {
2801 "Key": {
2802 "shape": "S7"
2803 },
2804 "Value": {
2805 "shape": "S9"
2806 }
2807 }
2808 }
2809 },
2810 "S7": {
2811 "type": "structure",
2812 "required": [
2813 "SchemaArn",
2814 "FacetName",
2815 "Name"
2816 ],
2817 "members": {
2818 "SchemaArn": {},
2819 "FacetName": {},
2820 "Name": {}
2821 }
2822 },
2823 "S9": {
2824 "type": "structure",
2825 "members": {
2826 "StringValue": {},
2827 "BinaryValue": {
2828 "type": "blob"
2829 },
2830 "BooleanValue": {
2831 "type": "boolean"
2832 },
2833 "NumberValue": {},
2834 "DatetimeValue": {
2835 "type": "timestamp"
2836 }
2837 }
2838 },
2839 "Sf": {
2840 "type": "structure",
2841 "members": {
2842 "Selector": {}
2843 }
2844 },
2845 "St": {
2846 "type": "structure",
2847 "required": [
2848 "SchemaArn",
2849 "TypedLinkName"
2850 ],
2851 "members": {
2852 "SchemaArn": {},
2853 "TypedLinkName": {}
2854 }
2855 },
2856 "Sv": {
2857 "type": "list",
2858 "member": {
2859 "type": "structure",
2860 "required": [
2861 "AttributeName",
2862 "Value"
2863 ],
2864 "members": {
2865 "AttributeName": {},
2866 "Value": {
2867 "shape": "S9"
2868 }
2869 }
2870 }
2871 },
2872 "Sy": {
2873 "type": "structure",
2874 "required": [
2875 "TypedLinkFacet",
2876 "SourceObjectReference",
2877 "TargetObjectReference",
2878 "IdentityAttributeValues"
2879 ],
2880 "members": {
2881 "TypedLinkFacet": {
2882 "shape": "St"
2883 },
2884 "SourceObjectReference": {
2885 "shape": "Sf"
2886 },
2887 "TargetObjectReference": {
2888 "shape": "Sf"
2889 },
2890 "IdentityAttributeValues": {
2891 "shape": "Sv"
2892 }
2893 }
2894 },
2895 "S1a": {
2896 "type": "list",
2897 "member": {}
2898 },
2899 "S1f": {
2900 "type": "list",
2901 "member": {
2902 "type": "structure",
2903 "members": {
2904 "AttributeKey": {
2905 "shape": "S7"
2906 },
2907 "Range": {
2908 "shape": "S1h"
2909 }
2910 }
2911 }
2912 },
2913 "S1h": {
2914 "type": "structure",
2915 "required": [
2916 "StartMode",
2917 "EndMode"
2918 ],
2919 "members": {
2920 "StartMode": {},
2921 "StartValue": {
2922 "shape": "S9"
2923 },
2924 "EndMode": {},
2925 "EndValue": {
2926 "shape": "S9"
2927 }
2928 }
2929 },
2930 "S1k": {
2931 "type": "list",
2932 "member": {
2933 "type": "structure",
2934 "required": [
2935 "Range"
2936 ],
2937 "members": {
2938 "AttributeName": {},
2939 "Range": {
2940 "shape": "S1h"
2941 }
2942 }
2943 }
2944 },
2945 "S1v": {
2946 "type": "map",
2947 "key": {},
2948 "value": {}
2949 },
2950 "S1x": {
2951 "type": "list",
2952 "member": {
2953 "shape": "S3"
2954 }
2955 },
2956 "S20": {
2957 "type": "list",
2958 "member": {
2959 "type": "structure",
2960 "members": {
2961 "IndexedAttributes": {
2962 "shape": "S5"
2963 },
2964 "ObjectIdentifier": {}
2965 }
2966 }
2967 },
2968 "S23": {
2969 "type": "list",
2970 "member": {
2971 "type": "structure",
2972 "members": {
2973 "Path": {},
2974 "ObjectIdentifiers": {
2975 "shape": "S26"
2976 }
2977 }
2978 }
2979 },
2980 "S26": {
2981 "type": "list",
2982 "member": {}
2983 },
2984 "S2a": {
2985 "type": "list",
2986 "member": {
2987 "type": "structure",
2988 "members": {
2989 "Path": {},
2990 "Policies": {
2991 "type": "list",
2992 "member": {
2993 "type": "structure",
2994 "members": {
2995 "PolicyId": {},
2996 "ObjectIdentifier": {},
2997 "PolicyType": {}
2998 }
2999 }
3000 }
3001 }
3002 }
3003 },
3004 "S2h": {
3005 "type": "list",
3006 "member": {
3007 "shape": "Sy"
3008 }
3009 },
3010 "S2v": {
3011 "type": "list",
3012 "member": {
3013 "type": "structure",
3014 "members": {
3015 "ObjectAttributeKey": {
3016 "shape": "S7"
3017 },
3018 "ObjectAttributeAction": {
3019 "type": "structure",
3020 "members": {
3021 "ObjectAttributeActionType": {},
3022 "ObjectAttributeUpdateValue": {
3023 "shape": "S9"
3024 }
3025 }
3026 }
3027 }
3028 }
3029 },
3030 "S35": {
3031 "type": "list",
3032 "member": {
3033 "shape": "S7"
3034 }
3035 },
3036 "S3c": {
3037 "type": "list",
3038 "member": {
3039 "type": "structure",
3040 "members": {
3041 "AttributeKey": {
3042 "shape": "S7"
3043 },
3044 "AttributeAction": {
3045 "type": "structure",
3046 "members": {
3047 "AttributeActionType": {},
3048 "AttributeUpdateValue": {
3049 "shape": "S9"
3050 }
3051 }
3052 }
3053 }
3054 }
3055 },
3056 "S42": {
3057 "type": "list",
3058 "member": {
3059 "shape": "S43"
3060 }
3061 },
3062 "S43": {
3063 "type": "structure",
3064 "required": [
3065 "Name"
3066 ],
3067 "members": {
3068 "Name": {},
3069 "AttributeDefinition": {
3070 "type": "structure",
3071 "required": [
3072 "Type"
3073 ],
3074 "members": {
3075 "Type": {},
3076 "DefaultValue": {
3077 "shape": "S9"
3078 },
3079 "IsImmutable": {
3080 "type": "boolean"
3081 },
3082 "Rules": {
3083 "shape": "S46"
3084 }
3085 }
3086 },
3087 "AttributeReference": {
3088 "type": "structure",
3089 "required": [
3090 "TargetFacetName",
3091 "TargetAttributeName"
3092 ],
3093 "members": {
3094 "TargetFacetName": {},
3095 "TargetAttributeName": {}
3096 }
3097 },
3098 "RequiredBehavior": {}
3099 }
3100 },
3101 "S46": {
3102 "type": "map",
3103 "key": {},
3104 "value": {
3105 "type": "structure",
3106 "members": {
3107 "Type": {},
3108 "Parameters": {
3109 "type": "map",
3110 "key": {},
3111 "value": {}
3112 }
3113 }
3114 }
3115 },
3116 "S4q": {
3117 "type": "list",
3118 "member": {
3119 "shape": "S4r"
3120 }
3121 },
3122 "S4r": {
3123 "type": "structure",
3124 "required": [
3125 "Name",
3126 "Type",
3127 "RequiredBehavior"
3128 ],
3129 "members": {
3130 "Name": {},
3131 "Type": {},
3132 "DefaultValue": {
3133 "shape": "S9"
3134 },
3135 "IsImmutable": {
3136 "type": "boolean"
3137 },
3138 "Rules": {
3139 "shape": "S46"
3140 },
3141 "RequiredBehavior": {}
3142 }
3143 },
3144 "S5i": {
3145 "type": "structure",
3146 "members": {
3147 "Name": {},
3148 "DirectoryArn": {},
3149 "State": {},
3150 "CreationDateTime": {
3151 "type": "timestamp"
3152 }
3153 }
3154 },
3155 "S61": {
3156 "type": "list",
3157 "member": {}
3158 },
3159 "S72": {
3160 "type": "list",
3161 "member": {
3162 "type": "structure",
3163 "members": {
3164 "Key": {},
3165 "Value": {}
3166 }
3167 }
3168 }
3169 }
3170}
\No newline at end of file