aws-sdk 2.1638.0 → 2.1640.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/apis/accessanalyzer-2019-11-01.examples.json +196 -0
- package/apis/accessanalyzer-2019-11-01.min.json +254 -111
- package/apis/accessanalyzer-2019-11-01.paginators.json +6 -0
- package/apis/apptest-2022-12-06.min.json +1917 -0
- package/apis/apptest-2022-12-06.paginators.json +40 -0
- package/apis/apptest-2022-12-06.waiters2.json +5 -0
- package/apis/ec2-2016-11-15.min.json +160 -107
- package/apis/guardduty-2017-11-28.min.json +429 -124
- package/apis/metadata.json +7 -3
- package/apis/networkmanager-2019-07-05.min.json +277 -175
- package/apis/osis-2022-01-01.min.json +33 -28
- package/apis/pca-connector-scep-2018-05-10.examples.json +5 -0
- package/apis/pca-connector-scep-2018-05-10.min.json +456 -0
- package/apis/pca-connector-scep-2018-05-10.paginators.json +16 -0
- package/apis/pca-connector-scep-2018-05-10.waiters2.json +5 -0
- package/apis/redshift-2012-12-01.min.json +7 -1
- package/apis/sagemaker-2017-07-24.min.json +302 -288
- package/apis/secretsmanager-2017-10-17.min.json +8 -1
- package/apis/securitylake-2018-05-10.min.json +7 -1
- package/apis/sesv2-2019-09-27.min.json +139 -121
- package/clients/accessanalyzer.d.ts +162 -3
- package/clients/all.d.ts +2 -1
- package/clients/all.js +3 -2
- package/clients/apptest.d.ts +2019 -0
- package/clients/apptest.js +19 -0
- package/clients/ec2.d.ts +57 -3
- package/clients/guardduty.d.ts +277 -5
- package/clients/networkmanager.d.ts +155 -11
- package/clients/osis.d.ts +9 -0
- package/clients/pcaconnectorscep.d.ts +486 -0
- package/clients/pcaconnectorscep.js +19 -0
- package/clients/redshift.d.ts +16 -16
- package/clients/sagemaker.d.ts +24 -0
- package/clients/secretsmanager.d.ts +18 -13
- package/clients/securitylake.d.ts +3 -3
- package/clients/sesv2.d.ts +24 -10
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +582 -531
- package/dist/aws-sdk.js +185 -115
- package/dist/aws-sdk.min.js +78 -78
- package/lib/config_service_placeholders.d.ts +4 -2
- package/lib/core.js +1 -1
- package/package.json +1 -1
- package/apis/backupstorage-2018-04-10.min.json +0 -522
- package/apis/backupstorage-2018-04-10.paginators.json +0 -14
- package/clients/backupstorage.d.ts +0 -469
- package/clients/backupstorage.js +0 -18
- /package/apis/{backupstorage-2018-04-10.examples.json → apptest-2022-12-06.examples.json} +0 -0
@@ -5,12 +5,18 @@
|
|
5
5
|
"endpointPrefix": "networkmanager",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "rest-json",
|
8
|
+
"protocols": [
|
9
|
+
"rest-json"
|
10
|
+
],
|
8
11
|
"serviceAbbreviation": "NetworkManager",
|
9
12
|
"serviceFullName": "AWS Network Manager",
|
10
13
|
"serviceId": "NetworkManager",
|
11
14
|
"signatureVersion": "v4",
|
12
15
|
"signingName": "networkmanager",
|
13
|
-
"uid": "networkmanager-2019-07-05"
|
16
|
+
"uid": "networkmanager-2019-07-05",
|
17
|
+
"auth": [
|
18
|
+
"aws.auth#sigv4"
|
19
|
+
]
|
14
20
|
},
|
15
21
|
"operations": {
|
16
22
|
"AcceptAttachment": {
|
@@ -63,7 +69,7 @@
|
|
63
69
|
"type": "structure",
|
64
70
|
"members": {
|
65
71
|
"ConnectPeerAssociation": {
|
66
|
-
"shape": "
|
72
|
+
"shape": "Ss"
|
67
73
|
}
|
68
74
|
}
|
69
75
|
}
|
@@ -93,7 +99,7 @@
|
|
93
99
|
"type": "structure",
|
94
100
|
"members": {
|
95
101
|
"CustomerGatewayAssociation": {
|
96
|
-
"shape": "
|
102
|
+
"shape": "Sx"
|
97
103
|
}
|
98
104
|
}
|
99
105
|
}
|
@@ -122,7 +128,7 @@
|
|
122
128
|
"type": "structure",
|
123
129
|
"members": {
|
124
130
|
"LinkAssociation": {
|
125
|
-
"shape": "
|
131
|
+
"shape": "S11"
|
126
132
|
}
|
127
133
|
}
|
128
134
|
}
|
@@ -152,7 +158,7 @@
|
|
152
158
|
"type": "structure",
|
153
159
|
"members": {
|
154
160
|
"TransitGatewayConnectPeerAssociation": {
|
155
|
-
"shape": "
|
161
|
+
"shape": "S16"
|
156
162
|
}
|
157
163
|
}
|
158
164
|
}
|
@@ -174,10 +180,10 @@
|
|
174
180
|
"EdgeLocation": {},
|
175
181
|
"TransportAttachmentId": {},
|
176
182
|
"Options": {
|
177
|
-
"shape": "
|
183
|
+
"shape": "S19"
|
178
184
|
},
|
179
185
|
"Tags": {
|
180
|
-
"shape": "
|
186
|
+
"shape": "Sf"
|
181
187
|
},
|
182
188
|
"ClientToken": {
|
183
189
|
"idempotencyToken": true
|
@@ -188,7 +194,7 @@
|
|
188
194
|
"type": "structure",
|
189
195
|
"members": {
|
190
196
|
"ConnectAttachment": {
|
191
|
-
"shape": "
|
197
|
+
"shape": "S1d"
|
192
198
|
}
|
193
199
|
}
|
194
200
|
}
|
@@ -216,10 +222,10 @@
|
|
216
222
|
}
|
217
223
|
},
|
218
224
|
"InsideCidrBlocks": {
|
219
|
-
"shape": "
|
225
|
+
"shape": "S1i"
|
220
226
|
},
|
221
227
|
"Tags": {
|
222
|
-
"shape": "
|
228
|
+
"shape": "Sf"
|
223
229
|
},
|
224
230
|
"ClientToken": {
|
225
231
|
"idempotencyToken": true
|
@@ -231,7 +237,7 @@
|
|
231
237
|
"type": "structure",
|
232
238
|
"members": {
|
233
239
|
"ConnectPeer": {
|
234
|
-
"shape": "
|
240
|
+
"shape": "S1l"
|
235
241
|
}
|
236
242
|
}
|
237
243
|
}
|
@@ -258,7 +264,7 @@
|
|
258
264
|
"ConnectedLinkId": {},
|
259
265
|
"Description": {},
|
260
266
|
"Tags": {
|
261
|
-
"shape": "
|
267
|
+
"shape": "Sf"
|
262
268
|
}
|
263
269
|
}
|
264
270
|
},
|
@@ -266,7 +272,7 @@
|
|
266
272
|
"type": "structure",
|
267
273
|
"members": {
|
268
274
|
"Connection": {
|
269
|
-
"shape": "
|
275
|
+
"shape": "S1s"
|
270
276
|
}
|
271
277
|
}
|
272
278
|
}
|
@@ -284,7 +290,7 @@
|
|
284
290
|
"GlobalNetworkId": {},
|
285
291
|
"Description": {},
|
286
292
|
"Tags": {
|
287
|
-
"shape": "
|
293
|
+
"shape": "Sf"
|
288
294
|
},
|
289
295
|
"PolicyDocument": {},
|
290
296
|
"ClientToken": {
|
@@ -296,7 +302,7 @@
|
|
296
302
|
"type": "structure",
|
297
303
|
"members": {
|
298
304
|
"CoreNetwork": {
|
299
|
-
"shape": "
|
305
|
+
"shape": "S1z"
|
300
306
|
}
|
301
307
|
}
|
302
308
|
}
|
@@ -316,7 +322,7 @@
|
|
316
322
|
"locationName": "globalNetworkId"
|
317
323
|
},
|
318
324
|
"AWSLocation": {
|
319
|
-
"shape": "
|
325
|
+
"shape": "S2a"
|
320
326
|
},
|
321
327
|
"Description": {},
|
322
328
|
"Type": {},
|
@@ -324,11 +330,11 @@
|
|
324
330
|
"Model": {},
|
325
331
|
"SerialNumber": {},
|
326
332
|
"Location": {
|
327
|
-
"shape": "
|
333
|
+
"shape": "S2b"
|
328
334
|
},
|
329
335
|
"SiteId": {},
|
330
336
|
"Tags": {
|
331
|
-
"shape": "
|
337
|
+
"shape": "Sf"
|
332
338
|
}
|
333
339
|
}
|
334
340
|
},
|
@@ -336,7 +342,7 @@
|
|
336
342
|
"type": "structure",
|
337
343
|
"members": {
|
338
344
|
"Device": {
|
339
|
-
"shape": "
|
345
|
+
"shape": "S2e"
|
340
346
|
}
|
341
347
|
}
|
342
348
|
}
|
@@ -350,7 +356,7 @@
|
|
350
356
|
"members": {
|
351
357
|
"Description": {},
|
352
358
|
"Tags": {
|
353
|
-
"shape": "
|
359
|
+
"shape": "Sf"
|
354
360
|
}
|
355
361
|
}
|
356
362
|
},
|
@@ -358,7 +364,7 @@
|
|
358
364
|
"type": "structure",
|
359
365
|
"members": {
|
360
366
|
"GlobalNetwork": {
|
361
|
-
"shape": "
|
367
|
+
"shape": "S2j"
|
362
368
|
}
|
363
369
|
}
|
364
370
|
}
|
@@ -382,12 +388,12 @@
|
|
382
388
|
"Description": {},
|
383
389
|
"Type": {},
|
384
390
|
"Bandwidth": {
|
385
|
-
"shape": "
|
391
|
+
"shape": "S2n"
|
386
392
|
},
|
387
393
|
"Provider": {},
|
388
394
|
"SiteId": {},
|
389
395
|
"Tags": {
|
390
|
-
"shape": "
|
396
|
+
"shape": "Sf"
|
391
397
|
}
|
392
398
|
}
|
393
399
|
},
|
@@ -395,7 +401,7 @@
|
|
395
401
|
"type": "structure",
|
396
402
|
"members": {
|
397
403
|
"Link": {
|
398
|
-
"shape": "
|
404
|
+
"shape": "S2p"
|
399
405
|
}
|
400
406
|
}
|
401
407
|
}
|
@@ -416,10 +422,10 @@
|
|
416
422
|
},
|
417
423
|
"Description": {},
|
418
424
|
"Location": {
|
419
|
-
"shape": "
|
425
|
+
"shape": "S2b"
|
420
426
|
},
|
421
427
|
"Tags": {
|
422
|
-
"shape": "
|
428
|
+
"shape": "Sf"
|
423
429
|
}
|
424
430
|
}
|
425
431
|
},
|
@@ -427,7 +433,7 @@
|
|
427
433
|
"type": "structure",
|
428
434
|
"members": {
|
429
435
|
"Site": {
|
430
|
-
"shape": "
|
436
|
+
"shape": "S2u"
|
431
437
|
}
|
432
438
|
}
|
433
439
|
}
|
@@ -446,7 +452,7 @@
|
|
446
452
|
"CoreNetworkId": {},
|
447
453
|
"VpnConnectionArn": {},
|
448
454
|
"Tags": {
|
449
|
-
"shape": "
|
455
|
+
"shape": "Sf"
|
450
456
|
},
|
451
457
|
"ClientToken": {
|
452
458
|
"idempotencyToken": true
|
@@ -457,7 +463,7 @@
|
|
457
463
|
"type": "structure",
|
458
464
|
"members": {
|
459
465
|
"SiteToSiteVpnAttachment": {
|
460
|
-
"shape": "
|
466
|
+
"shape": "S30"
|
461
467
|
}
|
462
468
|
}
|
463
469
|
}
|
@@ -476,7 +482,7 @@
|
|
476
482
|
"CoreNetworkId": {},
|
477
483
|
"TransitGatewayArn": {},
|
478
484
|
"Tags": {
|
479
|
-
"shape": "
|
485
|
+
"shape": "Sf"
|
480
486
|
},
|
481
487
|
"ClientToken": {
|
482
488
|
"idempotencyToken": true
|
@@ -487,7 +493,7 @@
|
|
487
493
|
"type": "structure",
|
488
494
|
"members": {
|
489
495
|
"TransitGatewayPeering": {
|
490
|
-
"shape": "
|
496
|
+
"shape": "S34"
|
491
497
|
}
|
492
498
|
}
|
493
499
|
}
|
@@ -506,7 +512,7 @@
|
|
506
512
|
"PeeringId": {},
|
507
513
|
"TransitGatewayRouteTableArn": {},
|
508
514
|
"Tags": {
|
509
|
-
"shape": "
|
515
|
+
"shape": "Sf"
|
510
516
|
},
|
511
517
|
"ClientToken": {
|
512
518
|
"idempotencyToken": true
|
@@ -517,7 +523,7 @@
|
|
517
523
|
"type": "structure",
|
518
524
|
"members": {
|
519
525
|
"TransitGatewayRouteTableAttachment": {
|
520
|
-
"shape": "
|
526
|
+
"shape": "S3d"
|
521
527
|
}
|
522
528
|
}
|
523
529
|
}
|
@@ -537,13 +543,13 @@
|
|
537
543
|
"CoreNetworkId": {},
|
538
544
|
"VpcArn": {},
|
539
545
|
"SubnetArns": {
|
540
|
-
"shape": "
|
546
|
+
"shape": "S3g"
|
541
547
|
},
|
542
548
|
"Options": {
|
543
|
-
"shape": "
|
549
|
+
"shape": "S3h"
|
544
550
|
},
|
545
551
|
"Tags": {
|
546
|
-
"shape": "
|
552
|
+
"shape": "Sf"
|
547
553
|
},
|
548
554
|
"ClientToken": {
|
549
555
|
"idempotencyToken": true
|
@@ -554,7 +560,7 @@
|
|
554
560
|
"type": "structure",
|
555
561
|
"members": {
|
556
562
|
"VpcAttachment": {
|
557
|
-
"shape": "
|
563
|
+
"shape": "S3k"
|
558
564
|
}
|
559
565
|
}
|
560
566
|
}
|
@@ -606,7 +612,7 @@
|
|
606
612
|
"type": "structure",
|
607
613
|
"members": {
|
608
614
|
"ConnectPeer": {
|
609
|
-
"shape": "
|
615
|
+
"shape": "S1l"
|
610
616
|
}
|
611
617
|
}
|
612
618
|
}
|
@@ -637,7 +643,7 @@
|
|
637
643
|
"type": "structure",
|
638
644
|
"members": {
|
639
645
|
"Connection": {
|
640
|
-
"shape": "
|
646
|
+
"shape": "S1s"
|
641
647
|
}
|
642
648
|
}
|
643
649
|
}
|
@@ -663,7 +669,7 @@
|
|
663
669
|
"type": "structure",
|
664
670
|
"members": {
|
665
671
|
"CoreNetwork": {
|
666
|
-
"shape": "
|
672
|
+
"shape": "S1z"
|
667
673
|
}
|
668
674
|
}
|
669
675
|
}
|
@@ -695,7 +701,7 @@
|
|
695
701
|
"type": "structure",
|
696
702
|
"members": {
|
697
703
|
"CoreNetworkPolicy": {
|
698
|
-
"shape": "
|
704
|
+
"shape": "S3v"
|
699
705
|
}
|
700
706
|
}
|
701
707
|
}
|
@@ -726,7 +732,7 @@
|
|
726
732
|
"type": "structure",
|
727
733
|
"members": {
|
728
734
|
"Device": {
|
729
|
-
"shape": "
|
735
|
+
"shape": "S2e"
|
730
736
|
}
|
731
737
|
}
|
732
738
|
}
|
@@ -752,7 +758,7 @@
|
|
752
758
|
"type": "structure",
|
753
759
|
"members": {
|
754
760
|
"GlobalNetwork": {
|
755
|
-
"shape": "
|
761
|
+
"shape": "S2j"
|
756
762
|
}
|
757
763
|
}
|
758
764
|
}
|
@@ -783,7 +789,7 @@
|
|
783
789
|
"type": "structure",
|
784
790
|
"members": {
|
785
791
|
"Link": {
|
786
|
-
"shape": "
|
792
|
+
"shape": "S2p"
|
787
793
|
}
|
788
794
|
}
|
789
795
|
}
|
@@ -809,7 +815,7 @@
|
|
809
815
|
"type": "structure",
|
810
816
|
"members": {
|
811
817
|
"Peering": {
|
812
|
-
"shape": "
|
818
|
+
"shape": "S35"
|
813
819
|
}
|
814
820
|
}
|
815
821
|
}
|
@@ -862,7 +868,7 @@
|
|
862
868
|
"type": "structure",
|
863
869
|
"members": {
|
864
870
|
"Site": {
|
865
|
-
"shape": "
|
871
|
+
"shape": "S2u"
|
866
872
|
}
|
867
873
|
}
|
868
874
|
}
|
@@ -893,7 +899,7 @@
|
|
893
899
|
"type": "structure",
|
894
900
|
"members": {
|
895
901
|
"TransitGatewayRegistration": {
|
896
|
-
"shape": "
|
902
|
+
"shape": "S4f"
|
897
903
|
}
|
898
904
|
}
|
899
905
|
}
|
@@ -929,7 +935,7 @@
|
|
929
935
|
"GlobalNetworks": {
|
930
936
|
"type": "list",
|
931
937
|
"member": {
|
932
|
-
"shape": "
|
938
|
+
"shape": "S2j"
|
933
939
|
}
|
934
940
|
},
|
935
941
|
"NextToken": {}
|
@@ -962,7 +968,7 @@
|
|
962
968
|
"type": "structure",
|
963
969
|
"members": {
|
964
970
|
"ConnectPeerAssociation": {
|
965
|
-
"shape": "
|
971
|
+
"shape": "Ss"
|
966
972
|
}
|
967
973
|
}
|
968
974
|
}
|
@@ -993,7 +999,7 @@
|
|
993
999
|
"type": "structure",
|
994
1000
|
"members": {
|
995
1001
|
"CustomerGatewayAssociation": {
|
996
|
-
"shape": "
|
1002
|
+
"shape": "Sx"
|
997
1003
|
}
|
998
1004
|
}
|
999
1005
|
}
|
@@ -1029,7 +1035,7 @@
|
|
1029
1035
|
"type": "structure",
|
1030
1036
|
"members": {
|
1031
1037
|
"LinkAssociation": {
|
1032
|
-
"shape": "
|
1038
|
+
"shape": "S11"
|
1033
1039
|
}
|
1034
1040
|
}
|
1035
1041
|
}
|
@@ -1060,7 +1066,7 @@
|
|
1060
1066
|
"type": "structure",
|
1061
1067
|
"members": {
|
1062
1068
|
"TransitGatewayConnectPeerAssociation": {
|
1063
|
-
"shape": "
|
1069
|
+
"shape": "S16"
|
1064
1070
|
}
|
1065
1071
|
}
|
1066
1072
|
}
|
@@ -1113,7 +1119,7 @@
|
|
1113
1119
|
"type": "structure",
|
1114
1120
|
"members": {
|
1115
1121
|
"ConnectAttachment": {
|
1116
|
-
"shape": "
|
1122
|
+
"shape": "S1d"
|
1117
1123
|
}
|
1118
1124
|
}
|
1119
1125
|
}
|
@@ -1139,7 +1145,7 @@
|
|
1139
1145
|
"type": "structure",
|
1140
1146
|
"members": {
|
1141
1147
|
"ConnectPeer": {
|
1142
|
-
"shape": "
|
1148
|
+
"shape": "S1l"
|
1143
1149
|
}
|
1144
1150
|
}
|
1145
1151
|
}
|
@@ -1182,7 +1188,7 @@
|
|
1182
1188
|
"ConnectPeerAssociations": {
|
1183
1189
|
"type": "list",
|
1184
1190
|
"member": {
|
1185
|
-
"shape": "
|
1191
|
+
"shape": "Ss"
|
1186
1192
|
}
|
1187
1193
|
},
|
1188
1194
|
"NextToken": {}
|
@@ -1231,7 +1237,7 @@
|
|
1231
1237
|
"Connections": {
|
1232
1238
|
"type": "list",
|
1233
1239
|
"member": {
|
1234
|
-
"shape": "
|
1240
|
+
"shape": "S1s"
|
1235
1241
|
}
|
1236
1242
|
},
|
1237
1243
|
"NextToken": {}
|
@@ -1259,7 +1265,7 @@
|
|
1259
1265
|
"type": "structure",
|
1260
1266
|
"members": {
|
1261
1267
|
"CoreNetwork": {
|
1262
|
-
"shape": "
|
1268
|
+
"shape": "S1z"
|
1263
1269
|
}
|
1264
1270
|
}
|
1265
1271
|
}
|
@@ -1316,6 +1322,7 @@
|
|
1316
1322
|
"members": {
|
1317
1323
|
"EdgeLocation": {},
|
1318
1324
|
"SegmentName": {},
|
1325
|
+
"NetworkFunctionGroupName": {},
|
1319
1326
|
"AttachmentId": {},
|
1320
1327
|
"Cidr": {}
|
1321
1328
|
}
|
@@ -1371,10 +1378,10 @@
|
|
1371
1378
|
"Action": {},
|
1372
1379
|
"Identifier": {},
|
1373
1380
|
"PreviousValues": {
|
1374
|
-
"shape": "
|
1381
|
+
"shape": "S5o"
|
1375
1382
|
},
|
1376
1383
|
"NewValues": {
|
1377
|
-
"shape": "
|
1384
|
+
"shape": "S5o"
|
1378
1385
|
},
|
1379
1386
|
"IdentifierPath": {}
|
1380
1387
|
}
|
@@ -1414,7 +1421,7 @@
|
|
1414
1421
|
"type": "structure",
|
1415
1422
|
"members": {
|
1416
1423
|
"CoreNetworkPolicy": {
|
1417
|
-
"shape": "
|
1424
|
+
"shape": "S3v"
|
1418
1425
|
}
|
1419
1426
|
}
|
1420
1427
|
}
|
@@ -1457,7 +1464,7 @@
|
|
1457
1464
|
"CustomerGatewayAssociations": {
|
1458
1465
|
"type": "list",
|
1459
1466
|
"member": {
|
1460
|
-
"shape": "
|
1467
|
+
"shape": "Sx"
|
1461
1468
|
}
|
1462
1469
|
},
|
1463
1470
|
"NextToken": {}
|
@@ -1506,7 +1513,7 @@
|
|
1506
1513
|
"Devices": {
|
1507
1514
|
"type": "list",
|
1508
1515
|
"member": {
|
1509
|
-
"shape": "
|
1516
|
+
"shape": "S2e"
|
1510
1517
|
}
|
1511
1518
|
},
|
1512
1519
|
"NextToken": {}
|
@@ -1553,7 +1560,7 @@
|
|
1553
1560
|
"LinkAssociations": {
|
1554
1561
|
"type": "list",
|
1555
1562
|
"member": {
|
1556
|
-
"shape": "
|
1563
|
+
"shape": "S11"
|
1557
1564
|
}
|
1558
1565
|
},
|
1559
1566
|
"NextToken": {}
|
@@ -1610,7 +1617,7 @@
|
|
1610
1617
|
"Links": {
|
1611
1618
|
"type": "list",
|
1612
1619
|
"member": {
|
1613
|
-
"shape": "
|
1620
|
+
"shape": "S2p"
|
1614
1621
|
}
|
1615
1622
|
},
|
1616
1623
|
"NextToken": {}
|
@@ -1803,10 +1810,10 @@
|
|
1803
1810
|
"type": "timestamp"
|
1804
1811
|
},
|
1805
1812
|
"Tags": {
|
1806
|
-
"shape": "
|
1813
|
+
"shape": "Sf"
|
1807
1814
|
},
|
1808
1815
|
"Metadata": {
|
1809
|
-
"shape": "
|
1816
|
+
"shape": "S6v"
|
1810
1817
|
}
|
1811
1818
|
}
|
1812
1819
|
}
|
@@ -1835,24 +1842,32 @@
|
|
1835
1842
|
"members": {
|
1836
1843
|
"TransitGatewayRouteTableArn": {},
|
1837
1844
|
"CoreNetworkSegmentEdge": {
|
1838
|
-
"shape": "
|
1845
|
+
"shape": "S6y"
|
1846
|
+
},
|
1847
|
+
"CoreNetworkNetworkFunctionGroup": {
|
1848
|
+
"type": "structure",
|
1849
|
+
"members": {
|
1850
|
+
"CoreNetworkId": {},
|
1851
|
+
"NetworkFunctionGroupName": {},
|
1852
|
+
"EdgeLocation": {}
|
1853
|
+
}
|
1839
1854
|
}
|
1840
1855
|
}
|
1841
1856
|
},
|
1842
1857
|
"ExactCidrMatches": {
|
1843
|
-
"shape": "
|
1858
|
+
"shape": "S1i"
|
1844
1859
|
},
|
1845
1860
|
"LongestPrefixMatches": {
|
1846
|
-
"shape": "
|
1861
|
+
"shape": "S1i"
|
1847
1862
|
},
|
1848
1863
|
"SubnetOfMatches": {
|
1849
|
-
"shape": "
|
1864
|
+
"shape": "S1i"
|
1850
1865
|
},
|
1851
1866
|
"SupernetOfMatches": {
|
1852
|
-
"shape": "
|
1867
|
+
"shape": "S1i"
|
1853
1868
|
},
|
1854
1869
|
"PrefixListIds": {
|
1855
|
-
"shape": "
|
1870
|
+
"shape": "S1i"
|
1856
1871
|
},
|
1857
1872
|
"States": {
|
1858
1873
|
"type": "list",
|
@@ -1877,7 +1892,7 @@
|
|
1877
1892
|
"members": {
|
1878
1893
|
"RouteTableArn": {},
|
1879
1894
|
"CoreNetworkSegmentEdge": {
|
1880
|
-
"shape": "
|
1895
|
+
"shape": "S6y"
|
1881
1896
|
},
|
1882
1897
|
"RouteTableType": {},
|
1883
1898
|
"RouteTableTimestamp": {
|
@@ -1897,6 +1912,7 @@
|
|
1897
1912
|
"CoreNetworkAttachmentId": {},
|
1898
1913
|
"TransitGatewayAttachmentId": {},
|
1899
1914
|
"SegmentName": {},
|
1915
|
+
"NetworkFunctionGroupName": {},
|
1900
1916
|
"EdgeLocation": {},
|
1901
1917
|
"ResourceType": {},
|
1902
1918
|
"ResourceId": {}
|
@@ -2047,7 +2063,7 @@
|
|
2047
2063
|
"type": "structure",
|
2048
2064
|
"members": {
|
2049
2065
|
"RouteAnalysis": {
|
2050
|
-
"shape": "
|
2066
|
+
"shape": "S7r"
|
2051
2067
|
}
|
2052
2068
|
}
|
2053
2069
|
}
|
@@ -2073,7 +2089,7 @@
|
|
2073
2089
|
"type": "structure",
|
2074
2090
|
"members": {
|
2075
2091
|
"SiteToSiteVpnAttachment": {
|
2076
|
-
"shape": "
|
2092
|
+
"shape": "S30"
|
2077
2093
|
}
|
2078
2094
|
}
|
2079
2095
|
}
|
@@ -2116,7 +2132,7 @@
|
|
2116
2132
|
"Sites": {
|
2117
2133
|
"type": "list",
|
2118
2134
|
"member": {
|
2119
|
-
"shape": "
|
2135
|
+
"shape": "S2u"
|
2120
2136
|
}
|
2121
2137
|
},
|
2122
2138
|
"NextToken": {}
|
@@ -2161,7 +2177,7 @@
|
|
2161
2177
|
"TransitGatewayConnectPeerAssociations": {
|
2162
2178
|
"type": "list",
|
2163
2179
|
"member": {
|
2164
|
-
"shape": "
|
2180
|
+
"shape": "S16"
|
2165
2181
|
}
|
2166
2182
|
},
|
2167
2183
|
"NextToken": {}
|
@@ -2189,7 +2205,7 @@
|
|
2189
2205
|
"type": "structure",
|
2190
2206
|
"members": {
|
2191
2207
|
"TransitGatewayPeering": {
|
2192
|
-
"shape": "
|
2208
|
+
"shape": "S34"
|
2193
2209
|
}
|
2194
2210
|
}
|
2195
2211
|
}
|
@@ -2232,7 +2248,7 @@
|
|
2232
2248
|
"TransitGatewayRegistrations": {
|
2233
2249
|
"type": "list",
|
2234
2250
|
"member": {
|
2235
|
-
"shape": "
|
2251
|
+
"shape": "S4f"
|
2236
2252
|
}
|
2237
2253
|
},
|
2238
2254
|
"NextToken": {}
|
@@ -2260,7 +2276,7 @@
|
|
2260
2276
|
"type": "structure",
|
2261
2277
|
"members": {
|
2262
2278
|
"TransitGatewayRouteTableAttachment": {
|
2263
|
-
"shape": "
|
2279
|
+
"shape": "S3d"
|
2264
2280
|
}
|
2265
2281
|
}
|
2266
2282
|
}
|
@@ -2286,7 +2302,7 @@
|
|
2286
2302
|
"type": "structure",
|
2287
2303
|
"members": {
|
2288
2304
|
"VpcAttachment": {
|
2289
|
-
"shape": "
|
2305
|
+
"shape": "S3k"
|
2290
2306
|
}
|
2291
2307
|
}
|
2292
2308
|
}
|
@@ -2383,7 +2399,7 @@
|
|
2383
2399
|
"type": "timestamp"
|
2384
2400
|
},
|
2385
2401
|
"Tags": {
|
2386
|
-
"shape": "
|
2402
|
+
"shape": "Sf"
|
2387
2403
|
},
|
2388
2404
|
"SubnetArn": {}
|
2389
2405
|
}
|
@@ -2478,7 +2494,7 @@
|
|
2478
2494
|
"State": {},
|
2479
2495
|
"Description": {},
|
2480
2496
|
"Tags": {
|
2481
|
-
"shape": "
|
2497
|
+
"shape": "Sf"
|
2482
2498
|
}
|
2483
2499
|
}
|
2484
2500
|
}
|
@@ -2510,7 +2526,7 @@
|
|
2510
2526
|
"type": "structure",
|
2511
2527
|
"members": {
|
2512
2528
|
"OrganizationStatus": {
|
2513
|
-
"shape": "
|
2529
|
+
"shape": "S96"
|
2514
2530
|
},
|
2515
2531
|
"NextToken": {}
|
2516
2532
|
}
|
@@ -2557,7 +2573,7 @@
|
|
2557
2573
|
"Peerings": {
|
2558
2574
|
"type": "list",
|
2559
2575
|
"member": {
|
2560
|
-
"shape": "
|
2576
|
+
"shape": "S35"
|
2561
2577
|
}
|
2562
2578
|
},
|
2563
2579
|
"NextToken": {}
|
@@ -2585,7 +2601,7 @@
|
|
2585
2601
|
"type": "structure",
|
2586
2602
|
"members": {
|
2587
2603
|
"TagList": {
|
2588
|
-
"shape": "
|
2604
|
+
"shape": "Sf"
|
2589
2605
|
}
|
2590
2606
|
}
|
2591
2607
|
}
|
@@ -2621,7 +2637,7 @@
|
|
2621
2637
|
"type": "structure",
|
2622
2638
|
"members": {
|
2623
2639
|
"CoreNetworkPolicy": {
|
2624
|
-
"shape": "
|
2640
|
+
"shape": "S3v"
|
2625
2641
|
}
|
2626
2642
|
}
|
2627
2643
|
}
|
@@ -2673,7 +2689,7 @@
|
|
2673
2689
|
"type": "structure",
|
2674
2690
|
"members": {
|
2675
2691
|
"TransitGatewayRegistration": {
|
2676
|
-
"shape": "
|
2692
|
+
"shape": "S4f"
|
2677
2693
|
}
|
2678
2694
|
}
|
2679
2695
|
}
|
@@ -2729,7 +2745,7 @@
|
|
2729
2745
|
"type": "structure",
|
2730
2746
|
"members": {
|
2731
2747
|
"CoreNetworkPolicy": {
|
2732
|
-
"shape": "
|
2748
|
+
"shape": "S3v"
|
2733
2749
|
}
|
2734
2750
|
}
|
2735
2751
|
}
|
@@ -2751,7 +2767,7 @@
|
|
2751
2767
|
"type": "structure",
|
2752
2768
|
"members": {
|
2753
2769
|
"OrganizationStatus": {
|
2754
|
-
"shape": "
|
2770
|
+
"shape": "S96"
|
2755
2771
|
}
|
2756
2772
|
}
|
2757
2773
|
}
|
@@ -2773,10 +2789,10 @@
|
|
2773
2789
|
"locationName": "globalNetworkId"
|
2774
2790
|
},
|
2775
2791
|
"Source": {
|
2776
|
-
"shape": "
|
2792
|
+
"shape": "S9w"
|
2777
2793
|
},
|
2778
2794
|
"Destination": {
|
2779
|
-
"shape": "
|
2795
|
+
"shape": "S9w"
|
2780
2796
|
},
|
2781
2797
|
"IncludeReturnPath": {
|
2782
2798
|
"type": "boolean"
|
@@ -2790,7 +2806,7 @@
|
|
2790
2806
|
"type": "structure",
|
2791
2807
|
"members": {
|
2792
2808
|
"RouteAnalysis": {
|
2793
|
-
"shape": "
|
2809
|
+
"shape": "S7r"
|
2794
2810
|
}
|
2795
2811
|
}
|
2796
2812
|
}
|
@@ -2811,7 +2827,7 @@
|
|
2811
2827
|
"locationName": "resourceArn"
|
2812
2828
|
},
|
2813
2829
|
"Tags": {
|
2814
|
-
"shape": "
|
2830
|
+
"shape": "Sf"
|
2815
2831
|
}
|
2816
2832
|
}
|
2817
2833
|
},
|
@@ -2878,7 +2894,7 @@
|
|
2878
2894
|
"type": "structure",
|
2879
2895
|
"members": {
|
2880
2896
|
"Connection": {
|
2881
|
-
"shape": "
|
2897
|
+
"shape": "S1s"
|
2882
2898
|
}
|
2883
2899
|
}
|
2884
2900
|
}
|
@@ -2905,7 +2921,7 @@
|
|
2905
2921
|
"type": "structure",
|
2906
2922
|
"members": {
|
2907
2923
|
"CoreNetwork": {
|
2908
|
-
"shape": "
|
2924
|
+
"shape": "S1z"
|
2909
2925
|
}
|
2910
2926
|
}
|
2911
2927
|
}
|
@@ -2931,7 +2947,7 @@
|
|
2931
2947
|
"locationName": "deviceId"
|
2932
2948
|
},
|
2933
2949
|
"AWSLocation": {
|
2934
|
-
"shape": "
|
2950
|
+
"shape": "S2a"
|
2935
2951
|
},
|
2936
2952
|
"Description": {},
|
2937
2953
|
"Type": {},
|
@@ -2939,7 +2955,7 @@
|
|
2939
2955
|
"Model": {},
|
2940
2956
|
"SerialNumber": {},
|
2941
2957
|
"Location": {
|
2942
|
-
"shape": "
|
2958
|
+
"shape": "S2b"
|
2943
2959
|
},
|
2944
2960
|
"SiteId": {}
|
2945
2961
|
}
|
@@ -2948,7 +2964,7 @@
|
|
2948
2964
|
"type": "structure",
|
2949
2965
|
"members": {
|
2950
2966
|
"Device": {
|
2951
|
-
"shape": "
|
2967
|
+
"shape": "S2e"
|
2952
2968
|
}
|
2953
2969
|
}
|
2954
2970
|
}
|
@@ -2975,7 +2991,7 @@
|
|
2975
2991
|
"type": "structure",
|
2976
2992
|
"members": {
|
2977
2993
|
"GlobalNetwork": {
|
2978
|
-
"shape": "
|
2994
|
+
"shape": "S2j"
|
2979
2995
|
}
|
2980
2996
|
}
|
2981
2997
|
}
|
@@ -3003,7 +3019,7 @@
|
|
3003
3019
|
"Description": {},
|
3004
3020
|
"Type": {},
|
3005
3021
|
"Bandwidth": {
|
3006
|
-
"shape": "
|
3022
|
+
"shape": "S2n"
|
3007
3023
|
},
|
3008
3024
|
"Provider": {}
|
3009
3025
|
}
|
@@ -3012,7 +3028,7 @@
|
|
3012
3028
|
"type": "structure",
|
3013
3029
|
"members": {
|
3014
3030
|
"Link": {
|
3015
|
-
"shape": "
|
3031
|
+
"shape": "S2p"
|
3016
3032
|
}
|
3017
3033
|
}
|
3018
3034
|
}
|
@@ -3039,7 +3055,7 @@
|
|
3039
3055
|
"locationName": "resourceArn"
|
3040
3056
|
},
|
3041
3057
|
"Metadata": {
|
3042
|
-
"shape": "
|
3058
|
+
"shape": "S6v"
|
3043
3059
|
}
|
3044
3060
|
}
|
3045
3061
|
},
|
@@ -3048,7 +3064,7 @@
|
|
3048
3064
|
"members": {
|
3049
3065
|
"ResourceArn": {},
|
3050
3066
|
"Metadata": {
|
3051
|
-
"shape": "
|
3067
|
+
"shape": "S6v"
|
3052
3068
|
}
|
3053
3069
|
}
|
3054
3070
|
}
|
@@ -3075,7 +3091,7 @@
|
|
3075
3091
|
},
|
3076
3092
|
"Description": {},
|
3077
3093
|
"Location": {
|
3078
|
-
"shape": "
|
3094
|
+
"shape": "S2b"
|
3079
3095
|
}
|
3080
3096
|
}
|
3081
3097
|
},
|
@@ -3083,7 +3099,7 @@
|
|
3083
3099
|
"type": "structure",
|
3084
3100
|
"members": {
|
3085
3101
|
"Site": {
|
3086
|
-
"shape": "
|
3102
|
+
"shape": "S2u"
|
3087
3103
|
}
|
3088
3104
|
}
|
3089
3105
|
}
|
@@ -3104,13 +3120,13 @@
|
|
3104
3120
|
"locationName": "attachmentId"
|
3105
3121
|
},
|
3106
3122
|
"AddSubnetArns": {
|
3107
|
-
"shape": "
|
3123
|
+
"shape": "S3g"
|
3108
3124
|
},
|
3109
3125
|
"RemoveSubnetArns": {
|
3110
|
-
"shape": "
|
3126
|
+
"shape": "S3g"
|
3111
3127
|
},
|
3112
3128
|
"Options": {
|
3113
|
-
"shape": "
|
3129
|
+
"shape": "S3h"
|
3114
3130
|
}
|
3115
3131
|
}
|
3116
3132
|
},
|
@@ -3118,7 +3134,7 @@
|
|
3118
3134
|
"type": "structure",
|
3119
3135
|
"members": {
|
3120
3136
|
"VpcAttachment": {
|
3121
|
-
"shape": "
|
3137
|
+
"shape": "S3k"
|
3122
3138
|
}
|
3123
3139
|
}
|
3124
3140
|
}
|
@@ -3140,14 +3156,15 @@
|
|
3140
3156
|
"type": "integer"
|
3141
3157
|
},
|
3142
3158
|
"SegmentName": {},
|
3159
|
+
"NetworkFunctionGroupName": {},
|
3143
3160
|
"Tags": {
|
3144
|
-
"shape": "
|
3161
|
+
"shape": "Sf"
|
3145
3162
|
},
|
3146
3163
|
"ProposedSegmentChange": {
|
3147
3164
|
"type": "structure",
|
3148
3165
|
"members": {
|
3149
3166
|
"Tags": {
|
3150
|
-
"shape": "
|
3167
|
+
"shape": "Sf"
|
3151
3168
|
},
|
3152
3169
|
"AttachmentPolicyRuleNumber": {
|
3153
3170
|
"type": "integer"
|
@@ -3155,6 +3172,18 @@
|
|
3155
3172
|
"SegmentName": {}
|
3156
3173
|
}
|
3157
3174
|
},
|
3175
|
+
"ProposedNetworkFunctionGroupChange": {
|
3176
|
+
"type": "structure",
|
3177
|
+
"members": {
|
3178
|
+
"Tags": {
|
3179
|
+
"shape": "Sf"
|
3180
|
+
},
|
3181
|
+
"AttachmentPolicyRuleNumber": {
|
3182
|
+
"type": "integer"
|
3183
|
+
},
|
3184
|
+
"NetworkFunctionGroupName": {}
|
3185
|
+
}
|
3186
|
+
},
|
3158
3187
|
"CreatedAt": {
|
3159
3188
|
"type": "timestamp"
|
3160
3189
|
},
|
@@ -3163,7 +3192,7 @@
|
|
3163
3192
|
}
|
3164
3193
|
}
|
3165
3194
|
},
|
3166
|
-
"
|
3195
|
+
"Sf": {
|
3167
3196
|
"type": "list",
|
3168
3197
|
"member": {
|
3169
3198
|
"type": "structure",
|
@@ -3173,7 +3202,7 @@
|
|
3173
3202
|
}
|
3174
3203
|
}
|
3175
3204
|
},
|
3176
|
-
"
|
3205
|
+
"Ss": {
|
3177
3206
|
"type": "structure",
|
3178
3207
|
"members": {
|
3179
3208
|
"ConnectPeerId": {},
|
@@ -3183,7 +3212,7 @@
|
|
3183
3212
|
"State": {}
|
3184
3213
|
}
|
3185
3214
|
},
|
3186
|
-
"
|
3215
|
+
"Sx": {
|
3187
3216
|
"type": "structure",
|
3188
3217
|
"members": {
|
3189
3218
|
"CustomerGatewayArn": {},
|
@@ -3193,7 +3222,7 @@
|
|
3193
3222
|
"State": {}
|
3194
3223
|
}
|
3195
3224
|
},
|
3196
|
-
"
|
3225
|
+
"S11": {
|
3197
3226
|
"type": "structure",
|
3198
3227
|
"members": {
|
3199
3228
|
"GlobalNetworkId": {},
|
@@ -3202,7 +3231,7 @@
|
|
3202
3231
|
"LinkAssociationState": {}
|
3203
3232
|
}
|
3204
3233
|
},
|
3205
|
-
"
|
3234
|
+
"S16": {
|
3206
3235
|
"type": "structure",
|
3207
3236
|
"members": {
|
3208
3237
|
"TransitGatewayConnectPeerArn": {},
|
@@ -3212,13 +3241,13 @@
|
|
3212
3241
|
"State": {}
|
3213
3242
|
}
|
3214
3243
|
},
|
3215
|
-
"
|
3244
|
+
"S19": {
|
3216
3245
|
"type": "structure",
|
3217
3246
|
"members": {
|
3218
3247
|
"Protocol": {}
|
3219
3248
|
}
|
3220
3249
|
},
|
3221
|
-
"
|
3250
|
+
"S1d": {
|
3222
3251
|
"type": "structure",
|
3223
3252
|
"members": {
|
3224
3253
|
"Attachment": {
|
@@ -3226,15 +3255,15 @@
|
|
3226
3255
|
},
|
3227
3256
|
"TransportAttachmentId": {},
|
3228
3257
|
"Options": {
|
3229
|
-
"shape": "
|
3258
|
+
"shape": "S19"
|
3230
3259
|
}
|
3231
3260
|
}
|
3232
3261
|
},
|
3233
|
-
"
|
3262
|
+
"S1i": {
|
3234
3263
|
"type": "list",
|
3235
3264
|
"member": {}
|
3236
3265
|
},
|
3237
|
-
"
|
3266
|
+
"S1l": {
|
3238
3267
|
"type": "structure",
|
3239
3268
|
"members": {
|
3240
3269
|
"CoreNetworkId": {},
|
@@ -3251,7 +3280,7 @@
|
|
3251
3280
|
"CoreNetworkAddress": {},
|
3252
3281
|
"PeerAddress": {},
|
3253
3282
|
"InsideCidrBlocks": {
|
3254
|
-
"shape": "
|
3283
|
+
"shape": "S1i"
|
3255
3284
|
},
|
3256
3285
|
"Protocol": {},
|
3257
3286
|
"BgpConfigurations": {
|
@@ -3273,12 +3302,12 @@
|
|
3273
3302
|
}
|
3274
3303
|
},
|
3275
3304
|
"Tags": {
|
3276
|
-
"shape": "
|
3305
|
+
"shape": "Sf"
|
3277
3306
|
},
|
3278
3307
|
"SubnetArn": {}
|
3279
3308
|
}
|
3280
3309
|
},
|
3281
|
-
"
|
3310
|
+
"S1s": {
|
3282
3311
|
"type": "structure",
|
3283
3312
|
"members": {
|
3284
3313
|
"ConnectionId": {},
|
@@ -3294,11 +3323,11 @@
|
|
3294
3323
|
},
|
3295
3324
|
"State": {},
|
3296
3325
|
"Tags": {
|
3297
|
-
"shape": "
|
3326
|
+
"shape": "Sf"
|
3298
3327
|
}
|
3299
3328
|
}
|
3300
3329
|
},
|
3301
|
-
"
|
3330
|
+
"S1z": {
|
3302
3331
|
"type": "structure",
|
3303
3332
|
"members": {
|
3304
3333
|
"GlobalNetworkId": {},
|
@@ -3316,10 +3345,33 @@
|
|
3316
3345
|
"members": {
|
3317
3346
|
"Name": {},
|
3318
3347
|
"EdgeLocations": {
|
3319
|
-
"shape": "
|
3348
|
+
"shape": "S23"
|
3320
3349
|
},
|
3321
3350
|
"SharedSegments": {
|
3322
|
-
"shape": "
|
3351
|
+
"shape": "S1i"
|
3352
|
+
}
|
3353
|
+
}
|
3354
|
+
}
|
3355
|
+
},
|
3356
|
+
"NetworkFunctionGroups": {
|
3357
|
+
"type": "list",
|
3358
|
+
"member": {
|
3359
|
+
"type": "structure",
|
3360
|
+
"members": {
|
3361
|
+
"Name": {},
|
3362
|
+
"EdgeLocations": {
|
3363
|
+
"shape": "S23"
|
3364
|
+
},
|
3365
|
+
"Segments": {
|
3366
|
+
"type": "structure",
|
3367
|
+
"members": {
|
3368
|
+
"SendVia": {
|
3369
|
+
"shape": "S1i"
|
3370
|
+
},
|
3371
|
+
"SendTo": {
|
3372
|
+
"shape": "S1i"
|
3373
|
+
}
|
3374
|
+
}
|
3323
3375
|
}
|
3324
3376
|
}
|
3325
3377
|
}
|
@@ -3334,28 +3386,28 @@
|
|
3334
3386
|
"type": "long"
|
3335
3387
|
},
|
3336
3388
|
"InsideCidrBlocks": {
|
3337
|
-
"shape": "
|
3389
|
+
"shape": "S1i"
|
3338
3390
|
}
|
3339
3391
|
}
|
3340
3392
|
}
|
3341
3393
|
},
|
3342
3394
|
"Tags": {
|
3343
|
-
"shape": "
|
3395
|
+
"shape": "Sf"
|
3344
3396
|
}
|
3345
3397
|
}
|
3346
3398
|
},
|
3347
|
-
"
|
3399
|
+
"S23": {
|
3348
3400
|
"type": "list",
|
3349
3401
|
"member": {}
|
3350
3402
|
},
|
3351
|
-
"
|
3403
|
+
"S2a": {
|
3352
3404
|
"type": "structure",
|
3353
3405
|
"members": {
|
3354
3406
|
"Zone": {},
|
3355
3407
|
"SubnetArn": {}
|
3356
3408
|
}
|
3357
3409
|
},
|
3358
|
-
"
|
3410
|
+
"S2b": {
|
3359
3411
|
"type": "structure",
|
3360
3412
|
"members": {
|
3361
3413
|
"Address": {},
|
@@ -3364,14 +3416,14 @@
|
|
3364
3416
|
},
|
3365
3417
|
"sensitive": true
|
3366
3418
|
},
|
3367
|
-
"
|
3419
|
+
"S2e": {
|
3368
3420
|
"type": "structure",
|
3369
3421
|
"members": {
|
3370
3422
|
"DeviceId": {},
|
3371
3423
|
"DeviceArn": {},
|
3372
3424
|
"GlobalNetworkId": {},
|
3373
3425
|
"AWSLocation": {
|
3374
|
-
"shape": "
|
3426
|
+
"shape": "S2a"
|
3375
3427
|
},
|
3376
3428
|
"Description": {},
|
3377
3429
|
"Type": {},
|
@@ -3379,7 +3431,7 @@
|
|
3379
3431
|
"Model": {},
|
3380
3432
|
"SerialNumber": {},
|
3381
3433
|
"Location": {
|
3382
|
-
"shape": "
|
3434
|
+
"shape": "S2b"
|
3383
3435
|
},
|
3384
3436
|
"SiteId": {},
|
3385
3437
|
"CreatedAt": {
|
@@ -3387,11 +3439,11 @@
|
|
3387
3439
|
},
|
3388
3440
|
"State": {},
|
3389
3441
|
"Tags": {
|
3390
|
-
"shape": "
|
3442
|
+
"shape": "Sf"
|
3391
3443
|
}
|
3392
3444
|
}
|
3393
3445
|
},
|
3394
|
-
"
|
3446
|
+
"S2j": {
|
3395
3447
|
"type": "structure",
|
3396
3448
|
"members": {
|
3397
3449
|
"GlobalNetworkId": {},
|
@@ -3402,11 +3454,11 @@
|
|
3402
3454
|
},
|
3403
3455
|
"State": {},
|
3404
3456
|
"Tags": {
|
3405
|
-
"shape": "
|
3457
|
+
"shape": "Sf"
|
3406
3458
|
}
|
3407
3459
|
}
|
3408
3460
|
},
|
3409
|
-
"
|
3461
|
+
"S2n": {
|
3410
3462
|
"type": "structure",
|
3411
3463
|
"members": {
|
3412
3464
|
"UploadSpeed": {
|
@@ -3417,7 +3469,7 @@
|
|
3417
3469
|
}
|
3418
3470
|
}
|
3419
3471
|
},
|
3420
|
-
"
|
3472
|
+
"S2p": {
|
3421
3473
|
"type": "structure",
|
3422
3474
|
"members": {
|
3423
3475
|
"LinkId": {},
|
@@ -3427,7 +3479,7 @@
|
|
3427
3479
|
"Description": {},
|
3428
3480
|
"Type": {},
|
3429
3481
|
"Bandwidth": {
|
3430
|
-
"shape": "
|
3482
|
+
"shape": "S2n"
|
3431
3483
|
},
|
3432
3484
|
"Provider": {},
|
3433
3485
|
"CreatedAt": {
|
@@ -3435,11 +3487,11 @@
|
|
3435
3487
|
},
|
3436
3488
|
"State": {},
|
3437
3489
|
"Tags": {
|
3438
|
-
"shape": "
|
3490
|
+
"shape": "Sf"
|
3439
3491
|
}
|
3440
3492
|
}
|
3441
3493
|
},
|
3442
|
-
"
|
3494
|
+
"S2u": {
|
3443
3495
|
"type": "structure",
|
3444
3496
|
"members": {
|
3445
3497
|
"SiteId": {},
|
@@ -3447,18 +3499,18 @@
|
|
3447
3499
|
"GlobalNetworkId": {},
|
3448
3500
|
"Description": {},
|
3449
3501
|
"Location": {
|
3450
|
-
"shape": "
|
3502
|
+
"shape": "S2b"
|
3451
3503
|
},
|
3452
3504
|
"CreatedAt": {
|
3453
3505
|
"type": "timestamp"
|
3454
3506
|
},
|
3455
3507
|
"State": {},
|
3456
3508
|
"Tags": {
|
3457
|
-
"shape": "
|
3509
|
+
"shape": "Sf"
|
3458
3510
|
}
|
3459
3511
|
}
|
3460
3512
|
},
|
3461
|
-
"
|
3513
|
+
"S30": {
|
3462
3514
|
"type": "structure",
|
3463
3515
|
"members": {
|
3464
3516
|
"Attachment": {
|
@@ -3467,17 +3519,17 @@
|
|
3467
3519
|
"VpnConnectionArn": {}
|
3468
3520
|
}
|
3469
3521
|
},
|
3470
|
-
"
|
3522
|
+
"S34": {
|
3471
3523
|
"type": "structure",
|
3472
3524
|
"members": {
|
3473
3525
|
"Peering": {
|
3474
|
-
"shape": "
|
3526
|
+
"shape": "S35"
|
3475
3527
|
},
|
3476
3528
|
"TransitGatewayArn": {},
|
3477
3529
|
"TransitGatewayPeeringAttachmentId": {}
|
3478
3530
|
}
|
3479
3531
|
},
|
3480
|
-
"
|
3532
|
+
"S35": {
|
3481
3533
|
"type": "structure",
|
3482
3534
|
"members": {
|
3483
3535
|
"CoreNetworkId": {},
|
@@ -3489,14 +3541,14 @@
|
|
3489
3541
|
"EdgeLocation": {},
|
3490
3542
|
"ResourceArn": {},
|
3491
3543
|
"Tags": {
|
3492
|
-
"shape": "
|
3544
|
+
"shape": "Sf"
|
3493
3545
|
},
|
3494
3546
|
"CreatedAt": {
|
3495
3547
|
"type": "timestamp"
|
3496
3548
|
}
|
3497
3549
|
}
|
3498
3550
|
},
|
3499
|
-
"
|
3551
|
+
"S3d": {
|
3500
3552
|
"type": "structure",
|
3501
3553
|
"members": {
|
3502
3554
|
"Attachment": {
|
@@ -3506,11 +3558,11 @@
|
|
3506
3558
|
"TransitGatewayRouteTableArn": {}
|
3507
3559
|
}
|
3508
3560
|
},
|
3509
|
-
"
|
3561
|
+
"S3g": {
|
3510
3562
|
"type": "list",
|
3511
3563
|
"member": {}
|
3512
3564
|
},
|
3513
|
-
"
|
3565
|
+
"S3h": {
|
3514
3566
|
"type": "structure",
|
3515
3567
|
"members": {
|
3516
3568
|
"Ipv6Support": {
|
@@ -3521,21 +3573,21 @@
|
|
3521
3573
|
}
|
3522
3574
|
}
|
3523
3575
|
},
|
3524
|
-
"
|
3576
|
+
"S3k": {
|
3525
3577
|
"type": "structure",
|
3526
3578
|
"members": {
|
3527
3579
|
"Attachment": {
|
3528
3580
|
"shape": "S4"
|
3529
3581
|
},
|
3530
3582
|
"SubnetArns": {
|
3531
|
-
"shape": "
|
3583
|
+
"shape": "S3g"
|
3532
3584
|
},
|
3533
3585
|
"Options": {
|
3534
|
-
"shape": "
|
3586
|
+
"shape": "S3h"
|
3535
3587
|
}
|
3536
3588
|
}
|
3537
3589
|
},
|
3538
|
-
"
|
3590
|
+
"S3v": {
|
3539
3591
|
"type": "structure",
|
3540
3592
|
"members": {
|
3541
3593
|
"CoreNetworkId": {},
|
@@ -3568,7 +3620,7 @@
|
|
3568
3620
|
}
|
3569
3621
|
}
|
3570
3622
|
},
|
3571
|
-
"
|
3623
|
+
"S4f": {
|
3572
3624
|
"type": "structure",
|
3573
3625
|
"members": {
|
3574
3626
|
"GlobalNetworkId": {},
|
@@ -3582,12 +3634,13 @@
|
|
3582
3634
|
}
|
3583
3635
|
}
|
3584
3636
|
},
|
3585
|
-
"
|
3637
|
+
"S5o": {
|
3586
3638
|
"type": "structure",
|
3587
3639
|
"members": {
|
3588
3640
|
"SegmentName": {},
|
3641
|
+
"NetworkFunctionGroupName": {},
|
3589
3642
|
"EdgeLocations": {
|
3590
|
-
"shape": "
|
3643
|
+
"shape": "S23"
|
3591
3644
|
},
|
3592
3645
|
"Asn": {
|
3593
3646
|
"type": "long"
|
@@ -3595,19 +3648,68 @@
|
|
3595
3648
|
"Cidr": {},
|
3596
3649
|
"DestinationIdentifier": {},
|
3597
3650
|
"InsideCidrBlocks": {
|
3598
|
-
"shape": "
|
3651
|
+
"shape": "S1i"
|
3599
3652
|
},
|
3600
3653
|
"SharedSegments": {
|
3601
|
-
"shape": "
|
3654
|
+
"shape": "S1i"
|
3655
|
+
},
|
3656
|
+
"ServiceInsertionActions": {
|
3657
|
+
"type": "list",
|
3658
|
+
"member": {
|
3659
|
+
"type": "structure",
|
3660
|
+
"members": {
|
3661
|
+
"Action": {},
|
3662
|
+
"Mode": {},
|
3663
|
+
"WhenSentTo": {
|
3664
|
+
"type": "structure",
|
3665
|
+
"members": {
|
3666
|
+
"WhenSentToSegmentsList": {
|
3667
|
+
"type": "list",
|
3668
|
+
"member": {}
|
3669
|
+
}
|
3670
|
+
}
|
3671
|
+
},
|
3672
|
+
"Via": {
|
3673
|
+
"type": "structure",
|
3674
|
+
"members": {
|
3675
|
+
"NetworkFunctionGroups": {
|
3676
|
+
"type": "list",
|
3677
|
+
"member": {
|
3678
|
+
"type": "structure",
|
3679
|
+
"members": {
|
3680
|
+
"Name": {}
|
3681
|
+
}
|
3682
|
+
}
|
3683
|
+
},
|
3684
|
+
"WithEdgeOverrides": {
|
3685
|
+
"type": "list",
|
3686
|
+
"member": {
|
3687
|
+
"type": "structure",
|
3688
|
+
"members": {
|
3689
|
+
"EdgeSets": {
|
3690
|
+
"type": "list",
|
3691
|
+
"member": {
|
3692
|
+
"type": "list",
|
3693
|
+
"member": {}
|
3694
|
+
}
|
3695
|
+
},
|
3696
|
+
"UseEdge": {}
|
3697
|
+
}
|
3698
|
+
}
|
3699
|
+
}
|
3700
|
+
}
|
3701
|
+
}
|
3702
|
+
}
|
3703
|
+
}
|
3602
3704
|
}
|
3603
3705
|
}
|
3604
3706
|
},
|
3605
|
-
"
|
3707
|
+
"S6v": {
|
3606
3708
|
"type": "map",
|
3607
3709
|
"key": {},
|
3608
3710
|
"value": {}
|
3609
3711
|
},
|
3610
|
-
"
|
3712
|
+
"S6y": {
|
3611
3713
|
"type": "structure",
|
3612
3714
|
"members": {
|
3613
3715
|
"CoreNetworkId": {},
|
@@ -3615,7 +3717,7 @@
|
|
3615
3717
|
"EdgeLocation": {}
|
3616
3718
|
}
|
3617
3719
|
},
|
3618
|
-
"
|
3720
|
+
"S7r": {
|
3619
3721
|
"type": "structure",
|
3620
3722
|
"members": {
|
3621
3723
|
"GlobalNetworkId": {},
|
@@ -3626,10 +3728,10 @@
|
|
3626
3728
|
},
|
3627
3729
|
"Status": {},
|
3628
3730
|
"Source": {
|
3629
|
-
"shape": "
|
3731
|
+
"shape": "S7t"
|
3630
3732
|
},
|
3631
3733
|
"Destination": {
|
3632
|
-
"shape": "
|
3734
|
+
"shape": "S7t"
|
3633
3735
|
},
|
3634
3736
|
"IncludeReturnPath": {
|
3635
3737
|
"type": "boolean"
|
@@ -3638,14 +3740,14 @@
|
|
3638
3740
|
"type": "boolean"
|
3639
3741
|
},
|
3640
3742
|
"ForwardPath": {
|
3641
|
-
"shape": "
|
3743
|
+
"shape": "S7v"
|
3642
3744
|
},
|
3643
3745
|
"ReturnPath": {
|
3644
|
-
"shape": "
|
3746
|
+
"shape": "S7v"
|
3645
3747
|
}
|
3646
3748
|
}
|
3647
3749
|
},
|
3648
|
-
"
|
3750
|
+
"S7t": {
|
3649
3751
|
"type": "structure",
|
3650
3752
|
"members": {
|
3651
3753
|
"TransitGatewayAttachmentArn": {},
|
@@ -3653,7 +3755,7 @@
|
|
3653
3755
|
"IpAddress": {}
|
3654
3756
|
}
|
3655
3757
|
},
|
3656
|
-
"
|
3758
|
+
"S7v": {
|
3657
3759
|
"type": "structure",
|
3658
3760
|
"members": {
|
3659
3761
|
"CompletionStatus": {
|
@@ -3695,7 +3797,7 @@
|
|
3695
3797
|
}
|
3696
3798
|
}
|
3697
3799
|
},
|
3698
|
-
"
|
3800
|
+
"S96": {
|
3699
3801
|
"type": "structure",
|
3700
3802
|
"members": {
|
3701
3803
|
"OrganizationId": {},
|
@@ -3713,7 +3815,7 @@
|
|
3713
3815
|
}
|
3714
3816
|
}
|
3715
3817
|
},
|
3716
|
-
"
|
3818
|
+
"S9w": {
|
3717
3819
|
"type": "structure",
|
3718
3820
|
"members": {
|
3719
3821
|
"TransitGatewayAttachmentArn": {},
|