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