@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
@@ -37,4 +37,3 @@ var SetSubnetsCommand = (function (_super) {
37
37
  return SetSubnetsCommand;
38
38
  }($Command));
39
39
  export { SetSubnetsCommand };
40
- //# sourceMappingURL=SetSubnetsCommand.js.map
@@ -0,0 +1,34 @@
1
+ export * from "./AddListenerCertificatesCommand";
2
+ export * from "./AddTagsCommand";
3
+ export * from "./CreateListenerCommand";
4
+ export * from "./CreateLoadBalancerCommand";
5
+ export * from "./CreateRuleCommand";
6
+ export * from "./CreateTargetGroupCommand";
7
+ export * from "./DeleteListenerCommand";
8
+ export * from "./DeleteLoadBalancerCommand";
9
+ export * from "./DeleteRuleCommand";
10
+ export * from "./DeleteTargetGroupCommand";
11
+ export * from "./DeregisterTargetsCommand";
12
+ export * from "./DescribeAccountLimitsCommand";
13
+ export * from "./DescribeListenerCertificatesCommand";
14
+ export * from "./DescribeListenersCommand";
15
+ export * from "./DescribeLoadBalancerAttributesCommand";
16
+ export * from "./DescribeLoadBalancersCommand";
17
+ export * from "./DescribeRulesCommand";
18
+ export * from "./DescribeSSLPoliciesCommand";
19
+ export * from "./DescribeTagsCommand";
20
+ export * from "./DescribeTargetGroupAttributesCommand";
21
+ export * from "./DescribeTargetGroupsCommand";
22
+ export * from "./DescribeTargetHealthCommand";
23
+ export * from "./ModifyListenerCommand";
24
+ export * from "./ModifyLoadBalancerAttributesCommand";
25
+ export * from "./ModifyRuleCommand";
26
+ export * from "./ModifyTargetGroupAttributesCommand";
27
+ export * from "./ModifyTargetGroupCommand";
28
+ export * from "./RegisterTargetsCommand";
29
+ export * from "./RemoveListenerCertificatesCommand";
30
+ export * from "./RemoveTagsCommand";
31
+ export * from "./SetIpAddressTypeCommand";
32
+ export * from "./SetRulePrioritiesCommand";
33
+ export * from "./SetSecurityGroupsCommand";
34
+ export * from "./SetSubnetsCommand";
@@ -62,7 +62,7 @@ var partitionHash = {
62
62
  hostname: "elasticloadbalancing.{region}.amazonaws.com.cn",
63
63
  },
64
64
  "aws-iso": {
65
- regions: ["us-iso-east-1"],
65
+ regions: ["us-iso-east-1", "us-iso-west-1"],
66
66
  hostname: "elasticloadbalancing.{region}.c2s.ic.gov",
67
67
  },
68
68
  "aws-iso-b": {
@@ -79,4 +79,3 @@ export var defaultRegionInfoProvider = function (region, options) { return __awa
79
79
  return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "elasticloadbalancing", regionHash: regionHash, partitionHash: partitionHash }))];
80
80
  });
81
81
  }); };
82
- //# sourceMappingURL=endpoints.js.map
package/dist-es/index.js CHANGED
@@ -1,47 +1,6 @@
1
- export * from "./ElasticLoadBalancingV2Client";
2
1
  export * from "./ElasticLoadBalancingV2";
3
- export * from "./commands/AddListenerCertificatesCommand";
4
- export * from "./commands/AddTagsCommand";
5
- export * from "./commands/CreateListenerCommand";
6
- export * from "./commands/CreateLoadBalancerCommand";
7
- export * from "./commands/CreateRuleCommand";
8
- export * from "./commands/CreateTargetGroupCommand";
9
- export * from "./commands/DeleteListenerCommand";
10
- export * from "./commands/DeleteLoadBalancerCommand";
11
- export * from "./commands/DeleteRuleCommand";
12
- export * from "./commands/DeleteTargetGroupCommand";
13
- export * from "./commands/DeregisterTargetsCommand";
14
- export * from "./commands/DescribeAccountLimitsCommand";
15
- export * from "./commands/DescribeListenerCertificatesCommand";
16
- export * from "./commands/DescribeListenersCommand";
17
- export * from "./pagination/DescribeListenersPaginator";
18
- export * from "./commands/DescribeLoadBalancerAttributesCommand";
19
- export * from "./commands/DescribeLoadBalancersCommand";
20
- export * from "./pagination/DescribeLoadBalancersPaginator";
21
- export * from "./waiters/waitForLoadBalancerAvailable";
22
- export * from "./waiters/waitForLoadBalancerExists";
23
- export * from "./waiters/waitForLoadBalancersDeleted";
24
- export * from "./commands/DescribeRulesCommand";
25
- export * from "./commands/DescribeSSLPoliciesCommand";
26
- export * from "./commands/DescribeTagsCommand";
27
- export * from "./commands/DescribeTargetGroupAttributesCommand";
28
- export * from "./commands/DescribeTargetGroupsCommand";
29
- export * from "./pagination/DescribeTargetGroupsPaginator";
30
- export * from "./commands/DescribeTargetHealthCommand";
31
- export * from "./waiters/waitForTargetDeregistered";
32
- export * from "./waiters/waitForTargetInService";
33
- export * from "./commands/ModifyListenerCommand";
34
- export * from "./commands/ModifyLoadBalancerAttributesCommand";
35
- export * from "./commands/ModifyRuleCommand";
36
- export * from "./commands/ModifyTargetGroupCommand";
37
- export * from "./commands/ModifyTargetGroupAttributesCommand";
38
- export * from "./commands/RegisterTargetsCommand";
39
- export * from "./commands/RemoveListenerCertificatesCommand";
40
- export * from "./commands/RemoveTagsCommand";
41
- export * from "./commands/SetIpAddressTypeCommand";
42
- export * from "./commands/SetRulePrioritiesCommand";
43
- export * from "./commands/SetSecurityGroupsCommand";
44
- export * from "./commands/SetSubnetsCommand";
45
- export * from "./pagination/Interfaces";
46
- export * from "./models/index";
47
- //# sourceMappingURL=index.js.map
2
+ export * from "./ElasticLoadBalancingV2Client";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";
@@ -1,2 +1 @@
1
1
  export * from "./models_0";
2
- //# sourceMappingURL=index.js.map
@@ -327,6 +327,11 @@ export var TooManyTargetGroupsException;
327
327
  (function (TooManyTargetGroupsException) {
328
328
  TooManyTargetGroupsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
329
329
  })(TooManyTargetGroupsException || (TooManyTargetGroupsException = {}));
330
+ export var TargetGroupIpAddressTypeEnum;
331
+ (function (TargetGroupIpAddressTypeEnum) {
332
+ TargetGroupIpAddressTypeEnum["IPV4"] = "ipv4";
333
+ TargetGroupIpAddressTypeEnum["IPV6"] = "ipv6";
334
+ })(TargetGroupIpAddressTypeEnum || (TargetGroupIpAddressTypeEnum = {}));
330
335
  export var Matcher;
331
336
  (function (Matcher) {
332
337
  Matcher.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -646,4 +651,3 @@ export var SetSubnetsOutput;
646
651
  (function (SetSubnetsOutput) {
647
652
  SetSubnetsOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
648
653
  })(SetSubnetsOutput || (SetSubnetsOutput = {}));
649
- //# sourceMappingURL=models_0.js.map
@@ -71,4 +71,3 @@ export function paginateDescribeListeners(config, input) {
71
71
  });
72
72
  });
73
73
  }
74
- //# sourceMappingURL=DescribeListenersPaginator.js.map
@@ -71,4 +71,3 @@ export function paginateDescribeLoadBalancers(config, input) {
71
71
  });
72
72
  });
73
73
  }
74
- //# sourceMappingURL=DescribeLoadBalancersPaginator.js.map
@@ -71,4 +71,3 @@ export function paginateDescribeTargetGroups(config, input) {
71
71
  });
72
72
  });
73
73
  }
74
- //# sourceMappingURL=DescribeTargetGroupsPaginator.js.map
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=Interfaces.js.map
@@ -0,0 +1,4 @@
1
+ export * from "./DescribeListenersPaginator";
2
+ export * from "./DescribeLoadBalancersPaginator";
3
+ export * from "./DescribeTargetGroupsPaginator";
4
+ export * from "./Interfaces";
@@ -3966,6 +3966,9 @@ var serializeAws_queryCreateTargetGroupInput = function (input, context) {
3966
3966
  entries[loc] = value;
3967
3967
  });
3968
3968
  }
3969
+ if (input.IpAddressType !== undefined && input.IpAddressType !== null) {
3970
+ entries["IpAddressType"] = input.IpAddressType;
3971
+ }
3969
3972
  return entries;
3970
3973
  };
3971
3974
  var serializeAws_queryDeleteListenerInput = function (input, context) {
@@ -4125,6 +4128,9 @@ var serializeAws_queryDescribeSSLPoliciesInput = function (input, context) {
4125
4128
  if (input.PageSize !== undefined && input.PageSize !== null) {
4126
4129
  entries["PageSize"] = input.PageSize;
4127
4130
  }
4131
+ if (input.LoadBalancerType !== undefined && input.LoadBalancerType !== null) {
4132
+ entries["LoadBalancerType"] = input.LoadBalancerType;
4133
+ }
4128
4134
  return entries;
4129
4135
  };
4130
4136
  var serializeAws_queryDescribeTagsInput = function (input, context) {
@@ -6603,6 +6609,7 @@ var deserializeAws_querySslPolicy = function (output, context) {
6603
6609
  SslProtocols: undefined,
6604
6610
  Ciphers: undefined,
6605
6611
  Name: undefined,
6612
+ SupportedLoadBalancerTypes: undefined,
6606
6613
  };
6607
6614
  if (output.SslProtocols === "") {
6608
6615
  contents.SslProtocols = [];
@@ -6619,6 +6626,13 @@ var deserializeAws_querySslPolicy = function (output, context) {
6619
6626
  if (output["Name"] !== undefined) {
6620
6627
  contents.Name = __expectString(output["Name"]);
6621
6628
  }
6629
+ if (output.SupportedLoadBalancerTypes === "") {
6630
+ contents.SupportedLoadBalancerTypes = [];
6631
+ }
6632
+ if (output["SupportedLoadBalancerTypes"] !== undefined &&
6633
+ output["SupportedLoadBalancerTypes"]["member"] !== undefined) {
6634
+ contents.SupportedLoadBalancerTypes = deserializeAws_queryListOfString(__getArrayIfSingleItem(output["SupportedLoadBalancerTypes"]["member"]), context);
6635
+ }
6622
6636
  return contents;
6623
6637
  };
6624
6638
  var deserializeAws_querySSLPolicyNotFoundException = function (output, context) {
@@ -6734,6 +6748,7 @@ var deserializeAws_queryTargetGroup = function (output, context) {
6734
6748
  LoadBalancerArns: undefined,
6735
6749
  TargetType: undefined,
6736
6750
  ProtocolVersion: undefined,
6751
+ IpAddressType: undefined,
6737
6752
  };
6738
6753
  if (output["TargetGroupArn"] !== undefined) {
6739
6754
  contents.TargetGroupArn = __expectString(output["TargetGroupArn"]);
@@ -6789,6 +6804,9 @@ var deserializeAws_queryTargetGroup = function (output, context) {
6789
6804
  if (output["ProtocolVersion"] !== undefined) {
6790
6805
  contents.ProtocolVersion = __expectString(output["ProtocolVersion"]);
6791
6806
  }
6807
+ if (output["IpAddressType"] !== undefined) {
6808
+ contents.IpAddressType = __expectString(output["IpAddressType"]);
6809
+ }
6792
6810
  return contents;
6793
6811
  };
6794
6812
  var deserializeAws_queryTargetGroupAssociationLimitException = function (output, context) {
@@ -7104,4 +7122,3 @@ var loadQueryErrorCode = function (output, data) {
7104
7122
  }
7105
7123
  return "";
7106
7124
  };
7107
- //# sourceMappingURL=Aws_query.js.map
@@ -1,4 +1,5 @@
1
1
  import { __assign } from "tslib";
2
+ import packageInfo from "../package.json";
2
3
  import { Sha256 } from "@aws-crypto/sha256-browser";
3
4
  import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
4
5
  import { invalidProvider } from "@aws-sdk/invalid-dependency";
@@ -7,11 +8,9 @@ import { fromBase64, toBase64 } from "@aws-sdk/util-base64-browser";
7
8
  import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
8
9
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
9
10
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
10
- import packageInfo from "../package.json";
11
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
12
12
  export var getRuntimeConfig = function (config) {
13
13
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
14
14
  var clientSharedValues = getSharedRuntimeConfig(config);
15
15
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
16
16
  };
17
- //# sourceMappingURL=runtimeConfig.browser.js.map
@@ -1,4 +1,5 @@
1
1
  import { __assign } from "tslib";
2
+ import packageInfo from "../package.json";
2
3
  import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
3
4
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
4
5
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
@@ -6,17 +7,15 @@ import { Hash } from "@aws-sdk/hash-node";
6
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@aws-sdk/middleware-retry";
7
8
  import { loadConfig as loadNodeConfig } from "@aws-sdk/node-config-provider";
8
9
  import { NodeHttpHandler, streamCollector } from "@aws-sdk/node-http-handler";
9
- import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
10
10
  import { fromBase64, toBase64 } from "@aws-sdk/util-base64-node";
11
11
  import { calculateBodyLength } from "@aws-sdk/util-body-length-node";
12
12
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
13
13
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
14
- import packageInfo from "../package.json";
15
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
15
+ import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
16
16
  export var getRuntimeConfig = function (config) {
17
17
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
18
18
  emitWarningIfUnsupportedVersion(process.version);
19
19
  var clientSharedValues = getSharedRuntimeConfig(config);
20
20
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
21
21
  };
22
- //# sourceMappingURL=runtimeConfig.js.map
@@ -6,4 +6,3 @@ export var getRuntimeConfig = function (config) {
6
6
  var browserDefaults = getBrowserRuntimeConfig(config);
7
7
  return __assign(__assign(__assign({}, browserDefaults), config), { runtime: "react-native", sha256: (_a = config === null || config === void 0 ? void 0 : config.sha256) !== null && _a !== void 0 ? _a : Sha256 });
8
8
  };
9
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -11,4 +11,3 @@ export var getRuntimeConfig = function (config) {
11
11
  urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
12
12
  });
13
13
  };
14
- //# sourceMappingURL=runtimeConfig.shared.js.map
@@ -0,0 +1,5 @@
1
+ export * from "./waitForLoadBalancerAvailable";
2
+ export * from "./waitForLoadBalancerExists";
3
+ export * from "./waitForLoadBalancersDeleted";
4
+ export * from "./waitForTargetDeregistered";
5
+ export * from "./waitForTargetInService";
@@ -96,4 +96,3 @@ export var waitUntilLoadBalancerAvailable = function (params, input) { return __
96
96
  }
97
97
  });
98
98
  }); };
99
- //# sourceMappingURL=waitForLoadBalancerAvailable.js.map
@@ -43,4 +43,3 @@ export var waitUntilLoadBalancerExists = function (params, input) { return __awa
43
43
  }
44
44
  });
45
45
  }); };
46
- //# sourceMappingURL=waitForLoadBalancerExists.js.map
@@ -71,4 +71,3 @@ export var waitUntilLoadBalancersDeleted = function (params, input) { return __a
71
71
  }
72
72
  });
73
73
  }); };
74
- //# sourceMappingURL=waitForLoadBalancersDeleted.js.map
@@ -71,4 +71,3 @@ export var waitUntilTargetDeregistered = function (params, input) { return __awa
71
71
  }
72
72
  });
73
73
  }); };
74
- //# sourceMappingURL=waitForTargetDeregistered.js.map
@@ -71,4 +71,3 @@ export var waitUntilTargetInService = function (params, input) { return __awaite
71
71
  }
72
72
  });
73
73
  }); };
74
- //# sourceMappingURL=waitForTargetInService.js.map
@@ -0,0 +1,34 @@
1
+ export * from "./AddListenerCertificatesCommand";
2
+ export * from "./AddTagsCommand";
3
+ export * from "./CreateListenerCommand";
4
+ export * from "./CreateLoadBalancerCommand";
5
+ export * from "./CreateRuleCommand";
6
+ export * from "./CreateTargetGroupCommand";
7
+ export * from "./DeleteListenerCommand";
8
+ export * from "./DeleteLoadBalancerCommand";
9
+ export * from "./DeleteRuleCommand";
10
+ export * from "./DeleteTargetGroupCommand";
11
+ export * from "./DeregisterTargetsCommand";
12
+ export * from "./DescribeAccountLimitsCommand";
13
+ export * from "./DescribeListenerCertificatesCommand";
14
+ export * from "./DescribeListenersCommand";
15
+ export * from "./DescribeLoadBalancerAttributesCommand";
16
+ export * from "./DescribeLoadBalancersCommand";
17
+ export * from "./DescribeRulesCommand";
18
+ export * from "./DescribeSSLPoliciesCommand";
19
+ export * from "./DescribeTagsCommand";
20
+ export * from "./DescribeTargetGroupAttributesCommand";
21
+ export * from "./DescribeTargetGroupsCommand";
22
+ export * from "./DescribeTargetHealthCommand";
23
+ export * from "./ModifyListenerCommand";
24
+ export * from "./ModifyLoadBalancerAttributesCommand";
25
+ export * from "./ModifyRuleCommand";
26
+ export * from "./ModifyTargetGroupAttributesCommand";
27
+ export * from "./ModifyTargetGroupCommand";
28
+ export * from "./RegisterTargetsCommand";
29
+ export * from "./RemoveListenerCertificatesCommand";
30
+ export * from "./RemoveTagsCommand";
31
+ export * from "./SetIpAddressTypeCommand";
32
+ export * from "./SetRulePrioritiesCommand";
33
+ export * from "./SetSecurityGroupsCommand";
34
+ export * from "./SetSubnetsCommand";
@@ -1,46 +1,6 @@
1
- export * from "./ElasticLoadBalancingV2Client";
2
1
  export * from "./ElasticLoadBalancingV2";
3
- export * from "./commands/AddListenerCertificatesCommand";
4
- export * from "./commands/AddTagsCommand";
5
- export * from "./commands/CreateListenerCommand";
6
- export * from "./commands/CreateLoadBalancerCommand";
7
- export * from "./commands/CreateRuleCommand";
8
- export * from "./commands/CreateTargetGroupCommand";
9
- export * from "./commands/DeleteListenerCommand";
10
- export * from "./commands/DeleteLoadBalancerCommand";
11
- export * from "./commands/DeleteRuleCommand";
12
- export * from "./commands/DeleteTargetGroupCommand";
13
- export * from "./commands/DeregisterTargetsCommand";
14
- export * from "./commands/DescribeAccountLimitsCommand";
15
- export * from "./commands/DescribeListenerCertificatesCommand";
16
- export * from "./commands/DescribeListenersCommand";
17
- export * from "./pagination/DescribeListenersPaginator";
18
- export * from "./commands/DescribeLoadBalancerAttributesCommand";
19
- export * from "./commands/DescribeLoadBalancersCommand";
20
- export * from "./pagination/DescribeLoadBalancersPaginator";
21
- export * from "./waiters/waitForLoadBalancerAvailable";
22
- export * from "./waiters/waitForLoadBalancerExists";
23
- export * from "./waiters/waitForLoadBalancersDeleted";
24
- export * from "./commands/DescribeRulesCommand";
25
- export * from "./commands/DescribeSSLPoliciesCommand";
26
- export * from "./commands/DescribeTagsCommand";
27
- export * from "./commands/DescribeTargetGroupAttributesCommand";
28
- export * from "./commands/DescribeTargetGroupsCommand";
29
- export * from "./pagination/DescribeTargetGroupsPaginator";
30
- export * from "./commands/DescribeTargetHealthCommand";
31
- export * from "./waiters/waitForTargetDeregistered";
32
- export * from "./waiters/waitForTargetInService";
33
- export * from "./commands/ModifyListenerCommand";
34
- export * from "./commands/ModifyLoadBalancerAttributesCommand";
35
- export * from "./commands/ModifyRuleCommand";
36
- export * from "./commands/ModifyTargetGroupCommand";
37
- export * from "./commands/ModifyTargetGroupAttributesCommand";
38
- export * from "./commands/RegisterTargetsCommand";
39
- export * from "./commands/RemoveListenerCertificatesCommand";
40
- export * from "./commands/RemoveTagsCommand";
41
- export * from "./commands/SetIpAddressTypeCommand";
42
- export * from "./commands/SetRulePrioritiesCommand";
43
- export * from "./commands/SetSecurityGroupsCommand";
44
- export * from "./commands/SetSubnetsCommand";
45
- export * from "./pagination/Interfaces";
46
- export * from "./models/index";
2
+ export * from "./ElasticLoadBalancingV2Client";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";
@@ -1767,9 +1767,13 @@ export declare namespace TooManyTargetGroupsException {
1767
1767
  */
1768
1768
  const filterSensitiveLog: (obj: TooManyTargetGroupsException) => any;
1769
1769
  }
1770
+ export declare enum TargetGroupIpAddressTypeEnum {
1771
+ IPV4 = "ipv4",
1772
+ IPV6 = "ipv6"
1773
+ }
1770
1774
  /**
1771
1775
  * <p>The codes to use when checking for a successful response from a target. If the protocol
1772
- * version is gRPC, these are gRPC codes. Otherwise, these are HTTP codes.</p>
1776
+ * version is gRPC, these are gRPC codes. Otherwise, these are HTTP codes. </p>
1773
1777
  */
1774
1778
  export interface Matcher {
1775
1779
  /**
@@ -1777,6 +1781,8 @@ export interface Matcher {
1777
1781
  * default value is 200. You can specify multiple values (for example, "200,202") or a range of
1778
1782
  * values (for example, "200-299").</p>
1779
1783
  * <p>For Network Load Balancers and Gateway Load Balancers, this must be "200–399".</p>
1784
+ * <p>Note that when using shorthand syntax, some values such as commas need to be
1785
+ * escaped.</p>
1780
1786
  */
1781
1787
  HttpCode?: string;
1782
1788
  /**
@@ -1926,6 +1932,12 @@ export interface CreateTargetGroupInput {
1926
1932
  * <p>The tags to assign to the target group.</p>
1927
1933
  */
1928
1934
  Tags?: Tag[];
1935
+ /**
1936
+ * <p>The type of IP address used for this target group. The possible values are
1937
+ * <code>ipv4</code> and <code>ipv6</code>. This is an optional parameter. If not specified,
1938
+ * the IP address type defaults to <code>ipv4</code>.</p>
1939
+ */
1940
+ IpAddressType?: TargetGroupIpAddressTypeEnum | string;
1929
1941
  }
1930
1942
  export declare namespace CreateTargetGroupInput {
1931
1943
  /**
@@ -2018,6 +2030,12 @@ export interface TargetGroup {
2018
2030
  * <code>HTTP1</code>, and <code>HTTP2</code>.</p>
2019
2031
  */
2020
2032
  ProtocolVersion?: string;
2033
+ /**
2034
+ * <p>The type of IP address used for this target group. The possible values are
2035
+ * <code>ipv4</code> and <code>ipv6</code>. This is an optional parameter. If not specified,
2036
+ * the IP address type defaults to <code>ipv4</code>.</p>
2037
+ */
2038
+ IpAddressType?: TargetGroupIpAddressTypeEnum | string;
2021
2039
  }
2022
2040
  export declare namespace TargetGroup {
2023
2041
  /**
@@ -2476,22 +2494,22 @@ export interface LoadBalancerAttribute {
2476
2494
  * </li>
2477
2495
  * <li>
2478
2496
  * <p>
2479
- * <code>routing.http.x_amzn_tls_version_and_cipher_suite.enabled</code> - Indicates whether the two headers (<code>x-amzn-tls-version</code> and
2480
- * <code>x-amzn-tls-cipher-suite</code>), which contain information about
2481
- * the negotiated TLS version and cipher suite, are added to the client request
2482
- * before sending it to the target. The <code>x-amzn-tls-version</code> header
2483
- * has information about the TLS protocol version negotiated with the client,
2484
- * and the <code>x-amzn-tls-cipher-suite</code> header has information about
2485
- * the cipher suite negotiated with the client. Both headers are in OpenSSL
2486
- * format. The possible values for the attribute are <code>true</code> and
2487
- * <code>false</code>. The default is <code>false</code>.</p>
2497
+ * <code>routing.http.x_amzn_tls_version_and_cipher_suite.enabled</code> - Indicates
2498
+ * whether the two headers (<code>x-amzn-tls-version</code> and
2499
+ * <code>x-amzn-tls-cipher-suite</code>), which contain information about the negotiated
2500
+ * TLS version and cipher suite, are added to the client request before sending it to the
2501
+ * target. The <code>x-amzn-tls-version</code> header has information about the TLS protocol
2502
+ * version negotiated with the client, and the <code>x-amzn-tls-cipher-suite</code> header
2503
+ * has information about the cipher suite negotiated with the client. Both headers are in
2504
+ * OpenSSL format. The possible values for the attribute are <code>true</code> and
2505
+ * <code>false</code>. The default is <code>false</code>.</p>
2488
2506
  * </li>
2489
2507
  * <li>
2490
2508
  * <p>
2491
2509
  * <code>routing.http.xff_client_port.enabled</code> - Indicates whether the
2492
- * <code>X-Forwarded-For</code> header should preserve the source port that the client used
2510
+ * <code>X-Forwarded-For</code> header should preserve the source port that the client used
2493
2511
  * to connect to the load balancer. The possible values are <code>true</code> and
2494
- * <code>false</code>. The default is <code>false</code>.</p>
2512
+ * <code>false</code>. The default is <code>false</code>.</p>
2495
2513
  * </li>
2496
2514
  * <li>
2497
2515
  * <p>
@@ -2642,6 +2660,11 @@ export interface DescribeSSLPoliciesInput {
2642
2660
  * <p>The maximum number of results to return with this call.</p>
2643
2661
  */
2644
2662
  PageSize?: number;
2663
+ /**
2664
+ * <p> The type of load balancer. The default lists the SSL policies for all load
2665
+ * balancers.</p>
2666
+ */
2667
+ LoadBalancerType?: LoadBalancerTypeEnum | string;
2645
2668
  }
2646
2669
  export declare namespace DescribeSSLPoliciesInput {
2647
2670
  /**
@@ -2665,6 +2688,12 @@ export interface SslPolicy {
2665
2688
  * <p>The name of the policy.</p>
2666
2689
  */
2667
2690
  Name?: string;
2691
+ /**
2692
+ * <p>
2693
+ * The supported load balancers.
2694
+ * </p>
2695
+ */
2696
+ SupportedLoadBalancerTypes?: string[];
2668
2697
  }
2669
2698
  export declare namespace SslPolicy {
2670
2699
  /**
@@ -0,0 +1,4 @@
1
+ export * from "./DescribeListenersPaginator";
2
+ export * from "./DescribeLoadBalancersPaginator";
3
+ export * from "./DescribeTargetGroupsPaginator";
4
+ export * from "./Interfaces";
@@ -31,7 +31,9 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingV2ClientConf
31
31
  signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
32
  signingEscapePath?: boolean | undefined;
33
33
  systemClockOffset?: number | undefined;
34
- signingRegion?: string | undefined;
34
+ signingRegion?: string | undefined; /**
35
+ * @internal
36
+ */
35
37
  signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
38
  customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
39
  };