@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,5 +1,6 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput } from "./commands/AddCustomRoutingEndpointsCommand";
3
+ import { AddEndpointsCommandInput, AddEndpointsCommandOutput } from "./commands/AddEndpointsCommand";
3
4
  import { AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput } from "./commands/AdvertiseByoipCidrCommand";
4
5
  import { AllowCustomRoutingTrafficCommandInput, AllowCustomRoutingTrafficCommandOutput } from "./commands/AllowCustomRoutingTrafficCommand";
5
6
  import { CreateAcceleratorCommandInput, CreateAcceleratorCommandOutput } from "./commands/CreateAcceleratorCommand";
@@ -36,6 +37,7 @@ import { ListListenersCommandInput, ListListenersCommandOutput } from "./command
36
37
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
37
38
  import { ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput } from "./commands/ProvisionByoipCidrCommand";
38
39
  import { RemoveCustomRoutingEndpointsCommandInput, RemoveCustomRoutingEndpointsCommandOutput } from "./commands/RemoveCustomRoutingEndpointsCommand";
40
+ import { RemoveEndpointsCommandInput, RemoveEndpointsCommandOutput } from "./commands/RemoveEndpointsCommand";
39
41
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
40
42
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
41
43
  import { UpdateAcceleratorAttributesCommandInput, UpdateAcceleratorAttributesCommandOutput } from "./commands/UpdateAcceleratorAttributesCommand";
@@ -119,6 +121,27 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
119
121
  addCustomRoutingEndpoints(args: AddCustomRoutingEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<AddCustomRoutingEndpointsCommandOutput>;
120
122
  addCustomRoutingEndpoints(args: AddCustomRoutingEndpointsCommandInput, cb: (err: any, data?: AddCustomRoutingEndpointsCommandOutput) => void): void;
121
123
  addCustomRoutingEndpoints(args: AddCustomRoutingEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddCustomRoutingEndpointsCommandOutput) => void): void;
124
+ /**
125
+ * <p>Add endpoints to an endpoint group. The <code>AddEndpoints</code> API operation is the recommended option for adding endpoints. The
126
+ * alternative options are to add endpoints when you create an endpoint group (with the
127
+ * <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/API_CreateEndpointGroup.html">CreateEndpointGroup</a> API)
128
+ * or when you update an endpoint group (with the
129
+ * <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/API_UpdateEndpointGroup.html">UpdateEndpointGroup</a> API). </p>
130
+ * <p>There are two advantages to using <code>AddEndpoints</code> to add endpoints:</p>
131
+ * <ul>
132
+ * <li>
133
+ * <p>It's faster, because Global Accelerator only has to resolve the new endpoints that
134
+ * you're adding.</p>
135
+ * </li>
136
+ * <li>
137
+ * <p>It's more convenient, because you don't need to specify all of the current
138
+ * endpoints that are already in the endpoint group in addition to the new endpoints that you want to add.</p>
139
+ * </li>
140
+ * </ul>
141
+ */
142
+ addEndpoints(args: AddEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<AddEndpointsCommandOutput>;
143
+ addEndpoints(args: AddEndpointsCommandInput, cb: (err: any, data?: AddEndpointsCommandOutput) => void): void;
144
+ addEndpoints(args: AddEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddEndpointsCommandOutput) => void): void;
122
145
  /**
123
146
  * <p>Advertises an IPv4 address range that is provisioned for use with your Amazon Web Services resources
124
147
  * through bring your own IP addresses (BYOIP). It can take a few minutes before traffic to
@@ -424,6 +447,28 @@ export declare class GlobalAccelerator extends GlobalAcceleratorClient {
424
447
  removeCustomRoutingEndpoints(args: RemoveCustomRoutingEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<RemoveCustomRoutingEndpointsCommandOutput>;
425
448
  removeCustomRoutingEndpoints(args: RemoveCustomRoutingEndpointsCommandInput, cb: (err: any, data?: RemoveCustomRoutingEndpointsCommandOutput) => void): void;
426
449
  removeCustomRoutingEndpoints(args: RemoveCustomRoutingEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveCustomRoutingEndpointsCommandOutput) => void): void;
450
+ /**
451
+ * <p>Remove endpoints from an endpoint group. </p>
452
+ * <p>The <code>RemoveEndpoints</code> API operation is the recommended option for removing endpoints. The alternative is to remove
453
+ * endpoints by updating an endpoint group by using the
454
+ * <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/API_UpdateEndpointGroup.html">UpdateEndpointGroup</a>
455
+ * API operation. There are two advantages to using <code>AddEndpoints</code> to remove endpoints instead:</p>
456
+ * <ul>
457
+ * <li>
458
+ * <p>It's more convenient, because you only need to specify the endpoints that you want to remove. With the
459
+ * <code>UpdateEndpointGroup</code> API operation, you must specify all of the endpoints in the
460
+ * endpoint group except the ones that you want to remove from the group.</p>
461
+ * </li>
462
+ * <li>
463
+ * <p>It's faster, because Global Accelerator doesn't need to resolve any endpoints. With the
464
+ * <code>UpdateEndpointGroup</code> API operation, Global Accelerator must resolve all of the endpoints that
465
+ * remain in the group.</p>
466
+ * </li>
467
+ * </ul>
468
+ */
469
+ removeEndpoints(args: RemoveEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<RemoveEndpointsCommandOutput>;
470
+ removeEndpoints(args: RemoveEndpointsCommandInput, cb: (err: any, data?: RemoveEndpointsCommandOutput) => void): void;
471
+ removeEndpoints(args: RemoveEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveEndpointsCommandOutput) => void): void;
427
472
  /**
428
473
  * <p>Add tags to an accelerator resource. </p>
429
474
  * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html">Tagging
@@ -1,12 +1,14 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
1
+ import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
2
3
  import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
4
  import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
5
  import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
6
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
7
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
8
  import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
10
  import { AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput } from "./commands/AddCustomRoutingEndpointsCommand";
11
+ import { AddEndpointsCommandInput, AddEndpointsCommandOutput } from "./commands/AddEndpointsCommand";
10
12
  import { AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput } from "./commands/AdvertiseByoipCidrCommand";
11
13
  import { AllowCustomRoutingTrafficCommandInput, AllowCustomRoutingTrafficCommandOutput } from "./commands/AllowCustomRoutingTrafficCommand";
12
14
  import { CreateAcceleratorCommandInput, CreateAcceleratorCommandOutput } from "./commands/CreateAcceleratorCommand";
@@ -43,6 +45,7 @@ import { ListListenersCommandInput, ListListenersCommandOutput } from "./command
43
45
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
44
46
  import { ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput } from "./commands/ProvisionByoipCidrCommand";
45
47
  import { RemoveCustomRoutingEndpointsCommandInput, RemoveCustomRoutingEndpointsCommandOutput } from "./commands/RemoveCustomRoutingEndpointsCommand";
48
+ import { RemoveEndpointsCommandInput, RemoveEndpointsCommandOutput } from "./commands/RemoveEndpointsCommand";
46
49
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
47
50
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
48
51
  import { UpdateAcceleratorAttributesCommandInput, UpdateAcceleratorAttributesCommandOutput } from "./commands/UpdateAcceleratorAttributesCommand";
@@ -53,8 +56,9 @@ import { UpdateCustomRoutingListenerCommandInput, UpdateCustomRoutingListenerCom
53
56
  import { UpdateEndpointGroupCommandInput, UpdateEndpointGroupCommandOutput } from "./commands/UpdateEndpointGroupCommand";
54
57
  import { UpdateListenerCommandInput, UpdateListenerCommandOutput } from "./commands/UpdateListenerCommand";
55
58
  import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from "./commands/WithdrawByoipCidrCommand";
56
- export declare type ServiceInputTypes = AddCustomRoutingEndpointsCommandInput | AdvertiseByoipCidrCommandInput | AllowCustomRoutingTrafficCommandInput | CreateAcceleratorCommandInput | CreateCustomRoutingAcceleratorCommandInput | CreateCustomRoutingEndpointGroupCommandInput | CreateCustomRoutingListenerCommandInput | CreateEndpointGroupCommandInput | CreateListenerCommandInput | DeleteAcceleratorCommandInput | DeleteCustomRoutingAcceleratorCommandInput | DeleteCustomRoutingEndpointGroupCommandInput | DeleteCustomRoutingListenerCommandInput | DeleteEndpointGroupCommandInput | DeleteListenerCommandInput | DenyCustomRoutingTrafficCommandInput | DeprovisionByoipCidrCommandInput | DescribeAcceleratorAttributesCommandInput | DescribeAcceleratorCommandInput | DescribeCustomRoutingAcceleratorAttributesCommandInput | DescribeCustomRoutingAcceleratorCommandInput | DescribeCustomRoutingEndpointGroupCommandInput | DescribeCustomRoutingListenerCommandInput | DescribeEndpointGroupCommandInput | DescribeListenerCommandInput | ListAcceleratorsCommandInput | ListByoipCidrsCommandInput | ListCustomRoutingAcceleratorsCommandInput | ListCustomRoutingEndpointGroupsCommandInput | ListCustomRoutingListenersCommandInput | ListCustomRoutingPortMappingsByDestinationCommandInput | ListCustomRoutingPortMappingsCommandInput | ListEndpointGroupsCommandInput | ListListenersCommandInput | ListTagsForResourceCommandInput | ProvisionByoipCidrCommandInput | RemoveCustomRoutingEndpointsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAcceleratorAttributesCommandInput | UpdateAcceleratorCommandInput | UpdateCustomRoutingAcceleratorAttributesCommandInput | UpdateCustomRoutingAcceleratorCommandInput | UpdateCustomRoutingListenerCommandInput | UpdateEndpointGroupCommandInput | UpdateListenerCommandInput | WithdrawByoipCidrCommandInput;
57
- export declare type ServiceOutputTypes = AddCustomRoutingEndpointsCommandOutput | AdvertiseByoipCidrCommandOutput | AllowCustomRoutingTrafficCommandOutput | CreateAcceleratorCommandOutput | CreateCustomRoutingAcceleratorCommandOutput | CreateCustomRoutingEndpointGroupCommandOutput | CreateCustomRoutingListenerCommandOutput | CreateEndpointGroupCommandOutput | CreateListenerCommandOutput | DeleteAcceleratorCommandOutput | DeleteCustomRoutingAcceleratorCommandOutput | DeleteCustomRoutingEndpointGroupCommandOutput | DeleteCustomRoutingListenerCommandOutput | DeleteEndpointGroupCommandOutput | DeleteListenerCommandOutput | DenyCustomRoutingTrafficCommandOutput | DeprovisionByoipCidrCommandOutput | DescribeAcceleratorAttributesCommandOutput | DescribeAcceleratorCommandOutput | DescribeCustomRoutingAcceleratorAttributesCommandOutput | DescribeCustomRoutingAcceleratorCommandOutput | DescribeCustomRoutingEndpointGroupCommandOutput | DescribeCustomRoutingListenerCommandOutput | DescribeEndpointGroupCommandOutput | DescribeListenerCommandOutput | ListAcceleratorsCommandOutput | ListByoipCidrsCommandOutput | ListCustomRoutingAcceleratorsCommandOutput | ListCustomRoutingEndpointGroupsCommandOutput | ListCustomRoutingListenersCommandOutput | ListCustomRoutingPortMappingsByDestinationCommandOutput | ListCustomRoutingPortMappingsCommandOutput | ListEndpointGroupsCommandOutput | ListListenersCommandOutput | ListTagsForResourceCommandOutput | ProvisionByoipCidrCommandOutput | RemoveCustomRoutingEndpointsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAcceleratorAttributesCommandOutput | UpdateAcceleratorCommandOutput | UpdateCustomRoutingAcceleratorAttributesCommandOutput | UpdateCustomRoutingAcceleratorCommandOutput | UpdateCustomRoutingListenerCommandOutput | UpdateEndpointGroupCommandOutput | UpdateListenerCommandOutput | WithdrawByoipCidrCommandOutput;
59
+ import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
60
+ export declare type ServiceInputTypes = AddCustomRoutingEndpointsCommandInput | AddEndpointsCommandInput | AdvertiseByoipCidrCommandInput | AllowCustomRoutingTrafficCommandInput | CreateAcceleratorCommandInput | CreateCustomRoutingAcceleratorCommandInput | CreateCustomRoutingEndpointGroupCommandInput | CreateCustomRoutingListenerCommandInput | CreateEndpointGroupCommandInput | CreateListenerCommandInput | DeleteAcceleratorCommandInput | DeleteCustomRoutingAcceleratorCommandInput | DeleteCustomRoutingEndpointGroupCommandInput | DeleteCustomRoutingListenerCommandInput | DeleteEndpointGroupCommandInput | DeleteListenerCommandInput | DenyCustomRoutingTrafficCommandInput | DeprovisionByoipCidrCommandInput | DescribeAcceleratorAttributesCommandInput | DescribeAcceleratorCommandInput | DescribeCustomRoutingAcceleratorAttributesCommandInput | DescribeCustomRoutingAcceleratorCommandInput | DescribeCustomRoutingEndpointGroupCommandInput | DescribeCustomRoutingListenerCommandInput | DescribeEndpointGroupCommandInput | DescribeListenerCommandInput | ListAcceleratorsCommandInput | ListByoipCidrsCommandInput | ListCustomRoutingAcceleratorsCommandInput | ListCustomRoutingEndpointGroupsCommandInput | ListCustomRoutingListenersCommandInput | ListCustomRoutingPortMappingsByDestinationCommandInput | ListCustomRoutingPortMappingsCommandInput | ListEndpointGroupsCommandInput | ListListenersCommandInput | ListTagsForResourceCommandInput | ProvisionByoipCidrCommandInput | RemoveCustomRoutingEndpointsCommandInput | RemoveEndpointsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAcceleratorAttributesCommandInput | UpdateAcceleratorCommandInput | UpdateCustomRoutingAcceleratorAttributesCommandInput | UpdateCustomRoutingAcceleratorCommandInput | UpdateCustomRoutingListenerCommandInput | UpdateEndpointGroupCommandInput | UpdateListenerCommandInput | WithdrawByoipCidrCommandInput;
61
+ export declare type ServiceOutputTypes = AddCustomRoutingEndpointsCommandOutput | AddEndpointsCommandOutput | AdvertiseByoipCidrCommandOutput | AllowCustomRoutingTrafficCommandOutput | CreateAcceleratorCommandOutput | CreateCustomRoutingAcceleratorCommandOutput | CreateCustomRoutingEndpointGroupCommandOutput | CreateCustomRoutingListenerCommandOutput | CreateEndpointGroupCommandOutput | CreateListenerCommandOutput | DeleteAcceleratorCommandOutput | DeleteCustomRoutingAcceleratorCommandOutput | DeleteCustomRoutingEndpointGroupCommandOutput | DeleteCustomRoutingListenerCommandOutput | DeleteEndpointGroupCommandOutput | DeleteListenerCommandOutput | DenyCustomRoutingTrafficCommandOutput | DeprovisionByoipCidrCommandOutput | DescribeAcceleratorAttributesCommandOutput | DescribeAcceleratorCommandOutput | DescribeCustomRoutingAcceleratorAttributesCommandOutput | DescribeCustomRoutingAcceleratorCommandOutput | DescribeCustomRoutingEndpointGroupCommandOutput | DescribeCustomRoutingListenerCommandOutput | DescribeEndpointGroupCommandOutput | DescribeListenerCommandOutput | ListAcceleratorsCommandOutput | ListByoipCidrsCommandOutput | ListCustomRoutingAcceleratorsCommandOutput | ListCustomRoutingEndpointGroupsCommandOutput | ListCustomRoutingListenersCommandOutput | ListCustomRoutingPortMappingsByDestinationCommandOutput | ListCustomRoutingPortMappingsCommandOutput | ListEndpointGroupsCommandOutput | ListListenersCommandOutput | ListTagsForResourceCommandOutput | ProvisionByoipCidrCommandOutput | RemoveCustomRoutingEndpointsCommandOutput | RemoveEndpointsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAcceleratorAttributesCommandOutput | UpdateAcceleratorCommandOutput | UpdateCustomRoutingAcceleratorAttributesCommandOutput | UpdateCustomRoutingAcceleratorCommandOutput | UpdateCustomRoutingListenerCommandOutput | UpdateEndpointGroupCommandOutput | UpdateListenerCommandOutput | WithdrawByoipCidrCommandOutput;
58
62
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
59
63
  /**
60
64
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -145,11 +149,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
145
149
  * @internal
146
150
  */
147
151
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
148
- /**
149
- * Fetch related hostname, signing name or signing region with given region.
150
- * @internal
151
- */
152
- regionInfoProvider?: RegionInfoProvider;
153
152
  /**
154
153
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
155
154
  * @internal
@@ -160,13 +159,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
160
159
  */
161
160
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
162
161
  }
163
- declare type GlobalAcceleratorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
162
+ declare type GlobalAcceleratorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
164
163
  /**
165
164
  * The configuration interface of GlobalAcceleratorClient class constructor that set the region, credentials and other options.
166
165
  */
167
166
  export interface GlobalAcceleratorClientConfig extends GlobalAcceleratorClientConfigType {
168
167
  }
169
- declare type GlobalAcceleratorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
168
+ declare type GlobalAcceleratorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
170
169
  /**
171
170
  * The resolved configuration interface of GlobalAcceleratorClient class. This is resolved and normalized from the {@link GlobalAcceleratorClientConfig | constructor configuration interface}.
172
171
  */
@@ -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";
@@ -35,6 +36,7 @@ export interface AddCustomRoutingEndpointsCommandOutput extends AddCustomRouting
35
36
  */
36
37
  export declare class AddCustomRoutingEndpointsCommand extends $Command<AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
37
38
  readonly input: AddCustomRoutingEndpointsCommandInput;
39
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
40
  constructor(input: AddCustomRoutingEndpointsCommandInput);
39
41
  /**
40
42
  * @internal
@@ -0,0 +1,52 @@
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 { AddEndpointsRequest, AddEndpointsResponse } from "../models/models_0";
6
+ export interface AddEndpointsCommandInput extends AddEndpointsRequest {
7
+ }
8
+ export interface AddEndpointsCommandOutput extends AddEndpointsResponse, __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>Add endpoints to an endpoint group. The <code>AddEndpoints</code> API operation is the recommended option for adding endpoints. The
12
+ * alternative options are to add endpoints when you create an endpoint group (with the
13
+ * <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/API_CreateEndpointGroup.html">CreateEndpointGroup</a> API)
14
+ * or when you update an endpoint group (with the
15
+ * <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/API_UpdateEndpointGroup.html">UpdateEndpointGroup</a> API). </p>
16
+ * <p>There are two advantages to using <code>AddEndpoints</code> to add endpoints:</p>
17
+ * <ul>
18
+ * <li>
19
+ * <p>It's faster, because Global Accelerator only has to resolve the new endpoints that
20
+ * you're adding.</p>
21
+ * </li>
22
+ * <li>
23
+ * <p>It's more convenient, because you don't need to specify all of the current
24
+ * endpoints that are already in the endpoint group in addition to the new endpoints that you want to add.</p>
25
+ * </li>
26
+ * </ul>
27
+ * @example
28
+ * Use a bare-bones client and the command you need to make an API call.
29
+ * ```javascript
30
+ * import { GlobalAcceleratorClient, AddEndpointsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import
31
+ * // const { GlobalAcceleratorClient, AddEndpointsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import
32
+ * const client = new GlobalAcceleratorClient(config);
33
+ * const command = new AddEndpointsCommand(input);
34
+ * const response = await client.send(command);
35
+ * ```
36
+ *
37
+ * @see {@link AddEndpointsCommandInput} for command's `input` shape.
38
+ * @see {@link AddEndpointsCommandOutput} for command's `response` shape.
39
+ * @see {@link GlobalAcceleratorClientResolvedConfig | config} for GlobalAcceleratorClient's `config` shape.
40
+ *
41
+ */
42
+ export declare class AddEndpointsCommand extends $Command<AddEndpointsCommandInput, AddEndpointsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
43
+ readonly input: AddEndpointsCommandInput;
44
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
45
+ constructor(input: AddEndpointsCommandInput);
46
+ /**
47
+ * @internal
48
+ */
49
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddEndpointsCommandInput, AddEndpointsCommandOutput>;
50
+ private serialize;
51
+ private deserialize;
52
+ }
@@ -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 AdvertiseByoipCidrCommandOutput extends AdvertiseByoipCidrRespo
31
32
  */
32
33
  export declare class AdvertiseByoipCidrCommand extends $Command<AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig> {
33
34
  readonly input: AdvertiseByoipCidrCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: AdvertiseByoipCidrCommandInput);
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";
@@ -30,6 +31,7 @@ export interface AllowCustomRoutingTrafficCommandOutput extends __MetadataBearer
30
31
  */
31
32
  export declare class AllowCustomRoutingTrafficCommand extends $Command<AllowCustomRoutingTrafficCommandInput, AllowCustomRoutingTrafficCommandOutput, GlobalAcceleratorClientResolvedConfig> {
32
33
  readonly input: AllowCustomRoutingTrafficCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: AllowCustomRoutingTrafficCommandInput);
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";
@@ -31,6 +32,7 @@ export interface CreateAcceleratorCommandOutput extends CreateAcceleratorRespons
31
32
  */
32
33
  export declare class CreateAcceleratorCommand extends $Command<CreateAcceleratorCommandInput, CreateAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig> {
33
34
  readonly input: CreateAcceleratorCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: CreateAcceleratorCommandInput);
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";
@@ -35,6 +36,7 @@ export interface CreateCustomRoutingAcceleratorCommandOutput extends CreateCusto
35
36
  */
36
37
  export declare class CreateCustomRoutingAcceleratorCommand extends $Command<CreateCustomRoutingAcceleratorCommandInput, CreateCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig> {
37
38
  readonly input: CreateCustomRoutingAcceleratorCommandInput;
39
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
40
  constructor(input: CreateCustomRoutingAcceleratorCommandInput);
39
41
  /**
40
42
  * @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 CreateCustomRoutingEndpointGroupCommandOutput extends CreateCus
27
28
  */
28
29
  export declare class CreateCustomRoutingEndpointGroupCommand extends $Command<CreateCustomRoutingEndpointGroupCommandInput, CreateCustomRoutingEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig> {
29
30
  readonly input: CreateCustomRoutingEndpointGroupCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: CreateCustomRoutingEndpointGroupCommandInput);
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";
@@ -26,6 +27,7 @@ export interface CreateCustomRoutingListenerCommandOutput extends CreateCustomRo
26
27
  */
27
28
  export declare class CreateCustomRoutingListenerCommand extends $Command<CreateCustomRoutingListenerCommandInput, CreateCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig> {
28
29
  readonly input: CreateCustomRoutingListenerCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: CreateCustomRoutingListenerCommandInput);
30
32
  /**
31
33
  * @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";
@@ -26,6 +27,7 @@ export interface CreateEndpointGroupCommandOutput extends CreateEndpointGroupRes
26
27
  */
27
28
  export declare class CreateEndpointGroupCommand extends $Command<CreateEndpointGroupCommandInput, CreateEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig> {
28
29
  readonly input: CreateEndpointGroupCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: CreateEndpointGroupCommandInput);
30
32
  /**
31
33
  * @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";
@@ -26,6 +27,7 @@ export interface CreateListenerCommandOutput extends CreateListenerResponse, __M
26
27
  */
27
28
  export declare class CreateListenerCommand extends $Command<CreateListenerCommandInput, CreateListenerCommandOutput, GlobalAcceleratorClientResolvedConfig> {
28
29
  readonly input: CreateListenerCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: CreateListenerCommandInput);
30
32
  /**
31
33
  * @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";
@@ -38,6 +39,7 @@ export interface DeleteAcceleratorCommandOutput extends __MetadataBearer {
38
39
  */
39
40
  export declare class DeleteAcceleratorCommand extends $Command<DeleteAcceleratorCommandInput, DeleteAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig> {
40
41
  readonly input: DeleteAcceleratorCommandInput;
42
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
41
43
  constructor(input: DeleteAcceleratorCommandInput);
42
44
  /**
43
45
  * @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";
@@ -38,6 +39,7 @@ export interface DeleteCustomRoutingAcceleratorCommandOutput extends __MetadataB
38
39
  */
39
40
  export declare class DeleteCustomRoutingAcceleratorCommand extends $Command<DeleteCustomRoutingAcceleratorCommandInput, DeleteCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig> {
40
41
  readonly input: DeleteCustomRoutingAcceleratorCommandInput;
42
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
41
43
  constructor(input: DeleteCustomRoutingAcceleratorCommandInput);
42
44
  /**
43
45
  * @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 DeleteCustomRoutingEndpointGroupCommandOutput extends __Metadat
25
26
  */
26
27
  export declare class DeleteCustomRoutingEndpointGroupCommand extends $Command<DeleteCustomRoutingEndpointGroupCommandInput, DeleteCustomRoutingEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
28
  readonly input: DeleteCustomRoutingEndpointGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteCustomRoutingEndpointGroupCommandInput);
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 DeleteCustomRoutingListenerCommandOutput extends __MetadataBear
25
26
  */
26
27
  export declare class DeleteCustomRoutingListenerCommand extends $Command<DeleteCustomRoutingListenerCommandInput, DeleteCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
28
  readonly input: DeleteCustomRoutingListenerCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteCustomRoutingListenerCommandInput);
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 DeleteEndpointGroupCommandOutput extends __MetadataBearer {
25
26
  */
26
27
  export declare class DeleteEndpointGroupCommand extends $Command<DeleteEndpointGroupCommandInput, DeleteEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
28
  readonly input: DeleteEndpointGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteEndpointGroupCommandInput);
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 DeleteListenerCommandOutput extends __MetadataBearer {
25
26
  */
26
27
  export declare class DeleteListenerCommand extends $Command<DeleteListenerCommandInput, DeleteListenerCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
28
  readonly input: DeleteListenerCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DeleteListenerCommandInput);
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";
@@ -30,6 +31,7 @@ export interface DenyCustomRoutingTrafficCommandOutput extends __MetadataBearer
30
31
  */
31
32
  export declare class DenyCustomRoutingTrafficCommand extends $Command<DenyCustomRoutingTrafficCommandInput, DenyCustomRoutingTrafficCommandOutput, GlobalAcceleratorClientResolvedConfig> {
32
33
  readonly input: DenyCustomRoutingTrafficCommandInput;
34
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
33
35
  constructor(input: DenyCustomRoutingTrafficCommandInput);
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";
@@ -31,6 +32,7 @@ export interface DeprovisionByoipCidrCommandOutput extends DeprovisionByoipCidrR
31
32
  */
32
33
  export declare class DeprovisionByoipCidrCommand extends $Command<DeprovisionByoipCidrCommandInput, DeprovisionByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig> {
33
34
  readonly input: DeprovisionByoipCidrCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: DeprovisionByoipCidrCommandInput);
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";
@@ -26,6 +27,7 @@ export interface DescribeAcceleratorAttributesCommandOutput extends DescribeAcce
26
27
  */
27
28
  export declare class DescribeAcceleratorAttributesCommand extends $Command<DescribeAcceleratorAttributesCommandInput, DescribeAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig> {
28
29
  readonly input: DescribeAcceleratorAttributesCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DescribeAcceleratorAttributesCommandInput);
30
32
  /**
31
33
  * @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 DescribeAcceleratorCommandOutput extends DescribeAcceleratorRes
25
26
  */
26
27
  export declare class DescribeAcceleratorCommand extends $Command<DescribeAcceleratorCommandInput, DescribeAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
28
  readonly input: DescribeAcceleratorCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeAcceleratorCommandInput);
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 DescribeCustomRoutingAcceleratorAttributesCommandOutput extends
25
26
  */
26
27
  export declare class DescribeCustomRoutingAcceleratorAttributesCommand extends $Command<DescribeCustomRoutingAcceleratorAttributesCommandInput, DescribeCustomRoutingAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
28
  readonly input: DescribeCustomRoutingAcceleratorAttributesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeCustomRoutingAcceleratorAttributesCommandInput);
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 DescribeCustomRoutingAcceleratorCommandOutput extends DescribeC
25
26
  */
26
27
  export declare class DescribeCustomRoutingAcceleratorCommand extends $Command<DescribeCustomRoutingAcceleratorCommandInput, DescribeCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
28
  readonly input: DescribeCustomRoutingAcceleratorCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeCustomRoutingAcceleratorCommandInput);
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 DescribeCustomRoutingEndpointGroupCommandOutput extends Describ
25
26
  */
26
27
  export declare class DescribeCustomRoutingEndpointGroupCommand extends $Command<DescribeCustomRoutingEndpointGroupCommandInput, DescribeCustomRoutingEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
28
  readonly input: DescribeCustomRoutingEndpointGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeCustomRoutingEndpointGroupCommandInput);
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 DescribeCustomRoutingListenerCommandOutput extends DescribeCust
25
26
  */
26
27
  export declare class DescribeCustomRoutingListenerCommand extends $Command<DescribeCustomRoutingListenerCommandInput, DescribeCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
28
  readonly input: DescribeCustomRoutingListenerCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeCustomRoutingListenerCommandInput);
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 DescribeEndpointGroupCommandOutput extends DescribeEndpointGrou
25
26
  */
26
27
  export declare class DescribeEndpointGroupCommand extends $Command<DescribeEndpointGroupCommandInput, DescribeEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
28
  readonly input: DescribeEndpointGroupCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeEndpointGroupCommandInput);
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 DescribeListenerCommandOutput extends DescribeListenerResponse,
25
26
  */
26
27
  export declare class DescribeListenerCommand extends $Command<DescribeListenerCommandInput, DescribeListenerCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
28
  readonly input: DescribeListenerCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeListenerCommandInput);
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 ListAcceleratorsCommandOutput extends ListAcceleratorsResponse,
25
26
  */
26
27
  export declare class ListAcceleratorsCommand extends $Command<ListAcceleratorsCommandInput, ListAcceleratorsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
28
  readonly input: ListAcceleratorsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListAcceleratorsCommandInput);
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";
@@ -26,6 +27,7 @@ export interface ListByoipCidrsCommandOutput extends ListByoipCidrsResponse, __M
26
27
  */
27
28
  export declare class ListByoipCidrsCommand extends $Command<ListByoipCidrsCommandInput, ListByoipCidrsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
28
29
  readonly input: ListByoipCidrsCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ListByoipCidrsCommandInput);
30
32
  /**
31
33
  * @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 ListCustomRoutingAcceleratorsCommandOutput extends ListCustomRo
25
26
  */
26
27
  export declare class ListCustomRoutingAcceleratorsCommand extends $Command<ListCustomRoutingAcceleratorsCommandInput, ListCustomRoutingAcceleratorsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
27
28
  readonly input: ListCustomRoutingAcceleratorsCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListCustomRoutingAcceleratorsCommandInput);
29
31
  /**
30
32
  * @internal