@aws-sdk/client-global-accelerator 3.34.0 → 3.37.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 (522) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/GlobalAccelerator.js +1 -152
  3. package/dist-cjs/GlobalAcceleratorClient.js +35 -0
  4. package/dist-cjs/commands/AddCustomRoutingEndpointsCommand.js +36 -0
  5. package/dist-cjs/commands/AdvertiseByoipCidrCommand.js +36 -0
  6. package/dist-cjs/commands/AllowCustomRoutingTrafficCommand.js +36 -0
  7. package/{dist/cjs → dist-cjs}/commands/CreateAcceleratorCommand.js +2 -32
  8. package/dist-cjs/commands/CreateCustomRoutingAcceleratorCommand.js +36 -0
  9. package/{dist/cjs → dist-cjs}/commands/CreateCustomRoutingEndpointGroupCommand.js +2 -29
  10. package/{dist/cjs → dist-cjs}/commands/CreateCustomRoutingListenerCommand.js +2 -28
  11. package/{dist/cjs → dist-cjs}/commands/CreateEndpointGroupCommand.js +2 -28
  12. package/{dist/cjs → dist-cjs}/commands/CreateListenerCommand.js +2 -28
  13. package/dist-cjs/commands/DeleteAcceleratorCommand.js +36 -0
  14. package/dist-cjs/commands/DeleteCustomRoutingAcceleratorCommand.js +36 -0
  15. package/{dist/cjs → dist-cjs}/commands/DeleteCustomRoutingEndpointGroupCommand.js +2 -27
  16. package/{dist/cjs → dist-cjs}/commands/DeleteCustomRoutingListenerCommand.js +2 -27
  17. package/{dist/cjs → dist-cjs}/commands/DeleteEndpointGroupCommand.js +2 -27
  18. package/{dist/cjs → dist-cjs}/commands/DeleteListenerCommand.js +2 -27
  19. package/{dist/cjs → dist-cjs}/commands/DenyCustomRoutingTrafficCommand.js +2 -32
  20. package/dist-cjs/commands/DeprovisionByoipCidrCommand.js +36 -0
  21. package/{dist/cjs → dist-cjs}/commands/DescribeAcceleratorAttributesCommand.js +2 -28
  22. package/{dist/cjs → dist-cjs}/commands/DescribeAcceleratorCommand.js +2 -27
  23. package/{dist/cjs → dist-cjs}/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +2 -27
  24. package/{dist/cjs → dist-cjs}/commands/DescribeCustomRoutingAcceleratorCommand.js +2 -27
  25. package/{dist/cjs → dist-cjs}/commands/DescribeCustomRoutingEndpointGroupCommand.js +2 -27
  26. package/{dist/cjs → dist-cjs}/commands/DescribeCustomRoutingListenerCommand.js +2 -27
  27. package/{dist/cjs → dist-cjs}/commands/DescribeEndpointGroupCommand.js +2 -27
  28. package/{dist/cjs → dist-cjs}/commands/DescribeListenerCommand.js +2 -27
  29. package/{dist/cjs → dist-cjs}/commands/ListAcceleratorsCommand.js +2 -27
  30. package/{dist/cjs → dist-cjs}/commands/ListByoipCidrsCommand.js +2 -28
  31. package/{dist/cjs → dist-cjs}/commands/ListCustomRoutingAcceleratorsCommand.js +2 -27
  32. package/{dist/cjs → dist-cjs}/commands/ListCustomRoutingEndpointGroupsCommand.js +2 -27
  33. package/{dist/cjs → dist-cjs}/commands/ListCustomRoutingListenersCommand.js +2 -27
  34. package/{dist/cjs → dist-cjs}/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +2 -30
  35. package/dist-cjs/commands/ListCustomRoutingPortMappingsCommand.js +36 -0
  36. package/{dist/cjs → dist-cjs}/commands/ListEndpointGroupsCommand.js +2 -27
  37. package/{dist/cjs → dist-cjs}/commands/ListListenersCommand.js +2 -27
  38. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -29
  39. package/{dist/cjs → dist-cjs}/commands/ProvisionByoipCidrCommand.js +2 -32
  40. package/{dist/cjs → dist-cjs}/commands/RemoveCustomRoutingEndpointsCommand.js +2 -27
  41. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -29
  42. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -30
  43. package/{dist/cjs → dist-cjs}/commands/UpdateAcceleratorAttributesCommand.js +2 -27
  44. package/{dist/cjs → dist-cjs}/commands/UpdateAcceleratorCommand.js +2 -32
  45. package/{dist/cjs → dist-cjs}/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +2 -27
  46. package/{dist/cjs → dist-cjs}/commands/UpdateCustomRoutingAcceleratorCommand.js +2 -27
  47. package/{dist/cjs → dist-cjs}/commands/UpdateCustomRoutingListenerCommand.js +2 -27
  48. package/{dist/cjs → dist-cjs}/commands/UpdateEndpointGroupCommand.js +2 -27
  49. package/{dist/cjs → dist-cjs}/commands/UpdateListenerCommand.js +2 -27
  50. package/{dist/cjs → dist-cjs}/commands/WithdrawByoipCidrCommand.js +2 -33
  51. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  52. package/{dist/cjs → dist-cjs}/index.js +0 -1
  53. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  54. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -382
  55. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  56. package/{dist/cjs → dist-cjs}/pagination/ListAcceleratorsPaginator.js +1 -12
  57. package/{dist/cjs → dist-cjs}/pagination/ListByoipCidrsPaginator.js +1 -12
  58. package/{dist/cjs → dist-cjs}/pagination/ListCustomRoutingAcceleratorsPaginator.js +1 -12
  59. package/{dist/cjs → dist-cjs}/pagination/ListCustomRoutingEndpointGroupsPaginator.js +1 -12
  60. package/{dist/cjs → dist-cjs}/pagination/ListCustomRoutingListenersPaginator.js +1 -12
  61. package/{dist/cjs → dist-cjs}/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +1 -12
  62. package/{dist/cjs → dist-cjs}/pagination/ListCustomRoutingPortMappingsPaginator.js +1 -12
  63. package/{dist/cjs → dist-cjs}/pagination/ListEndpointGroupsPaginator.js +1 -12
  64. package/{dist/cjs → dist-cjs}/pagination/ListListenersPaginator.js +1 -12
  65. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
  66. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  67. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  68. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  69. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  70. package/{dist/es → dist-es}/GlobalAccelerator.js +1 -2
  71. package/{dist/es → dist-es}/GlobalAcceleratorClient.js +1 -2
  72. package/{dist/es → dist-es}/commands/AddCustomRoutingEndpointsCommand.js +2 -3
  73. package/{dist/es → dist-es}/commands/AdvertiseByoipCidrCommand.js +2 -3
  74. package/{dist/es → dist-es}/commands/AllowCustomRoutingTrafficCommand.js +2 -3
  75. package/{dist/es → dist-es}/commands/CreateAcceleratorCommand.js +2 -3
  76. package/{dist/es → dist-es}/commands/CreateCustomRoutingAcceleratorCommand.js +2 -3
  77. package/{dist/es → dist-es}/commands/CreateCustomRoutingEndpointGroupCommand.js +2 -3
  78. package/{dist/es → dist-es}/commands/CreateCustomRoutingListenerCommand.js +2 -3
  79. package/{dist/es → dist-es}/commands/CreateEndpointGroupCommand.js +2 -3
  80. package/{dist/es → dist-es}/commands/CreateListenerCommand.js +2 -3
  81. package/{dist/es → dist-es}/commands/DeleteAcceleratorCommand.js +2 -3
  82. package/{dist/es → dist-es}/commands/DeleteCustomRoutingAcceleratorCommand.js +2 -3
  83. package/{dist/es → dist-es}/commands/DeleteCustomRoutingEndpointGroupCommand.js +2 -3
  84. package/{dist/es → dist-es}/commands/DeleteCustomRoutingListenerCommand.js +2 -3
  85. package/{dist/es → dist-es}/commands/DeleteEndpointGroupCommand.js +2 -3
  86. package/{dist/es → dist-es}/commands/DeleteListenerCommand.js +2 -3
  87. package/{dist/es → dist-es}/commands/DenyCustomRoutingTrafficCommand.js +2 -3
  88. package/{dist/es → dist-es}/commands/DeprovisionByoipCidrCommand.js +2 -3
  89. package/{dist/es → dist-es}/commands/DescribeAcceleratorAttributesCommand.js +2 -3
  90. package/{dist/es → dist-es}/commands/DescribeAcceleratorCommand.js +2 -3
  91. package/{dist/es → dist-es}/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +2 -3
  92. package/{dist/es → dist-es}/commands/DescribeCustomRoutingAcceleratorCommand.js +2 -3
  93. package/{dist/es → dist-es}/commands/DescribeCustomRoutingEndpointGroupCommand.js +2 -3
  94. package/{dist/es → dist-es}/commands/DescribeCustomRoutingListenerCommand.js +2 -3
  95. package/{dist/es → dist-es}/commands/DescribeEndpointGroupCommand.js +2 -3
  96. package/{dist/es → dist-es}/commands/DescribeListenerCommand.js +2 -3
  97. package/{dist/es → dist-es}/commands/ListAcceleratorsCommand.js +2 -3
  98. package/{dist/es → dist-es}/commands/ListByoipCidrsCommand.js +2 -3
  99. package/{dist/es → dist-es}/commands/ListCustomRoutingAcceleratorsCommand.js +2 -3
  100. package/{dist/es → dist-es}/commands/ListCustomRoutingEndpointGroupsCommand.js +2 -3
  101. package/{dist/es → dist-es}/commands/ListCustomRoutingListenersCommand.js +2 -3
  102. package/{dist/es → dist-es}/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +2 -3
  103. package/{dist/es → dist-es}/commands/ListCustomRoutingPortMappingsCommand.js +2 -3
  104. package/{dist/es → dist-es}/commands/ListEndpointGroupsCommand.js +2 -3
  105. package/{dist/es → dist-es}/commands/ListListenersCommand.js +2 -3
  106. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
  107. package/{dist/es → dist-es}/commands/ProvisionByoipCidrCommand.js +2 -3
  108. package/{dist/es → dist-es}/commands/RemoveCustomRoutingEndpointsCommand.js +2 -3
  109. package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
  110. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
  111. package/{dist/es → dist-es}/commands/UpdateAcceleratorAttributesCommand.js +2 -3
  112. package/{dist/es → dist-es}/commands/UpdateAcceleratorCommand.js +2 -3
  113. package/{dist/es → dist-es}/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +2 -3
  114. package/{dist/es → dist-es}/commands/UpdateCustomRoutingAcceleratorCommand.js +2 -3
  115. package/{dist/es → dist-es}/commands/UpdateCustomRoutingListenerCommand.js +2 -3
  116. package/{dist/es → dist-es}/commands/UpdateEndpointGroupCommand.js +2 -3
  117. package/{dist/es → dist-es}/commands/UpdateListenerCommand.js +2 -3
  118. package/{dist/es → dist-es}/commands/WithdrawByoipCidrCommand.js +2 -3
  119. package/{dist/es → dist-es}/endpoints.js +1 -2
  120. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  121. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  122. package/{dist/es → dist-es}/models/models_0.js +0 -1
  123. package/dist-es/pagination/Interfaces.js +1 -0
  124. package/{dist/es → dist-es}/pagination/ListAcceleratorsPaginator.js +1 -2
  125. package/{dist/es → dist-es}/pagination/ListByoipCidrsPaginator.js +1 -2
  126. package/{dist/es → dist-es}/pagination/ListCustomRoutingAcceleratorsPaginator.js +1 -2
  127. package/{dist/es → dist-es}/pagination/ListCustomRoutingEndpointGroupsPaginator.js +1 -2
  128. package/{dist/es → dist-es}/pagination/ListCustomRoutingListenersPaginator.js +1 -2
  129. package/{dist/es → dist-es}/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +1 -2
  130. package/{dist/es → dist-es}/pagination/ListCustomRoutingPortMappingsPaginator.js +1 -2
  131. package/{dist/es → dist-es}/pagination/ListEndpointGroupsPaginator.js +1 -2
  132. package/{dist/es → dist-es}/pagination/ListListenersPaginator.js +1 -2
  133. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
  134. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  135. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  136. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  137. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  138. package/{dist/types → dist-types}/GlobalAccelerator.d.ts +2 -2
  139. package/{dist/types → dist-types}/GlobalAcceleratorClient.d.ts +8 -8
  140. package/{dist/types → dist-types}/commands/AddCustomRoutingEndpointsCommand.d.ts +2 -2
  141. package/{dist/types → dist-types}/commands/AdvertiseByoipCidrCommand.d.ts +2 -2
  142. package/{dist/types → dist-types}/commands/AllowCustomRoutingTrafficCommand.d.ts +2 -2
  143. package/{dist/types → dist-types}/commands/CreateAcceleratorCommand.d.ts +2 -2
  144. package/{dist/types → dist-types}/commands/CreateCustomRoutingAcceleratorCommand.d.ts +2 -2
  145. package/{dist/types → dist-types}/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +2 -2
  146. package/{dist/types → dist-types}/commands/CreateCustomRoutingListenerCommand.d.ts +2 -2
  147. package/{dist/types → dist-types}/commands/CreateEndpointGroupCommand.d.ts +2 -2
  148. package/{dist/types → dist-types}/commands/CreateListenerCommand.d.ts +2 -2
  149. package/{dist/types → dist-types}/commands/DeleteAcceleratorCommand.d.ts +2 -2
  150. package/{dist/types → dist-types}/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +2 -2
  151. package/{dist/types → dist-types}/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +2 -2
  152. package/{dist/types → dist-types}/commands/DeleteCustomRoutingListenerCommand.d.ts +2 -2
  153. package/{dist/types → dist-types}/commands/DeleteEndpointGroupCommand.d.ts +2 -2
  154. package/{dist/types → dist-types}/commands/DeleteListenerCommand.d.ts +2 -2
  155. package/{dist/types → dist-types}/commands/DenyCustomRoutingTrafficCommand.d.ts +2 -2
  156. package/{dist/types → dist-types}/commands/DeprovisionByoipCidrCommand.d.ts +2 -2
  157. package/{dist/types → dist-types}/commands/DescribeAcceleratorAttributesCommand.d.ts +2 -2
  158. package/{dist/types → dist-types}/commands/DescribeAcceleratorCommand.d.ts +2 -2
  159. package/{dist/types → dist-types}/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +2 -2
  160. package/{dist/types → dist-types}/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +2 -2
  161. package/{dist/types → dist-types}/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +2 -2
  162. package/{dist/types → dist-types}/commands/DescribeCustomRoutingListenerCommand.d.ts +2 -2
  163. package/{dist/types → dist-types}/commands/DescribeEndpointGroupCommand.d.ts +2 -2
  164. package/{dist/types → dist-types}/commands/DescribeListenerCommand.d.ts +2 -2
  165. package/{dist/types → dist-types}/commands/ListAcceleratorsCommand.d.ts +2 -2
  166. package/{dist/types → dist-types}/commands/ListByoipCidrsCommand.d.ts +2 -2
  167. package/{dist/types → dist-types}/commands/ListCustomRoutingAcceleratorsCommand.d.ts +2 -2
  168. package/{dist/types → dist-types}/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +2 -2
  169. package/{dist/types → dist-types}/commands/ListCustomRoutingListenersCommand.d.ts +2 -2
  170. package/{dist/types → dist-types}/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +2 -2
  171. package/{dist/types → dist-types}/commands/ListCustomRoutingPortMappingsCommand.d.ts +2 -2
  172. package/{dist/types → dist-types}/commands/ListEndpointGroupsCommand.d.ts +2 -2
  173. package/{dist/types → dist-types}/commands/ListListenersCommand.d.ts +2 -2
  174. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  175. package/{dist/types → dist-types}/commands/ProvisionByoipCidrCommand.d.ts +2 -2
  176. package/{dist/types → dist-types}/commands/RemoveCustomRoutingEndpointsCommand.d.ts +2 -2
  177. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  178. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  179. package/{dist/types → dist-types}/commands/UpdateAcceleratorAttributesCommand.d.ts +2 -2
  180. package/{dist/types → dist-types}/commands/UpdateAcceleratorCommand.d.ts +2 -2
  181. package/{dist/types → dist-types}/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +2 -2
  182. package/{dist/types → dist-types}/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +2 -2
  183. package/{dist/types → dist-types}/commands/UpdateCustomRoutingListenerCommand.d.ts +2 -2
  184. package/{dist/types → dist-types}/commands/UpdateEndpointGroupCommand.d.ts +2 -2
  185. package/{dist/types → dist-types}/commands/UpdateListenerCommand.d.ts +2 -2
  186. package/{dist/types → dist-types}/commands/WithdrawByoipCidrCommand.d.ts +2 -2
  187. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  188. package/{index.ts → dist-types/index.d.ts} +0 -0
  189. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  190. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  191. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  192. package/{dist/types → dist-types}/pagination/ListAcceleratorsPaginator.d.ts +1 -1
  193. package/{dist/types → dist-types}/pagination/ListByoipCidrsPaginator.d.ts +1 -1
  194. package/{dist/types → dist-types}/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +1 -1
  195. package/{dist/types → dist-types}/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +1 -1
  196. package/{dist/types → dist-types}/pagination/ListCustomRoutingListenersPaginator.d.ts +1 -1
  197. package/{dist/types → dist-types}/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +1 -1
  198. package/{dist/types → dist-types}/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +1 -1
  199. package/{dist/types → dist-types}/pagination/ListEndpointGroupsPaginator.d.ts +1 -1
  200. package/{dist/types → dist-types}/pagination/ListListenersPaginator.d.ts +1 -1
  201. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  202. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  203. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  204. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  205. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  206. package/{dist/types → dist-types}/ts3.4/GlobalAccelerator.d.ts +50 -406
  207. package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +114 -0
  208. package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +17 -0
  209. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +17 -0
  210. package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +17 -0
  211. package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +17 -0
  212. package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +17 -0
  213. package/{dist/types → dist-types}/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +4 -24
  214. package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +17 -0
  215. package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +17 -0
  216. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +17 -0
  217. package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +17 -0
  218. package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +17 -0
  219. package/{dist/types → dist-types}/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +4 -22
  220. package/{dist/types → dist-types}/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +4 -22
  221. package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +17 -0
  222. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +17 -0
  223. package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +17 -0
  224. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +17 -0
  225. package/{dist/types → dist-types}/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +4 -23
  226. package/{dist/types → dist-types}/ts3.4/commands/DescribeAcceleratorCommand.d.ts +4 -22
  227. package/{dist/types → dist-types}/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +4 -22
  228. package/{dist/types → dist-types}/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +4 -22
  229. package/{dist/types → dist-types}/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +4 -22
  230. package/{dist/types → dist-types}/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +4 -22
  231. package/{dist/types → dist-types}/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +4 -22
  232. package/{dist/types → dist-types}/ts3.4/commands/DescribeListenerCommand.d.ts +4 -22
  233. package/{dist/types → dist-types}/ts3.4/commands/ListAcceleratorsCommand.d.ts +4 -22
  234. package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +17 -0
  235. package/{dist/types → dist-types}/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +4 -22
  236. package/{dist/types → dist-types}/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +4 -22
  237. package/{dist/types → dist-types}/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +4 -22
  238. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +17 -0
  239. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +17 -0
  240. package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +17 -0
  241. package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +17 -0
  242. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  243. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +17 -0
  244. package/{dist/types → dist-types}/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +4 -22
  245. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  246. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  247. package/{dist/types → dist-types}/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +4 -22
  248. package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +17 -0
  249. package/{dist/types → dist-types}/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +4 -22
  250. package/{dist/types → dist-types}/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +4 -22
  251. package/{dist/types → dist-types}/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +4 -22
  252. package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +17 -0
  253. package/{dist/types → dist-types}/ts3.4/commands/UpdateListenerCommand.d.ts +4 -22
  254. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +17 -0
  255. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  256. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  257. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  258. package/dist-types/ts3.4/models/models_0.d.ts +1430 -0
  259. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  260. package/{dist/types → dist-types}/ts3.4/pagination/ListAcceleratorsPaginator.d.ts +1 -1
  261. package/{dist/types → dist-types}/ts3.4/pagination/ListByoipCidrsPaginator.d.ts +1 -1
  262. package/{dist/types → dist-types}/ts3.4/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +1 -1
  263. package/{dist/types → dist-types}/ts3.4/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +1 -1
  264. package/{dist/types → dist-types}/ts3.4/pagination/ListCustomRoutingListenersPaginator.d.ts +1 -1
  265. package/{dist/types → dist-types}/ts3.4/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +1 -1
  266. package/{dist/types → dist-types}/ts3.4/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +1 -1
  267. package/{dist/types → dist-types}/ts3.4/pagination/ListEndpointGroupsPaginator.d.ts +1 -1
  268. package/{dist/types → dist-types}/ts3.4/pagination/ListListenersPaginator.d.ts +1 -1
  269. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  270. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  271. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  272. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  273. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  274. package/package.json +45 -42
  275. package/GlobalAccelerator.ts +0 -2002
  276. package/GlobalAcceleratorClient.ts +0 -616
  277. package/commands/AddCustomRoutingEndpointsCommand.ts +0 -111
  278. package/commands/AdvertiseByoipCidrCommand.ts +0 -104
  279. package/commands/AllowCustomRoutingTrafficCommand.ts +0 -106
  280. package/commands/CreateAcceleratorCommand.ts +0 -103
  281. package/commands/CreateCustomRoutingAcceleratorCommand.ts +0 -115
  282. package/commands/CreateCustomRoutingEndpointGroupCommand.ts +0 -108
  283. package/commands/CreateCustomRoutingListenerCommand.ts +0 -104
  284. package/commands/CreateEndpointGroupCommand.ts +0 -99
  285. package/commands/CreateListenerCommand.ts +0 -99
  286. package/commands/DeleteAcceleratorCommand.ts +0 -111
  287. package/commands/DeleteCustomRoutingAcceleratorCommand.ts +0 -117
  288. package/commands/DeleteCustomRoutingEndpointGroupCommand.ts +0 -104
  289. package/commands/DeleteCustomRoutingListenerCommand.ts +0 -101
  290. package/commands/DeleteEndpointGroupCommand.ts +0 -98
  291. package/commands/DeleteListenerCommand.ts +0 -98
  292. package/commands/DenyCustomRoutingTrafficCommand.ts +0 -103
  293. package/commands/DeprovisionByoipCidrCommand.ts +0 -104
  294. package/commands/DescribeAcceleratorAttributesCommand.ts +0 -104
  295. package/commands/DescribeAcceleratorCommand.ts +0 -98
  296. package/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts +0 -113
  297. package/commands/DescribeCustomRoutingAcceleratorCommand.ts +0 -106
  298. package/commands/DescribeCustomRoutingEndpointGroupCommand.ts +0 -109
  299. package/commands/DescribeCustomRoutingListenerCommand.ts +0 -103
  300. package/commands/DescribeEndpointGroupCommand.ts +0 -98
  301. package/commands/DescribeListenerCommand.ts +0 -98
  302. package/commands/ListAcceleratorsCommand.ts +0 -98
  303. package/commands/ListByoipCidrsCommand.ts +0 -99
  304. package/commands/ListCustomRoutingAcceleratorsCommand.ts +0 -103
  305. package/commands/ListCustomRoutingEndpointGroupsCommand.ts +0 -106
  306. package/commands/ListCustomRoutingListenersCommand.ts +0 -101
  307. package/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts +0 -116
  308. package/commands/ListCustomRoutingPortMappingsCommand.ts +0 -111
  309. package/commands/ListEndpointGroupsCommand.ts +0 -98
  310. package/commands/ListListenersCommand.ts +0 -98
  311. package/commands/ListTagsForResourceCommand.ts +0 -100
  312. package/commands/ProvisionByoipCidrCommand.ts +0 -103
  313. package/commands/RemoveCustomRoutingEndpointsCommand.ts +0 -101
  314. package/commands/TagResourceCommand.ts +0 -100
  315. package/commands/UntagResourceCommand.ts +0 -101
  316. package/commands/UpdateAcceleratorAttributesCommand.ts +0 -103
  317. package/commands/UpdateAcceleratorCommand.ts +0 -103
  318. package/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts +0 -113
  319. package/commands/UpdateCustomRoutingAcceleratorCommand.ts +0 -106
  320. package/commands/UpdateCustomRoutingListenerCommand.ts +0 -103
  321. package/commands/UpdateEndpointGroupCommand.ts +0 -98
  322. package/commands/UpdateListenerCommand.ts +0 -98
  323. package/commands/WithdrawByoipCidrCommand.ts +0 -104
  324. package/dist/cjs/GlobalAccelerator.js.map +0 -1
  325. package/dist/cjs/GlobalAcceleratorClient.js +0 -191
  326. package/dist/cjs/GlobalAcceleratorClient.js.map +0 -1
  327. package/dist/cjs/commands/AddCustomRoutingEndpointsCommand.js +0 -71
  328. package/dist/cjs/commands/AddCustomRoutingEndpointsCommand.js.map +0 -1
  329. package/dist/cjs/commands/AdvertiseByoipCidrCommand.js +0 -67
  330. package/dist/cjs/commands/AdvertiseByoipCidrCommand.js.map +0 -1
  331. package/dist/cjs/commands/AllowCustomRoutingTrafficCommand.js +0 -66
  332. package/dist/cjs/commands/AllowCustomRoutingTrafficCommand.js.map +0 -1
  333. package/dist/cjs/commands/CreateAcceleratorCommand.js.map +0 -1
  334. package/dist/cjs/commands/CreateCustomRoutingAcceleratorCommand.js +0 -70
  335. package/dist/cjs/commands/CreateCustomRoutingAcceleratorCommand.js.map +0 -1
  336. package/dist/cjs/commands/CreateCustomRoutingEndpointGroupCommand.js.map +0 -1
  337. package/dist/cjs/commands/CreateCustomRoutingListenerCommand.js.map +0 -1
  338. package/dist/cjs/commands/CreateEndpointGroupCommand.js.map +0 -1
  339. package/dist/cjs/commands/CreateListenerCommand.js.map +0 -1
  340. package/dist/cjs/commands/DeleteAcceleratorCommand.js +0 -74
  341. package/dist/cjs/commands/DeleteAcceleratorCommand.js.map +0 -1
  342. package/dist/cjs/commands/DeleteCustomRoutingAcceleratorCommand.js +0 -74
  343. package/dist/cjs/commands/DeleteCustomRoutingAcceleratorCommand.js.map +0 -1
  344. package/dist/cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js.map +0 -1
  345. package/dist/cjs/commands/DeleteCustomRoutingListenerCommand.js.map +0 -1
  346. package/dist/cjs/commands/DeleteEndpointGroupCommand.js.map +0 -1
  347. package/dist/cjs/commands/DeleteListenerCommand.js.map +0 -1
  348. package/dist/cjs/commands/DenyCustomRoutingTrafficCommand.js.map +0 -1
  349. package/dist/cjs/commands/DeprovisionByoipCidrCommand.js +0 -67
  350. package/dist/cjs/commands/DeprovisionByoipCidrCommand.js.map +0 -1
  351. package/dist/cjs/commands/DescribeAcceleratorAttributesCommand.js.map +0 -1
  352. package/dist/cjs/commands/DescribeAcceleratorCommand.js.map +0 -1
  353. package/dist/cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js.map +0 -1
  354. package/dist/cjs/commands/DescribeCustomRoutingAcceleratorCommand.js.map +0 -1
  355. package/dist/cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js.map +0 -1
  356. package/dist/cjs/commands/DescribeCustomRoutingListenerCommand.js.map +0 -1
  357. package/dist/cjs/commands/DescribeEndpointGroupCommand.js.map +0 -1
  358. package/dist/cjs/commands/DescribeListenerCommand.js.map +0 -1
  359. package/dist/cjs/commands/ListAcceleratorsCommand.js.map +0 -1
  360. package/dist/cjs/commands/ListByoipCidrsCommand.js.map +0 -1
  361. package/dist/cjs/commands/ListCustomRoutingAcceleratorsCommand.js.map +0 -1
  362. package/dist/cjs/commands/ListCustomRoutingEndpointGroupsCommand.js.map +0 -1
  363. package/dist/cjs/commands/ListCustomRoutingListenersCommand.js.map +0 -1
  364. package/dist/cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js.map +0 -1
  365. package/dist/cjs/commands/ListCustomRoutingPortMappingsCommand.js +0 -69
  366. package/dist/cjs/commands/ListCustomRoutingPortMappingsCommand.js.map +0 -1
  367. package/dist/cjs/commands/ListEndpointGroupsCommand.js.map +0 -1
  368. package/dist/cjs/commands/ListListenersCommand.js.map +0 -1
  369. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  370. package/dist/cjs/commands/ProvisionByoipCidrCommand.js.map +0 -1
  371. package/dist/cjs/commands/RemoveCustomRoutingEndpointsCommand.js.map +0 -1
  372. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  373. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  374. package/dist/cjs/commands/UpdateAcceleratorAttributesCommand.js.map +0 -1
  375. package/dist/cjs/commands/UpdateAcceleratorCommand.js.map +0 -1
  376. package/dist/cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js.map +0 -1
  377. package/dist/cjs/commands/UpdateCustomRoutingAcceleratorCommand.js.map +0 -1
  378. package/dist/cjs/commands/UpdateCustomRoutingListenerCommand.js.map +0 -1
  379. package/dist/cjs/commands/UpdateEndpointGroupCommand.js.map +0 -1
  380. package/dist/cjs/commands/UpdateListenerCommand.js.map +0 -1
  381. package/dist/cjs/commands/WithdrawByoipCidrCommand.js.map +0 -1
  382. package/dist/cjs/endpoints.js.map +0 -1
  383. package/dist/cjs/index.js.map +0 -1
  384. package/dist/cjs/models/index.js.map +0 -1
  385. package/dist/cjs/models/models_0.js.map +0 -1
  386. package/dist/cjs/package.json +0 -93
  387. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  388. package/dist/cjs/pagination/ListAcceleratorsPaginator.js.map +0 -1
  389. package/dist/cjs/pagination/ListByoipCidrsPaginator.js.map +0 -1
  390. package/dist/cjs/pagination/ListCustomRoutingAcceleratorsPaginator.js.map +0 -1
  391. package/dist/cjs/pagination/ListCustomRoutingEndpointGroupsPaginator.js.map +0 -1
  392. package/dist/cjs/pagination/ListCustomRoutingListenersPaginator.js.map +0 -1
  393. package/dist/cjs/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js.map +0 -1
  394. package/dist/cjs/pagination/ListCustomRoutingPortMappingsPaginator.js.map +0 -1
  395. package/dist/cjs/pagination/ListEndpointGroupsPaginator.js.map +0 -1
  396. package/dist/cjs/pagination/ListListenersPaginator.js.map +0 -1
  397. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  398. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  399. package/dist/cjs/runtimeConfig.js.map +0 -1
  400. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  401. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  402. package/dist/es/GlobalAccelerator.js.map +0 -1
  403. package/dist/es/GlobalAcceleratorClient.js.map +0 -1
  404. package/dist/es/commands/AddCustomRoutingEndpointsCommand.js.map +0 -1
  405. package/dist/es/commands/AdvertiseByoipCidrCommand.js.map +0 -1
  406. package/dist/es/commands/AllowCustomRoutingTrafficCommand.js.map +0 -1
  407. package/dist/es/commands/CreateAcceleratorCommand.js.map +0 -1
  408. package/dist/es/commands/CreateCustomRoutingAcceleratorCommand.js.map +0 -1
  409. package/dist/es/commands/CreateCustomRoutingEndpointGroupCommand.js.map +0 -1
  410. package/dist/es/commands/CreateCustomRoutingListenerCommand.js.map +0 -1
  411. package/dist/es/commands/CreateEndpointGroupCommand.js.map +0 -1
  412. package/dist/es/commands/CreateListenerCommand.js.map +0 -1
  413. package/dist/es/commands/DeleteAcceleratorCommand.js.map +0 -1
  414. package/dist/es/commands/DeleteCustomRoutingAcceleratorCommand.js.map +0 -1
  415. package/dist/es/commands/DeleteCustomRoutingEndpointGroupCommand.js.map +0 -1
  416. package/dist/es/commands/DeleteCustomRoutingListenerCommand.js.map +0 -1
  417. package/dist/es/commands/DeleteEndpointGroupCommand.js.map +0 -1
  418. package/dist/es/commands/DeleteListenerCommand.js.map +0 -1
  419. package/dist/es/commands/DenyCustomRoutingTrafficCommand.js.map +0 -1
  420. package/dist/es/commands/DeprovisionByoipCidrCommand.js.map +0 -1
  421. package/dist/es/commands/DescribeAcceleratorAttributesCommand.js.map +0 -1
  422. package/dist/es/commands/DescribeAcceleratorCommand.js.map +0 -1
  423. package/dist/es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js.map +0 -1
  424. package/dist/es/commands/DescribeCustomRoutingAcceleratorCommand.js.map +0 -1
  425. package/dist/es/commands/DescribeCustomRoutingEndpointGroupCommand.js.map +0 -1
  426. package/dist/es/commands/DescribeCustomRoutingListenerCommand.js.map +0 -1
  427. package/dist/es/commands/DescribeEndpointGroupCommand.js.map +0 -1
  428. package/dist/es/commands/DescribeListenerCommand.js.map +0 -1
  429. package/dist/es/commands/ListAcceleratorsCommand.js.map +0 -1
  430. package/dist/es/commands/ListByoipCidrsCommand.js.map +0 -1
  431. package/dist/es/commands/ListCustomRoutingAcceleratorsCommand.js.map +0 -1
  432. package/dist/es/commands/ListCustomRoutingEndpointGroupsCommand.js.map +0 -1
  433. package/dist/es/commands/ListCustomRoutingListenersCommand.js.map +0 -1
  434. package/dist/es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js.map +0 -1
  435. package/dist/es/commands/ListCustomRoutingPortMappingsCommand.js.map +0 -1
  436. package/dist/es/commands/ListEndpointGroupsCommand.js.map +0 -1
  437. package/dist/es/commands/ListListenersCommand.js.map +0 -1
  438. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  439. package/dist/es/commands/ProvisionByoipCidrCommand.js.map +0 -1
  440. package/dist/es/commands/RemoveCustomRoutingEndpointsCommand.js.map +0 -1
  441. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  442. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  443. package/dist/es/commands/UpdateAcceleratorAttributesCommand.js.map +0 -1
  444. package/dist/es/commands/UpdateAcceleratorCommand.js.map +0 -1
  445. package/dist/es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js.map +0 -1
  446. package/dist/es/commands/UpdateCustomRoutingAcceleratorCommand.js.map +0 -1
  447. package/dist/es/commands/UpdateCustomRoutingListenerCommand.js.map +0 -1
  448. package/dist/es/commands/UpdateEndpointGroupCommand.js.map +0 -1
  449. package/dist/es/commands/UpdateListenerCommand.js.map +0 -1
  450. package/dist/es/commands/WithdrawByoipCidrCommand.js.map +0 -1
  451. package/dist/es/endpoints.js.map +0 -1
  452. package/dist/es/index.js +0 -61
  453. package/dist/es/index.js.map +0 -1
  454. package/dist/es/models/index.js +0 -2
  455. package/dist/es/models/index.js.map +0 -1
  456. package/dist/es/models/models_0.js.map +0 -1
  457. package/dist/es/package.json +0 -93
  458. package/dist/es/pagination/Interfaces.js +0 -2
  459. package/dist/es/pagination/Interfaces.js.map +0 -1
  460. package/dist/es/pagination/ListAcceleratorsPaginator.js.map +0 -1
  461. package/dist/es/pagination/ListByoipCidrsPaginator.js.map +0 -1
  462. package/dist/es/pagination/ListCustomRoutingAcceleratorsPaginator.js.map +0 -1
  463. package/dist/es/pagination/ListCustomRoutingEndpointGroupsPaginator.js.map +0 -1
  464. package/dist/es/pagination/ListCustomRoutingListenersPaginator.js.map +0 -1
  465. package/dist/es/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js.map +0 -1
  466. package/dist/es/pagination/ListCustomRoutingPortMappingsPaginator.js.map +0 -1
  467. package/dist/es/pagination/ListEndpointGroupsPaginator.js.map +0 -1
  468. package/dist/es/pagination/ListListenersPaginator.js.map +0 -1
  469. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  470. package/dist/es/runtimeConfig.browser.js.map +0 -1
  471. package/dist/es/runtimeConfig.js.map +0 -1
  472. package/dist/es/runtimeConfig.native.js.map +0 -1
  473. package/dist/es/runtimeConfig.shared.js.map +0 -1
  474. package/dist/types/ts3.4/GlobalAcceleratorClient.d.ts +0 -326
  475. package/dist/types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +0 -45
  476. package/dist/types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +0 -41
  477. package/dist/types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +0 -40
  478. package/dist/types/ts3.4/commands/CreateAcceleratorCommand.d.ts +0 -40
  479. package/dist/types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +0 -44
  480. package/dist/types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +0 -36
  481. package/dist/types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +0 -36
  482. package/dist/types/ts3.4/commands/CreateListenerCommand.d.ts +0 -36
  483. package/dist/types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +0 -48
  484. package/dist/types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +0 -48
  485. package/dist/types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +0 -35
  486. package/dist/types/ts3.4/commands/DeleteListenerCommand.d.ts +0 -35
  487. package/dist/types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +0 -40
  488. package/dist/types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +0 -41
  489. package/dist/types/ts3.4/commands/ListByoipCidrsCommand.d.ts +0 -36
  490. package/dist/types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +0 -38
  491. package/dist/types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +0 -43
  492. package/dist/types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +0 -35
  493. package/dist/types/ts3.4/commands/ListListenersCommand.d.ts +0 -35
  494. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -37
  495. package/dist/types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +0 -40
  496. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -37
  497. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -38
  498. package/dist/types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +0 -40
  499. package/dist/types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +0 -35
  500. package/dist/types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +0 -41
  501. package/dist/types/ts3.4/models/models_0.d.ts +0 -2633
  502. package/endpoints.ts +0 -57
  503. package/jest.config.js +0 -4
  504. package/models/models_0.ts +0 -3309
  505. package/pagination/Interfaces.ts +0 -7
  506. package/pagination/ListAcceleratorsPaginator.ts +0 -58
  507. package/pagination/ListByoipCidrsPaginator.ts +0 -58
  508. package/pagination/ListCustomRoutingAcceleratorsPaginator.ts +0 -58
  509. package/pagination/ListCustomRoutingEndpointGroupsPaginator.ts +0 -58
  510. package/pagination/ListCustomRoutingListenersPaginator.ts +0 -58
  511. package/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.ts +0 -58
  512. package/pagination/ListCustomRoutingPortMappingsPaginator.ts +0 -58
  513. package/pagination/ListEndpointGroupsPaginator.ts +0 -58
  514. package/pagination/ListListenersPaginator.ts +0 -58
  515. package/protocols/Aws_json1_1.ts +0 -6788
  516. package/runtimeConfig.browser.ts +0 -40
  517. package/runtimeConfig.native.ts +0 -16
  518. package/runtimeConfig.shared.ts +0 -16
  519. package/runtimeConfig.ts +0 -45
  520. package/tsconfig.es.json +0 -10
  521. package/tsconfig.json +0 -31
  522. package/tsconfig.types.json +0 -8
@@ -1,4 +1,4 @@
1
- import { GlobalAcceleratorClient } from "./GlobalAcceleratorClient";
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput } from "./commands/AddCustomRoutingEndpointsCommand";
3
3
  import { AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput } from "./commands/AdvertiseByoipCidrCommand";
4
4
  import { AllowCustomRoutingTrafficCommandInput, AllowCustomRoutingTrafficCommandOutput } from "./commands/AllowCustomRoutingTrafficCommand";
@@ -46,550 +46,194 @@ import { UpdateCustomRoutingListenerCommandInput, UpdateCustomRoutingListenerCom
46
46
  import { UpdateEndpointGroupCommandInput, UpdateEndpointGroupCommandOutput } from "./commands/UpdateEndpointGroupCommand";
47
47
  import { UpdateListenerCommandInput, UpdateListenerCommandOutput } from "./commands/UpdateListenerCommand";
48
48
  import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from "./commands/WithdrawByoipCidrCommand";
49
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
50
- /**
51
- * <fullname>AWS Global Accelerator</fullname>
52
- * <p>This is the <i>AWS Global Accelerator API Reference</i>. This guide is for developers who need detailed information about
53
- * AWS Global Accelerator API actions, data types, and errors. For more information about Global Accelerator features, see the
54
- * <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/Welcome.html">AWS Global Accelerator Developer Guide</a>.</p>
55
- *
56
- * <p>AWS Global Accelerator is a service in which you create <i>accelerators</i> to improve the performance
57
- * of your applications for local and global users. Depending on the type of accelerator you choose, you can
58
- * gain additional benefits. </p>
59
- * <ul>
60
- * <li>
61
- * <p>By using a standard accelerator, you can improve availability of your internet applications
62
- * that are used by a global audience. With a standard accelerator, Global Accelerator directs traffic to optimal endpoints over the AWS
63
- * global network. </p>
64
- * </li>
65
- * <li>
66
- * <p>For other scenarios, you might choose a custom routing accelerator. With a custom routing accelerator, you
67
- * can use application logic to directly map one or more users to a specific endpoint among many endpoints.</p>
68
- * </li>
69
- * </ul>
70
- * <important>
71
- * <p>Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the
72
- * US West (Oregon) Region to create or update accelerators.</p>
73
- * </important>
74
- * <p>By default, Global Accelerator provides you with two static IP addresses that you associate with your accelerator. With
75
- * a standard accelerator, instead of using the
76
- * IP addresses that Global Accelerator provides, you can configure these entry points to be IPv4 addresses from your own IP address ranges
77
- * that you bring to Global Accelerator. The static IP addresses are anycast from the AWS edge network. For a standard accelerator,
78
- * they distribute incoming application traffic across multiple endpoint resources in multiple AWS Regions, which increases
79
- * the availability of your applications. Endpoints for standard accelerators can be Network Load Balancers, Application Load Balancers,
80
- * Amazon EC2 instances, or Elastic IP addresses that are located in one AWS Region or multiple Regions. For custom routing
81
- * accelerators, you map traffic that arrives to the static IP addresses to specific Amazon EC2 servers in endpoints that
82
- * are virtual private cloud (VPC) subnets.</p>
83
- *
84
- * <important>
85
- * <p>The static IP addresses remain assigned to your accelerator for as long as it exists, even if you
86
- * disable the accelerator and it no longer accepts or routes traffic. However, when you
87
- * <i>delete</i> an accelerator, you lose the static IP addresses that
88
- * are assigned to it, so you can no longer route traffic by using them. You can use
89
- * IAM policies like tag-based permissions with Global Accelerator to limit the users who have
90
- * 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>
91
- * </important>
92
- * <p>For standard accelerators, Global Accelerator uses the AWS global network to route traffic to the optimal regional endpoint based
93
- * on health, client location, and policies that you configure. The service reacts instantly to
94
- * changes in health or configuration to ensure that internet traffic from clients is always
95
- * directed to healthy endpoints.</p>
96
- *
97
- * <p>For a list of the AWS Regions where Global Accelerator and other services are currently supported, see the
98
- * <a href="https://docs.aws.amazon.com/about-aws/global-infrastructure/regional-product-services/">AWS
99
- * Region Table</a>.</p>
100
- *
101
- * <p>AWS Global Accelerator includes the following components:</p>
102
- * <dl>
103
- * <dt>Static IP addresses</dt>
104
- * <dd>
105
- * <p>Global Accelerator provides you with a set of two static IP addresses that are anycast from the AWS edge
106
- * network. If you bring your own IP address range to AWS (BYOIP) to use with a standard accelerator, you
107
- * can instead assign IP addresses from your own pool to use with your accelerator. For more information,
108
- * see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">
109
- * Bring your own IP addresses (BYOIP) in AWS Global Accelerator</a>.</p>
110
- * <p>The IP addresses serve as single fixed entry points for your clients. If you already have Elastic
111
- * Load Balancing load balancers, Amazon EC2 instances, or Elastic IP address resources set up for your applications,
112
- * you can easily add those to a standard accelerator in Global Accelerator. This allows Global Accelerator to use static IP addresses
113
- * to access the resources.</p>
114
- * <p>The static IP addresses remain assigned to your accelerator for as long as it exists, even
115
- * if you disable the accelerator and it no longer accepts or routes traffic.
116
- * However, when you <i>delete</i> an accelerator, you lose the
117
- * static IP addresses that are assigned to it, so you can no longer route
118
- * traffic by using them. You can use IAM policies like tag-based permissions
119
- * 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>
120
- * </dd>
121
- * <dt>Accelerator</dt>
122
- * <dd>
123
- * <p>An accelerator directs traffic to endpoints over the AWS global network to improve the
124
- * performance of your internet applications. Each accelerator includes one or more listeners.</p>
125
- * <p>There are two types of accelerators:</p>
126
- * <ul>
127
- * <li>
128
- * <p>A <i>standard</i> accelerator directs traffic to the optimal AWS endpoint based
129
- * on several factors, including the user’s location, the health of the endpoint, and the endpoint weights
130
- * that you configure. This improves the availability and performance of your applications.
131
- * Endpoints can be Network Load Balancers, Application Load Balancers, Amazon EC2 instances, or Elastic IP addresses.</p>
132
- * </li>
133
- * <li>
134
- * <p>A <i>custom routing</i> accelerator directs traffic to one of possibly thousands of
135
- * Amazon EC2 instances running in a single or multiple virtual private
136
- * clouds (VPCs). With custom routing, listener ports are mapped to
137
- * statically associate port ranges with VPC subnets, which
138
- * allows Global Accelerator to determine an EC2 instance IP address at the time of
139
- * connection. By default, all port mapping destinations in a VPC
140
- * subnet can't receive traffic. You can choose to configure all
141
- * destinations in the subnet to receive traffic, or to specify
142
- * individual port mappings that can receive traffic.</p>
143
- * </li>
144
- * </ul>
145
- * <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>
146
- * </dd>
147
- * <dt>DNS name</dt>
148
- * <dd>
149
- * <p>Global Accelerator assigns each accelerator a default Domain Name System (DNS) name, similar to
150
- * <code>a1234567890abcdef.awsglobalaccelerator.com</code>, that points to
151
- * the static IP addresses that Global Accelerator assigns to you or that you choose from your
152
- * own IP address range. Depending on the use
153
- * case, you can use your accelerator's static IP addresses or DNS name to
154
- * route traffic to your accelerator, or set up DNS records to route traffic using
155
- * your own custom domain name.</p>
156
- * </dd>
157
- * <dt>Network zone</dt>
158
- * <dd>
159
- * <p>A network zone services the static IP addresses for your accelerator from a unique IP subnet. Similar to an
160
- * AWS Availability Zone, a network zone is an isolated unit with its own set of physical infrastructure.
161
- * When you configure an accelerator, by default, Global Accelerator allocates two IPv4 addresses for it. If one IP address from a
162
- * network zone becomes unavailable due to IP address blocking by certain client networks, or network
163
- * disruptions, then client applications can retry on the healthy static IP address from the other isolated
164
- * network zone.</p>
165
- * </dd>
166
- * <dt>Listener</dt>
167
- * <dd>
168
- * <p>A listener processes inbound connections from clients to Global Accelerator, based on the port (or port range)
169
- * and protocol (or protocols) that you configure. A listener can be configured for TCP, UDP, or both TCP and UDP protocols. Each
170
- * listener has one or more endpoint groups associated with it, and traffic is forwarded
171
- * to endpoints in one of the groups. You associate endpoint groups with listeners by specifying the Regions that you
172
- * want to distribute traffic to. With a standard accelerator, traffic is distributed to optimal endpoints within the endpoint
173
- * groups associated with a listener.</p>
174
- * </dd>
175
- * <dt>Endpoint group</dt>
176
- * <dd>
177
- * <p>Each endpoint group is associated with a specific AWS Region. Endpoint groups include one or
178
- * more endpoints in the Region. With a standard accelerator, you can increase or reduce the percentage of
179
- * traffic that would be otherwise directed to an endpoint group by adjusting a
180
- * setting called a <i>traffic dial</i>. The traffic dial lets
181
- * you easily do performance testing or blue/green deployment testing, for example, for new
182
- * releases across different AWS Regions. </p>
183
- * </dd>
184
- * <dt>Endpoint</dt>
185
- * <dd>
186
- * <p>An endpoint is a resource that Global Accelerator directs traffic to.</p>
187
- * <p>Endpoints for standard accelerators can be Network Load Balancers, Application Load Balancers, Amazon EC2 instances, or Elastic IP
188
- * addresses. An Application Load Balancer endpoint can be internet-facing or internal. Traffic for
189
- * standard accelerators is routed to endpoints based on the health of the
190
- * endpoint along with configuration options that you choose, such as endpoint
191
- * weights. For each endpoint, you can configure weights, which are numbers
192
- * that you can use to specify the proportion of traffic to route to each one.
193
- * This can be useful, for example, to do performance testing within a
194
- * Region.</p>
195
- * <p>Endpoints for custom routing accelerators are virtual private cloud (VPC) subnets with one
196
- * or many EC2 instances.</p>
197
- * </dd>
198
- * </dl>
199
- */
49
+ import { GlobalAcceleratorClient } from "./GlobalAcceleratorClient";
50
+
200
51
  export declare class GlobalAccelerator extends GlobalAcceleratorClient {
201
- /**
202
- * <p>Associate a virtual private cloud (VPC) subnet endpoint with your custom routing accelerator.</p>
203
- * <p>The listener port range must be large enough to support the number of IP addresses that can be
204
- * specified in your subnet. The number of ports required is: subnet size times the number
205
- * of ports per destination EC2 instances. For example, a subnet defined as /24 requires a listener
206
- * port range of at least 255 ports. </p>
207
- * <p>Note: You must have enough remaining listener ports available to
208
- * map to the subnet ports, or the call will fail with a LimitExceededException.</p>
209
- * <p>By default, all destinations in a subnet in a custom routing accelerator cannot receive traffic. To enable all
210
- * destinations to receive traffic, or to specify individual port mappings that can receive
211
- * traffic, see the <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/API_AllowCustomRoutingTraffic.html">
212
- * AllowCustomRoutingTraffic</a> operation.</p>
213
- */
52
+
214
53
  addCustomRoutingEndpoints(args: AddCustomRoutingEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<AddCustomRoutingEndpointsCommandOutput>;
215
54
  addCustomRoutingEndpoints(args: AddCustomRoutingEndpointsCommandInput, cb: (err: any, data?: AddCustomRoutingEndpointsCommandOutput) => void): void;
216
55
  addCustomRoutingEndpoints(args: AddCustomRoutingEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddCustomRoutingEndpointsCommandOutput) => void): void;
217
- /**
218
- * <p>Advertises an IPv4 address range that is provisioned for use with your AWS resources
219
- * through bring your own IP addresses (BYOIP). It can take a few minutes before traffic to
220
- * the specified addresses starts routing to AWS because of propagation delays. </p>
221
- * <p>To stop advertising the BYOIP address range, use <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/WithdrawByoipCidr.html">
222
- * WithdrawByoipCidr</a>.</p>
223
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring Your Own
224
- * IP Addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
225
- */
56
+
226
57
  advertiseByoipCidr(args: AdvertiseByoipCidrCommandInput, options?: __HttpHandlerOptions): Promise<AdvertiseByoipCidrCommandOutput>;
227
58
  advertiseByoipCidr(args: AdvertiseByoipCidrCommandInput, cb: (err: any, data?: AdvertiseByoipCidrCommandOutput) => void): void;
228
59
  advertiseByoipCidr(args: AdvertiseByoipCidrCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AdvertiseByoipCidrCommandOutput) => void): void;
229
- /**
230
- * <p>Specify the Amazon EC2 instance (destination) IP addresses and ports for a VPC subnet endpoint that can receive traffic
231
- * for a custom routing accelerator. You can allow traffic to all destinations in the subnet endpoint, or allow traffic to a
232
- * specified list of destination IP addresses and ports in the subnet. Note that you cannot specify IP addresses or ports
233
- * outside of the range that you configured for the endpoint group.</p>
234
- * <p>After you make changes, you can verify that the updates are complete by checking the status of your
235
- * accelerator: the status changes from IN_PROGRESS to DEPLOYED.</p>
236
- */
60
+
237
61
  allowCustomRoutingTraffic(args: AllowCustomRoutingTrafficCommandInput, options?: __HttpHandlerOptions): Promise<AllowCustomRoutingTrafficCommandOutput>;
238
62
  allowCustomRoutingTraffic(args: AllowCustomRoutingTrafficCommandInput, cb: (err: any, data?: AllowCustomRoutingTrafficCommandOutput) => void): void;
239
63
  allowCustomRoutingTraffic(args: AllowCustomRoutingTrafficCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AllowCustomRoutingTrafficCommandOutput) => void): void;
240
- /**
241
- * <p>Create an accelerator. An accelerator includes one or more listeners that process inbound connections and direct traffic
242
- * to one or more endpoint groups, each of which includes endpoints, such as Network Load Balancers. </p>
243
- * <important>
244
- * <p>Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the
245
- * US West (Oregon) Region to create or update accelerators.</p>
246
- * </important>
247
- */
64
+
248
65
  createAccelerator(args: CreateAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<CreateAcceleratorCommandOutput>;
249
66
  createAccelerator(args: CreateAcceleratorCommandInput, cb: (err: any, data?: CreateAcceleratorCommandOutput) => void): void;
250
67
  createAccelerator(args: CreateAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAcceleratorCommandOutput) => void): void;
251
- /**
252
- * <p>Create a custom routing accelerator. A custom routing accelerator directs traffic to one of possibly thousands
253
- * of Amazon EC2 instance destinations running in a single or multiple virtual private clouds (VPC) subnet endpoints.</p>
254
- * <p>Be aware that, by default, all destination EC2 instances in a VPC subnet endpoint cannot receive
255
- * traffic. To enable all destinations to receive traffic, or to specify individual port
256
- * mappings that can receive traffic, see the <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/API_AllowCustomRoutingTraffic.html">
257
- * AllowCustomRoutingTraffic</a> operation.</p>
258
- * <important>
259
- * <p>Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the
260
- * US West (Oregon) Region to create or update accelerators.</p>
261
- * </important>
262
- */
68
+
263
69
  createCustomRoutingAccelerator(args: CreateCustomRoutingAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomRoutingAcceleratorCommandOutput>;
264
70
  createCustomRoutingAccelerator(args: CreateCustomRoutingAcceleratorCommandInput, cb: (err: any, data?: CreateCustomRoutingAcceleratorCommandOutput) => void): void;
265
71
  createCustomRoutingAccelerator(args: CreateCustomRoutingAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomRoutingAcceleratorCommandOutput) => void): void;
266
- /**
267
- * <p>Create an endpoint group for the specified listener for a custom routing accelerator.
268
- * An endpoint group is a collection of endpoints in one AWS
269
- * Region. </p>
270
- */
72
+
271
73
  createCustomRoutingEndpointGroup(args: CreateCustomRoutingEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomRoutingEndpointGroupCommandOutput>;
272
74
  createCustomRoutingEndpointGroup(args: CreateCustomRoutingEndpointGroupCommandInput, cb: (err: any, data?: CreateCustomRoutingEndpointGroupCommandOutput) => void): void;
273
75
  createCustomRoutingEndpointGroup(args: CreateCustomRoutingEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomRoutingEndpointGroupCommandOutput) => void): void;
274
- /**
275
- * <p>Create a listener to process inbound connections from clients to a custom routing accelerator.
276
- * Connections arrive to assigned static IP addresses on the port range that you specify. </p>
277
- */
76
+
278
77
  createCustomRoutingListener(args: CreateCustomRoutingListenerCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomRoutingListenerCommandOutput>;
279
78
  createCustomRoutingListener(args: CreateCustomRoutingListenerCommandInput, cb: (err: any, data?: CreateCustomRoutingListenerCommandOutput) => void): void;
280
79
  createCustomRoutingListener(args: CreateCustomRoutingListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomRoutingListenerCommandOutput) => void): void;
281
- /**
282
- * <p>Create an endpoint group for the specified listener. An endpoint group is a collection of endpoints in one AWS
283
- * Region. A resource must be valid and active when you add it as an endpoint.</p>
284
- */
80
+
285
81
  createEndpointGroup(args: CreateEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateEndpointGroupCommandOutput>;
286
82
  createEndpointGroup(args: CreateEndpointGroupCommandInput, cb: (err: any, data?: CreateEndpointGroupCommandOutput) => void): void;
287
83
  createEndpointGroup(args: CreateEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEndpointGroupCommandOutput) => void): void;
288
- /**
289
- * <p>Create a listener to process inbound connections from clients to an accelerator. Connections arrive to assigned static
290
- * IP addresses on a port, port range, or list of port ranges that you specify. </p>
291
- */
84
+
292
85
  createListener(args: CreateListenerCommandInput, options?: __HttpHandlerOptions): Promise<CreateListenerCommandOutput>;
293
86
  createListener(args: CreateListenerCommandInput, cb: (err: any, data?: CreateListenerCommandOutput) => void): void;
294
87
  createListener(args: CreateListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateListenerCommandOutput) => void): void;
295
- /**
296
- * <p>Delete an accelerator. Before you can delete an accelerator, you must disable it and remove all dependent resources
297
- * (listeners and endpoint groups). To disable the accelerator, update the accelerator to set <code>Enabled</code> to false.</p>
298
- * <important>
299
- * <p>When you create an accelerator, by default, Global Accelerator provides you with a set of two static IP addresses.
300
- * Alternatively, you can bring your own IP address ranges to Global Accelerator and assign IP addresses from those ranges.
301
- * </p>
302
- * <p>The IP addresses are assigned to your accelerator for as long as it exists, even if you disable the accelerator and
303
- * it no longer accepts or routes traffic. However, when you <i>delete</i> an accelerator, you lose the
304
- * static IP addresses that are assigned to the accelerator, so you can no longer route traffic by using them.
305
- * As a best practice, ensure that you have permissions in place to avoid inadvertently deleting accelerators. You
306
- * can use IAM policies with Global Accelerator to limit the users who have permissions to delete an accelerator. For more information,
307
- * see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/auth-and-access-control.html">Authentication and Access Control</a> in
308
- * the <i>AWS Global Accelerator Developer Guide</i>.</p>
309
- * </important>
310
- */
88
+
311
89
  deleteAccelerator(args: DeleteAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAcceleratorCommandOutput>;
312
90
  deleteAccelerator(args: DeleteAcceleratorCommandInput, cb: (err: any, data?: DeleteAcceleratorCommandOutput) => void): void;
313
91
  deleteAccelerator(args: DeleteAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAcceleratorCommandOutput) => void): void;
314
- /**
315
- * <p>Delete a custom routing accelerator. Before you can delete an accelerator, you must disable it and remove all dependent resources
316
- * (listeners and endpoint groups). To disable the accelerator, update the accelerator to set <code>Enabled</code> to false.</p>
317
- * <important>
318
- * <p>When you create a custom routing accelerator, by default, Global Accelerator provides you with a set of two static IP addresses.
319
- * </p>
320
- * <p>The IP
321
- * addresses are assigned to your accelerator for as long as it exists, even if you disable the accelerator and
322
- * it no longer accepts or routes traffic. However, when you <i>delete</i> an accelerator, you lose the
323
- * static IP addresses that are assigned to the accelerator, so you can no longer route traffic by using them.
324
- * As a best practice, ensure that you have permissions in place to avoid inadvertently deleting accelerators. You
325
- * can use IAM policies with Global Accelerator to limit the users who have permissions to delete an accelerator. For more information,
326
- * see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/auth-and-access-control.html">Authentication and Access Control</a> in
327
- * the <i>AWS Global Accelerator Developer Guide</i>.</p>
328
- * </important>
329
- */
92
+
330
93
  deleteCustomRoutingAccelerator(args: DeleteCustomRoutingAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomRoutingAcceleratorCommandOutput>;
331
94
  deleteCustomRoutingAccelerator(args: DeleteCustomRoutingAcceleratorCommandInput, cb: (err: any, data?: DeleteCustomRoutingAcceleratorCommandOutput) => void): void;
332
95
  deleteCustomRoutingAccelerator(args: DeleteCustomRoutingAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomRoutingAcceleratorCommandOutput) => void): void;
333
- /**
334
- * <p>Delete an endpoint group from a listener for a custom routing accelerator.</p>
335
- */
96
+
336
97
  deleteCustomRoutingEndpointGroup(args: DeleteCustomRoutingEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomRoutingEndpointGroupCommandOutput>;
337
98
  deleteCustomRoutingEndpointGroup(args: DeleteCustomRoutingEndpointGroupCommandInput, cb: (err: any, data?: DeleteCustomRoutingEndpointGroupCommandOutput) => void): void;
338
99
  deleteCustomRoutingEndpointGroup(args: DeleteCustomRoutingEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomRoutingEndpointGroupCommandOutput) => void): void;
339
- /**
340
- * <p>Delete a listener for a custom routing accelerator.</p>
341
- */
100
+
342
101
  deleteCustomRoutingListener(args: DeleteCustomRoutingListenerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomRoutingListenerCommandOutput>;
343
102
  deleteCustomRoutingListener(args: DeleteCustomRoutingListenerCommandInput, cb: (err: any, data?: DeleteCustomRoutingListenerCommandOutput) => void): void;
344
103
  deleteCustomRoutingListener(args: DeleteCustomRoutingListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomRoutingListenerCommandOutput) => void): void;
345
- /**
346
- * <p>Delete an endpoint group from a listener.</p>
347
- */
104
+
348
105
  deleteEndpointGroup(args: DeleteEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEndpointGroupCommandOutput>;
349
106
  deleteEndpointGroup(args: DeleteEndpointGroupCommandInput, cb: (err: any, data?: DeleteEndpointGroupCommandOutput) => void): void;
350
107
  deleteEndpointGroup(args: DeleteEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEndpointGroupCommandOutput) => void): void;
351
- /**
352
- * <p>Delete a listener from an accelerator.</p>
353
- */
108
+
354
109
  deleteListener(args: DeleteListenerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteListenerCommandOutput>;
355
110
  deleteListener(args: DeleteListenerCommandInput, cb: (err: any, data?: DeleteListenerCommandOutput) => void): void;
356
111
  deleteListener(args: DeleteListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteListenerCommandOutput) => void): void;
357
- /**
358
- * <p>Specify the Amazon EC2 instance (destination) IP addresses and ports for a VPC subnet endpoint that cannot receive traffic
359
- * for a custom routing accelerator. You can deny traffic to all destinations in the VPC endpoint, or deny traffic to a
360
- * specified list of destination IP addresses and ports. Note that you cannot specify IP addresses
361
- * or ports outside of the range that you configured for the endpoint group.</p>
362
- * <p>After you make changes, you can verify that the updates are complete by checking the status of your
363
- * accelerator: the status changes from IN_PROGRESS to DEPLOYED.</p>
364
- */
112
+
365
113
  denyCustomRoutingTraffic(args: DenyCustomRoutingTrafficCommandInput, options?: __HttpHandlerOptions): Promise<DenyCustomRoutingTrafficCommandOutput>;
366
114
  denyCustomRoutingTraffic(args: DenyCustomRoutingTrafficCommandInput, cb: (err: any, data?: DenyCustomRoutingTrafficCommandOutput) => void): void;
367
115
  denyCustomRoutingTraffic(args: DenyCustomRoutingTrafficCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DenyCustomRoutingTrafficCommandOutput) => void): void;
368
- /**
369
- * <p>Releases the specified address range that you provisioned to use with your AWS resources
370
- * through bring your own IP addresses (BYOIP) and deletes the corresponding address pool. </p>
371
- * <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
372
- * any accelerators that are using static IP addresses allocated from its address range.
373
- * </p>
374
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring Your Own
375
- * IP Addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
376
- */
116
+
377
117
  deprovisionByoipCidr(args: DeprovisionByoipCidrCommandInput, options?: __HttpHandlerOptions): Promise<DeprovisionByoipCidrCommandOutput>;
378
118
  deprovisionByoipCidr(args: DeprovisionByoipCidrCommandInput, cb: (err: any, data?: DeprovisionByoipCidrCommandOutput) => void): void;
379
119
  deprovisionByoipCidr(args: DeprovisionByoipCidrCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeprovisionByoipCidrCommandOutput) => void): void;
380
- /**
381
- * <p>Describe an accelerator. </p>
382
- */
120
+
383
121
  describeAccelerator(args: DescribeAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAcceleratorCommandOutput>;
384
122
  describeAccelerator(args: DescribeAcceleratorCommandInput, cb: (err: any, data?: DescribeAcceleratorCommandOutput) => void): void;
385
123
  describeAccelerator(args: DescribeAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAcceleratorCommandOutput) => void): void;
386
- /**
387
- * <p>Describe the attributes of an accelerator.
388
- * </p>
389
- */
124
+
390
125
  describeAcceleratorAttributes(args: DescribeAcceleratorAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAcceleratorAttributesCommandOutput>;
391
126
  describeAcceleratorAttributes(args: DescribeAcceleratorAttributesCommandInput, cb: (err: any, data?: DescribeAcceleratorAttributesCommandOutput) => void): void;
392
127
  describeAcceleratorAttributes(args: DescribeAcceleratorAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAcceleratorAttributesCommandOutput) => void): void;
393
- /**
394
- * <p>Describe a custom routing accelerator. </p>
395
- */
128
+
396
129
  describeCustomRoutingAccelerator(args: DescribeCustomRoutingAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCustomRoutingAcceleratorCommandOutput>;
397
130
  describeCustomRoutingAccelerator(args: DescribeCustomRoutingAcceleratorCommandInput, cb: (err: any, data?: DescribeCustomRoutingAcceleratorCommandOutput) => void): void;
398
131
  describeCustomRoutingAccelerator(args: DescribeCustomRoutingAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomRoutingAcceleratorCommandOutput) => void): void;
399
- /**
400
- * <p>Describe the attributes of a custom routing accelerator. </p>
401
- */
132
+
402
133
  describeCustomRoutingAcceleratorAttributes(args: DescribeCustomRoutingAcceleratorAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCustomRoutingAcceleratorAttributesCommandOutput>;
403
134
  describeCustomRoutingAcceleratorAttributes(args: DescribeCustomRoutingAcceleratorAttributesCommandInput, cb: (err: any, data?: DescribeCustomRoutingAcceleratorAttributesCommandOutput) => void): void;
404
135
  describeCustomRoutingAcceleratorAttributes(args: DescribeCustomRoutingAcceleratorAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomRoutingAcceleratorAttributesCommandOutput) => void): void;
405
- /**
406
- * <p>Describe an endpoint group for a custom routing accelerator. </p>
407
- */
136
+
408
137
  describeCustomRoutingEndpointGroup(args: DescribeCustomRoutingEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCustomRoutingEndpointGroupCommandOutput>;
409
138
  describeCustomRoutingEndpointGroup(args: DescribeCustomRoutingEndpointGroupCommandInput, cb: (err: any, data?: DescribeCustomRoutingEndpointGroupCommandOutput) => void): void;
410
139
  describeCustomRoutingEndpointGroup(args: DescribeCustomRoutingEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomRoutingEndpointGroupCommandOutput) => void): void;
411
- /**
412
- * <p>The description of a listener for a custom routing accelerator.</p>
413
- */
140
+
414
141
  describeCustomRoutingListener(args: DescribeCustomRoutingListenerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCustomRoutingListenerCommandOutput>;
415
142
  describeCustomRoutingListener(args: DescribeCustomRoutingListenerCommandInput, cb: (err: any, data?: DescribeCustomRoutingListenerCommandOutput) => void): void;
416
143
  describeCustomRoutingListener(args: DescribeCustomRoutingListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomRoutingListenerCommandOutput) => void): void;
417
- /**
418
- * <p>Describe an endpoint group. </p>
419
- */
144
+
420
145
  describeEndpointGroup(args: DescribeEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEndpointGroupCommandOutput>;
421
146
  describeEndpointGroup(args: DescribeEndpointGroupCommandInput, cb: (err: any, data?: DescribeEndpointGroupCommandOutput) => void): void;
422
147
  describeEndpointGroup(args: DescribeEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEndpointGroupCommandOutput) => void): void;
423
- /**
424
- * <p>Describe a listener. </p>
425
- */
148
+
426
149
  describeListener(args: DescribeListenerCommandInput, options?: __HttpHandlerOptions): Promise<DescribeListenerCommandOutput>;
427
150
  describeListener(args: DescribeListenerCommandInput, cb: (err: any, data?: DescribeListenerCommandOutput) => void): void;
428
151
  describeListener(args: DescribeListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeListenerCommandOutput) => void): void;
429
- /**
430
- * <p>List the accelerators for an AWS account. </p>
431
- */
152
+
432
153
  listAccelerators(args: ListAcceleratorsCommandInput, options?: __HttpHandlerOptions): Promise<ListAcceleratorsCommandOutput>;
433
154
  listAccelerators(args: ListAcceleratorsCommandInput, cb: (err: any, data?: ListAcceleratorsCommandOutput) => void): void;
434
155
  listAccelerators(args: ListAcceleratorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAcceleratorsCommandOutput) => void): void;
435
- /**
436
- * <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
437
- * the current state and a history of state changes.</p>
438
- */
156
+
439
157
  listByoipCidrs(args: ListByoipCidrsCommandInput, options?: __HttpHandlerOptions): Promise<ListByoipCidrsCommandOutput>;
440
158
  listByoipCidrs(args: ListByoipCidrsCommandInput, cb: (err: any, data?: ListByoipCidrsCommandOutput) => void): void;
441
159
  listByoipCidrs(args: ListByoipCidrsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListByoipCidrsCommandOutput) => void): void;
442
- /**
443
- * <p>List the custom routing accelerators for an AWS account. </p>
444
- */
160
+
445
161
  listCustomRoutingAccelerators(args: ListCustomRoutingAcceleratorsCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomRoutingAcceleratorsCommandOutput>;
446
162
  listCustomRoutingAccelerators(args: ListCustomRoutingAcceleratorsCommandInput, cb: (err: any, data?: ListCustomRoutingAcceleratorsCommandOutput) => void): void;
447
163
  listCustomRoutingAccelerators(args: ListCustomRoutingAcceleratorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomRoutingAcceleratorsCommandOutput) => void): void;
448
- /**
449
- * <p>List the endpoint groups that are associated with a listener for a custom routing accelerator. </p>
450
- */
164
+
451
165
  listCustomRoutingEndpointGroups(args: ListCustomRoutingEndpointGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomRoutingEndpointGroupsCommandOutput>;
452
166
  listCustomRoutingEndpointGroups(args: ListCustomRoutingEndpointGroupsCommandInput, cb: (err: any, data?: ListCustomRoutingEndpointGroupsCommandOutput) => void): void;
453
167
  listCustomRoutingEndpointGroups(args: ListCustomRoutingEndpointGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomRoutingEndpointGroupsCommandOutput) => void): void;
454
- /**
455
- * <p>List the listeners for a custom routing accelerator. </p>
456
- */
168
+
457
169
  listCustomRoutingListeners(args: ListCustomRoutingListenersCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomRoutingListenersCommandOutput>;
458
170
  listCustomRoutingListeners(args: ListCustomRoutingListenersCommandInput, cb: (err: any, data?: ListCustomRoutingListenersCommandOutput) => void): void;
459
171
  listCustomRoutingListeners(args: ListCustomRoutingListenersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomRoutingListenersCommandOutput) => void): void;
460
- /**
461
- * <p>Provides a complete mapping from the public accelerator IP address and port to destination EC2 instance
462
- * IP addresses and ports in the virtual public cloud (VPC) subnet endpoint for a custom routing accelerator.
463
- * For each subnet endpoint that you add, Global Accelerator creates a new static port mapping for the accelerator. The port
464
- * mappings don't change after Global Accelerator generates them, so you can retrieve and cache the full mapping on your servers. </p>
465
- * <p>If you remove a subnet from your accelerator, Global Accelerator removes (reclaims) the port mappings. If you add a subnet to
466
- * your accelerator, Global Accelerator creates new port mappings (the existing ones don't change). If you add or remove EC2 instances
467
- * in your subnet, the port mappings don't change, because the mappings are created when you add the subnet to Global Accelerator.</p>
468
- * <p>The mappings also include a flag for each destination denoting which destination IP addresses and
469
- * ports are allowed or denied traffic.</p>
470
- */
172
+
471
173
  listCustomRoutingPortMappings(args: ListCustomRoutingPortMappingsCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomRoutingPortMappingsCommandOutput>;
472
174
  listCustomRoutingPortMappings(args: ListCustomRoutingPortMappingsCommandInput, cb: (err: any, data?: ListCustomRoutingPortMappingsCommandOutput) => void): void;
473
175
  listCustomRoutingPortMappings(args: ListCustomRoutingPortMappingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomRoutingPortMappingsCommandOutput) => void): void;
474
- /**
475
- * <p>List the port mappings for a specific EC2 instance (destination) in a VPC subnet endpoint. The
476
- * response is the mappings for one destination IP address. This is useful when your subnet endpoint has mappings that
477
- * span multiple custom routing accelerators in your account, or for scenarios where you only want to
478
- * list the port mappings for a specific destination instance.</p>
479
- */
176
+
480
177
  listCustomRoutingPortMappingsByDestination(args: ListCustomRoutingPortMappingsByDestinationCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomRoutingPortMappingsByDestinationCommandOutput>;
481
178
  listCustomRoutingPortMappingsByDestination(args: ListCustomRoutingPortMappingsByDestinationCommandInput, cb: (err: any, data?: ListCustomRoutingPortMappingsByDestinationCommandOutput) => void): void;
482
179
  listCustomRoutingPortMappingsByDestination(args: ListCustomRoutingPortMappingsByDestinationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomRoutingPortMappingsByDestinationCommandOutput) => void): void;
483
- /**
484
- * <p>List the endpoint groups that are associated with a listener. </p>
485
- */
180
+
486
181
  listEndpointGroups(args: ListEndpointGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListEndpointGroupsCommandOutput>;
487
182
  listEndpointGroups(args: ListEndpointGroupsCommandInput, cb: (err: any, data?: ListEndpointGroupsCommandOutput) => void): void;
488
183
  listEndpointGroups(args: ListEndpointGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEndpointGroupsCommandOutput) => void): void;
489
- /**
490
- * <p>List the listeners for an accelerator. </p>
491
- */
184
+
492
185
  listListeners(args: ListListenersCommandInput, options?: __HttpHandlerOptions): Promise<ListListenersCommandOutput>;
493
186
  listListeners(args: ListListenersCommandInput, cb: (err: any, data?: ListListenersCommandOutput) => void): void;
494
187
  listListeners(args: ListListenersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListListenersCommandOutput) => void): void;
495
- /**
496
- * <p>List all tags for an accelerator. </p>
497
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html">Tagging
498
- * in AWS Global Accelerator</a> in the <i>AWS Global Accelerator Developer Guide</i>. </p>
499
- */
188
+
500
189
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
501
190
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
502
191
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
503
- /**
504
- * <p>Provisions an IP address range to use with your AWS resources through bring your own IP
505
- * addresses (BYOIP) and creates a corresponding address pool. After the address range is provisioned,
506
- * it is ready to be advertised using <a href="https://docs.aws.amazon.com/global-accelerator/latest/api/AdvertiseByoipCidr.html">
507
- * AdvertiseByoipCidr</a>.</p>
508
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring Your Own
509
- * IP Addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
510
- */
192
+
511
193
  provisionByoipCidr(args: ProvisionByoipCidrCommandInput, options?: __HttpHandlerOptions): Promise<ProvisionByoipCidrCommandOutput>;
512
194
  provisionByoipCidr(args: ProvisionByoipCidrCommandInput, cb: (err: any, data?: ProvisionByoipCidrCommandOutput) => void): void;
513
195
  provisionByoipCidr(args: ProvisionByoipCidrCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ProvisionByoipCidrCommandOutput) => void): void;
514
- /**
515
- * <p>Remove endpoints from a custom routing accelerator.</p>
516
- */
196
+
517
197
  removeCustomRoutingEndpoints(args: RemoveCustomRoutingEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<RemoveCustomRoutingEndpointsCommandOutput>;
518
198
  removeCustomRoutingEndpoints(args: RemoveCustomRoutingEndpointsCommandInput, cb: (err: any, data?: RemoveCustomRoutingEndpointsCommandOutput) => void): void;
519
199
  removeCustomRoutingEndpoints(args: RemoveCustomRoutingEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveCustomRoutingEndpointsCommandOutput) => void): void;
520
- /**
521
- * <p>Add tags to an accelerator resource. </p>
522
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html">Tagging
523
- * in AWS Global Accelerator</a> in the <i>AWS Global Accelerator Developer Guide</i>. </p>
524
- */
200
+
525
201
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
526
202
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
527
203
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
528
- /**
529
- * <p>Remove tags from a Global Accelerator resource. When you specify a tag key, the action removes both that key and its associated value.
530
- * The operation succeeds even if you attempt to remove tags from an accelerator that was already removed.</p>
531
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html">Tagging
532
- * in AWS Global Accelerator</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
533
- */
204
+
534
205
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
535
206
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
536
207
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
537
- /**
538
- * <p>Update an accelerator. </p>
539
- *
540
- * <important>
541
- * <p>Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the
542
- * US West (Oregon) Region to create or update accelerators.</p>
543
- * </important>
544
- */
208
+
545
209
  updateAccelerator(args: UpdateAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAcceleratorCommandOutput>;
546
210
  updateAccelerator(args: UpdateAcceleratorCommandInput, cb: (err: any, data?: UpdateAcceleratorCommandOutput) => void): void;
547
211
  updateAccelerator(args: UpdateAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAcceleratorCommandOutput) => void): void;
548
- /**
549
- * <p>Update the attributes for an accelerator. </p>
550
- */
212
+
551
213
  updateAcceleratorAttributes(args: UpdateAcceleratorAttributesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAcceleratorAttributesCommandOutput>;
552
214
  updateAcceleratorAttributes(args: UpdateAcceleratorAttributesCommandInput, cb: (err: any, data?: UpdateAcceleratorAttributesCommandOutput) => void): void;
553
215
  updateAcceleratorAttributes(args: UpdateAcceleratorAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAcceleratorAttributesCommandOutput) => void): void;
554
- /**
555
- * <p>Update a custom routing accelerator. </p>
556
- */
216
+
557
217
  updateCustomRoutingAccelerator(args: UpdateCustomRoutingAcceleratorCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCustomRoutingAcceleratorCommandOutput>;
558
218
  updateCustomRoutingAccelerator(args: UpdateCustomRoutingAcceleratorCommandInput, cb: (err: any, data?: UpdateCustomRoutingAcceleratorCommandOutput) => void): void;
559
219
  updateCustomRoutingAccelerator(args: UpdateCustomRoutingAcceleratorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCustomRoutingAcceleratorCommandOutput) => void): void;
560
- /**
561
- * <p>Update the attributes for a custom routing accelerator. </p>
562
- */
220
+
563
221
  updateCustomRoutingAcceleratorAttributes(args: UpdateCustomRoutingAcceleratorAttributesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCustomRoutingAcceleratorAttributesCommandOutput>;
564
222
  updateCustomRoutingAcceleratorAttributes(args: UpdateCustomRoutingAcceleratorAttributesCommandInput, cb: (err: any, data?: UpdateCustomRoutingAcceleratorAttributesCommandOutput) => void): void;
565
223
  updateCustomRoutingAcceleratorAttributes(args: UpdateCustomRoutingAcceleratorAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCustomRoutingAcceleratorAttributesCommandOutput) => void): void;
566
- /**
567
- * <p>Update a listener for a custom routing accelerator. </p>
568
- */
224
+
569
225
  updateCustomRoutingListener(args: UpdateCustomRoutingListenerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCustomRoutingListenerCommandOutput>;
570
226
  updateCustomRoutingListener(args: UpdateCustomRoutingListenerCommandInput, cb: (err: any, data?: UpdateCustomRoutingListenerCommandOutput) => void): void;
571
227
  updateCustomRoutingListener(args: UpdateCustomRoutingListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCustomRoutingListenerCommandOutput) => void): void;
572
- /**
573
- * <p>Update an endpoint group. A resource must be valid and active when you add it as an endpoint.</p>
574
- */
228
+
575
229
  updateEndpointGroup(args: UpdateEndpointGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEndpointGroupCommandOutput>;
576
230
  updateEndpointGroup(args: UpdateEndpointGroupCommandInput, cb: (err: any, data?: UpdateEndpointGroupCommandOutput) => void): void;
577
231
  updateEndpointGroup(args: UpdateEndpointGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEndpointGroupCommandOutput) => void): void;
578
- /**
579
- * <p>Update a listener. </p>
580
- */
232
+
581
233
  updateListener(args: UpdateListenerCommandInput, options?: __HttpHandlerOptions): Promise<UpdateListenerCommandOutput>;
582
234
  updateListener(args: UpdateListenerCommandInput, cb: (err: any, data?: UpdateListenerCommandOutput) => void): void;
583
235
  updateListener(args: UpdateListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateListenerCommandOutput) => void): void;
584
- /**
585
- * <p>Stops advertising an address range that is provisioned as an address pool.
586
- * You can perform this operation at most once every 10 seconds, even if you specify different address
587
- * ranges each time.</p>
588
- * <p>It can take a few minutes before traffic to the specified addresses stops routing to AWS because of
589
- * propagation delays.</p>
590
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring Your Own
591
- * IP Addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
592
- */
236
+
593
237
  withdrawByoipCidr(args: WithdrawByoipCidrCommandInput, options?: __HttpHandlerOptions): Promise<WithdrawByoipCidrCommandOutput>;
594
238
  withdrawByoipCidr(args: WithdrawByoipCidrCommandInput, cb: (err: any, data?: WithdrawByoipCidrCommandOutput) => void): void;
595
239
  withdrawByoipCidr(args: WithdrawByoipCidrCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: WithdrawByoipCidrCommandOutput) => void): void;