@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,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { UpdateListenerRequest, UpdateListenerResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1UpdateListenerCommand, serializeAws_json1_1UpdateListenerCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { UpdateListenerRequest, UpdateListenerResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1UpdateListenerCommand, serializeAws_json1_1UpdateListenerCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdateListenerCommand = (function (_super) {
7
7
  __extends(UpdateListenerCommand, _super);
8
8
  function UpdateListenerCommand(input) {
@@ -37,4 +37,3 @@ var UpdateListenerCommand = (function (_super) {
37
37
  return UpdateListenerCommand;
38
38
  }($Command));
39
39
  export { UpdateListenerCommand };
40
- //# sourceMappingURL=UpdateListenerCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { WithdrawByoipCidrRequest, WithdrawByoipCidrResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1WithdrawByoipCidrCommand, serializeAws_json1_1WithdrawByoipCidrCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { WithdrawByoipCidrRequest, WithdrawByoipCidrResponse } from "../models/models_0";
5
+ import { deserializeAws_json1_1WithdrawByoipCidrCommand, serializeAws_json1_1WithdrawByoipCidrCommand, } from "../protocols/Aws_json1_1";
6
6
  var WithdrawByoipCidrCommand = (function (_super) {
7
7
  __extends(WithdrawByoipCidrCommand, _super);
8
8
  function WithdrawByoipCidrCommand(input) {
@@ -37,4 +37,3 @@ var WithdrawByoipCidrCommand = (function (_super) {
37
37
  return WithdrawByoipCidrCommand;
38
38
  }($Command));
39
39
  export { WithdrawByoipCidrCommand };
40
- //# sourceMappingURL=WithdrawByoipCidrCommand.js.map
@@ -33,7 +33,7 @@ var partitionHash = {
33
33
  hostname: "globalaccelerator.{region}.amazonaws.com.cn",
34
34
  },
35
35
  "aws-iso": {
36
- regions: ["us-iso-east-1"],
36
+ regions: ["us-iso-east-1", "us-iso-west-1"],
37
37
  hostname: "globalaccelerator.{region}.c2s.ic.gov",
38
38
  },
39
39
  "aws-iso-b": {
@@ -50,4 +50,3 @@ export var defaultRegionInfoProvider = function (region, options) { return __awa
50
50
  return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "globalaccelerator", regionHash: regionHash, partitionHash: partitionHash }))];
51
51
  });
52
52
  }); };
53
- //# sourceMappingURL=endpoints.js.map
File without changes
@@ -546,4 +546,3 @@ export var WithdrawByoipCidrResponse;
546
546
  (function (WithdrawByoipCidrResponse) {
547
547
  WithdrawByoipCidrResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
548
548
  })(WithdrawByoipCidrResponse || (WithdrawByoipCidrResponse = {}));
549
- //# sourceMappingURL=models_0.js.map
@@ -0,0 +1 @@
1
+ export {};
@@ -1,7 +1,7 @@
1
1
  import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
2
+ import { ListAcceleratorsCommand, } from "../commands/ListAcceleratorsCommand";
2
3
  import { GlobalAccelerator } from "../GlobalAccelerator";
3
4
  import { GlobalAcceleratorClient } from "../GlobalAcceleratorClient";
4
- import { ListAcceleratorsCommand, } from "../commands/ListAcceleratorsCommand";
5
5
  var makePagedClientRequest = function (client, input) {
6
6
  var args = [];
7
7
  for (var _i = 2; _i < arguments.length; _i++) {
@@ -72,4 +72,3 @@ export function paginateListAccelerators(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListAcceleratorsPaginator.js.map
@@ -1,7 +1,7 @@
1
1
  import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
2
+ import { ListByoipCidrsCommand, } from "../commands/ListByoipCidrsCommand";
2
3
  import { GlobalAccelerator } from "../GlobalAccelerator";
3
4
  import { GlobalAcceleratorClient } from "../GlobalAcceleratorClient";
4
- import { ListByoipCidrsCommand, } from "../commands/ListByoipCidrsCommand";
5
5
  var makePagedClientRequest = function (client, input) {
6
6
  var args = [];
7
7
  for (var _i = 2; _i < arguments.length; _i++) {
@@ -72,4 +72,3 @@ export function paginateListByoipCidrs(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListByoipCidrsPaginator.js.map
@@ -1,7 +1,7 @@
1
1
  import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
2
+ import { ListCustomRoutingAcceleratorsCommand, } from "../commands/ListCustomRoutingAcceleratorsCommand";
2
3
  import { GlobalAccelerator } from "../GlobalAccelerator";
3
4
  import { GlobalAcceleratorClient } from "../GlobalAcceleratorClient";
4
- import { ListCustomRoutingAcceleratorsCommand, } from "../commands/ListCustomRoutingAcceleratorsCommand";
5
5
  var makePagedClientRequest = function (client, input) {
6
6
  var args = [];
7
7
  for (var _i = 2; _i < arguments.length; _i++) {
@@ -72,4 +72,3 @@ export function paginateListCustomRoutingAccelerators(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListCustomRoutingAcceleratorsPaginator.js.map
@@ -1,7 +1,7 @@
1
1
  import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
2
+ import { ListCustomRoutingEndpointGroupsCommand, } from "../commands/ListCustomRoutingEndpointGroupsCommand";
2
3
  import { GlobalAccelerator } from "../GlobalAccelerator";
3
4
  import { GlobalAcceleratorClient } from "../GlobalAcceleratorClient";
4
- import { ListCustomRoutingEndpointGroupsCommand, } from "../commands/ListCustomRoutingEndpointGroupsCommand";
5
5
  var makePagedClientRequest = function (client, input) {
6
6
  var args = [];
7
7
  for (var _i = 2; _i < arguments.length; _i++) {
@@ -72,4 +72,3 @@ export function paginateListCustomRoutingEndpointGroups(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListCustomRoutingEndpointGroupsPaginator.js.map
@@ -1,7 +1,7 @@
1
1
  import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
2
+ import { ListCustomRoutingListenersCommand, } from "../commands/ListCustomRoutingListenersCommand";
2
3
  import { GlobalAccelerator } from "../GlobalAccelerator";
3
4
  import { GlobalAcceleratorClient } from "../GlobalAcceleratorClient";
4
- import { ListCustomRoutingListenersCommand, } from "../commands/ListCustomRoutingListenersCommand";
5
5
  var makePagedClientRequest = function (client, input) {
6
6
  var args = [];
7
7
  for (var _i = 2; _i < arguments.length; _i++) {
@@ -72,4 +72,3 @@ export function paginateListCustomRoutingListeners(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListCustomRoutingListenersPaginator.js.map
@@ -1,7 +1,7 @@
1
1
  import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
2
+ import { ListCustomRoutingPortMappingsByDestinationCommand, } from "../commands/ListCustomRoutingPortMappingsByDestinationCommand";
2
3
  import { GlobalAccelerator } from "../GlobalAccelerator";
3
4
  import { GlobalAcceleratorClient } from "../GlobalAcceleratorClient";
4
- import { ListCustomRoutingPortMappingsByDestinationCommand, } from "../commands/ListCustomRoutingPortMappingsByDestinationCommand";
5
5
  var makePagedClientRequest = function (client, input) {
6
6
  var args = [];
7
7
  for (var _i = 2; _i < arguments.length; _i++) {
@@ -72,4 +72,3 @@ export function paginateListCustomRoutingPortMappingsByDestination(config, input
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListCustomRoutingPortMappingsByDestinationPaginator.js.map
@@ -1,7 +1,7 @@
1
1
  import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
2
+ import { ListCustomRoutingPortMappingsCommand, } from "../commands/ListCustomRoutingPortMappingsCommand";
2
3
  import { GlobalAccelerator } from "../GlobalAccelerator";
3
4
  import { GlobalAcceleratorClient } from "../GlobalAcceleratorClient";
4
- import { ListCustomRoutingPortMappingsCommand, } from "../commands/ListCustomRoutingPortMappingsCommand";
5
5
  var makePagedClientRequest = function (client, input) {
6
6
  var args = [];
7
7
  for (var _i = 2; _i < arguments.length; _i++) {
@@ -72,4 +72,3 @@ export function paginateListCustomRoutingPortMappings(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListCustomRoutingPortMappingsPaginator.js.map
@@ -1,7 +1,7 @@
1
1
  import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
2
+ import { ListEndpointGroupsCommand, } from "../commands/ListEndpointGroupsCommand";
2
3
  import { GlobalAccelerator } from "../GlobalAccelerator";
3
4
  import { GlobalAcceleratorClient } from "../GlobalAcceleratorClient";
4
- import { ListEndpointGroupsCommand, } from "../commands/ListEndpointGroupsCommand";
5
5
  var makePagedClientRequest = function (client, input) {
6
6
  var args = [];
7
7
  for (var _i = 2; _i < arguments.length; _i++) {
@@ -72,4 +72,3 @@ export function paginateListEndpointGroups(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListEndpointGroupsPaginator.js.map
@@ -1,7 +1,7 @@
1
1
  import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
2
+ import { ListListenersCommand, } from "../commands/ListListenersCommand";
2
3
  import { GlobalAccelerator } from "../GlobalAccelerator";
3
4
  import { GlobalAcceleratorClient } from "../GlobalAcceleratorClient";
4
- import { ListListenersCommand, } from "../commands/ListListenersCommand";
5
5
  var makePagedClientRequest = function (client, input) {
6
6
  var args = [];
7
7
  for (var _i = 2; _i < arguments.length; _i++) {
@@ -72,4 +72,3 @@ export function paginateListListeners(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListListenersPaginator.js.map
@@ -5682,4 +5682,3 @@ var loadRestJsonErrorCode = function (output, data) {
5682
5682
  }
5683
5683
  return "";
5684
5684
  };
5685
- //# sourceMappingURL=Aws_json1_1.js.map
@@ -1,5 +1,5 @@
1
1
  import { __assign } from "tslib";
2
- import packageInfo from "./package.json";
2
+ import packageInfo from "../package.json";
3
3
  import { Sha256 } from "@aws-crypto/sha256-browser";
4
4
  import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
5
5
  import { invalidProvider } from "@aws-sdk/invalid-dependency";
@@ -14,4 +14,3 @@ export var getRuntimeConfig = function (config) {
14
14
  var clientSharedValues = getSharedRuntimeConfig(config);
15
15
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
16
16
  };
17
- //# sourceMappingURL=runtimeConfig.browser.js.map
@@ -1,5 +1,5 @@
1
1
  import { __assign } from "tslib";
2
- import packageInfo from "./package.json";
2
+ import packageInfo from "../package.json";
3
3
  import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
4
4
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
5
5
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
@@ -19,4 +19,3 @@ export var getRuntimeConfig = function (config) {
19
19
  var clientSharedValues = getSharedRuntimeConfig(config);
20
20
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
21
21
  };
22
- //# sourceMappingURL=runtimeConfig.js.map
@@ -6,4 +6,3 @@ export var getRuntimeConfig = function (config) {
6
6
  var browserDefaults = getBrowserRuntimeConfig(config);
7
7
  return __assign(__assign(__assign({}, browserDefaults), config), { runtime: "react-native", sha256: (_a = config === null || config === void 0 ? void 0 : config.sha256) !== null && _a !== void 0 ? _a : Sha256 });
8
8
  };
9
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -1,5 +1,5 @@
1
- import { defaultRegionInfoProvider } from "./endpoints";
2
1
  import { parseUrl } from "@aws-sdk/url-parser";
2
+ import { defaultRegionInfoProvider } from "./endpoints";
3
3
  export var getRuntimeConfig = function (config) {
4
4
  var _a, _b, _c, _d, _e;
5
5
  return ({
@@ -11,4 +11,3 @@ export var getRuntimeConfig = function (config) {
11
11
  urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
12
12
  });
13
13
  };
14
- //# sourceMappingURL=runtimeConfig.shared.js.map
@@ -1,4 +1,4 @@
1
- import { GlobalAcceleratorClient } from "./GlobalAcceleratorClient";
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput } from "./commands/AddCustomRoutingEndpointsCommand";
3
3
  import { AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput } from "./commands/AdvertiseByoipCidrCommand";
4
4
  import { AllowCustomRoutingTrafficCommandInput, AllowCustomRoutingTrafficCommandOutput } from "./commands/AllowCustomRoutingTrafficCommand";
@@ -46,7 +46,7 @@ import { UpdateCustomRoutingListenerCommandInput, UpdateCustomRoutingListenerCom
46
46
  import { UpdateEndpointGroupCommandInput, UpdateEndpointGroupCommandOutput } from "./commands/UpdateEndpointGroupCommand";
47
47
  import { UpdateListenerCommandInput, UpdateListenerCommandOutput } from "./commands/UpdateListenerCommand";
48
48
  import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from "./commands/WithdrawByoipCidrCommand";
49
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
49
+ import { GlobalAcceleratorClient } from "./GlobalAcceleratorClient";
50
50
  /**
51
51
  * <fullname>AWS Global Accelerator</fullname>
52
52
  * <p>This is the <i>AWS Global Accelerator API Reference</i>. This guide is for developers who need detailed information about
@@ -1,3 +1,11 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
1
9
  import { AddCustomRoutingEndpointsCommandInput, AddCustomRoutingEndpointsCommandOutput } from "./commands/AddCustomRoutingEndpointsCommand";
2
10
  import { AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput } from "./commands/AdvertiseByoipCidrCommand";
3
11
  import { AllowCustomRoutingTrafficCommandInput, AllowCustomRoutingTrafficCommandOutput } from "./commands/AllowCustomRoutingTrafficCommand";
@@ -45,14 +53,6 @@ import { UpdateCustomRoutingListenerCommandInput, UpdateCustomRoutingListenerCom
45
53
  import { UpdateEndpointGroupCommandInput, UpdateEndpointGroupCommandOutput } from "./commands/UpdateEndpointGroupCommand";
46
54
  import { UpdateListenerCommandInput, UpdateListenerCommandOutput } from "./commands/UpdateListenerCommand";
47
55
  import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from "./commands/WithdrawByoipCidrCommand";
48
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
49
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
50
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
51
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
52
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
53
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
54
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
55
- import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
56
56
  export declare type ServiceInputTypes = AddCustomRoutingEndpointsCommandInput | AdvertiseByoipCidrCommandInput | AllowCustomRoutingTrafficCommandInput | CreateAcceleratorCommandInput | CreateCustomRoutingAcceleratorCommandInput | CreateCustomRoutingEndpointGroupCommandInput | CreateCustomRoutingListenerCommandInput | CreateEndpointGroupCommandInput | CreateListenerCommandInput | DeleteAcceleratorCommandInput | DeleteCustomRoutingAcceleratorCommandInput | DeleteCustomRoutingEndpointGroupCommandInput | DeleteCustomRoutingListenerCommandInput | DeleteEndpointGroupCommandInput | DeleteListenerCommandInput | DenyCustomRoutingTrafficCommandInput | DeprovisionByoipCidrCommandInput | DescribeAcceleratorAttributesCommandInput | DescribeAcceleratorCommandInput | DescribeCustomRoutingAcceleratorAttributesCommandInput | DescribeCustomRoutingAcceleratorCommandInput | DescribeCustomRoutingEndpointGroupCommandInput | DescribeCustomRoutingListenerCommandInput | DescribeEndpointGroupCommandInput | DescribeListenerCommandInput | ListAcceleratorsCommandInput | ListByoipCidrsCommandInput | ListCustomRoutingAcceleratorsCommandInput | ListCustomRoutingEndpointGroupsCommandInput | ListCustomRoutingListenersCommandInput | ListCustomRoutingPortMappingsByDestinationCommandInput | ListCustomRoutingPortMappingsCommandInput | ListEndpointGroupsCommandInput | ListListenersCommandInput | ListTagsForResourceCommandInput | ProvisionByoipCidrCommandInput | RemoveCustomRoutingEndpointsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAcceleratorAttributesCommandInput | UpdateAcceleratorCommandInput | UpdateCustomRoutingAcceleratorAttributesCommandInput | UpdateCustomRoutingAcceleratorCommandInput | UpdateCustomRoutingListenerCommandInput | UpdateEndpointGroupCommandInput | UpdateListenerCommandInput | WithdrawByoipCidrCommandInput;
57
57
  export declare type ServiceOutputTypes = AddCustomRoutingEndpointsCommandOutput | AdvertiseByoipCidrCommandOutput | AllowCustomRoutingTrafficCommandOutput | CreateAcceleratorCommandOutput | CreateCustomRoutingAcceleratorCommandOutput | CreateCustomRoutingEndpointGroupCommandOutput | CreateCustomRoutingListenerCommandOutput | CreateEndpointGroupCommandOutput | CreateListenerCommandOutput | DeleteAcceleratorCommandOutput | DeleteCustomRoutingAcceleratorCommandOutput | DeleteCustomRoutingEndpointGroupCommandOutput | DeleteCustomRoutingListenerCommandOutput | DeleteEndpointGroupCommandOutput | DeleteListenerCommandOutput | DenyCustomRoutingTrafficCommandOutput | DeprovisionByoipCidrCommandOutput | DescribeAcceleratorAttributesCommandOutput | DescribeAcceleratorCommandOutput | DescribeCustomRoutingAcceleratorAttributesCommandOutput | DescribeCustomRoutingAcceleratorCommandOutput | DescribeCustomRoutingEndpointGroupCommandOutput | DescribeCustomRoutingListenerCommandOutput | DescribeEndpointGroupCommandOutput | DescribeListenerCommandOutput | ListAcceleratorsCommandOutput | ListByoipCidrsCommandOutput | ListCustomRoutingAcceleratorsCommandOutput | ListCustomRoutingEndpointGroupsCommandOutput | ListCustomRoutingListenersCommandOutput | ListCustomRoutingPortMappingsByDestinationCommandOutput | ListCustomRoutingPortMappingsCommandOutput | ListEndpointGroupsCommandOutput | ListListenersCommandOutput | ListTagsForResourceCommandOutput | ProvisionByoipCidrCommandOutput | RemoveCustomRoutingEndpointsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAcceleratorAttributesCommandOutput | UpdateAcceleratorCommandOutput | UpdateCustomRoutingAcceleratorAttributesCommandOutput | UpdateCustomRoutingAcceleratorCommandOutput | UpdateCustomRoutingListenerCommandOutput | UpdateEndpointGroupCommandOutput | UpdateListenerCommandOutput | WithdrawByoipCidrCommandOutput;
58
58
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
2
4
  import { AddCustomRoutingEndpointsRequest, AddCustomRoutingEndpointsResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface AddCustomRoutingEndpointsCommandInput extends AddCustomRoutingEndpointsRequest {
6
6
  }
7
7
  export interface AddCustomRoutingEndpointsCommandOutput extends AddCustomRoutingEndpointsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
2
4
  import { AdvertiseByoipCidrRequest, AdvertiseByoipCidrResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface AdvertiseByoipCidrCommandInput extends AdvertiseByoipCidrRequest {
6
6
  }
7
7
  export interface AdvertiseByoipCidrCommandOutput extends AdvertiseByoipCidrResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
2
4
  import { AllowCustomRoutingTrafficRequest } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface AllowCustomRoutingTrafficCommandInput extends AllowCustomRoutingTrafficRequest {
6
6
  }
7
7
  export interface AllowCustomRoutingTrafficCommandOutput extends __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
2
4
  import { CreateAcceleratorRequest, CreateAcceleratorResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateAcceleratorCommandInput extends CreateAcceleratorRequest {
6
6
  }
7
7
  export interface CreateAcceleratorCommandOutput extends CreateAcceleratorResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
2
4
  import { CreateCustomRoutingAcceleratorRequest, CreateCustomRoutingAcceleratorResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateCustomRoutingAcceleratorCommandInput extends CreateCustomRoutingAcceleratorRequest {
6
6
  }
7
7
  export interface CreateCustomRoutingAcceleratorCommandOutput extends CreateCustomRoutingAcceleratorResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
2
4
  import { CreateCustomRoutingEndpointGroupRequest, CreateCustomRoutingEndpointGroupResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateCustomRoutingEndpointGroupCommandInput extends CreateCustomRoutingEndpointGroupRequest {
6
6
  }
7
7
  export interface CreateCustomRoutingEndpointGroupCommandOutput extends CreateCustomRoutingEndpointGroupResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
2
4
  import { CreateCustomRoutingListenerRequest, CreateCustomRoutingListenerResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateCustomRoutingListenerCommandInput extends CreateCustomRoutingListenerRequest {
6
6
  }
7
7
  export interface CreateCustomRoutingListenerCommandOutput extends CreateCustomRoutingListenerResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
2
4
  import { CreateEndpointGroupRequest, CreateEndpointGroupResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateEndpointGroupCommandInput extends CreateEndpointGroupRequest {
6
6
  }
7
7
  export interface CreateEndpointGroupCommandOutput extends CreateEndpointGroupResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
2
4
  import { CreateListenerRequest, CreateListenerResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateListenerCommandInput extends CreateListenerRequest {
6
6
  }
7
7
  export interface CreateListenerCommandOutput extends CreateListenerResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
2
4
  import { DeleteAcceleratorRequest } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteAcceleratorCommandInput extends DeleteAcceleratorRequest {
6
6
  }
7
7
  export interface DeleteAcceleratorCommandOutput extends __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
2
4
  import { DeleteCustomRoutingAcceleratorRequest } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteCustomRoutingAcceleratorCommandInput extends DeleteCustomRoutingAcceleratorRequest {
6
6
  }
7
7
  export interface DeleteCustomRoutingAcceleratorCommandOutput extends __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
2
4
  import { DeleteCustomRoutingEndpointGroupRequest } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteCustomRoutingEndpointGroupCommandInput extends DeleteCustomRoutingEndpointGroupRequest {
6
6
  }
7
7
  export interface DeleteCustomRoutingEndpointGroupCommandOutput extends __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
2
4
  import { DeleteCustomRoutingListenerRequest } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteCustomRoutingListenerCommandInput extends DeleteCustomRoutingListenerRequest {
6
6
  }
7
7
  export interface DeleteCustomRoutingListenerCommandOutput extends __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
2
4
  import { DeleteEndpointGroupRequest } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteEndpointGroupCommandInput extends DeleteEndpointGroupRequest {
6
6
  }
7
7
  export interface DeleteEndpointGroupCommandOutput extends __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
2
4
  import { DeleteListenerRequest } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteListenerCommandInput extends DeleteListenerRequest {
6
6
  }
7
7
  export interface DeleteListenerCommandOutput extends __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
2
4
  import { DenyCustomRoutingTrafficRequest } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DenyCustomRoutingTrafficCommandInput extends DenyCustomRoutingTrafficRequest {
6
6
  }
7
7
  export interface DenyCustomRoutingTrafficCommandOutput extends __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
2
4
  import { DeprovisionByoipCidrRequest, DeprovisionByoipCidrResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeprovisionByoipCidrCommandInput extends DeprovisionByoipCidrRequest {
6
6
  }
7
7
  export interface DeprovisionByoipCidrCommandOutput extends DeprovisionByoipCidrResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
2
4
  import { DescribeAcceleratorAttributesRequest, DescribeAcceleratorAttributesResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeAcceleratorAttributesCommandInput extends DescribeAcceleratorAttributesRequest {
6
6
  }
7
7
  export interface DescribeAcceleratorAttributesCommandOutput extends DescribeAcceleratorAttributesResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
2
4
  import { DescribeAcceleratorRequest, DescribeAcceleratorResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeAcceleratorCommandInput extends DescribeAcceleratorRequest {
6
6
  }
7
7
  export interface DescribeAcceleratorCommandOutput extends DescribeAcceleratorResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
2
4
  import { DescribeCustomRoutingAcceleratorAttributesRequest, DescribeCustomRoutingAcceleratorAttributesResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeCustomRoutingAcceleratorAttributesCommandInput extends DescribeCustomRoutingAcceleratorAttributesRequest {
6
6
  }
7
7
  export interface DescribeCustomRoutingAcceleratorAttributesCommandOutput extends DescribeCustomRoutingAcceleratorAttributesResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
2
4
  import { DescribeCustomRoutingAcceleratorRequest, DescribeCustomRoutingAcceleratorResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeCustomRoutingAcceleratorCommandInput extends DescribeCustomRoutingAcceleratorRequest {
6
6
  }
7
7
  export interface DescribeCustomRoutingAcceleratorCommandOutput extends DescribeCustomRoutingAcceleratorResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
2
4
  import { DescribeCustomRoutingEndpointGroupRequest, DescribeCustomRoutingEndpointGroupResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeCustomRoutingEndpointGroupCommandInput extends DescribeCustomRoutingEndpointGroupRequest {
6
6
  }
7
7
  export interface DescribeCustomRoutingEndpointGroupCommandOutput extends DescribeCustomRoutingEndpointGroupResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
2
4
  import { DescribeCustomRoutingListenerRequest, DescribeCustomRoutingListenerResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeCustomRoutingListenerCommandInput extends DescribeCustomRoutingListenerRequest {
6
6
  }
7
7
  export interface DescribeCustomRoutingListenerCommandOutput extends DescribeCustomRoutingListenerResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
2
4
  import { DescribeEndpointGroupRequest, DescribeEndpointGroupResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeEndpointGroupCommandInput extends DescribeEndpointGroupRequest {
6
6
  }
7
7
  export interface DescribeEndpointGroupCommandOutput extends DescribeEndpointGroupResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { GlobalAcceleratorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlobalAcceleratorClient";
2
4
  import { DescribeListenerRequest, DescribeListenerResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DescribeListenerCommandInput extends DescribeListenerRequest {
6
6
  }
7
7
  export interface DescribeListenerCommandOutput extends DescribeListenerResponse, __MetadataBearer {