@aws-sdk/client-global-accelerator 3.34.0 → 3.35.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 (928) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist-cjs/GlobalAccelerator.js +863 -0
  3. package/dist-cjs/GlobalAccelerator.js.map +1 -0
  4. package/dist-cjs/GlobalAcceleratorClient.js +191 -0
  5. package/dist-cjs/GlobalAcceleratorClient.js.map +1 -0
  6. package/dist-cjs/commands/AddCustomRoutingEndpointsCommand.js +71 -0
  7. package/dist-cjs/commands/AddCustomRoutingEndpointsCommand.js.map +1 -0
  8. package/dist-cjs/commands/AdvertiseByoipCidrCommand.js +67 -0
  9. package/dist-cjs/commands/AdvertiseByoipCidrCommand.js.map +1 -0
  10. package/dist-cjs/commands/AllowCustomRoutingTrafficCommand.js +66 -0
  11. package/dist-cjs/commands/AllowCustomRoutingTrafficCommand.js.map +1 -0
  12. package/dist-cjs/commands/CreateAcceleratorCommand.js +66 -0
  13. package/dist-cjs/commands/CreateAcceleratorCommand.js.map +1 -0
  14. package/dist-cjs/commands/CreateCustomRoutingAcceleratorCommand.js +70 -0
  15. package/dist-cjs/commands/CreateCustomRoutingAcceleratorCommand.js.map +1 -0
  16. package/dist-cjs/commands/CreateCustomRoutingEndpointGroupCommand.js +63 -0
  17. package/dist-cjs/commands/CreateCustomRoutingEndpointGroupCommand.js.map +1 -0
  18. package/dist-cjs/commands/CreateCustomRoutingListenerCommand.js +62 -0
  19. package/dist-cjs/commands/CreateCustomRoutingListenerCommand.js.map +1 -0
  20. package/dist-cjs/commands/CreateEndpointGroupCommand.js +62 -0
  21. package/dist-cjs/commands/CreateEndpointGroupCommand.js.map +1 -0
  22. package/dist-cjs/commands/CreateListenerCommand.js +62 -0
  23. package/dist-cjs/commands/CreateListenerCommand.js.map +1 -0
  24. package/dist-cjs/commands/DeleteAcceleratorCommand.js +74 -0
  25. package/dist-cjs/commands/DeleteAcceleratorCommand.js.map +1 -0
  26. package/dist-cjs/commands/DeleteCustomRoutingAcceleratorCommand.js +74 -0
  27. package/dist-cjs/commands/DeleteCustomRoutingAcceleratorCommand.js.map +1 -0
  28. package/dist-cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js +61 -0
  29. package/dist-cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js.map +1 -0
  30. package/dist-cjs/commands/DeleteCustomRoutingListenerCommand.js +61 -0
  31. package/dist-cjs/commands/DeleteCustomRoutingListenerCommand.js.map +1 -0
  32. package/dist-cjs/commands/DeleteEndpointGroupCommand.js +61 -0
  33. package/dist-cjs/commands/DeleteEndpointGroupCommand.js.map +1 -0
  34. package/dist-cjs/commands/DeleteListenerCommand.js +61 -0
  35. package/dist-cjs/commands/DeleteListenerCommand.js.map +1 -0
  36. package/dist-cjs/commands/DenyCustomRoutingTrafficCommand.js +66 -0
  37. package/dist-cjs/commands/DenyCustomRoutingTrafficCommand.js.map +1 -0
  38. package/dist-cjs/commands/DeprovisionByoipCidrCommand.js +67 -0
  39. package/dist-cjs/commands/DeprovisionByoipCidrCommand.js.map +1 -0
  40. package/dist-cjs/commands/DescribeAcceleratorAttributesCommand.js +62 -0
  41. package/dist-cjs/commands/DescribeAcceleratorAttributesCommand.js.map +1 -0
  42. package/dist-cjs/commands/DescribeAcceleratorCommand.js +61 -0
  43. package/dist-cjs/commands/DescribeAcceleratorCommand.js.map +1 -0
  44. package/dist-cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +61 -0
  45. package/dist-cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js.map +1 -0
  46. package/dist-cjs/commands/DescribeCustomRoutingAcceleratorCommand.js +61 -0
  47. package/dist-cjs/commands/DescribeCustomRoutingAcceleratorCommand.js.map +1 -0
  48. package/dist-cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js +61 -0
  49. package/dist-cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js.map +1 -0
  50. package/dist-cjs/commands/DescribeCustomRoutingListenerCommand.js +61 -0
  51. package/dist-cjs/commands/DescribeCustomRoutingListenerCommand.js.map +1 -0
  52. package/dist-cjs/commands/DescribeEndpointGroupCommand.js +61 -0
  53. package/dist-cjs/commands/DescribeEndpointGroupCommand.js.map +1 -0
  54. package/dist-cjs/commands/DescribeListenerCommand.js +61 -0
  55. package/dist-cjs/commands/DescribeListenerCommand.js.map +1 -0
  56. package/dist-cjs/commands/ListAcceleratorsCommand.js +61 -0
  57. package/dist-cjs/commands/ListAcceleratorsCommand.js.map +1 -0
  58. package/dist-cjs/commands/ListByoipCidrsCommand.js +62 -0
  59. package/dist-cjs/commands/ListByoipCidrsCommand.js.map +1 -0
  60. package/dist-cjs/commands/ListCustomRoutingAcceleratorsCommand.js +61 -0
  61. package/dist-cjs/commands/ListCustomRoutingAcceleratorsCommand.js.map +1 -0
  62. package/dist-cjs/commands/ListCustomRoutingEndpointGroupsCommand.js +61 -0
  63. package/dist-cjs/commands/ListCustomRoutingEndpointGroupsCommand.js.map +1 -0
  64. package/dist-cjs/commands/ListCustomRoutingListenersCommand.js +61 -0
  65. package/dist-cjs/commands/ListCustomRoutingListenersCommand.js.map +1 -0
  66. package/dist-cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +64 -0
  67. package/dist-cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js.map +1 -0
  68. package/dist-cjs/commands/ListCustomRoutingPortMappingsCommand.js +69 -0
  69. package/dist-cjs/commands/ListCustomRoutingPortMappingsCommand.js.map +1 -0
  70. package/dist-cjs/commands/ListEndpointGroupsCommand.js +61 -0
  71. package/dist-cjs/commands/ListEndpointGroupsCommand.js.map +1 -0
  72. package/dist-cjs/commands/ListListenersCommand.js +61 -0
  73. package/dist-cjs/commands/ListListenersCommand.js.map +1 -0
  74. package/dist-cjs/commands/ListTagsForResourceCommand.js +63 -0
  75. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
  76. package/dist-cjs/commands/ProvisionByoipCidrCommand.js +66 -0
  77. package/dist-cjs/commands/ProvisionByoipCidrCommand.js.map +1 -0
  78. package/dist-cjs/commands/RemoveCustomRoutingEndpointsCommand.js +61 -0
  79. package/dist-cjs/commands/RemoveCustomRoutingEndpointsCommand.js.map +1 -0
  80. package/dist-cjs/commands/TagResourceCommand.js +63 -0
  81. package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
  82. package/dist-cjs/commands/UntagResourceCommand.js +64 -0
  83. package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
  84. package/dist-cjs/commands/UpdateAcceleratorAttributesCommand.js +61 -0
  85. package/dist-cjs/commands/UpdateAcceleratorAttributesCommand.js.map +1 -0
  86. package/dist-cjs/commands/UpdateAcceleratorCommand.js +66 -0
  87. package/dist-cjs/commands/UpdateAcceleratorCommand.js.map +1 -0
  88. package/dist-cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +61 -0
  89. package/dist-cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js.map +1 -0
  90. package/dist-cjs/commands/UpdateCustomRoutingAcceleratorCommand.js +61 -0
  91. package/dist-cjs/commands/UpdateCustomRoutingAcceleratorCommand.js.map +1 -0
  92. package/dist-cjs/commands/UpdateCustomRoutingListenerCommand.js +61 -0
  93. package/dist-cjs/commands/UpdateCustomRoutingListenerCommand.js.map +1 -0
  94. package/dist-cjs/commands/UpdateEndpointGroupCommand.js +61 -0
  95. package/dist-cjs/commands/UpdateEndpointGroupCommand.js.map +1 -0
  96. package/dist-cjs/commands/UpdateListenerCommand.js +61 -0
  97. package/dist-cjs/commands/UpdateListenerCommand.js.map +1 -0
  98. package/dist-cjs/commands/WithdrawByoipCidrCommand.js +67 -0
  99. package/dist-cjs/commands/WithdrawByoipCidrCommand.js.map +1 -0
  100. package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
  101. package/dist-cjs/endpoints.js.map +1 -0
  102. package/{dist/cjs → dist-cjs}/index.js +0 -0
  103. package/dist-cjs/index.js.map +1 -0
  104. package/{dist/cjs → dist-cjs}/models/index.js +0 -0
  105. package/dist-cjs/models/index.js.map +1 -0
  106. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  107. package/dist-cjs/models/models_0.js.map +1 -0
  108. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  109. package/dist-cjs/pagination/Interfaces.js.map +1 -0
  110. package/dist-cjs/pagination/ListAcceleratorsPaginator.js +46 -0
  111. package/dist-cjs/pagination/ListAcceleratorsPaginator.js.map +1 -0
  112. package/dist-cjs/pagination/ListByoipCidrsPaginator.js +46 -0
  113. package/dist-cjs/pagination/ListByoipCidrsPaginator.js.map +1 -0
  114. package/dist-cjs/pagination/ListCustomRoutingAcceleratorsPaginator.js +46 -0
  115. package/dist-cjs/pagination/ListCustomRoutingAcceleratorsPaginator.js.map +1 -0
  116. package/dist-cjs/pagination/ListCustomRoutingEndpointGroupsPaginator.js +46 -0
  117. package/dist-cjs/pagination/ListCustomRoutingEndpointGroupsPaginator.js.map +1 -0
  118. package/dist-cjs/pagination/ListCustomRoutingListenersPaginator.js +46 -0
  119. package/dist-cjs/pagination/ListCustomRoutingListenersPaginator.js.map +1 -0
  120. package/dist-cjs/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +46 -0
  121. package/dist-cjs/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js.map +1 -0
  122. package/dist-cjs/pagination/ListCustomRoutingPortMappingsPaginator.js +46 -0
  123. package/dist-cjs/pagination/ListCustomRoutingPortMappingsPaginator.js.map +1 -0
  124. package/dist-cjs/pagination/ListEndpointGroupsPaginator.js +46 -0
  125. package/dist-cjs/pagination/ListEndpointGroupsPaginator.js.map +1 -0
  126. package/dist-cjs/pagination/ListListenersPaginator.js +46 -0
  127. package/dist-cjs/pagination/ListListenersPaginator.js.map +1 -0
  128. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -0
  129. package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
  130. package/dist-cjs/runtimeConfig.browser.js +42 -0
  131. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  132. package/dist-cjs/runtimeConfig.js +47 -0
  133. package/dist-cjs/runtimeConfig.js.map +1 -0
  134. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
  135. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  136. package/dist-cjs/runtimeConfig.shared.js +21 -0
  137. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  138. package/dist-es/GlobalAccelerator.js +716 -0
  139. package/dist-es/GlobalAccelerator.js.map +1 -0
  140. package/dist-es/GlobalAcceleratorClient.js +38 -0
  141. package/dist-es/GlobalAcceleratorClient.js.map +1 -0
  142. package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +40 -0
  143. package/dist-es/commands/AddCustomRoutingEndpointsCommand.js.map +1 -0
  144. package/dist-es/commands/AdvertiseByoipCidrCommand.js +40 -0
  145. package/dist-es/commands/AdvertiseByoipCidrCommand.js.map +1 -0
  146. package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +40 -0
  147. package/dist-es/commands/AllowCustomRoutingTrafficCommand.js.map +1 -0
  148. package/dist-es/commands/CreateAcceleratorCommand.js +40 -0
  149. package/dist-es/commands/CreateAcceleratorCommand.js.map +1 -0
  150. package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +40 -0
  151. package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js.map +1 -0
  152. package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +40 -0
  153. package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js.map +1 -0
  154. package/dist-es/commands/CreateCustomRoutingListenerCommand.js +40 -0
  155. package/dist-es/commands/CreateCustomRoutingListenerCommand.js.map +1 -0
  156. package/dist-es/commands/CreateEndpointGroupCommand.js +40 -0
  157. package/dist-es/commands/CreateEndpointGroupCommand.js.map +1 -0
  158. package/dist-es/commands/CreateListenerCommand.js +40 -0
  159. package/dist-es/commands/CreateListenerCommand.js.map +1 -0
  160. package/dist-es/commands/DeleteAcceleratorCommand.js +40 -0
  161. package/dist-es/commands/DeleteAcceleratorCommand.js.map +1 -0
  162. package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +40 -0
  163. package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js.map +1 -0
  164. package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +40 -0
  165. package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js.map +1 -0
  166. package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +40 -0
  167. package/dist-es/commands/DeleteCustomRoutingListenerCommand.js.map +1 -0
  168. package/dist-es/commands/DeleteEndpointGroupCommand.js +40 -0
  169. package/dist-es/commands/DeleteEndpointGroupCommand.js.map +1 -0
  170. package/dist-es/commands/DeleteListenerCommand.js +40 -0
  171. package/dist-es/commands/DeleteListenerCommand.js.map +1 -0
  172. package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +40 -0
  173. package/dist-es/commands/DenyCustomRoutingTrafficCommand.js.map +1 -0
  174. package/dist-es/commands/DeprovisionByoipCidrCommand.js +40 -0
  175. package/dist-es/commands/DeprovisionByoipCidrCommand.js.map +1 -0
  176. package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +40 -0
  177. package/dist-es/commands/DescribeAcceleratorAttributesCommand.js.map +1 -0
  178. package/dist-es/commands/DescribeAcceleratorCommand.js +40 -0
  179. package/dist-es/commands/DescribeAcceleratorCommand.js.map +1 -0
  180. package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +40 -0
  181. package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js.map +1 -0
  182. package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +40 -0
  183. package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js.map +1 -0
  184. package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +40 -0
  185. package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js.map +1 -0
  186. package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +40 -0
  187. package/dist-es/commands/DescribeCustomRoutingListenerCommand.js.map +1 -0
  188. package/dist-es/commands/DescribeEndpointGroupCommand.js +40 -0
  189. package/dist-es/commands/DescribeEndpointGroupCommand.js.map +1 -0
  190. package/dist-es/commands/DescribeListenerCommand.js +40 -0
  191. package/dist-es/commands/DescribeListenerCommand.js.map +1 -0
  192. package/dist-es/commands/ListAcceleratorsCommand.js +40 -0
  193. package/dist-es/commands/ListAcceleratorsCommand.js.map +1 -0
  194. package/dist-es/commands/ListByoipCidrsCommand.js +40 -0
  195. package/dist-es/commands/ListByoipCidrsCommand.js.map +1 -0
  196. package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +40 -0
  197. package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js.map +1 -0
  198. package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +40 -0
  199. package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js.map +1 -0
  200. package/dist-es/commands/ListCustomRoutingListenersCommand.js +40 -0
  201. package/dist-es/commands/ListCustomRoutingListenersCommand.js.map +1 -0
  202. package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +40 -0
  203. package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js.map +1 -0
  204. package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +40 -0
  205. package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js.map +1 -0
  206. package/dist-es/commands/ListEndpointGroupsCommand.js +40 -0
  207. package/dist-es/commands/ListEndpointGroupsCommand.js.map +1 -0
  208. package/dist-es/commands/ListListenersCommand.js +40 -0
  209. package/dist-es/commands/ListListenersCommand.js.map +1 -0
  210. package/dist-es/commands/ListTagsForResourceCommand.js +40 -0
  211. package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
  212. package/dist-es/commands/ProvisionByoipCidrCommand.js +40 -0
  213. package/dist-es/commands/ProvisionByoipCidrCommand.js.map +1 -0
  214. package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +40 -0
  215. package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js.map +1 -0
  216. package/dist-es/commands/TagResourceCommand.js +40 -0
  217. package/dist-es/commands/TagResourceCommand.js.map +1 -0
  218. package/dist-es/commands/UntagResourceCommand.js +40 -0
  219. package/dist-es/commands/UntagResourceCommand.js.map +1 -0
  220. package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +40 -0
  221. package/dist-es/commands/UpdateAcceleratorAttributesCommand.js.map +1 -0
  222. package/dist-es/commands/UpdateAcceleratorCommand.js +40 -0
  223. package/dist-es/commands/UpdateAcceleratorCommand.js.map +1 -0
  224. package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +40 -0
  225. package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js.map +1 -0
  226. package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +40 -0
  227. package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js.map +1 -0
  228. package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +40 -0
  229. package/dist-es/commands/UpdateCustomRoutingListenerCommand.js.map +1 -0
  230. package/dist-es/commands/UpdateEndpointGroupCommand.js +40 -0
  231. package/dist-es/commands/UpdateEndpointGroupCommand.js.map +1 -0
  232. package/dist-es/commands/UpdateListenerCommand.js +40 -0
  233. package/dist-es/commands/UpdateListenerCommand.js.map +1 -0
  234. package/dist-es/commands/WithdrawByoipCidrCommand.js +40 -0
  235. package/dist-es/commands/WithdrawByoipCidrCommand.js.map +1 -0
  236. package/{dist/es → dist-es}/endpoints.js +0 -0
  237. package/dist-es/endpoints.js.map +1 -0
  238. package/{dist/es → dist-es}/index.js +0 -0
  239. package/dist-es/index.js.map +1 -0
  240. package/{dist/es → dist-es}/models/index.js +0 -0
  241. package/dist-es/models/index.js.map +1 -0
  242. package/{dist/es → dist-es}/models/models_0.js +0 -0
  243. package/dist-es/models/models_0.js.map +1 -0
  244. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  245. package/dist-es/pagination/Interfaces.js.map +1 -0
  246. package/dist-es/pagination/ListAcceleratorsPaginator.js +75 -0
  247. package/dist-es/pagination/ListAcceleratorsPaginator.js.map +1 -0
  248. package/dist-es/pagination/ListByoipCidrsPaginator.js +75 -0
  249. package/dist-es/pagination/ListByoipCidrsPaginator.js.map +1 -0
  250. package/dist-es/pagination/ListCustomRoutingAcceleratorsPaginator.js +75 -0
  251. package/dist-es/pagination/ListCustomRoutingAcceleratorsPaginator.js.map +1 -0
  252. package/dist-es/pagination/ListCustomRoutingEndpointGroupsPaginator.js +75 -0
  253. package/dist-es/pagination/ListCustomRoutingEndpointGroupsPaginator.js.map +1 -0
  254. package/dist-es/pagination/ListCustomRoutingListenersPaginator.js +75 -0
  255. package/dist-es/pagination/ListCustomRoutingListenersPaginator.js.map +1 -0
  256. package/dist-es/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +75 -0
  257. package/dist-es/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js.map +1 -0
  258. package/dist-es/pagination/ListCustomRoutingPortMappingsPaginator.js +75 -0
  259. package/dist-es/pagination/ListCustomRoutingPortMappingsPaginator.js.map +1 -0
  260. package/dist-es/pagination/ListEndpointGroupsPaginator.js +75 -0
  261. package/dist-es/pagination/ListEndpointGroupsPaginator.js.map +1 -0
  262. package/dist-es/pagination/ListListenersPaginator.js +75 -0
  263. package/dist-es/pagination/ListListenersPaginator.js.map +1 -0
  264. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -0
  265. package/dist-es/protocols/Aws_json1_1.js.map +1 -0
  266. package/dist-es/runtimeConfig.browser.js +17 -0
  267. package/dist-es/runtimeConfig.browser.js.map +1 -0
  268. package/dist-es/runtimeConfig.js +22 -0
  269. package/dist-es/runtimeConfig.js.map +1 -0
  270. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
  271. package/dist-es/runtimeConfig.native.js.map +1 -0
  272. package/dist-es/runtimeConfig.shared.js +14 -0
  273. package/dist-es/runtimeConfig.shared.js.map +1 -0
  274. package/dist-types/GlobalAccelerator.d.ts +596 -0
  275. package/dist-types/GlobalAcceleratorClient.d.ts +326 -0
  276. package/dist-types/commands/AddCustomRoutingEndpointsCommand.d.ts +45 -0
  277. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +41 -0
  278. package/dist-types/commands/AllowCustomRoutingTrafficCommand.d.ts +40 -0
  279. package/dist-types/commands/CreateAcceleratorCommand.d.ts +40 -0
  280. package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +44 -0
  281. package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +37 -0
  282. package/dist-types/commands/CreateCustomRoutingListenerCommand.d.ts +36 -0
  283. package/dist-types/commands/CreateEndpointGroupCommand.d.ts +36 -0
  284. package/dist-types/commands/CreateListenerCommand.d.ts +36 -0
  285. package/dist-types/commands/DeleteAcceleratorCommand.d.ts +48 -0
  286. package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +48 -0
  287. package/dist-types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +35 -0
  288. package/dist-types/commands/DeleteCustomRoutingListenerCommand.d.ts +35 -0
  289. package/dist-types/commands/DeleteEndpointGroupCommand.d.ts +35 -0
  290. package/dist-types/commands/DeleteListenerCommand.d.ts +35 -0
  291. package/dist-types/commands/DenyCustomRoutingTrafficCommand.d.ts +40 -0
  292. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +41 -0
  293. package/dist-types/commands/DescribeAcceleratorAttributesCommand.d.ts +36 -0
  294. package/dist-types/commands/DescribeAcceleratorCommand.d.ts +35 -0
  295. package/dist-types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +35 -0
  296. package/dist-types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +35 -0
  297. package/dist-types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +35 -0
  298. package/dist-types/commands/DescribeCustomRoutingListenerCommand.d.ts +35 -0
  299. package/dist-types/commands/DescribeEndpointGroupCommand.d.ts +35 -0
  300. package/dist-types/commands/DescribeListenerCommand.d.ts +35 -0
  301. package/dist-types/commands/ListAcceleratorsCommand.d.ts +35 -0
  302. package/dist-types/commands/ListByoipCidrsCommand.d.ts +36 -0
  303. package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +35 -0
  304. package/dist-types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +35 -0
  305. package/dist-types/commands/ListCustomRoutingListenersCommand.d.ts +35 -0
  306. package/dist-types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +38 -0
  307. package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +43 -0
  308. package/dist-types/commands/ListEndpointGroupsCommand.d.ts +35 -0
  309. package/dist-types/commands/ListListenersCommand.d.ts +35 -0
  310. package/dist-types/commands/ListTagsForResourceCommand.d.ts +37 -0
  311. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +40 -0
  312. package/dist-types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +35 -0
  313. package/dist-types/commands/TagResourceCommand.d.ts +37 -0
  314. package/dist-types/commands/UntagResourceCommand.d.ts +38 -0
  315. package/dist-types/commands/UpdateAcceleratorAttributesCommand.d.ts +35 -0
  316. package/dist-types/commands/UpdateAcceleratorCommand.d.ts +40 -0
  317. package/dist-types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +35 -0
  318. package/dist-types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +35 -0
  319. package/dist-types/commands/UpdateCustomRoutingListenerCommand.d.ts +35 -0
  320. package/dist-types/commands/UpdateEndpointGroupCommand.d.ts +35 -0
  321. package/dist-types/commands/UpdateListenerCommand.d.ts +35 -0
  322. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +41 -0
  323. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  324. package/{dist/types → dist-types}/index.d.ts +0 -0
  325. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  326. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  327. package/dist-types/pagination/Interfaces.d.ts +6 -0
  328. package/dist-types/pagination/ListAcceleratorsPaginator.d.ts +4 -0
  329. package/dist-types/pagination/ListByoipCidrsPaginator.d.ts +4 -0
  330. package/dist-types/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +4 -0
  331. package/dist-types/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +4 -0
  332. package/dist-types/pagination/ListCustomRoutingListenersPaginator.d.ts +4 -0
  333. package/dist-types/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +4 -0
  334. package/dist-types/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +4 -0
  335. package/dist-types/pagination/ListEndpointGroupsPaginator.d.ts +4 -0
  336. package/dist-types/pagination/ListListenersPaginator.d.ts +4 -0
  337. package/dist-types/protocols/Aws_json1_1.d.ts +143 -0
  338. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  339. package/dist-types/runtimeConfig.d.ts +37 -0
  340. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  341. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  342. package/dist-types/ts3.4/GlobalAccelerator.d.ts +596 -0
  343. package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +326 -0
  344. package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +45 -0
  345. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +41 -0
  346. package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +40 -0
  347. package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +40 -0
  348. package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +44 -0
  349. package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +37 -0
  350. package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +36 -0
  351. package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +36 -0
  352. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +36 -0
  353. package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +48 -0
  354. package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +48 -0
  355. package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +35 -0
  356. package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +35 -0
  357. package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +35 -0
  358. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +35 -0
  359. package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +40 -0
  360. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +41 -0
  361. package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +36 -0
  362. package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +35 -0
  363. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +35 -0
  364. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +35 -0
  365. package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +35 -0
  366. package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +35 -0
  367. package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +35 -0
  368. package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +35 -0
  369. package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +35 -0
  370. package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +36 -0
  371. package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +35 -0
  372. package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +35 -0
  373. package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +35 -0
  374. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +38 -0
  375. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +43 -0
  376. package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +35 -0
  377. package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +35 -0
  378. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +37 -0
  379. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +40 -0
  380. package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +35 -0
  381. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +37 -0
  382. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +38 -0
  383. package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +35 -0
  384. package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +40 -0
  385. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +35 -0
  386. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +35 -0
  387. package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +35 -0
  388. package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +35 -0
  389. package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +35 -0
  390. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +41 -0
  391. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  392. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  393. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  394. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  395. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  396. package/dist-types/ts3.4/pagination/ListAcceleratorsPaginator.d.ts +4 -0
  397. package/dist-types/ts3.4/pagination/ListByoipCidrsPaginator.d.ts +4 -0
  398. package/dist-types/ts3.4/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +4 -0
  399. package/dist-types/ts3.4/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +4 -0
  400. package/dist-types/ts3.4/pagination/ListCustomRoutingListenersPaginator.d.ts +4 -0
  401. package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +4 -0
  402. package/dist-types/ts3.4/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +4 -0
  403. package/dist-types/ts3.4/pagination/ListEndpointGroupsPaginator.d.ts +4 -0
  404. package/dist-types/ts3.4/pagination/ListListenersPaginator.d.ts +4 -0
  405. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +143 -0
  406. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
  407. package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
  408. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
  409. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  410. package/package.json +42 -42
  411. package/src/GlobalAccelerator.ts +2003 -0
  412. package/src/GlobalAcceleratorClient.ts +617 -0
  413. package/src/commands/AddCustomRoutingEndpointsCommand.ts +112 -0
  414. package/src/commands/AdvertiseByoipCidrCommand.ts +105 -0
  415. package/src/commands/AllowCustomRoutingTrafficCommand.ts +107 -0
  416. package/src/commands/CreateAcceleratorCommand.ts +104 -0
  417. package/src/commands/CreateCustomRoutingAcceleratorCommand.ts +116 -0
  418. package/src/commands/CreateCustomRoutingEndpointGroupCommand.ts +109 -0
  419. package/src/commands/CreateCustomRoutingListenerCommand.ts +105 -0
  420. package/src/commands/CreateEndpointGroupCommand.ts +100 -0
  421. package/src/commands/CreateListenerCommand.ts +100 -0
  422. package/src/commands/DeleteAcceleratorCommand.ts +112 -0
  423. package/src/commands/DeleteCustomRoutingAcceleratorCommand.ts +118 -0
  424. package/src/commands/DeleteCustomRoutingEndpointGroupCommand.ts +105 -0
  425. package/src/commands/DeleteCustomRoutingListenerCommand.ts +102 -0
  426. package/src/commands/DeleteEndpointGroupCommand.ts +99 -0
  427. package/src/commands/DeleteListenerCommand.ts +99 -0
  428. package/src/commands/DenyCustomRoutingTrafficCommand.ts +104 -0
  429. package/src/commands/DeprovisionByoipCidrCommand.ts +105 -0
  430. package/src/commands/DescribeAcceleratorAttributesCommand.ts +105 -0
  431. package/src/commands/DescribeAcceleratorCommand.ts +99 -0
  432. package/src/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts +114 -0
  433. package/src/commands/DescribeCustomRoutingAcceleratorCommand.ts +107 -0
  434. package/src/commands/DescribeCustomRoutingEndpointGroupCommand.ts +110 -0
  435. package/src/commands/DescribeCustomRoutingListenerCommand.ts +104 -0
  436. package/src/commands/DescribeEndpointGroupCommand.ts +99 -0
  437. package/src/commands/DescribeListenerCommand.ts +99 -0
  438. package/src/commands/ListAcceleratorsCommand.ts +99 -0
  439. package/src/commands/ListByoipCidrsCommand.ts +100 -0
  440. package/src/commands/ListCustomRoutingAcceleratorsCommand.ts +104 -0
  441. package/src/commands/ListCustomRoutingEndpointGroupsCommand.ts +107 -0
  442. package/src/commands/ListCustomRoutingListenersCommand.ts +102 -0
  443. package/src/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts +117 -0
  444. package/src/commands/ListCustomRoutingPortMappingsCommand.ts +112 -0
  445. package/src/commands/ListEndpointGroupsCommand.ts +99 -0
  446. package/src/commands/ListListenersCommand.ts +99 -0
  447. package/src/commands/ListTagsForResourceCommand.ts +101 -0
  448. package/src/commands/ProvisionByoipCidrCommand.ts +104 -0
  449. package/src/commands/RemoveCustomRoutingEndpointsCommand.ts +102 -0
  450. package/src/commands/TagResourceCommand.ts +101 -0
  451. package/src/commands/UntagResourceCommand.ts +102 -0
  452. package/src/commands/UpdateAcceleratorAttributesCommand.ts +104 -0
  453. package/src/commands/UpdateAcceleratorCommand.ts +104 -0
  454. package/src/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts +114 -0
  455. package/src/commands/UpdateCustomRoutingAcceleratorCommand.ts +107 -0
  456. package/src/commands/UpdateCustomRoutingListenerCommand.ts +104 -0
  457. package/src/commands/UpdateEndpointGroupCommand.ts +99 -0
  458. package/src/commands/UpdateListenerCommand.ts +99 -0
  459. package/src/commands/WithdrawByoipCidrCommand.ts +105 -0
  460. package/src/endpoints.ts +57 -0
  461. package/{index.ts → src/index.ts} +0 -0
  462. package/{models → src/models}/index.ts +0 -0
  463. package/{models → src/models}/models_0.ts +0 -0
  464. package/src/pagination/Interfaces.ts +8 -0
  465. package/src/pagination/ListAcceleratorsPaginator.ts +59 -0
  466. package/src/pagination/ListByoipCidrsPaginator.ts +59 -0
  467. package/src/pagination/ListCustomRoutingAcceleratorsPaginator.ts +59 -0
  468. package/src/pagination/ListCustomRoutingEndpointGroupsPaginator.ts +59 -0
  469. package/src/pagination/ListCustomRoutingListenersPaginator.ts +59 -0
  470. package/src/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.ts +59 -0
  471. package/src/pagination/ListCustomRoutingPortMappingsPaginator.ts +59 -0
  472. package/src/pagination/ListEndpointGroupsPaginator.ts +59 -0
  473. package/src/pagination/ListListenersPaginator.ts +59 -0
  474. package/src/protocols/Aws_json1_1.ts +6789 -0
  475. package/src/runtimeConfig.browser.ts +41 -0
  476. package/src/runtimeConfig.native.ts +17 -0
  477. package/src/runtimeConfig.shared.ts +17 -0
  478. package/src/runtimeConfig.ts +46 -0
  479. package/tsconfig.es.json +1 -1
  480. package/tsconfig.json +4 -2
  481. package/tsconfig.types.json +3 -2
  482. package/GlobalAccelerator.ts +0 -2002
  483. package/GlobalAcceleratorClient.ts +0 -616
  484. package/commands/AddCustomRoutingEndpointsCommand.ts +0 -111
  485. package/commands/AdvertiseByoipCidrCommand.ts +0 -104
  486. package/commands/AllowCustomRoutingTrafficCommand.ts +0 -106
  487. package/commands/CreateAcceleratorCommand.ts +0 -103
  488. package/commands/CreateCustomRoutingAcceleratorCommand.ts +0 -115
  489. package/commands/CreateCustomRoutingEndpointGroupCommand.ts +0 -108
  490. package/commands/CreateCustomRoutingListenerCommand.ts +0 -104
  491. package/commands/CreateEndpointGroupCommand.ts +0 -99
  492. package/commands/CreateListenerCommand.ts +0 -99
  493. package/commands/DeleteAcceleratorCommand.ts +0 -111
  494. package/commands/DeleteCustomRoutingAcceleratorCommand.ts +0 -117
  495. package/commands/DeleteCustomRoutingEndpointGroupCommand.ts +0 -104
  496. package/commands/DeleteCustomRoutingListenerCommand.ts +0 -101
  497. package/commands/DeleteEndpointGroupCommand.ts +0 -98
  498. package/commands/DeleteListenerCommand.ts +0 -98
  499. package/commands/DenyCustomRoutingTrafficCommand.ts +0 -103
  500. package/commands/DeprovisionByoipCidrCommand.ts +0 -104
  501. package/commands/DescribeAcceleratorAttributesCommand.ts +0 -104
  502. package/commands/DescribeAcceleratorCommand.ts +0 -98
  503. package/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts +0 -113
  504. package/commands/DescribeCustomRoutingAcceleratorCommand.ts +0 -106
  505. package/commands/DescribeCustomRoutingEndpointGroupCommand.ts +0 -109
  506. package/commands/DescribeCustomRoutingListenerCommand.ts +0 -103
  507. package/commands/DescribeEndpointGroupCommand.ts +0 -98
  508. package/commands/DescribeListenerCommand.ts +0 -98
  509. package/commands/ListAcceleratorsCommand.ts +0 -98
  510. package/commands/ListByoipCidrsCommand.ts +0 -99
  511. package/commands/ListCustomRoutingAcceleratorsCommand.ts +0 -103
  512. package/commands/ListCustomRoutingEndpointGroupsCommand.ts +0 -106
  513. package/commands/ListCustomRoutingListenersCommand.ts +0 -101
  514. package/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts +0 -116
  515. package/commands/ListCustomRoutingPortMappingsCommand.ts +0 -111
  516. package/commands/ListEndpointGroupsCommand.ts +0 -98
  517. package/commands/ListListenersCommand.ts +0 -98
  518. package/commands/ListTagsForResourceCommand.ts +0 -100
  519. package/commands/ProvisionByoipCidrCommand.ts +0 -103
  520. package/commands/RemoveCustomRoutingEndpointsCommand.ts +0 -101
  521. package/commands/TagResourceCommand.ts +0 -100
  522. package/commands/UntagResourceCommand.ts +0 -101
  523. package/commands/UpdateAcceleratorAttributesCommand.ts +0 -103
  524. package/commands/UpdateAcceleratorCommand.ts +0 -103
  525. package/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts +0 -113
  526. package/commands/UpdateCustomRoutingAcceleratorCommand.ts +0 -106
  527. package/commands/UpdateCustomRoutingListenerCommand.ts +0 -103
  528. package/commands/UpdateEndpointGroupCommand.ts +0 -98
  529. package/commands/UpdateListenerCommand.ts +0 -98
  530. package/commands/WithdrawByoipCidrCommand.ts +0 -104
  531. package/dist/cjs/GlobalAccelerator.js +0 -863
  532. package/dist/cjs/GlobalAccelerator.js.map +0 -1
  533. package/dist/cjs/GlobalAcceleratorClient.js +0 -191
  534. package/dist/cjs/GlobalAcceleratorClient.js.map +0 -1
  535. package/dist/cjs/commands/AddCustomRoutingEndpointsCommand.js +0 -71
  536. package/dist/cjs/commands/AddCustomRoutingEndpointsCommand.js.map +0 -1
  537. package/dist/cjs/commands/AdvertiseByoipCidrCommand.js +0 -67
  538. package/dist/cjs/commands/AdvertiseByoipCidrCommand.js.map +0 -1
  539. package/dist/cjs/commands/AllowCustomRoutingTrafficCommand.js +0 -66
  540. package/dist/cjs/commands/AllowCustomRoutingTrafficCommand.js.map +0 -1
  541. package/dist/cjs/commands/CreateAcceleratorCommand.js +0 -66
  542. package/dist/cjs/commands/CreateAcceleratorCommand.js.map +0 -1
  543. package/dist/cjs/commands/CreateCustomRoutingAcceleratorCommand.js +0 -70
  544. package/dist/cjs/commands/CreateCustomRoutingAcceleratorCommand.js.map +0 -1
  545. package/dist/cjs/commands/CreateCustomRoutingEndpointGroupCommand.js +0 -63
  546. package/dist/cjs/commands/CreateCustomRoutingEndpointGroupCommand.js.map +0 -1
  547. package/dist/cjs/commands/CreateCustomRoutingListenerCommand.js +0 -62
  548. package/dist/cjs/commands/CreateCustomRoutingListenerCommand.js.map +0 -1
  549. package/dist/cjs/commands/CreateEndpointGroupCommand.js +0 -62
  550. package/dist/cjs/commands/CreateEndpointGroupCommand.js.map +0 -1
  551. package/dist/cjs/commands/CreateListenerCommand.js +0 -62
  552. package/dist/cjs/commands/CreateListenerCommand.js.map +0 -1
  553. package/dist/cjs/commands/DeleteAcceleratorCommand.js +0 -74
  554. package/dist/cjs/commands/DeleteAcceleratorCommand.js.map +0 -1
  555. package/dist/cjs/commands/DeleteCustomRoutingAcceleratorCommand.js +0 -74
  556. package/dist/cjs/commands/DeleteCustomRoutingAcceleratorCommand.js.map +0 -1
  557. package/dist/cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js +0 -61
  558. package/dist/cjs/commands/DeleteCustomRoutingEndpointGroupCommand.js.map +0 -1
  559. package/dist/cjs/commands/DeleteCustomRoutingListenerCommand.js +0 -61
  560. package/dist/cjs/commands/DeleteCustomRoutingListenerCommand.js.map +0 -1
  561. package/dist/cjs/commands/DeleteEndpointGroupCommand.js +0 -61
  562. package/dist/cjs/commands/DeleteEndpointGroupCommand.js.map +0 -1
  563. package/dist/cjs/commands/DeleteListenerCommand.js +0 -61
  564. package/dist/cjs/commands/DeleteListenerCommand.js.map +0 -1
  565. package/dist/cjs/commands/DenyCustomRoutingTrafficCommand.js +0 -66
  566. package/dist/cjs/commands/DenyCustomRoutingTrafficCommand.js.map +0 -1
  567. package/dist/cjs/commands/DeprovisionByoipCidrCommand.js +0 -67
  568. package/dist/cjs/commands/DeprovisionByoipCidrCommand.js.map +0 -1
  569. package/dist/cjs/commands/DescribeAcceleratorAttributesCommand.js +0 -62
  570. package/dist/cjs/commands/DescribeAcceleratorAttributesCommand.js.map +0 -1
  571. package/dist/cjs/commands/DescribeAcceleratorCommand.js +0 -61
  572. package/dist/cjs/commands/DescribeAcceleratorCommand.js.map +0 -1
  573. package/dist/cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +0 -61
  574. package/dist/cjs/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js.map +0 -1
  575. package/dist/cjs/commands/DescribeCustomRoutingAcceleratorCommand.js +0 -61
  576. package/dist/cjs/commands/DescribeCustomRoutingAcceleratorCommand.js.map +0 -1
  577. package/dist/cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js +0 -61
  578. package/dist/cjs/commands/DescribeCustomRoutingEndpointGroupCommand.js.map +0 -1
  579. package/dist/cjs/commands/DescribeCustomRoutingListenerCommand.js +0 -61
  580. package/dist/cjs/commands/DescribeCustomRoutingListenerCommand.js.map +0 -1
  581. package/dist/cjs/commands/DescribeEndpointGroupCommand.js +0 -61
  582. package/dist/cjs/commands/DescribeEndpointGroupCommand.js.map +0 -1
  583. package/dist/cjs/commands/DescribeListenerCommand.js +0 -61
  584. package/dist/cjs/commands/DescribeListenerCommand.js.map +0 -1
  585. package/dist/cjs/commands/ListAcceleratorsCommand.js +0 -61
  586. package/dist/cjs/commands/ListAcceleratorsCommand.js.map +0 -1
  587. package/dist/cjs/commands/ListByoipCidrsCommand.js +0 -62
  588. package/dist/cjs/commands/ListByoipCidrsCommand.js.map +0 -1
  589. package/dist/cjs/commands/ListCustomRoutingAcceleratorsCommand.js +0 -61
  590. package/dist/cjs/commands/ListCustomRoutingAcceleratorsCommand.js.map +0 -1
  591. package/dist/cjs/commands/ListCustomRoutingEndpointGroupsCommand.js +0 -61
  592. package/dist/cjs/commands/ListCustomRoutingEndpointGroupsCommand.js.map +0 -1
  593. package/dist/cjs/commands/ListCustomRoutingListenersCommand.js +0 -61
  594. package/dist/cjs/commands/ListCustomRoutingListenersCommand.js.map +0 -1
  595. package/dist/cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +0 -64
  596. package/dist/cjs/commands/ListCustomRoutingPortMappingsByDestinationCommand.js.map +0 -1
  597. package/dist/cjs/commands/ListCustomRoutingPortMappingsCommand.js +0 -69
  598. package/dist/cjs/commands/ListCustomRoutingPortMappingsCommand.js.map +0 -1
  599. package/dist/cjs/commands/ListEndpointGroupsCommand.js +0 -61
  600. package/dist/cjs/commands/ListEndpointGroupsCommand.js.map +0 -1
  601. package/dist/cjs/commands/ListListenersCommand.js +0 -61
  602. package/dist/cjs/commands/ListListenersCommand.js.map +0 -1
  603. package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -63
  604. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  605. package/dist/cjs/commands/ProvisionByoipCidrCommand.js +0 -66
  606. package/dist/cjs/commands/ProvisionByoipCidrCommand.js.map +0 -1
  607. package/dist/cjs/commands/RemoveCustomRoutingEndpointsCommand.js +0 -61
  608. package/dist/cjs/commands/RemoveCustomRoutingEndpointsCommand.js.map +0 -1
  609. package/dist/cjs/commands/TagResourceCommand.js +0 -63
  610. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  611. package/dist/cjs/commands/UntagResourceCommand.js +0 -64
  612. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  613. package/dist/cjs/commands/UpdateAcceleratorAttributesCommand.js +0 -61
  614. package/dist/cjs/commands/UpdateAcceleratorAttributesCommand.js.map +0 -1
  615. package/dist/cjs/commands/UpdateAcceleratorCommand.js +0 -66
  616. package/dist/cjs/commands/UpdateAcceleratorCommand.js.map +0 -1
  617. package/dist/cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +0 -61
  618. package/dist/cjs/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js.map +0 -1
  619. package/dist/cjs/commands/UpdateCustomRoutingAcceleratorCommand.js +0 -61
  620. package/dist/cjs/commands/UpdateCustomRoutingAcceleratorCommand.js.map +0 -1
  621. package/dist/cjs/commands/UpdateCustomRoutingListenerCommand.js +0 -61
  622. package/dist/cjs/commands/UpdateCustomRoutingListenerCommand.js.map +0 -1
  623. package/dist/cjs/commands/UpdateEndpointGroupCommand.js +0 -61
  624. package/dist/cjs/commands/UpdateEndpointGroupCommand.js.map +0 -1
  625. package/dist/cjs/commands/UpdateListenerCommand.js +0 -61
  626. package/dist/cjs/commands/UpdateListenerCommand.js.map +0 -1
  627. package/dist/cjs/commands/WithdrawByoipCidrCommand.js +0 -67
  628. package/dist/cjs/commands/WithdrawByoipCidrCommand.js.map +0 -1
  629. package/dist/cjs/endpoints.js.map +0 -1
  630. package/dist/cjs/index.js.map +0 -1
  631. package/dist/cjs/models/index.js.map +0 -1
  632. package/dist/cjs/models/models_0.js.map +0 -1
  633. package/dist/cjs/package.json +0 -93
  634. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  635. package/dist/cjs/pagination/ListAcceleratorsPaginator.js +0 -46
  636. package/dist/cjs/pagination/ListAcceleratorsPaginator.js.map +0 -1
  637. package/dist/cjs/pagination/ListByoipCidrsPaginator.js +0 -46
  638. package/dist/cjs/pagination/ListByoipCidrsPaginator.js.map +0 -1
  639. package/dist/cjs/pagination/ListCustomRoutingAcceleratorsPaginator.js +0 -46
  640. package/dist/cjs/pagination/ListCustomRoutingAcceleratorsPaginator.js.map +0 -1
  641. package/dist/cjs/pagination/ListCustomRoutingEndpointGroupsPaginator.js +0 -46
  642. package/dist/cjs/pagination/ListCustomRoutingEndpointGroupsPaginator.js.map +0 -1
  643. package/dist/cjs/pagination/ListCustomRoutingListenersPaginator.js +0 -46
  644. package/dist/cjs/pagination/ListCustomRoutingListenersPaginator.js.map +0 -1
  645. package/dist/cjs/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +0 -46
  646. package/dist/cjs/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js.map +0 -1
  647. package/dist/cjs/pagination/ListCustomRoutingPortMappingsPaginator.js +0 -46
  648. package/dist/cjs/pagination/ListCustomRoutingPortMappingsPaginator.js.map +0 -1
  649. package/dist/cjs/pagination/ListEndpointGroupsPaginator.js +0 -46
  650. package/dist/cjs/pagination/ListEndpointGroupsPaginator.js.map +0 -1
  651. package/dist/cjs/pagination/ListListenersPaginator.js +0 -46
  652. package/dist/cjs/pagination/ListListenersPaginator.js.map +0 -1
  653. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  654. package/dist/cjs/runtimeConfig.browser.js +0 -41
  655. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  656. package/dist/cjs/runtimeConfig.js +0 -46
  657. package/dist/cjs/runtimeConfig.js.map +0 -1
  658. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  659. package/dist/cjs/runtimeConfig.shared.js +0 -21
  660. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  661. package/dist/es/GlobalAccelerator.js +0 -716
  662. package/dist/es/GlobalAccelerator.js.map +0 -1
  663. package/dist/es/GlobalAcceleratorClient.js +0 -38
  664. package/dist/es/GlobalAcceleratorClient.js.map +0 -1
  665. package/dist/es/commands/AddCustomRoutingEndpointsCommand.js +0 -40
  666. package/dist/es/commands/AddCustomRoutingEndpointsCommand.js.map +0 -1
  667. package/dist/es/commands/AdvertiseByoipCidrCommand.js +0 -40
  668. package/dist/es/commands/AdvertiseByoipCidrCommand.js.map +0 -1
  669. package/dist/es/commands/AllowCustomRoutingTrafficCommand.js +0 -40
  670. package/dist/es/commands/AllowCustomRoutingTrafficCommand.js.map +0 -1
  671. package/dist/es/commands/CreateAcceleratorCommand.js +0 -40
  672. package/dist/es/commands/CreateAcceleratorCommand.js.map +0 -1
  673. package/dist/es/commands/CreateCustomRoutingAcceleratorCommand.js +0 -40
  674. package/dist/es/commands/CreateCustomRoutingAcceleratorCommand.js.map +0 -1
  675. package/dist/es/commands/CreateCustomRoutingEndpointGroupCommand.js +0 -40
  676. package/dist/es/commands/CreateCustomRoutingEndpointGroupCommand.js.map +0 -1
  677. package/dist/es/commands/CreateCustomRoutingListenerCommand.js +0 -40
  678. package/dist/es/commands/CreateCustomRoutingListenerCommand.js.map +0 -1
  679. package/dist/es/commands/CreateEndpointGroupCommand.js +0 -40
  680. package/dist/es/commands/CreateEndpointGroupCommand.js.map +0 -1
  681. package/dist/es/commands/CreateListenerCommand.js +0 -40
  682. package/dist/es/commands/CreateListenerCommand.js.map +0 -1
  683. package/dist/es/commands/DeleteAcceleratorCommand.js +0 -40
  684. package/dist/es/commands/DeleteAcceleratorCommand.js.map +0 -1
  685. package/dist/es/commands/DeleteCustomRoutingAcceleratorCommand.js +0 -40
  686. package/dist/es/commands/DeleteCustomRoutingAcceleratorCommand.js.map +0 -1
  687. package/dist/es/commands/DeleteCustomRoutingEndpointGroupCommand.js +0 -40
  688. package/dist/es/commands/DeleteCustomRoutingEndpointGroupCommand.js.map +0 -1
  689. package/dist/es/commands/DeleteCustomRoutingListenerCommand.js +0 -40
  690. package/dist/es/commands/DeleteCustomRoutingListenerCommand.js.map +0 -1
  691. package/dist/es/commands/DeleteEndpointGroupCommand.js +0 -40
  692. package/dist/es/commands/DeleteEndpointGroupCommand.js.map +0 -1
  693. package/dist/es/commands/DeleteListenerCommand.js +0 -40
  694. package/dist/es/commands/DeleteListenerCommand.js.map +0 -1
  695. package/dist/es/commands/DenyCustomRoutingTrafficCommand.js +0 -40
  696. package/dist/es/commands/DenyCustomRoutingTrafficCommand.js.map +0 -1
  697. package/dist/es/commands/DeprovisionByoipCidrCommand.js +0 -40
  698. package/dist/es/commands/DeprovisionByoipCidrCommand.js.map +0 -1
  699. package/dist/es/commands/DescribeAcceleratorAttributesCommand.js +0 -40
  700. package/dist/es/commands/DescribeAcceleratorAttributesCommand.js.map +0 -1
  701. package/dist/es/commands/DescribeAcceleratorCommand.js +0 -40
  702. package/dist/es/commands/DescribeAcceleratorCommand.js.map +0 -1
  703. package/dist/es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +0 -40
  704. package/dist/es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js.map +0 -1
  705. package/dist/es/commands/DescribeCustomRoutingAcceleratorCommand.js +0 -40
  706. package/dist/es/commands/DescribeCustomRoutingAcceleratorCommand.js.map +0 -1
  707. package/dist/es/commands/DescribeCustomRoutingEndpointGroupCommand.js +0 -40
  708. package/dist/es/commands/DescribeCustomRoutingEndpointGroupCommand.js.map +0 -1
  709. package/dist/es/commands/DescribeCustomRoutingListenerCommand.js +0 -40
  710. package/dist/es/commands/DescribeCustomRoutingListenerCommand.js.map +0 -1
  711. package/dist/es/commands/DescribeEndpointGroupCommand.js +0 -40
  712. package/dist/es/commands/DescribeEndpointGroupCommand.js.map +0 -1
  713. package/dist/es/commands/DescribeListenerCommand.js +0 -40
  714. package/dist/es/commands/DescribeListenerCommand.js.map +0 -1
  715. package/dist/es/commands/ListAcceleratorsCommand.js +0 -40
  716. package/dist/es/commands/ListAcceleratorsCommand.js.map +0 -1
  717. package/dist/es/commands/ListByoipCidrsCommand.js +0 -40
  718. package/dist/es/commands/ListByoipCidrsCommand.js.map +0 -1
  719. package/dist/es/commands/ListCustomRoutingAcceleratorsCommand.js +0 -40
  720. package/dist/es/commands/ListCustomRoutingAcceleratorsCommand.js.map +0 -1
  721. package/dist/es/commands/ListCustomRoutingEndpointGroupsCommand.js +0 -40
  722. package/dist/es/commands/ListCustomRoutingEndpointGroupsCommand.js.map +0 -1
  723. package/dist/es/commands/ListCustomRoutingListenersCommand.js +0 -40
  724. package/dist/es/commands/ListCustomRoutingListenersCommand.js.map +0 -1
  725. package/dist/es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +0 -40
  726. package/dist/es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js.map +0 -1
  727. package/dist/es/commands/ListCustomRoutingPortMappingsCommand.js +0 -40
  728. package/dist/es/commands/ListCustomRoutingPortMappingsCommand.js.map +0 -1
  729. package/dist/es/commands/ListEndpointGroupsCommand.js +0 -40
  730. package/dist/es/commands/ListEndpointGroupsCommand.js.map +0 -1
  731. package/dist/es/commands/ListListenersCommand.js +0 -40
  732. package/dist/es/commands/ListListenersCommand.js.map +0 -1
  733. package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
  734. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  735. package/dist/es/commands/ProvisionByoipCidrCommand.js +0 -40
  736. package/dist/es/commands/ProvisionByoipCidrCommand.js.map +0 -1
  737. package/dist/es/commands/RemoveCustomRoutingEndpointsCommand.js +0 -40
  738. package/dist/es/commands/RemoveCustomRoutingEndpointsCommand.js.map +0 -1
  739. package/dist/es/commands/TagResourceCommand.js +0 -40
  740. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  741. package/dist/es/commands/UntagResourceCommand.js +0 -40
  742. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  743. package/dist/es/commands/UpdateAcceleratorAttributesCommand.js +0 -40
  744. package/dist/es/commands/UpdateAcceleratorAttributesCommand.js.map +0 -1
  745. package/dist/es/commands/UpdateAcceleratorCommand.js +0 -40
  746. package/dist/es/commands/UpdateAcceleratorCommand.js.map +0 -1
  747. package/dist/es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +0 -40
  748. package/dist/es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js.map +0 -1
  749. package/dist/es/commands/UpdateCustomRoutingAcceleratorCommand.js +0 -40
  750. package/dist/es/commands/UpdateCustomRoutingAcceleratorCommand.js.map +0 -1
  751. package/dist/es/commands/UpdateCustomRoutingListenerCommand.js +0 -40
  752. package/dist/es/commands/UpdateCustomRoutingListenerCommand.js.map +0 -1
  753. package/dist/es/commands/UpdateEndpointGroupCommand.js +0 -40
  754. package/dist/es/commands/UpdateEndpointGroupCommand.js.map +0 -1
  755. package/dist/es/commands/UpdateListenerCommand.js +0 -40
  756. package/dist/es/commands/UpdateListenerCommand.js.map +0 -1
  757. package/dist/es/commands/WithdrawByoipCidrCommand.js +0 -40
  758. package/dist/es/commands/WithdrawByoipCidrCommand.js.map +0 -1
  759. package/dist/es/endpoints.js.map +0 -1
  760. package/dist/es/index.js.map +0 -1
  761. package/dist/es/models/index.js.map +0 -1
  762. package/dist/es/models/models_0.js.map +0 -1
  763. package/dist/es/package.json +0 -93
  764. package/dist/es/pagination/Interfaces.js.map +0 -1
  765. package/dist/es/pagination/ListAcceleratorsPaginator.js +0 -75
  766. package/dist/es/pagination/ListAcceleratorsPaginator.js.map +0 -1
  767. package/dist/es/pagination/ListByoipCidrsPaginator.js +0 -75
  768. package/dist/es/pagination/ListByoipCidrsPaginator.js.map +0 -1
  769. package/dist/es/pagination/ListCustomRoutingAcceleratorsPaginator.js +0 -75
  770. package/dist/es/pagination/ListCustomRoutingAcceleratorsPaginator.js.map +0 -1
  771. package/dist/es/pagination/ListCustomRoutingEndpointGroupsPaginator.js +0 -75
  772. package/dist/es/pagination/ListCustomRoutingEndpointGroupsPaginator.js.map +0 -1
  773. package/dist/es/pagination/ListCustomRoutingListenersPaginator.js +0 -75
  774. package/dist/es/pagination/ListCustomRoutingListenersPaginator.js.map +0 -1
  775. package/dist/es/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js +0 -75
  776. package/dist/es/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.js.map +0 -1
  777. package/dist/es/pagination/ListCustomRoutingPortMappingsPaginator.js +0 -75
  778. package/dist/es/pagination/ListCustomRoutingPortMappingsPaginator.js.map +0 -1
  779. package/dist/es/pagination/ListEndpointGroupsPaginator.js +0 -75
  780. package/dist/es/pagination/ListEndpointGroupsPaginator.js.map +0 -1
  781. package/dist/es/pagination/ListListenersPaginator.js +0 -75
  782. package/dist/es/pagination/ListListenersPaginator.js.map +0 -1
  783. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  784. package/dist/es/runtimeConfig.browser.js +0 -17
  785. package/dist/es/runtimeConfig.browser.js.map +0 -1
  786. package/dist/es/runtimeConfig.js +0 -22
  787. package/dist/es/runtimeConfig.js.map +0 -1
  788. package/dist/es/runtimeConfig.native.js.map +0 -1
  789. package/dist/es/runtimeConfig.shared.js +0 -14
  790. package/dist/es/runtimeConfig.shared.js.map +0 -1
  791. package/dist/types/GlobalAccelerator.d.ts +0 -596
  792. package/dist/types/GlobalAcceleratorClient.d.ts +0 -326
  793. package/dist/types/commands/AddCustomRoutingEndpointsCommand.d.ts +0 -45
  794. package/dist/types/commands/AdvertiseByoipCidrCommand.d.ts +0 -41
  795. package/dist/types/commands/AllowCustomRoutingTrafficCommand.d.ts +0 -40
  796. package/dist/types/commands/CreateAcceleratorCommand.d.ts +0 -40
  797. package/dist/types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +0 -44
  798. package/dist/types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +0 -37
  799. package/dist/types/commands/CreateCustomRoutingListenerCommand.d.ts +0 -36
  800. package/dist/types/commands/CreateEndpointGroupCommand.d.ts +0 -36
  801. package/dist/types/commands/CreateListenerCommand.d.ts +0 -36
  802. package/dist/types/commands/DeleteAcceleratorCommand.d.ts +0 -48
  803. package/dist/types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +0 -48
  804. package/dist/types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +0 -35
  805. package/dist/types/commands/DeleteCustomRoutingListenerCommand.d.ts +0 -35
  806. package/dist/types/commands/DeleteEndpointGroupCommand.d.ts +0 -35
  807. package/dist/types/commands/DeleteListenerCommand.d.ts +0 -35
  808. package/dist/types/commands/DenyCustomRoutingTrafficCommand.d.ts +0 -40
  809. package/dist/types/commands/DeprovisionByoipCidrCommand.d.ts +0 -41
  810. package/dist/types/commands/DescribeAcceleratorAttributesCommand.d.ts +0 -36
  811. package/dist/types/commands/DescribeAcceleratorCommand.d.ts +0 -35
  812. package/dist/types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +0 -35
  813. package/dist/types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +0 -35
  814. package/dist/types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +0 -35
  815. package/dist/types/commands/DescribeCustomRoutingListenerCommand.d.ts +0 -35
  816. package/dist/types/commands/DescribeEndpointGroupCommand.d.ts +0 -35
  817. package/dist/types/commands/DescribeListenerCommand.d.ts +0 -35
  818. package/dist/types/commands/ListAcceleratorsCommand.d.ts +0 -35
  819. package/dist/types/commands/ListByoipCidrsCommand.d.ts +0 -36
  820. package/dist/types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +0 -35
  821. package/dist/types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +0 -35
  822. package/dist/types/commands/ListCustomRoutingListenersCommand.d.ts +0 -35
  823. package/dist/types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +0 -38
  824. package/dist/types/commands/ListCustomRoutingPortMappingsCommand.d.ts +0 -43
  825. package/dist/types/commands/ListEndpointGroupsCommand.d.ts +0 -35
  826. package/dist/types/commands/ListListenersCommand.d.ts +0 -35
  827. package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -37
  828. package/dist/types/commands/ProvisionByoipCidrCommand.d.ts +0 -40
  829. package/dist/types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +0 -35
  830. package/dist/types/commands/TagResourceCommand.d.ts +0 -37
  831. package/dist/types/commands/UntagResourceCommand.d.ts +0 -38
  832. package/dist/types/commands/UpdateAcceleratorAttributesCommand.d.ts +0 -35
  833. package/dist/types/commands/UpdateAcceleratorCommand.d.ts +0 -40
  834. package/dist/types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +0 -35
  835. package/dist/types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +0 -35
  836. package/dist/types/commands/UpdateCustomRoutingListenerCommand.d.ts +0 -35
  837. package/dist/types/commands/UpdateEndpointGroupCommand.d.ts +0 -35
  838. package/dist/types/commands/UpdateListenerCommand.d.ts +0 -35
  839. package/dist/types/commands/WithdrawByoipCidrCommand.d.ts +0 -41
  840. package/dist/types/pagination/Interfaces.d.ts +0 -6
  841. package/dist/types/pagination/ListAcceleratorsPaginator.d.ts +0 -4
  842. package/dist/types/pagination/ListByoipCidrsPaginator.d.ts +0 -4
  843. package/dist/types/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +0 -4
  844. package/dist/types/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +0 -4
  845. package/dist/types/pagination/ListCustomRoutingListenersPaginator.d.ts +0 -4
  846. package/dist/types/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +0 -4
  847. package/dist/types/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +0 -4
  848. package/dist/types/pagination/ListEndpointGroupsPaginator.d.ts +0 -4
  849. package/dist/types/pagination/ListListenersPaginator.d.ts +0 -4
  850. package/dist/types/protocols/Aws_json1_1.d.ts +0 -143
  851. package/dist/types/runtimeConfig.d.ts +0 -37
  852. package/dist/types/ts3.4/GlobalAccelerator.d.ts +0 -596
  853. package/dist/types/ts3.4/GlobalAcceleratorClient.d.ts +0 -326
  854. package/dist/types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +0 -45
  855. package/dist/types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +0 -41
  856. package/dist/types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +0 -40
  857. package/dist/types/ts3.4/commands/CreateAcceleratorCommand.d.ts +0 -40
  858. package/dist/types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +0 -44
  859. package/dist/types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +0 -37
  860. package/dist/types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +0 -36
  861. package/dist/types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +0 -36
  862. package/dist/types/ts3.4/commands/CreateListenerCommand.d.ts +0 -36
  863. package/dist/types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +0 -48
  864. package/dist/types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +0 -48
  865. package/dist/types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +0 -35
  866. package/dist/types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +0 -35
  867. package/dist/types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +0 -35
  868. package/dist/types/ts3.4/commands/DeleteListenerCommand.d.ts +0 -35
  869. package/dist/types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +0 -40
  870. package/dist/types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +0 -41
  871. package/dist/types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +0 -36
  872. package/dist/types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +0 -35
  873. package/dist/types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +0 -35
  874. package/dist/types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +0 -35
  875. package/dist/types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +0 -35
  876. package/dist/types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +0 -35
  877. package/dist/types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +0 -35
  878. package/dist/types/ts3.4/commands/DescribeListenerCommand.d.ts +0 -35
  879. package/dist/types/ts3.4/commands/ListAcceleratorsCommand.d.ts +0 -35
  880. package/dist/types/ts3.4/commands/ListByoipCidrsCommand.d.ts +0 -36
  881. package/dist/types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +0 -35
  882. package/dist/types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +0 -35
  883. package/dist/types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +0 -35
  884. package/dist/types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +0 -38
  885. package/dist/types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +0 -43
  886. package/dist/types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +0 -35
  887. package/dist/types/ts3.4/commands/ListListenersCommand.d.ts +0 -35
  888. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -37
  889. package/dist/types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +0 -40
  890. package/dist/types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +0 -35
  891. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -37
  892. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -38
  893. package/dist/types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +0 -35
  894. package/dist/types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +0 -40
  895. package/dist/types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +0 -35
  896. package/dist/types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +0 -35
  897. package/dist/types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +0 -35
  898. package/dist/types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +0 -35
  899. package/dist/types/ts3.4/commands/UpdateListenerCommand.d.ts +0 -35
  900. package/dist/types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +0 -41
  901. package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
  902. package/dist/types/ts3.4/pagination/ListAcceleratorsPaginator.d.ts +0 -4
  903. package/dist/types/ts3.4/pagination/ListByoipCidrsPaginator.d.ts +0 -4
  904. package/dist/types/ts3.4/pagination/ListCustomRoutingAcceleratorsPaginator.d.ts +0 -4
  905. package/dist/types/ts3.4/pagination/ListCustomRoutingEndpointGroupsPaginator.d.ts +0 -4
  906. package/dist/types/ts3.4/pagination/ListCustomRoutingListenersPaginator.d.ts +0 -4
  907. package/dist/types/ts3.4/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.d.ts +0 -4
  908. package/dist/types/ts3.4/pagination/ListCustomRoutingPortMappingsPaginator.d.ts +0 -4
  909. package/dist/types/ts3.4/pagination/ListEndpointGroupsPaginator.d.ts +0 -4
  910. package/dist/types/ts3.4/pagination/ListListenersPaginator.d.ts +0 -4
  911. package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -143
  912. package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
  913. package/endpoints.ts +0 -57
  914. package/pagination/Interfaces.ts +0 -7
  915. package/pagination/ListAcceleratorsPaginator.ts +0 -58
  916. package/pagination/ListByoipCidrsPaginator.ts +0 -58
  917. package/pagination/ListCustomRoutingAcceleratorsPaginator.ts +0 -58
  918. package/pagination/ListCustomRoutingEndpointGroupsPaginator.ts +0 -58
  919. package/pagination/ListCustomRoutingListenersPaginator.ts +0 -58
  920. package/pagination/ListCustomRoutingPortMappingsByDestinationPaginator.ts +0 -58
  921. package/pagination/ListCustomRoutingPortMappingsPaginator.ts +0 -58
  922. package/pagination/ListEndpointGroupsPaginator.ts +0 -58
  923. package/pagination/ListListenersPaginator.ts +0 -58
  924. package/protocols/Aws_json1_1.ts +0 -6788
  925. package/runtimeConfig.browser.ts +0 -40
  926. package/runtimeConfig.native.ts +0 -16
  927. package/runtimeConfig.shared.ts +0 -16
  928. package/runtimeConfig.ts +0 -45
@@ -1,616 +0,0 @@
1
- import {
2
- AddCustomRoutingEndpointsCommandInput,
3
- AddCustomRoutingEndpointsCommandOutput,
4
- } from "./commands/AddCustomRoutingEndpointsCommand";
5
- import { AdvertiseByoipCidrCommandInput, AdvertiseByoipCidrCommandOutput } from "./commands/AdvertiseByoipCidrCommand";
6
- import {
7
- AllowCustomRoutingTrafficCommandInput,
8
- AllowCustomRoutingTrafficCommandOutput,
9
- } from "./commands/AllowCustomRoutingTrafficCommand";
10
- import { CreateAcceleratorCommandInput, CreateAcceleratorCommandOutput } from "./commands/CreateAcceleratorCommand";
11
- import {
12
- CreateCustomRoutingAcceleratorCommandInput,
13
- CreateCustomRoutingAcceleratorCommandOutput,
14
- } from "./commands/CreateCustomRoutingAcceleratorCommand";
15
- import {
16
- CreateCustomRoutingEndpointGroupCommandInput,
17
- CreateCustomRoutingEndpointGroupCommandOutput,
18
- } from "./commands/CreateCustomRoutingEndpointGroupCommand";
19
- import {
20
- CreateCustomRoutingListenerCommandInput,
21
- CreateCustomRoutingListenerCommandOutput,
22
- } from "./commands/CreateCustomRoutingListenerCommand";
23
- import {
24
- CreateEndpointGroupCommandInput,
25
- CreateEndpointGroupCommandOutput,
26
- } from "./commands/CreateEndpointGroupCommand";
27
- import { CreateListenerCommandInput, CreateListenerCommandOutput } from "./commands/CreateListenerCommand";
28
- import { DeleteAcceleratorCommandInput, DeleteAcceleratorCommandOutput } from "./commands/DeleteAcceleratorCommand";
29
- import {
30
- DeleteCustomRoutingAcceleratorCommandInput,
31
- DeleteCustomRoutingAcceleratorCommandOutput,
32
- } from "./commands/DeleteCustomRoutingAcceleratorCommand";
33
- import {
34
- DeleteCustomRoutingEndpointGroupCommandInput,
35
- DeleteCustomRoutingEndpointGroupCommandOutput,
36
- } from "./commands/DeleteCustomRoutingEndpointGroupCommand";
37
- import {
38
- DeleteCustomRoutingListenerCommandInput,
39
- DeleteCustomRoutingListenerCommandOutput,
40
- } from "./commands/DeleteCustomRoutingListenerCommand";
41
- import {
42
- DeleteEndpointGroupCommandInput,
43
- DeleteEndpointGroupCommandOutput,
44
- } from "./commands/DeleteEndpointGroupCommand";
45
- import { DeleteListenerCommandInput, DeleteListenerCommandOutput } from "./commands/DeleteListenerCommand";
46
- import {
47
- DenyCustomRoutingTrafficCommandInput,
48
- DenyCustomRoutingTrafficCommandOutput,
49
- } from "./commands/DenyCustomRoutingTrafficCommand";
50
- import {
51
- DeprovisionByoipCidrCommandInput,
52
- DeprovisionByoipCidrCommandOutput,
53
- } from "./commands/DeprovisionByoipCidrCommand";
54
- import {
55
- DescribeAcceleratorAttributesCommandInput,
56
- DescribeAcceleratorAttributesCommandOutput,
57
- } from "./commands/DescribeAcceleratorAttributesCommand";
58
- import {
59
- DescribeAcceleratorCommandInput,
60
- DescribeAcceleratorCommandOutput,
61
- } from "./commands/DescribeAcceleratorCommand";
62
- import {
63
- DescribeCustomRoutingAcceleratorAttributesCommandInput,
64
- DescribeCustomRoutingAcceleratorAttributesCommandOutput,
65
- } from "./commands/DescribeCustomRoutingAcceleratorAttributesCommand";
66
- import {
67
- DescribeCustomRoutingAcceleratorCommandInput,
68
- DescribeCustomRoutingAcceleratorCommandOutput,
69
- } from "./commands/DescribeCustomRoutingAcceleratorCommand";
70
- import {
71
- DescribeCustomRoutingEndpointGroupCommandInput,
72
- DescribeCustomRoutingEndpointGroupCommandOutput,
73
- } from "./commands/DescribeCustomRoutingEndpointGroupCommand";
74
- import {
75
- DescribeCustomRoutingListenerCommandInput,
76
- DescribeCustomRoutingListenerCommandOutput,
77
- } from "./commands/DescribeCustomRoutingListenerCommand";
78
- import {
79
- DescribeEndpointGroupCommandInput,
80
- DescribeEndpointGroupCommandOutput,
81
- } from "./commands/DescribeEndpointGroupCommand";
82
- import { DescribeListenerCommandInput, DescribeListenerCommandOutput } from "./commands/DescribeListenerCommand";
83
- import { ListAcceleratorsCommandInput, ListAcceleratorsCommandOutput } from "./commands/ListAcceleratorsCommand";
84
- import { ListByoipCidrsCommandInput, ListByoipCidrsCommandOutput } from "./commands/ListByoipCidrsCommand";
85
- import {
86
- ListCustomRoutingAcceleratorsCommandInput,
87
- ListCustomRoutingAcceleratorsCommandOutput,
88
- } from "./commands/ListCustomRoutingAcceleratorsCommand";
89
- import {
90
- ListCustomRoutingEndpointGroupsCommandInput,
91
- ListCustomRoutingEndpointGroupsCommandOutput,
92
- } from "./commands/ListCustomRoutingEndpointGroupsCommand";
93
- import {
94
- ListCustomRoutingListenersCommandInput,
95
- ListCustomRoutingListenersCommandOutput,
96
- } from "./commands/ListCustomRoutingListenersCommand";
97
- import {
98
- ListCustomRoutingPortMappingsByDestinationCommandInput,
99
- ListCustomRoutingPortMappingsByDestinationCommandOutput,
100
- } from "./commands/ListCustomRoutingPortMappingsByDestinationCommand";
101
- import {
102
- ListCustomRoutingPortMappingsCommandInput,
103
- ListCustomRoutingPortMappingsCommandOutput,
104
- } from "./commands/ListCustomRoutingPortMappingsCommand";
105
- import { ListEndpointGroupsCommandInput, ListEndpointGroupsCommandOutput } from "./commands/ListEndpointGroupsCommand";
106
- import { ListListenersCommandInput, ListListenersCommandOutput } from "./commands/ListListenersCommand";
107
- import {
108
- ListTagsForResourceCommandInput,
109
- ListTagsForResourceCommandOutput,
110
- } from "./commands/ListTagsForResourceCommand";
111
- import { ProvisionByoipCidrCommandInput, ProvisionByoipCidrCommandOutput } from "./commands/ProvisionByoipCidrCommand";
112
- import {
113
- RemoveCustomRoutingEndpointsCommandInput,
114
- RemoveCustomRoutingEndpointsCommandOutput,
115
- } from "./commands/RemoveCustomRoutingEndpointsCommand";
116
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
117
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
118
- import {
119
- UpdateAcceleratorAttributesCommandInput,
120
- UpdateAcceleratorAttributesCommandOutput,
121
- } from "./commands/UpdateAcceleratorAttributesCommand";
122
- import { UpdateAcceleratorCommandInput, UpdateAcceleratorCommandOutput } from "./commands/UpdateAcceleratorCommand";
123
- import {
124
- UpdateCustomRoutingAcceleratorAttributesCommandInput,
125
- UpdateCustomRoutingAcceleratorAttributesCommandOutput,
126
- } from "./commands/UpdateCustomRoutingAcceleratorAttributesCommand";
127
- import {
128
- UpdateCustomRoutingAcceleratorCommandInput,
129
- UpdateCustomRoutingAcceleratorCommandOutput,
130
- } from "./commands/UpdateCustomRoutingAcceleratorCommand";
131
- import {
132
- UpdateCustomRoutingListenerCommandInput,
133
- UpdateCustomRoutingListenerCommandOutput,
134
- } from "./commands/UpdateCustomRoutingListenerCommand";
135
- import {
136
- UpdateEndpointGroupCommandInput,
137
- UpdateEndpointGroupCommandOutput,
138
- } from "./commands/UpdateEndpointGroupCommand";
139
- import { UpdateListenerCommandInput, UpdateListenerCommandOutput } from "./commands/UpdateListenerCommand";
140
- import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from "./commands/WithdrawByoipCidrCommand";
141
- import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
142
- import {
143
- EndpointsInputConfig,
144
- EndpointsResolvedConfig,
145
- RegionInputConfig,
146
- RegionResolvedConfig,
147
- resolveEndpointsConfig,
148
- resolveRegionConfig,
149
- } from "@aws-sdk/config-resolver";
150
- import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
151
- import {
152
- HostHeaderInputConfig,
153
- HostHeaderResolvedConfig,
154
- getHostHeaderPlugin,
155
- resolveHostHeaderConfig,
156
- } from "@aws-sdk/middleware-host-header";
157
- import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
158
- import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
159
- import {
160
- AwsAuthInputConfig,
161
- AwsAuthResolvedConfig,
162
- getAwsAuthPlugin,
163
- resolveAwsAuthConfig,
164
- } from "@aws-sdk/middleware-signing";
165
- import {
166
- UserAgentInputConfig,
167
- UserAgentResolvedConfig,
168
- getUserAgentPlugin,
169
- resolveUserAgentConfig,
170
- } from "@aws-sdk/middleware-user-agent";
171
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
172
- import {
173
- Client as __Client,
174
- SmithyConfiguration as __SmithyConfiguration,
175
- SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
176
- } from "@aws-sdk/smithy-client";
177
- import {
178
- Provider,
179
- RegionInfoProvider,
180
- Credentials as __Credentials,
181
- Decoder as __Decoder,
182
- Encoder as __Encoder,
183
- Hash as __Hash,
184
- HashConstructor as __HashConstructor,
185
- HttpHandlerOptions as __HttpHandlerOptions,
186
- Logger as __Logger,
187
- Provider as __Provider,
188
- StreamCollector as __StreamCollector,
189
- UrlParser as __UrlParser,
190
- UserAgent as __UserAgent,
191
- } from "@aws-sdk/types";
192
-
193
- export type ServiceInputTypes =
194
- | AddCustomRoutingEndpointsCommandInput
195
- | AdvertiseByoipCidrCommandInput
196
- | AllowCustomRoutingTrafficCommandInput
197
- | CreateAcceleratorCommandInput
198
- | CreateCustomRoutingAcceleratorCommandInput
199
- | CreateCustomRoutingEndpointGroupCommandInput
200
- | CreateCustomRoutingListenerCommandInput
201
- | CreateEndpointGroupCommandInput
202
- | CreateListenerCommandInput
203
- | DeleteAcceleratorCommandInput
204
- | DeleteCustomRoutingAcceleratorCommandInput
205
- | DeleteCustomRoutingEndpointGroupCommandInput
206
- | DeleteCustomRoutingListenerCommandInput
207
- | DeleteEndpointGroupCommandInput
208
- | DeleteListenerCommandInput
209
- | DenyCustomRoutingTrafficCommandInput
210
- | DeprovisionByoipCidrCommandInput
211
- | DescribeAcceleratorAttributesCommandInput
212
- | DescribeAcceleratorCommandInput
213
- | DescribeCustomRoutingAcceleratorAttributesCommandInput
214
- | DescribeCustomRoutingAcceleratorCommandInput
215
- | DescribeCustomRoutingEndpointGroupCommandInput
216
- | DescribeCustomRoutingListenerCommandInput
217
- | DescribeEndpointGroupCommandInput
218
- | DescribeListenerCommandInput
219
- | ListAcceleratorsCommandInput
220
- | ListByoipCidrsCommandInput
221
- | ListCustomRoutingAcceleratorsCommandInput
222
- | ListCustomRoutingEndpointGroupsCommandInput
223
- | ListCustomRoutingListenersCommandInput
224
- | ListCustomRoutingPortMappingsByDestinationCommandInput
225
- | ListCustomRoutingPortMappingsCommandInput
226
- | ListEndpointGroupsCommandInput
227
- | ListListenersCommandInput
228
- | ListTagsForResourceCommandInput
229
- | ProvisionByoipCidrCommandInput
230
- | RemoveCustomRoutingEndpointsCommandInput
231
- | TagResourceCommandInput
232
- | UntagResourceCommandInput
233
- | UpdateAcceleratorAttributesCommandInput
234
- | UpdateAcceleratorCommandInput
235
- | UpdateCustomRoutingAcceleratorAttributesCommandInput
236
- | UpdateCustomRoutingAcceleratorCommandInput
237
- | UpdateCustomRoutingListenerCommandInput
238
- | UpdateEndpointGroupCommandInput
239
- | UpdateListenerCommandInput
240
- | WithdrawByoipCidrCommandInput;
241
-
242
- export type ServiceOutputTypes =
243
- | AddCustomRoutingEndpointsCommandOutput
244
- | AdvertiseByoipCidrCommandOutput
245
- | AllowCustomRoutingTrafficCommandOutput
246
- | CreateAcceleratorCommandOutput
247
- | CreateCustomRoutingAcceleratorCommandOutput
248
- | CreateCustomRoutingEndpointGroupCommandOutput
249
- | CreateCustomRoutingListenerCommandOutput
250
- | CreateEndpointGroupCommandOutput
251
- | CreateListenerCommandOutput
252
- | DeleteAcceleratorCommandOutput
253
- | DeleteCustomRoutingAcceleratorCommandOutput
254
- | DeleteCustomRoutingEndpointGroupCommandOutput
255
- | DeleteCustomRoutingListenerCommandOutput
256
- | DeleteEndpointGroupCommandOutput
257
- | DeleteListenerCommandOutput
258
- | DenyCustomRoutingTrafficCommandOutput
259
- | DeprovisionByoipCidrCommandOutput
260
- | DescribeAcceleratorAttributesCommandOutput
261
- | DescribeAcceleratorCommandOutput
262
- | DescribeCustomRoutingAcceleratorAttributesCommandOutput
263
- | DescribeCustomRoutingAcceleratorCommandOutput
264
- | DescribeCustomRoutingEndpointGroupCommandOutput
265
- | DescribeCustomRoutingListenerCommandOutput
266
- | DescribeEndpointGroupCommandOutput
267
- | DescribeListenerCommandOutput
268
- | ListAcceleratorsCommandOutput
269
- | ListByoipCidrsCommandOutput
270
- | ListCustomRoutingAcceleratorsCommandOutput
271
- | ListCustomRoutingEndpointGroupsCommandOutput
272
- | ListCustomRoutingListenersCommandOutput
273
- | ListCustomRoutingPortMappingsByDestinationCommandOutput
274
- | ListCustomRoutingPortMappingsCommandOutput
275
- | ListEndpointGroupsCommandOutput
276
- | ListListenersCommandOutput
277
- | ListTagsForResourceCommandOutput
278
- | ProvisionByoipCidrCommandOutput
279
- | RemoveCustomRoutingEndpointsCommandOutput
280
- | TagResourceCommandOutput
281
- | UntagResourceCommandOutput
282
- | UpdateAcceleratorAttributesCommandOutput
283
- | UpdateAcceleratorCommandOutput
284
- | UpdateCustomRoutingAcceleratorAttributesCommandOutput
285
- | UpdateCustomRoutingAcceleratorCommandOutput
286
- | UpdateCustomRoutingListenerCommandOutput
287
- | UpdateEndpointGroupCommandOutput
288
- | UpdateListenerCommandOutput
289
- | WithdrawByoipCidrCommandOutput;
290
-
291
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
292
- /**
293
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
294
- */
295
- requestHandler?: __HttpHandler;
296
-
297
- /**
298
- * A constructor for a class implementing the {@link __Hash} interface
299
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
300
- * @internal
301
- */
302
- sha256?: __HashConstructor;
303
-
304
- /**
305
- * The function that will be used to convert strings into HTTP endpoints.
306
- * @internal
307
- */
308
- urlParser?: __UrlParser;
309
-
310
- /**
311
- * A function that can calculate the length of a request body.
312
- * @internal
313
- */
314
- bodyLengthChecker?: (body: any) => number | undefined;
315
-
316
- /**
317
- * A function that converts a stream into an array of bytes.
318
- * @internal
319
- */
320
- streamCollector?: __StreamCollector;
321
-
322
- /**
323
- * The function that will be used to convert a base64-encoded string to a byte array.
324
- * @internal
325
- */
326
- base64Decoder?: __Decoder;
327
-
328
- /**
329
- * The function that will be used to convert binary data to a base64-encoded string.
330
- * @internal
331
- */
332
- base64Encoder?: __Encoder;
333
-
334
- /**
335
- * The function that will be used to convert a UTF8-encoded string to a byte array.
336
- * @internal
337
- */
338
- utf8Decoder?: __Decoder;
339
-
340
- /**
341
- * The function that will be used to convert binary data to a UTF-8 encoded string.
342
- * @internal
343
- */
344
- utf8Encoder?: __Encoder;
345
-
346
- /**
347
- * The runtime environment.
348
- * @internal
349
- */
350
- runtime?: string;
351
-
352
- /**
353
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
354
- * trait of an operation.
355
- */
356
- disableHostPrefix?: boolean;
357
-
358
- /**
359
- * Value for how many times a request will be made at most in case of retry.
360
- */
361
- maxAttempts?: number | __Provider<number>;
362
-
363
- /**
364
- * Specifies which retry algorithm to use.
365
- */
366
- retryMode?: string | __Provider<string>;
367
-
368
- /**
369
- * Optional logger for logging debug/info/warn/error.
370
- */
371
- logger?: __Logger;
372
-
373
- /**
374
- * Unique service identifier.
375
- * @internal
376
- */
377
- serviceId?: string;
378
-
379
- /**
380
- * The AWS region to which this client will send requests
381
- */
382
- region?: string | __Provider<string>;
383
-
384
- /**
385
- * Default credentials provider; Not available in browser runtime.
386
- * @internal
387
- */
388
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
389
-
390
- /**
391
- * Fetch related hostname, signing name or signing region with given region.
392
- * @internal
393
- */
394
- regionInfoProvider?: RegionInfoProvider;
395
-
396
- /**
397
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
398
- * @internal
399
- */
400
- defaultUserAgentProvider?: Provider<__UserAgent>;
401
- }
402
-
403
- type GlobalAcceleratorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
404
- ClientDefaults &
405
- RegionInputConfig &
406
- EndpointsInputConfig &
407
- RetryInputConfig &
408
- HostHeaderInputConfig &
409
- AwsAuthInputConfig &
410
- UserAgentInputConfig;
411
- /**
412
- * The configuration interface of GlobalAcceleratorClient class constructor that set the region, credentials and other options.
413
- */
414
- export interface GlobalAcceleratorClientConfig extends GlobalAcceleratorClientConfigType {}
415
-
416
- type GlobalAcceleratorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
417
- Required<ClientDefaults> &
418
- RegionResolvedConfig &
419
- EndpointsResolvedConfig &
420
- RetryResolvedConfig &
421
- HostHeaderResolvedConfig &
422
- AwsAuthResolvedConfig &
423
- UserAgentResolvedConfig;
424
- /**
425
- * The resolved configuration interface of GlobalAcceleratorClient class. This is resolved and normalized from the {@link GlobalAcceleratorClientConfig | constructor configuration interface}.
426
- */
427
- export interface GlobalAcceleratorClientResolvedConfig extends GlobalAcceleratorClientResolvedConfigType {}
428
-
429
- /**
430
- * <fullname>AWS Global Accelerator</fullname>
431
- * <p>This is the <i>AWS Global Accelerator API Reference</i>. This guide is for developers who need detailed information about
432
- * AWS Global Accelerator API actions, data types, and errors. For more information about Global Accelerator features, see the
433
- * <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/Welcome.html">AWS Global Accelerator Developer Guide</a>.</p>
434
- *
435
- * <p>AWS Global Accelerator is a service in which you create <i>accelerators</i> to improve the performance
436
- * of your applications for local and global users. Depending on the type of accelerator you choose, you can
437
- * gain additional benefits. </p>
438
- * <ul>
439
- * <li>
440
- * <p>By using a standard accelerator, you can improve availability of your internet applications
441
- * that are used by a global audience. With a standard accelerator, Global Accelerator directs traffic to optimal endpoints over the AWS
442
- * global network. </p>
443
- * </li>
444
- * <li>
445
- * <p>For other scenarios, you might choose a custom routing accelerator. With a custom routing accelerator, you
446
- * can use application logic to directly map one or more users to a specific endpoint among many endpoints.</p>
447
- * </li>
448
- * </ul>
449
- * <important>
450
- * <p>Global Accelerator is a global service that supports endpoints in multiple AWS Regions but you must specify the
451
- * US West (Oregon) Region to create or update accelerators.</p>
452
- * </important>
453
- * <p>By default, Global Accelerator provides you with two static IP addresses that you associate with your accelerator. With
454
- * a standard accelerator, instead of using the
455
- * IP addresses that Global Accelerator provides, you can configure these entry points to be IPv4 addresses from your own IP address ranges
456
- * that you bring to Global Accelerator. The static IP addresses are anycast from the AWS edge network. For a standard accelerator,
457
- * they distribute incoming application traffic across multiple endpoint resources in multiple AWS Regions, which increases
458
- * the availability of your applications. Endpoints for standard accelerators can be Network Load Balancers, Application Load Balancers,
459
- * Amazon EC2 instances, or Elastic IP addresses that are located in one AWS Region or multiple Regions. For custom routing
460
- * accelerators, you map traffic that arrives to the static IP addresses to specific Amazon EC2 servers in endpoints that
461
- * are virtual private cloud (VPC) subnets.</p>
462
- *
463
- * <important>
464
- * <p>The static IP addresses remain assigned to your accelerator for as long as it exists, even if you
465
- * disable the accelerator and it no longer accepts or routes traffic. However, when you
466
- * <i>delete</i> an accelerator, you lose the static IP addresses that
467
- * are assigned to it, so you can no longer route traffic by using them. You can use
468
- * IAM policies like tag-based permissions with Global Accelerator to limit the users who have
469
- * permissions to delete an accelerator. For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/access-control-manage-access-tag-policies.html">Tag-based policies</a>.</p>
470
- * </important>
471
- * <p>For standard accelerators, Global Accelerator uses the AWS global network to route traffic to the optimal regional endpoint based
472
- * on health, client location, and policies that you configure. The service reacts instantly to
473
- * changes in health or configuration to ensure that internet traffic from clients is always
474
- * directed to healthy endpoints.</p>
475
- *
476
- * <p>For a list of the AWS Regions where Global Accelerator and other services are currently supported, see the
477
- * <a href="https://docs.aws.amazon.com/about-aws/global-infrastructure/regional-product-services/">AWS
478
- * Region Table</a>.</p>
479
- *
480
- * <p>AWS Global Accelerator includes the following components:</p>
481
- * <dl>
482
- * <dt>Static IP addresses</dt>
483
- * <dd>
484
- * <p>Global Accelerator provides you with a set of two static IP addresses that are anycast from the AWS edge
485
- * network. If you bring your own IP address range to AWS (BYOIP) to use with a standard accelerator, you
486
- * can instead assign IP addresses from your own pool to use with your accelerator. For more information,
487
- * see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/using-byoip.html">
488
- * Bring your own IP addresses (BYOIP) in AWS Global Accelerator</a>.</p>
489
- * <p>The IP addresses serve as single fixed entry points for your clients. If you already have Elastic
490
- * Load Balancing load balancers, Amazon EC2 instances, or Elastic IP address resources set up for your applications,
491
- * you can easily add those to a standard accelerator in Global Accelerator. This allows Global Accelerator to use static IP addresses
492
- * to access the resources.</p>
493
- * <p>The static IP addresses remain assigned to your accelerator for as long as it exists, even
494
- * if you disable the accelerator and it no longer accepts or routes traffic.
495
- * However, when you <i>delete</i> an accelerator, you lose the
496
- * static IP addresses that are assigned to it, so you can no longer route
497
- * traffic by using them. You can use IAM policies like tag-based permissions
498
- * with Global Accelerator to delete an accelerator. For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/access-control-manage-access-tag-policies.html">Tag-based policies</a>.</p>
499
- * </dd>
500
- * <dt>Accelerator</dt>
501
- * <dd>
502
- * <p>An accelerator directs traffic to endpoints over the AWS global network to improve the
503
- * performance of your internet applications. Each accelerator includes one or more listeners.</p>
504
- * <p>There are two types of accelerators:</p>
505
- * <ul>
506
- * <li>
507
- * <p>A <i>standard</i> accelerator directs traffic to the optimal AWS endpoint based
508
- * on several factors, including the user’s location, the health of the endpoint, and the endpoint weights
509
- * that you configure. This improves the availability and performance of your applications.
510
- * Endpoints can be Network Load Balancers, Application Load Balancers, Amazon EC2 instances, or Elastic IP addresses.</p>
511
- * </li>
512
- * <li>
513
- * <p>A <i>custom routing</i> accelerator directs traffic to one of possibly thousands of
514
- * Amazon EC2 instances running in a single or multiple virtual private
515
- * clouds (VPCs). With custom routing, listener ports are mapped to
516
- * statically associate port ranges with VPC subnets, which
517
- * allows Global Accelerator to determine an EC2 instance IP address at the time of
518
- * connection. By default, all port mapping destinations in a VPC
519
- * subnet can't receive traffic. You can choose to configure all
520
- * destinations in the subnet to receive traffic, or to specify
521
- * individual port mappings that can receive traffic.</p>
522
- * </li>
523
- * </ul>
524
- * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/introduction-accelerator-types.html">Types of accelerators</a>.</p>
525
- * </dd>
526
- * <dt>DNS name</dt>
527
- * <dd>
528
- * <p>Global Accelerator assigns each accelerator a default Domain Name System (DNS) name, similar to
529
- * <code>a1234567890abcdef.awsglobalaccelerator.com</code>, that points to
530
- * the static IP addresses that Global Accelerator assigns to you or that you choose from your
531
- * own IP address range. Depending on the use
532
- * case, you can use your accelerator's static IP addresses or DNS name to
533
- * route traffic to your accelerator, or set up DNS records to route traffic using
534
- * your own custom domain name.</p>
535
- * </dd>
536
- * <dt>Network zone</dt>
537
- * <dd>
538
- * <p>A network zone services the static IP addresses for your accelerator from a unique IP subnet. Similar to an
539
- * AWS Availability Zone, a network zone is an isolated unit with its own set of physical infrastructure.
540
- * When you configure an accelerator, by default, Global Accelerator allocates two IPv4 addresses for it. If one IP address from a
541
- * network zone becomes unavailable due to IP address blocking by certain client networks, or network
542
- * disruptions, then client applications can retry on the healthy static IP address from the other isolated
543
- * network zone.</p>
544
- * </dd>
545
- * <dt>Listener</dt>
546
- * <dd>
547
- * <p>A listener processes inbound connections from clients to Global Accelerator, based on the port (or port range)
548
- * and protocol (or protocols) that you configure. A listener can be configured for TCP, UDP, or both TCP and UDP protocols. Each
549
- * listener has one or more endpoint groups associated with it, and traffic is forwarded
550
- * to endpoints in one of the groups. You associate endpoint groups with listeners by specifying the Regions that you
551
- * want to distribute traffic to. With a standard accelerator, traffic is distributed to optimal endpoints within the endpoint
552
- * groups associated with a listener.</p>
553
- * </dd>
554
- * <dt>Endpoint group</dt>
555
- * <dd>
556
- * <p>Each endpoint group is associated with a specific AWS Region. Endpoint groups include one or
557
- * more endpoints in the Region. With a standard accelerator, you can increase or reduce the percentage of
558
- * traffic that would be otherwise directed to an endpoint group by adjusting a
559
- * setting called a <i>traffic dial</i>. The traffic dial lets
560
- * you easily do performance testing or blue/green deployment testing, for example, for new
561
- * releases across different AWS Regions. </p>
562
- * </dd>
563
- * <dt>Endpoint</dt>
564
- * <dd>
565
- * <p>An endpoint is a resource that Global Accelerator directs traffic to.</p>
566
- * <p>Endpoints for standard accelerators can be Network Load Balancers, Application Load Balancers, Amazon EC2 instances, or Elastic IP
567
- * addresses. An Application Load Balancer endpoint can be internet-facing or internal. Traffic for
568
- * standard accelerators is routed to endpoints based on the health of the
569
- * endpoint along with configuration options that you choose, such as endpoint
570
- * weights. For each endpoint, you can configure weights, which are numbers
571
- * that you can use to specify the proportion of traffic to route to each one.
572
- * This can be useful, for example, to do performance testing within a
573
- * Region.</p>
574
- * <p>Endpoints for custom routing accelerators are virtual private cloud (VPC) subnets with one
575
- * or many EC2 instances.</p>
576
- * </dd>
577
- * </dl>
578
- */
579
- export class GlobalAcceleratorClient extends __Client<
580
- __HttpHandlerOptions,
581
- ServiceInputTypes,
582
- ServiceOutputTypes,
583
- GlobalAcceleratorClientResolvedConfig
584
- > {
585
- /**
586
- * The resolved configuration of GlobalAcceleratorClient class. This is resolved and normalized from the {@link GlobalAcceleratorClientConfig | constructor configuration interface}.
587
- */
588
- readonly config: GlobalAcceleratorClientResolvedConfig;
589
-
590
- constructor(configuration: GlobalAcceleratorClientConfig) {
591
- let _config_0 = __getRuntimeConfig(configuration);
592
- let _config_1 = resolveRegionConfig(_config_0);
593
- let _config_2 = resolveEndpointsConfig(_config_1);
594
- let _config_3 = resolveRetryConfig(_config_2);
595
- let _config_4 = resolveHostHeaderConfig(_config_3);
596
- let _config_5 = resolveAwsAuthConfig(_config_4);
597
- let _config_6 = resolveUserAgentConfig(_config_5);
598
- super(_config_6);
599
- this.config = _config_6;
600
- this.middlewareStack.use(getRetryPlugin(this.config));
601
- this.middlewareStack.use(getContentLengthPlugin(this.config));
602
- this.middlewareStack.use(getHostHeaderPlugin(this.config));
603
- this.middlewareStack.use(getLoggerPlugin(this.config));
604
- this.middlewareStack.use(getAwsAuthPlugin(this.config));
605
- this.middlewareStack.use(getUserAgentPlugin(this.config));
606
- }
607
-
608
- /**
609
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
610
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
611
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
612
- */
613
- destroy(): void {
614
- super.destroy();
615
- }
616
- }