@aws-sdk/client-elastic-load-balancing-v2 3.35.0 → 3.38.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 (338) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/ElasticLoadBalancingV2.js +0 -42
  3. package/dist-cjs/ElasticLoadBalancingV2Client.js +0 -47
  4. package/dist-cjs/commands/AddListenerCertificatesCommand.js +0 -32
  5. package/dist-cjs/commands/AddTagsCommand.js +0 -29
  6. package/dist-cjs/commands/CreateListenerCommand.js +0 -52
  7. package/dist-cjs/commands/CreateLoadBalancerCommand.js +0 -52
  8. package/dist-cjs/commands/CreateRuleCommand.js +0 -30
  9. package/dist-cjs/commands/CreateTargetGroupCommand.js +0 -52
  10. package/dist-cjs/commands/DeleteListenerCommand.js +0 -27
  11. package/dist-cjs/commands/DeleteLoadBalancerCommand.js +0 -31
  12. package/dist-cjs/commands/DeleteRuleCommand.js +0 -26
  13. package/dist-cjs/commands/DeleteTargetGroupCommand.js +0 -29
  14. package/dist-cjs/commands/DeregisterTargetsCommand.js +0 -26
  15. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +0 -47
  16. package/dist-cjs/commands/DescribeListenerCertificatesCommand.js +0 -32
  17. package/dist-cjs/commands/DescribeListenersCommand.js +0 -27
  18. package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +0 -48
  19. package/dist-cjs/commands/DescribeLoadBalancersCommand.js +0 -25
  20. package/dist-cjs/commands/DescribeRulesCommand.js +0 -26
  21. package/dist-cjs/commands/DescribeSSLPoliciesCommand.js +0 -27
  22. package/dist-cjs/commands/DescribeTagsCommand.js +0 -27
  23. package/dist-cjs/commands/DescribeTargetGroupAttributesCommand.js +0 -46
  24. package/dist-cjs/commands/DescribeTargetGroupsCommand.js +0 -28
  25. package/dist-cjs/commands/DescribeTargetHealthCommand.js +0 -25
  26. package/dist-cjs/commands/ModifyListenerCommand.js +0 -32
  27. package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +0 -28
  28. package/dist-cjs/commands/ModifyRuleCommand.js +0 -29
  29. package/dist-cjs/commands/ModifyTargetGroupAttributesCommand.js +0 -25
  30. package/dist-cjs/commands/ModifyTargetGroupCommand.js +0 -26
  31. package/dist-cjs/commands/RegisterTargetsCommand.js +0 -37
  32. package/dist-cjs/commands/RemoveListenerCertificatesCommand.js +0 -26
  33. package/dist-cjs/commands/RemoveTagsCommand.js +0 -27
  34. package/dist-cjs/commands/SetIpAddressTypeCommand.js +0 -26
  35. package/dist-cjs/commands/SetRulePrioritiesCommand.js +0 -27
  36. package/dist-cjs/commands/SetSecurityGroupsCommand.js +0 -28
  37. package/dist-cjs/commands/SetSubnetsCommand.js +0 -30
  38. package/dist-cjs/commands/index.js +37 -0
  39. package/dist-cjs/endpoints.js +1 -2
  40. package/dist-cjs/index.js +5 -46
  41. package/dist-cjs/models/index.js +0 -1
  42. package/dist-cjs/models/models_0.js +8 -430
  43. package/dist-cjs/pagination/DescribeListenersPaginator.js +0 -11
  44. package/dist-cjs/pagination/DescribeLoadBalancersPaginator.js +0 -11
  45. package/dist-cjs/pagination/DescribeTargetGroupsPaginator.js +0 -11
  46. package/dist-cjs/pagination/Interfaces.js +0 -1
  47. package/dist-cjs/pagination/index.js +7 -0
  48. package/dist-cjs/protocols/Aws_query.js +18 -3
  49. package/dist-cjs/runtimeConfig.browser.js +1 -6
  50. package/dist-cjs/runtimeConfig.js +2 -7
  51. package/dist-cjs/runtimeConfig.native.js +0 -4
  52. package/dist-cjs/runtimeConfig.shared.js +0 -4
  53. package/dist-cjs/waiters/index.js +8 -0
  54. package/dist-cjs/waiters/waitForLoadBalancerAvailable.js +0 -10
  55. package/dist-cjs/waiters/waitForLoadBalancerExists.js +0 -10
  56. package/dist-cjs/waiters/waitForLoadBalancersDeleted.js +0 -10
  57. package/dist-cjs/waiters/waitForTargetDeregistered.js +0 -10
  58. package/dist-cjs/waiters/waitForTargetInService.js +0 -10
  59. package/dist-es/ElasticLoadBalancingV2.js +0 -1
  60. package/dist-es/ElasticLoadBalancingV2Client.js +0 -1
  61. package/dist-es/commands/AddListenerCertificatesCommand.js +0 -1
  62. package/dist-es/commands/AddTagsCommand.js +0 -1
  63. package/dist-es/commands/CreateListenerCommand.js +0 -1
  64. package/dist-es/commands/CreateLoadBalancerCommand.js +0 -1
  65. package/dist-es/commands/CreateRuleCommand.js +0 -1
  66. package/dist-es/commands/CreateTargetGroupCommand.js +0 -1
  67. package/dist-es/commands/DeleteListenerCommand.js +0 -1
  68. package/dist-es/commands/DeleteLoadBalancerCommand.js +0 -1
  69. package/dist-es/commands/DeleteRuleCommand.js +0 -1
  70. package/dist-es/commands/DeleteTargetGroupCommand.js +0 -1
  71. package/dist-es/commands/DeregisterTargetsCommand.js +0 -1
  72. package/dist-es/commands/DescribeAccountLimitsCommand.js +0 -1
  73. package/dist-es/commands/DescribeListenerCertificatesCommand.js +0 -1
  74. package/dist-es/commands/DescribeListenersCommand.js +0 -1
  75. package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +0 -1
  76. package/dist-es/commands/DescribeLoadBalancersCommand.js +0 -1
  77. package/dist-es/commands/DescribeRulesCommand.js +0 -1
  78. package/dist-es/commands/DescribeSSLPoliciesCommand.js +0 -1
  79. package/dist-es/commands/DescribeTagsCommand.js +0 -1
  80. package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +0 -1
  81. package/dist-es/commands/DescribeTargetGroupsCommand.js +0 -1
  82. package/dist-es/commands/DescribeTargetHealthCommand.js +0 -1
  83. package/dist-es/commands/ModifyListenerCommand.js +0 -1
  84. package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +0 -1
  85. package/dist-es/commands/ModifyRuleCommand.js +0 -1
  86. package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +0 -1
  87. package/dist-es/commands/ModifyTargetGroupCommand.js +0 -1
  88. package/dist-es/commands/RegisterTargetsCommand.js +0 -1
  89. package/dist-es/commands/RemoveListenerCertificatesCommand.js +0 -1
  90. package/dist-es/commands/RemoveTagsCommand.js +0 -1
  91. package/dist-es/commands/SetIpAddressTypeCommand.js +0 -1
  92. package/dist-es/commands/SetRulePrioritiesCommand.js +0 -1
  93. package/dist-es/commands/SetSecurityGroupsCommand.js +0 -1
  94. package/dist-es/commands/SetSubnetsCommand.js +0 -1
  95. package/dist-es/commands/index.js +34 -0
  96. package/dist-es/endpoints.js +1 -2
  97. package/dist-es/index.js +5 -46
  98. package/dist-es/models/index.js +0 -1
  99. package/dist-es/models/models_0.js +5 -1
  100. package/dist-es/pagination/DescribeListenersPaginator.js +0 -1
  101. package/dist-es/pagination/DescribeLoadBalancersPaginator.js +0 -1
  102. package/dist-es/pagination/DescribeTargetGroupsPaginator.js +0 -1
  103. package/dist-es/pagination/Interfaces.js +0 -1
  104. package/dist-es/pagination/index.js +4 -0
  105. package/dist-es/protocols/Aws_query.js +18 -1
  106. package/dist-es/runtimeConfig.browser.js +1 -2
  107. package/dist-es/runtimeConfig.js +2 -3
  108. package/dist-es/runtimeConfig.native.js +0 -1
  109. package/dist-es/runtimeConfig.shared.js +0 -1
  110. package/dist-es/waiters/index.js +5 -0
  111. package/dist-es/waiters/waitForLoadBalancerAvailable.js +0 -1
  112. package/dist-es/waiters/waitForLoadBalancerExists.js +0 -1
  113. package/dist-es/waiters/waitForLoadBalancersDeleted.js +0 -1
  114. package/dist-es/waiters/waitForTargetDeregistered.js +0 -1
  115. package/dist-es/waiters/waitForTargetInService.js +0 -1
  116. package/dist-types/commands/index.d.ts +34 -0
  117. package/dist-types/index.d.ts +5 -45
  118. package/dist-types/models/models_0.d.ts +41 -12
  119. package/dist-types/pagination/index.d.ts +4 -0
  120. package/dist-types/runtimeConfig.browser.d.ts +3 -1
  121. package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +35 -378
  122. package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +24 -127
  123. package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +2 -27
  124. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +2 -24
  125. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +2 -47
  126. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +2 -47
  127. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +2 -25
  128. package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +2 -47
  129. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +2 -22
  130. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +2 -26
  131. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +2 -21
  132. package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +2 -24
  133. package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +2 -21
  134. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +2 -42
  135. package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +2 -27
  136. package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +2 -22
  137. package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +2 -43
  138. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +2 -20
  139. package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +2 -21
  140. package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +2 -22
  141. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -22
  142. package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +2 -41
  143. package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +2 -23
  144. package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +2 -20
  145. package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +2 -27
  146. package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +2 -23
  147. package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +2 -24
  148. package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +2 -20
  149. package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +2 -21
  150. package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +2 -32
  151. package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +2 -21
  152. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -22
  153. package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +2 -21
  154. package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +2 -22
  155. package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +2 -23
  156. package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +2 -25
  157. package/dist-types/ts3.4/commands/index.d.ts +34 -0
  158. package/dist-types/ts3.4/index.d.ts +5 -45
  159. package/dist-types/ts3.4/models/models_0.d.ts +238 -3056
  160. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  161. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -4
  162. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  163. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  164. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  165. package/dist-types/ts3.4/waiters/index.d.ts +5 -0
  166. package/dist-types/ts3.4/waiters/waitForLoadBalancerAvailable.d.ts +2 -9
  167. package/dist-types/ts3.4/waiters/waitForLoadBalancerExists.d.ts +2 -9
  168. package/dist-types/ts3.4/waiters/waitForLoadBalancersDeleted.d.ts +2 -9
  169. package/dist-types/ts3.4/waiters/waitForTargetDeregistered.d.ts +2 -9
  170. package/dist-types/ts3.4/waiters/waitForTargetInService.d.ts +2 -9
  171. package/dist-types/waiters/index.d.ts +5 -0
  172. package/package.json +34 -31
  173. package/dist-cjs/ElasticLoadBalancingV2.js.map +0 -1
  174. package/dist-cjs/ElasticLoadBalancingV2Client.js.map +0 -1
  175. package/dist-cjs/commands/AddListenerCertificatesCommand.js.map +0 -1
  176. package/dist-cjs/commands/AddTagsCommand.js.map +0 -1
  177. package/dist-cjs/commands/CreateListenerCommand.js.map +0 -1
  178. package/dist-cjs/commands/CreateLoadBalancerCommand.js.map +0 -1
  179. package/dist-cjs/commands/CreateRuleCommand.js.map +0 -1
  180. package/dist-cjs/commands/CreateTargetGroupCommand.js.map +0 -1
  181. package/dist-cjs/commands/DeleteListenerCommand.js.map +0 -1
  182. package/dist-cjs/commands/DeleteLoadBalancerCommand.js.map +0 -1
  183. package/dist-cjs/commands/DeleteRuleCommand.js.map +0 -1
  184. package/dist-cjs/commands/DeleteTargetGroupCommand.js.map +0 -1
  185. package/dist-cjs/commands/DeregisterTargetsCommand.js.map +0 -1
  186. package/dist-cjs/commands/DescribeAccountLimitsCommand.js.map +0 -1
  187. package/dist-cjs/commands/DescribeListenerCertificatesCommand.js.map +0 -1
  188. package/dist-cjs/commands/DescribeListenersCommand.js.map +0 -1
  189. package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js.map +0 -1
  190. package/dist-cjs/commands/DescribeLoadBalancersCommand.js.map +0 -1
  191. package/dist-cjs/commands/DescribeRulesCommand.js.map +0 -1
  192. package/dist-cjs/commands/DescribeSSLPoliciesCommand.js.map +0 -1
  193. package/dist-cjs/commands/DescribeTagsCommand.js.map +0 -1
  194. package/dist-cjs/commands/DescribeTargetGroupAttributesCommand.js.map +0 -1
  195. package/dist-cjs/commands/DescribeTargetGroupsCommand.js.map +0 -1
  196. package/dist-cjs/commands/DescribeTargetHealthCommand.js.map +0 -1
  197. package/dist-cjs/commands/ModifyListenerCommand.js.map +0 -1
  198. package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js.map +0 -1
  199. package/dist-cjs/commands/ModifyRuleCommand.js.map +0 -1
  200. package/dist-cjs/commands/ModifyTargetGroupAttributesCommand.js.map +0 -1
  201. package/dist-cjs/commands/ModifyTargetGroupCommand.js.map +0 -1
  202. package/dist-cjs/commands/RegisterTargetsCommand.js.map +0 -1
  203. package/dist-cjs/commands/RemoveListenerCertificatesCommand.js.map +0 -1
  204. package/dist-cjs/commands/RemoveTagsCommand.js.map +0 -1
  205. package/dist-cjs/commands/SetIpAddressTypeCommand.js.map +0 -1
  206. package/dist-cjs/commands/SetRulePrioritiesCommand.js.map +0 -1
  207. package/dist-cjs/commands/SetSecurityGroupsCommand.js.map +0 -1
  208. package/dist-cjs/commands/SetSubnetsCommand.js.map +0 -1
  209. package/dist-cjs/endpoints.js.map +0 -1
  210. package/dist-cjs/index.js.map +0 -1
  211. package/dist-cjs/models/index.js.map +0 -1
  212. package/dist-cjs/models/models_0.js.map +0 -1
  213. package/dist-cjs/pagination/DescribeListenersPaginator.js.map +0 -1
  214. package/dist-cjs/pagination/DescribeLoadBalancersPaginator.js.map +0 -1
  215. package/dist-cjs/pagination/DescribeTargetGroupsPaginator.js.map +0 -1
  216. package/dist-cjs/pagination/Interfaces.js.map +0 -1
  217. package/dist-cjs/protocols/Aws_query.js.map +0 -1
  218. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  219. package/dist-cjs/runtimeConfig.js.map +0 -1
  220. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  221. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  222. package/dist-cjs/waiters/waitForLoadBalancerAvailable.js.map +0 -1
  223. package/dist-cjs/waiters/waitForLoadBalancerExists.js.map +0 -1
  224. package/dist-cjs/waiters/waitForLoadBalancersDeleted.js.map +0 -1
  225. package/dist-cjs/waiters/waitForTargetDeregistered.js.map +0 -1
  226. package/dist-cjs/waiters/waitForTargetInService.js.map +0 -1
  227. package/dist-es/ElasticLoadBalancingV2.js.map +0 -1
  228. package/dist-es/ElasticLoadBalancingV2Client.js.map +0 -1
  229. package/dist-es/commands/AddListenerCertificatesCommand.js.map +0 -1
  230. package/dist-es/commands/AddTagsCommand.js.map +0 -1
  231. package/dist-es/commands/CreateListenerCommand.js.map +0 -1
  232. package/dist-es/commands/CreateLoadBalancerCommand.js.map +0 -1
  233. package/dist-es/commands/CreateRuleCommand.js.map +0 -1
  234. package/dist-es/commands/CreateTargetGroupCommand.js.map +0 -1
  235. package/dist-es/commands/DeleteListenerCommand.js.map +0 -1
  236. package/dist-es/commands/DeleteLoadBalancerCommand.js.map +0 -1
  237. package/dist-es/commands/DeleteRuleCommand.js.map +0 -1
  238. package/dist-es/commands/DeleteTargetGroupCommand.js.map +0 -1
  239. package/dist-es/commands/DeregisterTargetsCommand.js.map +0 -1
  240. package/dist-es/commands/DescribeAccountLimitsCommand.js.map +0 -1
  241. package/dist-es/commands/DescribeListenerCertificatesCommand.js.map +0 -1
  242. package/dist-es/commands/DescribeListenersCommand.js.map +0 -1
  243. package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js.map +0 -1
  244. package/dist-es/commands/DescribeLoadBalancersCommand.js.map +0 -1
  245. package/dist-es/commands/DescribeRulesCommand.js.map +0 -1
  246. package/dist-es/commands/DescribeSSLPoliciesCommand.js.map +0 -1
  247. package/dist-es/commands/DescribeTagsCommand.js.map +0 -1
  248. package/dist-es/commands/DescribeTargetGroupAttributesCommand.js.map +0 -1
  249. package/dist-es/commands/DescribeTargetGroupsCommand.js.map +0 -1
  250. package/dist-es/commands/DescribeTargetHealthCommand.js.map +0 -1
  251. package/dist-es/commands/ModifyListenerCommand.js.map +0 -1
  252. package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js.map +0 -1
  253. package/dist-es/commands/ModifyRuleCommand.js.map +0 -1
  254. package/dist-es/commands/ModifyTargetGroupAttributesCommand.js.map +0 -1
  255. package/dist-es/commands/ModifyTargetGroupCommand.js.map +0 -1
  256. package/dist-es/commands/RegisterTargetsCommand.js.map +0 -1
  257. package/dist-es/commands/RemoveListenerCertificatesCommand.js.map +0 -1
  258. package/dist-es/commands/RemoveTagsCommand.js.map +0 -1
  259. package/dist-es/commands/SetIpAddressTypeCommand.js.map +0 -1
  260. package/dist-es/commands/SetRulePrioritiesCommand.js.map +0 -1
  261. package/dist-es/commands/SetSecurityGroupsCommand.js.map +0 -1
  262. package/dist-es/commands/SetSubnetsCommand.js.map +0 -1
  263. package/dist-es/endpoints.js.map +0 -1
  264. package/dist-es/index.js.map +0 -1
  265. package/dist-es/models/index.js.map +0 -1
  266. package/dist-es/models/models_0.js.map +0 -1
  267. package/dist-es/pagination/DescribeListenersPaginator.js.map +0 -1
  268. package/dist-es/pagination/DescribeLoadBalancersPaginator.js.map +0 -1
  269. package/dist-es/pagination/DescribeTargetGroupsPaginator.js.map +0 -1
  270. package/dist-es/pagination/Interfaces.js.map +0 -1
  271. package/dist-es/protocols/Aws_query.js.map +0 -1
  272. package/dist-es/runtimeConfig.browser.js.map +0 -1
  273. package/dist-es/runtimeConfig.js.map +0 -1
  274. package/dist-es/runtimeConfig.native.js.map +0 -1
  275. package/dist-es/runtimeConfig.shared.js.map +0 -1
  276. package/dist-es/waiters/waitForLoadBalancerAvailable.js.map +0 -1
  277. package/dist-es/waiters/waitForLoadBalancerExists.js.map +0 -1
  278. package/dist-es/waiters/waitForLoadBalancersDeleted.js.map +0 -1
  279. package/dist-es/waiters/waitForTargetDeregistered.js.map +0 -1
  280. package/dist-es/waiters/waitForTargetInService.js.map +0 -1
  281. package/jest.config.js +0 -4
  282. package/src/ElasticLoadBalancingV2.ts +0 -1476
  283. package/src/ElasticLoadBalancingV2Client.ts +0 -412
  284. package/src/commands/AddListenerCertificatesCommand.ts +0 -106
  285. package/src/commands/AddTagsCommand.ts +0 -100
  286. package/src/commands/CreateListenerCommand.ts +0 -126
  287. package/src/commands/CreateLoadBalancerCommand.ts +0 -126
  288. package/src/commands/CreateRuleCommand.ts +0 -101
  289. package/src/commands/CreateTargetGroupCommand.ts +0 -126
  290. package/src/commands/DeleteListenerCommand.ts +0 -101
  291. package/src/commands/DeleteLoadBalancerCommand.ts +0 -105
  292. package/src/commands/DeleteRuleCommand.ts +0 -97
  293. package/src/commands/DeleteTargetGroupCommand.ts +0 -103
  294. package/src/commands/DeregisterTargetsCommand.ts +0 -100
  295. package/src/commands/DescribeAccountLimitsCommand.ts +0 -121
  296. package/src/commands/DescribeListenerCertificatesCommand.ts +0 -111
  297. package/src/commands/DescribeListenersCommand.ts +0 -101
  298. package/src/commands/DescribeLoadBalancerAttributesCommand.ts +0 -130
  299. package/src/commands/DescribeLoadBalancersCommand.ts +0 -99
  300. package/src/commands/DescribeRulesCommand.ts +0 -100
  301. package/src/commands/DescribeSSLPoliciesCommand.ts +0 -101
  302. package/src/commands/DescribeTagsCommand.ts +0 -98
  303. package/src/commands/DescribeTargetGroupAttributesCommand.ts +0 -125
  304. package/src/commands/DescribeTargetGroupsCommand.ts +0 -102
  305. package/src/commands/DescribeTargetHealthCommand.ts +0 -99
  306. package/src/commands/ModifyListenerCommand.ts +0 -106
  307. package/src/commands/ModifyLoadBalancerAttributesCommand.ts +0 -107
  308. package/src/commands/ModifyRuleCommand.ts +0 -100
  309. package/src/commands/ModifyTargetGroupAttributesCommand.ts +0 -102
  310. package/src/commands/ModifyTargetGroupCommand.ts +0 -100
  311. package/src/commands/RegisterTargetsCommand.ts +0 -111
  312. package/src/commands/RemoveListenerCertificatesCommand.ts +0 -103
  313. package/src/commands/RemoveTagsCommand.ts +0 -98
  314. package/src/commands/SetIpAddressTypeCommand.ts +0 -100
  315. package/src/commands/SetRulePrioritiesCommand.ts +0 -101
  316. package/src/commands/SetSecurityGroupsCommand.ts +0 -102
  317. package/src/commands/SetSubnetsCommand.ts +0 -101
  318. package/src/endpoints.ts +0 -86
  319. package/src/index.ts +0 -46
  320. package/src/models/index.ts +0 -1
  321. package/src/models/models_0.ts +0 -4397
  322. package/src/pagination/DescribeListenersPaginator.ts +0 -58
  323. package/src/pagination/DescribeLoadBalancersPaginator.ts +0 -58
  324. package/src/pagination/DescribeTargetGroupsPaginator.ts +0 -58
  325. package/src/pagination/Interfaces.ts +0 -8
  326. package/src/protocols/Aws_query.ts +0 -7922
  327. package/src/runtimeConfig.browser.ts +0 -41
  328. package/src/runtimeConfig.native.ts +0 -17
  329. package/src/runtimeConfig.shared.ts +0 -17
  330. package/src/runtimeConfig.ts +0 -46
  331. package/src/waiters/waitForLoadBalancerAvailable.ts +0 -78
  332. package/src/waiters/waitForLoadBalancerExists.ts +0 -49
  333. package/src/waiters/waitForLoadBalancersDeleted.ts +0 -64
  334. package/src/waiters/waitForTargetDeregistered.ts +0 -61
  335. package/src/waiters/waitForTargetInService.ts +0 -61
  336. package/tsconfig.es.json +0 -10
  337. package/tsconfig.json +0 -33
  338. package/tsconfig.types.json +0 -9
@@ -6,30 +6,11 @@ export interface DeregisterTargetsCommandInput extends DeregisterTargetsInput {
6
6
  }
7
7
  export interface DeregisterTargetsCommandOutput extends DeregisterTargetsOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Deregisters the specified targets from the specified target group. After the targets are
11
- * deregistered, they no longer receive traffic from the load balancer.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ElasticLoadBalancingV2Client, DeregisterTargetsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
16
- * // const { ElasticLoadBalancingV2Client, DeregisterTargetsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
17
- * const client = new ElasticLoadBalancingV2Client(config);
18
- * const command = new DeregisterTargetsCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DeregisterTargetsCommandInput} for command's `input` shape.
23
- * @see {@link DeregisterTargetsCommandOutput} for command's `response` shape.
24
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class DeregisterTargetsCommand extends $Command<DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
28
11
  readonly input: DeregisterTargetsCommandInput;
29
12
  constructor(input: DeregisterTargetsCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeregisterTargetsCommandInput, DeregisterTargetsCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,51 +6,11 @@ export interface DescribeAccountLimitsCommandInput extends DescribeAccountLimits
6
6
  }
7
7
  export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimitsOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Describes the current Elastic Load Balancing resource limits for your Amazon Web Services
11
- * account.</p>
12
- * <p>For more information, see the following:</p>
13
- * <ul>
14
- * <li>
15
- * <p>
16
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-limits.html">Quotas for your
17
- * Application Load Balancers</a>
18
- * </p>
19
- * </li>
20
- * <li>
21
- * <p>
22
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-limits.html">Quotas for your
23
- * Network Load Balancers</a>
24
- * </p>
25
- * </li>
26
- * <li>
27
- * <p>
28
- * <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/quotas-limits.html">Quotas for your Gateway
29
- * Load Balancers</a>
30
- * </p>
31
- * </li>
32
- * </ul>
33
- * @example
34
- * Use a bare-bones client and the command you need to make an API call.
35
- * ```javascript
36
- * import { ElasticLoadBalancingV2Client, DescribeAccountLimitsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
37
- * // const { ElasticLoadBalancingV2Client, DescribeAccountLimitsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
38
- * const client = new ElasticLoadBalancingV2Client(config);
39
- * const command = new DescribeAccountLimitsCommand(input);
40
- * const response = await client.send(command);
41
- * ```
42
- *
43
- * @see {@link DescribeAccountLimitsCommandInput} for command's `input` shape.
44
- * @see {@link DescribeAccountLimitsCommandOutput} for command's `response` shape.
45
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
46
- *
47
- */
9
+
48
10
  export declare class DescribeAccountLimitsCommand extends $Command<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
49
11
  readonly input: DescribeAccountLimitsCommandInput;
50
12
  constructor(input: DescribeAccountLimitsCommandInput);
51
- /**
52
- * @internal
53
- */
13
+
54
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput>;
55
15
  private serialize;
56
16
  private deserialize;
@@ -6,36 +6,11 @@ export interface DescribeListenerCertificatesCommandInput extends DescribeListen
6
6
  }
7
7
  export interface DescribeListenerCertificatesCommandOutput extends DescribeListenerCertificatesOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Describes the default certificate and the certificate list for the specified HTTPS or TLS
11
- * listener.</p>
12
- * <p>If the default certificate is also in the certificate list, it appears twice in the
13
- * results (once with <code>IsDefault</code> set to true and once with <code>IsDefault</code> set
14
- * to false).</p>
15
- * <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
16
- * <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
17
- * Guide</i>.</p>
18
- * @example
19
- * Use a bare-bones client and the command you need to make an API call.
20
- * ```javascript
21
- * import { ElasticLoadBalancingV2Client, DescribeListenerCertificatesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
22
- * // const { ElasticLoadBalancingV2Client, DescribeListenerCertificatesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
23
- * const client = new ElasticLoadBalancingV2Client(config);
24
- * const command = new DescribeListenerCertificatesCommand(input);
25
- * const response = await client.send(command);
26
- * ```
27
- *
28
- * @see {@link DescribeListenerCertificatesCommandInput} for command's `input` shape.
29
- * @see {@link DescribeListenerCertificatesCommandOutput} for command's `response` shape.
30
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
31
- *
32
- */
9
+
33
10
  export declare class DescribeListenerCertificatesCommand extends $Command<DescribeListenerCertificatesCommandInput, DescribeListenerCertificatesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
34
11
  readonly input: DescribeListenerCertificatesCommandInput;
35
12
  constructor(input: DescribeListenerCertificatesCommandInput);
36
- /**
37
- * @internal
38
- */
13
+
39
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeListenerCertificatesCommandInput, DescribeListenerCertificatesCommandOutput>;
40
15
  private serialize;
41
16
  private deserialize;
@@ -6,31 +6,11 @@ export interface DescribeListenersCommandInput extends DescribeListenersInput {
6
6
  }
7
7
  export interface DescribeListenersCommandOutput extends DescribeListenersOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Describes the specified listeners or the listeners for the specified Application Load
11
- * Balancer, Network Load Balancer, or Gateway Load Balancer. You must specify either a load
12
- * balancer or one or more listeners.</p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { ElasticLoadBalancingV2Client, DescribeListenersCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
17
- * // const { ElasticLoadBalancingV2Client, DescribeListenersCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
18
- * const client = new ElasticLoadBalancingV2Client(config);
19
- * const command = new DescribeListenersCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link DescribeListenersCommandInput} for command's `input` shape.
24
- * @see {@link DescribeListenersCommandOutput} for command's `response` shape.
25
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
9
+
28
10
  export declare class DescribeListenersCommand extends $Command<DescribeListenersCommandInput, DescribeListenersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
29
11
  readonly input: DescribeListenersCommandInput;
30
12
  constructor(input: DescribeListenersCommandInput);
31
- /**
32
- * @internal
33
- */
13
+
34
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeListenersCommandInput, DescribeListenersCommandOutput>;
35
15
  private serialize;
36
16
  private deserialize;
@@ -6,52 +6,11 @@ export interface DescribeLoadBalancerAttributesCommandInput extends DescribeLoad
6
6
  }
7
7
  export interface DescribeLoadBalancerAttributesCommandOutput extends DescribeLoadBalancerAttributesOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Describes the attributes for the specified Application Load Balancer, Network Load
11
- * Balancer, or Gateway Load Balancer.</p>
12
- *
13
- * <p>For more information, see the following:</p>
14
- * <ul>
15
- * <li>
16
- * <p>
17
- * <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
18
- * Guide</i>
19
- * </p>
20
- * </li>
21
- * <li>
22
- * <p>
23
- * <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
24
- * Guide</i>
25
- * </p>
26
- * </li>
27
- * <li>
28
- * <p>
29
- * <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
30
- * Guide</i>
31
- * </p>
32
- * </li>
33
- * </ul>
34
- * @example
35
- * Use a bare-bones client and the command you need to make an API call.
36
- * ```javascript
37
- * import { ElasticLoadBalancingV2Client, DescribeLoadBalancerAttributesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
38
- * // const { ElasticLoadBalancingV2Client, DescribeLoadBalancerAttributesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
39
- * const client = new ElasticLoadBalancingV2Client(config);
40
- * const command = new DescribeLoadBalancerAttributesCommand(input);
41
- * const response = await client.send(command);
42
- * ```
43
- *
44
- * @see {@link DescribeLoadBalancerAttributesCommandInput} for command's `input` shape.
45
- * @see {@link DescribeLoadBalancerAttributesCommandOutput} for command's `response` shape.
46
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
47
- *
48
- */
9
+
49
10
  export declare class DescribeLoadBalancerAttributesCommand extends $Command<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
50
11
  readonly input: DescribeLoadBalancerAttributesCommandInput;
51
12
  constructor(input: DescribeLoadBalancerAttributesCommandInput);
52
- /**
53
- * @internal
54
- */
13
+
55
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput>;
56
15
  private serialize;
57
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DescribeLoadBalancersCommandInput extends DescribeLoadBalancers
6
6
  }
7
7
  export interface DescribeLoadBalancersCommandOutput extends DescribeLoadBalancersOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Describes the specified load balancers or all of your load balancers.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ElasticLoadBalancingV2Client, DescribeLoadBalancersCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
15
- * // const { ElasticLoadBalancingV2Client, DescribeLoadBalancersCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
16
- * const client = new ElasticLoadBalancingV2Client(config);
17
- * const command = new DescribeLoadBalancersCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DescribeLoadBalancersCommandInput} for command's `input` shape.
22
- * @see {@link DescribeLoadBalancersCommandOutput} for command's `response` shape.
23
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DescribeLoadBalancersCommand extends $Command<DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
27
11
  readonly input: DescribeLoadBalancersCommandInput;
28
12
  constructor(input: DescribeLoadBalancersCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,30 +6,11 @@ export interface DescribeRulesCommandInput extends DescribeRulesInput {
6
6
  }
7
7
  export interface DescribeRulesCommandOutput extends DescribeRulesOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Describes the specified rules or the rules for the specified listener. You must specify
11
- * either a listener or one or more rules.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ElasticLoadBalancingV2Client, DescribeRulesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
16
- * // const { ElasticLoadBalancingV2Client, DescribeRulesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
17
- * const client = new ElasticLoadBalancingV2Client(config);
18
- * const command = new DescribeRulesCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link DescribeRulesCommandInput} for command's `input` shape.
23
- * @see {@link DescribeRulesCommandOutput} for command's `response` shape.
24
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class DescribeRulesCommand extends $Command<DescribeRulesCommandInput, DescribeRulesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
28
11
  readonly input: DescribeRulesCommandInput;
29
12
  constructor(input: DescribeRulesCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRulesCommandInput, DescribeRulesCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -6,31 +6,11 @@ export interface DescribeSSLPoliciesCommandInput extends DescribeSSLPoliciesInpu
6
6
  }
7
7
  export interface DescribeSSLPoliciesCommandOutput extends DescribeSSLPoliciesOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Describes the specified policies or all policies used for SSL negotiation.</p>
11
- * <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
12
- * <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>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { ElasticLoadBalancingV2Client, DescribeSSLPoliciesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
17
- * // const { ElasticLoadBalancingV2Client, DescribeSSLPoliciesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
18
- * const client = new ElasticLoadBalancingV2Client(config);
19
- * const command = new DescribeSSLPoliciesCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link DescribeSSLPoliciesCommandInput} for command's `input` shape.
24
- * @see {@link DescribeSSLPoliciesCommandOutput} for command's `response` shape.
25
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
9
+
28
10
  export declare class DescribeSSLPoliciesCommand extends $Command<DescribeSSLPoliciesCommandInput, DescribeSSLPoliciesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
29
11
  readonly input: DescribeSSLPoliciesCommandInput;
30
12
  constructor(input: DescribeSSLPoliciesCommandInput);
31
- /**
32
- * @internal
33
- */
13
+
34
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSSLPoliciesCommandInput, DescribeSSLPoliciesCommandOutput>;
35
15
  private serialize;
36
16
  private deserialize;
@@ -6,31 +6,11 @@ export interface DescribeTagsCommandInput extends DescribeTagsInput {
6
6
  }
7
7
  export interface DescribeTagsCommandOutput extends DescribeTagsOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Describes the tags for the specified Elastic Load Balancing resources. You can describe
11
- * the tags for one or more Application Load Balancers, Network Load Balancers, Gateway Load
12
- * Balancers, target groups, listeners, or rules.</p>
13
- * @example
14
- * Use a bare-bones client and the command you need to make an API call.
15
- * ```javascript
16
- * import { ElasticLoadBalancingV2Client, DescribeTagsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
17
- * // const { ElasticLoadBalancingV2Client, DescribeTagsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
18
- * const client = new ElasticLoadBalancingV2Client(config);
19
- * const command = new DescribeTagsCommand(input);
20
- * const response = await client.send(command);
21
- * ```
22
- *
23
- * @see {@link DescribeTagsCommandInput} for command's `input` shape.
24
- * @see {@link DescribeTagsCommandOutput} for command's `response` shape.
25
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
26
- *
27
- */
9
+
28
10
  export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
29
11
  readonly input: DescribeTagsCommandInput;
30
12
  constructor(input: DescribeTagsCommandInput);
31
- /**
32
- * @internal
33
- */
13
+
34
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTagsCommandInput, DescribeTagsCommandOutput>;
35
15
  private serialize;
36
16
  private deserialize;
@@ -6,50 +6,11 @@ export interface DescribeTargetGroupAttributesCommandInput extends DescribeTarge
6
6
  }
7
7
  export interface DescribeTargetGroupAttributesCommandOutput extends DescribeTargetGroupAttributesOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Describes the attributes for the specified target group.</p>
11
- * <p>For more information, see the following:</p>
12
- * <ul>
13
- * <li>
14
- * <p>
15
- * <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
16
- * Guide</i>
17
- * </p>
18
- * </li>
19
- * <li>
20
- * <p>
21
- * <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
22
- * Guide</i>
23
- * </p>
24
- * </li>
25
- * <li>
26
- * <p>
27
- * <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
28
- * Guide</i>
29
- * </p>
30
- * </li>
31
- * </ul>
32
- * @example
33
- * Use a bare-bones client and the command you need to make an API call.
34
- * ```javascript
35
- * import { ElasticLoadBalancingV2Client, DescribeTargetGroupAttributesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
36
- * // const { ElasticLoadBalancingV2Client, DescribeTargetGroupAttributesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
37
- * const client = new ElasticLoadBalancingV2Client(config);
38
- * const command = new DescribeTargetGroupAttributesCommand(input);
39
- * const response = await client.send(command);
40
- * ```
41
- *
42
- * @see {@link DescribeTargetGroupAttributesCommandInput} for command's `input` shape.
43
- * @see {@link DescribeTargetGroupAttributesCommandOutput} for command's `response` shape.
44
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
45
- *
46
- */
9
+
47
10
  export declare class DescribeTargetGroupAttributesCommand extends $Command<DescribeTargetGroupAttributesCommandInput, DescribeTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
48
11
  readonly input: DescribeTargetGroupAttributesCommandInput;
49
12
  constructor(input: DescribeTargetGroupAttributesCommandInput);
50
- /**
51
- * @internal
52
- */
13
+
53
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTargetGroupAttributesCommandInput, DescribeTargetGroupAttributesCommandOutput>;
54
15
  private serialize;
55
16
  private deserialize;
@@ -6,32 +6,11 @@ export interface DescribeTargetGroupsCommandInput extends DescribeTargetGroupsIn
6
6
  }
7
7
  export interface DescribeTargetGroupsCommandOutput extends DescribeTargetGroupsOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Describes the specified target groups or all of your target groups. By default, all target
11
- * groups are described. Alternatively, you can specify one of the following to filter the
12
- * results: the ARN of the load balancer, the names of one or more target groups, or the ARNs of
13
- * one or more target groups.</p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { ElasticLoadBalancingV2Client, DescribeTargetGroupsCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
18
- * // const { ElasticLoadBalancingV2Client, DescribeTargetGroupsCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
19
- * const client = new ElasticLoadBalancingV2Client(config);
20
- * const command = new DescribeTargetGroupsCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link DescribeTargetGroupsCommandInput} for command's `input` shape.
25
- * @see {@link DescribeTargetGroupsCommandOutput} for command's `response` shape.
26
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
9
+
29
10
  export declare class DescribeTargetGroupsCommand extends $Command<DescribeTargetGroupsCommandInput, DescribeTargetGroupsCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
30
11
  readonly input: DescribeTargetGroupsCommandInput;
31
12
  constructor(input: DescribeTargetGroupsCommandInput);
32
- /**
33
- * @internal
34
- */
13
+
35
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTargetGroupsCommandInput, DescribeTargetGroupsCommandOutput>;
36
15
  private serialize;
37
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface DescribeTargetHealthCommandInput extends DescribeTargetHealthIn
6
6
  }
7
7
  export interface DescribeTargetHealthCommandOutput extends DescribeTargetHealthOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Describes the health of the specified targets or all of your targets.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ElasticLoadBalancingV2Client, DescribeTargetHealthCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
15
- * // const { ElasticLoadBalancingV2Client, DescribeTargetHealthCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
16
- * const client = new ElasticLoadBalancingV2Client(config);
17
- * const command = new DescribeTargetHealthCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DescribeTargetHealthCommandInput} for command's `input` shape.
22
- * @see {@link DescribeTargetHealthCommandOutput} for command's `response` shape.
23
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DescribeTargetHealthCommand extends $Command<DescribeTargetHealthCommandInput, DescribeTargetHealthCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
27
11
  readonly input: DescribeTargetHealthCommandInput;
28
12
  constructor(input: DescribeTargetHealthCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTargetHealthCommandInput, DescribeTargetHealthCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -6,36 +6,11 @@ export interface ModifyListenerCommandInput extends ModifyListenerInput {
6
6
  }
7
7
  export interface ModifyListenerCommandOutput extends ModifyListenerOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Replaces the specified properties of the specified listener. Any properties that you do
11
- * not specify remain unchanged.</p>
12
- * <p>Changing the protocol from HTTPS to HTTP, or from TLS to TCP, removes the security policy
13
- * and default certificate properties. If you change the protocol from HTTP to HTTPS, or from TCP
14
- * to TLS, you must add the security policy and default certificate properties.</p>
15
- * <p>To add an item to a list, remove an item from a list, or update an item in a list, you
16
- * must provide the entire list. For example, to add an action, specify a list with the current
17
- * actions plus the new action.</p>
18
- * @example
19
- * Use a bare-bones client and the command you need to make an API call.
20
- * ```javascript
21
- * import { ElasticLoadBalancingV2Client, ModifyListenerCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
22
- * // const { ElasticLoadBalancingV2Client, ModifyListenerCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
23
- * const client = new ElasticLoadBalancingV2Client(config);
24
- * const command = new ModifyListenerCommand(input);
25
- * const response = await client.send(command);
26
- * ```
27
- *
28
- * @see {@link ModifyListenerCommandInput} for command's `input` shape.
29
- * @see {@link ModifyListenerCommandOutput} for command's `response` shape.
30
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
31
- *
32
- */
9
+
33
10
  export declare class ModifyListenerCommand extends $Command<ModifyListenerCommandInput, ModifyListenerCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
34
11
  readonly input: ModifyListenerCommandInput;
35
12
  constructor(input: ModifyListenerCommandInput);
36
- /**
37
- * @internal
38
- */
13
+
39
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyListenerCommandInput, ModifyListenerCommandOutput>;
40
15
  private serialize;
41
16
  private deserialize;
@@ -6,32 +6,11 @@ export interface ModifyLoadBalancerAttributesCommandInput extends ModifyLoadBala
6
6
  }
7
7
  export interface ModifyLoadBalancerAttributesCommandOutput extends ModifyLoadBalancerAttributesOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Modifies the specified attributes of the specified Application Load Balancer, Network Load
11
- * Balancer, or Gateway Load Balancer.</p>
12
- * <p>If any of the specified attributes can't be modified as requested, the call fails. Any
13
- * existing attributes that you do not modify retain their current values.</p>
14
- * @example
15
- * Use a bare-bones client and the command you need to make an API call.
16
- * ```javascript
17
- * import { ElasticLoadBalancingV2Client, ModifyLoadBalancerAttributesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
18
- * // const { ElasticLoadBalancingV2Client, ModifyLoadBalancerAttributesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
19
- * const client = new ElasticLoadBalancingV2Client(config);
20
- * const command = new ModifyLoadBalancerAttributesCommand(input);
21
- * const response = await client.send(command);
22
- * ```
23
- *
24
- * @see {@link ModifyLoadBalancerAttributesCommandInput} for command's `input` shape.
25
- * @see {@link ModifyLoadBalancerAttributesCommandOutput} for command's `response` shape.
26
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
27
- *
28
- */
9
+
29
10
  export declare class ModifyLoadBalancerAttributesCommand extends $Command<ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
30
11
  readonly input: ModifyLoadBalancerAttributesCommandInput;
31
12
  constructor(input: ModifyLoadBalancerAttributesCommandInput);
32
- /**
33
- * @internal
34
- */
13
+
35
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput>;
36
15
  private serialize;
37
16
  private deserialize;
@@ -6,33 +6,11 @@ export interface ModifyRuleCommandInput extends ModifyRuleInput {
6
6
  }
7
7
  export interface ModifyRuleCommandOutput extends ModifyRuleOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Replaces the specified properties of the specified rule. Any properties that you do not
11
- * specify are unchanged.</p>
12
- * <p>To add an item to a list, remove an item from a list, or update an item in a list, you
13
- * must provide the entire list. For example, to add an action, specify a list with the current
14
- * actions plus the new action.</p>
15
- * @example
16
- * Use a bare-bones client and the command you need to make an API call.
17
- * ```javascript
18
- * import { ElasticLoadBalancingV2Client, ModifyRuleCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
19
- * // const { ElasticLoadBalancingV2Client, ModifyRuleCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
20
- * const client = new ElasticLoadBalancingV2Client(config);
21
- * const command = new ModifyRuleCommand(input);
22
- * const response = await client.send(command);
23
- * ```
24
- *
25
- * @see {@link ModifyRuleCommandInput} for command's `input` shape.
26
- * @see {@link ModifyRuleCommandOutput} for command's `response` shape.
27
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
28
- *
29
- */
9
+
30
10
  export declare class ModifyRuleCommand extends $Command<ModifyRuleCommandInput, ModifyRuleCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
31
11
  readonly input: ModifyRuleCommandInput;
32
12
  constructor(input: ModifyRuleCommandInput);
33
- /**
34
- * @internal
35
- */
13
+
36
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyRuleCommandInput, ModifyRuleCommandOutput>;
37
15
  private serialize;
38
16
  private deserialize;
@@ -6,29 +6,11 @@ export interface ModifyTargetGroupAttributesCommandInput extends ModifyTargetGro
6
6
  }
7
7
  export interface ModifyTargetGroupAttributesCommandOutput extends ModifyTargetGroupAttributesOutput, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Modifies the specified attributes of the specified target group.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ElasticLoadBalancingV2Client, ModifyTargetGroupAttributesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import
15
- * // const { ElasticLoadBalancingV2Client, ModifyTargetGroupAttributesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import
16
- * const client = new ElasticLoadBalancingV2Client(config);
17
- * const command = new ModifyTargetGroupAttributesCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link ModifyTargetGroupAttributesCommandInput} for command's `input` shape.
22
- * @see {@link ModifyTargetGroupAttributesCommandOutput} for command's `response` shape.
23
- * @see {@link ElasticLoadBalancingV2ClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class ModifyTargetGroupAttributesCommand extends $Command<ModifyTargetGroupAttributesCommandInput, ModifyTargetGroupAttributesCommandOutput, ElasticLoadBalancingV2ClientResolvedConfig> {
27
11
  readonly input: ModifyTargetGroupAttributesCommandInput;
28
12
  constructor(input: ModifyTargetGroupAttributesCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ElasticLoadBalancingV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyTargetGroupAttributesCommandInput, ModifyTargetGroupAttributesCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;