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

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