@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
@@ -542,6 +542,14 @@ const deserializeAws_queryAddTagsCommandError = async (output, context) => {
542
542
  $metadata: deserializeMetadata(output),
543
543
  };
544
544
  break;
545
+ case "ListenerNotFoundException":
546
+ case "com.amazonaws.elasticloadbalancingv2#ListenerNotFoundException":
547
+ response = {
548
+ ...(await deserializeAws_queryListenerNotFoundExceptionResponse(parsedOutput, context)),
549
+ name: errorCode,
550
+ $metadata: deserializeMetadata(output),
551
+ };
552
+ break;
545
553
  case "LoadBalancerNotFoundException":
546
554
  case "com.amazonaws.elasticloadbalancingv2#LoadBalancerNotFoundException":
547
555
  response = {
@@ -550,6 +558,14 @@ const deserializeAws_queryAddTagsCommandError = async (output, context) => {
550
558
  $metadata: deserializeMetadata(output),
551
559
  };
552
560
  break;
561
+ case "RuleNotFoundException":
562
+ case "com.amazonaws.elasticloadbalancingv2#RuleNotFoundException":
563
+ response = {
564
+ ...(await deserializeAws_queryRuleNotFoundExceptionResponse(parsedOutput, context)),
565
+ name: errorCode,
566
+ $metadata: deserializeMetadata(output),
567
+ };
568
+ break;
553
569
  case "TargetGroupNotFoundException":
554
570
  case "com.amazonaws.elasticloadbalancingv2#TargetGroupNotFoundException":
555
571
  response = {
@@ -1169,6 +1185,14 @@ const deserializeAws_queryDeleteListenerCommandError = async (output, context) =
1169
1185
  $metadata: deserializeMetadata(output),
1170
1186
  };
1171
1187
  break;
1188
+ case "ResourceInUseException":
1189
+ case "com.amazonaws.elasticloadbalancingv2#ResourceInUseException":
1190
+ response = {
1191
+ ...(await deserializeAws_queryResourceInUseExceptionResponse(parsedOutput, context)),
1192
+ name: errorCode,
1193
+ $metadata: deserializeMetadata(output),
1194
+ };
1195
+ break;
1172
1196
  default:
1173
1197
  const parsedBody = parsedOutput.body;
1174
1198
  errorCode = parsedBody.Error.code || parsedBody.Error.Code || errorCode;
@@ -3400,7 +3424,7 @@ const serializeAws_queryAction = (input, context) => {
3400
3424
  const serializeAws_queryActions = (input, context) => {
3401
3425
  const entries = {};
3402
3426
  let counter = 1;
3403
- for (let entry of input) {
3427
+ for (const entry of input) {
3404
3428
  if (entry === null) {
3405
3429
  continue;
3406
3430
  }
@@ -3447,7 +3471,7 @@ const serializeAws_queryAddTagsInput = (input, context) => {
3447
3471
  const serializeAws_queryAlpnPolicyName = (input, context) => {
3448
3472
  const entries = {};
3449
3473
  let counter = 1;
3450
- for (let entry of input) {
3474
+ for (const entry of input) {
3451
3475
  if (entry === null) {
3452
3476
  continue;
3453
3477
  }
@@ -3569,7 +3593,7 @@ const serializeAws_queryCertificate = (input, context) => {
3569
3593
  const serializeAws_queryCertificateList = (input, context) => {
3570
3594
  const entries = {};
3571
3595
  let counter = 1;
3572
- for (let entry of input) {
3596
+ for (const entry of input) {
3573
3597
  if (entry === null) {
3574
3598
  continue;
3575
3599
  }
@@ -3761,6 +3785,9 @@ const serializeAws_queryCreateTargetGroupInput = (input, context) => {
3761
3785
  entries[loc] = value;
3762
3786
  });
3763
3787
  }
3788
+ if (input.IpAddressType !== undefined && input.IpAddressType !== null) {
3789
+ entries["IpAddressType"] = input.IpAddressType;
3790
+ }
3764
3791
  return entries;
3765
3792
  };
3766
3793
  const serializeAws_queryDeleteListenerInput = (input, context) => {
@@ -3914,6 +3941,9 @@ const serializeAws_queryDescribeSSLPoliciesInput = (input, context) => {
3914
3941
  if (input.PageSize !== undefined && input.PageSize !== null) {
3915
3942
  entries["PageSize"] = input.PageSize;
3916
3943
  }
3944
+ if (input.LoadBalancerType !== undefined && input.LoadBalancerType !== null) {
3945
+ entries["LoadBalancerType"] = input.LoadBalancerType;
3946
+ }
3917
3947
  return entries;
3918
3948
  };
3919
3949
  const serializeAws_queryDescribeTagsInput = (input, context) => {
@@ -4045,7 +4075,7 @@ const serializeAws_queryHttpRequestMethodConditionConfig = (input, context) => {
4045
4075
  const serializeAws_queryListenerArns = (input, context) => {
4046
4076
  const entries = {};
4047
4077
  let counter = 1;
4048
- for (let entry of input) {
4078
+ for (const entry of input) {
4049
4079
  if (entry === null) {
4050
4080
  continue;
4051
4081
  }
@@ -4057,7 +4087,7 @@ const serializeAws_queryListenerArns = (input, context) => {
4057
4087
  const serializeAws_queryListOfString = (input, context) => {
4058
4088
  const entries = {};
4059
4089
  let counter = 1;
4060
- for (let entry of input) {
4090
+ for (const entry of input) {
4061
4091
  if (entry === null) {
4062
4092
  continue;
4063
4093
  }
@@ -4069,7 +4099,7 @@ const serializeAws_queryListOfString = (input, context) => {
4069
4099
  const serializeAws_queryLoadBalancerArns = (input, context) => {
4070
4100
  const entries = {};
4071
4101
  let counter = 1;
4072
- for (let entry of input) {
4102
+ for (const entry of input) {
4073
4103
  if (entry === null) {
4074
4104
  continue;
4075
4105
  }
@@ -4091,7 +4121,7 @@ const serializeAws_queryLoadBalancerAttribute = (input, context) => {
4091
4121
  const serializeAws_queryLoadBalancerAttributes = (input, context) => {
4092
4122
  const entries = {};
4093
4123
  let counter = 1;
4094
- for (let entry of input) {
4124
+ for (const entry of input) {
4095
4125
  if (entry === null) {
4096
4126
  continue;
4097
4127
  }
@@ -4106,7 +4136,7 @@ const serializeAws_queryLoadBalancerAttributes = (input, context) => {
4106
4136
  const serializeAws_queryLoadBalancerNames = (input, context) => {
4107
4137
  const entries = {};
4108
4138
  let counter = 1;
4109
- for (let entry of input) {
4139
+ for (const entry of input) {
4110
4140
  if (entry === null) {
4111
4141
  continue;
4112
4142
  }
@@ -4284,7 +4314,7 @@ const serializeAws_queryQueryStringKeyValuePair = (input, context) => {
4284
4314
  const serializeAws_queryQueryStringKeyValuePairList = (input, context) => {
4285
4315
  const entries = {};
4286
4316
  let counter = 1;
4287
- for (let entry of input) {
4317
+ for (const entry of input) {
4288
4318
  if (entry === null) {
4289
4319
  continue;
4290
4320
  }
@@ -4367,7 +4397,7 @@ const serializeAws_queryRemoveTagsInput = (input, context) => {
4367
4397
  const serializeAws_queryResourceArns = (input, context) => {
4368
4398
  const entries = {};
4369
4399
  let counter = 1;
4370
- for (let entry of input) {
4400
+ for (const entry of input) {
4371
4401
  if (entry === null) {
4372
4402
  continue;
4373
4403
  }
@@ -4379,7 +4409,7 @@ const serializeAws_queryResourceArns = (input, context) => {
4379
4409
  const serializeAws_queryRuleArns = (input, context) => {
4380
4410
  const entries = {};
4381
4411
  let counter = 1;
4382
- for (let entry of input) {
4412
+ for (const entry of input) {
4383
4413
  if (entry === null) {
4384
4414
  continue;
4385
4415
  }
@@ -4447,7 +4477,7 @@ const serializeAws_queryRuleCondition = (input, context) => {
4447
4477
  const serializeAws_queryRuleConditionList = (input, context) => {
4448
4478
  const entries = {};
4449
4479
  let counter = 1;
4450
- for (let entry of input) {
4480
+ for (const entry of input) {
4451
4481
  if (entry === null) {
4452
4482
  continue;
4453
4483
  }
@@ -4462,7 +4492,7 @@ const serializeAws_queryRuleConditionList = (input, context) => {
4462
4492
  const serializeAws_queryRulePriorityList = (input, context) => {
4463
4493
  const entries = {};
4464
4494
  let counter = 1;
4465
- for (let entry of input) {
4495
+ for (const entry of input) {
4466
4496
  if (entry === null) {
4467
4497
  continue;
4468
4498
  }
@@ -4487,7 +4517,7 @@ const serializeAws_queryRulePriorityPair = (input, context) => {
4487
4517
  const serializeAws_querySecurityGroups = (input, context) => {
4488
4518
  const entries = {};
4489
4519
  let counter = 1;
4490
- for (let entry of input) {
4520
+ for (const entry of input) {
4491
4521
  if (entry === null) {
4492
4522
  continue;
4493
4523
  }
@@ -4569,7 +4599,7 @@ const serializeAws_querySourceIpConditionConfig = (input, context) => {
4569
4599
  const serializeAws_querySslPolicyNames = (input, context) => {
4570
4600
  const entries = {};
4571
4601
  let counter = 1;
4572
- for (let entry of input) {
4602
+ for (const entry of input) {
4573
4603
  if (entry === null) {
4574
4604
  continue;
4575
4605
  }
@@ -4597,7 +4627,7 @@ const serializeAws_querySubnetMapping = (input, context) => {
4597
4627
  const serializeAws_querySubnetMappings = (input, context) => {
4598
4628
  const entries = {};
4599
4629
  let counter = 1;
4600
- for (let entry of input) {
4630
+ for (const entry of input) {
4601
4631
  if (entry === null) {
4602
4632
  continue;
4603
4633
  }
@@ -4612,7 +4642,7 @@ const serializeAws_querySubnetMappings = (input, context) => {
4612
4642
  const serializeAws_querySubnets = (input, context) => {
4613
4643
  const entries = {};
4614
4644
  let counter = 1;
4615
- for (let entry of input) {
4645
+ for (const entry of input) {
4616
4646
  if (entry === null) {
4617
4647
  continue;
4618
4648
  }
@@ -4634,7 +4664,7 @@ const serializeAws_queryTag = (input, context) => {
4634
4664
  const serializeAws_queryTagKeys = (input, context) => {
4635
4665
  const entries = {};
4636
4666
  let counter = 1;
4637
- for (let entry of input) {
4667
+ for (const entry of input) {
4638
4668
  if (entry === null) {
4639
4669
  continue;
4640
4670
  }
@@ -4646,7 +4676,7 @@ const serializeAws_queryTagKeys = (input, context) => {
4646
4676
  const serializeAws_queryTagList = (input, context) => {
4647
4677
  const entries = {};
4648
4678
  let counter = 1;
4649
- for (let entry of input) {
4679
+ for (const entry of input) {
4650
4680
  if (entry === null) {
4651
4681
  continue;
4652
4682
  }
@@ -4674,7 +4704,7 @@ const serializeAws_queryTargetDescription = (input, context) => {
4674
4704
  const serializeAws_queryTargetDescriptions = (input, context) => {
4675
4705
  const entries = {};
4676
4706
  let counter = 1;
4677
- for (let entry of input) {
4707
+ for (const entry of input) {
4678
4708
  if (entry === null) {
4679
4709
  continue;
4680
4710
  }
@@ -4689,7 +4719,7 @@ const serializeAws_queryTargetDescriptions = (input, context) => {
4689
4719
  const serializeAws_queryTargetGroupArns = (input, context) => {
4690
4720
  const entries = {};
4691
4721
  let counter = 1;
4692
- for (let entry of input) {
4722
+ for (const entry of input) {
4693
4723
  if (entry === null) {
4694
4724
  continue;
4695
4725
  }
@@ -4711,7 +4741,7 @@ const serializeAws_queryTargetGroupAttribute = (input, context) => {
4711
4741
  const serializeAws_queryTargetGroupAttributes = (input, context) => {
4712
4742
  const entries = {};
4713
4743
  let counter = 1;
4714
- for (let entry of input) {
4744
+ for (const entry of input) {
4715
4745
  if (entry === null) {
4716
4746
  continue;
4717
4747
  }
@@ -4726,7 +4756,7 @@ const serializeAws_queryTargetGroupAttributes = (input, context) => {
4726
4756
  const serializeAws_queryTargetGroupList = (input, context) => {
4727
4757
  const entries = {};
4728
4758
  let counter = 1;
4729
- for (let entry of input) {
4759
+ for (const entry of input) {
4730
4760
  if (entry === null) {
4731
4761
  continue;
4732
4762
  }
@@ -4741,7 +4771,7 @@ const serializeAws_queryTargetGroupList = (input, context) => {
4741
4771
  const serializeAws_queryTargetGroupNames = (input, context) => {
4742
4772
  const entries = {};
4743
4773
  let counter = 1;
4744
- for (let entry of input) {
4774
+ for (const entry of input) {
4745
4775
  if (entry === null) {
4746
4776
  continue;
4747
4777
  }
@@ -4771,7 +4801,7 @@ const serializeAws_queryTargetGroupTuple = (input, context) => {
4771
4801
  return entries;
4772
4802
  };
4773
4803
  const deserializeAws_queryAction = (output, context) => {
4774
- let contents = {
4804
+ const contents = {
4775
4805
  Type: undefined,
4776
4806
  TargetGroupArn: undefined,
4777
4807
  AuthenticateOidcConfig: undefined,
@@ -4818,7 +4848,7 @@ const deserializeAws_queryActions = (output, context) => {
4818
4848
  });
4819
4849
  };
4820
4850
  const deserializeAws_queryAddListenerCertificatesOutput = (output, context) => {
4821
- let contents = {
4851
+ const contents = {
4822
4852
  Certificates: undefined,
4823
4853
  };
4824
4854
  if (output.Certificates === "") {
@@ -4830,11 +4860,11 @@ const deserializeAws_queryAddListenerCertificatesOutput = (output, context) => {
4830
4860
  return contents;
4831
4861
  };
4832
4862
  const deserializeAws_queryAddTagsOutput = (output, context) => {
4833
- let contents = {};
4863
+ const contents = {};
4834
4864
  return contents;
4835
4865
  };
4836
4866
  const deserializeAws_queryAllocationIdNotFoundException = (output, context) => {
4837
- let contents = {
4867
+ const contents = {
4838
4868
  Message: undefined,
4839
4869
  };
4840
4870
  if (output["Message"] !== undefined) {
@@ -4853,7 +4883,7 @@ const deserializeAws_queryAlpnPolicyName = (output, context) => {
4853
4883
  });
4854
4884
  };
4855
4885
  const deserializeAws_queryALPNPolicyNotSupportedException = (output, context) => {
4856
- let contents = {
4886
+ const contents = {
4857
4887
  Message: undefined,
4858
4888
  };
4859
4889
  if (output["Message"] !== undefined) {
@@ -4873,7 +4903,7 @@ const deserializeAws_queryAuthenticateCognitoActionAuthenticationRequestExtraPar
4873
4903
  }, {});
4874
4904
  };
4875
4905
  const deserializeAws_queryAuthenticateCognitoActionConfig = (output, context) => {
4876
- let contents = {
4906
+ const contents = {
4877
4907
  UserPoolArn: undefined,
4878
4908
  UserPoolClientId: undefined,
4879
4909
  UserPoolDomain: undefined,
@@ -4926,7 +4956,7 @@ const deserializeAws_queryAuthenticateOidcActionAuthenticationRequestExtraParams
4926
4956
  }, {});
4927
4957
  };
4928
4958
  const deserializeAws_queryAuthenticateOidcActionConfig = (output, context) => {
4929
- let contents = {
4959
+ const contents = {
4930
4960
  Issuer: undefined,
4931
4961
  AuthorizationEndpoint: undefined,
4932
4962
  TokenEndpoint: undefined,
@@ -4984,7 +5014,7 @@ const deserializeAws_queryAuthenticateOidcActionConfig = (output, context) => {
4984
5014
  return contents;
4985
5015
  };
4986
5016
  const deserializeAws_queryAvailabilityZone = (output, context) => {
4987
- let contents = {
5017
+ const contents = {
4988
5018
  ZoneName: undefined,
4989
5019
  SubnetId: undefined,
4990
5020
  OutpostId: undefined,
@@ -5008,7 +5038,7 @@ const deserializeAws_queryAvailabilityZone = (output, context) => {
5008
5038
  return contents;
5009
5039
  };
5010
5040
  const deserializeAws_queryAvailabilityZoneNotSupportedException = (output, context) => {
5011
- let contents = {
5041
+ const contents = {
5012
5042
  Message: undefined,
5013
5043
  };
5014
5044
  if (output["Message"] !== undefined) {
@@ -5027,7 +5057,7 @@ const deserializeAws_queryAvailabilityZones = (output, context) => {
5027
5057
  });
5028
5058
  };
5029
5059
  const deserializeAws_queryCertificate = (output, context) => {
5030
- let contents = {
5060
+ const contents = {
5031
5061
  CertificateArn: undefined,
5032
5062
  IsDefault: undefined,
5033
5063
  };
@@ -5050,7 +5080,7 @@ const deserializeAws_queryCertificateList = (output, context) => {
5050
5080
  });
5051
5081
  };
5052
5082
  const deserializeAws_queryCertificateNotFoundException = (output, context) => {
5053
- let contents = {
5083
+ const contents = {
5054
5084
  Message: undefined,
5055
5085
  };
5056
5086
  if (output["Message"] !== undefined) {
@@ -5059,7 +5089,7 @@ const deserializeAws_queryCertificateNotFoundException = (output, context) => {
5059
5089
  return contents;
5060
5090
  };
5061
5091
  const deserializeAws_queryCipher = (output, context) => {
5062
- let contents = {
5092
+ const contents = {
5063
5093
  Name: undefined,
5064
5094
  Priority: undefined,
5065
5095
  };
@@ -5082,7 +5112,7 @@ const deserializeAws_queryCiphers = (output, context) => {
5082
5112
  });
5083
5113
  };
5084
5114
  const deserializeAws_queryCreateListenerOutput = (output, context) => {
5085
- let contents = {
5115
+ const contents = {
5086
5116
  Listeners: undefined,
5087
5117
  };
5088
5118
  if (output.Listeners === "") {
@@ -5094,7 +5124,7 @@ const deserializeAws_queryCreateListenerOutput = (output, context) => {
5094
5124
  return contents;
5095
5125
  };
5096
5126
  const deserializeAws_queryCreateLoadBalancerOutput = (output, context) => {
5097
- let contents = {
5127
+ const contents = {
5098
5128
  LoadBalancers: undefined,
5099
5129
  };
5100
5130
  if (output.LoadBalancers === "") {
@@ -5106,7 +5136,7 @@ const deserializeAws_queryCreateLoadBalancerOutput = (output, context) => {
5106
5136
  return contents;
5107
5137
  };
5108
5138
  const deserializeAws_queryCreateRuleOutput = (output, context) => {
5109
- let contents = {
5139
+ const contents = {
5110
5140
  Rules: undefined,
5111
5141
  };
5112
5142
  if (output.Rules === "") {
@@ -5118,7 +5148,7 @@ const deserializeAws_queryCreateRuleOutput = (output, context) => {
5118
5148
  return contents;
5119
5149
  };
5120
5150
  const deserializeAws_queryCreateTargetGroupOutput = (output, context) => {
5121
- let contents = {
5151
+ const contents = {
5122
5152
  TargetGroups: undefined,
5123
5153
  };
5124
5154
  if (output.TargetGroups === "") {
@@ -5130,27 +5160,27 @@ const deserializeAws_queryCreateTargetGroupOutput = (output, context) => {
5130
5160
  return contents;
5131
5161
  };
5132
5162
  const deserializeAws_queryDeleteListenerOutput = (output, context) => {
5133
- let contents = {};
5163
+ const contents = {};
5134
5164
  return contents;
5135
5165
  };
5136
5166
  const deserializeAws_queryDeleteLoadBalancerOutput = (output, context) => {
5137
- let contents = {};
5167
+ const contents = {};
5138
5168
  return contents;
5139
5169
  };
5140
5170
  const deserializeAws_queryDeleteRuleOutput = (output, context) => {
5141
- let contents = {};
5171
+ const contents = {};
5142
5172
  return contents;
5143
5173
  };
5144
5174
  const deserializeAws_queryDeleteTargetGroupOutput = (output, context) => {
5145
- let contents = {};
5175
+ const contents = {};
5146
5176
  return contents;
5147
5177
  };
5148
5178
  const deserializeAws_queryDeregisterTargetsOutput = (output, context) => {
5149
- let contents = {};
5179
+ const contents = {};
5150
5180
  return contents;
5151
5181
  };
5152
5182
  const deserializeAws_queryDescribeAccountLimitsOutput = (output, context) => {
5153
- let contents = {
5183
+ const contents = {
5154
5184
  Limits: undefined,
5155
5185
  NextMarker: undefined,
5156
5186
  };
@@ -5166,7 +5196,7 @@ const deserializeAws_queryDescribeAccountLimitsOutput = (output, context) => {
5166
5196
  return contents;
5167
5197
  };
5168
5198
  const deserializeAws_queryDescribeListenerCertificatesOutput = (output, context) => {
5169
- let contents = {
5199
+ const contents = {
5170
5200
  Certificates: undefined,
5171
5201
  NextMarker: undefined,
5172
5202
  };
@@ -5182,7 +5212,7 @@ const deserializeAws_queryDescribeListenerCertificatesOutput = (output, context)
5182
5212
  return contents;
5183
5213
  };
5184
5214
  const deserializeAws_queryDescribeListenersOutput = (output, context) => {
5185
- let contents = {
5215
+ const contents = {
5186
5216
  Listeners: undefined,
5187
5217
  NextMarker: undefined,
5188
5218
  };
@@ -5198,7 +5228,7 @@ const deserializeAws_queryDescribeListenersOutput = (output, context) => {
5198
5228
  return contents;
5199
5229
  };
5200
5230
  const deserializeAws_queryDescribeLoadBalancerAttributesOutput = (output, context) => {
5201
- let contents = {
5231
+ const contents = {
5202
5232
  Attributes: undefined,
5203
5233
  };
5204
5234
  if (output.Attributes === "") {
@@ -5210,7 +5240,7 @@ const deserializeAws_queryDescribeLoadBalancerAttributesOutput = (output, contex
5210
5240
  return contents;
5211
5241
  };
5212
5242
  const deserializeAws_queryDescribeLoadBalancersOutput = (output, context) => {
5213
- let contents = {
5243
+ const contents = {
5214
5244
  LoadBalancers: undefined,
5215
5245
  NextMarker: undefined,
5216
5246
  };
@@ -5226,7 +5256,7 @@ const deserializeAws_queryDescribeLoadBalancersOutput = (output, context) => {
5226
5256
  return contents;
5227
5257
  };
5228
5258
  const deserializeAws_queryDescribeRulesOutput = (output, context) => {
5229
- let contents = {
5259
+ const contents = {
5230
5260
  Rules: undefined,
5231
5261
  NextMarker: undefined,
5232
5262
  };
@@ -5242,7 +5272,7 @@ const deserializeAws_queryDescribeRulesOutput = (output, context) => {
5242
5272
  return contents;
5243
5273
  };
5244
5274
  const deserializeAws_queryDescribeSSLPoliciesOutput = (output, context) => {
5245
- let contents = {
5275
+ const contents = {
5246
5276
  SslPolicies: undefined,
5247
5277
  NextMarker: undefined,
5248
5278
  };
@@ -5258,7 +5288,7 @@ const deserializeAws_queryDescribeSSLPoliciesOutput = (output, context) => {
5258
5288
  return contents;
5259
5289
  };
5260
5290
  const deserializeAws_queryDescribeTagsOutput = (output, context) => {
5261
- let contents = {
5291
+ const contents = {
5262
5292
  TagDescriptions: undefined,
5263
5293
  };
5264
5294
  if (output.TagDescriptions === "") {
@@ -5270,7 +5300,7 @@ const deserializeAws_queryDescribeTagsOutput = (output, context) => {
5270
5300
  return contents;
5271
5301
  };
5272
5302
  const deserializeAws_queryDescribeTargetGroupAttributesOutput = (output, context) => {
5273
- let contents = {
5303
+ const contents = {
5274
5304
  Attributes: undefined,
5275
5305
  };
5276
5306
  if (output.Attributes === "") {
@@ -5282,7 +5312,7 @@ const deserializeAws_queryDescribeTargetGroupAttributesOutput = (output, context
5282
5312
  return contents;
5283
5313
  };
5284
5314
  const deserializeAws_queryDescribeTargetGroupsOutput = (output, context) => {
5285
- let contents = {
5315
+ const contents = {
5286
5316
  TargetGroups: undefined,
5287
5317
  NextMarker: undefined,
5288
5318
  };
@@ -5298,7 +5328,7 @@ const deserializeAws_queryDescribeTargetGroupsOutput = (output, context) => {
5298
5328
  return contents;
5299
5329
  };
5300
5330
  const deserializeAws_queryDescribeTargetHealthOutput = (output, context) => {
5301
- let contents = {
5331
+ const contents = {
5302
5332
  TargetHealthDescriptions: undefined,
5303
5333
  };
5304
5334
  if (output.TargetHealthDescriptions === "") {
@@ -5310,7 +5340,7 @@ const deserializeAws_queryDescribeTargetHealthOutput = (output, context) => {
5310
5340
  return contents;
5311
5341
  };
5312
5342
  const deserializeAws_queryDuplicateListenerException = (output, context) => {
5313
- let contents = {
5343
+ const contents = {
5314
5344
  Message: undefined,
5315
5345
  };
5316
5346
  if (output["Message"] !== undefined) {
@@ -5319,7 +5349,7 @@ const deserializeAws_queryDuplicateListenerException = (output, context) => {
5319
5349
  return contents;
5320
5350
  };
5321
5351
  const deserializeAws_queryDuplicateLoadBalancerNameException = (output, context) => {
5322
- let contents = {
5352
+ const contents = {
5323
5353
  Message: undefined,
5324
5354
  };
5325
5355
  if (output["Message"] !== undefined) {
@@ -5328,7 +5358,7 @@ const deserializeAws_queryDuplicateLoadBalancerNameException = (output, context)
5328
5358
  return contents;
5329
5359
  };
5330
5360
  const deserializeAws_queryDuplicateTagKeysException = (output, context) => {
5331
- let contents = {
5361
+ const contents = {
5332
5362
  Message: undefined,
5333
5363
  };
5334
5364
  if (output["Message"] !== undefined) {
@@ -5337,7 +5367,7 @@ const deserializeAws_queryDuplicateTagKeysException = (output, context) => {
5337
5367
  return contents;
5338
5368
  };
5339
5369
  const deserializeAws_queryDuplicateTargetGroupNameException = (output, context) => {
5340
- let contents = {
5370
+ const contents = {
5341
5371
  Message: undefined,
5342
5372
  };
5343
5373
  if (output["Message"] !== undefined) {
@@ -5346,7 +5376,7 @@ const deserializeAws_queryDuplicateTargetGroupNameException = (output, context)
5346
5376
  return contents;
5347
5377
  };
5348
5378
  const deserializeAws_queryFixedResponseActionConfig = (output, context) => {
5349
- let contents = {
5379
+ const contents = {
5350
5380
  MessageBody: undefined,
5351
5381
  StatusCode: undefined,
5352
5382
  ContentType: undefined,
@@ -5363,7 +5393,7 @@ const deserializeAws_queryFixedResponseActionConfig = (output, context) => {
5363
5393
  return contents;
5364
5394
  };
5365
5395
  const deserializeAws_queryForwardActionConfig = (output, context) => {
5366
- let contents = {
5396
+ const contents = {
5367
5397
  TargetGroups: undefined,
5368
5398
  TargetGroupStickinessConfig: undefined,
5369
5399
  };
@@ -5379,7 +5409,7 @@ const deserializeAws_queryForwardActionConfig = (output, context) => {
5379
5409
  return contents;
5380
5410
  };
5381
5411
  const deserializeAws_queryHealthUnavailableException = (output, context) => {
5382
- let contents = {
5412
+ const contents = {
5383
5413
  Message: undefined,
5384
5414
  };
5385
5415
  if (output["Message"] !== undefined) {
@@ -5388,7 +5418,7 @@ const deserializeAws_queryHealthUnavailableException = (output, context) => {
5388
5418
  return contents;
5389
5419
  };
5390
5420
  const deserializeAws_queryHostHeaderConditionConfig = (output, context) => {
5391
- let contents = {
5421
+ const contents = {
5392
5422
  Values: undefined,
5393
5423
  };
5394
5424
  if (output.Values === "") {
@@ -5400,7 +5430,7 @@ const deserializeAws_queryHostHeaderConditionConfig = (output, context) => {
5400
5430
  return contents;
5401
5431
  };
5402
5432
  const deserializeAws_queryHttpHeaderConditionConfig = (output, context) => {
5403
- let contents = {
5433
+ const contents = {
5404
5434
  HttpHeaderName: undefined,
5405
5435
  Values: undefined,
5406
5436
  };
@@ -5416,7 +5446,7 @@ const deserializeAws_queryHttpHeaderConditionConfig = (output, context) => {
5416
5446
  return contents;
5417
5447
  };
5418
5448
  const deserializeAws_queryHttpRequestMethodConditionConfig = (output, context) => {
5419
- let contents = {
5449
+ const contents = {
5420
5450
  Values: undefined,
5421
5451
  };
5422
5452
  if (output.Values === "") {
@@ -5428,7 +5458,7 @@ const deserializeAws_queryHttpRequestMethodConditionConfig = (output, context) =
5428
5458
  return contents;
5429
5459
  };
5430
5460
  const deserializeAws_queryIncompatibleProtocolsException = (output, context) => {
5431
- let contents = {
5461
+ const contents = {
5432
5462
  Message: undefined,
5433
5463
  };
5434
5464
  if (output["Message"] !== undefined) {
@@ -5437,7 +5467,7 @@ const deserializeAws_queryIncompatibleProtocolsException = (output, context) =>
5437
5467
  return contents;
5438
5468
  };
5439
5469
  const deserializeAws_queryInvalidConfigurationRequestException = (output, context) => {
5440
- let contents = {
5470
+ const contents = {
5441
5471
  Message: undefined,
5442
5472
  };
5443
5473
  if (output["Message"] !== undefined) {
@@ -5446,7 +5476,7 @@ const deserializeAws_queryInvalidConfigurationRequestException = (output, contex
5446
5476
  return contents;
5447
5477
  };
5448
5478
  const deserializeAws_queryInvalidLoadBalancerActionException = (output, context) => {
5449
- let contents = {
5479
+ const contents = {
5450
5480
  Message: undefined,
5451
5481
  };
5452
5482
  if (output["Message"] !== undefined) {
@@ -5455,7 +5485,7 @@ const deserializeAws_queryInvalidLoadBalancerActionException = (output, context)
5455
5485
  return contents;
5456
5486
  };
5457
5487
  const deserializeAws_queryInvalidSchemeException = (output, context) => {
5458
- let contents = {
5488
+ const contents = {
5459
5489
  Message: undefined,
5460
5490
  };
5461
5491
  if (output["Message"] !== undefined) {
@@ -5464,7 +5494,7 @@ const deserializeAws_queryInvalidSchemeException = (output, context) => {
5464
5494
  return contents;
5465
5495
  };
5466
5496
  const deserializeAws_queryInvalidSecurityGroupException = (output, context) => {
5467
- let contents = {
5497
+ const contents = {
5468
5498
  Message: undefined,
5469
5499
  };
5470
5500
  if (output["Message"] !== undefined) {
@@ -5473,7 +5503,7 @@ const deserializeAws_queryInvalidSecurityGroupException = (output, context) => {
5473
5503
  return contents;
5474
5504
  };
5475
5505
  const deserializeAws_queryInvalidSubnetException = (output, context) => {
5476
- let contents = {
5506
+ const contents = {
5477
5507
  Message: undefined,
5478
5508
  };
5479
5509
  if (output["Message"] !== undefined) {
@@ -5482,7 +5512,7 @@ const deserializeAws_queryInvalidSubnetException = (output, context) => {
5482
5512
  return contents;
5483
5513
  };
5484
5514
  const deserializeAws_queryInvalidTargetException = (output, context) => {
5485
- let contents = {
5515
+ const contents = {
5486
5516
  Message: undefined,
5487
5517
  };
5488
5518
  if (output["Message"] !== undefined) {
@@ -5491,7 +5521,7 @@ const deserializeAws_queryInvalidTargetException = (output, context) => {
5491
5521
  return contents;
5492
5522
  };
5493
5523
  const deserializeAws_queryLimit = (output, context) => {
5494
- let contents = {
5524
+ const contents = {
5495
5525
  Name: undefined,
5496
5526
  Max: undefined,
5497
5527
  };
@@ -5514,7 +5544,7 @@ const deserializeAws_queryLimits = (output, context) => {
5514
5544
  });
5515
5545
  };
5516
5546
  const deserializeAws_queryListener = (output, context) => {
5517
- let contents = {
5547
+ const contents = {
5518
5548
  ListenerArn: undefined,
5519
5549
  LoadBalancerArn: undefined,
5520
5550
  Port: undefined,
@@ -5560,7 +5590,7 @@ const deserializeAws_queryListener = (output, context) => {
5560
5590
  return contents;
5561
5591
  };
5562
5592
  const deserializeAws_queryListenerNotFoundException = (output, context) => {
5563
- let contents = {
5593
+ const contents = {
5564
5594
  Message: undefined,
5565
5595
  };
5566
5596
  if (output["Message"] !== undefined) {
@@ -5589,7 +5619,7 @@ const deserializeAws_queryListOfString = (output, context) => {
5589
5619
  });
5590
5620
  };
5591
5621
  const deserializeAws_queryLoadBalancer = (output, context) => {
5592
- let contents = {
5622
+ const contents = {
5593
5623
  LoadBalancerArn: undefined,
5594
5624
  DNSName: undefined,
5595
5625
  CanonicalHostedZoneId: undefined,
@@ -5652,7 +5682,7 @@ const deserializeAws_queryLoadBalancer = (output, context) => {
5652
5682
  return contents;
5653
5683
  };
5654
5684
  const deserializeAws_queryLoadBalancerAddress = (output, context) => {
5655
- let contents = {
5685
+ const contents = {
5656
5686
  IpAddress: undefined,
5657
5687
  AllocationId: undefined,
5658
5688
  PrivateIPv4Address: undefined,
@@ -5693,7 +5723,7 @@ const deserializeAws_queryLoadBalancerArns = (output, context) => {
5693
5723
  });
5694
5724
  };
5695
5725
  const deserializeAws_queryLoadBalancerAttribute = (output, context) => {
5696
- let contents = {
5726
+ const contents = {
5697
5727
  Key: undefined,
5698
5728
  Value: undefined,
5699
5729
  };
@@ -5716,7 +5746,7 @@ const deserializeAws_queryLoadBalancerAttributes = (output, context) => {
5716
5746
  });
5717
5747
  };
5718
5748
  const deserializeAws_queryLoadBalancerNotFoundException = (output, context) => {
5719
- let contents = {
5749
+ const contents = {
5720
5750
  Message: undefined,
5721
5751
  };
5722
5752
  if (output["Message"] !== undefined) {
@@ -5735,7 +5765,7 @@ const deserializeAws_queryLoadBalancers = (output, context) => {
5735
5765
  });
5736
5766
  };
5737
5767
  const deserializeAws_queryLoadBalancerState = (output, context) => {
5738
- let contents = {
5768
+ const contents = {
5739
5769
  Code: undefined,
5740
5770
  Reason: undefined,
5741
5771
  };
@@ -5748,7 +5778,7 @@ const deserializeAws_queryLoadBalancerState = (output, context) => {
5748
5778
  return contents;
5749
5779
  };
5750
5780
  const deserializeAws_queryMatcher = (output, context) => {
5751
- let contents = {
5781
+ const contents = {
5752
5782
  HttpCode: undefined,
5753
5783
  GrpcCode: undefined,
5754
5784
  };
@@ -5761,7 +5791,7 @@ const deserializeAws_queryMatcher = (output, context) => {
5761
5791
  return contents;
5762
5792
  };
5763
5793
  const deserializeAws_queryModifyListenerOutput = (output, context) => {
5764
- let contents = {
5794
+ const contents = {
5765
5795
  Listeners: undefined,
5766
5796
  };
5767
5797
  if (output.Listeners === "") {
@@ -5773,7 +5803,7 @@ const deserializeAws_queryModifyListenerOutput = (output, context) => {
5773
5803
  return contents;
5774
5804
  };
5775
5805
  const deserializeAws_queryModifyLoadBalancerAttributesOutput = (output, context) => {
5776
- let contents = {
5806
+ const contents = {
5777
5807
  Attributes: undefined,
5778
5808
  };
5779
5809
  if (output.Attributes === "") {
@@ -5785,7 +5815,7 @@ const deserializeAws_queryModifyLoadBalancerAttributesOutput = (output, context)
5785
5815
  return contents;
5786
5816
  };
5787
5817
  const deserializeAws_queryModifyRuleOutput = (output, context) => {
5788
- let contents = {
5818
+ const contents = {
5789
5819
  Rules: undefined,
5790
5820
  };
5791
5821
  if (output.Rules === "") {
@@ -5797,7 +5827,7 @@ const deserializeAws_queryModifyRuleOutput = (output, context) => {
5797
5827
  return contents;
5798
5828
  };
5799
5829
  const deserializeAws_queryModifyTargetGroupAttributesOutput = (output, context) => {
5800
- let contents = {
5830
+ const contents = {
5801
5831
  Attributes: undefined,
5802
5832
  };
5803
5833
  if (output.Attributes === "") {
@@ -5809,7 +5839,7 @@ const deserializeAws_queryModifyTargetGroupAttributesOutput = (output, context)
5809
5839
  return contents;
5810
5840
  };
5811
5841
  const deserializeAws_queryModifyTargetGroupOutput = (output, context) => {
5812
- let contents = {
5842
+ const contents = {
5813
5843
  TargetGroups: undefined,
5814
5844
  };
5815
5845
  if (output.TargetGroups === "") {
@@ -5821,7 +5851,7 @@ const deserializeAws_queryModifyTargetGroupOutput = (output, context) => {
5821
5851
  return contents;
5822
5852
  };
5823
5853
  const deserializeAws_queryOperationNotPermittedException = (output, context) => {
5824
- let contents = {
5854
+ const contents = {
5825
5855
  Message: undefined,
5826
5856
  };
5827
5857
  if (output["Message"] !== undefined) {
@@ -5830,7 +5860,7 @@ const deserializeAws_queryOperationNotPermittedException = (output, context) =>
5830
5860
  return contents;
5831
5861
  };
5832
5862
  const deserializeAws_queryPathPatternConditionConfig = (output, context) => {
5833
- let contents = {
5863
+ const contents = {
5834
5864
  Values: undefined,
5835
5865
  };
5836
5866
  if (output.Values === "") {
@@ -5842,7 +5872,7 @@ const deserializeAws_queryPathPatternConditionConfig = (output, context) => {
5842
5872
  return contents;
5843
5873
  };
5844
5874
  const deserializeAws_queryPriorityInUseException = (output, context) => {
5845
- let contents = {
5875
+ const contents = {
5846
5876
  Message: undefined,
5847
5877
  };
5848
5878
  if (output["Message"] !== undefined) {
@@ -5851,7 +5881,7 @@ const deserializeAws_queryPriorityInUseException = (output, context) => {
5851
5881
  return contents;
5852
5882
  };
5853
5883
  const deserializeAws_queryQueryStringConditionConfig = (output, context) => {
5854
- let contents = {
5884
+ const contents = {
5855
5885
  Values: undefined,
5856
5886
  };
5857
5887
  if (output.Values === "") {
@@ -5863,7 +5893,7 @@ const deserializeAws_queryQueryStringConditionConfig = (output, context) => {
5863
5893
  return contents;
5864
5894
  };
5865
5895
  const deserializeAws_queryQueryStringKeyValuePair = (output, context) => {
5866
- let contents = {
5896
+ const contents = {
5867
5897
  Key: undefined,
5868
5898
  Value: undefined,
5869
5899
  };
@@ -5886,7 +5916,7 @@ const deserializeAws_queryQueryStringKeyValuePairList = (output, context) => {
5886
5916
  });
5887
5917
  };
5888
5918
  const deserializeAws_queryRedirectActionConfig = (output, context) => {
5889
- let contents = {
5919
+ const contents = {
5890
5920
  Protocol: undefined,
5891
5921
  Port: undefined,
5892
5922
  Host: undefined,
@@ -5915,19 +5945,19 @@ const deserializeAws_queryRedirectActionConfig = (output, context) => {
5915
5945
  return contents;
5916
5946
  };
5917
5947
  const deserializeAws_queryRegisterTargetsOutput = (output, context) => {
5918
- let contents = {};
5948
+ const contents = {};
5919
5949
  return contents;
5920
5950
  };
5921
5951
  const deserializeAws_queryRemoveListenerCertificatesOutput = (output, context) => {
5922
- let contents = {};
5952
+ const contents = {};
5923
5953
  return contents;
5924
5954
  };
5925
5955
  const deserializeAws_queryRemoveTagsOutput = (output, context) => {
5926
- let contents = {};
5956
+ const contents = {};
5927
5957
  return contents;
5928
5958
  };
5929
5959
  const deserializeAws_queryResourceInUseException = (output, context) => {
5930
- let contents = {
5960
+ const contents = {
5931
5961
  Message: undefined,
5932
5962
  };
5933
5963
  if (output["Message"] !== undefined) {
@@ -5936,7 +5966,7 @@ const deserializeAws_queryResourceInUseException = (output, context) => {
5936
5966
  return contents;
5937
5967
  };
5938
5968
  const deserializeAws_queryRule = (output, context) => {
5939
- let contents = {
5969
+ const contents = {
5940
5970
  RuleArn: undefined,
5941
5971
  Priority: undefined,
5942
5972
  Conditions: undefined,
@@ -5967,7 +5997,7 @@ const deserializeAws_queryRule = (output, context) => {
5967
5997
  return contents;
5968
5998
  };
5969
5999
  const deserializeAws_queryRuleCondition = (output, context) => {
5970
- let contents = {
6000
+ const contents = {
5971
6001
  Field: undefined,
5972
6002
  Values: undefined,
5973
6003
  HostHeaderConfig: undefined,
@@ -6017,7 +6047,7 @@ const deserializeAws_queryRuleConditionList = (output, context) => {
6017
6047
  });
6018
6048
  };
6019
6049
  const deserializeAws_queryRuleNotFoundException = (output, context) => {
6020
- let contents = {
6050
+ const contents = {
6021
6051
  Message: undefined,
6022
6052
  };
6023
6053
  if (output["Message"] !== undefined) {
@@ -6046,7 +6076,7 @@ const deserializeAws_querySecurityGroups = (output, context) => {
6046
6076
  });
6047
6077
  };
6048
6078
  const deserializeAws_querySetIpAddressTypeOutput = (output, context) => {
6049
- let contents = {
6079
+ const contents = {
6050
6080
  IpAddressType: undefined,
6051
6081
  };
6052
6082
  if (output["IpAddressType"] !== undefined) {
@@ -6055,7 +6085,7 @@ const deserializeAws_querySetIpAddressTypeOutput = (output, context) => {
6055
6085
  return contents;
6056
6086
  };
6057
6087
  const deserializeAws_querySetRulePrioritiesOutput = (output, context) => {
6058
- let contents = {
6088
+ const contents = {
6059
6089
  Rules: undefined,
6060
6090
  };
6061
6091
  if (output.Rules === "") {
@@ -6067,7 +6097,7 @@ const deserializeAws_querySetRulePrioritiesOutput = (output, context) => {
6067
6097
  return contents;
6068
6098
  };
6069
6099
  const deserializeAws_querySetSecurityGroupsOutput = (output, context) => {
6070
- let contents = {
6100
+ const contents = {
6071
6101
  SecurityGroupIds: undefined,
6072
6102
  };
6073
6103
  if (output.SecurityGroupIds === "") {
@@ -6079,7 +6109,7 @@ const deserializeAws_querySetSecurityGroupsOutput = (output, context) => {
6079
6109
  return contents;
6080
6110
  };
6081
6111
  const deserializeAws_querySetSubnetsOutput = (output, context) => {
6082
- let contents = {
6112
+ const contents = {
6083
6113
  AvailabilityZones: undefined,
6084
6114
  IpAddressType: undefined,
6085
6115
  };
@@ -6095,7 +6125,7 @@ const deserializeAws_querySetSubnetsOutput = (output, context) => {
6095
6125
  return contents;
6096
6126
  };
6097
6127
  const deserializeAws_querySourceIpConditionConfig = (output, context) => {
6098
- let contents = {
6128
+ const contents = {
6099
6129
  Values: undefined,
6100
6130
  };
6101
6131
  if (output.Values === "") {
@@ -6117,10 +6147,11 @@ const deserializeAws_querySslPolicies = (output, context) => {
6117
6147
  });
6118
6148
  };
6119
6149
  const deserializeAws_querySslPolicy = (output, context) => {
6120
- let contents = {
6150
+ const contents = {
6121
6151
  SslProtocols: undefined,
6122
6152
  Ciphers: undefined,
6123
6153
  Name: undefined,
6154
+ SupportedLoadBalancerTypes: undefined,
6124
6155
  };
6125
6156
  if (output.SslProtocols === "") {
6126
6157
  contents.SslProtocols = [];
@@ -6137,10 +6168,17 @@ const deserializeAws_querySslPolicy = (output, context) => {
6137
6168
  if (output["Name"] !== undefined) {
6138
6169
  contents.Name = smithy_client_1.expectString(output["Name"]);
6139
6170
  }
6171
+ if (output.SupportedLoadBalancerTypes === "") {
6172
+ contents.SupportedLoadBalancerTypes = [];
6173
+ }
6174
+ if (output["SupportedLoadBalancerTypes"] !== undefined &&
6175
+ output["SupportedLoadBalancerTypes"]["member"] !== undefined) {
6176
+ contents.SupportedLoadBalancerTypes = deserializeAws_queryListOfString(smithy_client_1.getArrayIfSingleItem(output["SupportedLoadBalancerTypes"]["member"]), context);
6177
+ }
6140
6178
  return contents;
6141
6179
  };
6142
6180
  const deserializeAws_querySSLPolicyNotFoundException = (output, context) => {
6143
- let contents = {
6181
+ const contents = {
6144
6182
  Message: undefined,
6145
6183
  };
6146
6184
  if (output["Message"] !== undefined) {
@@ -6159,7 +6197,7 @@ const deserializeAws_querySslProtocols = (output, context) => {
6159
6197
  });
6160
6198
  };
6161
6199
  const deserializeAws_querySubnetNotFoundException = (output, context) => {
6162
- let contents = {
6200
+ const contents = {
6163
6201
  Message: undefined,
6164
6202
  };
6165
6203
  if (output["Message"] !== undefined) {
@@ -6168,7 +6206,7 @@ const deserializeAws_querySubnetNotFoundException = (output, context) => {
6168
6206
  return contents;
6169
6207
  };
6170
6208
  const deserializeAws_queryTag = (output, context) => {
6171
- let contents = {
6209
+ const contents = {
6172
6210
  Key: undefined,
6173
6211
  Value: undefined,
6174
6212
  };
@@ -6181,7 +6219,7 @@ const deserializeAws_queryTag = (output, context) => {
6181
6219
  return contents;
6182
6220
  };
6183
6221
  const deserializeAws_queryTagDescription = (output, context) => {
6184
- let contents = {
6222
+ const contents = {
6185
6223
  ResourceArn: undefined,
6186
6224
  Tags: undefined,
6187
6225
  };
@@ -6217,7 +6255,7 @@ const deserializeAws_queryTagList = (output, context) => {
6217
6255
  });
6218
6256
  };
6219
6257
  const deserializeAws_queryTargetDescription = (output, context) => {
6220
- let contents = {
6258
+ const contents = {
6221
6259
  Id: undefined,
6222
6260
  Port: undefined,
6223
6261
  AvailabilityZone: undefined,
@@ -6234,7 +6272,7 @@ const deserializeAws_queryTargetDescription = (output, context) => {
6234
6272
  return contents;
6235
6273
  };
6236
6274
  const deserializeAws_queryTargetGroup = (output, context) => {
6237
- let contents = {
6275
+ const contents = {
6238
6276
  TargetGroupArn: undefined,
6239
6277
  TargetGroupName: undefined,
6240
6278
  Protocol: undefined,
@@ -6252,6 +6290,7 @@ const deserializeAws_queryTargetGroup = (output, context) => {
6252
6290
  LoadBalancerArns: undefined,
6253
6291
  TargetType: undefined,
6254
6292
  ProtocolVersion: undefined,
6293
+ IpAddressType: undefined,
6255
6294
  };
6256
6295
  if (output["TargetGroupArn"] !== undefined) {
6257
6296
  contents.TargetGroupArn = smithy_client_1.expectString(output["TargetGroupArn"]);
@@ -6307,10 +6346,13 @@ const deserializeAws_queryTargetGroup = (output, context) => {
6307
6346
  if (output["ProtocolVersion"] !== undefined) {
6308
6347
  contents.ProtocolVersion = smithy_client_1.expectString(output["ProtocolVersion"]);
6309
6348
  }
6349
+ if (output["IpAddressType"] !== undefined) {
6350
+ contents.IpAddressType = smithy_client_1.expectString(output["IpAddressType"]);
6351
+ }
6310
6352
  return contents;
6311
6353
  };
6312
6354
  const deserializeAws_queryTargetGroupAssociationLimitException = (output, context) => {
6313
- let contents = {
6355
+ const contents = {
6314
6356
  Message: undefined,
6315
6357
  };
6316
6358
  if (output["Message"] !== undefined) {
@@ -6319,7 +6361,7 @@ const deserializeAws_queryTargetGroupAssociationLimitException = (output, contex
6319
6361
  return contents;
6320
6362
  };
6321
6363
  const deserializeAws_queryTargetGroupAttribute = (output, context) => {
6322
- let contents = {
6364
+ const contents = {
6323
6365
  Key: undefined,
6324
6366
  Value: undefined,
6325
6367
  };
@@ -6352,7 +6394,7 @@ const deserializeAws_queryTargetGroupList = (output, context) => {
6352
6394
  });
6353
6395
  };
6354
6396
  const deserializeAws_queryTargetGroupNotFoundException = (output, context) => {
6355
- let contents = {
6397
+ const contents = {
6356
6398
  Message: undefined,
6357
6399
  };
6358
6400
  if (output["Message"] !== undefined) {
@@ -6371,7 +6413,7 @@ const deserializeAws_queryTargetGroups = (output, context) => {
6371
6413
  });
6372
6414
  };
6373
6415
  const deserializeAws_queryTargetGroupStickinessConfig = (output, context) => {
6374
- let contents = {
6416
+ const contents = {
6375
6417
  Enabled: undefined,
6376
6418
  DurationSeconds: undefined,
6377
6419
  };
@@ -6384,7 +6426,7 @@ const deserializeAws_queryTargetGroupStickinessConfig = (output, context) => {
6384
6426
  return contents;
6385
6427
  };
6386
6428
  const deserializeAws_queryTargetGroupTuple = (output, context) => {
6387
- let contents = {
6429
+ const contents = {
6388
6430
  TargetGroupArn: undefined,
6389
6431
  Weight: undefined,
6390
6432
  };
@@ -6397,7 +6439,7 @@ const deserializeAws_queryTargetGroupTuple = (output, context) => {
6397
6439
  return contents;
6398
6440
  };
6399
6441
  const deserializeAws_queryTargetHealth = (output, context) => {
6400
- let contents = {
6442
+ const contents = {
6401
6443
  State: undefined,
6402
6444
  Reason: undefined,
6403
6445
  Description: undefined,
@@ -6414,7 +6456,7 @@ const deserializeAws_queryTargetHealth = (output, context) => {
6414
6456
  return contents;
6415
6457
  };
6416
6458
  const deserializeAws_queryTargetHealthDescription = (output, context) => {
6417
- let contents = {
6459
+ const contents = {
6418
6460
  Target: undefined,
6419
6461
  HealthCheckPort: undefined,
6420
6462
  TargetHealth: undefined,
@@ -6441,7 +6483,7 @@ const deserializeAws_queryTargetHealthDescriptions = (output, context) => {
6441
6483
  });
6442
6484
  };
6443
6485
  const deserializeAws_queryTooManyActionsException = (output, context) => {
6444
- let contents = {
6486
+ const contents = {
6445
6487
  Message: undefined,
6446
6488
  };
6447
6489
  if (output["Message"] !== undefined) {
@@ -6450,7 +6492,7 @@ const deserializeAws_queryTooManyActionsException = (output, context) => {
6450
6492
  return contents;
6451
6493
  };
6452
6494
  const deserializeAws_queryTooManyCertificatesException = (output, context) => {
6453
- let contents = {
6495
+ const contents = {
6454
6496
  Message: undefined,
6455
6497
  };
6456
6498
  if (output["Message"] !== undefined) {
@@ -6459,7 +6501,7 @@ const deserializeAws_queryTooManyCertificatesException = (output, context) => {
6459
6501
  return contents;
6460
6502
  };
6461
6503
  const deserializeAws_queryTooManyListenersException = (output, context) => {
6462
- let contents = {
6504
+ const contents = {
6463
6505
  Message: undefined,
6464
6506
  };
6465
6507
  if (output["Message"] !== undefined) {
@@ -6468,7 +6510,7 @@ const deserializeAws_queryTooManyListenersException = (output, context) => {
6468
6510
  return contents;
6469
6511
  };
6470
6512
  const deserializeAws_queryTooManyLoadBalancersException = (output, context) => {
6471
- let contents = {
6513
+ const contents = {
6472
6514
  Message: undefined,
6473
6515
  };
6474
6516
  if (output["Message"] !== undefined) {
@@ -6477,7 +6519,7 @@ const deserializeAws_queryTooManyLoadBalancersException = (output, context) => {
6477
6519
  return contents;
6478
6520
  };
6479
6521
  const deserializeAws_queryTooManyRegistrationsForTargetIdException = (output, context) => {
6480
- let contents = {
6522
+ const contents = {
6481
6523
  Message: undefined,
6482
6524
  };
6483
6525
  if (output["Message"] !== undefined) {
@@ -6486,7 +6528,7 @@ const deserializeAws_queryTooManyRegistrationsForTargetIdException = (output, co
6486
6528
  return contents;
6487
6529
  };
6488
6530
  const deserializeAws_queryTooManyRulesException = (output, context) => {
6489
- let contents = {
6531
+ const contents = {
6490
6532
  Message: undefined,
6491
6533
  };
6492
6534
  if (output["Message"] !== undefined) {
@@ -6495,7 +6537,7 @@ const deserializeAws_queryTooManyRulesException = (output, context) => {
6495
6537
  return contents;
6496
6538
  };
6497
6539
  const deserializeAws_queryTooManyTagsException = (output, context) => {
6498
- let contents = {
6540
+ const contents = {
6499
6541
  Message: undefined,
6500
6542
  };
6501
6543
  if (output["Message"] !== undefined) {
@@ -6504,7 +6546,7 @@ const deserializeAws_queryTooManyTagsException = (output, context) => {
6504
6546
  return contents;
6505
6547
  };
6506
6548
  const deserializeAws_queryTooManyTargetGroupsException = (output, context) => {
6507
- let contents = {
6549
+ const contents = {
6508
6550
  Message: undefined,
6509
6551
  };
6510
6552
  if (output["Message"] !== undefined) {
@@ -6513,7 +6555,7 @@ const deserializeAws_queryTooManyTargetGroupsException = (output, context) => {
6513
6555
  return contents;
6514
6556
  };
6515
6557
  const deserializeAws_queryTooManyTargetsException = (output, context) => {
6516
- let contents = {
6558
+ const contents = {
6517
6559
  Message: undefined,
6518
6560
  };
6519
6561
  if (output["Message"] !== undefined) {
@@ -6522,7 +6564,7 @@ const deserializeAws_queryTooManyTargetsException = (output, context) => {
6522
6564
  return contents;
6523
6565
  };
6524
6566
  const deserializeAws_queryTooManyUniqueTargetGroupsPerLoadBalancerException = (output, context) => {
6525
- let contents = {
6567
+ const contents = {
6526
6568
  Message: undefined,
6527
6569
  };
6528
6570
  if (output["Message"] !== undefined) {
@@ -6531,7 +6573,7 @@ const deserializeAws_queryTooManyUniqueTargetGroupsPerLoadBalancerException = (o
6531
6573
  return contents;
6532
6574
  };
6533
6575
  const deserializeAws_queryUnsupportedProtocolException = (output, context) => {
6534
- let contents = {
6576
+ const contents = {
6535
6577
  Message: undefined,
6536
6578
  };
6537
6579
  if (output["Message"] !== undefined) {
@@ -6548,14 +6590,12 @@ const deserializeMetadata = (output) => {
6548
6590
  cfId: output.headers["x-amz-cf-id"],
6549
6591
  });
6550
6592
  };
6551
- // Collect low-level response body stream to Uint8Array.
6552
6593
  const collectBody = (streamBody = new Uint8Array(), context) => {
6553
6594
  if (streamBody instanceof Uint8Array) {
6554
6595
  return Promise.resolve(streamBody);
6555
6596
  }
6556
6597
  return context.streamCollector(streamBody) || Promise.resolve(new Uint8Array());
6557
6598
  };
6558
- // Encode Uint8Array data into string with utf-8.
6559
6599
  const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
6560
6600
  const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, body) => {
6561
6601
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
@@ -6607,4 +6647,3 @@ const loadQueryErrorCode = (output, data) => {
6607
6647
  }
6608
6648
  return "";
6609
6649
  };
6610
- //# sourceMappingURL=Aws_query.js.map