@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,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GlobalAcceleratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface AdvertiseByoipCidrCommandInput
21
15
  export interface AdvertiseByoipCidrCommandOutput
22
16
  extends AdvertiseByoipCidrResponse,
23
17
  __MetadataBearer {}
24
- export declare class AdvertiseByoipCidrCommand extends $Command<
25
- AdvertiseByoipCidrCommandInput,
26
- AdvertiseByoipCidrCommandOutput,
27
- GlobalAcceleratorClientResolvedConfig
28
- > {
29
- readonly input: AdvertiseByoipCidrCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AdvertiseByoipCidrCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GlobalAcceleratorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const AdvertiseByoipCidrCommand_base: {
19
+ new (
20
+ input: AdvertiseByoipCidrCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ AdvertiseByoipCidrCommandInput,
23
+ AdvertiseByoipCidrCommandOutput,
24
+ GlobalAcceleratorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AdvertiseByoipCidrCommand extends AdvertiseByoipCidrCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GlobalAcceleratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,22 +11,16 @@ export interface AllowCustomRoutingTrafficCommandInput
17
11
  extends AllowCustomRoutingTrafficRequest {}
18
12
  export interface AllowCustomRoutingTrafficCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class AllowCustomRoutingTrafficCommand extends $Command<
21
- AllowCustomRoutingTrafficCommandInput,
22
- AllowCustomRoutingTrafficCommandOutput,
23
- GlobalAcceleratorClientResolvedConfig
24
- > {
25
- readonly input: AllowCustomRoutingTrafficCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: AllowCustomRoutingTrafficCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: GlobalAcceleratorClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const AllowCustomRoutingTrafficCommand_base: {
15
+ new (
16
+ input: AllowCustomRoutingTrafficCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  AllowCustomRoutingTrafficCommandInput,
34
- AllowCustomRoutingTrafficCommandOutput
19
+ AllowCustomRoutingTrafficCommandOutput,
20
+ GlobalAcceleratorClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class AllowCustomRoutingTrafficCommand extends AllowCustomRoutingTrafficCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GlobalAcceleratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface CreateAcceleratorCommandInput
21
15
  export interface CreateAcceleratorCommandOutput
22
16
  extends CreateAcceleratorResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateAcceleratorCommand extends $Command<
25
- CreateAcceleratorCommandInput,
26
- CreateAcceleratorCommandOutput,
27
- GlobalAcceleratorClientResolvedConfig
28
- > {
29
- readonly input: CreateAcceleratorCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateAcceleratorCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GlobalAcceleratorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateAcceleratorCommandInput, CreateAcceleratorCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateAcceleratorCommand_base: {
19
+ new (
20
+ input: CreateAcceleratorCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateAcceleratorCommandInput,
23
+ CreateAcceleratorCommandOutput,
24
+ GlobalAcceleratorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateAcceleratorCommand extends CreateAcceleratorCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GlobalAcceleratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateCrossAccountAttachmentCommandInput
21
15
  export interface CreateCrossAccountAttachmentCommandOutput
22
16
  extends CreateCrossAccountAttachmentResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateCrossAccountAttachmentCommand extends $Command<
25
- CreateCrossAccountAttachmentCommandInput,
26
- CreateCrossAccountAttachmentCommandOutput,
27
- GlobalAcceleratorClientResolvedConfig
28
- > {
29
- readonly input: CreateCrossAccountAttachmentCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateCrossAccountAttachmentCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GlobalAcceleratorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateCrossAccountAttachmentCommand_base: {
19
+ new (
20
+ input: CreateCrossAccountAttachmentCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateCrossAccountAttachmentCommandInput,
38
- CreateCrossAccountAttachmentCommandOutput
23
+ CreateCrossAccountAttachmentCommandOutput,
24
+ GlobalAcceleratorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateCrossAccountAttachmentCommand extends CreateCrossAccountAttachmentCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GlobalAcceleratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateCustomRoutingAcceleratorCommandInput
21
15
  export interface CreateCustomRoutingAcceleratorCommandOutput
22
16
  extends CreateCustomRoutingAcceleratorResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateCustomRoutingAcceleratorCommand extends $Command<
25
- CreateCustomRoutingAcceleratorCommandInput,
26
- CreateCustomRoutingAcceleratorCommandOutput,
27
- GlobalAcceleratorClientResolvedConfig
28
- > {
29
- readonly input: CreateCustomRoutingAcceleratorCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateCustomRoutingAcceleratorCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GlobalAcceleratorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateCustomRoutingAcceleratorCommand_base: {
19
+ new (
20
+ input: CreateCustomRoutingAcceleratorCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateCustomRoutingAcceleratorCommandInput,
38
- CreateCustomRoutingAcceleratorCommandOutput
23
+ CreateCustomRoutingAcceleratorCommandOutput,
24
+ GlobalAcceleratorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateCustomRoutingAcceleratorCommand extends CreateCustomRoutingAcceleratorCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GlobalAcceleratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateCustomRoutingEndpointGroupCommandInput
21
15
  export interface CreateCustomRoutingEndpointGroupCommandOutput
22
16
  extends CreateCustomRoutingEndpointGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateCustomRoutingEndpointGroupCommand extends $Command<
25
- CreateCustomRoutingEndpointGroupCommandInput,
26
- CreateCustomRoutingEndpointGroupCommandOutput,
27
- GlobalAcceleratorClientResolvedConfig
28
- > {
29
- readonly input: CreateCustomRoutingEndpointGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateCustomRoutingEndpointGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GlobalAcceleratorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateCustomRoutingEndpointGroupCommand_base: {
19
+ new (
20
+ input: CreateCustomRoutingEndpointGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateCustomRoutingEndpointGroupCommandInput,
38
- CreateCustomRoutingEndpointGroupCommandOutput
23
+ CreateCustomRoutingEndpointGroupCommandOutput,
24
+ GlobalAcceleratorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateCustomRoutingEndpointGroupCommand extends CreateCustomRoutingEndpointGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GlobalAcceleratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateCustomRoutingListenerCommandInput
21
15
  export interface CreateCustomRoutingListenerCommandOutput
22
16
  extends CreateCustomRoutingListenerResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateCustomRoutingListenerCommand extends $Command<
25
- CreateCustomRoutingListenerCommandInput,
26
- CreateCustomRoutingListenerCommandOutput,
27
- GlobalAcceleratorClientResolvedConfig
28
- > {
29
- readonly input: CreateCustomRoutingListenerCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateCustomRoutingListenerCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GlobalAcceleratorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateCustomRoutingListenerCommand_base: {
19
+ new (
20
+ input: CreateCustomRoutingListenerCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateCustomRoutingListenerCommandInput,
38
- CreateCustomRoutingListenerCommandOutput
23
+ CreateCustomRoutingListenerCommandOutput,
24
+ GlobalAcceleratorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateCustomRoutingListenerCommand extends CreateCustomRoutingListenerCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GlobalAcceleratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface CreateEndpointGroupCommandInput
21
15
  export interface CreateEndpointGroupCommandOutput
22
16
  extends CreateEndpointGroupResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateEndpointGroupCommand extends $Command<
25
- CreateEndpointGroupCommandInput,
26
- CreateEndpointGroupCommandOutput,
27
- GlobalAcceleratorClientResolvedConfig
28
- > {
29
- readonly input: CreateEndpointGroupCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateEndpointGroupCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: GlobalAcceleratorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateEndpointGroupCommandInput, CreateEndpointGroupCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateEndpointGroupCommand_base: {
19
+ new (
20
+ input: CreateEndpointGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateEndpointGroupCommandInput,
23
+ CreateEndpointGroupCommandOutput,
24
+ GlobalAcceleratorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateEndpointGroupCommand extends CreateEndpointGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GlobalAcceleratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateListenerCommandInput extends CreateListenerRequest {}
20
14
  export interface CreateListenerCommandOutput
21
15
  extends CreateListenerResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateListenerCommand extends $Command<
24
- CreateListenerCommandInput,
25
- CreateListenerCommandOutput,
26
- GlobalAcceleratorClientResolvedConfig
27
- > {
28
- readonly input: CreateListenerCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateListenerCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: GlobalAcceleratorClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateListenerCommandInput, CreateListenerCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateListenerCommand_base: {
18
+ new (
19
+ input: CreateListenerCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateListenerCommandInput,
22
+ CreateListenerCommandOutput,
23
+ GlobalAcceleratorClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateListenerCommand extends CreateListenerCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GlobalAcceleratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -16,19 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface DeleteAcceleratorCommandInput
17
11
  extends DeleteAcceleratorRequest {}
18
12
  export interface DeleteAcceleratorCommandOutput extends __MetadataBearer {}
19
- export declare class DeleteAcceleratorCommand extends $Command<
20
- DeleteAcceleratorCommandInput,
21
- DeleteAcceleratorCommandOutput,
22
- GlobalAcceleratorClientResolvedConfig
23
- > {
24
- readonly input: DeleteAcceleratorCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: DeleteAcceleratorCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: GlobalAcceleratorClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<DeleteAcceleratorCommandInput, DeleteAcceleratorCommandOutput>;
32
- private serialize;
33
- private deserialize;
34
- }
13
+ declare const DeleteAcceleratorCommand_base: {
14
+ new (
15
+ input: DeleteAcceleratorCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
17
+ DeleteAcceleratorCommandInput,
18
+ DeleteAcceleratorCommandOutput,
19
+ GlobalAcceleratorClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
22
+ >;
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class DeleteAcceleratorCommand extends DeleteAcceleratorCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GlobalAcceleratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,22 +11,16 @@ export interface DeleteCrossAccountAttachmentCommandInput
17
11
  extends DeleteCrossAccountAttachmentRequest {}
18
12
  export interface DeleteCrossAccountAttachmentCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class DeleteCrossAccountAttachmentCommand extends $Command<
21
- DeleteCrossAccountAttachmentCommandInput,
22
- DeleteCrossAccountAttachmentCommandOutput,
23
- GlobalAcceleratorClientResolvedConfig
24
- > {
25
- readonly input: DeleteCrossAccountAttachmentCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteCrossAccountAttachmentCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: GlobalAcceleratorClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const DeleteCrossAccountAttachmentCommand_base: {
15
+ new (
16
+ input: DeleteCrossAccountAttachmentCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  DeleteCrossAccountAttachmentCommandInput,
34
- DeleteCrossAccountAttachmentCommandOutput
19
+ DeleteCrossAccountAttachmentCommandOutput,
20
+ GlobalAcceleratorClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteCrossAccountAttachmentCommand extends DeleteCrossAccountAttachmentCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GlobalAcceleratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,22 +11,16 @@ export interface DeleteCustomRoutingAcceleratorCommandInput
17
11
  extends DeleteCustomRoutingAcceleratorRequest {}
18
12
  export interface DeleteCustomRoutingAcceleratorCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class DeleteCustomRoutingAcceleratorCommand extends $Command<
21
- DeleteCustomRoutingAcceleratorCommandInput,
22
- DeleteCustomRoutingAcceleratorCommandOutput,
23
- GlobalAcceleratorClientResolvedConfig
24
- > {
25
- readonly input: DeleteCustomRoutingAcceleratorCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteCustomRoutingAcceleratorCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: GlobalAcceleratorClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const DeleteCustomRoutingAcceleratorCommand_base: {
15
+ new (
16
+ input: DeleteCustomRoutingAcceleratorCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  DeleteCustomRoutingAcceleratorCommandInput,
34
- DeleteCustomRoutingAcceleratorCommandOutput
19
+ DeleteCustomRoutingAcceleratorCommandOutput,
20
+ GlobalAcceleratorClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteCustomRoutingAcceleratorCommand extends DeleteCustomRoutingAcceleratorCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GlobalAcceleratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,22 +11,16 @@ export interface DeleteCustomRoutingEndpointGroupCommandInput
17
11
  extends DeleteCustomRoutingEndpointGroupRequest {}
18
12
  export interface DeleteCustomRoutingEndpointGroupCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class DeleteCustomRoutingEndpointGroupCommand extends $Command<
21
- DeleteCustomRoutingEndpointGroupCommandInput,
22
- DeleteCustomRoutingEndpointGroupCommandOutput,
23
- GlobalAcceleratorClientResolvedConfig
24
- > {
25
- readonly input: DeleteCustomRoutingEndpointGroupCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteCustomRoutingEndpointGroupCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: GlobalAcceleratorClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const DeleteCustomRoutingEndpointGroupCommand_base: {
15
+ new (
16
+ input: DeleteCustomRoutingEndpointGroupCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  DeleteCustomRoutingEndpointGroupCommandInput,
34
- DeleteCustomRoutingEndpointGroupCommandOutput
19
+ DeleteCustomRoutingEndpointGroupCommandOutput,
20
+ GlobalAcceleratorClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteCustomRoutingEndpointGroupCommand extends DeleteCustomRoutingEndpointGroupCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  GlobalAcceleratorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,22 +11,16 @@ export interface DeleteCustomRoutingListenerCommandInput
17
11
  extends DeleteCustomRoutingListenerRequest {}
18
12
  export interface DeleteCustomRoutingListenerCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class DeleteCustomRoutingListenerCommand extends $Command<
21
- DeleteCustomRoutingListenerCommandInput,
22
- DeleteCustomRoutingListenerCommandOutput,
23
- GlobalAcceleratorClientResolvedConfig
24
- > {
25
- readonly input: DeleteCustomRoutingListenerCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteCustomRoutingListenerCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: GlobalAcceleratorClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const DeleteCustomRoutingListenerCommand_base: {
15
+ new (
16
+ input: DeleteCustomRoutingListenerCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  DeleteCustomRoutingListenerCommandInput,
34
- DeleteCustomRoutingListenerCommandOutput
19
+ DeleteCustomRoutingListenerCommandOutput,
20
+ GlobalAcceleratorClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteCustomRoutingListenerCommand extends DeleteCustomRoutingListenerCommand_base {}