@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,1475 +0,0 @@
1
- import { ElasticLoadBalancingV2Client } from "./ElasticLoadBalancingV2Client";
2
- import {
3
- AddListenerCertificatesCommand,
4
- AddListenerCertificatesCommandInput,
5
- AddListenerCertificatesCommandOutput,
6
- } from "./commands/AddListenerCertificatesCommand";
7
- import { AddTagsCommand, AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
8
- import {
9
- CreateListenerCommand,
10
- CreateListenerCommandInput,
11
- CreateListenerCommandOutput,
12
- } from "./commands/CreateListenerCommand";
13
- import {
14
- CreateLoadBalancerCommand,
15
- CreateLoadBalancerCommandInput,
16
- CreateLoadBalancerCommandOutput,
17
- } from "./commands/CreateLoadBalancerCommand";
18
- import { CreateRuleCommand, CreateRuleCommandInput, CreateRuleCommandOutput } from "./commands/CreateRuleCommand";
19
- import {
20
- CreateTargetGroupCommand,
21
- CreateTargetGroupCommandInput,
22
- CreateTargetGroupCommandOutput,
23
- } from "./commands/CreateTargetGroupCommand";
24
- import {
25
- DeleteListenerCommand,
26
- DeleteListenerCommandInput,
27
- DeleteListenerCommandOutput,
28
- } from "./commands/DeleteListenerCommand";
29
- import {
30
- DeleteLoadBalancerCommand,
31
- DeleteLoadBalancerCommandInput,
32
- DeleteLoadBalancerCommandOutput,
33
- } from "./commands/DeleteLoadBalancerCommand";
34
- import { DeleteRuleCommand, DeleteRuleCommandInput, DeleteRuleCommandOutput } from "./commands/DeleteRuleCommand";
35
- import {
36
- DeleteTargetGroupCommand,
37
- DeleteTargetGroupCommandInput,
38
- DeleteTargetGroupCommandOutput,
39
- } from "./commands/DeleteTargetGroupCommand";
40
- import {
41
- DeregisterTargetsCommand,
42
- DeregisterTargetsCommandInput,
43
- DeregisterTargetsCommandOutput,
44
- } from "./commands/DeregisterTargetsCommand";
45
- import {
46
- DescribeAccountLimitsCommand,
47
- DescribeAccountLimitsCommandInput,
48
- DescribeAccountLimitsCommandOutput,
49
- } from "./commands/DescribeAccountLimitsCommand";
50
- import {
51
- DescribeListenerCertificatesCommand,
52
- DescribeListenerCertificatesCommandInput,
53
- DescribeListenerCertificatesCommandOutput,
54
- } from "./commands/DescribeListenerCertificatesCommand";
55
- import {
56
- DescribeListenersCommand,
57
- DescribeListenersCommandInput,
58
- DescribeListenersCommandOutput,
59
- } from "./commands/DescribeListenersCommand";
60
- import {
61
- DescribeLoadBalancerAttributesCommand,
62
- DescribeLoadBalancerAttributesCommandInput,
63
- DescribeLoadBalancerAttributesCommandOutput,
64
- } from "./commands/DescribeLoadBalancerAttributesCommand";
65
- import {
66
- DescribeLoadBalancersCommand,
67
- DescribeLoadBalancersCommandInput,
68
- DescribeLoadBalancersCommandOutput,
69
- } from "./commands/DescribeLoadBalancersCommand";
70
- import {
71
- DescribeRulesCommand,
72
- DescribeRulesCommandInput,
73
- DescribeRulesCommandOutput,
74
- } from "./commands/DescribeRulesCommand";
75
- import {
76
- DescribeSSLPoliciesCommand,
77
- DescribeSSLPoliciesCommandInput,
78
- DescribeSSLPoliciesCommandOutput,
79
- } from "./commands/DescribeSSLPoliciesCommand";
80
- import {
81
- DescribeTagsCommand,
82
- DescribeTagsCommandInput,
83
- DescribeTagsCommandOutput,
84
- } from "./commands/DescribeTagsCommand";
85
- import {
86
- DescribeTargetGroupAttributesCommand,
87
- DescribeTargetGroupAttributesCommandInput,
88
- DescribeTargetGroupAttributesCommandOutput,
89
- } from "./commands/DescribeTargetGroupAttributesCommand";
90
- import {
91
- DescribeTargetGroupsCommand,
92
- DescribeTargetGroupsCommandInput,
93
- DescribeTargetGroupsCommandOutput,
94
- } from "./commands/DescribeTargetGroupsCommand";
95
- import {
96
- DescribeTargetHealthCommand,
97
- DescribeTargetHealthCommandInput,
98
- DescribeTargetHealthCommandOutput,
99
- } from "./commands/DescribeTargetHealthCommand";
100
- import {
101
- ModifyListenerCommand,
102
- ModifyListenerCommandInput,
103
- ModifyListenerCommandOutput,
104
- } from "./commands/ModifyListenerCommand";
105
- import {
106
- ModifyLoadBalancerAttributesCommand,
107
- ModifyLoadBalancerAttributesCommandInput,
108
- ModifyLoadBalancerAttributesCommandOutput,
109
- } from "./commands/ModifyLoadBalancerAttributesCommand";
110
- import { ModifyRuleCommand, ModifyRuleCommandInput, ModifyRuleCommandOutput } from "./commands/ModifyRuleCommand";
111
- import {
112
- ModifyTargetGroupAttributesCommand,
113
- ModifyTargetGroupAttributesCommandInput,
114
- ModifyTargetGroupAttributesCommandOutput,
115
- } from "./commands/ModifyTargetGroupAttributesCommand";
116
- import {
117
- ModifyTargetGroupCommand,
118
- ModifyTargetGroupCommandInput,
119
- ModifyTargetGroupCommandOutput,
120
- } from "./commands/ModifyTargetGroupCommand";
121
- import {
122
- RegisterTargetsCommand,
123
- RegisterTargetsCommandInput,
124
- RegisterTargetsCommandOutput,
125
- } from "./commands/RegisterTargetsCommand";
126
- import {
127
- RemoveListenerCertificatesCommand,
128
- RemoveListenerCertificatesCommandInput,
129
- RemoveListenerCertificatesCommandOutput,
130
- } from "./commands/RemoveListenerCertificatesCommand";
131
- import { RemoveTagsCommand, RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
132
- import {
133
- SetIpAddressTypeCommand,
134
- SetIpAddressTypeCommandInput,
135
- SetIpAddressTypeCommandOutput,
136
- } from "./commands/SetIpAddressTypeCommand";
137
- import {
138
- SetRulePrioritiesCommand,
139
- SetRulePrioritiesCommandInput,
140
- SetRulePrioritiesCommandOutput,
141
- } from "./commands/SetRulePrioritiesCommand";
142
- import {
143
- SetSecurityGroupsCommand,
144
- SetSecurityGroupsCommandInput,
145
- SetSecurityGroupsCommandOutput,
146
- } from "./commands/SetSecurityGroupsCommand";
147
- import { SetSubnetsCommand, SetSubnetsCommandInput, SetSubnetsCommandOutput } from "./commands/SetSubnetsCommand";
148
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
149
-
150
- /**
151
- * <fullname>Elastic Load Balancing</fullname>
152
- *
153
- * <p>A load balancer distributes incoming traffic across targets, such as your EC2 instances.
154
- * This enables you to increase the availability of your application. The load balancer also
155
- * monitors the health of its registered targets and ensures that it routes traffic only to
156
- * healthy targets. You configure your load balancer to accept incoming traffic by specifying one
157
- * or more listeners, which are configured with a protocol and port number for connections from
158
- * clients to the load balancer. You configure a target group with a protocol and port number for
159
- * connections from the load balancer to the targets, and with health check settings to be used
160
- * when checking the health status of the targets.</p>
161
- *
162
- * <p>Elastic Load Balancing supports the following types of load balancers: Application Load
163
- * Balancers, Network Load Balancers, Gateway Load Balancers, and Classic Load Balancers. This
164
- * reference covers the following load balancer types:</p>
165
- * <ul>
166
- * <li>
167
- * <p>Application Load Balancer - Operates at the application layer (layer 7) and supports
168
- * HTTP and HTTPS.</p>
169
- * </li>
170
- * <li>
171
- * <p>Network Load Balancer - Operates at the transport layer (layer 4) and supports TCP,
172
- * TLS, and UDP.</p>
173
- * </li>
174
- * <li>
175
- * <p>Gateway Load Balancer - Operates at the network layer (layer 3).</p>
176
- * </li>
177
- * </ul>
178
- *
179
- * <p>For more information, see the <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/">Elastic Load Balancing User
180
- * Guide</a>.</p>
181
- *
182
- *
183
- *
184
- *
185
- *
186
- *
187
- *
188
- * <p>All Elastic Load Balancing operations are idempotent, which means that they complete at
189
- * most one time. If you repeat an operation, it succeeds.</p>
190
- */
191
- export class ElasticLoadBalancingV2 extends ElasticLoadBalancingV2Client {
192
- /**
193
- * <p>Adds the specified SSL server certificate to the certificate list for the specified HTTPS
194
- * or TLS listener.</p>
195
- * <p>If the certificate in already in the certificate list, the call is successful but the
196
- * certificate is not added again.</p>
197
- *
198
- * <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/create-https-listener.html">HTTPS
199
- * 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
200
- * listeners</a> in the <i>Network Load Balancers Guide</i>.</p>
201
- */
202
- public addListenerCertificates(
203
- args: AddListenerCertificatesCommandInput,
204
- options?: __HttpHandlerOptions
205
- ): Promise<AddListenerCertificatesCommandOutput>;
206
- public addListenerCertificates(
207
- args: AddListenerCertificatesCommandInput,
208
- cb: (err: any, data?: AddListenerCertificatesCommandOutput) => void
209
- ): void;
210
- public addListenerCertificates(
211
- args: AddListenerCertificatesCommandInput,
212
- options: __HttpHandlerOptions,
213
- cb: (err: any, data?: AddListenerCertificatesCommandOutput) => void
214
- ): void;
215
- public addListenerCertificates(
216
- args: AddListenerCertificatesCommandInput,
217
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AddListenerCertificatesCommandOutput) => void),
218
- cb?: (err: any, data?: AddListenerCertificatesCommandOutput) => void
219
- ): Promise<AddListenerCertificatesCommandOutput> | void {
220
- const command = new AddListenerCertificatesCommand(args);
221
- if (typeof optionsOrCb === "function") {
222
- this.send(command, optionsOrCb);
223
- } else if (typeof cb === "function") {
224
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
225
- this.send(command, optionsOrCb || {}, cb);
226
- } else {
227
- return this.send(command, optionsOrCb);
228
- }
229
- }
230
-
231
- /**
232
- * <p>Adds the specified tags to the specified Elastic Load Balancing resource. You can tag your
233
- * Application Load Balancers, Network Load Balancers, Gateway Load Balancers, target groups,
234
- * listeners, and rules.</p>
235
- * <p>Each tag consists of a key and an optional value. If a resource already has a tag with the
236
- * same key, <code>AddTags</code> updates its value.</p>
237
- */
238
- public addTags(args: AddTagsCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsCommandOutput>;
239
- public addTags(args: AddTagsCommandInput, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
240
- public addTags(
241
- args: AddTagsCommandInput,
242
- options: __HttpHandlerOptions,
243
- cb: (err: any, data?: AddTagsCommandOutput) => void
244
- ): void;
245
- public addTags(
246
- args: AddTagsCommandInput,
247
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: AddTagsCommandOutput) => void),
248
- cb?: (err: any, data?: AddTagsCommandOutput) => void
249
- ): Promise<AddTagsCommandOutput> | void {
250
- const command = new AddTagsCommand(args);
251
- if (typeof optionsOrCb === "function") {
252
- this.send(command, optionsOrCb);
253
- } else if (typeof cb === "function") {
254
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
255
- this.send(command, optionsOrCb || {}, cb);
256
- } else {
257
- return this.send(command, optionsOrCb);
258
- }
259
- }
260
-
261
- /**
262
- * <p>Creates a listener for the specified Application Load Balancer, Network Load Balancer, or
263
- * Gateway Load Balancer.</p>
264
- *
265
- *
266
- * <p>For more information, see the following:</p>
267
- * <ul>
268
- * <li>
269
- * <p>
270
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html">Listeners for
271
- * your Application Load Balancers</a>
272
- * </p>
273
- * </li>
274
- * <li>
275
- * <p>
276
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-listeners.html">Listeners for
277
- * your Network Load Balancers</a>
278
- * </p>
279
- * </li>
280
- * <li>
281
- * <p>
282
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/gateway-listeners.html">Listeners for your
283
- * Gateway Load Balancers</a>
284
- * </p>
285
- * </li>
286
- * </ul>
287
- *
288
- * <p>This operation is idempotent, which means that it completes at most one time. If you
289
- * attempt to create multiple listeners with the same settings, each call succeeds.</p>
290
- */
291
- public createListener(
292
- args: CreateListenerCommandInput,
293
- options?: __HttpHandlerOptions
294
- ): Promise<CreateListenerCommandOutput>;
295
- public createListener(
296
- args: CreateListenerCommandInput,
297
- cb: (err: any, data?: CreateListenerCommandOutput) => void
298
- ): void;
299
- public createListener(
300
- args: CreateListenerCommandInput,
301
- options: __HttpHandlerOptions,
302
- cb: (err: any, data?: CreateListenerCommandOutput) => void
303
- ): void;
304
- public createListener(
305
- args: CreateListenerCommandInput,
306
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateListenerCommandOutput) => void),
307
- cb?: (err: any, data?: CreateListenerCommandOutput) => void
308
- ): Promise<CreateListenerCommandOutput> | void {
309
- const command = new CreateListenerCommand(args);
310
- if (typeof optionsOrCb === "function") {
311
- this.send(command, optionsOrCb);
312
- } else if (typeof cb === "function") {
313
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
314
- this.send(command, optionsOrCb || {}, cb);
315
- } else {
316
- return this.send(command, optionsOrCb);
317
- }
318
- }
319
-
320
- /**
321
- * <p>Creates an Application Load Balancer, Network Load Balancer, or Gateway Load
322
- * Balancer.</p>
323
- *
324
- *
325
- *
326
- * <p>For more information, see the following:</p>
327
- * <ul>
328
- * <li>
329
- * <p>
330
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/application-load-balancers.html">Application Load Balancers</a>
331
- * </p>
332
- * </li>
333
- * <li>
334
- * <p>
335
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/network-load-balancers.html">Network Load
336
- * Balancers</a>
337
- * </p>
338
- * </li>
339
- * <li>
340
- * <p>
341
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/gateway-load-balancers.html">Gateway Load
342
- * Balancers</a>
343
- * </p>
344
- * </li>
345
- * </ul>
346
- *
347
- * <p>This operation is idempotent, which means that it completes at most one time. If you
348
- * attempt to create multiple load balancers with the same settings, each call succeeds.</p>
349
- */
350
- public createLoadBalancer(
351
- args: CreateLoadBalancerCommandInput,
352
- options?: __HttpHandlerOptions
353
- ): Promise<CreateLoadBalancerCommandOutput>;
354
- public createLoadBalancer(
355
- args: CreateLoadBalancerCommandInput,
356
- cb: (err: any, data?: CreateLoadBalancerCommandOutput) => void
357
- ): void;
358
- public createLoadBalancer(
359
- args: CreateLoadBalancerCommandInput,
360
- options: __HttpHandlerOptions,
361
- cb: (err: any, data?: CreateLoadBalancerCommandOutput) => void
362
- ): void;
363
- public createLoadBalancer(
364
- args: CreateLoadBalancerCommandInput,
365
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateLoadBalancerCommandOutput) => void),
366
- cb?: (err: any, data?: CreateLoadBalancerCommandOutput) => void
367
- ): Promise<CreateLoadBalancerCommandOutput> | void {
368
- const command = new CreateLoadBalancerCommand(args);
369
- if (typeof optionsOrCb === "function") {
370
- this.send(command, optionsOrCb);
371
- } else if (typeof cb === "function") {
372
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
373
- this.send(command, optionsOrCb || {}, cb);
374
- } else {
375
- return this.send(command, optionsOrCb);
376
- }
377
- }
378
-
379
- /**
380
- * <p>Creates a rule for the specified listener. The listener must be associated with an
381
- * Application Load Balancer.</p>
382
- * <p>Each rule consists of a priority, one or more actions, and one or more conditions. Rules
383
- * are evaluated in priority order, from the lowest value to the highest value. When the
384
- * conditions for a rule are met, its actions are performed. If the conditions for no rules are
385
- * 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>
386
- */
387
- public createRule(args: CreateRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateRuleCommandOutput>;
388
- public createRule(args: CreateRuleCommandInput, cb: (err: any, data?: CreateRuleCommandOutput) => void): void;
389
- public createRule(
390
- args: CreateRuleCommandInput,
391
- options: __HttpHandlerOptions,
392
- cb: (err: any, data?: CreateRuleCommandOutput) => void
393
- ): void;
394
- public createRule(
395
- args: CreateRuleCommandInput,
396
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateRuleCommandOutput) => void),
397
- cb?: (err: any, data?: CreateRuleCommandOutput) => void
398
- ): Promise<CreateRuleCommandOutput> | void {
399
- const command = new CreateRuleCommand(args);
400
- if (typeof optionsOrCb === "function") {
401
- this.send(command, optionsOrCb);
402
- } else if (typeof cb === "function") {
403
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
404
- this.send(command, optionsOrCb || {}, cb);
405
- } else {
406
- return this.send(command, optionsOrCb);
407
- }
408
- }
409
-
410
- /**
411
- * <p>Creates a target group.</p>
412
- *
413
- *
414
- *
415
- * <p>For more information, see the following:</p>
416
- * <ul>
417
- * <li>
418
- * <p>
419
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-target-groups.html">Target
420
- * groups for your Application Load Balancers</a>
421
- * </p>
422
- * </li>
423
- * <li>
424
- * <p>
425
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-target-groups.html">Target groups
426
- * for your Network Load Balancers</a>
427
- * </p>
428
- * </li>
429
- * <li>
430
- * <p>
431
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/target-groups.html">Target groups for your
432
- * Gateway Load Balancers</a>
433
- * </p>
434
- * </li>
435
- * </ul>
436
- *
437
- * <p>This operation is idempotent, which means that it completes at most one time. If you
438
- * attempt to create multiple target groups with the same settings, each call succeeds.</p>
439
- */
440
- public createTargetGroup(
441
- args: CreateTargetGroupCommandInput,
442
- options?: __HttpHandlerOptions
443
- ): Promise<CreateTargetGroupCommandOutput>;
444
- public createTargetGroup(
445
- args: CreateTargetGroupCommandInput,
446
- cb: (err: any, data?: CreateTargetGroupCommandOutput) => void
447
- ): void;
448
- public createTargetGroup(
449
- args: CreateTargetGroupCommandInput,
450
- options: __HttpHandlerOptions,
451
- cb: (err: any, data?: CreateTargetGroupCommandOutput) => void
452
- ): void;
453
- public createTargetGroup(
454
- args: CreateTargetGroupCommandInput,
455
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateTargetGroupCommandOutput) => void),
456
- cb?: (err: any, data?: CreateTargetGroupCommandOutput) => void
457
- ): Promise<CreateTargetGroupCommandOutput> | void {
458
- const command = new CreateTargetGroupCommand(args);
459
- if (typeof optionsOrCb === "function") {
460
- this.send(command, optionsOrCb);
461
- } else if (typeof cb === "function") {
462
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
463
- this.send(command, optionsOrCb || {}, cb);
464
- } else {
465
- return this.send(command, optionsOrCb);
466
- }
467
- }
468
-
469
- /**
470
- * <p>Deletes the specified listener.</p>
471
- * <p>Alternatively, your listener is deleted when you delete the load balancer to which it is
472
- * attached.</p>
473
- */
474
- public deleteListener(
475
- args: DeleteListenerCommandInput,
476
- options?: __HttpHandlerOptions
477
- ): Promise<DeleteListenerCommandOutput>;
478
- public deleteListener(
479
- args: DeleteListenerCommandInput,
480
- cb: (err: any, data?: DeleteListenerCommandOutput) => void
481
- ): void;
482
- public deleteListener(
483
- args: DeleteListenerCommandInput,
484
- options: __HttpHandlerOptions,
485
- cb: (err: any, data?: DeleteListenerCommandOutput) => void
486
- ): void;
487
- public deleteListener(
488
- args: DeleteListenerCommandInput,
489
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteListenerCommandOutput) => void),
490
- cb?: (err: any, data?: DeleteListenerCommandOutput) => void
491
- ): Promise<DeleteListenerCommandOutput> | void {
492
- const command = new DeleteListenerCommand(args);
493
- if (typeof optionsOrCb === "function") {
494
- this.send(command, optionsOrCb);
495
- } else if (typeof cb === "function") {
496
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
497
- this.send(command, optionsOrCb || {}, cb);
498
- } else {
499
- return this.send(command, optionsOrCb);
500
- }
501
- }
502
-
503
- /**
504
- * <p>Deletes the specified Application Load Balancer, Network Load Balancer, or Gateway Load
505
- * Balancer. Deleting a load balancer also deletes its listeners.</p>
506
- * <p>You can't delete a load balancer if deletion protection is enabled. If the load balancer
507
- * does not exist or has already been deleted, the call succeeds.</p>
508
- * <p>Deleting a load balancer does not affect its registered targets. For example, your EC2
509
- * instances continue to run and are still registered to their target groups. If you no longer
510
- * need these EC2 instances, you can stop or terminate them.</p>
511
- */
512
- public deleteLoadBalancer(
513
- args: DeleteLoadBalancerCommandInput,
514
- options?: __HttpHandlerOptions
515
- ): Promise<DeleteLoadBalancerCommandOutput>;
516
- public deleteLoadBalancer(
517
- args: DeleteLoadBalancerCommandInput,
518
- cb: (err: any, data?: DeleteLoadBalancerCommandOutput) => void
519
- ): void;
520
- public deleteLoadBalancer(
521
- args: DeleteLoadBalancerCommandInput,
522
- options: __HttpHandlerOptions,
523
- cb: (err: any, data?: DeleteLoadBalancerCommandOutput) => void
524
- ): void;
525
- public deleteLoadBalancer(
526
- args: DeleteLoadBalancerCommandInput,
527
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteLoadBalancerCommandOutput) => void),
528
- cb?: (err: any, data?: DeleteLoadBalancerCommandOutput) => void
529
- ): Promise<DeleteLoadBalancerCommandOutput> | void {
530
- const command = new DeleteLoadBalancerCommand(args);
531
- if (typeof optionsOrCb === "function") {
532
- this.send(command, optionsOrCb);
533
- } else if (typeof cb === "function") {
534
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
535
- this.send(command, optionsOrCb || {}, cb);
536
- } else {
537
- return this.send(command, optionsOrCb);
538
- }
539
- }
540
-
541
- /**
542
- * <p>Deletes the specified rule.</p>
543
- * <p>You can't delete the default rule.</p>
544
- */
545
- public deleteRule(args: DeleteRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRuleCommandOutput>;
546
- public deleteRule(args: DeleteRuleCommandInput, cb: (err: any, data?: DeleteRuleCommandOutput) => void): void;
547
- public deleteRule(
548
- args: DeleteRuleCommandInput,
549
- options: __HttpHandlerOptions,
550
- cb: (err: any, data?: DeleteRuleCommandOutput) => void
551
- ): void;
552
- public deleteRule(
553
- args: DeleteRuleCommandInput,
554
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteRuleCommandOutput) => void),
555
- cb?: (err: any, data?: DeleteRuleCommandOutput) => void
556
- ): Promise<DeleteRuleCommandOutput> | void {
557
- const command = new DeleteRuleCommand(args);
558
- if (typeof optionsOrCb === "function") {
559
- this.send(command, optionsOrCb);
560
- } else if (typeof cb === "function") {
561
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
562
- this.send(command, optionsOrCb || {}, cb);
563
- } else {
564
- return this.send(command, optionsOrCb);
565
- }
566
- }
567
-
568
- /**
569
- * <p>Deletes the specified target group.</p>
570
- * <p>You can delete a target group if it is not referenced by any actions. Deleting a target
571
- * group also deletes any associated health checks. Deleting a target group does not affect its
572
- * registered targets. For example, any EC2 instances continue to run until you stop or terminate
573
- * them.</p>
574
- */
575
- public deleteTargetGroup(
576
- args: DeleteTargetGroupCommandInput,
577
- options?: __HttpHandlerOptions
578
- ): Promise<DeleteTargetGroupCommandOutput>;
579
- public deleteTargetGroup(
580
- args: DeleteTargetGroupCommandInput,
581
- cb: (err: any, data?: DeleteTargetGroupCommandOutput) => void
582
- ): void;
583
- public deleteTargetGroup(
584
- args: DeleteTargetGroupCommandInput,
585
- options: __HttpHandlerOptions,
586
- cb: (err: any, data?: DeleteTargetGroupCommandOutput) => void
587
- ): void;
588
- public deleteTargetGroup(
589
- args: DeleteTargetGroupCommandInput,
590
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteTargetGroupCommandOutput) => void),
591
- cb?: (err: any, data?: DeleteTargetGroupCommandOutput) => void
592
- ): Promise<DeleteTargetGroupCommandOutput> | void {
593
- const command = new DeleteTargetGroupCommand(args);
594
- if (typeof optionsOrCb === "function") {
595
- this.send(command, optionsOrCb);
596
- } else if (typeof cb === "function") {
597
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
598
- this.send(command, optionsOrCb || {}, cb);
599
- } else {
600
- return this.send(command, optionsOrCb);
601
- }
602
- }
603
-
604
- /**
605
- * <p>Deregisters the specified targets from the specified target group. After the targets are
606
- * deregistered, they no longer receive traffic from the load balancer.</p>
607
- */
608
- public deregisterTargets(
609
- args: DeregisterTargetsCommandInput,
610
- options?: __HttpHandlerOptions
611
- ): Promise<DeregisterTargetsCommandOutput>;
612
- public deregisterTargets(
613
- args: DeregisterTargetsCommandInput,
614
- cb: (err: any, data?: DeregisterTargetsCommandOutput) => void
615
- ): void;
616
- public deregisterTargets(
617
- args: DeregisterTargetsCommandInput,
618
- options: __HttpHandlerOptions,
619
- cb: (err: any, data?: DeregisterTargetsCommandOutput) => void
620
- ): void;
621
- public deregisterTargets(
622
- args: DeregisterTargetsCommandInput,
623
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeregisterTargetsCommandOutput) => void),
624
- cb?: (err: any, data?: DeregisterTargetsCommandOutput) => void
625
- ): Promise<DeregisterTargetsCommandOutput> | void {
626
- const command = new DeregisterTargetsCommand(args);
627
- if (typeof optionsOrCb === "function") {
628
- this.send(command, optionsOrCb);
629
- } else if (typeof cb === "function") {
630
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
631
- this.send(command, optionsOrCb || {}, cb);
632
- } else {
633
- return this.send(command, optionsOrCb);
634
- }
635
- }
636
-
637
- /**
638
- * <p>Describes the current Elastic Load Balancing resource limits for your Amazon Web Services
639
- * account.</p>
640
- * <p>For more information, see the following:</p>
641
- * <ul>
642
- * <li>
643
- * <p>
644
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-limits.html">Quotas for your
645
- * Application Load Balancers</a>
646
- * </p>
647
- * </li>
648
- * <li>
649
- * <p>
650
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-limits.html">Quotas for your
651
- * Network Load Balancers</a>
652
- * </p>
653
- * </li>
654
- * <li>
655
- * <p>
656
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/quotas-limits.html">Quotas for your Gateway
657
- * Load Balancers</a>
658
- * </p>
659
- * </li>
660
- * </ul>
661
- */
662
- public describeAccountLimits(
663
- args: DescribeAccountLimitsCommandInput,
664
- options?: __HttpHandlerOptions
665
- ): Promise<DescribeAccountLimitsCommandOutput>;
666
- public describeAccountLimits(
667
- args: DescribeAccountLimitsCommandInput,
668
- cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void
669
- ): void;
670
- public describeAccountLimits(
671
- args: DescribeAccountLimitsCommandInput,
672
- options: __HttpHandlerOptions,
673
- cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void
674
- ): void;
675
- public describeAccountLimits(
676
- args: DescribeAccountLimitsCommandInput,
677
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeAccountLimitsCommandOutput) => void),
678
- cb?: (err: any, data?: DescribeAccountLimitsCommandOutput) => void
679
- ): Promise<DescribeAccountLimitsCommandOutput> | void {
680
- const command = new DescribeAccountLimitsCommand(args);
681
- if (typeof optionsOrCb === "function") {
682
- this.send(command, optionsOrCb);
683
- } else if (typeof cb === "function") {
684
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
685
- this.send(command, optionsOrCb || {}, cb);
686
- } else {
687
- return this.send(command, optionsOrCb);
688
- }
689
- }
690
-
691
- /**
692
- * <p>Describes the default certificate and the certificate list for the specified HTTPS or TLS
693
- * listener.</p>
694
- * <p>If the default certificate is also in the certificate list, it appears twice in the
695
- * results (once with <code>IsDefault</code> set to true and once with <code>IsDefault</code> set
696
- * to false).</p>
697
- * <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
698
- * <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
699
- * Guide</i>.</p>
700
- */
701
- public describeListenerCertificates(
702
- args: DescribeListenerCertificatesCommandInput,
703
- options?: __HttpHandlerOptions
704
- ): Promise<DescribeListenerCertificatesCommandOutput>;
705
- public describeListenerCertificates(
706
- args: DescribeListenerCertificatesCommandInput,
707
- cb: (err: any, data?: DescribeListenerCertificatesCommandOutput) => void
708
- ): void;
709
- public describeListenerCertificates(
710
- args: DescribeListenerCertificatesCommandInput,
711
- options: __HttpHandlerOptions,
712
- cb: (err: any, data?: DescribeListenerCertificatesCommandOutput) => void
713
- ): void;
714
- public describeListenerCertificates(
715
- args: DescribeListenerCertificatesCommandInput,
716
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeListenerCertificatesCommandOutput) => void),
717
- cb?: (err: any, data?: DescribeListenerCertificatesCommandOutput) => void
718
- ): Promise<DescribeListenerCertificatesCommandOutput> | void {
719
- const command = new DescribeListenerCertificatesCommand(args);
720
- if (typeof optionsOrCb === "function") {
721
- this.send(command, optionsOrCb);
722
- } else if (typeof cb === "function") {
723
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
724
- this.send(command, optionsOrCb || {}, cb);
725
- } else {
726
- return this.send(command, optionsOrCb);
727
- }
728
- }
729
-
730
- /**
731
- * <p>Describes the specified listeners or the listeners for the specified Application Load
732
- * Balancer, Network Load Balancer, or Gateway Load Balancer. You must specify either a load
733
- * balancer or one or more listeners.</p>
734
- */
735
- public describeListeners(
736
- args: DescribeListenersCommandInput,
737
- options?: __HttpHandlerOptions
738
- ): Promise<DescribeListenersCommandOutput>;
739
- public describeListeners(
740
- args: DescribeListenersCommandInput,
741
- cb: (err: any, data?: DescribeListenersCommandOutput) => void
742
- ): void;
743
- public describeListeners(
744
- args: DescribeListenersCommandInput,
745
- options: __HttpHandlerOptions,
746
- cb: (err: any, data?: DescribeListenersCommandOutput) => void
747
- ): void;
748
- public describeListeners(
749
- args: DescribeListenersCommandInput,
750
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeListenersCommandOutput) => void),
751
- cb?: (err: any, data?: DescribeListenersCommandOutput) => void
752
- ): Promise<DescribeListenersCommandOutput> | void {
753
- const command = new DescribeListenersCommand(args);
754
- if (typeof optionsOrCb === "function") {
755
- this.send(command, optionsOrCb);
756
- } else if (typeof cb === "function") {
757
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
758
- this.send(command, optionsOrCb || {}, cb);
759
- } else {
760
- return this.send(command, optionsOrCb);
761
- }
762
- }
763
-
764
- /**
765
- * <p>Describes the attributes for the specified Application Load Balancer, Network Load
766
- * Balancer, or Gateway Load Balancer.</p>
767
- *
768
- * <p>For more information, see the following:</p>
769
- * <ul>
770
- * <li>
771
- * <p>
772
- * <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
773
- * Guide</i>
774
- * </p>
775
- * </li>
776
- * <li>
777
- * <p>
778
- * <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
779
- * Guide</i>
780
- * </p>
781
- * </li>
782
- * <li>
783
- * <p>
784
- * <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
785
- * Guide</i>
786
- * </p>
787
- * </li>
788
- * </ul>
789
- */
790
- public describeLoadBalancerAttributes(
791
- args: DescribeLoadBalancerAttributesCommandInput,
792
- options?: __HttpHandlerOptions
793
- ): Promise<DescribeLoadBalancerAttributesCommandOutput>;
794
- public describeLoadBalancerAttributes(
795
- args: DescribeLoadBalancerAttributesCommandInput,
796
- cb: (err: any, data?: DescribeLoadBalancerAttributesCommandOutput) => void
797
- ): void;
798
- public describeLoadBalancerAttributes(
799
- args: DescribeLoadBalancerAttributesCommandInput,
800
- options: __HttpHandlerOptions,
801
- cb: (err: any, data?: DescribeLoadBalancerAttributesCommandOutput) => void
802
- ): void;
803
- public describeLoadBalancerAttributes(
804
- args: DescribeLoadBalancerAttributesCommandInput,
805
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeLoadBalancerAttributesCommandOutput) => void),
806
- cb?: (err: any, data?: DescribeLoadBalancerAttributesCommandOutput) => void
807
- ): Promise<DescribeLoadBalancerAttributesCommandOutput> | void {
808
- const command = new DescribeLoadBalancerAttributesCommand(args);
809
- if (typeof optionsOrCb === "function") {
810
- this.send(command, optionsOrCb);
811
- } else if (typeof cb === "function") {
812
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
813
- this.send(command, optionsOrCb || {}, cb);
814
- } else {
815
- return this.send(command, optionsOrCb);
816
- }
817
- }
818
-
819
- /**
820
- * <p>Describes the specified load balancers or all of your load balancers.</p>
821
- */
822
- public describeLoadBalancers(
823
- args: DescribeLoadBalancersCommandInput,
824
- options?: __HttpHandlerOptions
825
- ): Promise<DescribeLoadBalancersCommandOutput>;
826
- public describeLoadBalancers(
827
- args: DescribeLoadBalancersCommandInput,
828
- cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void
829
- ): void;
830
- public describeLoadBalancers(
831
- args: DescribeLoadBalancersCommandInput,
832
- options: __HttpHandlerOptions,
833
- cb: (err: any, data?: DescribeLoadBalancersCommandOutput) => void
834
- ): void;
835
- public describeLoadBalancers(
836
- args: DescribeLoadBalancersCommandInput,
837
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeLoadBalancersCommandOutput) => void),
838
- cb?: (err: any, data?: DescribeLoadBalancersCommandOutput) => void
839
- ): Promise<DescribeLoadBalancersCommandOutput> | void {
840
- const command = new DescribeLoadBalancersCommand(args);
841
- if (typeof optionsOrCb === "function") {
842
- this.send(command, optionsOrCb);
843
- } else if (typeof cb === "function") {
844
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
845
- this.send(command, optionsOrCb || {}, cb);
846
- } else {
847
- return this.send(command, optionsOrCb);
848
- }
849
- }
850
-
851
- /**
852
- * <p>Describes the specified rules or the rules for the specified listener. You must specify
853
- * either a listener or one or more rules.</p>
854
- */
855
- public describeRules(
856
- args: DescribeRulesCommandInput,
857
- options?: __HttpHandlerOptions
858
- ): Promise<DescribeRulesCommandOutput>;
859
- public describeRules(
860
- args: DescribeRulesCommandInput,
861
- cb: (err: any, data?: DescribeRulesCommandOutput) => void
862
- ): void;
863
- public describeRules(
864
- args: DescribeRulesCommandInput,
865
- options: __HttpHandlerOptions,
866
- cb: (err: any, data?: DescribeRulesCommandOutput) => void
867
- ): void;
868
- public describeRules(
869
- args: DescribeRulesCommandInput,
870
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeRulesCommandOutput) => void),
871
- cb?: (err: any, data?: DescribeRulesCommandOutput) => void
872
- ): Promise<DescribeRulesCommandOutput> | void {
873
- const command = new DescribeRulesCommand(args);
874
- if (typeof optionsOrCb === "function") {
875
- this.send(command, optionsOrCb);
876
- } else if (typeof cb === "function") {
877
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
878
- this.send(command, optionsOrCb || {}, cb);
879
- } else {
880
- return this.send(command, optionsOrCb);
881
- }
882
- }
883
-
884
- /**
885
- * <p>Describes the specified policies or all policies used for SSL negotiation.</p>
886
- * <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
887
- * <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>
888
- */
889
- public describeSSLPolicies(
890
- args: DescribeSSLPoliciesCommandInput,
891
- options?: __HttpHandlerOptions
892
- ): Promise<DescribeSSLPoliciesCommandOutput>;
893
- public describeSSLPolicies(
894
- args: DescribeSSLPoliciesCommandInput,
895
- cb: (err: any, data?: DescribeSSLPoliciesCommandOutput) => void
896
- ): void;
897
- public describeSSLPolicies(
898
- args: DescribeSSLPoliciesCommandInput,
899
- options: __HttpHandlerOptions,
900
- cb: (err: any, data?: DescribeSSLPoliciesCommandOutput) => void
901
- ): void;
902
- public describeSSLPolicies(
903
- args: DescribeSSLPoliciesCommandInput,
904
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeSSLPoliciesCommandOutput) => void),
905
- cb?: (err: any, data?: DescribeSSLPoliciesCommandOutput) => void
906
- ): Promise<DescribeSSLPoliciesCommandOutput> | void {
907
- const command = new DescribeSSLPoliciesCommand(args);
908
- if (typeof optionsOrCb === "function") {
909
- this.send(command, optionsOrCb);
910
- } else if (typeof cb === "function") {
911
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
912
- this.send(command, optionsOrCb || {}, cb);
913
- } else {
914
- return this.send(command, optionsOrCb);
915
- }
916
- }
917
-
918
- /**
919
- * <p>Describes the tags for the specified Elastic Load Balancing resources. You can describe
920
- * the tags for one or more Application Load Balancers, Network Load Balancers, Gateway Load
921
- * Balancers, target groups, listeners, or rules.</p>
922
- */
923
- public describeTags(
924
- args: DescribeTagsCommandInput,
925
- options?: __HttpHandlerOptions
926
- ): Promise<DescribeTagsCommandOutput>;
927
- public describeTags(args: DescribeTagsCommandInput, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
928
- public describeTags(
929
- args: DescribeTagsCommandInput,
930
- options: __HttpHandlerOptions,
931
- cb: (err: any, data?: DescribeTagsCommandOutput) => void
932
- ): void;
933
- public describeTags(
934
- args: DescribeTagsCommandInput,
935
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeTagsCommandOutput) => void),
936
- cb?: (err: any, data?: DescribeTagsCommandOutput) => void
937
- ): Promise<DescribeTagsCommandOutput> | void {
938
- const command = new DescribeTagsCommand(args);
939
- if (typeof optionsOrCb === "function") {
940
- this.send(command, optionsOrCb);
941
- } else if (typeof cb === "function") {
942
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
943
- this.send(command, optionsOrCb || {}, cb);
944
- } else {
945
- return this.send(command, optionsOrCb);
946
- }
947
- }
948
-
949
- /**
950
- * <p>Describes the attributes for the specified target group.</p>
951
- * <p>For more information, see the following:</p>
952
- * <ul>
953
- * <li>
954
- * <p>
955
- * <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
956
- * Guide</i>
957
- * </p>
958
- * </li>
959
- * <li>
960
- * <p>
961
- * <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
962
- * Guide</i>
963
- * </p>
964
- * </li>
965
- * <li>
966
- * <p>
967
- * <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
968
- * Guide</i>
969
- * </p>
970
- * </li>
971
- * </ul>
972
- */
973
- public describeTargetGroupAttributes(
974
- args: DescribeTargetGroupAttributesCommandInput,
975
- options?: __HttpHandlerOptions
976
- ): Promise<DescribeTargetGroupAttributesCommandOutput>;
977
- public describeTargetGroupAttributes(
978
- args: DescribeTargetGroupAttributesCommandInput,
979
- cb: (err: any, data?: DescribeTargetGroupAttributesCommandOutput) => void
980
- ): void;
981
- public describeTargetGroupAttributes(
982
- args: DescribeTargetGroupAttributesCommandInput,
983
- options: __HttpHandlerOptions,
984
- cb: (err: any, data?: DescribeTargetGroupAttributesCommandOutput) => void
985
- ): void;
986
- public describeTargetGroupAttributes(
987
- args: DescribeTargetGroupAttributesCommandInput,
988
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeTargetGroupAttributesCommandOutput) => void),
989
- cb?: (err: any, data?: DescribeTargetGroupAttributesCommandOutput) => void
990
- ): Promise<DescribeTargetGroupAttributesCommandOutput> | void {
991
- const command = new DescribeTargetGroupAttributesCommand(args);
992
- if (typeof optionsOrCb === "function") {
993
- this.send(command, optionsOrCb);
994
- } else if (typeof cb === "function") {
995
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
996
- this.send(command, optionsOrCb || {}, cb);
997
- } else {
998
- return this.send(command, optionsOrCb);
999
- }
1000
- }
1001
-
1002
- /**
1003
- * <p>Describes the specified target groups or all of your target groups. By default, all target
1004
- * groups are described. Alternatively, you can specify one of the following to filter the
1005
- * results: the ARN of the load balancer, the names of one or more target groups, or the ARNs of
1006
- * one or more target groups.</p>
1007
- */
1008
- public describeTargetGroups(
1009
- args: DescribeTargetGroupsCommandInput,
1010
- options?: __HttpHandlerOptions
1011
- ): Promise<DescribeTargetGroupsCommandOutput>;
1012
- public describeTargetGroups(
1013
- args: DescribeTargetGroupsCommandInput,
1014
- cb: (err: any, data?: DescribeTargetGroupsCommandOutput) => void
1015
- ): void;
1016
- public describeTargetGroups(
1017
- args: DescribeTargetGroupsCommandInput,
1018
- options: __HttpHandlerOptions,
1019
- cb: (err: any, data?: DescribeTargetGroupsCommandOutput) => void
1020
- ): void;
1021
- public describeTargetGroups(
1022
- args: DescribeTargetGroupsCommandInput,
1023
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeTargetGroupsCommandOutput) => void),
1024
- cb?: (err: any, data?: DescribeTargetGroupsCommandOutput) => void
1025
- ): Promise<DescribeTargetGroupsCommandOutput> | void {
1026
- const command = new DescribeTargetGroupsCommand(args);
1027
- if (typeof optionsOrCb === "function") {
1028
- this.send(command, optionsOrCb);
1029
- } else if (typeof cb === "function") {
1030
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1031
- this.send(command, optionsOrCb || {}, cb);
1032
- } else {
1033
- return this.send(command, optionsOrCb);
1034
- }
1035
- }
1036
-
1037
- /**
1038
- * <p>Describes the health of the specified targets or all of your targets.</p>
1039
- */
1040
- public describeTargetHealth(
1041
- args: DescribeTargetHealthCommandInput,
1042
- options?: __HttpHandlerOptions
1043
- ): Promise<DescribeTargetHealthCommandOutput>;
1044
- public describeTargetHealth(
1045
- args: DescribeTargetHealthCommandInput,
1046
- cb: (err: any, data?: DescribeTargetHealthCommandOutput) => void
1047
- ): void;
1048
- public describeTargetHealth(
1049
- args: DescribeTargetHealthCommandInput,
1050
- options: __HttpHandlerOptions,
1051
- cb: (err: any, data?: DescribeTargetHealthCommandOutput) => void
1052
- ): void;
1053
- public describeTargetHealth(
1054
- args: DescribeTargetHealthCommandInput,
1055
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DescribeTargetHealthCommandOutput) => void),
1056
- cb?: (err: any, data?: DescribeTargetHealthCommandOutput) => void
1057
- ): Promise<DescribeTargetHealthCommandOutput> | void {
1058
- const command = new DescribeTargetHealthCommand(args);
1059
- if (typeof optionsOrCb === "function") {
1060
- this.send(command, optionsOrCb);
1061
- } else if (typeof cb === "function") {
1062
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1063
- this.send(command, optionsOrCb || {}, cb);
1064
- } else {
1065
- return this.send(command, optionsOrCb);
1066
- }
1067
- }
1068
-
1069
- /**
1070
- * <p>Replaces the specified properties of the specified listener. Any properties that you do
1071
- * not specify remain unchanged.</p>
1072
- * <p>Changing the protocol from HTTPS to HTTP, or from TLS to TCP, removes the security policy
1073
- * and default certificate properties. If you change the protocol from HTTP to HTTPS, or from TCP
1074
- * to TLS, you must add the security policy and default certificate properties.</p>
1075
- * <p>To add an item to a list, remove an item from a list, or update an item in a list, you
1076
- * must provide the entire list. For example, to add an action, specify a list with the current
1077
- * actions plus the new action.</p>
1078
- */
1079
- public modifyListener(
1080
- args: ModifyListenerCommandInput,
1081
- options?: __HttpHandlerOptions
1082
- ): Promise<ModifyListenerCommandOutput>;
1083
- public modifyListener(
1084
- args: ModifyListenerCommandInput,
1085
- cb: (err: any, data?: ModifyListenerCommandOutput) => void
1086
- ): void;
1087
- public modifyListener(
1088
- args: ModifyListenerCommandInput,
1089
- options: __HttpHandlerOptions,
1090
- cb: (err: any, data?: ModifyListenerCommandOutput) => void
1091
- ): void;
1092
- public modifyListener(
1093
- args: ModifyListenerCommandInput,
1094
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyListenerCommandOutput) => void),
1095
- cb?: (err: any, data?: ModifyListenerCommandOutput) => void
1096
- ): Promise<ModifyListenerCommandOutput> | void {
1097
- const command = new ModifyListenerCommand(args);
1098
- if (typeof optionsOrCb === "function") {
1099
- this.send(command, optionsOrCb);
1100
- } else if (typeof cb === "function") {
1101
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1102
- this.send(command, optionsOrCb || {}, cb);
1103
- } else {
1104
- return this.send(command, optionsOrCb);
1105
- }
1106
- }
1107
-
1108
- /**
1109
- * <p>Modifies the specified attributes of the specified Application Load Balancer, Network Load
1110
- * Balancer, or Gateway Load Balancer.</p>
1111
- * <p>If any of the specified attributes can't be modified as requested, the call fails. Any
1112
- * existing attributes that you do not modify retain their current values.</p>
1113
- */
1114
- public modifyLoadBalancerAttributes(
1115
- args: ModifyLoadBalancerAttributesCommandInput,
1116
- options?: __HttpHandlerOptions
1117
- ): Promise<ModifyLoadBalancerAttributesCommandOutput>;
1118
- public modifyLoadBalancerAttributes(
1119
- args: ModifyLoadBalancerAttributesCommandInput,
1120
- cb: (err: any, data?: ModifyLoadBalancerAttributesCommandOutput) => void
1121
- ): void;
1122
- public modifyLoadBalancerAttributes(
1123
- args: ModifyLoadBalancerAttributesCommandInput,
1124
- options: __HttpHandlerOptions,
1125
- cb: (err: any, data?: ModifyLoadBalancerAttributesCommandOutput) => void
1126
- ): void;
1127
- public modifyLoadBalancerAttributes(
1128
- args: ModifyLoadBalancerAttributesCommandInput,
1129
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyLoadBalancerAttributesCommandOutput) => void),
1130
- cb?: (err: any, data?: ModifyLoadBalancerAttributesCommandOutput) => void
1131
- ): Promise<ModifyLoadBalancerAttributesCommandOutput> | void {
1132
- const command = new ModifyLoadBalancerAttributesCommand(args);
1133
- if (typeof optionsOrCb === "function") {
1134
- this.send(command, optionsOrCb);
1135
- } else if (typeof cb === "function") {
1136
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1137
- this.send(command, optionsOrCb || {}, cb);
1138
- } else {
1139
- return this.send(command, optionsOrCb);
1140
- }
1141
- }
1142
-
1143
- /**
1144
- * <p>Replaces the specified properties of the specified rule. Any properties that you do not
1145
- * specify are unchanged.</p>
1146
- * <p>To add an item to a list, remove an item from a list, or update an item in a list, you
1147
- * must provide the entire list. For example, to add an action, specify a list with the current
1148
- * actions plus the new action.</p>
1149
- */
1150
- public modifyRule(args: ModifyRuleCommandInput, options?: __HttpHandlerOptions): Promise<ModifyRuleCommandOutput>;
1151
- public modifyRule(args: ModifyRuleCommandInput, cb: (err: any, data?: ModifyRuleCommandOutput) => void): void;
1152
- public modifyRule(
1153
- args: ModifyRuleCommandInput,
1154
- options: __HttpHandlerOptions,
1155
- cb: (err: any, data?: ModifyRuleCommandOutput) => void
1156
- ): void;
1157
- public modifyRule(
1158
- args: ModifyRuleCommandInput,
1159
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyRuleCommandOutput) => void),
1160
- cb?: (err: any, data?: ModifyRuleCommandOutput) => void
1161
- ): Promise<ModifyRuleCommandOutput> | void {
1162
- const command = new ModifyRuleCommand(args);
1163
- if (typeof optionsOrCb === "function") {
1164
- this.send(command, optionsOrCb);
1165
- } else if (typeof cb === "function") {
1166
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1167
- this.send(command, optionsOrCb || {}, cb);
1168
- } else {
1169
- return this.send(command, optionsOrCb);
1170
- }
1171
- }
1172
-
1173
- /**
1174
- * <p>Modifies the health checks used when evaluating the health state of the targets in the
1175
- * specified target group.</p>
1176
- */
1177
- public modifyTargetGroup(
1178
- args: ModifyTargetGroupCommandInput,
1179
- options?: __HttpHandlerOptions
1180
- ): Promise<ModifyTargetGroupCommandOutput>;
1181
- public modifyTargetGroup(
1182
- args: ModifyTargetGroupCommandInput,
1183
- cb: (err: any, data?: ModifyTargetGroupCommandOutput) => void
1184
- ): void;
1185
- public modifyTargetGroup(
1186
- args: ModifyTargetGroupCommandInput,
1187
- options: __HttpHandlerOptions,
1188
- cb: (err: any, data?: ModifyTargetGroupCommandOutput) => void
1189
- ): void;
1190
- public modifyTargetGroup(
1191
- args: ModifyTargetGroupCommandInput,
1192
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyTargetGroupCommandOutput) => void),
1193
- cb?: (err: any, data?: ModifyTargetGroupCommandOutput) => void
1194
- ): Promise<ModifyTargetGroupCommandOutput> | void {
1195
- const command = new ModifyTargetGroupCommand(args);
1196
- if (typeof optionsOrCb === "function") {
1197
- this.send(command, optionsOrCb);
1198
- } else if (typeof cb === "function") {
1199
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1200
- this.send(command, optionsOrCb || {}, cb);
1201
- } else {
1202
- return this.send(command, optionsOrCb);
1203
- }
1204
- }
1205
-
1206
- /**
1207
- * <p>Modifies the specified attributes of the specified target group.</p>
1208
- */
1209
- public modifyTargetGroupAttributes(
1210
- args: ModifyTargetGroupAttributesCommandInput,
1211
- options?: __HttpHandlerOptions
1212
- ): Promise<ModifyTargetGroupAttributesCommandOutput>;
1213
- public modifyTargetGroupAttributes(
1214
- args: ModifyTargetGroupAttributesCommandInput,
1215
- cb: (err: any, data?: ModifyTargetGroupAttributesCommandOutput) => void
1216
- ): void;
1217
- public modifyTargetGroupAttributes(
1218
- args: ModifyTargetGroupAttributesCommandInput,
1219
- options: __HttpHandlerOptions,
1220
- cb: (err: any, data?: ModifyTargetGroupAttributesCommandOutput) => void
1221
- ): void;
1222
- public modifyTargetGroupAttributes(
1223
- args: ModifyTargetGroupAttributesCommandInput,
1224
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ModifyTargetGroupAttributesCommandOutput) => void),
1225
- cb?: (err: any, data?: ModifyTargetGroupAttributesCommandOutput) => void
1226
- ): Promise<ModifyTargetGroupAttributesCommandOutput> | void {
1227
- const command = new ModifyTargetGroupAttributesCommand(args);
1228
- if (typeof optionsOrCb === "function") {
1229
- this.send(command, optionsOrCb);
1230
- } else if (typeof cb === "function") {
1231
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1232
- this.send(command, optionsOrCb || {}, cb);
1233
- } else {
1234
- return this.send(command, optionsOrCb);
1235
- }
1236
- }
1237
-
1238
- /**
1239
- * <p>Registers the specified targets with the specified target group.</p>
1240
- *
1241
- * <p>If the target is an EC2 instance, it must be in the <code>running</code> state when you
1242
- * register it.</p>
1243
- *
1244
- * <p>By default, the load balancer routes requests to registered targets using the protocol and
1245
- * port for the target group. Alternatively, you can override the port for a target when you
1246
- * register it. You can register each EC2 instance or IP address with the same target group
1247
- * multiple times using different ports.</p>
1248
- *
1249
- * <p>With a Network Load Balancer, you cannot register instances by instance ID if they have
1250
- * the following instance types: C1, CC1, CC2, CG1, CG2, CR1, CS1, G1, G2, HI1, HS1, M1, M2, M3,
1251
- * and T1. You can register instances of these types by IP address.</p>
1252
- */
1253
- public registerTargets(
1254
- args: RegisterTargetsCommandInput,
1255
- options?: __HttpHandlerOptions
1256
- ): Promise<RegisterTargetsCommandOutput>;
1257
- public registerTargets(
1258
- args: RegisterTargetsCommandInput,
1259
- cb: (err: any, data?: RegisterTargetsCommandOutput) => void
1260
- ): void;
1261
- public registerTargets(
1262
- args: RegisterTargetsCommandInput,
1263
- options: __HttpHandlerOptions,
1264
- cb: (err: any, data?: RegisterTargetsCommandOutput) => void
1265
- ): void;
1266
- public registerTargets(
1267
- args: RegisterTargetsCommandInput,
1268
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RegisterTargetsCommandOutput) => void),
1269
- cb?: (err: any, data?: RegisterTargetsCommandOutput) => void
1270
- ): Promise<RegisterTargetsCommandOutput> | void {
1271
- const command = new RegisterTargetsCommand(args);
1272
- if (typeof optionsOrCb === "function") {
1273
- this.send(command, optionsOrCb);
1274
- } else if (typeof cb === "function") {
1275
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1276
- this.send(command, optionsOrCb || {}, cb);
1277
- } else {
1278
- return this.send(command, optionsOrCb);
1279
- }
1280
- }
1281
-
1282
- /**
1283
- * <p>Removes the specified certificate from the certificate list for the specified HTTPS or TLS
1284
- * listener.</p>
1285
- */
1286
- public removeListenerCertificates(
1287
- args: RemoveListenerCertificatesCommandInput,
1288
- options?: __HttpHandlerOptions
1289
- ): Promise<RemoveListenerCertificatesCommandOutput>;
1290
- public removeListenerCertificates(
1291
- args: RemoveListenerCertificatesCommandInput,
1292
- cb: (err: any, data?: RemoveListenerCertificatesCommandOutput) => void
1293
- ): void;
1294
- public removeListenerCertificates(
1295
- args: RemoveListenerCertificatesCommandInput,
1296
- options: __HttpHandlerOptions,
1297
- cb: (err: any, data?: RemoveListenerCertificatesCommandOutput) => void
1298
- ): void;
1299
- public removeListenerCertificates(
1300
- args: RemoveListenerCertificatesCommandInput,
1301
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RemoveListenerCertificatesCommandOutput) => void),
1302
- cb?: (err: any, data?: RemoveListenerCertificatesCommandOutput) => void
1303
- ): Promise<RemoveListenerCertificatesCommandOutput> | void {
1304
- const command = new RemoveListenerCertificatesCommand(args);
1305
- if (typeof optionsOrCb === "function") {
1306
- this.send(command, optionsOrCb);
1307
- } else if (typeof cb === "function") {
1308
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1309
- this.send(command, optionsOrCb || {}, cb);
1310
- } else {
1311
- return this.send(command, optionsOrCb);
1312
- }
1313
- }
1314
-
1315
- /**
1316
- * <p>Removes the specified tags from the specified Elastic Load Balancing resources. You can
1317
- * remove the tags for one or more Application Load Balancers, Network Load Balancers, Gateway
1318
- * Load Balancers, target groups, listeners, or rules.</p>
1319
- */
1320
- public removeTags(args: RemoveTagsCommandInput, options?: __HttpHandlerOptions): Promise<RemoveTagsCommandOutput>;
1321
- public removeTags(args: RemoveTagsCommandInput, cb: (err: any, data?: RemoveTagsCommandOutput) => void): void;
1322
- public removeTags(
1323
- args: RemoveTagsCommandInput,
1324
- options: __HttpHandlerOptions,
1325
- cb: (err: any, data?: RemoveTagsCommandOutput) => void
1326
- ): void;
1327
- public removeTags(
1328
- args: RemoveTagsCommandInput,
1329
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RemoveTagsCommandOutput) => void),
1330
- cb?: (err: any, data?: RemoveTagsCommandOutput) => void
1331
- ): Promise<RemoveTagsCommandOutput> | void {
1332
- const command = new RemoveTagsCommand(args);
1333
- if (typeof optionsOrCb === "function") {
1334
- this.send(command, optionsOrCb);
1335
- } else if (typeof cb === "function") {
1336
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1337
- this.send(command, optionsOrCb || {}, cb);
1338
- } else {
1339
- return this.send(command, optionsOrCb);
1340
- }
1341
- }
1342
-
1343
- /**
1344
- * <p>Sets the type of IP addresses used by the subnets of the specified Application Load
1345
- * Balancer or Network Load Balancer.</p>
1346
- */
1347
- public setIpAddressType(
1348
- args: SetIpAddressTypeCommandInput,
1349
- options?: __HttpHandlerOptions
1350
- ): Promise<SetIpAddressTypeCommandOutput>;
1351
- public setIpAddressType(
1352
- args: SetIpAddressTypeCommandInput,
1353
- cb: (err: any, data?: SetIpAddressTypeCommandOutput) => void
1354
- ): void;
1355
- public setIpAddressType(
1356
- args: SetIpAddressTypeCommandInput,
1357
- options: __HttpHandlerOptions,
1358
- cb: (err: any, data?: SetIpAddressTypeCommandOutput) => void
1359
- ): void;
1360
- public setIpAddressType(
1361
- args: SetIpAddressTypeCommandInput,
1362
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: SetIpAddressTypeCommandOutput) => void),
1363
- cb?: (err: any, data?: SetIpAddressTypeCommandOutput) => void
1364
- ): Promise<SetIpAddressTypeCommandOutput> | void {
1365
- const command = new SetIpAddressTypeCommand(args);
1366
- if (typeof optionsOrCb === "function") {
1367
- this.send(command, optionsOrCb);
1368
- } else if (typeof cb === "function") {
1369
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1370
- this.send(command, optionsOrCb || {}, cb);
1371
- } else {
1372
- return this.send(command, optionsOrCb);
1373
- }
1374
- }
1375
-
1376
- /**
1377
- * <p>Sets the priorities of the specified rules.</p>
1378
- * <p>You can reorder the rules as long as there are no priority conflicts in the new order. Any
1379
- * existing rules that you do not specify retain their current priority.</p>
1380
- */
1381
- public setRulePriorities(
1382
- args: SetRulePrioritiesCommandInput,
1383
- options?: __HttpHandlerOptions
1384
- ): Promise<SetRulePrioritiesCommandOutput>;
1385
- public setRulePriorities(
1386
- args: SetRulePrioritiesCommandInput,
1387
- cb: (err: any, data?: SetRulePrioritiesCommandOutput) => void
1388
- ): void;
1389
- public setRulePriorities(
1390
- args: SetRulePrioritiesCommandInput,
1391
- options: __HttpHandlerOptions,
1392
- cb: (err: any, data?: SetRulePrioritiesCommandOutput) => void
1393
- ): void;
1394
- public setRulePriorities(
1395
- args: SetRulePrioritiesCommandInput,
1396
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: SetRulePrioritiesCommandOutput) => void),
1397
- cb?: (err: any, data?: SetRulePrioritiesCommandOutput) => void
1398
- ): Promise<SetRulePrioritiesCommandOutput> | void {
1399
- const command = new SetRulePrioritiesCommand(args);
1400
- if (typeof optionsOrCb === "function") {
1401
- this.send(command, optionsOrCb);
1402
- } else if (typeof cb === "function") {
1403
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1404
- this.send(command, optionsOrCb || {}, cb);
1405
- } else {
1406
- return this.send(command, optionsOrCb);
1407
- }
1408
- }
1409
-
1410
- /**
1411
- * <p>Associates the specified security groups with the specified Application Load Balancer. The
1412
- * specified security groups override the previously associated security groups.</p>
1413
- * <p>You can't specify a security group for a Network Load Balancer or Gateway Load
1414
- * Balancer.</p>
1415
- */
1416
- public setSecurityGroups(
1417
- args: SetSecurityGroupsCommandInput,
1418
- options?: __HttpHandlerOptions
1419
- ): Promise<SetSecurityGroupsCommandOutput>;
1420
- public setSecurityGroups(
1421
- args: SetSecurityGroupsCommandInput,
1422
- cb: (err: any, data?: SetSecurityGroupsCommandOutput) => void
1423
- ): void;
1424
- public setSecurityGroups(
1425
- args: SetSecurityGroupsCommandInput,
1426
- options: __HttpHandlerOptions,
1427
- cb: (err: any, data?: SetSecurityGroupsCommandOutput) => void
1428
- ): void;
1429
- public setSecurityGroups(
1430
- args: SetSecurityGroupsCommandInput,
1431
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: SetSecurityGroupsCommandOutput) => void),
1432
- cb?: (err: any, data?: SetSecurityGroupsCommandOutput) => void
1433
- ): Promise<SetSecurityGroupsCommandOutput> | void {
1434
- const command = new SetSecurityGroupsCommand(args);
1435
- if (typeof optionsOrCb === "function") {
1436
- this.send(command, optionsOrCb);
1437
- } else if (typeof cb === "function") {
1438
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1439
- this.send(command, optionsOrCb || {}, cb);
1440
- } else {
1441
- return this.send(command, optionsOrCb);
1442
- }
1443
- }
1444
-
1445
- /**
1446
- * <p>Enables the Availability Zones for the specified public subnets for the specified
1447
- * Application Load Balancer or Network Load Balancer. The specified subnets replace the
1448
- * previously enabled subnets.</p>
1449
- * <p>When you specify subnets for a Network Load Balancer, you must include all subnets that
1450
- * were enabled previously, with their existing configurations, plus any additional
1451
- * subnets.</p>
1452
- */
1453
- public setSubnets(args: SetSubnetsCommandInput, options?: __HttpHandlerOptions): Promise<SetSubnetsCommandOutput>;
1454
- public setSubnets(args: SetSubnetsCommandInput, cb: (err: any, data?: SetSubnetsCommandOutput) => void): void;
1455
- public setSubnets(
1456
- args: SetSubnetsCommandInput,
1457
- options: __HttpHandlerOptions,
1458
- cb: (err: any, data?: SetSubnetsCommandOutput) => void
1459
- ): void;
1460
- public setSubnets(
1461
- args: SetSubnetsCommandInput,
1462
- optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: SetSubnetsCommandOutput) => void),
1463
- cb?: (err: any, data?: SetSubnetsCommandOutput) => void
1464
- ): Promise<SetSubnetsCommandOutput> | void {
1465
- const command = new SetSubnetsCommand(args);
1466
- if (typeof optionsOrCb === "function") {
1467
- this.send(command, optionsOrCb);
1468
- } else if (typeof cb === "function") {
1469
- if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
1470
- this.send(command, optionsOrCb || {}, cb);
1471
- } else {
1472
- return this.send(command, optionsOrCb);
1473
- }
1474
- }
1475
- }