@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 {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class RemoveCustomRoutingEndpointsCommand extends $Command<
21
22
  GlobalAcceleratorClientResolvedConfig
22
23
  > {
23
24
  readonly input: RemoveCustomRoutingEndpointsCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: RemoveCustomRoutingEndpointsCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -0,0 +1,32 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import {
4
+ Handler,
5
+ HttpHandlerOptions as __HttpHandlerOptions,
6
+ MetadataBearer as __MetadataBearer,
7
+ MiddlewareStack,
8
+ } from "@aws-sdk/types";
9
+ import {
10
+ GlobalAcceleratorClientResolvedConfig,
11
+ ServiceInputTypes,
12
+ ServiceOutputTypes,
13
+ } from "../GlobalAcceleratorClient";
14
+ import { RemoveEndpointsRequest } from "../models/models_0";
15
+ export interface RemoveEndpointsCommandInput extends RemoveEndpointsRequest {}
16
+ export interface RemoveEndpointsCommandOutput extends __MetadataBearer {}
17
+ export declare class RemoveEndpointsCommand extends $Command<
18
+ RemoveEndpointsCommandInput,
19
+ RemoveEndpointsCommandOutput,
20
+ GlobalAcceleratorClientResolvedConfig
21
+ > {
22
+ readonly input: RemoveEndpointsCommandInput;
23
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
+ constructor(input: RemoveEndpointsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: GlobalAcceleratorClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<RemoveEndpointsCommandInput, RemoveEndpointsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class TagResourceCommand extends $Command<
21
22
  GlobalAcceleratorClientResolvedConfig
22
23
  > {
23
24
  readonly input: TagResourceCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: TagResourceCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class UntagResourceCommand extends $Command<
24
25
  GlobalAcceleratorClientResolvedConfig
25
26
  > {
26
27
  readonly input: UntagResourceCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: UntagResourceCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class UpdateAcceleratorAttributesCommand extends $Command<
25
26
  GlobalAcceleratorClientResolvedConfig
26
27
  > {
27
28
  readonly input: UpdateAcceleratorAttributesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateAcceleratorAttributesCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class UpdateAcceleratorCommand extends $Command<
25
26
  GlobalAcceleratorClientResolvedConfig
26
27
  > {
27
28
  readonly input: UpdateAcceleratorCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateAcceleratorCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class UpdateCustomRoutingAcceleratorAttributesCommand extends $Co
25
26
  GlobalAcceleratorClientResolvedConfig
26
27
  > {
27
28
  readonly input: UpdateCustomRoutingAcceleratorAttributesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateCustomRoutingAcceleratorAttributesCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class UpdateCustomRoutingAcceleratorCommand extends $Command<
25
26
  GlobalAcceleratorClientResolvedConfig
26
27
  > {
27
28
  readonly input: UpdateCustomRoutingAcceleratorCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateCustomRoutingAcceleratorCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class UpdateCustomRoutingListenerCommand extends $Command<
25
26
  GlobalAcceleratorClientResolvedConfig
26
27
  > {
27
28
  readonly input: UpdateCustomRoutingListenerCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateCustomRoutingListenerCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class UpdateEndpointGroupCommand extends $Command<
25
26
  GlobalAcceleratorClientResolvedConfig
26
27
  > {
27
28
  readonly input: UpdateEndpointGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateEndpointGroupCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class UpdateListenerCommand extends $Command<
24
25
  GlobalAcceleratorClientResolvedConfig
25
26
  > {
26
27
  readonly input: UpdateListenerCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: UpdateListenerCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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 {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class WithdrawByoipCidrCommand extends $Command<
25
26
  GlobalAcceleratorClientResolvedConfig
26
27
  > {
27
28
  readonly input: WithdrawByoipCidrCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: WithdrawByoipCidrCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -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,26 @@
1
+ import {
2
+ EndpointParameters as __EndpointParameters,
3
+ Provider,
4
+ } from "@aws-sdk/types";
5
+ export interface ClientInputEndpointParameters {
6
+ region?: string | Provider<string>;
7
+ useDualstackEndpoint?: boolean | Provider<boolean>;
8
+ useFipsEndpoint?: boolean | Provider<boolean>;
9
+ endpoint?: string | Provider<string>;
10
+ }
11
+ export declare type ClientResolvedEndpointParameters =
12
+ ClientInputEndpointParameters & {
13
+ defaultSigningName: string;
14
+ };
15
+ export declare const resolveClientEndpointParameters: <T>(
16
+ options: T & ClientInputEndpointParameters
17
+ ) => T &
18
+ ClientInputEndpointParameters & {
19
+ defaultSigningName: string;
20
+ };
21
+ export interface EndpointParameters extends __EndpointParameters {
22
+ Region?: string;
23
+ UseDualStack?: boolean;
24
+ UseFIPS?: boolean;
25
+ Endpoint?: string;
26
+ }
@@ -0,0 +1,8 @@
1
+ import { EndpointV2, Logger } from "@aws-sdk/types";
2
+ import { EndpointParameters } from "./EndpointParameters";
3
+ export declare const defaultEndpointResolver: (
4
+ endpointParams: EndpointParameters,
5
+ context?: {
6
+ logger?: Logger;
7
+ }
8
+ ) => EndpointV2;
@@ -0,0 +1,2 @@
1
+ import { RuleSetObject } from "@aws-sdk/util-endpoints";
2
+ export declare const ruleSet: RuleSetObject;
@@ -17,7 +17,10 @@ export interface IpSet {
17
17
  IpAddresses?: string[];
18
18
  IpAddressFamily?: IpAddressFamily | string;
19
19
  }
20
- export declare type AcceleratorStatus = "DEPLOYED" | "IN_PROGRESS";
20
+ export declare enum AcceleratorStatus {
21
+ DEPLOYED = "DEPLOYED",
22
+ IN_PROGRESS = "IN_PROGRESS",
23
+ }
21
24
  export interface Accelerator {
22
25
  AcceleratorArn?: string;
23
26
  Name?: string;
@@ -123,6 +126,39 @@ export declare class LimitExceededException extends __BaseException {
123
126
  opts: __ExceptionOptionType<LimitExceededException, __BaseException>
124
127
  );
125
128
  }
129
+ export interface EndpointConfiguration {
130
+ EndpointId?: string;
131
+ Weight?: number;
132
+ ClientIPPreservationEnabled?: boolean;
133
+ }
134
+ export interface AddEndpointsRequest {
135
+ EndpointConfigurations: EndpointConfiguration[] | undefined;
136
+ EndpointGroupArn: string | undefined;
137
+ }
138
+ export declare enum HealthState {
139
+ HEALTHY = "HEALTHY",
140
+ INITIAL = "INITIAL",
141
+ UNHEALTHY = "UNHEALTHY",
142
+ }
143
+ export interface EndpointDescription {
144
+ EndpointId?: string;
145
+ Weight?: number;
146
+ HealthState?: HealthState | string;
147
+ HealthReason?: string;
148
+ ClientIPPreservationEnabled?: boolean;
149
+ }
150
+ export interface AddEndpointsResponse {
151
+ EndpointDescriptions?: EndpointDescription[];
152
+ EndpointGroupArn?: string;
153
+ }
154
+ export declare class TransactionInProgressException extends __BaseException {
155
+ readonly name: "TransactionInProgressException";
156
+ readonly $fault: "client";
157
+ Message?: string;
158
+ constructor(
159
+ opts: __ExceptionOptionType<TransactionInProgressException, __BaseException>
160
+ );
161
+ }
126
162
  export interface AdvertiseByoipCidrRequest {
127
163
  Cidr: string | undefined;
128
164
  }
@@ -200,7 +236,10 @@ export interface CidrAuthorizationContext {
200
236
  Message: string | undefined;
201
237
  Signature: string | undefined;
202
238
  }
203
- export declare type ClientAffinity = "NONE" | "SOURCE_IP";
239
+ export declare enum ClientAffinity {
240
+ NONE = "NONE",
241
+ SOURCE_IP = "SOURCE_IP",
242
+ }
204
243
  export interface Tag {
205
244
  Key: string | undefined;
206
245
  Value: string | undefined;
@@ -224,7 +263,10 @@ export interface CreateCustomRoutingAcceleratorRequest {
224
263
  IdempotencyToken?: string;
225
264
  Tags?: Tag[];
226
265
  }
227
- export declare type CustomRoutingAcceleratorStatus = "DEPLOYED" | "IN_PROGRESS";
266
+ export declare enum CustomRoutingAcceleratorStatus {
267
+ DEPLOYED = "DEPLOYED",
268
+ IN_PROGRESS = "IN_PROGRESS",
269
+ }
228
270
  export interface CustomRoutingAccelerator {
229
271
  AcceleratorArn?: string;
230
272
  Name?: string;
@@ -317,11 +359,6 @@ export interface CustomRoutingListener {
317
359
  export interface CreateCustomRoutingListenerResponse {
318
360
  Listener?: CustomRoutingListener;
319
361
  }
320
- export interface EndpointConfiguration {
321
- EndpointId?: string;
322
- Weight?: number;
323
- ClientIPPreservationEnabled?: boolean;
324
- }
325
362
  export declare enum HealthCheckProtocol {
326
363
  HTTP = "HTTP",
327
364
  HTTPS = "HTTPS",
@@ -344,14 +381,6 @@ export interface CreateEndpointGroupRequest {
344
381
  IdempotencyToken?: string;
345
382
  PortOverrides?: PortOverride[];
346
383
  }
347
- export declare type HealthState = "HEALTHY" | "INITIAL" | "UNHEALTHY";
348
- export interface EndpointDescription {
349
- EndpointId?: string;
350
- Weight?: number;
351
- HealthState?: HealthState | string;
352
- HealthReason?: string;
353
- ClientIPPreservationEnabled?: boolean;
354
- }
355
384
  export interface EndpointGroup {
356
385
  EndpointGroupArn?: string;
357
386
  EndpointGroupRegion?: string;
@@ -485,6 +514,10 @@ export interface DestinationPortMapping {
485
514
  IpAddressType?: IpAddressType | string;
486
515
  DestinationTrafficState?: CustomRoutingDestinationTrafficState | string;
487
516
  }
517
+ export interface EndpointIdentifier {
518
+ EndpointId: string | undefined;
519
+ ClientIPPreservationEnabled?: boolean;
520
+ }
488
521
  export declare class EndpointNotFoundException extends __BaseException {
489
522
  readonly name: "EndpointNotFoundException";
490
523
  readonly $fault: "client";
@@ -606,6 +639,10 @@ export interface RemoveCustomRoutingEndpointsRequest {
606
639
  EndpointIds: string[] | undefined;
607
640
  EndpointGroupArn: string | undefined;
608
641
  }
642
+ export interface RemoveEndpointsRequest {
643
+ EndpointIdentifiers: EndpointIdentifier[] | undefined;
644
+ EndpointGroupArn: string | undefined;
645
+ }
609
646
  export interface TagResourceRequest {
610
647
  ResourceArn: string | undefined;
611
648
  Tags: Tag[] | undefined;
@@ -708,6 +745,18 @@ export declare const CustomRoutingEndpointDescriptionFilterSensitiveLog: (
708
745
  export declare const AddCustomRoutingEndpointsResponseFilterSensitiveLog: (
709
746
  obj: AddCustomRoutingEndpointsResponse
710
747
  ) => any;
748
+ export declare const EndpointConfigurationFilterSensitiveLog: (
749
+ obj: EndpointConfiguration
750
+ ) => any;
751
+ export declare const AddEndpointsRequestFilterSensitiveLog: (
752
+ obj: AddEndpointsRequest
753
+ ) => any;
754
+ export declare const EndpointDescriptionFilterSensitiveLog: (
755
+ obj: EndpointDescription
756
+ ) => any;
757
+ export declare const AddEndpointsResponseFilterSensitiveLog: (
758
+ obj: AddEndpointsResponse
759
+ ) => any;
711
760
  export declare const AdvertiseByoipCidrRequestFilterSensitiveLog: (
712
761
  obj: AdvertiseByoipCidrRequest
713
762
  ) => any;
@@ -765,16 +814,10 @@ export declare const CustomRoutingListenerFilterSensitiveLog: (
765
814
  export declare const CreateCustomRoutingListenerResponseFilterSensitiveLog: (
766
815
  obj: CreateCustomRoutingListenerResponse
767
816
  ) => any;
768
- export declare const EndpointConfigurationFilterSensitiveLog: (
769
- obj: EndpointConfiguration
770
- ) => any;
771
817
  export declare const PortOverrideFilterSensitiveLog: (obj: PortOverride) => any;
772
818
  export declare const CreateEndpointGroupRequestFilterSensitiveLog: (
773
819
  obj: CreateEndpointGroupRequest
774
820
  ) => any;
775
- export declare const EndpointDescriptionFilterSensitiveLog: (
776
- obj: EndpointDescription
777
- ) => any;
778
821
  export declare const EndpointGroupFilterSensitiveLog: (
779
822
  obj: EndpointGroup
780
823
  ) => any;
@@ -872,6 +915,9 @@ export declare const SocketAddressFilterSensitiveLog: (
872
915
  export declare const DestinationPortMappingFilterSensitiveLog: (
873
916
  obj: DestinationPortMapping
874
917
  ) => any;
918
+ export declare const EndpointIdentifierFilterSensitiveLog: (
919
+ obj: EndpointIdentifier
920
+ ) => any;
875
921
  export declare const ListAcceleratorsRequestFilterSensitiveLog: (
876
922
  obj: ListAcceleratorsRequest
877
923
  ) => any;
@@ -942,6 +988,9 @@ export declare const ProvisionByoipCidrResponseFilterSensitiveLog: (
942
988
  export declare const RemoveCustomRoutingEndpointsRequestFilterSensitiveLog: (
943
989
  obj: RemoveCustomRoutingEndpointsRequest
944
990
  ) => any;
991
+ export declare const RemoveEndpointsRequestFilterSensitiveLog: (
992
+ obj: RemoveEndpointsRequest
993
+ ) => any;
945
994
  export declare const TagResourceRequestFilterSensitiveLog: (
946
995
  obj: TagResourceRequest
947
996
  ) => any;
@@ -7,6 +7,10 @@ import {
7
7
  AddCustomRoutingEndpointsCommandInput,
8
8
  AddCustomRoutingEndpointsCommandOutput,
9
9
  } from "../commands/AddCustomRoutingEndpointsCommand";
10
+ import {
11
+ AddEndpointsCommandInput,
12
+ AddEndpointsCommandOutput,
13
+ } from "../commands/AddEndpointsCommand";
10
14
  import {
11
15
  AdvertiseByoipCidrCommandInput,
12
16
  AdvertiseByoipCidrCommandOutput,
@@ -151,6 +155,10 @@ import {
151
155
  RemoveCustomRoutingEndpointsCommandInput,
152
156
  RemoveCustomRoutingEndpointsCommandOutput,
153
157
  } from "../commands/RemoveCustomRoutingEndpointsCommand";
158
+ import {
159
+ RemoveEndpointsCommandInput,
160
+ RemoveEndpointsCommandOutput,
161
+ } from "../commands/RemoveEndpointsCommand";
154
162
  import {
155
163
  TagResourceCommandInput,
156
164
  TagResourceCommandOutput,
@@ -195,6 +203,10 @@ export declare const serializeAws_json1_1AddCustomRoutingEndpointsCommand: (
195
203
  input: AddCustomRoutingEndpointsCommandInput,
196
204
  context: __SerdeContext
197
205
  ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_json1_1AddEndpointsCommand: (
207
+ input: AddEndpointsCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
198
210
  export declare const serializeAws_json1_1AdvertiseByoipCidrCommand: (
199
211
  input: AdvertiseByoipCidrCommandInput,
200
212
  context: __SerdeContext
@@ -339,6 +351,10 @@ export declare const serializeAws_json1_1RemoveCustomRoutingEndpointsCommand: (
339
351
  input: RemoveCustomRoutingEndpointsCommandInput,
340
352
  context: __SerdeContext
341
353
  ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_json1_1RemoveEndpointsCommand: (
355
+ input: RemoveEndpointsCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
342
358
  export declare const serializeAws_json1_1TagResourceCommand: (
343
359
  input: TagResourceCommandInput,
344
360
  context: __SerdeContext
@@ -383,6 +399,10 @@ export declare const deserializeAws_json1_1AddCustomRoutingEndpointsCommand: (
383
399
  output: __HttpResponse,
384
400
  context: __SerdeContext
385
401
  ) => Promise<AddCustomRoutingEndpointsCommandOutput>;
402
+ export declare const deserializeAws_json1_1AddEndpointsCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<AddEndpointsCommandOutput>;
386
406
  export declare const deserializeAws_json1_1AdvertiseByoipCidrCommand: (
387
407
  output: __HttpResponse,
388
408
  context: __SerdeContext
@@ -527,6 +547,10 @@ export declare const deserializeAws_json1_1RemoveCustomRoutingEndpointsCommand:
527
547
  output: __HttpResponse,
528
548
  context: __SerdeContext
529
549
  ) => Promise<RemoveCustomRoutingEndpointsCommandOutput>;
550
+ export declare const deserializeAws_json1_1RemoveEndpointsCommand: (
551
+ output: __HttpResponse,
552
+ context: __SerdeContext
553
+ ) => Promise<RemoveEndpointsCommandOutput>;
530
554
  export declare const deserializeAws_json1_1TagResourceCommand: (
531
555
  output: __HttpResponse,
532
556
  context: __SerdeContext
@@ -38,12 +38,22 @@ export declare const getRuntimeConfig: (
38
38
  disableHostPrefix: boolean;
39
39
  logger: import("@aws-sdk/types").Logger;
40
40
  serviceId: string;
41
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
42
41
  endpoint?:
43
- | string
44
- | import("@aws-sdk/types").Endpoint
45
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
42
+ | ((
43
+ | string
44
+ | import("@aws-sdk/types").Endpoint
45
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
46
+ | import("@aws-sdk/types").EndpointV2
47
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
48
+ ) &
49
+ (string | import("@aws-sdk/types").Provider<string>))
46
50
  | undefined;
51
+ endpointProvider: (
52
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
53
+ context?: {
54
+ logger?: import("@aws-sdk/types").Logger | undefined;
55
+ }
56
+ ) => import("@aws-sdk/types").EndpointV2;
47
57
  tls?: boolean | undefined;
48
58
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
49
59
  credentials?:
@@ -38,12 +38,22 @@ export declare const getRuntimeConfig: (
38
38
  disableHostPrefix: boolean;
39
39
  logger: import("@aws-sdk/types").Logger;
40
40
  serviceId: string;
41
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
42
41
  endpoint?:
43
- | string
44
- | import("@aws-sdk/types").Endpoint
45
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
42
+ | ((
43
+ | string
44
+ | import("@aws-sdk/types").Endpoint
45
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
46
+ | import("@aws-sdk/types").EndpointV2
47
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>
48
+ ) &
49
+ (string | import("@aws-sdk/types").Provider<string>))
46
50
  | undefined;
51
+ endpointProvider: (
52
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
53
+ context?: {
54
+ logger?: import("@aws-sdk/types").Logger | undefined;
55
+ }
56
+ ) => import("@aws-sdk/types").EndpointV2;
47
57
  tls?: boolean | undefined;
48
58
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
49
59
  credentials?:
@@ -31,7 +31,6 @@ export declare const getRuntimeConfig: (
31
31
  credentialDefaultProvider: (
32
32
  input: any
33
33
  ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
34
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
35
34
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<
36
35
  import("@aws-sdk/types").UserAgent
37
36
  >;
@@ -42,9 +41,21 @@ export declare const getRuntimeConfig: (
42
41
  >;
43
42
  endpoint?:
44
43
  | string
45
- | import("@aws-sdk/types").Endpoint
46
- | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
44
+ | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> &
45
+ import("@aws-sdk/types").Provider<string>)
46
+ | (import("@aws-sdk/types").Endpoint &
47
+ import("@aws-sdk/types").Provider<string>)
48
+ | (import("@aws-sdk/types").EndpointV2 &
49
+ import("@aws-sdk/types").Provider<string>)
50
+ | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> &
51
+ import("@aws-sdk/types").Provider<string>)
47
52
  | undefined;
53
+ endpointProvider: (
54
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
55
+ context?: {
56
+ logger?: import("@aws-sdk/types").Logger | undefined;
57
+ }
58
+ ) => import("@aws-sdk/types").EndpointV2;
48
59
  tls?: boolean | undefined;
49
60
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
50
61
  credentials?:
@@ -5,8 +5,13 @@ export declare const getRuntimeConfig: (
5
5
  ) => {
6
6
  apiVersion: string;
7
7
  disableHostPrefix: boolean;
8
+ endpointProvider: (
9
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
10
+ context?: {
11
+ logger?: __Logger | undefined;
12
+ }
13
+ ) => import("@aws-sdk/types").EndpointV2;
8
14
  logger: __Logger;
9
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
10
15
  serviceId: string;
11
16
  urlParser: import("@aws-sdk/types").UrlParser;
12
17
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-global-accelerator",
3
3
  "description": "AWS SDK for JavaScript Global Accelerator Client for Node.js, Browser and React Native",
4
- "version": "3.192.0",
4
+ "version": "3.193.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,35 +19,37 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.192.0",
23
- "@aws-sdk/config-resolver": "3.190.0",
24
- "@aws-sdk/credential-provider-node": "3.190.0",
25
- "@aws-sdk/fetch-http-handler": "3.190.0",
26
- "@aws-sdk/hash-node": "3.190.0",
27
- "@aws-sdk/invalid-dependency": "3.190.0",
28
- "@aws-sdk/middleware-content-length": "3.190.0",
29
- "@aws-sdk/middleware-host-header": "3.190.0",
30
- "@aws-sdk/middleware-logger": "3.190.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.190.0",
32
- "@aws-sdk/middleware-retry": "3.190.0",
33
- "@aws-sdk/middleware-serde": "3.190.0",
34
- "@aws-sdk/middleware-signing": "3.192.0",
35
- "@aws-sdk/middleware-stack": "3.190.0",
36
- "@aws-sdk/middleware-user-agent": "3.190.0",
37
- "@aws-sdk/node-config-provider": "3.190.0",
38
- "@aws-sdk/node-http-handler": "3.190.0",
39
- "@aws-sdk/protocol-http": "3.190.0",
40
- "@aws-sdk/smithy-client": "3.190.0",
41
- "@aws-sdk/types": "3.190.0",
42
- "@aws-sdk/url-parser": "3.190.0",
22
+ "@aws-sdk/client-sts": "3.193.0",
23
+ "@aws-sdk/config-resolver": "3.193.0",
24
+ "@aws-sdk/credential-provider-node": "3.193.0",
25
+ "@aws-sdk/fetch-http-handler": "3.193.0",
26
+ "@aws-sdk/hash-node": "3.193.0",
27
+ "@aws-sdk/invalid-dependency": "3.193.0",
28
+ "@aws-sdk/middleware-content-length": "3.193.0",
29
+ "@aws-sdk/middleware-endpoint": "3.193.0",
30
+ "@aws-sdk/middleware-host-header": "3.193.0",
31
+ "@aws-sdk/middleware-logger": "3.193.0",
32
+ "@aws-sdk/middleware-recursion-detection": "3.193.0",
33
+ "@aws-sdk/middleware-retry": "3.193.0",
34
+ "@aws-sdk/middleware-serde": "3.193.0",
35
+ "@aws-sdk/middleware-signing": "3.193.0",
36
+ "@aws-sdk/middleware-stack": "3.193.0",
37
+ "@aws-sdk/middleware-user-agent": "3.193.0",
38
+ "@aws-sdk/node-config-provider": "3.193.0",
39
+ "@aws-sdk/node-http-handler": "3.193.0",
40
+ "@aws-sdk/protocol-http": "3.193.0",
41
+ "@aws-sdk/smithy-client": "3.193.0",
42
+ "@aws-sdk/types": "3.193.0",
43
+ "@aws-sdk/url-parser": "3.193.0",
43
44
  "@aws-sdk/util-base64-browser": "3.188.0",
44
45
  "@aws-sdk/util-base64-node": "3.188.0",
45
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
46
47
  "@aws-sdk/util-body-length-node": "3.188.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.190.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.190.0",
49
- "@aws-sdk/util-user-agent-browser": "3.190.0",
50
- "@aws-sdk/util-user-agent-node": "3.190.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.193.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.193.0",
50
+ "@aws-sdk/util-endpoints": "3.193.0",
51
+ "@aws-sdk/util-user-agent-browser": "3.193.0",
52
+ "@aws-sdk/util-user-agent-node": "3.193.0",
51
53
  "@aws-sdk/util-utf8-browser": "3.188.0",
52
54
  "@aws-sdk/util-utf8-node": "3.188.0",
53
55
  "tslib": "^2.3.1",