@aws-sdk/client-global-accelerator 3.34.0 → 3.35.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 (928) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist-cjs/GlobalAccelerator.js +863 -0
  3. package/dist-cjs/GlobalAccelerator.js.map +1 -0
  4. package/dist-cjs/GlobalAcceleratorClient.js +191 -0
  5. package/dist-cjs/GlobalAcceleratorClient.js.map +1 -0
  6. package/dist-cjs/commands/AddCustomRoutingEndpointsCommand.js +71 -0
  7. package/dist-cjs/commands/AddCustomRoutingEndpointsCommand.js.map +1 -0
  8. package/dist-cjs/commands/AdvertiseByoipCidrCommand.js +67 -0
  9. package/dist-cjs/commands/AdvertiseByoipCidrCommand.js.map +1 -0
  10. package/dist-cjs/commands/AllowCustomRoutingTrafficCommand.js +66 -0
  11. package/dist-cjs/commands/AllowCustomRoutingTrafficCommand.js.map +1 -0
  12. package/dist-cjs/commands/CreateAcceleratorCommand.js +66 -0
  13. package/dist-cjs/commands/CreateAcceleratorCommand.js.map +1 -0
  14. package/dist-cjs/commands/CreateCustomRoutingAcceleratorCommand.js +70 -0
  15. package/dist-cjs/commands/CreateCustomRoutingAcceleratorCommand.js.map +1 -0
  16. package/dist-cjs/commands/CreateCustomRoutingEndpointGroupCommand.js +63 -0
  17. package/dist-cjs/commands/CreateCustomRoutingEndpointGroupCommand.js.map +1 -0
  18. package/dist-cjs/commands/CreateCustomRoutingListenerCommand.js +62 -0
  19. package/dist-cjs/commands/CreateCustomRoutingListenerCommand.js.map +1 -0
  20. package/dist-cjs/commands/CreateEndpointGroupCommand.js +62 -0
  21. package/dist-cjs/commands/CreateEndpointGroupCommand.js.map +1 -0
  22. package/dist-cjs/commands/CreateListenerCommand.js +62 -0
  23. package/dist-cjs/commands/CreateListenerCommand.js.map +1 -0
  24. package/dist-cjs/commands/DeleteAcceleratorCommand.js +74 -0
  25. package/dist-cjs/commands/DeleteAcceleratorCommand.js.map +1 -0
  26. package/dist-cjs/commands/DeleteCustomRoutingAcceleratorCommand.js +74 -0
  27. package/dist-cjs/commands/DeleteCustomRoutingAcceleratorCommand.js.map +1 -0
  28. package/dist-cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js +61 -0
  29. package/dist-cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js.map +1 -0
  30. package/dist-cjs/commands/DeleteCustomRoutingListenerCommand.js +61 -0
  31. package/dist-cjs/commands/DeleteCustomRoutingListenerCommand.js.map +1 -0
  32. package/dist-cjs/commands/DeleteEndpointGroupCommand.js +61 -0
  33. package/dist-cjs/commands/DeleteEndpointGroupCommand.js.map +1 -0
  34. package/dist-cjs/commands/DeleteListenerCommand.js +61 -0
  35. package/dist-cjs/commands/DeleteListenerCommand.js.map +1 -0
  36. package/dist-cjs/commands/DenyCustomRoutingTrafficCommand.js +66 -0
  37. package/dist-cjs/commands/DenyCustomRoutingTrafficCommand.js.map +1 -0
  38. package/dist-cjs/commands/DeprovisionByoipCidrCommand.js +67 -0
  39. package/dist-cjs/commands/DeprovisionByoipCidrCommand.js.map +1 -0
  40. package/dist-cjs/commands/DescribeAcceleratorAttributesCommand.js +62 -0
  41. package/dist-cjs/commands/DescribeAcceleratorAttributesCommand.js.map +1 -0
  42. package/dist-cjs/commands/DescribeAcceleratorCommand.js +61 -0
  43. package/dist-cjs/commands/DescribeAcceleratorCommand.js.map +1 -0
  44. package/dist-cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +61 -0
  45. package/dist-cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js.map +1 -0
  46. package/dist-cjs/commands/DescribeCustomRoutingAcceleratorCommand.js +61 -0
  47. package/dist-cjs/commands/DescribeCustomRoutingAcceleratorCommand.js.map +1 -0
  48. package/dist-cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js +61 -0
  49. package/dist-cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js.map +1 -0
  50. package/dist-cjs/commands/DescribeCustomRoutingListenerCommand.js +61 -0
  51. package/dist-cjs/commands/DescribeCustomRoutingListenerCommand.js.map +1 -0
  52. package/dist-cjs/commands/DescribeEndpointGroupCommand.js +61 -0
  53. package/dist-cjs/commands/DescribeEndpointGroupCommand.js.map +1 -0
  54. package/dist-cjs/commands/DescribeListenerCommand.js +61 -0
  55. package/dist-cjs/commands/DescribeListenerCommand.js.map +1 -0
  56. package/dist-cjs/commands/ListAcceleratorsCommand.js +61 -0
  57. package/dist-cjs/commands/ListAcceleratorsCommand.js.map +1 -0
  58. package/dist-cjs/commands/ListByoipCidrsCommand.js +62 -0
  59. package/dist-cjs/commands/ListByoipCidrsCommand.js.map +1 -0
  60. package/dist-cjs/commands/ListCustomRoutingAcceleratorsCommand.js +61 -0
  61. package/dist-cjs/commands/ListCustomRoutingAcceleratorsCommand.js.map +1 -0
  62. package/dist-cjs/commands/ListCustomRoutingEndpointGroupsCommand.js +61 -0
  63. package/dist-cjs/commands/ListCustomRoutingEndpointGroupsCommand.js.map +1 -0
  64. package/dist-cjs/commands/ListCustomRoutingListenersCommand.js +61 -0
  65. package/dist-cjs/commands/ListCustomRoutingListenersCommand.js.map +1 -0
  66. package/dist-cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +64 -0
  67. package/dist-cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js.map +1 -0
  68. package/dist-cjs/commands/ListCustomRoutingPortMappingsCommand.js +69 -0
  69. package/dist-cjs/commands/ListCustomRoutingPortMappingsCommand.js.map +1 -0
  70. package/dist-cjs/commands/ListEndpointGroupsCommand.js +61 -0
  71. package/dist-cjs/commands/ListEndpointGroupsCommand.js.map +1 -0
  72. package/dist-cjs/commands/ListListenersCommand.js +61 -0
  73. package/dist-cjs/commands/ListListenersCommand.js.map +1 -0
  74. package/dist-cjs/commands/ListTagsForResourceCommand.js +63 -0
  75. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
  76. package/dist-cjs/commands/ProvisionByoipCidrCommand.js +66 -0
  77. package/dist-cjs/commands/ProvisionByoipCidrCommand.js.map +1 -0
  78. package/dist-cjs/commands/RemoveCustomRoutingEndpointsCommand.js +61 -0
  79. package/dist-cjs/commands/RemoveCustomRoutingEndpointsCommand.js.map +1 -0
  80. package/dist-cjs/commands/TagResourceCommand.js +63 -0
  81. package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
  82. package/dist-cjs/commands/UntagResourceCommand.js +64 -0
  83. package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
  84. package/dist-cjs/commands/UpdateAcceleratorAttributesCommand.js +61 -0
  85. package/dist-cjs/commands/UpdateAcceleratorAttributesCommand.js.map +1 -0
  86. package/dist-cjs/commands/UpdateAcceleratorCommand.js +66 -0
  87. package/dist-cjs/commands/UpdateAcceleratorCommand.js.map +1 -0
  88. package/dist-cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +61 -0
  89. package/dist-cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js.map +1 -0
  90. package/dist-cjs/commands/UpdateCustomRoutingAcceleratorCommand.js +61 -0
  91. package/dist-cjs/commands/UpdateCustomRoutingAcceleratorCommand.js.map +1 -0
  92. package/dist-cjs/commands/UpdateCustomRoutingListenerCommand.js +61 -0
  93. package/dist-cjs/commands/UpdateCustomRoutingListenerCommand.js.map +1 -0
  94. package/dist-cjs/commands/UpdateEndpointGroupCommand.js +61 -0
  95. package/dist-cjs/commands/UpdateEndpointGroupCommand.js.map +1 -0
  96. package/dist-cjs/commands/UpdateListenerCommand.js +61 -0
  97. package/dist-cjs/commands/UpdateListenerCommand.js.map +1 -0
  98. package/dist-cjs/commands/WithdrawByoipCidrCommand.js +67 -0
  99. package/dist-cjs/commands/WithdrawByoipCidrCommand.js.map +1 -0
  100. package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
  101. package/dist-cjs/endpoints.js.map +1 -0
  102. package/{dist/cjs → dist-cjs}/index.js +0 -0
  103. package/dist-cjs/index.js.map +1 -0
  104. package/{dist/cjs → dist-cjs}/models/index.js +0 -0
  105. package/dist-cjs/models/index.js.map +1 -0
  106. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  107. package/dist-cjs/models/models_0.js.map +1 -0
  108. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  109. package/dist-cjs/pagination/Interfaces.js.map +1 -0
  110. package/dist-cjs/pagination/ListAcceleratorsPaginator.js +46 -0
  111. package/dist-cjs/pagination/ListAcceleratorsPaginator.js.map +1 -0
  112. package/dist-cjs/pagination/ListByoipCidrsPaginator.js +46 -0
  113. package/dist-cjs/pagination/ListByoipCidrsPaginator.js.map +1 -0
  114. package/dist-cjs/pagination/ListCustomRoutingAcceleratorsPaginator.js +46 -0
  115. package/dist-cjs/pagination/ListCustomRoutingAcceleratorsPaginator.js.map +1 -0
  116. package/dist-cjs/pagination/ListCustomRoutingEndpointGroupsPaginator.js +46 -0
  117. package/dist-cjs/pagination/ListCustomRoutingEndpointGroupsPaginator.js.map +1 -0
  118. package/dist-cjs/pagination/ListCustomRoutingListenersPaginator.js +46 -0
  119. package/dist-cjs/pagination/ListCustomRoutingListenersPaginator.js.map +1 -0
  120. package/dist-cjs/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +46 -0
  121. package/dist-cjs/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js.map +1 -0
  122. package/dist-cjs/pagination/ListCustomRoutingPortMappingsPaginator.js +46 -0
  123. package/dist-cjs/pagination/ListCustomRoutingPortMappingsPaginator.js.map +1 -0
  124. package/dist-cjs/pagination/ListEndpointGroupsPaginator.js +46 -0
  125. package/dist-cjs/pagination/ListEndpointGroupsPaginator.js.map +1 -0
  126. package/dist-cjs/pagination/ListListenersPaginator.js +46 -0
  127. package/dist-cjs/pagination/ListListenersPaginator.js.map +1 -0
  128. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -0
  129. package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
  130. package/dist-cjs/runtimeConfig.browser.js +42 -0
  131. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  132. package/dist-cjs/runtimeConfig.js +47 -0
  133. package/dist-cjs/runtimeConfig.js.map +1 -0
  134. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
  135. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  136. package/dist-cjs/runtimeConfig.shared.js +21 -0
  137. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  138. package/dist-es/GlobalAccelerator.js +716 -0
  139. package/dist-es/GlobalAccelerator.js.map +1 -0
  140. package/dist-es/GlobalAcceleratorClient.js +38 -0
  141. package/dist-es/GlobalAcceleratorClient.js.map +1 -0
  142. package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +40 -0
  143. package/dist-es/commands/AddCustomRoutingEndpointsCommand.js.map +1 -0
  144. package/dist-es/commands/AdvertiseByoipCidrCommand.js +40 -0
  145. package/dist-es/commands/AdvertiseByoipCidrCommand.js.map +1 -0
  146. package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +40 -0
  147. package/dist-es/commands/AllowCustomRoutingTrafficCommand.js.map +1 -0
  148. package/dist-es/commands/CreateAcceleratorCommand.js +40 -0
  149. package/dist-es/commands/CreateAcceleratorCommand.js.map +1 -0
  150. package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +40 -0
  151. package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js.map +1 -0
  152. package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +40 -0
  153. package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js.map +1 -0
  154. package/dist-es/commands/CreateCustomRoutingListenerCommand.js +40 -0
  155. package/dist-es/commands/CreateCustomRoutingListenerCommand.js.map +1 -0
  156. package/dist-es/commands/CreateEndpointGroupCommand.js +40 -0
  157. package/dist-es/commands/CreateEndpointGroupCommand.js.map +1 -0
  158. package/dist-es/commands/CreateListenerCommand.js +40 -0
  159. package/dist-es/commands/CreateListenerCommand.js.map +1 -0
  160. package/dist-es/commands/DeleteAcceleratorCommand.js +40 -0
  161. package/dist-es/commands/DeleteAcceleratorCommand.js.map +1 -0
  162. package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +40 -0
  163. package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js.map +1 -0
  164. package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +40 -0
  165. package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js.map +1 -0
  166. package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +40 -0
  167. package/dist-es/commands/DeleteCustomRoutingListenerCommand.js.map +1 -0
  168. package/dist-es/commands/DeleteEndpointGroupCommand.js +40 -0
  169. package/dist-es/commands/DeleteEndpointGroupCommand.js.map +1 -0
  170. package/dist-es/commands/DeleteListenerCommand.js +40 -0
  171. package/dist-es/commands/DeleteListenerCommand.js.map +1 -0
  172. package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +40 -0
  173. package/dist-es/commands/DenyCustomRoutingTrafficCommand.js.map +1 -0
  174. package/dist-es/commands/DeprovisionByoipCidrCommand.js +40 -0
  175. package/dist-es/commands/DeprovisionByoipCidrCommand.js.map +1 -0
  176. package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +40 -0
  177. package/dist-es/commands/DescribeAcceleratorAttributesCommand.js.map +1 -0
  178. package/dist-es/commands/DescribeAcceleratorCommand.js +40 -0
  179. package/dist-es/commands/DescribeAcceleratorCommand.js.map +1 -0
  180. package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +40 -0
  181. package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js.map +1 -0
  182. package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +40 -0
  183. package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js.map +1 -0
  184. package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +40 -0
  185. package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js.map +1 -0
  186. package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +40 -0
  187. package/dist-es/commands/DescribeCustomRoutingListenerCommand.js.map +1 -0
  188. package/dist-es/commands/DescribeEndpointGroupCommand.js +40 -0
  189. package/dist-es/commands/DescribeEndpointGroupCommand.js.map +1 -0
  190. package/dist-es/commands/DescribeListenerCommand.js +40 -0
  191. package/dist-es/commands/DescribeListenerCommand.js.map +1 -0
  192. package/dist-es/commands/ListAcceleratorsCommand.js +40 -0
  193. package/dist-es/commands/ListAcceleratorsCommand.js.map +1 -0
  194. package/dist-es/commands/ListByoipCidrsCommand.js +40 -0
  195. package/dist-es/commands/ListByoipCidrsCommand.js.map +1 -0
  196. package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +40 -0
  197. package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js.map +1 -0
  198. package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +40 -0
  199. package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js.map +1 -0
  200. package/dist-es/commands/ListCustomRoutingListenersCommand.js +40 -0
  201. package/dist-es/commands/ListCustomRoutingListenersCommand.js.map +1 -0
  202. package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +40 -0
  203. package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js.map +1 -0
  204. package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +40 -0
  205. package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js.map +1 -0
  206. package/dist-es/commands/ListEndpointGroupsCommand.js +40 -0
  207. package/dist-es/commands/ListEndpointGroupsCommand.js.map +1 -0
  208. package/dist-es/commands/ListListenersCommand.js +40 -0
  209. package/dist-es/commands/ListListenersCommand.js.map +1 -0
  210. package/dist-es/commands/ListTagsForResourceCommand.js +40 -0
  211. package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
  212. package/dist-es/commands/ProvisionByoipCidrCommand.js +40 -0
  213. package/dist-es/commands/ProvisionByoipCidrCommand.js.map +1 -0
  214. package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +40 -0
  215. package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js.map +1 -0
  216. package/dist-es/commands/TagResourceCommand.js +40 -0
  217. package/dist-es/commands/TagResourceCommand.js.map +1 -0
  218. package/dist-es/commands/UntagResourceCommand.js +40 -0
  219. package/dist-es/commands/UntagResourceCommand.js.map +1 -0
  220. package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +40 -0
  221. package/dist-es/commands/UpdateAcceleratorAttributesCommand.js.map +1 -0
  222. package/dist-es/commands/UpdateAcceleratorCommand.js +40 -0
  223. package/dist-es/commands/UpdateAcceleratorCommand.js.map +1 -0
  224. package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +40 -0
  225. package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js.map +1 -0
  226. package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +40 -0
  227. package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js.map +1 -0
  228. package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +40 -0
  229. package/dist-es/commands/UpdateCustomRoutingListenerCommand.js.map +1 -0
  230. package/dist-es/commands/UpdateEndpointGroupCommand.js +40 -0
  231. package/dist-es/commands/UpdateEndpointGroupCommand.js.map +1 -0
  232. package/dist-es/commands/UpdateListenerCommand.js +40 -0
  233. package/dist-es/commands/UpdateListenerCommand.js.map +1 -0
  234. package/dist-es/commands/WithdrawByoipCidrCommand.js +40 -0
  235. package/dist-es/commands/WithdrawByoipCidrCommand.js.map +1 -0
  236. package/{dist/es → dist-es}/endpoints.js +0 -0
  237. package/dist-es/endpoints.js.map +1 -0
  238. package/{dist/es → dist-es}/index.js +0 -0
  239. package/dist-es/index.js.map +1 -0
  240. package/{dist/es → dist-es}/models/index.js +0 -0
  241. package/dist-es/models/index.js.map +1 -0
  242. package/{dist/es → dist-es}/models/models_0.js +0 -0
  243. package/dist-es/models/models_0.js.map +1 -0
  244. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  245. package/dist-es/pagination/Interfaces.js.map +1 -0
  246. package/dist-es/pagination/ListAcceleratorsPaginator.js +75 -0
  247. package/dist-es/pagination/ListAcceleratorsPaginator.js.map +1 -0
  248. package/dist-es/pagination/ListByoipCidrsPaginator.js +75 -0
  249. package/dist-es/pagination/ListByoipCidrsPaginator.js.map +1 -0
  250. package/dist-es/pagination/ListCustomRoutingAcceleratorsPaginator.js +75 -0
  251. package/dist-es/pagination/ListCustomRoutingAcceleratorsPaginator.js.map +1 -0
  252. package/dist-es/pagination/ListCustomRoutingEndpointGroupsPaginator.js +75 -0
  253. package/dist-es/pagination/ListCustomRoutingEndpointGroupsPaginator.js.map +1 -0
  254. package/dist-es/pagination/ListCustomRoutingListenersPaginator.js +75 -0
  255. package/dist-es/pagination/ListCustomRoutingListenersPaginator.js.map +1 -0
  256. package/dist-es/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +75 -0
  257. package/dist-es/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js.map +1 -0
  258. package/dist-es/pagination/ListCustomRoutingPortMappingsPaginator.js +75 -0
  259. package/dist-es/pagination/ListCustomRoutingPortMappingsPaginator.js.map +1 -0
  260. package/dist-es/pagination/ListEndpointGroupsPaginator.js +75 -0
  261. package/dist-es/pagination/ListEndpointGroupsPaginator.js.map +1 -0
  262. package/dist-es/pagination/ListListenersPaginator.js +75 -0
  263. package/dist-es/pagination/ListListenersPaginator.js.map +1 -0
  264. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -0
  265. package/dist-es/protocols/Aws_json1_1.js.map +1 -0
  266. package/dist-es/runtimeConfig.browser.js +17 -0
  267. package/dist-es/runtimeConfig.browser.js.map +1 -0
  268. package/dist-es/runtimeConfig.js +22 -0
  269. package/dist-es/runtimeConfig.js.map +1 -0
  270. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
  271. package/dist-es/runtimeConfig.native.js.map +1 -0
  272. package/dist-es/runtimeConfig.shared.js +14 -0
  273. package/dist-es/runtimeConfig.shared.js.map +1 -0
  274. package/dist-types/GlobalAccelerator.d.ts +596 -0
  275. package/dist-types/GlobalAcceleratorClient.d.ts +326 -0
  276. package/dist-types/commands/AddCustomRoutingEndpointsCommand.d.ts +45 -0
  277. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +41 -0
  278. package/dist-types/commands/AllowCustomRoutingTrafficCommand.d.ts +40 -0
  279. package/dist-types/commands/CreateAcceleratorCommand.d.ts +40 -0
  280. package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +44 -0
  281. package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +37 -0
  282. package/dist-types/commands/CreateCustomRoutingListenerCommand.d.ts +36 -0
  283. package/dist-types/commands/CreateEndpointGroupCommand.d.ts +36 -0
  284. package/dist-types/commands/CreateListenerCommand.d.ts +36 -0
  285. package/dist-types/commands/DeleteAcceleratorCommand.d.ts +48 -0
  286. package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +48 -0
  287. package/dist-types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +35 -0
  288. package/dist-types/commands/DeleteCustomRoutingListenerCommand.d.ts +35 -0
  289. package/dist-types/commands/DeleteEndpointGroupCommand.d.ts +35 -0
  290. package/dist-types/commands/DeleteListenerCommand.d.ts +35 -0
  291. package/dist-types/commands/DenyCustomRoutingTrafficCommand.d.ts +40 -0
  292. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +41 -0
  293. package/dist-types/commands/DescribeAcceleratorAttributesCommand.d.ts +36 -0
  294. package/dist-types/commands/DescribeAcceleratorCommand.d.ts +35 -0
  295. package/dist-types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +35 -0
  296. package/dist-types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +35 -0
  297. package/dist-types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +35 -0
  298. package/dist-types/commands/DescribeCustomRoutingListenerCommand.d.ts +35 -0
  299. package/dist-types/commands/DescribeEndpointGroupCommand.d.ts +35 -0
  300. package/dist-types/commands/DescribeListenerCommand.d.ts +35 -0
  301. package/dist-types/commands/ListAcceleratorsCommand.d.ts +35 -0
  302. package/dist-types/commands/ListByoipCidrsCommand.d.ts +36 -0
  303. package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +35 -0
  304. package/dist-types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +35 -0
  305. package/dist-types/commands/ListCustomRoutingListenersCommand.d.ts +35 -0
  306. package/dist-types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +38 -0
  307. package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +43 -0
  308. package/dist-types/commands/ListEndpointGroupsCommand.d.ts +35 -0
  309. package/dist-types/commands/ListListenersCommand.d.ts +35 -0
  310. package/dist-types/commands/ListTagsForResourceCommand.d.ts +37 -0
  311. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +40 -0
  312. package/dist-types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +35 -0
  313. package/dist-types/commands/TagResourceCommand.d.ts +37 -0
  314. package/dist-types/commands/UntagResourceCommand.d.ts +38 -0
  315. package/dist-types/commands/UpdateAcceleratorAttributesCommand.d.ts +35 -0
  316. package/dist-types/commands/UpdateAcceleratorCommand.d.ts +40 -0
  317. package/dist-types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +35 -0
  318. package/dist-types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +35 -0
  319. package/dist-types/commands/UpdateCustomRoutingListenerCommand.d.ts +35 -0
  320. package/dist-types/commands/UpdateEndpointGroupCommand.d.ts +35 -0
  321. package/dist-types/commands/UpdateListenerCommand.d.ts +35 -0
  322. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +41 -0
  323. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  324. package/{dist/types → dist-types}/index.d.ts +0 -0
  325. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  326. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  327. package/dist-types/pagination/Interfaces.d.ts +6 -0
  328. package/dist-types/pagination/ListAcceleratorsPaginator.d.ts +4 -0
  329. package/dist-types/pagination/ListByoipCidrsPaginator.d.ts +4 -0
  330. package/dist-types/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +4 -0
  331. package/dist-types/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +4 -0
  332. package/dist-types/pagination/ListCustomRoutingListenersPaginator.d.ts +4 -0
  333. package/dist-types/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +4 -0
  334. package/dist-types/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +4 -0
  335. package/dist-types/pagination/ListEndpointGroupsPaginator.d.ts +4 -0
  336. package/dist-types/pagination/ListListenersPaginator.d.ts +4 -0
  337. package/dist-types/protocols/Aws_json1_1.d.ts +143 -0
  338. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  339. package/dist-types/runtimeConfig.d.ts +37 -0
  340. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  341. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  342. package/dist-types/ts3.4/GlobalAccelerator.d.ts +596 -0
  343. package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +326 -0
  344. package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +45 -0
  345. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +41 -0
  346. package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +40 -0
  347. package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +40 -0
  348. package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +44 -0
  349. package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +37 -0
  350. package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +36 -0
  351. package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +36 -0
  352. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +36 -0
  353. package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +48 -0
  354. package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +48 -0
  355. package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +35 -0
  356. package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +35 -0
  357. package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +35 -0
  358. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +35 -0
  359. package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +40 -0
  360. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +41 -0
  361. package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +36 -0
  362. package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +35 -0
  363. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +35 -0
  364. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +35 -0
  365. package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +35 -0
  366. package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +35 -0
  367. package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +35 -0
  368. package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +35 -0
  369. package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +35 -0
  370. package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +36 -0
  371. package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +35 -0
  372. package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +35 -0
  373. package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +35 -0
  374. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +38 -0
  375. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +43 -0
  376. package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +35 -0
  377. package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +35 -0
  378. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +37 -0
  379. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +40 -0
  380. package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +35 -0
  381. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +37 -0
  382. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +38 -0
  383. package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +35 -0
  384. package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +40 -0
  385. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +35 -0
  386. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +35 -0
  387. package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +35 -0
  388. package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +35 -0
  389. package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +35 -0
  390. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +41 -0
  391. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  392. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  393. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  394. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  395. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  396. package/dist-types/ts3.4/pagination/ListAcceleratorsPaginator.d.ts +4 -0
  397. package/dist-types/ts3.4/pagination/ListByoipCidrsPaginator.d.ts +4 -0
  398. package/dist-types/ts3.4/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +4 -0
  399. package/dist-types/ts3.4/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +4 -0
  400. package/dist-types/ts3.4/pagination/ListCustomRoutingListenersPaginator.d.ts +4 -0
  401. package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +4 -0
  402. package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +4 -0
  403. package/dist-types/ts3.4/pagination/ListEndpointGroupsPaginator.d.ts +4 -0
  404. package/dist-types/ts3.4/pagination/ListListenersPaginator.d.ts +4 -0
  405. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +143 -0
  406. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
  407. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  408. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
  409. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  410. package/package.json +42 -42
  411. package/src/GlobalAccelerator.ts +2003 -0
  412. package/src/GlobalAcceleratorClient.ts +617 -0
  413. package/src/commands/AddCustomRoutingEndpointsCommand.ts +112 -0
  414. package/src/commands/AdvertiseByoipCidrCommand.ts +105 -0
  415. package/src/commands/AllowCustomRoutingTrafficCommand.ts +107 -0
  416. package/src/commands/CreateAcceleratorCommand.ts +104 -0
  417. package/src/commands/CreateCustomRoutingAcceleratorCommand.ts +116 -0
  418. package/src/commands/CreateCustomRoutingEndpointGroupCommand.ts +109 -0
  419. package/src/commands/CreateCustomRoutingListenerCommand.ts +105 -0
  420. package/src/commands/CreateEndpointGroupCommand.ts +100 -0
  421. package/src/commands/CreateListenerCommand.ts +100 -0
  422. package/src/commands/DeleteAcceleratorCommand.ts +112 -0
  423. package/src/commands/DeleteCustomRoutingAcceleratorCommand.ts +118 -0
  424. package/src/commands/DeleteCustomRoutingEndpointGroupCommand.ts +105 -0
  425. package/src/commands/DeleteCustomRoutingListenerCommand.ts +102 -0
  426. package/src/commands/DeleteEndpointGroupCommand.ts +99 -0
  427. package/src/commands/DeleteListenerCommand.ts +99 -0
  428. package/src/commands/DenyCustomRoutingTrafficCommand.ts +104 -0
  429. package/src/commands/DeprovisionByoipCidrCommand.ts +105 -0
  430. package/src/commands/DescribeAcceleratorAttributesCommand.ts +105 -0
  431. package/src/commands/DescribeAcceleratorCommand.ts +99 -0
  432. package/src/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts +114 -0
  433. package/src/commands/DescribeCustomRoutingAcceleratorCommand.ts +107 -0
  434. package/src/commands/DescribeCustomRoutingEndpointGroupCommand.ts +110 -0
  435. package/src/commands/DescribeCustomRoutingListenerCommand.ts +104 -0
  436. package/src/commands/DescribeEndpointGroupCommand.ts +99 -0
  437. package/src/commands/DescribeListenerCommand.ts +99 -0
  438. package/src/commands/ListAcceleratorsCommand.ts +99 -0
  439. package/src/commands/ListByoipCidrsCommand.ts +100 -0
  440. package/src/commands/ListCustomRoutingAcceleratorsCommand.ts +104 -0
  441. package/src/commands/ListCustomRoutingEndpointGroupsCommand.ts +107 -0
  442. package/src/commands/ListCustomRoutingListenersCommand.ts +102 -0
  443. package/src/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts +117 -0
  444. package/src/commands/ListCustomRoutingPortMappingsCommand.ts +112 -0
  445. package/src/commands/ListEndpointGroupsCommand.ts +99 -0
  446. package/src/commands/ListListenersCommand.ts +99 -0
  447. package/src/commands/ListTagsForResourceCommand.ts +101 -0
  448. package/src/commands/ProvisionByoipCidrCommand.ts +104 -0
  449. package/src/commands/RemoveCustomRoutingEndpointsCommand.ts +102 -0
  450. package/src/commands/TagResourceCommand.ts +101 -0
  451. package/src/commands/UntagResourceCommand.ts +102 -0
  452. package/src/commands/UpdateAcceleratorAttributesCommand.ts +104 -0
  453. package/src/commands/UpdateAcceleratorCommand.ts +104 -0
  454. package/src/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts +114 -0
  455. package/src/commands/UpdateCustomRoutingAcceleratorCommand.ts +107 -0
  456. package/src/commands/UpdateCustomRoutingListenerCommand.ts +104 -0
  457. package/src/commands/UpdateEndpointGroupCommand.ts +99 -0
  458. package/src/commands/UpdateListenerCommand.ts +99 -0
  459. package/src/commands/WithdrawByoipCidrCommand.ts +105 -0
  460. package/src/endpoints.ts +57 -0
  461. package/{index.ts → src/index.ts} +0 -0
  462. package/{models → src/models}/index.ts +0 -0
  463. package/{models → src/models}/models_0.ts +0 -0
  464. package/src/pagination/Interfaces.ts +8 -0
  465. package/src/pagination/ListAcceleratorsPaginator.ts +59 -0
  466. package/src/pagination/ListByoipCidrsPaginator.ts +59 -0
  467. package/src/pagination/ListCustomRoutingAcceleratorsPaginator.ts +59 -0
  468. package/src/pagination/ListCustomRoutingEndpointGroupsPaginator.ts +59 -0
  469. package/src/pagination/ListCustomRoutingListenersPaginator.ts +59 -0
  470. package/src/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.ts +59 -0
  471. package/src/pagination/ListCustomRoutingPortMappingsPaginator.ts +59 -0
  472. package/src/pagination/ListEndpointGroupsPaginator.ts +59 -0
  473. package/src/pagination/ListListenersPaginator.ts +59 -0
  474. package/src/protocols/Aws_json1_1.ts +6789 -0
  475. package/src/runtimeConfig.browser.ts +41 -0
  476. package/src/runtimeConfig.native.ts +17 -0
  477. package/src/runtimeConfig.shared.ts +17 -0
  478. package/src/runtimeConfig.ts +46 -0
  479. package/tsconfig.es.json +1 -1
  480. package/tsconfig.json +4 -2
  481. package/tsconfig.types.json +3 -2
  482. package/GlobalAccelerator.ts +0 -2002
  483. package/GlobalAcceleratorClient.ts +0 -616
  484. package/commands/AddCustomRoutingEndpointsCommand.ts +0 -111
  485. package/commands/AdvertiseByoipCidrCommand.ts +0 -104
  486. package/commands/AllowCustomRoutingTrafficCommand.ts +0 -106
  487. package/commands/CreateAcceleratorCommand.ts +0 -103
  488. package/commands/CreateCustomRoutingAcceleratorCommand.ts +0 -115
  489. package/commands/CreateCustomRoutingEndpointGroupCommand.ts +0 -108
  490. package/commands/CreateCustomRoutingListenerCommand.ts +0 -104
  491. package/commands/CreateEndpointGroupCommand.ts +0 -99
  492. package/commands/CreateListenerCommand.ts +0 -99
  493. package/commands/DeleteAcceleratorCommand.ts +0 -111
  494. package/commands/DeleteCustomRoutingAcceleratorCommand.ts +0 -117
  495. package/commands/DeleteCustomRoutingEndpointGroupCommand.ts +0 -104
  496. package/commands/DeleteCustomRoutingListenerCommand.ts +0 -101
  497. package/commands/DeleteEndpointGroupCommand.ts +0 -98
  498. package/commands/DeleteListenerCommand.ts +0 -98
  499. package/commands/DenyCustomRoutingTrafficCommand.ts +0 -103
  500. package/commands/DeprovisionByoipCidrCommand.ts +0 -104
  501. package/commands/DescribeAcceleratorAttributesCommand.ts +0 -104
  502. package/commands/DescribeAcceleratorCommand.ts +0 -98
  503. package/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts +0 -113
  504. package/commands/DescribeCustomRoutingAcceleratorCommand.ts +0 -106
  505. package/commands/DescribeCustomRoutingEndpointGroupCommand.ts +0 -109
  506. package/commands/DescribeCustomRoutingListenerCommand.ts +0 -103
  507. package/commands/DescribeEndpointGroupCommand.ts +0 -98
  508. package/commands/DescribeListenerCommand.ts +0 -98
  509. package/commands/ListAcceleratorsCommand.ts +0 -98
  510. package/commands/ListByoipCidrsCommand.ts +0 -99
  511. package/commands/ListCustomRoutingAcceleratorsCommand.ts +0 -103
  512. package/commands/ListCustomRoutingEndpointGroupsCommand.ts +0 -106
  513. package/commands/ListCustomRoutingListenersCommand.ts +0 -101
  514. package/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts +0 -116
  515. package/commands/ListCustomRoutingPortMappingsCommand.ts +0 -111
  516. package/commands/ListEndpointGroupsCommand.ts +0 -98
  517. package/commands/ListListenersCommand.ts +0 -98
  518. package/commands/ListTagsForResourceCommand.ts +0 -100
  519. package/commands/ProvisionByoipCidrCommand.ts +0 -103
  520. package/commands/RemoveCustomRoutingEndpointsCommand.ts +0 -101
  521. package/commands/TagResourceCommand.ts +0 -100
  522. package/commands/UntagResourceCommand.ts +0 -101
  523. package/commands/UpdateAcceleratorAttributesCommand.ts +0 -103
  524. package/commands/UpdateAcceleratorCommand.ts +0 -103
  525. package/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts +0 -113
  526. package/commands/UpdateCustomRoutingAcceleratorCommand.ts +0 -106
  527. package/commands/UpdateCustomRoutingListenerCommand.ts +0 -103
  528. package/commands/UpdateEndpointGroupCommand.ts +0 -98
  529. package/commands/UpdateListenerCommand.ts +0 -98
  530. package/commands/WithdrawByoipCidrCommand.ts +0 -104
  531. package/dist/cjs/GlobalAccelerator.js +0 -863
  532. package/dist/cjs/GlobalAccelerator.js.map +0 -1
  533. package/dist/cjs/GlobalAcceleratorClient.js +0 -191
  534. package/dist/cjs/GlobalAcceleratorClient.js.map +0 -1
  535. package/dist/cjs/commands/AddCustomRoutingEndpointsCommand.js +0 -71
  536. package/dist/cjs/commands/AddCustomRoutingEndpointsCommand.js.map +0 -1
  537. package/dist/cjs/commands/AdvertiseByoipCidrCommand.js +0 -67
  538. package/dist/cjs/commands/AdvertiseByoipCidrCommand.js.map +0 -1
  539. package/dist/cjs/commands/AllowCustomRoutingTrafficCommand.js +0 -66
  540. package/dist/cjs/commands/AllowCustomRoutingTrafficCommand.js.map +0 -1
  541. package/dist/cjs/commands/CreateAcceleratorCommand.js +0 -66
  542. package/dist/cjs/commands/CreateAcceleratorCommand.js.map +0 -1
  543. package/dist/cjs/commands/CreateCustomRoutingAcceleratorCommand.js +0 -70
  544. package/dist/cjs/commands/CreateCustomRoutingAcceleratorCommand.js.map +0 -1
  545. package/dist/cjs/commands/CreateCustomRoutingEndpointGroupCommand.js +0 -63
  546. package/dist/cjs/commands/CreateCustomRoutingEndpointGroupCommand.js.map +0 -1
  547. package/dist/cjs/commands/CreateCustomRoutingListenerCommand.js +0 -62
  548. package/dist/cjs/commands/CreateCustomRoutingListenerCommand.js.map +0 -1
  549. package/dist/cjs/commands/CreateEndpointGroupCommand.js +0 -62
  550. package/dist/cjs/commands/CreateEndpointGroupCommand.js.map +0 -1
  551. package/dist/cjs/commands/CreateListenerCommand.js +0 -62
  552. package/dist/cjs/commands/CreateListenerCommand.js.map +0 -1
  553. package/dist/cjs/commands/DeleteAcceleratorCommand.js +0 -74
  554. package/dist/cjs/commands/DeleteAcceleratorCommand.js.map +0 -1
  555. package/dist/cjs/commands/DeleteCustomRoutingAcceleratorCommand.js +0 -74
  556. package/dist/cjs/commands/DeleteCustomRoutingAcceleratorCommand.js.map +0 -1
  557. package/dist/cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js +0 -61
  558. package/dist/cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js.map +0 -1
  559. package/dist/cjs/commands/DeleteCustomRoutingListenerCommand.js +0 -61
  560. package/dist/cjs/commands/DeleteCustomRoutingListenerCommand.js.map +0 -1
  561. package/dist/cjs/commands/DeleteEndpointGroupCommand.js +0 -61
  562. package/dist/cjs/commands/DeleteEndpointGroupCommand.js.map +0 -1
  563. package/dist/cjs/commands/DeleteListenerCommand.js +0 -61
  564. package/dist/cjs/commands/DeleteListenerCommand.js.map +0 -1
  565. package/dist/cjs/commands/DenyCustomRoutingTrafficCommand.js +0 -66
  566. package/dist/cjs/commands/DenyCustomRoutingTrafficCommand.js.map +0 -1
  567. package/dist/cjs/commands/DeprovisionByoipCidrCommand.js +0 -67
  568. package/dist/cjs/commands/DeprovisionByoipCidrCommand.js.map +0 -1
  569. package/dist/cjs/commands/DescribeAcceleratorAttributesCommand.js +0 -62
  570. package/dist/cjs/commands/DescribeAcceleratorAttributesCommand.js.map +0 -1
  571. package/dist/cjs/commands/DescribeAcceleratorCommand.js +0 -61
  572. package/dist/cjs/commands/DescribeAcceleratorCommand.js.map +0 -1
  573. package/dist/cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +0 -61
  574. package/dist/cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js.map +0 -1
  575. package/dist/cjs/commands/DescribeCustomRoutingAcceleratorCommand.js +0 -61
  576. package/dist/cjs/commands/DescribeCustomRoutingAcceleratorCommand.js.map +0 -1
  577. package/dist/cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js +0 -61
  578. package/dist/cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js.map +0 -1
  579. package/dist/cjs/commands/DescribeCustomRoutingListenerCommand.js +0 -61
  580. package/dist/cjs/commands/DescribeCustomRoutingListenerCommand.js.map +0 -1
  581. package/dist/cjs/commands/DescribeEndpointGroupCommand.js +0 -61
  582. package/dist/cjs/commands/DescribeEndpointGroupCommand.js.map +0 -1
  583. package/dist/cjs/commands/DescribeListenerCommand.js +0 -61
  584. package/dist/cjs/commands/DescribeListenerCommand.js.map +0 -1
  585. package/dist/cjs/commands/ListAcceleratorsCommand.js +0 -61
  586. package/dist/cjs/commands/ListAcceleratorsCommand.js.map +0 -1
  587. package/dist/cjs/commands/ListByoipCidrsCommand.js +0 -62
  588. package/dist/cjs/commands/ListByoipCidrsCommand.js.map +0 -1
  589. package/dist/cjs/commands/ListCustomRoutingAcceleratorsCommand.js +0 -61
  590. package/dist/cjs/commands/ListCustomRoutingAcceleratorsCommand.js.map +0 -1
  591. package/dist/cjs/commands/ListCustomRoutingEndpointGroupsCommand.js +0 -61
  592. package/dist/cjs/commands/ListCustomRoutingEndpointGroupsCommand.js.map +0 -1
  593. package/dist/cjs/commands/ListCustomRoutingListenersCommand.js +0 -61
  594. package/dist/cjs/commands/ListCustomRoutingListenersCommand.js.map +0 -1
  595. package/dist/cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +0 -64
  596. package/dist/cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js.map +0 -1
  597. package/dist/cjs/commands/ListCustomRoutingPortMappingsCommand.js +0 -69
  598. package/dist/cjs/commands/ListCustomRoutingPortMappingsCommand.js.map +0 -1
  599. package/dist/cjs/commands/ListEndpointGroupsCommand.js +0 -61
  600. package/dist/cjs/commands/ListEndpointGroupsCommand.js.map +0 -1
  601. package/dist/cjs/commands/ListListenersCommand.js +0 -61
  602. package/dist/cjs/commands/ListListenersCommand.js.map +0 -1
  603. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -63
  604. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  605. package/dist/cjs/commands/ProvisionByoipCidrCommand.js +0 -66
  606. package/dist/cjs/commands/ProvisionByoipCidrCommand.js.map +0 -1
  607. package/dist/cjs/commands/RemoveCustomRoutingEndpointsCommand.js +0 -61
  608. package/dist/cjs/commands/RemoveCustomRoutingEndpointsCommand.js.map +0 -1
  609. package/dist/cjs/commands/TagResourceCommand.js +0 -63
  610. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  611. package/dist/cjs/commands/UntagResourceCommand.js +0 -64
  612. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  613. package/dist/cjs/commands/UpdateAcceleratorAttributesCommand.js +0 -61
  614. package/dist/cjs/commands/UpdateAcceleratorAttributesCommand.js.map +0 -1
  615. package/dist/cjs/commands/UpdateAcceleratorCommand.js +0 -66
  616. package/dist/cjs/commands/UpdateAcceleratorCommand.js.map +0 -1
  617. package/dist/cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +0 -61
  618. package/dist/cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js.map +0 -1
  619. package/dist/cjs/commands/UpdateCustomRoutingAcceleratorCommand.js +0 -61
  620. package/dist/cjs/commands/UpdateCustomRoutingAcceleratorCommand.js.map +0 -1
  621. package/dist/cjs/commands/UpdateCustomRoutingListenerCommand.js +0 -61
  622. package/dist/cjs/commands/UpdateCustomRoutingListenerCommand.js.map +0 -1
  623. package/dist/cjs/commands/UpdateEndpointGroupCommand.js +0 -61
  624. package/dist/cjs/commands/UpdateEndpointGroupCommand.js.map +0 -1
  625. package/dist/cjs/commands/UpdateListenerCommand.js +0 -61
  626. package/dist/cjs/commands/UpdateListenerCommand.js.map +0 -1
  627. package/dist/cjs/commands/WithdrawByoipCidrCommand.js +0 -67
  628. package/dist/cjs/commands/WithdrawByoipCidrCommand.js.map +0 -1
  629. package/dist/cjs/endpoints.js.map +0 -1
  630. package/dist/cjs/index.js.map +0 -1
  631. package/dist/cjs/models/index.js.map +0 -1
  632. package/dist/cjs/models/models_0.js.map +0 -1
  633. package/dist/cjs/package.json +0 -93
  634. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  635. package/dist/cjs/pagination/ListAcceleratorsPaginator.js +0 -46
  636. package/dist/cjs/pagination/ListAcceleratorsPaginator.js.map +0 -1
  637. package/dist/cjs/pagination/ListByoipCidrsPaginator.js +0 -46
  638. package/dist/cjs/pagination/ListByoipCidrsPaginator.js.map +0 -1
  639. package/dist/cjs/pagination/ListCustomRoutingAcceleratorsPaginator.js +0 -46
  640. package/dist/cjs/pagination/ListCustomRoutingAcceleratorsPaginator.js.map +0 -1
  641. package/dist/cjs/pagination/ListCustomRoutingEndpointGroupsPaginator.js +0 -46
  642. package/dist/cjs/pagination/ListCustomRoutingEndpointGroupsPaginator.js.map +0 -1
  643. package/dist/cjs/pagination/ListCustomRoutingListenersPaginator.js +0 -46
  644. package/dist/cjs/pagination/ListCustomRoutingListenersPaginator.js.map +0 -1
  645. package/dist/cjs/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +0 -46
  646. package/dist/cjs/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js.map +0 -1
  647. package/dist/cjs/pagination/ListCustomRoutingPortMappingsPaginator.js +0 -46
  648. package/dist/cjs/pagination/ListCustomRoutingPortMappingsPaginator.js.map +0 -1
  649. package/dist/cjs/pagination/ListEndpointGroupsPaginator.js +0 -46
  650. package/dist/cjs/pagination/ListEndpointGroupsPaginator.js.map +0 -1
  651. package/dist/cjs/pagination/ListListenersPaginator.js +0 -46
  652. package/dist/cjs/pagination/ListListenersPaginator.js.map +0 -1
  653. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  654. package/dist/cjs/runtimeConfig.browser.js +0 -41
  655. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  656. package/dist/cjs/runtimeConfig.js +0 -46
  657. package/dist/cjs/runtimeConfig.js.map +0 -1
  658. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  659. package/dist/cjs/runtimeConfig.shared.js +0 -21
  660. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  661. package/dist/es/GlobalAccelerator.js +0 -716
  662. package/dist/es/GlobalAccelerator.js.map +0 -1
  663. package/dist/es/GlobalAcceleratorClient.js +0 -38
  664. package/dist/es/GlobalAcceleratorClient.js.map +0 -1
  665. package/dist/es/commands/AddCustomRoutingEndpointsCommand.js +0 -40
  666. package/dist/es/commands/AddCustomRoutingEndpointsCommand.js.map +0 -1
  667. package/dist/es/commands/AdvertiseByoipCidrCommand.js +0 -40
  668. package/dist/es/commands/AdvertiseByoipCidrCommand.js.map +0 -1
  669. package/dist/es/commands/AllowCustomRoutingTrafficCommand.js +0 -40
  670. package/dist/es/commands/AllowCustomRoutingTrafficCommand.js.map +0 -1
  671. package/dist/es/commands/CreateAcceleratorCommand.js +0 -40
  672. package/dist/es/commands/CreateAcceleratorCommand.js.map +0 -1
  673. package/dist/es/commands/CreateCustomRoutingAcceleratorCommand.js +0 -40
  674. package/dist/es/commands/CreateCustomRoutingAcceleratorCommand.js.map +0 -1
  675. package/dist/es/commands/CreateCustomRoutingEndpointGroupCommand.js +0 -40
  676. package/dist/es/commands/CreateCustomRoutingEndpointGroupCommand.js.map +0 -1
  677. package/dist/es/commands/CreateCustomRoutingListenerCommand.js +0 -40
  678. package/dist/es/commands/CreateCustomRoutingListenerCommand.js.map +0 -1
  679. package/dist/es/commands/CreateEndpointGroupCommand.js +0 -40
  680. package/dist/es/commands/CreateEndpointGroupCommand.js.map +0 -1
  681. package/dist/es/commands/CreateListenerCommand.js +0 -40
  682. package/dist/es/commands/CreateListenerCommand.js.map +0 -1
  683. package/dist/es/commands/DeleteAcceleratorCommand.js +0 -40
  684. package/dist/es/commands/DeleteAcceleratorCommand.js.map +0 -1
  685. package/dist/es/commands/DeleteCustomRoutingAcceleratorCommand.js +0 -40
  686. package/dist/es/commands/DeleteCustomRoutingAcceleratorCommand.js.map +0 -1
  687. package/dist/es/commands/DeleteCustomRoutingEndpointGroupCommand.js +0 -40
  688. package/dist/es/commands/DeleteCustomRoutingEndpointGroupCommand.js.map +0 -1
  689. package/dist/es/commands/DeleteCustomRoutingListenerCommand.js +0 -40
  690. package/dist/es/commands/DeleteCustomRoutingListenerCommand.js.map +0 -1
  691. package/dist/es/commands/DeleteEndpointGroupCommand.js +0 -40
  692. package/dist/es/commands/DeleteEndpointGroupCommand.js.map +0 -1
  693. package/dist/es/commands/DeleteListenerCommand.js +0 -40
  694. package/dist/es/commands/DeleteListenerCommand.js.map +0 -1
  695. package/dist/es/commands/DenyCustomRoutingTrafficCommand.js +0 -40
  696. package/dist/es/commands/DenyCustomRoutingTrafficCommand.js.map +0 -1
  697. package/dist/es/commands/DeprovisionByoipCidrCommand.js +0 -40
  698. package/dist/es/commands/DeprovisionByoipCidrCommand.js.map +0 -1
  699. package/dist/es/commands/DescribeAcceleratorAttributesCommand.js +0 -40
  700. package/dist/es/commands/DescribeAcceleratorAttributesCommand.js.map +0 -1
  701. package/dist/es/commands/DescribeAcceleratorCommand.js +0 -40
  702. package/dist/es/commands/DescribeAcceleratorCommand.js.map +0 -1
  703. package/dist/es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +0 -40
  704. package/dist/es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js.map +0 -1
  705. package/dist/es/commands/DescribeCustomRoutingAcceleratorCommand.js +0 -40
  706. package/dist/es/commands/DescribeCustomRoutingAcceleratorCommand.js.map +0 -1
  707. package/dist/es/commands/DescribeCustomRoutingEndpointGroupCommand.js +0 -40
  708. package/dist/es/commands/DescribeCustomRoutingEndpointGroupCommand.js.map +0 -1
  709. package/dist/es/commands/DescribeCustomRoutingListenerCommand.js +0 -40
  710. package/dist/es/commands/DescribeCustomRoutingListenerCommand.js.map +0 -1
  711. package/dist/es/commands/DescribeEndpointGroupCommand.js +0 -40
  712. package/dist/es/commands/DescribeEndpointGroupCommand.js.map +0 -1
  713. package/dist/es/commands/DescribeListenerCommand.js +0 -40
  714. package/dist/es/commands/DescribeListenerCommand.js.map +0 -1
  715. package/dist/es/commands/ListAcceleratorsCommand.js +0 -40
  716. package/dist/es/commands/ListAcceleratorsCommand.js.map +0 -1
  717. package/dist/es/commands/ListByoipCidrsCommand.js +0 -40
  718. package/dist/es/commands/ListByoipCidrsCommand.js.map +0 -1
  719. package/dist/es/commands/ListCustomRoutingAcceleratorsCommand.js +0 -40
  720. package/dist/es/commands/ListCustomRoutingAcceleratorsCommand.js.map +0 -1
  721. package/dist/es/commands/ListCustomRoutingEndpointGroupsCommand.js +0 -40
  722. package/dist/es/commands/ListCustomRoutingEndpointGroupsCommand.js.map +0 -1
  723. package/dist/es/commands/ListCustomRoutingListenersCommand.js +0 -40
  724. package/dist/es/commands/ListCustomRoutingListenersCommand.js.map +0 -1
  725. package/dist/es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +0 -40
  726. package/dist/es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js.map +0 -1
  727. package/dist/es/commands/ListCustomRoutingPortMappingsCommand.js +0 -40
  728. package/dist/es/commands/ListCustomRoutingPortMappingsCommand.js.map +0 -1
  729. package/dist/es/commands/ListEndpointGroupsCommand.js +0 -40
  730. package/dist/es/commands/ListEndpointGroupsCommand.js.map +0 -1
  731. package/dist/es/commands/ListListenersCommand.js +0 -40
  732. package/dist/es/commands/ListListenersCommand.js.map +0 -1
  733. package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
  734. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  735. package/dist/es/commands/ProvisionByoipCidrCommand.js +0 -40
  736. package/dist/es/commands/ProvisionByoipCidrCommand.js.map +0 -1
  737. package/dist/es/commands/RemoveCustomRoutingEndpointsCommand.js +0 -40
  738. package/dist/es/commands/RemoveCustomRoutingEndpointsCommand.js.map +0 -1
  739. package/dist/es/commands/TagResourceCommand.js +0 -40
  740. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  741. package/dist/es/commands/UntagResourceCommand.js +0 -40
  742. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  743. package/dist/es/commands/UpdateAcceleratorAttributesCommand.js +0 -40
  744. package/dist/es/commands/UpdateAcceleratorAttributesCommand.js.map +0 -1
  745. package/dist/es/commands/UpdateAcceleratorCommand.js +0 -40
  746. package/dist/es/commands/UpdateAcceleratorCommand.js.map +0 -1
  747. package/dist/es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +0 -40
  748. package/dist/es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js.map +0 -1
  749. package/dist/es/commands/UpdateCustomRoutingAcceleratorCommand.js +0 -40
  750. package/dist/es/commands/UpdateCustomRoutingAcceleratorCommand.js.map +0 -1
  751. package/dist/es/commands/UpdateCustomRoutingListenerCommand.js +0 -40
  752. package/dist/es/commands/UpdateCustomRoutingListenerCommand.js.map +0 -1
  753. package/dist/es/commands/UpdateEndpointGroupCommand.js +0 -40
  754. package/dist/es/commands/UpdateEndpointGroupCommand.js.map +0 -1
  755. package/dist/es/commands/UpdateListenerCommand.js +0 -40
  756. package/dist/es/commands/UpdateListenerCommand.js.map +0 -1
  757. package/dist/es/commands/WithdrawByoipCidrCommand.js +0 -40
  758. package/dist/es/commands/WithdrawByoipCidrCommand.js.map +0 -1
  759. package/dist/es/endpoints.js.map +0 -1
  760. package/dist/es/index.js.map +0 -1
  761. package/dist/es/models/index.js.map +0 -1
  762. package/dist/es/models/models_0.js.map +0 -1
  763. package/dist/es/package.json +0 -93
  764. package/dist/es/pagination/Interfaces.js.map +0 -1
  765. package/dist/es/pagination/ListAcceleratorsPaginator.js +0 -75
  766. package/dist/es/pagination/ListAcceleratorsPaginator.js.map +0 -1
  767. package/dist/es/pagination/ListByoipCidrsPaginator.js +0 -75
  768. package/dist/es/pagination/ListByoipCidrsPaginator.js.map +0 -1
  769. package/dist/es/pagination/ListCustomRoutingAcceleratorsPaginator.js +0 -75
  770. package/dist/es/pagination/ListCustomRoutingAcceleratorsPaginator.js.map +0 -1
  771. package/dist/es/pagination/ListCustomRoutingEndpointGroupsPaginator.js +0 -75
  772. package/dist/es/pagination/ListCustomRoutingEndpointGroupsPaginator.js.map +0 -1
  773. package/dist/es/pagination/ListCustomRoutingListenersPaginator.js +0 -75
  774. package/dist/es/pagination/ListCustomRoutingListenersPaginator.js.map +0 -1
  775. package/dist/es/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +0 -75
  776. package/dist/es/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js.map +0 -1
  777. package/dist/es/pagination/ListCustomRoutingPortMappingsPaginator.js +0 -75
  778. package/dist/es/pagination/ListCustomRoutingPortMappingsPaginator.js.map +0 -1
  779. package/dist/es/pagination/ListEndpointGroupsPaginator.js +0 -75
  780. package/dist/es/pagination/ListEndpointGroupsPaginator.js.map +0 -1
  781. package/dist/es/pagination/ListListenersPaginator.js +0 -75
  782. package/dist/es/pagination/ListListenersPaginator.js.map +0 -1
  783. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  784. package/dist/es/runtimeConfig.browser.js +0 -17
  785. package/dist/es/runtimeConfig.browser.js.map +0 -1
  786. package/dist/es/runtimeConfig.js +0 -22
  787. package/dist/es/runtimeConfig.js.map +0 -1
  788. package/dist/es/runtimeConfig.native.js.map +0 -1
  789. package/dist/es/runtimeConfig.shared.js +0 -14
  790. package/dist/es/runtimeConfig.shared.js.map +0 -1
  791. package/dist/types/GlobalAccelerator.d.ts +0 -596
  792. package/dist/types/GlobalAcceleratorClient.d.ts +0 -326
  793. package/dist/types/commands/AddCustomRoutingEndpointsCommand.d.ts +0 -45
  794. package/dist/types/commands/AdvertiseByoipCidrCommand.d.ts +0 -41
  795. package/dist/types/commands/AllowCustomRoutingTrafficCommand.d.ts +0 -40
  796. package/dist/types/commands/CreateAcceleratorCommand.d.ts +0 -40
  797. package/dist/types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +0 -44
  798. package/dist/types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +0 -37
  799. package/dist/types/commands/CreateCustomRoutingListenerCommand.d.ts +0 -36
  800. package/dist/types/commands/CreateEndpointGroupCommand.d.ts +0 -36
  801. package/dist/types/commands/CreateListenerCommand.d.ts +0 -36
  802. package/dist/types/commands/DeleteAcceleratorCommand.d.ts +0 -48
  803. package/dist/types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +0 -48
  804. package/dist/types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +0 -35
  805. package/dist/types/commands/DeleteCustomRoutingListenerCommand.d.ts +0 -35
  806. package/dist/types/commands/DeleteEndpointGroupCommand.d.ts +0 -35
  807. package/dist/types/commands/DeleteListenerCommand.d.ts +0 -35
  808. package/dist/types/commands/DenyCustomRoutingTrafficCommand.d.ts +0 -40
  809. package/dist/types/commands/DeprovisionByoipCidrCommand.d.ts +0 -41
  810. package/dist/types/commands/DescribeAcceleratorAttributesCommand.d.ts +0 -36
  811. package/dist/types/commands/DescribeAcceleratorCommand.d.ts +0 -35
  812. package/dist/types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +0 -35
  813. package/dist/types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +0 -35
  814. package/dist/types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +0 -35
  815. package/dist/types/commands/DescribeCustomRoutingListenerCommand.d.ts +0 -35
  816. package/dist/types/commands/DescribeEndpointGroupCommand.d.ts +0 -35
  817. package/dist/types/commands/DescribeListenerCommand.d.ts +0 -35
  818. package/dist/types/commands/ListAcceleratorsCommand.d.ts +0 -35
  819. package/dist/types/commands/ListByoipCidrsCommand.d.ts +0 -36
  820. package/dist/types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +0 -35
  821. package/dist/types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +0 -35
  822. package/dist/types/commands/ListCustomRoutingListenersCommand.d.ts +0 -35
  823. package/dist/types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +0 -38
  824. package/dist/types/commands/ListCustomRoutingPortMappingsCommand.d.ts +0 -43
  825. package/dist/types/commands/ListEndpointGroupsCommand.d.ts +0 -35
  826. package/dist/types/commands/ListListenersCommand.d.ts +0 -35
  827. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -37
  828. package/dist/types/commands/ProvisionByoipCidrCommand.d.ts +0 -40
  829. package/dist/types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +0 -35
  830. package/dist/types/commands/TagResourceCommand.d.ts +0 -37
  831. package/dist/types/commands/UntagResourceCommand.d.ts +0 -38
  832. package/dist/types/commands/UpdateAcceleratorAttributesCommand.d.ts +0 -35
  833. package/dist/types/commands/UpdateAcceleratorCommand.d.ts +0 -40
  834. package/dist/types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +0 -35
  835. package/dist/types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +0 -35
  836. package/dist/types/commands/UpdateCustomRoutingListenerCommand.d.ts +0 -35
  837. package/dist/types/commands/UpdateEndpointGroupCommand.d.ts +0 -35
  838. package/dist/types/commands/UpdateListenerCommand.d.ts +0 -35
  839. package/dist/types/commands/WithdrawByoipCidrCommand.d.ts +0 -41
  840. package/dist/types/pagination/Interfaces.d.ts +0 -6
  841. package/dist/types/pagination/ListAcceleratorsPaginator.d.ts +0 -4
  842. package/dist/types/pagination/ListByoipCidrsPaginator.d.ts +0 -4
  843. package/dist/types/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +0 -4
  844. package/dist/types/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +0 -4
  845. package/dist/types/pagination/ListCustomRoutingListenersPaginator.d.ts +0 -4
  846. package/dist/types/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +0 -4
  847. package/dist/types/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +0 -4
  848. package/dist/types/pagination/ListEndpointGroupsPaginator.d.ts +0 -4
  849. package/dist/types/pagination/ListListenersPaginator.d.ts +0 -4
  850. package/dist/types/protocols/Aws_json1_1.d.ts +0 -143
  851. package/dist/types/runtimeConfig.d.ts +0 -37
  852. package/dist/types/ts3.4/GlobalAccelerator.d.ts +0 -596
  853. package/dist/types/ts3.4/GlobalAcceleratorClient.d.ts +0 -326
  854. package/dist/types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +0 -45
  855. package/dist/types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +0 -41
  856. package/dist/types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +0 -40
  857. package/dist/types/ts3.4/commands/CreateAcceleratorCommand.d.ts +0 -40
  858. package/dist/types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +0 -44
  859. package/dist/types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +0 -37
  860. package/dist/types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +0 -36
  861. package/dist/types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +0 -36
  862. package/dist/types/ts3.4/commands/CreateListenerCommand.d.ts +0 -36
  863. package/dist/types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +0 -48
  864. package/dist/types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +0 -48
  865. package/dist/types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +0 -35
  866. package/dist/types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +0 -35
  867. package/dist/types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +0 -35
  868. package/dist/types/ts3.4/commands/DeleteListenerCommand.d.ts +0 -35
  869. package/dist/types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +0 -40
  870. package/dist/types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +0 -41
  871. package/dist/types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +0 -36
  872. package/dist/types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +0 -35
  873. package/dist/types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +0 -35
  874. package/dist/types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +0 -35
  875. package/dist/types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +0 -35
  876. package/dist/types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +0 -35
  877. package/dist/types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +0 -35
  878. package/dist/types/ts3.4/commands/DescribeListenerCommand.d.ts +0 -35
  879. package/dist/types/ts3.4/commands/ListAcceleratorsCommand.d.ts +0 -35
  880. package/dist/types/ts3.4/commands/ListByoipCidrsCommand.d.ts +0 -36
  881. package/dist/types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +0 -35
  882. package/dist/types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +0 -35
  883. package/dist/types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +0 -35
  884. package/dist/types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +0 -38
  885. package/dist/types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +0 -43
  886. package/dist/types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +0 -35
  887. package/dist/types/ts3.4/commands/ListListenersCommand.d.ts +0 -35
  888. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -37
  889. package/dist/types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +0 -40
  890. package/dist/types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +0 -35
  891. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -37
  892. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -38
  893. package/dist/types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +0 -35
  894. package/dist/types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +0 -40
  895. package/dist/types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +0 -35
  896. package/dist/types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +0 -35
  897. package/dist/types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +0 -35
  898. package/dist/types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +0 -35
  899. package/dist/types/ts3.4/commands/UpdateListenerCommand.d.ts +0 -35
  900. package/dist/types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +0 -41
  901. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  902. package/dist/types/ts3.4/pagination/ListAcceleratorsPaginator.d.ts +0 -4
  903. package/dist/types/ts3.4/pagination/ListByoipCidrsPaginator.d.ts +0 -4
  904. package/dist/types/ts3.4/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +0 -4
  905. package/dist/types/ts3.4/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +0 -4
  906. package/dist/types/ts3.4/pagination/ListCustomRoutingListenersPaginator.d.ts +0 -4
  907. package/dist/types/ts3.4/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +0 -4
  908. package/dist/types/ts3.4/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +0 -4
  909. package/dist/types/ts3.4/pagination/ListEndpointGroupsPaginator.d.ts +0 -4
  910. package/dist/types/ts3.4/pagination/ListListenersPaginator.d.ts +0 -4
  911. package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -143
  912. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
  913. package/endpoints.ts +0 -57
  914. package/pagination/Interfaces.ts +0 -7
  915. package/pagination/ListAcceleratorsPaginator.ts +0 -58
  916. package/pagination/ListByoipCidrsPaginator.ts +0 -58
  917. package/pagination/ListCustomRoutingAcceleratorsPaginator.ts +0 -58
  918. package/pagination/ListCustomRoutingEndpointGroupsPaginator.ts +0 -58
  919. package/pagination/ListCustomRoutingListenersPaginator.ts +0 -58
  920. package/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.ts +0 -58
  921. package/pagination/ListCustomRoutingPortMappingsPaginator.ts +0 -58
  922. package/pagination/ListEndpointGroupsPaginator.ts +0 -58
  923. package/pagination/ListListenersPaginator.ts +0 -58
  924. package/protocols/Aws_json1_1.ts +0 -6788
  925. package/runtimeConfig.browser.ts +0 -40
  926. package/runtimeConfig.native.ts +0 -16
  927. package/runtimeConfig.shared.ts +0 -16
  928. package/runtimeConfig.ts +0 -45
@@ -0,0 +1,2003 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+
3
+ import {
4
+ AddCustomRoutingEndpointsCommand,
5
+ AddCustomRoutingEndpointsCommandInput,
6
+ AddCustomRoutingEndpointsCommandOutput,
7
+ } from "./commands/AddCustomRoutingEndpointsCommand";
8
+ import {
9
+ AdvertiseByoipCidrCommand,
10
+ AdvertiseByoipCidrCommandInput,
11
+ AdvertiseByoipCidrCommandOutput,
12
+ } from "./commands/AdvertiseByoipCidrCommand";
13
+ import {
14
+ AllowCustomRoutingTrafficCommand,
15
+ AllowCustomRoutingTrafficCommandInput,
16
+ AllowCustomRoutingTrafficCommandOutput,
17
+ } from "./commands/AllowCustomRoutingTrafficCommand";
18
+ import {
19
+ CreateAcceleratorCommand,
20
+ CreateAcceleratorCommandInput,
21
+ CreateAcceleratorCommandOutput,
22
+ } from "./commands/CreateAcceleratorCommand";
23
+ import {
24
+ CreateCustomRoutingAcceleratorCommand,
25
+ CreateCustomRoutingAcceleratorCommandInput,
26
+ CreateCustomRoutingAcceleratorCommandOutput,
27
+ } from "./commands/CreateCustomRoutingAcceleratorCommand";
28
+ import {
29
+ CreateCustomRoutingEndpointGroupCommand,
30
+ CreateCustomRoutingEndpointGroupCommandInput,
31
+ CreateCustomRoutingEndpointGroupCommandOutput,
32
+ } from "./commands/CreateCustomRoutingEndpointGroupCommand";
33
+ import {
34
+ CreateCustomRoutingListenerCommand,
35
+ CreateCustomRoutingListenerCommandInput,
36
+ CreateCustomRoutingListenerCommandOutput,
37
+ } from "./commands/CreateCustomRoutingListenerCommand";
38
+ import {
39
+ CreateEndpointGroupCommand,
40
+ CreateEndpointGroupCommandInput,
41
+ CreateEndpointGroupCommandOutput,
42
+ } from "./commands/CreateEndpointGroupCommand";
43
+ import {
44
+ CreateListenerCommand,
45
+ CreateListenerCommandInput,
46
+ CreateListenerCommandOutput,
47
+ } from "./commands/CreateListenerCommand";
48
+ import {
49
+ DeleteAcceleratorCommand,
50
+ DeleteAcceleratorCommandInput,
51
+ DeleteAcceleratorCommandOutput,
52
+ } from "./commands/DeleteAcceleratorCommand";
53
+ import {
54
+ DeleteCustomRoutingAcceleratorCommand,
55
+ DeleteCustomRoutingAcceleratorCommandInput,
56
+ DeleteCustomRoutingAcceleratorCommandOutput,
57
+ } from "./commands/DeleteCustomRoutingAcceleratorCommand";
58
+ import {
59
+ DeleteCustomRoutingEndpointGroupCommand,
60
+ DeleteCustomRoutingEndpointGroupCommandInput,
61
+ DeleteCustomRoutingEndpointGroupCommandOutput,
62
+ } from "./commands/DeleteCustomRoutingEndpointGroupCommand";
63
+ import {
64
+ DeleteCustomRoutingListenerCommand,
65
+ DeleteCustomRoutingListenerCommandInput,
66
+ DeleteCustomRoutingListenerCommandOutput,
67
+ } from "./commands/DeleteCustomRoutingListenerCommand";
68
+ import {
69
+ DeleteEndpointGroupCommand,
70
+ DeleteEndpointGroupCommandInput,
71
+ DeleteEndpointGroupCommandOutput,
72
+ } from "./commands/DeleteEndpointGroupCommand";
73
+ import {
74
+ DeleteListenerCommand,
75
+ DeleteListenerCommandInput,
76
+ DeleteListenerCommandOutput,
77
+ } from "./commands/DeleteListenerCommand";
78
+ import {
79
+ DenyCustomRoutingTrafficCommand,
80
+ DenyCustomRoutingTrafficCommandInput,
81
+ DenyCustomRoutingTrafficCommandOutput,
82
+ } from "./commands/DenyCustomRoutingTrafficCommand";
83
+ import {
84
+ DeprovisionByoipCidrCommand,
85
+ DeprovisionByoipCidrCommandInput,
86
+ DeprovisionByoipCidrCommandOutput,
87
+ } from "./commands/DeprovisionByoipCidrCommand";
88
+ import {
89
+ DescribeAcceleratorAttributesCommand,
90
+ DescribeAcceleratorAttributesCommandInput,
91
+ DescribeAcceleratorAttributesCommandOutput,
92
+ } from "./commands/DescribeAcceleratorAttributesCommand";
93
+ import {
94
+ DescribeAcceleratorCommand,
95
+ DescribeAcceleratorCommandInput,
96
+ DescribeAcceleratorCommandOutput,
97
+ } from "./commands/DescribeAcceleratorCommand";
98
+ import {
99
+ DescribeCustomRoutingAcceleratorAttributesCommand,
100
+ DescribeCustomRoutingAcceleratorAttributesCommandInput,
101
+ DescribeCustomRoutingAcceleratorAttributesCommandOutput,
102
+ } from "./commands/DescribeCustomRoutingAcceleratorAttributesCommand";
103
+ import {
104
+ DescribeCustomRoutingAcceleratorCommand,
105
+ DescribeCustomRoutingAcceleratorCommandInput,
106
+ DescribeCustomRoutingAcceleratorCommandOutput,
107
+ } from "./commands/DescribeCustomRoutingAcceleratorCommand";
108
+ import {
109
+ DescribeCustomRoutingEndpointGroupCommand,
110
+ DescribeCustomRoutingEndpointGroupCommandInput,
111
+ DescribeCustomRoutingEndpointGroupCommandOutput,
112
+ } from "./commands/DescribeCustomRoutingEndpointGroupCommand";
113
+ import {
114
+ DescribeCustomRoutingListenerCommand,
115
+ DescribeCustomRoutingListenerCommandInput,
116
+ DescribeCustomRoutingListenerCommandOutput,
117
+ } from "./commands/DescribeCustomRoutingListenerCommand";
118
+ import {
119
+ DescribeEndpointGroupCommand,
120
+ DescribeEndpointGroupCommandInput,
121
+ DescribeEndpointGroupCommandOutput,
122
+ } from "./commands/DescribeEndpointGroupCommand";
123
+ import {
124
+ DescribeListenerCommand,
125
+ DescribeListenerCommandInput,
126
+ DescribeListenerCommandOutput,
127
+ } from "./commands/DescribeListenerCommand";
128
+ import {
129
+ ListAcceleratorsCommand,
130
+ ListAcceleratorsCommandInput,
131
+ ListAcceleratorsCommandOutput,
132
+ } from "./commands/ListAcceleratorsCommand";
133
+ import {
134
+ ListByoipCidrsCommand,
135
+ ListByoipCidrsCommandInput,
136
+ ListByoipCidrsCommandOutput,
137
+ } from "./commands/ListByoipCidrsCommand";
138
+ import {
139
+ ListCustomRoutingAcceleratorsCommand,
140
+ ListCustomRoutingAcceleratorsCommandInput,
141
+ ListCustomRoutingAcceleratorsCommandOutput,
142
+ } from "./commands/ListCustomRoutingAcceleratorsCommand";
143
+ import {
144
+ ListCustomRoutingEndpointGroupsCommand,
145
+ ListCustomRoutingEndpointGroupsCommandInput,
146
+ ListCustomRoutingEndpointGroupsCommandOutput,
147
+ } from "./commands/ListCustomRoutingEndpointGroupsCommand";
148
+ import {
149
+ ListCustomRoutingListenersCommand,
150
+ ListCustomRoutingListenersCommandInput,
151
+ ListCustomRoutingListenersCommandOutput,
152
+ } from "./commands/ListCustomRoutingListenersCommand";
153
+ import {
154
+ ListCustomRoutingPortMappingsByDestinationCommand,
155
+ ListCustomRoutingPortMappingsByDestinationCommandInput,
156
+ ListCustomRoutingPortMappingsByDestinationCommandOutput,
157
+ } from "./commands/ListCustomRoutingPortMappingsByDestinationCommand";
158
+ import {
159
+ ListCustomRoutingPortMappingsCommand,
160
+ ListCustomRoutingPortMappingsCommandInput,
161
+ ListCustomRoutingPortMappingsCommandOutput,
162
+ } from "./commands/ListCustomRoutingPortMappingsCommand";
163
+ import {
164
+ ListEndpointGroupsCommand,
165
+ ListEndpointGroupsCommandInput,
166
+ ListEndpointGroupsCommandOutput,
167
+ } from "./commands/ListEndpointGroupsCommand";
168
+ import {
169
+ ListListenersCommand,
170
+ ListListenersCommandInput,
171
+ ListListenersCommandOutput,
172
+ } from "./commands/ListListenersCommand";
173
+ import {
174
+ ListTagsForResourceCommand,
175
+ ListTagsForResourceCommandInput,
176
+ ListTagsForResourceCommandOutput,
177
+ } from "./commands/ListTagsForResourceCommand";
178
+ import {
179
+ ProvisionByoipCidrCommand,
180
+ ProvisionByoipCidrCommandInput,
181
+ ProvisionByoipCidrCommandOutput,
182
+ } from "./commands/ProvisionByoipCidrCommand";
183
+ import {
184
+ RemoveCustomRoutingEndpointsCommand,
185
+ RemoveCustomRoutingEndpointsCommandInput,
186
+ RemoveCustomRoutingEndpointsCommandOutput,
187
+ } from "./commands/RemoveCustomRoutingEndpointsCommand";
188
+ import { TagResourceCommand, TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
189
+ import {
190
+ UntagResourceCommand,
191
+ UntagResourceCommandInput,
192
+ UntagResourceCommandOutput,
193
+ } from "./commands/UntagResourceCommand";
194
+ import {
195
+ UpdateAcceleratorAttributesCommand,
196
+ UpdateAcceleratorAttributesCommandInput,
197
+ UpdateAcceleratorAttributesCommandOutput,
198
+ } from "./commands/UpdateAcceleratorAttributesCommand";
199
+ import {
200
+ UpdateAcceleratorCommand,
201
+ UpdateAcceleratorCommandInput,
202
+ UpdateAcceleratorCommandOutput,
203
+ } from "./commands/UpdateAcceleratorCommand";
204
+ import {
205
+ UpdateCustomRoutingAcceleratorAttributesCommand,
206
+ UpdateCustomRoutingAcceleratorAttributesCommandInput,
207
+ UpdateCustomRoutingAcceleratorAttributesCommandOutput,
208
+ } from "./commands/UpdateCustomRoutingAcceleratorAttributesCommand";
209
+ import {
210
+ UpdateCustomRoutingAcceleratorCommand,
211
+ UpdateCustomRoutingAcceleratorCommandInput,
212
+ UpdateCustomRoutingAcceleratorCommandOutput,
213
+ } from "./commands/UpdateCustomRoutingAcceleratorCommand";
214
+ import {
215
+ UpdateCustomRoutingListenerCommand,
216
+ UpdateCustomRoutingListenerCommandInput,
217
+ UpdateCustomRoutingListenerCommandOutput,
218
+ } from "./commands/UpdateCustomRoutingListenerCommand";
219
+ import {
220
+ UpdateEndpointGroupCommand,
221
+ UpdateEndpointGroupCommandInput,
222
+ UpdateEndpointGroupCommandOutput,
223
+ } from "./commands/UpdateEndpointGroupCommand";
224
+ import {
225
+ UpdateListenerCommand,
226
+ UpdateListenerCommandInput,
227
+ UpdateListenerCommandOutput,
228
+ } from "./commands/UpdateListenerCommand";
229
+ import {
230
+ WithdrawByoipCidrCommand,
231
+ WithdrawByoipCidrCommandInput,
232
+ WithdrawByoipCidrCommandOutput,
233
+ } from "./commands/WithdrawByoipCidrCommand";
234
+ import { GlobalAcceleratorClient } from "./GlobalAcceleratorClient";
235
+
236
+ /**
237
+ * <fullname>AWS Global Accelerator</fullname>
238
+ * <p>This is the <i>AWS Global Accelerator API Reference</i>. This guide is for developers who need detailed information about
239
+ * AWS Global Accelerator API actions, data types, and errors. For more information about Global Accelerator features, see the
240
+ * <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/Welcome.html">AWS Global Accelerator Developer Guide</a>.</p>
241
+ *
242
+ * <p>AWS Global Accelerator is a service in which you create <i>accelerators</i> to improve the performance
243
+ * of your applications for local and global users. Depending on the type of accelerator you choose, you can
244
+ * gain additional benefits. </p>
245
+ * <ul>
246
+ * <li>
247
+ * <p>By using a standard accelerator, you can improve availability of your internet applications
248
+ * that are used by a global audience. With a standard accelerator, Global Accelerator directs traffic to optimal endpoints over the AWS
249
+ * global network. </p>
250
+ * </li>
251
+ * <li>
252
+ * <p>For other scenarios, you might choose a custom routing accelerator. With a custom routing accelerator, you
253
+ * can use application logic to directly map one or more users to a specific endpoint among many endpoints.</p>
254
+ * </li>
255
+ * </ul>
256
+ * <important>
257
+ * <p>Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the
258
+ * US West (Oregon) Region to create or update accelerators.</p>
259
+ * </important>
260
+ * <p>By default, Global Accelerator provides you with two static IP addresses that you associate with your accelerator. With
261
+ * a standard accelerator, instead of using the
262
+ * IP addresses that Global Accelerator provides, you can configure these entry points to be IPv4 addresses from your own IP address ranges
263
+ * that you bring to Global Accelerator. The static IP addresses are anycast from the AWS edge network. For a standard accelerator,
264
+ * they distribute incoming application traffic across multiple endpoint resources in multiple AWS Regions, which increases
265
+ * the availability of your applications. Endpoints for standard accelerators can be Network Load Balancers, Application Load Balancers,
266
+ * Amazon EC2 instances, or Elastic IP addresses that are located in one AWS Region or multiple Regions. For custom routing
267
+ * accelerators, you map traffic that arrives to the static IP addresses to specific Amazon EC2 servers in endpoints that
268
+ * are virtual private cloud (VPC) subnets.</p>
269
+ *
270
+ * <important>
271
+ * <p>The static IP addresses remain assigned to your accelerator for as long as it exists, even if you
272
+ * disable the accelerator and it no longer accepts or routes traffic. However, when you
273
+ * <i>delete</i> an accelerator, you lose the static IP addresses that
274
+ * are assigned to it, so you can no longer route traffic by using them. You can use
275
+ * IAM policies like tag-based permissions with Global Accelerator to limit the users who have
276
+ * permissions to delete an accelerator. For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/access-control-manage-access-tag-policies.html">Tag-based policies</a>.</p>
277
+ * </important>
278
+ * <p>For standard accelerators, Global Accelerator uses the AWS global network to route traffic to the optimal regional endpoint based
279
+ * on health, client location, and policies that you configure. The service reacts instantly to
280
+ * changes in health or configuration to ensure that internet traffic from clients is always
281
+ * directed to healthy endpoints.</p>
282
+ *
283
+ * <p>For a list of the AWS Regions where Global Accelerator and other services are currently supported, see the
284
+ * <a href="https://docs.aws.amazon.com/about-aws/global-infrastructure/regional-product-services/">AWS
285
+ * Region Table</a>.</p>
286
+ *
287
+ * <p>AWS Global Accelerator includes the following components:</p>
288
+ * <dl>
289
+ * <dt>Static IP addresses</dt>
290
+ * <dd>
291
+ * <p>Global Accelerator provides you with a set of two static IP addresses that are anycast from the AWS edge
292
+ * network. If you bring your own IP address range to AWS (BYOIP) to use with a standard accelerator, you
293
+ * can instead assign IP addresses from your own pool to use with your accelerator. For more information,
294
+ * see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">
295
+ * Bring your own IP addresses (BYOIP) in AWS Global Accelerator</a>.</p>
296
+ * <p>The IP addresses serve as single fixed entry points for your clients. If you already have Elastic
297
+ * Load Balancing load balancers, Amazon EC2 instances, or Elastic IP address resources set up for your applications,
298
+ * you can easily add those to a standard accelerator in Global Accelerator. This allows Global Accelerator to use static IP addresses
299
+ * to access the resources.</p>
300
+ * <p>The static IP addresses remain assigned to your accelerator for as long as it exists, even
301
+ * if you disable the accelerator and it no longer accepts or routes traffic.
302
+ * However, when you <i>delete</i> an accelerator, you lose the
303
+ * static IP addresses that are assigned to it, so you can no longer route
304
+ * traffic by using them. You can use IAM policies like tag-based permissions
305
+ * with Global Accelerator to delete an accelerator. For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/access-control-manage-access-tag-policies.html">Tag-based policies</a>.</p>
306
+ * </dd>
307
+ * <dt>Accelerator</dt>
308
+ * <dd>
309
+ * <p>An accelerator directs traffic to endpoints over the AWS global network to improve the
310
+ * performance of your internet applications. Each accelerator includes one or more listeners.</p>
311
+ * <p>There are two types of accelerators:</p>
312
+ * <ul>
313
+ * <li>
314
+ * <p>A <i>standard</i> accelerator directs traffic to the optimal AWS endpoint based
315
+ * on several factors, including the user’s location, the health of the endpoint, and the endpoint weights
316
+ * that you configure. This improves the availability and performance of your applications.
317
+ * Endpoints can be Network Load Balancers, Application Load Balancers, Amazon EC2 instances, or Elastic IP addresses.</p>
318
+ * </li>
319
+ * <li>
320
+ * <p>A <i>custom routing</i> accelerator directs traffic to one of possibly thousands of
321
+ * Amazon EC2 instances running in a single or multiple virtual private
322
+ * clouds (VPCs). With custom routing, listener ports are mapped to
323
+ * statically associate port ranges with VPC subnets, which
324
+ * allows Global Accelerator to determine an EC2 instance IP address at the time of
325
+ * connection. By default, all port mapping destinations in a VPC
326
+ * subnet can't receive traffic. You can choose to configure all
327
+ * destinations in the subnet to receive traffic, or to specify
328
+ * individual port mappings that can receive traffic.</p>
329
+ * </li>
330
+ * </ul>
331
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/introduction-accelerator-types.html">Types of accelerators</a>.</p>
332
+ * </dd>
333
+ * <dt>DNS name</dt>
334
+ * <dd>
335
+ * <p>Global Accelerator assigns each accelerator a default Domain Name System (DNS) name, similar to
336
+ * <code>a1234567890abcdef.awsglobalaccelerator.com</code>, that points to
337
+ * the static IP addresses that Global Accelerator assigns to you or that you choose from your
338
+ * own IP address range. Depending on the use
339
+ * case, you can use your accelerator's static IP addresses or DNS name to
340
+ * route traffic to your accelerator, or set up DNS records to route traffic using
341
+ * your own custom domain name.</p>
342
+ * </dd>
343
+ * <dt>Network zone</dt>
344
+ * <dd>
345
+ * <p>A network zone services the static IP addresses for your accelerator from a unique IP subnet. Similar to an
346
+ * AWS Availability Zone, a network zone is an isolated unit with its own set of physical infrastructure.
347
+ * When you configure an accelerator, by default, Global Accelerator allocates two IPv4 addresses for it. If one IP address from a
348
+ * network zone becomes unavailable due to IP address blocking by certain client networks, or network
349
+ * disruptions, then client applications can retry on the healthy static IP address from the other isolated
350
+ * network zone.</p>
351
+ * </dd>
352
+ * <dt>Listener</dt>
353
+ * <dd>
354
+ * <p>A listener processes inbound connections from clients to Global Accelerator, based on the port (or port range)
355
+ * and protocol (or protocols) that you configure. A listener can be configured for TCP, UDP, or both TCP and UDP protocols. Each
356
+ * listener has one or more endpoint groups associated with it, and traffic is forwarded
357
+ * to endpoints in one of the groups. You associate endpoint groups with listeners by specifying the Regions that you
358
+ * want to distribute traffic to. With a standard accelerator, traffic is distributed to optimal endpoints within the endpoint
359
+ * groups associated with a listener.</p>
360
+ * </dd>
361
+ * <dt>Endpoint group</dt>
362
+ * <dd>
363
+ * <p>Each endpoint group is associated with a specific AWS Region. Endpoint groups include one or
364
+ * more endpoints in the Region. With a standard accelerator, you can increase or reduce the percentage of
365
+ * traffic that would be otherwise directed to an endpoint group by adjusting a
366
+ * setting called a <i>traffic dial</i>. The traffic dial lets
367
+ * you easily do performance testing or blue/green deployment testing, for example, for new
368
+ * releases across different AWS Regions. </p>
369
+ * </dd>
370
+ * <dt>Endpoint</dt>
371
+ * <dd>
372
+ * <p>An endpoint is a resource that Global Accelerator directs traffic to.</p>
373
+ * <p>Endpoints for standard accelerators can be Network Load Balancers, Application Load Balancers, Amazon EC2 instances, or Elastic IP
374
+ * addresses. An Application Load Balancer endpoint can be internet-facing or internal. Traffic for
375
+ * standard accelerators is routed to endpoints based on the health of the
376
+ * endpoint along with configuration options that you choose, such as endpoint
377
+ * weights. For each endpoint, you can configure weights, which are numbers
378
+ * that you can use to specify the proportion of traffic to route to each one.
379
+ * This can be useful, for example, to do performance testing within a
380
+ * Region.</p>
381
+ * <p>Endpoints for custom routing accelerators are virtual private cloud (VPC) subnets with one
382
+ * or many EC2 instances.</p>
383
+ * </dd>
384
+ * </dl>
385
+ */
386
+ export class GlobalAccelerator extends GlobalAcceleratorClient {
387
+ /**
388
+ * <p>Associate a virtual private cloud (VPC) subnet endpoint with your custom routing accelerator.</p>
389
+ * <p>The listener port range must be large enough to support the number of IP addresses that can be
390
+ * specified in your subnet. The number of ports required is: subnet size times the number
391
+ * of ports per destination EC2 instances. For example, a subnet defined as /24 requires a listener
392
+ * port range of at least 255 ports. </p>
393
+ * <p>Note: You must have enough remaining listener ports available to
394
+ * map to the subnet ports, or the call will fail with a LimitExceededException.</p>
395
+ * <p>By default, all destinations in a subnet in a custom routing accelerator cannot receive traffic. To enable all
396
+ * destinations to receive traffic, or to specify individual port mappings that can receive
397
+ * traffic, see the <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/API_AllowCustomRoutingTraffic.html">
398
+ * AllowCustomRoutingTraffic</a> operation.</p>
399
+ */
400
+ public addCustomRoutingEndpoints(
401
+ args: AddCustomRoutingEndpointsCommandInput,
402
+ options?: __HttpHandlerOptions
403
+ ): Promise<AddCustomRoutingEndpointsCommandOutput>;
404
+ public addCustomRoutingEndpoints(
405
+ args: AddCustomRoutingEndpointsCommandInput,
406
+ cb: (err: any, data?: AddCustomRoutingEndpointsCommandOutput) => void
407
+ ): void;
408
+ public addCustomRoutingEndpoints(
409
+ args: AddCustomRoutingEndpointsCommandInput,
410
+ options: __HttpHandlerOptions,
411
+ cb: (err: any, data?: AddCustomRoutingEndpointsCommandOutput) => void
412
+ ): void;
413
+ public addCustomRoutingEndpoints(
414
+ args: AddCustomRoutingEndpointsCommandInput,
415
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AddCustomRoutingEndpointsCommandOutput) => void),
416
+ cb?: (err: any, data?: AddCustomRoutingEndpointsCommandOutput) => void
417
+ ): Promise<AddCustomRoutingEndpointsCommandOutput> | void {
418
+ const command = new AddCustomRoutingEndpointsCommand(args);
419
+ if (typeof optionsOrCb === "function") {
420
+ this.send(command, optionsOrCb);
421
+ } else if (typeof cb === "function") {
422
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
423
+ this.send(command, optionsOrCb || {}, cb);
424
+ } else {
425
+ return this.send(command, optionsOrCb);
426
+ }
427
+ }
428
+
429
+ /**
430
+ * <p>Advertises an IPv4 address range that is provisioned for use with your AWS resources
431
+ * through bring your own IP addresses (BYOIP). It can take a few minutes before traffic to
432
+ * the specified addresses starts routing to AWS because of propagation delays. </p>
433
+ * <p>To stop advertising the BYOIP address range, use <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/WithdrawByoipCidr.html">
434
+ * WithdrawByoipCidr</a>.</p>
435
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring Your Own
436
+ * IP Addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
437
+ */
438
+ public advertiseByoipCidr(
439
+ args: AdvertiseByoipCidrCommandInput,
440
+ options?: __HttpHandlerOptions
441
+ ): Promise<AdvertiseByoipCidrCommandOutput>;
442
+ public advertiseByoipCidr(
443
+ args: AdvertiseByoipCidrCommandInput,
444
+ cb: (err: any, data?: AdvertiseByoipCidrCommandOutput) => void
445
+ ): void;
446
+ public advertiseByoipCidr(
447
+ args: AdvertiseByoipCidrCommandInput,
448
+ options: __HttpHandlerOptions,
449
+ cb: (err: any, data?: AdvertiseByoipCidrCommandOutput) => void
450
+ ): void;
451
+ public advertiseByoipCidr(
452
+ args: AdvertiseByoipCidrCommandInput,
453
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AdvertiseByoipCidrCommandOutput) => void),
454
+ cb?: (err: any, data?: AdvertiseByoipCidrCommandOutput) => void
455
+ ): Promise<AdvertiseByoipCidrCommandOutput> | void {
456
+ const command = new AdvertiseByoipCidrCommand(args);
457
+ if (typeof optionsOrCb === "function") {
458
+ this.send(command, optionsOrCb);
459
+ } else if (typeof cb === "function") {
460
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
461
+ this.send(command, optionsOrCb || {}, cb);
462
+ } else {
463
+ return this.send(command, optionsOrCb);
464
+ }
465
+ }
466
+
467
+ /**
468
+ * <p>Specify the Amazon EC2 instance (destination) IP addresses and ports for a VPC subnet endpoint that can receive traffic
469
+ * for a custom routing accelerator. You can allow traffic to all destinations in the subnet endpoint, or allow traffic to a
470
+ * specified list of destination IP addresses and ports in the subnet. Note that you cannot specify IP addresses or ports
471
+ * outside of the range that you configured for the endpoint group.</p>
472
+ * <p>After you make changes, you can verify that the updates are complete by checking the status of your
473
+ * accelerator: the status changes from IN_PROGRESS to DEPLOYED.</p>
474
+ */
475
+ public allowCustomRoutingTraffic(
476
+ args: AllowCustomRoutingTrafficCommandInput,
477
+ options?: __HttpHandlerOptions
478
+ ): Promise<AllowCustomRoutingTrafficCommandOutput>;
479
+ public allowCustomRoutingTraffic(
480
+ args: AllowCustomRoutingTrafficCommandInput,
481
+ cb: (err: any, data?: AllowCustomRoutingTrafficCommandOutput) => void
482
+ ): void;
483
+ public allowCustomRoutingTraffic(
484
+ args: AllowCustomRoutingTrafficCommandInput,
485
+ options: __HttpHandlerOptions,
486
+ cb: (err: any, data?: AllowCustomRoutingTrafficCommandOutput) => void
487
+ ): void;
488
+ public allowCustomRoutingTraffic(
489
+ args: AllowCustomRoutingTrafficCommandInput,
490
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AllowCustomRoutingTrafficCommandOutput) => void),
491
+ cb?: (err: any, data?: AllowCustomRoutingTrafficCommandOutput) => void
492
+ ): Promise<AllowCustomRoutingTrafficCommandOutput> | void {
493
+ const command = new AllowCustomRoutingTrafficCommand(args);
494
+ if (typeof optionsOrCb === "function") {
495
+ this.send(command, optionsOrCb);
496
+ } else if (typeof cb === "function") {
497
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
498
+ this.send(command, optionsOrCb || {}, cb);
499
+ } else {
500
+ return this.send(command, optionsOrCb);
501
+ }
502
+ }
503
+
504
+ /**
505
+ * <p>Create an accelerator. An accelerator includes one or more listeners that process inbound connections and direct traffic
506
+ * to one or more endpoint groups, each of which includes endpoints, such as Network Load Balancers. </p>
507
+ * <important>
508
+ * <p>Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the
509
+ * US West (Oregon) Region to create or update accelerators.</p>
510
+ * </important>
511
+ */
512
+ public createAccelerator(
513
+ args: CreateAcceleratorCommandInput,
514
+ options?: __HttpHandlerOptions
515
+ ): Promise<CreateAcceleratorCommandOutput>;
516
+ public createAccelerator(
517
+ args: CreateAcceleratorCommandInput,
518
+ cb: (err: any, data?: CreateAcceleratorCommandOutput) => void
519
+ ): void;
520
+ public createAccelerator(
521
+ args: CreateAcceleratorCommandInput,
522
+ options: __HttpHandlerOptions,
523
+ cb: (err: any, data?: CreateAcceleratorCommandOutput) => void
524
+ ): void;
525
+ public createAccelerator(
526
+ args: CreateAcceleratorCommandInput,
527
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateAcceleratorCommandOutput) => void),
528
+ cb?: (err: any, data?: CreateAcceleratorCommandOutput) => void
529
+ ): Promise<CreateAcceleratorCommandOutput> | void {
530
+ const command = new CreateAcceleratorCommand(args);
531
+ if (typeof optionsOrCb === "function") {
532
+ this.send(command, optionsOrCb);
533
+ } else if (typeof cb === "function") {
534
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
535
+ this.send(command, optionsOrCb || {}, cb);
536
+ } else {
537
+ return this.send(command, optionsOrCb);
538
+ }
539
+ }
540
+
541
+ /**
542
+ * <p>Create a custom routing accelerator. A custom routing accelerator directs traffic to one of possibly thousands
543
+ * of Amazon EC2 instance destinations running in a single or multiple virtual private clouds (VPC) subnet endpoints.</p>
544
+ * <p>Be aware that, by default, all destination EC2 instances in a VPC subnet endpoint cannot receive
545
+ * traffic. To enable all destinations to receive traffic, or to specify individual port
546
+ * mappings that can receive traffic, see the <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/API_AllowCustomRoutingTraffic.html">
547
+ * AllowCustomRoutingTraffic</a> operation.</p>
548
+ * <important>
549
+ * <p>Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the
550
+ * US West (Oregon) Region to create or update accelerators.</p>
551
+ * </important>
552
+ */
553
+ public createCustomRoutingAccelerator(
554
+ args: CreateCustomRoutingAcceleratorCommandInput,
555
+ options?: __HttpHandlerOptions
556
+ ): Promise<CreateCustomRoutingAcceleratorCommandOutput>;
557
+ public createCustomRoutingAccelerator(
558
+ args: CreateCustomRoutingAcceleratorCommandInput,
559
+ cb: (err: any, data?: CreateCustomRoutingAcceleratorCommandOutput) => void
560
+ ): void;
561
+ public createCustomRoutingAccelerator(
562
+ args: CreateCustomRoutingAcceleratorCommandInput,
563
+ options: __HttpHandlerOptions,
564
+ cb: (err: any, data?: CreateCustomRoutingAcceleratorCommandOutput) => void
565
+ ): void;
566
+ public createCustomRoutingAccelerator(
567
+ args: CreateCustomRoutingAcceleratorCommandInput,
568
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateCustomRoutingAcceleratorCommandOutput) => void),
569
+ cb?: (err: any, data?: CreateCustomRoutingAcceleratorCommandOutput) => void
570
+ ): Promise<CreateCustomRoutingAcceleratorCommandOutput> | void {
571
+ const command = new CreateCustomRoutingAcceleratorCommand(args);
572
+ if (typeof optionsOrCb === "function") {
573
+ this.send(command, optionsOrCb);
574
+ } else if (typeof cb === "function") {
575
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
576
+ this.send(command, optionsOrCb || {}, cb);
577
+ } else {
578
+ return this.send(command, optionsOrCb);
579
+ }
580
+ }
581
+
582
+ /**
583
+ * <p>Create an endpoint group for the specified listener for a custom routing accelerator.
584
+ * An endpoint group is a collection of endpoints in one AWS
585
+ * Region. </p>
586
+ */
587
+ public createCustomRoutingEndpointGroup(
588
+ args: CreateCustomRoutingEndpointGroupCommandInput,
589
+ options?: __HttpHandlerOptions
590
+ ): Promise<CreateCustomRoutingEndpointGroupCommandOutput>;
591
+ public createCustomRoutingEndpointGroup(
592
+ args: CreateCustomRoutingEndpointGroupCommandInput,
593
+ cb: (err: any, data?: CreateCustomRoutingEndpointGroupCommandOutput) => void
594
+ ): void;
595
+ public createCustomRoutingEndpointGroup(
596
+ args: CreateCustomRoutingEndpointGroupCommandInput,
597
+ options: __HttpHandlerOptions,
598
+ cb: (err: any, data?: CreateCustomRoutingEndpointGroupCommandOutput) => void
599
+ ): void;
600
+ public createCustomRoutingEndpointGroup(
601
+ args: CreateCustomRoutingEndpointGroupCommandInput,
602
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateCustomRoutingEndpointGroupCommandOutput) => void),
603
+ cb?: (err: any, data?: CreateCustomRoutingEndpointGroupCommandOutput) => void
604
+ ): Promise<CreateCustomRoutingEndpointGroupCommandOutput> | void {
605
+ const command = new CreateCustomRoutingEndpointGroupCommand(args);
606
+ if (typeof optionsOrCb === "function") {
607
+ this.send(command, optionsOrCb);
608
+ } else if (typeof cb === "function") {
609
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
610
+ this.send(command, optionsOrCb || {}, cb);
611
+ } else {
612
+ return this.send(command, optionsOrCb);
613
+ }
614
+ }
615
+
616
+ /**
617
+ * <p>Create a listener to process inbound connections from clients to a custom routing accelerator.
618
+ * Connections arrive to assigned static IP addresses on the port range that you specify. </p>
619
+ */
620
+ public createCustomRoutingListener(
621
+ args: CreateCustomRoutingListenerCommandInput,
622
+ options?: __HttpHandlerOptions
623
+ ): Promise<CreateCustomRoutingListenerCommandOutput>;
624
+ public createCustomRoutingListener(
625
+ args: CreateCustomRoutingListenerCommandInput,
626
+ cb: (err: any, data?: CreateCustomRoutingListenerCommandOutput) => void
627
+ ): void;
628
+ public createCustomRoutingListener(
629
+ args: CreateCustomRoutingListenerCommandInput,
630
+ options: __HttpHandlerOptions,
631
+ cb: (err: any, data?: CreateCustomRoutingListenerCommandOutput) => void
632
+ ): void;
633
+ public createCustomRoutingListener(
634
+ args: CreateCustomRoutingListenerCommandInput,
635
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateCustomRoutingListenerCommandOutput) => void),
636
+ cb?: (err: any, data?: CreateCustomRoutingListenerCommandOutput) => void
637
+ ): Promise<CreateCustomRoutingListenerCommandOutput> | void {
638
+ const command = new CreateCustomRoutingListenerCommand(args);
639
+ if (typeof optionsOrCb === "function") {
640
+ this.send(command, optionsOrCb);
641
+ } else if (typeof cb === "function") {
642
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
643
+ this.send(command, optionsOrCb || {}, cb);
644
+ } else {
645
+ return this.send(command, optionsOrCb);
646
+ }
647
+ }
648
+
649
+ /**
650
+ * <p>Create an endpoint group for the specified listener. An endpoint group is a collection of endpoints in one AWS
651
+ * Region. A resource must be valid and active when you add it as an endpoint.</p>
652
+ */
653
+ public createEndpointGroup(
654
+ args: CreateEndpointGroupCommandInput,
655
+ options?: __HttpHandlerOptions
656
+ ): Promise<CreateEndpointGroupCommandOutput>;
657
+ public createEndpointGroup(
658
+ args: CreateEndpointGroupCommandInput,
659
+ cb: (err: any, data?: CreateEndpointGroupCommandOutput) => void
660
+ ): void;
661
+ public createEndpointGroup(
662
+ args: CreateEndpointGroupCommandInput,
663
+ options: __HttpHandlerOptions,
664
+ cb: (err: any, data?: CreateEndpointGroupCommandOutput) => void
665
+ ): void;
666
+ public createEndpointGroup(
667
+ args: CreateEndpointGroupCommandInput,
668
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateEndpointGroupCommandOutput) => void),
669
+ cb?: (err: any, data?: CreateEndpointGroupCommandOutput) => void
670
+ ): Promise<CreateEndpointGroupCommandOutput> | void {
671
+ const command = new CreateEndpointGroupCommand(args);
672
+ if (typeof optionsOrCb === "function") {
673
+ this.send(command, optionsOrCb);
674
+ } else if (typeof cb === "function") {
675
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
676
+ this.send(command, optionsOrCb || {}, cb);
677
+ } else {
678
+ return this.send(command, optionsOrCb);
679
+ }
680
+ }
681
+
682
+ /**
683
+ * <p>Create a listener to process inbound connections from clients to an accelerator. Connections arrive to assigned static
684
+ * IP addresses on a port, port range, or list of port ranges that you specify. </p>
685
+ */
686
+ public createListener(
687
+ args: CreateListenerCommandInput,
688
+ options?: __HttpHandlerOptions
689
+ ): Promise<CreateListenerCommandOutput>;
690
+ public createListener(
691
+ args: CreateListenerCommandInput,
692
+ cb: (err: any, data?: CreateListenerCommandOutput) => void
693
+ ): void;
694
+ public createListener(
695
+ args: CreateListenerCommandInput,
696
+ options: __HttpHandlerOptions,
697
+ cb: (err: any, data?: CreateListenerCommandOutput) => void
698
+ ): void;
699
+ public createListener(
700
+ args: CreateListenerCommandInput,
701
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateListenerCommandOutput) => void),
702
+ cb?: (err: any, data?: CreateListenerCommandOutput) => void
703
+ ): Promise<CreateListenerCommandOutput> | void {
704
+ const command = new CreateListenerCommand(args);
705
+ if (typeof optionsOrCb === "function") {
706
+ this.send(command, optionsOrCb);
707
+ } else if (typeof cb === "function") {
708
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
709
+ this.send(command, optionsOrCb || {}, cb);
710
+ } else {
711
+ return this.send(command, optionsOrCb);
712
+ }
713
+ }
714
+
715
+ /**
716
+ * <p>Delete an accelerator. Before you can delete an accelerator, you must disable it and remove all dependent resources
717
+ * (listeners and endpoint groups). To disable the accelerator, update the accelerator to set <code>Enabled</code> to false.</p>
718
+ * <important>
719
+ * <p>When you create an accelerator, by default, Global Accelerator provides you with a set of two static IP addresses.
720
+ * Alternatively, you can bring your own IP address ranges to Global Accelerator and assign IP addresses from those ranges.
721
+ * </p>
722
+ * <p>The IP addresses are assigned to your accelerator for as long as it exists, even if you disable the accelerator and
723
+ * it no longer accepts or routes traffic. However, when you <i>delete</i> an accelerator, you lose the
724
+ * static IP addresses that are assigned to the accelerator, so you can no longer route traffic by using them.
725
+ * As a best practice, ensure that you have permissions in place to avoid inadvertently deleting accelerators. You
726
+ * can use IAM policies with Global Accelerator to limit the users who have permissions to delete an accelerator. For more information,
727
+ * see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/auth-and-access-control.html">Authentication and Access Control</a> in
728
+ * the <i>AWS Global Accelerator Developer Guide</i>.</p>
729
+ * </important>
730
+ */
731
+ public deleteAccelerator(
732
+ args: DeleteAcceleratorCommandInput,
733
+ options?: __HttpHandlerOptions
734
+ ): Promise<DeleteAcceleratorCommandOutput>;
735
+ public deleteAccelerator(
736
+ args: DeleteAcceleratorCommandInput,
737
+ cb: (err: any, data?: DeleteAcceleratorCommandOutput) => void
738
+ ): void;
739
+ public deleteAccelerator(
740
+ args: DeleteAcceleratorCommandInput,
741
+ options: __HttpHandlerOptions,
742
+ cb: (err: any, data?: DeleteAcceleratorCommandOutput) => void
743
+ ): void;
744
+ public deleteAccelerator(
745
+ args: DeleteAcceleratorCommandInput,
746
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteAcceleratorCommandOutput) => void),
747
+ cb?: (err: any, data?: DeleteAcceleratorCommandOutput) => void
748
+ ): Promise<DeleteAcceleratorCommandOutput> | void {
749
+ const command = new DeleteAcceleratorCommand(args);
750
+ if (typeof optionsOrCb === "function") {
751
+ this.send(command, optionsOrCb);
752
+ } else if (typeof cb === "function") {
753
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
754
+ this.send(command, optionsOrCb || {}, cb);
755
+ } else {
756
+ return this.send(command, optionsOrCb);
757
+ }
758
+ }
759
+
760
+ /**
761
+ * <p>Delete a custom routing accelerator. Before you can delete an accelerator, you must disable it and remove all dependent resources
762
+ * (listeners and endpoint groups). To disable the accelerator, update the accelerator to set <code>Enabled</code> to false.</p>
763
+ * <important>
764
+ * <p>When you create a custom routing accelerator, by default, Global Accelerator provides you with a set of two static IP addresses.
765
+ * </p>
766
+ * <p>The IP
767
+ * addresses are assigned to your accelerator for as long as it exists, even if you disable the accelerator and
768
+ * it no longer accepts or routes traffic. However, when you <i>delete</i> an accelerator, you lose the
769
+ * static IP addresses that are assigned to the accelerator, so you can no longer route traffic by using them.
770
+ * As a best practice, ensure that you have permissions in place to avoid inadvertently deleting accelerators. You
771
+ * can use IAM policies with Global Accelerator to limit the users who have permissions to delete an accelerator. For more information,
772
+ * see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/auth-and-access-control.html">Authentication and Access Control</a> in
773
+ * the <i>AWS Global Accelerator Developer Guide</i>.</p>
774
+ * </important>
775
+ */
776
+ public deleteCustomRoutingAccelerator(
777
+ args: DeleteCustomRoutingAcceleratorCommandInput,
778
+ options?: __HttpHandlerOptions
779
+ ): Promise<DeleteCustomRoutingAcceleratorCommandOutput>;
780
+ public deleteCustomRoutingAccelerator(
781
+ args: DeleteCustomRoutingAcceleratorCommandInput,
782
+ cb: (err: any, data?: DeleteCustomRoutingAcceleratorCommandOutput) => void
783
+ ): void;
784
+ public deleteCustomRoutingAccelerator(
785
+ args: DeleteCustomRoutingAcceleratorCommandInput,
786
+ options: __HttpHandlerOptions,
787
+ cb: (err: any, data?: DeleteCustomRoutingAcceleratorCommandOutput) => void
788
+ ): void;
789
+ public deleteCustomRoutingAccelerator(
790
+ args: DeleteCustomRoutingAcceleratorCommandInput,
791
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteCustomRoutingAcceleratorCommandOutput) => void),
792
+ cb?: (err: any, data?: DeleteCustomRoutingAcceleratorCommandOutput) => void
793
+ ): Promise<DeleteCustomRoutingAcceleratorCommandOutput> | void {
794
+ const command = new DeleteCustomRoutingAcceleratorCommand(args);
795
+ if (typeof optionsOrCb === "function") {
796
+ this.send(command, optionsOrCb);
797
+ } else if (typeof cb === "function") {
798
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
799
+ this.send(command, optionsOrCb || {}, cb);
800
+ } else {
801
+ return this.send(command, optionsOrCb);
802
+ }
803
+ }
804
+
805
+ /**
806
+ * <p>Delete an endpoint group from a listener for a custom routing accelerator.</p>
807
+ */
808
+ public deleteCustomRoutingEndpointGroup(
809
+ args: DeleteCustomRoutingEndpointGroupCommandInput,
810
+ options?: __HttpHandlerOptions
811
+ ): Promise<DeleteCustomRoutingEndpointGroupCommandOutput>;
812
+ public deleteCustomRoutingEndpointGroup(
813
+ args: DeleteCustomRoutingEndpointGroupCommandInput,
814
+ cb: (err: any, data?: DeleteCustomRoutingEndpointGroupCommandOutput) => void
815
+ ): void;
816
+ public deleteCustomRoutingEndpointGroup(
817
+ args: DeleteCustomRoutingEndpointGroupCommandInput,
818
+ options: __HttpHandlerOptions,
819
+ cb: (err: any, data?: DeleteCustomRoutingEndpointGroupCommandOutput) => void
820
+ ): void;
821
+ public deleteCustomRoutingEndpointGroup(
822
+ args: DeleteCustomRoutingEndpointGroupCommandInput,
823
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteCustomRoutingEndpointGroupCommandOutput) => void),
824
+ cb?: (err: any, data?: DeleteCustomRoutingEndpointGroupCommandOutput) => void
825
+ ): Promise<DeleteCustomRoutingEndpointGroupCommandOutput> | void {
826
+ const command = new DeleteCustomRoutingEndpointGroupCommand(args);
827
+ if (typeof optionsOrCb === "function") {
828
+ this.send(command, optionsOrCb);
829
+ } else if (typeof cb === "function") {
830
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
831
+ this.send(command, optionsOrCb || {}, cb);
832
+ } else {
833
+ return this.send(command, optionsOrCb);
834
+ }
835
+ }
836
+
837
+ /**
838
+ * <p>Delete a listener for a custom routing accelerator.</p>
839
+ */
840
+ public deleteCustomRoutingListener(
841
+ args: DeleteCustomRoutingListenerCommandInput,
842
+ options?: __HttpHandlerOptions
843
+ ): Promise<DeleteCustomRoutingListenerCommandOutput>;
844
+ public deleteCustomRoutingListener(
845
+ args: DeleteCustomRoutingListenerCommandInput,
846
+ cb: (err: any, data?: DeleteCustomRoutingListenerCommandOutput) => void
847
+ ): void;
848
+ public deleteCustomRoutingListener(
849
+ args: DeleteCustomRoutingListenerCommandInput,
850
+ options: __HttpHandlerOptions,
851
+ cb: (err: any, data?: DeleteCustomRoutingListenerCommandOutput) => void
852
+ ): void;
853
+ public deleteCustomRoutingListener(
854
+ args: DeleteCustomRoutingListenerCommandInput,
855
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteCustomRoutingListenerCommandOutput) => void),
856
+ cb?: (err: any, data?: DeleteCustomRoutingListenerCommandOutput) => void
857
+ ): Promise<DeleteCustomRoutingListenerCommandOutput> | void {
858
+ const command = new DeleteCustomRoutingListenerCommand(args);
859
+ if (typeof optionsOrCb === "function") {
860
+ this.send(command, optionsOrCb);
861
+ } else if (typeof cb === "function") {
862
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
863
+ this.send(command, optionsOrCb || {}, cb);
864
+ } else {
865
+ return this.send(command, optionsOrCb);
866
+ }
867
+ }
868
+
869
+ /**
870
+ * <p>Delete an endpoint group from a listener.</p>
871
+ */
872
+ public deleteEndpointGroup(
873
+ args: DeleteEndpointGroupCommandInput,
874
+ options?: __HttpHandlerOptions
875
+ ): Promise<DeleteEndpointGroupCommandOutput>;
876
+ public deleteEndpointGroup(
877
+ args: DeleteEndpointGroupCommandInput,
878
+ cb: (err: any, data?: DeleteEndpointGroupCommandOutput) => void
879
+ ): void;
880
+ public deleteEndpointGroup(
881
+ args: DeleteEndpointGroupCommandInput,
882
+ options: __HttpHandlerOptions,
883
+ cb: (err: any, data?: DeleteEndpointGroupCommandOutput) => void
884
+ ): void;
885
+ public deleteEndpointGroup(
886
+ args: DeleteEndpointGroupCommandInput,
887
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteEndpointGroupCommandOutput) => void),
888
+ cb?: (err: any, data?: DeleteEndpointGroupCommandOutput) => void
889
+ ): Promise<DeleteEndpointGroupCommandOutput> | void {
890
+ const command = new DeleteEndpointGroupCommand(args);
891
+ if (typeof optionsOrCb === "function") {
892
+ this.send(command, optionsOrCb);
893
+ } else if (typeof cb === "function") {
894
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
895
+ this.send(command, optionsOrCb || {}, cb);
896
+ } else {
897
+ return this.send(command, optionsOrCb);
898
+ }
899
+ }
900
+
901
+ /**
902
+ * <p>Delete a listener from an accelerator.</p>
903
+ */
904
+ public deleteListener(
905
+ args: DeleteListenerCommandInput,
906
+ options?: __HttpHandlerOptions
907
+ ): Promise<DeleteListenerCommandOutput>;
908
+ public deleteListener(
909
+ args: DeleteListenerCommandInput,
910
+ cb: (err: any, data?: DeleteListenerCommandOutput) => void
911
+ ): void;
912
+ public deleteListener(
913
+ args: DeleteListenerCommandInput,
914
+ options: __HttpHandlerOptions,
915
+ cb: (err: any, data?: DeleteListenerCommandOutput) => void
916
+ ): void;
917
+ public deleteListener(
918
+ args: DeleteListenerCommandInput,
919
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteListenerCommandOutput) => void),
920
+ cb?: (err: any, data?: DeleteListenerCommandOutput) => void
921
+ ): Promise<DeleteListenerCommandOutput> | void {
922
+ const command = new DeleteListenerCommand(args);
923
+ if (typeof optionsOrCb === "function") {
924
+ this.send(command, optionsOrCb);
925
+ } else if (typeof cb === "function") {
926
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
927
+ this.send(command, optionsOrCb || {}, cb);
928
+ } else {
929
+ return this.send(command, optionsOrCb);
930
+ }
931
+ }
932
+
933
+ /**
934
+ * <p>Specify the Amazon EC2 instance (destination) IP addresses and ports for a VPC subnet endpoint that cannot receive traffic
935
+ * for a custom routing accelerator. You can deny traffic to all destinations in the VPC endpoint, or deny traffic to a
936
+ * specified list of destination IP addresses and ports. Note that you cannot specify IP addresses
937
+ * or ports outside of the range that you configured for the endpoint group.</p>
938
+ * <p>After you make changes, you can verify that the updates are complete by checking the status of your
939
+ * accelerator: the status changes from IN_PROGRESS to DEPLOYED.</p>
940
+ */
941
+ public denyCustomRoutingTraffic(
942
+ args: DenyCustomRoutingTrafficCommandInput,
943
+ options?: __HttpHandlerOptions
944
+ ): Promise<DenyCustomRoutingTrafficCommandOutput>;
945
+ public denyCustomRoutingTraffic(
946
+ args: DenyCustomRoutingTrafficCommandInput,
947
+ cb: (err: any, data?: DenyCustomRoutingTrafficCommandOutput) => void
948
+ ): void;
949
+ public denyCustomRoutingTraffic(
950
+ args: DenyCustomRoutingTrafficCommandInput,
951
+ options: __HttpHandlerOptions,
952
+ cb: (err: any, data?: DenyCustomRoutingTrafficCommandOutput) => void
953
+ ): void;
954
+ public denyCustomRoutingTraffic(
955
+ args: DenyCustomRoutingTrafficCommandInput,
956
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DenyCustomRoutingTrafficCommandOutput) => void),
957
+ cb?: (err: any, data?: DenyCustomRoutingTrafficCommandOutput) => void
958
+ ): Promise<DenyCustomRoutingTrafficCommandOutput> | void {
959
+ const command = new DenyCustomRoutingTrafficCommand(args);
960
+ if (typeof optionsOrCb === "function") {
961
+ this.send(command, optionsOrCb);
962
+ } else if (typeof cb === "function") {
963
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
964
+ this.send(command, optionsOrCb || {}, cb);
965
+ } else {
966
+ return this.send(command, optionsOrCb);
967
+ }
968
+ }
969
+
970
+ /**
971
+ * <p>Releases the specified address range that you provisioned to use with your AWS resources
972
+ * through bring your own IP addresses (BYOIP) and deletes the corresponding address pool. </p>
973
+ * <p>Before you can release an address range, you must stop advertising it by using <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/WithdrawByoipCidr.html">WithdrawByoipCidr</a> and you must not have
974
+ * any accelerators that are using static IP addresses allocated from its address range.
975
+ * </p>
976
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring Your Own
977
+ * IP Addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
978
+ */
979
+ public deprovisionByoipCidr(
980
+ args: DeprovisionByoipCidrCommandInput,
981
+ options?: __HttpHandlerOptions
982
+ ): Promise<DeprovisionByoipCidrCommandOutput>;
983
+ public deprovisionByoipCidr(
984
+ args: DeprovisionByoipCidrCommandInput,
985
+ cb: (err: any, data?: DeprovisionByoipCidrCommandOutput) => void
986
+ ): void;
987
+ public deprovisionByoipCidr(
988
+ args: DeprovisionByoipCidrCommandInput,
989
+ options: __HttpHandlerOptions,
990
+ cb: (err: any, data?: DeprovisionByoipCidrCommandOutput) => void
991
+ ): void;
992
+ public deprovisionByoipCidr(
993
+ args: DeprovisionByoipCidrCommandInput,
994
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeprovisionByoipCidrCommandOutput) => void),
995
+ cb?: (err: any, data?: DeprovisionByoipCidrCommandOutput) => void
996
+ ): Promise<DeprovisionByoipCidrCommandOutput> | void {
997
+ const command = new DeprovisionByoipCidrCommand(args);
998
+ if (typeof optionsOrCb === "function") {
999
+ this.send(command, optionsOrCb);
1000
+ } else if (typeof cb === "function") {
1001
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1002
+ this.send(command, optionsOrCb || {}, cb);
1003
+ } else {
1004
+ return this.send(command, optionsOrCb);
1005
+ }
1006
+ }
1007
+
1008
+ /**
1009
+ * <p>Describe an accelerator. </p>
1010
+ */
1011
+ public describeAccelerator(
1012
+ args: DescribeAcceleratorCommandInput,
1013
+ options?: __HttpHandlerOptions
1014
+ ): Promise<DescribeAcceleratorCommandOutput>;
1015
+ public describeAccelerator(
1016
+ args: DescribeAcceleratorCommandInput,
1017
+ cb: (err: any, data?: DescribeAcceleratorCommandOutput) => void
1018
+ ): void;
1019
+ public describeAccelerator(
1020
+ args: DescribeAcceleratorCommandInput,
1021
+ options: __HttpHandlerOptions,
1022
+ cb: (err: any, data?: DescribeAcceleratorCommandOutput) => void
1023
+ ): void;
1024
+ public describeAccelerator(
1025
+ args: DescribeAcceleratorCommandInput,
1026
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeAcceleratorCommandOutput) => void),
1027
+ cb?: (err: any, data?: DescribeAcceleratorCommandOutput) => void
1028
+ ): Promise<DescribeAcceleratorCommandOutput> | void {
1029
+ const command = new DescribeAcceleratorCommand(args);
1030
+ if (typeof optionsOrCb === "function") {
1031
+ this.send(command, optionsOrCb);
1032
+ } else if (typeof cb === "function") {
1033
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1034
+ this.send(command, optionsOrCb || {}, cb);
1035
+ } else {
1036
+ return this.send(command, optionsOrCb);
1037
+ }
1038
+ }
1039
+
1040
+ /**
1041
+ * <p>Describe the attributes of an accelerator.
1042
+ * </p>
1043
+ */
1044
+ public describeAcceleratorAttributes(
1045
+ args: DescribeAcceleratorAttributesCommandInput,
1046
+ options?: __HttpHandlerOptions
1047
+ ): Promise<DescribeAcceleratorAttributesCommandOutput>;
1048
+ public describeAcceleratorAttributes(
1049
+ args: DescribeAcceleratorAttributesCommandInput,
1050
+ cb: (err: any, data?: DescribeAcceleratorAttributesCommandOutput) => void
1051
+ ): void;
1052
+ public describeAcceleratorAttributes(
1053
+ args: DescribeAcceleratorAttributesCommandInput,
1054
+ options: __HttpHandlerOptions,
1055
+ cb: (err: any, data?: DescribeAcceleratorAttributesCommandOutput) => void
1056
+ ): void;
1057
+ public describeAcceleratorAttributes(
1058
+ args: DescribeAcceleratorAttributesCommandInput,
1059
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeAcceleratorAttributesCommandOutput) => void),
1060
+ cb?: (err: any, data?: DescribeAcceleratorAttributesCommandOutput) => void
1061
+ ): Promise<DescribeAcceleratorAttributesCommandOutput> | void {
1062
+ const command = new DescribeAcceleratorAttributesCommand(args);
1063
+ if (typeof optionsOrCb === "function") {
1064
+ this.send(command, optionsOrCb);
1065
+ } else if (typeof cb === "function") {
1066
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1067
+ this.send(command, optionsOrCb || {}, cb);
1068
+ } else {
1069
+ return this.send(command, optionsOrCb);
1070
+ }
1071
+ }
1072
+
1073
+ /**
1074
+ * <p>Describe a custom routing accelerator. </p>
1075
+ */
1076
+ public describeCustomRoutingAccelerator(
1077
+ args: DescribeCustomRoutingAcceleratorCommandInput,
1078
+ options?: __HttpHandlerOptions
1079
+ ): Promise<DescribeCustomRoutingAcceleratorCommandOutput>;
1080
+ public describeCustomRoutingAccelerator(
1081
+ args: DescribeCustomRoutingAcceleratorCommandInput,
1082
+ cb: (err: any, data?: DescribeCustomRoutingAcceleratorCommandOutput) => void
1083
+ ): void;
1084
+ public describeCustomRoutingAccelerator(
1085
+ args: DescribeCustomRoutingAcceleratorCommandInput,
1086
+ options: __HttpHandlerOptions,
1087
+ cb: (err: any, data?: DescribeCustomRoutingAcceleratorCommandOutput) => void
1088
+ ): void;
1089
+ public describeCustomRoutingAccelerator(
1090
+ args: DescribeCustomRoutingAcceleratorCommandInput,
1091
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeCustomRoutingAcceleratorCommandOutput) => void),
1092
+ cb?: (err: any, data?: DescribeCustomRoutingAcceleratorCommandOutput) => void
1093
+ ): Promise<DescribeCustomRoutingAcceleratorCommandOutput> | void {
1094
+ const command = new DescribeCustomRoutingAcceleratorCommand(args);
1095
+ if (typeof optionsOrCb === "function") {
1096
+ this.send(command, optionsOrCb);
1097
+ } else if (typeof cb === "function") {
1098
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1099
+ this.send(command, optionsOrCb || {}, cb);
1100
+ } else {
1101
+ return this.send(command, optionsOrCb);
1102
+ }
1103
+ }
1104
+
1105
+ /**
1106
+ * <p>Describe the attributes of a custom routing accelerator. </p>
1107
+ */
1108
+ public describeCustomRoutingAcceleratorAttributes(
1109
+ args: DescribeCustomRoutingAcceleratorAttributesCommandInput,
1110
+ options?: __HttpHandlerOptions
1111
+ ): Promise<DescribeCustomRoutingAcceleratorAttributesCommandOutput>;
1112
+ public describeCustomRoutingAcceleratorAttributes(
1113
+ args: DescribeCustomRoutingAcceleratorAttributesCommandInput,
1114
+ cb: (err: any, data?: DescribeCustomRoutingAcceleratorAttributesCommandOutput) => void
1115
+ ): void;
1116
+ public describeCustomRoutingAcceleratorAttributes(
1117
+ args: DescribeCustomRoutingAcceleratorAttributesCommandInput,
1118
+ options: __HttpHandlerOptions,
1119
+ cb: (err: any, data?: DescribeCustomRoutingAcceleratorAttributesCommandOutput) => void
1120
+ ): void;
1121
+ public describeCustomRoutingAcceleratorAttributes(
1122
+ args: DescribeCustomRoutingAcceleratorAttributesCommandInput,
1123
+ optionsOrCb?:
1124
+ | __HttpHandlerOptions
1125
+ | ((err: any, data?: DescribeCustomRoutingAcceleratorAttributesCommandOutput) => void),
1126
+ cb?: (err: any, data?: DescribeCustomRoutingAcceleratorAttributesCommandOutput) => void
1127
+ ): Promise<DescribeCustomRoutingAcceleratorAttributesCommandOutput> | void {
1128
+ const command = new DescribeCustomRoutingAcceleratorAttributesCommand(args);
1129
+ if (typeof optionsOrCb === "function") {
1130
+ this.send(command, optionsOrCb);
1131
+ } else if (typeof cb === "function") {
1132
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1133
+ this.send(command, optionsOrCb || {}, cb);
1134
+ } else {
1135
+ return this.send(command, optionsOrCb);
1136
+ }
1137
+ }
1138
+
1139
+ /**
1140
+ * <p>Describe an endpoint group for a custom routing accelerator. </p>
1141
+ */
1142
+ public describeCustomRoutingEndpointGroup(
1143
+ args: DescribeCustomRoutingEndpointGroupCommandInput,
1144
+ options?: __HttpHandlerOptions
1145
+ ): Promise<DescribeCustomRoutingEndpointGroupCommandOutput>;
1146
+ public describeCustomRoutingEndpointGroup(
1147
+ args: DescribeCustomRoutingEndpointGroupCommandInput,
1148
+ cb: (err: any, data?: DescribeCustomRoutingEndpointGroupCommandOutput) => void
1149
+ ): void;
1150
+ public describeCustomRoutingEndpointGroup(
1151
+ args: DescribeCustomRoutingEndpointGroupCommandInput,
1152
+ options: __HttpHandlerOptions,
1153
+ cb: (err: any, data?: DescribeCustomRoutingEndpointGroupCommandOutput) => void
1154
+ ): void;
1155
+ public describeCustomRoutingEndpointGroup(
1156
+ args: DescribeCustomRoutingEndpointGroupCommandInput,
1157
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeCustomRoutingEndpointGroupCommandOutput) => void),
1158
+ cb?: (err: any, data?: DescribeCustomRoutingEndpointGroupCommandOutput) => void
1159
+ ): Promise<DescribeCustomRoutingEndpointGroupCommandOutput> | void {
1160
+ const command = new DescribeCustomRoutingEndpointGroupCommand(args);
1161
+ if (typeof optionsOrCb === "function") {
1162
+ this.send(command, optionsOrCb);
1163
+ } else if (typeof cb === "function") {
1164
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1165
+ this.send(command, optionsOrCb || {}, cb);
1166
+ } else {
1167
+ return this.send(command, optionsOrCb);
1168
+ }
1169
+ }
1170
+
1171
+ /**
1172
+ * <p>The description of a listener for a custom routing accelerator.</p>
1173
+ */
1174
+ public describeCustomRoutingListener(
1175
+ args: DescribeCustomRoutingListenerCommandInput,
1176
+ options?: __HttpHandlerOptions
1177
+ ): Promise<DescribeCustomRoutingListenerCommandOutput>;
1178
+ public describeCustomRoutingListener(
1179
+ args: DescribeCustomRoutingListenerCommandInput,
1180
+ cb: (err: any, data?: DescribeCustomRoutingListenerCommandOutput) => void
1181
+ ): void;
1182
+ public describeCustomRoutingListener(
1183
+ args: DescribeCustomRoutingListenerCommandInput,
1184
+ options: __HttpHandlerOptions,
1185
+ cb: (err: any, data?: DescribeCustomRoutingListenerCommandOutput) => void
1186
+ ): void;
1187
+ public describeCustomRoutingListener(
1188
+ args: DescribeCustomRoutingListenerCommandInput,
1189
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeCustomRoutingListenerCommandOutput) => void),
1190
+ cb?: (err: any, data?: DescribeCustomRoutingListenerCommandOutput) => void
1191
+ ): Promise<DescribeCustomRoutingListenerCommandOutput> | void {
1192
+ const command = new DescribeCustomRoutingListenerCommand(args);
1193
+ if (typeof optionsOrCb === "function") {
1194
+ this.send(command, optionsOrCb);
1195
+ } else if (typeof cb === "function") {
1196
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1197
+ this.send(command, optionsOrCb || {}, cb);
1198
+ } else {
1199
+ return this.send(command, optionsOrCb);
1200
+ }
1201
+ }
1202
+
1203
+ /**
1204
+ * <p>Describe an endpoint group. </p>
1205
+ */
1206
+ public describeEndpointGroup(
1207
+ args: DescribeEndpointGroupCommandInput,
1208
+ options?: __HttpHandlerOptions
1209
+ ): Promise<DescribeEndpointGroupCommandOutput>;
1210
+ public describeEndpointGroup(
1211
+ args: DescribeEndpointGroupCommandInput,
1212
+ cb: (err: any, data?: DescribeEndpointGroupCommandOutput) => void
1213
+ ): void;
1214
+ public describeEndpointGroup(
1215
+ args: DescribeEndpointGroupCommandInput,
1216
+ options: __HttpHandlerOptions,
1217
+ cb: (err: any, data?: DescribeEndpointGroupCommandOutput) => void
1218
+ ): void;
1219
+ public describeEndpointGroup(
1220
+ args: DescribeEndpointGroupCommandInput,
1221
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeEndpointGroupCommandOutput) => void),
1222
+ cb?: (err: any, data?: DescribeEndpointGroupCommandOutput) => void
1223
+ ): Promise<DescribeEndpointGroupCommandOutput> | void {
1224
+ const command = new DescribeEndpointGroupCommand(args);
1225
+ if (typeof optionsOrCb === "function") {
1226
+ this.send(command, optionsOrCb);
1227
+ } else if (typeof cb === "function") {
1228
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1229
+ this.send(command, optionsOrCb || {}, cb);
1230
+ } else {
1231
+ return this.send(command, optionsOrCb);
1232
+ }
1233
+ }
1234
+
1235
+ /**
1236
+ * <p>Describe a listener. </p>
1237
+ */
1238
+ public describeListener(
1239
+ args: DescribeListenerCommandInput,
1240
+ options?: __HttpHandlerOptions
1241
+ ): Promise<DescribeListenerCommandOutput>;
1242
+ public describeListener(
1243
+ args: DescribeListenerCommandInput,
1244
+ cb: (err: any, data?: DescribeListenerCommandOutput) => void
1245
+ ): void;
1246
+ public describeListener(
1247
+ args: DescribeListenerCommandInput,
1248
+ options: __HttpHandlerOptions,
1249
+ cb: (err: any, data?: DescribeListenerCommandOutput) => void
1250
+ ): void;
1251
+ public describeListener(
1252
+ args: DescribeListenerCommandInput,
1253
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeListenerCommandOutput) => void),
1254
+ cb?: (err: any, data?: DescribeListenerCommandOutput) => void
1255
+ ): Promise<DescribeListenerCommandOutput> | void {
1256
+ const command = new DescribeListenerCommand(args);
1257
+ if (typeof optionsOrCb === "function") {
1258
+ this.send(command, optionsOrCb);
1259
+ } else if (typeof cb === "function") {
1260
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1261
+ this.send(command, optionsOrCb || {}, cb);
1262
+ } else {
1263
+ return this.send(command, optionsOrCb);
1264
+ }
1265
+ }
1266
+
1267
+ /**
1268
+ * <p>List the accelerators for an AWS account. </p>
1269
+ */
1270
+ public listAccelerators(
1271
+ args: ListAcceleratorsCommandInput,
1272
+ options?: __HttpHandlerOptions
1273
+ ): Promise<ListAcceleratorsCommandOutput>;
1274
+ public listAccelerators(
1275
+ args: ListAcceleratorsCommandInput,
1276
+ cb: (err: any, data?: ListAcceleratorsCommandOutput) => void
1277
+ ): void;
1278
+ public listAccelerators(
1279
+ args: ListAcceleratorsCommandInput,
1280
+ options: __HttpHandlerOptions,
1281
+ cb: (err: any, data?: ListAcceleratorsCommandOutput) => void
1282
+ ): void;
1283
+ public listAccelerators(
1284
+ args: ListAcceleratorsCommandInput,
1285
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListAcceleratorsCommandOutput) => void),
1286
+ cb?: (err: any, data?: ListAcceleratorsCommandOutput) => void
1287
+ ): Promise<ListAcceleratorsCommandOutput> | void {
1288
+ const command = new ListAcceleratorsCommand(args);
1289
+ if (typeof optionsOrCb === "function") {
1290
+ this.send(command, optionsOrCb);
1291
+ } else if (typeof cb === "function") {
1292
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1293
+ this.send(command, optionsOrCb || {}, cb);
1294
+ } else {
1295
+ return this.send(command, optionsOrCb);
1296
+ }
1297
+ }
1298
+
1299
+ /**
1300
+ * <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
1301
+ * the current state and a history of state changes.</p>
1302
+ */
1303
+ public listByoipCidrs(
1304
+ args: ListByoipCidrsCommandInput,
1305
+ options?: __HttpHandlerOptions
1306
+ ): Promise<ListByoipCidrsCommandOutput>;
1307
+ public listByoipCidrs(
1308
+ args: ListByoipCidrsCommandInput,
1309
+ cb: (err: any, data?: ListByoipCidrsCommandOutput) => void
1310
+ ): void;
1311
+ public listByoipCidrs(
1312
+ args: ListByoipCidrsCommandInput,
1313
+ options: __HttpHandlerOptions,
1314
+ cb: (err: any, data?: ListByoipCidrsCommandOutput) => void
1315
+ ): void;
1316
+ public listByoipCidrs(
1317
+ args: ListByoipCidrsCommandInput,
1318
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListByoipCidrsCommandOutput) => void),
1319
+ cb?: (err: any, data?: ListByoipCidrsCommandOutput) => void
1320
+ ): Promise<ListByoipCidrsCommandOutput> | void {
1321
+ const command = new ListByoipCidrsCommand(args);
1322
+ if (typeof optionsOrCb === "function") {
1323
+ this.send(command, optionsOrCb);
1324
+ } else if (typeof cb === "function") {
1325
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1326
+ this.send(command, optionsOrCb || {}, cb);
1327
+ } else {
1328
+ return this.send(command, optionsOrCb);
1329
+ }
1330
+ }
1331
+
1332
+ /**
1333
+ * <p>List the custom routing accelerators for an AWS account. </p>
1334
+ */
1335
+ public listCustomRoutingAccelerators(
1336
+ args: ListCustomRoutingAcceleratorsCommandInput,
1337
+ options?: __HttpHandlerOptions
1338
+ ): Promise<ListCustomRoutingAcceleratorsCommandOutput>;
1339
+ public listCustomRoutingAccelerators(
1340
+ args: ListCustomRoutingAcceleratorsCommandInput,
1341
+ cb: (err: any, data?: ListCustomRoutingAcceleratorsCommandOutput) => void
1342
+ ): void;
1343
+ public listCustomRoutingAccelerators(
1344
+ args: ListCustomRoutingAcceleratorsCommandInput,
1345
+ options: __HttpHandlerOptions,
1346
+ cb: (err: any, data?: ListCustomRoutingAcceleratorsCommandOutput) => void
1347
+ ): void;
1348
+ public listCustomRoutingAccelerators(
1349
+ args: ListCustomRoutingAcceleratorsCommandInput,
1350
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListCustomRoutingAcceleratorsCommandOutput) => void),
1351
+ cb?: (err: any, data?: ListCustomRoutingAcceleratorsCommandOutput) => void
1352
+ ): Promise<ListCustomRoutingAcceleratorsCommandOutput> | void {
1353
+ const command = new ListCustomRoutingAcceleratorsCommand(args);
1354
+ if (typeof optionsOrCb === "function") {
1355
+ this.send(command, optionsOrCb);
1356
+ } else if (typeof cb === "function") {
1357
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1358
+ this.send(command, optionsOrCb || {}, cb);
1359
+ } else {
1360
+ return this.send(command, optionsOrCb);
1361
+ }
1362
+ }
1363
+
1364
+ /**
1365
+ * <p>List the endpoint groups that are associated with a listener for a custom routing accelerator. </p>
1366
+ */
1367
+ public listCustomRoutingEndpointGroups(
1368
+ args: ListCustomRoutingEndpointGroupsCommandInput,
1369
+ options?: __HttpHandlerOptions
1370
+ ): Promise<ListCustomRoutingEndpointGroupsCommandOutput>;
1371
+ public listCustomRoutingEndpointGroups(
1372
+ args: ListCustomRoutingEndpointGroupsCommandInput,
1373
+ cb: (err: any, data?: ListCustomRoutingEndpointGroupsCommandOutput) => void
1374
+ ): void;
1375
+ public listCustomRoutingEndpointGroups(
1376
+ args: ListCustomRoutingEndpointGroupsCommandInput,
1377
+ options: __HttpHandlerOptions,
1378
+ cb: (err: any, data?: ListCustomRoutingEndpointGroupsCommandOutput) => void
1379
+ ): void;
1380
+ public listCustomRoutingEndpointGroups(
1381
+ args: ListCustomRoutingEndpointGroupsCommandInput,
1382
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListCustomRoutingEndpointGroupsCommandOutput) => void),
1383
+ cb?: (err: any, data?: ListCustomRoutingEndpointGroupsCommandOutput) => void
1384
+ ): Promise<ListCustomRoutingEndpointGroupsCommandOutput> | void {
1385
+ const command = new ListCustomRoutingEndpointGroupsCommand(args);
1386
+ if (typeof optionsOrCb === "function") {
1387
+ this.send(command, optionsOrCb);
1388
+ } else if (typeof cb === "function") {
1389
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1390
+ this.send(command, optionsOrCb || {}, cb);
1391
+ } else {
1392
+ return this.send(command, optionsOrCb);
1393
+ }
1394
+ }
1395
+
1396
+ /**
1397
+ * <p>List the listeners for a custom routing accelerator. </p>
1398
+ */
1399
+ public listCustomRoutingListeners(
1400
+ args: ListCustomRoutingListenersCommandInput,
1401
+ options?: __HttpHandlerOptions
1402
+ ): Promise<ListCustomRoutingListenersCommandOutput>;
1403
+ public listCustomRoutingListeners(
1404
+ args: ListCustomRoutingListenersCommandInput,
1405
+ cb: (err: any, data?: ListCustomRoutingListenersCommandOutput) => void
1406
+ ): void;
1407
+ public listCustomRoutingListeners(
1408
+ args: ListCustomRoutingListenersCommandInput,
1409
+ options: __HttpHandlerOptions,
1410
+ cb: (err: any, data?: ListCustomRoutingListenersCommandOutput) => void
1411
+ ): void;
1412
+ public listCustomRoutingListeners(
1413
+ args: ListCustomRoutingListenersCommandInput,
1414
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListCustomRoutingListenersCommandOutput) => void),
1415
+ cb?: (err: any, data?: ListCustomRoutingListenersCommandOutput) => void
1416
+ ): Promise<ListCustomRoutingListenersCommandOutput> | void {
1417
+ const command = new ListCustomRoutingListenersCommand(args);
1418
+ if (typeof optionsOrCb === "function") {
1419
+ this.send(command, optionsOrCb);
1420
+ } else if (typeof cb === "function") {
1421
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1422
+ this.send(command, optionsOrCb || {}, cb);
1423
+ } else {
1424
+ return this.send(command, optionsOrCb);
1425
+ }
1426
+ }
1427
+
1428
+ /**
1429
+ * <p>Provides a complete mapping from the public accelerator IP address and port to destination EC2 instance
1430
+ * IP addresses and ports in the virtual public cloud (VPC) subnet endpoint for a custom routing accelerator.
1431
+ * For each subnet endpoint that you add, Global Accelerator creates a new static port mapping for the accelerator. The port
1432
+ * mappings don't change after Global Accelerator generates them, so you can retrieve and cache the full mapping on your servers. </p>
1433
+ * <p>If you remove a subnet from your accelerator, Global Accelerator removes (reclaims) the port mappings. If you add a subnet to
1434
+ * your accelerator, Global Accelerator creates new port mappings (the existing ones don't change). If you add or remove EC2 instances
1435
+ * in your subnet, the port mappings don't change, because the mappings are created when you add the subnet to Global Accelerator.</p>
1436
+ * <p>The mappings also include a flag for each destination denoting which destination IP addresses and
1437
+ * ports are allowed or denied traffic.</p>
1438
+ */
1439
+ public listCustomRoutingPortMappings(
1440
+ args: ListCustomRoutingPortMappingsCommandInput,
1441
+ options?: __HttpHandlerOptions
1442
+ ): Promise<ListCustomRoutingPortMappingsCommandOutput>;
1443
+ public listCustomRoutingPortMappings(
1444
+ args: ListCustomRoutingPortMappingsCommandInput,
1445
+ cb: (err: any, data?: ListCustomRoutingPortMappingsCommandOutput) => void
1446
+ ): void;
1447
+ public listCustomRoutingPortMappings(
1448
+ args: ListCustomRoutingPortMappingsCommandInput,
1449
+ options: __HttpHandlerOptions,
1450
+ cb: (err: any, data?: ListCustomRoutingPortMappingsCommandOutput) => void
1451
+ ): void;
1452
+ public listCustomRoutingPortMappings(
1453
+ args: ListCustomRoutingPortMappingsCommandInput,
1454
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListCustomRoutingPortMappingsCommandOutput) => void),
1455
+ cb?: (err: any, data?: ListCustomRoutingPortMappingsCommandOutput) => void
1456
+ ): Promise<ListCustomRoutingPortMappingsCommandOutput> | void {
1457
+ const command = new ListCustomRoutingPortMappingsCommand(args);
1458
+ if (typeof optionsOrCb === "function") {
1459
+ this.send(command, optionsOrCb);
1460
+ } else if (typeof cb === "function") {
1461
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1462
+ this.send(command, optionsOrCb || {}, cb);
1463
+ } else {
1464
+ return this.send(command, optionsOrCb);
1465
+ }
1466
+ }
1467
+
1468
+ /**
1469
+ * <p>List the port mappings for a specific EC2 instance (destination) in a VPC subnet endpoint. The
1470
+ * response is the mappings for one destination IP address. This is useful when your subnet endpoint has mappings that
1471
+ * span multiple custom routing accelerators in your account, or for scenarios where you only want to
1472
+ * list the port mappings for a specific destination instance.</p>
1473
+ */
1474
+ public listCustomRoutingPortMappingsByDestination(
1475
+ args: ListCustomRoutingPortMappingsByDestinationCommandInput,
1476
+ options?: __HttpHandlerOptions
1477
+ ): Promise<ListCustomRoutingPortMappingsByDestinationCommandOutput>;
1478
+ public listCustomRoutingPortMappingsByDestination(
1479
+ args: ListCustomRoutingPortMappingsByDestinationCommandInput,
1480
+ cb: (err: any, data?: ListCustomRoutingPortMappingsByDestinationCommandOutput) => void
1481
+ ): void;
1482
+ public listCustomRoutingPortMappingsByDestination(
1483
+ args: ListCustomRoutingPortMappingsByDestinationCommandInput,
1484
+ options: __HttpHandlerOptions,
1485
+ cb: (err: any, data?: ListCustomRoutingPortMappingsByDestinationCommandOutput) => void
1486
+ ): void;
1487
+ public listCustomRoutingPortMappingsByDestination(
1488
+ args: ListCustomRoutingPortMappingsByDestinationCommandInput,
1489
+ optionsOrCb?:
1490
+ | __HttpHandlerOptions
1491
+ | ((err: any, data?: ListCustomRoutingPortMappingsByDestinationCommandOutput) => void),
1492
+ cb?: (err: any, data?: ListCustomRoutingPortMappingsByDestinationCommandOutput) => void
1493
+ ): Promise<ListCustomRoutingPortMappingsByDestinationCommandOutput> | void {
1494
+ const command = new ListCustomRoutingPortMappingsByDestinationCommand(args);
1495
+ if (typeof optionsOrCb === "function") {
1496
+ this.send(command, optionsOrCb);
1497
+ } else if (typeof cb === "function") {
1498
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1499
+ this.send(command, optionsOrCb || {}, cb);
1500
+ } else {
1501
+ return this.send(command, optionsOrCb);
1502
+ }
1503
+ }
1504
+
1505
+ /**
1506
+ * <p>List the endpoint groups that are associated with a listener. </p>
1507
+ */
1508
+ public listEndpointGroups(
1509
+ args: ListEndpointGroupsCommandInput,
1510
+ options?: __HttpHandlerOptions
1511
+ ): Promise<ListEndpointGroupsCommandOutput>;
1512
+ public listEndpointGroups(
1513
+ args: ListEndpointGroupsCommandInput,
1514
+ cb: (err: any, data?: ListEndpointGroupsCommandOutput) => void
1515
+ ): void;
1516
+ public listEndpointGroups(
1517
+ args: ListEndpointGroupsCommandInput,
1518
+ options: __HttpHandlerOptions,
1519
+ cb: (err: any, data?: ListEndpointGroupsCommandOutput) => void
1520
+ ): void;
1521
+ public listEndpointGroups(
1522
+ args: ListEndpointGroupsCommandInput,
1523
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListEndpointGroupsCommandOutput) => void),
1524
+ cb?: (err: any, data?: ListEndpointGroupsCommandOutput) => void
1525
+ ): Promise<ListEndpointGroupsCommandOutput> | void {
1526
+ const command = new ListEndpointGroupsCommand(args);
1527
+ if (typeof optionsOrCb === "function") {
1528
+ this.send(command, optionsOrCb);
1529
+ } else if (typeof cb === "function") {
1530
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1531
+ this.send(command, optionsOrCb || {}, cb);
1532
+ } else {
1533
+ return this.send(command, optionsOrCb);
1534
+ }
1535
+ }
1536
+
1537
+ /**
1538
+ * <p>List the listeners for an accelerator. </p>
1539
+ */
1540
+ public listListeners(
1541
+ args: ListListenersCommandInput,
1542
+ options?: __HttpHandlerOptions
1543
+ ): Promise<ListListenersCommandOutput>;
1544
+ public listListeners(
1545
+ args: ListListenersCommandInput,
1546
+ cb: (err: any, data?: ListListenersCommandOutput) => void
1547
+ ): void;
1548
+ public listListeners(
1549
+ args: ListListenersCommandInput,
1550
+ options: __HttpHandlerOptions,
1551
+ cb: (err: any, data?: ListListenersCommandOutput) => void
1552
+ ): void;
1553
+ public listListeners(
1554
+ args: ListListenersCommandInput,
1555
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListListenersCommandOutput) => void),
1556
+ cb?: (err: any, data?: ListListenersCommandOutput) => void
1557
+ ): Promise<ListListenersCommandOutput> | void {
1558
+ const command = new ListListenersCommand(args);
1559
+ if (typeof optionsOrCb === "function") {
1560
+ this.send(command, optionsOrCb);
1561
+ } else if (typeof cb === "function") {
1562
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1563
+ this.send(command, optionsOrCb || {}, cb);
1564
+ } else {
1565
+ return this.send(command, optionsOrCb);
1566
+ }
1567
+ }
1568
+
1569
+ /**
1570
+ * <p>List all tags for an accelerator. </p>
1571
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html">Tagging
1572
+ * in AWS Global Accelerator</a> in the <i>AWS Global Accelerator Developer Guide</i>. </p>
1573
+ */
1574
+ public listTagsForResource(
1575
+ args: ListTagsForResourceCommandInput,
1576
+ options?: __HttpHandlerOptions
1577
+ ): Promise<ListTagsForResourceCommandOutput>;
1578
+ public listTagsForResource(
1579
+ args: ListTagsForResourceCommandInput,
1580
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1581
+ ): void;
1582
+ public listTagsForResource(
1583
+ args: ListTagsForResourceCommandInput,
1584
+ options: __HttpHandlerOptions,
1585
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
1586
+ ): void;
1587
+ public listTagsForResource(
1588
+ args: ListTagsForResourceCommandInput,
1589
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTagsForResourceCommandOutput) => void),
1590
+ cb?: (err: any, data?: ListTagsForResourceCommandOutput) => void
1591
+ ): Promise<ListTagsForResourceCommandOutput> | void {
1592
+ const command = new ListTagsForResourceCommand(args);
1593
+ if (typeof optionsOrCb === "function") {
1594
+ this.send(command, optionsOrCb);
1595
+ } else if (typeof cb === "function") {
1596
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1597
+ this.send(command, optionsOrCb || {}, cb);
1598
+ } else {
1599
+ return this.send(command, optionsOrCb);
1600
+ }
1601
+ }
1602
+
1603
+ /**
1604
+ * <p>Provisions an IP address range to use with your AWS resources through bring your own IP
1605
+ * addresses (BYOIP) and creates a corresponding address pool. After the address range is provisioned,
1606
+ * it is ready to be advertised using <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/AdvertiseByoipCidr.html">
1607
+ * AdvertiseByoipCidr</a>.</p>
1608
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring Your Own
1609
+ * IP Addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
1610
+ */
1611
+ public provisionByoipCidr(
1612
+ args: ProvisionByoipCidrCommandInput,
1613
+ options?: __HttpHandlerOptions
1614
+ ): Promise<ProvisionByoipCidrCommandOutput>;
1615
+ public provisionByoipCidr(
1616
+ args: ProvisionByoipCidrCommandInput,
1617
+ cb: (err: any, data?: ProvisionByoipCidrCommandOutput) => void
1618
+ ): void;
1619
+ public provisionByoipCidr(
1620
+ args: ProvisionByoipCidrCommandInput,
1621
+ options: __HttpHandlerOptions,
1622
+ cb: (err: any, data?: ProvisionByoipCidrCommandOutput) => void
1623
+ ): void;
1624
+ public provisionByoipCidr(
1625
+ args: ProvisionByoipCidrCommandInput,
1626
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ProvisionByoipCidrCommandOutput) => void),
1627
+ cb?: (err: any, data?: ProvisionByoipCidrCommandOutput) => void
1628
+ ): Promise<ProvisionByoipCidrCommandOutput> | void {
1629
+ const command = new ProvisionByoipCidrCommand(args);
1630
+ if (typeof optionsOrCb === "function") {
1631
+ this.send(command, optionsOrCb);
1632
+ } else if (typeof cb === "function") {
1633
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1634
+ this.send(command, optionsOrCb || {}, cb);
1635
+ } else {
1636
+ return this.send(command, optionsOrCb);
1637
+ }
1638
+ }
1639
+
1640
+ /**
1641
+ * <p>Remove endpoints from a custom routing accelerator.</p>
1642
+ */
1643
+ public removeCustomRoutingEndpoints(
1644
+ args: RemoveCustomRoutingEndpointsCommandInput,
1645
+ options?: __HttpHandlerOptions
1646
+ ): Promise<RemoveCustomRoutingEndpointsCommandOutput>;
1647
+ public removeCustomRoutingEndpoints(
1648
+ args: RemoveCustomRoutingEndpointsCommandInput,
1649
+ cb: (err: any, data?: RemoveCustomRoutingEndpointsCommandOutput) => void
1650
+ ): void;
1651
+ public removeCustomRoutingEndpoints(
1652
+ args: RemoveCustomRoutingEndpointsCommandInput,
1653
+ options: __HttpHandlerOptions,
1654
+ cb: (err: any, data?: RemoveCustomRoutingEndpointsCommandOutput) => void
1655
+ ): void;
1656
+ public removeCustomRoutingEndpoints(
1657
+ args: RemoveCustomRoutingEndpointsCommandInput,
1658
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RemoveCustomRoutingEndpointsCommandOutput) => void),
1659
+ cb?: (err: any, data?: RemoveCustomRoutingEndpointsCommandOutput) => void
1660
+ ): Promise<RemoveCustomRoutingEndpointsCommandOutput> | void {
1661
+ const command = new RemoveCustomRoutingEndpointsCommand(args);
1662
+ if (typeof optionsOrCb === "function") {
1663
+ this.send(command, optionsOrCb);
1664
+ } else if (typeof cb === "function") {
1665
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1666
+ this.send(command, optionsOrCb || {}, cb);
1667
+ } else {
1668
+ return this.send(command, optionsOrCb);
1669
+ }
1670
+ }
1671
+
1672
+ /**
1673
+ * <p>Add tags to an accelerator resource. </p>
1674
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html">Tagging
1675
+ * in AWS Global Accelerator</a> in the <i>AWS Global Accelerator Developer Guide</i>. </p>
1676
+ */
1677
+ public tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
1678
+ public tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
1679
+ public tagResource(
1680
+ args: TagResourceCommandInput,
1681
+ options: __HttpHandlerOptions,
1682
+ cb: (err: any, data?: TagResourceCommandOutput) => void
1683
+ ): void;
1684
+ public tagResource(
1685
+ args: TagResourceCommandInput,
1686
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TagResourceCommandOutput) => void),
1687
+ cb?: (err: any, data?: TagResourceCommandOutput) => void
1688
+ ): Promise<TagResourceCommandOutput> | void {
1689
+ const command = new TagResourceCommand(args);
1690
+ if (typeof optionsOrCb === "function") {
1691
+ this.send(command, optionsOrCb);
1692
+ } else if (typeof cb === "function") {
1693
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1694
+ this.send(command, optionsOrCb || {}, cb);
1695
+ } else {
1696
+ return this.send(command, optionsOrCb);
1697
+ }
1698
+ }
1699
+
1700
+ /**
1701
+ * <p>Remove tags from a Global Accelerator resource. When you specify a tag key, the action removes both that key and its associated value.
1702
+ * The operation succeeds even if you attempt to remove tags from an accelerator that was already removed.</p>
1703
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html">Tagging
1704
+ * in AWS Global Accelerator</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
1705
+ */
1706
+ public untagResource(
1707
+ args: UntagResourceCommandInput,
1708
+ options?: __HttpHandlerOptions
1709
+ ): Promise<UntagResourceCommandOutput>;
1710
+ public untagResource(
1711
+ args: UntagResourceCommandInput,
1712
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
1713
+ ): void;
1714
+ public untagResource(
1715
+ args: UntagResourceCommandInput,
1716
+ options: __HttpHandlerOptions,
1717
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
1718
+ ): void;
1719
+ public untagResource(
1720
+ args: UntagResourceCommandInput,
1721
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UntagResourceCommandOutput) => void),
1722
+ cb?: (err: any, data?: UntagResourceCommandOutput) => void
1723
+ ): Promise<UntagResourceCommandOutput> | void {
1724
+ const command = new UntagResourceCommand(args);
1725
+ if (typeof optionsOrCb === "function") {
1726
+ this.send(command, optionsOrCb);
1727
+ } else if (typeof cb === "function") {
1728
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1729
+ this.send(command, optionsOrCb || {}, cb);
1730
+ } else {
1731
+ return this.send(command, optionsOrCb);
1732
+ }
1733
+ }
1734
+
1735
+ /**
1736
+ * <p>Update an accelerator. </p>
1737
+ *
1738
+ * <important>
1739
+ * <p>Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the
1740
+ * US West (Oregon) Region to create or update accelerators.</p>
1741
+ * </important>
1742
+ */
1743
+ public updateAccelerator(
1744
+ args: UpdateAcceleratorCommandInput,
1745
+ options?: __HttpHandlerOptions
1746
+ ): Promise<UpdateAcceleratorCommandOutput>;
1747
+ public updateAccelerator(
1748
+ args: UpdateAcceleratorCommandInput,
1749
+ cb: (err: any, data?: UpdateAcceleratorCommandOutput) => void
1750
+ ): void;
1751
+ public updateAccelerator(
1752
+ args: UpdateAcceleratorCommandInput,
1753
+ options: __HttpHandlerOptions,
1754
+ cb: (err: any, data?: UpdateAcceleratorCommandOutput) => void
1755
+ ): void;
1756
+ public updateAccelerator(
1757
+ args: UpdateAcceleratorCommandInput,
1758
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateAcceleratorCommandOutput) => void),
1759
+ cb?: (err: any, data?: UpdateAcceleratorCommandOutput) => void
1760
+ ): Promise<UpdateAcceleratorCommandOutput> | void {
1761
+ const command = new UpdateAcceleratorCommand(args);
1762
+ if (typeof optionsOrCb === "function") {
1763
+ this.send(command, optionsOrCb);
1764
+ } else if (typeof cb === "function") {
1765
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1766
+ this.send(command, optionsOrCb || {}, cb);
1767
+ } else {
1768
+ return this.send(command, optionsOrCb);
1769
+ }
1770
+ }
1771
+
1772
+ /**
1773
+ * <p>Update the attributes for an accelerator. </p>
1774
+ */
1775
+ public updateAcceleratorAttributes(
1776
+ args: UpdateAcceleratorAttributesCommandInput,
1777
+ options?: __HttpHandlerOptions
1778
+ ): Promise<UpdateAcceleratorAttributesCommandOutput>;
1779
+ public updateAcceleratorAttributes(
1780
+ args: UpdateAcceleratorAttributesCommandInput,
1781
+ cb: (err: any, data?: UpdateAcceleratorAttributesCommandOutput) => void
1782
+ ): void;
1783
+ public updateAcceleratorAttributes(
1784
+ args: UpdateAcceleratorAttributesCommandInput,
1785
+ options: __HttpHandlerOptions,
1786
+ cb: (err: any, data?: UpdateAcceleratorAttributesCommandOutput) => void
1787
+ ): void;
1788
+ public updateAcceleratorAttributes(
1789
+ args: UpdateAcceleratorAttributesCommandInput,
1790
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateAcceleratorAttributesCommandOutput) => void),
1791
+ cb?: (err: any, data?: UpdateAcceleratorAttributesCommandOutput) => void
1792
+ ): Promise<UpdateAcceleratorAttributesCommandOutput> | void {
1793
+ const command = new UpdateAcceleratorAttributesCommand(args);
1794
+ if (typeof optionsOrCb === "function") {
1795
+ this.send(command, optionsOrCb);
1796
+ } else if (typeof cb === "function") {
1797
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1798
+ this.send(command, optionsOrCb || {}, cb);
1799
+ } else {
1800
+ return this.send(command, optionsOrCb);
1801
+ }
1802
+ }
1803
+
1804
+ /**
1805
+ * <p>Update a custom routing accelerator. </p>
1806
+ */
1807
+ public updateCustomRoutingAccelerator(
1808
+ args: UpdateCustomRoutingAcceleratorCommandInput,
1809
+ options?: __HttpHandlerOptions
1810
+ ): Promise<UpdateCustomRoutingAcceleratorCommandOutput>;
1811
+ public updateCustomRoutingAccelerator(
1812
+ args: UpdateCustomRoutingAcceleratorCommandInput,
1813
+ cb: (err: any, data?: UpdateCustomRoutingAcceleratorCommandOutput) => void
1814
+ ): void;
1815
+ public updateCustomRoutingAccelerator(
1816
+ args: UpdateCustomRoutingAcceleratorCommandInput,
1817
+ options: __HttpHandlerOptions,
1818
+ cb: (err: any, data?: UpdateCustomRoutingAcceleratorCommandOutput) => void
1819
+ ): void;
1820
+ public updateCustomRoutingAccelerator(
1821
+ args: UpdateCustomRoutingAcceleratorCommandInput,
1822
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateCustomRoutingAcceleratorCommandOutput) => void),
1823
+ cb?: (err: any, data?: UpdateCustomRoutingAcceleratorCommandOutput) => void
1824
+ ): Promise<UpdateCustomRoutingAcceleratorCommandOutput> | void {
1825
+ const command = new UpdateCustomRoutingAcceleratorCommand(args);
1826
+ if (typeof optionsOrCb === "function") {
1827
+ this.send(command, optionsOrCb);
1828
+ } else if (typeof cb === "function") {
1829
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1830
+ this.send(command, optionsOrCb || {}, cb);
1831
+ } else {
1832
+ return this.send(command, optionsOrCb);
1833
+ }
1834
+ }
1835
+
1836
+ /**
1837
+ * <p>Update the attributes for a custom routing accelerator. </p>
1838
+ */
1839
+ public updateCustomRoutingAcceleratorAttributes(
1840
+ args: UpdateCustomRoutingAcceleratorAttributesCommandInput,
1841
+ options?: __HttpHandlerOptions
1842
+ ): Promise<UpdateCustomRoutingAcceleratorAttributesCommandOutput>;
1843
+ public updateCustomRoutingAcceleratorAttributes(
1844
+ args: UpdateCustomRoutingAcceleratorAttributesCommandInput,
1845
+ cb: (err: any, data?: UpdateCustomRoutingAcceleratorAttributesCommandOutput) => void
1846
+ ): void;
1847
+ public updateCustomRoutingAcceleratorAttributes(
1848
+ args: UpdateCustomRoutingAcceleratorAttributesCommandInput,
1849
+ options: __HttpHandlerOptions,
1850
+ cb: (err: any, data?: UpdateCustomRoutingAcceleratorAttributesCommandOutput) => void
1851
+ ): void;
1852
+ public updateCustomRoutingAcceleratorAttributes(
1853
+ args: UpdateCustomRoutingAcceleratorAttributesCommandInput,
1854
+ optionsOrCb?:
1855
+ | __HttpHandlerOptions
1856
+ | ((err: any, data?: UpdateCustomRoutingAcceleratorAttributesCommandOutput) => void),
1857
+ cb?: (err: any, data?: UpdateCustomRoutingAcceleratorAttributesCommandOutput) => void
1858
+ ): Promise<UpdateCustomRoutingAcceleratorAttributesCommandOutput> | void {
1859
+ const command = new UpdateCustomRoutingAcceleratorAttributesCommand(args);
1860
+ if (typeof optionsOrCb === "function") {
1861
+ this.send(command, optionsOrCb);
1862
+ } else if (typeof cb === "function") {
1863
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1864
+ this.send(command, optionsOrCb || {}, cb);
1865
+ } else {
1866
+ return this.send(command, optionsOrCb);
1867
+ }
1868
+ }
1869
+
1870
+ /**
1871
+ * <p>Update a listener for a custom routing accelerator. </p>
1872
+ */
1873
+ public updateCustomRoutingListener(
1874
+ args: UpdateCustomRoutingListenerCommandInput,
1875
+ options?: __HttpHandlerOptions
1876
+ ): Promise<UpdateCustomRoutingListenerCommandOutput>;
1877
+ public updateCustomRoutingListener(
1878
+ args: UpdateCustomRoutingListenerCommandInput,
1879
+ cb: (err: any, data?: UpdateCustomRoutingListenerCommandOutput) => void
1880
+ ): void;
1881
+ public updateCustomRoutingListener(
1882
+ args: UpdateCustomRoutingListenerCommandInput,
1883
+ options: __HttpHandlerOptions,
1884
+ cb: (err: any, data?: UpdateCustomRoutingListenerCommandOutput) => void
1885
+ ): void;
1886
+ public updateCustomRoutingListener(
1887
+ args: UpdateCustomRoutingListenerCommandInput,
1888
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateCustomRoutingListenerCommandOutput) => void),
1889
+ cb?: (err: any, data?: UpdateCustomRoutingListenerCommandOutput) => void
1890
+ ): Promise<UpdateCustomRoutingListenerCommandOutput> | void {
1891
+ const command = new UpdateCustomRoutingListenerCommand(args);
1892
+ if (typeof optionsOrCb === "function") {
1893
+ this.send(command, optionsOrCb);
1894
+ } else if (typeof cb === "function") {
1895
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1896
+ this.send(command, optionsOrCb || {}, cb);
1897
+ } else {
1898
+ return this.send(command, optionsOrCb);
1899
+ }
1900
+ }
1901
+
1902
+ /**
1903
+ * <p>Update an endpoint group. A resource must be valid and active when you add it as an endpoint.</p>
1904
+ */
1905
+ public updateEndpointGroup(
1906
+ args: UpdateEndpointGroupCommandInput,
1907
+ options?: __HttpHandlerOptions
1908
+ ): Promise<UpdateEndpointGroupCommandOutput>;
1909
+ public updateEndpointGroup(
1910
+ args: UpdateEndpointGroupCommandInput,
1911
+ cb: (err: any, data?: UpdateEndpointGroupCommandOutput) => void
1912
+ ): void;
1913
+ public updateEndpointGroup(
1914
+ args: UpdateEndpointGroupCommandInput,
1915
+ options: __HttpHandlerOptions,
1916
+ cb: (err: any, data?: UpdateEndpointGroupCommandOutput) => void
1917
+ ): void;
1918
+ public updateEndpointGroup(
1919
+ args: UpdateEndpointGroupCommandInput,
1920
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateEndpointGroupCommandOutput) => void),
1921
+ cb?: (err: any, data?: UpdateEndpointGroupCommandOutput) => void
1922
+ ): Promise<UpdateEndpointGroupCommandOutput> | void {
1923
+ const command = new UpdateEndpointGroupCommand(args);
1924
+ if (typeof optionsOrCb === "function") {
1925
+ this.send(command, optionsOrCb);
1926
+ } else if (typeof cb === "function") {
1927
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1928
+ this.send(command, optionsOrCb || {}, cb);
1929
+ } else {
1930
+ return this.send(command, optionsOrCb);
1931
+ }
1932
+ }
1933
+
1934
+ /**
1935
+ * <p>Update a listener. </p>
1936
+ */
1937
+ public updateListener(
1938
+ args: UpdateListenerCommandInput,
1939
+ options?: __HttpHandlerOptions
1940
+ ): Promise<UpdateListenerCommandOutput>;
1941
+ public updateListener(
1942
+ args: UpdateListenerCommandInput,
1943
+ cb: (err: any, data?: UpdateListenerCommandOutput) => void
1944
+ ): void;
1945
+ public updateListener(
1946
+ args: UpdateListenerCommandInput,
1947
+ options: __HttpHandlerOptions,
1948
+ cb: (err: any, data?: UpdateListenerCommandOutput) => void
1949
+ ): void;
1950
+ public updateListener(
1951
+ args: UpdateListenerCommandInput,
1952
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateListenerCommandOutput) => void),
1953
+ cb?: (err: any, data?: UpdateListenerCommandOutput) => void
1954
+ ): Promise<UpdateListenerCommandOutput> | void {
1955
+ const command = new UpdateListenerCommand(args);
1956
+ if (typeof optionsOrCb === "function") {
1957
+ this.send(command, optionsOrCb);
1958
+ } else if (typeof cb === "function") {
1959
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1960
+ this.send(command, optionsOrCb || {}, cb);
1961
+ } else {
1962
+ return this.send(command, optionsOrCb);
1963
+ }
1964
+ }
1965
+
1966
+ /**
1967
+ * <p>Stops advertising an address range that is provisioned as an address pool.
1968
+ * You can perform this operation at most once every 10 seconds, even if you specify different address
1969
+ * ranges each time.</p>
1970
+ * <p>It can take a few minutes before traffic to the specified addresses stops routing to AWS because of
1971
+ * propagation delays.</p>
1972
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring Your Own
1973
+ * IP Addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
1974
+ */
1975
+ public withdrawByoipCidr(
1976
+ args: WithdrawByoipCidrCommandInput,
1977
+ options?: __HttpHandlerOptions
1978
+ ): Promise<WithdrawByoipCidrCommandOutput>;
1979
+ public withdrawByoipCidr(
1980
+ args: WithdrawByoipCidrCommandInput,
1981
+ cb: (err: any, data?: WithdrawByoipCidrCommandOutput) => void
1982
+ ): void;
1983
+ public withdrawByoipCidr(
1984
+ args: WithdrawByoipCidrCommandInput,
1985
+ options: __HttpHandlerOptions,
1986
+ cb: (err: any, data?: WithdrawByoipCidrCommandOutput) => void
1987
+ ): void;
1988
+ public withdrawByoipCidr(
1989
+ args: WithdrawByoipCidrCommandInput,
1990
+ optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: WithdrawByoipCidrCommandOutput) => void),
1991
+ cb?: (err: any, data?: WithdrawByoipCidrCommandOutput) => void
1992
+ ): Promise<WithdrawByoipCidrCommandOutput> | void {
1993
+ const command = new WithdrawByoipCidrCommand(args);
1994
+ if (typeof optionsOrCb === "function") {
1995
+ this.send(command, optionsOrCb);
1996
+ } else if (typeof cb === "function") {
1997
+ if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1998
+ this.send(command, optionsOrCb || {}, cb);
1999
+ } else {
2000
+ return this.send(command, optionsOrCb);
2001
+ }
2002
+ }
2003
+ }