@aws-sdk/client-global-accelerator 3.477.0 → 3.481.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 (273) hide show
  1. package/dist-cjs/commands/AddCustomRoutingEndpointsCommand.js +18 -41
  2. package/dist-cjs/commands/AddEndpointsCommand.js +18 -41
  3. package/dist-cjs/commands/AdvertiseByoipCidrCommand.js +18 -41
  4. package/dist-cjs/commands/AllowCustomRoutingTrafficCommand.js +18 -41
  5. package/dist-cjs/commands/CreateAcceleratorCommand.js +18 -41
  6. package/dist-cjs/commands/CreateCrossAccountAttachmentCommand.js +18 -41
  7. package/dist-cjs/commands/CreateCustomRoutingAcceleratorCommand.js +18 -41
  8. package/dist-cjs/commands/CreateCustomRoutingEndpointGroupCommand.js +18 -41
  9. package/dist-cjs/commands/CreateCustomRoutingListenerCommand.js +18 -41
  10. package/dist-cjs/commands/CreateEndpointGroupCommand.js +18 -41
  11. package/dist-cjs/commands/CreateListenerCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteAcceleratorCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteCrossAccountAttachmentCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteCustomRoutingAcceleratorCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteCustomRoutingListenerCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteEndpointGroupCommand.js +18 -41
  18. package/dist-cjs/commands/DeleteListenerCommand.js +18 -41
  19. package/dist-cjs/commands/DenyCustomRoutingTrafficCommand.js +18 -41
  20. package/dist-cjs/commands/DeprovisionByoipCidrCommand.js +18 -41
  21. package/dist-cjs/commands/DescribeAcceleratorAttributesCommand.js +18 -41
  22. package/dist-cjs/commands/DescribeAcceleratorCommand.js +18 -41
  23. package/dist-cjs/commands/DescribeCrossAccountAttachmentCommand.js +18 -41
  24. package/dist-cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +18 -41
  25. package/dist-cjs/commands/DescribeCustomRoutingAcceleratorCommand.js +18 -41
  26. package/dist-cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js +18 -41
  27. package/dist-cjs/commands/DescribeCustomRoutingListenerCommand.js +18 -41
  28. package/dist-cjs/commands/DescribeEndpointGroupCommand.js +18 -41
  29. package/dist-cjs/commands/DescribeListenerCommand.js +18 -41
  30. package/dist-cjs/commands/ListAcceleratorsCommand.js +18 -41
  31. package/dist-cjs/commands/ListByoipCidrsCommand.js +18 -41
  32. package/dist-cjs/commands/ListCrossAccountAttachmentsCommand.js +18 -41
  33. package/dist-cjs/commands/ListCrossAccountResourceAccountsCommand.js +18 -41
  34. package/dist-cjs/commands/ListCrossAccountResourcesCommand.js +18 -41
  35. package/dist-cjs/commands/ListCustomRoutingAcceleratorsCommand.js +18 -41
  36. package/dist-cjs/commands/ListCustomRoutingEndpointGroupsCommand.js +18 -41
  37. package/dist-cjs/commands/ListCustomRoutingListenersCommand.js +18 -41
  38. package/dist-cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +18 -41
  39. package/dist-cjs/commands/ListCustomRoutingPortMappingsCommand.js +18 -41
  40. package/dist-cjs/commands/ListEndpointGroupsCommand.js +18 -41
  41. package/dist-cjs/commands/ListListenersCommand.js +18 -41
  42. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  43. package/dist-cjs/commands/ProvisionByoipCidrCommand.js +18 -41
  44. package/dist-cjs/commands/RemoveCustomRoutingEndpointsCommand.js +18 -41
  45. package/dist-cjs/commands/RemoveEndpointsCommand.js +18 -41
  46. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  47. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  48. package/dist-cjs/commands/UpdateAcceleratorAttributesCommand.js +18 -41
  49. package/dist-cjs/commands/UpdateAcceleratorCommand.js +18 -41
  50. package/dist-cjs/commands/UpdateCrossAccountAttachmentCommand.js +18 -41
  51. package/dist-cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +18 -41
  52. package/dist-cjs/commands/UpdateCustomRoutingAcceleratorCommand.js +18 -41
  53. package/dist-cjs/commands/UpdateCustomRoutingListenerCommand.js +18 -41
  54. package/dist-cjs/commands/UpdateEndpointGroupCommand.js +18 -41
  55. package/dist-cjs/commands/UpdateListenerCommand.js +18 -41
  56. package/dist-cjs/commands/WithdrawByoipCidrCommand.js +18 -41
  57. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  58. package/dist-cjs/pagination/ListAcceleratorsPaginator.js +2 -24
  59. package/dist-cjs/pagination/ListByoipCidrsPaginator.js +2 -24
  60. package/dist-cjs/pagination/ListCrossAccountAttachmentsPaginator.js +2 -24
  61. package/dist-cjs/pagination/ListCrossAccountResourcesPaginator.js +2 -24
  62. package/dist-cjs/pagination/ListCustomRoutingAcceleratorsPaginator.js +2 -24
  63. package/dist-cjs/pagination/ListCustomRoutingEndpointGroupsPaginator.js +2 -24
  64. package/dist-cjs/pagination/ListCustomRoutingListenersPaginator.js +2 -24
  65. package/dist-cjs/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +2 -24
  66. package/dist-cjs/pagination/ListCustomRoutingPortMappingsPaginator.js +2 -24
  67. package/dist-cjs/pagination/ListEndpointGroupsPaginator.js +2 -24
  68. package/dist-cjs/pagination/ListListenersPaginator.js +2 -24
  69. package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +18 -41
  70. package/dist-es/commands/AddEndpointsCommand.js +18 -41
  71. package/dist-es/commands/AdvertiseByoipCidrCommand.js +18 -41
  72. package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +18 -41
  73. package/dist-es/commands/CreateAcceleratorCommand.js +18 -41
  74. package/dist-es/commands/CreateCrossAccountAttachmentCommand.js +18 -41
  75. package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +18 -41
  76. package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +18 -41
  77. package/dist-es/commands/CreateCustomRoutingListenerCommand.js +18 -41
  78. package/dist-es/commands/CreateEndpointGroupCommand.js +18 -41
  79. package/dist-es/commands/CreateListenerCommand.js +18 -41
  80. package/dist-es/commands/DeleteAcceleratorCommand.js +18 -41
  81. package/dist-es/commands/DeleteCrossAccountAttachmentCommand.js +18 -41
  82. package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +18 -41
  83. package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +18 -41
  84. package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +18 -41
  85. package/dist-es/commands/DeleteEndpointGroupCommand.js +18 -41
  86. package/dist-es/commands/DeleteListenerCommand.js +18 -41
  87. package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +18 -41
  88. package/dist-es/commands/DeprovisionByoipCidrCommand.js +18 -41
  89. package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +18 -41
  90. package/dist-es/commands/DescribeAcceleratorCommand.js +18 -41
  91. package/dist-es/commands/DescribeCrossAccountAttachmentCommand.js +18 -41
  92. package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +18 -41
  93. package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +18 -41
  94. package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +18 -41
  95. package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +18 -41
  96. package/dist-es/commands/DescribeEndpointGroupCommand.js +18 -41
  97. package/dist-es/commands/DescribeListenerCommand.js +18 -41
  98. package/dist-es/commands/ListAcceleratorsCommand.js +18 -41
  99. package/dist-es/commands/ListByoipCidrsCommand.js +18 -41
  100. package/dist-es/commands/ListCrossAccountAttachmentsCommand.js +18 -41
  101. package/dist-es/commands/ListCrossAccountResourceAccountsCommand.js +18 -41
  102. package/dist-es/commands/ListCrossAccountResourcesCommand.js +18 -41
  103. package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +18 -41
  104. package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +18 -41
  105. package/dist-es/commands/ListCustomRoutingListenersCommand.js +18 -41
  106. package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +18 -41
  107. package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +18 -41
  108. package/dist-es/commands/ListEndpointGroupsCommand.js +18 -41
  109. package/dist-es/commands/ListListenersCommand.js +18 -41
  110. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  111. package/dist-es/commands/ProvisionByoipCidrCommand.js +18 -41
  112. package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +18 -41
  113. package/dist-es/commands/RemoveEndpointsCommand.js +18 -41
  114. package/dist-es/commands/TagResourceCommand.js +18 -41
  115. package/dist-es/commands/UntagResourceCommand.js +18 -41
  116. package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +18 -41
  117. package/dist-es/commands/UpdateAcceleratorCommand.js +18 -41
  118. package/dist-es/commands/UpdateCrossAccountAttachmentCommand.js +18 -41
  119. package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +18 -41
  120. package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +18 -41
  121. package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +18 -41
  122. package/dist-es/commands/UpdateEndpointGroupCommand.js +18 -41
  123. package/dist-es/commands/UpdateListenerCommand.js +18 -41
  124. package/dist-es/commands/WithdrawByoipCidrCommand.js +18 -41
  125. package/dist-es/endpoint/EndpointParameters.js +6 -0
  126. package/dist-es/pagination/ListAcceleratorsPaginator.js +2 -23
  127. package/dist-es/pagination/ListByoipCidrsPaginator.js +2 -23
  128. package/dist-es/pagination/ListCrossAccountAttachmentsPaginator.js +2 -23
  129. package/dist-es/pagination/ListCrossAccountResourcesPaginator.js +2 -23
  130. package/dist-es/pagination/ListCustomRoutingAcceleratorsPaginator.js +2 -23
  131. package/dist-es/pagination/ListCustomRoutingEndpointGroupsPaginator.js +2 -23
  132. package/dist-es/pagination/ListCustomRoutingListenersPaginator.js +2 -23
  133. package/dist-es/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +2 -23
  134. package/dist-es/pagination/ListCustomRoutingPortMappingsPaginator.js +2 -23
  135. package/dist-es/pagination/ListEndpointGroupsPaginator.js +2 -23
  136. package/dist-es/pagination/ListListenersPaginator.js +2 -23
  137. package/dist-types/commands/AddCustomRoutingEndpointsCommand.d.ts +6 -21
  138. package/dist-types/commands/AddEndpointsCommand.d.ts +6 -21
  139. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +6 -21
  140. package/dist-types/commands/AllowCustomRoutingTrafficCommand.d.ts +6 -21
  141. package/dist-types/commands/CreateAcceleratorCommand.d.ts +6 -21
  142. package/dist-types/commands/CreateCrossAccountAttachmentCommand.d.ts +6 -21
  143. package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +6 -21
  144. package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +6 -21
  145. package/dist-types/commands/CreateCustomRoutingListenerCommand.d.ts +6 -21
  146. package/dist-types/commands/CreateEndpointGroupCommand.d.ts +6 -21
  147. package/dist-types/commands/CreateListenerCommand.d.ts +6 -21
  148. package/dist-types/commands/DeleteAcceleratorCommand.d.ts +6 -21
  149. package/dist-types/commands/DeleteCrossAccountAttachmentCommand.d.ts +6 -21
  150. package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +6 -21
  151. package/dist-types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +6 -21
  152. package/dist-types/commands/DeleteCustomRoutingListenerCommand.d.ts +6 -21
  153. package/dist-types/commands/DeleteEndpointGroupCommand.d.ts +6 -21
  154. package/dist-types/commands/DeleteListenerCommand.d.ts +6 -21
  155. package/dist-types/commands/DenyCustomRoutingTrafficCommand.d.ts +6 -21
  156. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +6 -21
  157. package/dist-types/commands/DescribeAcceleratorAttributesCommand.d.ts +6 -21
  158. package/dist-types/commands/DescribeAcceleratorCommand.d.ts +6 -21
  159. package/dist-types/commands/DescribeCrossAccountAttachmentCommand.d.ts +6 -21
  160. package/dist-types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +6 -21
  161. package/dist-types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +6 -21
  162. package/dist-types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +6 -21
  163. package/dist-types/commands/DescribeCustomRoutingListenerCommand.d.ts +6 -21
  164. package/dist-types/commands/DescribeEndpointGroupCommand.d.ts +6 -21
  165. package/dist-types/commands/DescribeListenerCommand.d.ts +6 -21
  166. package/dist-types/commands/ListAcceleratorsCommand.d.ts +6 -21
  167. package/dist-types/commands/ListByoipCidrsCommand.d.ts +6 -21
  168. package/dist-types/commands/ListCrossAccountAttachmentsCommand.d.ts +6 -21
  169. package/dist-types/commands/ListCrossAccountResourceAccountsCommand.d.ts +6 -21
  170. package/dist-types/commands/ListCrossAccountResourcesCommand.d.ts +6 -21
  171. package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +6 -21
  172. package/dist-types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +6 -21
  173. package/dist-types/commands/ListCustomRoutingListenersCommand.d.ts +6 -21
  174. package/dist-types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +6 -21
  175. package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +6 -21
  176. package/dist-types/commands/ListEndpointGroupsCommand.d.ts +6 -21
  177. package/dist-types/commands/ListListenersCommand.d.ts +6 -21
  178. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  179. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +6 -21
  180. package/dist-types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +6 -21
  181. package/dist-types/commands/RemoveEndpointsCommand.d.ts +6 -21
  182. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  183. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  184. package/dist-types/commands/UpdateAcceleratorAttributesCommand.d.ts +6 -21
  185. package/dist-types/commands/UpdateAcceleratorCommand.d.ts +6 -21
  186. package/dist-types/commands/UpdateCrossAccountAttachmentCommand.d.ts +6 -21
  187. package/dist-types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +6 -21
  188. package/dist-types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +6 -21
  189. package/dist-types/commands/UpdateCustomRoutingListenerCommand.d.ts +6 -21
  190. package/dist-types/commands/UpdateEndpointGroupCommand.d.ts +6 -21
  191. package/dist-types/commands/UpdateListenerCommand.d.ts +6 -21
  192. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +6 -21
  193. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  194. package/dist-types/pagination/ListAcceleratorsPaginator.d.ts +1 -1
  195. package/dist-types/pagination/ListByoipCidrsPaginator.d.ts +1 -1
  196. package/dist-types/pagination/ListCrossAccountAttachmentsPaginator.d.ts +1 -1
  197. package/dist-types/pagination/ListCrossAccountResourcesPaginator.d.ts +1 -1
  198. package/dist-types/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +1 -1
  199. package/dist-types/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +1 -1
  200. package/dist-types/pagination/ListCustomRoutingListenersPaginator.d.ts +1 -1
  201. package/dist-types/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +1 -1
  202. package/dist-types/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +1 -1
  203. package/dist-types/pagination/ListEndpointGroupsPaginator.d.ts +1 -1
  204. package/dist-types/pagination/ListListenersPaginator.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +12 -24
  206. package/dist-types/ts3.4/commands/AddEndpointsCommand.d.ts +14 -23
  207. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +14 -23
  208. package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +12 -24
  209. package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +14 -23
  210. package/dist-types/ts3.4/commands/CreateCrossAccountAttachmentCommand.d.ts +12 -24
  211. package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +12 -24
  212. package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +12 -24
  213. package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +12 -24
  214. package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +14 -23
  215. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +14 -23
  216. package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +14 -23
  217. package/dist-types/ts3.4/commands/DeleteCrossAccountAttachmentCommand.d.ts +12 -24
  218. package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +12 -24
  219. package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +12 -24
  220. package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +12 -24
  221. package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +14 -23
  222. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +14 -23
  223. package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +12 -24
  224. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +12 -24
  225. package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +12 -24
  226. package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +14 -23
  227. package/dist-types/ts3.4/commands/DescribeCrossAccountAttachmentCommand.d.ts +12 -24
  228. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +12 -24
  229. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +12 -24
  230. package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +12 -24
  231. package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +12 -24
  232. package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +12 -24
  233. package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +14 -23
  234. package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +14 -23
  235. package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +14 -23
  236. package/dist-types/ts3.4/commands/ListCrossAccountAttachmentsCommand.d.ts +12 -24
  237. package/dist-types/ts3.4/commands/ListCrossAccountResourceAccountsCommand.d.ts +12 -24
  238. package/dist-types/ts3.4/commands/ListCrossAccountResourcesCommand.d.ts +12 -24
  239. package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +12 -24
  240. package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +12 -24
  241. package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +12 -24
  242. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +12 -24
  243. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +12 -24
  244. package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +14 -23
  245. package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +14 -23
  246. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  247. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +14 -23
  248. package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +12 -24
  249. package/dist-types/ts3.4/commands/RemoveEndpointsCommand.d.ts +14 -23
  250. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  251. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  252. package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +12 -24
  253. package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +14 -23
  254. package/dist-types/ts3.4/commands/UpdateCrossAccountAttachmentCommand.d.ts +12 -24
  255. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +12 -24
  256. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +12 -24
  257. package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +12 -24
  258. package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +14 -23
  259. package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +14 -23
  260. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +14 -23
  261. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  262. package/dist-types/ts3.4/pagination/ListAcceleratorsPaginator.d.ts +3 -3
  263. package/dist-types/ts3.4/pagination/ListByoipCidrsPaginator.d.ts +3 -3
  264. package/dist-types/ts3.4/pagination/ListCrossAccountAttachmentsPaginator.d.ts +3 -3
  265. package/dist-types/ts3.4/pagination/ListCrossAccountResourcesPaginator.d.ts +3 -3
  266. package/dist-types/ts3.4/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +3 -3
  267. package/dist-types/ts3.4/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +3 -3
  268. package/dist-types/ts3.4/pagination/ListCustomRoutingListenersPaginator.d.ts +3 -3
  269. package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +3 -3
  270. package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +3 -3
  271. package/dist-types/ts3.4/pagination/ListEndpointGroupsPaginator.d.ts +3 -3
  272. package/dist-types/ts3.4/pagination/ListListenersPaginator.d.ts +3 -3
  273. package/package.json +11 -10
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
5
4
  import { DeprovisionByoipCidrRequest, DeprovisionByoipCidrResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeprovisionByoipCidrCommandInput extends DeprovisionByoipCidrRe
21
20
  */
22
21
  export interface DeprovisionByoipCidrCommandOutput extends DeprovisionByoipCidrResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeprovisionByoipCidrCommand_base: {
24
+ new (input: DeprovisionByoipCidrCommandInput): import("@smithy/smithy-client").CommandImpl<DeprovisionByoipCidrCommandInput, DeprovisionByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Releases the specified address range that you provisioned to use with your Amazon Web Services resources
@@ -82,23 +85,5 @@ export interface DeprovisionByoipCidrCommandOutput extends DeprovisionByoipCidrR
82
85
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
83
86
  *
84
87
  */
85
- export declare class DeprovisionByoipCidrCommand extends $Command<DeprovisionByoipCidrCommandInput, DeprovisionByoipCidrCommandOutput, GlobalAcceleratorClientResolvedConfig> {
86
- readonly input: DeprovisionByoipCidrCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: DeprovisionByoipCidrCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeprovisionByoipCidrCommandInput, DeprovisionByoipCidrCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class DeprovisionByoipCidrCommand extends DeprovisionByoipCidrCommand_base {
104
89
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
5
4
  import { DescribeAcceleratorAttributesRequest, DescribeAcceleratorAttributesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeAcceleratorAttributesCommandInput extends DescribeAccel
21
20
  */
22
21
  export interface DescribeAcceleratorAttributesCommandOutput extends DescribeAcceleratorAttributesResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeAcceleratorAttributesCommand_base: {
24
+ new (input: DescribeAcceleratorAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAcceleratorAttributesCommandInput, DescribeAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describe the attributes of an accelerator.
@@ -65,23 +68,5 @@ export interface DescribeAcceleratorAttributesCommandOutput extends DescribeAcce
65
68
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
66
69
  *
67
70
  */
68
- export declare class DescribeAcceleratorAttributesCommand extends $Command<DescribeAcceleratorAttributesCommandInput, DescribeAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig> {
69
- readonly input: DescribeAcceleratorAttributesCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: DescribeAcceleratorAttributesCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAcceleratorAttributesCommandInput, DescribeAcceleratorAttributesCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class DescribeAcceleratorAttributesCommand extends DescribeAcceleratorAttributesCommand_base {
87
72
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
5
4
  import { DescribeAcceleratorRequest, DescribeAcceleratorResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeAcceleratorCommandInput extends DescribeAcceleratorRequ
21
20
  */
22
21
  export interface DescribeAcceleratorCommandOutput extends DescribeAcceleratorResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeAcceleratorCommand_base: {
24
+ new (input: DescribeAcceleratorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAcceleratorCommandInput, DescribeAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describe an accelerator. </p>
@@ -85,23 +88,5 @@ export interface DescribeAcceleratorCommandOutput extends DescribeAcceleratorRes
85
88
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
86
89
  *
87
90
  */
88
- export declare class DescribeAcceleratorCommand extends $Command<DescribeAcceleratorCommandInput, DescribeAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig> {
89
- readonly input: DescribeAcceleratorCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: DescribeAcceleratorCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAcceleratorCommandInput, DescribeAcceleratorCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class DescribeAcceleratorCommand extends DescribeAcceleratorCommand_base {
107
92
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
5
4
  import { DescribeCrossAccountAttachmentRequest, DescribeCrossAccountAttachmentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeCrossAccountAttachmentCommandInput extends DescribeCros
21
20
  */
22
21
  export interface DescribeCrossAccountAttachmentCommandOutput extends DescribeCrossAccountAttachmentResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeCrossAccountAttachmentCommand_base: {
24
+ new (input: DescribeCrossAccountAttachmentCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCrossAccountAttachmentCommandInput, DescribeCrossAccountAttachmentCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets configuration information about a cross-account attachment.</p>
@@ -77,23 +80,5 @@ export interface DescribeCrossAccountAttachmentCommandOutput extends DescribeCro
77
80
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
78
81
  *
79
82
  */
80
- export declare class DescribeCrossAccountAttachmentCommand extends $Command<DescribeCrossAccountAttachmentCommandInput, DescribeCrossAccountAttachmentCommandOutput, GlobalAcceleratorClientResolvedConfig> {
81
- readonly input: DescribeCrossAccountAttachmentCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: DescribeCrossAccountAttachmentCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCrossAccountAttachmentCommandInput, DescribeCrossAccountAttachmentCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class DescribeCrossAccountAttachmentCommand extends DescribeCrossAccountAttachmentCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
5
4
  import { DescribeCustomRoutingAcceleratorAttributesRequest, DescribeCustomRoutingAcceleratorAttributesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeCustomRoutingAcceleratorAttributesCommandInput extends
21
20
  */
22
21
  export interface DescribeCustomRoutingAcceleratorAttributesCommandOutput extends DescribeCustomRoutingAcceleratorAttributesResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeCustomRoutingAcceleratorAttributesCommand_base: {
24
+ new (input: DescribeCustomRoutingAcceleratorAttributesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCustomRoutingAcceleratorAttributesCommandInput, DescribeCustomRoutingAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describe the attributes of a custom routing accelerator. </p>
@@ -64,23 +67,5 @@ export interface DescribeCustomRoutingAcceleratorAttributesCommandOutput extends
64
67
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
65
68
  *
66
69
  */
67
- export declare class DescribeCustomRoutingAcceleratorAttributesCommand extends $Command<DescribeCustomRoutingAcceleratorAttributesCommandInput, DescribeCustomRoutingAcceleratorAttributesCommandOutput, GlobalAcceleratorClientResolvedConfig> {
68
- readonly input: DescribeCustomRoutingAcceleratorAttributesCommandInput;
69
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
70
- /**
71
- * @public
72
- */
73
- constructor(input: DescribeCustomRoutingAcceleratorAttributesCommandInput);
74
- /**
75
- * @internal
76
- */
77
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCustomRoutingAcceleratorAttributesCommandInput, DescribeCustomRoutingAcceleratorAttributesCommandOutput>;
78
- /**
79
- * @internal
80
- */
81
- private serialize;
82
- /**
83
- * @internal
84
- */
85
- private deserialize;
70
+ export declare class DescribeCustomRoutingAcceleratorAttributesCommand extends DescribeCustomRoutingAcceleratorAttributesCommand_base {
86
71
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
5
4
  import { DescribeCustomRoutingAcceleratorRequest, DescribeCustomRoutingAcceleratorResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeCustomRoutingAcceleratorCommandInput extends DescribeCu
21
20
  */
22
21
  export interface DescribeCustomRoutingAcceleratorCommandOutput extends DescribeCustomRoutingAcceleratorResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeCustomRoutingAcceleratorCommand_base: {
24
+ new (input: DescribeCustomRoutingAcceleratorCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCustomRoutingAcceleratorCommandInput, DescribeCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describe a custom routing accelerator. </p>
@@ -78,23 +81,5 @@ export interface DescribeCustomRoutingAcceleratorCommandOutput extends DescribeC
78
81
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
79
82
  *
80
83
  */
81
- export declare class DescribeCustomRoutingAcceleratorCommand extends $Command<DescribeCustomRoutingAcceleratorCommandInput, DescribeCustomRoutingAcceleratorCommandOutput, GlobalAcceleratorClientResolvedConfig> {
82
- readonly input: DescribeCustomRoutingAcceleratorCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: DescribeCustomRoutingAcceleratorCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCustomRoutingAcceleratorCommandInput, DescribeCustomRoutingAcceleratorCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class DescribeCustomRoutingAcceleratorCommand extends DescribeCustomRoutingAcceleratorCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
5
4
  import { DescribeCustomRoutingEndpointGroupRequest, DescribeCustomRoutingEndpointGroupResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeCustomRoutingEndpointGroupCommandInput extends Describe
21
20
  */
22
21
  export interface DescribeCustomRoutingEndpointGroupCommandOutput extends DescribeCustomRoutingEndpointGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeCustomRoutingEndpointGroupCommand_base: {
24
+ new (input: DescribeCustomRoutingEndpointGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCustomRoutingEndpointGroupCommandInput, DescribeCustomRoutingEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describe an endpoint group for a custom routing accelerator. </p>
@@ -77,23 +80,5 @@ export interface DescribeCustomRoutingEndpointGroupCommandOutput extends Describ
77
80
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
78
81
  *
79
82
  */
80
- export declare class DescribeCustomRoutingEndpointGroupCommand extends $Command<DescribeCustomRoutingEndpointGroupCommandInput, DescribeCustomRoutingEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig> {
81
- readonly input: DescribeCustomRoutingEndpointGroupCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: DescribeCustomRoutingEndpointGroupCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCustomRoutingEndpointGroupCommandInput, DescribeCustomRoutingEndpointGroupCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class DescribeCustomRoutingEndpointGroupCommand extends DescribeCustomRoutingEndpointGroupCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
5
4
  import { DescribeCustomRoutingListenerRequest, DescribeCustomRoutingListenerResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeCustomRoutingListenerCommandInput extends DescribeCusto
21
20
  */
22
21
  export interface DescribeCustomRoutingListenerCommandOutput extends DescribeCustomRoutingListenerResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeCustomRoutingListenerCommand_base: {
24
+ new (input: DescribeCustomRoutingListenerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCustomRoutingListenerCommandInput, DescribeCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>The description of a listener for a custom routing accelerator.</p>
@@ -68,23 +71,5 @@ export interface DescribeCustomRoutingListenerCommandOutput extends DescribeCust
68
71
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
69
72
  *
70
73
  */
71
- export declare class DescribeCustomRoutingListenerCommand extends $Command<DescribeCustomRoutingListenerCommandInput, DescribeCustomRoutingListenerCommandOutput, GlobalAcceleratorClientResolvedConfig> {
72
- readonly input: DescribeCustomRoutingListenerCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: DescribeCustomRoutingListenerCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCustomRoutingListenerCommandInput, DescribeCustomRoutingListenerCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class DescribeCustomRoutingListenerCommand extends DescribeCustomRoutingListenerCommand_base {
90
75
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
5
4
  import { DescribeEndpointGroupRequest, DescribeEndpointGroupResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeEndpointGroupCommandInput extends DescribeEndpointGroup
21
20
  */
22
21
  export interface DescribeEndpointGroupCommandOutput extends DescribeEndpointGroupResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeEndpointGroupCommand_base: {
24
+ new (input: DescribeEndpointGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEndpointGroupCommandInput, DescribeEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describe an endpoint group. </p>
@@ -84,23 +87,5 @@ export interface DescribeEndpointGroupCommandOutput extends DescribeEndpointGrou
84
87
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
85
88
  *
86
89
  */
87
- export declare class DescribeEndpointGroupCommand extends $Command<DescribeEndpointGroupCommandInput, DescribeEndpointGroupCommandOutput, GlobalAcceleratorClientResolvedConfig> {
88
- readonly input: DescribeEndpointGroupCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: DescribeEndpointGroupCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEndpointGroupCommandInput, DescribeEndpointGroupCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class DescribeEndpointGroupCommand extends DescribeEndpointGroupCommand_base {
106
91
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
5
4
  import { DescribeListenerRequest, DescribeListenerResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeListenerCommandInput extends DescribeListenerRequest {
21
20
  */
22
21
  export interface DescribeListenerCommandOutput extends DescribeListenerResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeListenerCommand_base: {
24
+ new (input: DescribeListenerCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeListenerCommandInput, DescribeListenerCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describe a listener. </p>
@@ -70,23 +73,5 @@ export interface DescribeListenerCommandOutput extends DescribeListenerResponse,
70
73
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
71
74
  *
72
75
  */
73
- export declare class DescribeListenerCommand extends $Command<DescribeListenerCommandInput, DescribeListenerCommandOutput, GlobalAcceleratorClientResolvedConfig> {
74
- readonly input: DescribeListenerCommandInput;
75
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
- /**
77
- * @public
78
- */
79
- constructor(input: DescribeListenerCommandInput);
80
- /**
81
- * @internal
82
- */
83
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeListenerCommandInput, DescribeListenerCommandOutput>;
84
- /**
85
- * @internal
86
- */
87
- private serialize;
88
- /**
89
- * @internal
90
- */
91
- private deserialize;
76
+ export declare class DescribeListenerCommand extends DescribeListenerCommand_base {
92
77
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
5
4
  import { ListAcceleratorsRequest, ListAcceleratorsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAcceleratorsCommandInput extends ListAcceleratorsRequest {
21
20
  */
22
21
  export interface ListAcceleratorsCommandOutput extends ListAcceleratorsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAcceleratorsCommand_base: {
24
+ new (input: ListAcceleratorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAcceleratorsCommandInput, ListAcceleratorsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List the accelerators for an Amazon Web Services account. </p>
@@ -89,23 +92,5 @@ export interface ListAcceleratorsCommandOutput extends ListAcceleratorsResponse,
89
92
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
90
93
  *
91
94
  */
92
- export declare class ListAcceleratorsCommand extends $Command<ListAcceleratorsCommandInput, ListAcceleratorsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
93
- readonly input: ListAcceleratorsCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: ListAcceleratorsCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAcceleratorsCommandInput, ListAcceleratorsCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class ListAcceleratorsCommand extends ListAcceleratorsCommand_base {
111
96
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
5
4
  import { ListByoipCidrsRequest, ListByoipCidrsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListByoipCidrsCommandInput extends ListByoipCidrsRequest {
21
20
  */
22
21
  export interface ListByoipCidrsCommandOutput extends ListByoipCidrsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListByoipCidrsCommand_base: {
24
+ new (input: ListByoipCidrsCommandInput): import("@smithy/smithy-client").CommandImpl<ListByoipCidrsCommandInput, ListByoipCidrsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the IP address ranges that were specified in calls to <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/ProvisionByoipCidr.html">ProvisionByoipCidr</a>, including
@@ -77,23 +80,5 @@ export interface ListByoipCidrsCommandOutput extends ListByoipCidrsResponse, __M
77
80
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
78
81
  *
79
82
  */
80
- export declare class ListByoipCidrsCommand extends $Command<ListByoipCidrsCommandInput, ListByoipCidrsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
81
- readonly input: ListByoipCidrsCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: ListByoipCidrsCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListByoipCidrsCommandInput, ListByoipCidrsCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class ListByoipCidrsCommand extends ListByoipCidrsCommand_base {
99
84
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
5
4
  import { ListCrossAccountAttachmentsRequest, ListCrossAccountAttachmentsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListCrossAccountAttachmentsCommandInput extends ListCrossAccoun
21
20
  */
22
21
  export interface ListCrossAccountAttachmentsCommandOutput extends ListCrossAccountAttachmentsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListCrossAccountAttachmentsCommand_base: {
24
+ new (input: ListCrossAccountAttachmentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCrossAccountAttachmentsCommandInput, ListCrossAccountAttachmentsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List the cross-account attachments that have been created in Global Accelerator.</p>
@@ -81,23 +84,5 @@ export interface ListCrossAccountAttachmentsCommandOutput extends ListCrossAccou
81
84
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
82
85
  *
83
86
  */
84
- export declare class ListCrossAccountAttachmentsCommand extends $Command<ListCrossAccountAttachmentsCommandInput, ListCrossAccountAttachmentsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
85
- readonly input: ListCrossAccountAttachmentsCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ListCrossAccountAttachmentsCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCrossAccountAttachmentsCommandInput, ListCrossAccountAttachmentsCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ListCrossAccountAttachmentsCommand extends ListCrossAccountAttachmentsCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
5
4
  import { ListCrossAccountResourceAccountsRequest, ListCrossAccountResourceAccountsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListCrossAccountResourceAccountsCommandInput extends ListCrossA
21
20
  */
22
21
  export interface ListCrossAccountResourceAccountsCommandOutput extends ListCrossAccountResourceAccountsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListCrossAccountResourceAccountsCommand_base: {
24
+ new (input: ListCrossAccountResourceAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCrossAccountResourceAccountsCommandInput, ListCrossAccountResourceAccountsCommandOutput, GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List the accounts that have cross-account endpoints.</p>
@@ -57,23 +60,5 @@ export interface ListCrossAccountResourceAccountsCommandOutput extends ListCross
57
60
  * <p>Base exception class for all service exceptions from GlobalAccelerator service.</p>
58
61
  *
59
62
  */
60
- export declare class ListCrossAccountResourceAccountsCommand extends $Command<ListCrossAccountResourceAccountsCommandInput, ListCrossAccountResourceAccountsCommandOutput, GlobalAcceleratorClientResolvedConfig> {
61
- readonly input: ListCrossAccountResourceAccountsCommandInput;
62
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
- /**
64
- * @public
65
- */
66
- constructor(input: ListCrossAccountResourceAccountsCommandInput);
67
- /**
68
- * @internal
69
- */
70
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlobalAcceleratorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCrossAccountResourceAccountsCommandInput, ListCrossAccountResourceAccountsCommandOutput>;
71
- /**
72
- * @internal
73
- */
74
- private serialize;
75
- /**
76
- * @internal
77
- */
78
- private deserialize;
63
+ export declare class ListCrossAccountResourceAccountsCommand extends ListCrossAccountResourceAccountsCommand_base {
79
64
  }