@aws-sdk/client-global-accelerator 3.952.0 → 3.953.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/dist-cjs/index.js +695 -494
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +2 -2
- package/dist-es/commands/AddEndpointsCommand.js +2 -2
- package/dist-es/commands/AdvertiseByoipCidrCommand.js +2 -2
- package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +2 -2
- package/dist-es/commands/CreateAcceleratorCommand.js +2 -2
- package/dist-es/commands/CreateCrossAccountAttachmentCommand.js +2 -2
- package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +2 -2
- package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +2 -2
- package/dist-es/commands/CreateCustomRoutingListenerCommand.js +2 -2
- package/dist-es/commands/CreateEndpointGroupCommand.js +2 -2
- package/dist-es/commands/CreateListenerCommand.js +2 -2
- package/dist-es/commands/DeleteAcceleratorCommand.js +2 -2
- package/dist-es/commands/DeleteCrossAccountAttachmentCommand.js +2 -2
- package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +2 -2
- package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +2 -2
- package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +2 -2
- package/dist-es/commands/DeleteEndpointGroupCommand.js +2 -2
- package/dist-es/commands/DeleteListenerCommand.js +2 -2
- package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +2 -2
- package/dist-es/commands/DeprovisionByoipCidrCommand.js +2 -2
- package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +2 -2
- package/dist-es/commands/DescribeAcceleratorCommand.js +2 -2
- package/dist-es/commands/DescribeCrossAccountAttachmentCommand.js +2 -2
- package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +2 -2
- package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +2 -2
- package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +2 -2
- package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +2 -2
- package/dist-es/commands/DescribeEndpointGroupCommand.js +2 -2
- package/dist-es/commands/DescribeListenerCommand.js +2 -2
- package/dist-es/commands/ListAcceleratorsCommand.js +2 -2
- package/dist-es/commands/ListByoipCidrsCommand.js +2 -2
- package/dist-es/commands/ListCrossAccountAttachmentsCommand.js +2 -2
- package/dist-es/commands/ListCrossAccountResourceAccountsCommand.js +2 -2
- package/dist-es/commands/ListCrossAccountResourcesCommand.js +2 -2
- package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +2 -2
- package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +2 -2
- package/dist-es/commands/ListCustomRoutingListenersCommand.js +2 -2
- package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +2 -2
- package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +2 -2
- package/dist-es/commands/ListEndpointGroupsCommand.js +2 -2
- package/dist-es/commands/ListListenersCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ProvisionByoipCidrCommand.js +2 -2
- package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +2 -2
- package/dist-es/commands/RemoveEndpointsCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +2 -2
- package/dist-es/commands/UpdateAcceleratorCommand.js +2 -2
- package/dist-es/commands/UpdateCrossAccountAttachmentCommand.js +2 -2
- package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +2 -2
- package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +2 -2
- package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +2 -2
- package/dist-es/commands/UpdateEndpointGroupCommand.js +2 -2
- package/dist-es/commands/UpdateListenerCommand.js +2 -2
- package/dist-es/commands/WithdrawByoipCidrCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +384 -390
- package/dist-types/GlobalAcceleratorClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +208 -244
- package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +207 -244
- package/package.json +34 -34
|
@@ -311,9 +311,9 @@ const _s = "server";
|
|
|
311
311
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.globalaccelerator";
|
|
312
312
|
const n0 = "com.amazonaws.globalaccelerator";
|
|
313
313
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
314
|
-
import { AcceleratorNotDisabledException
|
|
315
|
-
import { GlobalAcceleratorServiceException
|
|
316
|
-
export var Accelerator = [
|
|
314
|
+
import { AcceleratorNotDisabledException, AcceleratorNotFoundException, AccessDeniedException, AssociatedEndpointGroupFoundException, AssociatedListenerFoundException, AttachmentNotFoundException, ByoipCidrNotFoundException, ConflictException, EndpointAlreadyExistsException, EndpointGroupAlreadyExistsException, EndpointGroupNotFoundException, EndpointNotFoundException, IncorrectCidrStateException, InternalServiceErrorException, InvalidArgumentException, InvalidNextTokenException, InvalidPortRangeException, LimitExceededException, ListenerNotFoundException, TransactionInProgressException, } from "../models/errors";
|
|
315
|
+
import { GlobalAcceleratorServiceException } from "../models/GlobalAcceleratorServiceException";
|
|
316
|
+
export var Accelerator$ = [
|
|
317
317
|
3,
|
|
318
318
|
n0,
|
|
319
319
|
_A,
|
|
@@ -321,15 +321,15 @@ export var Accelerator = [
|
|
|
321
321
|
[_AA, _N, _IAT, _E, _IS, _DN, _S, _CT, _LMT, _DSDN, _Ev],
|
|
322
322
|
[0, 0, 0, 2, () => IpSets, 0, 0, 4, 4, 0, () => AcceleratorEvents],
|
|
323
323
|
];
|
|
324
|
-
export var AcceleratorAttributes = [3, n0, _AAc, 0, [_FLE, _FLSB, _FLSP], [2, 0, 0]];
|
|
325
|
-
export var AcceleratorEvent = [3, n0, _AE, 0, [_M, _T], [0, 4]];
|
|
326
|
-
export var AcceleratorNotDisabledException = [-3, n0, _ANDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
327
|
-
TypeRegistry.for(n0).registerError(AcceleratorNotDisabledException
|
|
328
|
-
export var AcceleratorNotFoundException = [-3, n0, _ANFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
329
|
-
TypeRegistry.for(n0).registerError(AcceleratorNotFoundException
|
|
330
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
331
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
332
|
-
export var AddCustomRoutingEndpointsRequest = [
|
|
324
|
+
export var AcceleratorAttributes$ = [3, n0, _AAc, 0, [_FLE, _FLSB, _FLSP], [2, 0, 0]];
|
|
325
|
+
export var AcceleratorEvent$ = [3, n0, _AE, 0, [_M, _T], [0, 4]];
|
|
326
|
+
export var AcceleratorNotDisabledException$ = [-3, n0, _ANDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
327
|
+
TypeRegistry.for(n0).registerError(AcceleratorNotDisabledException$, AcceleratorNotDisabledException);
|
|
328
|
+
export var AcceleratorNotFoundException$ = [-3, n0, _ANFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
329
|
+
TypeRegistry.for(n0).registerError(AcceleratorNotFoundException$, AcceleratorNotFoundException);
|
|
330
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
331
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
332
|
+
export var AddCustomRoutingEndpointsRequest$ = [
|
|
333
333
|
3,
|
|
334
334
|
n0,
|
|
335
335
|
_ACRER,
|
|
@@ -337,7 +337,7 @@ export var AddCustomRoutingEndpointsRequest = [
|
|
|
337
337
|
[_EC, _EGA],
|
|
338
338
|
[() => CustomRoutingEndpointConfigurations, 0],
|
|
339
339
|
];
|
|
340
|
-
export var AddCustomRoutingEndpointsResponse = [
|
|
340
|
+
export var AddCustomRoutingEndpointsResponse$ = [
|
|
341
341
|
3,
|
|
342
342
|
n0,
|
|
343
343
|
_ACRERd,
|
|
@@ -345,7 +345,7 @@ export var AddCustomRoutingEndpointsResponse = [
|
|
|
345
345
|
[_ED, _EGA],
|
|
346
346
|
[() => CustomRoutingEndpointDescriptions, 0],
|
|
347
347
|
];
|
|
348
|
-
export var AddEndpointsRequest = [
|
|
348
|
+
export var AddEndpointsRequest$ = [
|
|
349
349
|
3,
|
|
350
350
|
n0,
|
|
351
351
|
_AER,
|
|
@@ -353,7 +353,7 @@ export var AddEndpointsRequest = [
|
|
|
353
353
|
[_EC, _EGA],
|
|
354
354
|
[() => EndpointConfigurations, 0],
|
|
355
355
|
];
|
|
356
|
-
export var AddEndpointsResponse = [
|
|
356
|
+
export var AddEndpointsResponse$ = [
|
|
357
357
|
3,
|
|
358
358
|
n0,
|
|
359
359
|
_AERd,
|
|
@@ -361,9 +361,9 @@ export var AddEndpointsResponse = [
|
|
|
361
361
|
[_ED, _EGA],
|
|
362
362
|
[() => EndpointDescriptions, 0],
|
|
363
363
|
];
|
|
364
|
-
export var AdvertiseByoipCidrRequest = [3, n0, _ABCR, 0, [_C], [0]];
|
|
365
|
-
export var AdvertiseByoipCidrResponse = [3, n0, _ABCRd, 0, [_BC], [() => ByoipCidr]];
|
|
366
|
-
export var AllowCustomRoutingTrafficRequest = [
|
|
364
|
+
export var AdvertiseByoipCidrRequest$ = [3, n0, _ABCR, 0, [_C], [0]];
|
|
365
|
+
export var AdvertiseByoipCidrResponse$ = [3, n0, _ABCRd, 0, [_BC], [() => ByoipCidr$]];
|
|
366
|
+
export var AllowCustomRoutingTrafficRequest$ = [
|
|
367
367
|
3,
|
|
368
368
|
n0,
|
|
369
369
|
_ACRTR,
|
|
@@ -371,7 +371,7 @@ export var AllowCustomRoutingTrafficRequest = [
|
|
|
371
371
|
[_EGA, _EI, _DA, _DP, _AATTE],
|
|
372
372
|
[0, 0, 64 | 0, 64 | 1, 2],
|
|
373
373
|
];
|
|
374
|
-
export var AssociatedEndpointGroupFoundException = [
|
|
374
|
+
export var AssociatedEndpointGroupFoundException$ = [
|
|
375
375
|
-3,
|
|
376
376
|
n0,
|
|
377
377
|
_AEGFE,
|
|
@@ -379,10 +379,10 @@ export var AssociatedEndpointGroupFoundException = [
|
|
|
379
379
|
[_M],
|
|
380
380
|
[0],
|
|
381
381
|
];
|
|
382
|
-
TypeRegistry.for(n0).registerError(AssociatedEndpointGroupFoundException
|
|
383
|
-
export var AssociatedListenerFoundException = [-3, n0, _ALFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
384
|
-
TypeRegistry.for(n0).registerError(AssociatedListenerFoundException
|
|
385
|
-
export var Attachment = [
|
|
382
|
+
TypeRegistry.for(n0).registerError(AssociatedEndpointGroupFoundException$, AssociatedEndpointGroupFoundException);
|
|
383
|
+
export var AssociatedListenerFoundException$ = [-3, n0, _ALFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
384
|
+
TypeRegistry.for(n0).registerError(AssociatedListenerFoundException$, AssociatedListenerFoundException);
|
|
385
|
+
export var Attachment$ = [
|
|
386
386
|
3,
|
|
387
387
|
n0,
|
|
388
388
|
_At,
|
|
@@ -390,16 +390,16 @@ export var Attachment = [
|
|
|
390
390
|
[_AAt, _N, _P, _R, _LMT, _CT],
|
|
391
391
|
[0, 0, 64 | 0, () => Resources, 4, 4],
|
|
392
392
|
];
|
|
393
|
-
export var AttachmentNotFoundException = [-3, n0, _ANFEt, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
394
|
-
TypeRegistry.for(n0).registerError(AttachmentNotFoundException
|
|
395
|
-
export var ByoipCidr = [3, n0, _BC, 0, [_C, _St, _Ev], [0, 0, () => ByoipCidrEvents]];
|
|
396
|
-
export var ByoipCidrEvent = [3, n0, _BCE, 0, [_M, _T], [0, 4]];
|
|
397
|
-
export var ByoipCidrNotFoundException = [-3, n0, _BCNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
398
|
-
TypeRegistry.for(n0).registerError(ByoipCidrNotFoundException
|
|
399
|
-
export var CidrAuthorizationContext = [3, n0, _CAC, 0, [_M, _Si], [0, 0]];
|
|
400
|
-
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
401
|
-
TypeRegistry.for(n0).registerError(ConflictException
|
|
402
|
-
export var CreateAcceleratorRequest = [
|
|
393
|
+
export var AttachmentNotFoundException$ = [-3, n0, _ANFEt, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
394
|
+
TypeRegistry.for(n0).registerError(AttachmentNotFoundException$, AttachmentNotFoundException);
|
|
395
|
+
export var ByoipCidr$ = [3, n0, _BC, 0, [_C, _St, _Ev], [0, 0, () => ByoipCidrEvents]];
|
|
396
|
+
export var ByoipCidrEvent$ = [3, n0, _BCE, 0, [_M, _T], [0, 4]];
|
|
397
|
+
export var ByoipCidrNotFoundException$ = [-3, n0, _BCNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
398
|
+
TypeRegistry.for(n0).registerError(ByoipCidrNotFoundException$, ByoipCidrNotFoundException);
|
|
399
|
+
export var CidrAuthorizationContext$ = [3, n0, _CAC, 0, [_M, _Si], [0, 0]];
|
|
400
|
+
export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
401
|
+
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
402
|
+
export var CreateAcceleratorRequest$ = [
|
|
403
403
|
3,
|
|
404
404
|
n0,
|
|
405
405
|
_CAR,
|
|
@@ -407,8 +407,8 @@ export var CreateAcceleratorRequest = [
|
|
|
407
407
|
[_N, _IAT, _IA, _E, _IT, _Ta],
|
|
408
408
|
[0, 0, 64 | 0, 2, [0, 4], () => Tags],
|
|
409
409
|
];
|
|
410
|
-
export var CreateAcceleratorResponse = [3, n0, _CARr, 0, [_A], [() => Accelerator]];
|
|
411
|
-
export var CreateCrossAccountAttachmentRequest = [
|
|
410
|
+
export var CreateAcceleratorResponse$ = [3, n0, _CARr, 0, [_A], [() => Accelerator$]];
|
|
411
|
+
export var CreateCrossAccountAttachmentRequest$ = [
|
|
412
412
|
3,
|
|
413
413
|
n0,
|
|
414
414
|
_CCAAR,
|
|
@@ -416,15 +416,15 @@ export var CreateCrossAccountAttachmentRequest = [
|
|
|
416
416
|
[_N, _P, _R, _IT, _Ta],
|
|
417
417
|
[0, 64 | 0, () => Resources, [0, 4], () => Tags],
|
|
418
418
|
];
|
|
419
|
-
export var CreateCrossAccountAttachmentResponse = [
|
|
419
|
+
export var CreateCrossAccountAttachmentResponse$ = [
|
|
420
420
|
3,
|
|
421
421
|
n0,
|
|
422
422
|
_CCAARr,
|
|
423
423
|
0,
|
|
424
424
|
[_CAA],
|
|
425
|
-
[() => Attachment],
|
|
425
|
+
[() => Attachment$],
|
|
426
426
|
];
|
|
427
|
-
export var CreateCustomRoutingAcceleratorRequest = [
|
|
427
|
+
export var CreateCustomRoutingAcceleratorRequest$ = [
|
|
428
428
|
3,
|
|
429
429
|
n0,
|
|
430
430
|
_CCRAR,
|
|
@@ -432,15 +432,15 @@ export var CreateCustomRoutingAcceleratorRequest = [
|
|
|
432
432
|
[_N, _IAT, _IA, _E, _IT, _Ta],
|
|
433
433
|
[0, 0, 64 | 0, 2, [0, 4], () => Tags],
|
|
434
434
|
];
|
|
435
|
-
export var CreateCustomRoutingAcceleratorResponse = [
|
|
435
|
+
export var CreateCustomRoutingAcceleratorResponse$ = [
|
|
436
436
|
3,
|
|
437
437
|
n0,
|
|
438
438
|
_CCRARr,
|
|
439
439
|
0,
|
|
440
440
|
[_A],
|
|
441
|
-
[() => CustomRoutingAccelerator],
|
|
441
|
+
[() => CustomRoutingAccelerator$],
|
|
442
442
|
];
|
|
443
|
-
export var CreateCustomRoutingEndpointGroupRequest = [
|
|
443
|
+
export var CreateCustomRoutingEndpointGroupRequest$ = [
|
|
444
444
|
3,
|
|
445
445
|
n0,
|
|
446
446
|
_CCREGR,
|
|
@@ -448,15 +448,15 @@ export var CreateCustomRoutingEndpointGroupRequest = [
|
|
|
448
448
|
[_LA, _EGR, _DC, _IT],
|
|
449
449
|
[0, 0, () => CustomRoutingDestinationConfigurations, [0, 4]],
|
|
450
450
|
];
|
|
451
|
-
export var CreateCustomRoutingEndpointGroupResponse = [
|
|
451
|
+
export var CreateCustomRoutingEndpointGroupResponse$ = [
|
|
452
452
|
3,
|
|
453
453
|
n0,
|
|
454
454
|
_CCREGRr,
|
|
455
455
|
0,
|
|
456
456
|
[_EG],
|
|
457
|
-
[() => CustomRoutingEndpointGroup],
|
|
457
|
+
[() => CustomRoutingEndpointGroup$],
|
|
458
458
|
];
|
|
459
|
-
export var CreateCustomRoutingListenerRequest = [
|
|
459
|
+
export var CreateCustomRoutingListenerRequest$ = [
|
|
460
460
|
3,
|
|
461
461
|
n0,
|
|
462
462
|
_CCRLR,
|
|
@@ -464,15 +464,15 @@ export var CreateCustomRoutingListenerRequest = [
|
|
|
464
464
|
[_AA, _PR, _IT],
|
|
465
465
|
[0, () => PortRanges, [0, 4]],
|
|
466
466
|
];
|
|
467
|
-
export var CreateCustomRoutingListenerResponse = [
|
|
467
|
+
export var CreateCustomRoutingListenerResponse$ = [
|
|
468
468
|
3,
|
|
469
469
|
n0,
|
|
470
470
|
_CCRLRr,
|
|
471
471
|
0,
|
|
472
472
|
[_L],
|
|
473
|
-
[() => CustomRoutingListener],
|
|
473
|
+
[() => CustomRoutingListener$],
|
|
474
474
|
];
|
|
475
|
-
export var CreateEndpointGroupRequest = [
|
|
475
|
+
export var CreateEndpointGroupRequest$ = [
|
|
476
476
|
3,
|
|
477
477
|
n0,
|
|
478
478
|
_CEGR,
|
|
@@ -480,8 +480,8 @@ export var CreateEndpointGroupRequest = [
|
|
|
480
480
|
[_LA, _EGR, _EC, _TDP, _HCP, _HCPe, _HCPea, _HCIS, _TC, _IT, _PO],
|
|
481
481
|
[0, 0, () => EndpointConfigurations, 1, 1, 0, 0, 1, 1, [0, 4], () => PortOverrides],
|
|
482
482
|
];
|
|
483
|
-
export var CreateEndpointGroupResponse = [3, n0, _CEGRr, 0, [_EG], [() => EndpointGroup]];
|
|
484
|
-
export var CreateListenerRequest = [
|
|
483
|
+
export var CreateEndpointGroupResponse$ = [3, n0, _CEGRr, 0, [_EG], [() => EndpointGroup$]];
|
|
484
|
+
export var CreateListenerRequest$ = [
|
|
485
485
|
3,
|
|
486
486
|
n0,
|
|
487
487
|
_CLR,
|
|
@@ -489,9 +489,9 @@ export var CreateListenerRequest = [
|
|
|
489
489
|
[_AA, _PR, _Pr, _CA, _IT],
|
|
490
490
|
[0, () => PortRanges, 0, 0, [0, 4]],
|
|
491
491
|
];
|
|
492
|
-
export var CreateListenerResponse = [3, n0, _CLRr, 0, [_L], [() => Listener]];
|
|
493
|
-
export var CrossAccountResource = [3, n0, _CARro, 0, [_EI, _C, _AAt], [0, 0, 0]];
|
|
494
|
-
export var CustomRoutingAccelerator = [
|
|
492
|
+
export var CreateListenerResponse$ = [3, n0, _CLRr, 0, [_L], [() => Listener$]];
|
|
493
|
+
export var CrossAccountResource$ = [3, n0, _CARro, 0, [_EI, _C, _AAt], [0, 0, 0]];
|
|
494
|
+
export var CustomRoutingAccelerator$ = [
|
|
495
495
|
3,
|
|
496
496
|
n0,
|
|
497
497
|
_CRA,
|
|
@@ -499,7 +499,7 @@ export var CustomRoutingAccelerator = [
|
|
|
499
499
|
[_AA, _N, _IAT, _E, _IS, _DN, _S, _CT, _LMT],
|
|
500
500
|
[0, 0, 0, 2, () => IpSets, 0, 0, 4, 4],
|
|
501
501
|
];
|
|
502
|
-
export var CustomRoutingAcceleratorAttributes = [
|
|
502
|
+
export var CustomRoutingAcceleratorAttributes$ = [
|
|
503
503
|
3,
|
|
504
504
|
n0,
|
|
505
505
|
_CRAA,
|
|
@@ -507,7 +507,7 @@ export var CustomRoutingAcceleratorAttributes = [
|
|
|
507
507
|
[_FLE, _FLSB, _FLSP],
|
|
508
508
|
[2, 0, 0],
|
|
509
509
|
];
|
|
510
|
-
export var CustomRoutingDestinationConfiguration = [
|
|
510
|
+
export var CustomRoutingDestinationConfiguration$ = [
|
|
511
511
|
3,
|
|
512
512
|
n0,
|
|
513
513
|
_CRDC,
|
|
@@ -515,7 +515,7 @@ export var CustomRoutingDestinationConfiguration = [
|
|
|
515
515
|
[_FP, _TP, _Pro],
|
|
516
516
|
[1, 1, 64 | 0],
|
|
517
517
|
];
|
|
518
|
-
export var CustomRoutingDestinationDescription = [
|
|
518
|
+
export var CustomRoutingDestinationDescription$ = [
|
|
519
519
|
3,
|
|
520
520
|
n0,
|
|
521
521
|
_CRDD,
|
|
@@ -523,9 +523,9 @@ export var CustomRoutingDestinationDescription = [
|
|
|
523
523
|
[_FP, _TP, _Pro],
|
|
524
524
|
[1, 1, 64 | 0],
|
|
525
525
|
];
|
|
526
|
-
export var CustomRoutingEndpointConfiguration = [3, n0, _CREC, 0, [_EI, _AAt], [0, 0]];
|
|
527
|
-
export var CustomRoutingEndpointDescription = [3, n0, _CRED, 0, [_EI], [0]];
|
|
528
|
-
export var CustomRoutingEndpointGroup = [
|
|
526
|
+
export var CustomRoutingEndpointConfiguration$ = [3, n0, _CREC, 0, [_EI, _AAt], [0, 0]];
|
|
527
|
+
export var CustomRoutingEndpointDescription$ = [3, n0, _CRED, 0, [_EI], [0]];
|
|
528
|
+
export var CustomRoutingEndpointGroup$ = [
|
|
529
529
|
3,
|
|
530
530
|
n0,
|
|
531
531
|
_CREG,
|
|
@@ -533,15 +533,15 @@ export var CustomRoutingEndpointGroup = [
|
|
|
533
533
|
[_EGA, _EGR, _DD, _ED],
|
|
534
534
|
[0, 0, () => CustomRoutingDestinationDescriptions, () => CustomRoutingEndpointDescriptions],
|
|
535
535
|
];
|
|
536
|
-
export var CustomRoutingListener = [3, n0, _CRL, 0, [_LA, _PR], [0, () => PortRanges]];
|
|
537
|
-
export var DeleteAcceleratorRequest = [3, n0, _DAR, 0, [_AA], [0]];
|
|
538
|
-
export var DeleteCrossAccountAttachmentRequest = [3, n0, _DCAAR, 0, [_AAt], [0]];
|
|
539
|
-
export var DeleteCustomRoutingAcceleratorRequest = [3, n0, _DCRAR, 0, [_AA], [0]];
|
|
540
|
-
export var DeleteCustomRoutingEndpointGroupRequest = [3, n0, _DCREGR, 0, [_EGA], [0]];
|
|
541
|
-
export var DeleteCustomRoutingListenerRequest = [3, n0, _DCRLR, 0, [_LA], [0]];
|
|
542
|
-
export var DeleteEndpointGroupRequest = [3, n0, _DEGR, 0, [_EGA], [0]];
|
|
543
|
-
export var DeleteListenerRequest = [3, n0, _DLR, 0, [_LA], [0]];
|
|
544
|
-
export var DenyCustomRoutingTrafficRequest = [
|
|
536
|
+
export var CustomRoutingListener$ = [3, n0, _CRL, 0, [_LA, _PR], [0, () => PortRanges]];
|
|
537
|
+
export var DeleteAcceleratorRequest$ = [3, n0, _DAR, 0, [_AA], [0]];
|
|
538
|
+
export var DeleteCrossAccountAttachmentRequest$ = [3, n0, _DCAAR, 0, [_AAt], [0]];
|
|
539
|
+
export var DeleteCustomRoutingAcceleratorRequest$ = [3, n0, _DCRAR, 0, [_AA], [0]];
|
|
540
|
+
export var DeleteCustomRoutingEndpointGroupRequest$ = [3, n0, _DCREGR, 0, [_EGA], [0]];
|
|
541
|
+
export var DeleteCustomRoutingListenerRequest$ = [3, n0, _DCRLR, 0, [_LA], [0]];
|
|
542
|
+
export var DeleteEndpointGroupRequest$ = [3, n0, _DEGR, 0, [_EGA], [0]];
|
|
543
|
+
export var DeleteListenerRequest$ = [3, n0, _DLR, 0, [_LA], [0]];
|
|
544
|
+
export var DenyCustomRoutingTrafficRequest$ = [
|
|
545
545
|
3,
|
|
546
546
|
n0,
|
|
547
547
|
_DCRTR,
|
|
@@ -549,81 +549,81 @@ export var DenyCustomRoutingTrafficRequest = [
|
|
|
549
549
|
[_EGA, _EI, _DA, _DP, _DATTE],
|
|
550
550
|
[0, 0, 64 | 0, 64 | 1, 2],
|
|
551
551
|
];
|
|
552
|
-
export var DeprovisionByoipCidrRequest = [3, n0, _DBCR, 0, [_C], [0]];
|
|
553
|
-
export var DeprovisionByoipCidrResponse = [3, n0, _DBCRe, 0, [_BC], [() => ByoipCidr]];
|
|
554
|
-
export var DescribeAcceleratorAttributesRequest = [3, n0, _DAAR, 0, [_AA], [0]];
|
|
555
|
-
export var DescribeAcceleratorAttributesResponse = [
|
|
552
|
+
export var DeprovisionByoipCidrRequest$ = [3, n0, _DBCR, 0, [_C], [0]];
|
|
553
|
+
export var DeprovisionByoipCidrResponse$ = [3, n0, _DBCRe, 0, [_BC], [() => ByoipCidr$]];
|
|
554
|
+
export var DescribeAcceleratorAttributesRequest$ = [3, n0, _DAAR, 0, [_AA], [0]];
|
|
555
|
+
export var DescribeAcceleratorAttributesResponse$ = [
|
|
556
556
|
3,
|
|
557
557
|
n0,
|
|
558
558
|
_DAARe,
|
|
559
559
|
0,
|
|
560
560
|
[_AAc],
|
|
561
|
-
[() => AcceleratorAttributes],
|
|
561
|
+
[() => AcceleratorAttributes$],
|
|
562
562
|
];
|
|
563
|
-
export var DescribeAcceleratorRequest = [3, n0, _DARe, 0, [_AA], [0]];
|
|
564
|
-
export var DescribeAcceleratorResponse = [3, n0, _DARes, 0, [_A], [() => Accelerator]];
|
|
565
|
-
export var DescribeCrossAccountAttachmentRequest = [3, n0, _DCAARe, 0, [_AAt], [0]];
|
|
566
|
-
export var DescribeCrossAccountAttachmentResponse = [
|
|
563
|
+
export var DescribeAcceleratorRequest$ = [3, n0, _DARe, 0, [_AA], [0]];
|
|
564
|
+
export var DescribeAcceleratorResponse$ = [3, n0, _DARes, 0, [_A], [() => Accelerator$]];
|
|
565
|
+
export var DescribeCrossAccountAttachmentRequest$ = [3, n0, _DCAARe, 0, [_AAt], [0]];
|
|
566
|
+
export var DescribeCrossAccountAttachmentResponse$ = [
|
|
567
567
|
3,
|
|
568
568
|
n0,
|
|
569
569
|
_DCAARes,
|
|
570
570
|
0,
|
|
571
571
|
[_CAA],
|
|
572
|
-
[() => Attachment],
|
|
572
|
+
[() => Attachment$],
|
|
573
573
|
];
|
|
574
|
-
export var DescribeCustomRoutingAcceleratorAttributesRequest = [3, n0, _DCRAAR, 0, [_AA], [0]];
|
|
575
|
-
export var DescribeCustomRoutingAcceleratorAttributesResponse = [
|
|
574
|
+
export var DescribeCustomRoutingAcceleratorAttributesRequest$ = [3, n0, _DCRAAR, 0, [_AA], [0]];
|
|
575
|
+
export var DescribeCustomRoutingAcceleratorAttributesResponse$ = [
|
|
576
576
|
3,
|
|
577
577
|
n0,
|
|
578
578
|
_DCRAARe,
|
|
579
579
|
0,
|
|
580
580
|
[_AAc],
|
|
581
|
-
[() => CustomRoutingAcceleratorAttributes],
|
|
581
|
+
[() => CustomRoutingAcceleratorAttributes$],
|
|
582
582
|
];
|
|
583
|
-
export var DescribeCustomRoutingAcceleratorRequest = [3, n0, _DCRARe, 0, [_AA], [0]];
|
|
584
|
-
export var DescribeCustomRoutingAcceleratorResponse = [
|
|
583
|
+
export var DescribeCustomRoutingAcceleratorRequest$ = [3, n0, _DCRARe, 0, [_AA], [0]];
|
|
584
|
+
export var DescribeCustomRoutingAcceleratorResponse$ = [
|
|
585
585
|
3,
|
|
586
586
|
n0,
|
|
587
587
|
_DCRARes,
|
|
588
588
|
0,
|
|
589
589
|
[_A],
|
|
590
|
-
[() => CustomRoutingAccelerator],
|
|
590
|
+
[() => CustomRoutingAccelerator$],
|
|
591
591
|
];
|
|
592
|
-
export var DescribeCustomRoutingEndpointGroupRequest = [3, n0, _DCREGRe, 0, [_EGA], [0]];
|
|
593
|
-
export var DescribeCustomRoutingEndpointGroupResponse = [
|
|
592
|
+
export var DescribeCustomRoutingEndpointGroupRequest$ = [3, n0, _DCREGRe, 0, [_EGA], [0]];
|
|
593
|
+
export var DescribeCustomRoutingEndpointGroupResponse$ = [
|
|
594
594
|
3,
|
|
595
595
|
n0,
|
|
596
596
|
_DCREGRes,
|
|
597
597
|
0,
|
|
598
598
|
[_EG],
|
|
599
|
-
[() => CustomRoutingEndpointGroup],
|
|
599
|
+
[() => CustomRoutingEndpointGroup$],
|
|
600
600
|
];
|
|
601
|
-
export var DescribeCustomRoutingListenerRequest = [3, n0, _DCRLRe, 0, [_LA], [0]];
|
|
602
|
-
export var DescribeCustomRoutingListenerResponse = [
|
|
601
|
+
export var DescribeCustomRoutingListenerRequest$ = [3, n0, _DCRLRe, 0, [_LA], [0]];
|
|
602
|
+
export var DescribeCustomRoutingListenerResponse$ = [
|
|
603
603
|
3,
|
|
604
604
|
n0,
|
|
605
605
|
_DCRLRes,
|
|
606
606
|
0,
|
|
607
607
|
[_L],
|
|
608
|
-
[() => CustomRoutingListener],
|
|
608
|
+
[() => CustomRoutingListener$],
|
|
609
609
|
];
|
|
610
|
-
export var DescribeEndpointGroupRequest = [3, n0, _DEGRe, 0, [_EGA], [0]];
|
|
611
|
-
export var DescribeEndpointGroupResponse = [3, n0, _DEGRes, 0, [_EG], [() => EndpointGroup]];
|
|
612
|
-
export var DescribeListenerRequest = [3, n0, _DLRe, 0, [_LA], [0]];
|
|
613
|
-
export var DescribeListenerResponse = [3, n0, _DLRes, 0, [_L], [() => Listener]];
|
|
614
|
-
export var DestinationPortMapping = [
|
|
610
|
+
export var DescribeEndpointGroupRequest$ = [3, n0, _DEGRe, 0, [_EGA], [0]];
|
|
611
|
+
export var DescribeEndpointGroupResponse$ = [3, n0, _DEGRes, 0, [_EG], [() => EndpointGroup$]];
|
|
612
|
+
export var DescribeListenerRequest$ = [3, n0, _DLRe, 0, [_LA], [0]];
|
|
613
|
+
export var DescribeListenerResponse$ = [3, n0, _DLRes, 0, [_L], [() => Listener$]];
|
|
614
|
+
export var DestinationPortMapping$ = [
|
|
615
615
|
3,
|
|
616
616
|
n0,
|
|
617
617
|
_DPM,
|
|
618
618
|
0,
|
|
619
619
|
[_AA, _ASA, _EGA, _EI, _EGR, _DSA, _IAT, _DTS],
|
|
620
|
-
[0, () => SocketAddresses, 0, 0, 0, () => SocketAddress
|
|
620
|
+
[0, () => SocketAddresses, 0, 0, 0, () => SocketAddress$, 0, 0],
|
|
621
621
|
];
|
|
622
|
-
export var EndpointAlreadyExistsException = [-3, n0, _EAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
623
|
-
TypeRegistry.for(n0).registerError(EndpointAlreadyExistsException
|
|
624
|
-
export var EndpointConfiguration = [3, n0, _ECn, 0, [_EI, _W, _CIPPE, _AAt], [0, 1, 2, 0]];
|
|
625
|
-
export var EndpointDescription = [3, n0, _EDn, 0, [_EI, _W, _HS, _HR, _CIPPE], [0, 1, 0, 0, 2]];
|
|
626
|
-
export var EndpointGroup = [
|
|
622
|
+
export var EndpointAlreadyExistsException$ = [-3, n0, _EAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
623
|
+
TypeRegistry.for(n0).registerError(EndpointAlreadyExistsException$, EndpointAlreadyExistsException);
|
|
624
|
+
export var EndpointConfiguration$ = [3, n0, _ECn, 0, [_EI, _W, _CIPPE, _AAt], [0, 1, 2, 0]];
|
|
625
|
+
export var EndpointDescription$ = [3, n0, _EDn, 0, [_EI, _W, _HS, _HR, _CIPPE], [0, 1, 0, 0, 2]];
|
|
626
|
+
export var EndpointGroup$ = [
|
|
627
627
|
3,
|
|
628
628
|
n0,
|
|
629
629
|
_EG,
|
|
@@ -631,7 +631,7 @@ export var EndpointGroup = [
|
|
|
631
631
|
[_EGA, _EGR, _ED, _TDP, _HCP, _HCPe, _HCPea, _HCIS, _TC, _PO],
|
|
632
632
|
[0, 0, () => EndpointDescriptions, 1, 1, 0, 0, 1, 1, () => PortOverrides],
|
|
633
633
|
];
|
|
634
|
-
export var EndpointGroupAlreadyExistsException = [
|
|
634
|
+
export var EndpointGroupAlreadyExistsException$ = [
|
|
635
635
|
-3,
|
|
636
636
|
n0,
|
|
637
637
|
_EGAEE,
|
|
@@ -639,31 +639,31 @@ export var EndpointGroupAlreadyExistsException = [
|
|
|
639
639
|
[_M],
|
|
640
640
|
[0],
|
|
641
641
|
];
|
|
642
|
-
TypeRegistry.for(n0).registerError(EndpointGroupAlreadyExistsException
|
|
643
|
-
export var EndpointGroupNotFoundException = [-3, n0, _EGNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
644
|
-
TypeRegistry.for(n0).registerError(EndpointGroupNotFoundException
|
|
645
|
-
export var EndpointIdentifier = [3, n0, _EIn, 0, [_EI, _CIPPE], [0, 2]];
|
|
646
|
-
export var EndpointNotFoundException = [-3, n0, _ENFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
647
|
-
TypeRegistry.for(n0).registerError(EndpointNotFoundException
|
|
648
|
-
export var IncorrectCidrStateException = [-3, n0, _ICSE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
649
|
-
TypeRegistry.for(n0).registerError(IncorrectCidrStateException
|
|
650
|
-
export var InternalServiceErrorException = [-3, n0, _ISEE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
651
|
-
TypeRegistry.for(n0).registerError(InternalServiceErrorException
|
|
652
|
-
export var InvalidArgumentException = [-3, n0, _IAE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
653
|
-
TypeRegistry.for(n0).registerError(InvalidArgumentException
|
|
654
|
-
export var InvalidNextTokenException = [-3, n0, _INTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
655
|
-
TypeRegistry.for(n0).registerError(InvalidNextTokenException
|
|
656
|
-
export var InvalidPortRangeException = [-3, n0, _IPRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
657
|
-
TypeRegistry.for(n0).registerError(InvalidPortRangeException
|
|
658
|
-
export var IpSet = [3, n0, _ISp, 0, [_IF, _IA, _IAF], [0, 64 | 0, 0]];
|
|
659
|
-
export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
660
|
-
TypeRegistry.for(n0).registerError(LimitExceededException
|
|
661
|
-
export var ListAcceleratorsRequest = [3, n0, _LAR, 0, [_MR, _NT], [1, 0]];
|
|
662
|
-
export var ListAcceleratorsResponse = [3, n0, _LARi, 0, [_Ac, _NT], [() => Accelerators, 0]];
|
|
663
|
-
export var ListByoipCidrsRequest = [3, n0, _LBCR, 0, [_MR, _NT], [1, 0]];
|
|
664
|
-
export var ListByoipCidrsResponse = [3, n0, _LBCRi, 0, [_BCy, _NT], [() => ByoipCidrs, 0]];
|
|
665
|
-
export var ListCrossAccountAttachmentsRequest = [3, n0, _LCAAR, 0, [_MR, _NT], [1, 0]];
|
|
666
|
-
export var ListCrossAccountAttachmentsResponse = [
|
|
642
|
+
TypeRegistry.for(n0).registerError(EndpointGroupAlreadyExistsException$, EndpointGroupAlreadyExistsException);
|
|
643
|
+
export var EndpointGroupNotFoundException$ = [-3, n0, _EGNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
644
|
+
TypeRegistry.for(n0).registerError(EndpointGroupNotFoundException$, EndpointGroupNotFoundException);
|
|
645
|
+
export var EndpointIdentifier$ = [3, n0, _EIn, 0, [_EI, _CIPPE], [0, 2]];
|
|
646
|
+
export var EndpointNotFoundException$ = [-3, n0, _ENFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
647
|
+
TypeRegistry.for(n0).registerError(EndpointNotFoundException$, EndpointNotFoundException);
|
|
648
|
+
export var IncorrectCidrStateException$ = [-3, n0, _ICSE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
649
|
+
TypeRegistry.for(n0).registerError(IncorrectCidrStateException$, IncorrectCidrStateException);
|
|
650
|
+
export var InternalServiceErrorException$ = [-3, n0, _ISEE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
651
|
+
TypeRegistry.for(n0).registerError(InternalServiceErrorException$, InternalServiceErrorException);
|
|
652
|
+
export var InvalidArgumentException$ = [-3, n0, _IAE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
653
|
+
TypeRegistry.for(n0).registerError(InvalidArgumentException$, InvalidArgumentException);
|
|
654
|
+
export var InvalidNextTokenException$ = [-3, n0, _INTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
655
|
+
TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
656
|
+
export var InvalidPortRangeException$ = [-3, n0, _IPRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
657
|
+
TypeRegistry.for(n0).registerError(InvalidPortRangeException$, InvalidPortRangeException);
|
|
658
|
+
export var IpSet$ = [3, n0, _ISp, 0, [_IF, _IA, _IAF], [0, 64 | 0, 0]];
|
|
659
|
+
export var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
660
|
+
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
661
|
+
export var ListAcceleratorsRequest$ = [3, n0, _LAR, 0, [_MR, _NT], [1, 0]];
|
|
662
|
+
export var ListAcceleratorsResponse$ = [3, n0, _LARi, 0, [_Ac, _NT], [() => Accelerators, 0]];
|
|
663
|
+
export var ListByoipCidrsRequest$ = [3, n0, _LBCR, 0, [_MR, _NT], [1, 0]];
|
|
664
|
+
export var ListByoipCidrsResponse$ = [3, n0, _LBCRi, 0, [_BCy, _NT], [() => ByoipCidrs, 0]];
|
|
665
|
+
export var ListCrossAccountAttachmentsRequest$ = [3, n0, _LCAAR, 0, [_MR, _NT], [1, 0]];
|
|
666
|
+
export var ListCrossAccountAttachmentsResponse$ = [
|
|
667
667
|
3,
|
|
668
668
|
n0,
|
|
669
669
|
_LCAARi,
|
|
@@ -671,9 +671,9 @@ export var ListCrossAccountAttachmentsResponse = [
|
|
|
671
671
|
[_CAAr, _NT],
|
|
672
672
|
[() => Attachments, 0],
|
|
673
673
|
];
|
|
674
|
-
export var ListCrossAccountResourceAccountsRequest = [3, n0, _LCARAR, 0, [], []];
|
|
675
|
-
export var ListCrossAccountResourceAccountsResponse = [3, n0, _LCARARi, 0, [_ROAAI], [64 | 0]];
|
|
676
|
-
export var ListCrossAccountResourcesRequest = [
|
|
674
|
+
export var ListCrossAccountResourceAccountsRequest$ = [3, n0, _LCARAR, 0, [], []];
|
|
675
|
+
export var ListCrossAccountResourceAccountsResponse$ = [3, n0, _LCARARi, 0, [_ROAAI], [64 | 0]];
|
|
676
|
+
export var ListCrossAccountResourcesRequest$ = [
|
|
677
677
|
3,
|
|
678
678
|
n0,
|
|
679
679
|
_LCARR,
|
|
@@ -681,7 +681,7 @@ export var ListCrossAccountResourcesRequest = [
|
|
|
681
681
|
[_AA, _ROAAIe, _MR, _NT],
|
|
682
682
|
[0, 0, 1, 0],
|
|
683
683
|
];
|
|
684
|
-
export var ListCrossAccountResourcesResponse = [
|
|
684
|
+
export var ListCrossAccountResourcesResponse$ = [
|
|
685
685
|
3,
|
|
686
686
|
n0,
|
|
687
687
|
_LCARRi,
|
|
@@ -689,8 +689,8 @@ export var ListCrossAccountResourcesResponse = [
|
|
|
689
689
|
[_CARros, _NT],
|
|
690
690
|
[() => CrossAccountResources, 0],
|
|
691
691
|
];
|
|
692
|
-
export var ListCustomRoutingAcceleratorsRequest = [3, n0, _LCRAR, 0, [_MR, _NT], [1, 0]];
|
|
693
|
-
export var ListCustomRoutingAcceleratorsResponse = [
|
|
692
|
+
export var ListCustomRoutingAcceleratorsRequest$ = [3, n0, _LCRAR, 0, [_MR, _NT], [1, 0]];
|
|
693
|
+
export var ListCustomRoutingAcceleratorsResponse$ = [
|
|
694
694
|
3,
|
|
695
695
|
n0,
|
|
696
696
|
_LCRARi,
|
|
@@ -698,7 +698,7 @@ export var ListCustomRoutingAcceleratorsResponse = [
|
|
|
698
698
|
[_Ac, _NT],
|
|
699
699
|
[() => CustomRoutingAccelerators, 0],
|
|
700
700
|
];
|
|
701
|
-
export var ListCustomRoutingEndpointGroupsRequest = [
|
|
701
|
+
export var ListCustomRoutingEndpointGroupsRequest$ = [
|
|
702
702
|
3,
|
|
703
703
|
n0,
|
|
704
704
|
_LCREGR,
|
|
@@ -706,7 +706,7 @@ export var ListCustomRoutingEndpointGroupsRequest = [
|
|
|
706
706
|
[_LA, _MR, _NT],
|
|
707
707
|
[0, 1, 0],
|
|
708
708
|
];
|
|
709
|
-
export var ListCustomRoutingEndpointGroupsResponse = [
|
|
709
|
+
export var ListCustomRoutingEndpointGroupsResponse$ = [
|
|
710
710
|
3,
|
|
711
711
|
n0,
|
|
712
712
|
_LCREGRi,
|
|
@@ -714,8 +714,8 @@ export var ListCustomRoutingEndpointGroupsResponse = [
|
|
|
714
714
|
[_EGn, _NT],
|
|
715
715
|
[() => CustomRoutingEndpointGroups, 0],
|
|
716
716
|
];
|
|
717
|
-
export var ListCustomRoutingListenersRequest = [3, n0, _LCRLR, 0, [_AA, _MR, _NT], [0, 1, 0]];
|
|
718
|
-
export var ListCustomRoutingListenersResponse = [
|
|
717
|
+
export var ListCustomRoutingListenersRequest$ = [3, n0, _LCRLR, 0, [_AA, _MR, _NT], [0, 1, 0]];
|
|
718
|
+
export var ListCustomRoutingListenersResponse$ = [
|
|
719
719
|
3,
|
|
720
720
|
n0,
|
|
721
721
|
_LCRLRi,
|
|
@@ -723,7 +723,7 @@ export var ListCustomRoutingListenersResponse = [
|
|
|
723
723
|
[_Li, _NT],
|
|
724
724
|
[() => CustomRoutingListeners, 0],
|
|
725
725
|
];
|
|
726
|
-
export var ListCustomRoutingPortMappingsByDestinationRequest = [
|
|
726
|
+
export var ListCustomRoutingPortMappingsByDestinationRequest$ = [
|
|
727
727
|
3,
|
|
728
728
|
n0,
|
|
729
729
|
_LCRPMBDR,
|
|
@@ -731,7 +731,7 @@ export var ListCustomRoutingPortMappingsByDestinationRequest = [
|
|
|
731
731
|
[_EI, _DAe, _MR, _NT],
|
|
732
732
|
[0, 0, 1, 0],
|
|
733
733
|
];
|
|
734
|
-
export var ListCustomRoutingPortMappingsByDestinationResponse = [
|
|
734
|
+
export var ListCustomRoutingPortMappingsByDestinationResponse$ = [
|
|
735
735
|
3,
|
|
736
736
|
n0,
|
|
737
737
|
_LCRPMBDRi,
|
|
@@ -739,7 +739,7 @@ export var ListCustomRoutingPortMappingsByDestinationResponse = [
|
|
|
739
739
|
[_DPMe, _NT],
|
|
740
740
|
[() => DestinationPortMappings, 0],
|
|
741
741
|
];
|
|
742
|
-
export var ListCustomRoutingPortMappingsRequest = [
|
|
742
|
+
export var ListCustomRoutingPortMappingsRequest$ = [
|
|
743
743
|
3,
|
|
744
744
|
n0,
|
|
745
745
|
_LCRPMR,
|
|
@@ -747,7 +747,7 @@ export var ListCustomRoutingPortMappingsRequest = [
|
|
|
747
747
|
[_AA, _EGA, _MR, _NT],
|
|
748
748
|
[0, 0, 1, 0],
|
|
749
749
|
];
|
|
750
|
-
export var ListCustomRoutingPortMappingsResponse = [
|
|
750
|
+
export var ListCustomRoutingPortMappingsResponse$ = [
|
|
751
751
|
3,
|
|
752
752
|
n0,
|
|
753
753
|
_LCRPMRi,
|
|
@@ -755,8 +755,8 @@ export var ListCustomRoutingPortMappingsResponse = [
|
|
|
755
755
|
[_PM, _NT],
|
|
756
756
|
[() => PortMappings, 0],
|
|
757
757
|
];
|
|
758
|
-
export var ListEndpointGroupsRequest = [3, n0, _LEGR, 0, [_LA, _MR, _NT], [0, 1, 0]];
|
|
759
|
-
export var ListEndpointGroupsResponse = [
|
|
758
|
+
export var ListEndpointGroupsRequest$ = [3, n0, _LEGR, 0, [_LA, _MR, _NT], [0, 1, 0]];
|
|
759
|
+
export var ListEndpointGroupsResponse$ = [
|
|
760
760
|
3,
|
|
761
761
|
n0,
|
|
762
762
|
_LEGRi,
|
|
@@ -764,34 +764,34 @@ export var ListEndpointGroupsResponse = [
|
|
|
764
764
|
[_EGn, _NT],
|
|
765
765
|
[() => EndpointGroups, 0],
|
|
766
766
|
];
|
|
767
|
-
export var Listener = [3, n0, _L, 0, [_LA, _PR, _Pr, _CA], [0, () => PortRanges, 0, 0]];
|
|
768
|
-
export var ListenerNotFoundException = [-3, n0, _LNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
769
|
-
TypeRegistry.for(n0).registerError(ListenerNotFoundException
|
|
770
|
-
export var ListListenersRequest = [3, n0, _LLR, 0, [_AA, _MR, _NT], [0, 1, 0]];
|
|
771
|
-
export var ListListenersResponse = [3, n0, _LLRi, 0, [_Li, _NT], [() => Listeners, 0]];
|
|
772
|
-
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RA], [0]];
|
|
773
|
-
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [() => Tags]];
|
|
774
|
-
export var PortMapping = [
|
|
767
|
+
export var Listener$ = [3, n0, _L, 0, [_LA, _PR, _Pr, _CA], [0, () => PortRanges, 0, 0]];
|
|
768
|
+
export var ListenerNotFoundException$ = [-3, n0, _LNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
769
|
+
TypeRegistry.for(n0).registerError(ListenerNotFoundException$, ListenerNotFoundException);
|
|
770
|
+
export var ListListenersRequest$ = [3, n0, _LLR, 0, [_AA, _MR, _NT], [0, 1, 0]];
|
|
771
|
+
export var ListListenersResponse$ = [3, n0, _LLRi, 0, [_Li, _NT], [() => Listeners, 0]];
|
|
772
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RA], [0]];
|
|
773
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta], [() => Tags]];
|
|
774
|
+
export var PortMapping$ = [
|
|
775
775
|
3,
|
|
776
776
|
n0,
|
|
777
777
|
_PMo,
|
|
778
778
|
0,
|
|
779
779
|
[_AP, _EGA, _EI, _DSA, _Pro, _DTS],
|
|
780
|
-
[1, 0, 0, () => SocketAddress
|
|
780
|
+
[1, 0, 0, () => SocketAddress$, 64 | 0, 0],
|
|
781
781
|
];
|
|
782
|
-
export var PortOverride = [3, n0, _POo, 0, [_LP, _EP], [1, 1]];
|
|
783
|
-
export var PortRange = [3, n0, _PRo, 0, [_FP, _TP], [1, 1]];
|
|
784
|
-
export var ProvisionByoipCidrRequest = [
|
|
782
|
+
export var PortOverride$ = [3, n0, _POo, 0, [_LP, _EP], [1, 1]];
|
|
783
|
+
export var PortRange$ = [3, n0, _PRo, 0, [_FP, _TP], [1, 1]];
|
|
784
|
+
export var ProvisionByoipCidrRequest$ = [
|
|
785
785
|
3,
|
|
786
786
|
n0,
|
|
787
787
|
_PBCR,
|
|
788
788
|
0,
|
|
789
789
|
[_C, _CAC],
|
|
790
|
-
[0, () => CidrAuthorizationContext],
|
|
790
|
+
[0, () => CidrAuthorizationContext$],
|
|
791
791
|
];
|
|
792
|
-
export var ProvisionByoipCidrResponse = [3, n0, _PBCRr, 0, [_BC], [() => ByoipCidr]];
|
|
793
|
-
export var RemoveCustomRoutingEndpointsRequest = [3, n0, _RCRER, 0, [_EInd, _EGA], [64 | 0, 0]];
|
|
794
|
-
export var RemoveEndpointsRequest = [
|
|
792
|
+
export var ProvisionByoipCidrResponse$ = [3, n0, _PBCRr, 0, [_BC], [() => ByoipCidr$]];
|
|
793
|
+
export var RemoveCustomRoutingEndpointsRequest$ = [3, n0, _RCRER, 0, [_EInd, _EGA], [64 | 0, 0]];
|
|
794
|
+
export var RemoveEndpointsRequest$ = [
|
|
795
795
|
3,
|
|
796
796
|
n0,
|
|
797
797
|
_RER,
|
|
@@ -799,16 +799,16 @@ export var RemoveEndpointsRequest = [
|
|
|
799
799
|
[_EIndp, _EGA],
|
|
800
800
|
[() => EndpointIdentifiers, 0],
|
|
801
801
|
];
|
|
802
|
-
export var Resource = [3, n0, _Re, 0, [_EI, _C, _Reg], [0, 0, 0]];
|
|
803
|
-
export var SocketAddress = [3, n0, _SA, 0, [_IAp, _Po], [0, 1]];
|
|
804
|
-
export var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
805
|
-
export var TagResourceRequest = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => Tags]];
|
|
806
|
-
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
807
|
-
export var TransactionInProgressException = [-3, n0, _TIPE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
808
|
-
TypeRegistry.for(n0).registerError(TransactionInProgressException
|
|
809
|
-
export var UntagResourceRequest = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
|
|
810
|
-
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
811
|
-
export var UpdateAcceleratorAttributesRequest = [
|
|
802
|
+
export var Resource$ = [3, n0, _Re, 0, [_EI, _C, _Reg], [0, 0, 0]];
|
|
803
|
+
export var SocketAddress$ = [3, n0, _SA, 0, [_IAp, _Po], [0, 1]];
|
|
804
|
+
export var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
|
|
805
|
+
export var TagResourceRequest$ = [3, n0, _TRR, 0, [_RA, _Ta], [0, () => Tags]];
|
|
806
|
+
export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
807
|
+
export var TransactionInProgressException$ = [-3, n0, _TIPE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
808
|
+
TypeRegistry.for(n0).registerError(TransactionInProgressException$, TransactionInProgressException);
|
|
809
|
+
export var UntagResourceRequest$ = [3, n0, _URR, 0, [_RA, _TK], [0, 64 | 0]];
|
|
810
|
+
export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
811
|
+
export var UpdateAcceleratorAttributesRequest$ = [
|
|
812
812
|
3,
|
|
813
813
|
n0,
|
|
814
814
|
_UAAR,
|
|
@@ -816,15 +816,15 @@ export var UpdateAcceleratorAttributesRequest = [
|
|
|
816
816
|
[_AA, _FLE, _FLSB, _FLSP],
|
|
817
817
|
[0, 2, 0, 0],
|
|
818
818
|
];
|
|
819
|
-
export var UpdateAcceleratorAttributesResponse = [
|
|
819
|
+
export var UpdateAcceleratorAttributesResponse$ = [
|
|
820
820
|
3,
|
|
821
821
|
n0,
|
|
822
822
|
_UAARp,
|
|
823
823
|
0,
|
|
824
824
|
[_AAc],
|
|
825
|
-
[() => AcceleratorAttributes],
|
|
825
|
+
[() => AcceleratorAttributes$],
|
|
826
826
|
];
|
|
827
|
-
export var UpdateAcceleratorRequest = [
|
|
827
|
+
export var UpdateAcceleratorRequest$ = [
|
|
828
828
|
3,
|
|
829
829
|
n0,
|
|
830
830
|
_UAR,
|
|
@@ -832,8 +832,8 @@ export var UpdateAcceleratorRequest = [
|
|
|
832
832
|
[_AA, _N, _IAT, _IA, _E],
|
|
833
833
|
[0, 0, 0, 64 | 0, 2],
|
|
834
834
|
];
|
|
835
|
-
export var UpdateAcceleratorResponse = [3, n0, _UARp, 0, [_A], [() => Accelerator]];
|
|
836
|
-
export var UpdateCrossAccountAttachmentRequest = [
|
|
835
|
+
export var UpdateAcceleratorResponse$ = [3, n0, _UARp, 0, [_A], [() => Accelerator$]];
|
|
836
|
+
export var UpdateCrossAccountAttachmentRequest$ = [
|
|
837
837
|
3,
|
|
838
838
|
n0,
|
|
839
839
|
_UCAAR,
|
|
@@ -841,15 +841,15 @@ export var UpdateCrossAccountAttachmentRequest = [
|
|
|
841
841
|
[_AAt, _N, _APd, _RP, _AR, _RR],
|
|
842
842
|
[0, 0, 64 | 0, 64 | 0, () => Resources, () => Resources],
|
|
843
843
|
];
|
|
844
|
-
export var UpdateCrossAccountAttachmentResponse = [
|
|
844
|
+
export var UpdateCrossAccountAttachmentResponse$ = [
|
|
845
845
|
3,
|
|
846
846
|
n0,
|
|
847
847
|
_UCAARp,
|
|
848
848
|
0,
|
|
849
849
|
[_CAA],
|
|
850
|
-
[() => Attachment],
|
|
850
|
+
[() => Attachment$],
|
|
851
851
|
];
|
|
852
|
-
export var UpdateCustomRoutingAcceleratorAttributesRequest = [
|
|
852
|
+
export var UpdateCustomRoutingAcceleratorAttributesRequest$ = [
|
|
853
853
|
3,
|
|
854
854
|
n0,
|
|
855
855
|
_UCRAAR,
|
|
@@ -857,15 +857,15 @@ export var UpdateCustomRoutingAcceleratorAttributesRequest = [
|
|
|
857
857
|
[_AA, _FLE, _FLSB, _FLSP],
|
|
858
858
|
[0, 2, 0, 0],
|
|
859
859
|
];
|
|
860
|
-
export var UpdateCustomRoutingAcceleratorAttributesResponse = [
|
|
860
|
+
export var UpdateCustomRoutingAcceleratorAttributesResponse$ = [
|
|
861
861
|
3,
|
|
862
862
|
n0,
|
|
863
863
|
_UCRAARp,
|
|
864
864
|
0,
|
|
865
865
|
[_AAc],
|
|
866
|
-
[() => CustomRoutingAcceleratorAttributes],
|
|
866
|
+
[() => CustomRoutingAcceleratorAttributes$],
|
|
867
867
|
];
|
|
868
|
-
export var UpdateCustomRoutingAcceleratorRequest = [
|
|
868
|
+
export var UpdateCustomRoutingAcceleratorRequest$ = [
|
|
869
869
|
3,
|
|
870
870
|
n0,
|
|
871
871
|
_UCRAR,
|
|
@@ -873,15 +873,15 @@ export var UpdateCustomRoutingAcceleratorRequest = [
|
|
|
873
873
|
[_AA, _N, _IAT, _IA, _E],
|
|
874
874
|
[0, 0, 0, 64 | 0, 2],
|
|
875
875
|
];
|
|
876
|
-
export var UpdateCustomRoutingAcceleratorResponse = [
|
|
876
|
+
export var UpdateCustomRoutingAcceleratorResponse$ = [
|
|
877
877
|
3,
|
|
878
878
|
n0,
|
|
879
879
|
_UCRARp,
|
|
880
880
|
0,
|
|
881
881
|
[_A],
|
|
882
|
-
[() => CustomRoutingAccelerator],
|
|
882
|
+
[() => CustomRoutingAccelerator$],
|
|
883
883
|
];
|
|
884
|
-
export var UpdateCustomRoutingListenerRequest = [
|
|
884
|
+
export var UpdateCustomRoutingListenerRequest$ = [
|
|
885
885
|
3,
|
|
886
886
|
n0,
|
|
887
887
|
_UCRLR,
|
|
@@ -889,15 +889,15 @@ export var UpdateCustomRoutingListenerRequest = [
|
|
|
889
889
|
[_LA, _PR],
|
|
890
890
|
[0, () => PortRanges],
|
|
891
891
|
];
|
|
892
|
-
export var UpdateCustomRoutingListenerResponse = [
|
|
892
|
+
export var UpdateCustomRoutingListenerResponse$ = [
|
|
893
893
|
3,
|
|
894
894
|
n0,
|
|
895
895
|
_UCRLRp,
|
|
896
896
|
0,
|
|
897
897
|
[_L],
|
|
898
|
-
[() => CustomRoutingListener],
|
|
898
|
+
[() => CustomRoutingListener$],
|
|
899
899
|
];
|
|
900
|
-
export var UpdateEndpointGroupRequest = [
|
|
900
|
+
export var UpdateEndpointGroupRequest$ = [
|
|
901
901
|
3,
|
|
902
902
|
n0,
|
|
903
903
|
_UEGR,
|
|
@@ -905,8 +905,8 @@ export var UpdateEndpointGroupRequest = [
|
|
|
905
905
|
[_EGA, _EC, _TDP, _HCP, _HCPe, _HCPea, _HCIS, _TC, _PO],
|
|
906
906
|
[0, () => EndpointConfigurations, 1, 1, 0, 0, 1, 1, () => PortOverrides],
|
|
907
907
|
];
|
|
908
|
-
export var UpdateEndpointGroupResponse = [3, n0, _UEGRp, 0, [_EG], [() => EndpointGroup]];
|
|
909
|
-
export var UpdateListenerRequest = [
|
|
908
|
+
export var UpdateEndpointGroupResponse$ = [3, n0, _UEGRp, 0, [_EG], [() => EndpointGroup$]];
|
|
909
|
+
export var UpdateListenerRequest$ = [
|
|
910
910
|
3,
|
|
911
911
|
n0,
|
|
912
912
|
_ULR,
|
|
@@ -914,11 +914,11 @@ export var UpdateListenerRequest = [
|
|
|
914
914
|
[_LA, _PR, _Pr, _CA],
|
|
915
915
|
[0, () => PortRanges, 0, 0],
|
|
916
916
|
];
|
|
917
|
-
export var UpdateListenerResponse = [3, n0, _ULRp, 0, [_L], [() => Listener]];
|
|
918
|
-
export var WithdrawByoipCidrRequest = [3, n0, _WBCR, 0, [_C], [0]];
|
|
919
|
-
export var WithdrawByoipCidrResponse = [3, n0, _WBCRi, 0, [_BC], [() => ByoipCidr]];
|
|
920
|
-
|
|
921
|
-
export var GlobalAcceleratorServiceException = [
|
|
917
|
+
export var UpdateListenerResponse$ = [3, n0, _ULRp, 0, [_L], [() => Listener$]];
|
|
918
|
+
export var WithdrawByoipCidrRequest$ = [3, n0, _WBCR, 0, [_C], [0]];
|
|
919
|
+
export var WithdrawByoipCidrResponse$ = [3, n0, _WBCRi, 0, [_BC], [() => ByoipCidr$]];
|
|
920
|
+
var __Unit = "unit";
|
|
921
|
+
export var GlobalAcceleratorServiceException$ = [
|
|
922
922
|
-3,
|
|
923
923
|
_sm,
|
|
924
924
|
"GlobalAcceleratorServiceException",
|
|
@@ -926,483 +926,477 @@ export var GlobalAcceleratorServiceException = [
|
|
|
926
926
|
[],
|
|
927
927
|
[],
|
|
928
928
|
];
|
|
929
|
-
TypeRegistry.for(_sm).registerError(GlobalAcceleratorServiceException
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
929
|
+
TypeRegistry.for(_sm).registerError(GlobalAcceleratorServiceException$, GlobalAcceleratorServiceException);
|
|
930
|
+
var AcceleratorEvents = [1, n0, _AEc, 0, () => AcceleratorEvent$];
|
|
931
|
+
var Accelerators = [1, n0, _Ac, 0, () => Accelerator$];
|
|
932
|
+
var Attachments = [1, n0, _Att, 0, () => Attachment$];
|
|
933
|
+
var AwsAccountIds = 64 | 0;
|
|
934
|
+
var ByoipCidrEvents = [1, n0, _BCEy, 0, () => ByoipCidrEvent$];
|
|
935
|
+
var ByoipCidrs = [1, n0, _BCy, 0, () => ByoipCidr$];
|
|
936
|
+
var CrossAccountResources = [1, n0, _CARros, 0, () => CrossAccountResource$];
|
|
937
|
+
var CustomRoutingAccelerators = [1, n0, _CRAu, 0, () => CustomRoutingAccelerator$];
|
|
938
|
+
var CustomRoutingDestinationConfigurations = [
|
|
939
939
|
1,
|
|
940
940
|
n0,
|
|
941
941
|
_CRDCu,
|
|
942
942
|
0,
|
|
943
|
-
() => CustomRoutingDestinationConfiguration
|
|
943
|
+
() => CustomRoutingDestinationConfiguration$,
|
|
944
944
|
];
|
|
945
|
-
|
|
945
|
+
var CustomRoutingDestinationDescriptions = [
|
|
946
946
|
1,
|
|
947
947
|
n0,
|
|
948
948
|
_CRDDu,
|
|
949
949
|
0,
|
|
950
|
-
() => CustomRoutingDestinationDescription
|
|
950
|
+
() => CustomRoutingDestinationDescription$,
|
|
951
951
|
];
|
|
952
|
-
|
|
952
|
+
var CustomRoutingEndpointConfigurations = [
|
|
953
953
|
1,
|
|
954
954
|
n0,
|
|
955
955
|
_CRECu,
|
|
956
956
|
0,
|
|
957
|
-
() => CustomRoutingEndpointConfiguration
|
|
958
|
-
];
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
export var
|
|
984
|
-
export var Protocols = 64 | 0;
|
|
985
|
-
export var Resources = [1, n0, _R, 0, () => Resource];
|
|
986
|
-
export var SocketAddresses = [1, n0, _SAo, 0, () => SocketAddress];
|
|
987
|
-
export var TagKeys = 64 | 0;
|
|
988
|
-
export var Tags = [1, n0, _Ta, 0, () => Tag];
|
|
989
|
-
export var AddCustomRoutingEndpoints = [
|
|
957
|
+
() => CustomRoutingEndpointConfiguration$,
|
|
958
|
+
];
|
|
959
|
+
var CustomRoutingEndpointDescriptions = [1, n0, _CREDu, 0, () => CustomRoutingEndpointDescription$];
|
|
960
|
+
var CustomRoutingEndpointGroups = [1, n0, _CREGu, 0, () => CustomRoutingEndpointGroup$];
|
|
961
|
+
var CustomRoutingListeners = [1, n0, _CRLu, 0, () => CustomRoutingListener$];
|
|
962
|
+
var CustomRoutingProtocols = 64 | 0;
|
|
963
|
+
var DestinationAddresses = 64 | 0;
|
|
964
|
+
var DestinationPortMappings = [1, n0, _DPMe, 0, () => DestinationPortMapping$];
|
|
965
|
+
var DestinationPorts = 64 | 1;
|
|
966
|
+
var EndpointConfigurations = [1, n0, _EC, 0, () => EndpointConfiguration$];
|
|
967
|
+
var EndpointDescriptions = [1, n0, _ED, 0, () => EndpointDescription$];
|
|
968
|
+
var EndpointGroups = [1, n0, _EGn, 0, () => EndpointGroup$];
|
|
969
|
+
var EndpointIdentifiers = [1, n0, _EIndp, 0, () => EndpointIdentifier$];
|
|
970
|
+
var EndpointIds = 64 | 0;
|
|
971
|
+
var IpAddresses = 64 | 0;
|
|
972
|
+
var IpSets = [1, n0, _IS, 0, () => IpSet$];
|
|
973
|
+
var Listeners = [1, n0, _Li, 0, () => Listener$];
|
|
974
|
+
var PortMappings = [1, n0, _PM, 0, () => PortMapping$];
|
|
975
|
+
var PortOverrides = [1, n0, _PO, 0, () => PortOverride$];
|
|
976
|
+
var PortRanges = [1, n0, _PR, 0, () => PortRange$];
|
|
977
|
+
var Principals = 64 | 0;
|
|
978
|
+
var Protocols = 64 | 0;
|
|
979
|
+
var Resources = [1, n0, _R, 0, () => Resource$];
|
|
980
|
+
var SocketAddresses = [1, n0, _SAo, 0, () => SocketAddress$];
|
|
981
|
+
var TagKeys = 64 | 0;
|
|
982
|
+
var Tags = [1, n0, _Ta, 0, () => Tag$];
|
|
983
|
+
export var AddCustomRoutingEndpoints$ = [
|
|
990
984
|
9,
|
|
991
985
|
n0,
|
|
992
986
|
_ACRE,
|
|
993
987
|
0,
|
|
994
|
-
() => AddCustomRoutingEndpointsRequest
|
|
995
|
-
() => AddCustomRoutingEndpointsResponse
|
|
988
|
+
() => AddCustomRoutingEndpointsRequest$,
|
|
989
|
+
() => AddCustomRoutingEndpointsResponse$,
|
|
996
990
|
];
|
|
997
|
-
export var AddEndpoints = [
|
|
991
|
+
export var AddEndpoints$ = [
|
|
998
992
|
9,
|
|
999
993
|
n0,
|
|
1000
994
|
_AEd,
|
|
1001
995
|
0,
|
|
1002
|
-
() => AddEndpointsRequest
|
|
1003
|
-
() => AddEndpointsResponse
|
|
996
|
+
() => AddEndpointsRequest$,
|
|
997
|
+
() => AddEndpointsResponse$,
|
|
1004
998
|
];
|
|
1005
|
-
export var AdvertiseByoipCidr = [
|
|
999
|
+
export var AdvertiseByoipCidr$ = [
|
|
1006
1000
|
9,
|
|
1007
1001
|
n0,
|
|
1008
1002
|
_ABC,
|
|
1009
1003
|
0,
|
|
1010
|
-
() => AdvertiseByoipCidrRequest
|
|
1011
|
-
() => AdvertiseByoipCidrResponse
|
|
1004
|
+
() => AdvertiseByoipCidrRequest$,
|
|
1005
|
+
() => AdvertiseByoipCidrResponse$,
|
|
1012
1006
|
];
|
|
1013
|
-
export var AllowCustomRoutingTraffic = [
|
|
1007
|
+
export var AllowCustomRoutingTraffic$ = [
|
|
1014
1008
|
9,
|
|
1015
1009
|
n0,
|
|
1016
1010
|
_ACRT,
|
|
1017
1011
|
0,
|
|
1018
|
-
() => AllowCustomRoutingTrafficRequest
|
|
1012
|
+
() => AllowCustomRoutingTrafficRequest$,
|
|
1019
1013
|
() => __Unit,
|
|
1020
1014
|
];
|
|
1021
|
-
export var CreateAccelerator = [
|
|
1015
|
+
export var CreateAccelerator$ = [
|
|
1022
1016
|
9,
|
|
1023
1017
|
n0,
|
|
1024
1018
|
_CAr,
|
|
1025
1019
|
0,
|
|
1026
|
-
() => CreateAcceleratorRequest
|
|
1027
|
-
() => CreateAcceleratorResponse
|
|
1020
|
+
() => CreateAcceleratorRequest$,
|
|
1021
|
+
() => CreateAcceleratorResponse$,
|
|
1028
1022
|
];
|
|
1029
|
-
export var CreateCrossAccountAttachment = [
|
|
1023
|
+
export var CreateCrossAccountAttachment$ = [
|
|
1030
1024
|
9,
|
|
1031
1025
|
n0,
|
|
1032
1026
|
_CCAA,
|
|
1033
1027
|
0,
|
|
1034
|
-
() => CreateCrossAccountAttachmentRequest
|
|
1035
|
-
() => CreateCrossAccountAttachmentResponse
|
|
1028
|
+
() => CreateCrossAccountAttachmentRequest$,
|
|
1029
|
+
() => CreateCrossAccountAttachmentResponse$,
|
|
1036
1030
|
];
|
|
1037
|
-
export var CreateCustomRoutingAccelerator = [
|
|
1031
|
+
export var CreateCustomRoutingAccelerator$ = [
|
|
1038
1032
|
9,
|
|
1039
1033
|
n0,
|
|
1040
1034
|
_CCRA,
|
|
1041
1035
|
0,
|
|
1042
|
-
() => CreateCustomRoutingAcceleratorRequest
|
|
1043
|
-
() => CreateCustomRoutingAcceleratorResponse
|
|
1036
|
+
() => CreateCustomRoutingAcceleratorRequest$,
|
|
1037
|
+
() => CreateCustomRoutingAcceleratorResponse$,
|
|
1044
1038
|
];
|
|
1045
|
-
export var CreateCustomRoutingEndpointGroup = [
|
|
1039
|
+
export var CreateCustomRoutingEndpointGroup$ = [
|
|
1046
1040
|
9,
|
|
1047
1041
|
n0,
|
|
1048
1042
|
_CCREG,
|
|
1049
1043
|
0,
|
|
1050
|
-
() => CreateCustomRoutingEndpointGroupRequest
|
|
1051
|
-
() => CreateCustomRoutingEndpointGroupResponse
|
|
1044
|
+
() => CreateCustomRoutingEndpointGroupRequest$,
|
|
1045
|
+
() => CreateCustomRoutingEndpointGroupResponse$,
|
|
1052
1046
|
];
|
|
1053
|
-
export var CreateCustomRoutingListener = [
|
|
1047
|
+
export var CreateCustomRoutingListener$ = [
|
|
1054
1048
|
9,
|
|
1055
1049
|
n0,
|
|
1056
1050
|
_CCRL,
|
|
1057
1051
|
0,
|
|
1058
|
-
() => CreateCustomRoutingListenerRequest
|
|
1059
|
-
() => CreateCustomRoutingListenerResponse
|
|
1052
|
+
() => CreateCustomRoutingListenerRequest$,
|
|
1053
|
+
() => CreateCustomRoutingListenerResponse$,
|
|
1060
1054
|
];
|
|
1061
|
-
export var CreateEndpointGroup = [
|
|
1055
|
+
export var CreateEndpointGroup$ = [
|
|
1062
1056
|
9,
|
|
1063
1057
|
n0,
|
|
1064
1058
|
_CEG,
|
|
1065
1059
|
0,
|
|
1066
|
-
() => CreateEndpointGroupRequest
|
|
1067
|
-
() => CreateEndpointGroupResponse
|
|
1060
|
+
() => CreateEndpointGroupRequest$,
|
|
1061
|
+
() => CreateEndpointGroupResponse$,
|
|
1068
1062
|
];
|
|
1069
|
-
export var CreateListener = [
|
|
1063
|
+
export var CreateListener$ = [
|
|
1070
1064
|
9,
|
|
1071
1065
|
n0,
|
|
1072
1066
|
_CL,
|
|
1073
1067
|
0,
|
|
1074
|
-
() => CreateListenerRequest
|
|
1075
|
-
() => CreateListenerResponse
|
|
1068
|
+
() => CreateListenerRequest$,
|
|
1069
|
+
() => CreateListenerResponse$,
|
|
1076
1070
|
];
|
|
1077
|
-
export var DeleteAccelerator = [9, n0, _DAel, 0, () => DeleteAcceleratorRequest
|
|
1078
|
-
export var DeleteCrossAccountAttachment = [
|
|
1071
|
+
export var DeleteAccelerator$ = [9, n0, _DAel, 0, () => DeleteAcceleratorRequest$, () => __Unit];
|
|
1072
|
+
export var DeleteCrossAccountAttachment$ = [
|
|
1079
1073
|
9,
|
|
1080
1074
|
n0,
|
|
1081
1075
|
_DCAA,
|
|
1082
1076
|
0,
|
|
1083
|
-
() => DeleteCrossAccountAttachmentRequest
|
|
1077
|
+
() => DeleteCrossAccountAttachmentRequest$,
|
|
1084
1078
|
() => __Unit,
|
|
1085
1079
|
];
|
|
1086
|
-
export var DeleteCustomRoutingAccelerator = [
|
|
1080
|
+
export var DeleteCustomRoutingAccelerator$ = [
|
|
1087
1081
|
9,
|
|
1088
1082
|
n0,
|
|
1089
1083
|
_DCRA,
|
|
1090
1084
|
0,
|
|
1091
|
-
() => DeleteCustomRoutingAcceleratorRequest
|
|
1085
|
+
() => DeleteCustomRoutingAcceleratorRequest$,
|
|
1092
1086
|
() => __Unit,
|
|
1093
1087
|
];
|
|
1094
|
-
export var DeleteCustomRoutingEndpointGroup = [
|
|
1088
|
+
export var DeleteCustomRoutingEndpointGroup$ = [
|
|
1095
1089
|
9,
|
|
1096
1090
|
n0,
|
|
1097
1091
|
_DCREG,
|
|
1098
1092
|
0,
|
|
1099
|
-
() => DeleteCustomRoutingEndpointGroupRequest
|
|
1093
|
+
() => DeleteCustomRoutingEndpointGroupRequest$,
|
|
1100
1094
|
() => __Unit,
|
|
1101
1095
|
];
|
|
1102
|
-
export var DeleteCustomRoutingListener = [
|
|
1096
|
+
export var DeleteCustomRoutingListener$ = [
|
|
1103
1097
|
9,
|
|
1104
1098
|
n0,
|
|
1105
1099
|
_DCRL,
|
|
1106
1100
|
0,
|
|
1107
|
-
() => DeleteCustomRoutingListenerRequest
|
|
1101
|
+
() => DeleteCustomRoutingListenerRequest$,
|
|
1108
1102
|
() => __Unit,
|
|
1109
1103
|
];
|
|
1110
|
-
export var DeleteEndpointGroup = [
|
|
1104
|
+
export var DeleteEndpointGroup$ = [
|
|
1111
1105
|
9,
|
|
1112
1106
|
n0,
|
|
1113
1107
|
_DEG,
|
|
1114
1108
|
0,
|
|
1115
|
-
() => DeleteEndpointGroupRequest
|
|
1109
|
+
() => DeleteEndpointGroupRequest$,
|
|
1116
1110
|
() => __Unit,
|
|
1117
1111
|
];
|
|
1118
|
-
export var DeleteListener = [9, n0, _DL, 0, () => DeleteListenerRequest
|
|
1119
|
-
export var DenyCustomRoutingTraffic = [
|
|
1112
|
+
export var DeleteListener$ = [9, n0, _DL, 0, () => DeleteListenerRequest$, () => __Unit];
|
|
1113
|
+
export var DenyCustomRoutingTraffic$ = [
|
|
1120
1114
|
9,
|
|
1121
1115
|
n0,
|
|
1122
1116
|
_DCRT,
|
|
1123
1117
|
0,
|
|
1124
|
-
() => DenyCustomRoutingTrafficRequest
|
|
1118
|
+
() => DenyCustomRoutingTrafficRequest$,
|
|
1125
1119
|
() => __Unit,
|
|
1126
1120
|
];
|
|
1127
|
-
export var DeprovisionByoipCidr = [
|
|
1121
|
+
export var DeprovisionByoipCidr$ = [
|
|
1128
1122
|
9,
|
|
1129
1123
|
n0,
|
|
1130
1124
|
_DBC,
|
|
1131
1125
|
0,
|
|
1132
|
-
() => DeprovisionByoipCidrRequest
|
|
1133
|
-
() => DeprovisionByoipCidrResponse
|
|
1126
|
+
() => DeprovisionByoipCidrRequest$,
|
|
1127
|
+
() => DeprovisionByoipCidrResponse$,
|
|
1134
1128
|
];
|
|
1135
|
-
export var DescribeAccelerator = [
|
|
1129
|
+
export var DescribeAccelerator$ = [
|
|
1136
1130
|
9,
|
|
1137
1131
|
n0,
|
|
1138
1132
|
_DAes,
|
|
1139
1133
|
0,
|
|
1140
|
-
() => DescribeAcceleratorRequest
|
|
1141
|
-
() => DescribeAcceleratorResponse
|
|
1134
|
+
() => DescribeAcceleratorRequest$,
|
|
1135
|
+
() => DescribeAcceleratorResponse$,
|
|
1142
1136
|
];
|
|
1143
|
-
export var DescribeAcceleratorAttributes = [
|
|
1137
|
+
export var DescribeAcceleratorAttributes$ = [
|
|
1144
1138
|
9,
|
|
1145
1139
|
n0,
|
|
1146
1140
|
_DAA,
|
|
1147
1141
|
0,
|
|
1148
|
-
() => DescribeAcceleratorAttributesRequest
|
|
1149
|
-
() => DescribeAcceleratorAttributesResponse
|
|
1142
|
+
() => DescribeAcceleratorAttributesRequest$,
|
|
1143
|
+
() => DescribeAcceleratorAttributesResponse$,
|
|
1150
1144
|
];
|
|
1151
|
-
export var DescribeCrossAccountAttachment = [
|
|
1145
|
+
export var DescribeCrossAccountAttachment$ = [
|
|
1152
1146
|
9,
|
|
1153
1147
|
n0,
|
|
1154
1148
|
_DCAAe,
|
|
1155
1149
|
0,
|
|
1156
|
-
() => DescribeCrossAccountAttachmentRequest
|
|
1157
|
-
() => DescribeCrossAccountAttachmentResponse
|
|
1150
|
+
() => DescribeCrossAccountAttachmentRequest$,
|
|
1151
|
+
() => DescribeCrossAccountAttachmentResponse$,
|
|
1158
1152
|
];
|
|
1159
|
-
export var DescribeCustomRoutingAccelerator = [
|
|
1153
|
+
export var DescribeCustomRoutingAccelerator$ = [
|
|
1160
1154
|
9,
|
|
1161
1155
|
n0,
|
|
1162
1156
|
_DCRAe,
|
|
1163
1157
|
0,
|
|
1164
|
-
() => DescribeCustomRoutingAcceleratorRequest
|
|
1165
|
-
() => DescribeCustomRoutingAcceleratorResponse
|
|
1158
|
+
() => DescribeCustomRoutingAcceleratorRequest$,
|
|
1159
|
+
() => DescribeCustomRoutingAcceleratorResponse$,
|
|
1166
1160
|
];
|
|
1167
|
-
export var DescribeCustomRoutingAcceleratorAttributes = [
|
|
1161
|
+
export var DescribeCustomRoutingAcceleratorAttributes$ = [
|
|
1168
1162
|
9,
|
|
1169
1163
|
n0,
|
|
1170
1164
|
_DCRAA,
|
|
1171
1165
|
0,
|
|
1172
|
-
() => DescribeCustomRoutingAcceleratorAttributesRequest
|
|
1173
|
-
() => DescribeCustomRoutingAcceleratorAttributesResponse
|
|
1166
|
+
() => DescribeCustomRoutingAcceleratorAttributesRequest$,
|
|
1167
|
+
() => DescribeCustomRoutingAcceleratorAttributesResponse$,
|
|
1174
1168
|
];
|
|
1175
|
-
export var DescribeCustomRoutingEndpointGroup = [
|
|
1169
|
+
export var DescribeCustomRoutingEndpointGroup$ = [
|
|
1176
1170
|
9,
|
|
1177
1171
|
n0,
|
|
1178
1172
|
_DCREGe,
|
|
1179
1173
|
0,
|
|
1180
|
-
() => DescribeCustomRoutingEndpointGroupRequest
|
|
1181
|
-
() => DescribeCustomRoutingEndpointGroupResponse
|
|
1174
|
+
() => DescribeCustomRoutingEndpointGroupRequest$,
|
|
1175
|
+
() => DescribeCustomRoutingEndpointGroupResponse$,
|
|
1182
1176
|
];
|
|
1183
|
-
export var DescribeCustomRoutingListener = [
|
|
1177
|
+
export var DescribeCustomRoutingListener$ = [
|
|
1184
1178
|
9,
|
|
1185
1179
|
n0,
|
|
1186
1180
|
_DCRLe,
|
|
1187
1181
|
0,
|
|
1188
|
-
() => DescribeCustomRoutingListenerRequest
|
|
1189
|
-
() => DescribeCustomRoutingListenerResponse
|
|
1182
|
+
() => DescribeCustomRoutingListenerRequest$,
|
|
1183
|
+
() => DescribeCustomRoutingListenerResponse$,
|
|
1190
1184
|
];
|
|
1191
|
-
export var DescribeEndpointGroup = [
|
|
1185
|
+
export var DescribeEndpointGroup$ = [
|
|
1192
1186
|
9,
|
|
1193
1187
|
n0,
|
|
1194
1188
|
_DEGe,
|
|
1195
1189
|
0,
|
|
1196
|
-
() => DescribeEndpointGroupRequest
|
|
1197
|
-
() => DescribeEndpointGroupResponse
|
|
1190
|
+
() => DescribeEndpointGroupRequest$,
|
|
1191
|
+
() => DescribeEndpointGroupResponse$,
|
|
1198
1192
|
];
|
|
1199
|
-
export var DescribeListener = [
|
|
1193
|
+
export var DescribeListener$ = [
|
|
1200
1194
|
9,
|
|
1201
1195
|
n0,
|
|
1202
1196
|
_DLe,
|
|
1203
1197
|
0,
|
|
1204
|
-
() => DescribeListenerRequest
|
|
1205
|
-
() => DescribeListenerResponse
|
|
1198
|
+
() => DescribeListenerRequest$,
|
|
1199
|
+
() => DescribeListenerResponse$,
|
|
1206
1200
|
];
|
|
1207
|
-
export var ListAccelerators = [
|
|
1201
|
+
export var ListAccelerators$ = [
|
|
1208
1202
|
9,
|
|
1209
1203
|
n0,
|
|
1210
1204
|
_LAi,
|
|
1211
1205
|
0,
|
|
1212
|
-
() => ListAcceleratorsRequest
|
|
1213
|
-
() => ListAcceleratorsResponse
|
|
1206
|
+
() => ListAcceleratorsRequest$,
|
|
1207
|
+
() => ListAcceleratorsResponse$,
|
|
1214
1208
|
];
|
|
1215
|
-
export var ListByoipCidrs = [
|
|
1209
|
+
export var ListByoipCidrs$ = [
|
|
1216
1210
|
9,
|
|
1217
1211
|
n0,
|
|
1218
1212
|
_LBC,
|
|
1219
1213
|
0,
|
|
1220
|
-
() => ListByoipCidrsRequest
|
|
1221
|
-
() => ListByoipCidrsResponse
|
|
1214
|
+
() => ListByoipCidrsRequest$,
|
|
1215
|
+
() => ListByoipCidrsResponse$,
|
|
1222
1216
|
];
|
|
1223
|
-
export var ListCrossAccountAttachments = [
|
|
1217
|
+
export var ListCrossAccountAttachments$ = [
|
|
1224
1218
|
9,
|
|
1225
1219
|
n0,
|
|
1226
1220
|
_LCAA,
|
|
1227
1221
|
0,
|
|
1228
|
-
() => ListCrossAccountAttachmentsRequest
|
|
1229
|
-
() => ListCrossAccountAttachmentsResponse
|
|
1222
|
+
() => ListCrossAccountAttachmentsRequest$,
|
|
1223
|
+
() => ListCrossAccountAttachmentsResponse$,
|
|
1230
1224
|
];
|
|
1231
|
-
export var ListCrossAccountResourceAccounts = [
|
|
1225
|
+
export var ListCrossAccountResourceAccounts$ = [
|
|
1232
1226
|
9,
|
|
1233
1227
|
n0,
|
|
1234
1228
|
_LCARA,
|
|
1235
1229
|
0,
|
|
1236
|
-
() => ListCrossAccountResourceAccountsRequest
|
|
1237
|
-
() => ListCrossAccountResourceAccountsResponse
|
|
1230
|
+
() => ListCrossAccountResourceAccountsRequest$,
|
|
1231
|
+
() => ListCrossAccountResourceAccountsResponse$,
|
|
1238
1232
|
];
|
|
1239
|
-
export var ListCrossAccountResources = [
|
|
1233
|
+
export var ListCrossAccountResources$ = [
|
|
1240
1234
|
9,
|
|
1241
1235
|
n0,
|
|
1242
1236
|
_LCAR,
|
|
1243
1237
|
0,
|
|
1244
|
-
() => ListCrossAccountResourcesRequest
|
|
1245
|
-
() => ListCrossAccountResourcesResponse
|
|
1238
|
+
() => ListCrossAccountResourcesRequest$,
|
|
1239
|
+
() => ListCrossAccountResourcesResponse$,
|
|
1246
1240
|
];
|
|
1247
|
-
export var ListCustomRoutingAccelerators = [
|
|
1241
|
+
export var ListCustomRoutingAccelerators$ = [
|
|
1248
1242
|
9,
|
|
1249
1243
|
n0,
|
|
1250
1244
|
_LCRA,
|
|
1251
1245
|
0,
|
|
1252
|
-
() => ListCustomRoutingAcceleratorsRequest
|
|
1253
|
-
() => ListCustomRoutingAcceleratorsResponse
|
|
1246
|
+
() => ListCustomRoutingAcceleratorsRequest$,
|
|
1247
|
+
() => ListCustomRoutingAcceleratorsResponse$,
|
|
1254
1248
|
];
|
|
1255
|
-
export var ListCustomRoutingEndpointGroups = [
|
|
1249
|
+
export var ListCustomRoutingEndpointGroups$ = [
|
|
1256
1250
|
9,
|
|
1257
1251
|
n0,
|
|
1258
1252
|
_LCREG,
|
|
1259
1253
|
0,
|
|
1260
|
-
() => ListCustomRoutingEndpointGroupsRequest
|
|
1261
|
-
() => ListCustomRoutingEndpointGroupsResponse
|
|
1254
|
+
() => ListCustomRoutingEndpointGroupsRequest$,
|
|
1255
|
+
() => ListCustomRoutingEndpointGroupsResponse$,
|
|
1262
1256
|
];
|
|
1263
|
-
export var ListCustomRoutingListeners = [
|
|
1257
|
+
export var ListCustomRoutingListeners$ = [
|
|
1264
1258
|
9,
|
|
1265
1259
|
n0,
|
|
1266
1260
|
_LCRL,
|
|
1267
1261
|
0,
|
|
1268
|
-
() => ListCustomRoutingListenersRequest
|
|
1269
|
-
() => ListCustomRoutingListenersResponse
|
|
1262
|
+
() => ListCustomRoutingListenersRequest$,
|
|
1263
|
+
() => ListCustomRoutingListenersResponse$,
|
|
1270
1264
|
];
|
|
1271
|
-
export var ListCustomRoutingPortMappings = [
|
|
1265
|
+
export var ListCustomRoutingPortMappings$ = [
|
|
1272
1266
|
9,
|
|
1273
1267
|
n0,
|
|
1274
1268
|
_LCRPM,
|
|
1275
1269
|
0,
|
|
1276
|
-
() => ListCustomRoutingPortMappingsRequest
|
|
1277
|
-
() => ListCustomRoutingPortMappingsResponse
|
|
1270
|
+
() => ListCustomRoutingPortMappingsRequest$,
|
|
1271
|
+
() => ListCustomRoutingPortMappingsResponse$,
|
|
1278
1272
|
];
|
|
1279
|
-
export var ListCustomRoutingPortMappingsByDestination = [
|
|
1273
|
+
export var ListCustomRoutingPortMappingsByDestination$ = [
|
|
1280
1274
|
9,
|
|
1281
1275
|
n0,
|
|
1282
1276
|
_LCRPMBD,
|
|
1283
1277
|
0,
|
|
1284
|
-
() => ListCustomRoutingPortMappingsByDestinationRequest
|
|
1285
|
-
() => ListCustomRoutingPortMappingsByDestinationResponse
|
|
1278
|
+
() => ListCustomRoutingPortMappingsByDestinationRequest$,
|
|
1279
|
+
() => ListCustomRoutingPortMappingsByDestinationResponse$,
|
|
1286
1280
|
];
|
|
1287
|
-
export var ListEndpointGroups = [
|
|
1281
|
+
export var ListEndpointGroups$ = [
|
|
1288
1282
|
9,
|
|
1289
1283
|
n0,
|
|
1290
1284
|
_LEG,
|
|
1291
1285
|
0,
|
|
1292
|
-
() => ListEndpointGroupsRequest
|
|
1293
|
-
() => ListEndpointGroupsResponse
|
|
1286
|
+
() => ListEndpointGroupsRequest$,
|
|
1287
|
+
() => ListEndpointGroupsResponse$,
|
|
1294
1288
|
];
|
|
1295
|
-
export var ListListeners = [
|
|
1289
|
+
export var ListListeners$ = [
|
|
1296
1290
|
9,
|
|
1297
1291
|
n0,
|
|
1298
1292
|
_LL,
|
|
1299
1293
|
0,
|
|
1300
|
-
() => ListListenersRequest
|
|
1301
|
-
() => ListListenersResponse
|
|
1294
|
+
() => ListListenersRequest$,
|
|
1295
|
+
() => ListListenersResponse$,
|
|
1302
1296
|
];
|
|
1303
|
-
export var ListTagsForResource = [
|
|
1297
|
+
export var ListTagsForResource$ = [
|
|
1304
1298
|
9,
|
|
1305
1299
|
n0,
|
|
1306
1300
|
_LTFR,
|
|
1307
1301
|
0,
|
|
1308
|
-
() => ListTagsForResourceRequest
|
|
1309
|
-
() => ListTagsForResourceResponse
|
|
1302
|
+
() => ListTagsForResourceRequest$,
|
|
1303
|
+
() => ListTagsForResourceResponse$,
|
|
1310
1304
|
];
|
|
1311
|
-
export var ProvisionByoipCidr = [
|
|
1305
|
+
export var ProvisionByoipCidr$ = [
|
|
1312
1306
|
9,
|
|
1313
1307
|
n0,
|
|
1314
1308
|
_PBC,
|
|
1315
1309
|
0,
|
|
1316
|
-
() => ProvisionByoipCidrRequest
|
|
1317
|
-
() => ProvisionByoipCidrResponse
|
|
1310
|
+
() => ProvisionByoipCidrRequest$,
|
|
1311
|
+
() => ProvisionByoipCidrResponse$,
|
|
1318
1312
|
];
|
|
1319
|
-
export var RemoveCustomRoutingEndpoints = [
|
|
1313
|
+
export var RemoveCustomRoutingEndpoints$ = [
|
|
1320
1314
|
9,
|
|
1321
1315
|
n0,
|
|
1322
1316
|
_RCRE,
|
|
1323
1317
|
0,
|
|
1324
|
-
() => RemoveCustomRoutingEndpointsRequest
|
|
1318
|
+
() => RemoveCustomRoutingEndpointsRequest$,
|
|
1325
1319
|
() => __Unit,
|
|
1326
1320
|
];
|
|
1327
|
-
export var RemoveEndpoints = [9, n0, _RE, 0, () => RemoveEndpointsRequest
|
|
1328
|
-
export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest
|
|
1329
|
-
export var UntagResource = [
|
|
1321
|
+
export var RemoveEndpoints$ = [9, n0, _RE, 0, () => RemoveEndpointsRequest$, () => __Unit];
|
|
1322
|
+
export var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
1323
|
+
export var UntagResource$ = [
|
|
1330
1324
|
9,
|
|
1331
1325
|
n0,
|
|
1332
1326
|
_UR,
|
|
1333
1327
|
0,
|
|
1334
|
-
() => UntagResourceRequest
|
|
1335
|
-
() => UntagResourceResponse
|
|
1328
|
+
() => UntagResourceRequest$,
|
|
1329
|
+
() => UntagResourceResponse$,
|
|
1336
1330
|
];
|
|
1337
|
-
export var UpdateAccelerator = [
|
|
1331
|
+
export var UpdateAccelerator$ = [
|
|
1338
1332
|
9,
|
|
1339
1333
|
n0,
|
|
1340
1334
|
_UA,
|
|
1341
1335
|
0,
|
|
1342
|
-
() => UpdateAcceleratorRequest
|
|
1343
|
-
() => UpdateAcceleratorResponse
|
|
1336
|
+
() => UpdateAcceleratorRequest$,
|
|
1337
|
+
() => UpdateAcceleratorResponse$,
|
|
1344
1338
|
];
|
|
1345
|
-
export var UpdateAcceleratorAttributes = [
|
|
1339
|
+
export var UpdateAcceleratorAttributes$ = [
|
|
1346
1340
|
9,
|
|
1347
1341
|
n0,
|
|
1348
1342
|
_UAA,
|
|
1349
1343
|
0,
|
|
1350
|
-
() => UpdateAcceleratorAttributesRequest
|
|
1351
|
-
() => UpdateAcceleratorAttributesResponse
|
|
1344
|
+
() => UpdateAcceleratorAttributesRequest$,
|
|
1345
|
+
() => UpdateAcceleratorAttributesResponse$,
|
|
1352
1346
|
];
|
|
1353
|
-
export var UpdateCrossAccountAttachment = [
|
|
1347
|
+
export var UpdateCrossAccountAttachment$ = [
|
|
1354
1348
|
9,
|
|
1355
1349
|
n0,
|
|
1356
1350
|
_UCAA,
|
|
1357
1351
|
0,
|
|
1358
|
-
() => UpdateCrossAccountAttachmentRequest
|
|
1359
|
-
() => UpdateCrossAccountAttachmentResponse
|
|
1352
|
+
() => UpdateCrossAccountAttachmentRequest$,
|
|
1353
|
+
() => UpdateCrossAccountAttachmentResponse$,
|
|
1360
1354
|
];
|
|
1361
|
-
export var UpdateCustomRoutingAccelerator = [
|
|
1355
|
+
export var UpdateCustomRoutingAccelerator$ = [
|
|
1362
1356
|
9,
|
|
1363
1357
|
n0,
|
|
1364
1358
|
_UCRA,
|
|
1365
1359
|
0,
|
|
1366
|
-
() => UpdateCustomRoutingAcceleratorRequest
|
|
1367
|
-
() => UpdateCustomRoutingAcceleratorResponse
|
|
1360
|
+
() => UpdateCustomRoutingAcceleratorRequest$,
|
|
1361
|
+
() => UpdateCustomRoutingAcceleratorResponse$,
|
|
1368
1362
|
];
|
|
1369
|
-
export var UpdateCustomRoutingAcceleratorAttributes = [
|
|
1363
|
+
export var UpdateCustomRoutingAcceleratorAttributes$ = [
|
|
1370
1364
|
9,
|
|
1371
1365
|
n0,
|
|
1372
1366
|
_UCRAA,
|
|
1373
1367
|
0,
|
|
1374
|
-
() => UpdateCustomRoutingAcceleratorAttributesRequest
|
|
1375
|
-
() => UpdateCustomRoutingAcceleratorAttributesResponse
|
|
1368
|
+
() => UpdateCustomRoutingAcceleratorAttributesRequest$,
|
|
1369
|
+
() => UpdateCustomRoutingAcceleratorAttributesResponse$,
|
|
1376
1370
|
];
|
|
1377
|
-
export var UpdateCustomRoutingListener = [
|
|
1371
|
+
export var UpdateCustomRoutingListener$ = [
|
|
1378
1372
|
9,
|
|
1379
1373
|
n0,
|
|
1380
1374
|
_UCRL,
|
|
1381
1375
|
0,
|
|
1382
|
-
() => UpdateCustomRoutingListenerRequest
|
|
1383
|
-
() => UpdateCustomRoutingListenerResponse
|
|
1376
|
+
() => UpdateCustomRoutingListenerRequest$,
|
|
1377
|
+
() => UpdateCustomRoutingListenerResponse$,
|
|
1384
1378
|
];
|
|
1385
|
-
export var UpdateEndpointGroup = [
|
|
1379
|
+
export var UpdateEndpointGroup$ = [
|
|
1386
1380
|
9,
|
|
1387
1381
|
n0,
|
|
1388
1382
|
_UEG,
|
|
1389
1383
|
0,
|
|
1390
|
-
() => UpdateEndpointGroupRequest
|
|
1391
|
-
() => UpdateEndpointGroupResponse
|
|
1384
|
+
() => UpdateEndpointGroupRequest$,
|
|
1385
|
+
() => UpdateEndpointGroupResponse$,
|
|
1392
1386
|
];
|
|
1393
|
-
export var UpdateListener = [
|
|
1387
|
+
export var UpdateListener$ = [
|
|
1394
1388
|
9,
|
|
1395
1389
|
n0,
|
|
1396
1390
|
_UL,
|
|
1397
1391
|
0,
|
|
1398
|
-
() => UpdateListenerRequest
|
|
1399
|
-
() => UpdateListenerResponse
|
|
1392
|
+
() => UpdateListenerRequest$,
|
|
1393
|
+
() => UpdateListenerResponse$,
|
|
1400
1394
|
];
|
|
1401
|
-
export var WithdrawByoipCidr = [
|
|
1395
|
+
export var WithdrawByoipCidr$ = [
|
|
1402
1396
|
9,
|
|
1403
1397
|
n0,
|
|
1404
1398
|
_WBC,
|
|
1405
1399
|
0,
|
|
1406
|
-
() => WithdrawByoipCidrRequest
|
|
1407
|
-
() => WithdrawByoipCidrResponse
|
|
1400
|
+
() => WithdrawByoipCidrRequest$,
|
|
1401
|
+
() => WithdrawByoipCidrResponse$,
|
|
1408
1402
|
];
|