@aws-sdk/client-global-accelerator 3.170.0 → 3.178.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.
Files changed (60) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/GlobalAccelerator.d.ts +0 -47
  6. package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +0 -2
  44. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  45. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  46. package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +0 -2
  47. package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +0 -2
  48. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +0 -2
  49. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +0 -2
  50. package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +0 -2
  51. package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +0 -2
  52. package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +0 -2
  53. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +0 -2
  54. package/dist-types/ts3.4/models/GlobalAcceleratorServiceException.d.ts +0 -1
  55. package/dist-types/ts3.4/models/models_0.d.ts +0 -335
  56. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  57. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  58. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  59. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  60. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-global-accelerator
9
+
10
+
11
+
12
+
13
+
14
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-global-accelerator
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-global-accelerator
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: GlobalAcceleratorClientConfig) =
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: GlobalAcceleratorClientConfig) =
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: GlobalAcceleratorClientConfig) =
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
32
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
33
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
34
34
  signingEscapePath?: boolean | undefined;
35
35
  systemClockOffset?: number | undefined;
36
36
  signingRegion?: string | undefined;
@@ -188,7 +188,6 @@ import {
188
188
  WithdrawByoipCidrCommandOutput,
189
189
  } from "./commands/WithdrawByoipCidrCommand";
190
190
  import { GlobalAcceleratorClient } from "./GlobalAcceleratorClient";
191
-
192
191
  export declare class GlobalAccelerator extends GlobalAcceleratorClient {
193
192
  addCustomRoutingEndpoints(
194
193
  args: AddCustomRoutingEndpointsCommandInput,
@@ -203,7 +202,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
203
202
  options: __HttpHandlerOptions,
204
203
  cb: (err: any, data?: AddCustomRoutingEndpointsCommandOutput) => void
205
204
  ): void;
206
-
207
205
  advertiseByoipCidr(
208
206
  args: AdvertiseByoipCidrCommandInput,
209
207
  options?: __HttpHandlerOptions
@@ -217,7 +215,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
217
215
  options: __HttpHandlerOptions,
218
216
  cb: (err: any, data?: AdvertiseByoipCidrCommandOutput) => void
219
217
  ): void;
220
-
221
218
  allowCustomRoutingTraffic(
222
219
  args: AllowCustomRoutingTrafficCommandInput,
223
220
  options?: __HttpHandlerOptions
@@ -231,7 +228,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
231
228
  options: __HttpHandlerOptions,
232
229
  cb: (err: any, data?: AllowCustomRoutingTrafficCommandOutput) => void
233
230
  ): void;
234
-
235
231
  createAccelerator(
236
232
  args: CreateAcceleratorCommandInput,
237
233
  options?: __HttpHandlerOptions
@@ -245,7 +241,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
245
241
  options: __HttpHandlerOptions,
246
242
  cb: (err: any, data?: CreateAcceleratorCommandOutput) => void
247
243
  ): void;
248
-
249
244
  createCustomRoutingAccelerator(
250
245
  args: CreateCustomRoutingAcceleratorCommandInput,
251
246
  options?: __HttpHandlerOptions
@@ -259,7 +254,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
259
254
  options: __HttpHandlerOptions,
260
255
  cb: (err: any, data?: CreateCustomRoutingAcceleratorCommandOutput) => void
261
256
  ): void;
262
-
263
257
  createCustomRoutingEndpointGroup(
264
258
  args: CreateCustomRoutingEndpointGroupCommandInput,
265
259
  options?: __HttpHandlerOptions
@@ -273,7 +267,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
273
267
  options: __HttpHandlerOptions,
274
268
  cb: (err: any, data?: CreateCustomRoutingEndpointGroupCommandOutput) => void
275
269
  ): void;
276
-
277
270
  createCustomRoutingListener(
278
271
  args: CreateCustomRoutingListenerCommandInput,
279
272
  options?: __HttpHandlerOptions
@@ -287,7 +280,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
287
280
  options: __HttpHandlerOptions,
288
281
  cb: (err: any, data?: CreateCustomRoutingListenerCommandOutput) => void
289
282
  ): void;
290
-
291
283
  createEndpointGroup(
292
284
  args: CreateEndpointGroupCommandInput,
293
285
  options?: __HttpHandlerOptions
@@ -301,7 +293,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
301
293
  options: __HttpHandlerOptions,
302
294
  cb: (err: any, data?: CreateEndpointGroupCommandOutput) => void
303
295
  ): void;
304
-
305
296
  createListener(
306
297
  args: CreateListenerCommandInput,
307
298
  options?: __HttpHandlerOptions
@@ -315,7 +306,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
315
306
  options: __HttpHandlerOptions,
316
307
  cb: (err: any, data?: CreateListenerCommandOutput) => void
317
308
  ): void;
318
-
319
309
  deleteAccelerator(
320
310
  args: DeleteAcceleratorCommandInput,
321
311
  options?: __HttpHandlerOptions
@@ -329,7 +319,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
329
319
  options: __HttpHandlerOptions,
330
320
  cb: (err: any, data?: DeleteAcceleratorCommandOutput) => void
331
321
  ): void;
332
-
333
322
  deleteCustomRoutingAccelerator(
334
323
  args: DeleteCustomRoutingAcceleratorCommandInput,
335
324
  options?: __HttpHandlerOptions
@@ -343,7 +332,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
343
332
  options: __HttpHandlerOptions,
344
333
  cb: (err: any, data?: DeleteCustomRoutingAcceleratorCommandOutput) => void
345
334
  ): void;
346
-
347
335
  deleteCustomRoutingEndpointGroup(
348
336
  args: DeleteCustomRoutingEndpointGroupCommandInput,
349
337
  options?: __HttpHandlerOptions
@@ -357,7 +345,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
357
345
  options: __HttpHandlerOptions,
358
346
  cb: (err: any, data?: DeleteCustomRoutingEndpointGroupCommandOutput) => void
359
347
  ): void;
360
-
361
348
  deleteCustomRoutingListener(
362
349
  args: DeleteCustomRoutingListenerCommandInput,
363
350
  options?: __HttpHandlerOptions
@@ -371,7 +358,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
371
358
  options: __HttpHandlerOptions,
372
359
  cb: (err: any, data?: DeleteCustomRoutingListenerCommandOutput) => void
373
360
  ): void;
374
-
375
361
  deleteEndpointGroup(
376
362
  args: DeleteEndpointGroupCommandInput,
377
363
  options?: __HttpHandlerOptions
@@ -385,7 +371,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
385
371
  options: __HttpHandlerOptions,
386
372
  cb: (err: any, data?: DeleteEndpointGroupCommandOutput) => void
387
373
  ): void;
388
-
389
374
  deleteListener(
390
375
  args: DeleteListenerCommandInput,
391
376
  options?: __HttpHandlerOptions
@@ -399,7 +384,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
399
384
  options: __HttpHandlerOptions,
400
385
  cb: (err: any, data?: DeleteListenerCommandOutput) => void
401
386
  ): void;
402
-
403
387
  denyCustomRoutingTraffic(
404
388
  args: DenyCustomRoutingTrafficCommandInput,
405
389
  options?: __HttpHandlerOptions
@@ -413,7 +397,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
413
397
  options: __HttpHandlerOptions,
414
398
  cb: (err: any, data?: DenyCustomRoutingTrafficCommandOutput) => void
415
399
  ): void;
416
-
417
400
  deprovisionByoipCidr(
418
401
  args: DeprovisionByoipCidrCommandInput,
419
402
  options?: __HttpHandlerOptions
@@ -427,7 +410,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
427
410
  options: __HttpHandlerOptions,
428
411
  cb: (err: any, data?: DeprovisionByoipCidrCommandOutput) => void
429
412
  ): void;
430
-
431
413
  describeAccelerator(
432
414
  args: DescribeAcceleratorCommandInput,
433
415
  options?: __HttpHandlerOptions
@@ -441,7 +423,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
441
423
  options: __HttpHandlerOptions,
442
424
  cb: (err: any, data?: DescribeAcceleratorCommandOutput) => void
443
425
  ): void;
444
-
445
426
  describeAcceleratorAttributes(
446
427
  args: DescribeAcceleratorAttributesCommandInput,
447
428
  options?: __HttpHandlerOptions
@@ -455,7 +436,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
455
436
  options: __HttpHandlerOptions,
456
437
  cb: (err: any, data?: DescribeAcceleratorAttributesCommandOutput) => void
457
438
  ): void;
458
-
459
439
  describeCustomRoutingAccelerator(
460
440
  args: DescribeCustomRoutingAcceleratorCommandInput,
461
441
  options?: __HttpHandlerOptions
@@ -469,7 +449,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
469
449
  options: __HttpHandlerOptions,
470
450
  cb: (err: any, data?: DescribeCustomRoutingAcceleratorCommandOutput) => void
471
451
  ): void;
472
-
473
452
  describeCustomRoutingAcceleratorAttributes(
474
453
  args: DescribeCustomRoutingAcceleratorAttributesCommandInput,
475
454
  options?: __HttpHandlerOptions
@@ -489,7 +468,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
489
468
  data?: DescribeCustomRoutingAcceleratorAttributesCommandOutput
490
469
  ) => void
491
470
  ): void;
492
-
493
471
  describeCustomRoutingEndpointGroup(
494
472
  args: DescribeCustomRoutingEndpointGroupCommandInput,
495
473
  options?: __HttpHandlerOptions
@@ -509,7 +487,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
509
487
  data?: DescribeCustomRoutingEndpointGroupCommandOutput
510
488
  ) => void
511
489
  ): void;
512
-
513
490
  describeCustomRoutingListener(
514
491
  args: DescribeCustomRoutingListenerCommandInput,
515
492
  options?: __HttpHandlerOptions
@@ -523,7 +500,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
523
500
  options: __HttpHandlerOptions,
524
501
  cb: (err: any, data?: DescribeCustomRoutingListenerCommandOutput) => void
525
502
  ): void;
526
-
527
503
  describeEndpointGroup(
528
504
  args: DescribeEndpointGroupCommandInput,
529
505
  options?: __HttpHandlerOptions
@@ -537,7 +513,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
537
513
  options: __HttpHandlerOptions,
538
514
  cb: (err: any, data?: DescribeEndpointGroupCommandOutput) => void
539
515
  ): void;
540
-
541
516
  describeListener(
542
517
  args: DescribeListenerCommandInput,
543
518
  options?: __HttpHandlerOptions
@@ -551,7 +526,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
551
526
  options: __HttpHandlerOptions,
552
527
  cb: (err: any, data?: DescribeListenerCommandOutput) => void
553
528
  ): void;
554
-
555
529
  listAccelerators(
556
530
  args: ListAcceleratorsCommandInput,
557
531
  options?: __HttpHandlerOptions
@@ -565,7 +539,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
565
539
  options: __HttpHandlerOptions,
566
540
  cb: (err: any, data?: ListAcceleratorsCommandOutput) => void
567
541
  ): void;
568
-
569
542
  listByoipCidrs(
570
543
  args: ListByoipCidrsCommandInput,
571
544
  options?: __HttpHandlerOptions
@@ -579,7 +552,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
579
552
  options: __HttpHandlerOptions,
580
553
  cb: (err: any, data?: ListByoipCidrsCommandOutput) => void
581
554
  ): void;
582
-
583
555
  listCustomRoutingAccelerators(
584
556
  args: ListCustomRoutingAcceleratorsCommandInput,
585
557
  options?: __HttpHandlerOptions
@@ -593,7 +565,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
593
565
  options: __HttpHandlerOptions,
594
566
  cb: (err: any, data?: ListCustomRoutingAcceleratorsCommandOutput) => void
595
567
  ): void;
596
-
597
568
  listCustomRoutingEndpointGroups(
598
569
  args: ListCustomRoutingEndpointGroupsCommandInput,
599
570
  options?: __HttpHandlerOptions
@@ -607,7 +578,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
607
578
  options: __HttpHandlerOptions,
608
579
  cb: (err: any, data?: ListCustomRoutingEndpointGroupsCommandOutput) => void
609
580
  ): void;
610
-
611
581
  listCustomRoutingListeners(
612
582
  args: ListCustomRoutingListenersCommandInput,
613
583
  options?: __HttpHandlerOptions
@@ -621,7 +591,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
621
591
  options: __HttpHandlerOptions,
622
592
  cb: (err: any, data?: ListCustomRoutingListenersCommandOutput) => void
623
593
  ): void;
624
-
625
594
  listCustomRoutingPortMappings(
626
595
  args: ListCustomRoutingPortMappingsCommandInput,
627
596
  options?: __HttpHandlerOptions
@@ -635,7 +604,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
635
604
  options: __HttpHandlerOptions,
636
605
  cb: (err: any, data?: ListCustomRoutingPortMappingsCommandOutput) => void
637
606
  ): void;
638
-
639
607
  listCustomRoutingPortMappingsByDestination(
640
608
  args: ListCustomRoutingPortMappingsByDestinationCommandInput,
641
609
  options?: __HttpHandlerOptions
@@ -655,7 +623,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
655
623
  data?: ListCustomRoutingPortMappingsByDestinationCommandOutput
656
624
  ) => void
657
625
  ): void;
658
-
659
626
  listEndpointGroups(
660
627
  args: ListEndpointGroupsCommandInput,
661
628
  options?: __HttpHandlerOptions
@@ -669,7 +636,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
669
636
  options: __HttpHandlerOptions,
670
637
  cb: (err: any, data?: ListEndpointGroupsCommandOutput) => void
671
638
  ): void;
672
-
673
639
  listListeners(
674
640
  args: ListListenersCommandInput,
675
641
  options?: __HttpHandlerOptions
@@ -683,7 +649,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
683
649
  options: __HttpHandlerOptions,
684
650
  cb: (err: any, data?: ListListenersCommandOutput) => void
685
651
  ): void;
686
-
687
652
  listTagsForResource(
688
653
  args: ListTagsForResourceCommandInput,
689
654
  options?: __HttpHandlerOptions
@@ -697,7 +662,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
697
662
  options: __HttpHandlerOptions,
698
663
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
699
664
  ): void;
700
-
701
665
  provisionByoipCidr(
702
666
  args: ProvisionByoipCidrCommandInput,
703
667
  options?: __HttpHandlerOptions
@@ -711,7 +675,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
711
675
  options: __HttpHandlerOptions,
712
676
  cb: (err: any, data?: ProvisionByoipCidrCommandOutput) => void
713
677
  ): void;
714
-
715
678
  removeCustomRoutingEndpoints(
716
679
  args: RemoveCustomRoutingEndpointsCommandInput,
717
680
  options?: __HttpHandlerOptions
@@ -725,7 +688,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
725
688
  options: __HttpHandlerOptions,
726
689
  cb: (err: any, data?: RemoveCustomRoutingEndpointsCommandOutput) => void
727
690
  ): void;
728
-
729
691
  tagResource(
730
692
  args: TagResourceCommandInput,
731
693
  options?: __HttpHandlerOptions
@@ -739,7 +701,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
739
701
  options: __HttpHandlerOptions,
740
702
  cb: (err: any, data?: TagResourceCommandOutput) => void
741
703
  ): void;
742
-
743
704
  untagResource(
744
705
  args: UntagResourceCommandInput,
745
706
  options?: __HttpHandlerOptions
@@ -753,7 +714,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
753
714
  options: __HttpHandlerOptions,
754
715
  cb: (err: any, data?: UntagResourceCommandOutput) => void
755
716
  ): void;
756
-
757
717
  updateAccelerator(
758
718
  args: UpdateAcceleratorCommandInput,
759
719
  options?: __HttpHandlerOptions
@@ -767,7 +727,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
767
727
  options: __HttpHandlerOptions,
768
728
  cb: (err: any, data?: UpdateAcceleratorCommandOutput) => void
769
729
  ): void;
770
-
771
730
  updateAcceleratorAttributes(
772
731
  args: UpdateAcceleratorAttributesCommandInput,
773
732
  options?: __HttpHandlerOptions
@@ -781,7 +740,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
781
740
  options: __HttpHandlerOptions,
782
741
  cb: (err: any, data?: UpdateAcceleratorAttributesCommandOutput) => void
783
742
  ): void;
784
-
785
743
  updateCustomRoutingAccelerator(
786
744
  args: UpdateCustomRoutingAcceleratorCommandInput,
787
745
  options?: __HttpHandlerOptions
@@ -795,7 +753,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
795
753
  options: __HttpHandlerOptions,
796
754
  cb: (err: any, data?: UpdateCustomRoutingAcceleratorCommandOutput) => void
797
755
  ): void;
798
-
799
756
  updateCustomRoutingAcceleratorAttributes(
800
757
  args: UpdateCustomRoutingAcceleratorAttributesCommandInput,
801
758
  options?: __HttpHandlerOptions
@@ -815,7 +772,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
815
772
  data?: UpdateCustomRoutingAcceleratorAttributesCommandOutput
816
773
  ) => void
817
774
  ): void;
818
-
819
775
  updateCustomRoutingListener(
820
776
  args: UpdateCustomRoutingListenerCommandInput,
821
777
  options?: __HttpHandlerOptions
@@ -829,7 +785,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
829
785
  options: __HttpHandlerOptions,
830
786
  cb: (err: any, data?: UpdateCustomRoutingListenerCommandOutput) => void
831
787
  ): void;
832
-
833
788
  updateEndpointGroup(
834
789
  args: UpdateEndpointGroupCommandInput,
835
790
  options?: __HttpHandlerOptions
@@ -843,7 +798,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
843
798
  options: __HttpHandlerOptions,
844
799
  cb: (err: any, data?: UpdateEndpointGroupCommandOutput) => void
845
800
  ): void;
846
-
847
801
  updateListener(
848
802
  args: UpdateListenerCommandInput,
849
803
  options?: __HttpHandlerOptions
@@ -857,7 +811,6 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
857
811
  options: __HttpHandlerOptions,
858
812
  cb: (err: any, data?: UpdateListenerCommandOutput) => void
859
813
  ): void;
860
-
861
814
  withdrawByoipCidr(
862
815
  args: WithdrawByoipCidrCommandInput,
863
816
  options?: __HttpHandlerOptions
@@ -329,47 +329,26 @@ export declare type ServiceOutputTypes =
329
329
  export interface ClientDefaults
330
330
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
331
331
  requestHandler?: __HttpHandler;
332
-
333
332
  sha256?: __HashConstructor;
334
-
335
333
  urlParser?: __UrlParser;
336
-
337
334
  bodyLengthChecker?: __BodyLengthCalculator;
338
-
339
335
  streamCollector?: __StreamCollector;
340
-
341
336
  base64Decoder?: __Decoder;
342
-
343
337
  base64Encoder?: __Encoder;
344
-
345
338
  utf8Decoder?: __Decoder;
346
-
347
339
  utf8Encoder?: __Encoder;
348
-
349
340
  runtime?: string;
350
-
351
341
  disableHostPrefix?: boolean;
352
-
353
342
  maxAttempts?: number | __Provider<number>;
354
-
355
343
  retryMode?: string | __Provider<string>;
356
-
357
344
  logger?: __Logger;
358
-
359
345
  useDualstackEndpoint?: boolean | __Provider<boolean>;
360
-
361
346
  useFipsEndpoint?: boolean | __Provider<boolean>;
362
-
363
347
  serviceId?: string;
364
-
365
348
  region?: string | __Provider<string>;
366
-
367
349
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
368
-
369
350
  regionInfoProvider?: RegionInfoProvider;
370
-
371
351
  defaultUserAgentProvider?: Provider<__UserAgent>;
372
-
373
352
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
374
353
  }
375
354
  declare type GlobalAcceleratorClientConfigType = Partial<
@@ -382,7 +361,6 @@ declare type GlobalAcceleratorClientConfigType = Partial<
382
361
  HostHeaderInputConfig &
383
362
  AwsAuthInputConfig &
384
363
  UserAgentInputConfig;
385
-
386
364
  export interface GlobalAcceleratorClientConfig
387
365
  extends GlobalAcceleratorClientConfigType {}
388
366
  declare type GlobalAcceleratorClientResolvedConfigType =
@@ -394,10 +372,8 @@ declare type GlobalAcceleratorClientResolvedConfigType =
394
372
  HostHeaderResolvedConfig &
395
373
  AwsAuthResolvedConfig &
396
374
  UserAgentResolvedConfig;
397
-
398
375
  export interface GlobalAcceleratorClientResolvedConfig
399
376
  extends GlobalAcceleratorClientResolvedConfigType {}
400
-
401
377
  export declare class GlobalAcceleratorClient extends __Client<
402
378
  __HttpHandlerOptions,
403
379
  ServiceInputTypes,
@@ -406,7 +382,6 @@ export declare class GlobalAcceleratorClient extends __Client<
406
382
  > {
407
383
  readonly config: GlobalAcceleratorClientResolvedConfig;
408
384
  constructor(configuration: GlobalAcceleratorClientConfig);
409
-
410
385
  destroy(): void;
411
386
  }
412
387
  export {};
@@ -19,7 +19,6 @@ export interface AddCustomRoutingEndpointsCommandInput
19
19
  export interface AddCustomRoutingEndpointsCommandOutput
20
20
  extends AddCustomRoutingEndpointsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class AddCustomRoutingEndpointsCommand extends $Command<
24
23
  AddCustomRoutingEndpointsCommandInput,
25
24
  AddCustomRoutingEndpointsCommandOutput,
@@ -27,7 +26,6 @@ export declare class AddCustomRoutingEndpointsCommand extends $Command<
27
26
  > {
28
27
  readonly input: AddCustomRoutingEndpointsCommandInput;
29
28
  constructor(input: AddCustomRoutingEndpointsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: GlobalAcceleratorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface AdvertiseByoipCidrCommandInput
19
19
  export interface AdvertiseByoipCidrCommandOutput
20
20
  extends AdvertiseByoipCidrResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class AdvertiseByoipCidrCommand extends $Command<
24
23
  AdvertiseByoipCidrCommandInput,
25
24
  AdvertiseByoipCidrCommandOutput,
@@ -27,7 +26,6 @@ export declare class AdvertiseByoipCidrCommand extends $Command<
27
26
  > {
28
27
  readonly input: AdvertiseByoipCidrCommandInput;
29
28
  constructor(input: AdvertiseByoipCidrCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: GlobalAcceleratorClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface AllowCustomRoutingTrafficCommandInput
15
15
  extends AllowCustomRoutingTrafficRequest {}
16
16
  export interface AllowCustomRoutingTrafficCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class AllowCustomRoutingTrafficCommand extends $Command<
20
19
  AllowCustomRoutingTrafficCommandInput,
21
20
  AllowCustomRoutingTrafficCommandOutput,
@@ -23,7 +22,6 @@ export declare class AllowCustomRoutingTrafficCommand extends $Command<
23
22
  > {
24
23
  readonly input: AllowCustomRoutingTrafficCommandInput;
25
24
  constructor(input: AllowCustomRoutingTrafficCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: GlobalAcceleratorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateAcceleratorCommandInput
19
19
  export interface CreateAcceleratorCommandOutput
20
20
  extends CreateAcceleratorResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateAcceleratorCommand extends $Command<
24
23
  CreateAcceleratorCommandInput,
25
24
  CreateAcceleratorCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateAcceleratorCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateAcceleratorCommandInput;
29
28
  constructor(input: CreateAcceleratorCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: GlobalAcceleratorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateCustomRoutingAcceleratorCommandInput
19
19
  export interface CreateCustomRoutingAcceleratorCommandOutput
20
20
  extends CreateCustomRoutingAcceleratorResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateCustomRoutingAcceleratorCommand extends $Command<
24
23
  CreateCustomRoutingAcceleratorCommandInput,
25
24
  CreateCustomRoutingAcceleratorCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateCustomRoutingAcceleratorCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateCustomRoutingAcceleratorCommandInput;
29
28
  constructor(input: CreateCustomRoutingAcceleratorCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: GlobalAcceleratorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateCustomRoutingEndpointGroupCommandInput
19
19
  export interface CreateCustomRoutingEndpointGroupCommandOutput
20
20
  extends CreateCustomRoutingEndpointGroupResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateCustomRoutingEndpointGroupCommand extends $Command<
24
23
  CreateCustomRoutingEndpointGroupCommandInput,
25
24
  CreateCustomRoutingEndpointGroupCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateCustomRoutingEndpointGroupCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateCustomRoutingEndpointGroupCommandInput;
29
28
  constructor(input: CreateCustomRoutingEndpointGroupCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: GlobalAcceleratorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateCustomRoutingListenerCommandInput
19
19
  export interface CreateCustomRoutingListenerCommandOutput
20
20
  extends CreateCustomRoutingListenerResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateCustomRoutingListenerCommand extends $Command<
24
23
  CreateCustomRoutingListenerCommandInput,
25
24
  CreateCustomRoutingListenerCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateCustomRoutingListenerCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateCustomRoutingListenerCommandInput;
29
28
  constructor(input: CreateCustomRoutingListenerCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: GlobalAcceleratorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateEndpointGroupCommandInput
19
19
  export interface CreateEndpointGroupCommandOutput
20
20
  extends CreateEndpointGroupResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateEndpointGroupCommand extends $Command<
24
23
  CreateEndpointGroupCommandInput,
25
24
  CreateEndpointGroupCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateEndpointGroupCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateEndpointGroupCommandInput;
29
28
  constructor(input: CreateEndpointGroupCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: GlobalAcceleratorClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateListenerCommandInput extends CreateListenerRequest {}
18
18
  export interface CreateListenerCommandOutput
19
19
  extends CreateListenerResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateListenerCommand extends $Command<
23
22
  CreateListenerCommandInput,
24
23
  CreateListenerCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateListenerCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateListenerCommandInput;
28
27
  constructor(input: CreateListenerCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: GlobalAcceleratorClientResolvedConfig,
@@ -14,7 +14,6 @@ import { DeleteAcceleratorRequest } from "../models/models_0";
14
14
  export interface DeleteAcceleratorCommandInput
15
15
  extends DeleteAcceleratorRequest {}
16
16
  export interface DeleteAcceleratorCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class DeleteAcceleratorCommand extends $Command<
19
18
  DeleteAcceleratorCommandInput,
20
19
  DeleteAcceleratorCommandOutput,
@@ -22,7 +21,6 @@ export declare class DeleteAcceleratorCommand extends $Command<
22
21
  > {
23
22
  readonly input: DeleteAcceleratorCommandInput;
24
23
  constructor(input: DeleteAcceleratorCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: GlobalAcceleratorClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeleteCustomRoutingAcceleratorCommandInput
15
15
  extends DeleteCustomRoutingAcceleratorRequest {}
16
16
  export interface DeleteCustomRoutingAcceleratorCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class DeleteCustomRoutingAcceleratorCommand extends $Command<
20
19
  DeleteCustomRoutingAcceleratorCommandInput,
21
20
  DeleteCustomRoutingAcceleratorCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeleteCustomRoutingAcceleratorCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeleteCustomRoutingAcceleratorCommandInput;
25
24
  constructor(input: DeleteCustomRoutingAcceleratorCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: GlobalAcceleratorClientResolvedConfig,