@aws-sdk/client-global-accelerator 3.1076.0 → 3.1078.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 (188) hide show
  1. package/dist-cjs/index.js +177 -675
  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-es/runtimeConfig.browser.js +0 -2
  61. package/dist-es/runtimeConfig.js +1 -2
  62. package/dist-es/runtimeConfig.native.js +0 -2
  63. package/dist-es/runtimeConfig.shared.js +2 -0
  64. package/dist-types/commandBuilder.d.ts +18 -0
  65. package/dist-types/commands/AddCustomRoutingEndpointsCommand.d.ts +3 -8
  66. package/dist-types/commands/AddEndpointsCommand.d.ts +3 -8
  67. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +3 -8
  68. package/dist-types/commands/AllowCustomRoutingTrafficCommand.d.ts +3 -8
  69. package/dist-types/commands/CreateAcceleratorCommand.d.ts +3 -8
  70. package/dist-types/commands/CreateCrossAccountAttachmentCommand.d.ts +3 -8
  71. package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +3 -8
  72. package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +3 -8
  73. package/dist-types/commands/CreateCustomRoutingListenerCommand.d.ts +3 -8
  74. package/dist-types/commands/CreateEndpointGroupCommand.d.ts +3 -8
  75. package/dist-types/commands/CreateListenerCommand.d.ts +3 -8
  76. package/dist-types/commands/DeleteAcceleratorCommand.d.ts +3 -8
  77. package/dist-types/commands/DeleteCrossAccountAttachmentCommand.d.ts +3 -8
  78. package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +3 -8
  79. package/dist-types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +3 -8
  80. package/dist-types/commands/DeleteCustomRoutingListenerCommand.d.ts +3 -8
  81. package/dist-types/commands/DeleteEndpointGroupCommand.d.ts +3 -8
  82. package/dist-types/commands/DeleteListenerCommand.d.ts +3 -8
  83. package/dist-types/commands/DenyCustomRoutingTrafficCommand.d.ts +3 -8
  84. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +3 -8
  85. package/dist-types/commands/DescribeAcceleratorAttributesCommand.d.ts +3 -8
  86. package/dist-types/commands/DescribeAcceleratorCommand.d.ts +3 -8
  87. package/dist-types/commands/DescribeCrossAccountAttachmentCommand.d.ts +3 -8
  88. package/dist-types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +3 -8
  89. package/dist-types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +3 -8
  90. package/dist-types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +3 -8
  91. package/dist-types/commands/DescribeCustomRoutingListenerCommand.d.ts +3 -8
  92. package/dist-types/commands/DescribeEndpointGroupCommand.d.ts +3 -8
  93. package/dist-types/commands/DescribeListenerCommand.d.ts +3 -8
  94. package/dist-types/commands/ListAcceleratorsCommand.d.ts +3 -8
  95. package/dist-types/commands/ListByoipCidrsCommand.d.ts +3 -8
  96. package/dist-types/commands/ListCrossAccountAttachmentsCommand.d.ts +3 -8
  97. package/dist-types/commands/ListCrossAccountResourceAccountsCommand.d.ts +3 -8
  98. package/dist-types/commands/ListCrossAccountResourcesCommand.d.ts +3 -8
  99. package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +3 -8
  100. package/dist-types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +3 -8
  101. package/dist-types/commands/ListCustomRoutingListenersCommand.d.ts +3 -8
  102. package/dist-types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +3 -8
  103. package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +3 -8
  104. package/dist-types/commands/ListEndpointGroupsCommand.d.ts +3 -8
  105. package/dist-types/commands/ListListenersCommand.d.ts +3 -8
  106. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  107. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +3 -8
  108. package/dist-types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +3 -8
  109. package/dist-types/commands/RemoveEndpointsCommand.d.ts +3 -8
  110. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  111. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  112. package/dist-types/commands/UpdateAcceleratorAttributesCommand.d.ts +3 -8
  113. package/dist-types/commands/UpdateAcceleratorCommand.d.ts +3 -8
  114. package/dist-types/commands/UpdateCrossAccountAttachmentCommand.d.ts +3 -8
  115. package/dist-types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +3 -8
  116. package/dist-types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +3 -8
  117. package/dist-types/commands/UpdateCustomRoutingListenerCommand.d.ts +3 -8
  118. package/dist-types/commands/UpdateEndpointGroupCommand.d.ts +3 -8
  119. package/dist-types/commands/UpdateListenerCommand.d.ts +3 -8
  120. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +3 -8
  121. package/dist-types/index.d.ts +1 -0
  122. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  123. package/dist-types/runtimeConfig.d.ts +1 -1
  124. package/dist-types/runtimeConfig.native.d.ts +1 -1
  125. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  126. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  127. package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/AddEndpointsCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/CreateCrossAccountAttachmentCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/DeleteCrossAccountAttachmentCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/DescribeCrossAccountAttachmentCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/ListCrossAccountAttachmentsCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/ListCrossAccountResourceAccountsCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/ListCrossAccountResourcesCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/RemoveEndpointsCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/UpdateCrossAccountAttachmentCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/index.d.ts +1 -0
  184. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  185. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  186. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  187. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  188. package/package.json +8 -10
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GlobalAcceleratorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GlobalAcceleratorClient";
8
2
  import { DeleteEndpointGroupRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteEndpointGroupCommandInput
12
5
  extends DeleteEndpointGroupRequest {}
13
6
  export interface DeleteEndpointGroupCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const DeleteEndpointGroupCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  DeleteEndpointGroupCommandInput,
19
12
  DeleteEndpointGroupCommandOutput,
20
- GlobalAcceleratorClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").GlobalAcceleratorClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  input: DeleteEndpointGroupCommandInput
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  DeleteEndpointGroupCommandInput,
28
21
  DeleteEndpointGroupCommandOutput,
29
- GlobalAcceleratorClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").GlobalAcceleratorClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class DeleteEndpointGroupCommand extends DeleteEndpointGroupCommand_base {
38
29
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GlobalAcceleratorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GlobalAcceleratorClient";
8
2
  import { DeleteListenerRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DeleteListenerCommandInput extends DeleteListenerRequest {}
12
5
  export interface DeleteListenerCommandOutput extends __MetadataBearer {}
13
6
  declare const DeleteListenerCommand_base: {
@@ -16,22 +9,20 @@ declare const DeleteListenerCommand_base: {
16
9
  ): import("@smithy/core/client").CommandImpl<
17
10
  DeleteListenerCommandInput,
18
11
  DeleteListenerCommandOutput,
19
- GlobalAcceleratorClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").GlobalAcceleratorClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (
24
17
  input: DeleteListenerCommandInput
25
18
  ): import("@smithy/core/client").CommandImpl<
26
19
  DeleteListenerCommandInput,
27
20
  DeleteListenerCommandOutput,
28
- GlobalAcceleratorClientResolvedConfig,
29
- ServiceInputTypes,
30
- ServiceOutputTypes
21
+ import("..").GlobalAcceleratorClientResolvedConfig,
22
+ import("..").ServiceInputTypes,
23
+ import("..").ServiceOutputTypes
31
24
  >;
32
- getEndpointParameterInstructions(): {
33
- [x: string]: unknown;
34
- };
25
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
35
26
  };
36
27
  export declare class DeleteListenerCommand extends DeleteListenerCommand_base {
37
28
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GlobalAcceleratorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GlobalAcceleratorClient";
8
2
  import { DenyCustomRoutingTrafficRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DenyCustomRoutingTrafficCommandInput
12
5
  extends DenyCustomRoutingTrafficRequest {}
13
6
  export interface DenyCustomRoutingTrafficCommandOutput
@@ -18,22 +11,20 @@ declare const DenyCustomRoutingTrafficCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DenyCustomRoutingTrafficCommandInput,
20
13
  DenyCustomRoutingTrafficCommandOutput,
21
- GlobalAcceleratorClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").GlobalAcceleratorClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: DenyCustomRoutingTrafficCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DenyCustomRoutingTrafficCommandInput,
29
22
  DenyCustomRoutingTrafficCommandOutput,
30
- GlobalAcceleratorClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").GlobalAcceleratorClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DenyCustomRoutingTrafficCommand extends DenyCustomRoutingTrafficCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GlobalAcceleratorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GlobalAcceleratorClient";
8
2
  import {
9
3
  DeprovisionByoipCidrRequest,
10
4
  DeprovisionByoipCidrResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeprovisionByoipCidrCommandInput
15
8
  extends DeprovisionByoipCidrRequest {}
16
9
  export interface DeprovisionByoipCidrCommandOutput
@@ -22,22 +15,20 @@ declare const DeprovisionByoipCidrCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeprovisionByoipCidrCommandInput,
24
17
  DeprovisionByoipCidrCommandOutput,
25
- GlobalAcceleratorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GlobalAcceleratorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeprovisionByoipCidrCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeprovisionByoipCidrCommandInput,
33
26
  DeprovisionByoipCidrCommandOutput,
34
- GlobalAcceleratorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").GlobalAcceleratorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DeprovisionByoipCidrCommand extends DeprovisionByoipCidrCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GlobalAcceleratorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GlobalAcceleratorClient";
8
2
  import {
9
3
  DescribeAcceleratorAttributesRequest,
10
4
  DescribeAcceleratorAttributesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeAcceleratorAttributesCommandInput
15
8
  extends DescribeAcceleratorAttributesRequest {}
16
9
  export interface DescribeAcceleratorAttributesCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeAcceleratorAttributesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeAcceleratorAttributesCommandInput,
24
17
  DescribeAcceleratorAttributesCommandOutput,
25
- GlobalAcceleratorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GlobalAcceleratorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeAcceleratorAttributesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeAcceleratorAttributesCommandInput,
33
26
  DescribeAcceleratorAttributesCommandOutput,
34
- GlobalAcceleratorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").GlobalAcceleratorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeAcceleratorAttributesCommand extends DescribeAcceleratorAttributesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GlobalAcceleratorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GlobalAcceleratorClient";
8
2
  import {
9
3
  DescribeAcceleratorRequest,
10
4
  DescribeAcceleratorResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeAcceleratorCommandInput
15
8
  extends DescribeAcceleratorRequest {}
16
9
  export interface DescribeAcceleratorCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeAcceleratorCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeAcceleratorCommandInput,
24
17
  DescribeAcceleratorCommandOutput,
25
- GlobalAcceleratorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GlobalAcceleratorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeAcceleratorCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeAcceleratorCommandInput,
33
26
  DescribeAcceleratorCommandOutput,
34
- GlobalAcceleratorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").GlobalAcceleratorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeAcceleratorCommand extends DescribeAcceleratorCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GlobalAcceleratorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GlobalAcceleratorClient";
8
2
  import {
9
3
  DescribeCrossAccountAttachmentRequest,
10
4
  DescribeCrossAccountAttachmentResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeCrossAccountAttachmentCommandInput
15
8
  extends DescribeCrossAccountAttachmentRequest {}
16
9
  export interface DescribeCrossAccountAttachmentCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeCrossAccountAttachmentCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeCrossAccountAttachmentCommandInput,
24
17
  DescribeCrossAccountAttachmentCommandOutput,
25
- GlobalAcceleratorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GlobalAcceleratorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeCrossAccountAttachmentCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeCrossAccountAttachmentCommandInput,
33
26
  DescribeCrossAccountAttachmentCommandOutput,
34
- GlobalAcceleratorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").GlobalAcceleratorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeCrossAccountAttachmentCommand extends DescribeCrossAccountAttachmentCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GlobalAcceleratorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GlobalAcceleratorClient";
8
2
  import {
9
3
  DescribeCustomRoutingAcceleratorAttributesRequest,
10
4
  DescribeCustomRoutingAcceleratorAttributesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeCustomRoutingAcceleratorAttributesCommandInput
15
8
  extends DescribeCustomRoutingAcceleratorAttributesRequest {}
16
9
  export interface DescribeCustomRoutingAcceleratorAttributesCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeCustomRoutingAcceleratorAttributesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeCustomRoutingAcceleratorAttributesCommandInput,
24
17
  DescribeCustomRoutingAcceleratorAttributesCommandOutput,
25
- GlobalAcceleratorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GlobalAcceleratorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeCustomRoutingAcceleratorAttributesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeCustomRoutingAcceleratorAttributesCommandInput,
33
26
  DescribeCustomRoutingAcceleratorAttributesCommandOutput,
34
- GlobalAcceleratorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").GlobalAcceleratorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeCustomRoutingAcceleratorAttributesCommand extends DescribeCustomRoutingAcceleratorAttributesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GlobalAcceleratorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GlobalAcceleratorClient";
8
2
  import {
9
3
  DescribeCustomRoutingAcceleratorRequest,
10
4
  DescribeCustomRoutingAcceleratorResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeCustomRoutingAcceleratorCommandInput
15
8
  extends DescribeCustomRoutingAcceleratorRequest {}
16
9
  export interface DescribeCustomRoutingAcceleratorCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeCustomRoutingAcceleratorCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeCustomRoutingAcceleratorCommandInput,
24
17
  DescribeCustomRoutingAcceleratorCommandOutput,
25
- GlobalAcceleratorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GlobalAcceleratorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeCustomRoutingAcceleratorCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeCustomRoutingAcceleratorCommandInput,
33
26
  DescribeCustomRoutingAcceleratorCommandOutput,
34
- GlobalAcceleratorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").GlobalAcceleratorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeCustomRoutingAcceleratorCommand extends DescribeCustomRoutingAcceleratorCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GlobalAcceleratorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GlobalAcceleratorClient";
8
2
  import {
9
3
  DescribeCustomRoutingEndpointGroupRequest,
10
4
  DescribeCustomRoutingEndpointGroupResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeCustomRoutingEndpointGroupCommandInput
15
8
  extends DescribeCustomRoutingEndpointGroupRequest {}
16
9
  export interface DescribeCustomRoutingEndpointGroupCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeCustomRoutingEndpointGroupCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeCustomRoutingEndpointGroupCommandInput,
24
17
  DescribeCustomRoutingEndpointGroupCommandOutput,
25
- GlobalAcceleratorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GlobalAcceleratorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeCustomRoutingEndpointGroupCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeCustomRoutingEndpointGroupCommandInput,
33
26
  DescribeCustomRoutingEndpointGroupCommandOutput,
34
- GlobalAcceleratorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").GlobalAcceleratorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeCustomRoutingEndpointGroupCommand extends DescribeCustomRoutingEndpointGroupCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GlobalAcceleratorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GlobalAcceleratorClient";
8
2
  import {
9
3
  DescribeCustomRoutingListenerRequest,
10
4
  DescribeCustomRoutingListenerResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeCustomRoutingListenerCommandInput
15
8
  extends DescribeCustomRoutingListenerRequest {}
16
9
  export interface DescribeCustomRoutingListenerCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeCustomRoutingListenerCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeCustomRoutingListenerCommandInput,
24
17
  DescribeCustomRoutingListenerCommandOutput,
25
- GlobalAcceleratorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GlobalAcceleratorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeCustomRoutingListenerCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeCustomRoutingListenerCommandInput,
33
26
  DescribeCustomRoutingListenerCommandOutput,
34
- GlobalAcceleratorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").GlobalAcceleratorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeCustomRoutingListenerCommand extends DescribeCustomRoutingListenerCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GlobalAcceleratorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GlobalAcceleratorClient";
8
2
  import {
9
3
  DescribeEndpointGroupRequest,
10
4
  DescribeEndpointGroupResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeEndpointGroupCommandInput
15
8
  extends DescribeEndpointGroupRequest {}
16
9
  export interface DescribeEndpointGroupCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeEndpointGroupCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeEndpointGroupCommandInput,
24
17
  DescribeEndpointGroupCommandOutput,
25
- GlobalAcceleratorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GlobalAcceleratorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeEndpointGroupCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeEndpointGroupCommandInput,
33
26
  DescribeEndpointGroupCommandOutput,
34
- GlobalAcceleratorClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").GlobalAcceleratorClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeEndpointGroupCommand extends DescribeEndpointGroupCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GlobalAcceleratorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GlobalAcceleratorClient";
8
2
  import {
9
3
  DescribeListenerRequest,
10
4
  DescribeListenerResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeListenerCommandInput extends DescribeListenerRequest {}
15
8
  export interface DescribeListenerCommandOutput
16
9
  extends DescribeListenerResponse,
@@ -21,22 +14,20 @@ declare const DescribeListenerCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DescribeListenerCommandInput,
23
16
  DescribeListenerCommandOutput,
24
- GlobalAcceleratorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").GlobalAcceleratorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DescribeListenerCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DescribeListenerCommandInput,
32
25
  DescribeListenerCommandOutput,
33
- GlobalAcceleratorClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").GlobalAcceleratorClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DescribeListenerCommand extends DescribeListenerCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- GlobalAcceleratorClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../GlobalAcceleratorClient";
8
2
  import {
9
3
  ListAcceleratorsRequest,
10
4
  ListAcceleratorsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListAcceleratorsCommandInput extends ListAcceleratorsRequest {}
15
8
  export interface ListAcceleratorsCommandOutput
16
9
  extends ListAcceleratorsResponse,
@@ -21,22 +14,20 @@ declare const ListAcceleratorsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListAcceleratorsCommandInput,
23
16
  ListAcceleratorsCommandOutput,
24
- GlobalAcceleratorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").GlobalAcceleratorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [ListAcceleratorsCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListAcceleratorsCommandInput,
32
25
  ListAcceleratorsCommandOutput,
33
- GlobalAcceleratorClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").GlobalAcceleratorClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListAcceleratorsCommand extends ListAcceleratorsCommand_base {
42
33
  protected static __types: {