@aws-sdk/client-elastic-load-balancing-v2 3.34.0 → 3.37.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (435) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/ElasticLoadBalancingV2.js +1 -43
  3. package/dist-cjs/ElasticLoadBalancingV2Client.js +35 -0
  4. package/dist-cjs/commands/AddListenerCertificatesCommand.js +36 -0
  5. package/{dist/cjs → dist-cjs}/commands/AddTagsCommand.js +2 -31
  6. package/dist-cjs/commands/CreateListenerCommand.js +36 -0
  7. package/dist-cjs/commands/CreateLoadBalancerCommand.js +36 -0
  8. package/dist-cjs/commands/CreateRuleCommand.js +36 -0
  9. package/dist-cjs/commands/CreateTargetGroupCommand.js +36 -0
  10. package/{dist/cjs → dist-cjs}/commands/DeleteListenerCommand.js +2 -29
  11. package/dist-cjs/commands/DeleteLoadBalancerCommand.js +36 -0
  12. package/{dist/cjs → dist-cjs}/commands/DeleteRuleCommand.js +2 -28
  13. package/{dist/cjs → dist-cjs}/commands/DeleteTargetGroupCommand.js +2 -31
  14. package/{dist/cjs → dist-cjs}/commands/DeregisterTargetsCommand.js +2 -28
  15. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +36 -0
  16. package/dist-cjs/commands/DescribeListenerCertificatesCommand.js +36 -0
  17. package/{dist/cjs → dist-cjs}/commands/DescribeListenersCommand.js +2 -29
  18. package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +36 -0
  19. package/{dist/cjs → dist-cjs}/commands/DescribeLoadBalancersCommand.js +2 -27
  20. package/{dist/cjs → dist-cjs}/commands/DescribeRulesCommand.js +2 -28
  21. package/{dist/cjs → dist-cjs}/commands/DescribeSSLPoliciesCommand.js +2 -29
  22. package/{dist/cjs → dist-cjs}/commands/DescribeTagsCommand.js +2 -29
  23. package/dist-cjs/commands/DescribeTargetGroupAttributesCommand.js +36 -0
  24. package/{dist/cjs → dist-cjs}/commands/DescribeTargetGroupsCommand.js +2 -30
  25. package/{dist/cjs → dist-cjs}/commands/DescribeTargetHealthCommand.js +2 -27
  26. package/dist-cjs/commands/ModifyListenerCommand.js +36 -0
  27. package/{dist/cjs → dist-cjs}/commands/ModifyLoadBalancerAttributesCommand.js +2 -30
  28. package/{dist/cjs → dist-cjs}/commands/ModifyRuleCommand.js +2 -31
  29. package/{dist/cjs → dist-cjs}/commands/ModifyTargetGroupAttributesCommand.js +2 -27
  30. package/{dist/cjs → dist-cjs}/commands/ModifyTargetGroupCommand.js +2 -28
  31. package/dist-cjs/commands/RegisterTargetsCommand.js +36 -0
  32. package/{dist/cjs → dist-cjs}/commands/RemoveListenerCertificatesCommand.js +2 -28
  33. package/{dist/cjs → dist-cjs}/commands/RemoveTagsCommand.js +2 -29
  34. package/{dist/cjs → dist-cjs}/commands/SetIpAddressTypeCommand.js +2 -28
  35. package/{dist/cjs → dist-cjs}/commands/SetRulePrioritiesCommand.js +2 -29
  36. package/{dist/cjs → dist-cjs}/commands/SetSecurityGroupsCommand.js +2 -30
  37. package/{dist/cjs → dist-cjs}/commands/SetSubnetsCommand.js +2 -32
  38. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  39. package/{dist/cjs → dist-cjs}/index.js +0 -1
  40. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  41. package/{dist/cjs → dist-cjs}/models/models_0.js +16 -437
  42. package/{dist/cjs → dist-cjs}/pagination/DescribeListenersPaginator.js +1 -12
  43. package/{dist/cjs → dist-cjs}/pagination/DescribeLoadBalancersPaginator.js +1 -12
  44. package/{dist/cjs → dist-cjs}/pagination/DescribeTargetGroupsPaginator.js +1 -12
  45. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  46. package/{dist/cjs → dist-cjs}/protocols/Aws_query.js +172 -133
  47. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  48. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  49. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  50. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  51. package/{dist/cjs → dist-cjs}/waiters/waitForLoadBalancerAvailable.js +10 -20
  52. package/{dist/cjs → dist-cjs}/waiters/waitForLoadBalancerExists.js +2 -12
  53. package/{dist/cjs → dist-cjs}/waiters/waitForLoadBalancersDeleted.js +6 -16
  54. package/{dist/cjs → dist-cjs}/waiters/waitForTargetDeregistered.js +6 -16
  55. package/{dist/cjs → dist-cjs}/waiters/waitForTargetInService.js +6 -16
  56. package/{dist/es → dist-es}/ElasticLoadBalancingV2.js +1 -2
  57. package/{dist/es → dist-es}/ElasticLoadBalancingV2Client.js +1 -2
  58. package/{dist/es → dist-es}/commands/AddListenerCertificatesCommand.js +2 -3
  59. package/{dist/es → dist-es}/commands/AddTagsCommand.js +2 -3
  60. package/{dist/es → dist-es}/commands/CreateListenerCommand.js +2 -3
  61. package/{dist/es → dist-es}/commands/CreateLoadBalancerCommand.js +2 -3
  62. package/{dist/es → dist-es}/commands/CreateRuleCommand.js +2 -3
  63. package/{dist/es → dist-es}/commands/CreateTargetGroupCommand.js +2 -3
  64. package/{dist/es → dist-es}/commands/DeleteListenerCommand.js +2 -3
  65. package/{dist/es → dist-es}/commands/DeleteLoadBalancerCommand.js +2 -3
  66. package/{dist/es → dist-es}/commands/DeleteRuleCommand.js +2 -3
  67. package/{dist/es → dist-es}/commands/DeleteTargetGroupCommand.js +2 -3
  68. package/{dist/es → dist-es}/commands/DeregisterTargetsCommand.js +2 -3
  69. package/{dist/es → dist-es}/commands/DescribeAccountLimitsCommand.js +2 -3
  70. package/{dist/es → dist-es}/commands/DescribeListenerCertificatesCommand.js +2 -3
  71. package/{dist/es → dist-es}/commands/DescribeListenersCommand.js +2 -3
  72. package/{dist/es → dist-es}/commands/DescribeLoadBalancerAttributesCommand.js +2 -3
  73. package/{dist/es → dist-es}/commands/DescribeLoadBalancersCommand.js +2 -3
  74. package/{dist/es → dist-es}/commands/DescribeRulesCommand.js +2 -3
  75. package/{dist/es → dist-es}/commands/DescribeSSLPoliciesCommand.js +2 -3
  76. package/{dist/es → dist-es}/commands/DescribeTagsCommand.js +2 -3
  77. package/{dist/es → dist-es}/commands/DescribeTargetGroupAttributesCommand.js +2 -3
  78. package/{dist/es → dist-es}/commands/DescribeTargetGroupsCommand.js +2 -3
  79. package/{dist/es → dist-es}/commands/DescribeTargetHealthCommand.js +2 -3
  80. package/{dist/es → dist-es}/commands/ModifyListenerCommand.js +2 -3
  81. package/{dist/es → dist-es}/commands/ModifyLoadBalancerAttributesCommand.js +2 -3
  82. package/{dist/es → dist-es}/commands/ModifyRuleCommand.js +2 -3
  83. package/{dist/es → dist-es}/commands/ModifyTargetGroupAttributesCommand.js +2 -3
  84. package/{dist/es → dist-es}/commands/ModifyTargetGroupCommand.js +2 -3
  85. package/{dist/es → dist-es}/commands/RegisterTargetsCommand.js +2 -3
  86. package/{dist/es → dist-es}/commands/RemoveListenerCertificatesCommand.js +2 -3
  87. package/{dist/es → dist-es}/commands/RemoveTagsCommand.js +2 -3
  88. package/{dist/es → dist-es}/commands/SetIpAddressTypeCommand.js +2 -3
  89. package/{dist/es → dist-es}/commands/SetRulePrioritiesCommand.js +2 -3
  90. package/{dist/es → dist-es}/commands/SetSecurityGroupsCommand.js +2 -3
  91. package/{dist/es → dist-es}/commands/SetSubnetsCommand.js +2 -3
  92. package/{dist/es → dist-es}/endpoints.js +1 -2
  93. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  94. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  95. package/{dist/es → dist-es}/models/models_0.js +10 -5
  96. package/{dist/es → dist-es}/pagination/DescribeListenersPaginator.js +1 -2
  97. package/{dist/es → dist-es}/pagination/DescribeLoadBalancersPaginator.js +1 -2
  98. package/{dist/es → dist-es}/pagination/DescribeTargetGroupsPaginator.js +1 -2
  99. package/dist-es/pagination/Interfaces.js +1 -0
  100. package/{dist/es → dist-es}/protocols/Aws_query.js +79 -38
  101. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  102. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  103. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  104. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  105. package/{dist/es → dist-es}/waiters/waitForLoadBalancerAvailable.js +1 -2
  106. package/{dist/es → dist-es}/waiters/waitForLoadBalancerExists.js +1 -2
  107. package/{dist/es → dist-es}/waiters/waitForLoadBalancersDeleted.js +1 -2
  108. package/{dist/es → dist-es}/waiters/waitForTargetDeregistered.js +1 -2
  109. package/{dist/es → dist-es}/waiters/waitForTargetInService.js +1 -2
  110. package/{dist/types → dist-types}/ElasticLoadBalancingV2.d.ts +2 -2
  111. package/{dist/types → dist-types}/ElasticLoadBalancingV2Client.d.ts +8 -8
  112. package/{dist/types → dist-types}/commands/AddListenerCertificatesCommand.d.ts +2 -2
  113. package/{dist/types → dist-types}/commands/AddTagsCommand.d.ts +2 -2
  114. package/{dist/types → dist-types}/commands/CreateListenerCommand.d.ts +2 -2
  115. package/{dist/types → dist-types}/commands/CreateLoadBalancerCommand.d.ts +2 -2
  116. package/{dist/types → dist-types}/commands/CreateRuleCommand.d.ts +2 -2
  117. package/{dist/types → dist-types}/commands/CreateTargetGroupCommand.d.ts +2 -2
  118. package/{dist/types → dist-types}/commands/DeleteListenerCommand.d.ts +2 -2
  119. package/{dist/types → dist-types}/commands/DeleteLoadBalancerCommand.d.ts +2 -2
  120. package/{dist/types → dist-types}/commands/DeleteRuleCommand.d.ts +2 -2
  121. package/{dist/types → dist-types}/commands/DeleteTargetGroupCommand.d.ts +2 -2
  122. package/{dist/types → dist-types}/commands/DeregisterTargetsCommand.d.ts +2 -2
  123. package/{dist/types → dist-types}/commands/DescribeAccountLimitsCommand.d.ts +2 -2
  124. package/{dist/types → dist-types}/commands/DescribeListenerCertificatesCommand.d.ts +2 -2
  125. package/{dist/types → dist-types}/commands/DescribeListenersCommand.d.ts +2 -2
  126. package/{dist/types → dist-types}/commands/DescribeLoadBalancerAttributesCommand.d.ts +2 -2
  127. package/{dist/types → dist-types}/commands/DescribeLoadBalancersCommand.d.ts +2 -2
  128. package/{dist/types → dist-types}/commands/DescribeRulesCommand.d.ts +2 -2
  129. package/{dist/types → dist-types}/commands/DescribeSSLPoliciesCommand.d.ts +2 -2
  130. package/{dist/types → dist-types}/commands/DescribeTagsCommand.d.ts +2 -2
  131. package/{dist/types → dist-types}/commands/DescribeTargetGroupAttributesCommand.d.ts +2 -2
  132. package/{dist/types → dist-types}/commands/DescribeTargetGroupsCommand.d.ts +2 -2
  133. package/{dist/types → dist-types}/commands/DescribeTargetHealthCommand.d.ts +2 -2
  134. package/{dist/types → dist-types}/commands/ModifyListenerCommand.d.ts +2 -2
  135. package/{dist/types → dist-types}/commands/ModifyLoadBalancerAttributesCommand.d.ts +2 -2
  136. package/{dist/types → dist-types}/commands/ModifyRuleCommand.d.ts +2 -2
  137. package/{dist/types → dist-types}/commands/ModifyTargetGroupAttributesCommand.d.ts +2 -2
  138. package/{dist/types → dist-types}/commands/ModifyTargetGroupCommand.d.ts +2 -2
  139. package/{dist/types → dist-types}/commands/RegisterTargetsCommand.d.ts +2 -2
  140. package/{dist/types → dist-types}/commands/RemoveListenerCertificatesCommand.d.ts +2 -2
  141. package/{dist/types → dist-types}/commands/RemoveTagsCommand.d.ts +2 -2
  142. package/{dist/types → dist-types}/commands/SetIpAddressTypeCommand.d.ts +2 -2
  143. package/{dist/types → dist-types}/commands/SetRulePrioritiesCommand.d.ts +2 -2
  144. package/{dist/types → dist-types}/commands/SetSecurityGroupsCommand.d.ts +2 -2
  145. package/{dist/types → dist-types}/commands/SetSubnetsCommand.d.ts +2 -2
  146. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  147. package/{index.ts → dist-types/index.d.ts} +0 -0
  148. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  149. package/{dist/types → dist-types}/models/models_0.d.ts +60 -23
  150. package/{dist/types → dist-types}/pagination/DescribeListenersPaginator.d.ts +1 -1
  151. package/{dist/types → dist-types}/pagination/DescribeLoadBalancersPaginator.d.ts +1 -1
  152. package/{dist/types → dist-types}/pagination/DescribeTargetGroupsPaginator.d.ts +1 -1
  153. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  154. package/{dist/types → dist-types}/protocols/Aws_query.d.ts +2 -2
  155. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +3 -1
  156. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  157. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  158. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  159. package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +175 -0
  160. package/{dist/types → dist-types}/ts3.4/ElasticLoadBalancingV2Client.d.ts +32 -135
  161. package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +17 -0
  162. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +17 -0
  163. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +17 -0
  164. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +17 -0
  165. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +17 -0
  166. package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +17 -0
  167. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +17 -0
  168. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +17 -0
  169. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +17 -0
  170. package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +17 -0
  171. package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +17 -0
  172. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +17 -0
  173. package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +17 -0
  174. package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +17 -0
  175. package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +17 -0
  176. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +17 -0
  177. package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +17 -0
  178. package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +17 -0
  179. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
  180. package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +17 -0
  181. package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +17 -0
  182. package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +17 -0
  183. package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +17 -0
  184. package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +17 -0
  185. package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +17 -0
  186. package/{dist/types → dist-types}/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +4 -22
  187. package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +17 -0
  188. package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +17 -0
  189. package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +17 -0
  190. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +17 -0
  191. package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +17 -0
  192. package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +17 -0
  193. package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +17 -0
  194. package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +17 -0
  195. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  196. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  197. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  198. package/dist-types/ts3.4/models/models_0.d.ts +811 -0
  199. package/{dist/types → dist-types}/ts3.4/pagination/DescribeListenersPaginator.d.ts +1 -1
  200. package/{dist/types → dist-types}/ts3.4/pagination/DescribeLoadBalancersPaginator.d.ts +1 -1
  201. package/{dist/types → dist-types}/ts3.4/pagination/DescribeTargetGroupsPaginator.d.ts +1 -1
  202. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  203. package/{dist/types → dist-types}/ts3.4/protocols/Aws_query.d.ts +2 -2
  204. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +2 -4
  205. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  206. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  207. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  208. package/{dist/types → dist-types}/ts3.4/waiters/waitForLoadBalancerAvailable.d.ts +4 -11
  209. package/{dist/types → dist-types}/ts3.4/waiters/waitForLoadBalancerExists.d.ts +4 -11
  210. package/{dist/types → dist-types}/ts3.4/waiters/waitForLoadBalancersDeleted.d.ts +4 -11
  211. package/{dist/types → dist-types}/ts3.4/waiters/waitForTargetDeregistered.d.ts +4 -11
  212. package/{dist/types → dist-types}/ts3.4/waiters/waitForTargetInService.d.ts +4 -11
  213. package/{dist/types → dist-types}/waiters/waitForLoadBalancerAvailable.d.ts +2 -2
  214. package/{dist/types → dist-types}/waiters/waitForLoadBalancerExists.d.ts +2 -2
  215. package/{dist/types → dist-types}/waiters/waitForLoadBalancersDeleted.d.ts +2 -2
  216. package/{dist/types → dist-types}/waiters/waitForTargetDeregistered.d.ts +2 -2
  217. package/{dist/types → dist-types}/waiters/waitForTargetInService.d.ts +2 -2
  218. package/package.json +46 -43
  219. package/ElasticLoadBalancingV2.ts +0 -1475
  220. package/ElasticLoadBalancingV2Client.ts +0 -411
  221. package/commands/AddListenerCertificatesCommand.ts +0 -105
  222. package/commands/AddTagsCommand.ts +0 -99
  223. package/commands/CreateListenerCommand.ts +0 -125
  224. package/commands/CreateLoadBalancerCommand.ts +0 -125
  225. package/commands/CreateRuleCommand.ts +0 -100
  226. package/commands/CreateTargetGroupCommand.ts +0 -125
  227. package/commands/DeleteListenerCommand.ts +0 -100
  228. package/commands/DeleteLoadBalancerCommand.ts +0 -104
  229. package/commands/DeleteRuleCommand.ts +0 -96
  230. package/commands/DeleteTargetGroupCommand.ts +0 -102
  231. package/commands/DeregisterTargetsCommand.ts +0 -99
  232. package/commands/DescribeAccountLimitsCommand.ts +0 -120
  233. package/commands/DescribeListenerCertificatesCommand.ts +0 -110
  234. package/commands/DescribeListenersCommand.ts +0 -100
  235. package/commands/DescribeLoadBalancerAttributesCommand.ts +0 -129
  236. package/commands/DescribeLoadBalancersCommand.ts +0 -98
  237. package/commands/DescribeRulesCommand.ts +0 -99
  238. package/commands/DescribeSSLPoliciesCommand.ts +0 -100
  239. package/commands/DescribeTagsCommand.ts +0 -97
  240. package/commands/DescribeTargetGroupAttributesCommand.ts +0 -124
  241. package/commands/DescribeTargetGroupsCommand.ts +0 -101
  242. package/commands/DescribeTargetHealthCommand.ts +0 -98
  243. package/commands/ModifyListenerCommand.ts +0 -105
  244. package/commands/ModifyLoadBalancerAttributesCommand.ts +0 -106
  245. package/commands/ModifyRuleCommand.ts +0 -99
  246. package/commands/ModifyTargetGroupAttributesCommand.ts +0 -101
  247. package/commands/ModifyTargetGroupCommand.ts +0 -99
  248. package/commands/RegisterTargetsCommand.ts +0 -110
  249. package/commands/RemoveListenerCertificatesCommand.ts +0 -102
  250. package/commands/RemoveTagsCommand.ts +0 -97
  251. package/commands/SetIpAddressTypeCommand.ts +0 -99
  252. package/commands/SetRulePrioritiesCommand.ts +0 -100
  253. package/commands/SetSecurityGroupsCommand.ts +0 -101
  254. package/commands/SetSubnetsCommand.ts +0 -100
  255. package/dist/cjs/ElasticLoadBalancingV2.js.map +0 -1
  256. package/dist/cjs/ElasticLoadBalancingV2Client.js +0 -82
  257. package/dist/cjs/ElasticLoadBalancingV2Client.js.map +0 -1
  258. package/dist/cjs/commands/AddListenerCertificatesCommand.js +0 -68
  259. package/dist/cjs/commands/AddListenerCertificatesCommand.js.map +0 -1
  260. package/dist/cjs/commands/AddTagsCommand.js.map +0 -1
  261. package/dist/cjs/commands/CreateListenerCommand.js +0 -88
  262. package/dist/cjs/commands/CreateListenerCommand.js.map +0 -1
  263. package/dist/cjs/commands/CreateLoadBalancerCommand.js +0 -88
  264. package/dist/cjs/commands/CreateLoadBalancerCommand.js.map +0 -1
  265. package/dist/cjs/commands/CreateRuleCommand.js +0 -66
  266. package/dist/cjs/commands/CreateRuleCommand.js.map +0 -1
  267. package/dist/cjs/commands/CreateTargetGroupCommand.js +0 -88
  268. package/dist/cjs/commands/CreateTargetGroupCommand.js.map +0 -1
  269. package/dist/cjs/commands/DeleteListenerCommand.js.map +0 -1
  270. package/dist/cjs/commands/DeleteLoadBalancerCommand.js +0 -67
  271. package/dist/cjs/commands/DeleteLoadBalancerCommand.js.map +0 -1
  272. package/dist/cjs/commands/DeleteRuleCommand.js.map +0 -1
  273. package/dist/cjs/commands/DeleteTargetGroupCommand.js.map +0 -1
  274. package/dist/cjs/commands/DeregisterTargetsCommand.js.map +0 -1
  275. package/dist/cjs/commands/DescribeAccountLimitsCommand.js +0 -83
  276. package/dist/cjs/commands/DescribeAccountLimitsCommand.js.map +0 -1
  277. package/dist/cjs/commands/DescribeListenerCertificatesCommand.js +0 -68
  278. package/dist/cjs/commands/DescribeListenerCertificatesCommand.js.map +0 -1
  279. package/dist/cjs/commands/DescribeListenersCommand.js.map +0 -1
  280. package/dist/cjs/commands/DescribeLoadBalancerAttributesCommand.js +0 -84
  281. package/dist/cjs/commands/DescribeLoadBalancerAttributesCommand.js.map +0 -1
  282. package/dist/cjs/commands/DescribeLoadBalancersCommand.js.map +0 -1
  283. package/dist/cjs/commands/DescribeRulesCommand.js.map +0 -1
  284. package/dist/cjs/commands/DescribeSSLPoliciesCommand.js.map +0 -1
  285. package/dist/cjs/commands/DescribeTagsCommand.js.map +0 -1
  286. package/dist/cjs/commands/DescribeTargetGroupAttributesCommand.js +0 -82
  287. package/dist/cjs/commands/DescribeTargetGroupAttributesCommand.js.map +0 -1
  288. package/dist/cjs/commands/DescribeTargetGroupsCommand.js.map +0 -1
  289. package/dist/cjs/commands/DescribeTargetHealthCommand.js.map +0 -1
  290. package/dist/cjs/commands/ModifyListenerCommand.js +0 -68
  291. package/dist/cjs/commands/ModifyListenerCommand.js.map +0 -1
  292. package/dist/cjs/commands/ModifyLoadBalancerAttributesCommand.js.map +0 -1
  293. package/dist/cjs/commands/ModifyRuleCommand.js.map +0 -1
  294. package/dist/cjs/commands/ModifyTargetGroupAttributesCommand.js.map +0 -1
  295. package/dist/cjs/commands/ModifyTargetGroupCommand.js.map +0 -1
  296. package/dist/cjs/commands/RegisterTargetsCommand.js +0 -73
  297. package/dist/cjs/commands/RegisterTargetsCommand.js.map +0 -1
  298. package/dist/cjs/commands/RemoveListenerCertificatesCommand.js.map +0 -1
  299. package/dist/cjs/commands/RemoveTagsCommand.js.map +0 -1
  300. package/dist/cjs/commands/SetIpAddressTypeCommand.js.map +0 -1
  301. package/dist/cjs/commands/SetRulePrioritiesCommand.js.map +0 -1
  302. package/dist/cjs/commands/SetSecurityGroupsCommand.js.map +0 -1
  303. package/dist/cjs/commands/SetSubnetsCommand.js.map +0 -1
  304. package/dist/cjs/endpoints.js.map +0 -1
  305. package/dist/cjs/index.js.map +0 -1
  306. package/dist/cjs/models/index.js.map +0 -1
  307. package/dist/cjs/models/models_0.js.map +0 -1
  308. package/dist/cjs/package.json +0 -94
  309. package/dist/cjs/pagination/DescribeListenersPaginator.js.map +0 -1
  310. package/dist/cjs/pagination/DescribeLoadBalancersPaginator.js.map +0 -1
  311. package/dist/cjs/pagination/DescribeTargetGroupsPaginator.js.map +0 -1
  312. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  313. package/dist/cjs/protocols/Aws_query.js.map +0 -1
  314. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  315. package/dist/cjs/runtimeConfig.js.map +0 -1
  316. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  317. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  318. package/dist/cjs/waiters/waitForLoadBalancerAvailable.js.map +0 -1
  319. package/dist/cjs/waiters/waitForLoadBalancerExists.js.map +0 -1
  320. package/dist/cjs/waiters/waitForLoadBalancersDeleted.js.map +0 -1
  321. package/dist/cjs/waiters/waitForTargetDeregistered.js.map +0 -1
  322. package/dist/cjs/waiters/waitForTargetInService.js.map +0 -1
  323. package/dist/es/ElasticLoadBalancingV2.js.map +0 -1
  324. package/dist/es/ElasticLoadBalancingV2Client.js.map +0 -1
  325. package/dist/es/commands/AddListenerCertificatesCommand.js.map +0 -1
  326. package/dist/es/commands/AddTagsCommand.js.map +0 -1
  327. package/dist/es/commands/CreateListenerCommand.js.map +0 -1
  328. package/dist/es/commands/CreateLoadBalancerCommand.js.map +0 -1
  329. package/dist/es/commands/CreateRuleCommand.js.map +0 -1
  330. package/dist/es/commands/CreateTargetGroupCommand.js.map +0 -1
  331. package/dist/es/commands/DeleteListenerCommand.js.map +0 -1
  332. package/dist/es/commands/DeleteLoadBalancerCommand.js.map +0 -1
  333. package/dist/es/commands/DeleteRuleCommand.js.map +0 -1
  334. package/dist/es/commands/DeleteTargetGroupCommand.js.map +0 -1
  335. package/dist/es/commands/DeregisterTargetsCommand.js.map +0 -1
  336. package/dist/es/commands/DescribeAccountLimitsCommand.js.map +0 -1
  337. package/dist/es/commands/DescribeListenerCertificatesCommand.js.map +0 -1
  338. package/dist/es/commands/DescribeListenersCommand.js.map +0 -1
  339. package/dist/es/commands/DescribeLoadBalancerAttributesCommand.js.map +0 -1
  340. package/dist/es/commands/DescribeLoadBalancersCommand.js.map +0 -1
  341. package/dist/es/commands/DescribeRulesCommand.js.map +0 -1
  342. package/dist/es/commands/DescribeSSLPoliciesCommand.js.map +0 -1
  343. package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
  344. package/dist/es/commands/DescribeTargetGroupAttributesCommand.js.map +0 -1
  345. package/dist/es/commands/DescribeTargetGroupsCommand.js.map +0 -1
  346. package/dist/es/commands/DescribeTargetHealthCommand.js.map +0 -1
  347. package/dist/es/commands/ModifyListenerCommand.js.map +0 -1
  348. package/dist/es/commands/ModifyLoadBalancerAttributesCommand.js.map +0 -1
  349. package/dist/es/commands/ModifyRuleCommand.js.map +0 -1
  350. package/dist/es/commands/ModifyTargetGroupAttributesCommand.js.map +0 -1
  351. package/dist/es/commands/ModifyTargetGroupCommand.js.map +0 -1
  352. package/dist/es/commands/RegisterTargetsCommand.js.map +0 -1
  353. package/dist/es/commands/RemoveListenerCertificatesCommand.js.map +0 -1
  354. package/dist/es/commands/RemoveTagsCommand.js.map +0 -1
  355. package/dist/es/commands/SetIpAddressTypeCommand.js.map +0 -1
  356. package/dist/es/commands/SetRulePrioritiesCommand.js.map +0 -1
  357. package/dist/es/commands/SetSecurityGroupsCommand.js.map +0 -1
  358. package/dist/es/commands/SetSubnetsCommand.js.map +0 -1
  359. package/dist/es/endpoints.js.map +0 -1
  360. package/dist/es/index.js +0 -47
  361. package/dist/es/index.js.map +0 -1
  362. package/dist/es/models/index.js +0 -2
  363. package/dist/es/models/index.js.map +0 -1
  364. package/dist/es/models/models_0.js.map +0 -1
  365. package/dist/es/package.json +0 -94
  366. package/dist/es/pagination/DescribeListenersPaginator.js.map +0 -1
  367. package/dist/es/pagination/DescribeLoadBalancersPaginator.js.map +0 -1
  368. package/dist/es/pagination/DescribeTargetGroupsPaginator.js.map +0 -1
  369. package/dist/es/pagination/Interfaces.js +0 -2
  370. package/dist/es/pagination/Interfaces.js.map +0 -1
  371. package/dist/es/protocols/Aws_query.js.map +0 -1
  372. package/dist/es/runtimeConfig.browser.js.map +0 -1
  373. package/dist/es/runtimeConfig.js.map +0 -1
  374. package/dist/es/runtimeConfig.native.js.map +0 -1
  375. package/dist/es/runtimeConfig.shared.js.map +0 -1
  376. package/dist/es/waiters/waitForLoadBalancerAvailable.js.map +0 -1
  377. package/dist/es/waiters/waitForLoadBalancerExists.js.map +0 -1
  378. package/dist/es/waiters/waitForLoadBalancersDeleted.js.map +0 -1
  379. package/dist/es/waiters/waitForTargetDeregistered.js.map +0 -1
  380. package/dist/es/waiters/waitForTargetInService.js.map +0 -1
  381. package/dist/types/ts3.4/ElasticLoadBalancingV2.d.ts +0 -518
  382. package/dist/types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +0 -42
  383. package/dist/types/ts3.4/commands/AddTagsCommand.d.ts +0 -39
  384. package/dist/types/ts3.4/commands/CreateListenerCommand.d.ts +0 -62
  385. package/dist/types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +0 -62
  386. package/dist/types/ts3.4/commands/CreateRuleCommand.d.ts +0 -40
  387. package/dist/types/ts3.4/commands/CreateTargetGroupCommand.d.ts +0 -62
  388. package/dist/types/ts3.4/commands/DeleteListenerCommand.d.ts +0 -37
  389. package/dist/types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +0 -41
  390. package/dist/types/ts3.4/commands/DeleteRuleCommand.d.ts +0 -36
  391. package/dist/types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +0 -39
  392. package/dist/types/ts3.4/commands/DeregisterTargetsCommand.d.ts +0 -36
  393. package/dist/types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +0 -57
  394. package/dist/types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +0 -42
  395. package/dist/types/ts3.4/commands/DescribeListenersCommand.d.ts +0 -37
  396. package/dist/types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +0 -58
  397. package/dist/types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +0 -35
  398. package/dist/types/ts3.4/commands/DescribeRulesCommand.d.ts +0 -36
  399. package/dist/types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +0 -37
  400. package/dist/types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -37
  401. package/dist/types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +0 -56
  402. package/dist/types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +0 -38
  403. package/dist/types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +0 -35
  404. package/dist/types/ts3.4/commands/ModifyListenerCommand.d.ts +0 -42
  405. package/dist/types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +0 -38
  406. package/dist/types/ts3.4/commands/ModifyRuleCommand.d.ts +0 -39
  407. package/dist/types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +0 -36
  408. package/dist/types/ts3.4/commands/RegisterTargetsCommand.d.ts +0 -47
  409. package/dist/types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +0 -36
  410. package/dist/types/ts3.4/commands/RemoveTagsCommand.d.ts +0 -37
  411. package/dist/types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +0 -36
  412. package/dist/types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +0 -37
  413. package/dist/types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +0 -38
  414. package/dist/types/ts3.4/commands/SetSubnetsCommand.d.ts +0 -40
  415. package/dist/types/ts3.4/models/models_0.d.ts +0 -3621
  416. package/endpoints.ts +0 -86
  417. package/jest.config.js +0 -4
  418. package/models/models_0.ts +0 -4389
  419. package/pagination/DescribeListenersPaginator.ts +0 -57
  420. package/pagination/DescribeLoadBalancersPaginator.ts +0 -57
  421. package/pagination/DescribeTargetGroupsPaginator.ts +0 -57
  422. package/pagination/Interfaces.ts +0 -7
  423. package/protocols/Aws_query.ts +0 -7897
  424. package/runtimeConfig.browser.ts +0 -40
  425. package/runtimeConfig.native.ts +0 -16
  426. package/runtimeConfig.shared.ts +0 -16
  427. package/runtimeConfig.ts +0 -45
  428. package/tsconfig.es.json +0 -10
  429. package/tsconfig.json +0 -31
  430. package/tsconfig.types.json +0 -8
  431. package/waiters/waitForLoadBalancerAvailable.ts +0 -77
  432. package/waiters/waitForLoadBalancerExists.ts +0 -48
  433. package/waiters/waitForLoadBalancersDeleted.ts +0 -63
  434. package/waiters/waitForTargetDeregistered.ts +0 -60
  435. package/waiters/waitForTargetInService.ts +0 -60
@@ -1,518 +0,0 @@
1
- import { ElasticLoadBalancingV2Client } from "./ElasticLoadBalancingV2Client";
2
- import { AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput } from "./commands/AddListenerCertificatesCommand";
3
- import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
4
- import { CreateListenerCommandInput, CreateListenerCommandOutput } from "./commands/CreateListenerCommand";
5
- import { CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput } from "./commands/CreateLoadBalancerCommand";
6
- import { CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
7
- import { CreateTargetGroupCommandInput, CreateTargetGroupCommandOutput } from "./commands/CreateTargetGroupCommand";
8
- import { DeleteListenerCommandInput, DeleteListenerCommandOutput } from "./commands/DeleteListenerCommand";
9
- import { DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput } from "./commands/DeleteLoadBalancerCommand";
10
- import { DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
11
- import { DeleteTargetGroupCommandInput, DeleteTargetGroupCommandOutput } from "./commands/DeleteTargetGroupCommand";
12
- import { DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput } from "./commands/DeregisterTargetsCommand";
13
- import { DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput } from "./commands/DescribeAccountLimitsCommand";
14
- import { DescribeListenerCertificatesCommandInput, DescribeListenerCertificatesCommandOutput } from "./commands/DescribeListenerCertificatesCommand";
15
- import { DescribeListenersCommandInput, DescribeListenersCommandOutput } from "./commands/DescribeListenersCommand";
16
- import { DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput } from "./commands/DescribeLoadBalancerAttributesCommand";
17
- import { DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput } from "./commands/DescribeLoadBalancersCommand";
18
- import { DescribeRulesCommandInput, DescribeRulesCommandOutput } from "./commands/DescribeRulesCommand";
19
- import { DescribeSSLPoliciesCommandInput, DescribeSSLPoliciesCommandOutput } from "./commands/DescribeSSLPoliciesCommand";
20
- import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
21
- import { DescribeTargetGroupAttributesCommandInput, DescribeTargetGroupAttributesCommandOutput } from "./commands/DescribeTargetGroupAttributesCommand";
22
- import { DescribeTargetGroupsCommandInput, DescribeTargetGroupsCommandOutput } from "./commands/DescribeTargetGroupsCommand";
23
- import { DescribeTargetHealthCommandInput, DescribeTargetHealthCommandOutput } from "./commands/DescribeTargetHealthCommand";
24
- import { ModifyListenerCommandInput, ModifyListenerCommandOutput } from "./commands/ModifyListenerCommand";
25
- import { ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput } from "./commands/ModifyLoadBalancerAttributesCommand";
26
- import { ModifyRuleCommandInput, ModifyRuleCommandOutput } from "./commands/ModifyRuleCommand";
27
- import { ModifyTargetGroupAttributesCommandInput, ModifyTargetGroupAttributesCommandOutput } from "./commands/ModifyTargetGroupAttributesCommand";
28
- import { ModifyTargetGroupCommandInput, ModifyTargetGroupCommandOutput } from "./commands/ModifyTargetGroupCommand";
29
- import { RegisterTargetsCommandInput, RegisterTargetsCommandOutput } from "./commands/RegisterTargetsCommand";
30
- import { RemoveListenerCertificatesCommandInput, RemoveListenerCertificatesCommandOutput } from "./commands/RemoveListenerCertificatesCommand";
31
- import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
32
- import { SetIpAddressTypeCommandInput, SetIpAddressTypeCommandOutput } from "./commands/SetIpAddressTypeCommand";
33
- import { SetRulePrioritiesCommandInput, SetRulePrioritiesCommandOutput } from "./commands/SetRulePrioritiesCommand";
34
- import { SetSecurityGroupsCommandInput, SetSecurityGroupsCommandOutput } from "./commands/SetSecurityGroupsCommand";
35
- import { SetSubnetsCommandInput, SetSubnetsCommandOutput } from "./commands/SetSubnetsCommand";
36
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
37
- /**
38
- * <fullname>Elastic Load Balancing</fullname>
39
- *
40
- * <p>A load balancer distributes incoming traffic across targets, such as your EC2 instances.
41
- * This enables you to increase the availability of your application. The load balancer also
42
- * monitors the health of its registered targets and ensures that it routes traffic only to
43
- * healthy targets. You configure your load balancer to accept incoming traffic by specifying one
44
- * or more listeners, which are configured with a protocol and port number for connections from
45
- * clients to the load balancer. You configure a target group with a protocol and port number for
46
- * connections from the load balancer to the targets, and with health check settings to be used
47
- * when checking the health status of the targets.</p>
48
- *
49
- * <p>Elastic Load Balancing supports the following types of load balancers: Application Load
50
- * Balancers, Network Load Balancers, Gateway Load Balancers, and Classic Load Balancers. This
51
- * reference covers the following load balancer types:</p>
52
- * <ul>
53
- * <li>
54
- * <p>Application Load Balancer - Operates at the application layer (layer 7) and supports
55
- * HTTP and HTTPS.</p>
56
- * </li>
57
- * <li>
58
- * <p>Network Load Balancer - Operates at the transport layer (layer 4) and supports TCP,
59
- * TLS, and UDP.</p>
60
- * </li>
61
- * <li>
62
- * <p>Gateway Load Balancer - Operates at the network layer (layer 3).</p>
63
- * </li>
64
- * </ul>
65
- *
66
- * <p>For more information, see the <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/">Elastic Load Balancing User
67
- * Guide</a>.</p>
68
- *
69
- *
70
- *
71
- *
72
- *
73
- *
74
- *
75
- * <p>All Elastic Load Balancing operations are idempotent, which means that they complete at
76
- * most one time. If you repeat an operation, it succeeds.</p>
77
- */
78
- export declare class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client {
79
- /**
80
- * <p>Adds the specified SSL server certificate to the certificate list for the specified HTTPS
81
- * or TLS listener.</p>
82
- * <p>If the certificate in already in the certificate list, the call is successful but the
83
- * certificate is not added again.</p>
84
- *
85
- * <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html">HTTPS
86
- * listeners</a> in the <i>Application Load Balancers Guide</i> or <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html">TLS
87
- * listeners</a> in the <i>Network Load Balancers Guide</i>.</p>
88
- */
89
- addListenerCertificates(args: AddListenerCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<AddListenerCertificatesCommandOutput>;
90
- addListenerCertificates(args: AddListenerCertificatesCommandInput, cb: (err: any, data?: AddListenerCertificatesCommandOutput) => void): void;
91
- addListenerCertificates(args: AddListenerCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddListenerCertificatesCommandOutput) => void): void;
92
- /**
93
- * <p>Adds the specified tags to the specified Elastic Load Balancing resource. You can tag your
94
- * Application Load Balancers, Network Load Balancers, Gateway Load Balancers, target groups,
95
- * listeners, and rules.</p>
96
- * <p>Each tag consists of a key and an optional value. If a resource already has a tag with the
97
- * same key, <code>AddTags</code> updates its value.</p>
98
- */
99
- addTags(args: AddTagsCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsCommandOutput>;
100
- addTags(args: AddTagsCommandInput, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
101
- addTags(args: AddTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
102
- /**
103
- * <p>Creates a listener for the specified Application Load Balancer, Network Load Balancer, or
104
- * Gateway Load Balancer.</p>
105
- *
106
- *
107
- * <p>For more information, see the following:</p>
108
- * <ul>
109
- * <li>
110
- * <p>
111
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html">Listeners for
112
- * your Application Load Balancers</a>
113
- * </p>
114
- * </li>
115
- * <li>
116
- * <p>
117
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-listeners.html">Listeners for
118
- * your Network Load Balancers</a>
119
- * </p>
120
- * </li>
121
- * <li>
122
- * <p>
123
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/gateway-listeners.html">Listeners for your
124
- * Gateway Load Balancers</a>
125
- * </p>
126
- * </li>
127
- * </ul>
128
- *
129
- * <p>This operation is idempotent, which means that it completes at most one time. If you
130
- * attempt to create multiple listeners with the same settings, each call succeeds.</p>
131
- */
132
- createListener(args: CreateListenerCommandInput, options?: __HttpHandlerOptions): Promise<CreateListenerCommandOutput>;
133
- createListener(args: CreateListenerCommandInput, cb: (err: any, data?: CreateListenerCommandOutput) => void): void;
134
- createListener(args: CreateListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateListenerCommandOutput) => void): void;
135
- /**
136
- * <p>Creates an Application Load Balancer, Network Load Balancer, or Gateway Load
137
- * Balancer.</p>
138
- *
139
- *
140
- *
141
- * <p>For more information, see the following:</p>
142
- * <ul>
143
- * <li>
144
- * <p>
145
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html">Application Load Balancers</a>
146
- * </p>
147
- * </li>
148
- * <li>
149
- * <p>
150
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html">Network Load
151
- * Balancers</a>
152
- * </p>
153
- * </li>
154
- * <li>
155
- * <p>
156
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/gateway-load-balancers.html">Gateway Load
157
- * Balancers</a>
158
- * </p>
159
- * </li>
160
- * </ul>
161
- *
162
- * <p>This operation is idempotent, which means that it completes at most one time. If you
163
- * attempt to create multiple load balancers with the same settings, each call succeeds.</p>
164
- */
165
- createLoadBalancer(args: CreateLoadBalancerCommandInput, options?: __HttpHandlerOptions): Promise<CreateLoadBalancerCommandOutput>;
166
- createLoadBalancer(args: CreateLoadBalancerCommandInput, cb: (err: any, data?: CreateLoadBalancerCommandOutput) => void): void;
167
- createLoadBalancer(args: CreateLoadBalancerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLoadBalancerCommandOutput) => void): void;
168
- /**
169
- * <p>Creates a rule for the specified listener. The listener must be associated with an
170
- * Application Load Balancer.</p>
171
- * <p>Each rule consists of a priority, one or more actions, and one or more conditions. Rules
172
- * are evaluated in priority order, from the lowest value to the highest value. When the
173
- * conditions for a rule are met, its actions are performed. If the conditions for no rules are
174
- * met, the actions for the default rule are performed. For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html#listener-rules">Listener rules</a> in the <i>Application Load Balancers Guide</i>.</p>
175
- */
176
- createRule(args: CreateRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateRuleCommandOutput>;
177
- createRule(args: CreateRuleCommandInput, cb: (err: any, data?: CreateRuleCommandOutput) => void): void;
178
- createRule(args: CreateRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRuleCommandOutput) => void): void;
179
- /**
180
- * <p>Creates a target group.</p>
181
- *
182
- *
183
- *
184
- * <p>For more information, see the following:</p>
185
- * <ul>
186
- * <li>
187
- * <p>
188
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html">Target
189
- * groups for your Application Load Balancers</a>
190
- * </p>
191
- * </li>
192
- * <li>
193
- * <p>
194
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html">Target groups
195
- * for your Network Load Balancers</a>
196
- * </p>
197
- * </li>
198
- * <li>
199
- * <p>
200
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/target-groups.html">Target groups for your
201
- * Gateway Load Balancers</a>
202
- * </p>
203
- * </li>
204
- * </ul>
205
- *
206
- * <p>This operation is idempotent, which means that it completes at most one time. If you
207
- * attempt to create multiple target groups with the same settings, each call succeeds.</p>
208
- */
209
- createTargetGroup(args: CreateTargetGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateTargetGroupCommandOutput>;
210
- createTargetGroup(args: CreateTargetGroupCommandInput, cb: (err: any, data?: CreateTargetGroupCommandOutput) => void): void;
211
- createTargetGroup(args: CreateTargetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTargetGroupCommandOutput) => void): void;
212
- /**
213
- * <p>Deletes the specified listener.</p>
214
- * <p>Alternatively, your listener is deleted when you delete the load balancer to which it is
215
- * attached.</p>
216
- */
217
- deleteListener(args: DeleteListenerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteListenerCommandOutput>;
218
- deleteListener(args: DeleteListenerCommandInput, cb: (err: any, data?: DeleteListenerCommandOutput) => void): void;
219
- deleteListener(args: DeleteListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteListenerCommandOutput) => void): void;
220
- /**
221
- * <p>Deletes the specified Application Load Balancer, Network Load Balancer, or Gateway Load
222
- * Balancer. Deleting a load balancer also deletes its listeners.</p>
223
- * <p>You can't delete a load balancer if deletion protection is enabled. If the load balancer
224
- * does not exist or has already been deleted, the call succeeds.</p>
225
- * <p>Deleting a load balancer does not affect its registered targets. For example, your EC2
226
- * instances continue to run and are still registered to their target groups. If you no longer
227
- * need these EC2 instances, you can stop or terminate them.</p>
228
- */
229
- deleteLoadBalancer(args: DeleteLoadBalancerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLoadBalancerCommandOutput>;
230
- deleteLoadBalancer(args: DeleteLoadBalancerCommandInput, cb: (err: any, data?: DeleteLoadBalancerCommandOutput) => void): void;
231
- deleteLoadBalancer(args: DeleteLoadBalancerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLoadBalancerCommandOutput) => void): void;
232
- /**
233
- * <p>Deletes the specified rule.</p>
234
- * <p>You can't delete the default rule.</p>
235
- */
236
- deleteRule(args: DeleteRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRuleCommandOutput>;
237
- deleteRule(args: DeleteRuleCommandInput, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
238
- deleteRule(args: DeleteRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
239
- /**
240
- * <p>Deletes the specified target group.</p>
241
- * <p>You can delete a target group if it is not referenced by any actions. Deleting a target
242
- * group also deletes any associated health checks. Deleting a target group does not affect its
243
- * registered targets. For example, any EC2 instances continue to run until you stop or terminate
244
- * them.</p>
245
- */
246
- deleteTargetGroup(args: DeleteTargetGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTargetGroupCommandOutput>;
247
- deleteTargetGroup(args: DeleteTargetGroupCommandInput, cb: (err: any, data?: DeleteTargetGroupCommandOutput) => void): void;
248
- deleteTargetGroup(args: DeleteTargetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTargetGroupCommandOutput) => void): void;
249
- /**
250
- * <p>Deregisters the specified targets from the specified target group. After the targets are
251
- * deregistered, they no longer receive traffic from the load balancer.</p>
252
- */
253
- deregisterTargets(args: DeregisterTargetsCommandInput, options?: __HttpHandlerOptions): Promise<DeregisterTargetsCommandOutput>;
254
- deregisterTargets(args: DeregisterTargetsCommandInput, cb: (err: any, data?: DeregisterTargetsCommandOutput) => void): void;
255
- deregisterTargets(args: DeregisterTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterTargetsCommandOutput) => void): void;
256
- /**
257
- * <p>Describes the current Elastic Load Balancing resource limits for your Amazon Web Services
258
- * account.</p>
259
- * <p>For more information, see the following:</p>
260
- * <ul>
261
- * <li>
262
- * <p>
263
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-limits.html">Quotas for your
264
- * Application Load Balancers</a>
265
- * </p>
266
- * </li>
267
- * <li>
268
- * <p>
269
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-limits.html">Quotas for your
270
- * Network Load Balancers</a>
271
- * </p>
272
- * </li>
273
- * <li>
274
- * <p>
275
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/quotas-limits.html">Quotas for your Gateway
276
- * Load Balancers</a>
277
- * </p>
278
- * </li>
279
- * </ul>
280
- */
281
- describeAccountLimits(args: DescribeAccountLimitsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountLimitsCommandOutput>;
282
- describeAccountLimits(args: DescribeAccountLimitsCommandInput, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
283
- describeAccountLimits(args: DescribeAccountLimitsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void): void;
284
- /**
285
- * <p>Describes the default certificate and the certificate list for the specified HTTPS or TLS
286
- * listener.</p>
287
- * <p>If the default certificate is also in the certificate list, it appears twice in the
288
- * results (once with <code>IsDefault</code> set to true and once with <code>IsDefault</code> set
289
- * to false).</p>
290
- * <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#https-listener-certificates">SSL certificates</a> in the <i>Application Load Balancers Guide</i> or
291
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#tls-listener-certificate">Server certificates</a> in the <i>Network Load Balancers
292
- * Guide</i>.</p>
293
- */
294
- describeListenerCertificates(args: DescribeListenerCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeListenerCertificatesCommandOutput>;
295
- describeListenerCertificates(args: DescribeListenerCertificatesCommandInput, cb: (err: any, data?: DescribeListenerCertificatesCommandOutput) => void): void;
296
- describeListenerCertificates(args: DescribeListenerCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeListenerCertificatesCommandOutput) => void): void;
297
- /**
298
- * <p>Describes the specified listeners or the listeners for the specified Application Load
299
- * Balancer, Network Load Balancer, or Gateway Load Balancer. You must specify either a load
300
- * balancer or one or more listeners.</p>
301
- */
302
- describeListeners(args: DescribeListenersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeListenersCommandOutput>;
303
- describeListeners(args: DescribeListenersCommandInput, cb: (err: any, data?: DescribeListenersCommandOutput) => void): void;
304
- describeListeners(args: DescribeListenersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeListenersCommandOutput) => void): void;
305
- /**
306
- * <p>Describes the attributes for the specified Application Load Balancer, Network Load
307
- * Balancer, or Gateway Load Balancer.</p>
308
- *
309
- * <p>For more information, see the following:</p>
310
- * <ul>
311
- * <li>
312
- * <p>
313
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html#load-balancer-attributes">Load balancer attributes</a> in the <i>Application Load Balancers
314
- * Guide</i>
315
- * </p>
316
- * </li>
317
- * <li>
318
- * <p>
319
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html#load-balancer-attributes">Load balancer attributes</a> in the <i>Network Load Balancers
320
- * Guide</i>
321
- * </p>
322
- * </li>
323
- * <li>
324
- * <p>
325
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/gateway-load-balancers.html#load-balancer-attributes">Load balancer attributes</a> in the <i>Gateway Load Balancers
326
- * Guide</i>
327
- * </p>
328
- * </li>
329
- * </ul>
330
- */
331
- describeLoadBalancerAttributes(args: DescribeLoadBalancerAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoadBalancerAttributesCommandOutput>;
332
- describeLoadBalancerAttributes(args: DescribeLoadBalancerAttributesCommandInput, cb: (err: any, data?: DescribeLoadBalancerAttributesCommandOutput) => void): void;
333
- describeLoadBalancerAttributes(args: DescribeLoadBalancerAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoadBalancerAttributesCommandOutput) => void): void;
334
- /**
335
- * <p>Describes the specified load balancers or all of your load balancers.</p>
336
- */
337
- describeLoadBalancers(args: DescribeLoadBalancersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoadBalancersCommandOutput>;
338
- describeLoadBalancers(args: DescribeLoadBalancersCommandInput, cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void): void;
339
- describeLoadBalancers(args: DescribeLoadBalancersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void): void;
340
- /**
341
- * <p>Describes the specified rules or the rules for the specified listener. You must specify
342
- * either a listener or one or more rules.</p>
343
- */
344
- describeRules(args: DescribeRulesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRulesCommandOutput>;
345
- describeRules(args: DescribeRulesCommandInput, cb: (err: any, data?: DescribeRulesCommandOutput) => void): void;
346
- describeRules(args: DescribeRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRulesCommandOutput) => void): void;
347
- /**
348
- * <p>Describes the specified policies or all policies used for SSL negotiation.</p>
349
- * <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html#describe-ssl-policies">Security policies</a> in the <i>Application Load Balancers Guide</i> or
350
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#describe-ssl-policies">Security policies</a> in the <i>Network Load Balancers Guide</i>.</p>
351
- */
352
- describeSSLPolicies(args: DescribeSSLPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSSLPoliciesCommandOutput>;
353
- describeSSLPolicies(args: DescribeSSLPoliciesCommandInput, cb: (err: any, data?: DescribeSSLPoliciesCommandOutput) => void): void;
354
- describeSSLPolicies(args: DescribeSSLPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSSLPoliciesCommandOutput) => void): void;
355
- /**
356
- * <p>Describes the tags for the specified Elastic Load Balancing resources. You can describe
357
- * the tags for one or more Application Load Balancers, Network Load Balancers, Gateway Load
358
- * Balancers, target groups, listeners, or rules.</p>
359
- */
360
- describeTags(args: DescribeTagsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTagsCommandOutput>;
361
- describeTags(args: DescribeTagsCommandInput, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
362
- describeTags(args: DescribeTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
363
- /**
364
- * <p>Describes the attributes for the specified target group.</p>
365
- * <p>For more information, see the following:</p>
366
- * <ul>
367
- * <li>
368
- * <p>
369
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html#target-group-attributes">Target group attributes</a> in the <i>Application Load Balancers
370
- * Guide</i>
371
- * </p>
372
- * </li>
373
- * <li>
374
- * <p>
375
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html#target-group-attributes">Target group attributes</a> in the <i>Network Load Balancers
376
- * Guide</i>
377
- * </p>
378
- * </li>
379
- * <li>
380
- * <p>
381
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/target-groups.html#target-group-attributes">Target group attributes</a> in the <i>Gateway Load Balancers
382
- * Guide</i>
383
- * </p>
384
- * </li>
385
- * </ul>
386
- */
387
- describeTargetGroupAttributes(args: DescribeTargetGroupAttributesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTargetGroupAttributesCommandOutput>;
388
- describeTargetGroupAttributes(args: DescribeTargetGroupAttributesCommandInput, cb: (err: any, data?: DescribeTargetGroupAttributesCommandOutput) => void): void;
389
- describeTargetGroupAttributes(args: DescribeTargetGroupAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTargetGroupAttributesCommandOutput) => void): void;
390
- /**
391
- * <p>Describes the specified target groups or all of your target groups. By default, all target
392
- * groups are described. Alternatively, you can specify one of the following to filter the
393
- * results: the ARN of the load balancer, the names of one or more target groups, or the ARNs of
394
- * one or more target groups.</p>
395
- */
396
- describeTargetGroups(args: DescribeTargetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTargetGroupsCommandOutput>;
397
- describeTargetGroups(args: DescribeTargetGroupsCommandInput, cb: (err: any, data?: DescribeTargetGroupsCommandOutput) => void): void;
398
- describeTargetGroups(args: DescribeTargetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTargetGroupsCommandOutput) => void): void;
399
- /**
400
- * <p>Describes the health of the specified targets or all of your targets.</p>
401
- */
402
- describeTargetHealth(args: DescribeTargetHealthCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTargetHealthCommandOutput>;
403
- describeTargetHealth(args: DescribeTargetHealthCommandInput, cb: (err: any, data?: DescribeTargetHealthCommandOutput) => void): void;
404
- describeTargetHealth(args: DescribeTargetHealthCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTargetHealthCommandOutput) => void): void;
405
- /**
406
- * <p>Replaces the specified properties of the specified listener. Any properties that you do
407
- * not specify remain unchanged.</p>
408
- * <p>Changing the protocol from HTTPS to HTTP, or from TLS to TCP, removes the security policy
409
- * and default certificate properties. If you change the protocol from HTTP to HTTPS, or from TCP
410
- * to TLS, you must add the security policy and default certificate properties.</p>
411
- * <p>To add an item to a list, remove an item from a list, or update an item in a list, you
412
- * must provide the entire list. For example, to add an action, specify a list with the current
413
- * actions plus the new action.</p>
414
- */
415
- modifyListener(args: ModifyListenerCommandInput, options?: __HttpHandlerOptions): Promise<ModifyListenerCommandOutput>;
416
- modifyListener(args: ModifyListenerCommandInput, cb: (err: any, data?: ModifyListenerCommandOutput) => void): void;
417
- modifyListener(args: ModifyListenerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyListenerCommandOutput) => void): void;
418
- /**
419
- * <p>Modifies the specified attributes of the specified Application Load Balancer, Network Load
420
- * Balancer, or Gateway Load Balancer.</p>
421
- * <p>If any of the specified attributes can't be modified as requested, the call fails. Any
422
- * existing attributes that you do not modify retain their current values.</p>
423
- */
424
- modifyLoadBalancerAttributes(args: ModifyLoadBalancerAttributesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyLoadBalancerAttributesCommandOutput>;
425
- modifyLoadBalancerAttributes(args: ModifyLoadBalancerAttributesCommandInput, cb: (err: any, data?: ModifyLoadBalancerAttributesCommandOutput) => void): void;
426
- modifyLoadBalancerAttributes(args: ModifyLoadBalancerAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyLoadBalancerAttributesCommandOutput) => void): void;
427
- /**
428
- * <p>Replaces the specified properties of the specified rule. Any properties that you do not
429
- * specify are unchanged.</p>
430
- * <p>To add an item to a list, remove an item from a list, or update an item in a list, you
431
- * must provide the entire list. For example, to add an action, specify a list with the current
432
- * actions plus the new action.</p>
433
- */
434
- modifyRule(args: ModifyRuleCommandInput, options?: __HttpHandlerOptions): Promise<ModifyRuleCommandOutput>;
435
- modifyRule(args: ModifyRuleCommandInput, cb: (err: any, data?: ModifyRuleCommandOutput) => void): void;
436
- modifyRule(args: ModifyRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyRuleCommandOutput) => void): void;
437
- /**
438
- * <p>Modifies the health checks used when evaluating the health state of the targets in the
439
- * specified target group.</p>
440
- */
441
- modifyTargetGroup(args: ModifyTargetGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyTargetGroupCommandOutput>;
442
- modifyTargetGroup(args: ModifyTargetGroupCommandInput, cb: (err: any, data?: ModifyTargetGroupCommandOutput) => void): void;
443
- modifyTargetGroup(args: ModifyTargetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyTargetGroupCommandOutput) => void): void;
444
- /**
445
- * <p>Modifies the specified attributes of the specified target group.</p>
446
- */
447
- modifyTargetGroupAttributes(args: ModifyTargetGroupAttributesCommandInput, options?: __HttpHandlerOptions): Promise<ModifyTargetGroupAttributesCommandOutput>;
448
- modifyTargetGroupAttributes(args: ModifyTargetGroupAttributesCommandInput, cb: (err: any, data?: ModifyTargetGroupAttributesCommandOutput) => void): void;
449
- modifyTargetGroupAttributes(args: ModifyTargetGroupAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyTargetGroupAttributesCommandOutput) => void): void;
450
- /**
451
- * <p>Registers the specified targets with the specified target group.</p>
452
- *
453
- * <p>If the target is an EC2 instance, it must be in the <code>running</code> state when you
454
- * register it.</p>
455
- *
456
- * <p>By default, the load balancer routes requests to registered targets using the protocol and
457
- * port for the target group. Alternatively, you can override the port for a target when you
458
- * register it. You can register each EC2 instance or IP address with the same target group
459
- * multiple times using different ports.</p>
460
- *
461
- * <p>With a Network Load Balancer, you cannot register instances by instance ID if they have
462
- * the following instance types: C1, CC1, CC2, CG1, CG2, CR1, CS1, G1, G2, HI1, HS1, M1, M2, M3,
463
- * and T1. You can register instances of these types by IP address.</p>
464
- */
465
- registerTargets(args: RegisterTargetsCommandInput, options?: __HttpHandlerOptions): Promise<RegisterTargetsCommandOutput>;
466
- registerTargets(args: RegisterTargetsCommandInput, cb: (err: any, data?: RegisterTargetsCommandOutput) => void): void;
467
- registerTargets(args: RegisterTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterTargetsCommandOutput) => void): void;
468
- /**
469
- * <p>Removes the specified certificate from the certificate list for the specified HTTPS or TLS
470
- * listener.</p>
471
- */
472
- removeListenerCertificates(args: RemoveListenerCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<RemoveListenerCertificatesCommandOutput>;
473
- removeListenerCertificates(args: RemoveListenerCertificatesCommandInput, cb: (err: any, data?: RemoveListenerCertificatesCommandOutput) => void): void;
474
- removeListenerCertificates(args: RemoveListenerCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveListenerCertificatesCommandOutput) => void): void;
475
- /**
476
- * <p>Removes the specified tags from the specified Elastic Load Balancing resources. You can
477
- * remove the tags for one or more Application Load Balancers, Network Load Balancers, Gateway
478
- * Load Balancers, target groups, listeners, or rules.</p>
479
- */
480
- removeTags(args: RemoveTagsCommandInput, options?: __HttpHandlerOptions): Promise<RemoveTagsCommandOutput>;
481
- removeTags(args: RemoveTagsCommandInput, cb: (err: any, data?: RemoveTagsCommandOutput) => void): void;
482
- removeTags(args: RemoveTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsCommandOutput) => void): void;
483
- /**
484
- * <p>Sets the type of IP addresses used by the subnets of the specified Application Load
485
- * Balancer or Network Load Balancer.</p>
486
- */
487
- setIpAddressType(args: SetIpAddressTypeCommandInput, options?: __HttpHandlerOptions): Promise<SetIpAddressTypeCommandOutput>;
488
- setIpAddressType(args: SetIpAddressTypeCommandInput, cb: (err: any, data?: SetIpAddressTypeCommandOutput) => void): void;
489
- setIpAddressType(args: SetIpAddressTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetIpAddressTypeCommandOutput) => void): void;
490
- /**
491
- * <p>Sets the priorities of the specified rules.</p>
492
- * <p>You can reorder the rules as long as there are no priority conflicts in the new order. Any
493
- * existing rules that you do not specify retain their current priority.</p>
494
- */
495
- setRulePriorities(args: SetRulePrioritiesCommandInput, options?: __HttpHandlerOptions): Promise<SetRulePrioritiesCommandOutput>;
496
- setRulePriorities(args: SetRulePrioritiesCommandInput, cb: (err: any, data?: SetRulePrioritiesCommandOutput) => void): void;
497
- setRulePriorities(args: SetRulePrioritiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetRulePrioritiesCommandOutput) => void): void;
498
- /**
499
- * <p>Associates the specified security groups with the specified Application Load Balancer. The
500
- * specified security groups override the previously associated security groups.</p>
501
- * <p>You can't specify a security group for a Network Load Balancer or Gateway Load
502
- * Balancer.</p>
503
- */
504
- setSecurityGroups(args: SetSecurityGroupsCommandInput, options?: __HttpHandlerOptions): Promise<SetSecurityGroupsCommandOutput>;
505
- setSecurityGroups(args: SetSecurityGroupsCommandInput, cb: (err: any, data?: SetSecurityGroupsCommandOutput) => void): void;
506
- setSecurityGroups(args: SetSecurityGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetSecurityGroupsCommandOutput) => void): void;
507
- /**
508
- * <p>Enables the Availability Zones for the specified public subnets for the specified
509
- * Application Load Balancer or Network Load Balancer. The specified subnets replace the
510
- * previously enabled subnets.</p>
511
- * <p>When you specify subnets for a Network Load Balancer, you must include all subnets that
512
- * were enabled previously, with their existing configurations, plus any additional
513
- * subnets.</p>
514
- */
515
- setSubnets(args: SetSubnetsCommandInput, options?: __HttpHandlerOptions): Promise<SetSubnetsCommandOutput>;
516
- setSubnets(args: SetSubnetsCommandInput, cb: (err: any, data?: SetSubnetsCommandOutput) => void): void;
517
- setSubnets(args: SetSubnetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetSubnetsCommandOutput) => void): void;
518
- }
@@ -1,42 +0,0 @@
1
- import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
2
- import { AddListenerCertificatesInput, AddListenerCertificatesOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface AddListenerCertificatesCommandInput extends AddListenerCertificatesInput {
6
- }
7
- export interface AddListenerCertificatesCommandOutput extends AddListenerCertificatesOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Adds the specified SSL server certificate to the certificate list for the specified HTTPS
11
- * or TLS listener.</p>
12
- * <p>If the certificate in already in the certificate list, the call is successful but the
13
- * certificate is not added again.</p>
14
- *
15
- * <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html">HTTPS
16
- * listeners</a> in the <i>Application Load Balancers Guide</i> or <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html">TLS
17
- * listeners</a> in the <i>Network Load Balancers Guide</i>.</p>
18
- * @example
19
- * Use a bare-bones client and the command you need to make an API call.
20
- * ```javascript
21
- * import { ElasticLoadBalancingV2Client, AddListenerCertificatesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
22
- * // const { ElasticLoadBalancingV2Client, AddListenerCertificatesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
23
- * const client = new ElasticLoadBalancingV2Client(config);
24
- * const command = new AddListenerCertificatesCommand(input);
25
- * const response = await client.send(command);
26
- * ```
27
- *
28
- * @see {@link AddListenerCertificatesCommandInput} for command's `input` shape.
29
- * @see {@link AddListenerCertificatesCommandOutput} for command's `response` shape.
30
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
31
- *
32
- */
33
- export declare class AddListenerCertificatesCommand extends $Command<AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
34
- readonly input: AddListenerCertificatesCommandInput;
35
- constructor(input: AddListenerCertificatesCommandInput);
36
- /**
37
- * @internal
38
- */
39
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddListenerCertificatesCommandInput, AddListenerCertificatesCommandOutput>;
40
- private serialize;
41
- private deserialize;
42
- }
@@ -1,39 +0,0 @@
1
- import { ElasticLoadBalancingV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ElasticLoadBalancingV2Client";
2
- import { AddTagsInput, AddTagsOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
- export interface AddTagsCommandInput extends AddTagsInput {
6
- }
7
- export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
8
- }
9
- /**
10
- * <p>Adds the specified tags to the specified Elastic Load Balancing resource. You can tag your
11
- * Application Load Balancers, Network Load Balancers, Gateway Load Balancers, target groups,
12
- * listeners, and rules.</p>
13
- * <p>Each tag consists of a key and an optional value. If a resource already has a tag with the
14
- * same key, <code>AddTags</code> updates its value.</p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { ElasticLoadBalancingV2Client, AddTagsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
19
- * // const { ElasticLoadBalancingV2Client, AddTagsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
20
- * const client = new ElasticLoadBalancingV2Client(config);
21
- * const command = new AddTagsCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link AddTagsCommandInput} for command's `input` shape.
26
- * @see {@link AddTagsCommandOutput} for command's `response` shape.
27
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
30
- export declare class AddTagsCommand extends $Command<AddTagsCommandInput, AddTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
31
- readonly input: AddTagsCommandInput;
32
- constructor(input: AddTagsCommandInput);
33
- /**
34
- * @internal
35
- */
36
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsCommandInput, AddTagsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }