@aws-sdk/client-global-accelerator 3.533.0 → 3.540.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 (123) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/GlobalAccelerator.d.ts +6 -1
  6. package/dist-types/GlobalAcceleratorClient.d.ts +1 -1
  7. package/dist-types/commands/AddCustomRoutingEndpointsCommand.d.ts +2 -1
  8. package/dist-types/commands/AddEndpointsCommand.d.ts +2 -1
  9. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +2 -1
  10. package/dist-types/commands/AllowCustomRoutingTrafficCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateAcceleratorCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateCrossAccountAttachmentCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateCustomRoutingListenerCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateEndpointGroupCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateListenerCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteAcceleratorCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteCrossAccountAttachmentCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteCustomRoutingListenerCommand.d.ts +2 -1
  23. package/dist-types/commands/DeleteEndpointGroupCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteListenerCommand.d.ts +2 -1
  25. package/dist-types/commands/DenyCustomRoutingTrafficCommand.d.ts +2 -1
  26. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeAcceleratorAttributesCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeAcceleratorCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeCrossAccountAttachmentCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribeCustomRoutingListenerCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeEndpointGroupCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeListenerCommand.d.ts +2 -1
  36. package/dist-types/commands/ListAcceleratorsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListByoipCidrsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListCrossAccountAttachmentsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListCrossAccountResourceAccountsCommand.d.ts +2 -1
  40. package/dist-types/commands/ListCrossAccountResourcesCommand.d.ts +2 -1
  41. package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListCustomRoutingListenersCommand.d.ts +2 -1
  44. package/dist-types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +2 -1
  45. package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +2 -1
  46. package/dist-types/commands/ListEndpointGroupsCommand.d.ts +2 -1
  47. package/dist-types/commands/ListListenersCommand.d.ts +2 -1
  48. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  49. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -1
  50. package/dist-types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +2 -1
  51. package/dist-types/commands/RemoveEndpointsCommand.d.ts +2 -1
  52. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  53. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateAcceleratorAttributesCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateAcceleratorCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateCrossAccountAttachmentCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +2 -1
  59. package/dist-types/commands/UpdateCustomRoutingListenerCommand.d.ts +2 -1
  60. package/dist-types/commands/UpdateEndpointGroupCommand.d.ts +2 -1
  61. package/dist-types/commands/UpdateListenerCommand.d.ts +2 -1
  62. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
  63. package/dist-types/index.d.ts +0 -1
  64. package/dist-types/models/models_0.d.ts +368 -368
  65. package/dist-types/ts3.4/GlobalAccelerator.d.ts +5 -0
  66. package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/AddEndpointsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/CreateCrossAccountAttachmentCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DeleteCrossAccountAttachmentCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/DescribeCrossAccountAttachmentCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListCrossAccountAttachmentsCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListCrossAccountResourceAccountsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListCrossAccountResourcesCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/RemoveEndpointsCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/UpdateCrossAccountAttachmentCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/index.d.ts +0 -1
  123. package/package.json +40 -40
@@ -614,6 +614,7 @@ export interface GlobalAccelerator {
614
614
  options: __HttpHandlerOptions,
615
615
  cb: (err: any, data?: DescribeListenerCommandOutput) => void
616
616
  ): void;
617
+ listAccelerators(): Promise<ListAcceleratorsCommandOutput>;
617
618
  listAccelerators(
618
619
  args: ListAcceleratorsCommandInput,
619
620
  options?: __HttpHandlerOptions
@@ -627,6 +628,7 @@ export interface GlobalAccelerator {
627
628
  options: __HttpHandlerOptions,
628
629
  cb: (err: any, data?: ListAcceleratorsCommandOutput) => void
629
630
  ): void;
631
+ listByoipCidrs(): Promise<ListByoipCidrsCommandOutput>;
630
632
  listByoipCidrs(
631
633
  args: ListByoipCidrsCommandInput,
632
634
  options?: __HttpHandlerOptions
@@ -640,6 +642,7 @@ export interface GlobalAccelerator {
640
642
  options: __HttpHandlerOptions,
641
643
  cb: (err: any, data?: ListByoipCidrsCommandOutput) => void
642
644
  ): void;
645
+ listCrossAccountAttachments(): Promise<ListCrossAccountAttachmentsCommandOutput>;
643
646
  listCrossAccountAttachments(
644
647
  args: ListCrossAccountAttachmentsCommandInput,
645
648
  options?: __HttpHandlerOptions
@@ -653,6 +656,7 @@ export interface GlobalAccelerator {
653
656
  options: __HttpHandlerOptions,
654
657
  cb: (err: any, data?: ListCrossAccountAttachmentsCommandOutput) => void
655
658
  ): void;
659
+ listCrossAccountResourceAccounts(): Promise<ListCrossAccountResourceAccountsCommandOutput>;
656
660
  listCrossAccountResourceAccounts(
657
661
  args: ListCrossAccountResourceAccountsCommandInput,
658
662
  options?: __HttpHandlerOptions
@@ -679,6 +683,7 @@ export interface GlobalAccelerator {
679
683
  options: __HttpHandlerOptions,
680
684
  cb: (err: any, data?: ListCrossAccountResourcesCommandOutput) => void
681
685
  ): void;
686
+ listCustomRoutingAccelerators(): Promise<ListCustomRoutingAcceleratorsCommandOutput>;
682
687
  listCustomRoutingAccelerators(
683
688
  args: ListCustomRoutingAcceleratorsCommandInput,
684
689
  options?: __HttpHandlerOptions
@@ -25,6 +25,15 @@ declare const AddCustomRoutingEndpointsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AddCustomRoutingEndpointsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AddCustomRoutingEndpointsCommandInput,
32
+ AddCustomRoutingEndpointsCommandOutput,
33
+ GlobalAcceleratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AddCustomRoutingEndpointsCommand extends AddCustomRoutingEndpointsCommand_base {}
@@ -21,6 +21,15 @@ declare const AddEndpointsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: AddEndpointsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ AddEndpointsCommandInput,
28
+ AddEndpointsCommandOutput,
29
+ GlobalAcceleratorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class AddEndpointsCommand extends AddEndpointsCommand_base {}
@@ -25,6 +25,15 @@ declare const AdvertiseByoipCidrCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: AdvertiseByoipCidrCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ AdvertiseByoipCidrCommandInput,
32
+ AdvertiseByoipCidrCommandOutput,
33
+ GlobalAcceleratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class AdvertiseByoipCidrCommand extends AdvertiseByoipCidrCommand_base {}
@@ -21,6 +21,15 @@ declare const AllowCustomRoutingTrafficCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: AllowCustomRoutingTrafficCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ AllowCustomRoutingTrafficCommandInput,
28
+ AllowCustomRoutingTrafficCommandOutput,
29
+ GlobalAcceleratorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class AllowCustomRoutingTrafficCommand extends AllowCustomRoutingTrafficCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateAcceleratorCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateAcceleratorCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateAcceleratorCommandInput,
32
+ CreateAcceleratorCommandOutput,
33
+ GlobalAcceleratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateAcceleratorCommand extends CreateAcceleratorCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateCrossAccountAttachmentCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateCrossAccountAttachmentCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateCrossAccountAttachmentCommandInput,
32
+ CreateCrossAccountAttachmentCommandOutput,
33
+ GlobalAcceleratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateCrossAccountAttachmentCommand extends CreateCrossAccountAttachmentCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateCustomRoutingAcceleratorCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateCustomRoutingAcceleratorCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateCustomRoutingAcceleratorCommandInput,
32
+ CreateCustomRoutingAcceleratorCommandOutput,
33
+ GlobalAcceleratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateCustomRoutingAcceleratorCommand extends CreateCustomRoutingAcceleratorCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateCustomRoutingEndpointGroupCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateCustomRoutingEndpointGroupCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateCustomRoutingEndpointGroupCommandInput,
32
+ CreateCustomRoutingEndpointGroupCommandOutput,
33
+ GlobalAcceleratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateCustomRoutingEndpointGroupCommand extends CreateCustomRoutingEndpointGroupCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateCustomRoutingListenerCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateCustomRoutingListenerCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateCustomRoutingListenerCommandInput,
32
+ CreateCustomRoutingListenerCommandOutput,
33
+ GlobalAcceleratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateCustomRoutingListenerCommand extends CreateCustomRoutingListenerCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateEndpointGroupCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateEndpointGroupCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateEndpointGroupCommandInput,
32
+ CreateEndpointGroupCommandOutput,
33
+ GlobalAcceleratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateEndpointGroupCommand extends CreateEndpointGroupCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateListenerCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateListenerCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateListenerCommandInput,
31
+ CreateListenerCommandOutput,
32
+ GlobalAcceleratorClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateListenerCommand extends CreateListenerCommand_base {}
@@ -20,6 +20,15 @@ declare const DeleteAcceleratorCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeleteAcceleratorCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteAcceleratorCommandInput,
27
+ DeleteAcceleratorCommandOutput,
28
+ GlobalAcceleratorClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeleteAcceleratorCommand extends DeleteAcceleratorCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteCrossAccountAttachmentCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteCrossAccountAttachmentCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteCrossAccountAttachmentCommandInput,
28
+ DeleteCrossAccountAttachmentCommandOutput,
29
+ GlobalAcceleratorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteCrossAccountAttachmentCommand extends DeleteCrossAccountAttachmentCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteCustomRoutingAcceleratorCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteCustomRoutingAcceleratorCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteCustomRoutingAcceleratorCommandInput,
28
+ DeleteCustomRoutingAcceleratorCommandOutput,
29
+ GlobalAcceleratorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteCustomRoutingAcceleratorCommand extends DeleteCustomRoutingAcceleratorCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteCustomRoutingEndpointGroupCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteCustomRoutingEndpointGroupCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteCustomRoutingEndpointGroupCommandInput,
28
+ DeleteCustomRoutingEndpointGroupCommandOutput,
29
+ GlobalAcceleratorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteCustomRoutingEndpointGroupCommand extends DeleteCustomRoutingEndpointGroupCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteCustomRoutingListenerCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteCustomRoutingListenerCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteCustomRoutingListenerCommandInput,
28
+ DeleteCustomRoutingListenerCommandOutput,
29
+ GlobalAcceleratorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteCustomRoutingListenerCommand extends DeleteCustomRoutingListenerCommand_base {}
@@ -20,6 +20,15 @@ declare const DeleteEndpointGroupCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: DeleteEndpointGroupCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DeleteEndpointGroupCommandInput,
27
+ DeleteEndpointGroupCommandOutput,
28
+ GlobalAcceleratorClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class DeleteEndpointGroupCommand extends DeleteEndpointGroupCommand_base {}
@@ -19,6 +19,15 @@ declare const DeleteListenerCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: DeleteListenerCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DeleteListenerCommandInput,
26
+ DeleteListenerCommandOutput,
27
+ GlobalAcceleratorClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DeleteListenerCommand extends DeleteListenerCommand_base {}
@@ -21,6 +21,15 @@ declare const DenyCustomRoutingTrafficCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DenyCustomRoutingTrafficCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DenyCustomRoutingTrafficCommandInput,
28
+ DenyCustomRoutingTrafficCommandOutput,
29
+ GlobalAcceleratorClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DenyCustomRoutingTrafficCommand extends DenyCustomRoutingTrafficCommand_base {}
@@ -25,6 +25,15 @@ declare const DeprovisionByoipCidrCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeprovisionByoipCidrCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeprovisionByoipCidrCommandInput,
32
+ DeprovisionByoipCidrCommandOutput,
33
+ GlobalAcceleratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeprovisionByoipCidrCommand extends DeprovisionByoipCidrCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeAcceleratorAttributesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeAcceleratorAttributesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeAcceleratorAttributesCommandInput,
32
+ DescribeAcceleratorAttributesCommandOutput,
33
+ GlobalAcceleratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeAcceleratorAttributesCommand extends DescribeAcceleratorAttributesCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeAcceleratorCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeAcceleratorCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeAcceleratorCommandInput,
32
+ DescribeAcceleratorCommandOutput,
33
+ GlobalAcceleratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeAcceleratorCommand extends DescribeAcceleratorCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeCrossAccountAttachmentCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeCrossAccountAttachmentCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeCrossAccountAttachmentCommandInput,
32
+ DescribeCrossAccountAttachmentCommandOutput,
33
+ GlobalAcceleratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeCrossAccountAttachmentCommand extends DescribeCrossAccountAttachmentCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeCustomRoutingAcceleratorAttributesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeCustomRoutingAcceleratorAttributesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeCustomRoutingAcceleratorAttributesCommandInput,
32
+ DescribeCustomRoutingAcceleratorAttributesCommandOutput,
33
+ GlobalAcceleratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeCustomRoutingAcceleratorAttributesCommand extends DescribeCustomRoutingAcceleratorAttributesCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeCustomRoutingAcceleratorCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeCustomRoutingAcceleratorCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeCustomRoutingAcceleratorCommandInput,
32
+ DescribeCustomRoutingAcceleratorCommandOutput,
33
+ GlobalAcceleratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeCustomRoutingAcceleratorCommand extends DescribeCustomRoutingAcceleratorCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeCustomRoutingEndpointGroupCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeCustomRoutingEndpointGroupCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeCustomRoutingEndpointGroupCommandInput,
32
+ DescribeCustomRoutingEndpointGroupCommandOutput,
33
+ GlobalAcceleratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeCustomRoutingEndpointGroupCommand extends DescribeCustomRoutingEndpointGroupCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeCustomRoutingListenerCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeCustomRoutingListenerCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeCustomRoutingListenerCommandInput,
32
+ DescribeCustomRoutingListenerCommandOutput,
33
+ GlobalAcceleratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeCustomRoutingListenerCommand extends DescribeCustomRoutingListenerCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeEndpointGroupCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeEndpointGroupCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeEndpointGroupCommandInput,
32
+ DescribeEndpointGroupCommandOutput,
33
+ GlobalAcceleratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeEndpointGroupCommand extends DescribeEndpointGroupCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeListenerCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeListenerCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeListenerCommandInput,
31
+ DescribeListenerCommandOutput,
32
+ GlobalAcceleratorClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeListenerCommand extends DescribeListenerCommand_base {}
@@ -24,6 +24,15 @@ declare const ListAcceleratorsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListAcceleratorsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListAcceleratorsCommandInput,
31
+ ListAcceleratorsCommandOutput,
32
+ GlobalAcceleratorClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListAcceleratorsCommand extends ListAcceleratorsCommand_base {}
@@ -24,6 +24,15 @@ declare const ListByoipCidrsCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [ListByoipCidrsCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ ListByoipCidrsCommandInput,
31
+ ListByoipCidrsCommandOutput,
32
+ GlobalAcceleratorClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class ListByoipCidrsCommand extends ListByoipCidrsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListCrossAccountAttachmentsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListCrossAccountAttachmentsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListCrossAccountAttachmentsCommandInput,
32
+ ListCrossAccountAttachmentsCommandOutput,
33
+ GlobalAcceleratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListCrossAccountAttachmentsCommand extends ListCrossAccountAttachmentsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListCrossAccountResourceAccountsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListCrossAccountResourceAccountsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListCrossAccountResourceAccountsCommandInput,
32
+ ListCrossAccountResourceAccountsCommandOutput,
33
+ GlobalAcceleratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListCrossAccountResourceAccountsCommand extends ListCrossAccountResourceAccountsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListCrossAccountResourcesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListCrossAccountResourcesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListCrossAccountResourcesCommandInput,
32
+ ListCrossAccountResourcesCommandOutput,
33
+ GlobalAcceleratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListCrossAccountResourcesCommand extends ListCrossAccountResourcesCommand_base {}
@@ -25,6 +25,15 @@ declare const ListCustomRoutingAcceleratorsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [ListCustomRoutingAcceleratorsCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListCustomRoutingAcceleratorsCommandInput,
32
+ ListCustomRoutingAcceleratorsCommandOutput,
33
+ GlobalAcceleratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListCustomRoutingAcceleratorsCommand extends ListCustomRoutingAcceleratorsCommand_base {}
@@ -25,6 +25,15 @@ declare const ListCustomRoutingEndpointGroupsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: ListCustomRoutingEndpointGroupsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ ListCustomRoutingEndpointGroupsCommandInput,
32
+ ListCustomRoutingEndpointGroupsCommandOutput,
33
+ GlobalAcceleratorClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class ListCustomRoutingEndpointGroupsCommand extends ListCustomRoutingEndpointGroupsCommand_base {}