@aws-sdk/client-global-accelerator 3.192.0 → 3.193.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 (244) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/GlobalAccelerator.js +30 -0
  3. package/dist-cjs/GlobalAcceleratorClient.js +11 -8
  4. package/dist-cjs/commands/AddCustomRoutingEndpointsCommand.js +10 -0
  5. package/dist-cjs/commands/AddEndpointsCommand.js +46 -0
  6. package/dist-cjs/commands/AdvertiseByoipCidrCommand.js +10 -0
  7. package/dist-cjs/commands/AllowCustomRoutingTrafficCommand.js +10 -0
  8. package/dist-cjs/commands/CreateAcceleratorCommand.js +10 -0
  9. package/dist-cjs/commands/CreateCustomRoutingAcceleratorCommand.js +10 -0
  10. package/dist-cjs/commands/CreateCustomRoutingEndpointGroupCommand.js +10 -0
  11. package/dist-cjs/commands/CreateCustomRoutingListenerCommand.js +10 -0
  12. package/dist-cjs/commands/CreateEndpointGroupCommand.js +10 -0
  13. package/dist-cjs/commands/CreateListenerCommand.js +10 -0
  14. package/dist-cjs/commands/DeleteAcceleratorCommand.js +10 -0
  15. package/dist-cjs/commands/DeleteCustomRoutingAcceleratorCommand.js +10 -0
  16. package/dist-cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js +10 -0
  17. package/dist-cjs/commands/DeleteCustomRoutingListenerCommand.js +10 -0
  18. package/dist-cjs/commands/DeleteEndpointGroupCommand.js +10 -0
  19. package/dist-cjs/commands/DeleteListenerCommand.js +10 -0
  20. package/dist-cjs/commands/DenyCustomRoutingTrafficCommand.js +10 -0
  21. package/dist-cjs/commands/DeprovisionByoipCidrCommand.js +10 -0
  22. package/dist-cjs/commands/DescribeAcceleratorAttributesCommand.js +10 -0
  23. package/dist-cjs/commands/DescribeAcceleratorCommand.js +10 -0
  24. package/dist-cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +10 -0
  25. package/dist-cjs/commands/DescribeCustomRoutingAcceleratorCommand.js +10 -0
  26. package/dist-cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js +10 -0
  27. package/dist-cjs/commands/DescribeCustomRoutingListenerCommand.js +10 -0
  28. package/dist-cjs/commands/DescribeEndpointGroupCommand.js +10 -0
  29. package/dist-cjs/commands/DescribeListenerCommand.js +10 -0
  30. package/dist-cjs/commands/ListAcceleratorsCommand.js +10 -0
  31. package/dist-cjs/commands/ListByoipCidrsCommand.js +10 -0
  32. package/dist-cjs/commands/ListCustomRoutingAcceleratorsCommand.js +10 -0
  33. package/dist-cjs/commands/ListCustomRoutingEndpointGroupsCommand.js +10 -0
  34. package/dist-cjs/commands/ListCustomRoutingListenersCommand.js +10 -0
  35. package/dist-cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +10 -0
  36. package/dist-cjs/commands/ListCustomRoutingPortMappingsCommand.js +10 -0
  37. package/dist-cjs/commands/ListEndpointGroupsCommand.js +10 -0
  38. package/dist-cjs/commands/ListListenersCommand.js +10 -0
  39. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  40. package/dist-cjs/commands/ProvisionByoipCidrCommand.js +10 -0
  41. package/dist-cjs/commands/RemoveCustomRoutingEndpointsCommand.js +10 -0
  42. package/dist-cjs/commands/RemoveEndpointsCommand.js +46 -0
  43. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  44. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  45. package/dist-cjs/commands/UpdateAcceleratorAttributesCommand.js +10 -0
  46. package/dist-cjs/commands/UpdateAcceleratorCommand.js +10 -0
  47. package/dist-cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +10 -0
  48. package/dist-cjs/commands/UpdateCustomRoutingAcceleratorCommand.js +10 -0
  49. package/dist-cjs/commands/UpdateCustomRoutingListenerCommand.js +10 -0
  50. package/dist-cjs/commands/UpdateEndpointGroupCommand.js +10 -0
  51. package/dist-cjs/commands/UpdateListenerCommand.js +10 -0
  52. package/dist-cjs/commands/WithdrawByoipCidrCommand.js +10 -0
  53. package/dist-cjs/commands/index.js +2 -0
  54. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  55. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  56. package/dist-cjs/endpoint/ruleset.js +312 -0
  57. package/dist-cjs/models/models_0.js +62 -11
  58. package/dist-cjs/protocols/Aws_json1_1.js +167 -2
  59. package/dist-cjs/runtimeConfig.shared.js +3 -3
  60. package/dist-es/GlobalAccelerator.js +30 -0
  61. package/dist-es/GlobalAcceleratorClient.js +12 -9
  62. package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +10 -0
  63. package/dist-es/commands/AddEndpointsCommand.js +42 -0
  64. package/dist-es/commands/AdvertiseByoipCidrCommand.js +10 -0
  65. package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +10 -0
  66. package/dist-es/commands/CreateAcceleratorCommand.js +10 -0
  67. package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +10 -0
  68. package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +10 -0
  69. package/dist-es/commands/CreateCustomRoutingListenerCommand.js +10 -0
  70. package/dist-es/commands/CreateEndpointGroupCommand.js +10 -0
  71. package/dist-es/commands/CreateListenerCommand.js +10 -0
  72. package/dist-es/commands/DeleteAcceleratorCommand.js +10 -0
  73. package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +10 -0
  74. package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +10 -0
  75. package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +10 -0
  76. package/dist-es/commands/DeleteEndpointGroupCommand.js +10 -0
  77. package/dist-es/commands/DeleteListenerCommand.js +10 -0
  78. package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +10 -0
  79. package/dist-es/commands/DeprovisionByoipCidrCommand.js +10 -0
  80. package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +10 -0
  81. package/dist-es/commands/DescribeAcceleratorCommand.js +10 -0
  82. package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +10 -0
  83. package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +10 -0
  84. package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +10 -0
  85. package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +10 -0
  86. package/dist-es/commands/DescribeEndpointGroupCommand.js +10 -0
  87. package/dist-es/commands/DescribeListenerCommand.js +10 -0
  88. package/dist-es/commands/ListAcceleratorsCommand.js +10 -0
  89. package/dist-es/commands/ListByoipCidrsCommand.js +10 -0
  90. package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +10 -0
  91. package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +10 -0
  92. package/dist-es/commands/ListCustomRoutingListenersCommand.js +10 -0
  93. package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +10 -0
  94. package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +10 -0
  95. package/dist-es/commands/ListEndpointGroupsCommand.js +10 -0
  96. package/dist-es/commands/ListListenersCommand.js +10 -0
  97. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  98. package/dist-es/commands/ProvisionByoipCidrCommand.js +10 -0
  99. package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +10 -0
  100. package/dist-es/commands/RemoveEndpointsCommand.js +42 -0
  101. package/dist-es/commands/TagResourceCommand.js +10 -0
  102. package/dist-es/commands/UntagResourceCommand.js +10 -0
  103. package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +10 -0
  104. package/dist-es/commands/UpdateAcceleratorCommand.js +10 -0
  105. package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +10 -0
  106. package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +10 -0
  107. package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +10 -0
  108. package/dist-es/commands/UpdateEndpointGroupCommand.js +10 -0
  109. package/dist-es/commands/UpdateListenerCommand.js +10 -0
  110. package/dist-es/commands/WithdrawByoipCidrCommand.js +10 -0
  111. package/dist-es/commands/index.js +2 -0
  112. package/dist-es/endpoint/EndpointParameters.js +8 -0
  113. package/dist-es/endpoint/endpointResolver.js +8 -0
  114. package/dist-es/endpoint/ruleset.js +309 -0
  115. package/dist-es/models/models_0.js +52 -6
  116. package/dist-es/protocols/Aws_json1_1.js +162 -1
  117. package/dist-es/runtimeConfig.shared.js +2 -2
  118. package/dist-types/GlobalAccelerator.d.ts +45 -0
  119. package/dist-types/GlobalAcceleratorClient.d.ts +10 -11
  120. package/dist-types/commands/AddCustomRoutingEndpointsCommand.d.ts +2 -0
  121. package/dist-types/commands/AddEndpointsCommand.d.ts +52 -0
  122. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +2 -0
  123. package/dist-types/commands/AllowCustomRoutingTrafficCommand.d.ts +2 -0
  124. package/dist-types/commands/CreateAcceleratorCommand.d.ts +2 -0
  125. package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +2 -0
  126. package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +2 -0
  127. package/dist-types/commands/CreateCustomRoutingListenerCommand.d.ts +2 -0
  128. package/dist-types/commands/CreateEndpointGroupCommand.d.ts +2 -0
  129. package/dist-types/commands/CreateListenerCommand.d.ts +2 -0
  130. package/dist-types/commands/DeleteAcceleratorCommand.d.ts +2 -0
  131. package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +2 -0
  132. package/dist-types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +2 -0
  133. package/dist-types/commands/DeleteCustomRoutingListenerCommand.d.ts +2 -0
  134. package/dist-types/commands/DeleteEndpointGroupCommand.d.ts +2 -0
  135. package/dist-types/commands/DeleteListenerCommand.d.ts +2 -0
  136. package/dist-types/commands/DenyCustomRoutingTrafficCommand.d.ts +2 -0
  137. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +2 -0
  138. package/dist-types/commands/DescribeAcceleratorAttributesCommand.d.ts +2 -0
  139. package/dist-types/commands/DescribeAcceleratorCommand.d.ts +2 -0
  140. package/dist-types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +2 -0
  141. package/dist-types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +2 -0
  142. package/dist-types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +2 -0
  143. package/dist-types/commands/DescribeCustomRoutingListenerCommand.d.ts +2 -0
  144. package/dist-types/commands/DescribeEndpointGroupCommand.d.ts +2 -0
  145. package/dist-types/commands/DescribeListenerCommand.d.ts +2 -0
  146. package/dist-types/commands/ListAcceleratorsCommand.d.ts +2 -0
  147. package/dist-types/commands/ListByoipCidrsCommand.d.ts +2 -0
  148. package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +2 -0
  149. package/dist-types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +2 -0
  150. package/dist-types/commands/ListCustomRoutingListenersCommand.d.ts +2 -0
  151. package/dist-types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +2 -0
  152. package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +2 -0
  153. package/dist-types/commands/ListEndpointGroupsCommand.d.ts +2 -0
  154. package/dist-types/commands/ListListenersCommand.d.ts +2 -0
  155. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  156. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -0
  157. package/dist-types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +2 -0
  158. package/dist-types/commands/RemoveEndpointsCommand.d.ts +53 -0
  159. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  160. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  161. package/dist-types/commands/UpdateAcceleratorAttributesCommand.d.ts +2 -0
  162. package/dist-types/commands/UpdateAcceleratorCommand.d.ts +2 -0
  163. package/dist-types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +2 -0
  164. package/dist-types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +2 -0
  165. package/dist-types/commands/UpdateCustomRoutingListenerCommand.d.ts +2 -0
  166. package/dist-types/commands/UpdateEndpointGroupCommand.d.ts +2 -0
  167. package/dist-types/commands/UpdateListenerCommand.d.ts +2 -0
  168. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -0
  169. package/dist-types/commands/index.d.ts +2 -0
  170. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  171. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  172. package/dist-types/endpoint/ruleset.d.ts +2 -0
  173. package/dist-types/models/models_0.d.ts +187 -94
  174. package/dist-types/protocols/Aws_json1_1.d.ts +6 -0
  175. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  176. package/dist-types/runtimeConfig.d.ts +4 -2
  177. package/dist-types/runtimeConfig.native.d.ts +4 -2
  178. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  179. package/dist-types/ts3.4/GlobalAccelerator.d.ts +34 -0
  180. package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +27 -8
  181. package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +2 -0
  182. package/dist-types/ts3.4/commands/AddEndpointsCommand.d.ts +34 -0
  183. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +2 -0
  184. package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +2 -0
  185. package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +2 -0
  186. package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +2 -0
  187. package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +2 -0
  188. package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +2 -0
  189. package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +2 -0
  190. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +2 -0
  191. package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +2 -0
  192. package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +2 -0
  193. package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +2 -0
  194. package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +2 -0
  195. package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +2 -0
  196. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +2 -0
  197. package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +2 -0
  198. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +2 -0
  199. package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +2 -0
  200. package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +2 -0
  201. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +2 -0
  202. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +2 -0
  203. package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +2 -0
  204. package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +2 -0
  205. package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +2 -0
  206. package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +2 -0
  207. package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +2 -0
  208. package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +2 -0
  209. package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +2 -0
  210. package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +2 -0
  211. package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +2 -0
  212. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +2 -0
  213. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +2 -0
  214. package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +2 -0
  215. package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +2 -0
  216. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  217. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +2 -0
  218. package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +2 -0
  219. package/dist-types/ts3.4/commands/RemoveEndpointsCommand.d.ts +32 -0
  220. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  221. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  222. package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +2 -0
  223. package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +2 -0
  224. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +2 -0
  225. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +2 -0
  226. package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +2 -0
  227. package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +2 -0
  228. package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +2 -0
  229. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -0
  230. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  231. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  232. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  233. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  234. package/dist-types/ts3.4/models/models_0.d.ts +71 -22
  235. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  236. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  237. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  238. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  239. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  240. package/package.json +28 -26
  241. package/dist-cjs/endpoints.js +0 -132
  242. package/dist-es/endpoints.js +0 -128
  243. package/dist-types/endpoints.d.ts +0 -2
  244. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
@@ -25,6 +26,7 @@ export interface ListCustomRoutingEndpointGroupsCommandOutput extends ListCustom
25
26
  */
26
27
  export declare class ListCustomRoutingEndpointGroupsCommand extends $Command<ListCustomRoutingEndpointGroupsCommandInput, ListCustomRoutingEndpointGroupsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
28
  readonly input: ListCustomRoutingEndpointGroupsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListCustomRoutingEndpointGroupsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
@@ -25,6 +26,7 @@ export interface ListCustomRoutingListenersCommandOutput extends ListCustomRouti
25
26
  */
26
27
  export declare class ListCustomRoutingListenersCommand extends $Command<ListCustomRoutingListenersCommandInput, ListCustomRoutingListenersCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
28
  readonly input: ListCustomRoutingListenersCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListCustomRoutingListenersCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
@@ -28,6 +29,7 @@ export interface ListCustomRoutingPortMappingsByDestinationCommandOutput extends
28
29
  */
29
30
  export declare class ListCustomRoutingPortMappingsByDestinationCommand extends $Command<ListCustomRoutingPortMappingsByDestinationCommandInput, ListCustomRoutingPortMappingsByDestinationCommandOutput, GlobalAcceleratorClientResolvedConfig> {
30
31
  readonly input: ListCustomRoutingPortMappingsByDestinationCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: ListCustomRoutingPortMappingsByDestinationCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
@@ -33,6 +34,7 @@ export interface ListCustomRoutingPortMappingsCommandOutput extends ListCustomRo
33
34
  */
34
35
  export declare class ListCustomRoutingPortMappingsCommand extends $Command<ListCustomRoutingPortMappingsCommandInput, ListCustomRoutingPortMappingsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
35
36
  readonly input: ListCustomRoutingPortMappingsCommandInput;
37
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
36
38
  constructor(input: ListCustomRoutingPortMappingsCommandInput);
37
39
  /**
38
40
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
@@ -25,6 +26,7 @@ export interface ListEndpointGroupsCommandOutput extends ListEndpointGroupsRespo
25
26
  */
26
27
  export declare class ListEndpointGroupsCommand extends $Command<ListEndpointGroupsCommandInput, ListEndpointGroupsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
28
  readonly input: ListEndpointGroupsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListEndpointGroupsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
@@ -25,6 +26,7 @@ export interface ListListenersCommandOutput extends ListListenersResponse, __Met
25
26
  */
26
27
  export declare class ListListenersCommand extends $Command<ListListenersCommandInput, ListListenersCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
28
  readonly input: ListListenersCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListListenersCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
@@ -27,6 +28,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
27
28
  */
28
29
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, GlobalAcceleratorClientResolvedConfig> {
29
30
  readonly input: ListTagsForResourceCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: ListTagsForResourceCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
@@ -30,6 +31,7 @@ export interface ProvisionByoipCidrCommandOutput extends ProvisionByoipCidrRespo
30
31
  */
31
32
  export declare class ProvisionByoipCidrCommand extends $Command<ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig> {
32
33
  readonly input: ProvisionByoipCidrCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: ProvisionByoipCidrCommandInput);
34
36
  /**
35
37
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
@@ -25,6 +26,7 @@ export interface RemoveCustomRoutingEndpointsCommandOutput extends __MetadataBea
25
26
  */
26
27
  export declare class RemoveCustomRoutingEndpointsCommand extends $Command<RemoveCustomRoutingEndpointsCommandInput, RemoveCustomRoutingEndpointsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
28
  readonly input: RemoveCustomRoutingEndpointsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: RemoveCustomRoutingEndpointsCommandInput);
29
31
  /**
30
32
  * @internal
@@ -0,0 +1,53 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
5
+ import { RemoveEndpointsRequest } from "../models/models_0";
6
+ export interface RemoveEndpointsCommandInput extends RemoveEndpointsRequest {
7
+ }
8
+ export interface RemoveEndpointsCommandOutput extends __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>Remove endpoints from an endpoint group. </p>
12
+ * <p>The <code>RemoveEndpoints</code> API operation is the recommended option for removing endpoints. The alternative is to remove
13
+ * endpoints by updating an endpoint group by using the
14
+ * <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/API_UpdateEndpointGroup.html">UpdateEndpointGroup</a>
15
+ * API operation. There are two advantages to using <code>AddEndpoints</code> to remove endpoints instead:</p>
16
+ * <ul>
17
+ * <li>
18
+ * <p>It's more convenient, because you only need to specify the endpoints that you want to remove. With the
19
+ * <code>UpdateEndpointGroup</code> API operation, you must specify all of the endpoints in the
20
+ * endpoint group except the ones that you want to remove from the group.</p>
21
+ * </li>
22
+ * <li>
23
+ * <p>It's faster, because Global Accelerator doesn't need to resolve any endpoints. With the
24
+ * <code>UpdateEndpointGroup</code> API operation, Global Accelerator must resolve all of the endpoints that
25
+ * remain in the group.</p>
26
+ * </li>
27
+ * </ul>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { GlobalAcceleratorClient, RemoveEndpointsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
32
+ * // const { GlobalAcceleratorClient, RemoveEndpointsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
33
+ * const client = new GlobalAcceleratorClient(config);
34
+ * const command = new RemoveEndpointsCommand(input);
35
+ * const response = await client.send(command);
36
+ * ```
37
+ *
38
+ * @see {@link RemoveEndpointsCommandInput} for command's `input` shape.
39
+ * @see {@link RemoveEndpointsCommandOutput} for command's `response` shape.
40
+ * @see {@link GlobalAcceleratorClientResolvedConfig | config} for GlobalAcceleratorClient's `config` shape.
41
+ *
42
+ */
43
+ export declare class RemoveEndpointsCommand extends $Command<RemoveEndpointsCommandInput, RemoveEndpointsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
44
+ readonly input: RemoveEndpointsCommandInput;
45
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
46
+ constructor(input: RemoveEndpointsCommandInput);
47
+ /**
48
+ * @internal
49
+ */
50
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveEndpointsCommandInput, RemoveEndpointsCommandOutput>;
51
+ private serialize;
52
+ private deserialize;
53
+ }
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
@@ -27,6 +28,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
27
28
  */
28
29
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, GlobalAcceleratorClientResolvedConfig> {
29
30
  readonly input: TagResourceCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: TagResourceCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
@@ -28,6 +29,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
28
29
  */
29
30
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, GlobalAcceleratorClientResolvedConfig> {
30
31
  readonly input: UntagResourceCommandInput;
32
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
33
  constructor(input: UntagResourceCommandInput);
32
34
  /**
33
35
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
@@ -25,6 +26,7 @@ export interface UpdateAcceleratorAttributesCommandOutput extends UpdateAccelera
25
26
  */
26
27
  export declare class UpdateAcceleratorAttributesCommand extends $Command<UpdateAcceleratorAttributesCommandInput, UpdateAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
28
  readonly input: UpdateAcceleratorAttributesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateAcceleratorAttributesCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
@@ -31,6 +32,7 @@ export interface UpdateAcceleratorCommandOutput extends UpdateAcceleratorRespons
31
32
  */
32
33
  export declare class UpdateAcceleratorCommand extends $Command<UpdateAcceleratorCommandInput, UpdateAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig> {
33
34
  readonly input: UpdateAcceleratorCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: UpdateAcceleratorCommandInput);
35
37
  /**
36
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
@@ -25,6 +26,7 @@ export interface UpdateCustomRoutingAcceleratorAttributesCommandOutput extends U
25
26
  */
26
27
  export declare class UpdateCustomRoutingAcceleratorAttributesCommand extends $Command<UpdateCustomRoutingAcceleratorAttributesCommandInput, UpdateCustomRoutingAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
28
  readonly input: UpdateCustomRoutingAcceleratorAttributesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateCustomRoutingAcceleratorAttributesCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
@@ -25,6 +26,7 @@ export interface UpdateCustomRoutingAcceleratorCommandOutput extends UpdateCusto
25
26
  */
26
27
  export declare class UpdateCustomRoutingAcceleratorCommand extends $Command<UpdateCustomRoutingAcceleratorCommandInput, UpdateCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
28
  readonly input: UpdateCustomRoutingAcceleratorCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateCustomRoutingAcceleratorCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
@@ -25,6 +26,7 @@ export interface UpdateCustomRoutingListenerCommandOutput extends UpdateCustomRo
25
26
  */
26
27
  export declare class UpdateCustomRoutingListenerCommand extends $Command<UpdateCustomRoutingListenerCommandInput, UpdateCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
28
  readonly input: UpdateCustomRoutingListenerCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateCustomRoutingListenerCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
@@ -25,6 +26,7 @@ export interface UpdateEndpointGroupCommandOutput extends UpdateEndpointGroupRes
25
26
  */
26
27
  export declare class UpdateEndpointGroupCommand extends $Command<UpdateEndpointGroupCommandInput, UpdateEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
28
  readonly input: UpdateEndpointGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateEndpointGroupCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
@@ -25,6 +26,7 @@ export interface UpdateListenerCommandOutput extends UpdateListenerResponse, __M
25
26
  */
26
27
  export declare class UpdateListenerCommand extends $Command<UpdateListenerCommandInput, UpdateListenerCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
28
  readonly input: UpdateListenerCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateListenerCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
@@ -31,6 +32,7 @@ export interface WithdrawByoipCidrCommandOutput extends WithdrawByoipCidrRespons
31
32
  */
32
33
  export declare class WithdrawByoipCidrCommand extends $Command<WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig> {
33
34
  readonly input: WithdrawByoipCidrCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: WithdrawByoipCidrCommandInput);
35
37
  /**
36
38
  * @internal
@@ -1,4 +1,5 @@
1
1
  export * from "./AddCustomRoutingEndpointsCommand";
2
+ export * from "./AddEndpointsCommand";
2
3
  export * from "./AdvertiseByoipCidrCommand";
3
4
  export * from "./AllowCustomRoutingTrafficCommand";
4
5
  export * from "./CreateAcceleratorCommand";
@@ -35,6 +36,7 @@ export * from "./ListListenersCommand";
35
36
  export * from "./ListTagsForResourceCommand";
36
37
  export * from "./ProvisionByoipCidrCommand";
37
38
  export * from "./RemoveCustomRoutingEndpointsCommand";
39
+ export * from "./RemoveEndpointsCommand";
38
40
  export * from "./TagResourceCommand";
39
41
  export * from "./UntagResourceCommand";
40
42
  export * from "./UpdateAcceleratorAttributesCommand";
@@ -0,0 +1,19 @@
1
+ import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
2
+ export interface ClientInputEndpointParameters {
3
+ region?: string | Provider<string>;
4
+ useDualstackEndpoint?: boolean | Provider<boolean>;
5
+ useFipsEndpoint?: boolean | Provider<boolean>;
6
+ endpoint?: string | Provider<string>;
7
+ }
8
+ export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
9
+ defaultSigningName: string;
10
+ };
11
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
12
+ defaultSigningName: string;
13
+ };
14
+ export interface EndpointParameters extends __EndpointParameters {
15
+ Region?: string;
16
+ UseDualStack?: boolean;
17
+ UseFIPS?: boolean;
18
+ Endpoint?: string;
19
+ }
@@ -0,0 +1,5 @@
1
+ import { EndpointV2, Logger } from "@aws-sdk/types";
2
+ import { EndpointParameters } from "./EndpointParameters";
3
+ export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
+ logger?: Logger;
5
+ }) => EndpointV2;
@@ -0,0 +1,2 @@
1
+ import { RuleSetObject } from "@aws-sdk/util-endpoints";
2
+ export declare const ruleSet: RuleSetObject;