@aws-sdk/client-global-accelerator 3.987.0 → 3.989.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 +75 -1904
- package/dist-cjs/models/GlobalAcceleratorServiceException.js +12 -0
- package/dist-cjs/models/errors.js +304 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1356 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +130 -124
- package/dist-types/schemas/schemas_0.d.ts +28 -21
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +23 -21
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultGlobalAcceleratorHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
8
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
9
10
|
export const getRuntimeConfig = (config) => {
|
|
10
11
|
return {
|
|
11
12
|
apiVersion: "2018-08-08",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.globalaccelerator",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2018-08-08",
|
|
30
32
|
serviceTarget: "GlobalAccelerator_V20180706",
|
|
31
33
|
},
|
|
@@ -307,45 +307,155 @@ const _WBCRi = "WithdrawByoipCidrResponse";
|
|
|
307
307
|
const _c = "client";
|
|
308
308
|
const _e = "error";
|
|
309
309
|
const _hE = "httpError";
|
|
310
|
-
const _s = "
|
|
311
|
-
const
|
|
310
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.globalaccelerator";
|
|
311
|
+
const _se = "server";
|
|
312
312
|
const n0 = "com.amazonaws.globalaccelerator";
|
|
313
313
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
314
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
315
|
import { GlobalAcceleratorServiceException } from "../models/GlobalAcceleratorServiceException";
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
];
|
|
321
|
-
export var AcceleratorAttributes$ = [3, n0, _AAc,
|
|
322
|
-
0,
|
|
323
|
-
[_FLE, _FLSB, _FLSP],
|
|
324
|
-
[2, 0, 0]
|
|
325
|
-
];
|
|
326
|
-
export var AcceleratorEvent$ = [3, n0, _AE,
|
|
327
|
-
0,
|
|
328
|
-
[_M, _T],
|
|
329
|
-
[0, 4]
|
|
330
|
-
];
|
|
316
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
317
|
+
export var GlobalAcceleratorServiceException$ = [-3, _s, "GlobalAcceleratorServiceException", 0, [], []];
|
|
318
|
+
_s_registry.registerError(GlobalAcceleratorServiceException$, GlobalAcceleratorServiceException);
|
|
319
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
331
320
|
export var AcceleratorNotDisabledException$ = [-3, n0, _ANDE,
|
|
332
321
|
{ [_e]: _c, [_hE]: 400 },
|
|
333
322
|
[_M],
|
|
334
323
|
[0]
|
|
335
324
|
];
|
|
336
|
-
|
|
325
|
+
n0_registry.registerError(AcceleratorNotDisabledException$, AcceleratorNotDisabledException);
|
|
337
326
|
export var AcceleratorNotFoundException$ = [-3, n0, _ANFE,
|
|
338
327
|
{ [_e]: _c, [_hE]: 404 },
|
|
339
328
|
[_M],
|
|
340
329
|
[0]
|
|
341
330
|
];
|
|
342
|
-
|
|
331
|
+
n0_registry.registerError(AcceleratorNotFoundException$, AcceleratorNotFoundException);
|
|
343
332
|
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
344
333
|
{ [_e]: _c, [_hE]: 403 },
|
|
345
334
|
[_M],
|
|
346
335
|
[0]
|
|
347
336
|
];
|
|
348
|
-
|
|
337
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
338
|
+
export var AssociatedEndpointGroupFoundException$ = [-3, n0, _AEGFE,
|
|
339
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
340
|
+
[_M],
|
|
341
|
+
[0]
|
|
342
|
+
];
|
|
343
|
+
n0_registry.registerError(AssociatedEndpointGroupFoundException$, AssociatedEndpointGroupFoundException);
|
|
344
|
+
export var AssociatedListenerFoundException$ = [-3, n0, _ALFE,
|
|
345
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
346
|
+
[_M],
|
|
347
|
+
[0]
|
|
348
|
+
];
|
|
349
|
+
n0_registry.registerError(AssociatedListenerFoundException$, AssociatedListenerFoundException);
|
|
350
|
+
export var AttachmentNotFoundException$ = [-3, n0, _ANFEt,
|
|
351
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
352
|
+
[_M],
|
|
353
|
+
[0]
|
|
354
|
+
];
|
|
355
|
+
n0_registry.registerError(AttachmentNotFoundException$, AttachmentNotFoundException);
|
|
356
|
+
export var ByoipCidrNotFoundException$ = [-3, n0, _BCNFE,
|
|
357
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
358
|
+
[_M],
|
|
359
|
+
[0]
|
|
360
|
+
];
|
|
361
|
+
n0_registry.registerError(ByoipCidrNotFoundException$, ByoipCidrNotFoundException);
|
|
362
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
363
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
364
|
+
[_M],
|
|
365
|
+
[0]
|
|
366
|
+
];
|
|
367
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
368
|
+
export var EndpointAlreadyExistsException$ = [-3, n0, _EAEE,
|
|
369
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
370
|
+
[_M],
|
|
371
|
+
[0]
|
|
372
|
+
];
|
|
373
|
+
n0_registry.registerError(EndpointAlreadyExistsException$, EndpointAlreadyExistsException);
|
|
374
|
+
export var EndpointGroupAlreadyExistsException$ = [-3, n0, _EGAEE,
|
|
375
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
376
|
+
[_M],
|
|
377
|
+
[0]
|
|
378
|
+
];
|
|
379
|
+
n0_registry.registerError(EndpointGroupAlreadyExistsException$, EndpointGroupAlreadyExistsException);
|
|
380
|
+
export var EndpointGroupNotFoundException$ = [-3, n0, _EGNFE,
|
|
381
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
382
|
+
[_M],
|
|
383
|
+
[0]
|
|
384
|
+
];
|
|
385
|
+
n0_registry.registerError(EndpointGroupNotFoundException$, EndpointGroupNotFoundException);
|
|
386
|
+
export var EndpointNotFoundException$ = [-3, n0, _ENFE,
|
|
387
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
388
|
+
[_M],
|
|
389
|
+
[0]
|
|
390
|
+
];
|
|
391
|
+
n0_registry.registerError(EndpointNotFoundException$, EndpointNotFoundException);
|
|
392
|
+
export var IncorrectCidrStateException$ = [-3, n0, _ICSE,
|
|
393
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
394
|
+
[_M],
|
|
395
|
+
[0]
|
|
396
|
+
];
|
|
397
|
+
n0_registry.registerError(IncorrectCidrStateException$, IncorrectCidrStateException);
|
|
398
|
+
export var InternalServiceErrorException$ = [-3, n0, _ISEE,
|
|
399
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
400
|
+
[_M],
|
|
401
|
+
[0]
|
|
402
|
+
];
|
|
403
|
+
n0_registry.registerError(InternalServiceErrorException$, InternalServiceErrorException);
|
|
404
|
+
export var InvalidArgumentException$ = [-3, n0, _IAE,
|
|
405
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
406
|
+
[_M],
|
|
407
|
+
[0]
|
|
408
|
+
];
|
|
409
|
+
n0_registry.registerError(InvalidArgumentException$, InvalidArgumentException);
|
|
410
|
+
export var InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
411
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
412
|
+
[_M],
|
|
413
|
+
[0]
|
|
414
|
+
];
|
|
415
|
+
n0_registry.registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
416
|
+
export var InvalidPortRangeException$ = [-3, n0, _IPRE,
|
|
417
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
418
|
+
[_M],
|
|
419
|
+
[0]
|
|
420
|
+
];
|
|
421
|
+
n0_registry.registerError(InvalidPortRangeException$, InvalidPortRangeException);
|
|
422
|
+
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
423
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
424
|
+
[_M],
|
|
425
|
+
[0]
|
|
426
|
+
];
|
|
427
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
428
|
+
export var ListenerNotFoundException$ = [-3, n0, _LNFE,
|
|
429
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
430
|
+
[_M],
|
|
431
|
+
[0]
|
|
432
|
+
];
|
|
433
|
+
n0_registry.registerError(ListenerNotFoundException$, ListenerNotFoundException);
|
|
434
|
+
export var TransactionInProgressException$ = [-3, n0, _TIPE,
|
|
435
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
436
|
+
[_M],
|
|
437
|
+
[0]
|
|
438
|
+
];
|
|
439
|
+
n0_registry.registerError(TransactionInProgressException$, TransactionInProgressException);
|
|
440
|
+
export const errorTypeRegistries = [
|
|
441
|
+
_s_registry,
|
|
442
|
+
n0_registry,
|
|
443
|
+
];
|
|
444
|
+
export var Accelerator$ = [3, n0, _A,
|
|
445
|
+
0,
|
|
446
|
+
[_AA, _N, _IAT, _E, _IS, _DN, _S, _CT, _LMT, _DSDN, _Ev],
|
|
447
|
+
[0, 0, 0, 2, () => IpSets, 0, 0, 4, 4, 0, () => AcceleratorEvents]
|
|
448
|
+
];
|
|
449
|
+
export var AcceleratorAttributes$ = [3, n0, _AAc,
|
|
450
|
+
0,
|
|
451
|
+
[_FLE, _FLSB, _FLSP],
|
|
452
|
+
[2, 0, 0]
|
|
453
|
+
];
|
|
454
|
+
export var AcceleratorEvent$ = [3, n0, _AE,
|
|
455
|
+
0,
|
|
456
|
+
[_M, _T],
|
|
457
|
+
[0, 4]
|
|
458
|
+
];
|
|
349
459
|
export var AddCustomRoutingEndpointsRequest$ = [3, n0, _ACRER,
|
|
350
460
|
0,
|
|
351
461
|
[_EC, _EGA],
|
|
@@ -381,29 +491,11 @@ export var AllowCustomRoutingTrafficRequest$ = [3, n0, _ACRTR,
|
|
|
381
491
|
[_EGA, _EI, _DA, _DP, _AATTE],
|
|
382
492
|
[0, 0, 64 | 0, 64 | 1, 2], 2
|
|
383
493
|
];
|
|
384
|
-
export var AssociatedEndpointGroupFoundException$ = [-3, n0, _AEGFE,
|
|
385
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
386
|
-
[_M],
|
|
387
|
-
[0]
|
|
388
|
-
];
|
|
389
|
-
TypeRegistry.for(n0).registerError(AssociatedEndpointGroupFoundException$, AssociatedEndpointGroupFoundException);
|
|
390
|
-
export var AssociatedListenerFoundException$ = [-3, n0, _ALFE,
|
|
391
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
392
|
-
[_M],
|
|
393
|
-
[0]
|
|
394
|
-
];
|
|
395
|
-
TypeRegistry.for(n0).registerError(AssociatedListenerFoundException$, AssociatedListenerFoundException);
|
|
396
494
|
export var Attachment$ = [3, n0, _At,
|
|
397
495
|
0,
|
|
398
496
|
[_AAt, _N, _P, _R, _LMT, _CT],
|
|
399
497
|
[0, 0, 64 | 0, () => Resources, 4, 4]
|
|
400
498
|
];
|
|
401
|
-
export var AttachmentNotFoundException$ = [-3, n0, _ANFEt,
|
|
402
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
403
|
-
[_M],
|
|
404
|
-
[0]
|
|
405
|
-
];
|
|
406
|
-
TypeRegistry.for(n0).registerError(AttachmentNotFoundException$, AttachmentNotFoundException);
|
|
407
499
|
export var ByoipCidr$ = [3, n0, _BC,
|
|
408
500
|
0,
|
|
409
501
|
[_C, _St, _Ev],
|
|
@@ -414,23 +506,11 @@ export var ByoipCidrEvent$ = [3, n0, _BCE,
|
|
|
414
506
|
[_M, _T],
|
|
415
507
|
[0, 4]
|
|
416
508
|
];
|
|
417
|
-
export var ByoipCidrNotFoundException$ = [-3, n0, _BCNFE,
|
|
418
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
419
|
-
[_M],
|
|
420
|
-
[0]
|
|
421
|
-
];
|
|
422
|
-
TypeRegistry.for(n0).registerError(ByoipCidrNotFoundException$, ByoipCidrNotFoundException);
|
|
423
509
|
export var CidrAuthorizationContext$ = [3, n0, _CAC,
|
|
424
510
|
0,
|
|
425
511
|
[_M, _Si],
|
|
426
512
|
[0, 0], 2
|
|
427
513
|
];
|
|
428
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
429
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
430
|
-
[_M],
|
|
431
|
-
[0]
|
|
432
|
-
];
|
|
433
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
434
514
|
export var CreateAcceleratorRequest$ = [3, n0, _CAR,
|
|
435
515
|
0,
|
|
436
516
|
[_N, _IAT, _IA, _E, _IT, _Ta],
|
|
@@ -691,12 +771,6 @@ export var DestinationPortMapping$ = [3, n0, _DPM,
|
|
|
691
771
|
[_AA, _ASA, _EGA, _EI, _EGR, _DSA, _IAT, _DTS],
|
|
692
772
|
[0, () => SocketAddresses, 0, 0, 0, () => SocketAddress$, 0, 0]
|
|
693
773
|
];
|
|
694
|
-
export var EndpointAlreadyExistsException$ = [-3, n0, _EAEE,
|
|
695
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
696
|
-
[_M],
|
|
697
|
-
[0]
|
|
698
|
-
];
|
|
699
|
-
TypeRegistry.for(n0).registerError(EndpointAlreadyExistsException$, EndpointAlreadyExistsException);
|
|
700
774
|
export var EndpointConfiguration$ = [3, n0, _ECn,
|
|
701
775
|
0,
|
|
702
776
|
[_EI, _W, _CIPPE, _AAt],
|
|
@@ -712,70 +786,16 @@ export var EndpointGroup$ = [3, n0, _EG,
|
|
|
712
786
|
[_EGA, _EGR, _ED, _TDP, _HCP, _HCPe, _HCPea, _HCIS, _TC, _PO],
|
|
713
787
|
[0, 0, () => EndpointDescriptions, 1, 1, 0, 0, 1, 1, () => PortOverrides]
|
|
714
788
|
];
|
|
715
|
-
export var EndpointGroupAlreadyExistsException$ = [-3, n0, _EGAEE,
|
|
716
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
717
|
-
[_M],
|
|
718
|
-
[0]
|
|
719
|
-
];
|
|
720
|
-
TypeRegistry.for(n0).registerError(EndpointGroupAlreadyExistsException$, EndpointGroupAlreadyExistsException);
|
|
721
|
-
export var EndpointGroupNotFoundException$ = [-3, n0, _EGNFE,
|
|
722
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
723
|
-
[_M],
|
|
724
|
-
[0]
|
|
725
|
-
];
|
|
726
|
-
TypeRegistry.for(n0).registerError(EndpointGroupNotFoundException$, EndpointGroupNotFoundException);
|
|
727
789
|
export var EndpointIdentifier$ = [3, n0, _EIn,
|
|
728
790
|
0,
|
|
729
791
|
[_EI, _CIPPE],
|
|
730
792
|
[0, 2], 1
|
|
731
793
|
];
|
|
732
|
-
export var EndpointNotFoundException$ = [-3, n0, _ENFE,
|
|
733
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
734
|
-
[_M],
|
|
735
|
-
[0]
|
|
736
|
-
];
|
|
737
|
-
TypeRegistry.for(n0).registerError(EndpointNotFoundException$, EndpointNotFoundException);
|
|
738
|
-
export var IncorrectCidrStateException$ = [-3, n0, _ICSE,
|
|
739
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
740
|
-
[_M],
|
|
741
|
-
[0]
|
|
742
|
-
];
|
|
743
|
-
TypeRegistry.for(n0).registerError(IncorrectCidrStateException$, IncorrectCidrStateException);
|
|
744
|
-
export var InternalServiceErrorException$ = [-3, n0, _ISEE,
|
|
745
|
-
{ [_e]: _s, [_hE]: 500 },
|
|
746
|
-
[_M],
|
|
747
|
-
[0]
|
|
748
|
-
];
|
|
749
|
-
TypeRegistry.for(n0).registerError(InternalServiceErrorException$, InternalServiceErrorException);
|
|
750
|
-
export var InvalidArgumentException$ = [-3, n0, _IAE,
|
|
751
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
752
|
-
[_M],
|
|
753
|
-
[0]
|
|
754
|
-
];
|
|
755
|
-
TypeRegistry.for(n0).registerError(InvalidArgumentException$, InvalidArgumentException);
|
|
756
|
-
export var InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
757
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
758
|
-
[_M],
|
|
759
|
-
[0]
|
|
760
|
-
];
|
|
761
|
-
TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
762
|
-
export var InvalidPortRangeException$ = [-3, n0, _IPRE,
|
|
763
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
764
|
-
[_M],
|
|
765
|
-
[0]
|
|
766
|
-
];
|
|
767
|
-
TypeRegistry.for(n0).registerError(InvalidPortRangeException$, InvalidPortRangeException);
|
|
768
794
|
export var IpSet$ = [3, n0, _ISp,
|
|
769
795
|
0,
|
|
770
796
|
[_IF, _IA, _IAF],
|
|
771
797
|
[0, 64 | 0, 0]
|
|
772
798
|
];
|
|
773
|
-
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
774
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
775
|
-
[_M],
|
|
776
|
-
[0]
|
|
777
|
-
];
|
|
778
|
-
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
779
799
|
export var ListAcceleratorsRequest$ = [3, n0, _LAR,
|
|
780
800
|
0,
|
|
781
801
|
[_MR, _NT],
|
|
@@ -891,12 +911,6 @@ export var Listener$ = [3, n0, _L,
|
|
|
891
911
|
[_LA, _PR, _Pr, _CA],
|
|
892
912
|
[0, () => PortRanges, 0, 0]
|
|
893
913
|
];
|
|
894
|
-
export var ListenerNotFoundException$ = [-3, n0, _LNFE,
|
|
895
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
896
|
-
[_M],
|
|
897
|
-
[0]
|
|
898
|
-
];
|
|
899
|
-
TypeRegistry.for(n0).registerError(ListenerNotFoundException$, ListenerNotFoundException);
|
|
900
914
|
export var ListListenersRequest$ = [3, n0, _LLR,
|
|
901
915
|
0,
|
|
902
916
|
[_AA, _MR, _NT],
|
|
@@ -977,12 +991,6 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
977
991
|
[],
|
|
978
992
|
[]
|
|
979
993
|
];
|
|
980
|
-
export var TransactionInProgressException$ = [-3, n0, _TIPE,
|
|
981
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
982
|
-
[_M],
|
|
983
|
-
[0]
|
|
984
|
-
];
|
|
985
|
-
TypeRegistry.for(n0).registerError(TransactionInProgressException$, TransactionInProgressException);
|
|
986
994
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
987
995
|
0,
|
|
988
996
|
[_RA, _TK],
|
|
@@ -1084,8 +1092,6 @@ export var WithdrawByoipCidrResponse$ = [3, n0, _WBCRi,
|
|
|
1084
1092
|
[() => ByoipCidr$]
|
|
1085
1093
|
];
|
|
1086
1094
|
var __Unit = "unit";
|
|
1087
|
-
export var GlobalAcceleratorServiceException$ = [-3, _sm, "GlobalAcceleratorServiceException", 0, [], []];
|
|
1088
|
-
TypeRegistry.for(_sm).registerError(GlobalAcceleratorServiceException$, GlobalAcceleratorServiceException);
|
|
1089
1095
|
var AcceleratorEvents = [1, n0, _AEc,
|
|
1090
1096
|
0, () => AcceleratorEvent$
|
|
1091
1097
|
];
|
|
@@ -1,10 +1,35 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
-
export declare var
|
|
3
|
-
export declare var AcceleratorAttributes$: StaticStructureSchema;
|
|
4
|
-
export declare var AcceleratorEvent$: StaticStructureSchema;
|
|
3
|
+
export declare var GlobalAcceleratorServiceException$: StaticErrorSchema;
|
|
5
4
|
export declare var AcceleratorNotDisabledException$: StaticErrorSchema;
|
|
6
5
|
export declare var AcceleratorNotFoundException$: StaticErrorSchema;
|
|
7
6
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
7
|
+
export declare var AssociatedEndpointGroupFoundException$: StaticErrorSchema;
|
|
8
|
+
export declare var AssociatedListenerFoundException$: StaticErrorSchema;
|
|
9
|
+
export declare var AttachmentNotFoundException$: StaticErrorSchema;
|
|
10
|
+
export declare var ByoipCidrNotFoundException$: StaticErrorSchema;
|
|
11
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
12
|
+
export declare var EndpointAlreadyExistsException$: StaticErrorSchema;
|
|
13
|
+
export declare var EndpointGroupAlreadyExistsException$: StaticErrorSchema;
|
|
14
|
+
export declare var EndpointGroupNotFoundException$: StaticErrorSchema;
|
|
15
|
+
export declare var EndpointNotFoundException$: StaticErrorSchema;
|
|
16
|
+
export declare var IncorrectCidrStateException$: StaticErrorSchema;
|
|
17
|
+
export declare var InternalServiceErrorException$: StaticErrorSchema;
|
|
18
|
+
export declare var InvalidArgumentException$: StaticErrorSchema;
|
|
19
|
+
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
20
|
+
export declare var InvalidPortRangeException$: StaticErrorSchema;
|
|
21
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
22
|
+
export declare var ListenerNotFoundException$: StaticErrorSchema;
|
|
23
|
+
export declare var TransactionInProgressException$: StaticErrorSchema;
|
|
24
|
+
/**
|
|
25
|
+
* TypeRegistry instances containing modeled errors.
|
|
26
|
+
* @internal
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
30
|
+
export declare var Accelerator$: StaticStructureSchema;
|
|
31
|
+
export declare var AcceleratorAttributes$: StaticStructureSchema;
|
|
32
|
+
export declare var AcceleratorEvent$: StaticStructureSchema;
|
|
8
33
|
export declare var AddCustomRoutingEndpointsRequest$: StaticStructureSchema;
|
|
9
34
|
export declare var AddCustomRoutingEndpointsResponse$: StaticStructureSchema;
|
|
10
35
|
export declare var AddEndpointsRequest$: StaticStructureSchema;
|
|
@@ -12,15 +37,10 @@ export declare var AddEndpointsResponse$: StaticStructureSchema;
|
|
|
12
37
|
export declare var AdvertiseByoipCidrRequest$: StaticStructureSchema;
|
|
13
38
|
export declare var AdvertiseByoipCidrResponse$: StaticStructureSchema;
|
|
14
39
|
export declare var AllowCustomRoutingTrafficRequest$: StaticStructureSchema;
|
|
15
|
-
export declare var AssociatedEndpointGroupFoundException$: StaticErrorSchema;
|
|
16
|
-
export declare var AssociatedListenerFoundException$: StaticErrorSchema;
|
|
17
40
|
export declare var Attachment$: StaticStructureSchema;
|
|
18
|
-
export declare var AttachmentNotFoundException$: StaticErrorSchema;
|
|
19
41
|
export declare var ByoipCidr$: StaticStructureSchema;
|
|
20
42
|
export declare var ByoipCidrEvent$: StaticStructureSchema;
|
|
21
|
-
export declare var ByoipCidrNotFoundException$: StaticErrorSchema;
|
|
22
43
|
export declare var CidrAuthorizationContext$: StaticStructureSchema;
|
|
23
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
24
44
|
export declare var CreateAcceleratorRequest$: StaticStructureSchema;
|
|
25
45
|
export declare var CreateAcceleratorResponse$: StaticStructureSchema;
|
|
26
46
|
export declare var CreateCrossAccountAttachmentRequest$: StaticStructureSchema;
|
|
@@ -73,21 +93,11 @@ export declare var DescribeEndpointGroupResponse$: StaticStructureSchema;
|
|
|
73
93
|
export declare var DescribeListenerRequest$: StaticStructureSchema;
|
|
74
94
|
export declare var DescribeListenerResponse$: StaticStructureSchema;
|
|
75
95
|
export declare var DestinationPortMapping$: StaticStructureSchema;
|
|
76
|
-
export declare var EndpointAlreadyExistsException$: StaticErrorSchema;
|
|
77
96
|
export declare var EndpointConfiguration$: StaticStructureSchema;
|
|
78
97
|
export declare var EndpointDescription$: StaticStructureSchema;
|
|
79
98
|
export declare var EndpointGroup$: StaticStructureSchema;
|
|
80
|
-
export declare var EndpointGroupAlreadyExistsException$: StaticErrorSchema;
|
|
81
|
-
export declare var EndpointGroupNotFoundException$: StaticErrorSchema;
|
|
82
99
|
export declare var EndpointIdentifier$: StaticStructureSchema;
|
|
83
|
-
export declare var EndpointNotFoundException$: StaticErrorSchema;
|
|
84
|
-
export declare var IncorrectCidrStateException$: StaticErrorSchema;
|
|
85
|
-
export declare var InternalServiceErrorException$: StaticErrorSchema;
|
|
86
|
-
export declare var InvalidArgumentException$: StaticErrorSchema;
|
|
87
|
-
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
88
|
-
export declare var InvalidPortRangeException$: StaticErrorSchema;
|
|
89
100
|
export declare var IpSet$: StaticStructureSchema;
|
|
90
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
91
101
|
export declare var ListAcceleratorsRequest$: StaticStructureSchema;
|
|
92
102
|
export declare var ListAcceleratorsResponse$: StaticStructureSchema;
|
|
93
103
|
export declare var ListByoipCidrsRequest$: StaticStructureSchema;
|
|
@@ -111,7 +121,6 @@ export declare var ListCustomRoutingPortMappingsResponse$: StaticStructureSchema
|
|
|
111
121
|
export declare var ListEndpointGroupsRequest$: StaticStructureSchema;
|
|
112
122
|
export declare var ListEndpointGroupsResponse$: StaticStructureSchema;
|
|
113
123
|
export declare var Listener$: StaticStructureSchema;
|
|
114
|
-
export declare var ListenerNotFoundException$: StaticErrorSchema;
|
|
115
124
|
export declare var ListListenersRequest$: StaticStructureSchema;
|
|
116
125
|
export declare var ListListenersResponse$: StaticStructureSchema;
|
|
117
126
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
@@ -128,7 +137,6 @@ export declare var SocketAddress$: StaticStructureSchema;
|
|
|
128
137
|
export declare var Tag$: StaticStructureSchema;
|
|
129
138
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
130
139
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
131
|
-
export declare var TransactionInProgressException$: StaticErrorSchema;
|
|
132
140
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
133
141
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
134
142
|
export declare var UpdateAcceleratorAttributesRequest$: StaticStructureSchema;
|
|
@@ -149,7 +157,6 @@ export declare var UpdateListenerRequest$: StaticStructureSchema;
|
|
|
149
157
|
export declare var UpdateListenerResponse$: StaticStructureSchema;
|
|
150
158
|
export declare var WithdrawByoipCidrRequest$: StaticStructureSchema;
|
|
151
159
|
export declare var WithdrawByoipCidrResponse$: StaticStructureSchema;
|
|
152
|
-
export declare var GlobalAcceleratorServiceException$: StaticErrorSchema;
|
|
153
160
|
export declare var AddCustomRoutingEndpoints$: StaticOperationSchema;
|
|
154
161
|
export declare var AddEndpoints$: StaticOperationSchema;
|
|
155
162
|
export declare var AdvertiseByoipCidr$: StaticOperationSchema;
|
|
@@ -1,14 +1,34 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
} from "@smithy/types";
|
|
6
|
-
export declare var
|
|
7
|
-
export declare var AcceleratorAttributes$: StaticStructureSchema;
|
|
8
|
-
export declare var AcceleratorEvent$: StaticStructureSchema;
|
|
7
|
+
export declare var GlobalAcceleratorServiceException$: StaticErrorSchema;
|
|
9
8
|
export declare var AcceleratorNotDisabledException$: StaticErrorSchema;
|
|
10
9
|
export declare var AcceleratorNotFoundException$: StaticErrorSchema;
|
|
11
10
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
11
|
+
export declare var AssociatedEndpointGroupFoundException$: StaticErrorSchema;
|
|
12
|
+
export declare var AssociatedListenerFoundException$: StaticErrorSchema;
|
|
13
|
+
export declare var AttachmentNotFoundException$: StaticErrorSchema;
|
|
14
|
+
export declare var ByoipCidrNotFoundException$: StaticErrorSchema;
|
|
15
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
16
|
+
export declare var EndpointAlreadyExistsException$: StaticErrorSchema;
|
|
17
|
+
export declare var EndpointGroupAlreadyExistsException$: StaticErrorSchema;
|
|
18
|
+
export declare var EndpointGroupNotFoundException$: StaticErrorSchema;
|
|
19
|
+
export declare var EndpointNotFoundException$: StaticErrorSchema;
|
|
20
|
+
export declare var IncorrectCidrStateException$: StaticErrorSchema;
|
|
21
|
+
export declare var InternalServiceErrorException$: StaticErrorSchema;
|
|
22
|
+
export declare var InvalidArgumentException$: StaticErrorSchema;
|
|
23
|
+
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
24
|
+
export declare var InvalidPortRangeException$: StaticErrorSchema;
|
|
25
|
+
export declare var LimitExceededException$: StaticErrorSchema;
|
|
26
|
+
export declare var ListenerNotFoundException$: StaticErrorSchema;
|
|
27
|
+
export declare var TransactionInProgressException$: StaticErrorSchema;
|
|
28
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
29
|
+
export declare var Accelerator$: StaticStructureSchema;
|
|
30
|
+
export declare var AcceleratorAttributes$: StaticStructureSchema;
|
|
31
|
+
export declare var AcceleratorEvent$: StaticStructureSchema;
|
|
12
32
|
export declare var AddCustomRoutingEndpointsRequest$: StaticStructureSchema;
|
|
13
33
|
export declare var AddCustomRoutingEndpointsResponse$: StaticStructureSchema;
|
|
14
34
|
export declare var AddEndpointsRequest$: StaticStructureSchema;
|
|
@@ -16,15 +36,10 @@ export declare var AddEndpointsResponse$: StaticStructureSchema;
|
|
|
16
36
|
export declare var AdvertiseByoipCidrRequest$: StaticStructureSchema;
|
|
17
37
|
export declare var AdvertiseByoipCidrResponse$: StaticStructureSchema;
|
|
18
38
|
export declare var AllowCustomRoutingTrafficRequest$: StaticStructureSchema;
|
|
19
|
-
export declare var AssociatedEndpointGroupFoundException$: StaticErrorSchema;
|
|
20
|
-
export declare var AssociatedListenerFoundException$: StaticErrorSchema;
|
|
21
39
|
export declare var Attachment$: StaticStructureSchema;
|
|
22
|
-
export declare var AttachmentNotFoundException$: StaticErrorSchema;
|
|
23
40
|
export declare var ByoipCidr$: StaticStructureSchema;
|
|
24
41
|
export declare var ByoipCidrEvent$: StaticStructureSchema;
|
|
25
|
-
export declare var ByoipCidrNotFoundException$: StaticErrorSchema;
|
|
26
42
|
export declare var CidrAuthorizationContext$: StaticStructureSchema;
|
|
27
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
28
43
|
export declare var CreateAcceleratorRequest$: StaticStructureSchema;
|
|
29
44
|
export declare var CreateAcceleratorResponse$: StaticStructureSchema;
|
|
30
45
|
export declare var CreateCrossAccountAttachmentRequest$: StaticStructureSchema;
|
|
@@ -77,21 +92,11 @@ export declare var DescribeEndpointGroupResponse$: StaticStructureSchema;
|
|
|
77
92
|
export declare var DescribeListenerRequest$: StaticStructureSchema;
|
|
78
93
|
export declare var DescribeListenerResponse$: StaticStructureSchema;
|
|
79
94
|
export declare var DestinationPortMapping$: StaticStructureSchema;
|
|
80
|
-
export declare var EndpointAlreadyExistsException$: StaticErrorSchema;
|
|
81
95
|
export declare var EndpointConfiguration$: StaticStructureSchema;
|
|
82
96
|
export declare var EndpointDescription$: StaticStructureSchema;
|
|
83
97
|
export declare var EndpointGroup$: StaticStructureSchema;
|
|
84
|
-
export declare var EndpointGroupAlreadyExistsException$: StaticErrorSchema;
|
|
85
|
-
export declare var EndpointGroupNotFoundException$: StaticErrorSchema;
|
|
86
98
|
export declare var EndpointIdentifier$: StaticStructureSchema;
|
|
87
|
-
export declare var EndpointNotFoundException$: StaticErrorSchema;
|
|
88
|
-
export declare var IncorrectCidrStateException$: StaticErrorSchema;
|
|
89
|
-
export declare var InternalServiceErrorException$: StaticErrorSchema;
|
|
90
|
-
export declare var InvalidArgumentException$: StaticErrorSchema;
|
|
91
|
-
export declare var InvalidNextTokenException$: StaticErrorSchema;
|
|
92
|
-
export declare var InvalidPortRangeException$: StaticErrorSchema;
|
|
93
99
|
export declare var IpSet$: StaticStructureSchema;
|
|
94
|
-
export declare var LimitExceededException$: StaticErrorSchema;
|
|
95
100
|
export declare var ListAcceleratorsRequest$: StaticStructureSchema;
|
|
96
101
|
export declare var ListAcceleratorsResponse$: StaticStructureSchema;
|
|
97
102
|
export declare var ListByoipCidrsRequest$: StaticStructureSchema;
|
|
@@ -115,7 +120,6 @@ export declare var ListCustomRoutingPortMappingsResponse$: StaticStructureSchema
|
|
|
115
120
|
export declare var ListEndpointGroupsRequest$: StaticStructureSchema;
|
|
116
121
|
export declare var ListEndpointGroupsResponse$: StaticStructureSchema;
|
|
117
122
|
export declare var Listener$: StaticStructureSchema;
|
|
118
|
-
export declare var ListenerNotFoundException$: StaticErrorSchema;
|
|
119
123
|
export declare var ListListenersRequest$: StaticStructureSchema;
|
|
120
124
|
export declare var ListListenersResponse$: StaticStructureSchema;
|
|
121
125
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
@@ -132,7 +136,6 @@ export declare var SocketAddress$: StaticStructureSchema;
|
|
|
132
136
|
export declare var Tag$: StaticStructureSchema;
|
|
133
137
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
134
138
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
135
|
-
export declare var TransactionInProgressException$: StaticErrorSchema;
|
|
136
139
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
137
140
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
138
141
|
export declare var UpdateAcceleratorAttributesRequest$: StaticStructureSchema;
|
|
@@ -153,7 +156,6 @@ export declare var UpdateListenerRequest$: StaticStructureSchema;
|
|
|
153
156
|
export declare var UpdateListenerResponse$: StaticStructureSchema;
|
|
154
157
|
export declare var WithdrawByoipCidrRequest$: StaticStructureSchema;
|
|
155
158
|
export declare var WithdrawByoipCidrResponse$: StaticStructureSchema;
|
|
156
|
-
export declare var GlobalAcceleratorServiceException$: StaticErrorSchema;
|
|
157
159
|
export declare var AddCustomRoutingEndpoints$: StaticOperationSchema;
|
|
158
160
|
export declare var AddEndpoints$: StaticOperationSchema;
|
|
159
161
|
export declare var AdvertiseByoipCidr$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-global-accelerator",
|
|
3
3
|
"description": "AWS SDK for JavaScript Global Accelerator Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.989.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-global-accelerator",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.9",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.9",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.989.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
36
|
+
"@smithy/core": "^3.23.0",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
38
38
|
"@smithy/hash-node": "^4.2.8",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
43
43
|
"@smithy/middleware-serde": "^4.2.9",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.8",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.8",
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
48
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
49
49
|
"@smithy/types": "^4.12.0",
|
|
50
50
|
"@smithy/url-parser": "^4.2.8",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
56
56
|
"@smithy/util-endpoints": "^3.2.8",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.8",
|
|
58
58
|
"@smithy/util-retry": "^4.2.8",
|