aws-sdk 2.1041.0 → 2.1045.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/CHANGELOG.md +22 -1
- package/README.md +1 -1
- package/apis/amplifyuibuilder-2021-08-11.examples.json +5 -0
- package/apis/amplifyuibuilder-2021-08-11.min.json +1036 -0
- package/apis/amplifyuibuilder-2021-08-11.paginators.json +16 -0
- package/apis/appsync-2017-07-25.min.json +327 -102
- package/apis/comprehendmedical-2018-10-30.min.json +244 -29
- package/apis/iot-2015-05-28.min.json +280 -271
- package/apis/location-2020-11-19.min.json +235 -107
- package/apis/logs-2014-03-28.min.json +4 -1
- package/apis/lookoutvision-2020-11-20.min.json +208 -11
- package/apis/lookoutvision-2020-11-20.paginators.json +6 -0
- package/apis/metadata.json +3 -0
- package/apis/networkmanager-2019-07-05.min.json +1931 -558
- package/apis/networkmanager-2019-07-05.paginators.json +36 -0
- package/apis/outposts-2019-12-03.min.json +29 -0
- package/apis/ram-2018-01-04.min.json +16 -11
- package/apis/sagemaker-2017-07-24.min.json +31 -28
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/amplifyuibuilder.d.ts +1003 -0
- package/clients/amplifyuibuilder.js +18 -0
- package/clients/appsync.d.ts +330 -109
- package/clients/cloudwatchlogs.d.ts +6 -1
- package/clients/comprehendmedical.d.ts +306 -25
- package/clients/health.d.ts +2 -2
- package/clients/iot.d.ts +13 -0
- package/clients/location.d.ts +139 -9
- package/clients/lookoutvision.d.ts +293 -23
- package/clients/networkmanager.d.ts +1856 -361
- package/clients/outposts.d.ts +47 -3
- package/clients/ram.d.ts +234 -212
- package/clients/rekognition.d.ts +5 -5
- package/clients/route53.d.ts +11 -11
- package/clients/sagemaker.d.ts +3 -1
- package/clients/support.d.ts +62 -62
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +53 -16
- package/dist/aws-sdk.js +769 -411
- package/dist/aws-sdk.min.js +74 -74
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -13,6 +13,61 @@
|
|
|
13
13
|
"uid": "networkmanager-2019-07-05"
|
|
14
14
|
},
|
|
15
15
|
"operations": {
|
|
16
|
+
"AcceptAttachment": {
|
|
17
|
+
"http": {
|
|
18
|
+
"requestUri": "/attachments/{attachmentId}/accept"
|
|
19
|
+
},
|
|
20
|
+
"input": {
|
|
21
|
+
"type": "structure",
|
|
22
|
+
"required": [
|
|
23
|
+
"AttachmentId"
|
|
24
|
+
],
|
|
25
|
+
"members": {
|
|
26
|
+
"AttachmentId": {
|
|
27
|
+
"location": "uri",
|
|
28
|
+
"locationName": "attachmentId"
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"output": {
|
|
33
|
+
"type": "structure",
|
|
34
|
+
"members": {
|
|
35
|
+
"Attachment": {
|
|
36
|
+
"shape": "S4"
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"AssociateConnectPeer": {
|
|
42
|
+
"http": {
|
|
43
|
+
"requestUri": "/global-networks/{globalNetworkId}/connect-peer-associations"
|
|
44
|
+
},
|
|
45
|
+
"input": {
|
|
46
|
+
"type": "structure",
|
|
47
|
+
"required": [
|
|
48
|
+
"GlobalNetworkId",
|
|
49
|
+
"ConnectPeerId",
|
|
50
|
+
"DeviceId"
|
|
51
|
+
],
|
|
52
|
+
"members": {
|
|
53
|
+
"GlobalNetworkId": {
|
|
54
|
+
"location": "uri",
|
|
55
|
+
"locationName": "globalNetworkId"
|
|
56
|
+
},
|
|
57
|
+
"ConnectPeerId": {},
|
|
58
|
+
"DeviceId": {},
|
|
59
|
+
"LinkId": {}
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"output": {
|
|
63
|
+
"type": "structure",
|
|
64
|
+
"members": {
|
|
65
|
+
"ConnectPeerAssociation": {
|
|
66
|
+
"shape": "Sq"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
},
|
|
16
71
|
"AssociateCustomerGateway": {
|
|
17
72
|
"http": {
|
|
18
73
|
"requestUri": "/global-networks/{globalNetworkId}/customer-gateway-associations"
|
|
@@ -38,7 +93,7 @@
|
|
|
38
93
|
"type": "structure",
|
|
39
94
|
"members": {
|
|
40
95
|
"CustomerGatewayAssociation": {
|
|
41
|
-
"shape": "
|
|
96
|
+
"shape": "Sv"
|
|
42
97
|
}
|
|
43
98
|
}
|
|
44
99
|
}
|
|
@@ -67,7 +122,7 @@
|
|
|
67
122
|
"type": "structure",
|
|
68
123
|
"members": {
|
|
69
124
|
"LinkAssociation": {
|
|
70
|
-
"shape": "
|
|
125
|
+
"shape": "Sz"
|
|
71
126
|
}
|
|
72
127
|
}
|
|
73
128
|
}
|
|
@@ -97,7 +152,86 @@
|
|
|
97
152
|
"type": "structure",
|
|
98
153
|
"members": {
|
|
99
154
|
"TransitGatewayConnectPeerAssociation": {
|
|
100
|
-
"shape": "
|
|
155
|
+
"shape": "S14"
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"CreateConnectAttachment": {
|
|
161
|
+
"http": {
|
|
162
|
+
"requestUri": "/connect-attachments"
|
|
163
|
+
},
|
|
164
|
+
"input": {
|
|
165
|
+
"type": "structure",
|
|
166
|
+
"required": [
|
|
167
|
+
"CoreNetworkId",
|
|
168
|
+
"EdgeLocation",
|
|
169
|
+
"TransportAttachmentId",
|
|
170
|
+
"Options"
|
|
171
|
+
],
|
|
172
|
+
"members": {
|
|
173
|
+
"CoreNetworkId": {},
|
|
174
|
+
"EdgeLocation": {},
|
|
175
|
+
"TransportAttachmentId": {},
|
|
176
|
+
"Options": {
|
|
177
|
+
"shape": "S17"
|
|
178
|
+
},
|
|
179
|
+
"Tags": {
|
|
180
|
+
"shape": "Se"
|
|
181
|
+
},
|
|
182
|
+
"ClientToken": {
|
|
183
|
+
"idempotencyToken": true
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"output": {
|
|
188
|
+
"type": "structure",
|
|
189
|
+
"members": {
|
|
190
|
+
"ConnectAttachment": {
|
|
191
|
+
"shape": "S1b"
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
"CreateConnectPeer": {
|
|
197
|
+
"http": {
|
|
198
|
+
"requestUri": "/connect-peers"
|
|
199
|
+
},
|
|
200
|
+
"input": {
|
|
201
|
+
"type": "structure",
|
|
202
|
+
"required": [
|
|
203
|
+
"ConnectAttachmentId",
|
|
204
|
+
"PeerAddress",
|
|
205
|
+
"InsideCidrBlocks"
|
|
206
|
+
],
|
|
207
|
+
"members": {
|
|
208
|
+
"ConnectAttachmentId": {},
|
|
209
|
+
"CoreNetworkAddress": {},
|
|
210
|
+
"PeerAddress": {},
|
|
211
|
+
"BgpOptions": {
|
|
212
|
+
"type": "structure",
|
|
213
|
+
"members": {
|
|
214
|
+
"PeerAsn": {
|
|
215
|
+
"type": "long"
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
},
|
|
219
|
+
"InsideCidrBlocks": {
|
|
220
|
+
"shape": "S1g"
|
|
221
|
+
},
|
|
222
|
+
"Tags": {
|
|
223
|
+
"shape": "Se"
|
|
224
|
+
},
|
|
225
|
+
"ClientToken": {
|
|
226
|
+
"idempotencyToken": true
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
"output": {
|
|
231
|
+
"type": "structure",
|
|
232
|
+
"members": {
|
|
233
|
+
"ConnectPeer": {
|
|
234
|
+
"shape": "S1i"
|
|
101
235
|
}
|
|
102
236
|
}
|
|
103
237
|
}
|
|
@@ -124,7 +258,7 @@
|
|
|
124
258
|
"ConnectedLinkId": {},
|
|
125
259
|
"Description": {},
|
|
126
260
|
"Tags": {
|
|
127
|
-
"shape": "
|
|
261
|
+
"shape": "Se"
|
|
128
262
|
}
|
|
129
263
|
}
|
|
130
264
|
},
|
|
@@ -132,7 +266,37 @@
|
|
|
132
266
|
"type": "structure",
|
|
133
267
|
"members": {
|
|
134
268
|
"Connection": {
|
|
135
|
-
"shape": "
|
|
269
|
+
"shape": "S1p"
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
"CreateCoreNetwork": {
|
|
275
|
+
"http": {
|
|
276
|
+
"requestUri": "/core-networks"
|
|
277
|
+
},
|
|
278
|
+
"input": {
|
|
279
|
+
"type": "structure",
|
|
280
|
+
"required": [
|
|
281
|
+
"GlobalNetworkId"
|
|
282
|
+
],
|
|
283
|
+
"members": {
|
|
284
|
+
"GlobalNetworkId": {},
|
|
285
|
+
"Description": {},
|
|
286
|
+
"Tags": {
|
|
287
|
+
"shape": "Se"
|
|
288
|
+
},
|
|
289
|
+
"PolicyDocument": {},
|
|
290
|
+
"ClientToken": {
|
|
291
|
+
"idempotencyToken": true
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
},
|
|
295
|
+
"output": {
|
|
296
|
+
"type": "structure",
|
|
297
|
+
"members": {
|
|
298
|
+
"CoreNetwork": {
|
|
299
|
+
"shape": "S1w"
|
|
136
300
|
}
|
|
137
301
|
}
|
|
138
302
|
}
|
|
@@ -152,7 +316,7 @@
|
|
|
152
316
|
"locationName": "globalNetworkId"
|
|
153
317
|
},
|
|
154
318
|
"AWSLocation": {
|
|
155
|
-
"shape": "
|
|
319
|
+
"shape": "S24"
|
|
156
320
|
},
|
|
157
321
|
"Description": {},
|
|
158
322
|
"Type": {},
|
|
@@ -160,11 +324,11 @@
|
|
|
160
324
|
"Model": {},
|
|
161
325
|
"SerialNumber": {},
|
|
162
326
|
"Location": {
|
|
163
|
-
"shape": "
|
|
327
|
+
"shape": "S26"
|
|
164
328
|
},
|
|
165
329
|
"SiteId": {},
|
|
166
330
|
"Tags": {
|
|
167
|
-
"shape": "
|
|
331
|
+
"shape": "Se"
|
|
168
332
|
}
|
|
169
333
|
}
|
|
170
334
|
},
|
|
@@ -172,7 +336,7 @@
|
|
|
172
336
|
"type": "structure",
|
|
173
337
|
"members": {
|
|
174
338
|
"Device": {
|
|
175
|
-
"shape": "
|
|
339
|
+
"shape": "S29"
|
|
176
340
|
}
|
|
177
341
|
}
|
|
178
342
|
}
|
|
@@ -186,7 +350,7 @@
|
|
|
186
350
|
"members": {
|
|
187
351
|
"Description": {},
|
|
188
352
|
"Tags": {
|
|
189
|
-
"shape": "
|
|
353
|
+
"shape": "Se"
|
|
190
354
|
}
|
|
191
355
|
}
|
|
192
356
|
},
|
|
@@ -194,7 +358,7 @@
|
|
|
194
358
|
"type": "structure",
|
|
195
359
|
"members": {
|
|
196
360
|
"GlobalNetwork": {
|
|
197
|
-
"shape": "
|
|
361
|
+
"shape": "S2e"
|
|
198
362
|
}
|
|
199
363
|
}
|
|
200
364
|
}
|
|
@@ -218,12 +382,12 @@
|
|
|
218
382
|
"Description": {},
|
|
219
383
|
"Type": {},
|
|
220
384
|
"Bandwidth": {
|
|
221
|
-
"shape": "
|
|
385
|
+
"shape": "S2i"
|
|
222
386
|
},
|
|
223
387
|
"Provider": {},
|
|
224
388
|
"SiteId": {},
|
|
225
389
|
"Tags": {
|
|
226
|
-
"shape": "
|
|
390
|
+
"shape": "Se"
|
|
227
391
|
}
|
|
228
392
|
}
|
|
229
393
|
},
|
|
@@ -231,7 +395,7 @@
|
|
|
231
395
|
"type": "structure",
|
|
232
396
|
"members": {
|
|
233
397
|
"Link": {
|
|
234
|
-
"shape": "
|
|
398
|
+
"shape": "S2k"
|
|
235
399
|
}
|
|
236
400
|
}
|
|
237
401
|
}
|
|
@@ -252,10 +416,10 @@
|
|
|
252
416
|
},
|
|
253
417
|
"Description": {},
|
|
254
418
|
"Location": {
|
|
255
|
-
"shape": "
|
|
419
|
+
"shape": "S26"
|
|
256
420
|
},
|
|
257
421
|
"Tags": {
|
|
258
|
-
"shape": "
|
|
422
|
+
"shape": "Se"
|
|
259
423
|
}
|
|
260
424
|
}
|
|
261
425
|
},
|
|
@@ -263,379 +427,1345 @@
|
|
|
263
427
|
"type": "structure",
|
|
264
428
|
"members": {
|
|
265
429
|
"Site": {
|
|
266
|
-
"shape": "
|
|
430
|
+
"shape": "S2p"
|
|
267
431
|
}
|
|
268
432
|
}
|
|
269
433
|
}
|
|
270
434
|
},
|
|
271
|
-
"
|
|
435
|
+
"CreateSiteToSiteVpnAttachment": {
|
|
272
436
|
"http": {
|
|
273
|
-
"
|
|
274
|
-
"requestUri": "/global-networks/{globalNetworkId}/connections/{connectionId}"
|
|
437
|
+
"requestUri": "/site-to-site-vpn-attachments"
|
|
275
438
|
},
|
|
276
439
|
"input": {
|
|
277
440
|
"type": "structure",
|
|
278
441
|
"required": [
|
|
279
|
-
"
|
|
280
|
-
"
|
|
442
|
+
"CoreNetworkId",
|
|
443
|
+
"VpnConnectionArn"
|
|
281
444
|
],
|
|
282
445
|
"members": {
|
|
283
|
-
"
|
|
284
|
-
|
|
285
|
-
|
|
446
|
+
"CoreNetworkId": {},
|
|
447
|
+
"VpnConnectionArn": {},
|
|
448
|
+
"Tags": {
|
|
449
|
+
"shape": "Se"
|
|
286
450
|
},
|
|
287
|
-
"
|
|
288
|
-
"
|
|
289
|
-
"locationName": "connectionId"
|
|
451
|
+
"ClientToken": {
|
|
452
|
+
"idempotencyToken": true
|
|
290
453
|
}
|
|
291
454
|
}
|
|
292
455
|
},
|
|
293
456
|
"output": {
|
|
294
457
|
"type": "structure",
|
|
295
458
|
"members": {
|
|
296
|
-
"
|
|
297
|
-
"shape": "
|
|
459
|
+
"SiteToSiteVpnAttachment": {
|
|
460
|
+
"shape": "S2v"
|
|
298
461
|
}
|
|
299
462
|
}
|
|
300
463
|
}
|
|
301
464
|
},
|
|
302
|
-
"
|
|
465
|
+
"CreateVpcAttachment": {
|
|
303
466
|
"http": {
|
|
304
|
-
"
|
|
305
|
-
"requestUri": "/global-networks/{globalNetworkId}/devices/{deviceId}"
|
|
467
|
+
"requestUri": "/vpc-attachments"
|
|
306
468
|
},
|
|
307
469
|
"input": {
|
|
308
470
|
"type": "structure",
|
|
309
471
|
"required": [
|
|
310
|
-
"
|
|
311
|
-
"
|
|
472
|
+
"CoreNetworkId",
|
|
473
|
+
"VpcArn",
|
|
474
|
+
"SubnetArns"
|
|
312
475
|
],
|
|
313
476
|
"members": {
|
|
314
|
-
"
|
|
315
|
-
|
|
316
|
-
|
|
477
|
+
"CoreNetworkId": {},
|
|
478
|
+
"VpcArn": {},
|
|
479
|
+
"SubnetArns": {
|
|
480
|
+
"shape": "S2y"
|
|
317
481
|
},
|
|
318
|
-
"
|
|
319
|
-
"
|
|
320
|
-
|
|
482
|
+
"Options": {
|
|
483
|
+
"shape": "S2z"
|
|
484
|
+
},
|
|
485
|
+
"Tags": {
|
|
486
|
+
"shape": "Se"
|
|
487
|
+
},
|
|
488
|
+
"ClientToken": {
|
|
489
|
+
"idempotencyToken": true
|
|
321
490
|
}
|
|
322
491
|
}
|
|
323
492
|
},
|
|
324
493
|
"output": {
|
|
325
494
|
"type": "structure",
|
|
326
495
|
"members": {
|
|
327
|
-
"
|
|
328
|
-
"shape": "
|
|
496
|
+
"VpcAttachment": {
|
|
497
|
+
"shape": "S32"
|
|
329
498
|
}
|
|
330
499
|
}
|
|
331
500
|
}
|
|
332
501
|
},
|
|
333
|
-
"
|
|
502
|
+
"DeleteAttachment": {
|
|
334
503
|
"http": {
|
|
335
504
|
"method": "DELETE",
|
|
336
|
-
"requestUri": "/
|
|
505
|
+
"requestUri": "/attachments/{attachmentId}"
|
|
337
506
|
},
|
|
338
507
|
"input": {
|
|
339
508
|
"type": "structure",
|
|
340
509
|
"required": [
|
|
341
|
-
"
|
|
510
|
+
"AttachmentId"
|
|
342
511
|
],
|
|
343
512
|
"members": {
|
|
344
|
-
"
|
|
513
|
+
"AttachmentId": {
|
|
345
514
|
"location": "uri",
|
|
346
|
-
"locationName": "
|
|
515
|
+
"locationName": "attachmentId"
|
|
347
516
|
}
|
|
348
517
|
}
|
|
349
518
|
},
|
|
350
519
|
"output": {
|
|
351
520
|
"type": "structure",
|
|
352
521
|
"members": {
|
|
353
|
-
"
|
|
354
|
-
"shape": "
|
|
522
|
+
"Attachment": {
|
|
523
|
+
"shape": "S4"
|
|
355
524
|
}
|
|
356
525
|
}
|
|
357
526
|
}
|
|
358
527
|
},
|
|
359
|
-
"
|
|
528
|
+
"DeleteConnectPeer": {
|
|
360
529
|
"http": {
|
|
361
530
|
"method": "DELETE",
|
|
362
|
-
"requestUri": "/
|
|
531
|
+
"requestUri": "/connect-peers/{connectPeerId}"
|
|
363
532
|
},
|
|
364
533
|
"input": {
|
|
365
534
|
"type": "structure",
|
|
366
535
|
"required": [
|
|
367
|
-
"
|
|
368
|
-
"LinkId"
|
|
536
|
+
"ConnectPeerId"
|
|
369
537
|
],
|
|
370
538
|
"members": {
|
|
371
|
-
"
|
|
372
|
-
"location": "uri",
|
|
373
|
-
"locationName": "globalNetworkId"
|
|
374
|
-
},
|
|
375
|
-
"LinkId": {
|
|
539
|
+
"ConnectPeerId": {
|
|
376
540
|
"location": "uri",
|
|
377
|
-
"locationName": "
|
|
541
|
+
"locationName": "connectPeerId"
|
|
378
542
|
}
|
|
379
543
|
}
|
|
380
544
|
},
|
|
381
545
|
"output": {
|
|
382
546
|
"type": "structure",
|
|
383
547
|
"members": {
|
|
384
|
-
"
|
|
385
|
-
"shape": "
|
|
548
|
+
"ConnectPeer": {
|
|
549
|
+
"shape": "S1i"
|
|
386
550
|
}
|
|
387
551
|
}
|
|
388
552
|
}
|
|
389
553
|
},
|
|
390
|
-
"
|
|
554
|
+
"DeleteConnection": {
|
|
391
555
|
"http": {
|
|
392
556
|
"method": "DELETE",
|
|
393
|
-
"requestUri": "/global-networks/{globalNetworkId}/
|
|
557
|
+
"requestUri": "/global-networks/{globalNetworkId}/connections/{connectionId}"
|
|
394
558
|
},
|
|
395
559
|
"input": {
|
|
396
560
|
"type": "structure",
|
|
397
561
|
"required": [
|
|
398
562
|
"GlobalNetworkId",
|
|
399
|
-
"
|
|
563
|
+
"ConnectionId"
|
|
400
564
|
],
|
|
401
565
|
"members": {
|
|
402
566
|
"GlobalNetworkId": {
|
|
403
567
|
"location": "uri",
|
|
404
568
|
"locationName": "globalNetworkId"
|
|
405
569
|
},
|
|
406
|
-
"
|
|
570
|
+
"ConnectionId": {
|
|
407
571
|
"location": "uri",
|
|
408
|
-
"locationName": "
|
|
572
|
+
"locationName": "connectionId"
|
|
409
573
|
}
|
|
410
574
|
}
|
|
411
575
|
},
|
|
412
576
|
"output": {
|
|
413
577
|
"type": "structure",
|
|
414
578
|
"members": {
|
|
415
|
-
"
|
|
416
|
-
"shape": "
|
|
579
|
+
"Connection": {
|
|
580
|
+
"shape": "S1p"
|
|
417
581
|
}
|
|
418
582
|
}
|
|
419
583
|
}
|
|
420
584
|
},
|
|
421
|
-
"
|
|
585
|
+
"DeleteCoreNetwork": {
|
|
422
586
|
"http": {
|
|
423
587
|
"method": "DELETE",
|
|
424
|
-
"requestUri": "/
|
|
588
|
+
"requestUri": "/core-networks/{coreNetworkId}"
|
|
425
589
|
},
|
|
426
590
|
"input": {
|
|
427
591
|
"type": "structure",
|
|
428
592
|
"required": [
|
|
429
|
-
"
|
|
430
|
-
"TransitGatewayArn"
|
|
593
|
+
"CoreNetworkId"
|
|
431
594
|
],
|
|
432
595
|
"members": {
|
|
433
|
-
"
|
|
596
|
+
"CoreNetworkId": {
|
|
434
597
|
"location": "uri",
|
|
435
|
-
"locationName": "
|
|
436
|
-
},
|
|
437
|
-
"TransitGatewayArn": {
|
|
438
|
-
"location": "uri",
|
|
439
|
-
"locationName": "transitGatewayArn"
|
|
598
|
+
"locationName": "coreNetworkId"
|
|
440
599
|
}
|
|
441
600
|
}
|
|
442
601
|
},
|
|
443
602
|
"output": {
|
|
444
603
|
"type": "structure",
|
|
445
604
|
"members": {
|
|
446
|
-
"
|
|
447
|
-
"shape": "
|
|
605
|
+
"CoreNetwork": {
|
|
606
|
+
"shape": "S1w"
|
|
448
607
|
}
|
|
449
608
|
}
|
|
450
609
|
}
|
|
451
610
|
},
|
|
452
|
-
"
|
|
611
|
+
"DeleteCoreNetworkPolicyVersion": {
|
|
453
612
|
"http": {
|
|
454
|
-
"method": "
|
|
455
|
-
"requestUri": "/
|
|
613
|
+
"method": "DELETE",
|
|
614
|
+
"requestUri": "/core-networks/{coreNetworkId}/core-network-policy-versions/{policyVersionId}"
|
|
456
615
|
},
|
|
457
616
|
"input": {
|
|
458
617
|
"type": "structure",
|
|
618
|
+
"required": [
|
|
619
|
+
"CoreNetworkId",
|
|
620
|
+
"PolicyVersionId"
|
|
621
|
+
],
|
|
459
622
|
"members": {
|
|
460
|
-
"
|
|
461
|
-
"
|
|
462
|
-
"
|
|
463
|
-
"locationName": "globalNetworkIds"
|
|
623
|
+
"CoreNetworkId": {
|
|
624
|
+
"location": "uri",
|
|
625
|
+
"locationName": "coreNetworkId"
|
|
464
626
|
},
|
|
465
|
-
"
|
|
466
|
-
"location": "
|
|
467
|
-
"locationName": "
|
|
627
|
+
"PolicyVersionId": {
|
|
628
|
+
"location": "uri",
|
|
629
|
+
"locationName": "policyVersionId",
|
|
468
630
|
"type": "integer"
|
|
469
|
-
},
|
|
470
|
-
"NextToken": {
|
|
471
|
-
"location": "querystring",
|
|
472
|
-
"locationName": "nextToken"
|
|
473
631
|
}
|
|
474
632
|
}
|
|
475
633
|
},
|
|
476
634
|
"output": {
|
|
477
635
|
"type": "structure",
|
|
478
636
|
"members": {
|
|
479
|
-
"
|
|
480
|
-
"
|
|
481
|
-
|
|
482
|
-
"shape": "Sv"
|
|
483
|
-
}
|
|
484
|
-
},
|
|
485
|
-
"NextToken": {}
|
|
637
|
+
"CoreNetworkPolicy": {
|
|
638
|
+
"shape": "S3d"
|
|
639
|
+
}
|
|
486
640
|
}
|
|
487
641
|
}
|
|
488
642
|
},
|
|
489
|
-
"
|
|
643
|
+
"DeleteDevice": {
|
|
490
644
|
"http": {
|
|
491
645
|
"method": "DELETE",
|
|
492
|
-
"requestUri": "/global-networks/{globalNetworkId}/
|
|
646
|
+
"requestUri": "/global-networks/{globalNetworkId}/devices/{deviceId}"
|
|
493
647
|
},
|
|
494
648
|
"input": {
|
|
495
649
|
"type": "structure",
|
|
496
650
|
"required": [
|
|
497
651
|
"GlobalNetworkId",
|
|
498
|
-
"
|
|
652
|
+
"DeviceId"
|
|
499
653
|
],
|
|
500
654
|
"members": {
|
|
501
655
|
"GlobalNetworkId": {
|
|
502
656
|
"location": "uri",
|
|
503
657
|
"locationName": "globalNetworkId"
|
|
504
658
|
},
|
|
505
|
-
"
|
|
659
|
+
"DeviceId": {
|
|
506
660
|
"location": "uri",
|
|
507
|
-
"locationName": "
|
|
661
|
+
"locationName": "deviceId"
|
|
508
662
|
}
|
|
509
663
|
}
|
|
510
664
|
},
|
|
511
665
|
"output": {
|
|
512
666
|
"type": "structure",
|
|
513
667
|
"members": {
|
|
514
|
-
"
|
|
515
|
-
"shape": "
|
|
668
|
+
"Device": {
|
|
669
|
+
"shape": "S29"
|
|
516
670
|
}
|
|
517
671
|
}
|
|
518
672
|
}
|
|
519
673
|
},
|
|
520
|
-
"
|
|
674
|
+
"DeleteGlobalNetwork": {
|
|
521
675
|
"http": {
|
|
522
676
|
"method": "DELETE",
|
|
523
|
-
"requestUri": "/global-networks/{globalNetworkId}
|
|
677
|
+
"requestUri": "/global-networks/{globalNetworkId}"
|
|
524
678
|
},
|
|
525
679
|
"input": {
|
|
526
680
|
"type": "structure",
|
|
527
681
|
"required": [
|
|
528
|
-
"GlobalNetworkId"
|
|
529
|
-
"DeviceId",
|
|
530
|
-
"LinkId"
|
|
682
|
+
"GlobalNetworkId"
|
|
531
683
|
],
|
|
532
684
|
"members": {
|
|
533
685
|
"GlobalNetworkId": {
|
|
534
686
|
"location": "uri",
|
|
535
687
|
"locationName": "globalNetworkId"
|
|
536
|
-
},
|
|
537
|
-
"DeviceId": {
|
|
538
|
-
"location": "querystring",
|
|
539
|
-
"locationName": "deviceId"
|
|
540
|
-
},
|
|
541
|
-
"LinkId": {
|
|
542
|
-
"location": "querystring",
|
|
543
|
-
"locationName": "linkId"
|
|
544
688
|
}
|
|
545
689
|
}
|
|
546
690
|
},
|
|
547
691
|
"output": {
|
|
548
692
|
"type": "structure",
|
|
549
693
|
"members": {
|
|
550
|
-
"
|
|
551
|
-
"shape": "
|
|
694
|
+
"GlobalNetwork": {
|
|
695
|
+
"shape": "S2e"
|
|
552
696
|
}
|
|
553
697
|
}
|
|
554
698
|
}
|
|
555
699
|
},
|
|
556
|
-
"
|
|
700
|
+
"DeleteLink": {
|
|
557
701
|
"http": {
|
|
558
702
|
"method": "DELETE",
|
|
559
|
-
"requestUri": "/global-networks/{globalNetworkId}/
|
|
703
|
+
"requestUri": "/global-networks/{globalNetworkId}/links/{linkId}"
|
|
560
704
|
},
|
|
561
705
|
"input": {
|
|
562
706
|
"type": "structure",
|
|
563
707
|
"required": [
|
|
564
708
|
"GlobalNetworkId",
|
|
565
|
-
"
|
|
709
|
+
"LinkId"
|
|
566
710
|
],
|
|
567
711
|
"members": {
|
|
568
712
|
"GlobalNetworkId": {
|
|
569
713
|
"location": "uri",
|
|
570
714
|
"locationName": "globalNetworkId"
|
|
571
715
|
},
|
|
572
|
-
"
|
|
716
|
+
"LinkId": {
|
|
573
717
|
"location": "uri",
|
|
574
|
-
"locationName": "
|
|
718
|
+
"locationName": "linkId"
|
|
575
719
|
}
|
|
576
720
|
}
|
|
577
721
|
},
|
|
578
722
|
"output": {
|
|
579
723
|
"type": "structure",
|
|
580
724
|
"members": {
|
|
581
|
-
"
|
|
582
|
-
"shape": "
|
|
725
|
+
"Link": {
|
|
726
|
+
"shape": "S2k"
|
|
583
727
|
}
|
|
584
728
|
}
|
|
585
729
|
}
|
|
586
730
|
},
|
|
587
|
-
"
|
|
731
|
+
"DeleteResourcePolicy": {
|
|
588
732
|
"http": {
|
|
589
|
-
"method": "
|
|
590
|
-
"requestUri": "/
|
|
733
|
+
"method": "DELETE",
|
|
734
|
+
"requestUri": "/resource-policy/{resourceArn}"
|
|
591
735
|
},
|
|
592
736
|
"input": {
|
|
593
737
|
"type": "structure",
|
|
594
738
|
"required": [
|
|
595
|
-
"
|
|
739
|
+
"ResourceArn"
|
|
740
|
+
],
|
|
741
|
+
"members": {
|
|
742
|
+
"ResourceArn": {
|
|
743
|
+
"location": "uri",
|
|
744
|
+
"locationName": "resourceArn"
|
|
745
|
+
}
|
|
746
|
+
}
|
|
747
|
+
},
|
|
748
|
+
"output": {
|
|
749
|
+
"type": "structure",
|
|
750
|
+
"members": {}
|
|
751
|
+
}
|
|
752
|
+
},
|
|
753
|
+
"DeleteSite": {
|
|
754
|
+
"http": {
|
|
755
|
+
"method": "DELETE",
|
|
756
|
+
"requestUri": "/global-networks/{globalNetworkId}/sites/{siteId}"
|
|
757
|
+
},
|
|
758
|
+
"input": {
|
|
759
|
+
"type": "structure",
|
|
760
|
+
"required": [
|
|
761
|
+
"GlobalNetworkId",
|
|
762
|
+
"SiteId"
|
|
763
|
+
],
|
|
764
|
+
"members": {
|
|
765
|
+
"GlobalNetworkId": {
|
|
766
|
+
"location": "uri",
|
|
767
|
+
"locationName": "globalNetworkId"
|
|
768
|
+
},
|
|
769
|
+
"SiteId": {
|
|
770
|
+
"location": "uri",
|
|
771
|
+
"locationName": "siteId"
|
|
772
|
+
}
|
|
773
|
+
}
|
|
774
|
+
},
|
|
775
|
+
"output": {
|
|
776
|
+
"type": "structure",
|
|
777
|
+
"members": {
|
|
778
|
+
"Site": {
|
|
779
|
+
"shape": "S2p"
|
|
780
|
+
}
|
|
781
|
+
}
|
|
782
|
+
}
|
|
783
|
+
},
|
|
784
|
+
"DeregisterTransitGateway": {
|
|
785
|
+
"http": {
|
|
786
|
+
"method": "DELETE",
|
|
787
|
+
"requestUri": "/global-networks/{globalNetworkId}/transit-gateway-registrations/{transitGatewayArn}"
|
|
788
|
+
},
|
|
789
|
+
"input": {
|
|
790
|
+
"type": "structure",
|
|
791
|
+
"required": [
|
|
792
|
+
"GlobalNetworkId",
|
|
793
|
+
"TransitGatewayArn"
|
|
794
|
+
],
|
|
795
|
+
"members": {
|
|
796
|
+
"GlobalNetworkId": {
|
|
797
|
+
"location": "uri",
|
|
798
|
+
"locationName": "globalNetworkId"
|
|
799
|
+
},
|
|
800
|
+
"TransitGatewayArn": {
|
|
801
|
+
"location": "uri",
|
|
802
|
+
"locationName": "transitGatewayArn"
|
|
803
|
+
}
|
|
804
|
+
}
|
|
805
|
+
},
|
|
806
|
+
"output": {
|
|
807
|
+
"type": "structure",
|
|
808
|
+
"members": {
|
|
809
|
+
"TransitGatewayRegistration": {
|
|
810
|
+
"shape": "S3w"
|
|
811
|
+
}
|
|
812
|
+
}
|
|
813
|
+
}
|
|
814
|
+
},
|
|
815
|
+
"DescribeGlobalNetworks": {
|
|
816
|
+
"http": {
|
|
817
|
+
"method": "GET",
|
|
818
|
+
"requestUri": "/global-networks"
|
|
819
|
+
},
|
|
820
|
+
"input": {
|
|
821
|
+
"type": "structure",
|
|
822
|
+
"members": {
|
|
823
|
+
"GlobalNetworkIds": {
|
|
824
|
+
"location": "querystring",
|
|
825
|
+
"locationName": "globalNetworkIds",
|
|
826
|
+
"type": "list",
|
|
827
|
+
"member": {}
|
|
828
|
+
},
|
|
829
|
+
"MaxResults": {
|
|
830
|
+
"location": "querystring",
|
|
831
|
+
"locationName": "maxResults",
|
|
832
|
+
"type": "integer"
|
|
833
|
+
},
|
|
834
|
+
"NextToken": {
|
|
835
|
+
"location": "querystring",
|
|
836
|
+
"locationName": "nextToken"
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
},
|
|
840
|
+
"output": {
|
|
841
|
+
"type": "structure",
|
|
842
|
+
"members": {
|
|
843
|
+
"GlobalNetworks": {
|
|
844
|
+
"type": "list",
|
|
845
|
+
"member": {
|
|
846
|
+
"shape": "S2e"
|
|
847
|
+
}
|
|
848
|
+
},
|
|
849
|
+
"NextToken": {}
|
|
850
|
+
}
|
|
851
|
+
}
|
|
852
|
+
},
|
|
853
|
+
"DisassociateConnectPeer": {
|
|
854
|
+
"http": {
|
|
855
|
+
"method": "DELETE",
|
|
856
|
+
"requestUri": "/global-networks/{globalNetworkId}/connect-peer-associations/{connectPeerId}"
|
|
857
|
+
},
|
|
858
|
+
"input": {
|
|
859
|
+
"type": "structure",
|
|
860
|
+
"required": [
|
|
861
|
+
"GlobalNetworkId",
|
|
862
|
+
"ConnectPeerId"
|
|
863
|
+
],
|
|
864
|
+
"members": {
|
|
865
|
+
"GlobalNetworkId": {
|
|
866
|
+
"location": "uri",
|
|
867
|
+
"locationName": "globalNetworkId"
|
|
868
|
+
},
|
|
869
|
+
"ConnectPeerId": {
|
|
870
|
+
"location": "uri",
|
|
871
|
+
"locationName": "connectPeerId"
|
|
872
|
+
}
|
|
873
|
+
}
|
|
874
|
+
},
|
|
875
|
+
"output": {
|
|
876
|
+
"type": "structure",
|
|
877
|
+
"members": {
|
|
878
|
+
"ConnectPeerAssociation": {
|
|
879
|
+
"shape": "Sq"
|
|
880
|
+
}
|
|
881
|
+
}
|
|
882
|
+
}
|
|
883
|
+
},
|
|
884
|
+
"DisassociateCustomerGateway": {
|
|
885
|
+
"http": {
|
|
886
|
+
"method": "DELETE",
|
|
887
|
+
"requestUri": "/global-networks/{globalNetworkId}/customer-gateway-associations/{customerGatewayArn}"
|
|
888
|
+
},
|
|
889
|
+
"input": {
|
|
890
|
+
"type": "structure",
|
|
891
|
+
"required": [
|
|
892
|
+
"GlobalNetworkId",
|
|
893
|
+
"CustomerGatewayArn"
|
|
894
|
+
],
|
|
895
|
+
"members": {
|
|
896
|
+
"GlobalNetworkId": {
|
|
897
|
+
"location": "uri",
|
|
898
|
+
"locationName": "globalNetworkId"
|
|
899
|
+
},
|
|
900
|
+
"CustomerGatewayArn": {
|
|
901
|
+
"location": "uri",
|
|
902
|
+
"locationName": "customerGatewayArn"
|
|
903
|
+
}
|
|
904
|
+
}
|
|
905
|
+
},
|
|
906
|
+
"output": {
|
|
907
|
+
"type": "structure",
|
|
908
|
+
"members": {
|
|
909
|
+
"CustomerGatewayAssociation": {
|
|
910
|
+
"shape": "Sv"
|
|
911
|
+
}
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
},
|
|
915
|
+
"DisassociateLink": {
|
|
916
|
+
"http": {
|
|
917
|
+
"method": "DELETE",
|
|
918
|
+
"requestUri": "/global-networks/{globalNetworkId}/link-associations"
|
|
919
|
+
},
|
|
920
|
+
"input": {
|
|
921
|
+
"type": "structure",
|
|
922
|
+
"required": [
|
|
923
|
+
"GlobalNetworkId",
|
|
924
|
+
"DeviceId",
|
|
925
|
+
"LinkId"
|
|
926
|
+
],
|
|
927
|
+
"members": {
|
|
928
|
+
"GlobalNetworkId": {
|
|
929
|
+
"location": "uri",
|
|
930
|
+
"locationName": "globalNetworkId"
|
|
931
|
+
},
|
|
932
|
+
"DeviceId": {
|
|
933
|
+
"location": "querystring",
|
|
934
|
+
"locationName": "deviceId"
|
|
935
|
+
},
|
|
936
|
+
"LinkId": {
|
|
937
|
+
"location": "querystring",
|
|
938
|
+
"locationName": "linkId"
|
|
939
|
+
}
|
|
940
|
+
}
|
|
941
|
+
},
|
|
942
|
+
"output": {
|
|
943
|
+
"type": "structure",
|
|
944
|
+
"members": {
|
|
945
|
+
"LinkAssociation": {
|
|
946
|
+
"shape": "Sz"
|
|
947
|
+
}
|
|
948
|
+
}
|
|
949
|
+
}
|
|
950
|
+
},
|
|
951
|
+
"DisassociateTransitGatewayConnectPeer": {
|
|
952
|
+
"http": {
|
|
953
|
+
"method": "DELETE",
|
|
954
|
+
"requestUri": "/global-networks/{globalNetworkId}/transit-gateway-connect-peer-associations/{transitGatewayConnectPeerArn}"
|
|
955
|
+
},
|
|
956
|
+
"input": {
|
|
957
|
+
"type": "structure",
|
|
958
|
+
"required": [
|
|
959
|
+
"GlobalNetworkId",
|
|
960
|
+
"TransitGatewayConnectPeerArn"
|
|
961
|
+
],
|
|
962
|
+
"members": {
|
|
963
|
+
"GlobalNetworkId": {
|
|
964
|
+
"location": "uri",
|
|
965
|
+
"locationName": "globalNetworkId"
|
|
966
|
+
},
|
|
967
|
+
"TransitGatewayConnectPeerArn": {
|
|
968
|
+
"location": "uri",
|
|
969
|
+
"locationName": "transitGatewayConnectPeerArn"
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
},
|
|
973
|
+
"output": {
|
|
974
|
+
"type": "structure",
|
|
975
|
+
"members": {
|
|
976
|
+
"TransitGatewayConnectPeerAssociation": {
|
|
977
|
+
"shape": "S14"
|
|
978
|
+
}
|
|
979
|
+
}
|
|
980
|
+
}
|
|
981
|
+
},
|
|
982
|
+
"ExecuteCoreNetworkChangeSet": {
|
|
983
|
+
"http": {
|
|
984
|
+
"requestUri": "/core-networks/{coreNetworkId}/core-network-change-sets/{policyVersionId}/execute"
|
|
985
|
+
},
|
|
986
|
+
"input": {
|
|
987
|
+
"type": "structure",
|
|
988
|
+
"required": [
|
|
989
|
+
"CoreNetworkId",
|
|
990
|
+
"PolicyVersionId"
|
|
991
|
+
],
|
|
992
|
+
"members": {
|
|
993
|
+
"CoreNetworkId": {
|
|
994
|
+
"location": "uri",
|
|
995
|
+
"locationName": "coreNetworkId"
|
|
996
|
+
},
|
|
997
|
+
"PolicyVersionId": {
|
|
998
|
+
"location": "uri",
|
|
999
|
+
"locationName": "policyVersionId",
|
|
1000
|
+
"type": "integer"
|
|
1001
|
+
}
|
|
1002
|
+
}
|
|
1003
|
+
},
|
|
1004
|
+
"output": {
|
|
1005
|
+
"type": "structure",
|
|
1006
|
+
"members": {}
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
1009
|
+
"GetConnectAttachment": {
|
|
1010
|
+
"http": {
|
|
1011
|
+
"method": "GET",
|
|
1012
|
+
"requestUri": "/connect-attachments/{attachmentId}"
|
|
1013
|
+
},
|
|
1014
|
+
"input": {
|
|
1015
|
+
"type": "structure",
|
|
1016
|
+
"required": [
|
|
1017
|
+
"AttachmentId"
|
|
1018
|
+
],
|
|
1019
|
+
"members": {
|
|
1020
|
+
"AttachmentId": {
|
|
1021
|
+
"location": "uri",
|
|
1022
|
+
"locationName": "attachmentId"
|
|
1023
|
+
}
|
|
1024
|
+
}
|
|
1025
|
+
},
|
|
1026
|
+
"output": {
|
|
1027
|
+
"type": "structure",
|
|
1028
|
+
"members": {
|
|
1029
|
+
"ConnectAttachment": {
|
|
1030
|
+
"shape": "S1b"
|
|
1031
|
+
}
|
|
1032
|
+
}
|
|
1033
|
+
}
|
|
1034
|
+
},
|
|
1035
|
+
"GetConnectPeer": {
|
|
1036
|
+
"http": {
|
|
1037
|
+
"method": "GET",
|
|
1038
|
+
"requestUri": "/connect-peers/{connectPeerId}"
|
|
1039
|
+
},
|
|
1040
|
+
"input": {
|
|
1041
|
+
"type": "structure",
|
|
1042
|
+
"required": [
|
|
1043
|
+
"ConnectPeerId"
|
|
1044
|
+
],
|
|
1045
|
+
"members": {
|
|
1046
|
+
"ConnectPeerId": {
|
|
1047
|
+
"location": "uri",
|
|
1048
|
+
"locationName": "connectPeerId"
|
|
1049
|
+
}
|
|
1050
|
+
}
|
|
1051
|
+
},
|
|
1052
|
+
"output": {
|
|
1053
|
+
"type": "structure",
|
|
1054
|
+
"members": {
|
|
1055
|
+
"ConnectPeer": {
|
|
1056
|
+
"shape": "S1i"
|
|
1057
|
+
}
|
|
1058
|
+
}
|
|
1059
|
+
}
|
|
1060
|
+
},
|
|
1061
|
+
"GetConnectPeerAssociations": {
|
|
1062
|
+
"http": {
|
|
1063
|
+
"method": "GET",
|
|
1064
|
+
"requestUri": "/global-networks/{globalNetworkId}/connect-peer-associations"
|
|
1065
|
+
},
|
|
1066
|
+
"input": {
|
|
1067
|
+
"type": "structure",
|
|
1068
|
+
"required": [
|
|
1069
|
+
"GlobalNetworkId"
|
|
1070
|
+
],
|
|
1071
|
+
"members": {
|
|
1072
|
+
"GlobalNetworkId": {
|
|
1073
|
+
"location": "uri",
|
|
1074
|
+
"locationName": "globalNetworkId"
|
|
1075
|
+
},
|
|
1076
|
+
"ConnectPeerIds": {
|
|
1077
|
+
"location": "querystring",
|
|
1078
|
+
"locationName": "connectPeerIds",
|
|
1079
|
+
"type": "list",
|
|
1080
|
+
"member": {}
|
|
1081
|
+
},
|
|
1082
|
+
"MaxResults": {
|
|
1083
|
+
"location": "querystring",
|
|
1084
|
+
"locationName": "maxResults",
|
|
1085
|
+
"type": "integer"
|
|
1086
|
+
},
|
|
1087
|
+
"NextToken": {
|
|
1088
|
+
"location": "querystring",
|
|
1089
|
+
"locationName": "nextToken"
|
|
1090
|
+
}
|
|
1091
|
+
}
|
|
1092
|
+
},
|
|
1093
|
+
"output": {
|
|
1094
|
+
"type": "structure",
|
|
1095
|
+
"members": {
|
|
1096
|
+
"ConnectPeerAssociations": {
|
|
1097
|
+
"type": "list",
|
|
1098
|
+
"member": {
|
|
1099
|
+
"shape": "Sq"
|
|
1100
|
+
}
|
|
1101
|
+
},
|
|
1102
|
+
"NextToken": {}
|
|
1103
|
+
}
|
|
1104
|
+
}
|
|
1105
|
+
},
|
|
1106
|
+
"GetConnections": {
|
|
1107
|
+
"http": {
|
|
1108
|
+
"method": "GET",
|
|
1109
|
+
"requestUri": "/global-networks/{globalNetworkId}/connections"
|
|
1110
|
+
},
|
|
1111
|
+
"input": {
|
|
1112
|
+
"type": "structure",
|
|
1113
|
+
"required": [
|
|
1114
|
+
"GlobalNetworkId"
|
|
1115
|
+
],
|
|
1116
|
+
"members": {
|
|
1117
|
+
"GlobalNetworkId": {
|
|
1118
|
+
"location": "uri",
|
|
1119
|
+
"locationName": "globalNetworkId"
|
|
1120
|
+
},
|
|
1121
|
+
"ConnectionIds": {
|
|
1122
|
+
"location": "querystring",
|
|
1123
|
+
"locationName": "connectionIds",
|
|
1124
|
+
"type": "list",
|
|
1125
|
+
"member": {}
|
|
1126
|
+
},
|
|
1127
|
+
"DeviceId": {
|
|
1128
|
+
"location": "querystring",
|
|
1129
|
+
"locationName": "deviceId"
|
|
1130
|
+
},
|
|
1131
|
+
"MaxResults": {
|
|
1132
|
+
"location": "querystring",
|
|
1133
|
+
"locationName": "maxResults",
|
|
1134
|
+
"type": "integer"
|
|
1135
|
+
},
|
|
1136
|
+
"NextToken": {
|
|
1137
|
+
"location": "querystring",
|
|
1138
|
+
"locationName": "nextToken"
|
|
1139
|
+
}
|
|
1140
|
+
}
|
|
1141
|
+
},
|
|
1142
|
+
"output": {
|
|
1143
|
+
"type": "structure",
|
|
1144
|
+
"members": {
|
|
1145
|
+
"Connections": {
|
|
1146
|
+
"type": "list",
|
|
1147
|
+
"member": {
|
|
1148
|
+
"shape": "S1p"
|
|
1149
|
+
}
|
|
1150
|
+
},
|
|
1151
|
+
"NextToken": {}
|
|
1152
|
+
}
|
|
1153
|
+
}
|
|
1154
|
+
},
|
|
1155
|
+
"GetCoreNetwork": {
|
|
1156
|
+
"http": {
|
|
1157
|
+
"method": "GET",
|
|
1158
|
+
"requestUri": "/core-networks/{coreNetworkId}"
|
|
1159
|
+
},
|
|
1160
|
+
"input": {
|
|
1161
|
+
"type": "structure",
|
|
1162
|
+
"required": [
|
|
1163
|
+
"CoreNetworkId"
|
|
1164
|
+
],
|
|
1165
|
+
"members": {
|
|
1166
|
+
"CoreNetworkId": {
|
|
1167
|
+
"location": "uri",
|
|
1168
|
+
"locationName": "coreNetworkId"
|
|
1169
|
+
}
|
|
1170
|
+
}
|
|
1171
|
+
},
|
|
1172
|
+
"output": {
|
|
1173
|
+
"type": "structure",
|
|
1174
|
+
"members": {
|
|
1175
|
+
"CoreNetwork": {
|
|
1176
|
+
"shape": "S1w"
|
|
1177
|
+
}
|
|
1178
|
+
}
|
|
1179
|
+
}
|
|
1180
|
+
},
|
|
1181
|
+
"GetCoreNetworkChangeSet": {
|
|
1182
|
+
"http": {
|
|
1183
|
+
"method": "GET",
|
|
1184
|
+
"requestUri": "/core-networks/{coreNetworkId}/core-network-change-sets/{policyVersionId}"
|
|
1185
|
+
},
|
|
1186
|
+
"input": {
|
|
1187
|
+
"type": "structure",
|
|
1188
|
+
"required": [
|
|
1189
|
+
"CoreNetworkId",
|
|
1190
|
+
"PolicyVersionId"
|
|
1191
|
+
],
|
|
1192
|
+
"members": {
|
|
1193
|
+
"CoreNetworkId": {
|
|
1194
|
+
"location": "uri",
|
|
1195
|
+
"locationName": "coreNetworkId"
|
|
1196
|
+
},
|
|
1197
|
+
"PolicyVersionId": {
|
|
1198
|
+
"location": "uri",
|
|
1199
|
+
"locationName": "policyVersionId",
|
|
1200
|
+
"type": "integer"
|
|
1201
|
+
},
|
|
1202
|
+
"MaxResults": {
|
|
1203
|
+
"location": "querystring",
|
|
1204
|
+
"locationName": "maxResults",
|
|
1205
|
+
"type": "integer"
|
|
1206
|
+
},
|
|
1207
|
+
"NextToken": {
|
|
1208
|
+
"location": "querystring",
|
|
1209
|
+
"locationName": "nextToken"
|
|
1210
|
+
}
|
|
1211
|
+
}
|
|
1212
|
+
},
|
|
1213
|
+
"output": {
|
|
1214
|
+
"type": "structure",
|
|
1215
|
+
"members": {
|
|
1216
|
+
"CoreNetworkChanges": {
|
|
1217
|
+
"type": "list",
|
|
1218
|
+
"member": {
|
|
1219
|
+
"type": "structure",
|
|
1220
|
+
"members": {
|
|
1221
|
+
"Type": {},
|
|
1222
|
+
"Action": {},
|
|
1223
|
+
"Identifier": {},
|
|
1224
|
+
"PreviousValues": {
|
|
1225
|
+
"shape": "S4z"
|
|
1226
|
+
},
|
|
1227
|
+
"NewValues": {
|
|
1228
|
+
"shape": "S4z"
|
|
1229
|
+
}
|
|
1230
|
+
}
|
|
1231
|
+
}
|
|
1232
|
+
},
|
|
1233
|
+
"NextToken": {}
|
|
1234
|
+
}
|
|
1235
|
+
}
|
|
1236
|
+
},
|
|
1237
|
+
"GetCoreNetworkPolicy": {
|
|
1238
|
+
"http": {
|
|
1239
|
+
"method": "GET",
|
|
1240
|
+
"requestUri": "/core-networks/{coreNetworkId}/core-network-policy"
|
|
1241
|
+
},
|
|
1242
|
+
"input": {
|
|
1243
|
+
"type": "structure",
|
|
1244
|
+
"required": [
|
|
1245
|
+
"CoreNetworkId"
|
|
1246
|
+
],
|
|
1247
|
+
"members": {
|
|
1248
|
+
"CoreNetworkId": {
|
|
1249
|
+
"location": "uri",
|
|
1250
|
+
"locationName": "coreNetworkId"
|
|
1251
|
+
},
|
|
1252
|
+
"PolicyVersionId": {
|
|
1253
|
+
"location": "querystring",
|
|
1254
|
+
"locationName": "policyVersionId",
|
|
1255
|
+
"type": "integer"
|
|
1256
|
+
},
|
|
1257
|
+
"Alias": {
|
|
1258
|
+
"location": "querystring",
|
|
1259
|
+
"locationName": "alias"
|
|
1260
|
+
}
|
|
1261
|
+
}
|
|
1262
|
+
},
|
|
1263
|
+
"output": {
|
|
1264
|
+
"type": "structure",
|
|
1265
|
+
"members": {
|
|
1266
|
+
"CoreNetworkPolicy": {
|
|
1267
|
+
"shape": "S3d"
|
|
1268
|
+
}
|
|
1269
|
+
}
|
|
1270
|
+
}
|
|
1271
|
+
},
|
|
1272
|
+
"GetCustomerGatewayAssociations": {
|
|
1273
|
+
"http": {
|
|
1274
|
+
"method": "GET",
|
|
1275
|
+
"requestUri": "/global-networks/{globalNetworkId}/customer-gateway-associations"
|
|
1276
|
+
},
|
|
1277
|
+
"input": {
|
|
1278
|
+
"type": "structure",
|
|
1279
|
+
"required": [
|
|
1280
|
+
"GlobalNetworkId"
|
|
1281
|
+
],
|
|
1282
|
+
"members": {
|
|
1283
|
+
"GlobalNetworkId": {
|
|
1284
|
+
"location": "uri",
|
|
1285
|
+
"locationName": "globalNetworkId"
|
|
1286
|
+
},
|
|
1287
|
+
"CustomerGatewayArns": {
|
|
1288
|
+
"location": "querystring",
|
|
1289
|
+
"locationName": "customerGatewayArns",
|
|
1290
|
+
"type": "list",
|
|
1291
|
+
"member": {}
|
|
1292
|
+
},
|
|
1293
|
+
"MaxResults": {
|
|
1294
|
+
"location": "querystring",
|
|
1295
|
+
"locationName": "maxResults",
|
|
1296
|
+
"type": "integer"
|
|
1297
|
+
},
|
|
1298
|
+
"NextToken": {
|
|
1299
|
+
"location": "querystring",
|
|
1300
|
+
"locationName": "nextToken"
|
|
1301
|
+
}
|
|
1302
|
+
}
|
|
1303
|
+
},
|
|
1304
|
+
"output": {
|
|
1305
|
+
"type": "structure",
|
|
1306
|
+
"members": {
|
|
1307
|
+
"CustomerGatewayAssociations": {
|
|
1308
|
+
"type": "list",
|
|
1309
|
+
"member": {
|
|
1310
|
+
"shape": "Sv"
|
|
1311
|
+
}
|
|
1312
|
+
},
|
|
1313
|
+
"NextToken": {}
|
|
1314
|
+
}
|
|
1315
|
+
}
|
|
1316
|
+
},
|
|
1317
|
+
"GetDevices": {
|
|
1318
|
+
"http": {
|
|
1319
|
+
"method": "GET",
|
|
1320
|
+
"requestUri": "/global-networks/{globalNetworkId}/devices"
|
|
1321
|
+
},
|
|
1322
|
+
"input": {
|
|
1323
|
+
"type": "structure",
|
|
1324
|
+
"required": [
|
|
1325
|
+
"GlobalNetworkId"
|
|
1326
|
+
],
|
|
1327
|
+
"members": {
|
|
1328
|
+
"GlobalNetworkId": {
|
|
1329
|
+
"location": "uri",
|
|
1330
|
+
"locationName": "globalNetworkId"
|
|
1331
|
+
},
|
|
1332
|
+
"DeviceIds": {
|
|
1333
|
+
"location": "querystring",
|
|
1334
|
+
"locationName": "deviceIds",
|
|
1335
|
+
"type": "list",
|
|
1336
|
+
"member": {}
|
|
1337
|
+
},
|
|
1338
|
+
"SiteId": {
|
|
1339
|
+
"location": "querystring",
|
|
1340
|
+
"locationName": "siteId"
|
|
1341
|
+
},
|
|
1342
|
+
"MaxResults": {
|
|
1343
|
+
"location": "querystring",
|
|
1344
|
+
"locationName": "maxResults",
|
|
1345
|
+
"type": "integer"
|
|
1346
|
+
},
|
|
1347
|
+
"NextToken": {
|
|
1348
|
+
"location": "querystring",
|
|
1349
|
+
"locationName": "nextToken"
|
|
1350
|
+
}
|
|
1351
|
+
}
|
|
1352
|
+
},
|
|
1353
|
+
"output": {
|
|
1354
|
+
"type": "structure",
|
|
1355
|
+
"members": {
|
|
1356
|
+
"Devices": {
|
|
1357
|
+
"type": "list",
|
|
1358
|
+
"member": {
|
|
1359
|
+
"shape": "S29"
|
|
1360
|
+
}
|
|
1361
|
+
},
|
|
1362
|
+
"NextToken": {}
|
|
1363
|
+
}
|
|
1364
|
+
}
|
|
1365
|
+
},
|
|
1366
|
+
"GetLinkAssociations": {
|
|
1367
|
+
"http": {
|
|
1368
|
+
"method": "GET",
|
|
1369
|
+
"requestUri": "/global-networks/{globalNetworkId}/link-associations"
|
|
1370
|
+
},
|
|
1371
|
+
"input": {
|
|
1372
|
+
"type": "structure",
|
|
1373
|
+
"required": [
|
|
1374
|
+
"GlobalNetworkId"
|
|
1375
|
+
],
|
|
1376
|
+
"members": {
|
|
1377
|
+
"GlobalNetworkId": {
|
|
1378
|
+
"location": "uri",
|
|
1379
|
+
"locationName": "globalNetworkId"
|
|
1380
|
+
},
|
|
1381
|
+
"DeviceId": {
|
|
1382
|
+
"location": "querystring",
|
|
1383
|
+
"locationName": "deviceId"
|
|
1384
|
+
},
|
|
1385
|
+
"LinkId": {
|
|
1386
|
+
"location": "querystring",
|
|
1387
|
+
"locationName": "linkId"
|
|
1388
|
+
},
|
|
1389
|
+
"MaxResults": {
|
|
1390
|
+
"location": "querystring",
|
|
1391
|
+
"locationName": "maxResults",
|
|
1392
|
+
"type": "integer"
|
|
1393
|
+
},
|
|
1394
|
+
"NextToken": {
|
|
1395
|
+
"location": "querystring",
|
|
1396
|
+
"locationName": "nextToken"
|
|
1397
|
+
}
|
|
1398
|
+
}
|
|
1399
|
+
},
|
|
1400
|
+
"output": {
|
|
1401
|
+
"type": "structure",
|
|
1402
|
+
"members": {
|
|
1403
|
+
"LinkAssociations": {
|
|
1404
|
+
"type": "list",
|
|
1405
|
+
"member": {
|
|
1406
|
+
"shape": "Sz"
|
|
1407
|
+
}
|
|
1408
|
+
},
|
|
1409
|
+
"NextToken": {}
|
|
1410
|
+
}
|
|
1411
|
+
}
|
|
1412
|
+
},
|
|
1413
|
+
"GetLinks": {
|
|
1414
|
+
"http": {
|
|
1415
|
+
"method": "GET",
|
|
1416
|
+
"requestUri": "/global-networks/{globalNetworkId}/links"
|
|
1417
|
+
},
|
|
1418
|
+
"input": {
|
|
1419
|
+
"type": "structure",
|
|
1420
|
+
"required": [
|
|
1421
|
+
"GlobalNetworkId"
|
|
1422
|
+
],
|
|
1423
|
+
"members": {
|
|
1424
|
+
"GlobalNetworkId": {
|
|
1425
|
+
"location": "uri",
|
|
1426
|
+
"locationName": "globalNetworkId"
|
|
1427
|
+
},
|
|
1428
|
+
"LinkIds": {
|
|
1429
|
+
"location": "querystring",
|
|
1430
|
+
"locationName": "linkIds",
|
|
1431
|
+
"type": "list",
|
|
1432
|
+
"member": {}
|
|
1433
|
+
},
|
|
1434
|
+
"SiteId": {
|
|
1435
|
+
"location": "querystring",
|
|
1436
|
+
"locationName": "siteId"
|
|
1437
|
+
},
|
|
1438
|
+
"Type": {
|
|
1439
|
+
"location": "querystring",
|
|
1440
|
+
"locationName": "type"
|
|
1441
|
+
},
|
|
1442
|
+
"Provider": {
|
|
1443
|
+
"location": "querystring",
|
|
1444
|
+
"locationName": "provider"
|
|
1445
|
+
},
|
|
1446
|
+
"MaxResults": {
|
|
1447
|
+
"location": "querystring",
|
|
1448
|
+
"locationName": "maxResults",
|
|
1449
|
+
"type": "integer"
|
|
1450
|
+
},
|
|
1451
|
+
"NextToken": {
|
|
1452
|
+
"location": "querystring",
|
|
1453
|
+
"locationName": "nextToken"
|
|
1454
|
+
}
|
|
1455
|
+
}
|
|
1456
|
+
},
|
|
1457
|
+
"output": {
|
|
1458
|
+
"type": "structure",
|
|
1459
|
+
"members": {
|
|
1460
|
+
"Links": {
|
|
1461
|
+
"type": "list",
|
|
1462
|
+
"member": {
|
|
1463
|
+
"shape": "S2k"
|
|
1464
|
+
}
|
|
1465
|
+
},
|
|
1466
|
+
"NextToken": {}
|
|
1467
|
+
}
|
|
1468
|
+
}
|
|
1469
|
+
},
|
|
1470
|
+
"GetNetworkResourceCounts": {
|
|
1471
|
+
"http": {
|
|
1472
|
+
"method": "GET",
|
|
1473
|
+
"requestUri": "/global-networks/{globalNetworkId}/network-resource-count"
|
|
1474
|
+
},
|
|
1475
|
+
"input": {
|
|
1476
|
+
"type": "structure",
|
|
1477
|
+
"required": [
|
|
1478
|
+
"GlobalNetworkId"
|
|
1479
|
+
],
|
|
1480
|
+
"members": {
|
|
1481
|
+
"GlobalNetworkId": {
|
|
1482
|
+
"location": "uri",
|
|
1483
|
+
"locationName": "globalNetworkId"
|
|
1484
|
+
},
|
|
1485
|
+
"ResourceType": {
|
|
1486
|
+
"location": "querystring",
|
|
1487
|
+
"locationName": "resourceType"
|
|
1488
|
+
},
|
|
1489
|
+
"MaxResults": {
|
|
1490
|
+
"location": "querystring",
|
|
1491
|
+
"locationName": "maxResults",
|
|
1492
|
+
"type": "integer"
|
|
1493
|
+
},
|
|
1494
|
+
"NextToken": {
|
|
1495
|
+
"location": "querystring",
|
|
1496
|
+
"locationName": "nextToken"
|
|
1497
|
+
}
|
|
1498
|
+
}
|
|
1499
|
+
},
|
|
1500
|
+
"output": {
|
|
1501
|
+
"type": "structure",
|
|
1502
|
+
"members": {
|
|
1503
|
+
"NetworkResourceCounts": {
|
|
1504
|
+
"type": "list",
|
|
1505
|
+
"member": {
|
|
1506
|
+
"type": "structure",
|
|
1507
|
+
"members": {
|
|
1508
|
+
"ResourceType": {},
|
|
1509
|
+
"Count": {
|
|
1510
|
+
"type": "integer"
|
|
1511
|
+
}
|
|
1512
|
+
}
|
|
1513
|
+
}
|
|
1514
|
+
},
|
|
1515
|
+
"NextToken": {}
|
|
1516
|
+
}
|
|
1517
|
+
}
|
|
1518
|
+
},
|
|
1519
|
+
"GetNetworkResourceRelationships": {
|
|
1520
|
+
"http": {
|
|
1521
|
+
"method": "GET",
|
|
1522
|
+
"requestUri": "/global-networks/{globalNetworkId}/network-resource-relationships"
|
|
1523
|
+
},
|
|
1524
|
+
"input": {
|
|
1525
|
+
"type": "structure",
|
|
1526
|
+
"required": [
|
|
1527
|
+
"GlobalNetworkId"
|
|
1528
|
+
],
|
|
1529
|
+
"members": {
|
|
1530
|
+
"GlobalNetworkId": {
|
|
1531
|
+
"location": "uri",
|
|
1532
|
+
"locationName": "globalNetworkId"
|
|
1533
|
+
},
|
|
1534
|
+
"CoreNetworkId": {
|
|
1535
|
+
"location": "querystring",
|
|
1536
|
+
"locationName": "coreNetworkId"
|
|
1537
|
+
},
|
|
1538
|
+
"RegisteredGatewayArn": {
|
|
1539
|
+
"location": "querystring",
|
|
1540
|
+
"locationName": "registeredGatewayArn"
|
|
1541
|
+
},
|
|
1542
|
+
"AwsRegion": {
|
|
1543
|
+
"location": "querystring",
|
|
1544
|
+
"locationName": "awsRegion"
|
|
1545
|
+
},
|
|
1546
|
+
"AccountId": {
|
|
1547
|
+
"location": "querystring",
|
|
1548
|
+
"locationName": "accountId"
|
|
1549
|
+
},
|
|
1550
|
+
"ResourceType": {
|
|
1551
|
+
"location": "querystring",
|
|
1552
|
+
"locationName": "resourceType"
|
|
1553
|
+
},
|
|
1554
|
+
"ResourceArn": {
|
|
1555
|
+
"location": "querystring",
|
|
1556
|
+
"locationName": "resourceArn"
|
|
1557
|
+
},
|
|
1558
|
+
"MaxResults": {
|
|
1559
|
+
"location": "querystring",
|
|
1560
|
+
"locationName": "maxResults",
|
|
1561
|
+
"type": "integer"
|
|
1562
|
+
},
|
|
1563
|
+
"NextToken": {
|
|
1564
|
+
"location": "querystring",
|
|
1565
|
+
"locationName": "nextToken"
|
|
1566
|
+
}
|
|
1567
|
+
}
|
|
1568
|
+
},
|
|
1569
|
+
"output": {
|
|
1570
|
+
"type": "structure",
|
|
1571
|
+
"members": {
|
|
1572
|
+
"Relationships": {
|
|
1573
|
+
"type": "list",
|
|
1574
|
+
"member": {
|
|
1575
|
+
"type": "structure",
|
|
1576
|
+
"members": {
|
|
1577
|
+
"From": {},
|
|
1578
|
+
"To": {}
|
|
1579
|
+
}
|
|
1580
|
+
}
|
|
1581
|
+
},
|
|
1582
|
+
"NextToken": {}
|
|
1583
|
+
}
|
|
1584
|
+
}
|
|
1585
|
+
},
|
|
1586
|
+
"GetNetworkResources": {
|
|
1587
|
+
"http": {
|
|
1588
|
+
"method": "GET",
|
|
1589
|
+
"requestUri": "/global-networks/{globalNetworkId}/network-resources"
|
|
1590
|
+
},
|
|
1591
|
+
"input": {
|
|
1592
|
+
"type": "structure",
|
|
1593
|
+
"required": [
|
|
1594
|
+
"GlobalNetworkId"
|
|
1595
|
+
],
|
|
1596
|
+
"members": {
|
|
1597
|
+
"GlobalNetworkId": {
|
|
1598
|
+
"location": "uri",
|
|
1599
|
+
"locationName": "globalNetworkId"
|
|
1600
|
+
},
|
|
1601
|
+
"CoreNetworkId": {
|
|
1602
|
+
"location": "querystring",
|
|
1603
|
+
"locationName": "coreNetworkId"
|
|
1604
|
+
},
|
|
1605
|
+
"RegisteredGatewayArn": {
|
|
1606
|
+
"location": "querystring",
|
|
1607
|
+
"locationName": "registeredGatewayArn"
|
|
1608
|
+
},
|
|
1609
|
+
"AwsRegion": {
|
|
1610
|
+
"location": "querystring",
|
|
1611
|
+
"locationName": "awsRegion"
|
|
1612
|
+
},
|
|
1613
|
+
"AccountId": {
|
|
1614
|
+
"location": "querystring",
|
|
1615
|
+
"locationName": "accountId"
|
|
1616
|
+
},
|
|
1617
|
+
"ResourceType": {
|
|
1618
|
+
"location": "querystring",
|
|
1619
|
+
"locationName": "resourceType"
|
|
1620
|
+
},
|
|
1621
|
+
"ResourceArn": {
|
|
1622
|
+
"location": "querystring",
|
|
1623
|
+
"locationName": "resourceArn"
|
|
1624
|
+
},
|
|
1625
|
+
"MaxResults": {
|
|
1626
|
+
"location": "querystring",
|
|
1627
|
+
"locationName": "maxResults",
|
|
1628
|
+
"type": "integer"
|
|
1629
|
+
},
|
|
1630
|
+
"NextToken": {
|
|
1631
|
+
"location": "querystring",
|
|
1632
|
+
"locationName": "nextToken"
|
|
1633
|
+
}
|
|
1634
|
+
}
|
|
1635
|
+
},
|
|
1636
|
+
"output": {
|
|
1637
|
+
"type": "structure",
|
|
1638
|
+
"members": {
|
|
1639
|
+
"NetworkResources": {
|
|
1640
|
+
"type": "list",
|
|
1641
|
+
"member": {
|
|
1642
|
+
"type": "structure",
|
|
1643
|
+
"members": {
|
|
1644
|
+
"RegisteredGatewayArn": {},
|
|
1645
|
+
"CoreNetworkId": {},
|
|
1646
|
+
"AwsRegion": {},
|
|
1647
|
+
"AccountId": {},
|
|
1648
|
+
"ResourceType": {},
|
|
1649
|
+
"ResourceId": {},
|
|
1650
|
+
"ResourceArn": {},
|
|
1651
|
+
"Definition": {},
|
|
1652
|
+
"DefinitionTimestamp": {
|
|
1653
|
+
"type": "timestamp"
|
|
1654
|
+
},
|
|
1655
|
+
"Tags": {
|
|
1656
|
+
"shape": "Se"
|
|
1657
|
+
},
|
|
1658
|
+
"Metadata": {
|
|
1659
|
+
"shape": "S5t"
|
|
1660
|
+
}
|
|
1661
|
+
}
|
|
1662
|
+
}
|
|
1663
|
+
},
|
|
1664
|
+
"NextToken": {}
|
|
1665
|
+
}
|
|
1666
|
+
}
|
|
1667
|
+
},
|
|
1668
|
+
"GetNetworkRoutes": {
|
|
1669
|
+
"http": {
|
|
1670
|
+
"requestUri": "/global-networks/{globalNetworkId}/network-routes"
|
|
1671
|
+
},
|
|
1672
|
+
"input": {
|
|
1673
|
+
"type": "structure",
|
|
1674
|
+
"required": [
|
|
1675
|
+
"GlobalNetworkId",
|
|
1676
|
+
"RouteTableIdentifier"
|
|
596
1677
|
],
|
|
597
1678
|
"members": {
|
|
598
1679
|
"GlobalNetworkId": {
|
|
599
1680
|
"location": "uri",
|
|
600
1681
|
"locationName": "globalNetworkId"
|
|
601
1682
|
},
|
|
602
|
-
"
|
|
603
|
-
"
|
|
604
|
-
"
|
|
605
|
-
|
|
1683
|
+
"RouteTableIdentifier": {
|
|
1684
|
+
"type": "structure",
|
|
1685
|
+
"members": {
|
|
1686
|
+
"TransitGatewayRouteTableArn": {},
|
|
1687
|
+
"CoreNetworkSegmentEdge": {
|
|
1688
|
+
"shape": "S5x"
|
|
1689
|
+
}
|
|
1690
|
+
}
|
|
606
1691
|
},
|
|
607
|
-
"
|
|
608
|
-
"
|
|
609
|
-
"locationName": "deviceId"
|
|
1692
|
+
"ExactCidrMatches": {
|
|
1693
|
+
"shape": "S1g"
|
|
610
1694
|
},
|
|
611
|
-
"
|
|
612
|
-
"
|
|
613
|
-
"locationName": "maxResults",
|
|
614
|
-
"type": "integer"
|
|
1695
|
+
"LongestPrefixMatches": {
|
|
1696
|
+
"shape": "S1g"
|
|
615
1697
|
},
|
|
616
|
-
"
|
|
617
|
-
"
|
|
618
|
-
|
|
1698
|
+
"SubnetOfMatches": {
|
|
1699
|
+
"shape": "S1g"
|
|
1700
|
+
},
|
|
1701
|
+
"SupernetOfMatches": {
|
|
1702
|
+
"shape": "S1g"
|
|
1703
|
+
},
|
|
1704
|
+
"PrefixListIds": {
|
|
1705
|
+
"shape": "S1g"
|
|
1706
|
+
},
|
|
1707
|
+
"States": {
|
|
1708
|
+
"type": "list",
|
|
1709
|
+
"member": {}
|
|
1710
|
+
},
|
|
1711
|
+
"Types": {
|
|
1712
|
+
"type": "list",
|
|
1713
|
+
"member": {}
|
|
1714
|
+
},
|
|
1715
|
+
"DestinationFilters": {
|
|
1716
|
+
"type": "map",
|
|
1717
|
+
"key": {},
|
|
1718
|
+
"value": {
|
|
1719
|
+
"type": "list",
|
|
1720
|
+
"member": {}
|
|
1721
|
+
}
|
|
619
1722
|
}
|
|
620
1723
|
}
|
|
621
1724
|
},
|
|
622
1725
|
"output": {
|
|
623
1726
|
"type": "structure",
|
|
624
1727
|
"members": {
|
|
625
|
-
"
|
|
1728
|
+
"RouteTableArn": {},
|
|
1729
|
+
"CoreNetworkSegmentEdge": {
|
|
1730
|
+
"shape": "S5x"
|
|
1731
|
+
},
|
|
1732
|
+
"RouteTableType": {},
|
|
1733
|
+
"RouteTableTimestamp": {
|
|
1734
|
+
"type": "timestamp"
|
|
1735
|
+
},
|
|
1736
|
+
"NetworkRoutes": {
|
|
626
1737
|
"type": "list",
|
|
627
1738
|
"member": {
|
|
628
|
-
"
|
|
1739
|
+
"type": "structure",
|
|
1740
|
+
"members": {
|
|
1741
|
+
"DestinationCidrBlock": {},
|
|
1742
|
+
"Destinations": {
|
|
1743
|
+
"type": "list",
|
|
1744
|
+
"member": {
|
|
1745
|
+
"type": "structure",
|
|
1746
|
+
"members": {
|
|
1747
|
+
"CoreNetworkAttachmentId": {},
|
|
1748
|
+
"TransitGatewayAttachmentId": {},
|
|
1749
|
+
"SegmentName": {},
|
|
1750
|
+
"EdgeLocation": {},
|
|
1751
|
+
"ResourceType": {},
|
|
1752
|
+
"ResourceId": {}
|
|
1753
|
+
}
|
|
1754
|
+
}
|
|
1755
|
+
},
|
|
1756
|
+
"PrefixListId": {},
|
|
1757
|
+
"State": {},
|
|
1758
|
+
"Type": {}
|
|
1759
|
+
}
|
|
629
1760
|
}
|
|
630
|
-
}
|
|
631
|
-
"NextToken": {}
|
|
1761
|
+
}
|
|
632
1762
|
}
|
|
633
1763
|
}
|
|
634
1764
|
},
|
|
635
|
-
"
|
|
1765
|
+
"GetNetworkTelemetry": {
|
|
636
1766
|
"http": {
|
|
637
1767
|
"method": "GET",
|
|
638
|
-
"requestUri": "/global-networks/{globalNetworkId}/
|
|
1768
|
+
"requestUri": "/global-networks/{globalNetworkId}/network-telemetry"
|
|
639
1769
|
},
|
|
640
1770
|
"input": {
|
|
641
1771
|
"type": "structure",
|
|
@@ -647,10 +1777,29 @@
|
|
|
647
1777
|
"location": "uri",
|
|
648
1778
|
"locationName": "globalNetworkId"
|
|
649
1779
|
},
|
|
650
|
-
"
|
|
651
|
-
"
|
|
1780
|
+
"CoreNetworkId": {
|
|
1781
|
+
"location": "querystring",
|
|
1782
|
+
"locationName": "coreNetworkId"
|
|
1783
|
+
},
|
|
1784
|
+
"RegisteredGatewayArn": {
|
|
1785
|
+
"location": "querystring",
|
|
1786
|
+
"locationName": "registeredGatewayArn"
|
|
1787
|
+
},
|
|
1788
|
+
"AwsRegion": {
|
|
1789
|
+
"location": "querystring",
|
|
1790
|
+
"locationName": "awsRegion"
|
|
1791
|
+
},
|
|
1792
|
+
"AccountId": {
|
|
1793
|
+
"location": "querystring",
|
|
1794
|
+
"locationName": "accountId"
|
|
1795
|
+
},
|
|
1796
|
+
"ResourceType": {
|
|
1797
|
+
"location": "querystring",
|
|
1798
|
+
"locationName": "resourceType"
|
|
1799
|
+
},
|
|
1800
|
+
"ResourceArn": {
|
|
652
1801
|
"location": "querystring",
|
|
653
|
-
"locationName": "
|
|
1802
|
+
"locationName": "resourceArn"
|
|
654
1803
|
},
|
|
655
1804
|
"MaxResults": {
|
|
656
1805
|
"location": "querystring",
|
|
@@ -666,68 +1815,123 @@
|
|
|
666
1815
|
"output": {
|
|
667
1816
|
"type": "structure",
|
|
668
1817
|
"members": {
|
|
669
|
-
"
|
|
1818
|
+
"NetworkTelemetry": {
|
|
670
1819
|
"type": "list",
|
|
671
1820
|
"member": {
|
|
672
|
-
"
|
|
1821
|
+
"type": "structure",
|
|
1822
|
+
"members": {
|
|
1823
|
+
"RegisteredGatewayArn": {},
|
|
1824
|
+
"CoreNetworkId": {},
|
|
1825
|
+
"AwsRegion": {},
|
|
1826
|
+
"AccountId": {},
|
|
1827
|
+
"ResourceType": {},
|
|
1828
|
+
"ResourceId": {},
|
|
1829
|
+
"ResourceArn": {},
|
|
1830
|
+
"Address": {},
|
|
1831
|
+
"Health": {
|
|
1832
|
+
"type": "structure",
|
|
1833
|
+
"members": {
|
|
1834
|
+
"Type": {},
|
|
1835
|
+
"Status": {},
|
|
1836
|
+
"Timestamp": {
|
|
1837
|
+
"type": "timestamp"
|
|
1838
|
+
}
|
|
1839
|
+
}
|
|
1840
|
+
}
|
|
1841
|
+
}
|
|
673
1842
|
}
|
|
674
1843
|
},
|
|
675
1844
|
"NextToken": {}
|
|
676
1845
|
}
|
|
677
1846
|
}
|
|
678
1847
|
},
|
|
679
|
-
"
|
|
1848
|
+
"GetResourcePolicy": {
|
|
680
1849
|
"http": {
|
|
681
1850
|
"method": "GET",
|
|
682
|
-
"requestUri": "/
|
|
1851
|
+
"requestUri": "/resource-policy/{resourceArn}"
|
|
683
1852
|
},
|
|
684
1853
|
"input": {
|
|
685
1854
|
"type": "structure",
|
|
686
1855
|
"required": [
|
|
687
|
-
"
|
|
1856
|
+
"ResourceArn"
|
|
1857
|
+
],
|
|
1858
|
+
"members": {
|
|
1859
|
+
"ResourceArn": {
|
|
1860
|
+
"location": "uri",
|
|
1861
|
+
"locationName": "resourceArn"
|
|
1862
|
+
}
|
|
1863
|
+
}
|
|
1864
|
+
},
|
|
1865
|
+
"output": {
|
|
1866
|
+
"type": "structure",
|
|
1867
|
+
"members": {
|
|
1868
|
+
"PolicyDocument": {
|
|
1869
|
+
"jsonvalue": true
|
|
1870
|
+
}
|
|
1871
|
+
}
|
|
1872
|
+
}
|
|
1873
|
+
},
|
|
1874
|
+
"GetRouteAnalysis": {
|
|
1875
|
+
"http": {
|
|
1876
|
+
"method": "GET",
|
|
1877
|
+
"requestUri": "/global-networks/{globalNetworkId}/route-analyses/{routeAnalysisId}"
|
|
1878
|
+
},
|
|
1879
|
+
"input": {
|
|
1880
|
+
"type": "structure",
|
|
1881
|
+
"required": [
|
|
1882
|
+
"GlobalNetworkId",
|
|
1883
|
+
"RouteAnalysisId"
|
|
688
1884
|
],
|
|
689
1885
|
"members": {
|
|
690
1886
|
"GlobalNetworkId": {
|
|
691
1887
|
"location": "uri",
|
|
692
1888
|
"locationName": "globalNetworkId"
|
|
693
1889
|
},
|
|
694
|
-
"
|
|
695
|
-
"
|
|
696
|
-
"
|
|
697
|
-
"locationName": "deviceIds"
|
|
698
|
-
},
|
|
699
|
-
"SiteId": {
|
|
700
|
-
"location": "querystring",
|
|
701
|
-
"locationName": "siteId"
|
|
702
|
-
},
|
|
703
|
-
"MaxResults": {
|
|
704
|
-
"location": "querystring",
|
|
705
|
-
"locationName": "maxResults",
|
|
706
|
-
"type": "integer"
|
|
707
|
-
},
|
|
708
|
-
"NextToken": {
|
|
709
|
-
"location": "querystring",
|
|
710
|
-
"locationName": "nextToken"
|
|
1890
|
+
"RouteAnalysisId": {
|
|
1891
|
+
"location": "uri",
|
|
1892
|
+
"locationName": "routeAnalysisId"
|
|
711
1893
|
}
|
|
712
1894
|
}
|
|
713
1895
|
},
|
|
714
1896
|
"output": {
|
|
715
1897
|
"type": "structure",
|
|
716
1898
|
"members": {
|
|
717
|
-
"
|
|
718
|
-
"
|
|
719
|
-
|
|
720
|
-
"shape": "Sr"
|
|
721
|
-
}
|
|
722
|
-
},
|
|
723
|
-
"NextToken": {}
|
|
1899
|
+
"RouteAnalysis": {
|
|
1900
|
+
"shape": "S6p"
|
|
1901
|
+
}
|
|
724
1902
|
}
|
|
725
1903
|
}
|
|
726
1904
|
},
|
|
727
|
-
"
|
|
1905
|
+
"GetSiteToSiteVpnAttachment": {
|
|
728
1906
|
"http": {
|
|
729
1907
|
"method": "GET",
|
|
730
|
-
"requestUri": "/
|
|
1908
|
+
"requestUri": "/site-to-site-vpn-attachments/{attachmentId}"
|
|
1909
|
+
},
|
|
1910
|
+
"input": {
|
|
1911
|
+
"type": "structure",
|
|
1912
|
+
"required": [
|
|
1913
|
+
"AttachmentId"
|
|
1914
|
+
],
|
|
1915
|
+
"members": {
|
|
1916
|
+
"AttachmentId": {
|
|
1917
|
+
"location": "uri",
|
|
1918
|
+
"locationName": "attachmentId"
|
|
1919
|
+
}
|
|
1920
|
+
}
|
|
1921
|
+
},
|
|
1922
|
+
"output": {
|
|
1923
|
+
"type": "structure",
|
|
1924
|
+
"members": {
|
|
1925
|
+
"SiteToSiteVpnAttachment": {
|
|
1926
|
+
"shape": "S2v"
|
|
1927
|
+
}
|
|
1928
|
+
}
|
|
1929
|
+
}
|
|
1930
|
+
},
|
|
1931
|
+
"GetSites": {
|
|
1932
|
+
"http": {
|
|
1933
|
+
"method": "GET",
|
|
1934
|
+
"requestUri": "/global-networks/{globalNetworkId}/sites"
|
|
731
1935
|
},
|
|
732
1936
|
"input": {
|
|
733
1937
|
"type": "structure",
|
|
@@ -739,13 +1943,11 @@
|
|
|
739
1943
|
"location": "uri",
|
|
740
1944
|
"locationName": "globalNetworkId"
|
|
741
1945
|
},
|
|
742
|
-
"
|
|
743
|
-
"location": "querystring",
|
|
744
|
-
"locationName": "deviceId"
|
|
745
|
-
},
|
|
746
|
-
"LinkId": {
|
|
1946
|
+
"SiteIds": {
|
|
747
1947
|
"location": "querystring",
|
|
748
|
-
"locationName": "
|
|
1948
|
+
"locationName": "siteIds",
|
|
1949
|
+
"type": "list",
|
|
1950
|
+
"member": {}
|
|
749
1951
|
},
|
|
750
1952
|
"MaxResults": {
|
|
751
1953
|
"location": "querystring",
|
|
@@ -761,20 +1963,20 @@
|
|
|
761
1963
|
"output": {
|
|
762
1964
|
"type": "structure",
|
|
763
1965
|
"members": {
|
|
764
|
-
"
|
|
1966
|
+
"Sites": {
|
|
765
1967
|
"type": "list",
|
|
766
1968
|
"member": {
|
|
767
|
-
"shape": "
|
|
1969
|
+
"shape": "S2p"
|
|
768
1970
|
}
|
|
769
1971
|
},
|
|
770
1972
|
"NextToken": {}
|
|
771
1973
|
}
|
|
772
1974
|
}
|
|
773
1975
|
},
|
|
774
|
-
"
|
|
1976
|
+
"GetTransitGatewayConnectPeerAssociations": {
|
|
775
1977
|
"http": {
|
|
776
1978
|
"method": "GET",
|
|
777
|
-
"requestUri": "/global-networks/{globalNetworkId}/
|
|
1979
|
+
"requestUri": "/global-networks/{globalNetworkId}/transit-gateway-connect-peer-associations"
|
|
778
1980
|
},
|
|
779
1981
|
"input": {
|
|
780
1982
|
"type": "structure",
|
|
@@ -786,22 +1988,11 @@
|
|
|
786
1988
|
"location": "uri",
|
|
787
1989
|
"locationName": "globalNetworkId"
|
|
788
1990
|
},
|
|
789
|
-
"
|
|
790
|
-
"shape": "S1n",
|
|
791
|
-
"location": "querystring",
|
|
792
|
-
"locationName": "linkIds"
|
|
793
|
-
},
|
|
794
|
-
"SiteId": {
|
|
795
|
-
"location": "querystring",
|
|
796
|
-
"locationName": "siteId"
|
|
797
|
-
},
|
|
798
|
-
"Type": {
|
|
799
|
-
"location": "querystring",
|
|
800
|
-
"locationName": "type"
|
|
801
|
-
},
|
|
802
|
-
"Provider": {
|
|
1991
|
+
"TransitGatewayConnectPeerArns": {
|
|
803
1992
|
"location": "querystring",
|
|
804
|
-
"locationName": "
|
|
1993
|
+
"locationName": "transitGatewayConnectPeerArns",
|
|
1994
|
+
"type": "list",
|
|
1995
|
+
"member": {}
|
|
805
1996
|
},
|
|
806
1997
|
"MaxResults": {
|
|
807
1998
|
"location": "querystring",
|
|
@@ -817,20 +2008,20 @@
|
|
|
817
2008
|
"output": {
|
|
818
2009
|
"type": "structure",
|
|
819
2010
|
"members": {
|
|
820
|
-
"
|
|
2011
|
+
"TransitGatewayConnectPeerAssociations": {
|
|
821
2012
|
"type": "list",
|
|
822
2013
|
"member": {
|
|
823
|
-
"shape": "
|
|
2014
|
+
"shape": "S14"
|
|
824
2015
|
}
|
|
825
2016
|
},
|
|
826
2017
|
"NextToken": {}
|
|
827
2018
|
}
|
|
828
2019
|
}
|
|
829
2020
|
},
|
|
830
|
-
"
|
|
2021
|
+
"GetTransitGatewayRegistrations": {
|
|
831
2022
|
"http": {
|
|
832
2023
|
"method": "GET",
|
|
833
|
-
"requestUri": "/global-networks/{globalNetworkId}/
|
|
2024
|
+
"requestUri": "/global-networks/{globalNetworkId}/transit-gateway-registrations"
|
|
834
2025
|
},
|
|
835
2026
|
"input": {
|
|
836
2027
|
"type": "structure",
|
|
@@ -842,9 +2033,11 @@
|
|
|
842
2033
|
"location": "uri",
|
|
843
2034
|
"locationName": "globalNetworkId"
|
|
844
2035
|
},
|
|
845
|
-
"
|
|
2036
|
+
"TransitGatewayArns": {
|
|
846
2037
|
"location": "querystring",
|
|
847
|
-
"locationName": "
|
|
2038
|
+
"locationName": "transitGatewayArns",
|
|
2039
|
+
"type": "list",
|
|
2040
|
+
"member": {}
|
|
848
2041
|
},
|
|
849
2042
|
"MaxResults": {
|
|
850
2043
|
"location": "querystring",
|
|
@@ -860,56 +2053,65 @@
|
|
|
860
2053
|
"output": {
|
|
861
2054
|
"type": "structure",
|
|
862
2055
|
"members": {
|
|
863
|
-
"
|
|
864
|
-
"type": "list",
|
|
865
|
-
"member": {
|
|
866
|
-
"
|
|
867
|
-
"members": {
|
|
868
|
-
"ResourceType": {},
|
|
869
|
-
"Count": {
|
|
870
|
-
"type": "integer"
|
|
871
|
-
}
|
|
872
|
-
}
|
|
2056
|
+
"TransitGatewayRegistrations": {
|
|
2057
|
+
"type": "list",
|
|
2058
|
+
"member": {
|
|
2059
|
+
"shape": "S3w"
|
|
873
2060
|
}
|
|
874
2061
|
},
|
|
875
2062
|
"NextToken": {}
|
|
876
2063
|
}
|
|
877
2064
|
}
|
|
878
2065
|
},
|
|
879
|
-
"
|
|
2066
|
+
"GetVpcAttachment": {
|
|
880
2067
|
"http": {
|
|
881
2068
|
"method": "GET",
|
|
882
|
-
"requestUri": "/
|
|
2069
|
+
"requestUri": "/vpc-attachments/{attachmentId}"
|
|
883
2070
|
},
|
|
884
2071
|
"input": {
|
|
885
2072
|
"type": "structure",
|
|
886
2073
|
"required": [
|
|
887
|
-
"
|
|
2074
|
+
"AttachmentId"
|
|
888
2075
|
],
|
|
889
2076
|
"members": {
|
|
890
|
-
"
|
|
2077
|
+
"AttachmentId": {
|
|
891
2078
|
"location": "uri",
|
|
892
|
-
"locationName": "
|
|
893
|
-
}
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
2079
|
+
"locationName": "attachmentId"
|
|
2080
|
+
}
|
|
2081
|
+
}
|
|
2082
|
+
},
|
|
2083
|
+
"output": {
|
|
2084
|
+
"type": "structure",
|
|
2085
|
+
"members": {
|
|
2086
|
+
"VpcAttachment": {
|
|
2087
|
+
"shape": "S32"
|
|
2088
|
+
}
|
|
2089
|
+
}
|
|
2090
|
+
}
|
|
2091
|
+
},
|
|
2092
|
+
"ListAttachments": {
|
|
2093
|
+
"http": {
|
|
2094
|
+
"method": "GET",
|
|
2095
|
+
"requestUri": "/attachments"
|
|
2096
|
+
},
|
|
2097
|
+
"input": {
|
|
2098
|
+
"type": "structure",
|
|
2099
|
+
"members": {
|
|
2100
|
+
"CoreNetworkId": {
|
|
899
2101
|
"location": "querystring",
|
|
900
|
-
"locationName": "
|
|
2102
|
+
"locationName": "coreNetworkId"
|
|
901
2103
|
},
|
|
902
|
-
"
|
|
2104
|
+
"AttachmentType": {
|
|
903
2105
|
"location": "querystring",
|
|
904
|
-
"locationName": "
|
|
2106
|
+
"locationName": "attachmentType"
|
|
905
2107
|
},
|
|
906
|
-
"
|
|
2108
|
+
"EdgeLocation": {
|
|
907
2109
|
"location": "querystring",
|
|
908
|
-
"locationName": "
|
|
2110
|
+
"locationName": "edgeLocation"
|
|
909
2111
|
},
|
|
910
|
-
"
|
|
2112
|
+
"State": {
|
|
911
2113
|
"location": "querystring",
|
|
912
|
-
"locationName": "
|
|
2114
|
+
"locationName": "state"
|
|
913
2115
|
},
|
|
914
2116
|
"MaxResults": {
|
|
915
2117
|
"location": "querystring",
|
|
@@ -925,54 +2127,31 @@
|
|
|
925
2127
|
"output": {
|
|
926
2128
|
"type": "structure",
|
|
927
2129
|
"members": {
|
|
928
|
-
"
|
|
2130
|
+
"Attachments": {
|
|
929
2131
|
"type": "list",
|
|
930
2132
|
"member": {
|
|
931
|
-
"
|
|
932
|
-
"members": {
|
|
933
|
-
"From": {},
|
|
934
|
-
"To": {}
|
|
935
|
-
}
|
|
2133
|
+
"shape": "S4"
|
|
936
2134
|
}
|
|
937
2135
|
},
|
|
938
2136
|
"NextToken": {}
|
|
939
2137
|
}
|
|
940
2138
|
}
|
|
941
2139
|
},
|
|
942
|
-
"
|
|
2140
|
+
"ListConnectPeers": {
|
|
943
2141
|
"http": {
|
|
944
2142
|
"method": "GET",
|
|
945
|
-
"requestUri": "/
|
|
2143
|
+
"requestUri": "/connect-peers"
|
|
946
2144
|
},
|
|
947
2145
|
"input": {
|
|
948
2146
|
"type": "structure",
|
|
949
|
-
"required": [
|
|
950
|
-
"GlobalNetworkId"
|
|
951
|
-
],
|
|
952
2147
|
"members": {
|
|
953
|
-
"
|
|
954
|
-
"location": "uri",
|
|
955
|
-
"locationName": "globalNetworkId"
|
|
956
|
-
},
|
|
957
|
-
"RegisteredGatewayArn": {
|
|
958
|
-
"location": "querystring",
|
|
959
|
-
"locationName": "registeredGatewayArn"
|
|
960
|
-
},
|
|
961
|
-
"AwsRegion": {
|
|
962
|
-
"location": "querystring",
|
|
963
|
-
"locationName": "awsRegion"
|
|
964
|
-
},
|
|
965
|
-
"AccountId": {
|
|
966
|
-
"location": "querystring",
|
|
967
|
-
"locationName": "accountId"
|
|
968
|
-
},
|
|
969
|
-
"ResourceType": {
|
|
2148
|
+
"CoreNetworkId": {
|
|
970
2149
|
"location": "querystring",
|
|
971
|
-
"locationName": "
|
|
2150
|
+
"locationName": "coreNetworkId"
|
|
972
2151
|
},
|
|
973
|
-
"
|
|
2152
|
+
"ConnectAttachmentId": {
|
|
974
2153
|
"location": "querystring",
|
|
975
|
-
"locationName": "
|
|
2154
|
+
"locationName": "connectAttachmentId"
|
|
976
2155
|
},
|
|
977
2156
|
"MaxResults": {
|
|
978
2157
|
"location": "querystring",
|
|
@@ -988,26 +2167,21 @@
|
|
|
988
2167
|
"output": {
|
|
989
2168
|
"type": "structure",
|
|
990
2169
|
"members": {
|
|
991
|
-
"
|
|
2170
|
+
"ConnectPeers": {
|
|
992
2171
|
"type": "list",
|
|
993
2172
|
"member": {
|
|
994
2173
|
"type": "structure",
|
|
995
2174
|
"members": {
|
|
996
|
-
"
|
|
997
|
-
"
|
|
998
|
-
"
|
|
999
|
-
"
|
|
1000
|
-
"
|
|
1001
|
-
"
|
|
1002
|
-
"Definition": {},
|
|
1003
|
-
"DefinitionTimestamp": {
|
|
2175
|
+
"CoreNetworkId": {},
|
|
2176
|
+
"ConnectAttachmentId": {},
|
|
2177
|
+
"ConnectPeerId": {},
|
|
2178
|
+
"EdgeLocation": {},
|
|
2179
|
+
"ConnectPeerState": {},
|
|
2180
|
+
"CreatedAt": {
|
|
1004
2181
|
"type": "timestamp"
|
|
1005
2182
|
},
|
|
1006
2183
|
"Tags": {
|
|
1007
|
-
"shape": "
|
|
1008
|
-
},
|
|
1009
|
-
"Metadata": {
|
|
1010
|
-
"shape": "S2o"
|
|
2184
|
+
"shape": "Se"
|
|
1011
2185
|
}
|
|
1012
2186
|
}
|
|
1013
2187
|
}
|
|
@@ -1016,129 +2190,65 @@
|
|
|
1016
2190
|
}
|
|
1017
2191
|
}
|
|
1018
2192
|
},
|
|
1019
|
-
"
|
|
2193
|
+
"ListCoreNetworkPolicyVersions": {
|
|
1020
2194
|
"http": {
|
|
1021
|
-
"
|
|
2195
|
+
"method": "GET",
|
|
2196
|
+
"requestUri": "/core-networks/{coreNetworkId}/core-network-policy-versions"
|
|
1022
2197
|
},
|
|
1023
2198
|
"input": {
|
|
1024
2199
|
"type": "structure",
|
|
1025
2200
|
"required": [
|
|
1026
|
-
"
|
|
1027
|
-
"RouteTableIdentifier"
|
|
2201
|
+
"CoreNetworkId"
|
|
1028
2202
|
],
|
|
1029
2203
|
"members": {
|
|
1030
|
-
"
|
|
2204
|
+
"CoreNetworkId": {
|
|
1031
2205
|
"location": "uri",
|
|
1032
|
-
"locationName": "
|
|
1033
|
-
},
|
|
1034
|
-
"RouteTableIdentifier": {
|
|
1035
|
-
"type": "structure",
|
|
1036
|
-
"members": {
|
|
1037
|
-
"TransitGatewayRouteTableArn": {}
|
|
1038
|
-
}
|
|
1039
|
-
},
|
|
1040
|
-
"ExactCidrMatches": {
|
|
1041
|
-
"shape": "S1n"
|
|
1042
|
-
},
|
|
1043
|
-
"LongestPrefixMatches": {
|
|
1044
|
-
"shape": "S1n"
|
|
1045
|
-
},
|
|
1046
|
-
"SubnetOfMatches": {
|
|
1047
|
-
"shape": "S1n"
|
|
1048
|
-
},
|
|
1049
|
-
"SupernetOfMatches": {
|
|
1050
|
-
"shape": "S1n"
|
|
1051
|
-
},
|
|
1052
|
-
"PrefixListIds": {
|
|
1053
|
-
"shape": "S1n"
|
|
1054
|
-
},
|
|
1055
|
-
"States": {
|
|
1056
|
-
"type": "list",
|
|
1057
|
-
"member": {}
|
|
2206
|
+
"locationName": "coreNetworkId"
|
|
1058
2207
|
},
|
|
1059
|
-
"
|
|
1060
|
-
"
|
|
1061
|
-
"
|
|
2208
|
+
"MaxResults": {
|
|
2209
|
+
"location": "querystring",
|
|
2210
|
+
"locationName": "maxResults",
|
|
2211
|
+
"type": "integer"
|
|
1062
2212
|
},
|
|
1063
|
-
"
|
|
1064
|
-
"
|
|
1065
|
-
"
|
|
1066
|
-
"value": {
|
|
1067
|
-
"type": "list",
|
|
1068
|
-
"member": {}
|
|
1069
|
-
}
|
|
2213
|
+
"NextToken": {
|
|
2214
|
+
"location": "querystring",
|
|
2215
|
+
"locationName": "nextToken"
|
|
1070
2216
|
}
|
|
1071
2217
|
}
|
|
1072
2218
|
},
|
|
1073
2219
|
"output": {
|
|
1074
2220
|
"type": "structure",
|
|
1075
2221
|
"members": {
|
|
1076
|
-
"
|
|
1077
|
-
"RouteTableType": {},
|
|
1078
|
-
"RouteTableTimestamp": {
|
|
1079
|
-
"type": "timestamp"
|
|
1080
|
-
},
|
|
1081
|
-
"NetworkRoutes": {
|
|
2222
|
+
"CoreNetworkPolicyVersions": {
|
|
1082
2223
|
"type": "list",
|
|
1083
2224
|
"member": {
|
|
1084
2225
|
"type": "structure",
|
|
1085
2226
|
"members": {
|
|
1086
|
-
"
|
|
1087
|
-
"
|
|
1088
|
-
"type": "
|
|
1089
|
-
"member": {
|
|
1090
|
-
"type": "structure",
|
|
1091
|
-
"members": {
|
|
1092
|
-
"TransitGatewayAttachmentId": {},
|
|
1093
|
-
"ResourceType": {},
|
|
1094
|
-
"ResourceId": {}
|
|
1095
|
-
}
|
|
1096
|
-
}
|
|
2227
|
+
"CoreNetworkId": {},
|
|
2228
|
+
"PolicyVersionId": {
|
|
2229
|
+
"type": "integer"
|
|
1097
2230
|
},
|
|
1098
|
-
"
|
|
1099
|
-
"
|
|
1100
|
-
"
|
|
2231
|
+
"Alias": {},
|
|
2232
|
+
"Description": {},
|
|
2233
|
+
"CreatedAt": {
|
|
2234
|
+
"type": "timestamp"
|
|
2235
|
+
},
|
|
2236
|
+
"ChangeSetState": {}
|
|
1101
2237
|
}
|
|
1102
2238
|
}
|
|
1103
|
-
}
|
|
2239
|
+
},
|
|
2240
|
+
"NextToken": {}
|
|
1104
2241
|
}
|
|
1105
2242
|
}
|
|
1106
2243
|
},
|
|
1107
|
-
"
|
|
2244
|
+
"ListCoreNetworks": {
|
|
1108
2245
|
"http": {
|
|
1109
2246
|
"method": "GET",
|
|
1110
|
-
"requestUri": "/
|
|
2247
|
+
"requestUri": "/core-networks"
|
|
1111
2248
|
},
|
|
1112
2249
|
"input": {
|
|
1113
2250
|
"type": "structure",
|
|
1114
|
-
"required": [
|
|
1115
|
-
"GlobalNetworkId"
|
|
1116
|
-
],
|
|
1117
2251
|
"members": {
|
|
1118
|
-
"GlobalNetworkId": {
|
|
1119
|
-
"location": "uri",
|
|
1120
|
-
"locationName": "globalNetworkId"
|
|
1121
|
-
},
|
|
1122
|
-
"RegisteredGatewayArn": {
|
|
1123
|
-
"location": "querystring",
|
|
1124
|
-
"locationName": "registeredGatewayArn"
|
|
1125
|
-
},
|
|
1126
|
-
"AwsRegion": {
|
|
1127
|
-
"location": "querystring",
|
|
1128
|
-
"locationName": "awsRegion"
|
|
1129
|
-
},
|
|
1130
|
-
"AccountId": {
|
|
1131
|
-
"location": "querystring",
|
|
1132
|
-
"locationName": "accountId"
|
|
1133
|
-
},
|
|
1134
|
-
"ResourceType": {
|
|
1135
|
-
"location": "querystring",
|
|
1136
|
-
"locationName": "resourceType"
|
|
1137
|
-
},
|
|
1138
|
-
"ResourceArn": {
|
|
1139
|
-
"location": "querystring",
|
|
1140
|
-
"locationName": "resourceArn"
|
|
1141
|
-
},
|
|
1142
2252
|
"MaxResults": {
|
|
1143
2253
|
"location": "querystring",
|
|
1144
2254
|
"locationName": "maxResults",
|
|
@@ -1153,27 +2263,19 @@
|
|
|
1153
2263
|
"output": {
|
|
1154
2264
|
"type": "structure",
|
|
1155
2265
|
"members": {
|
|
1156
|
-
"
|
|
2266
|
+
"CoreNetworks": {
|
|
1157
2267
|
"type": "list",
|
|
1158
2268
|
"member": {
|
|
1159
2269
|
"type": "structure",
|
|
1160
2270
|
"members": {
|
|
1161
|
-
"
|
|
1162
|
-
"
|
|
1163
|
-
"
|
|
1164
|
-
"
|
|
1165
|
-
"
|
|
1166
|
-
"
|
|
1167
|
-
"
|
|
1168
|
-
|
|
1169
|
-
"type": "structure",
|
|
1170
|
-
"members": {
|
|
1171
|
-
"Type": {},
|
|
1172
|
-
"Status": {},
|
|
1173
|
-
"Timestamp": {
|
|
1174
|
-
"type": "timestamp"
|
|
1175
|
-
}
|
|
1176
|
-
}
|
|
2271
|
+
"CoreNetworkId": {},
|
|
2272
|
+
"CoreNetworkArn": {},
|
|
2273
|
+
"GlobalNetworkId": {},
|
|
2274
|
+
"OwnerAccountId": {},
|
|
2275
|
+
"State": {},
|
|
2276
|
+
"Description": {},
|
|
2277
|
+
"Tags": {
|
|
2278
|
+
"shape": "Se"
|
|
1177
2279
|
}
|
|
1178
2280
|
}
|
|
1179
2281
|
}
|
|
@@ -1182,218 +2284,172 @@
|
|
|
1182
2284
|
}
|
|
1183
2285
|
}
|
|
1184
2286
|
},
|
|
1185
|
-
"
|
|
2287
|
+
"ListTagsForResource": {
|
|
1186
2288
|
"http": {
|
|
1187
2289
|
"method": "GET",
|
|
1188
|
-
"requestUri": "/
|
|
2290
|
+
"requestUri": "/tags/{resourceArn}"
|
|
1189
2291
|
},
|
|
1190
2292
|
"input": {
|
|
1191
2293
|
"type": "structure",
|
|
1192
2294
|
"required": [
|
|
1193
|
-
"
|
|
1194
|
-
"RouteAnalysisId"
|
|
2295
|
+
"ResourceArn"
|
|
1195
2296
|
],
|
|
1196
2297
|
"members": {
|
|
1197
|
-
"
|
|
1198
|
-
"location": "uri",
|
|
1199
|
-
"locationName": "globalNetworkId"
|
|
1200
|
-
},
|
|
1201
|
-
"RouteAnalysisId": {
|
|
2298
|
+
"ResourceArn": {
|
|
1202
2299
|
"location": "uri",
|
|
1203
|
-
"locationName": "
|
|
2300
|
+
"locationName": "resourceArn"
|
|
1204
2301
|
}
|
|
1205
2302
|
}
|
|
1206
2303
|
},
|
|
1207
2304
|
"output": {
|
|
1208
2305
|
"type": "structure",
|
|
1209
2306
|
"members": {
|
|
1210
|
-
"
|
|
1211
|
-
"shape": "
|
|
2307
|
+
"TagList": {
|
|
2308
|
+
"shape": "Se"
|
|
1212
2309
|
}
|
|
1213
2310
|
}
|
|
1214
2311
|
}
|
|
1215
2312
|
},
|
|
1216
|
-
"
|
|
2313
|
+
"PutCoreNetworkPolicy": {
|
|
1217
2314
|
"http": {
|
|
1218
|
-
"
|
|
1219
|
-
"requestUri": "/global-networks/{globalNetworkId}/sites"
|
|
2315
|
+
"requestUri": "/core-networks/{coreNetworkId}/core-network-policy"
|
|
1220
2316
|
},
|
|
1221
2317
|
"input": {
|
|
1222
2318
|
"type": "structure",
|
|
1223
2319
|
"required": [
|
|
1224
|
-
"
|
|
2320
|
+
"CoreNetworkId",
|
|
2321
|
+
"PolicyDocument"
|
|
1225
2322
|
],
|
|
1226
2323
|
"members": {
|
|
1227
|
-
"
|
|
2324
|
+
"CoreNetworkId": {
|
|
1228
2325
|
"location": "uri",
|
|
1229
|
-
"locationName": "
|
|
2326
|
+
"locationName": "coreNetworkId"
|
|
1230
2327
|
},
|
|
1231
|
-
"
|
|
1232
|
-
"
|
|
1233
|
-
"location": "querystring",
|
|
1234
|
-
"locationName": "siteIds"
|
|
2328
|
+
"PolicyDocument": {
|
|
2329
|
+
"jsonvalue": true
|
|
1235
2330
|
},
|
|
1236
|
-
"
|
|
1237
|
-
|
|
1238
|
-
"locationName": "maxResults",
|
|
2331
|
+
"Description": {},
|
|
2332
|
+
"LatestVersionId": {
|
|
1239
2333
|
"type": "integer"
|
|
1240
2334
|
},
|
|
1241
|
-
"
|
|
1242
|
-
"
|
|
1243
|
-
"locationName": "nextToken"
|
|
2335
|
+
"ClientToken": {
|
|
2336
|
+
"idempotencyToken": true
|
|
1244
2337
|
}
|
|
1245
2338
|
}
|
|
1246
2339
|
},
|
|
1247
2340
|
"output": {
|
|
1248
2341
|
"type": "structure",
|
|
1249
2342
|
"members": {
|
|
1250
|
-
"
|
|
1251
|
-
"
|
|
1252
|
-
|
|
1253
|
-
"shape": "S15"
|
|
1254
|
-
}
|
|
1255
|
-
},
|
|
1256
|
-
"NextToken": {}
|
|
2343
|
+
"CoreNetworkPolicy": {
|
|
2344
|
+
"shape": "S3d"
|
|
2345
|
+
}
|
|
1257
2346
|
}
|
|
1258
2347
|
}
|
|
1259
2348
|
},
|
|
1260
|
-
"
|
|
2349
|
+
"PutResourcePolicy": {
|
|
1261
2350
|
"http": {
|
|
1262
|
-
"
|
|
1263
|
-
"requestUri": "/global-networks/{globalNetworkId}/transit-gateway-connect-peer-associations"
|
|
2351
|
+
"requestUri": "/resource-policy/{resourceArn}"
|
|
1264
2352
|
},
|
|
1265
2353
|
"input": {
|
|
1266
2354
|
"type": "structure",
|
|
1267
2355
|
"required": [
|
|
1268
|
-
"
|
|
2356
|
+
"PolicyDocument",
|
|
2357
|
+
"ResourceArn"
|
|
1269
2358
|
],
|
|
1270
2359
|
"members": {
|
|
1271
|
-
"
|
|
1272
|
-
"
|
|
1273
|
-
"locationName": "globalNetworkId"
|
|
1274
|
-
},
|
|
1275
|
-
"TransitGatewayConnectPeerArns": {
|
|
1276
|
-
"shape": "S1n",
|
|
1277
|
-
"location": "querystring",
|
|
1278
|
-
"locationName": "transitGatewayConnectPeerArns"
|
|
1279
|
-
},
|
|
1280
|
-
"MaxResults": {
|
|
1281
|
-
"location": "querystring",
|
|
1282
|
-
"locationName": "maxResults",
|
|
1283
|
-
"type": "integer"
|
|
2360
|
+
"PolicyDocument": {
|
|
2361
|
+
"jsonvalue": true
|
|
1284
2362
|
},
|
|
1285
|
-
"
|
|
1286
|
-
"location": "
|
|
1287
|
-
"locationName": "
|
|
2363
|
+
"ResourceArn": {
|
|
2364
|
+
"location": "uri",
|
|
2365
|
+
"locationName": "resourceArn"
|
|
1288
2366
|
}
|
|
1289
2367
|
}
|
|
1290
2368
|
},
|
|
1291
2369
|
"output": {
|
|
1292
2370
|
"type": "structure",
|
|
1293
|
-
"members": {
|
|
1294
|
-
"TransitGatewayConnectPeerAssociations": {
|
|
1295
|
-
"type": "list",
|
|
1296
|
-
"member": {
|
|
1297
|
-
"shape": "Sc"
|
|
1298
|
-
}
|
|
1299
|
-
},
|
|
1300
|
-
"NextToken": {}
|
|
1301
|
-
}
|
|
2371
|
+
"members": {}
|
|
1302
2372
|
}
|
|
1303
2373
|
},
|
|
1304
|
-
"
|
|
2374
|
+
"RegisterTransitGateway": {
|
|
1305
2375
|
"http": {
|
|
1306
|
-
"method": "GET",
|
|
1307
2376
|
"requestUri": "/global-networks/{globalNetworkId}/transit-gateway-registrations"
|
|
1308
2377
|
},
|
|
1309
2378
|
"input": {
|
|
1310
2379
|
"type": "structure",
|
|
1311
2380
|
"required": [
|
|
1312
|
-
"GlobalNetworkId"
|
|
2381
|
+
"GlobalNetworkId",
|
|
2382
|
+
"TransitGatewayArn"
|
|
1313
2383
|
],
|
|
1314
2384
|
"members": {
|
|
1315
2385
|
"GlobalNetworkId": {
|
|
1316
2386
|
"location": "uri",
|
|
1317
2387
|
"locationName": "globalNetworkId"
|
|
1318
2388
|
},
|
|
1319
|
-
"
|
|
1320
|
-
"shape": "S1n",
|
|
1321
|
-
"location": "querystring",
|
|
1322
|
-
"locationName": "transitGatewayArns"
|
|
1323
|
-
},
|
|
1324
|
-
"MaxResults": {
|
|
1325
|
-
"location": "querystring",
|
|
1326
|
-
"locationName": "maxResults",
|
|
1327
|
-
"type": "integer"
|
|
1328
|
-
},
|
|
1329
|
-
"NextToken": {
|
|
1330
|
-
"location": "querystring",
|
|
1331
|
-
"locationName": "nextToken"
|
|
1332
|
-
}
|
|
2389
|
+
"TransitGatewayArn": {}
|
|
1333
2390
|
}
|
|
1334
2391
|
},
|
|
1335
2392
|
"output": {
|
|
1336
2393
|
"type": "structure",
|
|
1337
2394
|
"members": {
|
|
1338
|
-
"
|
|
1339
|
-
"
|
|
1340
|
-
|
|
1341
|
-
"shape": "S1j"
|
|
1342
|
-
}
|
|
1343
|
-
},
|
|
1344
|
-
"NextToken": {}
|
|
2395
|
+
"TransitGatewayRegistration": {
|
|
2396
|
+
"shape": "S3w"
|
|
2397
|
+
}
|
|
1345
2398
|
}
|
|
1346
2399
|
}
|
|
1347
2400
|
},
|
|
1348
|
-
"
|
|
2401
|
+
"RejectAttachment": {
|
|
1349
2402
|
"http": {
|
|
1350
|
-
"
|
|
1351
|
-
"requestUri": "/tags/{resourceArn}"
|
|
2403
|
+
"requestUri": "/attachments/{attachmentId}/reject"
|
|
1352
2404
|
},
|
|
1353
2405
|
"input": {
|
|
1354
2406
|
"type": "structure",
|
|
1355
2407
|
"required": [
|
|
1356
|
-
"
|
|
2408
|
+
"AttachmentId"
|
|
1357
2409
|
],
|
|
1358
2410
|
"members": {
|
|
1359
|
-
"
|
|
2411
|
+
"AttachmentId": {
|
|
1360
2412
|
"location": "uri",
|
|
1361
|
-
"locationName": "
|
|
2413
|
+
"locationName": "attachmentId"
|
|
1362
2414
|
}
|
|
1363
2415
|
}
|
|
1364
2416
|
},
|
|
1365
2417
|
"output": {
|
|
1366
2418
|
"type": "structure",
|
|
1367
2419
|
"members": {
|
|
1368
|
-
"
|
|
1369
|
-
"shape": "
|
|
2420
|
+
"Attachment": {
|
|
2421
|
+
"shape": "S4"
|
|
1370
2422
|
}
|
|
1371
2423
|
}
|
|
1372
2424
|
}
|
|
1373
2425
|
},
|
|
1374
|
-
"
|
|
2426
|
+
"RestoreCoreNetworkPolicyVersion": {
|
|
1375
2427
|
"http": {
|
|
1376
|
-
"requestUri": "/
|
|
2428
|
+
"requestUri": "/core-networks/{coreNetworkId}/core-network-policy-versions/{policyVersionId}/restore"
|
|
1377
2429
|
},
|
|
1378
2430
|
"input": {
|
|
1379
2431
|
"type": "structure",
|
|
1380
2432
|
"required": [
|
|
1381
|
-
"
|
|
1382
|
-
"
|
|
2433
|
+
"CoreNetworkId",
|
|
2434
|
+
"PolicyVersionId"
|
|
1383
2435
|
],
|
|
1384
2436
|
"members": {
|
|
1385
|
-
"
|
|
2437
|
+
"CoreNetworkId": {
|
|
1386
2438
|
"location": "uri",
|
|
1387
|
-
"locationName": "
|
|
2439
|
+
"locationName": "coreNetworkId"
|
|
1388
2440
|
},
|
|
1389
|
-
"
|
|
2441
|
+
"PolicyVersionId": {
|
|
2442
|
+
"location": "uri",
|
|
2443
|
+
"locationName": "policyVersionId",
|
|
2444
|
+
"type": "integer"
|
|
2445
|
+
}
|
|
1390
2446
|
}
|
|
1391
2447
|
},
|
|
1392
2448
|
"output": {
|
|
1393
2449
|
"type": "structure",
|
|
1394
2450
|
"members": {
|
|
1395
|
-
"
|
|
1396
|
-
"shape": "
|
|
2451
|
+
"CoreNetworkPolicy": {
|
|
2452
|
+
"shape": "S3d"
|
|
1397
2453
|
}
|
|
1398
2454
|
}
|
|
1399
2455
|
}
|
|
@@ -1415,10 +2471,10 @@
|
|
|
1415
2471
|
"locationName": "globalNetworkId"
|
|
1416
2472
|
},
|
|
1417
2473
|
"Source": {
|
|
1418
|
-
"shape": "
|
|
2474
|
+
"shape": "S8b"
|
|
1419
2475
|
},
|
|
1420
2476
|
"Destination": {
|
|
1421
|
-
"shape": "
|
|
2477
|
+
"shape": "S8b"
|
|
1422
2478
|
},
|
|
1423
2479
|
"IncludeReturnPath": {
|
|
1424
2480
|
"type": "boolean"
|
|
@@ -1432,7 +2488,7 @@
|
|
|
1432
2488
|
"type": "structure",
|
|
1433
2489
|
"members": {
|
|
1434
2490
|
"RouteAnalysis": {
|
|
1435
|
-
"shape": "
|
|
2491
|
+
"shape": "S6p"
|
|
1436
2492
|
}
|
|
1437
2493
|
}
|
|
1438
2494
|
}
|
|
@@ -1453,7 +2509,7 @@
|
|
|
1453
2509
|
"locationName": "resourceArn"
|
|
1454
2510
|
},
|
|
1455
2511
|
"Tags": {
|
|
1456
|
-
"shape": "
|
|
2512
|
+
"shape": "Se"
|
|
1457
2513
|
}
|
|
1458
2514
|
}
|
|
1459
2515
|
},
|
|
@@ -1520,7 +2576,34 @@
|
|
|
1520
2576
|
"type": "structure",
|
|
1521
2577
|
"members": {
|
|
1522
2578
|
"Connection": {
|
|
1523
|
-
"shape": "
|
|
2579
|
+
"shape": "S1p"
|
|
2580
|
+
}
|
|
2581
|
+
}
|
|
2582
|
+
}
|
|
2583
|
+
},
|
|
2584
|
+
"UpdateCoreNetwork": {
|
|
2585
|
+
"http": {
|
|
2586
|
+
"method": "PATCH",
|
|
2587
|
+
"requestUri": "/core-networks/{coreNetworkId}"
|
|
2588
|
+
},
|
|
2589
|
+
"input": {
|
|
2590
|
+
"type": "structure",
|
|
2591
|
+
"required": [
|
|
2592
|
+
"CoreNetworkId"
|
|
2593
|
+
],
|
|
2594
|
+
"members": {
|
|
2595
|
+
"CoreNetworkId": {
|
|
2596
|
+
"location": "uri",
|
|
2597
|
+
"locationName": "coreNetworkId"
|
|
2598
|
+
},
|
|
2599
|
+
"Description": {}
|
|
2600
|
+
}
|
|
2601
|
+
},
|
|
2602
|
+
"output": {
|
|
2603
|
+
"type": "structure",
|
|
2604
|
+
"members": {
|
|
2605
|
+
"CoreNetwork": {
|
|
2606
|
+
"shape": "S1w"
|
|
1524
2607
|
}
|
|
1525
2608
|
}
|
|
1526
2609
|
}
|
|
@@ -1546,7 +2629,7 @@
|
|
|
1546
2629
|
"locationName": "deviceId"
|
|
1547
2630
|
},
|
|
1548
2631
|
"AWSLocation": {
|
|
1549
|
-
"shape": "
|
|
2632
|
+
"shape": "S24"
|
|
1550
2633
|
},
|
|
1551
2634
|
"Description": {},
|
|
1552
2635
|
"Type": {},
|
|
@@ -1554,7 +2637,7 @@
|
|
|
1554
2637
|
"Model": {},
|
|
1555
2638
|
"SerialNumber": {},
|
|
1556
2639
|
"Location": {
|
|
1557
|
-
"shape": "
|
|
2640
|
+
"shape": "S26"
|
|
1558
2641
|
},
|
|
1559
2642
|
"SiteId": {}
|
|
1560
2643
|
}
|
|
@@ -1563,7 +2646,7 @@
|
|
|
1563
2646
|
"type": "structure",
|
|
1564
2647
|
"members": {
|
|
1565
2648
|
"Device": {
|
|
1566
|
-
"shape": "
|
|
2649
|
+
"shape": "S29"
|
|
1567
2650
|
}
|
|
1568
2651
|
}
|
|
1569
2652
|
}
|
|
@@ -1590,7 +2673,7 @@
|
|
|
1590
2673
|
"type": "structure",
|
|
1591
2674
|
"members": {
|
|
1592
2675
|
"GlobalNetwork": {
|
|
1593
|
-
"shape": "
|
|
2676
|
+
"shape": "S2e"
|
|
1594
2677
|
}
|
|
1595
2678
|
}
|
|
1596
2679
|
}
|
|
@@ -1618,7 +2701,7 @@
|
|
|
1618
2701
|
"Description": {},
|
|
1619
2702
|
"Type": {},
|
|
1620
2703
|
"Bandwidth": {
|
|
1621
|
-
"shape": "
|
|
2704
|
+
"shape": "S2i"
|
|
1622
2705
|
},
|
|
1623
2706
|
"Provider": {}
|
|
1624
2707
|
}
|
|
@@ -1627,7 +2710,7 @@
|
|
|
1627
2710
|
"type": "structure",
|
|
1628
2711
|
"members": {
|
|
1629
2712
|
"Link": {
|
|
1630
|
-
"shape": "
|
|
2713
|
+
"shape": "S2k"
|
|
1631
2714
|
}
|
|
1632
2715
|
}
|
|
1633
2716
|
}
|
|
@@ -1654,7 +2737,7 @@
|
|
|
1654
2737
|
"locationName": "resourceArn"
|
|
1655
2738
|
},
|
|
1656
2739
|
"Metadata": {
|
|
1657
|
-
"shape": "
|
|
2740
|
+
"shape": "S5t"
|
|
1658
2741
|
}
|
|
1659
2742
|
}
|
|
1660
2743
|
},
|
|
@@ -1663,7 +2746,7 @@
|
|
|
1663
2746
|
"members": {
|
|
1664
2747
|
"ResourceArn": {},
|
|
1665
2748
|
"Metadata": {
|
|
1666
|
-
"shape": "
|
|
2749
|
+
"shape": "S5t"
|
|
1667
2750
|
}
|
|
1668
2751
|
}
|
|
1669
2752
|
}
|
|
@@ -1690,7 +2773,7 @@
|
|
|
1690
2773
|
},
|
|
1691
2774
|
"Description": {},
|
|
1692
2775
|
"Location": {
|
|
1693
|
-
"shape": "
|
|
2776
|
+
"shape": "S26"
|
|
1694
2777
|
}
|
|
1695
2778
|
}
|
|
1696
2779
|
},
|
|
@@ -1698,7 +2781,42 @@
|
|
|
1698
2781
|
"type": "structure",
|
|
1699
2782
|
"members": {
|
|
1700
2783
|
"Site": {
|
|
1701
|
-
"shape": "
|
|
2784
|
+
"shape": "S2p"
|
|
2785
|
+
}
|
|
2786
|
+
}
|
|
2787
|
+
}
|
|
2788
|
+
},
|
|
2789
|
+
"UpdateVpcAttachment": {
|
|
2790
|
+
"http": {
|
|
2791
|
+
"method": "PATCH",
|
|
2792
|
+
"requestUri": "/vpc-attachments/{attachmentId}"
|
|
2793
|
+
},
|
|
2794
|
+
"input": {
|
|
2795
|
+
"type": "structure",
|
|
2796
|
+
"required": [
|
|
2797
|
+
"AttachmentId"
|
|
2798
|
+
],
|
|
2799
|
+
"members": {
|
|
2800
|
+
"AttachmentId": {
|
|
2801
|
+
"location": "uri",
|
|
2802
|
+
"locationName": "attachmentId"
|
|
2803
|
+
},
|
|
2804
|
+
"AddSubnetArns": {
|
|
2805
|
+
"shape": "S2y"
|
|
2806
|
+
},
|
|
2807
|
+
"RemoveSubnetArns": {
|
|
2808
|
+
"shape": "S2y"
|
|
2809
|
+
},
|
|
2810
|
+
"Options": {
|
|
2811
|
+
"shape": "S2z"
|
|
2812
|
+
}
|
|
2813
|
+
}
|
|
2814
|
+
},
|
|
2815
|
+
"output": {
|
|
2816
|
+
"type": "structure",
|
|
2817
|
+
"members": {
|
|
2818
|
+
"VpcAttachment": {
|
|
2819
|
+
"shape": "S32"
|
|
1702
2820
|
}
|
|
1703
2821
|
}
|
|
1704
2822
|
}
|
|
@@ -1706,6 +2824,64 @@
|
|
|
1706
2824
|
},
|
|
1707
2825
|
"shapes": {
|
|
1708
2826
|
"S4": {
|
|
2827
|
+
"type": "structure",
|
|
2828
|
+
"members": {
|
|
2829
|
+
"CoreNetworkId": {},
|
|
2830
|
+
"CoreNetworkArn": {},
|
|
2831
|
+
"AttachmentId": {},
|
|
2832
|
+
"OwnerAccountId": {},
|
|
2833
|
+
"AttachmentType": {},
|
|
2834
|
+
"State": {},
|
|
2835
|
+
"EdgeLocation": {},
|
|
2836
|
+
"ResourceArn": {},
|
|
2837
|
+
"AttachmentPolicyRuleNumber": {
|
|
2838
|
+
"type": "integer"
|
|
2839
|
+
},
|
|
2840
|
+
"SegmentName": {},
|
|
2841
|
+
"Tags": {
|
|
2842
|
+
"shape": "Se"
|
|
2843
|
+
},
|
|
2844
|
+
"ProposedSegmentChange": {
|
|
2845
|
+
"type": "structure",
|
|
2846
|
+
"members": {
|
|
2847
|
+
"Tags": {
|
|
2848
|
+
"shape": "Se"
|
|
2849
|
+
},
|
|
2850
|
+
"AttachmentPolicyRuleNumber": {
|
|
2851
|
+
"type": "integer"
|
|
2852
|
+
},
|
|
2853
|
+
"SegmentName": {}
|
|
2854
|
+
}
|
|
2855
|
+
},
|
|
2856
|
+
"CreatedAt": {
|
|
2857
|
+
"type": "timestamp"
|
|
2858
|
+
},
|
|
2859
|
+
"UpdatedAt": {
|
|
2860
|
+
"type": "timestamp"
|
|
2861
|
+
}
|
|
2862
|
+
}
|
|
2863
|
+
},
|
|
2864
|
+
"Se": {
|
|
2865
|
+
"type": "list",
|
|
2866
|
+
"member": {
|
|
2867
|
+
"type": "structure",
|
|
2868
|
+
"members": {
|
|
2869
|
+
"Key": {},
|
|
2870
|
+
"Value": {}
|
|
2871
|
+
}
|
|
2872
|
+
}
|
|
2873
|
+
},
|
|
2874
|
+
"Sq": {
|
|
2875
|
+
"type": "structure",
|
|
2876
|
+
"members": {
|
|
2877
|
+
"ConnectPeerId": {},
|
|
2878
|
+
"GlobalNetworkId": {},
|
|
2879
|
+
"DeviceId": {},
|
|
2880
|
+
"LinkId": {},
|
|
2881
|
+
"State": {}
|
|
2882
|
+
}
|
|
2883
|
+
},
|
|
2884
|
+
"Sv": {
|
|
1709
2885
|
"type": "structure",
|
|
1710
2886
|
"members": {
|
|
1711
2887
|
"CustomerGatewayArn": {},
|
|
@@ -1715,7 +2891,7 @@
|
|
|
1715
2891
|
"State": {}
|
|
1716
2892
|
}
|
|
1717
2893
|
},
|
|
1718
|
-
"
|
|
2894
|
+
"Sz": {
|
|
1719
2895
|
"type": "structure",
|
|
1720
2896
|
"members": {
|
|
1721
2897
|
"GlobalNetworkId": {},
|
|
@@ -1724,7 +2900,7 @@
|
|
|
1724
2900
|
"LinkAssociationState": {}
|
|
1725
2901
|
}
|
|
1726
2902
|
},
|
|
1727
|
-
"
|
|
2903
|
+
"S14": {
|
|
1728
2904
|
"type": "structure",
|
|
1729
2905
|
"members": {
|
|
1730
2906
|
"TransitGatewayConnectPeerArn": {},
|
|
@@ -1734,17 +2910,72 @@
|
|
|
1734
2910
|
"State": {}
|
|
1735
2911
|
}
|
|
1736
2912
|
},
|
|
1737
|
-
"
|
|
2913
|
+
"S17": {
|
|
2914
|
+
"type": "structure",
|
|
2915
|
+
"members": {
|
|
2916
|
+
"Protocol": {}
|
|
2917
|
+
}
|
|
2918
|
+
},
|
|
2919
|
+
"S1b": {
|
|
2920
|
+
"type": "structure",
|
|
2921
|
+
"members": {
|
|
2922
|
+
"Attachment": {
|
|
2923
|
+
"shape": "S4"
|
|
2924
|
+
},
|
|
2925
|
+
"TransportAttachmentId": {},
|
|
2926
|
+
"Options": {
|
|
2927
|
+
"shape": "S17"
|
|
2928
|
+
}
|
|
2929
|
+
}
|
|
2930
|
+
},
|
|
2931
|
+
"S1g": {
|
|
1738
2932
|
"type": "list",
|
|
1739
|
-
"member": {
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
2933
|
+
"member": {}
|
|
2934
|
+
},
|
|
2935
|
+
"S1i": {
|
|
2936
|
+
"type": "structure",
|
|
2937
|
+
"members": {
|
|
2938
|
+
"CoreNetworkId": {},
|
|
2939
|
+
"ConnectAttachmentId": {},
|
|
2940
|
+
"ConnectPeerId": {},
|
|
2941
|
+
"EdgeLocation": {},
|
|
2942
|
+
"State": {},
|
|
2943
|
+
"CreatedAt": {
|
|
2944
|
+
"type": "timestamp"
|
|
2945
|
+
},
|
|
2946
|
+
"Configuration": {
|
|
2947
|
+
"type": "structure",
|
|
2948
|
+
"members": {
|
|
2949
|
+
"CoreNetworkAddress": {},
|
|
2950
|
+
"PeerAddress": {},
|
|
2951
|
+
"InsideCidrBlocks": {
|
|
2952
|
+
"shape": "S1g"
|
|
2953
|
+
},
|
|
2954
|
+
"Protocol": {},
|
|
2955
|
+
"BgpConfigurations": {
|
|
2956
|
+
"type": "list",
|
|
2957
|
+
"member": {
|
|
2958
|
+
"type": "structure",
|
|
2959
|
+
"members": {
|
|
2960
|
+
"CoreNetworkAsn": {
|
|
2961
|
+
"type": "long"
|
|
2962
|
+
},
|
|
2963
|
+
"PeerAsn": {
|
|
2964
|
+
"type": "long"
|
|
2965
|
+
},
|
|
2966
|
+
"CoreNetworkAddress": {},
|
|
2967
|
+
"PeerAddress": {}
|
|
2968
|
+
}
|
|
2969
|
+
}
|
|
2970
|
+
}
|
|
2971
|
+
}
|
|
2972
|
+
},
|
|
2973
|
+
"Tags": {
|
|
2974
|
+
"shape": "Se"
|
|
1744
2975
|
}
|
|
1745
2976
|
}
|
|
1746
2977
|
},
|
|
1747
|
-
"
|
|
2978
|
+
"S1p": {
|
|
1748
2979
|
"type": "structure",
|
|
1749
2980
|
"members": {
|
|
1750
2981
|
"ConnectionId": {},
|
|
@@ -1760,18 +2991,68 @@
|
|
|
1760
2991
|
},
|
|
1761
2992
|
"State": {},
|
|
1762
2993
|
"Tags": {
|
|
1763
|
-
"shape": "
|
|
2994
|
+
"shape": "Se"
|
|
2995
|
+
}
|
|
2996
|
+
}
|
|
2997
|
+
},
|
|
2998
|
+
"S1w": {
|
|
2999
|
+
"type": "structure",
|
|
3000
|
+
"members": {
|
|
3001
|
+
"GlobalNetworkId": {},
|
|
3002
|
+
"CoreNetworkId": {},
|
|
3003
|
+
"CoreNetworkArn": {},
|
|
3004
|
+
"Description": {},
|
|
3005
|
+
"CreatedAt": {
|
|
3006
|
+
"type": "timestamp"
|
|
3007
|
+
},
|
|
3008
|
+
"State": {},
|
|
3009
|
+
"Segments": {
|
|
3010
|
+
"type": "list",
|
|
3011
|
+
"member": {
|
|
3012
|
+
"type": "structure",
|
|
3013
|
+
"members": {
|
|
3014
|
+
"Name": {},
|
|
3015
|
+
"EdgeLocations": {
|
|
3016
|
+
"shape": "S20"
|
|
3017
|
+
},
|
|
3018
|
+
"SharedSegments": {
|
|
3019
|
+
"shape": "S1g"
|
|
3020
|
+
}
|
|
3021
|
+
}
|
|
3022
|
+
}
|
|
3023
|
+
},
|
|
3024
|
+
"Edges": {
|
|
3025
|
+
"type": "list",
|
|
3026
|
+
"member": {
|
|
3027
|
+
"type": "structure",
|
|
3028
|
+
"members": {
|
|
3029
|
+
"EdgeLocation": {},
|
|
3030
|
+
"Asn": {
|
|
3031
|
+
"type": "long"
|
|
3032
|
+
},
|
|
3033
|
+
"InsideCidrBlocks": {
|
|
3034
|
+
"shape": "S1g"
|
|
3035
|
+
}
|
|
3036
|
+
}
|
|
3037
|
+
}
|
|
3038
|
+
},
|
|
3039
|
+
"Tags": {
|
|
3040
|
+
"shape": "Se"
|
|
1764
3041
|
}
|
|
1765
3042
|
}
|
|
1766
3043
|
},
|
|
1767
|
-
"
|
|
3044
|
+
"S20": {
|
|
3045
|
+
"type": "list",
|
|
3046
|
+
"member": {}
|
|
3047
|
+
},
|
|
3048
|
+
"S24": {
|
|
1768
3049
|
"type": "structure",
|
|
1769
3050
|
"members": {
|
|
1770
3051
|
"Zone": {},
|
|
1771
3052
|
"SubnetArn": {}
|
|
1772
3053
|
}
|
|
1773
3054
|
},
|
|
1774
|
-
"
|
|
3055
|
+
"S26": {
|
|
1775
3056
|
"type": "structure",
|
|
1776
3057
|
"members": {
|
|
1777
3058
|
"Address": {},
|
|
@@ -1780,14 +3061,14 @@
|
|
|
1780
3061
|
},
|
|
1781
3062
|
"sensitive": true
|
|
1782
3063
|
},
|
|
1783
|
-
"
|
|
3064
|
+
"S29": {
|
|
1784
3065
|
"type": "structure",
|
|
1785
3066
|
"members": {
|
|
1786
3067
|
"DeviceId": {},
|
|
1787
3068
|
"DeviceArn": {},
|
|
1788
3069
|
"GlobalNetworkId": {},
|
|
1789
3070
|
"AWSLocation": {
|
|
1790
|
-
"shape": "
|
|
3071
|
+
"shape": "S24"
|
|
1791
3072
|
},
|
|
1792
3073
|
"Description": {},
|
|
1793
3074
|
"Type": {},
|
|
@@ -1795,7 +3076,7 @@
|
|
|
1795
3076
|
"Model": {},
|
|
1796
3077
|
"SerialNumber": {},
|
|
1797
3078
|
"Location": {
|
|
1798
|
-
"shape": "
|
|
3079
|
+
"shape": "S26"
|
|
1799
3080
|
},
|
|
1800
3081
|
"SiteId": {},
|
|
1801
3082
|
"CreatedAt": {
|
|
@@ -1803,11 +3084,11 @@
|
|
|
1803
3084
|
},
|
|
1804
3085
|
"State": {},
|
|
1805
3086
|
"Tags": {
|
|
1806
|
-
"shape": "
|
|
3087
|
+
"shape": "Se"
|
|
1807
3088
|
}
|
|
1808
3089
|
}
|
|
1809
3090
|
},
|
|
1810
|
-
"
|
|
3091
|
+
"S2e": {
|
|
1811
3092
|
"type": "structure",
|
|
1812
3093
|
"members": {
|
|
1813
3094
|
"GlobalNetworkId": {},
|
|
@@ -1818,11 +3099,11 @@
|
|
|
1818
3099
|
},
|
|
1819
3100
|
"State": {},
|
|
1820
3101
|
"Tags": {
|
|
1821
|
-
"shape": "
|
|
3102
|
+
"shape": "Se"
|
|
1822
3103
|
}
|
|
1823
3104
|
}
|
|
1824
3105
|
},
|
|
1825
|
-
"
|
|
3106
|
+
"S2i": {
|
|
1826
3107
|
"type": "structure",
|
|
1827
3108
|
"members": {
|
|
1828
3109
|
"UploadSpeed": {
|
|
@@ -1833,7 +3114,7 @@
|
|
|
1833
3114
|
}
|
|
1834
3115
|
}
|
|
1835
3116
|
},
|
|
1836
|
-
"
|
|
3117
|
+
"S2k": {
|
|
1837
3118
|
"type": "structure",
|
|
1838
3119
|
"members": {
|
|
1839
3120
|
"LinkId": {},
|
|
@@ -1843,7 +3124,7 @@
|
|
|
1843
3124
|
"Description": {},
|
|
1844
3125
|
"Type": {},
|
|
1845
3126
|
"Bandwidth": {
|
|
1846
|
-
"shape": "
|
|
3127
|
+
"shape": "S2i"
|
|
1847
3128
|
},
|
|
1848
3129
|
"Provider": {},
|
|
1849
3130
|
"CreatedAt": {
|
|
@@ -1851,11 +3132,11 @@
|
|
|
1851
3132
|
},
|
|
1852
3133
|
"State": {},
|
|
1853
3134
|
"Tags": {
|
|
1854
|
-
"shape": "
|
|
3135
|
+
"shape": "Se"
|
|
1855
3136
|
}
|
|
1856
3137
|
}
|
|
1857
3138
|
},
|
|
1858
|
-
"
|
|
3139
|
+
"S2p": {
|
|
1859
3140
|
"type": "structure",
|
|
1860
3141
|
"members": {
|
|
1861
3142
|
"SiteId": {},
|
|
@@ -1863,18 +3144,86 @@
|
|
|
1863
3144
|
"GlobalNetworkId": {},
|
|
1864
3145
|
"Description": {},
|
|
1865
3146
|
"Location": {
|
|
1866
|
-
"shape": "
|
|
3147
|
+
"shape": "S26"
|
|
1867
3148
|
},
|
|
1868
3149
|
"CreatedAt": {
|
|
1869
3150
|
"type": "timestamp"
|
|
1870
3151
|
},
|
|
1871
3152
|
"State": {},
|
|
1872
3153
|
"Tags": {
|
|
1873
|
-
"shape": "
|
|
3154
|
+
"shape": "Se"
|
|
3155
|
+
}
|
|
3156
|
+
}
|
|
3157
|
+
},
|
|
3158
|
+
"S2v": {
|
|
3159
|
+
"type": "structure",
|
|
3160
|
+
"members": {
|
|
3161
|
+
"Attachment": {
|
|
3162
|
+
"shape": "S4"
|
|
3163
|
+
},
|
|
3164
|
+
"VpnConnectionArn": {}
|
|
3165
|
+
}
|
|
3166
|
+
},
|
|
3167
|
+
"S2y": {
|
|
3168
|
+
"type": "list",
|
|
3169
|
+
"member": {}
|
|
3170
|
+
},
|
|
3171
|
+
"S2z": {
|
|
3172
|
+
"type": "structure",
|
|
3173
|
+
"members": {
|
|
3174
|
+
"Ipv6Support": {
|
|
3175
|
+
"type": "boolean"
|
|
3176
|
+
}
|
|
3177
|
+
}
|
|
3178
|
+
},
|
|
3179
|
+
"S32": {
|
|
3180
|
+
"type": "structure",
|
|
3181
|
+
"members": {
|
|
3182
|
+
"Attachment": {
|
|
3183
|
+
"shape": "S4"
|
|
3184
|
+
},
|
|
3185
|
+
"SubnetArns": {
|
|
3186
|
+
"shape": "S2y"
|
|
3187
|
+
},
|
|
3188
|
+
"Options": {
|
|
3189
|
+
"shape": "S2z"
|
|
3190
|
+
}
|
|
3191
|
+
}
|
|
3192
|
+
},
|
|
3193
|
+
"S3d": {
|
|
3194
|
+
"type": "structure",
|
|
3195
|
+
"members": {
|
|
3196
|
+
"CoreNetworkId": {},
|
|
3197
|
+
"PolicyVersionId": {
|
|
3198
|
+
"type": "integer"
|
|
3199
|
+
},
|
|
3200
|
+
"Alias": {},
|
|
3201
|
+
"Description": {},
|
|
3202
|
+
"CreatedAt": {
|
|
3203
|
+
"type": "timestamp"
|
|
3204
|
+
},
|
|
3205
|
+
"ChangeSetState": {},
|
|
3206
|
+
"PolicyErrors": {
|
|
3207
|
+
"type": "list",
|
|
3208
|
+
"member": {
|
|
3209
|
+
"type": "structure",
|
|
3210
|
+
"required": [
|
|
3211
|
+
"ErrorCode",
|
|
3212
|
+
"Message"
|
|
3213
|
+
],
|
|
3214
|
+
"members": {
|
|
3215
|
+
"ErrorCode": {},
|
|
3216
|
+
"Message": {},
|
|
3217
|
+
"Path": {}
|
|
3218
|
+
}
|
|
3219
|
+
}
|
|
3220
|
+
},
|
|
3221
|
+
"PolicyDocument": {
|
|
3222
|
+
"jsonvalue": true
|
|
1874
3223
|
}
|
|
1875
3224
|
}
|
|
1876
3225
|
},
|
|
1877
|
-
"
|
|
3226
|
+
"S3w": {
|
|
1878
3227
|
"type": "structure",
|
|
1879
3228
|
"members": {
|
|
1880
3229
|
"GlobalNetworkId": {},
|
|
@@ -1888,16 +3237,40 @@
|
|
|
1888
3237
|
}
|
|
1889
3238
|
}
|
|
1890
3239
|
},
|
|
1891
|
-
"
|
|
1892
|
-
"type": "
|
|
1893
|
-
"
|
|
3240
|
+
"S4z": {
|
|
3241
|
+
"type": "structure",
|
|
3242
|
+
"members": {
|
|
3243
|
+
"SegmentName": {},
|
|
3244
|
+
"EdgeLocations": {
|
|
3245
|
+
"shape": "S20"
|
|
3246
|
+
},
|
|
3247
|
+
"Asn": {
|
|
3248
|
+
"type": "long"
|
|
3249
|
+
},
|
|
3250
|
+
"Cidr": {},
|
|
3251
|
+
"DestinationIdentifier": {},
|
|
3252
|
+
"InsideCidrBlocks": {
|
|
3253
|
+
"shape": "S1g"
|
|
3254
|
+
},
|
|
3255
|
+
"SharedSegments": {
|
|
3256
|
+
"shape": "S1g"
|
|
3257
|
+
}
|
|
3258
|
+
}
|
|
1894
3259
|
},
|
|
1895
|
-
"
|
|
3260
|
+
"S5t": {
|
|
1896
3261
|
"type": "map",
|
|
1897
3262
|
"key": {},
|
|
1898
3263
|
"value": {}
|
|
1899
3264
|
},
|
|
1900
|
-
"
|
|
3265
|
+
"S5x": {
|
|
3266
|
+
"type": "structure",
|
|
3267
|
+
"members": {
|
|
3268
|
+
"CoreNetworkId": {},
|
|
3269
|
+
"SegmentName": {},
|
|
3270
|
+
"EdgeLocation": {}
|
|
3271
|
+
}
|
|
3272
|
+
},
|
|
3273
|
+
"S6p": {
|
|
1901
3274
|
"type": "structure",
|
|
1902
3275
|
"members": {
|
|
1903
3276
|
"GlobalNetworkId": {},
|
|
@@ -1908,10 +3281,10 @@
|
|
|
1908
3281
|
},
|
|
1909
3282
|
"Status": {},
|
|
1910
3283
|
"Source": {
|
|
1911
|
-
"shape": "
|
|
3284
|
+
"shape": "S6r"
|
|
1912
3285
|
},
|
|
1913
3286
|
"Destination": {
|
|
1914
|
-
"shape": "
|
|
3287
|
+
"shape": "S6r"
|
|
1915
3288
|
},
|
|
1916
3289
|
"IncludeReturnPath": {
|
|
1917
3290
|
"type": "boolean"
|
|
@@ -1920,14 +3293,14 @@
|
|
|
1920
3293
|
"type": "boolean"
|
|
1921
3294
|
},
|
|
1922
3295
|
"ForwardPath": {
|
|
1923
|
-
"shape": "
|
|
3296
|
+
"shape": "S6t"
|
|
1924
3297
|
},
|
|
1925
3298
|
"ReturnPath": {
|
|
1926
|
-
"shape": "
|
|
3299
|
+
"shape": "S6t"
|
|
1927
3300
|
}
|
|
1928
3301
|
}
|
|
1929
3302
|
},
|
|
1930
|
-
"
|
|
3303
|
+
"S6r": {
|
|
1931
3304
|
"type": "structure",
|
|
1932
3305
|
"members": {
|
|
1933
3306
|
"TransitGatewayAttachmentArn": {},
|
|
@@ -1935,7 +3308,7 @@
|
|
|
1935
3308
|
"IpAddress": {}
|
|
1936
3309
|
}
|
|
1937
3310
|
},
|
|
1938
|
-
"
|
|
3311
|
+
"S6t": {
|
|
1939
3312
|
"type": "structure",
|
|
1940
3313
|
"members": {
|
|
1941
3314
|
"CompletionStatus": {
|
|
@@ -1977,7 +3350,7 @@
|
|
|
1977
3350
|
}
|
|
1978
3351
|
}
|
|
1979
3352
|
},
|
|
1980
|
-
"
|
|
3353
|
+
"S8b": {
|
|
1981
3354
|
"type": "structure",
|
|
1982
3355
|
"members": {
|
|
1983
3356
|
"TransitGatewayAttachmentArn": {},
|