UNPKG

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