@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,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
  ListByoipCidrsRequest,
10
4
  ListByoipCidrsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListByoipCidrsCommandInput extends ListByoipCidrsRequest {}
15
8
  export interface ListByoipCidrsCommandOutput
16
9
  extends ListByoipCidrsResponse,
@@ -21,22 +14,20 @@ declare const ListByoipCidrsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListByoipCidrsCommandInput,
23
16
  ListByoipCidrsCommandOutput,
24
- GlobalAcceleratorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").GlobalAcceleratorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  ...[input]: [] | [ListByoipCidrsCommandInput]
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListByoipCidrsCommandInput,
32
25
  ListByoipCidrsCommandOutput,
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 ListByoipCidrsCommand extends ListByoipCidrsCommand_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
  ListCrossAccountAttachmentsRequest,
10
4
  ListCrossAccountAttachmentsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListCrossAccountAttachmentsCommandInput
15
8
  extends ListCrossAccountAttachmentsRequest {}
16
9
  export interface ListCrossAccountAttachmentsCommandOutput
@@ -22,22 +15,20 @@ declare const ListCrossAccountAttachmentsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListCrossAccountAttachmentsCommandInput,
24
17
  ListCrossAccountAttachmentsCommandOutput,
25
- GlobalAcceleratorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GlobalAcceleratorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListCrossAccountAttachmentsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListCrossAccountAttachmentsCommandInput,
33
26
  ListCrossAccountAttachmentsCommandOutput,
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 ListCrossAccountAttachmentsCommand extends ListCrossAccountAttachmentsCommand_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
  ListCrossAccountResourceAccountsRequest,
10
4
  ListCrossAccountResourceAccountsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListCrossAccountResourceAccountsCommandInput
15
8
  extends ListCrossAccountResourceAccountsRequest {}
16
9
  export interface ListCrossAccountResourceAccountsCommandOutput
@@ -22,22 +15,20 @@ declare const ListCrossAccountResourceAccountsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListCrossAccountResourceAccountsCommandInput,
24
17
  ListCrossAccountResourceAccountsCommandOutput,
25
- GlobalAcceleratorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GlobalAcceleratorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListCrossAccountResourceAccountsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListCrossAccountResourceAccountsCommandInput,
33
26
  ListCrossAccountResourceAccountsCommandOutput,
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 ListCrossAccountResourceAccountsCommand extends ListCrossAccountResourceAccountsCommand_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
  ListCrossAccountResourcesRequest,
10
4
  ListCrossAccountResourcesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListCrossAccountResourcesCommandInput
15
8
  extends ListCrossAccountResourcesRequest {}
16
9
  export interface ListCrossAccountResourcesCommandOutput
@@ -22,22 +15,20 @@ declare const ListCrossAccountResourcesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListCrossAccountResourcesCommandInput,
24
17
  ListCrossAccountResourcesCommandOutput,
25
- GlobalAcceleratorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GlobalAcceleratorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListCrossAccountResourcesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListCrossAccountResourcesCommandInput,
33
26
  ListCrossAccountResourcesCommandOutput,
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 ListCrossAccountResourcesCommand extends ListCrossAccountResourcesCommand_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
  ListCustomRoutingAcceleratorsRequest,
10
4
  ListCustomRoutingAcceleratorsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListCustomRoutingAcceleratorsCommandInput
15
8
  extends ListCustomRoutingAcceleratorsRequest {}
16
9
  export interface ListCustomRoutingAcceleratorsCommandOutput
@@ -22,22 +15,20 @@ declare const ListCustomRoutingAcceleratorsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListCustomRoutingAcceleratorsCommandInput,
24
17
  ListCustomRoutingAcceleratorsCommandOutput,
25
- GlobalAcceleratorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GlobalAcceleratorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListCustomRoutingAcceleratorsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListCustomRoutingAcceleratorsCommandInput,
33
26
  ListCustomRoutingAcceleratorsCommandOutput,
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 ListCustomRoutingAcceleratorsCommand extends ListCustomRoutingAcceleratorsCommand_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
  ListCustomRoutingEndpointGroupsRequest,
10
4
  ListCustomRoutingEndpointGroupsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListCustomRoutingEndpointGroupsCommandInput
15
8
  extends ListCustomRoutingEndpointGroupsRequest {}
16
9
  export interface ListCustomRoutingEndpointGroupsCommandOutput
@@ -22,22 +15,20 @@ declare const ListCustomRoutingEndpointGroupsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListCustomRoutingEndpointGroupsCommandInput,
24
17
  ListCustomRoutingEndpointGroupsCommandOutput,
25
- GlobalAcceleratorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GlobalAcceleratorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListCustomRoutingEndpointGroupsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListCustomRoutingEndpointGroupsCommandInput,
33
26
  ListCustomRoutingEndpointGroupsCommandOutput,
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 ListCustomRoutingEndpointGroupsCommand extends ListCustomRoutingEndpointGroupsCommand_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
  ListCustomRoutingListenersRequest,
10
4
  ListCustomRoutingListenersResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListCustomRoutingListenersCommandInput
15
8
  extends ListCustomRoutingListenersRequest {}
16
9
  export interface ListCustomRoutingListenersCommandOutput
@@ -22,22 +15,20 @@ declare const ListCustomRoutingListenersCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListCustomRoutingListenersCommandInput,
24
17
  ListCustomRoutingListenersCommandOutput,
25
- GlobalAcceleratorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GlobalAcceleratorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListCustomRoutingListenersCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListCustomRoutingListenersCommandInput,
33
26
  ListCustomRoutingListenersCommandOutput,
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 ListCustomRoutingListenersCommand extends ListCustomRoutingListenersCommand_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
  ListCustomRoutingPortMappingsByDestinationRequest,
10
4
  ListCustomRoutingPortMappingsByDestinationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListCustomRoutingPortMappingsByDestinationCommandInput
15
8
  extends ListCustomRoutingPortMappingsByDestinationRequest {}
16
9
  export interface ListCustomRoutingPortMappingsByDestinationCommandOutput
@@ -22,22 +15,20 @@ declare const ListCustomRoutingPortMappingsByDestinationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListCustomRoutingPortMappingsByDestinationCommandInput,
24
17
  ListCustomRoutingPortMappingsByDestinationCommandOutput,
25
- GlobalAcceleratorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GlobalAcceleratorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListCustomRoutingPortMappingsByDestinationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListCustomRoutingPortMappingsByDestinationCommandInput,
33
26
  ListCustomRoutingPortMappingsByDestinationCommandOutput,
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 ListCustomRoutingPortMappingsByDestinationCommand extends ListCustomRoutingPortMappingsByDestinationCommand_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
  ListCustomRoutingPortMappingsRequest,
10
4
  ListCustomRoutingPortMappingsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListCustomRoutingPortMappingsCommandInput
15
8
  extends ListCustomRoutingPortMappingsRequest {}
16
9
  export interface ListCustomRoutingPortMappingsCommandOutput
@@ -22,22 +15,20 @@ declare const ListCustomRoutingPortMappingsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListCustomRoutingPortMappingsCommandInput,
24
17
  ListCustomRoutingPortMappingsCommandOutput,
25
- GlobalAcceleratorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GlobalAcceleratorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListCustomRoutingPortMappingsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListCustomRoutingPortMappingsCommandInput,
33
26
  ListCustomRoutingPortMappingsCommandOutput,
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 ListCustomRoutingPortMappingsCommand extends ListCustomRoutingPortMappingsCommand_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
  ListEndpointGroupsRequest,
10
4
  ListEndpointGroupsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListEndpointGroupsCommandInput
15
8
  extends ListEndpointGroupsRequest {}
16
9
  export interface ListEndpointGroupsCommandOutput
@@ -22,22 +15,20 @@ declare const ListEndpointGroupsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListEndpointGroupsCommandInput,
24
17
  ListEndpointGroupsCommandOutput,
25
- GlobalAcceleratorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GlobalAcceleratorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListEndpointGroupsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListEndpointGroupsCommandInput,
33
26
  ListEndpointGroupsCommandOutput,
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 ListEndpointGroupsCommand extends ListEndpointGroupsCommand_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
  ListListenersRequest,
10
4
  ListListenersResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListListenersCommandInput extends ListListenersRequest {}
15
8
  export interface ListListenersCommandOutput
16
9
  extends ListListenersResponse,
@@ -21,22 +14,20 @@ declare const ListListenersCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListListenersCommandInput,
23
16
  ListListenersCommandOutput,
24
- GlobalAcceleratorClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").GlobalAcceleratorClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: ListListenersCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListListenersCommandInput,
32
25
  ListListenersCommandOutput,
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 ListListenersCommand extends ListListenersCommand_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
  ListTagsForResourceRequest,
10
4
  ListTagsForResourceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceRequest {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- GlobalAcceleratorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GlobalAcceleratorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
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 ListTagsForResourceCommand extends ListTagsForResourceCommand_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
  ProvisionByoipCidrRequest,
10
4
  ProvisionByoipCidrResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ProvisionByoipCidrCommandInput
15
8
  extends ProvisionByoipCidrRequest {}
16
9
  export interface ProvisionByoipCidrCommandOutput
@@ -22,22 +15,20 @@ declare const ProvisionByoipCidrCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ProvisionByoipCidrCommandInput,
24
17
  ProvisionByoipCidrCommandOutput,
25
- GlobalAcceleratorClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").GlobalAcceleratorClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ProvisionByoipCidrCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ProvisionByoipCidrCommandInput,
33
26
  ProvisionByoipCidrCommandOutput,
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 ProvisionByoipCidrCommand extends ProvisionByoipCidrCommand_base {
43
34
  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 { RemoveCustomRoutingEndpointsRequest } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface RemoveCustomRoutingEndpointsCommandInput
12
5
  extends RemoveCustomRoutingEndpointsRequest {}
13
6
  export interface RemoveCustomRoutingEndpointsCommandOutput
@@ -18,22 +11,20 @@ declare const RemoveCustomRoutingEndpointsCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  RemoveCustomRoutingEndpointsCommandInput,
20
13
  RemoveCustomRoutingEndpointsCommandOutput,
21
- GlobalAcceleratorClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").GlobalAcceleratorClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: RemoveCustomRoutingEndpointsCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  RemoveCustomRoutingEndpointsCommandInput,
29
22
  RemoveCustomRoutingEndpointsCommandOutput,
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 RemoveCustomRoutingEndpointsCommand extends RemoveCustomRoutingEndpointsCommand_base {
39
30
  protected static __types: {