@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
@@ -9,162 +9,108 @@ var IpAddressType;
9
9
  })(IpAddressType = exports.IpAddressType || (exports.IpAddressType = {}));
10
10
  var IpSet;
11
11
  (function (IpSet) {
12
- /**
13
- * @internal
14
- */
15
12
  IpSet.filterSensitiveLog = (obj) => ({
16
13
  ...obj,
17
14
  });
18
15
  })(IpSet = exports.IpSet || (exports.IpSet = {}));
19
16
  var Accelerator;
20
17
  (function (Accelerator) {
21
- /**
22
- * @internal
23
- */
24
18
  Accelerator.filterSensitiveLog = (obj) => ({
25
19
  ...obj,
26
20
  });
27
21
  })(Accelerator = exports.Accelerator || (exports.Accelerator = {}));
28
22
  var AcceleratorAttributes;
29
23
  (function (AcceleratorAttributes) {
30
- /**
31
- * @internal
32
- */
33
24
  AcceleratorAttributes.filterSensitiveLog = (obj) => ({
34
25
  ...obj,
35
26
  });
36
27
  })(AcceleratorAttributes = exports.AcceleratorAttributes || (exports.AcceleratorAttributes = {}));
37
28
  var AcceleratorNotDisabledException;
38
29
  (function (AcceleratorNotDisabledException) {
39
- /**
40
- * @internal
41
- */
42
30
  AcceleratorNotDisabledException.filterSensitiveLog = (obj) => ({
43
31
  ...obj,
44
32
  });
45
33
  })(AcceleratorNotDisabledException = exports.AcceleratorNotDisabledException || (exports.AcceleratorNotDisabledException = {}));
46
34
  var AcceleratorNotFoundException;
47
35
  (function (AcceleratorNotFoundException) {
48
- /**
49
- * @internal
50
- */
51
36
  AcceleratorNotFoundException.filterSensitiveLog = (obj) => ({
52
37
  ...obj,
53
38
  });
54
39
  })(AcceleratorNotFoundException = exports.AcceleratorNotFoundException || (exports.AcceleratorNotFoundException = {}));
55
40
  var AccessDeniedException;
56
41
  (function (AccessDeniedException) {
57
- /**
58
- * @internal
59
- */
60
42
  AccessDeniedException.filterSensitiveLog = (obj) => ({
61
43
  ...obj,
62
44
  });
63
45
  })(AccessDeniedException = exports.AccessDeniedException || (exports.AccessDeniedException = {}));
64
46
  var CustomRoutingEndpointConfiguration;
65
47
  (function (CustomRoutingEndpointConfiguration) {
66
- /**
67
- * @internal
68
- */
69
48
  CustomRoutingEndpointConfiguration.filterSensitiveLog = (obj) => ({
70
49
  ...obj,
71
50
  });
72
51
  })(CustomRoutingEndpointConfiguration = exports.CustomRoutingEndpointConfiguration || (exports.CustomRoutingEndpointConfiguration = {}));
73
52
  var AddCustomRoutingEndpointsRequest;
74
53
  (function (AddCustomRoutingEndpointsRequest) {
75
- /**
76
- * @internal
77
- */
78
54
  AddCustomRoutingEndpointsRequest.filterSensitiveLog = (obj) => ({
79
55
  ...obj,
80
56
  });
81
57
  })(AddCustomRoutingEndpointsRequest = exports.AddCustomRoutingEndpointsRequest || (exports.AddCustomRoutingEndpointsRequest = {}));
82
58
  var CustomRoutingEndpointDescription;
83
59
  (function (CustomRoutingEndpointDescription) {
84
- /**
85
- * @internal
86
- */
87
60
  CustomRoutingEndpointDescription.filterSensitiveLog = (obj) => ({
88
61
  ...obj,
89
62
  });
90
63
  })(CustomRoutingEndpointDescription = exports.CustomRoutingEndpointDescription || (exports.CustomRoutingEndpointDescription = {}));
91
64
  var AddCustomRoutingEndpointsResponse;
92
65
  (function (AddCustomRoutingEndpointsResponse) {
93
- /**
94
- * @internal
95
- */
96
66
  AddCustomRoutingEndpointsResponse.filterSensitiveLog = (obj) => ({
97
67
  ...obj,
98
68
  });
99
69
  })(AddCustomRoutingEndpointsResponse = exports.AddCustomRoutingEndpointsResponse || (exports.AddCustomRoutingEndpointsResponse = {}));
100
70
  var ConflictException;
101
71
  (function (ConflictException) {
102
- /**
103
- * @internal
104
- */
105
72
  ConflictException.filterSensitiveLog = (obj) => ({
106
73
  ...obj,
107
74
  });
108
75
  })(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
109
76
  var EndpointAlreadyExistsException;
110
77
  (function (EndpointAlreadyExistsException) {
111
- /**
112
- * @internal
113
- */
114
78
  EndpointAlreadyExistsException.filterSensitiveLog = (obj) => ({
115
79
  ...obj,
116
80
  });
117
81
  })(EndpointAlreadyExistsException = exports.EndpointAlreadyExistsException || (exports.EndpointAlreadyExistsException = {}));
118
82
  var EndpointGroupNotFoundException;
119
83
  (function (EndpointGroupNotFoundException) {
120
- /**
121
- * @internal
122
- */
123
84
  EndpointGroupNotFoundException.filterSensitiveLog = (obj) => ({
124
85
  ...obj,
125
86
  });
126
87
  })(EndpointGroupNotFoundException = exports.EndpointGroupNotFoundException || (exports.EndpointGroupNotFoundException = {}));
127
88
  var InternalServiceErrorException;
128
89
  (function (InternalServiceErrorException) {
129
- /**
130
- * @internal
131
- */
132
90
  InternalServiceErrorException.filterSensitiveLog = (obj) => ({
133
91
  ...obj,
134
92
  });
135
93
  })(InternalServiceErrorException = exports.InternalServiceErrorException || (exports.InternalServiceErrorException = {}));
136
94
  var InvalidArgumentException;
137
95
  (function (InvalidArgumentException) {
138
- /**
139
- * @internal
140
- */
141
96
  InvalidArgumentException.filterSensitiveLog = (obj) => ({
142
97
  ...obj,
143
98
  });
144
99
  })(InvalidArgumentException = exports.InvalidArgumentException || (exports.InvalidArgumentException = {}));
145
100
  var LimitExceededException;
146
101
  (function (LimitExceededException) {
147
- /**
148
- * @internal
149
- */
150
102
  LimitExceededException.filterSensitiveLog = (obj) => ({
151
103
  ...obj,
152
104
  });
153
105
  })(LimitExceededException = exports.LimitExceededException || (exports.LimitExceededException = {}));
154
106
  var AdvertiseByoipCidrRequest;
155
107
  (function (AdvertiseByoipCidrRequest) {
156
- /**
157
- * @internal
158
- */
159
108
  AdvertiseByoipCidrRequest.filterSensitiveLog = (obj) => ({
160
109
  ...obj,
161
110
  });
162
111
  })(AdvertiseByoipCidrRequest = exports.AdvertiseByoipCidrRequest || (exports.AdvertiseByoipCidrRequest = {}));
163
112
  var ByoipCidrEvent;
164
113
  (function (ByoipCidrEvent) {
165
- /**
166
- * @internal
167
- */
168
114
  ByoipCidrEvent.filterSensitiveLog = (obj) => ({
169
115
  ...obj,
170
116
  });
@@ -185,126 +131,84 @@ var ByoipCidrState;
185
131
  })(ByoipCidrState = exports.ByoipCidrState || (exports.ByoipCidrState = {}));
186
132
  var ByoipCidr;
187
133
  (function (ByoipCidr) {
188
- /**
189
- * @internal
190
- */
191
134
  ByoipCidr.filterSensitiveLog = (obj) => ({
192
135
  ...obj,
193
136
  });
194
137
  })(ByoipCidr = exports.ByoipCidr || (exports.ByoipCidr = {}));
195
138
  var AdvertiseByoipCidrResponse;
196
139
  (function (AdvertiseByoipCidrResponse) {
197
- /**
198
- * @internal
199
- */
200
140
  AdvertiseByoipCidrResponse.filterSensitiveLog = (obj) => ({
201
141
  ...obj,
202
142
  });
203
143
  })(AdvertiseByoipCidrResponse = exports.AdvertiseByoipCidrResponse || (exports.AdvertiseByoipCidrResponse = {}));
204
144
  var ByoipCidrNotFoundException;
205
145
  (function (ByoipCidrNotFoundException) {
206
- /**
207
- * @internal
208
- */
209
146
  ByoipCidrNotFoundException.filterSensitiveLog = (obj) => ({
210
147
  ...obj,
211
148
  });
212
149
  })(ByoipCidrNotFoundException = exports.ByoipCidrNotFoundException || (exports.ByoipCidrNotFoundException = {}));
213
150
  var IncorrectCidrStateException;
214
151
  (function (IncorrectCidrStateException) {
215
- /**
216
- * @internal
217
- */
218
152
  IncorrectCidrStateException.filterSensitiveLog = (obj) => ({
219
153
  ...obj,
220
154
  });
221
155
  })(IncorrectCidrStateException = exports.IncorrectCidrStateException || (exports.IncorrectCidrStateException = {}));
222
156
  var AllowCustomRoutingTrafficRequest;
223
157
  (function (AllowCustomRoutingTrafficRequest) {
224
- /**
225
- * @internal
226
- */
227
158
  AllowCustomRoutingTrafficRequest.filterSensitiveLog = (obj) => ({
228
159
  ...obj,
229
160
  });
230
161
  })(AllowCustomRoutingTrafficRequest = exports.AllowCustomRoutingTrafficRequest || (exports.AllowCustomRoutingTrafficRequest = {}));
231
162
  var AssociatedEndpointGroupFoundException;
232
163
  (function (AssociatedEndpointGroupFoundException) {
233
- /**
234
- * @internal
235
- */
236
164
  AssociatedEndpointGroupFoundException.filterSensitiveLog = (obj) => ({
237
165
  ...obj,
238
166
  });
239
167
  })(AssociatedEndpointGroupFoundException = exports.AssociatedEndpointGroupFoundException || (exports.AssociatedEndpointGroupFoundException = {}));
240
168
  var AssociatedListenerFoundException;
241
169
  (function (AssociatedListenerFoundException) {
242
- /**
243
- * @internal
244
- */
245
170
  AssociatedListenerFoundException.filterSensitiveLog = (obj) => ({
246
171
  ...obj,
247
172
  });
248
173
  })(AssociatedListenerFoundException = exports.AssociatedListenerFoundException || (exports.AssociatedListenerFoundException = {}));
249
174
  var CidrAuthorizationContext;
250
175
  (function (CidrAuthorizationContext) {
251
- /**
252
- * @internal
253
- */
254
176
  CidrAuthorizationContext.filterSensitiveLog = (obj) => ({
255
177
  ...obj,
256
178
  });
257
179
  })(CidrAuthorizationContext = exports.CidrAuthorizationContext || (exports.CidrAuthorizationContext = {}));
258
180
  var Tag;
259
181
  (function (Tag) {
260
- /**
261
- * @internal
262
- */
263
182
  Tag.filterSensitiveLog = (obj) => ({
264
183
  ...obj,
265
184
  });
266
185
  })(Tag = exports.Tag || (exports.Tag = {}));
267
186
  var CreateAcceleratorRequest;
268
187
  (function (CreateAcceleratorRequest) {
269
- /**
270
- * @internal
271
- */
272
188
  CreateAcceleratorRequest.filterSensitiveLog = (obj) => ({
273
189
  ...obj,
274
190
  });
275
191
  })(CreateAcceleratorRequest = exports.CreateAcceleratorRequest || (exports.CreateAcceleratorRequest = {}));
276
192
  var CreateAcceleratorResponse;
277
193
  (function (CreateAcceleratorResponse) {
278
- /**
279
- * @internal
280
- */
281
194
  CreateAcceleratorResponse.filterSensitiveLog = (obj) => ({
282
195
  ...obj,
283
196
  });
284
197
  })(CreateAcceleratorResponse = exports.CreateAcceleratorResponse || (exports.CreateAcceleratorResponse = {}));
285
198
  var CreateCustomRoutingAcceleratorRequest;
286
199
  (function (CreateCustomRoutingAcceleratorRequest) {
287
- /**
288
- * @internal
289
- */
290
200
  CreateCustomRoutingAcceleratorRequest.filterSensitiveLog = (obj) => ({
291
201
  ...obj,
292
202
  });
293
203
  })(CreateCustomRoutingAcceleratorRequest = exports.CreateCustomRoutingAcceleratorRequest || (exports.CreateCustomRoutingAcceleratorRequest = {}));
294
204
  var CustomRoutingAccelerator;
295
205
  (function (CustomRoutingAccelerator) {
296
- /**
297
- * @internal
298
- */
299
206
  CustomRoutingAccelerator.filterSensitiveLog = (obj) => ({
300
207
  ...obj,
301
208
  });
302
209
  })(CustomRoutingAccelerator = exports.CustomRoutingAccelerator || (exports.CustomRoutingAccelerator = {}));
303
210
  var CreateCustomRoutingAcceleratorResponse;
304
211
  (function (CreateCustomRoutingAcceleratorResponse) {
305
- /**
306
- * @internal
307
- */
308
212
  CreateCustomRoutingAcceleratorResponse.filterSensitiveLog = (obj) => ({
309
213
  ...obj,
310
214
  });
@@ -316,18 +220,12 @@ var CustomRoutingProtocol;
316
220
  })(CustomRoutingProtocol = exports.CustomRoutingProtocol || (exports.CustomRoutingProtocol = {}));
317
221
  var CustomRoutingDestinationConfiguration;
318
222
  (function (CustomRoutingDestinationConfiguration) {
319
- /**
320
- * @internal
321
- */
322
223
  CustomRoutingDestinationConfiguration.filterSensitiveLog = (obj) => ({
323
224
  ...obj,
324
225
  });
325
226
  })(CustomRoutingDestinationConfiguration = exports.CustomRoutingDestinationConfiguration || (exports.CustomRoutingDestinationConfiguration = {}));
326
227
  var CreateCustomRoutingEndpointGroupRequest;
327
228
  (function (CreateCustomRoutingEndpointGroupRequest) {
328
- /**
329
- * @internal
330
- */
331
229
  CreateCustomRoutingEndpointGroupRequest.filterSensitiveLog = (obj) => ({
332
230
  ...obj,
333
231
  });
@@ -339,99 +237,66 @@ var Protocol;
339
237
  })(Protocol = exports.Protocol || (exports.Protocol = {}));
340
238
  var CustomRoutingDestinationDescription;
341
239
  (function (CustomRoutingDestinationDescription) {
342
- /**
343
- * @internal
344
- */
345
240
  CustomRoutingDestinationDescription.filterSensitiveLog = (obj) => ({
346
241
  ...obj,
347
242
  });
348
243
  })(CustomRoutingDestinationDescription = exports.CustomRoutingDestinationDescription || (exports.CustomRoutingDestinationDescription = {}));
349
244
  var CustomRoutingEndpointGroup;
350
245
  (function (CustomRoutingEndpointGroup) {
351
- /**
352
- * @internal
353
- */
354
246
  CustomRoutingEndpointGroup.filterSensitiveLog = (obj) => ({
355
247
  ...obj,
356
248
  });
357
249
  })(CustomRoutingEndpointGroup = exports.CustomRoutingEndpointGroup || (exports.CustomRoutingEndpointGroup = {}));
358
250
  var CreateCustomRoutingEndpointGroupResponse;
359
251
  (function (CreateCustomRoutingEndpointGroupResponse) {
360
- /**
361
- * @internal
362
- */
363
252
  CreateCustomRoutingEndpointGroupResponse.filterSensitiveLog = (obj) => ({
364
253
  ...obj,
365
254
  });
366
255
  })(CreateCustomRoutingEndpointGroupResponse = exports.CreateCustomRoutingEndpointGroupResponse || (exports.CreateCustomRoutingEndpointGroupResponse = {}));
367
256
  var EndpointGroupAlreadyExistsException;
368
257
  (function (EndpointGroupAlreadyExistsException) {
369
- /**
370
- * @internal
371
- */
372
258
  EndpointGroupAlreadyExistsException.filterSensitiveLog = (obj) => ({
373
259
  ...obj,
374
260
  });
375
261
  })(EndpointGroupAlreadyExistsException = exports.EndpointGroupAlreadyExistsException || (exports.EndpointGroupAlreadyExistsException = {}));
376
262
  var InvalidPortRangeException;
377
263
  (function (InvalidPortRangeException) {
378
- /**
379
- * @internal
380
- */
381
264
  InvalidPortRangeException.filterSensitiveLog = (obj) => ({
382
265
  ...obj,
383
266
  });
384
267
  })(InvalidPortRangeException = exports.InvalidPortRangeException || (exports.InvalidPortRangeException = {}));
385
268
  var ListenerNotFoundException;
386
269
  (function (ListenerNotFoundException) {
387
- /**
388
- * @internal
389
- */
390
270
  ListenerNotFoundException.filterSensitiveLog = (obj) => ({
391
271
  ...obj,
392
272
  });
393
273
  })(ListenerNotFoundException = exports.ListenerNotFoundException || (exports.ListenerNotFoundException = {}));
394
274
  var PortRange;
395
275
  (function (PortRange) {
396
- /**
397
- * @internal
398
- */
399
276
  PortRange.filterSensitiveLog = (obj) => ({
400
277
  ...obj,
401
278
  });
402
279
  })(PortRange = exports.PortRange || (exports.PortRange = {}));
403
280
  var CreateCustomRoutingListenerRequest;
404
281
  (function (CreateCustomRoutingListenerRequest) {
405
- /**
406
- * @internal
407
- */
408
282
  CreateCustomRoutingListenerRequest.filterSensitiveLog = (obj) => ({
409
283
  ...obj,
410
284
  });
411
285
  })(CreateCustomRoutingListenerRequest = exports.CreateCustomRoutingListenerRequest || (exports.CreateCustomRoutingListenerRequest = {}));
412
286
  var CustomRoutingListener;
413
287
  (function (CustomRoutingListener) {
414
- /**
415
- * @internal
416
- */
417
288
  CustomRoutingListener.filterSensitiveLog = (obj) => ({
418
289
  ...obj,
419
290
  });
420
291
  })(CustomRoutingListener = exports.CustomRoutingListener || (exports.CustomRoutingListener = {}));
421
292
  var CreateCustomRoutingListenerResponse;
422
293
  (function (CreateCustomRoutingListenerResponse) {
423
- /**
424
- * @internal
425
- */
426
294
  CreateCustomRoutingListenerResponse.filterSensitiveLog = (obj) => ({
427
295
  ...obj,
428
296
  });
429
297
  })(CreateCustomRoutingListenerResponse = exports.CreateCustomRoutingListenerResponse || (exports.CreateCustomRoutingListenerResponse = {}));
430
298
  var EndpointConfiguration;
431
299
  (function (EndpointConfiguration) {
432
- /**
433
- * @internal
434
- */
435
300
  EndpointConfiguration.filterSensitiveLog = (obj) => ({
436
301
  ...obj,
437
302
  });
@@ -444,81 +309,54 @@ var HealthCheckProtocol;
444
309
  })(HealthCheckProtocol = exports.HealthCheckProtocol || (exports.HealthCheckProtocol = {}));
445
310
  var PortOverride;
446
311
  (function (PortOverride) {
447
- /**
448
- * @internal
449
- */
450
312
  PortOverride.filterSensitiveLog = (obj) => ({
451
313
  ...obj,
452
314
  });
453
315
  })(PortOverride = exports.PortOverride || (exports.PortOverride = {}));
454
316
  var CreateEndpointGroupRequest;
455
317
  (function (CreateEndpointGroupRequest) {
456
- /**
457
- * @internal
458
- */
459
318
  CreateEndpointGroupRequest.filterSensitiveLog = (obj) => ({
460
319
  ...obj,
461
320
  });
462
321
  })(CreateEndpointGroupRequest = exports.CreateEndpointGroupRequest || (exports.CreateEndpointGroupRequest = {}));
463
322
  var EndpointDescription;
464
323
  (function (EndpointDescription) {
465
- /**
466
- * @internal
467
- */
468
324
  EndpointDescription.filterSensitiveLog = (obj) => ({
469
325
  ...obj,
470
326
  });
471
327
  })(EndpointDescription = exports.EndpointDescription || (exports.EndpointDescription = {}));
472
328
  var EndpointGroup;
473
329
  (function (EndpointGroup) {
474
- /**
475
- * @internal
476
- */
477
330
  EndpointGroup.filterSensitiveLog = (obj) => ({
478
331
  ...obj,
479
332
  });
480
333
  })(EndpointGroup = exports.EndpointGroup || (exports.EndpointGroup = {}));
481
334
  var CreateEndpointGroupResponse;
482
335
  (function (CreateEndpointGroupResponse) {
483
- /**
484
- * @internal
485
- */
486
336
  CreateEndpointGroupResponse.filterSensitiveLog = (obj) => ({
487
337
  ...obj,
488
338
  });
489
339
  })(CreateEndpointGroupResponse = exports.CreateEndpointGroupResponse || (exports.CreateEndpointGroupResponse = {}));
490
340
  var CreateListenerRequest;
491
341
  (function (CreateListenerRequest) {
492
- /**
493
- * @internal
494
- */
495
342
  CreateListenerRequest.filterSensitiveLog = (obj) => ({
496
343
  ...obj,
497
344
  });
498
345
  })(CreateListenerRequest = exports.CreateListenerRequest || (exports.CreateListenerRequest = {}));
499
346
  var Listener;
500
347
  (function (Listener) {
501
- /**
502
- * @internal
503
- */
504
348
  Listener.filterSensitiveLog = (obj) => ({
505
349
  ...obj,
506
350
  });
507
351
  })(Listener = exports.Listener || (exports.Listener = {}));
508
352
  var CreateListenerResponse;
509
353
  (function (CreateListenerResponse) {
510
- /**
511
- * @internal
512
- */
513
354
  CreateListenerResponse.filterSensitiveLog = (obj) => ({
514
355
  ...obj,
515
356
  });
516
357
  })(CreateListenerResponse = exports.CreateListenerResponse || (exports.CreateListenerResponse = {}));
517
358
  var CustomRoutingAcceleratorAttributes;
518
359
  (function (CustomRoutingAcceleratorAttributes) {
519
- /**
520
- * @internal
521
- */
522
360
  CustomRoutingAcceleratorAttributes.filterSensitiveLog = (obj) => ({
523
361
  ...obj,
524
362
  });
@@ -530,659 +368,439 @@ var CustomRoutingDestinationTrafficState;
530
368
  })(CustomRoutingDestinationTrafficState = exports.CustomRoutingDestinationTrafficState || (exports.CustomRoutingDestinationTrafficState = {}));
531
369
  var DeleteAcceleratorRequest;
532
370
  (function (DeleteAcceleratorRequest) {
533
- /**
534
- * @internal
535
- */
536
371
  DeleteAcceleratorRequest.filterSensitiveLog = (obj) => ({
537
372
  ...obj,
538
373
  });
539
374
  })(DeleteAcceleratorRequest = exports.DeleteAcceleratorRequest || (exports.DeleteAcceleratorRequest = {}));
540
375
  var DeleteCustomRoutingAcceleratorRequest;
541
376
  (function (DeleteCustomRoutingAcceleratorRequest) {
542
- /**
543
- * @internal
544
- */
545
377
  DeleteCustomRoutingAcceleratorRequest.filterSensitiveLog = (obj) => ({
546
378
  ...obj,
547
379
  });
548
380
  })(DeleteCustomRoutingAcceleratorRequest = exports.DeleteCustomRoutingAcceleratorRequest || (exports.DeleteCustomRoutingAcceleratorRequest = {}));
549
381
  var DeleteCustomRoutingEndpointGroupRequest;
550
382
  (function (DeleteCustomRoutingEndpointGroupRequest) {
551
- /**
552
- * @internal
553
- */
554
383
  DeleteCustomRoutingEndpointGroupRequest.filterSensitiveLog = (obj) => ({
555
384
  ...obj,
556
385
  });
557
386
  })(DeleteCustomRoutingEndpointGroupRequest = exports.DeleteCustomRoutingEndpointGroupRequest || (exports.DeleteCustomRoutingEndpointGroupRequest = {}));
558
387
  var DeleteCustomRoutingListenerRequest;
559
388
  (function (DeleteCustomRoutingListenerRequest) {
560
- /**
561
- * @internal
562
- */
563
389
  DeleteCustomRoutingListenerRequest.filterSensitiveLog = (obj) => ({
564
390
  ...obj,
565
391
  });
566
392
  })(DeleteCustomRoutingListenerRequest = exports.DeleteCustomRoutingListenerRequest || (exports.DeleteCustomRoutingListenerRequest = {}));
567
393
  var DeleteEndpointGroupRequest;
568
394
  (function (DeleteEndpointGroupRequest) {
569
- /**
570
- * @internal
571
- */
572
395
  DeleteEndpointGroupRequest.filterSensitiveLog = (obj) => ({
573
396
  ...obj,
574
397
  });
575
398
  })(DeleteEndpointGroupRequest = exports.DeleteEndpointGroupRequest || (exports.DeleteEndpointGroupRequest = {}));
576
399
  var DeleteListenerRequest;
577
400
  (function (DeleteListenerRequest) {
578
- /**
579
- * @internal
580
- */
581
401
  DeleteListenerRequest.filterSensitiveLog = (obj) => ({
582
402
  ...obj,
583
403
  });
584
404
  })(DeleteListenerRequest = exports.DeleteListenerRequest || (exports.DeleteListenerRequest = {}));
585
405
  var DenyCustomRoutingTrafficRequest;
586
406
  (function (DenyCustomRoutingTrafficRequest) {
587
- /**
588
- * @internal
589
- */
590
407
  DenyCustomRoutingTrafficRequest.filterSensitiveLog = (obj) => ({
591
408
  ...obj,
592
409
  });
593
410
  })(DenyCustomRoutingTrafficRequest = exports.DenyCustomRoutingTrafficRequest || (exports.DenyCustomRoutingTrafficRequest = {}));
594
411
  var DeprovisionByoipCidrRequest;
595
412
  (function (DeprovisionByoipCidrRequest) {
596
- /**
597
- * @internal
598
- */
599
413
  DeprovisionByoipCidrRequest.filterSensitiveLog = (obj) => ({
600
414
  ...obj,
601
415
  });
602
416
  })(DeprovisionByoipCidrRequest = exports.DeprovisionByoipCidrRequest || (exports.DeprovisionByoipCidrRequest = {}));
603
417
  var DeprovisionByoipCidrResponse;
604
418
  (function (DeprovisionByoipCidrResponse) {
605
- /**
606
- * @internal
607
- */
608
419
  DeprovisionByoipCidrResponse.filterSensitiveLog = (obj) => ({
609
420
  ...obj,
610
421
  });
611
422
  })(DeprovisionByoipCidrResponse = exports.DeprovisionByoipCidrResponse || (exports.DeprovisionByoipCidrResponse = {}));
612
423
  var DescribeAcceleratorRequest;
613
424
  (function (DescribeAcceleratorRequest) {
614
- /**
615
- * @internal
616
- */
617
425
  DescribeAcceleratorRequest.filterSensitiveLog = (obj) => ({
618
426
  ...obj,
619
427
  });
620
428
  })(DescribeAcceleratorRequest = exports.DescribeAcceleratorRequest || (exports.DescribeAcceleratorRequest = {}));
621
429
  var DescribeAcceleratorResponse;
622
430
  (function (DescribeAcceleratorResponse) {
623
- /**
624
- * @internal
625
- */
626
431
  DescribeAcceleratorResponse.filterSensitiveLog = (obj) => ({
627
432
  ...obj,
628
433
  });
629
434
  })(DescribeAcceleratorResponse = exports.DescribeAcceleratorResponse || (exports.DescribeAcceleratorResponse = {}));
630
435
  var DescribeAcceleratorAttributesRequest;
631
436
  (function (DescribeAcceleratorAttributesRequest) {
632
- /**
633
- * @internal
634
- */
635
437
  DescribeAcceleratorAttributesRequest.filterSensitiveLog = (obj) => ({
636
438
  ...obj,
637
439
  });
638
440
  })(DescribeAcceleratorAttributesRequest = exports.DescribeAcceleratorAttributesRequest || (exports.DescribeAcceleratorAttributesRequest = {}));
639
441
  var DescribeAcceleratorAttributesResponse;
640
442
  (function (DescribeAcceleratorAttributesResponse) {
641
- /**
642
- * @internal
643
- */
644
443
  DescribeAcceleratorAttributesResponse.filterSensitiveLog = (obj) => ({
645
444
  ...obj,
646
445
  });
647
446
  })(DescribeAcceleratorAttributesResponse = exports.DescribeAcceleratorAttributesResponse || (exports.DescribeAcceleratorAttributesResponse = {}));
648
447
  var DescribeCustomRoutingAcceleratorRequest;
649
448
  (function (DescribeCustomRoutingAcceleratorRequest) {
650
- /**
651
- * @internal
652
- */
653
449
  DescribeCustomRoutingAcceleratorRequest.filterSensitiveLog = (obj) => ({
654
450
  ...obj,
655
451
  });
656
452
  })(DescribeCustomRoutingAcceleratorRequest = exports.DescribeCustomRoutingAcceleratorRequest || (exports.DescribeCustomRoutingAcceleratorRequest = {}));
657
453
  var DescribeCustomRoutingAcceleratorResponse;
658
454
  (function (DescribeCustomRoutingAcceleratorResponse) {
659
- /**
660
- * @internal
661
- */
662
455
  DescribeCustomRoutingAcceleratorResponse.filterSensitiveLog = (obj) => ({
663
456
  ...obj,
664
457
  });
665
458
  })(DescribeCustomRoutingAcceleratorResponse = exports.DescribeCustomRoutingAcceleratorResponse || (exports.DescribeCustomRoutingAcceleratorResponse = {}));
666
459
  var DescribeCustomRoutingAcceleratorAttributesRequest;
667
460
  (function (DescribeCustomRoutingAcceleratorAttributesRequest) {
668
- /**
669
- * @internal
670
- */
671
461
  DescribeCustomRoutingAcceleratorAttributesRequest.filterSensitiveLog = (obj) => ({
672
462
  ...obj,
673
463
  });
674
464
  })(DescribeCustomRoutingAcceleratorAttributesRequest = exports.DescribeCustomRoutingAcceleratorAttributesRequest || (exports.DescribeCustomRoutingAcceleratorAttributesRequest = {}));
675
465
  var DescribeCustomRoutingAcceleratorAttributesResponse;
676
466
  (function (DescribeCustomRoutingAcceleratorAttributesResponse) {
677
- /**
678
- * @internal
679
- */
680
467
  DescribeCustomRoutingAcceleratorAttributesResponse.filterSensitiveLog = (obj) => ({
681
468
  ...obj,
682
469
  });
683
470
  })(DescribeCustomRoutingAcceleratorAttributesResponse = exports.DescribeCustomRoutingAcceleratorAttributesResponse || (exports.DescribeCustomRoutingAcceleratorAttributesResponse = {}));
684
471
  var DescribeCustomRoutingEndpointGroupRequest;
685
472
  (function (DescribeCustomRoutingEndpointGroupRequest) {
686
- /**
687
- * @internal
688
- */
689
473
  DescribeCustomRoutingEndpointGroupRequest.filterSensitiveLog = (obj) => ({
690
474
  ...obj,
691
475
  });
692
476
  })(DescribeCustomRoutingEndpointGroupRequest = exports.DescribeCustomRoutingEndpointGroupRequest || (exports.DescribeCustomRoutingEndpointGroupRequest = {}));
693
477
  var DescribeCustomRoutingEndpointGroupResponse;
694
478
  (function (DescribeCustomRoutingEndpointGroupResponse) {
695
- /**
696
- * @internal
697
- */
698
479
  DescribeCustomRoutingEndpointGroupResponse.filterSensitiveLog = (obj) => ({
699
480
  ...obj,
700
481
  });
701
482
  })(DescribeCustomRoutingEndpointGroupResponse = exports.DescribeCustomRoutingEndpointGroupResponse || (exports.DescribeCustomRoutingEndpointGroupResponse = {}));
702
483
  var DescribeCustomRoutingListenerRequest;
703
484
  (function (DescribeCustomRoutingListenerRequest) {
704
- /**
705
- * @internal
706
- */
707
485
  DescribeCustomRoutingListenerRequest.filterSensitiveLog = (obj) => ({
708
486
  ...obj,
709
487
  });
710
488
  })(DescribeCustomRoutingListenerRequest = exports.DescribeCustomRoutingListenerRequest || (exports.DescribeCustomRoutingListenerRequest = {}));
711
489
  var DescribeCustomRoutingListenerResponse;
712
490
  (function (DescribeCustomRoutingListenerResponse) {
713
- /**
714
- * @internal
715
- */
716
491
  DescribeCustomRoutingListenerResponse.filterSensitiveLog = (obj) => ({
717
492
  ...obj,
718
493
  });
719
494
  })(DescribeCustomRoutingListenerResponse = exports.DescribeCustomRoutingListenerResponse || (exports.DescribeCustomRoutingListenerResponse = {}));
720
495
  var DescribeEndpointGroupRequest;
721
496
  (function (DescribeEndpointGroupRequest) {
722
- /**
723
- * @internal
724
- */
725
497
  DescribeEndpointGroupRequest.filterSensitiveLog = (obj) => ({
726
498
  ...obj,
727
499
  });
728
500
  })(DescribeEndpointGroupRequest = exports.DescribeEndpointGroupRequest || (exports.DescribeEndpointGroupRequest = {}));
729
501
  var DescribeEndpointGroupResponse;
730
502
  (function (DescribeEndpointGroupResponse) {
731
- /**
732
- * @internal
733
- */
734
503
  DescribeEndpointGroupResponse.filterSensitiveLog = (obj) => ({
735
504
  ...obj,
736
505
  });
737
506
  })(DescribeEndpointGroupResponse = exports.DescribeEndpointGroupResponse || (exports.DescribeEndpointGroupResponse = {}));
738
507
  var DescribeListenerRequest;
739
508
  (function (DescribeListenerRequest) {
740
- /**
741
- * @internal
742
- */
743
509
  DescribeListenerRequest.filterSensitiveLog = (obj) => ({
744
510
  ...obj,
745
511
  });
746
512
  })(DescribeListenerRequest = exports.DescribeListenerRequest || (exports.DescribeListenerRequest = {}));
747
513
  var DescribeListenerResponse;
748
514
  (function (DescribeListenerResponse) {
749
- /**
750
- * @internal
751
- */
752
515
  DescribeListenerResponse.filterSensitiveLog = (obj) => ({
753
516
  ...obj,
754
517
  });
755
518
  })(DescribeListenerResponse = exports.DescribeListenerResponse || (exports.DescribeListenerResponse = {}));
756
519
  var SocketAddress;
757
520
  (function (SocketAddress) {
758
- /**
759
- * @internal
760
- */
761
521
  SocketAddress.filterSensitiveLog = (obj) => ({
762
522
  ...obj,
763
523
  });
764
524
  })(SocketAddress = exports.SocketAddress || (exports.SocketAddress = {}));
765
525
  var DestinationPortMapping;
766
526
  (function (DestinationPortMapping) {
767
- /**
768
- * @internal
769
- */
770
527
  DestinationPortMapping.filterSensitiveLog = (obj) => ({
771
528
  ...obj,
772
529
  });
773
530
  })(DestinationPortMapping = exports.DestinationPortMapping || (exports.DestinationPortMapping = {}));
774
531
  var EndpointNotFoundException;
775
532
  (function (EndpointNotFoundException) {
776
- /**
777
- * @internal
778
- */
779
533
  EndpointNotFoundException.filterSensitiveLog = (obj) => ({
780
534
  ...obj,
781
535
  });
782
536
  })(EndpointNotFoundException = exports.EndpointNotFoundException || (exports.EndpointNotFoundException = {}));
783
537
  var InvalidNextTokenException;
784
538
  (function (InvalidNextTokenException) {
785
- /**
786
- * @internal
787
- */
788
539
  InvalidNextTokenException.filterSensitiveLog = (obj) => ({
789
540
  ...obj,
790
541
  });
791
542
  })(InvalidNextTokenException = exports.InvalidNextTokenException || (exports.InvalidNextTokenException = {}));
792
543
  var ListAcceleratorsRequest;
793
544
  (function (ListAcceleratorsRequest) {
794
- /**
795
- * @internal
796
- */
797
545
  ListAcceleratorsRequest.filterSensitiveLog = (obj) => ({
798
546
  ...obj,
799
547
  });
800
548
  })(ListAcceleratorsRequest = exports.ListAcceleratorsRequest || (exports.ListAcceleratorsRequest = {}));
801
549
  var ListAcceleratorsResponse;
802
550
  (function (ListAcceleratorsResponse) {
803
- /**
804
- * @internal
805
- */
806
551
  ListAcceleratorsResponse.filterSensitiveLog = (obj) => ({
807
552
  ...obj,
808
553
  });
809
554
  })(ListAcceleratorsResponse = exports.ListAcceleratorsResponse || (exports.ListAcceleratorsResponse = {}));
810
555
  var ListByoipCidrsRequest;
811
556
  (function (ListByoipCidrsRequest) {
812
- /**
813
- * @internal
814
- */
815
557
  ListByoipCidrsRequest.filterSensitiveLog = (obj) => ({
816
558
  ...obj,
817
559
  });
818
560
  })(ListByoipCidrsRequest = exports.ListByoipCidrsRequest || (exports.ListByoipCidrsRequest = {}));
819
561
  var ListByoipCidrsResponse;
820
562
  (function (ListByoipCidrsResponse) {
821
- /**
822
- * @internal
823
- */
824
563
  ListByoipCidrsResponse.filterSensitiveLog = (obj) => ({
825
564
  ...obj,
826
565
  });
827
566
  })(ListByoipCidrsResponse = exports.ListByoipCidrsResponse || (exports.ListByoipCidrsResponse = {}));
828
567
  var ListCustomRoutingAcceleratorsRequest;
829
568
  (function (ListCustomRoutingAcceleratorsRequest) {
830
- /**
831
- * @internal
832
- */
833
569
  ListCustomRoutingAcceleratorsRequest.filterSensitiveLog = (obj) => ({
834
570
  ...obj,
835
571
  });
836
572
  })(ListCustomRoutingAcceleratorsRequest = exports.ListCustomRoutingAcceleratorsRequest || (exports.ListCustomRoutingAcceleratorsRequest = {}));
837
573
  var ListCustomRoutingAcceleratorsResponse;
838
574
  (function (ListCustomRoutingAcceleratorsResponse) {
839
- /**
840
- * @internal
841
- */
842
575
  ListCustomRoutingAcceleratorsResponse.filterSensitiveLog = (obj) => ({
843
576
  ...obj,
844
577
  });
845
578
  })(ListCustomRoutingAcceleratorsResponse = exports.ListCustomRoutingAcceleratorsResponse || (exports.ListCustomRoutingAcceleratorsResponse = {}));
846
579
  var ListCustomRoutingEndpointGroupsRequest;
847
580
  (function (ListCustomRoutingEndpointGroupsRequest) {
848
- /**
849
- * @internal
850
- */
851
581
  ListCustomRoutingEndpointGroupsRequest.filterSensitiveLog = (obj) => ({
852
582
  ...obj,
853
583
  });
854
584
  })(ListCustomRoutingEndpointGroupsRequest = exports.ListCustomRoutingEndpointGroupsRequest || (exports.ListCustomRoutingEndpointGroupsRequest = {}));
855
585
  var ListCustomRoutingEndpointGroupsResponse;
856
586
  (function (ListCustomRoutingEndpointGroupsResponse) {
857
- /**
858
- * @internal
859
- */
860
587
  ListCustomRoutingEndpointGroupsResponse.filterSensitiveLog = (obj) => ({
861
588
  ...obj,
862
589
  });
863
590
  })(ListCustomRoutingEndpointGroupsResponse = exports.ListCustomRoutingEndpointGroupsResponse || (exports.ListCustomRoutingEndpointGroupsResponse = {}));
864
591
  var ListCustomRoutingListenersRequest;
865
592
  (function (ListCustomRoutingListenersRequest) {
866
- /**
867
- * @internal
868
- */
869
593
  ListCustomRoutingListenersRequest.filterSensitiveLog = (obj) => ({
870
594
  ...obj,
871
595
  });
872
596
  })(ListCustomRoutingListenersRequest = exports.ListCustomRoutingListenersRequest || (exports.ListCustomRoutingListenersRequest = {}));
873
597
  var ListCustomRoutingListenersResponse;
874
598
  (function (ListCustomRoutingListenersResponse) {
875
- /**
876
- * @internal
877
- */
878
599
  ListCustomRoutingListenersResponse.filterSensitiveLog = (obj) => ({
879
600
  ...obj,
880
601
  });
881
602
  })(ListCustomRoutingListenersResponse = exports.ListCustomRoutingListenersResponse || (exports.ListCustomRoutingListenersResponse = {}));
882
603
  var ListCustomRoutingPortMappingsRequest;
883
604
  (function (ListCustomRoutingPortMappingsRequest) {
884
- /**
885
- * @internal
886
- */
887
605
  ListCustomRoutingPortMappingsRequest.filterSensitiveLog = (obj) => ({
888
606
  ...obj,
889
607
  });
890
608
  })(ListCustomRoutingPortMappingsRequest = exports.ListCustomRoutingPortMappingsRequest || (exports.ListCustomRoutingPortMappingsRequest = {}));
891
609
  var PortMapping;
892
610
  (function (PortMapping) {
893
- /**
894
- * @internal
895
- */
896
611
  PortMapping.filterSensitiveLog = (obj) => ({
897
612
  ...obj,
898
613
  });
899
614
  })(PortMapping = exports.PortMapping || (exports.PortMapping = {}));
900
615
  var ListCustomRoutingPortMappingsResponse;
901
616
  (function (ListCustomRoutingPortMappingsResponse) {
902
- /**
903
- * @internal
904
- */
905
617
  ListCustomRoutingPortMappingsResponse.filterSensitiveLog = (obj) => ({
906
618
  ...obj,
907
619
  });
908
620
  })(ListCustomRoutingPortMappingsResponse = exports.ListCustomRoutingPortMappingsResponse || (exports.ListCustomRoutingPortMappingsResponse = {}));
909
621
  var ListCustomRoutingPortMappingsByDestinationRequest;
910
622
  (function (ListCustomRoutingPortMappingsByDestinationRequest) {
911
- /**
912
- * @internal
913
- */
914
623
  ListCustomRoutingPortMappingsByDestinationRequest.filterSensitiveLog = (obj) => ({
915
624
  ...obj,
916
625
  });
917
626
  })(ListCustomRoutingPortMappingsByDestinationRequest = exports.ListCustomRoutingPortMappingsByDestinationRequest || (exports.ListCustomRoutingPortMappingsByDestinationRequest = {}));
918
627
  var ListCustomRoutingPortMappingsByDestinationResponse;
919
628
  (function (ListCustomRoutingPortMappingsByDestinationResponse) {
920
- /**
921
- * @internal
922
- */
923
629
  ListCustomRoutingPortMappingsByDestinationResponse.filterSensitiveLog = (obj) => ({
924
630
  ...obj,
925
631
  });
926
632
  })(ListCustomRoutingPortMappingsByDestinationResponse = exports.ListCustomRoutingPortMappingsByDestinationResponse || (exports.ListCustomRoutingPortMappingsByDestinationResponse = {}));
927
633
  var ListEndpointGroupsRequest;
928
634
  (function (ListEndpointGroupsRequest) {
929
- /**
930
- * @internal
931
- */
932
635
  ListEndpointGroupsRequest.filterSensitiveLog = (obj) => ({
933
636
  ...obj,
934
637
  });
935
638
  })(ListEndpointGroupsRequest = exports.ListEndpointGroupsRequest || (exports.ListEndpointGroupsRequest = {}));
936
639
  var ListEndpointGroupsResponse;
937
640
  (function (ListEndpointGroupsResponse) {
938
- /**
939
- * @internal
940
- */
941
641
  ListEndpointGroupsResponse.filterSensitiveLog = (obj) => ({
942
642
  ...obj,
943
643
  });
944
644
  })(ListEndpointGroupsResponse = exports.ListEndpointGroupsResponse || (exports.ListEndpointGroupsResponse = {}));
945
645
  var ListListenersRequest;
946
646
  (function (ListListenersRequest) {
947
- /**
948
- * @internal
949
- */
950
647
  ListListenersRequest.filterSensitiveLog = (obj) => ({
951
648
  ...obj,
952
649
  });
953
650
  })(ListListenersRequest = exports.ListListenersRequest || (exports.ListListenersRequest = {}));
954
651
  var ListListenersResponse;
955
652
  (function (ListListenersResponse) {
956
- /**
957
- * @internal
958
- */
959
653
  ListListenersResponse.filterSensitiveLog = (obj) => ({
960
654
  ...obj,
961
655
  });
962
656
  })(ListListenersResponse = exports.ListListenersResponse || (exports.ListListenersResponse = {}));
963
657
  var ListTagsForResourceRequest;
964
658
  (function (ListTagsForResourceRequest) {
965
- /**
966
- * @internal
967
- */
968
659
  ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
969
660
  ...obj,
970
661
  });
971
662
  })(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
972
663
  var ListTagsForResourceResponse;
973
664
  (function (ListTagsForResourceResponse) {
974
- /**
975
- * @internal
976
- */
977
665
  ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
978
666
  ...obj,
979
667
  });
980
668
  })(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
981
669
  var ProvisionByoipCidrRequest;
982
670
  (function (ProvisionByoipCidrRequest) {
983
- /**
984
- * @internal
985
- */
986
671
  ProvisionByoipCidrRequest.filterSensitiveLog = (obj) => ({
987
672
  ...obj,
988
673
  });
989
674
  })(ProvisionByoipCidrRequest = exports.ProvisionByoipCidrRequest || (exports.ProvisionByoipCidrRequest = {}));
990
675
  var ProvisionByoipCidrResponse;
991
676
  (function (ProvisionByoipCidrResponse) {
992
- /**
993
- * @internal
994
- */
995
677
  ProvisionByoipCidrResponse.filterSensitiveLog = (obj) => ({
996
678
  ...obj,
997
679
  });
998
680
  })(ProvisionByoipCidrResponse = exports.ProvisionByoipCidrResponse || (exports.ProvisionByoipCidrResponse = {}));
999
681
  var RemoveCustomRoutingEndpointsRequest;
1000
682
  (function (RemoveCustomRoutingEndpointsRequest) {
1001
- /**
1002
- * @internal
1003
- */
1004
683
  RemoveCustomRoutingEndpointsRequest.filterSensitiveLog = (obj) => ({
1005
684
  ...obj,
1006
685
  });
1007
686
  })(RemoveCustomRoutingEndpointsRequest = exports.RemoveCustomRoutingEndpointsRequest || (exports.RemoveCustomRoutingEndpointsRequest = {}));
1008
687
  var TagResourceRequest;
1009
688
  (function (TagResourceRequest) {
1010
- /**
1011
- * @internal
1012
- */
1013
689
  TagResourceRequest.filterSensitiveLog = (obj) => ({
1014
690
  ...obj,
1015
691
  });
1016
692
  })(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
1017
693
  var TagResourceResponse;
1018
694
  (function (TagResourceResponse) {
1019
- /**
1020
- * @internal
1021
- */
1022
695
  TagResourceResponse.filterSensitiveLog = (obj) => ({
1023
696
  ...obj,
1024
697
  });
1025
698
  })(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
1026
699
  var UntagResourceRequest;
1027
700
  (function (UntagResourceRequest) {
1028
- /**
1029
- * @internal
1030
- */
1031
701
  UntagResourceRequest.filterSensitiveLog = (obj) => ({
1032
702
  ...obj,
1033
703
  });
1034
704
  })(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
1035
705
  var UntagResourceResponse;
1036
706
  (function (UntagResourceResponse) {
1037
- /**
1038
- * @internal
1039
- */
1040
707
  UntagResourceResponse.filterSensitiveLog = (obj) => ({
1041
708
  ...obj,
1042
709
  });
1043
710
  })(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
1044
711
  var UpdateAcceleratorRequest;
1045
712
  (function (UpdateAcceleratorRequest) {
1046
- /**
1047
- * @internal
1048
- */
1049
713
  UpdateAcceleratorRequest.filterSensitiveLog = (obj) => ({
1050
714
  ...obj,
1051
715
  });
1052
716
  })(UpdateAcceleratorRequest = exports.UpdateAcceleratorRequest || (exports.UpdateAcceleratorRequest = {}));
1053
717
  var UpdateAcceleratorResponse;
1054
718
  (function (UpdateAcceleratorResponse) {
1055
- /**
1056
- * @internal
1057
- */
1058
719
  UpdateAcceleratorResponse.filterSensitiveLog = (obj) => ({
1059
720
  ...obj,
1060
721
  });
1061
722
  })(UpdateAcceleratorResponse = exports.UpdateAcceleratorResponse || (exports.UpdateAcceleratorResponse = {}));
1062
723
  var UpdateAcceleratorAttributesRequest;
1063
724
  (function (UpdateAcceleratorAttributesRequest) {
1064
- /**
1065
- * @internal
1066
- */
1067
725
  UpdateAcceleratorAttributesRequest.filterSensitiveLog = (obj) => ({
1068
726
  ...obj,
1069
727
  });
1070
728
  })(UpdateAcceleratorAttributesRequest = exports.UpdateAcceleratorAttributesRequest || (exports.UpdateAcceleratorAttributesRequest = {}));
1071
729
  var UpdateAcceleratorAttributesResponse;
1072
730
  (function (UpdateAcceleratorAttributesResponse) {
1073
- /**
1074
- * @internal
1075
- */
1076
731
  UpdateAcceleratorAttributesResponse.filterSensitiveLog = (obj) => ({
1077
732
  ...obj,
1078
733
  });
1079
734
  })(UpdateAcceleratorAttributesResponse = exports.UpdateAcceleratorAttributesResponse || (exports.UpdateAcceleratorAttributesResponse = {}));
1080
735
  var UpdateCustomRoutingAcceleratorRequest;
1081
736
  (function (UpdateCustomRoutingAcceleratorRequest) {
1082
- /**
1083
- * @internal
1084
- */
1085
737
  UpdateCustomRoutingAcceleratorRequest.filterSensitiveLog = (obj) => ({
1086
738
  ...obj,
1087
739
  });
1088
740
  })(UpdateCustomRoutingAcceleratorRequest = exports.UpdateCustomRoutingAcceleratorRequest || (exports.UpdateCustomRoutingAcceleratorRequest = {}));
1089
741
  var UpdateCustomRoutingAcceleratorResponse;
1090
742
  (function (UpdateCustomRoutingAcceleratorResponse) {
1091
- /**
1092
- * @internal
1093
- */
1094
743
  UpdateCustomRoutingAcceleratorResponse.filterSensitiveLog = (obj) => ({
1095
744
  ...obj,
1096
745
  });
1097
746
  })(UpdateCustomRoutingAcceleratorResponse = exports.UpdateCustomRoutingAcceleratorResponse || (exports.UpdateCustomRoutingAcceleratorResponse = {}));
1098
747
  var UpdateCustomRoutingAcceleratorAttributesRequest;
1099
748
  (function (UpdateCustomRoutingAcceleratorAttributesRequest) {
1100
- /**
1101
- * @internal
1102
- */
1103
749
  UpdateCustomRoutingAcceleratorAttributesRequest.filterSensitiveLog = (obj) => ({
1104
750
  ...obj,
1105
751
  });
1106
752
  })(UpdateCustomRoutingAcceleratorAttributesRequest = exports.UpdateCustomRoutingAcceleratorAttributesRequest || (exports.UpdateCustomRoutingAcceleratorAttributesRequest = {}));
1107
753
  var UpdateCustomRoutingAcceleratorAttributesResponse;
1108
754
  (function (UpdateCustomRoutingAcceleratorAttributesResponse) {
1109
- /**
1110
- * @internal
1111
- */
1112
755
  UpdateCustomRoutingAcceleratorAttributesResponse.filterSensitiveLog = (obj) => ({
1113
756
  ...obj,
1114
757
  });
1115
758
  })(UpdateCustomRoutingAcceleratorAttributesResponse = exports.UpdateCustomRoutingAcceleratorAttributesResponse || (exports.UpdateCustomRoutingAcceleratorAttributesResponse = {}));
1116
759
  var UpdateCustomRoutingListenerRequest;
1117
760
  (function (UpdateCustomRoutingListenerRequest) {
1118
- /**
1119
- * @internal
1120
- */
1121
761
  UpdateCustomRoutingListenerRequest.filterSensitiveLog = (obj) => ({
1122
762
  ...obj,
1123
763
  });
1124
764
  })(UpdateCustomRoutingListenerRequest = exports.UpdateCustomRoutingListenerRequest || (exports.UpdateCustomRoutingListenerRequest = {}));
1125
765
  var UpdateCustomRoutingListenerResponse;
1126
766
  (function (UpdateCustomRoutingListenerResponse) {
1127
- /**
1128
- * @internal
1129
- */
1130
767
  UpdateCustomRoutingListenerResponse.filterSensitiveLog = (obj) => ({
1131
768
  ...obj,
1132
769
  });
1133
770
  })(UpdateCustomRoutingListenerResponse = exports.UpdateCustomRoutingListenerResponse || (exports.UpdateCustomRoutingListenerResponse = {}));
1134
771
  var UpdateEndpointGroupRequest;
1135
772
  (function (UpdateEndpointGroupRequest) {
1136
- /**
1137
- * @internal
1138
- */
1139
773
  UpdateEndpointGroupRequest.filterSensitiveLog = (obj) => ({
1140
774
  ...obj,
1141
775
  });
1142
776
  })(UpdateEndpointGroupRequest = exports.UpdateEndpointGroupRequest || (exports.UpdateEndpointGroupRequest = {}));
1143
777
  var UpdateEndpointGroupResponse;
1144
778
  (function (UpdateEndpointGroupResponse) {
1145
- /**
1146
- * @internal
1147
- */
1148
779
  UpdateEndpointGroupResponse.filterSensitiveLog = (obj) => ({
1149
780
  ...obj,
1150
781
  });
1151
782
  })(UpdateEndpointGroupResponse = exports.UpdateEndpointGroupResponse || (exports.UpdateEndpointGroupResponse = {}));
1152
783
  var UpdateListenerRequest;
1153
784
  (function (UpdateListenerRequest) {
1154
- /**
1155
- * @internal
1156
- */
1157
785
  UpdateListenerRequest.filterSensitiveLog = (obj) => ({
1158
786
  ...obj,
1159
787
  });
1160
788
  })(UpdateListenerRequest = exports.UpdateListenerRequest || (exports.UpdateListenerRequest = {}));
1161
789
  var UpdateListenerResponse;
1162
790
  (function (UpdateListenerResponse) {
1163
- /**
1164
- * @internal
1165
- */
1166
791
  UpdateListenerResponse.filterSensitiveLog = (obj) => ({
1167
792
  ...obj,
1168
793
  });
1169
794
  })(UpdateListenerResponse = exports.UpdateListenerResponse || (exports.UpdateListenerResponse = {}));
1170
795
  var WithdrawByoipCidrRequest;
1171
796
  (function (WithdrawByoipCidrRequest) {
1172
- /**
1173
- * @internal
1174
- */
1175
797
  WithdrawByoipCidrRequest.filterSensitiveLog = (obj) => ({
1176
798
  ...obj,
1177
799
  });
1178
800
  })(WithdrawByoipCidrRequest = exports.WithdrawByoipCidrRequest || (exports.WithdrawByoipCidrRequest = {}));
1179
801
  var WithdrawByoipCidrResponse;
1180
802
  (function (WithdrawByoipCidrResponse) {
1181
- /**
1182
- * @internal
1183
- */
1184
803
  WithdrawByoipCidrResponse.filterSensitiveLog = (obj) => ({
1185
804
  ...obj,
1186
805
  });
1187
806
  })(WithdrawByoipCidrResponse = exports.WithdrawByoipCidrResponse || (exports.WithdrawByoipCidrResponse = {}));
1188
- //# sourceMappingURL=models_0.js.map