UNPKG

26 kBJSONView Raw
1{
2 "version": "2.0",
3 "metadata": {
4 "apiVersion": "2012-10-25",
5 "endpointPrefix": "directconnect",
6 "jsonVersion": "1.1",
7 "protocol": "json",
8 "serviceFullName": "AWS Direct Connect",
9 "serviceId": "Direct Connect",
10 "signatureVersion": "v4",
11 "targetPrefix": "OvertureService",
12 "uid": "directconnect-2012-10-25"
13 },
14 "operations": {
15 "AllocateConnectionOnInterconnect": {
16 "input": {
17 "type": "structure",
18 "required": [
19 "bandwidth",
20 "connectionName",
21 "ownerAccount",
22 "interconnectId",
23 "vlan"
24 ],
25 "members": {
26 "bandwidth": {},
27 "connectionName": {},
28 "ownerAccount": {},
29 "interconnectId": {},
30 "vlan": {
31 "type": "integer"
32 }
33 }
34 },
35 "output": {
36 "shape": "S7"
37 },
38 "deprecated": true
39 },
40 "AllocateHostedConnection": {
41 "input": {
42 "type": "structure",
43 "required": [
44 "connectionId",
45 "ownerAccount",
46 "bandwidth",
47 "connectionName",
48 "vlan"
49 ],
50 "members": {
51 "connectionId": {},
52 "ownerAccount": {},
53 "bandwidth": {},
54 "connectionName": {},
55 "vlan": {
56 "type": "integer"
57 }
58 }
59 },
60 "output": {
61 "shape": "S7"
62 }
63 },
64 "AllocatePrivateVirtualInterface": {
65 "input": {
66 "type": "structure",
67 "required": [
68 "connectionId",
69 "ownerAccount",
70 "newPrivateVirtualInterfaceAllocation"
71 ],
72 "members": {
73 "connectionId": {},
74 "ownerAccount": {},
75 "newPrivateVirtualInterfaceAllocation": {
76 "type": "structure",
77 "required": [
78 "virtualInterfaceName",
79 "vlan",
80 "asn"
81 ],
82 "members": {
83 "virtualInterfaceName": {},
84 "vlan": {
85 "type": "integer"
86 },
87 "asn": {
88 "type": "integer"
89 },
90 "mtu": {
91 "type": "integer"
92 },
93 "authKey": {},
94 "amazonAddress": {},
95 "addressFamily": {},
96 "customerAddress": {}
97 }
98 }
99 }
100 },
101 "output": {
102 "shape": "St"
103 }
104 },
105 "AllocatePublicVirtualInterface": {
106 "input": {
107 "type": "structure",
108 "required": [
109 "connectionId",
110 "ownerAccount",
111 "newPublicVirtualInterfaceAllocation"
112 ],
113 "members": {
114 "connectionId": {},
115 "ownerAccount": {},
116 "newPublicVirtualInterfaceAllocation": {
117 "type": "structure",
118 "required": [
119 "virtualInterfaceName",
120 "vlan",
121 "asn"
122 ],
123 "members": {
124 "virtualInterfaceName": {},
125 "vlan": {
126 "type": "integer"
127 },
128 "asn": {
129 "type": "integer"
130 },
131 "authKey": {},
132 "amazonAddress": {},
133 "customerAddress": {},
134 "addressFamily": {},
135 "routeFilterPrefixes": {
136 "shape": "S11"
137 }
138 }
139 }
140 }
141 },
142 "output": {
143 "shape": "St"
144 }
145 },
146 "AssociateConnectionWithLag": {
147 "input": {
148 "type": "structure",
149 "required": [
150 "connectionId",
151 "lagId"
152 ],
153 "members": {
154 "connectionId": {},
155 "lagId": {}
156 }
157 },
158 "output": {
159 "shape": "S7"
160 }
161 },
162 "AssociateHostedConnection": {
163 "input": {
164 "type": "structure",
165 "required": [
166 "connectionId",
167 "parentConnectionId"
168 ],
169 "members": {
170 "connectionId": {},
171 "parentConnectionId": {}
172 }
173 },
174 "output": {
175 "shape": "S7"
176 }
177 },
178 "AssociateVirtualInterface": {
179 "input": {
180 "type": "structure",
181 "required": [
182 "virtualInterfaceId",
183 "connectionId"
184 ],
185 "members": {
186 "virtualInterfaceId": {},
187 "connectionId": {}
188 }
189 },
190 "output": {
191 "shape": "St"
192 }
193 },
194 "ConfirmConnection": {
195 "input": {
196 "type": "structure",
197 "required": [
198 "connectionId"
199 ],
200 "members": {
201 "connectionId": {}
202 }
203 },
204 "output": {
205 "type": "structure",
206 "members": {
207 "connectionState": {}
208 }
209 }
210 },
211 "ConfirmPrivateVirtualInterface": {
212 "input": {
213 "type": "structure",
214 "required": [
215 "virtualInterfaceId"
216 ],
217 "members": {
218 "virtualInterfaceId": {},
219 "virtualGatewayId": {},
220 "directConnectGatewayId": {}
221 }
222 },
223 "output": {
224 "type": "structure",
225 "members": {
226 "virtualInterfaceState": {}
227 }
228 }
229 },
230 "ConfirmPublicVirtualInterface": {
231 "input": {
232 "type": "structure",
233 "required": [
234 "virtualInterfaceId"
235 ],
236 "members": {
237 "virtualInterfaceId": {}
238 }
239 },
240 "output": {
241 "type": "structure",
242 "members": {
243 "virtualInterfaceState": {}
244 }
245 }
246 },
247 "CreateBGPPeer": {
248 "input": {
249 "type": "structure",
250 "members": {
251 "virtualInterfaceId": {},
252 "newBGPPeer": {
253 "type": "structure",
254 "members": {
255 "asn": {
256 "type": "integer"
257 },
258 "authKey": {},
259 "addressFamily": {},
260 "amazonAddress": {},
261 "customerAddress": {}
262 }
263 }
264 }
265 },
266 "output": {
267 "type": "structure",
268 "members": {
269 "virtualInterface": {
270 "shape": "St"
271 }
272 }
273 }
274 },
275 "CreateConnection": {
276 "input": {
277 "type": "structure",
278 "required": [
279 "location",
280 "bandwidth",
281 "connectionName"
282 ],
283 "members": {
284 "location": {},
285 "bandwidth": {},
286 "connectionName": {},
287 "lagId": {}
288 }
289 },
290 "output": {
291 "shape": "S7"
292 }
293 },
294 "CreateDirectConnectGateway": {
295 "input": {
296 "type": "structure",
297 "required": [
298 "directConnectGatewayName"
299 ],
300 "members": {
301 "directConnectGatewayName": {},
302 "amazonSideAsn": {
303 "type": "long"
304 }
305 }
306 },
307 "output": {
308 "type": "structure",
309 "members": {
310 "directConnectGateway": {
311 "shape": "S1r"
312 }
313 }
314 }
315 },
316 "CreateDirectConnectGatewayAssociation": {
317 "input": {
318 "type": "structure",
319 "required": [
320 "directConnectGatewayId",
321 "virtualGatewayId"
322 ],
323 "members": {
324 "directConnectGatewayId": {},
325 "virtualGatewayId": {}
326 }
327 },
328 "output": {
329 "type": "structure",
330 "members": {
331 "directConnectGatewayAssociation": {
332 "shape": "S1w"
333 }
334 }
335 }
336 },
337 "CreateInterconnect": {
338 "input": {
339 "type": "structure",
340 "required": [
341 "interconnectName",
342 "bandwidth",
343 "location"
344 ],
345 "members": {
346 "interconnectName": {},
347 "bandwidth": {},
348 "location": {},
349 "lagId": {}
350 }
351 },
352 "output": {
353 "shape": "S21"
354 }
355 },
356 "CreateLag": {
357 "input": {
358 "type": "structure",
359 "required": [
360 "numberOfConnections",
361 "location",
362 "connectionsBandwidth",
363 "lagName"
364 ],
365 "members": {
366 "numberOfConnections": {
367 "type": "integer"
368 },
369 "location": {},
370 "connectionsBandwidth": {},
371 "lagName": {},
372 "connectionId": {}
373 }
374 },
375 "output": {
376 "shape": "S26"
377 }
378 },
379 "CreatePrivateVirtualInterface": {
380 "input": {
381 "type": "structure",
382 "required": [
383 "connectionId",
384 "newPrivateVirtualInterface"
385 ],
386 "members": {
387 "connectionId": {},
388 "newPrivateVirtualInterface": {
389 "type": "structure",
390 "required": [
391 "virtualInterfaceName",
392 "vlan",
393 "asn"
394 ],
395 "members": {
396 "virtualInterfaceName": {},
397 "vlan": {
398 "type": "integer"
399 },
400 "asn": {
401 "type": "integer"
402 },
403 "mtu": {
404 "type": "integer"
405 },
406 "authKey": {},
407 "amazonAddress": {},
408 "customerAddress": {},
409 "addressFamily": {},
410 "virtualGatewayId": {},
411 "directConnectGatewayId": {}
412 }
413 }
414 }
415 },
416 "output": {
417 "shape": "St"
418 }
419 },
420 "CreatePublicVirtualInterface": {
421 "input": {
422 "type": "structure",
423 "required": [
424 "connectionId",
425 "newPublicVirtualInterface"
426 ],
427 "members": {
428 "connectionId": {},
429 "newPublicVirtualInterface": {
430 "type": "structure",
431 "required": [
432 "virtualInterfaceName",
433 "vlan",
434 "asn"
435 ],
436 "members": {
437 "virtualInterfaceName": {},
438 "vlan": {
439 "type": "integer"
440 },
441 "asn": {
442 "type": "integer"
443 },
444 "authKey": {},
445 "amazonAddress": {},
446 "customerAddress": {},
447 "addressFamily": {},
448 "routeFilterPrefixes": {
449 "shape": "S11"
450 }
451 }
452 }
453 }
454 },
455 "output": {
456 "shape": "St"
457 }
458 },
459 "DeleteBGPPeer": {
460 "input": {
461 "type": "structure",
462 "members": {
463 "virtualInterfaceId": {},
464 "asn": {
465 "type": "integer"
466 },
467 "customerAddress": {},
468 "bgpPeerId": {}
469 }
470 },
471 "output": {
472 "type": "structure",
473 "members": {
474 "virtualInterface": {
475 "shape": "St"
476 }
477 }
478 }
479 },
480 "DeleteConnection": {
481 "input": {
482 "type": "structure",
483 "required": [
484 "connectionId"
485 ],
486 "members": {
487 "connectionId": {}
488 }
489 },
490 "output": {
491 "shape": "S7"
492 }
493 },
494 "DeleteDirectConnectGateway": {
495 "input": {
496 "type": "structure",
497 "required": [
498 "directConnectGatewayId"
499 ],
500 "members": {
501 "directConnectGatewayId": {}
502 }
503 },
504 "output": {
505 "type": "structure",
506 "members": {
507 "directConnectGateway": {
508 "shape": "S1r"
509 }
510 }
511 }
512 },
513 "DeleteDirectConnectGatewayAssociation": {
514 "input": {
515 "type": "structure",
516 "required": [
517 "directConnectGatewayId",
518 "virtualGatewayId"
519 ],
520 "members": {
521 "directConnectGatewayId": {},
522 "virtualGatewayId": {}
523 }
524 },
525 "output": {
526 "type": "structure",
527 "members": {
528 "directConnectGatewayAssociation": {
529 "shape": "S1w"
530 }
531 }
532 }
533 },
534 "DeleteInterconnect": {
535 "input": {
536 "type": "structure",
537 "required": [
538 "interconnectId"
539 ],
540 "members": {
541 "interconnectId": {}
542 }
543 },
544 "output": {
545 "type": "structure",
546 "members": {
547 "interconnectState": {}
548 }
549 }
550 },
551 "DeleteLag": {
552 "input": {
553 "type": "structure",
554 "required": [
555 "lagId"
556 ],
557 "members": {
558 "lagId": {}
559 }
560 },
561 "output": {
562 "shape": "S26"
563 }
564 },
565 "DeleteVirtualInterface": {
566 "input": {
567 "type": "structure",
568 "required": [
569 "virtualInterfaceId"
570 ],
571 "members": {
572 "virtualInterfaceId": {}
573 }
574 },
575 "output": {
576 "type": "structure",
577 "members": {
578 "virtualInterfaceState": {}
579 }
580 }
581 },
582 "DescribeConnectionLoa": {
583 "input": {
584 "type": "structure",
585 "required": [
586 "connectionId"
587 ],
588 "members": {
589 "connectionId": {},
590 "providerName": {},
591 "loaContentType": {}
592 }
593 },
594 "output": {
595 "type": "structure",
596 "members": {
597 "loa": {
598 "shape": "S2u"
599 }
600 }
601 },
602 "deprecated": true
603 },
604 "DescribeConnections": {
605 "input": {
606 "type": "structure",
607 "members": {
608 "connectionId": {}
609 }
610 },
611 "output": {
612 "shape": "S2x"
613 }
614 },
615 "DescribeConnectionsOnInterconnect": {
616 "input": {
617 "type": "structure",
618 "required": [
619 "interconnectId"
620 ],
621 "members": {
622 "interconnectId": {}
623 }
624 },
625 "output": {
626 "shape": "S2x"
627 },
628 "deprecated": true
629 },
630 "DescribeDirectConnectGatewayAssociations": {
631 "input": {
632 "type": "structure",
633 "members": {
634 "directConnectGatewayId": {},
635 "virtualGatewayId": {},
636 "maxResults": {
637 "type": "integer"
638 },
639 "nextToken": {}
640 }
641 },
642 "output": {
643 "type": "structure",
644 "members": {
645 "directConnectGatewayAssociations": {
646 "type": "list",
647 "member": {
648 "shape": "S1w"
649 }
650 },
651 "nextToken": {}
652 }
653 }
654 },
655 "DescribeDirectConnectGatewayAttachments": {
656 "input": {
657 "type": "structure",
658 "members": {
659 "directConnectGatewayId": {},
660 "virtualInterfaceId": {},
661 "maxResults": {
662 "type": "integer"
663 },
664 "nextToken": {}
665 }
666 },
667 "output": {
668 "type": "structure",
669 "members": {
670 "directConnectGatewayAttachments": {
671 "type": "list",
672 "member": {
673 "type": "structure",
674 "members": {
675 "directConnectGatewayId": {},
676 "virtualInterfaceId": {},
677 "virtualInterfaceRegion": {},
678 "virtualInterfaceOwnerAccount": {},
679 "attachmentState": {},
680 "stateChangeError": {}
681 }
682 }
683 },
684 "nextToken": {}
685 }
686 }
687 },
688 "DescribeDirectConnectGateways": {
689 "input": {
690 "type": "structure",
691 "members": {
692 "directConnectGatewayId": {},
693 "maxResults": {
694 "type": "integer"
695 },
696 "nextToken": {}
697 }
698 },
699 "output": {
700 "type": "structure",
701 "members": {
702 "directConnectGateways": {
703 "type": "list",
704 "member": {
705 "shape": "S1r"
706 }
707 },
708 "nextToken": {}
709 }
710 }
711 },
712 "DescribeHostedConnections": {
713 "input": {
714 "type": "structure",
715 "required": [
716 "connectionId"
717 ],
718 "members": {
719 "connectionId": {}
720 }
721 },
722 "output": {
723 "shape": "S2x"
724 }
725 },
726 "DescribeInterconnectLoa": {
727 "input": {
728 "type": "structure",
729 "required": [
730 "interconnectId"
731 ],
732 "members": {
733 "interconnectId": {},
734 "providerName": {},
735 "loaContentType": {}
736 }
737 },
738 "output": {
739 "type": "structure",
740 "members": {
741 "loa": {
742 "shape": "S2u"
743 }
744 }
745 },
746 "deprecated": true
747 },
748 "DescribeInterconnects": {
749 "input": {
750 "type": "structure",
751 "members": {
752 "interconnectId": {}
753 }
754 },
755 "output": {
756 "type": "structure",
757 "members": {
758 "interconnects": {
759 "type": "list",
760 "member": {
761 "shape": "S21"
762 }
763 }
764 }
765 }
766 },
767 "DescribeLags": {
768 "input": {
769 "type": "structure",
770 "members": {
771 "lagId": {}
772 }
773 },
774 "output": {
775 "type": "structure",
776 "members": {
777 "lags": {
778 "type": "list",
779 "member": {
780 "shape": "S26"
781 }
782 }
783 }
784 }
785 },
786 "DescribeLoa": {
787 "input": {
788 "type": "structure",
789 "required": [
790 "connectionId"
791 ],
792 "members": {
793 "connectionId": {},
794 "providerName": {},
795 "loaContentType": {}
796 }
797 },
798 "output": {
799 "shape": "S2u"
800 }
801 },
802 "DescribeLocations": {
803 "output": {
804 "type": "structure",
805 "members": {
806 "locations": {
807 "type": "list",
808 "member": {
809 "type": "structure",
810 "members": {
811 "locationCode": {},
812 "locationName": {},
813 "region": {},
814 "availablePortSpeeds": {
815 "type": "list",
816 "member": {}
817 }
818 }
819 }
820 }
821 }
822 }
823 },
824 "DescribeTags": {
825 "input": {
826 "type": "structure",
827 "required": [
828 "resourceArns"
829 ],
830 "members": {
831 "resourceArns": {
832 "type": "list",
833 "member": {}
834 }
835 }
836 },
837 "output": {
838 "type": "structure",
839 "members": {
840 "resourceTags": {
841 "type": "list",
842 "member": {
843 "type": "structure",
844 "members": {
845 "resourceArn": {},
846 "tags": {
847 "shape": "S3z"
848 }
849 }
850 }
851 }
852 }
853 }
854 },
855 "DescribeVirtualGateways": {
856 "output": {
857 "type": "structure",
858 "members": {
859 "virtualGateways": {
860 "type": "list",
861 "member": {
862 "type": "structure",
863 "members": {
864 "virtualGatewayId": {},
865 "virtualGatewayState": {}
866 }
867 }
868 }
869 }
870 }
871 },
872 "DescribeVirtualInterfaces": {
873 "input": {
874 "type": "structure",
875 "members": {
876 "connectionId": {},
877 "virtualInterfaceId": {}
878 }
879 },
880 "output": {
881 "type": "structure",
882 "members": {
883 "virtualInterfaces": {
884 "type": "list",
885 "member": {
886 "shape": "St"
887 }
888 }
889 }
890 }
891 },
892 "DisassociateConnectionFromLag": {
893 "input": {
894 "type": "structure",
895 "required": [
896 "connectionId",
897 "lagId"
898 ],
899 "members": {
900 "connectionId": {},
901 "lagId": {}
902 }
903 },
904 "output": {
905 "shape": "S7"
906 }
907 },
908 "TagResource": {
909 "input": {
910 "type": "structure",
911 "required": [
912 "resourceArn",
913 "tags"
914 ],
915 "members": {
916 "resourceArn": {},
917 "tags": {
918 "shape": "S3z"
919 }
920 }
921 },
922 "output": {
923 "type": "structure",
924 "members": {}
925 }
926 },
927 "UntagResource": {
928 "input": {
929 "type": "structure",
930 "required": [
931 "resourceArn",
932 "tagKeys"
933 ],
934 "members": {
935 "resourceArn": {},
936 "tagKeys": {
937 "type": "list",
938 "member": {}
939 }
940 }
941 },
942 "output": {
943 "type": "structure",
944 "members": {}
945 }
946 },
947 "UpdateLag": {
948 "input": {
949 "type": "structure",
950 "required": [
951 "lagId"
952 ],
953 "members": {
954 "lagId": {},
955 "lagName": {},
956 "minimumLinks": {
957 "type": "integer"
958 }
959 }
960 },
961 "output": {
962 "shape": "S26"
963 }
964 },
965 "UpdateVirtualInterfaceAttributes": {
966 "input": {
967 "type": "structure",
968 "required": [
969 "virtualInterfaceId"
970 ],
971 "members": {
972 "virtualInterfaceId": {},
973 "mtu": {
974 "type": "integer"
975 }
976 }
977 },
978 "output": {
979 "shape": "St"
980 }
981 }
982 },
983 "shapes": {
984 "S7": {
985 "type": "structure",
986 "members": {
987 "ownerAccount": {},
988 "connectionId": {},
989 "connectionName": {},
990 "connectionState": {},
991 "region": {},
992 "location": {},
993 "bandwidth": {},
994 "vlan": {
995 "type": "integer"
996 },
997 "partnerName": {},
998 "loaIssueTime": {
999 "type": "timestamp"
1000 },
1001 "lagId": {},
1002 "awsDevice": {
1003 "shape": "Sf"
1004 },
1005 "jumboFrameCapable": {
1006 "type": "boolean"
1007 },
1008 "awsDeviceV2": {},
1009 "hasLogicalRedundancy": {}
1010 }
1011 },
1012 "Sf": {
1013 "type": "string",
1014 "deprecated": true
1015 },
1016 "St": {
1017 "type": "structure",
1018 "members": {
1019 "ownerAccount": {},
1020 "virtualInterfaceId": {},
1021 "location": {},
1022 "connectionId": {},
1023 "virtualInterfaceType": {},
1024 "virtualInterfaceName": {},
1025 "vlan": {
1026 "type": "integer"
1027 },
1028 "asn": {
1029 "type": "integer"
1030 },
1031 "amazonSideAsn": {
1032 "type": "long"
1033 },
1034 "authKey": {},
1035 "amazonAddress": {},
1036 "customerAddress": {},
1037 "addressFamily": {},
1038 "virtualInterfaceState": {},
1039 "customerRouterConfig": {},
1040 "mtu": {
1041 "type": "integer"
1042 },
1043 "jumboFrameCapable": {
1044 "type": "boolean"
1045 },
1046 "virtualGatewayId": {},
1047 "directConnectGatewayId": {},
1048 "routeFilterPrefixes": {
1049 "shape": "S11"
1050 },
1051 "bgpPeers": {
1052 "type": "list",
1053 "member": {
1054 "type": "structure",
1055 "members": {
1056 "bgpPeerId": {},
1057 "asn": {
1058 "type": "integer"
1059 },
1060 "authKey": {},
1061 "addressFamily": {},
1062 "amazonAddress": {},
1063 "customerAddress": {},
1064 "bgpPeerState": {},
1065 "bgpStatus": {},
1066 "awsDeviceV2": {}
1067 }
1068 }
1069 },
1070 "region": {},
1071 "awsDeviceV2": {}
1072 }
1073 },
1074 "S11": {
1075 "type": "list",
1076 "member": {
1077 "type": "structure",
1078 "members": {
1079 "cidr": {}
1080 }
1081 }
1082 },
1083 "S1r": {
1084 "type": "structure",
1085 "members": {
1086 "directConnectGatewayId": {},
1087 "directConnectGatewayName": {},
1088 "amazonSideAsn": {
1089 "type": "long"
1090 },
1091 "ownerAccount": {},
1092 "directConnectGatewayState": {},
1093 "stateChangeError": {}
1094 }
1095 },
1096 "S1w": {
1097 "type": "structure",
1098 "members": {
1099 "directConnectGatewayId": {},
1100 "virtualGatewayId": {},
1101 "virtualGatewayRegion": {},
1102 "virtualGatewayOwnerAccount": {},
1103 "associationState": {},
1104 "stateChangeError": {}
1105 }
1106 },
1107 "S21": {
1108 "type": "structure",
1109 "members": {
1110 "interconnectId": {},
1111 "interconnectName": {},
1112 "interconnectState": {},
1113 "region": {},
1114 "location": {},
1115 "bandwidth": {},
1116 "loaIssueTime": {
1117 "type": "timestamp"
1118 },
1119 "lagId": {},
1120 "awsDevice": {
1121 "shape": "Sf"
1122 },
1123 "jumboFrameCapable": {
1124 "type": "boolean"
1125 },
1126 "awsDeviceV2": {},
1127 "hasLogicalRedundancy": {}
1128 }
1129 },
1130 "S26": {
1131 "type": "structure",
1132 "members": {
1133 "connectionsBandwidth": {},
1134 "numberOfConnections": {
1135 "type": "integer"
1136 },
1137 "lagId": {},
1138 "ownerAccount": {},
1139 "lagName": {},
1140 "lagState": {},
1141 "location": {},
1142 "region": {},
1143 "minimumLinks": {
1144 "type": "integer"
1145 },
1146 "awsDevice": {
1147 "shape": "Sf"
1148 },
1149 "awsDeviceV2": {},
1150 "connections": {
1151 "shape": "S28"
1152 },
1153 "allowsHostedConnections": {
1154 "type": "boolean"
1155 },
1156 "jumboFrameCapable": {
1157 "type": "boolean"
1158 },
1159 "hasLogicalRedundancy": {}
1160 }
1161 },
1162 "S28": {
1163 "type": "list",
1164 "member": {
1165 "shape": "S7"
1166 }
1167 },
1168 "S2u": {
1169 "type": "structure",
1170 "members": {
1171 "loaContent": {
1172 "type": "blob"
1173 },
1174 "loaContentType": {}
1175 }
1176 },
1177 "S2x": {
1178 "type": "structure",
1179 "members": {
1180 "connections": {
1181 "shape": "S28"
1182 }
1183 }
1184 },
1185 "S3z": {
1186 "type": "list",
1187 "member": {
1188 "type": "structure",
1189 "required": [
1190 "key"
1191 ],
1192 "members": {
1193 "key": {},
1194 "value": {}
1195 }
1196 }
1197 }
1198 }
1199}
\No newline at end of file