@aws-sdk/client-elastic-load-balancing-v2 3.35.0 → 3.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (338) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/ElasticLoadBalancingV2.js +0 -42
  3. package/dist-cjs/ElasticLoadBalancingV2Client.js +0 -47
  4. package/dist-cjs/commands/AddListenerCertificatesCommand.js +0 -32
  5. package/dist-cjs/commands/AddTagsCommand.js +0 -29
  6. package/dist-cjs/commands/CreateListenerCommand.js +0 -52
  7. package/dist-cjs/commands/CreateLoadBalancerCommand.js +0 -52
  8. package/dist-cjs/commands/CreateRuleCommand.js +0 -30
  9. package/dist-cjs/commands/CreateTargetGroupCommand.js +0 -52
  10. package/dist-cjs/commands/DeleteListenerCommand.js +0 -27
  11. package/dist-cjs/commands/DeleteLoadBalancerCommand.js +0 -31
  12. package/dist-cjs/commands/DeleteRuleCommand.js +0 -26
  13. package/dist-cjs/commands/DeleteTargetGroupCommand.js +0 -29
  14. package/dist-cjs/commands/DeregisterTargetsCommand.js +0 -26
  15. package/dist-cjs/commands/DescribeAccountLimitsCommand.js +0 -47
  16. package/dist-cjs/commands/DescribeListenerCertificatesCommand.js +0 -32
  17. package/dist-cjs/commands/DescribeListenersCommand.js +0 -27
  18. package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js +0 -48
  19. package/dist-cjs/commands/DescribeLoadBalancersCommand.js +0 -25
  20. package/dist-cjs/commands/DescribeRulesCommand.js +0 -26
  21. package/dist-cjs/commands/DescribeSSLPoliciesCommand.js +0 -27
  22. package/dist-cjs/commands/DescribeTagsCommand.js +0 -27
  23. package/dist-cjs/commands/DescribeTargetGroupAttributesCommand.js +0 -46
  24. package/dist-cjs/commands/DescribeTargetGroupsCommand.js +0 -28
  25. package/dist-cjs/commands/DescribeTargetHealthCommand.js +0 -25
  26. package/dist-cjs/commands/ModifyListenerCommand.js +0 -32
  27. package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +0 -28
  28. package/dist-cjs/commands/ModifyRuleCommand.js +0 -29
  29. package/dist-cjs/commands/ModifyTargetGroupAttributesCommand.js +0 -25
  30. package/dist-cjs/commands/ModifyTargetGroupCommand.js +0 -26
  31. package/dist-cjs/commands/RegisterTargetsCommand.js +0 -37
  32. package/dist-cjs/commands/RemoveListenerCertificatesCommand.js +0 -26
  33. package/dist-cjs/commands/RemoveTagsCommand.js +0 -27
  34. package/dist-cjs/commands/SetIpAddressTypeCommand.js +0 -26
  35. package/dist-cjs/commands/SetRulePrioritiesCommand.js +0 -27
  36. package/dist-cjs/commands/SetSecurityGroupsCommand.js +0 -28
  37. package/dist-cjs/commands/SetSubnetsCommand.js +0 -30
  38. package/dist-cjs/commands/index.js +37 -0
  39. package/dist-cjs/endpoints.js +1 -2
  40. package/dist-cjs/index.js +5 -46
  41. package/dist-cjs/models/index.js +0 -1
  42. package/dist-cjs/models/models_0.js +8 -430
  43. package/dist-cjs/pagination/DescribeListenersPaginator.js +0 -11
  44. package/dist-cjs/pagination/DescribeLoadBalancersPaginator.js +0 -11
  45. package/dist-cjs/pagination/DescribeTargetGroupsPaginator.js +0 -11
  46. package/dist-cjs/pagination/Interfaces.js +0 -1
  47. package/dist-cjs/pagination/index.js +7 -0
  48. package/dist-cjs/protocols/Aws_query.js +18 -3
  49. package/dist-cjs/runtimeConfig.browser.js +1 -6
  50. package/dist-cjs/runtimeConfig.js +2 -7
  51. package/dist-cjs/runtimeConfig.native.js +0 -4
  52. package/dist-cjs/runtimeConfig.shared.js +0 -4
  53. package/dist-cjs/waiters/index.js +8 -0
  54. package/dist-cjs/waiters/waitForLoadBalancerAvailable.js +0 -10
  55. package/dist-cjs/waiters/waitForLoadBalancerExists.js +0 -10
  56. package/dist-cjs/waiters/waitForLoadBalancersDeleted.js +0 -10
  57. package/dist-cjs/waiters/waitForTargetDeregistered.js +0 -10
  58. package/dist-cjs/waiters/waitForTargetInService.js +0 -10
  59. package/dist-es/ElasticLoadBalancingV2.js +0 -1
  60. package/dist-es/ElasticLoadBalancingV2Client.js +0 -1
  61. package/dist-es/commands/AddListenerCertificatesCommand.js +0 -1
  62. package/dist-es/commands/AddTagsCommand.js +0 -1
  63. package/dist-es/commands/CreateListenerCommand.js +0 -1
  64. package/dist-es/commands/CreateLoadBalancerCommand.js +0 -1
  65. package/dist-es/commands/CreateRuleCommand.js +0 -1
  66. package/dist-es/commands/CreateTargetGroupCommand.js +0 -1
  67. package/dist-es/commands/DeleteListenerCommand.js +0 -1
  68. package/dist-es/commands/DeleteLoadBalancerCommand.js +0 -1
  69. package/dist-es/commands/DeleteRuleCommand.js +0 -1
  70. package/dist-es/commands/DeleteTargetGroupCommand.js +0 -1
  71. package/dist-es/commands/DeregisterTargetsCommand.js +0 -1
  72. package/dist-es/commands/DescribeAccountLimitsCommand.js +0 -1
  73. package/dist-es/commands/DescribeListenerCertificatesCommand.js +0 -1
  74. package/dist-es/commands/DescribeListenersCommand.js +0 -1
  75. package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +0 -1
  76. package/dist-es/commands/DescribeLoadBalancersCommand.js +0 -1
  77. package/dist-es/commands/DescribeRulesCommand.js +0 -1
  78. package/dist-es/commands/DescribeSSLPoliciesCommand.js +0 -1
  79. package/dist-es/commands/DescribeTagsCommand.js +0 -1
  80. package/dist-es/commands/DescribeTargetGroupAttributesCommand.js +0 -1
  81. package/dist-es/commands/DescribeTargetGroupsCommand.js +0 -1
  82. package/dist-es/commands/DescribeTargetHealthCommand.js +0 -1
  83. package/dist-es/commands/ModifyListenerCommand.js +0 -1
  84. package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +0 -1
  85. package/dist-es/commands/ModifyRuleCommand.js +0 -1
  86. package/dist-es/commands/ModifyTargetGroupAttributesCommand.js +0 -1
  87. package/dist-es/commands/ModifyTargetGroupCommand.js +0 -1
  88. package/dist-es/commands/RegisterTargetsCommand.js +0 -1
  89. package/dist-es/commands/RemoveListenerCertificatesCommand.js +0 -1
  90. package/dist-es/commands/RemoveTagsCommand.js +0 -1
  91. package/dist-es/commands/SetIpAddressTypeCommand.js +0 -1
  92. package/dist-es/commands/SetRulePrioritiesCommand.js +0 -1
  93. package/dist-es/commands/SetSecurityGroupsCommand.js +0 -1
  94. package/dist-es/commands/SetSubnetsCommand.js +0 -1
  95. package/dist-es/commands/index.js +34 -0
  96. package/dist-es/endpoints.js +1 -2
  97. package/dist-es/index.js +5 -46
  98. package/dist-es/models/index.js +0 -1
  99. package/dist-es/models/models_0.js +5 -1
  100. package/dist-es/pagination/DescribeListenersPaginator.js +0 -1
  101. package/dist-es/pagination/DescribeLoadBalancersPaginator.js +0 -1
  102. package/dist-es/pagination/DescribeTargetGroupsPaginator.js +0 -1
  103. package/dist-es/pagination/Interfaces.js +0 -1
  104. package/dist-es/pagination/index.js +4 -0
  105. package/dist-es/protocols/Aws_query.js +18 -1
  106. package/dist-es/runtimeConfig.browser.js +1 -2
  107. package/dist-es/runtimeConfig.js +2 -3
  108. package/dist-es/runtimeConfig.native.js +0 -1
  109. package/dist-es/runtimeConfig.shared.js +0 -1
  110. package/dist-es/waiters/index.js +5 -0
  111. package/dist-es/waiters/waitForLoadBalancerAvailable.js +0 -1
  112. package/dist-es/waiters/waitForLoadBalancerExists.js +0 -1
  113. package/dist-es/waiters/waitForLoadBalancersDeleted.js +0 -1
  114. package/dist-es/waiters/waitForTargetDeregistered.js +0 -1
  115. package/dist-es/waiters/waitForTargetInService.js +0 -1
  116. package/dist-types/commands/index.d.ts +34 -0
  117. package/dist-types/index.d.ts +5 -45
  118. package/dist-types/models/models_0.d.ts +41 -12
  119. package/dist-types/pagination/index.d.ts +4 -0
  120. package/dist-types/runtimeConfig.browser.d.ts +3 -1
  121. package/dist-types/ts3.4/ElasticLoadBalancingV2.d.ts +35 -378
  122. package/dist-types/ts3.4/ElasticLoadBalancingV2Client.d.ts +24 -127
  123. package/dist-types/ts3.4/commands/AddListenerCertificatesCommand.d.ts +2 -27
  124. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +2 -24
  125. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +2 -47
  126. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +2 -47
  127. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +2 -25
  128. package/dist-types/ts3.4/commands/CreateTargetGroupCommand.d.ts +2 -47
  129. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +2 -22
  130. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +2 -26
  131. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +2 -21
  132. package/dist-types/ts3.4/commands/DeleteTargetGroupCommand.d.ts +2 -24
  133. package/dist-types/ts3.4/commands/DeregisterTargetsCommand.d.ts +2 -21
  134. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +2 -42
  135. package/dist-types/ts3.4/commands/DescribeListenerCertificatesCommand.d.ts +2 -27
  136. package/dist-types/ts3.4/commands/DescribeListenersCommand.d.ts +2 -22
  137. package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +2 -43
  138. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +2 -20
  139. package/dist-types/ts3.4/commands/DescribeRulesCommand.d.ts +2 -21
  140. package/dist-types/ts3.4/commands/DescribeSSLPoliciesCommand.d.ts +2 -22
  141. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -22
  142. package/dist-types/ts3.4/commands/DescribeTargetGroupAttributesCommand.d.ts +2 -41
  143. package/dist-types/ts3.4/commands/DescribeTargetGroupsCommand.d.ts +2 -23
  144. package/dist-types/ts3.4/commands/DescribeTargetHealthCommand.d.ts +2 -20
  145. package/dist-types/ts3.4/commands/ModifyListenerCommand.d.ts +2 -27
  146. package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +2 -23
  147. package/dist-types/ts3.4/commands/ModifyRuleCommand.d.ts +2 -24
  148. package/dist-types/ts3.4/commands/ModifyTargetGroupAttributesCommand.d.ts +2 -20
  149. package/dist-types/ts3.4/commands/ModifyTargetGroupCommand.d.ts +2 -21
  150. package/dist-types/ts3.4/commands/RegisterTargetsCommand.d.ts +2 -32
  151. package/dist-types/ts3.4/commands/RemoveListenerCertificatesCommand.d.ts +2 -21
  152. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -22
  153. package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +2 -21
  154. package/dist-types/ts3.4/commands/SetRulePrioritiesCommand.d.ts +2 -22
  155. package/dist-types/ts3.4/commands/SetSecurityGroupsCommand.d.ts +2 -23
  156. package/dist-types/ts3.4/commands/SetSubnetsCommand.d.ts +2 -25
  157. package/dist-types/ts3.4/commands/index.d.ts +34 -0
  158. package/dist-types/ts3.4/index.d.ts +5 -45
  159. package/dist-types/ts3.4/models/models_0.d.ts +238 -3056
  160. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  161. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -4
  162. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  163. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  164. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  165. package/dist-types/ts3.4/waiters/index.d.ts +5 -0
  166. package/dist-types/ts3.4/waiters/waitForLoadBalancerAvailable.d.ts +2 -9
  167. package/dist-types/ts3.4/waiters/waitForLoadBalancerExists.d.ts +2 -9
  168. package/dist-types/ts3.4/waiters/waitForLoadBalancersDeleted.d.ts +2 -9
  169. package/dist-types/ts3.4/waiters/waitForTargetDeregistered.d.ts +2 -9
  170. package/dist-types/ts3.4/waiters/waitForTargetInService.d.ts +2 -9
  171. package/dist-types/waiters/index.d.ts +5 -0
  172. package/package.json +34 -31
  173. package/dist-cjs/ElasticLoadBalancingV2.js.map +0 -1
  174. package/dist-cjs/ElasticLoadBalancingV2Client.js.map +0 -1
  175. package/dist-cjs/commands/AddListenerCertificatesCommand.js.map +0 -1
  176. package/dist-cjs/commands/AddTagsCommand.js.map +0 -1
  177. package/dist-cjs/commands/CreateListenerCommand.js.map +0 -1
  178. package/dist-cjs/commands/CreateLoadBalancerCommand.js.map +0 -1
  179. package/dist-cjs/commands/CreateRuleCommand.js.map +0 -1
  180. package/dist-cjs/commands/CreateTargetGroupCommand.js.map +0 -1
  181. package/dist-cjs/commands/DeleteListenerCommand.js.map +0 -1
  182. package/dist-cjs/commands/DeleteLoadBalancerCommand.js.map +0 -1
  183. package/dist-cjs/commands/DeleteRuleCommand.js.map +0 -1
  184. package/dist-cjs/commands/DeleteTargetGroupCommand.js.map +0 -1
  185. package/dist-cjs/commands/DeregisterTargetsCommand.js.map +0 -1
  186. package/dist-cjs/commands/DescribeAccountLimitsCommand.js.map +0 -1
  187. package/dist-cjs/commands/DescribeListenerCertificatesCommand.js.map +0 -1
  188. package/dist-cjs/commands/DescribeListenersCommand.js.map +0 -1
  189. package/dist-cjs/commands/DescribeLoadBalancerAttributesCommand.js.map +0 -1
  190. package/dist-cjs/commands/DescribeLoadBalancersCommand.js.map +0 -1
  191. package/dist-cjs/commands/DescribeRulesCommand.js.map +0 -1
  192. package/dist-cjs/commands/DescribeSSLPoliciesCommand.js.map +0 -1
  193. package/dist-cjs/commands/DescribeTagsCommand.js.map +0 -1
  194. package/dist-cjs/commands/DescribeTargetGroupAttributesCommand.js.map +0 -1
  195. package/dist-cjs/commands/DescribeTargetGroupsCommand.js.map +0 -1
  196. package/dist-cjs/commands/DescribeTargetHealthCommand.js.map +0 -1
  197. package/dist-cjs/commands/ModifyListenerCommand.js.map +0 -1
  198. package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js.map +0 -1
  199. package/dist-cjs/commands/ModifyRuleCommand.js.map +0 -1
  200. package/dist-cjs/commands/ModifyTargetGroupAttributesCommand.js.map +0 -1
  201. package/dist-cjs/commands/ModifyTargetGroupCommand.js.map +0 -1
  202. package/dist-cjs/commands/RegisterTargetsCommand.js.map +0 -1
  203. package/dist-cjs/commands/RemoveListenerCertificatesCommand.js.map +0 -1
  204. package/dist-cjs/commands/RemoveTagsCommand.js.map +0 -1
  205. package/dist-cjs/commands/SetIpAddressTypeCommand.js.map +0 -1
  206. package/dist-cjs/commands/SetRulePrioritiesCommand.js.map +0 -1
  207. package/dist-cjs/commands/SetSecurityGroupsCommand.js.map +0 -1
  208. package/dist-cjs/commands/SetSubnetsCommand.js.map +0 -1
  209. package/dist-cjs/endpoints.js.map +0 -1
  210. package/dist-cjs/index.js.map +0 -1
  211. package/dist-cjs/models/index.js.map +0 -1
  212. package/dist-cjs/models/models_0.js.map +0 -1
  213. package/dist-cjs/pagination/DescribeListenersPaginator.js.map +0 -1
  214. package/dist-cjs/pagination/DescribeLoadBalancersPaginator.js.map +0 -1
  215. package/dist-cjs/pagination/DescribeTargetGroupsPaginator.js.map +0 -1
  216. package/dist-cjs/pagination/Interfaces.js.map +0 -1
  217. package/dist-cjs/protocols/Aws_query.js.map +0 -1
  218. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  219. package/dist-cjs/runtimeConfig.js.map +0 -1
  220. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  221. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  222. package/dist-cjs/waiters/waitForLoadBalancerAvailable.js.map +0 -1
  223. package/dist-cjs/waiters/waitForLoadBalancerExists.js.map +0 -1
  224. package/dist-cjs/waiters/waitForLoadBalancersDeleted.js.map +0 -1
  225. package/dist-cjs/waiters/waitForTargetDeregistered.js.map +0 -1
  226. package/dist-cjs/waiters/waitForTargetInService.js.map +0 -1
  227. package/dist-es/ElasticLoadBalancingV2.js.map +0 -1
  228. package/dist-es/ElasticLoadBalancingV2Client.js.map +0 -1
  229. package/dist-es/commands/AddListenerCertificatesCommand.js.map +0 -1
  230. package/dist-es/commands/AddTagsCommand.js.map +0 -1
  231. package/dist-es/commands/CreateListenerCommand.js.map +0 -1
  232. package/dist-es/commands/CreateLoadBalancerCommand.js.map +0 -1
  233. package/dist-es/commands/CreateRuleCommand.js.map +0 -1
  234. package/dist-es/commands/CreateTargetGroupCommand.js.map +0 -1
  235. package/dist-es/commands/DeleteListenerCommand.js.map +0 -1
  236. package/dist-es/commands/DeleteLoadBalancerCommand.js.map +0 -1
  237. package/dist-es/commands/DeleteRuleCommand.js.map +0 -1
  238. package/dist-es/commands/DeleteTargetGroupCommand.js.map +0 -1
  239. package/dist-es/commands/DeregisterTargetsCommand.js.map +0 -1
  240. package/dist-es/commands/DescribeAccountLimitsCommand.js.map +0 -1
  241. package/dist-es/commands/DescribeListenerCertificatesCommand.js.map +0 -1
  242. package/dist-es/commands/DescribeListenersCommand.js.map +0 -1
  243. package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js.map +0 -1
  244. package/dist-es/commands/DescribeLoadBalancersCommand.js.map +0 -1
  245. package/dist-es/commands/DescribeRulesCommand.js.map +0 -1
  246. package/dist-es/commands/DescribeSSLPoliciesCommand.js.map +0 -1
  247. package/dist-es/commands/DescribeTagsCommand.js.map +0 -1
  248. package/dist-es/commands/DescribeTargetGroupAttributesCommand.js.map +0 -1
  249. package/dist-es/commands/DescribeTargetGroupsCommand.js.map +0 -1
  250. package/dist-es/commands/DescribeTargetHealthCommand.js.map +0 -1
  251. package/dist-es/commands/ModifyListenerCommand.js.map +0 -1
  252. package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js.map +0 -1
  253. package/dist-es/commands/ModifyRuleCommand.js.map +0 -1
  254. package/dist-es/commands/ModifyTargetGroupAttributesCommand.js.map +0 -1
  255. package/dist-es/commands/ModifyTargetGroupCommand.js.map +0 -1
  256. package/dist-es/commands/RegisterTargetsCommand.js.map +0 -1
  257. package/dist-es/commands/RemoveListenerCertificatesCommand.js.map +0 -1
  258. package/dist-es/commands/RemoveTagsCommand.js.map +0 -1
  259. package/dist-es/commands/SetIpAddressTypeCommand.js.map +0 -1
  260. package/dist-es/commands/SetRulePrioritiesCommand.js.map +0 -1
  261. package/dist-es/commands/SetSecurityGroupsCommand.js.map +0 -1
  262. package/dist-es/commands/SetSubnetsCommand.js.map +0 -1
  263. package/dist-es/endpoints.js.map +0 -1
  264. package/dist-es/index.js.map +0 -1
  265. package/dist-es/models/index.js.map +0 -1
  266. package/dist-es/models/models_0.js.map +0 -1
  267. package/dist-es/pagination/DescribeListenersPaginator.js.map +0 -1
  268. package/dist-es/pagination/DescribeLoadBalancersPaginator.js.map +0 -1
  269. package/dist-es/pagination/DescribeTargetGroupsPaginator.js.map +0 -1
  270. package/dist-es/pagination/Interfaces.js.map +0 -1
  271. package/dist-es/protocols/Aws_query.js.map +0 -1
  272. package/dist-es/runtimeConfig.browser.js.map +0 -1
  273. package/dist-es/runtimeConfig.js.map +0 -1
  274. package/dist-es/runtimeConfig.native.js.map +0 -1
  275. package/dist-es/runtimeConfig.shared.js.map +0 -1
  276. package/dist-es/waiters/waitForLoadBalancerAvailable.js.map +0 -1
  277. package/dist-es/waiters/waitForLoadBalancerExists.js.map +0 -1
  278. package/dist-es/waiters/waitForLoadBalancersDeleted.js.map +0 -1
  279. package/dist-es/waiters/waitForTargetDeregistered.js.map +0 -1
  280. package/dist-es/waiters/waitForTargetInService.js.map +0 -1
  281. package/jest.config.js +0 -4
  282. package/src/ElasticLoadBalancingV2.ts +0 -1476
  283. package/src/ElasticLoadBalancingV2Client.ts +0 -412
  284. package/src/commands/AddListenerCertificatesCommand.ts +0 -106
  285. package/src/commands/AddTagsCommand.ts +0 -100
  286. package/src/commands/CreateListenerCommand.ts +0 -126
  287. package/src/commands/CreateLoadBalancerCommand.ts +0 -126
  288. package/src/commands/CreateRuleCommand.ts +0 -101
  289. package/src/commands/CreateTargetGroupCommand.ts +0 -126
  290. package/src/commands/DeleteListenerCommand.ts +0 -101
  291. package/src/commands/DeleteLoadBalancerCommand.ts +0 -105
  292. package/src/commands/DeleteRuleCommand.ts +0 -97
  293. package/src/commands/DeleteTargetGroupCommand.ts +0 -103
  294. package/src/commands/DeregisterTargetsCommand.ts +0 -100
  295. package/src/commands/DescribeAccountLimitsCommand.ts +0 -121
  296. package/src/commands/DescribeListenerCertificatesCommand.ts +0 -111
  297. package/src/commands/DescribeListenersCommand.ts +0 -101
  298. package/src/commands/DescribeLoadBalancerAttributesCommand.ts +0 -130
  299. package/src/commands/DescribeLoadBalancersCommand.ts +0 -99
  300. package/src/commands/DescribeRulesCommand.ts +0 -100
  301. package/src/commands/DescribeSSLPoliciesCommand.ts +0 -101
  302. package/src/commands/DescribeTagsCommand.ts +0 -98
  303. package/src/commands/DescribeTargetGroupAttributesCommand.ts +0 -125
  304. package/src/commands/DescribeTargetGroupsCommand.ts +0 -102
  305. package/src/commands/DescribeTargetHealthCommand.ts +0 -99
  306. package/src/commands/ModifyListenerCommand.ts +0 -106
  307. package/src/commands/ModifyLoadBalancerAttributesCommand.ts +0 -107
  308. package/src/commands/ModifyRuleCommand.ts +0 -100
  309. package/src/commands/ModifyTargetGroupAttributesCommand.ts +0 -102
  310. package/src/commands/ModifyTargetGroupCommand.ts +0 -100
  311. package/src/commands/RegisterTargetsCommand.ts +0 -111
  312. package/src/commands/RemoveListenerCertificatesCommand.ts +0 -103
  313. package/src/commands/RemoveTagsCommand.ts +0 -98
  314. package/src/commands/SetIpAddressTypeCommand.ts +0 -100
  315. package/src/commands/SetRulePrioritiesCommand.ts +0 -101
  316. package/src/commands/SetSecurityGroupsCommand.ts +0 -102
  317. package/src/commands/SetSubnetsCommand.ts +0 -101
  318. package/src/endpoints.ts +0 -86
  319. package/src/index.ts +0 -46
  320. package/src/models/index.ts +0 -1
  321. package/src/models/models_0.ts +0 -4397
  322. package/src/pagination/DescribeListenersPaginator.ts +0 -58
  323. package/src/pagination/DescribeLoadBalancersPaginator.ts +0 -58
  324. package/src/pagination/DescribeTargetGroupsPaginator.ts +0 -58
  325. package/src/pagination/Interfaces.ts +0 -8
  326. package/src/protocols/Aws_query.ts +0 -7922
  327. package/src/runtimeConfig.browser.ts +0 -41
  328. package/src/runtimeConfig.native.ts +0 -17
  329. package/src/runtimeConfig.shared.ts +0 -17
  330. package/src/runtimeConfig.ts +0 -46
  331. package/src/waiters/waitForLoadBalancerAvailable.ts +0 -78
  332. package/src/waiters/waitForLoadBalancerExists.ts +0 -49
  333. package/src/waiters/waitForLoadBalancersDeleted.ts +0 -64
  334. package/src/waiters/waitForTargetDeregistered.ts +0 -61
  335. package/src/waiters/waitForTargetInService.ts +0 -61
  336. package/tsconfig.es.json +0 -10
  337. package/tsconfig.json +0 -33
  338. package/tsconfig.types.json +0 -9
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SubnetMapping = exports.LoadBalancerSchemeEnum = exports.IpAddressType = exports.UnsupportedProtocolException = exports.TooManyUniqueTargetGroupsPerLoadBalancerException = exports.TooManyTargetsException = exports.TooManyRegistrationsForTargetIdException = exports.TooManyListenersException = exports.TooManyActionsException = exports.TargetGroupAssociationLimitException = exports.SSLPolicyNotFoundException = exports.InvalidLoadBalancerActionException = exports.InvalidConfigurationRequestException = exports.IncompatibleProtocolsException = exports.DuplicateListenerException = exports.CreateListenerOutput = exports.Listener = exports.CreateListenerInput = exports.Cipher = exports.AvailabilityZoneNotSupportedException = exports.AvailabilityZone = exports.LoadBalancerAddress = exports.ALPNPolicyNotSupportedException = exports.AllocationIdNotFoundException = exports.TooManyTagsException = exports.TargetGroupNotFoundException = exports.RuleNotFoundException = exports.LoadBalancerNotFoundException = exports.DuplicateTagKeysException = exports.AddTagsOutput = exports.AddTagsInput = exports.Tag = exports.TooManyCertificatesException = exports.ListenerNotFoundException = exports.CertificateNotFoundException = exports.AddListenerCertificatesOutput = exports.AddListenerCertificatesInput = exports.Certificate = exports.Action = exports.ActionTypeEnum = exports.RedirectActionConfig = exports.RedirectActionStatusCodeEnum = exports.ForwardActionConfig = exports.TargetGroupStickinessConfig = exports.TargetGroupTuple = exports.FixedResponseActionConfig = exports.AuthenticateOidcActionConfig = exports.AuthenticateOidcActionConditionalBehaviorEnum = exports.AuthenticateCognitoActionConfig = exports.AuthenticateCognitoActionConditionalBehaviorEnum = void 0;
4
- exports.DescribeListenerCertificatesInput = exports.DescribeAccountLimitsOutput = exports.Limit = exports.DescribeAccountLimitsInput = exports.InvalidTargetException = exports.DeregisterTargetsOutput = exports.DeregisterTargetsInput = exports.TargetDescription = exports.DeleteTargetGroupOutput = exports.DeleteTargetGroupInput = exports.DeleteRuleOutput = exports.DeleteRuleInput = exports.DeleteLoadBalancerOutput = exports.DeleteLoadBalancerInput = exports.DeleteListenerOutput = exports.DeleteListenerInput = exports.DuplicateTargetGroupNameException = exports.CreateTargetGroupOutput = exports.TargetGroup = exports.CreateTargetGroupInput = exports.TargetTypeEnum = exports.Matcher = exports.TooManyTargetGroupsException = exports.TooManyRulesException = exports.PriorityInUseException = exports.CreateRuleOutput = exports.Rule = exports.CreateRuleInput = exports.RuleCondition = exports.SourceIpConditionConfig = exports.QueryStringConditionConfig = exports.QueryStringKeyValuePair = exports.PathPatternConditionConfig = exports.HttpRequestMethodConditionConfig = exports.HttpHeaderConditionConfig = exports.HostHeaderConditionConfig = exports.TooManyLoadBalancersException = exports.SubnetNotFoundException = exports.ResourceInUseException = exports.OperationNotPermittedException = exports.InvalidSubnetException = exports.InvalidSecurityGroupException = exports.InvalidSchemeException = exports.DuplicateLoadBalancerNameException = exports.CreateLoadBalancerOutput = exports.LoadBalancer = exports.LoadBalancerState = exports.LoadBalancerStateEnum = exports.CreateLoadBalancerInput = exports.LoadBalancerTypeEnum = void 0;
5
- exports.SetSecurityGroupsInput = exports.SetRulePrioritiesOutput = exports.SetRulePrioritiesInput = exports.RulePriorityPair = exports.SetIpAddressTypeOutput = exports.SetIpAddressTypeInput = exports.RemoveTagsOutput = exports.RemoveTagsInput = exports.RemoveListenerCertificatesOutput = exports.RemoveListenerCertificatesInput = exports.RegisterTargetsOutput = exports.RegisterTargetsInput = exports.ModifyTargetGroupAttributesOutput = exports.ModifyTargetGroupAttributesInput = exports.ModifyTargetGroupOutput = exports.ModifyTargetGroupInput = exports.ModifyRuleOutput = exports.ModifyRuleInput = exports.ModifyLoadBalancerAttributesOutput = exports.ModifyLoadBalancerAttributesInput = exports.ModifyListenerOutput = exports.ModifyListenerInput = exports.HealthUnavailableException = exports.DescribeTargetHealthOutput = exports.TargetHealthDescription = exports.TargetHealth = exports.TargetHealthStateEnum = exports.TargetHealthReasonEnum = exports.DescribeTargetHealthInput = exports.DescribeTargetGroupsOutput = exports.DescribeTargetGroupsInput = exports.DescribeTargetGroupAttributesOutput = exports.TargetGroupAttribute = exports.DescribeTargetGroupAttributesInput = exports.DescribeTagsOutput = exports.TagDescription = exports.DescribeTagsInput = exports.DescribeSSLPoliciesOutput = exports.SslPolicy = exports.DescribeSSLPoliciesInput = exports.DescribeRulesOutput = exports.DescribeRulesInput = exports.DescribeLoadBalancersOutput = exports.DescribeLoadBalancersInput = exports.DescribeLoadBalancerAttributesOutput = exports.LoadBalancerAttribute = exports.DescribeLoadBalancerAttributesInput = exports.DescribeListenersOutput = exports.DescribeListenersInput = exports.DescribeListenerCertificatesOutput = void 0;
6
- exports.SetSubnetsOutput = exports.SetSubnetsInput = exports.SetSecurityGroupsOutput = void 0;
4
+ exports.DescribeAccountLimitsOutput = exports.Limit = exports.DescribeAccountLimitsInput = exports.InvalidTargetException = exports.DeregisterTargetsOutput = exports.DeregisterTargetsInput = exports.TargetDescription = exports.DeleteTargetGroupOutput = exports.DeleteTargetGroupInput = exports.DeleteRuleOutput = exports.DeleteRuleInput = exports.DeleteLoadBalancerOutput = exports.DeleteLoadBalancerInput = exports.DeleteListenerOutput = exports.DeleteListenerInput = exports.DuplicateTargetGroupNameException = exports.CreateTargetGroupOutput = exports.TargetGroup = exports.CreateTargetGroupInput = exports.TargetTypeEnum = exports.Matcher = exports.TargetGroupIpAddressTypeEnum = exports.TooManyTargetGroupsException = exports.TooManyRulesException = exports.PriorityInUseException = exports.CreateRuleOutput = exports.Rule = exports.CreateRuleInput = exports.RuleCondition = exports.SourceIpConditionConfig = exports.QueryStringConditionConfig = exports.QueryStringKeyValuePair = exports.PathPatternConditionConfig = exports.HttpRequestMethodConditionConfig = exports.HttpHeaderConditionConfig = exports.HostHeaderConditionConfig = exports.TooManyLoadBalancersException = exports.SubnetNotFoundException = exports.ResourceInUseException = exports.OperationNotPermittedException = exports.InvalidSubnetException = exports.InvalidSecurityGroupException = exports.InvalidSchemeException = exports.DuplicateLoadBalancerNameException = exports.CreateLoadBalancerOutput = exports.LoadBalancer = exports.LoadBalancerState = exports.LoadBalancerStateEnum = exports.CreateLoadBalancerInput = exports.LoadBalancerTypeEnum = void 0;
5
+ exports.SetRulePrioritiesOutput = exports.SetRulePrioritiesInput = exports.RulePriorityPair = exports.SetIpAddressTypeOutput = exports.SetIpAddressTypeInput = exports.RemoveTagsOutput = exports.RemoveTagsInput = exports.RemoveListenerCertificatesOutput = exports.RemoveListenerCertificatesInput = exports.RegisterTargetsOutput = exports.RegisterTargetsInput = exports.ModifyTargetGroupAttributesOutput = exports.ModifyTargetGroupAttributesInput = exports.ModifyTargetGroupOutput = exports.ModifyTargetGroupInput = exports.ModifyRuleOutput = exports.ModifyRuleInput = exports.ModifyLoadBalancerAttributesOutput = exports.ModifyLoadBalancerAttributesInput = exports.ModifyListenerOutput = exports.ModifyListenerInput = exports.HealthUnavailableException = exports.DescribeTargetHealthOutput = exports.TargetHealthDescription = exports.TargetHealth = exports.TargetHealthStateEnum = exports.TargetHealthReasonEnum = exports.DescribeTargetHealthInput = exports.DescribeTargetGroupsOutput = exports.DescribeTargetGroupsInput = exports.DescribeTargetGroupAttributesOutput = exports.TargetGroupAttribute = exports.DescribeTargetGroupAttributesInput = exports.DescribeTagsOutput = exports.TagDescription = exports.DescribeTagsInput = exports.DescribeSSLPoliciesOutput = exports.SslPolicy = exports.DescribeSSLPoliciesInput = exports.DescribeRulesOutput = exports.DescribeRulesInput = exports.DescribeLoadBalancersOutput = exports.DescribeLoadBalancersInput = exports.DescribeLoadBalancerAttributesOutput = exports.LoadBalancerAttribute = exports.DescribeLoadBalancerAttributesInput = exports.DescribeListenersOutput = exports.DescribeListenersInput = exports.DescribeListenerCertificatesOutput = exports.DescribeListenerCertificatesInput = void 0;
6
+ exports.SetSubnetsOutput = exports.SetSubnetsInput = exports.SetSecurityGroupsOutput = exports.SetSecurityGroupsInput = void 0;
7
7
  var AuthenticateCognitoActionConditionalBehaviorEnum;
8
8
  (function (AuthenticateCognitoActionConditionalBehaviorEnum) {
9
9
  AuthenticateCognitoActionConditionalBehaviorEnum["ALLOW"] = "allow";
@@ -12,9 +12,6 @@ var AuthenticateCognitoActionConditionalBehaviorEnum;
12
12
  })(AuthenticateCognitoActionConditionalBehaviorEnum = exports.AuthenticateCognitoActionConditionalBehaviorEnum || (exports.AuthenticateCognitoActionConditionalBehaviorEnum = {}));
13
13
  var AuthenticateCognitoActionConfig;
14
14
  (function (AuthenticateCognitoActionConfig) {
15
- /**
16
- * @internal
17
- */
18
15
  AuthenticateCognitoActionConfig.filterSensitiveLog = (obj) => ({
19
16
  ...obj,
20
17
  });
@@ -27,45 +24,30 @@ var AuthenticateOidcActionConditionalBehaviorEnum;
27
24
  })(AuthenticateOidcActionConditionalBehaviorEnum = exports.AuthenticateOidcActionConditionalBehaviorEnum || (exports.AuthenticateOidcActionConditionalBehaviorEnum = {}));
28
25
  var AuthenticateOidcActionConfig;
29
26
  (function (AuthenticateOidcActionConfig) {
30
- /**
31
- * @internal
32
- */
33
27
  AuthenticateOidcActionConfig.filterSensitiveLog = (obj) => ({
34
28
  ...obj,
35
29
  });
36
30
  })(AuthenticateOidcActionConfig = exports.AuthenticateOidcActionConfig || (exports.AuthenticateOidcActionConfig = {}));
37
31
  var FixedResponseActionConfig;
38
32
  (function (FixedResponseActionConfig) {
39
- /**
40
- * @internal
41
- */
42
33
  FixedResponseActionConfig.filterSensitiveLog = (obj) => ({
43
34
  ...obj,
44
35
  });
45
36
  })(FixedResponseActionConfig = exports.FixedResponseActionConfig || (exports.FixedResponseActionConfig = {}));
46
37
  var TargetGroupTuple;
47
38
  (function (TargetGroupTuple) {
48
- /**
49
- * @internal
50
- */
51
39
  TargetGroupTuple.filterSensitiveLog = (obj) => ({
52
40
  ...obj,
53
41
  });
54
42
  })(TargetGroupTuple = exports.TargetGroupTuple || (exports.TargetGroupTuple = {}));
55
43
  var TargetGroupStickinessConfig;
56
44
  (function (TargetGroupStickinessConfig) {
57
- /**
58
- * @internal
59
- */
60
45
  TargetGroupStickinessConfig.filterSensitiveLog = (obj) => ({
61
46
  ...obj,
62
47
  });
63
48
  })(TargetGroupStickinessConfig = exports.TargetGroupStickinessConfig || (exports.TargetGroupStickinessConfig = {}));
64
49
  var ForwardActionConfig;
65
50
  (function (ForwardActionConfig) {
66
- /**
67
- * @internal
68
- */
69
51
  ForwardActionConfig.filterSensitiveLog = (obj) => ({
70
52
  ...obj,
71
53
  });
@@ -77,9 +59,6 @@ var RedirectActionStatusCodeEnum;
77
59
  })(RedirectActionStatusCodeEnum = exports.RedirectActionStatusCodeEnum || (exports.RedirectActionStatusCodeEnum = {}));
78
60
  var RedirectActionConfig;
79
61
  (function (RedirectActionConfig) {
80
- /**
81
- * @internal
82
- */
83
62
  RedirectActionConfig.filterSensitiveLog = (obj) => ({
84
63
  ...obj,
85
64
  });
@@ -94,324 +73,216 @@ var ActionTypeEnum;
94
73
  })(ActionTypeEnum = exports.ActionTypeEnum || (exports.ActionTypeEnum = {}));
95
74
  var Action;
96
75
  (function (Action) {
97
- /**
98
- * @internal
99
- */
100
76
  Action.filterSensitiveLog = (obj) => ({
101
77
  ...obj,
102
78
  });
103
79
  })(Action = exports.Action || (exports.Action = {}));
104
80
  var Certificate;
105
81
  (function (Certificate) {
106
- /**
107
- * @internal
108
- */
109
82
  Certificate.filterSensitiveLog = (obj) => ({
110
83
  ...obj,
111
84
  });
112
85
  })(Certificate = exports.Certificate || (exports.Certificate = {}));
113
86
  var AddListenerCertificatesInput;
114
87
  (function (AddListenerCertificatesInput) {
115
- /**
116
- * @internal
117
- */
118
88
  AddListenerCertificatesInput.filterSensitiveLog = (obj) => ({
119
89
  ...obj,
120
90
  });
121
91
  })(AddListenerCertificatesInput = exports.AddListenerCertificatesInput || (exports.AddListenerCertificatesInput = {}));
122
92
  var AddListenerCertificatesOutput;
123
93
  (function (AddListenerCertificatesOutput) {
124
- /**
125
- * @internal
126
- */
127
94
  AddListenerCertificatesOutput.filterSensitiveLog = (obj) => ({
128
95
  ...obj,
129
96
  });
130
97
  })(AddListenerCertificatesOutput = exports.AddListenerCertificatesOutput || (exports.AddListenerCertificatesOutput = {}));
131
98
  var CertificateNotFoundException;
132
99
  (function (CertificateNotFoundException) {
133
- /**
134
- * @internal
135
- */
136
100
  CertificateNotFoundException.filterSensitiveLog = (obj) => ({
137
101
  ...obj,
138
102
  });
139
103
  })(CertificateNotFoundException = exports.CertificateNotFoundException || (exports.CertificateNotFoundException = {}));
140
104
  var ListenerNotFoundException;
141
105
  (function (ListenerNotFoundException) {
142
- /**
143
- * @internal
144
- */
145
106
  ListenerNotFoundException.filterSensitiveLog = (obj) => ({
146
107
  ...obj,
147
108
  });
148
109
  })(ListenerNotFoundException = exports.ListenerNotFoundException || (exports.ListenerNotFoundException = {}));
149
110
  var TooManyCertificatesException;
150
111
  (function (TooManyCertificatesException) {
151
- /**
152
- * @internal
153
- */
154
112
  TooManyCertificatesException.filterSensitiveLog = (obj) => ({
155
113
  ...obj,
156
114
  });
157
115
  })(TooManyCertificatesException = exports.TooManyCertificatesException || (exports.TooManyCertificatesException = {}));
158
116
  var Tag;
159
117
  (function (Tag) {
160
- /**
161
- * @internal
162
- */
163
118
  Tag.filterSensitiveLog = (obj) => ({
164
119
  ...obj,
165
120
  });
166
121
  })(Tag = exports.Tag || (exports.Tag = {}));
167
122
  var AddTagsInput;
168
123
  (function (AddTagsInput) {
169
- /**
170
- * @internal
171
- */
172
124
  AddTagsInput.filterSensitiveLog = (obj) => ({
173
125
  ...obj,
174
126
  });
175
127
  })(AddTagsInput = exports.AddTagsInput || (exports.AddTagsInput = {}));
176
128
  var AddTagsOutput;
177
129
  (function (AddTagsOutput) {
178
- /**
179
- * @internal
180
- */
181
130
  AddTagsOutput.filterSensitiveLog = (obj) => ({
182
131
  ...obj,
183
132
  });
184
133
  })(AddTagsOutput = exports.AddTagsOutput || (exports.AddTagsOutput = {}));
185
134
  var DuplicateTagKeysException;
186
135
  (function (DuplicateTagKeysException) {
187
- /**
188
- * @internal
189
- */
190
136
  DuplicateTagKeysException.filterSensitiveLog = (obj) => ({
191
137
  ...obj,
192
138
  });
193
139
  })(DuplicateTagKeysException = exports.DuplicateTagKeysException || (exports.DuplicateTagKeysException = {}));
194
140
  var LoadBalancerNotFoundException;
195
141
  (function (LoadBalancerNotFoundException) {
196
- /**
197
- * @internal
198
- */
199
142
  LoadBalancerNotFoundException.filterSensitiveLog = (obj) => ({
200
143
  ...obj,
201
144
  });
202
145
  })(LoadBalancerNotFoundException = exports.LoadBalancerNotFoundException || (exports.LoadBalancerNotFoundException = {}));
203
146
  var RuleNotFoundException;
204
147
  (function (RuleNotFoundException) {
205
- /**
206
- * @internal
207
- */
208
148
  RuleNotFoundException.filterSensitiveLog = (obj) => ({
209
149
  ...obj,
210
150
  });
211
151
  })(RuleNotFoundException = exports.RuleNotFoundException || (exports.RuleNotFoundException = {}));
212
152
  var TargetGroupNotFoundException;
213
153
  (function (TargetGroupNotFoundException) {
214
- /**
215
- * @internal
216
- */
217
154
  TargetGroupNotFoundException.filterSensitiveLog = (obj) => ({
218
155
  ...obj,
219
156
  });
220
157
  })(TargetGroupNotFoundException = exports.TargetGroupNotFoundException || (exports.TargetGroupNotFoundException = {}));
221
158
  var TooManyTagsException;
222
159
  (function (TooManyTagsException) {
223
- /**
224
- * @internal
225
- */
226
160
  TooManyTagsException.filterSensitiveLog = (obj) => ({
227
161
  ...obj,
228
162
  });
229
163
  })(TooManyTagsException = exports.TooManyTagsException || (exports.TooManyTagsException = {}));
230
164
  var AllocationIdNotFoundException;
231
165
  (function (AllocationIdNotFoundException) {
232
- /**
233
- * @internal
234
- */
235
166
  AllocationIdNotFoundException.filterSensitiveLog = (obj) => ({
236
167
  ...obj,
237
168
  });
238
169
  })(AllocationIdNotFoundException = exports.AllocationIdNotFoundException || (exports.AllocationIdNotFoundException = {}));
239
170
  var ALPNPolicyNotSupportedException;
240
171
  (function (ALPNPolicyNotSupportedException) {
241
- /**
242
- * @internal
243
- */
244
172
  ALPNPolicyNotSupportedException.filterSensitiveLog = (obj) => ({
245
173
  ...obj,
246
174
  });
247
175
  })(ALPNPolicyNotSupportedException = exports.ALPNPolicyNotSupportedException || (exports.ALPNPolicyNotSupportedException = {}));
248
176
  var LoadBalancerAddress;
249
177
  (function (LoadBalancerAddress) {
250
- /**
251
- * @internal
252
- */
253
178
  LoadBalancerAddress.filterSensitiveLog = (obj) => ({
254
179
  ...obj,
255
180
  });
256
181
  })(LoadBalancerAddress = exports.LoadBalancerAddress || (exports.LoadBalancerAddress = {}));
257
182
  var AvailabilityZone;
258
183
  (function (AvailabilityZone) {
259
- /**
260
- * @internal
261
- */
262
184
  AvailabilityZone.filterSensitiveLog = (obj) => ({
263
185
  ...obj,
264
186
  });
265
187
  })(AvailabilityZone = exports.AvailabilityZone || (exports.AvailabilityZone = {}));
266
188
  var AvailabilityZoneNotSupportedException;
267
189
  (function (AvailabilityZoneNotSupportedException) {
268
- /**
269
- * @internal
270
- */
271
190
  AvailabilityZoneNotSupportedException.filterSensitiveLog = (obj) => ({
272
191
  ...obj,
273
192
  });
274
193
  })(AvailabilityZoneNotSupportedException = exports.AvailabilityZoneNotSupportedException || (exports.AvailabilityZoneNotSupportedException = {}));
275
194
  var Cipher;
276
195
  (function (Cipher) {
277
- /**
278
- * @internal
279
- */
280
196
  Cipher.filterSensitiveLog = (obj) => ({
281
197
  ...obj,
282
198
  });
283
199
  })(Cipher = exports.Cipher || (exports.Cipher = {}));
284
200
  var CreateListenerInput;
285
201
  (function (CreateListenerInput) {
286
- /**
287
- * @internal
288
- */
289
202
  CreateListenerInput.filterSensitiveLog = (obj) => ({
290
203
  ...obj,
291
204
  });
292
205
  })(CreateListenerInput = exports.CreateListenerInput || (exports.CreateListenerInput = {}));
293
206
  var Listener;
294
207
  (function (Listener) {
295
- /**
296
- * @internal
297
- */
298
208
  Listener.filterSensitiveLog = (obj) => ({
299
209
  ...obj,
300
210
  });
301
211
  })(Listener = exports.Listener || (exports.Listener = {}));
302
212
  var CreateListenerOutput;
303
213
  (function (CreateListenerOutput) {
304
- /**
305
- * @internal
306
- */
307
214
  CreateListenerOutput.filterSensitiveLog = (obj) => ({
308
215
  ...obj,
309
216
  });
310
217
  })(CreateListenerOutput = exports.CreateListenerOutput || (exports.CreateListenerOutput = {}));
311
218
  var DuplicateListenerException;
312
219
  (function (DuplicateListenerException) {
313
- /**
314
- * @internal
315
- */
316
220
  DuplicateListenerException.filterSensitiveLog = (obj) => ({
317
221
  ...obj,
318
222
  });
319
223
  })(DuplicateListenerException = exports.DuplicateListenerException || (exports.DuplicateListenerException = {}));
320
224
  var IncompatibleProtocolsException;
321
225
  (function (IncompatibleProtocolsException) {
322
- /**
323
- * @internal
324
- */
325
226
  IncompatibleProtocolsException.filterSensitiveLog = (obj) => ({
326
227
  ...obj,
327
228
  });
328
229
  })(IncompatibleProtocolsException = exports.IncompatibleProtocolsException || (exports.IncompatibleProtocolsException = {}));
329
230
  var InvalidConfigurationRequestException;
330
231
  (function (InvalidConfigurationRequestException) {
331
- /**
332
- * @internal
333
- */
334
232
  InvalidConfigurationRequestException.filterSensitiveLog = (obj) => ({
335
233
  ...obj,
336
234
  });
337
235
  })(InvalidConfigurationRequestException = exports.InvalidConfigurationRequestException || (exports.InvalidConfigurationRequestException = {}));
338
236
  var InvalidLoadBalancerActionException;
339
237
  (function (InvalidLoadBalancerActionException) {
340
- /**
341
- * @internal
342
- */
343
238
  InvalidLoadBalancerActionException.filterSensitiveLog = (obj) => ({
344
239
  ...obj,
345
240
  });
346
241
  })(InvalidLoadBalancerActionException = exports.InvalidLoadBalancerActionException || (exports.InvalidLoadBalancerActionException = {}));
347
242
  var SSLPolicyNotFoundException;
348
243
  (function (SSLPolicyNotFoundException) {
349
- /**
350
- * @internal
351
- */
352
244
  SSLPolicyNotFoundException.filterSensitiveLog = (obj) => ({
353
245
  ...obj,
354
246
  });
355
247
  })(SSLPolicyNotFoundException = exports.SSLPolicyNotFoundException || (exports.SSLPolicyNotFoundException = {}));
356
248
  var TargetGroupAssociationLimitException;
357
249
  (function (TargetGroupAssociationLimitException) {
358
- /**
359
- * @internal
360
- */
361
250
  TargetGroupAssociationLimitException.filterSensitiveLog = (obj) => ({
362
251
  ...obj,
363
252
  });
364
253
  })(TargetGroupAssociationLimitException = exports.TargetGroupAssociationLimitException || (exports.TargetGroupAssociationLimitException = {}));
365
254
  var TooManyActionsException;
366
255
  (function (TooManyActionsException) {
367
- /**
368
- * @internal
369
- */
370
256
  TooManyActionsException.filterSensitiveLog = (obj) => ({
371
257
  ...obj,
372
258
  });
373
259
  })(TooManyActionsException = exports.TooManyActionsException || (exports.TooManyActionsException = {}));
374
260
  var TooManyListenersException;
375
261
  (function (TooManyListenersException) {
376
- /**
377
- * @internal
378
- */
379
262
  TooManyListenersException.filterSensitiveLog = (obj) => ({
380
263
  ...obj,
381
264
  });
382
265
  })(TooManyListenersException = exports.TooManyListenersException || (exports.TooManyListenersException = {}));
383
266
  var TooManyRegistrationsForTargetIdException;
384
267
  (function (TooManyRegistrationsForTargetIdException) {
385
- /**
386
- * @internal
387
- */
388
268
  TooManyRegistrationsForTargetIdException.filterSensitiveLog = (obj) => ({
389
269
  ...obj,
390
270
  });
391
271
  })(TooManyRegistrationsForTargetIdException = exports.TooManyRegistrationsForTargetIdException || (exports.TooManyRegistrationsForTargetIdException = {}));
392
272
  var TooManyTargetsException;
393
273
  (function (TooManyTargetsException) {
394
- /**
395
- * @internal
396
- */
397
274
  TooManyTargetsException.filterSensitiveLog = (obj) => ({
398
275
  ...obj,
399
276
  });
400
277
  })(TooManyTargetsException = exports.TooManyTargetsException || (exports.TooManyTargetsException = {}));
401
278
  var TooManyUniqueTargetGroupsPerLoadBalancerException;
402
279
  (function (TooManyUniqueTargetGroupsPerLoadBalancerException) {
403
- /**
404
- * @internal
405
- */
406
280
  TooManyUniqueTargetGroupsPerLoadBalancerException.filterSensitiveLog = (obj) => ({
407
281
  ...obj,
408
282
  });
409
283
  })(TooManyUniqueTargetGroupsPerLoadBalancerException = exports.TooManyUniqueTargetGroupsPerLoadBalancerException || (exports.TooManyUniqueTargetGroupsPerLoadBalancerException = {}));
410
284
  var UnsupportedProtocolException;
411
285
  (function (UnsupportedProtocolException) {
412
- /**
413
- * @internal
414
- */
415
286
  UnsupportedProtocolException.filterSensitiveLog = (obj) => ({
416
287
  ...obj,
417
288
  });
@@ -428,9 +299,6 @@ var LoadBalancerSchemeEnum;
428
299
  })(LoadBalancerSchemeEnum = exports.LoadBalancerSchemeEnum || (exports.LoadBalancerSchemeEnum = {}));
429
300
  var SubnetMapping;
430
301
  (function (SubnetMapping) {
431
- /**
432
- * @internal
433
- */
434
302
  SubnetMapping.filterSensitiveLog = (obj) => ({
435
303
  ...obj,
436
304
  });
@@ -443,9 +311,6 @@ var LoadBalancerTypeEnum;
443
311
  })(LoadBalancerTypeEnum = exports.LoadBalancerTypeEnum || (exports.LoadBalancerTypeEnum = {}));
444
312
  var CreateLoadBalancerInput;
445
313
  (function (CreateLoadBalancerInput) {
446
- /**
447
- * @internal
448
- */
449
314
  CreateLoadBalancerInput.filterSensitiveLog = (obj) => ({
450
315
  ...obj,
451
316
  });
@@ -459,234 +324,161 @@ var LoadBalancerStateEnum;
459
324
  })(LoadBalancerStateEnum = exports.LoadBalancerStateEnum || (exports.LoadBalancerStateEnum = {}));
460
325
  var LoadBalancerState;
461
326
  (function (LoadBalancerState) {
462
- /**
463
- * @internal
464
- */
465
327
  LoadBalancerState.filterSensitiveLog = (obj) => ({
466
328
  ...obj,
467
329
  });
468
330
  })(LoadBalancerState = exports.LoadBalancerState || (exports.LoadBalancerState = {}));
469
331
  var LoadBalancer;
470
332
  (function (LoadBalancer) {
471
- /**
472
- * @internal
473
- */
474
333
  LoadBalancer.filterSensitiveLog = (obj) => ({
475
334
  ...obj,
476
335
  });
477
336
  })(LoadBalancer = exports.LoadBalancer || (exports.LoadBalancer = {}));
478
337
  var CreateLoadBalancerOutput;
479
338
  (function (CreateLoadBalancerOutput) {
480
- /**
481
- * @internal
482
- */
483
339
  CreateLoadBalancerOutput.filterSensitiveLog = (obj) => ({
484
340
  ...obj,
485
341
  });
486
342
  })(CreateLoadBalancerOutput = exports.CreateLoadBalancerOutput || (exports.CreateLoadBalancerOutput = {}));
487
343
  var DuplicateLoadBalancerNameException;
488
344
  (function (DuplicateLoadBalancerNameException) {
489
- /**
490
- * @internal
491
- */
492
345
  DuplicateLoadBalancerNameException.filterSensitiveLog = (obj) => ({
493
346
  ...obj,
494
347
  });
495
348
  })(DuplicateLoadBalancerNameException = exports.DuplicateLoadBalancerNameException || (exports.DuplicateLoadBalancerNameException = {}));
496
349
  var InvalidSchemeException;
497
350
  (function (InvalidSchemeException) {
498
- /**
499
- * @internal
500
- */
501
351
  InvalidSchemeException.filterSensitiveLog = (obj) => ({
502
352
  ...obj,
503
353
  });
504
354
  })(InvalidSchemeException = exports.InvalidSchemeException || (exports.InvalidSchemeException = {}));
505
355
  var InvalidSecurityGroupException;
506
356
  (function (InvalidSecurityGroupException) {
507
- /**
508
- * @internal
509
- */
510
357
  InvalidSecurityGroupException.filterSensitiveLog = (obj) => ({
511
358
  ...obj,
512
359
  });
513
360
  })(InvalidSecurityGroupException = exports.InvalidSecurityGroupException || (exports.InvalidSecurityGroupException = {}));
514
361
  var InvalidSubnetException;
515
362
  (function (InvalidSubnetException) {
516
- /**
517
- * @internal
518
- */
519
363
  InvalidSubnetException.filterSensitiveLog = (obj) => ({
520
364
  ...obj,
521
365
  });
522
366
  })(InvalidSubnetException = exports.InvalidSubnetException || (exports.InvalidSubnetException = {}));
523
367
  var OperationNotPermittedException;
524
368
  (function (OperationNotPermittedException) {
525
- /**
526
- * @internal
527
- */
528
369
  OperationNotPermittedException.filterSensitiveLog = (obj) => ({
529
370
  ...obj,
530
371
  });
531
372
  })(OperationNotPermittedException = exports.OperationNotPermittedException || (exports.OperationNotPermittedException = {}));
532
373
  var ResourceInUseException;
533
374
  (function (ResourceInUseException) {
534
- /**
535
- * @internal
536
- */
537
375
  ResourceInUseException.filterSensitiveLog = (obj) => ({
538
376
  ...obj,
539
377
  });
540
378
  })(ResourceInUseException = exports.ResourceInUseException || (exports.ResourceInUseException = {}));
541
379
  var SubnetNotFoundException;
542
380
  (function (SubnetNotFoundException) {
543
- /**
544
- * @internal
545
- */
546
381
  SubnetNotFoundException.filterSensitiveLog = (obj) => ({
547
382
  ...obj,
548
383
  });
549
384
  })(SubnetNotFoundException = exports.SubnetNotFoundException || (exports.SubnetNotFoundException = {}));
550
385
  var TooManyLoadBalancersException;
551
386
  (function (TooManyLoadBalancersException) {
552
- /**
553
- * @internal
554
- */
555
387
  TooManyLoadBalancersException.filterSensitiveLog = (obj) => ({
556
388
  ...obj,
557
389
  });
558
390
  })(TooManyLoadBalancersException = exports.TooManyLoadBalancersException || (exports.TooManyLoadBalancersException = {}));
559
391
  var HostHeaderConditionConfig;
560
392
  (function (HostHeaderConditionConfig) {
561
- /**
562
- * @internal
563
- */
564
393
  HostHeaderConditionConfig.filterSensitiveLog = (obj) => ({
565
394
  ...obj,
566
395
  });
567
396
  })(HostHeaderConditionConfig = exports.HostHeaderConditionConfig || (exports.HostHeaderConditionConfig = {}));
568
397
  var HttpHeaderConditionConfig;
569
398
  (function (HttpHeaderConditionConfig) {
570
- /**
571
- * @internal
572
- */
573
399
  HttpHeaderConditionConfig.filterSensitiveLog = (obj) => ({
574
400
  ...obj,
575
401
  });
576
402
  })(HttpHeaderConditionConfig = exports.HttpHeaderConditionConfig || (exports.HttpHeaderConditionConfig = {}));
577
403
  var HttpRequestMethodConditionConfig;
578
404
  (function (HttpRequestMethodConditionConfig) {
579
- /**
580
- * @internal
581
- */
582
405
  HttpRequestMethodConditionConfig.filterSensitiveLog = (obj) => ({
583
406
  ...obj,
584
407
  });
585
408
  })(HttpRequestMethodConditionConfig = exports.HttpRequestMethodConditionConfig || (exports.HttpRequestMethodConditionConfig = {}));
586
409
  var PathPatternConditionConfig;
587
410
  (function (PathPatternConditionConfig) {
588
- /**
589
- * @internal
590
- */
591
411
  PathPatternConditionConfig.filterSensitiveLog = (obj) => ({
592
412
  ...obj,
593
413
  });
594
414
  })(PathPatternConditionConfig = exports.PathPatternConditionConfig || (exports.PathPatternConditionConfig = {}));
595
415
  var QueryStringKeyValuePair;
596
416
  (function (QueryStringKeyValuePair) {
597
- /**
598
- * @internal
599
- */
600
417
  QueryStringKeyValuePair.filterSensitiveLog = (obj) => ({
601
418
  ...obj,
602
419
  });
603
420
  })(QueryStringKeyValuePair = exports.QueryStringKeyValuePair || (exports.QueryStringKeyValuePair = {}));
604
421
  var QueryStringConditionConfig;
605
422
  (function (QueryStringConditionConfig) {
606
- /**
607
- * @internal
608
- */
609
423
  QueryStringConditionConfig.filterSensitiveLog = (obj) => ({
610
424
  ...obj,
611
425
  });
612
426
  })(QueryStringConditionConfig = exports.QueryStringConditionConfig || (exports.QueryStringConditionConfig = {}));
613
427
  var SourceIpConditionConfig;
614
428
  (function (SourceIpConditionConfig) {
615
- /**
616
- * @internal
617
- */
618
429
  SourceIpConditionConfig.filterSensitiveLog = (obj) => ({
619
430
  ...obj,
620
431
  });
621
432
  })(SourceIpConditionConfig = exports.SourceIpConditionConfig || (exports.SourceIpConditionConfig = {}));
622
433
  var RuleCondition;
623
434
  (function (RuleCondition) {
624
- /**
625
- * @internal
626
- */
627
435
  RuleCondition.filterSensitiveLog = (obj) => ({
628
436
  ...obj,
629
437
  });
630
438
  })(RuleCondition = exports.RuleCondition || (exports.RuleCondition = {}));
631
439
  var CreateRuleInput;
632
440
  (function (CreateRuleInput) {
633
- /**
634
- * @internal
635
- */
636
441
  CreateRuleInput.filterSensitiveLog = (obj) => ({
637
442
  ...obj,
638
443
  });
639
444
  })(CreateRuleInput = exports.CreateRuleInput || (exports.CreateRuleInput = {}));
640
445
  var Rule;
641
446
  (function (Rule) {
642
- /**
643
- * @internal
644
- */
645
447
  Rule.filterSensitiveLog = (obj) => ({
646
448
  ...obj,
647
449
  });
648
450
  })(Rule = exports.Rule || (exports.Rule = {}));
649
451
  var CreateRuleOutput;
650
452
  (function (CreateRuleOutput) {
651
- /**
652
- * @internal
653
- */
654
453
  CreateRuleOutput.filterSensitiveLog = (obj) => ({
655
454
  ...obj,
656
455
  });
657
456
  })(CreateRuleOutput = exports.CreateRuleOutput || (exports.CreateRuleOutput = {}));
658
457
  var PriorityInUseException;
659
458
  (function (PriorityInUseException) {
660
- /**
661
- * @internal
662
- */
663
459
  PriorityInUseException.filterSensitiveLog = (obj) => ({
664
460
  ...obj,
665
461
  });
666
462
  })(PriorityInUseException = exports.PriorityInUseException || (exports.PriorityInUseException = {}));
667
463
  var TooManyRulesException;
668
464
  (function (TooManyRulesException) {
669
- /**
670
- * @internal
671
- */
672
465
  TooManyRulesException.filterSensitiveLog = (obj) => ({
673
466
  ...obj,
674
467
  });
675
468
  })(TooManyRulesException = exports.TooManyRulesException || (exports.TooManyRulesException = {}));
676
469
  var TooManyTargetGroupsException;
677
470
  (function (TooManyTargetGroupsException) {
678
- /**
679
- * @internal
680
- */
681
471
  TooManyTargetGroupsException.filterSensitiveLog = (obj) => ({
682
472
  ...obj,
683
473
  });
684
474
  })(TooManyTargetGroupsException = exports.TooManyTargetGroupsException || (exports.TooManyTargetGroupsException = {}));
475
+ var TargetGroupIpAddressTypeEnum;
476
+ (function (TargetGroupIpAddressTypeEnum) {
477
+ TargetGroupIpAddressTypeEnum["IPV4"] = "ipv4";
478
+ TargetGroupIpAddressTypeEnum["IPV6"] = "ipv6";
479
+ })(TargetGroupIpAddressTypeEnum = exports.TargetGroupIpAddressTypeEnum || (exports.TargetGroupIpAddressTypeEnum = {}));
685
480
  var Matcher;
686
481
  (function (Matcher) {
687
- /**
688
- * @internal
689
- */
690
482
  Matcher.filterSensitiveLog = (obj) => ({
691
483
  ...obj,
692
484
  });
@@ -700,378 +492,252 @@ var TargetTypeEnum;
700
492
  })(TargetTypeEnum = exports.TargetTypeEnum || (exports.TargetTypeEnum = {}));
701
493
  var CreateTargetGroupInput;
702
494
  (function (CreateTargetGroupInput) {
703
- /**
704
- * @internal
705
- */
706
495
  CreateTargetGroupInput.filterSensitiveLog = (obj) => ({
707
496
  ...obj,
708
497
  });
709
498
  })(CreateTargetGroupInput = exports.CreateTargetGroupInput || (exports.CreateTargetGroupInput = {}));
710
499
  var TargetGroup;
711
500
  (function (TargetGroup) {
712
- /**
713
- * @internal
714
- */
715
501
  TargetGroup.filterSensitiveLog = (obj) => ({
716
502
  ...obj,
717
503
  });
718
504
  })(TargetGroup = exports.TargetGroup || (exports.TargetGroup = {}));
719
505
  var CreateTargetGroupOutput;
720
506
  (function (CreateTargetGroupOutput) {
721
- /**
722
- * @internal
723
- */
724
507
  CreateTargetGroupOutput.filterSensitiveLog = (obj) => ({
725
508
  ...obj,
726
509
  });
727
510
  })(CreateTargetGroupOutput = exports.CreateTargetGroupOutput || (exports.CreateTargetGroupOutput = {}));
728
511
  var DuplicateTargetGroupNameException;
729
512
  (function (DuplicateTargetGroupNameException) {
730
- /**
731
- * @internal
732
- */
733
513
  DuplicateTargetGroupNameException.filterSensitiveLog = (obj) => ({
734
514
  ...obj,
735
515
  });
736
516
  })(DuplicateTargetGroupNameException = exports.DuplicateTargetGroupNameException || (exports.DuplicateTargetGroupNameException = {}));
737
517
  var DeleteListenerInput;
738
518
  (function (DeleteListenerInput) {
739
- /**
740
- * @internal
741
- */
742
519
  DeleteListenerInput.filterSensitiveLog = (obj) => ({
743
520
  ...obj,
744
521
  });
745
522
  })(DeleteListenerInput = exports.DeleteListenerInput || (exports.DeleteListenerInput = {}));
746
523
  var DeleteListenerOutput;
747
524
  (function (DeleteListenerOutput) {
748
- /**
749
- * @internal
750
- */
751
525
  DeleteListenerOutput.filterSensitiveLog = (obj) => ({
752
526
  ...obj,
753
527
  });
754
528
  })(DeleteListenerOutput = exports.DeleteListenerOutput || (exports.DeleteListenerOutput = {}));
755
529
  var DeleteLoadBalancerInput;
756
530
  (function (DeleteLoadBalancerInput) {
757
- /**
758
- * @internal
759
- */
760
531
  DeleteLoadBalancerInput.filterSensitiveLog = (obj) => ({
761
532
  ...obj,
762
533
  });
763
534
  })(DeleteLoadBalancerInput = exports.DeleteLoadBalancerInput || (exports.DeleteLoadBalancerInput = {}));
764
535
  var DeleteLoadBalancerOutput;
765
536
  (function (DeleteLoadBalancerOutput) {
766
- /**
767
- * @internal
768
- */
769
537
  DeleteLoadBalancerOutput.filterSensitiveLog = (obj) => ({
770
538
  ...obj,
771
539
  });
772
540
  })(DeleteLoadBalancerOutput = exports.DeleteLoadBalancerOutput || (exports.DeleteLoadBalancerOutput = {}));
773
541
  var DeleteRuleInput;
774
542
  (function (DeleteRuleInput) {
775
- /**
776
- * @internal
777
- */
778
543
  DeleteRuleInput.filterSensitiveLog = (obj) => ({
779
544
  ...obj,
780
545
  });
781
546
  })(DeleteRuleInput = exports.DeleteRuleInput || (exports.DeleteRuleInput = {}));
782
547
  var DeleteRuleOutput;
783
548
  (function (DeleteRuleOutput) {
784
- /**
785
- * @internal
786
- */
787
549
  DeleteRuleOutput.filterSensitiveLog = (obj) => ({
788
550
  ...obj,
789
551
  });
790
552
  })(DeleteRuleOutput = exports.DeleteRuleOutput || (exports.DeleteRuleOutput = {}));
791
553
  var DeleteTargetGroupInput;
792
554
  (function (DeleteTargetGroupInput) {
793
- /**
794
- * @internal
795
- */
796
555
  DeleteTargetGroupInput.filterSensitiveLog = (obj) => ({
797
556
  ...obj,
798
557
  });
799
558
  })(DeleteTargetGroupInput = exports.DeleteTargetGroupInput || (exports.DeleteTargetGroupInput = {}));
800
559
  var DeleteTargetGroupOutput;
801
560
  (function (DeleteTargetGroupOutput) {
802
- /**
803
- * @internal
804
- */
805
561
  DeleteTargetGroupOutput.filterSensitiveLog = (obj) => ({
806
562
  ...obj,
807
563
  });
808
564
  })(DeleteTargetGroupOutput = exports.DeleteTargetGroupOutput || (exports.DeleteTargetGroupOutput = {}));
809
565
  var TargetDescription;
810
566
  (function (TargetDescription) {
811
- /**
812
- * @internal
813
- */
814
567
  TargetDescription.filterSensitiveLog = (obj) => ({
815
568
  ...obj,
816
569
  });
817
570
  })(TargetDescription = exports.TargetDescription || (exports.TargetDescription = {}));
818
571
  var DeregisterTargetsInput;
819
572
  (function (DeregisterTargetsInput) {
820
- /**
821
- * @internal
822
- */
823
573
  DeregisterTargetsInput.filterSensitiveLog = (obj) => ({
824
574
  ...obj,
825
575
  });
826
576
  })(DeregisterTargetsInput = exports.DeregisterTargetsInput || (exports.DeregisterTargetsInput = {}));
827
577
  var DeregisterTargetsOutput;
828
578
  (function (DeregisterTargetsOutput) {
829
- /**
830
- * @internal
831
- */
832
579
  DeregisterTargetsOutput.filterSensitiveLog = (obj) => ({
833
580
  ...obj,
834
581
  });
835
582
  })(DeregisterTargetsOutput = exports.DeregisterTargetsOutput || (exports.DeregisterTargetsOutput = {}));
836
583
  var InvalidTargetException;
837
584
  (function (InvalidTargetException) {
838
- /**
839
- * @internal
840
- */
841
585
  InvalidTargetException.filterSensitiveLog = (obj) => ({
842
586
  ...obj,
843
587
  });
844
588
  })(InvalidTargetException = exports.InvalidTargetException || (exports.InvalidTargetException = {}));
845
589
  var DescribeAccountLimitsInput;
846
590
  (function (DescribeAccountLimitsInput) {
847
- /**
848
- * @internal
849
- */
850
591
  DescribeAccountLimitsInput.filterSensitiveLog = (obj) => ({
851
592
  ...obj,
852
593
  });
853
594
  })(DescribeAccountLimitsInput = exports.DescribeAccountLimitsInput || (exports.DescribeAccountLimitsInput = {}));
854
595
  var Limit;
855
596
  (function (Limit) {
856
- /**
857
- * @internal
858
- */
859
597
  Limit.filterSensitiveLog = (obj) => ({
860
598
  ...obj,
861
599
  });
862
600
  })(Limit = exports.Limit || (exports.Limit = {}));
863
601
  var DescribeAccountLimitsOutput;
864
602
  (function (DescribeAccountLimitsOutput) {
865
- /**
866
- * @internal
867
- */
868
603
  DescribeAccountLimitsOutput.filterSensitiveLog = (obj) => ({
869
604
  ...obj,
870
605
  });
871
606
  })(DescribeAccountLimitsOutput = exports.DescribeAccountLimitsOutput || (exports.DescribeAccountLimitsOutput = {}));
872
607
  var DescribeListenerCertificatesInput;
873
608
  (function (DescribeListenerCertificatesInput) {
874
- /**
875
- * @internal
876
- */
877
609
  DescribeListenerCertificatesInput.filterSensitiveLog = (obj) => ({
878
610
  ...obj,
879
611
  });
880
612
  })(DescribeListenerCertificatesInput = exports.DescribeListenerCertificatesInput || (exports.DescribeListenerCertificatesInput = {}));
881
613
  var DescribeListenerCertificatesOutput;
882
614
  (function (DescribeListenerCertificatesOutput) {
883
- /**
884
- * @internal
885
- */
886
615
  DescribeListenerCertificatesOutput.filterSensitiveLog = (obj) => ({
887
616
  ...obj,
888
617
  });
889
618
  })(DescribeListenerCertificatesOutput = exports.DescribeListenerCertificatesOutput || (exports.DescribeListenerCertificatesOutput = {}));
890
619
  var DescribeListenersInput;
891
620
  (function (DescribeListenersInput) {
892
- /**
893
- * @internal
894
- */
895
621
  DescribeListenersInput.filterSensitiveLog = (obj) => ({
896
622
  ...obj,
897
623
  });
898
624
  })(DescribeListenersInput = exports.DescribeListenersInput || (exports.DescribeListenersInput = {}));
899
625
  var DescribeListenersOutput;
900
626
  (function (DescribeListenersOutput) {
901
- /**
902
- * @internal
903
- */
904
627
  DescribeListenersOutput.filterSensitiveLog = (obj) => ({
905
628
  ...obj,
906
629
  });
907
630
  })(DescribeListenersOutput = exports.DescribeListenersOutput || (exports.DescribeListenersOutput = {}));
908
631
  var DescribeLoadBalancerAttributesInput;
909
632
  (function (DescribeLoadBalancerAttributesInput) {
910
- /**
911
- * @internal
912
- */
913
633
  DescribeLoadBalancerAttributesInput.filterSensitiveLog = (obj) => ({
914
634
  ...obj,
915
635
  });
916
636
  })(DescribeLoadBalancerAttributesInput = exports.DescribeLoadBalancerAttributesInput || (exports.DescribeLoadBalancerAttributesInput = {}));
917
637
  var LoadBalancerAttribute;
918
638
  (function (LoadBalancerAttribute) {
919
- /**
920
- * @internal
921
- */
922
639
  LoadBalancerAttribute.filterSensitiveLog = (obj) => ({
923
640
  ...obj,
924
641
  });
925
642
  })(LoadBalancerAttribute = exports.LoadBalancerAttribute || (exports.LoadBalancerAttribute = {}));
926
643
  var DescribeLoadBalancerAttributesOutput;
927
644
  (function (DescribeLoadBalancerAttributesOutput) {
928
- /**
929
- * @internal
930
- */
931
645
  DescribeLoadBalancerAttributesOutput.filterSensitiveLog = (obj) => ({
932
646
  ...obj,
933
647
  });
934
648
  })(DescribeLoadBalancerAttributesOutput = exports.DescribeLoadBalancerAttributesOutput || (exports.DescribeLoadBalancerAttributesOutput = {}));
935
649
  var DescribeLoadBalancersInput;
936
650
  (function (DescribeLoadBalancersInput) {
937
- /**
938
- * @internal
939
- */
940
651
  DescribeLoadBalancersInput.filterSensitiveLog = (obj) => ({
941
652
  ...obj,
942
653
  });
943
654
  })(DescribeLoadBalancersInput = exports.DescribeLoadBalancersInput || (exports.DescribeLoadBalancersInput = {}));
944
655
  var DescribeLoadBalancersOutput;
945
656
  (function (DescribeLoadBalancersOutput) {
946
- /**
947
- * @internal
948
- */
949
657
  DescribeLoadBalancersOutput.filterSensitiveLog = (obj) => ({
950
658
  ...obj,
951
659
  });
952
660
  })(DescribeLoadBalancersOutput = exports.DescribeLoadBalancersOutput || (exports.DescribeLoadBalancersOutput = {}));
953
661
  var DescribeRulesInput;
954
662
  (function (DescribeRulesInput) {
955
- /**
956
- * @internal
957
- */
958
663
  DescribeRulesInput.filterSensitiveLog = (obj) => ({
959
664
  ...obj,
960
665
  });
961
666
  })(DescribeRulesInput = exports.DescribeRulesInput || (exports.DescribeRulesInput = {}));
962
667
  var DescribeRulesOutput;
963
668
  (function (DescribeRulesOutput) {
964
- /**
965
- * @internal
966
- */
967
669
  DescribeRulesOutput.filterSensitiveLog = (obj) => ({
968
670
  ...obj,
969
671
  });
970
672
  })(DescribeRulesOutput = exports.DescribeRulesOutput || (exports.DescribeRulesOutput = {}));
971
673
  var DescribeSSLPoliciesInput;
972
674
  (function (DescribeSSLPoliciesInput) {
973
- /**
974
- * @internal
975
- */
976
675
  DescribeSSLPoliciesInput.filterSensitiveLog = (obj) => ({
977
676
  ...obj,
978
677
  });
979
678
  })(DescribeSSLPoliciesInput = exports.DescribeSSLPoliciesInput || (exports.DescribeSSLPoliciesInput = {}));
980
679
  var SslPolicy;
981
680
  (function (SslPolicy) {
982
- /**
983
- * @internal
984
- */
985
681
  SslPolicy.filterSensitiveLog = (obj) => ({
986
682
  ...obj,
987
683
  });
988
684
  })(SslPolicy = exports.SslPolicy || (exports.SslPolicy = {}));
989
685
  var DescribeSSLPoliciesOutput;
990
686
  (function (DescribeSSLPoliciesOutput) {
991
- /**
992
- * @internal
993
- */
994
687
  DescribeSSLPoliciesOutput.filterSensitiveLog = (obj) => ({
995
688
  ...obj,
996
689
  });
997
690
  })(DescribeSSLPoliciesOutput = exports.DescribeSSLPoliciesOutput || (exports.DescribeSSLPoliciesOutput = {}));
998
691
  var DescribeTagsInput;
999
692
  (function (DescribeTagsInput) {
1000
- /**
1001
- * @internal
1002
- */
1003
693
  DescribeTagsInput.filterSensitiveLog = (obj) => ({
1004
694
  ...obj,
1005
695
  });
1006
696
  })(DescribeTagsInput = exports.DescribeTagsInput || (exports.DescribeTagsInput = {}));
1007
697
  var TagDescription;
1008
698
  (function (TagDescription) {
1009
- /**
1010
- * @internal
1011
- */
1012
699
  TagDescription.filterSensitiveLog = (obj) => ({
1013
700
  ...obj,
1014
701
  });
1015
702
  })(TagDescription = exports.TagDescription || (exports.TagDescription = {}));
1016
703
  var DescribeTagsOutput;
1017
704
  (function (DescribeTagsOutput) {
1018
- /**
1019
- * @internal
1020
- */
1021
705
  DescribeTagsOutput.filterSensitiveLog = (obj) => ({
1022
706
  ...obj,
1023
707
  });
1024
708
  })(DescribeTagsOutput = exports.DescribeTagsOutput || (exports.DescribeTagsOutput = {}));
1025
709
  var DescribeTargetGroupAttributesInput;
1026
710
  (function (DescribeTargetGroupAttributesInput) {
1027
- /**
1028
- * @internal
1029
- */
1030
711
  DescribeTargetGroupAttributesInput.filterSensitiveLog = (obj) => ({
1031
712
  ...obj,
1032
713
  });
1033
714
  })(DescribeTargetGroupAttributesInput = exports.DescribeTargetGroupAttributesInput || (exports.DescribeTargetGroupAttributesInput = {}));
1034
715
  var TargetGroupAttribute;
1035
716
  (function (TargetGroupAttribute) {
1036
- /**
1037
- * @internal
1038
- */
1039
717
  TargetGroupAttribute.filterSensitiveLog = (obj) => ({
1040
718
  ...obj,
1041
719
  });
1042
720
  })(TargetGroupAttribute = exports.TargetGroupAttribute || (exports.TargetGroupAttribute = {}));
1043
721
  var DescribeTargetGroupAttributesOutput;
1044
722
  (function (DescribeTargetGroupAttributesOutput) {
1045
- /**
1046
- * @internal
1047
- */
1048
723
  DescribeTargetGroupAttributesOutput.filterSensitiveLog = (obj) => ({
1049
724
  ...obj,
1050
725
  });
1051
726
  })(DescribeTargetGroupAttributesOutput = exports.DescribeTargetGroupAttributesOutput || (exports.DescribeTargetGroupAttributesOutput = {}));
1052
727
  var DescribeTargetGroupsInput;
1053
728
  (function (DescribeTargetGroupsInput) {
1054
- /**
1055
- * @internal
1056
- */
1057
729
  DescribeTargetGroupsInput.filterSensitiveLog = (obj) => ({
1058
730
  ...obj,
1059
731
  });
1060
732
  })(DescribeTargetGroupsInput = exports.DescribeTargetGroupsInput || (exports.DescribeTargetGroupsInput = {}));
1061
733
  var DescribeTargetGroupsOutput;
1062
734
  (function (DescribeTargetGroupsOutput) {
1063
- /**
1064
- * @internal
1065
- */
1066
735
  DescribeTargetGroupsOutput.filterSensitiveLog = (obj) => ({
1067
736
  ...obj,
1068
737
  });
1069
738
  })(DescribeTargetGroupsOutput = exports.DescribeTargetGroupsOutput || (exports.DescribeTargetGroupsOutput = {}));
1070
739
  var DescribeTargetHealthInput;
1071
740
  (function (DescribeTargetHealthInput) {
1072
- /**
1073
- * @internal
1074
- */
1075
741
  DescribeTargetHealthInput.filterSensitiveLog = (obj) => ({
1076
742
  ...obj,
1077
743
  });
@@ -1102,263 +768,175 @@ var TargetHealthStateEnum;
1102
768
  })(TargetHealthStateEnum = exports.TargetHealthStateEnum || (exports.TargetHealthStateEnum = {}));
1103
769
  var TargetHealth;
1104
770
  (function (TargetHealth) {
1105
- /**
1106
- * @internal
1107
- */
1108
771
  TargetHealth.filterSensitiveLog = (obj) => ({
1109
772
  ...obj,
1110
773
  });
1111
774
  })(TargetHealth = exports.TargetHealth || (exports.TargetHealth = {}));
1112
775
  var TargetHealthDescription;
1113
776
  (function (TargetHealthDescription) {
1114
- /**
1115
- * @internal
1116
- */
1117
777
  TargetHealthDescription.filterSensitiveLog = (obj) => ({
1118
778
  ...obj,
1119
779
  });
1120
780
  })(TargetHealthDescription = exports.TargetHealthDescription || (exports.TargetHealthDescription = {}));
1121
781
  var DescribeTargetHealthOutput;
1122
782
  (function (DescribeTargetHealthOutput) {
1123
- /**
1124
- * @internal
1125
- */
1126
783
  DescribeTargetHealthOutput.filterSensitiveLog = (obj) => ({
1127
784
  ...obj,
1128
785
  });
1129
786
  })(DescribeTargetHealthOutput = exports.DescribeTargetHealthOutput || (exports.DescribeTargetHealthOutput = {}));
1130
787
  var HealthUnavailableException;
1131
788
  (function (HealthUnavailableException) {
1132
- /**
1133
- * @internal
1134
- */
1135
789
  HealthUnavailableException.filterSensitiveLog = (obj) => ({
1136
790
  ...obj,
1137
791
  });
1138
792
  })(HealthUnavailableException = exports.HealthUnavailableException || (exports.HealthUnavailableException = {}));
1139
793
  var ModifyListenerInput;
1140
794
  (function (ModifyListenerInput) {
1141
- /**
1142
- * @internal
1143
- */
1144
795
  ModifyListenerInput.filterSensitiveLog = (obj) => ({
1145
796
  ...obj,
1146
797
  });
1147
798
  })(ModifyListenerInput = exports.ModifyListenerInput || (exports.ModifyListenerInput = {}));
1148
799
  var ModifyListenerOutput;
1149
800
  (function (ModifyListenerOutput) {
1150
- /**
1151
- * @internal
1152
- */
1153
801
  ModifyListenerOutput.filterSensitiveLog = (obj) => ({
1154
802
  ...obj,
1155
803
  });
1156
804
  })(ModifyListenerOutput = exports.ModifyListenerOutput || (exports.ModifyListenerOutput = {}));
1157
805
  var ModifyLoadBalancerAttributesInput;
1158
806
  (function (ModifyLoadBalancerAttributesInput) {
1159
- /**
1160
- * @internal
1161
- */
1162
807
  ModifyLoadBalancerAttributesInput.filterSensitiveLog = (obj) => ({
1163
808
  ...obj,
1164
809
  });
1165
810
  })(ModifyLoadBalancerAttributesInput = exports.ModifyLoadBalancerAttributesInput || (exports.ModifyLoadBalancerAttributesInput = {}));
1166
811
  var ModifyLoadBalancerAttributesOutput;
1167
812
  (function (ModifyLoadBalancerAttributesOutput) {
1168
- /**
1169
- * @internal
1170
- */
1171
813
  ModifyLoadBalancerAttributesOutput.filterSensitiveLog = (obj) => ({
1172
814
  ...obj,
1173
815
  });
1174
816
  })(ModifyLoadBalancerAttributesOutput = exports.ModifyLoadBalancerAttributesOutput || (exports.ModifyLoadBalancerAttributesOutput = {}));
1175
817
  var ModifyRuleInput;
1176
818
  (function (ModifyRuleInput) {
1177
- /**
1178
- * @internal
1179
- */
1180
819
  ModifyRuleInput.filterSensitiveLog = (obj) => ({
1181
820
  ...obj,
1182
821
  });
1183
822
  })(ModifyRuleInput = exports.ModifyRuleInput || (exports.ModifyRuleInput = {}));
1184
823
  var ModifyRuleOutput;
1185
824
  (function (ModifyRuleOutput) {
1186
- /**
1187
- * @internal
1188
- */
1189
825
  ModifyRuleOutput.filterSensitiveLog = (obj) => ({
1190
826
  ...obj,
1191
827
  });
1192
828
  })(ModifyRuleOutput = exports.ModifyRuleOutput || (exports.ModifyRuleOutput = {}));
1193
829
  var ModifyTargetGroupInput;
1194
830
  (function (ModifyTargetGroupInput) {
1195
- /**
1196
- * @internal
1197
- */
1198
831
  ModifyTargetGroupInput.filterSensitiveLog = (obj) => ({
1199
832
  ...obj,
1200
833
  });
1201
834
  })(ModifyTargetGroupInput = exports.ModifyTargetGroupInput || (exports.ModifyTargetGroupInput = {}));
1202
835
  var ModifyTargetGroupOutput;
1203
836
  (function (ModifyTargetGroupOutput) {
1204
- /**
1205
- * @internal
1206
- */
1207
837
  ModifyTargetGroupOutput.filterSensitiveLog = (obj) => ({
1208
838
  ...obj,
1209
839
  });
1210
840
  })(ModifyTargetGroupOutput = exports.ModifyTargetGroupOutput || (exports.ModifyTargetGroupOutput = {}));
1211
841
  var ModifyTargetGroupAttributesInput;
1212
842
  (function (ModifyTargetGroupAttributesInput) {
1213
- /**
1214
- * @internal
1215
- */
1216
843
  ModifyTargetGroupAttributesInput.filterSensitiveLog = (obj) => ({
1217
844
  ...obj,
1218
845
  });
1219
846
  })(ModifyTargetGroupAttributesInput = exports.ModifyTargetGroupAttributesInput || (exports.ModifyTargetGroupAttributesInput = {}));
1220
847
  var ModifyTargetGroupAttributesOutput;
1221
848
  (function (ModifyTargetGroupAttributesOutput) {
1222
- /**
1223
- * @internal
1224
- */
1225
849
  ModifyTargetGroupAttributesOutput.filterSensitiveLog = (obj) => ({
1226
850
  ...obj,
1227
851
  });
1228
852
  })(ModifyTargetGroupAttributesOutput = exports.ModifyTargetGroupAttributesOutput || (exports.ModifyTargetGroupAttributesOutput = {}));
1229
853
  var RegisterTargetsInput;
1230
854
  (function (RegisterTargetsInput) {
1231
- /**
1232
- * @internal
1233
- */
1234
855
  RegisterTargetsInput.filterSensitiveLog = (obj) => ({
1235
856
  ...obj,
1236
857
  });
1237
858
  })(RegisterTargetsInput = exports.RegisterTargetsInput || (exports.RegisterTargetsInput = {}));
1238
859
  var RegisterTargetsOutput;
1239
860
  (function (RegisterTargetsOutput) {
1240
- /**
1241
- * @internal
1242
- */
1243
861
  RegisterTargetsOutput.filterSensitiveLog = (obj) => ({
1244
862
  ...obj,
1245
863
  });
1246
864
  })(RegisterTargetsOutput = exports.RegisterTargetsOutput || (exports.RegisterTargetsOutput = {}));
1247
865
  var RemoveListenerCertificatesInput;
1248
866
  (function (RemoveListenerCertificatesInput) {
1249
- /**
1250
- * @internal
1251
- */
1252
867
  RemoveListenerCertificatesInput.filterSensitiveLog = (obj) => ({
1253
868
  ...obj,
1254
869
  });
1255
870
  })(RemoveListenerCertificatesInput = exports.RemoveListenerCertificatesInput || (exports.RemoveListenerCertificatesInput = {}));
1256
871
  var RemoveListenerCertificatesOutput;
1257
872
  (function (RemoveListenerCertificatesOutput) {
1258
- /**
1259
- * @internal
1260
- */
1261
873
  RemoveListenerCertificatesOutput.filterSensitiveLog = (obj) => ({
1262
874
  ...obj,
1263
875
  });
1264
876
  })(RemoveListenerCertificatesOutput = exports.RemoveListenerCertificatesOutput || (exports.RemoveListenerCertificatesOutput = {}));
1265
877
  var RemoveTagsInput;
1266
878
  (function (RemoveTagsInput) {
1267
- /**
1268
- * @internal
1269
- */
1270
879
  RemoveTagsInput.filterSensitiveLog = (obj) => ({
1271
880
  ...obj,
1272
881
  });
1273
882
  })(RemoveTagsInput = exports.RemoveTagsInput || (exports.RemoveTagsInput = {}));
1274
883
  var RemoveTagsOutput;
1275
884
  (function (RemoveTagsOutput) {
1276
- /**
1277
- * @internal
1278
- */
1279
885
  RemoveTagsOutput.filterSensitiveLog = (obj) => ({
1280
886
  ...obj,
1281
887
  });
1282
888
  })(RemoveTagsOutput = exports.RemoveTagsOutput || (exports.RemoveTagsOutput = {}));
1283
889
  var SetIpAddressTypeInput;
1284
890
  (function (SetIpAddressTypeInput) {
1285
- /**
1286
- * @internal
1287
- */
1288
891
  SetIpAddressTypeInput.filterSensitiveLog = (obj) => ({
1289
892
  ...obj,
1290
893
  });
1291
894
  })(SetIpAddressTypeInput = exports.SetIpAddressTypeInput || (exports.SetIpAddressTypeInput = {}));
1292
895
  var SetIpAddressTypeOutput;
1293
896
  (function (SetIpAddressTypeOutput) {
1294
- /**
1295
- * @internal
1296
- */
1297
897
  SetIpAddressTypeOutput.filterSensitiveLog = (obj) => ({
1298
898
  ...obj,
1299
899
  });
1300
900
  })(SetIpAddressTypeOutput = exports.SetIpAddressTypeOutput || (exports.SetIpAddressTypeOutput = {}));
1301
901
  var RulePriorityPair;
1302
902
  (function (RulePriorityPair) {
1303
- /**
1304
- * @internal
1305
- */
1306
903
  RulePriorityPair.filterSensitiveLog = (obj) => ({
1307
904
  ...obj,
1308
905
  });
1309
906
  })(RulePriorityPair = exports.RulePriorityPair || (exports.RulePriorityPair = {}));
1310
907
  var SetRulePrioritiesInput;
1311
908
  (function (SetRulePrioritiesInput) {
1312
- /**
1313
- * @internal
1314
- */
1315
909
  SetRulePrioritiesInput.filterSensitiveLog = (obj) => ({
1316
910
  ...obj,
1317
911
  });
1318
912
  })(SetRulePrioritiesInput = exports.SetRulePrioritiesInput || (exports.SetRulePrioritiesInput = {}));
1319
913
  var SetRulePrioritiesOutput;
1320
914
  (function (SetRulePrioritiesOutput) {
1321
- /**
1322
- * @internal
1323
- */
1324
915
  SetRulePrioritiesOutput.filterSensitiveLog = (obj) => ({
1325
916
  ...obj,
1326
917
  });
1327
918
  })(SetRulePrioritiesOutput = exports.SetRulePrioritiesOutput || (exports.SetRulePrioritiesOutput = {}));
1328
919
  var SetSecurityGroupsInput;
1329
920
  (function (SetSecurityGroupsInput) {
1330
- /**
1331
- * @internal
1332
- */
1333
921
  SetSecurityGroupsInput.filterSensitiveLog = (obj) => ({
1334
922
  ...obj,
1335
923
  });
1336
924
  })(SetSecurityGroupsInput = exports.SetSecurityGroupsInput || (exports.SetSecurityGroupsInput = {}));
1337
925
  var SetSecurityGroupsOutput;
1338
926
  (function (SetSecurityGroupsOutput) {
1339
- /**
1340
- * @internal
1341
- */
1342
927
  SetSecurityGroupsOutput.filterSensitiveLog = (obj) => ({
1343
928
  ...obj,
1344
929
  });
1345
930
  })(SetSecurityGroupsOutput = exports.SetSecurityGroupsOutput || (exports.SetSecurityGroupsOutput = {}));
1346
931
  var SetSubnetsInput;
1347
932
  (function (SetSubnetsInput) {
1348
- /**
1349
- * @internal
1350
- */
1351
933
  SetSubnetsInput.filterSensitiveLog = (obj) => ({
1352
934
  ...obj,
1353
935
  });
1354
936
  })(SetSubnetsInput = exports.SetSubnetsInput || (exports.SetSubnetsInput = {}));
1355
937
  var SetSubnetsOutput;
1356
938
  (function (SetSubnetsOutput) {
1357
- /**
1358
- * @internal
1359
- */
1360
939
  SetSubnetsOutput.filterSensitiveLog = (obj) => ({
1361
940
  ...obj,
1362
941
  });
1363
942
  })(SetSubnetsOutput = exports.SetSubnetsOutput || (exports.SetSubnetsOutput = {}));
1364
- //# sourceMappingURL=models_0.js.map