@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,2633 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
- export declare enum IpAddressType {
3
- IPV4 = "IPV4"
4
- }
5
- /**
6
- * <p>A complex type for the set of IP addresses for an accelerator.</p>
7
- */
8
- export interface IpSet {
9
- /**
10
- * <p>The types of IP addresses included in this IP set.</p>
11
- */
12
- IpFamily?: string;
13
- /**
14
- * <p>The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.</p>
15
- */
16
- IpAddresses?: string[];
17
- }
18
- export declare namespace IpSet {
19
- /**
20
- * @internal
21
- */
22
- const filterSensitiveLog: (obj: IpSet) => any;
23
- }
24
- export declare type AcceleratorStatus = "DEPLOYED" | "IN_PROGRESS";
25
- /**
26
- * <p>An accelerator is a complex type that includes one or more listeners that process inbound connections and then direct
27
- * traffic to one or more endpoint groups, each of which includes endpoints, such as load balancers.</p>
28
- */
29
- export interface Accelerator {
30
- /**
31
- * <p>The Amazon Resource Name (ARN) of the accelerator.</p>
32
- */
33
- AcceleratorArn?: string;
34
- /**
35
- * <p>The name of the accelerator. The name must contain only alphanumeric characters or
36
- * hyphens (-), and must not begin or end with a hyphen.</p>
37
- */
38
- Name?: string;
39
- /**
40
- * <p>The value for the address type must be IPv4.
41
- * </p>
42
- */
43
- IpAddressType?: IpAddressType | string;
44
- /**
45
- * <p>Indicates whether the accelerator is enabled. The value is true or false. The default value is true. </p>
46
- * <p>If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.</p>
47
- */
48
- Enabled?: boolean;
49
- /**
50
- * <p>The static IP addresses that Global Accelerator associates with the accelerator.</p>
51
- */
52
- IpSets?: IpSet[];
53
- /**
54
- * <p>The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses. </p>
55
- * <p>The naming convention for the DNS name is the following: A lowercase letter a,
56
- * followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example:
57
- * a1234567890abcdef.awsglobalaccelerator.com.</p>
58
- * <p>For more information about the default DNS name, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/about-accelerators.html#about-accelerators.dns-addressing">
59
- * Support for DNS Addressing in Global Accelerator</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
60
- */
61
- DnsName?: string;
62
- /**
63
- * <p>Describes the deployment status of the accelerator.</p>
64
- */
65
- Status?: AcceleratorStatus | string;
66
- /**
67
- * <p>The date and time that the accelerator was created.</p>
68
- */
69
- CreatedTime?: Date;
70
- /**
71
- * <p>The date and time that the accelerator was last modified.</p>
72
- */
73
- LastModifiedTime?: Date;
74
- }
75
- export declare namespace Accelerator {
76
- /**
77
- * @internal
78
- */
79
- const filterSensitiveLog: (obj: Accelerator) => any;
80
- }
81
- /**
82
- * <p>Attributes of an accelerator.</p>
83
- */
84
- export interface AcceleratorAttributes {
85
- /**
86
- * <p>Indicates whether flow logs are enabled. The default value is false. If the value is true,
87
- * <code>FlowLogsS3Bucket</code> and <code>FlowLogsS3Prefix</code> must be specified.</p>
88
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/monitoring-global-accelerator.flow-logs.html">Flow Logs</a> in
89
- * the <i>AWS Global Accelerator Developer Guide</i>.</p>
90
- */
91
- FlowLogsEnabled?: boolean;
92
- /**
93
- * <p>The name of the Amazon S3 bucket for the flow logs. Attribute is required if <code>FlowLogsEnabled</code> is
94
- * <code>true</code>. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the
95
- * bucket.</p>
96
- */
97
- FlowLogsS3Bucket?: string;
98
- /**
99
- * <p>The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if
100
- * <code>FlowLogsEnabled</code> is <code>true</code>.</p>
101
- * <p>If you don’t specify a prefix, the flow logs are stored in the
102
- * root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:</p>
103
- * <p>s3-bucket_name//AWSLogs/aws_account_id</p>
104
- */
105
- FlowLogsS3Prefix?: string;
106
- }
107
- export declare namespace AcceleratorAttributes {
108
- /**
109
- * @internal
110
- */
111
- const filterSensitiveLog: (obj: AcceleratorAttributes) => any;
112
- }
113
- /**
114
- * <p>The accelerator that you specified could not be disabled.</p>
115
- */
116
- export interface AcceleratorNotDisabledException extends __SmithyException, $MetadataBearer {
117
- name: "AcceleratorNotDisabledException";
118
- $fault: "client";
119
- Message?: string;
120
- }
121
- export declare namespace AcceleratorNotDisabledException {
122
- /**
123
- * @internal
124
- */
125
- const filterSensitiveLog: (obj: AcceleratorNotDisabledException) => any;
126
- }
127
- /**
128
- * <p>The accelerator that you specified doesn't exist.</p>
129
- */
130
- export interface AcceleratorNotFoundException extends __SmithyException, $MetadataBearer {
131
- name: "AcceleratorNotFoundException";
132
- $fault: "client";
133
- Message?: string;
134
- }
135
- export declare namespace AcceleratorNotFoundException {
136
- /**
137
- * @internal
138
- */
139
- const filterSensitiveLog: (obj: AcceleratorNotFoundException) => any;
140
- }
141
- /**
142
- * <p>You don't have access permission.</p>
143
- */
144
- export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
145
- name: "AccessDeniedException";
146
- $fault: "client";
147
- Message?: string;
148
- }
149
- export declare namespace AccessDeniedException {
150
- /**
151
- * @internal
152
- */
153
- const filterSensitiveLog: (obj: AccessDeniedException) => any;
154
- }
155
- /**
156
- * <p>The list of endpoint objects. For custom routing, this is a list of virtual private cloud (VPC) subnet IDs.</p>
157
- */
158
- export interface CustomRoutingEndpointConfiguration {
159
- /**
160
- * <p>An ID for the endpoint. For custom routing accelerators, this is the virtual private cloud (VPC)
161
- * subnet ID. </p>
162
- */
163
- EndpointId?: string;
164
- }
165
- export declare namespace CustomRoutingEndpointConfiguration {
166
- /**
167
- * @internal
168
- */
169
- const filterSensitiveLog: (obj: CustomRoutingEndpointConfiguration) => any;
170
- }
171
- export interface AddCustomRoutingEndpointsRequest {
172
- /**
173
- * <p>The list of endpoint objects to add to a custom routing accelerator.</p>
174
- */
175
- EndpointConfigurations: CustomRoutingEndpointConfiguration[] | undefined;
176
- /**
177
- * <p>The Amazon Resource Name (ARN) of the endpoint group for the custom routing endpoint.</p>
178
- */
179
- EndpointGroupArn: string | undefined;
180
- }
181
- export declare namespace AddCustomRoutingEndpointsRequest {
182
- /**
183
- * @internal
184
- */
185
- const filterSensitiveLog: (obj: AddCustomRoutingEndpointsRequest) => any;
186
- }
187
- /**
188
- * <p>A complex type for an endpoint for a custom routing accelerator. Each endpoint group can include one or more endpoints,
189
- * which are virtual private cloud (VPC) subnets.</p>
190
- */
191
- export interface CustomRoutingEndpointDescription {
192
- /**
193
- * <p>An ID for the endpoint. For custom routing accelerators, this is the virtual private cloud (VPC)
194
- * subnet ID. </p>
195
- */
196
- EndpointId?: string;
197
- }
198
- export declare namespace CustomRoutingEndpointDescription {
199
- /**
200
- * @internal
201
- */
202
- const filterSensitiveLog: (obj: CustomRoutingEndpointDescription) => any;
203
- }
204
- export interface AddCustomRoutingEndpointsResponse {
205
- /**
206
- * <p>The endpoint objects added to the custom routing accelerator.</p>
207
- */
208
- EndpointDescriptions?: CustomRoutingEndpointDescription[];
209
- /**
210
- * <p>The Amazon Resource Name (ARN) of the endpoint group for the custom routing endpoint.</p>
211
- */
212
- EndpointGroupArn?: string;
213
- }
214
- export declare namespace AddCustomRoutingEndpointsResponse {
215
- /**
216
- * @internal
217
- */
218
- const filterSensitiveLog: (obj: AddCustomRoutingEndpointsResponse) => any;
219
- }
220
- /**
221
- * <p>You can't use both of those options.</p>
222
- */
223
- export interface ConflictException extends __SmithyException, $MetadataBearer {
224
- name: "ConflictException";
225
- $fault: "client";
226
- Message?: string;
227
- }
228
- export declare namespace ConflictException {
229
- /**
230
- * @internal
231
- */
232
- const filterSensitiveLog: (obj: ConflictException) => any;
233
- }
234
- /**
235
- * <p>The endpoint that you specified doesn't exist.</p>
236
- */
237
- export interface EndpointAlreadyExistsException extends __SmithyException, $MetadataBearer {
238
- name: "EndpointAlreadyExistsException";
239
- $fault: "client";
240
- Message?: string;
241
- }
242
- export declare namespace EndpointAlreadyExistsException {
243
- /**
244
- * @internal
245
- */
246
- const filterSensitiveLog: (obj: EndpointAlreadyExistsException) => any;
247
- }
248
- /**
249
- * <p>The endpoint group that you specified doesn't exist.</p>
250
- */
251
- export interface EndpointGroupNotFoundException extends __SmithyException, $MetadataBearer {
252
- name: "EndpointGroupNotFoundException";
253
- $fault: "client";
254
- Message?: string;
255
- }
256
- export declare namespace EndpointGroupNotFoundException {
257
- /**
258
- * @internal
259
- */
260
- const filterSensitiveLog: (obj: EndpointGroupNotFoundException) => any;
261
- }
262
- /**
263
- * <p>There was an internal error for AWS Global Accelerator.</p>
264
- */
265
- export interface InternalServiceErrorException extends __SmithyException, $MetadataBearer {
266
- name: "InternalServiceErrorException";
267
- $fault: "server";
268
- Message?: string;
269
- }
270
- export declare namespace InternalServiceErrorException {
271
- /**
272
- * @internal
273
- */
274
- const filterSensitiveLog: (obj: InternalServiceErrorException) => any;
275
- }
276
- /**
277
- * <p>An argument that you specified is invalid.</p>
278
- */
279
- export interface InvalidArgumentException extends __SmithyException, $MetadataBearer {
280
- name: "InvalidArgumentException";
281
- $fault: "client";
282
- Message?: string;
283
- }
284
- export declare namespace InvalidArgumentException {
285
- /**
286
- * @internal
287
- */
288
- const filterSensitiveLog: (obj: InvalidArgumentException) => any;
289
- }
290
- /**
291
- * <p>Processing your request would cause you to exceed an AWS Global Accelerator limit.</p>
292
- */
293
- export interface LimitExceededException extends __SmithyException, $MetadataBearer {
294
- name: "LimitExceededException";
295
- $fault: "client";
296
- Message?: string;
297
- }
298
- export declare namespace LimitExceededException {
299
- /**
300
- * @internal
301
- */
302
- const filterSensitiveLog: (obj: LimitExceededException) => any;
303
- }
304
- export interface AdvertiseByoipCidrRequest {
305
- /**
306
- * <p>The address range, in CIDR notation. This must be the exact range that you provisioned.
307
- * You can't advertise only a portion of the provisioned range.</p>
308
- */
309
- Cidr: string | undefined;
310
- }
311
- export declare namespace AdvertiseByoipCidrRequest {
312
- /**
313
- * @internal
314
- */
315
- const filterSensitiveLog: (obj: AdvertiseByoipCidrRequest) => any;
316
- }
317
- /**
318
- * <p>A complex type that contains a <code>Message</code> and a <code>Timestamp</code> value for changes
319
- * that you make in the status an IP address range that you bring to AWS Global Accelerator through bring your own IP
320
- * address (BYOIP).</p>
321
- */
322
- export interface ByoipCidrEvent {
323
- /**
324
- * <p>A string that contains an <code>Event</code> message describing changes that you make in the status
325
- * of an IP address range that you bring to AWS Global Accelerator through bring your own IP address (BYOIP).</p>
326
- */
327
- Message?: string;
328
- /**
329
- * <p>A timestamp when you make a status change for an IP address range that you bring to AWS Global Accelerator through
330
- * bring your own IP address (BYOIP).</p>
331
- */
332
- Timestamp?: Date;
333
- }
334
- export declare namespace ByoipCidrEvent {
335
- /**
336
- * @internal
337
- */
338
- const filterSensitiveLog: (obj: ByoipCidrEvent) => any;
339
- }
340
- export declare enum ByoipCidrState {
341
- ADVERTISING = "ADVERTISING",
342
- DEPROVISIONED = "DEPROVISIONED",
343
- FAILED_ADVERTISING = "FAILED_ADVERTISING",
344
- FAILED_DEPROVISION = "FAILED_DEPROVISION",
345
- FAILED_PROVISION = "FAILED_PROVISION",
346
- FAILED_WITHDRAW = "FAILED_WITHDRAW",
347
- PENDING_ADVERTISING = "PENDING_ADVERTISING",
348
- PENDING_DEPROVISIONING = "PENDING_DEPROVISIONING",
349
- PENDING_PROVISIONING = "PENDING_PROVISIONING",
350
- PENDING_WITHDRAWING = "PENDING_WITHDRAWING",
351
- READY = "READY"
352
- }
353
- /**
354
- * <p>Information about an IP address range that is provisioned for use with your AWS resources through
355
- * bring your own IP address (BYOIP).</p>
356
- * <p>The following describes each BYOIP <code>State</code> that your IP address range can be in.</p>
357
- * <ul>
358
- * <li>
359
- * <p>
360
- * <b>PENDING_PROVISIONING</b> —
361
- * You’ve submitted a request to provision an IP address range but it is not yet provisioned with
362
- * AWS Global Accelerator.</p>
363
- * </li>
364
- * <li>
365
- * <p>
366
- * <b>READY</b> — The address range is provisioned
367
- * with AWS Global Accelerator and can be advertised.</p>
368
- * </li>
369
- * <li>
370
- * <p>
371
- * <b>PENDING_ADVERTISING</b> — You’ve submitted a
372
- * request for AWS Global Accelerator to advertise an address range but it is not yet being advertised.</p>
373
- * </li>
374
- * <li>
375
- * <p>
376
- * <b>ADVERTISING</b> — The address range is
377
- * being advertised by AWS Global Accelerator.</p>
378
- * </li>
379
- * <li>
380
- * <p>
381
- * <b>PENDING_WITHDRAWING</b> — You’ve submitted
382
- * a request to withdraw an address range from being advertised but it is still being advertised
383
- * by AWS Global Accelerator.</p>
384
- * </li>
385
- * <li>
386
- * <p>
387
- * <b>PENDING_DEPROVISIONING</b> — You’ve submitted a
388
- * request to deprovision an address range from AWS Global Accelerator but it is still provisioned.</p>
389
- * </li>
390
- * <li>
391
- * <p>
392
- * <b>DEPROVISIONED</b> — The address range is deprovisioned
393
- * from AWS Global Accelerator.</p>
394
- * </li>
395
- * <li>
396
- * <p>
397
- * <b>FAILED_PROVISION </b> — The request to
398
- * provision the address range from AWS Global Accelerator was not successful. Please make sure that
399
- * you provide all of the correct information, and try again. If the request fails
400
- * a second time, contact AWS support.</p>
401
- * </li>
402
- * <li>
403
- * <p>
404
- * <b>FAILED_ADVERTISING</b> — The request for AWS Global Accelerator
405
- * to advertise the address range was not successful. Please make sure that
406
- * you provide all of the correct information, and try again. If the request fails
407
- * a second time, contact AWS support.</p>
408
- * </li>
409
- * <li>
410
- * <p>
411
- * <b>FAILED_WITHDRAW</b> — The request to withdraw
412
- * the address range from advertising by AWS Global Accelerator was not successful. Please make sure that
413
- * you provide all of the correct information, and try again. If the request fails
414
- * a second time, contact AWS support.</p>
415
- * </li>
416
- * <li>
417
- * <p>
418
- * <b>FAILED_DEPROVISION </b> — The request to
419
- * deprovision the address range from AWS Global Accelerator was not successful. Please make sure that
420
- * you provide all of the correct information, and try again. If the request fails
421
- * a second time, contact AWS support.</p>
422
- * </li>
423
- * </ul>
424
- */
425
- export interface ByoipCidr {
426
- /**
427
- * <p>The address range, in CIDR notation.</p>
428
- */
429
- Cidr?: string;
430
- /**
431
- * <p>The state of the address pool.</p>
432
- */
433
- State?: ByoipCidrState | string;
434
- /**
435
- * <p>A history of status changes for an IP address range that you bring to AWS Global Accelerator
436
- * through bring your own IP address (BYOIP).</p>
437
- */
438
- Events?: ByoipCidrEvent[];
439
- }
440
- export declare namespace ByoipCidr {
441
- /**
442
- * @internal
443
- */
444
- const filterSensitiveLog: (obj: ByoipCidr) => any;
445
- }
446
- export interface AdvertiseByoipCidrResponse {
447
- /**
448
- * <p>Information about the address range.</p>
449
- */
450
- ByoipCidr?: ByoipCidr;
451
- }
452
- export declare namespace AdvertiseByoipCidrResponse {
453
- /**
454
- * @internal
455
- */
456
- const filterSensitiveLog: (obj: AdvertiseByoipCidrResponse) => any;
457
- }
458
- /**
459
- * <p>The CIDR that you specified was not found or is incorrect.</p>
460
- */
461
- export interface ByoipCidrNotFoundException extends __SmithyException, $MetadataBearer {
462
- name: "ByoipCidrNotFoundException";
463
- $fault: "client";
464
- Message?: string;
465
- }
466
- export declare namespace ByoipCidrNotFoundException {
467
- /**
468
- * @internal
469
- */
470
- const filterSensitiveLog: (obj: ByoipCidrNotFoundException) => any;
471
- }
472
- /**
473
- * <p>The CIDR that you specified is not valid for this action. For example, the state of the CIDR might be
474
- * incorrect for this action.</p>
475
- */
476
- export interface IncorrectCidrStateException extends __SmithyException, $MetadataBearer {
477
- name: "IncorrectCidrStateException";
478
- $fault: "client";
479
- Message?: string;
480
- }
481
- export declare namespace IncorrectCidrStateException {
482
- /**
483
- * @internal
484
- */
485
- const filterSensitiveLog: (obj: IncorrectCidrStateException) => any;
486
- }
487
- export interface AllowCustomRoutingTrafficRequest {
488
- /**
489
- * <p>The Amazon Resource Name (ARN) of the endpoint group.</p>
490
- */
491
- EndpointGroupArn: string | undefined;
492
- /**
493
- * <p>An ID for the endpoint. For custom routing accelerators, this is the virtual private cloud (VPC) subnet ID.</p>
494
- */
495
- EndpointId: string | undefined;
496
- /**
497
- * <p>A list of specific Amazon EC2 instance IP addresses (destination addresses) in a subnet that you want to allow to receive
498
- * traffic. The IP addresses must be a subset of the IP addresses that you specified for the endpoint group.</p>
499
- * <p>
500
- * <code>DestinationAddresses</code> is required if <code>AllowAllTrafficToEndpoint</code> is <code>FALSE</code> or is
501
- * not specified.</p>
502
- */
503
- DestinationAddresses?: string[];
504
- /**
505
- * <p>A list of specific Amazon EC2 instance ports (destination ports) that you want to allow to receive traffic.</p>
506
- */
507
- DestinationPorts?: number[];
508
- /**
509
- * <p>Indicates whether all destination IP addresses and ports for a specified VPC subnet endpoint can receive traffic
510
- * from a custom routing accelerator. The value is TRUE or FALSE. </p>
511
- * <p>When set to TRUE, <i>all</i> destinations in the custom routing VPC subnet can receive traffic. Note
512
- * that you cannot specify destination IP addresses and ports when the value is set to TRUE.</p>
513
- * <p>When set to FALSE (or not specified), you <i>must</i> specify a list of destination IP addresses that are allowed
514
- * to receive traffic. A list of ports is optional. If you don't specify a list of ports, the ports that can accept traffic is
515
- * the same as the ports configured for the endpoint group.</p>
516
- * <p>The default value is FALSE.</p>
517
- */
518
- AllowAllTrafficToEndpoint?: boolean;
519
- }
520
- export declare namespace AllowCustomRoutingTrafficRequest {
521
- /**
522
- * @internal
523
- */
524
- const filterSensitiveLog: (obj: AllowCustomRoutingTrafficRequest) => any;
525
- }
526
- /**
527
- * <p>The listener that you specified has an endpoint group associated with it. You must remove all dependent resources
528
- * from a listener before you can delete it.</p>
529
- */
530
- export interface AssociatedEndpointGroupFoundException extends __SmithyException, $MetadataBearer {
531
- name: "AssociatedEndpointGroupFoundException";
532
- $fault: "client";
533
- Message?: string;
534
- }
535
- export declare namespace AssociatedEndpointGroupFoundException {
536
- /**
537
- * @internal
538
- */
539
- const filterSensitiveLog: (obj: AssociatedEndpointGroupFoundException) => any;
540
- }
541
- /**
542
- * <p>The accelerator that you specified has a listener associated with it. You must remove all dependent resources from an
543
- * accelerator before you can delete it.</p>
544
- */
545
- export interface AssociatedListenerFoundException extends __SmithyException, $MetadataBearer {
546
- name: "AssociatedListenerFoundException";
547
- $fault: "client";
548
- Message?: string;
549
- }
550
- export declare namespace AssociatedListenerFoundException {
551
- /**
552
- * @internal
553
- */
554
- const filterSensitiveLog: (obj: AssociatedListenerFoundException) => any;
555
- }
556
- /**
557
- * <p>Provides authorization for Amazon to bring a specific IP address range to a specific AWS
558
- * account using bring your own IP addresses (BYOIP). </p>
559
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring Your Own
560
- * IP Addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
561
- */
562
- export interface CidrAuthorizationContext {
563
- /**
564
- * <p>The plain-text authorization message for the prefix and account.</p>
565
- */
566
- Message: string | undefined;
567
- /**
568
- * <p>The signed authorization message for the prefix and account.</p>
569
- */
570
- Signature: string | undefined;
571
- }
572
- export declare namespace CidrAuthorizationContext {
573
- /**
574
- * @internal
575
- */
576
- const filterSensitiveLog: (obj: CidrAuthorizationContext) => any;
577
- }
578
- export declare type ClientAffinity = "NONE" | "SOURCE_IP";
579
- /**
580
- * <p>A complex type that contains a <code>Tag</code> key and <code>Tag</code> value.</p>
581
- */
582
- export interface Tag {
583
- /**
584
- * <p>A string that contains a <code>Tag</code> key.</p>
585
- */
586
- Key: string | undefined;
587
- /**
588
- * <p>A string that contains a <code>Tag</code> value.</p>
589
- */
590
- Value: string | undefined;
591
- }
592
- export declare namespace Tag {
593
- /**
594
- * @internal
595
- */
596
- const filterSensitiveLog: (obj: Tag) => any;
597
- }
598
- export interface CreateAcceleratorRequest {
599
- /**
600
- * <p>The name of an accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or
601
- * hyphens (-), and must not begin or end with a hyphen.</p>
602
- */
603
- Name: string | undefined;
604
- /**
605
- * <p>The value for the address type must be IPv4.</p>
606
- */
607
- IpAddressType?: IpAddressType | string;
608
- /**
609
- * <p>Optionally, if you've added your own IP address pool to Global Accelerator (BYOIP), you can choose IP addresses
610
- * from your own pool to use for the accelerator's static IP addresses when you create an accelerator. You can
611
- * specify one or two addresses, separated by a space. Do not include the /32 suffix.</p>
612
- * <p>Only one IP address from each of your IP address ranges can be used for each accelerator. If you specify only
613
- * one IP address from your IP address range, Global Accelerator assigns a second static IP address for the
614
- * accelerator from the AWS IP address pool.</p>
615
- * <p>Note that you can't update IP addresses for an existing accelerator. To change them, you must create a new
616
- * accelerator with the new addresses.</p>
617
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring Your Own
618
- * IP Addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
619
- */
620
- IpAddresses?: string[];
621
- /**
622
- * <p>Indicates whether an accelerator is enabled. The value is true or false. The default value is true. </p>
623
- * <p>If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.</p>
624
- */
625
- Enabled?: boolean;
626
- /**
627
- * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the
628
- * uniqueness—of an accelerator.</p>
629
- */
630
- IdempotencyToken?: string;
631
- /**
632
- * <p>Create tags for an accelerator.</p>
633
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html">Tagging
634
- * in AWS Global Accelerator</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
635
- */
636
- Tags?: Tag[];
637
- }
638
- export declare namespace CreateAcceleratorRequest {
639
- /**
640
- * @internal
641
- */
642
- const filterSensitiveLog: (obj: CreateAcceleratorRequest) => any;
643
- }
644
- export interface CreateAcceleratorResponse {
645
- /**
646
- * <p>The accelerator that is created by specifying a listener and the supported IP address types.</p>
647
- */
648
- Accelerator?: Accelerator;
649
- }
650
- export declare namespace CreateAcceleratorResponse {
651
- /**
652
- * @internal
653
- */
654
- const filterSensitiveLog: (obj: CreateAcceleratorResponse) => any;
655
- }
656
- export interface CreateCustomRoutingAcceleratorRequest {
657
- /**
658
- * <p>The name of a custom routing accelerator. The name can have a maximum of 64 characters, must contain
659
- * only alphanumeric characters or hyphens (-), and must not begin or end with a hyphen.</p>
660
- */
661
- Name: string | undefined;
662
- /**
663
- * <p>The value for the address type must be IPv4.</p>
664
- */
665
- IpAddressType?: IpAddressType | string;
666
- /**
667
- * <p>Optionally, if you've added your own IP address pool to Global Accelerator (BYOIP), you can choose IP addresses
668
- * from your own pool to use for the accelerator's static IP addresses when you create an accelerator. You can
669
- * specify one or two addresses, separated by a space. Do not include the /32 suffix.</p>
670
- * <p>Only one IP address from each of your IP address ranges can be used for each accelerator. If you specify only
671
- * one IP address from your IP address range, Global Accelerator assigns a second static IP address for the
672
- * accelerator from the AWS IP address pool.</p>
673
- * <p>Note that you can't update IP addresses for an existing accelerator. To change them, you must create a new
674
- * accelerator with the new addresses.</p>
675
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">Bring
676
- * your own IP addresses (BYOIP)</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
677
- */
678
- IpAddresses?: string[];
679
- /**
680
- * <p>Indicates whether an accelerator is enabled. The value is true or false. The default value is true. </p>
681
- * <p>If the value is set to true, an accelerator cannot be deleted. If set to false, the accelerator can be deleted.</p>
682
- */
683
- Enabled?: boolean;
684
- /**
685
- * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency—that
686
- * is, the uniqueness—of the request.</p>
687
- */
688
- IdempotencyToken?: string;
689
- /**
690
- * <p>Create tags for an accelerator.</p>
691
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/tagging-in-global-accelerator.html">Tagging
692
- * in AWS Global Accelerator</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
693
- */
694
- Tags?: Tag[];
695
- }
696
- export declare namespace CreateCustomRoutingAcceleratorRequest {
697
- /**
698
- * @internal
699
- */
700
- const filterSensitiveLog: (obj: CreateCustomRoutingAcceleratorRequest) => any;
701
- }
702
- export declare type CustomRoutingAcceleratorStatus = "DEPLOYED" | "IN_PROGRESS";
703
- /**
704
- * <p>Attributes of a custom routing accelerator.</p>
705
- */
706
- export interface CustomRoutingAccelerator {
707
- /**
708
- * <p>The Amazon Resource Name (ARN) of the custom routing accelerator.</p>
709
- */
710
- AcceleratorArn?: string;
711
- /**
712
- * <p>The name of the accelerator. The name must contain only alphanumeric characters or
713
- * hyphens (-), and must not begin or end with a hyphen.</p>
714
- */
715
- Name?: string;
716
- /**
717
- * <p>The value for the address type must be IPv4.</p>
718
- */
719
- IpAddressType?: IpAddressType | string;
720
- /**
721
- * <p>Indicates whether the accelerator is enabled. The value is true or false. The default value is true. </p>
722
- * <p>If the value is set to true, the accelerator cannot be deleted. If set to false, accelerator can be deleted.</p>
723
- */
724
- Enabled?: boolean;
725
- /**
726
- * <p>The static IP addresses that Global Accelerator associates with the accelerator.</p>
727
- */
728
- IpSets?: IpSet[];
729
- /**
730
- * <p>The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IP addresses. </p>
731
- * <p>The naming convention for the DNS name is the following: A lowercase letter a,
732
- * followed by a 16-bit random hex string, followed by .awsglobalaccelerator.com. For example:
733
- * a1234567890abcdef.awsglobalaccelerator.com.</p>
734
- * <p>For more information about the default DNS name, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/about-accelerators.html#about-accelerators.dns-addressing">
735
- * Support for DNS Addressing in Global Accelerator</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
736
- */
737
- DnsName?: string;
738
- /**
739
- * <p>Describes the deployment status of the accelerator.</p>
740
- */
741
- Status?: CustomRoutingAcceleratorStatus | string;
742
- /**
743
- * <p>The date and time that the accelerator was created.</p>
744
- */
745
- CreatedTime?: Date;
746
- /**
747
- * <p>The date and time that the accelerator was last modified.</p>
748
- */
749
- LastModifiedTime?: Date;
750
- }
751
- export declare namespace CustomRoutingAccelerator {
752
- /**
753
- * @internal
754
- */
755
- const filterSensitiveLog: (obj: CustomRoutingAccelerator) => any;
756
- }
757
- export interface CreateCustomRoutingAcceleratorResponse {
758
- /**
759
- * <p>The accelerator that is created.</p>
760
- */
761
- Accelerator?: CustomRoutingAccelerator;
762
- }
763
- export declare namespace CreateCustomRoutingAcceleratorResponse {
764
- /**
765
- * @internal
766
- */
767
- const filterSensitiveLog: (obj: CreateCustomRoutingAcceleratorResponse) => any;
768
- }
769
- export declare enum CustomRoutingProtocol {
770
- TCP = "TCP",
771
- UDP = "UDP"
772
- }
773
- /**
774
- * <p>For a custom routing accelerator, sets the port range and protocol for all endpoints (virtual
775
- * private cloud subnets) in an endpoint group to accept client traffic on.</p>
776
- */
777
- export interface CustomRoutingDestinationConfiguration {
778
- /**
779
- * <p>The first port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.</p>
780
- */
781
- FromPort: number | undefined;
782
- /**
783
- * <p>The last port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.</p>
784
- */
785
- ToPort: number | undefined;
786
- /**
787
- * <p>The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol can be either TCP or UDP.</p>
788
- */
789
- Protocols: (CustomRoutingProtocol | string)[] | undefined;
790
- }
791
- export declare namespace CustomRoutingDestinationConfiguration {
792
- /**
793
- * @internal
794
- */
795
- const filterSensitiveLog: (obj: CustomRoutingDestinationConfiguration) => any;
796
- }
797
- export interface CreateCustomRoutingEndpointGroupRequest {
798
- /**
799
- * <p>The Amazon Resource Name (ARN) of the listener for a custom routing endpoint.</p>
800
- */
801
- ListenerArn: string | undefined;
802
- /**
803
- * <p>The AWS Region where the endpoint group is located. A listener can have only one endpoint group in a
804
- * specific Region.</p>
805
- */
806
- EndpointGroupRegion: string | undefined;
807
- /**
808
- * <p>Sets the port range and protocol for all endpoints (virtual private cloud subnets) in a custom routing endpoint group to accept
809
- * client traffic on.</p>
810
- */
811
- DestinationConfigurations: CustomRoutingDestinationConfiguration[] | undefined;
812
- /**
813
- * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the
814
- * uniqueness—of the request.</p>
815
- */
816
- IdempotencyToken?: string;
817
- }
818
- export declare namespace CreateCustomRoutingEndpointGroupRequest {
819
- /**
820
- * @internal
821
- */
822
- const filterSensitiveLog: (obj: CreateCustomRoutingEndpointGroupRequest) => any;
823
- }
824
- export declare enum Protocol {
825
- TCP = "TCP",
826
- UDP = "UDP"
827
- }
828
- /**
829
- * <p>For a custom routing accelerator, describes the port range and protocol for all endpoints
830
- * (virtual private cloud subnets) in an endpoint group to accept client traffic on.</p>
831
- */
832
- export interface CustomRoutingDestinationDescription {
833
- /**
834
- * <p>The first port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.</p>
835
- */
836
- FromPort?: number;
837
- /**
838
- * <p>The last port, inclusive, in the range of ports for the endpoint group that is associated with a custom routing accelerator.</p>
839
- */
840
- ToPort?: number;
841
- /**
842
- * <p>The protocol for the endpoint group that is associated with a custom routing accelerator. The protocol can be either TCP or UDP.</p>
843
- */
844
- Protocols?: (Protocol | string)[];
845
- }
846
- export declare namespace CustomRoutingDestinationDescription {
847
- /**
848
- * @internal
849
- */
850
- const filterSensitiveLog: (obj: CustomRoutingDestinationDescription) => any;
851
- }
852
- /**
853
- * <p>A complex type for the endpoint group for a custom routing accelerator. An AWS Region can have only one endpoint group for a specific listener.
854
- * </p>
855
- */
856
- export interface CustomRoutingEndpointGroup {
857
- /**
858
- * <p>The Amazon Resource Name (ARN) of the endpoint group.</p>
859
- */
860
- EndpointGroupArn?: string;
861
- /**
862
- * <p>The AWS Region where the endpoint group is located.</p>
863
- */
864
- EndpointGroupRegion?: string;
865
- /**
866
- * <p>For a custom routing accelerator, describes the port range and protocol for all endpoints
867
- * (virtual private cloud subnets) in an endpoint group to accept client traffic on.</p>
868
- */
869
- DestinationDescriptions?: CustomRoutingDestinationDescription[];
870
- /**
871
- * <p>For a custom routing accelerator, describes the endpoints (virtual private cloud subnets) in an
872
- * endpoint group to accept client traffic on.</p>
873
- */
874
- EndpointDescriptions?: CustomRoutingEndpointDescription[];
875
- }
876
- export declare namespace CustomRoutingEndpointGroup {
877
- /**
878
- * @internal
879
- */
880
- const filterSensitiveLog: (obj: CustomRoutingEndpointGroup) => any;
881
- }
882
- export interface CreateCustomRoutingEndpointGroupResponse {
883
- /**
884
- * <p>The information about the endpoint group created for a custom routing accelerator.</p>
885
- */
886
- EndpointGroup?: CustomRoutingEndpointGroup;
887
- }
888
- export declare namespace CreateCustomRoutingEndpointGroupResponse {
889
- /**
890
- * @internal
891
- */
892
- const filterSensitiveLog: (obj: CreateCustomRoutingEndpointGroupResponse) => any;
893
- }
894
- /**
895
- * <p>The endpoint group that you specified already exists.</p>
896
- */
897
- export interface EndpointGroupAlreadyExistsException extends __SmithyException, $MetadataBearer {
898
- name: "EndpointGroupAlreadyExistsException";
899
- $fault: "client";
900
- Message?: string;
901
- }
902
- export declare namespace EndpointGroupAlreadyExistsException {
903
- /**
904
- * @internal
905
- */
906
- const filterSensitiveLog: (obj: EndpointGroupAlreadyExistsException) => any;
907
- }
908
- /**
909
- * <p>The port numbers that you specified are not valid numbers or are not unique for this accelerator.</p>
910
- */
911
- export interface InvalidPortRangeException extends __SmithyException, $MetadataBearer {
912
- name: "InvalidPortRangeException";
913
- $fault: "client";
914
- Message?: string;
915
- }
916
- export declare namespace InvalidPortRangeException {
917
- /**
918
- * @internal
919
- */
920
- const filterSensitiveLog: (obj: InvalidPortRangeException) => any;
921
- }
922
- /**
923
- * <p>The listener that you specified doesn't exist.</p>
924
- */
925
- export interface ListenerNotFoundException extends __SmithyException, $MetadataBearer {
926
- name: "ListenerNotFoundException";
927
- $fault: "client";
928
- Message?: string;
929
- }
930
- export declare namespace ListenerNotFoundException {
931
- /**
932
- * @internal
933
- */
934
- const filterSensitiveLog: (obj: ListenerNotFoundException) => any;
935
- }
936
- /**
937
- * <p>A complex type for a range of ports for a listener.</p>
938
- */
939
- export interface PortRange {
940
- /**
941
- * <p>The first port in the range of ports, inclusive.</p>
942
- */
943
- FromPort?: number;
944
- /**
945
- * <p>The last port in the range of ports, inclusive.</p>
946
- */
947
- ToPort?: number;
948
- }
949
- export declare namespace PortRange {
950
- /**
951
- * @internal
952
- */
953
- const filterSensitiveLog: (obj: PortRange) => any;
954
- }
955
- export interface CreateCustomRoutingListenerRequest {
956
- /**
957
- * <p>The Amazon Resource Name (ARN) of the accelerator for a custom routing listener.</p>
958
- */
959
- AcceleratorArn: string | undefined;
960
- /**
961
- * <p>The port range to support for connections from clients to your accelerator.</p>
962
- * <p>Separately, you set port ranges for endpoints. For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/about-custom-routing-endpoints.html">About
963
- * endpoints for custom routing accelerators</a>.</p>
964
- */
965
- PortRanges: PortRange[] | undefined;
966
- /**
967
- * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the
968
- * uniqueness—of the request.</p>
969
- */
970
- IdempotencyToken?: string;
971
- }
972
- export declare namespace CreateCustomRoutingListenerRequest {
973
- /**
974
- * @internal
975
- */
976
- const filterSensitiveLog: (obj: CreateCustomRoutingListenerRequest) => any;
977
- }
978
- /**
979
- * <p>A complex type for a listener for a custom routing accelerator.</p>
980
- */
981
- export interface CustomRoutingListener {
982
- /**
983
- * <p>The Amazon Resource Name (ARN) of the listener.</p>
984
- */
985
- ListenerArn?: string;
986
- /**
987
- * <p>The port range to support for connections from clients to your accelerator.</p>
988
- * <p>Separately, you set port ranges for endpoints. For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/about-custom-routing-endpoints.html">About
989
- * endpoints for custom routing accelerators</a>.</p>
990
- */
991
- PortRanges?: PortRange[];
992
- }
993
- export declare namespace CustomRoutingListener {
994
- /**
995
- * @internal
996
- */
997
- const filterSensitiveLog: (obj: CustomRoutingListener) => any;
998
- }
999
- export interface CreateCustomRoutingListenerResponse {
1000
- /**
1001
- * <p>The listener that you've created for a custom routing accelerator.</p>
1002
- */
1003
- Listener?: CustomRoutingListener;
1004
- }
1005
- export declare namespace CreateCustomRoutingListenerResponse {
1006
- /**
1007
- * @internal
1008
- */
1009
- const filterSensitiveLog: (obj: CreateCustomRoutingListenerResponse) => any;
1010
- }
1011
- /**
1012
- * <p>A complex type for endpoints. A resource must be valid and active when you add it as an endpoint.</p>
1013
- */
1014
- export interface EndpointConfiguration {
1015
- /**
1016
- * <p>An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon
1017
- * Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address
1018
- * allocation ID. For Amazon EC2 instances, this is the EC2 instance ID. A resource must be valid and active
1019
- * when you add it as an endpoint.</p>
1020
- * <p>An Application Load Balancer can be either internal or internet-facing.</p>
1021
- */
1022
- EndpointId?: string;
1023
- /**
1024
- * <p>The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic
1025
- * based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The
1026
- * result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second
1027
- * and third endpoints, and 6/20 is routed to the last endpoint. For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/about-endpoints-endpoint-weights.html">Endpoint Weights</a> in the
1028
- * <i>AWS Global Accelerator Developer Guide</i>.</p>
1029
- */
1030
- Weight?: number;
1031
- /**
1032
- * <p>Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint.
1033
- * The value is true or false. The default value is true for new accelerators. </p>
1034
- * <p>If the value is set to true, the client's IP address is preserved in the <code>X-Forwarded-For</code> request header as
1035
- * traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.</p>
1036
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/preserve-client-ip-address.html">
1037
- * Preserve Client IP Addresses in AWS Global Accelerator</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
1038
- */
1039
- ClientIPPreservationEnabled?: boolean;
1040
- }
1041
- export declare namespace EndpointConfiguration {
1042
- /**
1043
- * @internal
1044
- */
1045
- const filterSensitiveLog: (obj: EndpointConfiguration) => any;
1046
- }
1047
- export declare enum HealthCheckProtocol {
1048
- HTTP = "HTTP",
1049
- HTTPS = "HTTPS",
1050
- TCP = "TCP"
1051
- }
1052
- /**
1053
- * <p>Override specific listener ports used to route traffic to endpoints that are part of an endpoint group.
1054
- * For example, you can create a port override in which the listener
1055
- * receives user traffic on ports 80 and 443, but your accelerator routes that traffic to ports 1080
1056
- * and 1443, respectively, on the endpoints.</p>
1057
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/about-endpoint-groups-port-override.html">
1058
- * Port overrides</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
1059
- */
1060
- export interface PortOverride {
1061
- /**
1062
- * <p>The listener port that you want to map to a specific endpoint port. This is the port that user traffic
1063
- * arrives to the Global Accelerator on.</p>
1064
- */
1065
- ListenerPort?: number;
1066
- /**
1067
- * <p>The endpoint port that you want a listener port to be mapped to. This is the port on the endpoint,
1068
- * such as the Application Load Balancer or Amazon EC2 instance.</p>
1069
- */
1070
- EndpointPort?: number;
1071
- }
1072
- export declare namespace PortOverride {
1073
- /**
1074
- * @internal
1075
- */
1076
- const filterSensitiveLog: (obj: PortOverride) => any;
1077
- }
1078
- export interface CreateEndpointGroupRequest {
1079
- /**
1080
- * <p>The Amazon Resource Name (ARN) of the listener.</p>
1081
- */
1082
- ListenerArn: string | undefined;
1083
- /**
1084
- * <p>The AWS Region where the endpoint group is located. A listener can have only one endpoint group in a
1085
- * specific Region.</p>
1086
- */
1087
- EndpointGroupRegion: string | undefined;
1088
- /**
1089
- * <p>The list of endpoint objects.</p>
1090
- */
1091
- EndpointConfigurations?: EndpointConfiguration[];
1092
- /**
1093
- * <p>The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for
1094
- * this listener. </p>
1095
- * <p>Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is
1096
- * applied to the traffic that would otherwise have been routed to the Region based on optimal routing.</p>
1097
- * <p>The default value is 100.</p>
1098
- */
1099
- TrafficDialPercentage?: number;
1100
- /**
1101
- * <p>The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port
1102
- * is the listener port that this endpoint group is associated with. If listener port is a list of ports, Global Accelerator uses the
1103
- * first port in the list.</p>
1104
- */
1105
- HealthCheckPort?: number;
1106
- /**
1107
- * <p>The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default
1108
- * value is TCP.</p>
1109
- */
1110
- HealthCheckProtocol?: HealthCheckProtocol | string;
1111
- /**
1112
- * <p>If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The
1113
- * default value is slash (/).</p>
1114
- */
1115
- HealthCheckPath?: string;
1116
- /**
1117
- * <p>The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.</p>
1118
- */
1119
- HealthCheckIntervalSeconds?: number;
1120
- /**
1121
- * <p>The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an
1122
- * unhealthy endpoint to healthy. The default value is 3.</p>
1123
- */
1124
- ThresholdCount?: number;
1125
- /**
1126
- * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the
1127
- * uniqueness—of the request.</p>
1128
- */
1129
- IdempotencyToken?: string;
1130
- /**
1131
- * <p>Override specific listener ports used to route traffic to endpoints that are part of this endpoint group.
1132
- * For example, you can create a port override in which the listener
1133
- * receives user traffic on ports 80 and 443, but your accelerator routes that traffic to ports 1080
1134
- * and 1443, respectively, on the endpoints.</p>
1135
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/about-endpoint-groups-port-override.html">
1136
- * Port overrides</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
1137
- */
1138
- PortOverrides?: PortOverride[];
1139
- }
1140
- export declare namespace CreateEndpointGroupRequest {
1141
- /**
1142
- * @internal
1143
- */
1144
- const filterSensitiveLog: (obj: CreateEndpointGroupRequest) => any;
1145
- }
1146
- export declare type HealthState = "HEALTHY" | "INITIAL" | "UNHEALTHY";
1147
- /**
1148
- * <p>A complex type for an endpoint. Each endpoint group can include one or more endpoints, such as load
1149
- * balancers.</p>
1150
- */
1151
- export interface EndpointDescription {
1152
- /**
1153
- * <p>An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon
1154
- * Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address
1155
- * allocation ID. For Amazon EC2 instances, this is the EC2 instance ID. </p>
1156
- * <p>An Application Load Balancer can be either internal or internet-facing.</p>
1157
- */
1158
- EndpointId?: string;
1159
- /**
1160
- * <p>The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic
1161
- * based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The
1162
- * result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second
1163
- * and third endpoints, and 6/20 is routed to the last endpoint. For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/about-endpoints-endpoint-weights.html">Endpoint Weights</a> in the
1164
- * <i>AWS Global Accelerator Developer Guide</i>. </p>
1165
- */
1166
- Weight?: number;
1167
- /**
1168
- * <p>The health status of the endpoint.</p>
1169
- */
1170
- HealthState?: HealthState | string;
1171
- /**
1172
- * <p>Returns a null result.</p>
1173
- */
1174
- HealthReason?: string;
1175
- /**
1176
- * <p>Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint.
1177
- * The value is true or false. The default value is true for new accelerators. </p>
1178
- * <p>If the value is set to true, the client's IP address is preserved in the <code>X-Forwarded-For</code> request header as
1179
- * traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.</p>
1180
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/introduction-how-it-works-client-ip.html">
1181
- * Viewing Client IP Addresses in AWS Global Accelerator</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
1182
- */
1183
- ClientIPPreservationEnabled?: boolean;
1184
- }
1185
- export declare namespace EndpointDescription {
1186
- /**
1187
- * @internal
1188
- */
1189
- const filterSensitiveLog: (obj: EndpointDescription) => any;
1190
- }
1191
- /**
1192
- * <p>A complex type for the endpoint group. An AWS Region can have only one endpoint group for a specific listener.
1193
- * </p>
1194
- */
1195
- export interface EndpointGroup {
1196
- /**
1197
- * <p>The Amazon Resource Name (ARN) of the endpoint group.</p>
1198
- */
1199
- EndpointGroupArn?: string;
1200
- /**
1201
- * <p>The AWS Region where the endpoint group is located.</p>
1202
- */
1203
- EndpointGroupRegion?: string;
1204
- /**
1205
- * <p>The list of endpoint objects.</p>
1206
- */
1207
- EndpointDescriptions?: EndpointDescription[];
1208
- /**
1209
- * <p>The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for
1210
- * this listener. </p>
1211
- * <p>Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is
1212
- * applied to the traffic that would otherwise have been routed to the Region based on optimal routing.</p>
1213
- * <p>The default value is 100.</p>
1214
- */
1215
- TrafficDialPercentage?: number;
1216
- /**
1217
- * <p>The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. </p>
1218
- *
1219
- * <p>The default port is the port for the listener that this endpoint group is associated with. If the listener port is a
1220
- * list, Global Accelerator uses the first specified port in the list of ports.</p>
1221
- */
1222
- HealthCheckPort?: number;
1223
- /**
1224
- * <p>The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint group. The default
1225
- * value is TCP.</p>
1226
- */
1227
- HealthCheckProtocol?: HealthCheckProtocol | string;
1228
- /**
1229
- * <p>If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the
1230
- * endpoints for health checks. The default is slash (/).</p>
1231
- */
1232
- HealthCheckPath?: string;
1233
- /**
1234
- * <p>The time—10 seconds or 30 seconds—between health checks for each endpoint. The default value is 30.</p>
1235
- */
1236
- HealthCheckIntervalSeconds?: number;
1237
- /**
1238
- * <p>The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an
1239
- * unhealthy endpoint to healthy. The default value is 3.</p>
1240
- */
1241
- ThresholdCount?: number;
1242
- /**
1243
- * <p>Allows you to override the destination ports used to route traffic to an endpoint.
1244
- * Using a port override lets you to map a list of external destination ports (that your
1245
- * users send traffic to) to a list of internal destination ports that you want an application
1246
- * endpoint to receive traffic on. </p>
1247
- */
1248
- PortOverrides?: PortOverride[];
1249
- }
1250
- export declare namespace EndpointGroup {
1251
- /**
1252
- * @internal
1253
- */
1254
- const filterSensitiveLog: (obj: EndpointGroup) => any;
1255
- }
1256
- export interface CreateEndpointGroupResponse {
1257
- /**
1258
- * <p>The information about the endpoint group that was created.</p>
1259
- */
1260
- EndpointGroup?: EndpointGroup;
1261
- }
1262
- export declare namespace CreateEndpointGroupResponse {
1263
- /**
1264
- * @internal
1265
- */
1266
- const filterSensitiveLog: (obj: CreateEndpointGroupResponse) => any;
1267
- }
1268
- export interface CreateListenerRequest {
1269
- /**
1270
- * <p>The Amazon Resource Name (ARN) of your accelerator.</p>
1271
- */
1272
- AcceleratorArn: string | undefined;
1273
- /**
1274
- * <p>The list of port ranges to support for connections from clients to your accelerator.</p>
1275
- */
1276
- PortRanges: PortRange[] | undefined;
1277
- /**
1278
- * <p>The protocol for connections from clients to your accelerator.</p>
1279
- */
1280
- Protocol: Protocol | string | undefined;
1281
- /**
1282
- * <p>Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications,
1283
- * regardless of the port and protocol of the client request. Client affinity gives you control over whether to always
1284
- * route each client to the same specific endpoint.</p>
1285
- * <p>AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client
1286
- * affinity is <code>NONE</code>, Global Accelerator uses the "five-tuple" (5-tuple) properties—source IP address, source port,
1287
- * destination IP address, destination port, and protocol—to select the hash value, and then chooses the best
1288
- * endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not
1289
- * be always routed to the same endpoint because the hash value changes. </p>
1290
- * <p>If you want a given client to always be routed to the same endpoint, set client affinity to <code>SOURCE_IP</code>
1291
- * instead. When you use the <code>SOURCE_IP</code> setting, Global Accelerator uses the "two-tuple" (2-tuple) properties—
1292
- * source (client) IP address and destination IP address—to select the hash value.</p>
1293
- * <p>The default value is <code>NONE</code>.</p>
1294
- */
1295
- ClientAffinity?: ClientAffinity | string;
1296
- /**
1297
- * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the
1298
- * uniqueness—of the request.</p>
1299
- */
1300
- IdempotencyToken?: string;
1301
- }
1302
- export declare namespace CreateListenerRequest {
1303
- /**
1304
- * @internal
1305
- */
1306
- const filterSensitiveLog: (obj: CreateListenerRequest) => any;
1307
- }
1308
- /**
1309
- * <p>A complex type for a listener.</p>
1310
- */
1311
- export interface Listener {
1312
- /**
1313
- * <p>The Amazon Resource Name (ARN) of the listener.</p>
1314
- */
1315
- ListenerArn?: string;
1316
- /**
1317
- * <p>The list of port ranges for the connections from clients to the accelerator.</p>
1318
- */
1319
- PortRanges?: PortRange[];
1320
- /**
1321
- * <p>The protocol for the connections from clients to the accelerator.</p>
1322
- */
1323
- Protocol?: Protocol | string;
1324
- /**
1325
- * <p>Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications,
1326
- * regardless of the port and protocol of the client request. Client affinity gives you control over whether to always
1327
- * route each client to the same specific endpoint.</p>
1328
- * <p>AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client
1329
- * affinity is <code>NONE</code>, Global Accelerator uses the "five-tuple" (5-tuple) properties—source IP address, source port,
1330
- * destination IP address, destination port, and protocol—to select the hash value, and then chooses the best
1331
- * endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not
1332
- * be always routed to the same endpoint because the hash value changes. </p>
1333
- * <p>If you want a given client to always be routed to the same endpoint, set client affinity to <code>SOURCE_IP</code>
1334
- * instead. When you use the <code>SOURCE_IP</code> setting, Global Accelerator uses the "two-tuple" (2-tuple) properties—
1335
- * source (client) IP address and destination IP address—to select the hash value.</p>
1336
- * <p>The default value is <code>NONE</code>.</p>
1337
- */
1338
- ClientAffinity?: ClientAffinity | string;
1339
- }
1340
- export declare namespace Listener {
1341
- /**
1342
- * @internal
1343
- */
1344
- const filterSensitiveLog: (obj: Listener) => any;
1345
- }
1346
- export interface CreateListenerResponse {
1347
- /**
1348
- * <p>The listener that you've created.</p>
1349
- */
1350
- Listener?: Listener;
1351
- }
1352
- export declare namespace CreateListenerResponse {
1353
- /**
1354
- * @internal
1355
- */
1356
- const filterSensitiveLog: (obj: CreateListenerResponse) => any;
1357
- }
1358
- /**
1359
- * <p>Attributes of a custom routing accelerator.</p>
1360
- */
1361
- export interface CustomRoutingAcceleratorAttributes {
1362
- /**
1363
- * <p>Indicates whether flow logs are enabled. The default value is false. If the value is true,
1364
- * <code>FlowLogsS3Bucket</code> and <code>FlowLogsS3Prefix</code> must be specified.</p>
1365
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/monitoring-global-accelerator.flow-logs.html">Flow Logs</a> in
1366
- * the <i>AWS Global Accelerator Developer Guide</i>.</p>
1367
- */
1368
- FlowLogsEnabled?: boolean;
1369
- /**
1370
- * <p>The name of the Amazon S3 bucket for the flow logs. Attribute is required if <code>FlowLogsEnabled</code> is
1371
- * <code>true</code>. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the
1372
- * bucket.</p>
1373
- */
1374
- FlowLogsS3Bucket?: string;
1375
- /**
1376
- * <p>The prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if
1377
- * <code>FlowLogsEnabled</code> is <code>true</code>.</p>
1378
- * <p>If you don’t specify a prefix, the flow logs are stored in the
1379
- * root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:</p>
1380
- * <p>DOC-EXAMPLE-BUCKET//AWSLogs/aws_account_id</p>
1381
- */
1382
- FlowLogsS3Prefix?: string;
1383
- }
1384
- export declare namespace CustomRoutingAcceleratorAttributes {
1385
- /**
1386
- * @internal
1387
- */
1388
- const filterSensitiveLog: (obj: CustomRoutingAcceleratorAttributes) => any;
1389
- }
1390
- export declare enum CustomRoutingDestinationTrafficState {
1391
- ALLOW = "ALLOW",
1392
- DENY = "DENY"
1393
- }
1394
- export interface DeleteAcceleratorRequest {
1395
- /**
1396
- * <p>The Amazon Resource Name (ARN) of an accelerator.</p>
1397
- */
1398
- AcceleratorArn: string | undefined;
1399
- }
1400
- export declare namespace DeleteAcceleratorRequest {
1401
- /**
1402
- * @internal
1403
- */
1404
- const filterSensitiveLog: (obj: DeleteAcceleratorRequest) => any;
1405
- }
1406
- export interface DeleteCustomRoutingAcceleratorRequest {
1407
- /**
1408
- * <p>The Amazon Resource Name (ARN) of the custom routing accelerator to delete.</p>
1409
- */
1410
- AcceleratorArn: string | undefined;
1411
- }
1412
- export declare namespace DeleteCustomRoutingAcceleratorRequest {
1413
- /**
1414
- * @internal
1415
- */
1416
- const filterSensitiveLog: (obj: DeleteCustomRoutingAcceleratorRequest) => any;
1417
- }
1418
- export interface DeleteCustomRoutingEndpointGroupRequest {
1419
- /**
1420
- * <p>The Amazon Resource Name (ARN) of the endpoint group to delete.</p>
1421
- */
1422
- EndpointGroupArn: string | undefined;
1423
- }
1424
- export declare namespace DeleteCustomRoutingEndpointGroupRequest {
1425
- /**
1426
- * @internal
1427
- */
1428
- const filterSensitiveLog: (obj: DeleteCustomRoutingEndpointGroupRequest) => any;
1429
- }
1430
- export interface DeleteCustomRoutingListenerRequest {
1431
- /**
1432
- * <p>The Amazon Resource Name (ARN) of the listener to delete.</p>
1433
- */
1434
- ListenerArn: string | undefined;
1435
- }
1436
- export declare namespace DeleteCustomRoutingListenerRequest {
1437
- /**
1438
- * @internal
1439
- */
1440
- const filterSensitiveLog: (obj: DeleteCustomRoutingListenerRequest) => any;
1441
- }
1442
- export interface DeleteEndpointGroupRequest {
1443
- /**
1444
- * <p>The Amazon Resource Name (ARN) of the endpoint group to delete.</p>
1445
- */
1446
- EndpointGroupArn: string | undefined;
1447
- }
1448
- export declare namespace DeleteEndpointGroupRequest {
1449
- /**
1450
- * @internal
1451
- */
1452
- const filterSensitiveLog: (obj: DeleteEndpointGroupRequest) => any;
1453
- }
1454
- export interface DeleteListenerRequest {
1455
- /**
1456
- * <p>The Amazon Resource Name (ARN) of the listener.</p>
1457
- */
1458
- ListenerArn: string | undefined;
1459
- }
1460
- export declare namespace DeleteListenerRequest {
1461
- /**
1462
- * @internal
1463
- */
1464
- const filterSensitiveLog: (obj: DeleteListenerRequest) => any;
1465
- }
1466
- export interface DenyCustomRoutingTrafficRequest {
1467
- /**
1468
- * <p>The Amazon Resource Name (ARN) of the endpoint group.</p>
1469
- */
1470
- EndpointGroupArn: string | undefined;
1471
- /**
1472
- * <p>An ID for the endpoint. For custom routing accelerators, this is the virtual private cloud (VPC) subnet ID.</p>
1473
- */
1474
- EndpointId: string | undefined;
1475
- /**
1476
- * <p>A list of specific Amazon EC2 instance IP addresses (destination addresses) in a subnet that you want to prevent from receiving
1477
- * traffic. The IP addresses must be a subset of the IP addresses allowed for the VPC subnet associated with the
1478
- * endpoint group.</p>
1479
- */
1480
- DestinationAddresses?: string[];
1481
- /**
1482
- * <p>A list of specific Amazon EC2 instance ports (destination ports) in a subnet endpoint that you want to prevent from
1483
- * receiving traffic.</p>
1484
- */
1485
- DestinationPorts?: number[];
1486
- /**
1487
- * <p>Indicates whether all destination IP addresses and ports for a specified VPC subnet endpoint <i>cannot</i>
1488
- * receive traffic from a custom routing accelerator. The value is TRUE or FALSE. </p>
1489
- * <p>When set to TRUE, <i>no</i> destinations in the custom routing VPC subnet can receive traffic. Note
1490
- * that you cannot specify destination IP addresses and ports when the value is set to TRUE.</p>
1491
- * <p>When set to FALSE (or not specified), you <i>must</i> specify a list of destination IP addresses that cannot receive
1492
- * traffic. A list of ports is optional. If you don't specify a list of ports, the ports that can accept traffic is
1493
- * the same as the ports configured for the endpoint group.</p>
1494
- * <p>The default value is FALSE.</p>
1495
- */
1496
- DenyAllTrafficToEndpoint?: boolean;
1497
- }
1498
- export declare namespace DenyCustomRoutingTrafficRequest {
1499
- /**
1500
- * @internal
1501
- */
1502
- const filterSensitiveLog: (obj: DenyCustomRoutingTrafficRequest) => any;
1503
- }
1504
- export interface DeprovisionByoipCidrRequest {
1505
- /**
1506
- * <p>The address range, in CIDR notation. The prefix must be the same prefix that you specified
1507
- * when you provisioned the address range.</p>
1508
- */
1509
- Cidr: string | undefined;
1510
- }
1511
- export declare namespace DeprovisionByoipCidrRequest {
1512
- /**
1513
- * @internal
1514
- */
1515
- const filterSensitiveLog: (obj: DeprovisionByoipCidrRequest) => any;
1516
- }
1517
- export interface DeprovisionByoipCidrResponse {
1518
- /**
1519
- * <p>Information about the address range.</p>
1520
- */
1521
- ByoipCidr?: ByoipCidr;
1522
- }
1523
- export declare namespace DeprovisionByoipCidrResponse {
1524
- /**
1525
- * @internal
1526
- */
1527
- const filterSensitiveLog: (obj: DeprovisionByoipCidrResponse) => any;
1528
- }
1529
- export interface DescribeAcceleratorRequest {
1530
- /**
1531
- * <p>The Amazon Resource Name (ARN) of the accelerator to describe.</p>
1532
- */
1533
- AcceleratorArn: string | undefined;
1534
- }
1535
- export declare namespace DescribeAcceleratorRequest {
1536
- /**
1537
- * @internal
1538
- */
1539
- const filterSensitiveLog: (obj: DescribeAcceleratorRequest) => any;
1540
- }
1541
- export interface DescribeAcceleratorResponse {
1542
- /**
1543
- * <p>The description of the accelerator.</p>
1544
- */
1545
- Accelerator?: Accelerator;
1546
- }
1547
- export declare namespace DescribeAcceleratorResponse {
1548
- /**
1549
- * @internal
1550
- */
1551
- const filterSensitiveLog: (obj: DescribeAcceleratorResponse) => any;
1552
- }
1553
- export interface DescribeAcceleratorAttributesRequest {
1554
- /**
1555
- * <p>The Amazon Resource Name (ARN) of the accelerator with the attributes that you want to describe.</p>
1556
- */
1557
- AcceleratorArn: string | undefined;
1558
- }
1559
- export declare namespace DescribeAcceleratorAttributesRequest {
1560
- /**
1561
- * @internal
1562
- */
1563
- const filterSensitiveLog: (obj: DescribeAcceleratorAttributesRequest) => any;
1564
- }
1565
- export interface DescribeAcceleratorAttributesResponse {
1566
- /**
1567
- * <p>The attributes of the accelerator.</p>
1568
- */
1569
- AcceleratorAttributes?: AcceleratorAttributes;
1570
- }
1571
- export declare namespace DescribeAcceleratorAttributesResponse {
1572
- /**
1573
- * @internal
1574
- */
1575
- const filterSensitiveLog: (obj: DescribeAcceleratorAttributesResponse) => any;
1576
- }
1577
- export interface DescribeCustomRoutingAcceleratorRequest {
1578
- /**
1579
- * <p>The Amazon Resource Name (ARN) of the accelerator to describe.</p>
1580
- */
1581
- AcceleratorArn: string | undefined;
1582
- }
1583
- export declare namespace DescribeCustomRoutingAcceleratorRequest {
1584
- /**
1585
- * @internal
1586
- */
1587
- const filterSensitiveLog: (obj: DescribeCustomRoutingAcceleratorRequest) => any;
1588
- }
1589
- export interface DescribeCustomRoutingAcceleratorResponse {
1590
- /**
1591
- * <p>The description of the custom routing accelerator.</p>
1592
- */
1593
- Accelerator?: CustomRoutingAccelerator;
1594
- }
1595
- export declare namespace DescribeCustomRoutingAcceleratorResponse {
1596
- /**
1597
- * @internal
1598
- */
1599
- const filterSensitiveLog: (obj: DescribeCustomRoutingAcceleratorResponse) => any;
1600
- }
1601
- export interface DescribeCustomRoutingAcceleratorAttributesRequest {
1602
- /**
1603
- * <p>The Amazon Resource Name (ARN) of the custom routing accelerator to describe the attributes for.</p>
1604
- */
1605
- AcceleratorArn: string | undefined;
1606
- }
1607
- export declare namespace DescribeCustomRoutingAcceleratorAttributesRequest {
1608
- /**
1609
- * @internal
1610
- */
1611
- const filterSensitiveLog: (obj: DescribeCustomRoutingAcceleratorAttributesRequest) => any;
1612
- }
1613
- export interface DescribeCustomRoutingAcceleratorAttributesResponse {
1614
- /**
1615
- * <p>The attributes of the custom routing accelerator.</p>
1616
- */
1617
- AcceleratorAttributes?: CustomRoutingAcceleratorAttributes;
1618
- }
1619
- export declare namespace DescribeCustomRoutingAcceleratorAttributesResponse {
1620
- /**
1621
- * @internal
1622
- */
1623
- const filterSensitiveLog: (obj: DescribeCustomRoutingAcceleratorAttributesResponse) => any;
1624
- }
1625
- export interface DescribeCustomRoutingEndpointGroupRequest {
1626
- /**
1627
- * <p>The Amazon Resource Name (ARN) of the endpoint group to describe.</p>
1628
- */
1629
- EndpointGroupArn: string | undefined;
1630
- }
1631
- export declare namespace DescribeCustomRoutingEndpointGroupRequest {
1632
- /**
1633
- * @internal
1634
- */
1635
- const filterSensitiveLog: (obj: DescribeCustomRoutingEndpointGroupRequest) => any;
1636
- }
1637
- export interface DescribeCustomRoutingEndpointGroupResponse {
1638
- /**
1639
- * <p>The description of an endpoint group for a custom routing accelerator.</p>
1640
- */
1641
- EndpointGroup?: CustomRoutingEndpointGroup;
1642
- }
1643
- export declare namespace DescribeCustomRoutingEndpointGroupResponse {
1644
- /**
1645
- * @internal
1646
- */
1647
- const filterSensitiveLog: (obj: DescribeCustomRoutingEndpointGroupResponse) => any;
1648
- }
1649
- export interface DescribeCustomRoutingListenerRequest {
1650
- /**
1651
- * <p>The Amazon Resource Name (ARN) of the listener to describe.</p>
1652
- */
1653
- ListenerArn: string | undefined;
1654
- }
1655
- export declare namespace DescribeCustomRoutingListenerRequest {
1656
- /**
1657
- * @internal
1658
- */
1659
- const filterSensitiveLog: (obj: DescribeCustomRoutingListenerRequest) => any;
1660
- }
1661
- export interface DescribeCustomRoutingListenerResponse {
1662
- /**
1663
- * <p>The description of a listener for a custom routing accelerator.</p>
1664
- */
1665
- Listener?: CustomRoutingListener;
1666
- }
1667
- export declare namespace DescribeCustomRoutingListenerResponse {
1668
- /**
1669
- * @internal
1670
- */
1671
- const filterSensitiveLog: (obj: DescribeCustomRoutingListenerResponse) => any;
1672
- }
1673
- export interface DescribeEndpointGroupRequest {
1674
- /**
1675
- * <p>The Amazon Resource Name (ARN) of the endpoint group to describe.</p>
1676
- */
1677
- EndpointGroupArn: string | undefined;
1678
- }
1679
- export declare namespace DescribeEndpointGroupRequest {
1680
- /**
1681
- * @internal
1682
- */
1683
- const filterSensitiveLog: (obj: DescribeEndpointGroupRequest) => any;
1684
- }
1685
- export interface DescribeEndpointGroupResponse {
1686
- /**
1687
- * <p>The description of an endpoint group.</p>
1688
- */
1689
- EndpointGroup?: EndpointGroup;
1690
- }
1691
- export declare namespace DescribeEndpointGroupResponse {
1692
- /**
1693
- * @internal
1694
- */
1695
- const filterSensitiveLog: (obj: DescribeEndpointGroupResponse) => any;
1696
- }
1697
- export interface DescribeListenerRequest {
1698
- /**
1699
- * <p>The Amazon Resource Name (ARN) of the listener to describe.</p>
1700
- */
1701
- ListenerArn: string | undefined;
1702
- }
1703
- export declare namespace DescribeListenerRequest {
1704
- /**
1705
- * @internal
1706
- */
1707
- const filterSensitiveLog: (obj: DescribeListenerRequest) => any;
1708
- }
1709
- export interface DescribeListenerResponse {
1710
- /**
1711
- * <p>The description of a listener.</p>
1712
- */
1713
- Listener?: Listener;
1714
- }
1715
- export declare namespace DescribeListenerResponse {
1716
- /**
1717
- * @internal
1718
- */
1719
- const filterSensitiveLog: (obj: DescribeListenerResponse) => any;
1720
- }
1721
- /**
1722
- * <p>An IP address/port combination.</p>
1723
- */
1724
- export interface SocketAddress {
1725
- /**
1726
- * <p>The IP address for the socket address.</p>
1727
- */
1728
- IpAddress?: string;
1729
- /**
1730
- * <p>The port for the socket address.</p>
1731
- */
1732
- Port?: number;
1733
- }
1734
- export declare namespace SocketAddress {
1735
- /**
1736
- * @internal
1737
- */
1738
- const filterSensitiveLog: (obj: SocketAddress) => any;
1739
- }
1740
- /**
1741
- * <p>The port mappings for a specified endpoint IP address (destination).</p>
1742
- */
1743
- export interface DestinationPortMapping {
1744
- /**
1745
- * <p>The Amazon Resource Name (ARN) of the custom routing accelerator
1746
- * that you have port mappings for.</p>
1747
- */
1748
- AcceleratorArn?: string;
1749
- /**
1750
- * <p>The IP address/port combinations (sockets) that map to a given destination socket
1751
- * address.</p>
1752
- */
1753
- AcceleratorSocketAddresses?: SocketAddress[];
1754
- /**
1755
- * <p>The Amazon Resource Name (ARN) of the endpoint group.</p>
1756
- */
1757
- EndpointGroupArn?: string;
1758
- /**
1759
- * <p>The ID for the virtual private cloud (VPC) subnet.</p>
1760
- */
1761
- EndpointId?: string;
1762
- /**
1763
- * <p>The AWS Region for the endpoint group.</p>
1764
- */
1765
- EndpointGroupRegion?: string;
1766
- /**
1767
- * <p>The endpoint IP address/port combination for traffic received on the accelerator socket address.</p>
1768
- */
1769
- DestinationSocketAddress?: SocketAddress;
1770
- /**
1771
- * <p>The IP address type, which must be IPv4.</p>
1772
- */
1773
- IpAddressType?: IpAddressType | string;
1774
- /**
1775
- * <p>Indicates whether or not a port mapping destination can receive traffic. The value is either ALLOW, if
1776
- * traffic is allowed to the destination, or DENY, if traffic is not allowed to the destination.</p>
1777
- */
1778
- DestinationTrafficState?: CustomRoutingDestinationTrafficState | string;
1779
- }
1780
- export declare namespace DestinationPortMapping {
1781
- /**
1782
- * @internal
1783
- */
1784
- const filterSensitiveLog: (obj: DestinationPortMapping) => any;
1785
- }
1786
- /**
1787
- * <p>The endpoint that you specified doesn't exist.</p>
1788
- */
1789
- export interface EndpointNotFoundException extends __SmithyException, $MetadataBearer {
1790
- name: "EndpointNotFoundException";
1791
- $fault: "client";
1792
- Message?: string;
1793
- }
1794
- export declare namespace EndpointNotFoundException {
1795
- /**
1796
- * @internal
1797
- */
1798
- const filterSensitiveLog: (obj: EndpointNotFoundException) => any;
1799
- }
1800
- /**
1801
- * <p>There isn't another item to return.</p>
1802
- */
1803
- export interface InvalidNextTokenException extends __SmithyException, $MetadataBearer {
1804
- name: "InvalidNextTokenException";
1805
- $fault: "client";
1806
- Message?: string;
1807
- }
1808
- export declare namespace InvalidNextTokenException {
1809
- /**
1810
- * @internal
1811
- */
1812
- const filterSensitiveLog: (obj: InvalidNextTokenException) => any;
1813
- }
1814
- export interface ListAcceleratorsRequest {
1815
- /**
1816
- * <p>The number of Global Accelerator objects that you want to return with this call. The default value is 10.</p>
1817
- */
1818
- MaxResults?: number;
1819
- /**
1820
- * <p>The token for the next set of results. You receive this token from a previous call.</p>
1821
- */
1822
- NextToken?: string;
1823
- }
1824
- export declare namespace ListAcceleratorsRequest {
1825
- /**
1826
- * @internal
1827
- */
1828
- const filterSensitiveLog: (obj: ListAcceleratorsRequest) => any;
1829
- }
1830
- export interface ListAcceleratorsResponse {
1831
- /**
1832
- * <p>The list of accelerators for a customer account.</p>
1833
- */
1834
- Accelerators?: Accelerator[];
1835
- /**
1836
- * <p>The token for the next set of results. You receive this token from a previous call.</p>
1837
- */
1838
- NextToken?: string;
1839
- }
1840
- export declare namespace ListAcceleratorsResponse {
1841
- /**
1842
- * @internal
1843
- */
1844
- const filterSensitiveLog: (obj: ListAcceleratorsResponse) => any;
1845
- }
1846
- export interface ListByoipCidrsRequest {
1847
- /**
1848
- * <p>The maximum number of results to return with a single call. To retrieve the remaining results, make
1849
- * another call with the returned <code>nextToken</code> value.</p>
1850
- */
1851
- MaxResults?: number;
1852
- /**
1853
- * <p>The token for the next page of results.</p>
1854
- */
1855
- NextToken?: string;
1856
- }
1857
- export declare namespace ListByoipCidrsRequest {
1858
- /**
1859
- * @internal
1860
- */
1861
- const filterSensitiveLog: (obj: ListByoipCidrsRequest) => any;
1862
- }
1863
- export interface ListByoipCidrsResponse {
1864
- /**
1865
- * <p>Information about your address ranges.</p>
1866
- */
1867
- ByoipCidrs?: ByoipCidr[];
1868
- /**
1869
- * <p>The token for the next page of results.</p>
1870
- */
1871
- NextToken?: string;
1872
- }
1873
- export declare namespace ListByoipCidrsResponse {
1874
- /**
1875
- * @internal
1876
- */
1877
- const filterSensitiveLog: (obj: ListByoipCidrsResponse) => any;
1878
- }
1879
- export interface ListCustomRoutingAcceleratorsRequest {
1880
- /**
1881
- * <p>The number of custom routing Global Accelerator objects that you want to return with this call. The default value is 10.</p>
1882
- */
1883
- MaxResults?: number;
1884
- /**
1885
- * <p>The token for the next set of results. You receive this token from a previous call.</p>
1886
- */
1887
- NextToken?: string;
1888
- }
1889
- export declare namespace ListCustomRoutingAcceleratorsRequest {
1890
- /**
1891
- * @internal
1892
- */
1893
- const filterSensitiveLog: (obj: ListCustomRoutingAcceleratorsRequest) => any;
1894
- }
1895
- export interface ListCustomRoutingAcceleratorsResponse {
1896
- /**
1897
- * <p>The list of custom routing accelerators for a customer account.</p>
1898
- */
1899
- Accelerators?: CustomRoutingAccelerator[];
1900
- /**
1901
- * <p>The token for the next set of results. You receive this token from a previous call.</p>
1902
- */
1903
- NextToken?: string;
1904
- }
1905
- export declare namespace ListCustomRoutingAcceleratorsResponse {
1906
- /**
1907
- * @internal
1908
- */
1909
- const filterSensitiveLog: (obj: ListCustomRoutingAcceleratorsResponse) => any;
1910
- }
1911
- export interface ListCustomRoutingEndpointGroupsRequest {
1912
- /**
1913
- * <p>The Amazon Resource Name (ARN) of the listener to list endpoint groups for.</p>
1914
- */
1915
- ListenerArn: string | undefined;
1916
- /**
1917
- * <p>The number of endpoint group objects that you want to return with this call. The default value is 10.</p>
1918
- */
1919
- MaxResults?: number;
1920
- /**
1921
- * <p>The token for the next set of results. You receive this token from a previous call.</p>
1922
- */
1923
- NextToken?: string;
1924
- }
1925
- export declare namespace ListCustomRoutingEndpointGroupsRequest {
1926
- /**
1927
- * @internal
1928
- */
1929
- const filterSensitiveLog: (obj: ListCustomRoutingEndpointGroupsRequest) => any;
1930
- }
1931
- export interface ListCustomRoutingEndpointGroupsResponse {
1932
- /**
1933
- * <p>The list of the endpoint groups associated with a listener for a custom routing accelerator.</p>
1934
- */
1935
- EndpointGroups?: CustomRoutingEndpointGroup[];
1936
- /**
1937
- * <p>The token for the next set of results. You receive this token from a previous call.</p>
1938
- */
1939
- NextToken?: string;
1940
- }
1941
- export declare namespace ListCustomRoutingEndpointGroupsResponse {
1942
- /**
1943
- * @internal
1944
- */
1945
- const filterSensitiveLog: (obj: ListCustomRoutingEndpointGroupsResponse) => any;
1946
- }
1947
- export interface ListCustomRoutingListenersRequest {
1948
- /**
1949
- * <p>The Amazon Resource Name (ARN) of the accelerator to list listeners for.</p>
1950
- */
1951
- AcceleratorArn: string | undefined;
1952
- /**
1953
- * <p>The number of listener objects that you want to return with this call. The default value is 10.</p>
1954
- */
1955
- MaxResults?: number;
1956
- /**
1957
- * <p>The token for the next set of results. You receive this token from a previous call.</p>
1958
- */
1959
- NextToken?: string;
1960
- }
1961
- export declare namespace ListCustomRoutingListenersRequest {
1962
- /**
1963
- * @internal
1964
- */
1965
- const filterSensitiveLog: (obj: ListCustomRoutingListenersRequest) => any;
1966
- }
1967
- export interface ListCustomRoutingListenersResponse {
1968
- /**
1969
- * <p>The list of listeners for a custom routing accelerator.</p>
1970
- */
1971
- Listeners?: CustomRoutingListener[];
1972
- /**
1973
- * <p>The token for the next set of results. You receive this token from a previous call.</p>
1974
- */
1975
- NextToken?: string;
1976
- }
1977
- export declare namespace ListCustomRoutingListenersResponse {
1978
- /**
1979
- * @internal
1980
- */
1981
- const filterSensitiveLog: (obj: ListCustomRoutingListenersResponse) => any;
1982
- }
1983
- export interface ListCustomRoutingPortMappingsRequest {
1984
- /**
1985
- * <p>The Amazon Resource Name (ARN) of the accelerator to list the custom routing port mappings for.</p>
1986
- */
1987
- AcceleratorArn: string | undefined;
1988
- /**
1989
- * <p>The Amazon Resource Name (ARN) of the endpoint group to list the custom routing port mappings for.</p>
1990
- */
1991
- EndpointGroupArn?: string;
1992
- /**
1993
- * <p>The number of destination port mappings that you want to return with this call. The default value is 10.</p>
1994
- */
1995
- MaxResults?: number;
1996
- /**
1997
- * <p>The token for the next set of results. You receive this token from a previous call.</p>
1998
- */
1999
- NextToken?: string;
2000
- }
2001
- export declare namespace ListCustomRoutingPortMappingsRequest {
2002
- /**
2003
- * @internal
2004
- */
2005
- const filterSensitiveLog: (obj: ListCustomRoutingPortMappingsRequest) => any;
2006
- }
2007
- /**
2008
- * <p>Returns the ports and associated IP addresses and ports of Amazon EC2 instances in your virtual
2009
- * private cloud (VPC) subnets. Custom routing is a port mapping protocol in AWS Global Accelerator that
2010
- * statically associates port ranges with VPC subnets, which allows Global Accelerator to route to
2011
- * specific instances and ports within one or more subnets. </p>
2012
- */
2013
- export interface PortMapping {
2014
- /**
2015
- * <p>The accelerator port.</p>
2016
- */
2017
- AcceleratorPort?: number;
2018
- /**
2019
- * <p>The Amazon Resource Name (ARN) of the endpoint group.</p>
2020
- */
2021
- EndpointGroupArn?: string;
2022
- /**
2023
- * <p>The IP address of the VPC subnet (the subnet ID).</p>
2024
- */
2025
- EndpointId?: string;
2026
- /**
2027
- * <p>The EC2 instance IP address and port number in the virtual private cloud (VPC) subnet.</p>
2028
- */
2029
- DestinationSocketAddress?: SocketAddress;
2030
- /**
2031
- * <p>The protocols supported by the endpoint group.</p>
2032
- */
2033
- Protocols?: (CustomRoutingProtocol | string)[];
2034
- /**
2035
- * <p>Indicates whether or not a port mapping destination can receive traffic. The value is either ALLOW, if
2036
- * traffic is allowed to the destination, or DENY, if traffic is not allowed to the destination.</p>
2037
- */
2038
- DestinationTrafficState?: CustomRoutingDestinationTrafficState | string;
2039
- }
2040
- export declare namespace PortMapping {
2041
- /**
2042
- * @internal
2043
- */
2044
- const filterSensitiveLog: (obj: PortMapping) => any;
2045
- }
2046
- export interface ListCustomRoutingPortMappingsResponse {
2047
- /**
2048
- * <p>The port mappings for a custom routing accelerator.</p>
2049
- */
2050
- PortMappings?: PortMapping[];
2051
- /**
2052
- * <p>The token for the next set of results. You receive this token from a previous call.</p>
2053
- */
2054
- NextToken?: string;
2055
- }
2056
- export declare namespace ListCustomRoutingPortMappingsResponse {
2057
- /**
2058
- * @internal
2059
- */
2060
- const filterSensitiveLog: (obj: ListCustomRoutingPortMappingsResponse) => any;
2061
- }
2062
- export interface ListCustomRoutingPortMappingsByDestinationRequest {
2063
- /**
2064
- * <p>The ID for the virtual private cloud (VPC) subnet.</p>
2065
- */
2066
- EndpointId: string | undefined;
2067
- /**
2068
- * <p>The endpoint IP address in a virtual private cloud (VPC) subnet for which you want to receive back port
2069
- * mappings.</p>
2070
- */
2071
- DestinationAddress: string | undefined;
2072
- /**
2073
- * <p>The number of destination port mappings that you want to return with this call. The default value is 10.</p>
2074
- */
2075
- MaxResults?: number;
2076
- /**
2077
- * <p>The token for the next set of results. You receive this token from a previous call.</p>
2078
- */
2079
- NextToken?: string;
2080
- }
2081
- export declare namespace ListCustomRoutingPortMappingsByDestinationRequest {
2082
- /**
2083
- * @internal
2084
- */
2085
- const filterSensitiveLog: (obj: ListCustomRoutingPortMappingsByDestinationRequest) => any;
2086
- }
2087
- export interface ListCustomRoutingPortMappingsByDestinationResponse {
2088
- /**
2089
- * <p>The port mappings for the endpoint IP address that you specified in the request.</p>
2090
- */
2091
- DestinationPortMappings?: DestinationPortMapping[];
2092
- /**
2093
- * <p>The token for the next set of results. You receive this token from a previous call.</p>
2094
- */
2095
- NextToken?: string;
2096
- }
2097
- export declare namespace ListCustomRoutingPortMappingsByDestinationResponse {
2098
- /**
2099
- * @internal
2100
- */
2101
- const filterSensitiveLog: (obj: ListCustomRoutingPortMappingsByDestinationResponse) => any;
2102
- }
2103
- export interface ListEndpointGroupsRequest {
2104
- /**
2105
- * <p>The Amazon Resource Name (ARN) of the listener.</p>
2106
- */
2107
- ListenerArn: string | undefined;
2108
- /**
2109
- * <p>The number of endpoint group objects that you want to return with this call. The default value is 10.</p>
2110
- */
2111
- MaxResults?: number;
2112
- /**
2113
- * <p>The token for the next set of results. You receive this token from a previous call.</p>
2114
- */
2115
- NextToken?: string;
2116
- }
2117
- export declare namespace ListEndpointGroupsRequest {
2118
- /**
2119
- * @internal
2120
- */
2121
- const filterSensitiveLog: (obj: ListEndpointGroupsRequest) => any;
2122
- }
2123
- export interface ListEndpointGroupsResponse {
2124
- /**
2125
- * <p>The list of the endpoint groups associated with a listener.</p>
2126
- */
2127
- EndpointGroups?: EndpointGroup[];
2128
- /**
2129
- * <p>The token for the next set of results. You receive this token from a previous call.</p>
2130
- */
2131
- NextToken?: string;
2132
- }
2133
- export declare namespace ListEndpointGroupsResponse {
2134
- /**
2135
- * @internal
2136
- */
2137
- const filterSensitiveLog: (obj: ListEndpointGroupsResponse) => any;
2138
- }
2139
- export interface ListListenersRequest {
2140
- /**
2141
- * <p>The Amazon Resource Name (ARN) of the accelerator for which you want to list listener objects.</p>
2142
- */
2143
- AcceleratorArn: string | undefined;
2144
- /**
2145
- * <p>The number of listener objects that you want to return with this call. The default value is 10.</p>
2146
- */
2147
- MaxResults?: number;
2148
- /**
2149
- * <p>The token for the next set of results. You receive this token from a previous call.</p>
2150
- */
2151
- NextToken?: string;
2152
- }
2153
- export declare namespace ListListenersRequest {
2154
- /**
2155
- * @internal
2156
- */
2157
- const filterSensitiveLog: (obj: ListListenersRequest) => any;
2158
- }
2159
- export interface ListListenersResponse {
2160
- /**
2161
- * <p>The list of listeners for an accelerator.</p>
2162
- */
2163
- Listeners?: Listener[];
2164
- /**
2165
- * <p>The token for the next set of results. You receive this token from a previous call.</p>
2166
- */
2167
- NextToken?: string;
2168
- }
2169
- export declare namespace ListListenersResponse {
2170
- /**
2171
- * @internal
2172
- */
2173
- const filterSensitiveLog: (obj: ListListenersResponse) => any;
2174
- }
2175
- export interface ListTagsForResourceRequest {
2176
- /**
2177
- * <p>The Amazon Resource Name (ARN) of the accelerator to list tags for. An ARN uniquely identifies an accelerator.</p>
2178
- */
2179
- ResourceArn: string | undefined;
2180
- }
2181
- export declare namespace ListTagsForResourceRequest {
2182
- /**
2183
- * @internal
2184
- */
2185
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2186
- }
2187
- export interface ListTagsForResourceResponse {
2188
- /**
2189
- * <p>Root level tag for the Tags parameters.</p>
2190
- */
2191
- Tags?: Tag[];
2192
- }
2193
- export declare namespace ListTagsForResourceResponse {
2194
- /**
2195
- * @internal
2196
- */
2197
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2198
- }
2199
- export interface ProvisionByoipCidrRequest {
2200
- /**
2201
- * <p>The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can
2202
- * specify is /24. The address range cannot overlap with another address range that you've brought
2203
- * to this or another Region.</p>
2204
- */
2205
- Cidr: string | undefined;
2206
- /**
2207
- * <p>A signed document that proves that you are authorized to bring the specified IP address range to
2208
- * Amazon using BYOIP.
2209
- * </p>
2210
- */
2211
- CidrAuthorizationContext: CidrAuthorizationContext | undefined;
2212
- }
2213
- export declare namespace ProvisionByoipCidrRequest {
2214
- /**
2215
- * @internal
2216
- */
2217
- const filterSensitiveLog: (obj: ProvisionByoipCidrRequest) => any;
2218
- }
2219
- export interface ProvisionByoipCidrResponse {
2220
- /**
2221
- * <p>Information about the address range.</p>
2222
- */
2223
- ByoipCidr?: ByoipCidr;
2224
- }
2225
- export declare namespace ProvisionByoipCidrResponse {
2226
- /**
2227
- * @internal
2228
- */
2229
- const filterSensitiveLog: (obj: ProvisionByoipCidrResponse) => any;
2230
- }
2231
- export interface RemoveCustomRoutingEndpointsRequest {
2232
- /**
2233
- * <p>The IDs for the endpoints. For custom routing accelerators, endpoint IDs are the virtual private cloud (VPC)
2234
- * subnet IDs. </p>
2235
- */
2236
- EndpointIds: string[] | undefined;
2237
- /**
2238
- * <p>The Amazon Resource Name (ARN) of the endpoint group to remove endpoints from.</p>
2239
- */
2240
- EndpointGroupArn: string | undefined;
2241
- }
2242
- export declare namespace RemoveCustomRoutingEndpointsRequest {
2243
- /**
2244
- * @internal
2245
- */
2246
- const filterSensitiveLog: (obj: RemoveCustomRoutingEndpointsRequest) => any;
2247
- }
2248
- export interface TagResourceRequest {
2249
- /**
2250
- * <p>The Amazon Resource Name (ARN) of the Global Accelerator resource to add tags to. An ARN uniquely identifies a resource.</p>
2251
- */
2252
- ResourceArn: string | undefined;
2253
- /**
2254
- * <p>The tags to add to a resource. A tag consists of a key and a value that you define.</p>
2255
- */
2256
- Tags: Tag[] | undefined;
2257
- }
2258
- export declare namespace TagResourceRequest {
2259
- /**
2260
- * @internal
2261
- */
2262
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
2263
- }
2264
- export interface TagResourceResponse {
2265
- }
2266
- export declare namespace TagResourceResponse {
2267
- /**
2268
- * @internal
2269
- */
2270
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
2271
- }
2272
- export interface UntagResourceRequest {
2273
- /**
2274
- * <p>The Amazon Resource Name (ARN) of the Global Accelerator resource to remove tags from. An ARN uniquely identifies a resource.</p>
2275
- */
2276
- ResourceArn: string | undefined;
2277
- /**
2278
- * <p>The tag key pairs that you want to remove from the specified resources.</p>
2279
- */
2280
- TagKeys: string[] | undefined;
2281
- }
2282
- export declare namespace UntagResourceRequest {
2283
- /**
2284
- * @internal
2285
- */
2286
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2287
- }
2288
- export interface UntagResourceResponse {
2289
- }
2290
- export declare namespace UntagResourceResponse {
2291
- /**
2292
- * @internal
2293
- */
2294
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
2295
- }
2296
- export interface UpdateAcceleratorRequest {
2297
- /**
2298
- * <p>The Amazon Resource Name (ARN) of the accelerator to update.</p>
2299
- */
2300
- AcceleratorArn: string | undefined;
2301
- /**
2302
- * <p>The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or
2303
- * hyphens (-), and must not begin or end with a hyphen.</p>
2304
- */
2305
- Name?: string;
2306
- /**
2307
- * <p>The IP address type, which must be IPv4.</p>
2308
- */
2309
- IpAddressType?: IpAddressType | string;
2310
- /**
2311
- * <p>Indicates whether an accelerator is enabled. The value is true or false. The default value is true. </p>
2312
- * <p>If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.</p>
2313
- */
2314
- Enabled?: boolean;
2315
- }
2316
- export declare namespace UpdateAcceleratorRequest {
2317
- /**
2318
- * @internal
2319
- */
2320
- const filterSensitiveLog: (obj: UpdateAcceleratorRequest) => any;
2321
- }
2322
- export interface UpdateAcceleratorResponse {
2323
- /**
2324
- * <p>Information about the updated accelerator.</p>
2325
- */
2326
- Accelerator?: Accelerator;
2327
- }
2328
- export declare namespace UpdateAcceleratorResponse {
2329
- /**
2330
- * @internal
2331
- */
2332
- const filterSensitiveLog: (obj: UpdateAcceleratorResponse) => any;
2333
- }
2334
- export interface UpdateAcceleratorAttributesRequest {
2335
- /**
2336
- * <p>The Amazon Resource Name (ARN) of the accelerator that you want to update.</p>
2337
- */
2338
- AcceleratorArn: string | undefined;
2339
- /**
2340
- * <p>Update whether flow logs are enabled. The default value is false. If the value is true,
2341
- * <code>FlowLogsS3Bucket</code> and <code>FlowLogsS3Prefix</code> must be specified.</p>
2342
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/monitoring-global-accelerator.flow-logs.html">Flow Logs</a> in
2343
- * the <i>AWS Global Accelerator Developer Guide</i>.</p>
2344
- */
2345
- FlowLogsEnabled?: boolean;
2346
- /**
2347
- * <p>The name of the Amazon S3 bucket for the flow logs. Attribute is required if <code>FlowLogsEnabled</code> is
2348
- * <code>true</code>. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the
2349
- * bucket.</p>
2350
- */
2351
- FlowLogsS3Bucket?: string;
2352
- /**
2353
- * <p>Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if
2354
- * <code>FlowLogsEnabled</code> is <code>true</code>. </p>
2355
- * <p>If you don’t specify a prefix, the flow logs are stored in the
2356
- * root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:</p>
2357
- * <p>s3-bucket_name//AWSLogs/aws_account_id</p>
2358
- */
2359
- FlowLogsS3Prefix?: string;
2360
- }
2361
- export declare namespace UpdateAcceleratorAttributesRequest {
2362
- /**
2363
- * @internal
2364
- */
2365
- const filterSensitiveLog: (obj: UpdateAcceleratorAttributesRequest) => any;
2366
- }
2367
- export interface UpdateAcceleratorAttributesResponse {
2368
- /**
2369
- * <p>Updated attributes for the accelerator.</p>
2370
- */
2371
- AcceleratorAttributes?: AcceleratorAttributes;
2372
- }
2373
- export declare namespace UpdateAcceleratorAttributesResponse {
2374
- /**
2375
- * @internal
2376
- */
2377
- const filterSensitiveLog: (obj: UpdateAcceleratorAttributesResponse) => any;
2378
- }
2379
- export interface UpdateCustomRoutingAcceleratorRequest {
2380
- /**
2381
- * <p>The Amazon Resource Name (ARN) of the accelerator to update.</p>
2382
- */
2383
- AcceleratorArn: string | undefined;
2384
- /**
2385
- * <p>The name of the accelerator. The name can have a maximum of 32 characters, must contain only alphanumeric characters or
2386
- * hyphens (-), and must not begin or end with a hyphen.</p>
2387
- */
2388
- Name?: string;
2389
- /**
2390
- * <p>The value for the address type must be IPv4.</p>
2391
- */
2392
- IpAddressType?: IpAddressType | string;
2393
- /**
2394
- * <p>Indicates whether an accelerator is enabled. The value is true or false. The default value is true. </p>
2395
- * <p>If the value is set to true, the accelerator cannot be deleted. If set to false, the accelerator can be deleted.</p>
2396
- */
2397
- Enabled?: boolean;
2398
- }
2399
- export declare namespace UpdateCustomRoutingAcceleratorRequest {
2400
- /**
2401
- * @internal
2402
- */
2403
- const filterSensitiveLog: (obj: UpdateCustomRoutingAcceleratorRequest) => any;
2404
- }
2405
- export interface UpdateCustomRoutingAcceleratorResponse {
2406
- /**
2407
- * <p>Information about the updated custom routing accelerator.</p>
2408
- */
2409
- Accelerator?: CustomRoutingAccelerator;
2410
- }
2411
- export declare namespace UpdateCustomRoutingAcceleratorResponse {
2412
- /**
2413
- * @internal
2414
- */
2415
- const filterSensitiveLog: (obj: UpdateCustomRoutingAcceleratorResponse) => any;
2416
- }
2417
- export interface UpdateCustomRoutingAcceleratorAttributesRequest {
2418
- /**
2419
- * <p>The Amazon Resource Name (ARN) of the custom routing accelerator to update attributes for.</p>
2420
- */
2421
- AcceleratorArn: string | undefined;
2422
- /**
2423
- * <p>Update whether flow logs are enabled. The default value is false. If the value is true,
2424
- * <code>FlowLogsS3Bucket</code> and <code>FlowLogsS3Prefix</code> must be specified.</p>
2425
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/monitoring-global-accelerator.flow-logs.html">Flow Logs</a> in
2426
- * the <i>AWS Global Accelerator Developer Guide</i>.</p>
2427
- */
2428
- FlowLogsEnabled?: boolean;
2429
- /**
2430
- * <p>The name of the Amazon S3 bucket for the flow logs. Attribute is required if <code>FlowLogsEnabled</code> is
2431
- * <code>true</code>. The bucket must exist and have a bucket policy that grants AWS Global Accelerator permission to write to the
2432
- * bucket.</p>
2433
- */
2434
- FlowLogsS3Bucket?: string;
2435
- /**
2436
- * <p>Update the prefix for the location in the Amazon S3 bucket for the flow logs. Attribute is required if
2437
- * <code>FlowLogsEnabled</code> is <code>true</code>. </p>
2438
- * <p>If you don’t specify a prefix, the flow logs are stored in the
2439
- * root of the bucket. If you specify slash (/) for the S3 bucket prefix, the log file bucket folder structure will include a double slash (//), like the following:</p>
2440
- * <p>DOC-EXAMPLE-BUCKET//AWSLogs/aws_account_id</p>
2441
- */
2442
- FlowLogsS3Prefix?: string;
2443
- }
2444
- export declare namespace UpdateCustomRoutingAcceleratorAttributesRequest {
2445
- /**
2446
- * @internal
2447
- */
2448
- const filterSensitiveLog: (obj: UpdateCustomRoutingAcceleratorAttributesRequest) => any;
2449
- }
2450
- export interface UpdateCustomRoutingAcceleratorAttributesResponse {
2451
- /**
2452
- * <p>Updated custom routing accelerator.</p>
2453
- */
2454
- AcceleratorAttributes?: CustomRoutingAcceleratorAttributes;
2455
- }
2456
- export declare namespace UpdateCustomRoutingAcceleratorAttributesResponse {
2457
- /**
2458
- * @internal
2459
- */
2460
- const filterSensitiveLog: (obj: UpdateCustomRoutingAcceleratorAttributesResponse) => any;
2461
- }
2462
- export interface UpdateCustomRoutingListenerRequest {
2463
- /**
2464
- * <p>The Amazon Resource Name (ARN) of the listener to update.</p>
2465
- */
2466
- ListenerArn: string | undefined;
2467
- /**
2468
- * <p>The updated port range to support for connections from clients to your accelerator. If you remove ports that are
2469
- * currently being used by a subnet endpoint, the call fails.</p>
2470
- * <p>Separately, you set port ranges for endpoints. For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/about-custom-routing-endpoints.html">About
2471
- * endpoints for custom routing accelerators</a>.</p>
2472
- */
2473
- PortRanges: PortRange[] | undefined;
2474
- }
2475
- export declare namespace UpdateCustomRoutingListenerRequest {
2476
- /**
2477
- * @internal
2478
- */
2479
- const filterSensitiveLog: (obj: UpdateCustomRoutingListenerRequest) => any;
2480
- }
2481
- export interface UpdateCustomRoutingListenerResponse {
2482
- /**
2483
- * <p>Information for the updated listener for a custom routing accelerator.</p>
2484
- */
2485
- Listener?: CustomRoutingListener;
2486
- }
2487
- export declare namespace UpdateCustomRoutingListenerResponse {
2488
- /**
2489
- * @internal
2490
- */
2491
- const filterSensitiveLog: (obj: UpdateCustomRoutingListenerResponse) => any;
2492
- }
2493
- export interface UpdateEndpointGroupRequest {
2494
- /**
2495
- * <p>The Amazon Resource Name (ARN) of the endpoint group.</p>
2496
- */
2497
- EndpointGroupArn: string | undefined;
2498
- /**
2499
- * <p>The list of endpoint objects. A resource must be valid and active when you add it as an endpoint.</p>
2500
- */
2501
- EndpointConfigurations?: EndpointConfiguration[];
2502
- /**
2503
- * <p>The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for
2504
- * this listener. </p>
2505
- * <p>Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is
2506
- * applied to the traffic that would otherwise have been routed to the Region based on optimal routing.</p>
2507
- * <p>The default value is 100.</p>
2508
- */
2509
- TrafficDialPercentage?: number;
2510
- /**
2511
- * <p>The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port
2512
- * is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses
2513
- * the first port in the list.</p>
2514
- */
2515
- HealthCheckPort?: number;
2516
- /**
2517
- * <p>The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default
2518
- * value is TCP.</p>
2519
- */
2520
- HealthCheckProtocol?: HealthCheckProtocol | string;
2521
- /**
2522
- * <p>If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The
2523
- * default value is slash (/).</p>
2524
- */
2525
- HealthCheckPath?: string;
2526
- /**
2527
- * <p>The time—10 seconds or 30 seconds—between each health check for an endpoint. The default value is 30.</p>
2528
- */
2529
- HealthCheckIntervalSeconds?: number;
2530
- /**
2531
- * <p>The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to set an
2532
- * unhealthy endpoint to healthy. The default value is 3.</p>
2533
- */
2534
- ThresholdCount?: number;
2535
- /**
2536
- * <p>Override specific listener ports used to route traffic to endpoints that are part of this endpoint group.
2537
- * For example, you can create a port override in which the listener
2538
- * receives user traffic on ports 80 and 443, but your accelerator routes that traffic to ports 1080
2539
- * and 1443, respectively, on the endpoints.</p>
2540
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/about-endpoint-groups-port-override.html">
2541
- * Port overrides</a> in the <i>AWS Global Accelerator Developer Guide</i>.</p>
2542
- */
2543
- PortOverrides?: PortOverride[];
2544
- }
2545
- export declare namespace UpdateEndpointGroupRequest {
2546
- /**
2547
- * @internal
2548
- */
2549
- const filterSensitiveLog: (obj: UpdateEndpointGroupRequest) => any;
2550
- }
2551
- export interface UpdateEndpointGroupResponse {
2552
- /**
2553
- * <p>The information about the endpoint group that was updated.</p>
2554
- */
2555
- EndpointGroup?: EndpointGroup;
2556
- }
2557
- export declare namespace UpdateEndpointGroupResponse {
2558
- /**
2559
- * @internal
2560
- */
2561
- const filterSensitiveLog: (obj: UpdateEndpointGroupResponse) => any;
2562
- }
2563
- export interface UpdateListenerRequest {
2564
- /**
2565
- * <p>The Amazon Resource Name (ARN) of the listener to update.</p>
2566
- */
2567
- ListenerArn: string | undefined;
2568
- /**
2569
- * <p>The updated list of port ranges for the connections from clients to the accelerator.</p>
2570
- */
2571
- PortRanges?: PortRange[];
2572
- /**
2573
- * <p>The updated protocol for the connections from clients to the accelerator.</p>
2574
- */
2575
- Protocol?: Protocol | string;
2576
- /**
2577
- * <p>Client affinity lets you direct all requests from a user to the same endpoint, if you have stateful applications,
2578
- * regardless of the port and protocol of the client request. Client affinity gives you control over whether to always
2579
- * route each client to the same specific endpoint.</p>
2580
- * <p>AWS Global Accelerator uses a consistent-flow hashing algorithm to choose the optimal endpoint for a connection. If client
2581
- * affinity is <code>NONE</code>, Global Accelerator uses the "five-tuple" (5-tuple) properties—source IP address, source port,
2582
- * destination IP address, destination port, and protocol—to select the hash value, and then chooses the best
2583
- * endpoint. However, with this setting, if someone uses different ports to connect to Global Accelerator, their connections might not
2584
- * be always routed to the same endpoint because the hash value changes. </p>
2585
- * <p>If you want a given client to always be routed to the same endpoint, set client affinity to <code>SOURCE_IP</code>
2586
- * instead. When you use the <code>SOURCE_IP</code> setting, Global Accelerator uses the "two-tuple" (2-tuple) properties—
2587
- * source (client) IP address and destination IP address—to select the hash value.</p>
2588
- * <p>The default value is <code>NONE</code>.</p>
2589
- */
2590
- ClientAffinity?: ClientAffinity | string;
2591
- }
2592
- export declare namespace UpdateListenerRequest {
2593
- /**
2594
- * @internal
2595
- */
2596
- const filterSensitiveLog: (obj: UpdateListenerRequest) => any;
2597
- }
2598
- export interface UpdateListenerResponse {
2599
- /**
2600
- * <p>Information for the updated listener.</p>
2601
- */
2602
- Listener?: Listener;
2603
- }
2604
- export declare namespace UpdateListenerResponse {
2605
- /**
2606
- * @internal
2607
- */
2608
- const filterSensitiveLog: (obj: UpdateListenerResponse) => any;
2609
- }
2610
- export interface WithdrawByoipCidrRequest {
2611
- /**
2612
- * <p>The address range, in CIDR notation.</p>
2613
- */
2614
- Cidr: string | undefined;
2615
- }
2616
- export declare namespace WithdrawByoipCidrRequest {
2617
- /**
2618
- * @internal
2619
- */
2620
- const filterSensitiveLog: (obj: WithdrawByoipCidrRequest) => any;
2621
- }
2622
- export interface WithdrawByoipCidrResponse {
2623
- /**
2624
- * <p>Information about the address pool.</p>
2625
- */
2626
- ByoipCidr?: ByoipCidr;
2627
- }
2628
- export declare namespace WithdrawByoipCidrResponse {
2629
- /**
2630
- * @internal
2631
- */
2632
- const filterSensitiveLog: (obj: WithdrawByoipCidrResponse) => any;
2633
- }