@aws-sdk/client-global-accelerator 3.1077.0 → 3.1079.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 (176) hide show
  1. package/dist-cjs/index.js +174 -673
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +2 -14
  4. package/dist-es/commands/AddEndpointsCommand.js +2 -14
  5. package/dist-es/commands/AdvertiseByoipCidrCommand.js +2 -14
  6. package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +2 -14
  7. package/dist-es/commands/CreateAcceleratorCommand.js +2 -14
  8. package/dist-es/commands/CreateCrossAccountAttachmentCommand.js +2 -14
  9. package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +2 -14
  10. package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +2 -14
  11. package/dist-es/commands/CreateCustomRoutingListenerCommand.js +2 -14
  12. package/dist-es/commands/CreateEndpointGroupCommand.js +2 -14
  13. package/dist-es/commands/CreateListenerCommand.js +2 -14
  14. package/dist-es/commands/DeleteAcceleratorCommand.js +2 -14
  15. package/dist-es/commands/DeleteCrossAccountAttachmentCommand.js +2 -14
  16. package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +2 -14
  17. package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +2 -14
  18. package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +2 -14
  19. package/dist-es/commands/DeleteEndpointGroupCommand.js +2 -14
  20. package/dist-es/commands/DeleteListenerCommand.js +2 -14
  21. package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +2 -14
  22. package/dist-es/commands/DeprovisionByoipCidrCommand.js +2 -14
  23. package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +2 -14
  24. package/dist-es/commands/DescribeAcceleratorCommand.js +2 -14
  25. package/dist-es/commands/DescribeCrossAccountAttachmentCommand.js +2 -14
  26. package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +2 -14
  27. package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +2 -14
  28. package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +2 -14
  29. package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +2 -14
  30. package/dist-es/commands/DescribeEndpointGroupCommand.js +2 -14
  31. package/dist-es/commands/DescribeListenerCommand.js +2 -14
  32. package/dist-es/commands/ListAcceleratorsCommand.js +2 -14
  33. package/dist-es/commands/ListByoipCidrsCommand.js +2 -14
  34. package/dist-es/commands/ListCrossAccountAttachmentsCommand.js +2 -14
  35. package/dist-es/commands/ListCrossAccountResourceAccountsCommand.js +2 -14
  36. package/dist-es/commands/ListCrossAccountResourcesCommand.js +2 -14
  37. package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +2 -14
  38. package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +2 -14
  39. package/dist-es/commands/ListCustomRoutingListenersCommand.js +2 -14
  40. package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +2 -14
  41. package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +2 -14
  42. package/dist-es/commands/ListEndpointGroupsCommand.js +2 -14
  43. package/dist-es/commands/ListListenersCommand.js +2 -14
  44. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  45. package/dist-es/commands/ProvisionByoipCidrCommand.js +2 -14
  46. package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +2 -14
  47. package/dist-es/commands/RemoveEndpointsCommand.js +2 -14
  48. package/dist-es/commands/TagResourceCommand.js +2 -14
  49. package/dist-es/commands/UntagResourceCommand.js +2 -14
  50. package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +2 -14
  51. package/dist-es/commands/UpdateAcceleratorCommand.js +2 -14
  52. package/dist-es/commands/UpdateCrossAccountAttachmentCommand.js +2 -14
  53. package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +2 -14
  54. package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +2 -14
  55. package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +2 -14
  56. package/dist-es/commands/UpdateEndpointGroupCommand.js +2 -14
  57. package/dist-es/commands/UpdateListenerCommand.js +2 -14
  58. package/dist-es/commands/WithdrawByoipCidrCommand.js +2 -14
  59. package/dist-es/index.js +1 -0
  60. package/dist-types/commandBuilder.d.ts +18 -0
  61. package/dist-types/commands/AddCustomRoutingEndpointsCommand.d.ts +3 -8
  62. package/dist-types/commands/AddEndpointsCommand.d.ts +3 -8
  63. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +3 -8
  64. package/dist-types/commands/AllowCustomRoutingTrafficCommand.d.ts +3 -8
  65. package/dist-types/commands/CreateAcceleratorCommand.d.ts +3 -8
  66. package/dist-types/commands/CreateCrossAccountAttachmentCommand.d.ts +3 -8
  67. package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +3 -8
  68. package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +3 -8
  69. package/dist-types/commands/CreateCustomRoutingListenerCommand.d.ts +3 -8
  70. package/dist-types/commands/CreateEndpointGroupCommand.d.ts +3 -8
  71. package/dist-types/commands/CreateListenerCommand.d.ts +3 -8
  72. package/dist-types/commands/DeleteAcceleratorCommand.d.ts +3 -8
  73. package/dist-types/commands/DeleteCrossAccountAttachmentCommand.d.ts +3 -8
  74. package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +3 -8
  75. package/dist-types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +3 -8
  76. package/dist-types/commands/DeleteCustomRoutingListenerCommand.d.ts +3 -8
  77. package/dist-types/commands/DeleteEndpointGroupCommand.d.ts +3 -8
  78. package/dist-types/commands/DeleteListenerCommand.d.ts +3 -8
  79. package/dist-types/commands/DenyCustomRoutingTrafficCommand.d.ts +3 -8
  80. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +3 -8
  81. package/dist-types/commands/DescribeAcceleratorAttributesCommand.d.ts +3 -8
  82. package/dist-types/commands/DescribeAcceleratorCommand.d.ts +3 -8
  83. package/dist-types/commands/DescribeCrossAccountAttachmentCommand.d.ts +3 -8
  84. package/dist-types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +3 -8
  85. package/dist-types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +3 -8
  86. package/dist-types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +3 -8
  87. package/dist-types/commands/DescribeCustomRoutingListenerCommand.d.ts +3 -8
  88. package/dist-types/commands/DescribeEndpointGroupCommand.d.ts +3 -8
  89. package/dist-types/commands/DescribeListenerCommand.d.ts +3 -8
  90. package/dist-types/commands/ListAcceleratorsCommand.d.ts +3 -8
  91. package/dist-types/commands/ListByoipCidrsCommand.d.ts +3 -8
  92. package/dist-types/commands/ListCrossAccountAttachmentsCommand.d.ts +3 -8
  93. package/dist-types/commands/ListCrossAccountResourceAccountsCommand.d.ts +3 -8
  94. package/dist-types/commands/ListCrossAccountResourcesCommand.d.ts +3 -8
  95. package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +3 -8
  96. package/dist-types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +3 -8
  97. package/dist-types/commands/ListCustomRoutingListenersCommand.d.ts +3 -8
  98. package/dist-types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +3 -8
  99. package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +3 -8
  100. package/dist-types/commands/ListEndpointGroupsCommand.d.ts +3 -8
  101. package/dist-types/commands/ListListenersCommand.d.ts +3 -8
  102. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  103. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +3 -8
  104. package/dist-types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +3 -8
  105. package/dist-types/commands/RemoveEndpointsCommand.d.ts +3 -8
  106. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  107. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  108. package/dist-types/commands/UpdateAcceleratorAttributesCommand.d.ts +3 -8
  109. package/dist-types/commands/UpdateAcceleratorCommand.d.ts +3 -8
  110. package/dist-types/commands/UpdateCrossAccountAttachmentCommand.d.ts +3 -8
  111. package/dist-types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +3 -8
  112. package/dist-types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +3 -8
  113. package/dist-types/commands/UpdateCustomRoutingListenerCommand.d.ts +3 -8
  114. package/dist-types/commands/UpdateEndpointGroupCommand.d.ts +3 -8
  115. package/dist-types/commands/UpdateListenerCommand.d.ts +3 -8
  116. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +3 -8
  117. package/dist-types/index.d.ts +1 -0
  118. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  119. package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/AddEndpointsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/CreateCrossAccountAttachmentCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/DeleteCrossAccountAttachmentCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/DescribeCrossAccountAttachmentCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/ListCrossAccountAttachmentsCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/ListCrossAccountResourceAccountsCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/ListCrossAccountResourcesCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/RemoveEndpointsCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/UpdateCrossAccountAttachmentCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/index.d.ts +1 -0
  176. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
2
  import type { DescribeCustomRoutingAcceleratorAttributesRequest, DescribeCustomRoutingAcceleratorAttributesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeCustomRoutingAcceleratorAttributesCommandInput extends
22
19
  export interface DescribeCustomRoutingAcceleratorAttributesCommandOutput extends DescribeCustomRoutingAcceleratorAttributesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeCustomRoutingAcceleratorAttributesCommand_base: {
25
- new (input: DescribeCustomRoutingAcceleratorAttributesCommandInput): import("@smithy/core/client").CommandImpl<DescribeCustomRoutingAcceleratorAttributesCommandInput, DescribeCustomRoutingAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeCustomRoutingAcceleratorAttributesCommandInput): import("@smithy/core/client").CommandImpl<DescribeCustomRoutingAcceleratorAttributesCommandInput, DescribeCustomRoutingAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeCustomRoutingAcceleratorAttributesCommandInput): import("@smithy/core/client").CommandImpl<DescribeCustomRoutingAcceleratorAttributesCommandInput, DescribeCustomRoutingAcceleratorAttributesCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeCustomRoutingAcceleratorAttributesCommandInput): import("@smithy/core/client").CommandImpl<DescribeCustomRoutingAcceleratorAttributesCommandInput, DescribeCustomRoutingAcceleratorAttributesCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describe the attributes of a custom routing accelerator. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
2
  import type { DescribeCustomRoutingAcceleratorRequest, DescribeCustomRoutingAcceleratorResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeCustomRoutingAcceleratorCommandInput extends DescribeCu
22
19
  export interface DescribeCustomRoutingAcceleratorCommandOutput extends DescribeCustomRoutingAcceleratorResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeCustomRoutingAcceleratorCommand_base: {
25
- new (input: DescribeCustomRoutingAcceleratorCommandInput): import("@smithy/core/client").CommandImpl<DescribeCustomRoutingAcceleratorCommandInput, DescribeCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeCustomRoutingAcceleratorCommandInput): import("@smithy/core/client").CommandImpl<DescribeCustomRoutingAcceleratorCommandInput, DescribeCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeCustomRoutingAcceleratorCommandInput): import("@smithy/core/client").CommandImpl<DescribeCustomRoutingAcceleratorCommandInput, DescribeCustomRoutingAcceleratorCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeCustomRoutingAcceleratorCommandInput): import("@smithy/core/client").CommandImpl<DescribeCustomRoutingAcceleratorCommandInput, DescribeCustomRoutingAcceleratorCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describe a custom routing accelerator. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
2
  import type { DescribeCustomRoutingEndpointGroupRequest, DescribeCustomRoutingEndpointGroupResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeCustomRoutingEndpointGroupCommandInput extends Describe
22
19
  export interface DescribeCustomRoutingEndpointGroupCommandOutput extends DescribeCustomRoutingEndpointGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeCustomRoutingEndpointGroupCommand_base: {
25
- new (input: DescribeCustomRoutingEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeCustomRoutingEndpointGroupCommandInput, DescribeCustomRoutingEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeCustomRoutingEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeCustomRoutingEndpointGroupCommandInput, DescribeCustomRoutingEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeCustomRoutingEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeCustomRoutingEndpointGroupCommandInput, DescribeCustomRoutingEndpointGroupCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeCustomRoutingEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeCustomRoutingEndpointGroupCommandInput, DescribeCustomRoutingEndpointGroupCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describe an endpoint group for a custom routing accelerator. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
2
  import type { DescribeCustomRoutingListenerRequest, DescribeCustomRoutingListenerResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeCustomRoutingListenerCommandInput extends DescribeCusto
22
19
  export interface DescribeCustomRoutingListenerCommandOutput extends DescribeCustomRoutingListenerResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeCustomRoutingListenerCommand_base: {
25
- new (input: DescribeCustomRoutingListenerCommandInput): import("@smithy/core/client").CommandImpl<DescribeCustomRoutingListenerCommandInput, DescribeCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeCustomRoutingListenerCommandInput): import("@smithy/core/client").CommandImpl<DescribeCustomRoutingListenerCommandInput, DescribeCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeCustomRoutingListenerCommandInput): import("@smithy/core/client").CommandImpl<DescribeCustomRoutingListenerCommandInput, DescribeCustomRoutingListenerCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeCustomRoutingListenerCommandInput): import("@smithy/core/client").CommandImpl<DescribeCustomRoutingListenerCommandInput, DescribeCustomRoutingListenerCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>The description of a listener for a custom routing accelerator.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
2
  import type { DescribeEndpointGroupRequest, DescribeEndpointGroupResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeEndpointGroupCommandInput extends DescribeEndpointGroup
22
19
  export interface DescribeEndpointGroupCommandOutput extends DescribeEndpointGroupResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeEndpointGroupCommand_base: {
25
- new (input: DescribeEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeEndpointGroupCommandInput, DescribeEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeEndpointGroupCommandInput, DescribeEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeEndpointGroupCommandInput, DescribeEndpointGroupCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeEndpointGroupCommandInput): import("@smithy/core/client").CommandImpl<DescribeEndpointGroupCommandInput, DescribeEndpointGroupCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describe an endpoint group. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
2
  import type { DescribeListenerRequest, DescribeListenerResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeListenerCommandInput extends DescribeListenerRequest {
22
19
  export interface DescribeListenerCommandOutput extends DescribeListenerResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeListenerCommand_base: {
25
- new (input: DescribeListenerCommandInput): import("@smithy/core/client").CommandImpl<DescribeListenerCommandInput, DescribeListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeListenerCommandInput): import("@smithy/core/client").CommandImpl<DescribeListenerCommandInput, DescribeListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeListenerCommandInput): import("@smithy/core/client").CommandImpl<DescribeListenerCommandInput, DescribeListenerCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeListenerCommandInput): import("@smithy/core/client").CommandImpl<DescribeListenerCommandInput, DescribeListenerCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describe a listener. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
2
  import type { ListAcceleratorsRequest, ListAcceleratorsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListAcceleratorsCommandInput extends ListAcceleratorsRequest {
22
19
  export interface ListAcceleratorsCommandOutput extends ListAcceleratorsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListAcceleratorsCommand_base: {
25
- new (input: ListAcceleratorsCommandInput): import("@smithy/core/client").CommandImpl<ListAcceleratorsCommandInput, ListAcceleratorsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListAcceleratorsCommandInput]): import("@smithy/core/client").CommandImpl<ListAcceleratorsCommandInput, ListAcceleratorsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAcceleratorsCommandInput): import("@smithy/core/client").CommandImpl<ListAcceleratorsCommandInput, ListAcceleratorsCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListAcceleratorsCommandInput]): import("@smithy/core/client").CommandImpl<ListAcceleratorsCommandInput, ListAcceleratorsCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List the accelerators for an Amazon Web Services account. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
2
  import type { ListByoipCidrsRequest, ListByoipCidrsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListByoipCidrsCommandInput extends ListByoipCidrsRequest {
22
19
  export interface ListByoipCidrsCommandOutput extends ListByoipCidrsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListByoipCidrsCommand_base: {
25
- new (input: ListByoipCidrsCommandInput): import("@smithy/core/client").CommandImpl<ListByoipCidrsCommandInput, ListByoipCidrsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListByoipCidrsCommandInput]): import("@smithy/core/client").CommandImpl<ListByoipCidrsCommandInput, ListByoipCidrsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListByoipCidrsCommandInput): import("@smithy/core/client").CommandImpl<ListByoipCidrsCommandInput, ListByoipCidrsCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListByoipCidrsCommandInput]): import("@smithy/core/client").CommandImpl<ListByoipCidrsCommandInput, ListByoipCidrsCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the IP address ranges that were specified in calls to <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/ProvisionByoipCidr.html">ProvisionByoipCidr</a>, including
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
2
  import type { ListCrossAccountAttachmentsRequest, ListCrossAccountAttachmentsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListCrossAccountAttachmentsCommandInput extends ListCrossAccoun
22
19
  export interface ListCrossAccountAttachmentsCommandOutput extends ListCrossAccountAttachmentsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListCrossAccountAttachmentsCommand_base: {
25
- new (input: ListCrossAccountAttachmentsCommandInput): import("@smithy/core/client").CommandImpl<ListCrossAccountAttachmentsCommandInput, ListCrossAccountAttachmentsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListCrossAccountAttachmentsCommandInput]): import("@smithy/core/client").CommandImpl<ListCrossAccountAttachmentsCommandInput, ListCrossAccountAttachmentsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListCrossAccountAttachmentsCommandInput): import("@smithy/core/client").CommandImpl<ListCrossAccountAttachmentsCommandInput, ListCrossAccountAttachmentsCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListCrossAccountAttachmentsCommandInput]): import("@smithy/core/client").CommandImpl<ListCrossAccountAttachmentsCommandInput, ListCrossAccountAttachmentsCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List the cross-account attachments that have been created in Global Accelerator.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
2
  import type { ListCrossAccountResourceAccountsRequest, ListCrossAccountResourceAccountsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListCrossAccountResourceAccountsCommandInput extends ListCrossA
22
19
  export interface ListCrossAccountResourceAccountsCommandOutput extends ListCrossAccountResourceAccountsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListCrossAccountResourceAccountsCommand_base: {
25
- new (input: ListCrossAccountResourceAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListCrossAccountResourceAccountsCommandInput, ListCrossAccountResourceAccountsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListCrossAccountResourceAccountsCommandInput]): import("@smithy/core/client").CommandImpl<ListCrossAccountResourceAccountsCommandInput, ListCrossAccountResourceAccountsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListCrossAccountResourceAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListCrossAccountResourceAccountsCommandInput, ListCrossAccountResourceAccountsCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListCrossAccountResourceAccountsCommandInput]): import("@smithy/core/client").CommandImpl<ListCrossAccountResourceAccountsCommandInput, ListCrossAccountResourceAccountsCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List the accounts that have cross-account resources.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
2
  import type { ListCrossAccountResourcesRequest, ListCrossAccountResourcesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListCrossAccountResourcesCommandInput extends ListCrossAccountR
22
19
  export interface ListCrossAccountResourcesCommandOutput extends ListCrossAccountResourcesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListCrossAccountResourcesCommand_base: {
25
- new (input: ListCrossAccountResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListCrossAccountResourcesCommandInput, ListCrossAccountResourcesCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListCrossAccountResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListCrossAccountResourcesCommandInput, ListCrossAccountResourcesCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListCrossAccountResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListCrossAccountResourcesCommandInput, ListCrossAccountResourcesCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListCrossAccountResourcesCommandInput): import("@smithy/core/client").CommandImpl<ListCrossAccountResourcesCommandInput, ListCrossAccountResourcesCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List the cross-account resources available to work with.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
2
  import type { ListCustomRoutingAcceleratorsRequest, ListCustomRoutingAcceleratorsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListCustomRoutingAcceleratorsCommandInput extends ListCustomRou
22
19
  export interface ListCustomRoutingAcceleratorsCommandOutput extends ListCustomRoutingAcceleratorsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListCustomRoutingAcceleratorsCommand_base: {
25
- new (input: ListCustomRoutingAcceleratorsCommandInput): import("@smithy/core/client").CommandImpl<ListCustomRoutingAcceleratorsCommandInput, ListCustomRoutingAcceleratorsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListCustomRoutingAcceleratorsCommandInput]): import("@smithy/core/client").CommandImpl<ListCustomRoutingAcceleratorsCommandInput, ListCustomRoutingAcceleratorsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListCustomRoutingAcceleratorsCommandInput): import("@smithy/core/client").CommandImpl<ListCustomRoutingAcceleratorsCommandInput, ListCustomRoutingAcceleratorsCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListCustomRoutingAcceleratorsCommandInput]): import("@smithy/core/client").CommandImpl<ListCustomRoutingAcceleratorsCommandInput, ListCustomRoutingAcceleratorsCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List the custom routing accelerators for an Amazon Web Services account. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
2
  import type { ListCustomRoutingEndpointGroupsRequest, ListCustomRoutingEndpointGroupsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListCustomRoutingEndpointGroupsCommandInput extends ListCustomR
22
19
  export interface ListCustomRoutingEndpointGroupsCommandOutput extends ListCustomRoutingEndpointGroupsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListCustomRoutingEndpointGroupsCommand_base: {
25
- new (input: ListCustomRoutingEndpointGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListCustomRoutingEndpointGroupsCommandInput, ListCustomRoutingEndpointGroupsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListCustomRoutingEndpointGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListCustomRoutingEndpointGroupsCommandInput, ListCustomRoutingEndpointGroupsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListCustomRoutingEndpointGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListCustomRoutingEndpointGroupsCommandInput, ListCustomRoutingEndpointGroupsCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListCustomRoutingEndpointGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListCustomRoutingEndpointGroupsCommandInput, ListCustomRoutingEndpointGroupsCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List the endpoint groups that are associated with a listener for a custom routing accelerator. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
2
  import type { ListCustomRoutingListenersRequest, ListCustomRoutingListenersResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListCustomRoutingListenersCommandInput extends ListCustomRoutin
22
19
  export interface ListCustomRoutingListenersCommandOutput extends ListCustomRoutingListenersResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListCustomRoutingListenersCommand_base: {
25
- new (input: ListCustomRoutingListenersCommandInput): import("@smithy/core/client").CommandImpl<ListCustomRoutingListenersCommandInput, ListCustomRoutingListenersCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListCustomRoutingListenersCommandInput): import("@smithy/core/client").CommandImpl<ListCustomRoutingListenersCommandInput, ListCustomRoutingListenersCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListCustomRoutingListenersCommandInput): import("@smithy/core/client").CommandImpl<ListCustomRoutingListenersCommandInput, ListCustomRoutingListenersCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListCustomRoutingListenersCommandInput): import("@smithy/core/client").CommandImpl<ListCustomRoutingListenersCommandInput, ListCustomRoutingListenersCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List the listeners for a custom routing accelerator. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
2
  import type { ListCustomRoutingPortMappingsByDestinationRequest, ListCustomRoutingPortMappingsByDestinationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListCustomRoutingPortMappingsByDestinationCommandInput extends
22
19
  export interface ListCustomRoutingPortMappingsByDestinationCommandOutput extends ListCustomRoutingPortMappingsByDestinationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListCustomRoutingPortMappingsByDestinationCommand_base: {
25
- new (input: ListCustomRoutingPortMappingsByDestinationCommandInput): import("@smithy/core/client").CommandImpl<ListCustomRoutingPortMappingsByDestinationCommandInput, ListCustomRoutingPortMappingsByDestinationCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListCustomRoutingPortMappingsByDestinationCommandInput): import("@smithy/core/client").CommandImpl<ListCustomRoutingPortMappingsByDestinationCommandInput, ListCustomRoutingPortMappingsByDestinationCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListCustomRoutingPortMappingsByDestinationCommandInput): import("@smithy/core/client").CommandImpl<ListCustomRoutingPortMappingsByDestinationCommandInput, ListCustomRoutingPortMappingsByDestinationCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListCustomRoutingPortMappingsByDestinationCommandInput): import("@smithy/core/client").CommandImpl<ListCustomRoutingPortMappingsByDestinationCommandInput, ListCustomRoutingPortMappingsByDestinationCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List the port mappings for a specific EC2 instance (destination) in a VPC subnet endpoint. The
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
2
  import type { ListCustomRoutingPortMappingsRequest, ListCustomRoutingPortMappingsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListCustomRoutingPortMappingsCommandInput extends ListCustomRou
22
19
  export interface ListCustomRoutingPortMappingsCommandOutput extends ListCustomRoutingPortMappingsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListCustomRoutingPortMappingsCommand_base: {
25
- new (input: ListCustomRoutingPortMappingsCommandInput): import("@smithy/core/client").CommandImpl<ListCustomRoutingPortMappingsCommandInput, ListCustomRoutingPortMappingsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListCustomRoutingPortMappingsCommandInput): import("@smithy/core/client").CommandImpl<ListCustomRoutingPortMappingsCommandInput, ListCustomRoutingPortMappingsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListCustomRoutingPortMappingsCommandInput): import("@smithy/core/client").CommandImpl<ListCustomRoutingPortMappingsCommandInput, ListCustomRoutingPortMappingsCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListCustomRoutingPortMappingsCommandInput): import("@smithy/core/client").CommandImpl<ListCustomRoutingPortMappingsCommandInput, ListCustomRoutingPortMappingsCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides a complete mapping from the public accelerator IP address and port to destination EC2 instance
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
2
  import type { ListEndpointGroupsRequest, ListEndpointGroupsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListEndpointGroupsCommandInput extends ListEndpointGroupsReques
22
19
  export interface ListEndpointGroupsCommandOutput extends ListEndpointGroupsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListEndpointGroupsCommand_base: {
25
- new (input: ListEndpointGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListEndpointGroupsCommandInput, ListEndpointGroupsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListEndpointGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListEndpointGroupsCommandInput, ListEndpointGroupsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListEndpointGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListEndpointGroupsCommandInput, ListEndpointGroupsCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListEndpointGroupsCommandInput): import("@smithy/core/client").CommandImpl<ListEndpointGroupsCommandInput, ListEndpointGroupsCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List the endpoint groups that are associated with a listener. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
2
  import type { ListListenersRequest, ListListenersResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListListenersCommandInput extends ListListenersRequest {
22
19
  export interface ListListenersCommandOutput extends ListListenersResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListListenersCommand_base: {
25
- new (input: ListListenersCommandInput): import("@smithy/core/client").CommandImpl<ListListenersCommandInput, ListListenersCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListListenersCommandInput): import("@smithy/core/client").CommandImpl<ListListenersCommandInput, ListListenersCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListListenersCommandInput): import("@smithy/core/client").CommandImpl<ListListenersCommandInput, ListListenersCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListListenersCommandInput): import("@smithy/core/client").CommandImpl<ListListenersCommandInput, ListListenersCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List the listeners for an accelerator. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List all tags for an accelerator. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
4
2
  import type { ProvisionByoipCidrRequest, ProvisionByoipCidrResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ProvisionByoipCidrCommandInput extends ProvisionByoipCidrReques
22
19
  export interface ProvisionByoipCidrCommandOutput extends ProvisionByoipCidrResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ProvisionByoipCidrCommand_base: {
25
- new (input: ProvisionByoipCidrCommandInput): import("@smithy/core/client").CommandImpl<ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ProvisionByoipCidrCommandInput): import("@smithy/core/client").CommandImpl<ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ProvisionByoipCidrCommandInput): import("@smithy/core/client").CommandImpl<ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ProvisionByoipCidrCommandInput): import("@smithy/core/client").CommandImpl<ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput, import("..").GlobalAcceleratorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provisions an IP address range to use with your Amazon Web Services resources through bring your own IP