@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
@@ -4,68 +4,29 @@ export declare enum AuthenticateCognitoActionConditionalBehaviorEnum {
4
4
  AUTHENTICATE = "authenticate",
5
5
  DENY = "deny"
6
6
  }
7
- /**
8
- * <p>Request parameters to use when integrating with Amazon Cognito to authenticate
9
- * users.</p>
10
- */
7
+
11
8
  export interface AuthenticateCognitoActionConfig {
12
- /**
13
- * <p>The Amazon Resource Name (ARN) of the Amazon Cognito user pool.</p>
14
- */
9
+
15
10
  UserPoolArn: string | undefined;
16
- /**
17
- * <p>The ID of the Amazon Cognito user pool client.</p>
18
- */
11
+
19
12
  UserPoolClientId: string | undefined;
20
- /**
21
- * <p>The domain prefix or fully-qualified domain name of the Amazon Cognito user pool.</p>
22
- */
13
+
23
14
  UserPoolDomain: string | undefined;
24
- /**
25
- * <p>The name of the cookie used to maintain session information. The default is
26
- * AWSELBAuthSessionCookie.</p>
27
- */
15
+
28
16
  SessionCookieName?: string;
29
- /**
30
- * <p>The set of user claims to be requested from the IdP. The default is
31
- * <code>openid</code>.</p>
32
- * <p>To verify which scope values your IdP supports and how to separate multiple values, see
33
- * the documentation for your IdP.</p>
34
- */
17
+
35
18
  Scope?: string;
36
- /**
37
- * <p>The maximum duration of the authentication session, in seconds. The default is 604800
38
- * seconds (7 days).</p>
39
- */
19
+
40
20
  SessionTimeout?: number;
41
- /**
42
- * <p>The query parameters (up to 10) to include in the redirect request to the authorization
43
- * endpoint.</p>
44
- */
21
+
45
22
  AuthenticationRequestExtraParams?: {
46
23
  [key: string]: string;
47
24
  };
48
- /**
49
- * <p>The behavior if the user is not authenticated. The following are possible values:</p>
50
- * <ul>
51
- * <li>
52
- * <p>deny<code></code> - Return an HTTP 401 Unauthorized error.</p>
53
- * </li>
54
- * <li>
55
- * <p>allow<code></code> - Allow the request to be forwarded to the target.</p>
56
- * </li>
57
- * <li>
58
- * <p>authenticate<code></code> - Redirect the request to the IdP authorization endpoint. This is
59
- * the default value.</p>
60
- * </li>
61
- * </ul>
62
- */
25
+
63
26
  OnUnauthenticatedRequest?: AuthenticateCognitoActionConditionalBehaviorEnum | string;
64
27
  }
65
28
  export declare namespace AuthenticateCognitoActionConfig {
66
- /**
67
- * @internal
68
- */
29
+
69
30
  const filterSensitiveLog: (obj: AuthenticateCognitoActionConfig) => any;
70
31
  }
71
32
  export declare enum AuthenticateOidcActionConditionalBehaviorEnum {
@@ -73,244 +34,106 @@ export declare enum AuthenticateOidcActionConditionalBehaviorEnum {
73
34
  AUTHENTICATE = "authenticate",
74
35
  DENY = "deny"
75
36
  }
76
- /**
77
- * <p>Request parameters when using an identity provider (IdP) that is compliant with OpenID
78
- * Connect (OIDC) to authenticate users.</p>
79
- */
37
+
80
38
  export interface AuthenticateOidcActionConfig {
81
- /**
82
- * <p>The OIDC issuer identifier of the IdP. This must be a full URL, including the HTTPS
83
- * protocol, the domain, and the path.</p>
84
- */
39
+
85
40
  Issuer: string | undefined;
86
- /**
87
- * <p>The authorization endpoint of the IdP. This must be a full URL, including the HTTPS
88
- * protocol, the domain, and the path.</p>
89
- */
41
+
90
42
  AuthorizationEndpoint: string | undefined;
91
- /**
92
- * <p>The token endpoint of the IdP. This must be a full URL, including the HTTPS protocol, the
93
- * domain, and the path.</p>
94
- */
43
+
95
44
  TokenEndpoint: string | undefined;
96
- /**
97
- * <p>The user info endpoint of the IdP. This must be a full URL, including the HTTPS protocol,
98
- * the domain, and the path.</p>
99
- */
45
+
100
46
  UserInfoEndpoint: string | undefined;
101
- /**
102
- * <p>The OAuth 2.0 client identifier.</p>
103
- */
47
+
104
48
  ClientId: string | undefined;
105
- /**
106
- * <p>The OAuth 2.0 client secret. This parameter is required if you are creating a rule. If you
107
- * are modifying a rule, you can omit this parameter if you set
108
- * <code>UseExistingClientSecret</code> to true.</p>
109
- */
49
+
110
50
  ClientSecret?: string;
111
- /**
112
- * <p>The name of the cookie used to maintain session information. The default is
113
- * AWSELBAuthSessionCookie.</p>
114
- */
51
+
115
52
  SessionCookieName?: string;
116
- /**
117
- * <p>The set of user claims to be requested from the IdP. The default is
118
- * <code>openid</code>.</p>
119
- * <p>To verify which scope values your IdP supports and how to separate multiple values, see
120
- * the documentation for your IdP.</p>
121
- */
53
+
122
54
  Scope?: string;
123
- /**
124
- * <p>The maximum duration of the authentication session, in seconds. The default is 604800
125
- * seconds (7 days).</p>
126
- */
55
+
127
56
  SessionTimeout?: number;
128
- /**
129
- * <p>The query parameters (up to 10) to include in the redirect request to the authorization
130
- * endpoint.</p>
131
- */
57
+
132
58
  AuthenticationRequestExtraParams?: {
133
59
  [key: string]: string;
134
60
  };
135
- /**
136
- * <p>The behavior if the user is not authenticated. The following are possible values:</p>
137
- * <ul>
138
- * <li>
139
- * <p>deny<code></code> - Return an HTTP 401 Unauthorized error.</p>
140
- * </li>
141
- * <li>
142
- * <p>allow<code></code> - Allow the request to be forwarded to the target.</p>
143
- * </li>
144
- * <li>
145
- * <p>authenticate<code></code> - Redirect the request to the IdP authorization endpoint. This is
146
- * the default value.</p>
147
- * </li>
148
- * </ul>
149
- */
61
+
150
62
  OnUnauthenticatedRequest?: AuthenticateOidcActionConditionalBehaviorEnum | string;
151
- /**
152
- * <p>Indicates whether to use the existing client secret when modifying a rule. If you are
153
- * creating a rule, you can omit this parameter or set it to false.</p>
154
- */
63
+
155
64
  UseExistingClientSecret?: boolean;
156
65
  }
157
66
  export declare namespace AuthenticateOidcActionConfig {
158
- /**
159
- * @internal
160
- */
67
+
161
68
  const filterSensitiveLog: (obj: AuthenticateOidcActionConfig) => any;
162
69
  }
163
- /**
164
- * <p>Information about an action that returns a custom HTTP response.</p>
165
- */
70
+
166
71
  export interface FixedResponseActionConfig {
167
- /**
168
- * <p>The message.</p>
169
- */
72
+
170
73
  MessageBody?: string;
171
- /**
172
- * <p>The HTTP response code (2XX, 4XX, or 5XX).</p>
173
- */
74
+
174
75
  StatusCode: string | undefined;
175
- /**
176
- * <p>The content type.</p>
177
- * <p>Valid Values: text/plain | text/css | text/html | application/javascript |
178
- * application/json</p>
179
- */
76
+
180
77
  ContentType?: string;
181
78
  }
182
79
  export declare namespace FixedResponseActionConfig {
183
- /**
184
- * @internal
185
- */
80
+
186
81
  const filterSensitiveLog: (obj: FixedResponseActionConfig) => any;
187
82
  }
188
- /**
189
- * <p>Information about how traffic will be distributed between multiple target groups in a
190
- * forward rule.</p>
191
- */
83
+
192
84
  export interface TargetGroupTuple {
193
- /**
194
- * <p>The Amazon Resource Name (ARN) of the target group.</p>
195
- */
85
+
196
86
  TargetGroupArn?: string;
197
- /**
198
- * <p>The weight. The range is 0 to 999.</p>
199
- */
87
+
200
88
  Weight?: number;
201
89
  }
202
90
  export declare namespace TargetGroupTuple {
203
- /**
204
- * @internal
205
- */
91
+
206
92
  const filterSensitiveLog: (obj: TargetGroupTuple) => any;
207
93
  }
208
- /**
209
- * <p>Information about the target group stickiness for a rule.</p>
210
- */
94
+
211
95
  export interface TargetGroupStickinessConfig {
212
- /**
213
- * <p>Indicates whether target group stickiness is enabled.</p>
214
- */
96
+
215
97
  Enabled?: boolean;
216
- /**
217
- * <p>The time period, in seconds, during which requests from a client should be routed to the
218
- * same target group. The range is 1-604800 seconds (7 days).</p>
219
- */
98
+
220
99
  DurationSeconds?: number;
221
100
  }
222
101
  export declare namespace TargetGroupStickinessConfig {
223
- /**
224
- * @internal
225
- */
102
+
226
103
  const filterSensitiveLog: (obj: TargetGroupStickinessConfig) => any;
227
104
  }
228
- /**
229
- * <p>Information about a forward action.</p>
230
- */
105
+
231
106
  export interface ForwardActionConfig {
232
- /**
233
- * <p>One or more target groups. For Network Load Balancers, you can specify a single target
234
- * group.</p>
235
- */
107
+
236
108
  TargetGroups?: TargetGroupTuple[];
237
- /**
238
- * <p>The target group stickiness for the rule.</p>
239
- */
109
+
240
110
  TargetGroupStickinessConfig?: TargetGroupStickinessConfig;
241
111
  }
242
112
  export declare namespace ForwardActionConfig {
243
- /**
244
- * @internal
245
- */
113
+
246
114
  const filterSensitiveLog: (obj: ForwardActionConfig) => any;
247
115
  }
248
116
  export declare enum RedirectActionStatusCodeEnum {
249
117
  HTTP_301 = "HTTP_301",
250
118
  HTTP_302 = "HTTP_302"
251
119
  }
252
- /**
253
- * <p>Information about a redirect action.</p>
254
- * <p>A URI consists of the following components: protocol://hostname:port/path?query. You must
255
- * modify at least one of the following components to avoid a redirect loop: protocol, hostname,
256
- * port, or path. Any components that you do not modify retain their original values.</p>
257
- * <p>You can reuse URI components using the following reserved keywords:</p>
258
- * <ul>
259
- * <li>
260
- * <p>#{protocol}</p>
261
- * </li>
262
- * <li>
263
- * <p>#{host}</p>
264
- * </li>
265
- * <li>
266
- * <p>#{port}</p>
267
- * </li>
268
- * <li>
269
- * <p>#{path} (the leading "/" is removed)</p>
270
- * </li>
271
- * <li>
272
- * <p>#{query}</p>
273
- * </li>
274
- * </ul>
275
- * <p>For example, you can change the path to "/new/#{path}", the hostname to "example.#{host}",
276
- * or the query to "#{query}&value=xyz".</p>
277
- */
120
+
278
121
  export interface RedirectActionConfig {
279
- /**
280
- * <p>The protocol. You can specify HTTP, HTTPS, or #{protocol}. You can redirect HTTP to HTTP,
281
- * HTTP to HTTPS, and HTTPS to HTTPS. You cannot redirect HTTPS to HTTP.</p>
282
- */
122
+
283
123
  Protocol?: string;
284
- /**
285
- * <p>The port. You can specify a value from 1 to 65535 or #{port}.</p>
286
- */
124
+
287
125
  Port?: string;
288
- /**
289
- * <p>The hostname. This component is not percent-encoded. The hostname can contain
290
- * #{host}.</p>
291
- */
126
+
292
127
  Host?: string;
293
- /**
294
- * <p>The absolute path, starting with the leading "/". This component is not percent-encoded.
295
- * The path can contain #{host}, #{path}, and #{port}.</p>
296
- */
128
+
297
129
  Path?: string;
298
- /**
299
- * <p>The query parameters, URL-encoded when necessary, but not percent-encoded. Do not include
300
- * the leading "?", as it is automatically added. You can specify any of the reserved
301
- * keywords.</p>
302
- */
130
+
303
131
  Query?: string;
304
- /**
305
- * <p>The HTTP redirect code. The redirect is either permanent (HTTP 301) or temporary (HTTP
306
- * 302).</p>
307
- */
132
+
308
133
  StatusCode: RedirectActionStatusCodeEnum | string | undefined;
309
134
  }
310
135
  export declare namespace RedirectActionConfig {
311
- /**
312
- * @internal
313
- */
136
+
314
137
  const filterSensitiveLog: (obj: RedirectActionConfig) => any;
315
138
  }
316
139
  export declare enum ActionTypeEnum {
@@ -320,696 +143,408 @@ export declare enum ActionTypeEnum {
320
143
  FORWARD = "forward",
321
144
  REDIRECT = "redirect"
322
145
  }
323
- /**
324
- * <p>Information about an action.</p>
325
- * <p>Each rule must include exactly one of the following types of actions:
326
- * <code>forward</code>, <code>fixed-response</code>, or <code>redirect</code>, and it must be
327
- * the last action to be performed.</p>
328
- */
146
+
329
147
  export interface Action {
330
- /**
331
- * <p>The type of action.</p>
332
- */
148
+
333
149
  Type: ActionTypeEnum | string | undefined;
334
- /**
335
- * <p>The Amazon Resource Name (ARN) of the target group. Specify only when <code>Type</code> is
336
- * <code>forward</code> and you want to route to a single target group. To route to one or more
337
- * target groups, use <code>ForwardConfig</code> instead.</p>
338
- */
150
+
339
151
  TargetGroupArn?: string;
340
- /**
341
- * <p>[HTTPS listeners] Information about an identity provider that is compliant with OpenID
342
- * Connect (OIDC). Specify only when <code>Type</code> is <code>authenticate-oidc</code>.</p>
343
- */
152
+
344
153
  AuthenticateOidcConfig?: AuthenticateOidcActionConfig;
345
- /**
346
- * <p>[HTTPS listeners] Information for using Amazon Cognito to authenticate users. Specify only
347
- * when <code>Type</code> is <code>authenticate-cognito</code>.</p>
348
- */
154
+
349
155
  AuthenticateCognitoConfig?: AuthenticateCognitoActionConfig;
350
- /**
351
- * <p>The order for the action. This value is required for rules with multiple actions. The
352
- * action with the lowest value for order is performed first.</p>
353
- */
156
+
354
157
  Order?: number;
355
- /**
356
- * <p>[Application Load Balancer] Information for creating a redirect action. Specify only when
357
- * <code>Type</code> is <code>redirect</code>.</p>
358
- */
158
+
359
159
  RedirectConfig?: RedirectActionConfig;
360
- /**
361
- * <p>[Application Load Balancer] Information for creating an action that returns a custom HTTP
362
- * response. Specify only when <code>Type</code> is <code>fixed-response</code>.</p>
363
- */
160
+
364
161
  FixedResponseConfig?: FixedResponseActionConfig;
365
- /**
366
- * <p>Information for creating an action that distributes requests among one or more target
367
- * groups. For Network Load Balancers, you can specify a single target group. Specify only when
368
- * <code>Type</code> is <code>forward</code>. If you specify both <code>ForwardConfig</code>
369
- * and <code>TargetGroupArn</code>, you can specify only one target group using
370
- * <code>ForwardConfig</code> and it must be the same target group specified in
371
- * <code>TargetGroupArn</code>.</p>
372
- */
162
+
373
163
  ForwardConfig?: ForwardActionConfig;
374
164
  }
375
165
  export declare namespace Action {
376
- /**
377
- * @internal
378
- */
166
+
379
167
  const filterSensitiveLog: (obj: Action) => any;
380
168
  }
381
- /**
382
- * <p>Information about an SSL server certificate.</p>
383
- */
169
+
384
170
  export interface Certificate {
385
- /**
386
- * <p>The Amazon Resource Name (ARN) of the certificate.</p>
387
- */
171
+
388
172
  CertificateArn?: string;
389
- /**
390
- * <p>Indicates whether the certificate is the default certificate. Do not set this value when
391
- * specifying a certificate as an input. This value is not included in the output when describing
392
- * a listener, but is included when describing listener certificates.</p>
393
- */
173
+
394
174
  IsDefault?: boolean;
395
175
  }
396
176
  export declare namespace Certificate {
397
- /**
398
- * @internal
399
- */
177
+
400
178
  const filterSensitiveLog: (obj: Certificate) => any;
401
179
  }
402
180
  export interface AddListenerCertificatesInput {
403
- /**
404
- * <p>The Amazon Resource Name (ARN) of the listener.</p>
405
- */
181
+
406
182
  ListenerArn: string | undefined;
407
- /**
408
- * <p>The certificate to add. You can specify one certificate per call. Set
409
- * <code>CertificateArn</code> to the certificate ARN but do not set
410
- * <code>IsDefault</code>.</p>
411
- */
183
+
412
184
  Certificates: Certificate[] | undefined;
413
185
  }
414
186
  export declare namespace AddListenerCertificatesInput {
415
- /**
416
- * @internal
417
- */
187
+
418
188
  const filterSensitiveLog: (obj: AddListenerCertificatesInput) => any;
419
189
  }
420
190
  export interface AddListenerCertificatesOutput {
421
- /**
422
- * <p>Information about the certificates in the certificate list.</p>
423
- */
191
+
424
192
  Certificates?: Certificate[];
425
193
  }
426
194
  export declare namespace AddListenerCertificatesOutput {
427
- /**
428
- * @internal
429
- */
195
+
430
196
  const filterSensitiveLog: (obj: AddListenerCertificatesOutput) => any;
431
197
  }
432
- /**
433
- * <p>The specified certificate does not exist.</p>
434
- */
198
+
435
199
  export interface CertificateNotFoundException extends __SmithyException, $MetadataBearer {
436
200
  name: "CertificateNotFoundException";
437
201
  $fault: "client";
438
202
  Message?: string;
439
203
  }
440
204
  export declare namespace CertificateNotFoundException {
441
- /**
442
- * @internal
443
- */
205
+
444
206
  const filterSensitiveLog: (obj: CertificateNotFoundException) => any;
445
207
  }
446
- /**
447
- * <p>The specified listener does not exist.</p>
448
- */
208
+
449
209
  export interface ListenerNotFoundException extends __SmithyException, $MetadataBearer {
450
210
  name: "ListenerNotFoundException";
451
211
  $fault: "client";
452
212
  Message?: string;
453
213
  }
454
214
  export declare namespace ListenerNotFoundException {
455
- /**
456
- * @internal
457
- */
215
+
458
216
  const filterSensitiveLog: (obj: ListenerNotFoundException) => any;
459
217
  }
460
- /**
461
- * <p>You've reached the limit on the number of certificates per load balancer.</p>
462
- */
218
+
463
219
  export interface TooManyCertificatesException extends __SmithyException, $MetadataBearer {
464
220
  name: "TooManyCertificatesException";
465
221
  $fault: "client";
466
222
  Message?: string;
467
223
  }
468
224
  export declare namespace TooManyCertificatesException {
469
- /**
470
- * @internal
471
- */
225
+
472
226
  const filterSensitiveLog: (obj: TooManyCertificatesException) => any;
473
227
  }
474
- /**
475
- * <p>Information about a tag.</p>
476
- */
228
+
477
229
  export interface Tag {
478
- /**
479
- * <p>The key of the tag.</p>
480
- */
230
+
481
231
  Key: string | undefined;
482
- /**
483
- * <p>The value of the tag.</p>
484
- */
232
+
485
233
  Value?: string;
486
234
  }
487
235
  export declare namespace Tag {
488
- /**
489
- * @internal
490
- */
236
+
491
237
  const filterSensitiveLog: (obj: Tag) => any;
492
238
  }
493
239
  export interface AddTagsInput {
494
- /**
495
- * <p>The Amazon Resource Name (ARN) of the resource.</p>
496
- */
240
+
497
241
  ResourceArns: string[] | undefined;
498
- /**
499
- * <p>The tags.</p>
500
- */
242
+
501
243
  Tags: Tag[] | undefined;
502
244
  }
503
245
  export declare namespace AddTagsInput {
504
- /**
505
- * @internal
506
- */
246
+
507
247
  const filterSensitiveLog: (obj: AddTagsInput) => any;
508
248
  }
509
249
  export interface AddTagsOutput {
510
250
  }
511
251
  export declare namespace AddTagsOutput {
512
- /**
513
- * @internal
514
- */
252
+
515
253
  const filterSensitiveLog: (obj: AddTagsOutput) => any;
516
254
  }
517
- /**
518
- * <p>A tag key was specified more than once.</p>
519
- */
255
+
520
256
  export interface DuplicateTagKeysException extends __SmithyException, $MetadataBearer {
521
257
  name: "DuplicateTagKeysException";
522
258
  $fault: "client";
523
259
  Message?: string;
524
260
  }
525
261
  export declare namespace DuplicateTagKeysException {
526
- /**
527
- * @internal
528
- */
262
+
529
263
  const filterSensitiveLog: (obj: DuplicateTagKeysException) => any;
530
264
  }
531
- /**
532
- * <p>The specified load balancer does not exist.</p>
533
- */
265
+
534
266
  export interface LoadBalancerNotFoundException extends __SmithyException, $MetadataBearer {
535
267
  name: "LoadBalancerNotFoundException";
536
268
  $fault: "client";
537
269
  Message?: string;
538
270
  }
539
271
  export declare namespace LoadBalancerNotFoundException {
540
- /**
541
- * @internal
542
- */
272
+
543
273
  const filterSensitiveLog: (obj: LoadBalancerNotFoundException) => any;
544
274
  }
545
- /**
546
- * <p>The specified rule does not exist.</p>
547
- */
275
+
548
276
  export interface RuleNotFoundException extends __SmithyException, $MetadataBearer {
549
277
  name: "RuleNotFoundException";
550
278
  $fault: "client";
551
279
  Message?: string;
552
280
  }
553
281
  export declare namespace RuleNotFoundException {
554
- /**
555
- * @internal
556
- */
282
+
557
283
  const filterSensitiveLog: (obj: RuleNotFoundException) => any;
558
284
  }
559
- /**
560
- * <p>The specified target group does not exist.</p>
561
- */
285
+
562
286
  export interface TargetGroupNotFoundException extends __SmithyException, $MetadataBearer {
563
287
  name: "TargetGroupNotFoundException";
564
288
  $fault: "client";
565
289
  Message?: string;
566
290
  }
567
291
  export declare namespace TargetGroupNotFoundException {
568
- /**
569
- * @internal
570
- */
292
+
571
293
  const filterSensitiveLog: (obj: TargetGroupNotFoundException) => any;
572
294
  }
573
- /**
574
- * <p>You've reached the limit on the number of tags per load balancer.</p>
575
- */
295
+
576
296
  export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
577
297
  name: "TooManyTagsException";
578
298
  $fault: "client";
579
299
  Message?: string;
580
300
  }
581
301
  export declare namespace TooManyTagsException {
582
- /**
583
- * @internal
584
- */
302
+
585
303
  const filterSensitiveLog: (obj: TooManyTagsException) => any;
586
304
  }
587
- /**
588
- * <p>The specified allocation ID does not exist.</p>
589
- */
305
+
590
306
  export interface AllocationIdNotFoundException extends __SmithyException, $MetadataBearer {
591
307
  name: "AllocationIdNotFoundException";
592
308
  $fault: "client";
593
309
  Message?: string;
594
310
  }
595
311
  export declare namespace AllocationIdNotFoundException {
596
- /**
597
- * @internal
598
- */
312
+
599
313
  const filterSensitiveLog: (obj: AllocationIdNotFoundException) => any;
600
314
  }
601
- /**
602
- * <p>The specified ALPN policy is not supported.</p>
603
- */
315
+
604
316
  export interface ALPNPolicyNotSupportedException extends __SmithyException, $MetadataBearer {
605
317
  name: "ALPNPolicyNotSupportedException";
606
318
  $fault: "client";
607
319
  Message?: string;
608
320
  }
609
321
  export declare namespace ALPNPolicyNotSupportedException {
610
- /**
611
- * @internal
612
- */
322
+
613
323
  const filterSensitiveLog: (obj: ALPNPolicyNotSupportedException) => any;
614
324
  }
615
- /**
616
- * <p>Information about a static IP address for a load balancer.</p>
617
- */
325
+
618
326
  export interface LoadBalancerAddress {
619
- /**
620
- * <p>The static IP address.</p>
621
- */
327
+
622
328
  IpAddress?: string;
623
- /**
624
- * <p>[Network Load Balancers] The allocation ID of the Elastic IP address for an
625
- * internal-facing load balancer.</p>
626
- */
329
+
627
330
  AllocationId?: string;
628
- /**
629
- * <p>[Network Load Balancers] The private IPv4 address for an internal load balancer.</p>
630
- */
331
+
631
332
  PrivateIPv4Address?: string;
632
- /**
633
- * <p>[Network Load Balancers] The IPv6 address.</p>
634
- */
333
+
635
334
  IPv6Address?: string;
636
335
  }
637
336
  export declare namespace LoadBalancerAddress {
638
- /**
639
- * @internal
640
- */
337
+
641
338
  const filterSensitiveLog: (obj: LoadBalancerAddress) => any;
642
339
  }
643
- /**
644
- * <p>Information about an Availability Zone.</p>
645
- */
340
+
646
341
  export interface AvailabilityZone {
647
- /**
648
- * <p>The name of the Availability Zone.</p>
649
- */
342
+
650
343
  ZoneName?: string;
651
- /**
652
- * <p>The ID of the subnet. You can specify one subnet per Availability Zone.</p>
653
- */
344
+
654
345
  SubnetId?: string;
655
- /**
656
- * <p>[Application Load Balancers on Outposts] The ID of the Outpost.</p>
657
- */
346
+
658
347
  OutpostId?: string;
659
- /**
660
- * <p>[Network Load Balancers] If you need static IP addresses for your load balancer, you can
661
- * specify one Elastic IP address per Availability Zone when you create an internal-facing load
662
- * balancer. For internal load balancers, you can specify a private IP address from the IPv4
663
- * range of the subnet.</p>
664
- */
348
+
665
349
  LoadBalancerAddresses?: LoadBalancerAddress[];
666
350
  }
667
351
  export declare namespace AvailabilityZone {
668
- /**
669
- * @internal
670
- */
352
+
671
353
  const filterSensitiveLog: (obj: AvailabilityZone) => any;
672
354
  }
673
- /**
674
- * <p>The specified Availability Zone is not supported.</p>
675
- */
355
+
676
356
  export interface AvailabilityZoneNotSupportedException extends __SmithyException, $MetadataBearer {
677
357
  name: "AvailabilityZoneNotSupportedException";
678
358
  $fault: "client";
679
359
  Message?: string;
680
360
  }
681
361
  export declare namespace AvailabilityZoneNotSupportedException {
682
- /**
683
- * @internal
684
- */
362
+
685
363
  const filterSensitiveLog: (obj: AvailabilityZoneNotSupportedException) => any;
686
364
  }
687
- /**
688
- * <p>Information about a cipher used in a policy.</p>
689
- */
365
+
690
366
  export interface Cipher {
691
- /**
692
- * <p>The name of the cipher.</p>
693
- */
367
+
694
368
  Name?: string;
695
- /**
696
- * <p>The priority of the cipher.</p>
697
- */
369
+
698
370
  Priority?: number;
699
371
  }
700
372
  export declare namespace Cipher {
701
- /**
702
- * @internal
703
- */
373
+
704
374
  const filterSensitiveLog: (obj: Cipher) => any;
705
375
  }
706
376
  export declare type ProtocolEnum = "GENEVE" | "HTTP" | "HTTPS" | "TCP" | "TCP_UDP" | "TLS" | "UDP";
707
377
  export interface CreateListenerInput {
708
- /**
709
- * <p>The Amazon Resource Name (ARN) of the load balancer.</p>
710
- */
378
+
711
379
  LoadBalancerArn: string | undefined;
712
- /**
713
- * <p>The protocol for connections from clients to the load balancer. For Application Load
714
- * Balancers, the supported protocols are HTTP and HTTPS. For Network Load Balancers, the
715
- * supported protocols are TCP, TLS, UDP, and TCP_UDP. You can’t specify the UDP or TCP_UDP
716
- * protocol if dual-stack mode is enabled. You cannot specify a protocol for a Gateway Load
717
- * Balancer.</p>
718
- */
380
+
719
381
  Protocol?: ProtocolEnum | string;
720
- /**
721
- * <p>The port on which the load balancer is listening. You cannot specify a port for a Gateway
722
- * Load Balancer.</p>
723
- */
382
+
724
383
  Port?: number;
725
- /**
726
- * <p>[HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are
727
- * supported.</p>
728
- * <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> and
729
- * <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>
730
- */
384
+
731
385
  SslPolicy?: string;
732
- /**
733
- * <p>[HTTPS and TLS listeners] The default certificate for the listener. You must provide
734
- * exactly one certificate. Set <code>CertificateArn</code> to the certificate ARN but do not set
735
- * <code>IsDefault</code>.</p>
736
- */
386
+
737
387
  Certificates?: Certificate[];
738
- /**
739
- * <p>The actions for the default rule.</p>
740
- */
388
+
741
389
  DefaultActions: Action[] | undefined;
742
- /**
743
- * <p>[TLS listeners] The name of the Application-Layer Protocol Negotiation (ALPN) policy. You
744
- * can specify one policy name. The following are the possible values:</p>
745
- * <ul>
746
- * <li>
747
- * <p>
748
- * <code>HTTP1Only</code>
749
- * </p>
750
- * </li>
751
- * <li>
752
- * <p>
753
- * <code>HTTP2Only</code>
754
- * </p>
755
- * </li>
756
- * <li>
757
- * <p>
758
- * <code>HTTP2Optional</code>
759
- * </p>
760
- * </li>
761
- * <li>
762
- * <p>
763
- * <code>HTTP2Preferred</code>
764
- * </p>
765
- * </li>
766
- * <li>
767
- * <p>
768
- * <code>None</code>
769
- * </p>
770
- * </li>
771
- * </ul>
772
- * <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#alpn-policies">ALPN
773
- * policies</a> in the <i>Network Load Balancers Guide</i>.</p>
774
- */
390
+
775
391
  AlpnPolicy?: string[];
776
- /**
777
- * <p>The tags to assign to the listener.</p>
778
- */
392
+
779
393
  Tags?: Tag[];
780
394
  }
781
395
  export declare namespace CreateListenerInput {
782
- /**
783
- * @internal
784
- */
396
+
785
397
  const filterSensitiveLog: (obj: CreateListenerInput) => any;
786
398
  }
787
- /**
788
- * <p>Information about a listener.</p>
789
- */
399
+
790
400
  export interface Listener {
791
- /**
792
- * <p>The Amazon Resource Name (ARN) of the listener.</p>
793
- */
401
+
794
402
  ListenerArn?: string;
795
- /**
796
- * <p>The Amazon Resource Name (ARN) of the load balancer.</p>
797
- */
403
+
798
404
  LoadBalancerArn?: string;
799
- /**
800
- * <p>The port on which the load balancer is listening.</p>
801
- */
405
+
802
406
  Port?: number;
803
- /**
804
- * <p>The protocol for connections from clients to the load balancer.</p>
805
- */
407
+
806
408
  Protocol?: ProtocolEnum | string;
807
- /**
808
- * <p>[HTTPS or TLS listener] The default certificate for the listener.</p>
809
- */
409
+
810
410
  Certificates?: Certificate[];
811
- /**
812
- * <p>[HTTPS or TLS listener] The security policy that defines which protocols and ciphers are
813
- * supported.</p>
814
- */
411
+
815
412
  SslPolicy?: string;
816
- /**
817
- * <p>The default actions for the listener.</p>
818
- */
413
+
819
414
  DefaultActions?: Action[];
820
- /**
821
- * <p>[TLS listener] The name of the Application-Layer Protocol Negotiation (ALPN)
822
- * policy.</p>
823
- */
415
+
824
416
  AlpnPolicy?: string[];
825
417
  }
826
418
  export declare namespace Listener {
827
- /**
828
- * @internal
829
- */
419
+
830
420
  const filterSensitiveLog: (obj: Listener) => any;
831
421
  }
832
422
  export interface CreateListenerOutput {
833
- /**
834
- * <p>Information about the listener.</p>
835
- */
423
+
836
424
  Listeners?: Listener[];
837
425
  }
838
426
  export declare namespace CreateListenerOutput {
839
- /**
840
- * @internal
841
- */
427
+
842
428
  const filterSensitiveLog: (obj: CreateListenerOutput) => any;
843
429
  }
844
- /**
845
- * <p>A listener with the specified port already exists.</p>
846
- */
430
+
847
431
  export interface DuplicateListenerException extends __SmithyException, $MetadataBearer {
848
432
  name: "DuplicateListenerException";
849
433
  $fault: "client";
850
434
  Message?: string;
851
435
  }
852
436
  export declare namespace DuplicateListenerException {
853
- /**
854
- * @internal
855
- */
437
+
856
438
  const filterSensitiveLog: (obj: DuplicateListenerException) => any;
857
439
  }
858
- /**
859
- * <p>The specified configuration is not valid with this protocol.</p>
860
- */
440
+
861
441
  export interface IncompatibleProtocolsException extends __SmithyException, $MetadataBearer {
862
442
  name: "IncompatibleProtocolsException";
863
443
  $fault: "client";
864
444
  Message?: string;
865
445
  }
866
446
  export declare namespace IncompatibleProtocolsException {
867
- /**
868
- * @internal
869
- */
447
+
870
448
  const filterSensitiveLog: (obj: IncompatibleProtocolsException) => any;
871
449
  }
872
- /**
873
- * <p>The requested configuration is not valid.</p>
874
- */
450
+
875
451
  export interface InvalidConfigurationRequestException extends __SmithyException, $MetadataBearer {
876
452
  name: "InvalidConfigurationRequestException";
877
453
  $fault: "client";
878
454
  Message?: string;
879
455
  }
880
456
  export declare namespace InvalidConfigurationRequestException {
881
- /**
882
- * @internal
883
- */
457
+
884
458
  const filterSensitiveLog: (obj: InvalidConfigurationRequestException) => any;
885
459
  }
886
- /**
887
- * <p>The requested action is not valid.</p>
888
- */
460
+
889
461
  export interface InvalidLoadBalancerActionException extends __SmithyException, $MetadataBearer {
890
462
  name: "InvalidLoadBalancerActionException";
891
463
  $fault: "client";
892
464
  Message?: string;
893
465
  }
894
466
  export declare namespace InvalidLoadBalancerActionException {
895
- /**
896
- * @internal
897
- */
467
+
898
468
  const filterSensitiveLog: (obj: InvalidLoadBalancerActionException) => any;
899
469
  }
900
- /**
901
- * <p>The specified SSL policy does not exist.</p>
902
- */
470
+
903
471
  export interface SSLPolicyNotFoundException extends __SmithyException, $MetadataBearer {
904
472
  name: "SSLPolicyNotFoundException";
905
473
  $fault: "client";
906
474
  Message?: string;
907
475
  }
908
476
  export declare namespace SSLPolicyNotFoundException {
909
- /**
910
- * @internal
911
- */
477
+
912
478
  const filterSensitiveLog: (obj: SSLPolicyNotFoundException) => any;
913
479
  }
914
- /**
915
- * <p>You've reached the limit on the number of load balancers per target group.</p>
916
- */
480
+
917
481
  export interface TargetGroupAssociationLimitException extends __SmithyException, $MetadataBearer {
918
482
  name: "TargetGroupAssociationLimitException";
919
483
  $fault: "client";
920
484
  Message?: string;
921
485
  }
922
486
  export declare namespace TargetGroupAssociationLimitException {
923
- /**
924
- * @internal
925
- */
487
+
926
488
  const filterSensitiveLog: (obj: TargetGroupAssociationLimitException) => any;
927
489
  }
928
- /**
929
- * <p>You've reached the limit on the number of actions per rule.</p>
930
- */
490
+
931
491
  export interface TooManyActionsException extends __SmithyException, $MetadataBearer {
932
492
  name: "TooManyActionsException";
933
493
  $fault: "client";
934
494
  Message?: string;
935
495
  }
936
496
  export declare namespace TooManyActionsException {
937
- /**
938
- * @internal
939
- */
497
+
940
498
  const filterSensitiveLog: (obj: TooManyActionsException) => any;
941
499
  }
942
- /**
943
- * <p>You've reached the limit on the number of listeners per load balancer.</p>
944
- */
500
+
945
501
  export interface TooManyListenersException extends __SmithyException, $MetadataBearer {
946
502
  name: "TooManyListenersException";
947
503
  $fault: "client";
948
504
  Message?: string;
949
505
  }
950
506
  export declare namespace TooManyListenersException {
951
- /**
952
- * @internal
953
- */
507
+
954
508
  const filterSensitiveLog: (obj: TooManyListenersException) => any;
955
509
  }
956
- /**
957
- * <p>You've reached the limit on the number of times a target can be registered with a load
958
- * balancer.</p>
959
- */
510
+
960
511
  export interface TooManyRegistrationsForTargetIdException extends __SmithyException, $MetadataBearer {
961
512
  name: "TooManyRegistrationsForTargetIdException";
962
513
  $fault: "client";
963
514
  Message?: string;
964
515
  }
965
516
  export declare namespace TooManyRegistrationsForTargetIdException {
966
- /**
967
- * @internal
968
- */
517
+
969
518
  const filterSensitiveLog: (obj: TooManyRegistrationsForTargetIdException) => any;
970
519
  }
971
- /**
972
- * <p>You've reached the limit on the number of targets.</p>
973
- */
520
+
974
521
  export interface TooManyTargetsException extends __SmithyException, $MetadataBearer {
975
522
  name: "TooManyTargetsException";
976
523
  $fault: "client";
977
524
  Message?: string;
978
525
  }
979
526
  export declare namespace TooManyTargetsException {
980
- /**
981
- * @internal
982
- */
527
+
983
528
  const filterSensitiveLog: (obj: TooManyTargetsException) => any;
984
529
  }
985
- /**
986
- * <p>You've reached the limit on the number of unique target groups per load balancer across
987
- * all listeners. If a target group is used by multiple actions for a load balancer, it is
988
- * counted as only one use.</p>
989
- */
530
+
990
531
  export interface TooManyUniqueTargetGroupsPerLoadBalancerException extends __SmithyException, $MetadataBearer {
991
532
  name: "TooManyUniqueTargetGroupsPerLoadBalancerException";
992
533
  $fault: "client";
993
534
  Message?: string;
994
535
  }
995
536
  export declare namespace TooManyUniqueTargetGroupsPerLoadBalancerException {
996
- /**
997
- * @internal
998
- */
537
+
999
538
  const filterSensitiveLog: (obj: TooManyUniqueTargetGroupsPerLoadBalancerException) => any;
1000
539
  }
1001
- /**
1002
- * <p>The specified protocol is not supported.</p>
1003
- */
540
+
1004
541
  export interface UnsupportedProtocolException extends __SmithyException, $MetadataBearer {
1005
542
  name: "UnsupportedProtocolException";
1006
543
  $fault: "client";
1007
544
  Message?: string;
1008
545
  }
1009
546
  export declare namespace UnsupportedProtocolException {
1010
- /**
1011
- * @internal
1012
- */
547
+
1013
548
  const filterSensitiveLog: (obj: UnsupportedProtocolException) => any;
1014
549
  }
1015
550
  export declare enum IpAddressType {
@@ -1020,32 +555,19 @@ export declare enum LoadBalancerSchemeEnum {
1020
555
  INTERNAL = "internal",
1021
556
  INTERNET_FACING = "internet-facing"
1022
557
  }
1023
- /**
1024
- * <p>Information about a subnet mapping.</p>
1025
- */
558
+
1026
559
  export interface SubnetMapping {
1027
- /**
1028
- * <p>The ID of the subnet.</p>
1029
- */
560
+
1030
561
  SubnetId?: string;
1031
- /**
1032
- * <p>[Network Load Balancers] The allocation ID of the Elastic IP address for an
1033
- * internet-facing load balancer.</p>
1034
- */
562
+
1035
563
  AllocationId?: string;
1036
- /**
1037
- * <p>[Network Load Balancers] The private IPv4 address for an internal load balancer.</p>
1038
- */
564
+
1039
565
  PrivateIPv4Address?: string;
1040
- /**
1041
- * <p>[Network Load Balancers] The IPv6 address.</p>
1042
- */
566
+
1043
567
  IPv6Address?: string;
1044
568
  }
1045
569
  export declare namespace SubnetMapping {
1046
- /**
1047
- * @internal
1048
- */
570
+
1049
571
  const filterSensitiveLog: (obj: SubnetMapping) => any;
1050
572
  }
1051
573
  export declare enum LoadBalancerTypeEnum {
@@ -1054,85 +576,27 @@ export declare enum LoadBalancerTypeEnum {
1054
576
  NETWORK = "network"
1055
577
  }
1056
578
  export interface CreateLoadBalancerInput {
1057
- /**
1058
- * <p>The name of the load balancer.</p>
1059
- * <p>This name must be unique per region per account, can have a maximum of 32 characters, must
1060
- * contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must
1061
- * not begin with "internal-".</p>
1062
- */
579
+
1063
580
  Name: string | undefined;
1064
- /**
1065
- * <p>The IDs of the public subnets. You can specify only one subnet per Availability Zone. You
1066
- * must specify either subnets or subnet mappings.</p>
1067
- * <p>[Application Load Balancers] You must specify subnets from at least two Availability
1068
- * Zones.</p>
1069
- * <p>[Application Load Balancers on Outposts] You must specify one Outpost subnet.</p>
1070
- * <p>[Application Load Balancers on Local Zones] You can specify subnets from one or more Local
1071
- * Zones.</p>
1072
- * <p>[Network Load Balancers] You can specify subnets from one or more Availability
1073
- * Zones.</p>
1074
- * <p>[Gateway Load Balancers] You can specify subnets from one or more Availability
1075
- * Zones.</p>
1076
- */
581
+
1077
582
  Subnets?: string[];
1078
- /**
1079
- * <p>The IDs of the public subnets. You can specify only one subnet per Availability Zone. You
1080
- * must specify either subnets or subnet mappings.</p>
1081
- * <p>[Application Load Balancers] You must specify subnets from at least two Availability
1082
- * Zones. You cannot specify Elastic IP addresses for your subnets.</p>
1083
- * <p>[Application Load Balancers on Outposts] You must specify one Outpost subnet.</p>
1084
- * <p>[Application Load Balancers on Local Zones] You can specify subnets from one or more Local
1085
- * Zones.</p>
1086
- * <p>[Network Load Balancers] You can specify subnets from one or more Availability Zones. You
1087
- * can specify one Elastic IP address per subnet if you need static IP addresses for your
1088
- * internet-facing load balancer. For internal load balancers, you can specify one private IP
1089
- * address per subnet from the IPv4 range of the subnet. For internet-facing load balancer, you
1090
- * can specify one IPv6 address per subnet.</p>
1091
- * <p>[Gateway Load Balancers] You can specify subnets from one or more Availability Zones. You
1092
- * cannot specify Elastic IP addresses for your subnets.</p>
1093
- */
583
+
1094
584
  SubnetMappings?: SubnetMapping[];
1095
- /**
1096
- * <p>[Application Load Balancers] The IDs of the security groups for the load balancer.</p>
1097
- */
585
+
1098
586
  SecurityGroups?: string[];
1099
- /**
1100
- * <p>The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an
1101
- * Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes.
1102
- * Therefore, Internet-facing load balancers can route requests from clients over the
1103
- * internet.</p>
1104
- * <p>The nodes of an internal load balancer have only private IP addresses. The DNS name of an
1105
- * internal load balancer is publicly resolvable to the private IP addresses of the nodes.
1106
- * Therefore, internal load balancers can route requests only from clients with access to the VPC
1107
- * for the load balancer.</p>
1108
- * <p>The default is an Internet-facing load balancer.</p>
1109
- * <p>You cannot specify a scheme for a Gateway Load Balancer.</p>
1110
- */
587
+
1111
588
  Scheme?: LoadBalancerSchemeEnum | string;
1112
- /**
1113
- * <p>The tags to assign to the load balancer.</p>
1114
- */
589
+
1115
590
  Tags?: Tag[];
1116
- /**
1117
- * <p>The type of load balancer. The default is <code>application</code>.</p>
1118
- */
591
+
1119
592
  Type?: LoadBalancerTypeEnum | string;
1120
- /**
1121
- * <p>The type of IP addresses used by the subnets for your load balancer. The possible values
1122
- * are <code>ipv4</code> (for IPv4 addresses) and <code>dualstack</code> (for IPv4 and IPv6
1123
- * addresses). Internal load balancers must use <code>ipv4</code>.</p>
1124
- */
593
+
1125
594
  IpAddressType?: IpAddressType | string;
1126
- /**
1127
- * <p>[Application Load Balancers on Outposts] The ID of the customer-owned address pool (CoIP
1128
- * pool).</p>
1129
- */
595
+
1130
596
  CustomerOwnedIpv4Pool?: string;
1131
597
  }
1132
598
  export declare namespace CreateLoadBalancerInput {
1133
- /**
1134
- * @internal
1135
- */
599
+
1136
600
  const filterSensitiveLog: (obj: CreateLoadBalancerInput) => any;
1137
601
  }
1138
602
  export declare enum LoadBalancerStateEnum {
@@ -1141,2489 +605,207 @@ export declare enum LoadBalancerStateEnum {
1141
605
  FAILED = "failed",
1142
606
  PROVISIONING = "provisioning"
1143
607
  }
1144
- /**
1145
- * <p>Information about the state of the load balancer.</p>
1146
- */
608
+
1147
609
  export interface LoadBalancerState {
1148
- /**
1149
- * <p>The state code. The initial state of the load balancer is <code>provisioning</code>. After
1150
- * the load balancer is fully set up and ready to route traffic, its state is
1151
- * <code>active</code>. If load balancer is routing traffic but does not have the resources it
1152
- * needs to scale, its state is<code>active_impaired</code>. If the load balancer could not be
1153
- * set up, its state is <code>failed</code>.</p>
1154
- */
610
+
1155
611
  Code?: LoadBalancerStateEnum | string;
1156
- /**
1157
- * <p>A description of the state.</p>
1158
- */
612
+
1159
613
  Reason?: string;
1160
614
  }
1161
615
  export declare namespace LoadBalancerState {
1162
- /**
1163
- * @internal
1164
- */
616
+
1165
617
  const filterSensitiveLog: (obj: LoadBalancerState) => any;
1166
618
  }
1167
- /**
1168
- * <p>Information about a load balancer.</p>
1169
- */
619
+
1170
620
  export interface LoadBalancer {
1171
- /**
1172
- * <p>The Amazon Resource Name (ARN) of the load balancer.</p>
1173
- */
621
+
1174
622
  LoadBalancerArn?: string;
1175
- /**
1176
- * <p>The public DNS name of the load balancer.</p>
1177
- */
623
+
1178
624
  DNSName?: string;
1179
- /**
1180
- * <p>The ID of the Amazon Route 53 hosted zone associated with the load balancer.</p>
1181
- */
625
+
1182
626
  CanonicalHostedZoneId?: string;
1183
- /**
1184
- * <p>The date and time the load balancer was created.</p>
1185
- */
627
+
1186
628
  CreatedTime?: Date;
1187
- /**
1188
- * <p>The name of the load balancer.</p>
1189
- */
629
+
1190
630
  LoadBalancerName?: string;
1191
- /**
1192
- * <p>The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an
1193
- * Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes.
1194
- * Therefore, Internet-facing load balancers can route requests from clients over the
1195
- * internet.</p>
1196
- * <p>The nodes of an internal load balancer have only private IP addresses. The DNS name of an
1197
- * internal load balancer is publicly resolvable to the private IP addresses of the nodes.
1198
- * Therefore, internal load balancers can route requests only from clients with access to the VPC
1199
- * for the load balancer.</p>
1200
- */
631
+
1201
632
  Scheme?: LoadBalancerSchemeEnum | string;
1202
- /**
1203
- * <p>The ID of the VPC for the load balancer.</p>
1204
- */
633
+
1205
634
  VpcId?: string;
1206
- /**
1207
- * <p>The state of the load balancer.</p>
1208
- */
635
+
1209
636
  State?: LoadBalancerState;
1210
- /**
1211
- * <p>The type of load balancer.</p>
1212
- */
637
+
1213
638
  Type?: LoadBalancerTypeEnum | string;
1214
- /**
1215
- * <p>The subnets for the load balancer.</p>
1216
- */
639
+
1217
640
  AvailabilityZones?: AvailabilityZone[];
1218
- /**
1219
- * <p>The IDs of the security groups for the load balancer.</p>
1220
- */
641
+
1221
642
  SecurityGroups?: string[];
1222
- /**
1223
- * <p>The type of IP addresses used by the subnets for your load balancer. The possible values
1224
- * are <code>ipv4</code> (for IPv4 addresses) and <code>dualstack</code> (for IPv4 and IPv6
1225
- * addresses).</p>
1226
- */
643
+
1227
644
  IpAddressType?: IpAddressType | string;
1228
- /**
1229
- * <p>[Application Load Balancers on Outposts] The ID of the customer-owned address pool.</p>
1230
- */
645
+
1231
646
  CustomerOwnedIpv4Pool?: string;
1232
647
  }
1233
648
  export declare namespace LoadBalancer {
1234
- /**
1235
- * @internal
1236
- */
649
+
1237
650
  const filterSensitiveLog: (obj: LoadBalancer) => any;
1238
651
  }
1239
652
  export interface CreateLoadBalancerOutput {
1240
- /**
1241
- * <p>Information about the load balancer.</p>
1242
- */
653
+
1243
654
  LoadBalancers?: LoadBalancer[];
1244
655
  }
1245
656
  export declare namespace CreateLoadBalancerOutput {
1246
- /**
1247
- * @internal
1248
- */
657
+
1249
658
  const filterSensitiveLog: (obj: CreateLoadBalancerOutput) => any;
1250
659
  }
1251
- /**
1252
- * <p>A load balancer with the specified name already exists.</p>
1253
- */
660
+
1254
661
  export interface DuplicateLoadBalancerNameException extends __SmithyException, $MetadataBearer {
1255
662
  name: "DuplicateLoadBalancerNameException";
1256
663
  $fault: "client";
1257
664
  Message?: string;
1258
665
  }
1259
666
  export declare namespace DuplicateLoadBalancerNameException {
1260
- /**
1261
- * @internal
1262
- */
667
+
1263
668
  const filterSensitiveLog: (obj: DuplicateLoadBalancerNameException) => any;
1264
669
  }
1265
- /**
1266
- * <p>The requested scheme is not valid.</p>
1267
- */
670
+
1268
671
  export interface InvalidSchemeException extends __SmithyException, $MetadataBearer {
1269
672
  name: "InvalidSchemeException";
1270
673
  $fault: "client";
1271
674
  Message?: string;
1272
675
  }
1273
676
  export declare namespace InvalidSchemeException {
1274
- /**
1275
- * @internal
1276
- */
677
+
1277
678
  const filterSensitiveLog: (obj: InvalidSchemeException) => any;
1278
679
  }
1279
- /**
1280
- * <p>The specified security group does not exist.</p>
1281
- */
680
+
1282
681
  export interface InvalidSecurityGroupException extends __SmithyException, $MetadataBearer {
1283
682
  name: "InvalidSecurityGroupException";
1284
683
  $fault: "client";
1285
684
  Message?: string;
1286
685
  }
1287
686
  export declare namespace InvalidSecurityGroupException {
1288
- /**
1289
- * @internal
1290
- */
687
+
1291
688
  const filterSensitiveLog: (obj: InvalidSecurityGroupException) => any;
1292
689
  }
1293
- /**
1294
- * <p>The specified subnet is out of available addresses.</p>
1295
- */
690
+
1296
691
  export interface InvalidSubnetException extends __SmithyException, $MetadataBearer {
1297
692
  name: "InvalidSubnetException";
1298
693
  $fault: "client";
1299
694
  Message?: string;
1300
695
  }
1301
696
  export declare namespace InvalidSubnetException {
1302
- /**
1303
- * @internal
1304
- */
697
+
1305
698
  const filterSensitiveLog: (obj: InvalidSubnetException) => any;
1306
699
  }
1307
- /**
1308
- * <p>This operation is not allowed.</p>
1309
- */
700
+
1310
701
  export interface OperationNotPermittedException extends __SmithyException, $MetadataBearer {
1311
702
  name: "OperationNotPermittedException";
1312
703
  $fault: "client";
1313
704
  Message?: string;
1314
705
  }
1315
706
  export declare namespace OperationNotPermittedException {
1316
- /**
1317
- * @internal
1318
- */
707
+
1319
708
  const filterSensitiveLog: (obj: OperationNotPermittedException) => any;
1320
709
  }
1321
- /**
1322
- * <p>A specified resource is in use.</p>
1323
- */
710
+
1324
711
  export interface ResourceInUseException extends __SmithyException, $MetadataBearer {
1325
712
  name: "ResourceInUseException";
1326
713
  $fault: "client";
1327
714
  Message?: string;
1328
715
  }
1329
716
  export declare namespace ResourceInUseException {
1330
- /**
1331
- * @internal
1332
- */
717
+
1333
718
  const filterSensitiveLog: (obj: ResourceInUseException) => any;
1334
719
  }
1335
- /**
1336
- * <p>The specified subnet does not exist.</p>
1337
- */
720
+
1338
721
  export interface SubnetNotFoundException extends __SmithyException, $MetadataBearer {
1339
722
  name: "SubnetNotFoundException";
1340
723
  $fault: "client";
1341
724
  Message?: string;
1342
725
  }
1343
726
  export declare namespace SubnetNotFoundException {
1344
- /**
1345
- * @internal
1346
- */
727
+
1347
728
  const filterSensitiveLog: (obj: SubnetNotFoundException) => any;
1348
729
  }
1349
- /**
1350
- * <p>You've reached the limit on the number of load balancers for your Amazon Web Services
1351
- * account.</p>
1352
- */
730
+
1353
731
  export interface TooManyLoadBalancersException extends __SmithyException, $MetadataBearer {
1354
732
  name: "TooManyLoadBalancersException";
1355
733
  $fault: "client";
1356
734
  Message?: string;
1357
735
  }
1358
736
  export declare namespace TooManyLoadBalancersException {
1359
- /**
1360
- * @internal
1361
- */
737
+
1362
738
  const filterSensitiveLog: (obj: TooManyLoadBalancersException) => any;
1363
739
  }
1364
- /**
1365
- * <p>Information about a host header condition.</p>
1366
- */
740
+
1367
741
  export interface HostHeaderConditionConfig {
1368
- /**
1369
- * <p>One or more host names. The maximum size of each name is 128 characters. The comparison is
1370
- * case insensitive. The following wildcard characters are supported: * (matches 0 or more
1371
- * characters) and ? (matches exactly 1 character).</p>
1372
- * <p>If you specify multiple strings, the condition is satisfied if one of the strings matches
1373
- * the host name.</p>
1374
- */
742
+
1375
743
  Values?: string[];
1376
744
  }
1377
745
  export declare namespace HostHeaderConditionConfig {
1378
- /**
1379
- * @internal
1380
- */
746
+
1381
747
  const filterSensitiveLog: (obj: HostHeaderConditionConfig) => any;
1382
748
  }
1383
- /**
1384
- * <p>Information about an HTTP header condition.</p>
1385
- * <p>There is a set of standard HTTP header fields. You can also define custom HTTP header
1386
- * fields.</p>
1387
- */
749
+
1388
750
  export interface HttpHeaderConditionConfig {
1389
- /**
1390
- * <p>The name of the HTTP header field. The maximum size is 40 characters. The header name is
1391
- * case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not
1392
- * supported.</p>
1393
- * <p>You can't use an HTTP header condition to specify the host header. Use <a>HostHeaderConditionConfig</a> to specify a host header condition.</p>
1394
- */
751
+
1395
752
  HttpHeaderName?: string;
1396
- /**
1397
- * <p>One or more strings to compare against the value of the HTTP header. The maximum size of
1398
- * each string is 128 characters. The comparison strings are case insensitive. The following
1399
- * wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1
1400
- * character).</p>
1401
- * <p>If the same header appears multiple times in the request, we search them in order until a
1402
- * match is found.</p>
1403
- * <p>If you specify multiple strings, the condition is satisfied if one of the strings matches
1404
- * the value of the HTTP header. To require that all of the strings are a match, create one
1405
- * condition per string.</p>
1406
- */
753
+
1407
754
  Values?: string[];
1408
755
  }
1409
756
  export declare namespace HttpHeaderConditionConfig {
1410
- /**
1411
- * @internal
1412
- */
757
+
1413
758
  const filterSensitiveLog: (obj: HttpHeaderConditionConfig) => any;
1414
759
  }
1415
- /**
1416
- * <p>Information about an HTTP method condition.</p>
1417
- * <p>HTTP defines a set of request methods, also referred to as HTTP verbs. For more
1418
- * information, see the <a href="https://www.iana.org/assignments/http-methods/http-methods.xhtml">HTTP Method
1419
- * Registry</a>. You can also define custom HTTP methods.</p>
1420
- */
760
+
1421
761
  export interface HttpRequestMethodConditionConfig {
1422
- /**
1423
- * <p>The name of the request method. The maximum size is 40 characters. The allowed characters
1424
- * are A-Z, hyphen (-), and underscore (_). The comparison is case sensitive. Wildcards are not
1425
- * supported; therefore, the method name must be an exact match.</p>
1426
- * <p>If you specify multiple strings, the condition is satisfied if one of the strings matches
1427
- * the HTTP request method. We recommend that you route GET and HEAD requests in the same way,
1428
- * because the response to a HEAD request may be cached.</p>
1429
- */
762
+
1430
763
  Values?: string[];
1431
764
  }
1432
765
  export declare namespace HttpRequestMethodConditionConfig {
1433
- /**
1434
- * @internal
1435
- */
766
+
1436
767
  const filterSensitiveLog: (obj: HttpRequestMethodConditionConfig) => any;
1437
768
  }
1438
- /**
1439
- * <p>Information about a path pattern condition.</p>
1440
- */
769
+
1441
770
  export interface PathPatternConditionConfig {
1442
- /**
1443
- * <p>One or more path patterns to compare against the request URL. The maximum size of each
1444
- * string is 128 characters. The comparison is case sensitive. The following wildcard characters
1445
- * are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).</p>
1446
- * <p>If you specify multiple strings, the condition is satisfied if one of them matches the
1447
- * request URL. The path pattern is compared only to the path of the URL, not to its query
1448
- * string. To compare against the query string, use <a>QueryStringConditionConfig</a>.</p>
1449
- */
771
+
1450
772
  Values?: string[];
1451
773
  }
1452
774
  export declare namespace PathPatternConditionConfig {
1453
- /**
1454
- * @internal
1455
- */
775
+
1456
776
  const filterSensitiveLog: (obj: PathPatternConditionConfig) => any;
1457
777
  }
1458
- /**
1459
- * <p>Information about a key/value pair.</p>
1460
- */
778
+
1461
779
  export interface QueryStringKeyValuePair {
1462
- /**
1463
- * <p>The key. You can omit the key.</p>
1464
- */
780
+
1465
781
  Key?: string;
1466
- /**
1467
- * <p>The value.</p>
1468
- */
782
+
1469
783
  Value?: string;
1470
784
  }
1471
785
  export declare namespace QueryStringKeyValuePair {
1472
- /**
1473
- * @internal
1474
- */
786
+
1475
787
  const filterSensitiveLog: (obj: QueryStringKeyValuePair) => any;
1476
788
  }
1477
- /**
1478
- * <p>Information about a query string condition.</p>
1479
- * <p>The query string component of a URI starts after the first '?' character and is terminated
1480
- * by either a '#' character or the end of the URI. A typical query string contains key/value
1481
- * pairs separated by '&' characters. The allowed characters are specified by RFC 3986. Any
1482
- * character can be percentage encoded.</p>
1483
- */
789
+
1484
790
  export interface QueryStringConditionConfig {
1485
- /**
1486
- * <p>One or more key/value pairs or values to find in the query string. The maximum size of
1487
- * each string is 128 characters. The comparison is case insensitive. The following wildcard
1488
- * characters are supported: * (matches 0 or more characters) and ? (matches exactly 1
1489
- * character). To search for a literal '*' or '?' character in a query string, you must escape
1490
- * these characters in <code>Values</code> using a '\' character.</p>
1491
- * <p>If you specify multiple key/value pairs or values, the condition is satisfied if one of
1492
- * them is found in the query string.</p>
1493
- */
791
+
1494
792
  Values?: QueryStringKeyValuePair[];
1495
793
  }
1496
794
  export declare namespace QueryStringConditionConfig {
1497
- /**
1498
- * @internal
1499
- */
795
+
1500
796
  const filterSensitiveLog: (obj: QueryStringConditionConfig) => any;
1501
797
  }
1502
- /**
1503
- * <p>Information about a source IP condition.</p>
1504
- * <p>You can use this condition to route based on the IP address of the source that connects to
1505
- * the load balancer. If a client is behind a proxy, this is the IP address of the proxy not the
1506
- * IP address of the client.</p>
1507
- */
798
+
1508
799
  export interface SourceIpConditionConfig {
1509
- /**
1510
- * <p>One or more source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses.
1511
- * Wildcards are not supported.</p>
1512
- * <p>If you specify multiple addresses, the condition is satisfied if the source IP address of
1513
- * the request matches one of the CIDR blocks. This condition is not satisfied by the addresses
1514
- * in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use
1515
- * <a>HttpHeaderConditionConfig</a>.</p>
1516
- */
800
+
1517
801
  Values?: string[];
1518
802
  }
1519
803
  export declare namespace SourceIpConditionConfig {
1520
- /**
1521
- * @internal
1522
- */
804
+
1523
805
  const filterSensitiveLog: (obj: SourceIpConditionConfig) => any;
1524
806
  }
1525
- /**
1526
- * <p>Information about a condition for a rule.</p>
1527
- * <p>Each rule can optionally include up to one of each of the following conditions:
1528
- * <code>http-request-method</code>, <code>host-header</code>, <code>path-pattern</code>, and
1529
- * <code>source-ip</code>. Each rule can also optionally include one or more of each of the
1530
- * following conditions: <code>http-header</code> and <code>query-string</code>.</p>
1531
- */
807
+
1532
808
  export interface RuleCondition {
1533
- /**
1534
- * <p>The field in the HTTP request. The following are the possible values:</p>
1535
- * <ul>
1536
- * <li>
1537
- * <p>
1538
- * <code>http-header</code>
1539
- * </p>
1540
- * </li>
1541
- * <li>
1542
- * <p>
1543
- * <code>http-request-method</code>
1544
- * </p>
1545
- * </li>
1546
- * <li>
1547
- * <p>
1548
- * <code>host-header</code>
1549
- * </p>
1550
- * </li>
1551
- * <li>
1552
- * <p>
1553
- * <code>path-pattern</code>
1554
- * </p>
1555
- * </li>
1556
- * <li>
1557
- * <p>
1558
- * <code>query-string</code>
1559
- * </p>
1560
- * </li>
1561
- * <li>
1562
- * <p>
1563
- * <code>source-ip</code>
1564
- * </p>
1565
- * </li>
1566
- * </ul>
1567
- */
809
+
1568
810
  Field?: string;
1569
- /**
1570
- * <p>The condition value. Specify only when <code>Field</code> is <code>host-header</code> or
1571
- * <code>path-pattern</code>. Alternatively, to specify multiple host names or multiple path
1572
- * patterns, use <code>HostHeaderConfig</code> or <code>PathPatternConfig</code>.</p>
1573
- * <p>If <code>Field</code> is <code>host-header</code> and you are not using
1574
- * <code>HostHeaderConfig</code>, you can specify a single host name (for example,
1575
- * my.example.com) in <code>Values</code>. A host name is case insensitive, can be up to 128
1576
- * characters in length, and can contain any of the following characters.</p>
1577
- * <ul>
1578
- * <li>
1579
- * <p>A-Z, a-z, 0-9</p>
1580
- * </li>
1581
- * <li>
1582
- * <p>- .</p>
1583
- * </li>
1584
- * <li>
1585
- * <p>* (matches 0 or more characters)</p>
1586
- * </li>
1587
- * <li>
1588
- * <p>? (matches exactly 1 character)</p>
1589
- * </li>
1590
- * </ul>
1591
- * <p>If <code>Field</code> is <code>path-pattern</code> and you are not using
1592
- * <code>PathPatternConfig</code>, you can specify a single path pattern (for example, /img/*)
1593
- * in <code>Values</code>. A path pattern is case-sensitive, can be up to 128 characters in
1594
- * length, and can contain any of the following characters.</p>
1595
- * <ul>
1596
- * <li>
1597
- * <p>A-Z, a-z, 0-9</p>
1598
- * </li>
1599
- * <li>
1600
- * <p>_ - . $ / ~ " ' @ : +</p>
1601
- * </li>
1602
- * <li>
1603
- * <p>& (using &amp;)</p>
1604
- * </li>
1605
- * <li>
1606
- * <p>* (matches 0 or more characters)</p>
1607
- * </li>
1608
- * <li>
1609
- * <p>? (matches exactly 1 character)</p>
1610
- * </li>
1611
- * </ul>
1612
- */
1613
- Values?: string[];
1614
- /**
1615
- * <p>Information for a host header condition. Specify only when <code>Field</code> is
1616
- * <code>host-header</code>.</p>
1617
- */
1618
- HostHeaderConfig?: HostHeaderConditionConfig;
1619
- /**
1620
- * <p>Information for a path pattern condition. Specify only when <code>Field</code> is
1621
- * <code>path-pattern</code>.</p>
1622
- */
1623
- PathPatternConfig?: PathPatternConditionConfig;
1624
- /**
1625
- * <p>Information for an HTTP header condition. Specify only when <code>Field</code> is
1626
- * <code>http-header</code>.</p>
1627
- */
1628
- HttpHeaderConfig?: HttpHeaderConditionConfig;
1629
- /**
1630
- * <p>Information for a query string condition. Specify only when <code>Field</code> is
1631
- * <code>query-string</code>.</p>
1632
- */
1633
- QueryStringConfig?: QueryStringConditionConfig;
1634
- /**
1635
- * <p>Information for an HTTP method condition. Specify only when <code>Field</code> is
1636
- * <code>http-request-method</code>.</p>
1637
- */
1638
- HttpRequestMethodConfig?: HttpRequestMethodConditionConfig;
1639
- /**
1640
- * <p>Information for a source IP condition. Specify only when <code>Field</code> is
1641
- * <code>source-ip</code>.</p>
1642
- */
1643
- SourceIpConfig?: SourceIpConditionConfig;
1644
- }
1645
- export declare namespace RuleCondition {
1646
- /**
1647
- * @internal
1648
- */
1649
- const filterSensitiveLog: (obj: RuleCondition) => any;
1650
- }
1651
- export interface CreateRuleInput {
1652
- /**
1653
- * <p>The Amazon Resource Name (ARN) of the listener.</p>
1654
- */
1655
- ListenerArn: string | undefined;
1656
- /**
1657
- * <p>The conditions.</p>
1658
- */
1659
- Conditions: RuleCondition[] | undefined;
1660
- /**
1661
- * <p>The rule priority. A listener can't have multiple rules with the same priority.</p>
1662
- */
1663
- Priority: number | undefined;
1664
- /**
1665
- * <p>The actions.</p>
1666
- */
1667
- Actions: Action[] | undefined;
1668
- /**
1669
- * <p>The tags to assign to the rule.</p>
1670
- */
1671
- Tags?: Tag[];
1672
- }
1673
- export declare namespace CreateRuleInput {
1674
- /**
1675
- * @internal
1676
- */
1677
- const filterSensitiveLog: (obj: CreateRuleInput) => any;
1678
- }
1679
- /**
1680
- * <p>Information about a rule.</p>
1681
- */
1682
- export interface Rule {
1683
- /**
1684
- * <p>The Amazon Resource Name (ARN) of the rule.</p>
1685
- */
1686
- RuleArn?: string;
1687
- /**
1688
- * <p>The priority.</p>
1689
- */
1690
- Priority?: string;
1691
- /**
1692
- * <p>The conditions. Each rule can include zero or one of the following conditions:
1693
- * <code>http-request-method</code>, <code>host-header</code>, <code>path-pattern</code>, and
1694
- * <code>source-ip</code>, and zero or more of the following conditions:
1695
- * <code>http-header</code> and <code>query-string</code>.</p>
1696
- */
1697
- Conditions?: RuleCondition[];
1698
- /**
1699
- * <p>The actions. Each rule must include exactly one of the following types of actions:
1700
- * <code>forward</code>, <code>redirect</code>, or <code>fixed-response</code>, and it must be
1701
- * the last action to be performed.</p>
1702
- */
1703
- Actions?: Action[];
1704
- /**
1705
- * <p>Indicates whether this is the default rule.</p>
1706
- */
1707
- IsDefault?: boolean;
1708
- }
1709
- export declare namespace Rule {
1710
- /**
1711
- * @internal
1712
- */
1713
- const filterSensitiveLog: (obj: Rule) => any;
1714
- }
1715
- export interface CreateRuleOutput {
1716
- /**
1717
- * <p>Information about the rule.</p>
1718
- */
1719
- Rules?: Rule[];
1720
- }
1721
- export declare namespace CreateRuleOutput {
1722
- /**
1723
- * @internal
1724
- */
1725
- const filterSensitiveLog: (obj: CreateRuleOutput) => any;
1726
- }
1727
- /**
1728
- * <p>The specified priority is in use.</p>
1729
- */
1730
- export interface PriorityInUseException extends __SmithyException, $MetadataBearer {
1731
- name: "PriorityInUseException";
1732
- $fault: "client";
1733
- Message?: string;
1734
- }
1735
- export declare namespace PriorityInUseException {
1736
- /**
1737
- * @internal
1738
- */
1739
- const filterSensitiveLog: (obj: PriorityInUseException) => any;
1740
- }
1741
- /**
1742
- * <p>You've reached the limit on the number of rules per load balancer.</p>
1743
- */
1744
- export interface TooManyRulesException extends __SmithyException, $MetadataBearer {
1745
- name: "TooManyRulesException";
1746
- $fault: "client";
1747
- Message?: string;
1748
- }
1749
- export declare namespace TooManyRulesException {
1750
- /**
1751
- * @internal
1752
- */
1753
- const filterSensitiveLog: (obj: TooManyRulesException) => any;
1754
- }
1755
- /**
1756
- * <p>You've reached the limit on the number of target groups for your Amazon Web Services
1757
- * account.</p>
1758
- */
1759
- export interface TooManyTargetGroupsException extends __SmithyException, $MetadataBearer {
1760
- name: "TooManyTargetGroupsException";
1761
- $fault: "client";
1762
- Message?: string;
1763
- }
1764
- export declare namespace TooManyTargetGroupsException {
1765
- /**
1766
- * @internal
1767
- */
1768
- const filterSensitiveLog: (obj: TooManyTargetGroupsException) => any;
1769
- }
1770
- /**
1771
- * <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>
1773
- */
1774
- export interface Matcher {
1775
- /**
1776
- * <p>For Application Load Balancers, you can specify values between 200 and 499, and the
1777
- * default value is 200. You can specify multiple values (for example, "200,202") or a range of
1778
- * values (for example, "200-299").</p>
1779
- * <p>For Network Load Balancers and Gateway Load Balancers, this must be "200–399".</p>
1780
- */
1781
- HttpCode?: string;
1782
- /**
1783
- * <p>You can specify values between 0 and 99. You can specify multiple values (for example,
1784
- * "0,1") or a range of values (for example, "0-5"). The default value is 12.</p>
1785
- */
1786
- GrpcCode?: string;
1787
- }
1788
- export declare namespace Matcher {
1789
- /**
1790
- * @internal
1791
- */
1792
- const filterSensitiveLog: (obj: Matcher) => any;
1793
- }
1794
- export declare enum TargetTypeEnum {
1795
- ALB = "alb",
1796
- INSTANCE = "instance",
1797
- IP = "ip",
1798
- LAMBDA = "lambda"
1799
- }
1800
- export interface CreateTargetGroupInput {
1801
- /**
1802
- * <p>The name of the target group.</p>
1803
- * <p>This name must be unique per region per account, can have a maximum of 32 characters, must
1804
- * contain only alphanumeric characters or hyphens, and must not begin or end with a
1805
- * hyphen.</p>
1806
- */
1807
- Name: string | undefined;
1808
- /**
1809
- * <p>The protocol to use for routing traffic to the targets. For Application Load Balancers,
1810
- * the supported protocols are HTTP and HTTPS. For Network Load Balancers, the supported
1811
- * protocols are TCP, TLS, UDP, or TCP_UDP. For Gateway Load Balancers, the supported protocol is
1812
- * GENEVE. A TCP_UDP listener must be associated with a TCP_UDP target group. If the target is a
1813
- * Lambda function, this parameter does not apply.</p>
1814
- */
1815
- Protocol?: ProtocolEnum | string;
1816
- /**
1817
- * <p>[HTTP/HTTPS protocol] The protocol version. Specify <code>GRPC</code> to send requests to
1818
- * targets using gRPC. Specify <code>HTTP2</code> to send requests to targets using HTTP/2. The
1819
- * default is <code>HTTP1</code>, which sends requests to targets using HTTP/1.1.</p>
1820
- */
1821
- ProtocolVersion?: string;
1822
- /**
1823
- * <p>The port on which the targets receive traffic. This port is used unless you specify a port
1824
- * override when registering the target. If the target is a Lambda function, this parameter does
1825
- * not apply. If the protocol is GENEVE, the supported port is 6081.</p>
1826
- */
1827
- Port?: number;
1828
- /**
1829
- * <p>The identifier of the virtual private cloud (VPC). If the target is a Lambda function,
1830
- * this parameter does not apply. Otherwise, this parameter is required.</p>
1831
- */
1832
- VpcId?: string;
1833
- /**
1834
- * <p>The protocol the load balancer uses when performing health checks on targets. For
1835
- * Application Load Balancers, the default is HTTP. For Network Load Balancers and Gateway Load
1836
- * Balancers, the default is TCP. The TCP protocol is not supported for health checks if the
1837
- * protocol of the target group is HTTP or HTTPS. The GENEVE, TLS, UDP, and TCP_UDP protocols are
1838
- * not supported for health checks.</p>
1839
- */
1840
- HealthCheckProtocol?: ProtocolEnum | string;
1841
- /**
1842
- * <p>The port the load balancer uses when performing health checks on targets. If the protocol
1843
- * is HTTP, HTTPS, TCP, TLS, UDP, or TCP_UDP, the default is <code>traffic-port</code>, which is
1844
- * the port on which each target receives traffic from the load balancer. If the protocol is
1845
- * GENEVE, the default is port 80.</p>
1846
- */
1847
- HealthCheckPort?: string;
1848
- /**
1849
- * <p>Indicates whether health checks are enabled. If the target type is <code>lambda</code>,
1850
- * health checks are disabled by default but can be enabled. If the target type is
1851
- * <code>instance</code>, <code>ip</code>, or <code>alb</code>, health checks are always
1852
- * enabled and cannot be disabled.</p>
1853
- */
1854
- HealthCheckEnabled?: boolean;
1855
- /**
1856
- * <p>[HTTP/HTTPS health checks] The destination for health checks on the targets.</p>
1857
- * <p>[HTTP1 or HTTP2 protocol version] The ping path. The default is /.</p>
1858
- * <p>[GRPC protocol version] The path of a custom health check method with the format
1859
- * /package.service/method. The default is /Amazon Web Services.ALB/healthcheck.</p>
1860
- */
1861
- HealthCheckPath?: string;
1862
- /**
1863
- * <p>The approximate amount of time, in seconds, between health checks of an individual target.
1864
- * If the target group protocol is TCP, TLS, UDP, or TCP_UDP, the supported values are 10 and 30
1865
- * seconds. If the target group protocol is HTTP or HTTPS, the default is 30 seconds. If the
1866
- * target group protocol is GENEVE, the default is 10 seconds. If the target type is
1867
- * <code>lambda</code>, the default is 35 seconds.</p>
1868
- */
1869
- HealthCheckIntervalSeconds?: number;
1870
- /**
1871
- * <p>The amount of time, in seconds, during which no response from a target means a failed
1872
- * health check. For target groups with a protocol of HTTP, HTTPS, or GENEVE, the default is 5
1873
- * seconds. For target groups with a protocol of TCP or TLS, this value must be 6 seconds for
1874
- * HTTP health checks and 10 seconds for TCP and HTTPS health checks. If the target type is
1875
- * <code>lambda</code>, the default is 30 seconds.</p>
1876
- */
1877
- HealthCheckTimeoutSeconds?: number;
1878
- /**
1879
- * <p>The number of consecutive health checks successes required before considering an unhealthy
1880
- * target healthy. For target groups with a protocol of HTTP or HTTPS, the default is 5. For
1881
- * target groups with a protocol of TCP, TLS, or GENEVE, the default is 3. If the target type is
1882
- * <code>lambda</code>, the default is 5.</p>
1883
- */
1884
- HealthyThresholdCount?: number;
1885
- /**
1886
- * <p>The number of consecutive health check failures required before considering a target
1887
- * unhealthy. If the target group protocol is HTTP or HTTPS, the default is 2. If the target
1888
- * group protocol is TCP or TLS, this value must be the same as the healthy threshold count. If
1889
- * the target group protocol is GENEVE, the default is 3. If the target type is
1890
- * <code>lambda</code>, the default is 2.</p>
1891
- */
1892
- UnhealthyThresholdCount?: number;
1893
- /**
1894
- * <p>[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful
1895
- * response from a target.</p>
1896
- */
1897
- Matcher?: Matcher;
1898
- /**
1899
- * <p>The type of target that you must specify when registering targets with this target group.
1900
- * You can't specify targets for a target group using more than one target type.</p>
1901
- * <ul>
1902
- * <li>
1903
- * <p>
1904
- * <code>instance</code> - Register targets by instance ID. This is the default
1905
- * value.</p>
1906
- * </li>
1907
- * <li>
1908
- * <p>
1909
- * <code>ip</code> - Register targets by IP address. You can specify IP addresses from
1910
- * the subnets of the virtual private cloud (VPC) for the target group, the RFC 1918 range
1911
- * (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 range (100.64.0.0/10).
1912
- * You can't specify publicly routable IP addresses.</p>
1913
- * </li>
1914
- * <li>
1915
- * <p>
1916
- * <code>lambda</code> - Register a single Lambda function as a target.</p>
1917
- * </li>
1918
- * <li>
1919
- * <p>
1920
- * <code>alb</code> - Register a single Application Load Balancer as a target.</p>
1921
- * </li>
1922
- * </ul>
1923
- */
1924
- TargetType?: TargetTypeEnum | string;
1925
- /**
1926
- * <p>The tags to assign to the target group.</p>
1927
- */
1928
- Tags?: Tag[];
1929
- }
1930
- export declare namespace CreateTargetGroupInput {
1931
- /**
1932
- * @internal
1933
- */
1934
- const filterSensitiveLog: (obj: CreateTargetGroupInput) => any;
1935
- }
1936
- /**
1937
- * <p>Information about a target group.</p>
1938
- */
1939
- export interface TargetGroup {
1940
- /**
1941
- * <p>The Amazon Resource Name (ARN) of the target group.</p>
1942
- */
1943
- TargetGroupArn?: string;
1944
- /**
1945
- * <p>The name of the target group.</p>
1946
- */
1947
- TargetGroupName?: string;
1948
- /**
1949
- * <p>The protocol to use for routing traffic to the targets.</p>
1950
- */
1951
- Protocol?: ProtocolEnum | string;
1952
- /**
1953
- * <p>The port on which the targets are listening. Not used if the target is a Lambda
1954
- * function.</p>
1955
- */
1956
- Port?: number;
1957
- /**
1958
- * <p>The ID of the VPC for the targets.</p>
1959
- */
1960
- VpcId?: string;
1961
- /**
1962
- * <p>The protocol to use to connect with the target. The GENEVE, TLS, UDP, and TCP_UDP
1963
- * protocols are not supported for health checks.</p>
1964
- */
1965
- HealthCheckProtocol?: ProtocolEnum | string;
1966
- /**
1967
- * <p>The port to use to connect with the target.</p>
1968
- */
1969
- HealthCheckPort?: string;
1970
- /**
1971
- * <p>Indicates whether health checks are enabled.</p>
1972
- */
1973
- HealthCheckEnabled?: boolean;
1974
- /**
1975
- * <p>The approximate amount of time, in seconds, between health checks of an individual
1976
- * target.</p>
1977
- */
1978
- HealthCheckIntervalSeconds?: number;
1979
- /**
1980
- * <p>The amount of time, in seconds, during which no response means a failed health
1981
- * check.</p>
1982
- */
1983
- HealthCheckTimeoutSeconds?: number;
1984
- /**
1985
- * <p>The number of consecutive health checks successes required before considering an unhealthy
1986
- * target healthy.</p>
1987
- */
1988
- HealthyThresholdCount?: number;
1989
- /**
1990
- * <p>The number of consecutive health check failures required before considering the target
1991
- * unhealthy.</p>
1992
- */
1993
- UnhealthyThresholdCount?: number;
1994
- /**
1995
- * <p>The destination for health checks on the targets.</p>
1996
- */
1997
- HealthCheckPath?: string;
1998
- /**
1999
- * <p>The HTTP or gRPC codes to use when checking for a successful response from a
2000
- * target.</p>
2001
- */
2002
- Matcher?: Matcher;
2003
- /**
2004
- * <p>The Amazon Resource Names (ARN) of the load balancers that route traffic to this target
2005
- * group.</p>
2006
- */
2007
- LoadBalancerArns?: string[];
2008
- /**
2009
- * <p>The type of target that you must specify when registering targets with this target group.
2010
- * The possible values are <code>instance</code> (register targets by instance ID),
2011
- * <code>ip</code> (register targets by IP address), <code>lambda</code> (register a single
2012
- * Lambda function as a target), or <code>alb</code> (register a single Application Load Balancer
2013
- * as a target).</p>
2014
- */
2015
- TargetType?: TargetTypeEnum | string;
2016
- /**
2017
- * <p>[HTTP/HTTPS protocol] The protocol version. The possible values are <code>GRPC</code>,
2018
- * <code>HTTP1</code>, and <code>HTTP2</code>.</p>
2019
- */
2020
- ProtocolVersion?: string;
2021
- }
2022
- export declare namespace TargetGroup {
2023
- /**
2024
- * @internal
2025
- */
2026
- const filterSensitiveLog: (obj: TargetGroup) => any;
2027
- }
2028
- export interface CreateTargetGroupOutput {
2029
- /**
2030
- * <p>Information about the target group.</p>
2031
- */
2032
- TargetGroups?: TargetGroup[];
2033
- }
2034
- export declare namespace CreateTargetGroupOutput {
2035
- /**
2036
- * @internal
2037
- */
2038
- const filterSensitiveLog: (obj: CreateTargetGroupOutput) => any;
2039
- }
2040
- /**
2041
- * <p>A target group with the specified name already exists.</p>
2042
- */
2043
- export interface DuplicateTargetGroupNameException extends __SmithyException, $MetadataBearer {
2044
- name: "DuplicateTargetGroupNameException";
2045
- $fault: "client";
2046
- Message?: string;
2047
- }
2048
- export declare namespace DuplicateTargetGroupNameException {
2049
- /**
2050
- * @internal
2051
- */
2052
- const filterSensitiveLog: (obj: DuplicateTargetGroupNameException) => any;
2053
- }
2054
- export interface DeleteListenerInput {
2055
- /**
2056
- * <p>The Amazon Resource Name (ARN) of the listener.</p>
2057
- */
2058
- ListenerArn: string | undefined;
2059
- }
2060
- export declare namespace DeleteListenerInput {
2061
- /**
2062
- * @internal
2063
- */
2064
- const filterSensitiveLog: (obj: DeleteListenerInput) => any;
2065
- }
2066
- export interface DeleteListenerOutput {
2067
- }
2068
- export declare namespace DeleteListenerOutput {
2069
- /**
2070
- * @internal
2071
- */
2072
- const filterSensitiveLog: (obj: DeleteListenerOutput) => any;
2073
- }
2074
- export interface DeleteLoadBalancerInput {
2075
- /**
2076
- * <p>The Amazon Resource Name (ARN) of the load balancer.</p>
2077
- */
2078
- LoadBalancerArn: string | undefined;
2079
- }
2080
- export declare namespace DeleteLoadBalancerInput {
2081
- /**
2082
- * @internal
2083
- */
2084
- const filterSensitiveLog: (obj: DeleteLoadBalancerInput) => any;
2085
- }
2086
- export interface DeleteLoadBalancerOutput {
2087
- }
2088
- export declare namespace DeleteLoadBalancerOutput {
2089
- /**
2090
- * @internal
2091
- */
2092
- const filterSensitiveLog: (obj: DeleteLoadBalancerOutput) => any;
2093
- }
2094
- export interface DeleteRuleInput {
2095
- /**
2096
- * <p>The Amazon Resource Name (ARN) of the rule.</p>
2097
- */
2098
- RuleArn: string | undefined;
2099
- }
2100
- export declare namespace DeleteRuleInput {
2101
- /**
2102
- * @internal
2103
- */
2104
- const filterSensitiveLog: (obj: DeleteRuleInput) => any;
2105
- }
2106
- export interface DeleteRuleOutput {
2107
- }
2108
- export declare namespace DeleteRuleOutput {
2109
- /**
2110
- * @internal
2111
- */
2112
- const filterSensitiveLog: (obj: DeleteRuleOutput) => any;
2113
- }
2114
- export interface DeleteTargetGroupInput {
2115
- /**
2116
- * <p>The Amazon Resource Name (ARN) of the target group.</p>
2117
- */
2118
- TargetGroupArn: string | undefined;
2119
- }
2120
- export declare namespace DeleteTargetGroupInput {
2121
- /**
2122
- * @internal
2123
- */
2124
- const filterSensitiveLog: (obj: DeleteTargetGroupInput) => any;
2125
- }
2126
- export interface DeleteTargetGroupOutput {
2127
- }
2128
- export declare namespace DeleteTargetGroupOutput {
2129
- /**
2130
- * @internal
2131
- */
2132
- const filterSensitiveLog: (obj: DeleteTargetGroupOutput) => any;
2133
- }
2134
- /**
2135
- * <p>Information about a target.</p>
2136
- */
2137
- export interface TargetDescription {
2138
- /**
2139
- * <p>The ID of the target. If the target type of the target group is <code>instance</code>,
2140
- * specify an instance ID. If the target type is <code>ip</code>, specify an IP address. If the
2141
- * target type is <code>lambda</code>, specify the ARN of the Lambda function. If the target type
2142
- * is <code>alb</code>, specify the ARN of the Application Load Balancer target. </p>
2143
- */
2144
- Id: string | undefined;
2145
- /**
2146
- * <p>The port on which the target is listening. If the target group protocol is GENEVE, the
2147
- * supported port is 6081. If the target type is <code>alb</code>, the targeted Application Load
2148
- * Balancer must have at least one listener whose port matches the target group port. Not used if
2149
- * the target is a Lambda function.</p>
2150
- */
2151
- Port?: number;
2152
- /**
2153
- * <p>An Availability Zone or <code>all</code>. This determines whether the target receives
2154
- * traffic from the load balancer nodes in the specified Availability Zone or from all enabled
2155
- * Availability Zones for the load balancer.</p>
2156
- * <p>This parameter is not supported if the target type of the target group is
2157
- * <code>instance</code> or <code>alb</code>.</p>
2158
- * <p>If the target type is <code>ip</code> and the IP address is in a subnet of the VPC for the
2159
- * target group, the Availability Zone is automatically detected and this parameter is optional.
2160
- * If the IP address is outside the VPC, this parameter is required.</p>
2161
- * <p>With an Application Load Balancer, if the target type is <code>ip</code> and the IP
2162
- * address is outside the VPC for the target group, the only supported value is
2163
- * <code>all</code>.</p>
2164
- * <p>If the target type is <code>lambda</code>, this parameter is optional and the only
2165
- * supported value is <code>all</code>.</p>
2166
- */
2167
- AvailabilityZone?: string;
2168
- }
2169
- export declare namespace TargetDescription {
2170
- /**
2171
- * @internal
2172
- */
2173
- const filterSensitiveLog: (obj: TargetDescription) => any;
2174
- }
2175
- export interface DeregisterTargetsInput {
2176
- /**
2177
- * <p>The Amazon Resource Name (ARN) of the target group.</p>
2178
- */
2179
- TargetGroupArn: string | undefined;
2180
- /**
2181
- * <p>The targets. If you specified a port override when you registered a target, you must
2182
- * specify both the target ID and the port when you deregister it.</p>
2183
- */
2184
- Targets: TargetDescription[] | undefined;
2185
- }
2186
- export declare namespace DeregisterTargetsInput {
2187
- /**
2188
- * @internal
2189
- */
2190
- const filterSensitiveLog: (obj: DeregisterTargetsInput) => any;
2191
- }
2192
- export interface DeregisterTargetsOutput {
2193
- }
2194
- export declare namespace DeregisterTargetsOutput {
2195
- /**
2196
- * @internal
2197
- */
2198
- const filterSensitiveLog: (obj: DeregisterTargetsOutput) => any;
2199
- }
2200
- /**
2201
- * <p>The specified target does not exist, is not in the same VPC as the target group, or has an
2202
- * unsupported instance type.</p>
2203
- */
2204
- export interface InvalidTargetException extends __SmithyException, $MetadataBearer {
2205
- name: "InvalidTargetException";
2206
- $fault: "client";
2207
- Message?: string;
2208
- }
2209
- export declare namespace InvalidTargetException {
2210
- /**
2211
- * @internal
2212
- */
2213
- const filterSensitiveLog: (obj: InvalidTargetException) => any;
2214
- }
2215
- export interface DescribeAccountLimitsInput {
2216
- /**
2217
- * <p>The marker for the next set of results. (You received this marker from a previous
2218
- * call.)</p>
2219
- */
2220
- Marker?: string;
2221
- /**
2222
- * <p>The maximum number of results to return with this call.</p>
2223
- */
2224
- PageSize?: number;
2225
- }
2226
- export declare namespace DescribeAccountLimitsInput {
2227
- /**
2228
- * @internal
2229
- */
2230
- const filterSensitiveLog: (obj: DescribeAccountLimitsInput) => any;
2231
- }
2232
- /**
2233
- * <p>Information about an Elastic Load Balancing resource limit for your Amazon Web Services
2234
- * account.</p>
2235
- */
2236
- export interface Limit {
2237
- /**
2238
- * <p>The name of the limit. The possible values are:</p>
2239
- * <ul>
2240
- * <li>
2241
- * <p>application-load-balancers</p>
2242
- * </li>
2243
- * <li>
2244
- * <p>condition-values-per-alb-rule</p>
2245
- * </li>
2246
- * <li>
2247
- * <p>condition-wildcards-per-alb-rule</p>
2248
- * </li>
2249
- * <li>
2250
- * <p>gateway-load-balancers</p>
2251
- * </li>
2252
- * <li>
2253
- * <p>gateway-load-balancers-per-vpc</p>
2254
- * </li>
2255
- * <li>
2256
- * <p>geneve-target-groups</p>
2257
- * </li>
2258
- * <li>
2259
- * <p>listeners-per-application-load-balancer</p>
2260
- * </li>
2261
- * <li>
2262
- * <p>listeners-per-network-load-balancer</p>
2263
- * </li>
2264
- * <li>
2265
- * <p>network-load-balancers</p>
2266
- * </li>
2267
- * <li>
2268
- * <p>rules-per-application-load-balancer</p>
2269
- * </li>
2270
- * <li>
2271
- * <p>target-groups</p>
2272
- * </li>
2273
- * <li>
2274
- * <p>target-groups-per-action-on-application-load-balancer</p>
2275
- * </li>
2276
- * <li>
2277
- * <p>target-groups-per-action-on-network-load-balancer</p>
2278
- * </li>
2279
- * <li>
2280
- * <p>target-groups-per-application-load-balancer</p>
2281
- * </li>
2282
- * <li>
2283
- * <p>targets-per-application-load-balancer</p>
2284
- * </li>
2285
- * <li>
2286
- * <p>targets-per-availability-zone-per-gateway-load-balancer</p>
2287
- * </li>
2288
- * <li>
2289
- * <p>targets-per-availability-zone-per-network-load-balancer</p>
2290
- * </li>
2291
- * <li>
2292
- * <p>targets-per-network-load-balancer</p>
2293
- * </li>
2294
- * </ul>
2295
- */
2296
- Name?: string;
2297
- /**
2298
- * <p>The maximum value of the limit.</p>
2299
- */
2300
- Max?: string;
2301
- }
2302
- export declare namespace Limit {
2303
- /**
2304
- * @internal
2305
- */
2306
- const filterSensitiveLog: (obj: Limit) => any;
2307
- }
2308
- export interface DescribeAccountLimitsOutput {
2309
- /**
2310
- * <p>Information about the limits.</p>
2311
- */
2312
- Limits?: Limit[];
2313
- /**
2314
- * <p>If there are additional results, this is the marker for the next set of results.
2315
- * Otherwise, this is null.</p>
2316
- */
2317
- NextMarker?: string;
2318
- }
2319
- export declare namespace DescribeAccountLimitsOutput {
2320
- /**
2321
- * @internal
2322
- */
2323
- const filterSensitiveLog: (obj: DescribeAccountLimitsOutput) => any;
2324
- }
2325
- export interface DescribeListenerCertificatesInput {
2326
- /**
2327
- * <p>The Amazon Resource Names (ARN) of the listener.</p>
2328
- */
2329
- ListenerArn: string | undefined;
2330
- /**
2331
- * <p>The marker for the next set of results. (You received this marker from a previous
2332
- * call.)</p>
2333
- */
2334
- Marker?: string;
2335
- /**
2336
- * <p>The maximum number of results to return with this call.</p>
2337
- */
2338
- PageSize?: number;
2339
- }
2340
- export declare namespace DescribeListenerCertificatesInput {
2341
- /**
2342
- * @internal
2343
- */
2344
- const filterSensitiveLog: (obj: DescribeListenerCertificatesInput) => any;
2345
- }
2346
- export interface DescribeListenerCertificatesOutput {
2347
- /**
2348
- * <p>Information about the certificates.</p>
2349
- */
2350
- Certificates?: Certificate[];
2351
- /**
2352
- * <p>If there are additional results, this is the marker for the next set of results.
2353
- * Otherwise, this is null.</p>
2354
- */
2355
- NextMarker?: string;
2356
- }
2357
- export declare namespace DescribeListenerCertificatesOutput {
2358
- /**
2359
- * @internal
2360
- */
2361
- const filterSensitiveLog: (obj: DescribeListenerCertificatesOutput) => any;
2362
- }
2363
- export interface DescribeListenersInput {
2364
- /**
2365
- * <p>The Amazon Resource Name (ARN) of the load balancer.</p>
2366
- */
2367
- LoadBalancerArn?: string;
2368
- /**
2369
- * <p>The Amazon Resource Names (ARN) of the listeners.</p>
2370
- */
2371
- ListenerArns?: string[];
2372
- /**
2373
- * <p>The marker for the next set of results. (You received this marker from a previous
2374
- * call.)</p>
2375
- */
2376
- Marker?: string;
2377
- /**
2378
- * <p>The maximum number of results to return with this call.</p>
2379
- */
2380
- PageSize?: number;
2381
- }
2382
- export declare namespace DescribeListenersInput {
2383
- /**
2384
- * @internal
2385
- */
2386
- const filterSensitiveLog: (obj: DescribeListenersInput) => any;
2387
- }
2388
- export interface DescribeListenersOutput {
2389
- /**
2390
- * <p>Information about the listeners.</p>
2391
- */
2392
- Listeners?: Listener[];
2393
- /**
2394
- * <p>If there are additional results, this is the marker for the next set of results.
2395
- * Otherwise, this is null.</p>
2396
- */
2397
- NextMarker?: string;
2398
- }
2399
- export declare namespace DescribeListenersOutput {
2400
- /**
2401
- * @internal
2402
- */
2403
- const filterSensitiveLog: (obj: DescribeListenersOutput) => any;
2404
- }
2405
- export interface DescribeLoadBalancerAttributesInput {
2406
- /**
2407
- * <p>The Amazon Resource Name (ARN) of the load balancer.</p>
2408
- */
2409
- LoadBalancerArn: string | undefined;
2410
- }
2411
- export declare namespace DescribeLoadBalancerAttributesInput {
2412
- /**
2413
- * @internal
2414
- */
2415
- const filterSensitiveLog: (obj: DescribeLoadBalancerAttributesInput) => any;
2416
- }
2417
- /**
2418
- * <p>Information about a load balancer attribute.</p>
2419
- */
2420
- export interface LoadBalancerAttribute {
2421
- /**
2422
- * <p>The name of the attribute.</p>
2423
- *
2424
- * <p>The following attribute is supported by all load balancers:</p>
2425
- * <ul>
2426
- * <li>
2427
- * <p>
2428
- * <code>deletion_protection.enabled</code> - Indicates whether deletion protection is
2429
- * enabled. The value is <code>true</code> or <code>false</code>. The default is
2430
- * <code>false</code>.</p>
2431
- * </li>
2432
- * </ul>
2433
- *
2434
- * <p>The following attributes are supported by both Application Load Balancers and Network Load
2435
- * Balancers:</p>
2436
- * <ul>
2437
- * <li>
2438
- * <p>
2439
- * <code>access_logs.s3.enabled</code> - Indicates whether access logs are enabled. The
2440
- * value is <code>true</code> or <code>false</code>. The default is
2441
- * <code>false</code>.</p>
2442
- * </li>
2443
- * <li>
2444
- * <p>
2445
- * <code>access_logs.s3.bucket</code> - The name of the S3 bucket for the access logs.
2446
- * This attribute is required if access logs are enabled. The bucket must exist in the same
2447
- * region as the load balancer and have a bucket policy that grants Elastic Load Balancing
2448
- * permissions to write to the bucket.</p>
2449
- * </li>
2450
- * <li>
2451
- * <p>
2452
- * <code>access_logs.s3.prefix</code> - The prefix for the location in the S3 bucket for the
2453
- * access logs.</p>
2454
- * </li>
2455
- * </ul>
2456
- *
2457
- * <p>The following attributes are supported by only Application Load Balancers:</p>
2458
- * <ul>
2459
- * <li>
2460
- * <p>
2461
- * <code>idle_timeout.timeout_seconds</code> - The idle timeout value, in seconds. The
2462
- * valid range is 1-4000 seconds. The default is 60 seconds.</p>
2463
- * </li>
2464
- * <li>
2465
- * <p>
2466
- * <code>routing.http.desync_mitigation_mode</code> - Determines how the load balancer
2467
- * handles requests that might pose a security risk to your application. The possible values
2468
- * are <code>monitor</code>, <code>defensive</code>, and <code>strictest</code>. The default
2469
- * is <code>defensive</code>.</p>
2470
- * </li>
2471
- * <li>
2472
- * <p>
2473
- * <code>routing.http.drop_invalid_header_fields.enabled</code> - Indicates whether HTTP
2474
- * headers with invalid header fields are removed by the load balancer (<code>true</code>) or
2475
- * routed to targets (<code>false</code>). The default is <code>false</code>.</p>
2476
- * </li>
2477
- * <li>
2478
- * <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>
2488
- * </li>
2489
- * <li>
2490
- * <p>
2491
- * <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
2493
- * 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>
2495
- * </li>
2496
- * <li>
2497
- * <p>
2498
- * <code>routing.http2.enabled</code> - Indicates whether HTTP/2 is enabled. The possible
2499
- * values are <code>true</code> and <code>false</code>. The default is <code>true</code>.
2500
- * Elastic Load Balancing requires that message header names contain only alphanumeric
2501
- * characters and hyphens.</p>
2502
- * </li>
2503
- * <li>
2504
- * <p>
2505
- * <code>waf.fail_open.enabled</code> - Indicates whether to allow a WAF-enabled load
2506
- * balancer to route requests to targets if it is unable to forward the request to Amazon Web Services WAF. The possible values are <code>true</code> and <code>false</code>. The
2507
- * default is <code>false</code>.</p>
2508
- * </li>
2509
- * </ul>
2510
- *
2511
- * <p>The following attribute is supported by Network Load Balancers and Gateway Load
2512
- * Balancers:</p>
2513
- * <ul>
2514
- * <li>
2515
- * <p>
2516
- * <code>load_balancing.cross_zone.enabled</code> - Indicates whether cross-zone load
2517
- * balancing is enabled. The possible values are <code>true</code> and <code>false</code>.
2518
- * The default is <code>false</code>.</p>
2519
- * </li>
2520
- * </ul>
2521
- */
2522
- Key?: string;
2523
- /**
2524
- * <p>The value of the attribute.</p>
2525
- */
2526
- Value?: string;
2527
- }
2528
- export declare namespace LoadBalancerAttribute {
2529
- /**
2530
- * @internal
2531
- */
2532
- const filterSensitiveLog: (obj: LoadBalancerAttribute) => any;
2533
- }
2534
- export interface DescribeLoadBalancerAttributesOutput {
2535
- /**
2536
- * <p>Information about the load balancer attributes.</p>
2537
- */
2538
- Attributes?: LoadBalancerAttribute[];
2539
- }
2540
- export declare namespace DescribeLoadBalancerAttributesOutput {
2541
- /**
2542
- * @internal
2543
- */
2544
- const filterSensitiveLog: (obj: DescribeLoadBalancerAttributesOutput) => any;
2545
- }
2546
- export interface DescribeLoadBalancersInput {
2547
- /**
2548
- * <p>The Amazon Resource Names (ARN) of the load balancers. You can specify up to 20 load
2549
- * balancers in a single call.</p>
2550
- */
2551
- LoadBalancerArns?: string[];
2552
- /**
2553
- * <p>The names of the load balancers.</p>
2554
- */
2555
- Names?: string[];
2556
- /**
2557
- * <p>The marker for the next set of results. (You received this marker from a previous
2558
- * call.)</p>
2559
- */
2560
- Marker?: string;
2561
- /**
2562
- * <p>The maximum number of results to return with this call.</p>
2563
- */
2564
- PageSize?: number;
2565
- }
2566
- export declare namespace DescribeLoadBalancersInput {
2567
- /**
2568
- * @internal
2569
- */
2570
- const filterSensitiveLog: (obj: DescribeLoadBalancersInput) => any;
2571
- }
2572
- export interface DescribeLoadBalancersOutput {
2573
- /**
2574
- * <p>Information about the load balancers.</p>
2575
- */
2576
- LoadBalancers?: LoadBalancer[];
2577
- /**
2578
- * <p>If there are additional results, this is the marker for the next set of results.
2579
- * Otherwise, this is null.</p>
2580
- */
2581
- NextMarker?: string;
2582
- }
2583
- export declare namespace DescribeLoadBalancersOutput {
2584
- /**
2585
- * @internal
2586
- */
2587
- const filterSensitiveLog: (obj: DescribeLoadBalancersOutput) => any;
2588
- }
2589
- export interface DescribeRulesInput {
2590
- /**
2591
- * <p>The Amazon Resource Name (ARN) of the listener.</p>
2592
- */
2593
- ListenerArn?: string;
2594
- /**
2595
- * <p>The Amazon Resource Names (ARN) of the rules.</p>
2596
- */
2597
- RuleArns?: string[];
2598
- /**
2599
- * <p>The marker for the next set of results. (You received this marker from a previous
2600
- * call.)</p>
2601
- */
2602
- Marker?: string;
2603
- /**
2604
- * <p>The maximum number of results to return with this call.</p>
2605
- */
2606
- PageSize?: number;
2607
- }
2608
- export declare namespace DescribeRulesInput {
2609
- /**
2610
- * @internal
2611
- */
2612
- const filterSensitiveLog: (obj: DescribeRulesInput) => any;
2613
- }
2614
- export interface DescribeRulesOutput {
2615
- /**
2616
- * <p>Information about the rules.</p>
2617
- */
2618
- Rules?: Rule[];
2619
- /**
2620
- * <p>If there are additional results, this is the marker for the next set of results.
2621
- * Otherwise, this is null.</p>
2622
- */
2623
- NextMarker?: string;
2624
- }
2625
- export declare namespace DescribeRulesOutput {
2626
- /**
2627
- * @internal
2628
- */
2629
- const filterSensitiveLog: (obj: DescribeRulesOutput) => any;
2630
- }
2631
- export interface DescribeSSLPoliciesInput {
2632
- /**
2633
- * <p>The names of the policies.</p>
2634
- */
2635
- Names?: string[];
2636
- /**
2637
- * <p>The marker for the next set of results. (You received this marker from a previous
2638
- * call.)</p>
2639
- */
2640
- Marker?: string;
2641
- /**
2642
- * <p>The maximum number of results to return with this call.</p>
2643
- */
2644
- PageSize?: number;
2645
- }
2646
- export declare namespace DescribeSSLPoliciesInput {
2647
- /**
2648
- * @internal
2649
- */
2650
- const filterSensitiveLog: (obj: DescribeSSLPoliciesInput) => any;
2651
- }
2652
- /**
2653
- * <p>Information about a policy used for SSL negotiation.</p>
2654
- */
2655
- export interface SslPolicy {
2656
- /**
2657
- * <p>The protocols.</p>
2658
- */
2659
- SslProtocols?: string[];
2660
- /**
2661
- * <p>The ciphers.</p>
2662
- */
2663
- Ciphers?: Cipher[];
2664
- /**
2665
- * <p>The name of the policy.</p>
2666
- */
2667
- Name?: string;
2668
- }
2669
- export declare namespace SslPolicy {
2670
- /**
2671
- * @internal
2672
- */
2673
- const filterSensitiveLog: (obj: SslPolicy) => any;
2674
- }
2675
- export interface DescribeSSLPoliciesOutput {
2676
- /**
2677
- * <p>Information about the security policies.</p>
2678
- */
2679
- SslPolicies?: SslPolicy[];
2680
- /**
2681
- * <p>If there are additional results, this is the marker for the next set of results.
2682
- * Otherwise, this is null.</p>
2683
- */
2684
- NextMarker?: string;
2685
- }
2686
- export declare namespace DescribeSSLPoliciesOutput {
2687
- /**
2688
- * @internal
2689
- */
2690
- const filterSensitiveLog: (obj: DescribeSSLPoliciesOutput) => any;
2691
- }
2692
- export interface DescribeTagsInput {
2693
- /**
2694
- * <p>The Amazon Resource Names (ARN) of the resources. You can specify up to 20 resources in a
2695
- * single call.</p>
2696
- */
2697
- ResourceArns: string[] | undefined;
2698
- }
2699
- export declare namespace DescribeTagsInput {
2700
- /**
2701
- * @internal
2702
- */
2703
- const filterSensitiveLog: (obj: DescribeTagsInput) => any;
2704
- }
2705
- /**
2706
- * <p>The tags associated with a resource.</p>
2707
- */
2708
- export interface TagDescription {
2709
- /**
2710
- * <p>The Amazon Resource Name (ARN) of the resource.</p>
2711
- */
2712
- ResourceArn?: string;
2713
- /**
2714
- * <p>Information about the tags.</p>
2715
- */
2716
- Tags?: Tag[];
2717
- }
2718
- export declare namespace TagDescription {
2719
- /**
2720
- * @internal
2721
- */
2722
- const filterSensitiveLog: (obj: TagDescription) => any;
2723
- }
2724
- export interface DescribeTagsOutput {
2725
- /**
2726
- * <p>Information about the tags.</p>
2727
- */
2728
- TagDescriptions?: TagDescription[];
2729
- }
2730
- export declare namespace DescribeTagsOutput {
2731
- /**
2732
- * @internal
2733
- */
2734
- const filterSensitiveLog: (obj: DescribeTagsOutput) => any;
2735
- }
2736
- export interface DescribeTargetGroupAttributesInput {
2737
- /**
2738
- * <p>The Amazon Resource Name (ARN) of the target group.</p>
2739
- */
2740
- TargetGroupArn: string | undefined;
2741
- }
2742
- export declare namespace DescribeTargetGroupAttributesInput {
2743
- /**
2744
- * @internal
2745
- */
2746
- const filterSensitiveLog: (obj: DescribeTargetGroupAttributesInput) => any;
2747
- }
2748
- /**
2749
- * <p>Information about a target group attribute.</p>
2750
- */
2751
- export interface TargetGroupAttribute {
2752
- /**
2753
- * <p>The name of the attribute.</p>
2754
- *
2755
- * <p>The following attribute is supported by all load balancers:</p>
2756
- * <ul>
2757
- * <li>
2758
- * <p>
2759
- * <code>deregistration_delay.timeout_seconds</code> - The amount of time, in seconds,
2760
- * for Elastic Load Balancing to wait before changing the state of a deregistering target
2761
- * from <code>draining</code> to <code>unused</code>. The range is 0-3600 seconds. The
2762
- * default value is 300 seconds. If the target is a Lambda function, this attribute is not
2763
- * supported.</p>
2764
- * </li>
2765
- * </ul>
2766
- *
2767
- * <p>The following attributes are supported by both Application Load Balancers and Network Load
2768
- * Balancers:</p>
2769
- * <ul>
2770
- * <li>
2771
- * <p>
2772
- * <code>stickiness.enabled</code> - Indicates whether sticky sessions are enabled. The
2773
- * value is <code>true</code> or <code>false</code>. The default is
2774
- * <code>false</code>.</p>
2775
- * </li>
2776
- * <li>
2777
- * <p>
2778
- * <code>stickiness.type</code> - The type of sticky sessions. The possible values are
2779
- * <code>lb_cookie</code> and <code>app_cookie</code> for Application Load Balancers or
2780
- * <code>source_ip</code> for Network Load Balancers.</p>
2781
- * </li>
2782
- * </ul>
2783
- *
2784
- * <p>The following attributes are supported only if the load balancer is an Application Load
2785
- * Balancer and the target is an instance or an IP address:</p>
2786
- * <ul>
2787
- * <li>
2788
- * <p>
2789
- * <code>load_balancing.algorithm.type</code> - The load balancing algorithm determines
2790
- * how the load balancer selects targets when routing requests. The value is
2791
- * <code>round_robin</code> or <code>least_outstanding_requests</code>. The default is
2792
- * <code>round_robin</code>.</p>
2793
- * </li>
2794
- * <li>
2795
- * <p>
2796
- * <code>slow_start.duration_seconds</code> - The time period, in seconds, during which a
2797
- * newly registered target receives an increasing share of the traffic to the target group.
2798
- * After this time period ends, the target receives its full share of traffic. The range is
2799
- * 30-900 seconds (15 minutes). The default is 0 seconds (disabled).</p>
2800
- * </li>
2801
- * <li>
2802
- * <p>
2803
- * <code>stickiness.app_cookie.cookie_name</code> - Indicates the name of the
2804
- * application-based cookie. Names that start with the following prefixes are not allowed:
2805
- * <code>AWSALB</code>, <code>AWSALBAPP</code>, and <code>AWSALBTG</code>; they're reserved
2806
- * for use by the load balancer.</p>
2807
- * </li>
2808
- * <li>
2809
- * <p>
2810
- * <code>stickiness.app_cookie.duration_seconds</code> - The time period, in seconds,
2811
- * during which requests from a client should be routed to the same target. After this time
2812
- * period expires, the application-based cookie is considered stale. The range is 1 second to
2813
- * 1 week (604800 seconds). The default value is 1 day (86400 seconds).</p>
2814
- * </li>
2815
- * <li>
2816
- * <p>
2817
- * <code>stickiness.lb_cookie.duration_seconds</code> - The time period, in seconds,
2818
- * during which requests from a client should be routed to the same target. After this time
2819
- * period expires, the load balancer-generated cookie is considered stale. The range is 1
2820
- * second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).</p>
2821
- * </li>
2822
- * </ul>
2823
- *
2824
- * <p>The following attribute is supported only if the load balancer is an Application Load
2825
- * Balancer and the target is a Lambda function:</p>
2826
- * <ul>
2827
- * <li>
2828
- * <p>
2829
- * <code>lambda.multi_value_headers.enabled</code> - Indicates whether the request and
2830
- * response headers that are exchanged between the load balancer and the Lambda function
2831
- * include arrays of values or strings. The value is <code>true</code> or <code>false</code>.
2832
- * The default is <code>false</code>. If the value is <code>false</code> and the request
2833
- * contains a duplicate header field name or query parameter key, the load balancer uses the
2834
- * last value sent by the client.</p>
2835
- * </li>
2836
- * </ul>
2837
- *
2838
- * <p>The following attributes are supported only by Network Load Balancers:</p>
2839
- * <ul>
2840
- * <li>
2841
- * <p>
2842
- * <code>deregistration_delay.connection_termination.enabled</code> - Indicates whether
2843
- * the load balancer terminates connections at the end of the deregistration timeout. The
2844
- * value is <code>true</code> or <code>false</code>. The default is
2845
- * <code>false</code>.</p>
2846
- * </li>
2847
- * <li>
2848
- * <p>
2849
- * <code>preserve_client_ip.enabled</code> - Indicates whether client IP preservation is
2850
- * enabled. The value is <code>true</code> or <code>false</code>. The default is disabled if
2851
- * the target group type is IP address and the target group protocol is TCP or TLS.
2852
- * Otherwise, the default is enabled. Client IP preservation cannot be disabled for UDP and
2853
- * TCP_UDP target groups.</p>
2854
- * </li>
2855
- * <li>
2856
- * <p>
2857
- * <code>proxy_protocol_v2.enabled</code> - Indicates whether Proxy Protocol version 2 is
2858
- * enabled. The value is <code>true</code> or <code>false</code>. The default is
2859
- * <code>false</code>.</p>
2860
- * </li>
2861
- * </ul>
2862
- */
2863
- Key?: string;
2864
- /**
2865
- * <p>The value of the attribute.</p>
2866
- */
2867
- Value?: string;
2868
- }
2869
- export declare namespace TargetGroupAttribute {
2870
- /**
2871
- * @internal
2872
- */
2873
- const filterSensitiveLog: (obj: TargetGroupAttribute) => any;
2874
- }
2875
- export interface DescribeTargetGroupAttributesOutput {
2876
- /**
2877
- * <p>Information about the target group attributes</p>
2878
- */
2879
- Attributes?: TargetGroupAttribute[];
2880
- }
2881
- export declare namespace DescribeTargetGroupAttributesOutput {
2882
- /**
2883
- * @internal
2884
- */
2885
- const filterSensitiveLog: (obj: DescribeTargetGroupAttributesOutput) => any;
2886
- }
2887
- export interface DescribeTargetGroupsInput {
2888
- /**
2889
- * <p>The Amazon Resource Name (ARN) of the load balancer.</p>
2890
- */
2891
- LoadBalancerArn?: string;
2892
- /**
2893
- * <p>The Amazon Resource Names (ARN) of the target groups.</p>
2894
- */
2895
- TargetGroupArns?: string[];
2896
- /**
2897
- * <p>The names of the target groups.</p>
2898
- */
2899
- Names?: string[];
2900
- /**
2901
- * <p>The marker for the next set of results. (You received this marker from a previous
2902
- * call.)</p>
2903
- */
2904
- Marker?: string;
2905
- /**
2906
- * <p>The maximum number of results to return with this call.</p>
2907
- */
2908
- PageSize?: number;
2909
- }
2910
- export declare namespace DescribeTargetGroupsInput {
2911
- /**
2912
- * @internal
2913
- */
2914
- const filterSensitiveLog: (obj: DescribeTargetGroupsInput) => any;
2915
- }
2916
- export interface DescribeTargetGroupsOutput {
2917
- /**
2918
- * <p>Information about the target groups.</p>
2919
- */
2920
- TargetGroups?: TargetGroup[];
2921
- /**
2922
- * <p>If there are additional results, this is the marker for the next set of results.
2923
- * Otherwise, this is null.</p>
2924
- */
2925
- NextMarker?: string;
2926
- }
2927
- export declare namespace DescribeTargetGroupsOutput {
2928
- /**
2929
- * @internal
2930
- */
2931
- const filterSensitiveLog: (obj: DescribeTargetGroupsOutput) => any;
2932
- }
2933
- export interface DescribeTargetHealthInput {
2934
- /**
2935
- * <p>The Amazon Resource Name (ARN) of the target group.</p>
2936
- */
2937
- TargetGroupArn: string | undefined;
2938
- /**
2939
- * <p>The targets.</p>
2940
- */
2941
- Targets?: TargetDescription[];
2942
- }
2943
- export declare namespace DescribeTargetHealthInput {
2944
- /**
2945
- * @internal
2946
- */
2947
- const filterSensitiveLog: (obj: DescribeTargetHealthInput) => any;
2948
- }
2949
- export declare enum TargetHealthReasonEnum {
2950
- DEREGISTRATION_IN_PROGRESS = "Target.DeregistrationInProgress",
2951
- FAILED_HEALTH_CHECKS = "Target.FailedHealthChecks",
2952
- HEALTH_CHECK_DISABLED = "Target.HealthCheckDisabled",
2953
- INITIAL_HEALTH_CHECKING = "Elb.InitialHealthChecking",
2954
- INTERNAL_ERROR = "Elb.InternalError",
2955
- INVALID_STATE = "Target.InvalidState",
2956
- IP_UNUSABLE = "Target.IpUnusable",
2957
- NOT_IN_USE = "Target.NotInUse",
2958
- NOT_REGISTERED = "Target.NotRegistered",
2959
- REGISTRATION_IN_PROGRESS = "Elb.RegistrationInProgress",
2960
- RESPONSE_CODE_MISMATCH = "Target.ResponseCodeMismatch",
2961
- TIMEOUT = "Target.Timeout"
2962
- }
2963
- export declare enum TargetHealthStateEnum {
2964
- DRAINING = "draining",
2965
- HEALTHY = "healthy",
2966
- INITIAL = "initial",
2967
- UNAVAILABLE = "unavailable",
2968
- UNHEALTHY = "unhealthy",
2969
- UNUSED = "unused"
2970
- }
2971
- /**
2972
- * <p>Information about the current health of a target.</p>
2973
- */
2974
- export interface TargetHealth {
2975
- /**
2976
- * <p>The state of the target.</p>
2977
- */
2978
- State?: TargetHealthStateEnum | string;
2979
- /**
2980
- * <p>The reason code.</p>
2981
- *
2982
- * <p>If the target state is <code>healthy</code>, a reason code is not provided.</p>
2983
- *
2984
- * <p>If the target state is <code>initial</code>, the reason code can be one of the following
2985
- * values:</p>
2986
- * <ul>
2987
- * <li>
2988
- * <p>
2989
- * <code>Elb.RegistrationInProgress</code> - The target is in the process of being registered
2990
- * with the load balancer.</p>
2991
- * </li>
2992
- * <li>
2993
- * <p>
2994
- * <code>Elb.InitialHealthChecking</code> - The load balancer is still sending the target the
2995
- * minimum number of health checks required to determine its health status.</p>
2996
- * </li>
2997
- * </ul>
2998
- *
2999
- * <p>If the target state is <code>unhealthy</code>, the reason code can be one of the following
3000
- * values:</p>
3001
- * <ul>
3002
- * <li>
3003
- * <p>
3004
- * <code>Target.ResponseCodeMismatch</code> - The health checks did not return an
3005
- * expected HTTP code. Applies only to Application Load Balancers and Gateway Load
3006
- * Balancers.</p>
3007
- * </li>
3008
- * <li>
3009
- * <p>
3010
- * <code>Target.Timeout</code> - The health check requests timed out. Applies only to
3011
- * Application Load Balancers and Gateway Load Balancers.</p>
3012
- * </li>
3013
- * <li>
3014
- * <p>
3015
- * <code>Target.FailedHealthChecks</code> - The load balancer received an error while
3016
- * establishing a connection to the target or the target response was malformed.</p>
3017
- * </li>
3018
- * <li>
3019
- * <p>
3020
- * <code>Elb.InternalError</code> - The health checks failed due to an internal error.
3021
- * Applies only to Application Load Balancers.</p>
3022
- * </li>
3023
- * </ul>
3024
- *
3025
- * <p>If the target state is <code>unused</code>, the reason code can be one of the following
3026
- * values:</p>
3027
- * <ul>
3028
- * <li>
3029
- * <p>
3030
- * <code>Target.NotRegistered</code> - The target is not registered with the target
3031
- * group.</p>
3032
- * </li>
3033
- * <li>
3034
- * <p>
3035
- * <code>Target.NotInUse</code> - The target group is not used by any load balancer or
3036
- * the target is in an Availability Zone that is not enabled for its load balancer.</p>
3037
- * </li>
3038
- * <li>
3039
- * <p>
3040
- * <code>Target.InvalidState</code> - The target is in the stopped or terminated
3041
- * state.</p>
3042
- * </li>
3043
- * <li>
3044
- * <p>
3045
- * <code>Target.IpUnusable</code> - The target IP address is reserved for use by a load
3046
- * balancer.</p>
3047
- * </li>
3048
- * </ul>
3049
- *
3050
- * <p>If the target state is <code>draining</code>, the reason code can be the following
3051
- * value:</p>
3052
- * <ul>
3053
- * <li>
3054
- * <p>
3055
- * <code>Target.DeregistrationInProgress</code> - The target is in the process of being
3056
- * deregistered and the deregistration delay period has not expired.</p>
3057
- * </li>
3058
- * </ul>
3059
- *
3060
- * <p>If the target state is <code>unavailable</code>, the reason code can be the following
3061
- * value:</p>
3062
- * <ul>
3063
- * <li>
3064
- * <p>
3065
- * <code>Target.HealthCheckDisabled</code> - Health checks are disabled for the target
3066
- * group. Applies only to Application Load Balancers.</p>
3067
- * </li>
3068
- * <li>
3069
- * <p>
3070
- * <code>Elb.InternalError</code> - Target health is unavailable due to an internal
3071
- * error. Applies only to Network Load Balancers.</p>
3072
- * </li>
3073
- * </ul>
3074
- */
3075
- Reason?: TargetHealthReasonEnum | string;
3076
- /**
3077
- * <p>A description of the target health that provides additional details. If the state is
3078
- * <code>healthy</code>, a description is not provided.</p>
3079
- */
3080
- Description?: string;
3081
- }
3082
- export declare namespace TargetHealth {
3083
- /**
3084
- * @internal
3085
- */
3086
- const filterSensitiveLog: (obj: TargetHealth) => any;
3087
- }
3088
- /**
3089
- * <p>Information about the health of a target.</p>
3090
- */
3091
- export interface TargetHealthDescription {
3092
- /**
3093
- * <p>The description of the target.</p>
3094
- */
3095
- Target?: TargetDescription;
3096
- /**
3097
- * <p>The port to use to connect with the target.</p>
3098
- */
3099
- HealthCheckPort?: string;
3100
- /**
3101
- * <p>The health information for the target.</p>
3102
- */
3103
- TargetHealth?: TargetHealth;
3104
- }
3105
- export declare namespace TargetHealthDescription {
3106
- /**
3107
- * @internal
3108
- */
3109
- const filterSensitiveLog: (obj: TargetHealthDescription) => any;
3110
- }
3111
- export interface DescribeTargetHealthOutput {
3112
- /**
3113
- * <p>Information about the health of the targets.</p>
3114
- */
3115
- TargetHealthDescriptions?: TargetHealthDescription[];
3116
- }
3117
- export declare namespace DescribeTargetHealthOutput {
3118
- /**
3119
- * @internal
3120
- */
3121
- const filterSensitiveLog: (obj: DescribeTargetHealthOutput) => any;
3122
- }
3123
- /**
3124
- * <p>The health of the specified targets could not be retrieved due to an internal
3125
- * error.</p>
3126
- */
3127
- export interface HealthUnavailableException extends __SmithyException, $MetadataBearer {
3128
- name: "HealthUnavailableException";
3129
- $fault: "server";
3130
- Message?: string;
3131
- }
3132
- export declare namespace HealthUnavailableException {
3133
- /**
3134
- * @internal
3135
- */
3136
- const filterSensitiveLog: (obj: HealthUnavailableException) => any;
3137
- }
3138
- export interface ModifyListenerInput {
3139
- /**
3140
- * <p>The Amazon Resource Name (ARN) of the listener.</p>
3141
- */
3142
- ListenerArn: string | undefined;
3143
- /**
3144
- * <p>The port for connections from clients to the load balancer. You cannot specify a port for
3145
- * a Gateway Load Balancer.</p>
3146
- */
3147
- Port?: number;
3148
- /**
3149
- * <p>The protocol for connections from clients to the load balancer. Application Load Balancers
3150
- * support the HTTP and HTTPS protocols. Network Load Balancers support the TCP, TLS, UDP, and
3151
- * TCP_UDP protocols. You can’t change the protocol to UDP or TCP_UDP if dual-stack mode is
3152
- * enabled. You cannot specify a protocol for a Gateway Load Balancer.</p>
3153
- */
3154
- Protocol?: ProtocolEnum | string;
3155
- /**
3156
- * <p>[HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are
3157
- * supported.</p>
3158
- * <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
3159
- * <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>
3160
- */
3161
- SslPolicy?: string;
3162
- /**
3163
- * <p>[HTTPS and TLS listeners] The default certificate for the listener. You must provide
3164
- * exactly one certificate. Set <code>CertificateArn</code> to the certificate ARN but do not set
3165
- * <code>IsDefault</code>.</p>
3166
- */
3167
- Certificates?: Certificate[];
3168
- /**
3169
- * <p>The actions for the default rule.</p>
3170
- */
3171
- DefaultActions?: Action[];
3172
- /**
3173
- * <p>[TLS listeners] The name of the Application-Layer Protocol Negotiation (ALPN) policy. You
3174
- * can specify one policy name. The following are the possible values:</p>
3175
- * <ul>
3176
- * <li>
3177
- * <p>
3178
- * <code>HTTP1Only</code>
3179
- * </p>
3180
- * </li>
3181
- * <li>
3182
- * <p>
3183
- * <code>HTTP2Only</code>
3184
- * </p>
3185
- * </li>
3186
- * <li>
3187
- * <p>
3188
- * <code>HTTP2Optional</code>
3189
- * </p>
3190
- * </li>
3191
- * <li>
3192
- * <p>
3193
- * <code>HTTP2Preferred</code>
3194
- * </p>
3195
- * </li>
3196
- * <li>
3197
- * <p>
3198
- * <code>None</code>
3199
- * </p>
3200
- * </li>
3201
- * </ul>
3202
- * <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-tls-listener.html#alpn-policies">ALPN
3203
- * policies</a> in the <i>Network Load Balancers Guide</i>.</p>
3204
- */
3205
- AlpnPolicy?: string[];
3206
- }
3207
- export declare namespace ModifyListenerInput {
3208
- /**
3209
- * @internal
3210
- */
3211
- const filterSensitiveLog: (obj: ModifyListenerInput) => any;
3212
- }
3213
- export interface ModifyListenerOutput {
3214
- /**
3215
- * <p>Information about the modified listener.</p>
3216
- */
3217
- Listeners?: Listener[];
3218
- }
3219
- export declare namespace ModifyListenerOutput {
3220
- /**
3221
- * @internal
3222
- */
3223
- const filterSensitiveLog: (obj: ModifyListenerOutput) => any;
3224
- }
3225
- export interface ModifyLoadBalancerAttributesInput {
3226
- /**
3227
- * <p>The Amazon Resource Name (ARN) of the load balancer.</p>
3228
- */
3229
- LoadBalancerArn: string | undefined;
3230
- /**
3231
- * <p>The load balancer attributes.</p>
3232
- */
3233
- Attributes: LoadBalancerAttribute[] | undefined;
3234
- }
3235
- export declare namespace ModifyLoadBalancerAttributesInput {
3236
- /**
3237
- * @internal
3238
- */
3239
- const filterSensitiveLog: (obj: ModifyLoadBalancerAttributesInput) => any;
3240
- }
3241
- export interface ModifyLoadBalancerAttributesOutput {
3242
- /**
3243
- * <p>Information about the load balancer attributes.</p>
3244
- */
3245
- Attributes?: LoadBalancerAttribute[];
3246
- }
3247
- export declare namespace ModifyLoadBalancerAttributesOutput {
3248
- /**
3249
- * @internal
3250
- */
3251
- const filterSensitiveLog: (obj: ModifyLoadBalancerAttributesOutput) => any;
3252
- }
3253
- export interface ModifyRuleInput {
3254
- /**
3255
- * <p>The Amazon Resource Name (ARN) of the rule.</p>
3256
- */
3257
- RuleArn: string | undefined;
3258
- /**
3259
- * <p>The conditions.</p>
3260
- */
3261
- Conditions?: RuleCondition[];
3262
- /**
3263
- * <p>The actions.</p>
3264
- */
3265
- Actions?: Action[];
3266
- }
3267
- export declare namespace ModifyRuleInput {
3268
- /**
3269
- * @internal
3270
- */
3271
- const filterSensitiveLog: (obj: ModifyRuleInput) => any;
3272
- }
3273
- export interface ModifyRuleOutput {
3274
- /**
3275
- * <p>Information about the modified rule.</p>
3276
- */
3277
- Rules?: Rule[];
3278
- }
3279
- export declare namespace ModifyRuleOutput {
3280
- /**
3281
- * @internal
3282
- */
3283
- const filterSensitiveLog: (obj: ModifyRuleOutput) => any;
3284
- }
3285
- export interface ModifyTargetGroupInput {
3286
- /**
3287
- * <p>The Amazon Resource Name (ARN) of the target group.</p>
3288
- */
3289
- TargetGroupArn: string | undefined;
3290
- /**
3291
- * <p>The protocol the load balancer uses when performing health checks on targets. For
3292
- * Application Load Balancers, the default is HTTP. For Network Load Balancers and Gateway Load
3293
- * Balancers, the default is TCP. The TCP protocol is not supported for health checks if the
3294
- * protocol of the target group is HTTP or HTTPS. It is supported for health checks only if the
3295
- * protocol of the target group is TCP, TLS, UDP, or TCP_UDP. The GENEVE, TLS, UDP, and TCP_UDP
3296
- * protocols are not supported for health checks.</p>
3297
- * <p>With Network Load Balancers, you can't modify this setting.</p>
3298
- */
3299
- HealthCheckProtocol?: ProtocolEnum | string;
3300
- /**
3301
- * <p>The port the load balancer uses when performing health checks on targets.</p>
3302
- */
3303
- HealthCheckPort?: string;
3304
- /**
3305
- * <p>[HTTP/HTTPS health checks] The destination for health checks on the targets.</p>
3306
- * <p>[HTTP1 or HTTP2 protocol version] The ping path. The default is /.</p>
3307
- * <p>[GRPC protocol version] The path of a custom health check method with the format
3308
- * /package.service/method. The default is /Amazon Web Services.ALB/healthcheck.</p>
3309
- */
3310
- HealthCheckPath?: string;
3311
- /**
3312
- * <p>Indicates whether health checks are enabled.</p>
3313
- */
3314
- HealthCheckEnabled?: boolean;
3315
- /**
3316
- * <p>The approximate amount of time, in seconds, between health checks of an individual target.
3317
- * For TCP health checks, the supported values are 10 or 30 seconds.</p>
3318
- * <p>With Network Load Balancers, you can't modify this setting.</p>
3319
- */
3320
- HealthCheckIntervalSeconds?: number;
3321
- /**
3322
- * <p>[HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means
3323
- * a failed health check.</p>
3324
- * <p>With Network Load Balancers, you can't modify this setting.</p>
3325
- */
3326
- HealthCheckTimeoutSeconds?: number;
3327
- /**
3328
- * <p>The number of consecutive health checks successes required before considering an unhealthy
3329
- * target healthy.</p>
3330
- */
3331
- HealthyThresholdCount?: number;
3332
- /**
3333
- * <p>The number of consecutive health check failures required before considering the target
3334
- * unhealthy. For target groups with a protocol of TCP or TLS, this value must be the same as the
3335
- * healthy threshold count.</p>
3336
- */
3337
- UnhealthyThresholdCount?: number;
3338
- /**
3339
- * <p>[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful
3340
- * response from a target.</p>
3341
- * <p>With Network Load Balancers, you can't modify this setting.</p>
3342
- */
3343
- Matcher?: Matcher;
3344
- }
3345
- export declare namespace ModifyTargetGroupInput {
3346
- /**
3347
- * @internal
3348
- */
3349
- const filterSensitiveLog: (obj: ModifyTargetGroupInput) => any;
3350
- }
3351
- export interface ModifyTargetGroupOutput {
3352
- /**
3353
- * <p>Information about the modified target group.</p>
3354
- */
3355
- TargetGroups?: TargetGroup[];
3356
- }
3357
- export declare namespace ModifyTargetGroupOutput {
3358
- /**
3359
- * @internal
3360
- */
3361
- const filterSensitiveLog: (obj: ModifyTargetGroupOutput) => any;
3362
- }
3363
- export interface ModifyTargetGroupAttributesInput {
3364
- /**
3365
- * <p>The Amazon Resource Name (ARN) of the target group.</p>
3366
- */
3367
- TargetGroupArn: string | undefined;
3368
- /**
3369
- * <p>The attributes.</p>
3370
- */
3371
- Attributes: TargetGroupAttribute[] | undefined;
3372
- }
3373
- export declare namespace ModifyTargetGroupAttributesInput {
3374
- /**
3375
- * @internal
3376
- */
3377
- const filterSensitiveLog: (obj: ModifyTargetGroupAttributesInput) => any;
3378
- }
3379
- export interface ModifyTargetGroupAttributesOutput {
3380
- /**
3381
- * <p>Information about the attributes.</p>
3382
- */
3383
- Attributes?: TargetGroupAttribute[];
3384
- }
3385
- export declare namespace ModifyTargetGroupAttributesOutput {
3386
- /**
3387
- * @internal
3388
- */
3389
- const filterSensitiveLog: (obj: ModifyTargetGroupAttributesOutput) => any;
3390
- }
3391
- export interface RegisterTargetsInput {
3392
- /**
3393
- * <p>The Amazon Resource Name (ARN) of the target group.</p>
3394
- */
3395
- TargetGroupArn: string | undefined;
3396
- /**
3397
- * <p>The targets.</p>
3398
- */
3399
- Targets: TargetDescription[] | undefined;
3400
- }
3401
- export declare namespace RegisterTargetsInput {
3402
- /**
3403
- * @internal
3404
- */
3405
- const filterSensitiveLog: (obj: RegisterTargetsInput) => any;
3406
- }
3407
- export interface RegisterTargetsOutput {
3408
- }
3409
- export declare namespace RegisterTargetsOutput {
3410
- /**
3411
- * @internal
3412
- */
3413
- const filterSensitiveLog: (obj: RegisterTargetsOutput) => any;
3414
- }
3415
- export interface RemoveListenerCertificatesInput {
3416
- /**
3417
- * <p>The Amazon Resource Name (ARN) of the listener.</p>
3418
- */
3419
- ListenerArn: string | undefined;
3420
- /**
3421
- * <p>The certificate to remove. You can specify one certificate per call. Set
3422
- * <code>CertificateArn</code> to the certificate ARN but do not set
3423
- * <code>IsDefault</code>.</p>
3424
- */
3425
- Certificates: Certificate[] | undefined;
3426
- }
3427
- export declare namespace RemoveListenerCertificatesInput {
3428
- /**
3429
- * @internal
3430
- */
3431
- const filterSensitiveLog: (obj: RemoveListenerCertificatesInput) => any;
3432
- }
3433
- export interface RemoveListenerCertificatesOutput {
3434
- }
3435
- export declare namespace RemoveListenerCertificatesOutput {
3436
- /**
3437
- * @internal
3438
- */
3439
- const filterSensitiveLog: (obj: RemoveListenerCertificatesOutput) => any;
3440
- }
3441
- export interface RemoveTagsInput {
3442
- /**
3443
- * <p>The Amazon Resource Name (ARN) of the resource.</p>
3444
- */
3445
- ResourceArns: string[] | undefined;
3446
- /**
3447
- * <p>The tag keys for the tags to remove.</p>
3448
- */
3449
- TagKeys: string[] | undefined;
3450
- }
3451
- export declare namespace RemoveTagsInput {
3452
- /**
3453
- * @internal
3454
- */
3455
- const filterSensitiveLog: (obj: RemoveTagsInput) => any;
3456
- }
3457
- export interface RemoveTagsOutput {
3458
- }
3459
- export declare namespace RemoveTagsOutput {
3460
- /**
3461
- * @internal
3462
- */
3463
- const filterSensitiveLog: (obj: RemoveTagsOutput) => any;
3464
- }
3465
- export interface SetIpAddressTypeInput {
3466
- /**
3467
- * <p>The Amazon Resource Name (ARN) of the load balancer.</p>
3468
- */
3469
- LoadBalancerArn: string | undefined;
3470
- /**
3471
- * <p>The IP address type. The possible values are <code>ipv4</code> (for IPv4 addresses) and
3472
- * <code>dualstack</code> (for IPv4 and IPv6 addresses). Internal load balancers must use
3473
- * <code>ipv4</code>. You can’t specify <code>dualstack</code> for a load balancer with a UDP
3474
- * or TCP_UDP listener.</p>
3475
- */
3476
- IpAddressType: IpAddressType | string | undefined;
3477
- }
3478
- export declare namespace SetIpAddressTypeInput {
3479
- /**
3480
- * @internal
3481
- */
3482
- const filterSensitiveLog: (obj: SetIpAddressTypeInput) => any;
3483
- }
3484
- export interface SetIpAddressTypeOutput {
3485
- /**
3486
- * <p>The IP address type.</p>
3487
- */
3488
- IpAddressType?: IpAddressType | string;
3489
- }
3490
- export declare namespace SetIpAddressTypeOutput {
3491
- /**
3492
- * @internal
3493
- */
3494
- const filterSensitiveLog: (obj: SetIpAddressTypeOutput) => any;
3495
- }
3496
- /**
3497
- * <p>Information about the priorities for the rules for a listener.</p>
3498
- */
3499
- export interface RulePriorityPair {
3500
- /**
3501
- * <p>The Amazon Resource Name (ARN) of the rule.</p>
3502
- */
3503
- RuleArn?: string;
3504
- /**
3505
- * <p>The rule priority.</p>
3506
- */
3507
- Priority?: number;
3508
- }
3509
- export declare namespace RulePriorityPair {
3510
- /**
3511
- * @internal
3512
- */
3513
- const filterSensitiveLog: (obj: RulePriorityPair) => any;
3514
- }
3515
- export interface SetRulePrioritiesInput {
3516
- /**
3517
- * <p>The rule priorities.</p>
3518
- */
3519
- RulePriorities: RulePriorityPair[] | undefined;
3520
- }
3521
- export declare namespace SetRulePrioritiesInput {
3522
- /**
3523
- * @internal
3524
- */
3525
- const filterSensitiveLog: (obj: SetRulePrioritiesInput) => any;
3526
- }
3527
- export interface SetRulePrioritiesOutput {
3528
- /**
3529
- * <p>Information about the rules.</p>
3530
- */
3531
- Rules?: Rule[];
3532
- }
3533
- export declare namespace SetRulePrioritiesOutput {
3534
- /**
3535
- * @internal
3536
- */
3537
- const filterSensitiveLog: (obj: SetRulePrioritiesOutput) => any;
3538
- }
3539
- export interface SetSecurityGroupsInput {
3540
- /**
3541
- * <p>The Amazon Resource Name (ARN) of the load balancer.</p>
3542
- */
3543
- LoadBalancerArn: string | undefined;
3544
- /**
3545
- * <p>The IDs of the security groups.</p>
3546
- */
3547
- SecurityGroups: string[] | undefined;
3548
- }
3549
- export declare namespace SetSecurityGroupsInput {
3550
- /**
3551
- * @internal
3552
- */
3553
- const filterSensitiveLog: (obj: SetSecurityGroupsInput) => any;
3554
- }
3555
- export interface SetSecurityGroupsOutput {
3556
- /**
3557
- * <p>The IDs of the security groups associated with the load balancer.</p>
3558
- */
3559
- SecurityGroupIds?: string[];
3560
- }
3561
- export declare namespace SetSecurityGroupsOutput {
3562
- /**
3563
- * @internal
3564
- */
3565
- const filterSensitiveLog: (obj: SetSecurityGroupsOutput) => any;
3566
- }
3567
- export interface SetSubnetsInput {
3568
- /**
3569
- * <p>The Amazon Resource Name (ARN) of the load balancer.</p>
3570
- */
3571
- LoadBalancerArn: string | undefined;
3572
- /**
3573
- * <p>The IDs of the public subnets. You can specify only one subnet per Availability Zone. You
3574
- * must specify either subnets or subnet mappings.</p>
3575
- * <p>[Application Load Balancers] You must specify subnets from at least two Availability
3576
- * Zones.</p>
3577
- * <p>[Application Load Balancers on Outposts] You must specify one Outpost subnet.</p>
3578
- * <p>[Application Load Balancers on Local Zones] You can specify subnets from one or more Local
3579
- * Zones.</p>
3580
- * <p>[Network Load Balancers] You can specify subnets from one or more Availability
3581
- * Zones.</p>
3582
- */
3583
- Subnets?: string[];
3584
- /**
3585
- * <p>The IDs of the public subnets. You can specify only one subnet per Availability Zone. You
3586
- * must specify either subnets or subnet mappings.</p>
3587
- * <p>[Application Load Balancers] You must specify subnets from at least two Availability
3588
- * Zones. You cannot specify Elastic IP addresses for your subnets.</p>
3589
- * <p>[Application Load Balancers on Outposts] You must specify one Outpost subnet.</p>
3590
- * <p>[Application Load Balancers on Local Zones] You can specify subnets from one or more Local
3591
- * Zones.</p>
3592
- * <p>[Network Load Balancers] You can specify subnets from one or more Availability Zones. You
3593
- * can specify one Elastic IP address per subnet if you need static IP addresses for your
3594
- * internet-facing load balancer. For internal load balancers, you can specify one private IP
3595
- * address per subnet from the IPv4 range of the subnet. For internet-facing load balancer, you
3596
- * can specify one IPv6 address per subnet.</p>
3597
- */
3598
- SubnetMappings?: SubnetMapping[];
3599
- /**
3600
- * <p>[Network Load Balancers] The type of IP addresses used by the subnets for your load
3601
- * balancer. The possible values are <code>ipv4</code> (for IPv4 addresses) and
3602
- * <code>dualstack</code> (for IPv4 and IPv6 addresses). You can’t specify
3603
- * <code>dualstack</code> for a load balancer with a UDP or TCP_UDP listener. Internal load
3604
- * balancers must use <code>ipv4</code>.</p>
3605
- */
3606
- IpAddressType?: IpAddressType | string;
3607
- }
3608
- export declare namespace SetSubnetsInput {
3609
- /**
3610
- * @internal
3611
- */
3612
- const filterSensitiveLog: (obj: SetSubnetsInput) => any;
3613
- }
3614
- export interface SetSubnetsOutput {
3615
- /**
3616
- * <p>Information about the subnets.</p>
3617
- */
3618
- AvailabilityZones?: AvailabilityZone[];
3619
- /**
3620
- * <p>[Network Load Balancers] The IP address type.</p>
3621
- */
3622
- IpAddressType?: IpAddressType | string;
3623
- }
3624
- export declare namespace SetSubnetsOutput {
3625
- /**
3626
- * @internal
3627
- */
3628
- const filterSensitiveLog: (obj: SetSubnetsOutput) => any;
3629
- }
811
+