@aws-sdk/client-elastic-load-balancing 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 (349) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/ElasticLoadBalancing.js +1 -25
  3. package/dist-cjs/ElasticLoadBalancingClient.js +35 -0
  4. package/{dist/cjs → dist-cjs}/commands/AddTagsCommand.js +2 -33
  5. package/{dist/cjs → dist-cjs}/commands/ApplySecurityGroupsToLoadBalancerCommand.js +2 -29
  6. package/{dist/cjs → dist-cjs}/commands/AttachLoadBalancerToSubnetsCommand.js +2 -30
  7. package/{dist/cjs → dist-cjs}/commands/ConfigureHealthCheckCommand.js +2 -29
  8. package/dist-cjs/commands/CreateAppCookieStickinessPolicyCommand.js +36 -0
  9. package/dist-cjs/commands/CreateLBCookieStickinessPolicyCommand.js +36 -0
  10. package/dist-cjs/commands/CreateLoadBalancerCommand.js +36 -0
  11. package/{dist/cjs → dist-cjs}/commands/CreateLoadBalancerListenersCommand.js +2 -29
  12. package/{dist/cjs → dist-cjs}/commands/CreateLoadBalancerPolicyCommand.js +2 -28
  13. package/{dist/cjs → dist-cjs}/commands/DeleteLoadBalancerCommand.js +2 -30
  14. package/{dist/cjs → dist-cjs}/commands/DeleteLoadBalancerListenersCommand.js +2 -27
  15. package/{dist/cjs → dist-cjs}/commands/DeleteLoadBalancerPolicyCommand.js +2 -27
  16. package/{dist/cjs → dist-cjs}/commands/DeregisterInstancesFromLoadBalancerCommand.js +2 -32
  17. package/{dist/cjs → dist-cjs}/commands/DescribeAccountLimitsCommand.js +2 -29
  18. package/{dist/cjs → dist-cjs}/commands/DescribeInstanceHealthCommand.js +2 -27
  19. package/{dist/cjs → dist-cjs}/commands/DescribeLoadBalancerAttributesCommand.js +2 -27
  20. package/{dist/cjs → dist-cjs}/commands/DescribeLoadBalancerPoliciesCommand.js +2 -31
  21. package/dist-cjs/commands/DescribeLoadBalancerPolicyTypesCommand.js +36 -0
  22. package/{dist/cjs → dist-cjs}/commands/DescribeLoadBalancersCommand.js +2 -27
  23. package/{dist/cjs → dist-cjs}/commands/DescribeTagsCommand.js +2 -27
  24. package/{dist/cjs → dist-cjs}/commands/DetachLoadBalancerFromSubnetsCommand.js +2 -30
  25. package/dist-cjs/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +36 -0
  26. package/{dist/cjs → dist-cjs}/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +2 -32
  27. package/dist-cjs/commands/ModifyLoadBalancerAttributesCommand.js +36 -0
  28. package/dist-cjs/commands/RegisterInstancesWithLoadBalancerCommand.js +36 -0
  29. package/{dist/cjs → dist-cjs}/commands/RemoveTagsCommand.js +2 -27
  30. package/{dist/cjs → dist-cjs}/commands/SetLoadBalancerListenerSSLCertificateCommand.js +2 -31
  31. package/dist-cjs/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +36 -0
  32. package/dist-cjs/commands/SetLoadBalancerPoliciesOfListenerCommand.js +36 -0
  33. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  34. package/{dist/cjs → dist-cjs}/index.js +0 -1
  35. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  36. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -319
  37. package/{dist/cjs → dist-cjs}/pagination/DescribeLoadBalancersPaginator.js +1 -12
  38. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  39. package/{dist/cjs → dist-cjs}/protocols/Aws_query.js +89 -92
  40. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  41. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  42. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  43. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  44. package/{dist/cjs → dist-cjs}/waiters/waitForAnyInstanceInService.js +6 -16
  45. package/{dist/es → dist-es}/ElasticLoadBalancing.js +1 -2
  46. package/{dist/es → dist-es}/ElasticLoadBalancingClient.js +1 -2
  47. package/{dist/es → dist-es}/commands/AddTagsCommand.js +2 -3
  48. package/{dist/es → dist-es}/commands/ApplySecurityGroupsToLoadBalancerCommand.js +2 -3
  49. package/{dist/es → dist-es}/commands/AttachLoadBalancerToSubnetsCommand.js +2 -3
  50. package/{dist/es → dist-es}/commands/ConfigureHealthCheckCommand.js +2 -3
  51. package/{dist/es → dist-es}/commands/CreateAppCookieStickinessPolicyCommand.js +2 -3
  52. package/{dist/es → dist-es}/commands/CreateLBCookieStickinessPolicyCommand.js +2 -3
  53. package/{dist/es → dist-es}/commands/CreateLoadBalancerCommand.js +2 -3
  54. package/{dist/es → dist-es}/commands/CreateLoadBalancerListenersCommand.js +2 -3
  55. package/{dist/es → dist-es}/commands/CreateLoadBalancerPolicyCommand.js +2 -3
  56. package/{dist/es → dist-es}/commands/DeleteLoadBalancerCommand.js +2 -3
  57. package/{dist/es → dist-es}/commands/DeleteLoadBalancerListenersCommand.js +2 -3
  58. package/{dist/es → dist-es}/commands/DeleteLoadBalancerPolicyCommand.js +2 -3
  59. package/{dist/es → dist-es}/commands/DeregisterInstancesFromLoadBalancerCommand.js +2 -3
  60. package/{dist/es → dist-es}/commands/DescribeAccountLimitsCommand.js +2 -3
  61. package/{dist/es → dist-es}/commands/DescribeInstanceHealthCommand.js +2 -3
  62. package/{dist/es → dist-es}/commands/DescribeLoadBalancerAttributesCommand.js +2 -3
  63. package/{dist/es → dist-es}/commands/DescribeLoadBalancerPoliciesCommand.js +2 -3
  64. package/{dist/es → dist-es}/commands/DescribeLoadBalancerPolicyTypesCommand.js +2 -3
  65. package/{dist/es → dist-es}/commands/DescribeLoadBalancersCommand.js +2 -3
  66. package/{dist/es → dist-es}/commands/DescribeTagsCommand.js +2 -3
  67. package/{dist/es → dist-es}/commands/DetachLoadBalancerFromSubnetsCommand.js +2 -3
  68. package/{dist/es → dist-es}/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +2 -3
  69. package/{dist/es → dist-es}/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +2 -3
  70. package/{dist/es → dist-es}/commands/ModifyLoadBalancerAttributesCommand.js +2 -3
  71. package/{dist/es → dist-es}/commands/RegisterInstancesWithLoadBalancerCommand.js +2 -3
  72. package/{dist/es → dist-es}/commands/RemoveTagsCommand.js +2 -3
  73. package/{dist/es → dist-es}/commands/SetLoadBalancerListenerSSLCertificateCommand.js +2 -3
  74. package/{dist/es → dist-es}/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +2 -3
  75. package/{dist/es → dist-es}/commands/SetLoadBalancerPoliciesOfListenerCommand.js +2 -3
  76. package/{dist/es → dist-es}/endpoints.js +1 -2
  77. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  78. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  79. package/{dist/es → dist-es}/models/models_0.js +0 -1
  80. package/{dist/es → dist-es}/pagination/DescribeLoadBalancersPaginator.js +1 -2
  81. package/dist-es/pagination/Interfaces.js +1 -0
  82. package/{dist/es → dist-es}/protocols/Aws_query.js +0 -1
  83. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  84. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  85. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  86. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  87. package/{dist/es → dist-es}/waiters/waitForAnyInstanceInService.js +1 -2
  88. package/{dist/types → dist-types}/ElasticLoadBalancing.d.ts +2 -2
  89. package/{dist/types → dist-types}/ElasticLoadBalancingClient.d.ts +8 -8
  90. package/{dist/types → dist-types}/commands/AddTagsCommand.d.ts +2 -2
  91. package/{dist/types → dist-types}/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +2 -2
  92. package/{dist/types → dist-types}/commands/AttachLoadBalancerToSubnetsCommand.d.ts +2 -2
  93. package/{dist/types → dist-types}/commands/ConfigureHealthCheckCommand.d.ts +2 -2
  94. package/{dist/types → dist-types}/commands/CreateAppCookieStickinessPolicyCommand.d.ts +2 -2
  95. package/{dist/types → dist-types}/commands/CreateLBCookieStickinessPolicyCommand.d.ts +2 -2
  96. package/{dist/types → dist-types}/commands/CreateLoadBalancerCommand.d.ts +2 -2
  97. package/{dist/types → dist-types}/commands/CreateLoadBalancerListenersCommand.d.ts +2 -2
  98. package/{dist/types → dist-types}/commands/CreateLoadBalancerPolicyCommand.d.ts +2 -2
  99. package/{dist/types → dist-types}/commands/DeleteLoadBalancerCommand.d.ts +2 -2
  100. package/{dist/types → dist-types}/commands/DeleteLoadBalancerListenersCommand.d.ts +2 -2
  101. package/{dist/types → dist-types}/commands/DeleteLoadBalancerPolicyCommand.d.ts +2 -2
  102. package/{dist/types → dist-types}/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +2 -2
  103. package/{dist/types → dist-types}/commands/DescribeAccountLimitsCommand.d.ts +2 -2
  104. package/{dist/types → dist-types}/commands/DescribeInstanceHealthCommand.d.ts +2 -2
  105. package/{dist/types → dist-types}/commands/DescribeLoadBalancerAttributesCommand.d.ts +2 -2
  106. package/{dist/types → dist-types}/commands/DescribeLoadBalancerPoliciesCommand.d.ts +2 -2
  107. package/{dist/types → dist-types}/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +2 -2
  108. package/{dist/types → dist-types}/commands/DescribeLoadBalancersCommand.d.ts +2 -2
  109. package/{dist/types → dist-types}/commands/DescribeTagsCommand.d.ts +2 -2
  110. package/{dist/types → dist-types}/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +2 -2
  111. package/{dist/types → dist-types}/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +2 -2
  112. package/{dist/types → dist-types}/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +2 -2
  113. package/{dist/types → dist-types}/commands/ModifyLoadBalancerAttributesCommand.d.ts +2 -2
  114. package/{dist/types → dist-types}/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +2 -2
  115. package/{dist/types → dist-types}/commands/RemoveTagsCommand.d.ts +2 -2
  116. package/{dist/types → dist-types}/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +2 -2
  117. package/{dist/types → dist-types}/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +2 -2
  118. package/{dist/types → dist-types}/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +2 -2
  119. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  120. package/{index.ts → dist-types/index.d.ts} +0 -0
  121. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  122. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  123. package/{dist/types → dist-types}/pagination/DescribeLoadBalancersPaginator.d.ts +1 -1
  124. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  125. package/{dist/types → dist-types}/protocols/Aws_query.d.ts +2 -2
  126. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  127. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  128. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  129. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  130. package/dist-types/ts3.4/ElasticLoadBalancing.d.ts +150 -0
  131. package/{dist/types → dist-types}/ts3.4/ElasticLoadBalancingClient.d.ts +32 -117
  132. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +17 -0
  133. package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +17 -0
  134. package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +17 -0
  135. package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +17 -0
  136. package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +17 -0
  137. package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +17 -0
  138. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +17 -0
  139. package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +17 -0
  140. package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +17 -0
  141. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +17 -0
  142. package/{dist/types → dist-types}/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +4 -22
  143. package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +17 -0
  144. package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +17 -0
  145. package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +17 -0
  146. package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +17 -0
  147. package/{dist/types → dist-types}/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +4 -22
  148. package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +17 -0
  149. package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +17 -0
  150. package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +17 -0
  151. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +17 -0
  152. package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +17 -0
  153. package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +17 -0
  154. package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +17 -0
  155. package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +17 -0
  156. package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +17 -0
  157. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +17 -0
  158. package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +17 -0
  159. package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +17 -0
  160. package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +17 -0
  161. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  162. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  163. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  164. package/dist-types/ts3.4/models/models_0.d.ts +1143 -0
  165. package/{dist/types → dist-types}/ts3.4/pagination/DescribeLoadBalancersPaginator.d.ts +1 -1
  166. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  167. package/{dist/types → dist-types}/ts3.4/protocols/Aws_query.d.ts +2 -2
  168. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  169. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  170. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  171. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  172. package/{dist/types → dist-types}/ts3.4/waiters/waitForAnyInstanceInService.d.ts +4 -11
  173. package/{dist/types → dist-types}/waiters/waitForAnyInstanceInService.d.ts +2 -2
  174. package/package.json +46 -43
  175. package/ElasticLoadBalancing.ts +0 -1229
  176. package/ElasticLoadBalancingClient.ts +0 -414
  177. package/commands/AddTagsCommand.ts +0 -101
  178. package/commands/ApplySecurityGroupsToLoadBalancerCommand.ts +0 -108
  179. package/commands/AttachLoadBalancerToSubnetsCommand.ts +0 -104
  180. package/commands/ConfigureHealthCheckCommand.ts +0 -100
  181. package/commands/CreateAppCookieStickinessPolicyCommand.ts +0 -114
  182. package/commands/CreateLBCookieStickinessPolicyCommand.ts +0 -112
  183. package/commands/CreateLoadBalancerCommand.ts +0 -111
  184. package/commands/CreateLoadBalancerListenersCommand.ts +0 -103
  185. package/commands/CreateLoadBalancerPolicyCommand.ts +0 -99
  186. package/commands/DeleteLoadBalancerCommand.ts +0 -101
  187. package/commands/DeleteLoadBalancerListenersCommand.ts +0 -101
  188. package/commands/DeleteLoadBalancerPolicyCommand.ts +0 -98
  189. package/commands/DeregisterInstancesFromLoadBalancerCommand.ts +0 -109
  190. package/commands/DescribeAccountLimitsCommand.ts +0 -100
  191. package/commands/DescribeInstanceHealthCommand.ts +0 -98
  192. package/commands/DescribeLoadBalancerAttributesCommand.ts +0 -106
  193. package/commands/DescribeLoadBalancerPoliciesCommand.ts +0 -107
  194. package/commands/DescribeLoadBalancerPolicyTypesCommand.ts +0 -113
  195. package/commands/DescribeLoadBalancersCommand.ts +0 -98
  196. package/commands/DescribeTagsCommand.ts +0 -95
  197. package/commands/DetachLoadBalancerFromSubnetsCommand.ts +0 -106
  198. package/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts +0 -117
  199. package/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts +0 -111
  200. package/commands/ModifyLoadBalancerAttributesCommand.ts +0 -129
  201. package/commands/RegisterInstancesWithLoadBalancerCommand.ts +0 -122
  202. package/commands/RemoveTagsCommand.ts +0 -95
  203. package/commands/SetLoadBalancerListenerSSLCertificateCommand.ts +0 -113
  204. package/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts +0 -123
  205. package/commands/SetLoadBalancerPoliciesOfListenerCommand.ts +0 -112
  206. package/dist/cjs/ElasticLoadBalancing.js.map +0 -1
  207. package/dist/cjs/ElasticLoadBalancingClient.js +0 -64
  208. package/dist/cjs/ElasticLoadBalancingClient.js.map +0 -1
  209. package/dist/cjs/commands/AddTagsCommand.js.map +0 -1
  210. package/dist/cjs/commands/ApplySecurityGroupsToLoadBalancerCommand.js.map +0 -1
  211. package/dist/cjs/commands/AttachLoadBalancerToSubnetsCommand.js.map +0 -1
  212. package/dist/cjs/commands/ConfigureHealthCheckCommand.js.map +0 -1
  213. package/dist/cjs/commands/CreateAppCookieStickinessPolicyCommand.js +0 -69
  214. package/dist/cjs/commands/CreateAppCookieStickinessPolicyCommand.js.map +0 -1
  215. package/dist/cjs/commands/CreateLBCookieStickinessPolicyCommand.js +0 -67
  216. package/dist/cjs/commands/CreateLBCookieStickinessPolicyCommand.js.map +0 -1
  217. package/dist/cjs/commands/CreateLoadBalancerCommand.js +0 -74
  218. package/dist/cjs/commands/CreateLoadBalancerCommand.js.map +0 -1
  219. package/dist/cjs/commands/CreateLoadBalancerListenersCommand.js.map +0 -1
  220. package/dist/cjs/commands/CreateLoadBalancerPolicyCommand.js.map +0 -1
  221. package/dist/cjs/commands/DeleteLoadBalancerCommand.js.map +0 -1
  222. package/dist/cjs/commands/DeleteLoadBalancerListenersCommand.js.map +0 -1
  223. package/dist/cjs/commands/DeleteLoadBalancerPolicyCommand.js.map +0 -1
  224. package/dist/cjs/commands/DeregisterInstancesFromLoadBalancerCommand.js.map +0 -1
  225. package/dist/cjs/commands/DescribeAccountLimitsCommand.js.map +0 -1
  226. package/dist/cjs/commands/DescribeInstanceHealthCommand.js.map +0 -1
  227. package/dist/cjs/commands/DescribeLoadBalancerAttributesCommand.js.map +0 -1
  228. package/dist/cjs/commands/DescribeLoadBalancerPoliciesCommand.js.map +0 -1
  229. package/dist/cjs/commands/DescribeLoadBalancerPolicyTypesCommand.js +0 -68
  230. package/dist/cjs/commands/DescribeLoadBalancerPolicyTypesCommand.js.map +0 -1
  231. package/dist/cjs/commands/DescribeLoadBalancersCommand.js.map +0 -1
  232. package/dist/cjs/commands/DescribeTagsCommand.js.map +0 -1
  233. package/dist/cjs/commands/DetachLoadBalancerFromSubnetsCommand.js.map +0 -1
  234. package/dist/cjs/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +0 -69
  235. package/dist/cjs/commands/DisableAvailabilityZonesForLoadBalancerCommand.js.map +0 -1
  236. package/dist/cjs/commands/EnableAvailabilityZonesForLoadBalancerCommand.js.map +0 -1
  237. package/dist/cjs/commands/ModifyLoadBalancerAttributesCommand.js +0 -87
  238. package/dist/cjs/commands/ModifyLoadBalancerAttributesCommand.js.map +0 -1
  239. package/dist/cjs/commands/RegisterInstancesWithLoadBalancerCommand.js +0 -79
  240. package/dist/cjs/commands/RegisterInstancesWithLoadBalancerCommand.js.map +0 -1
  241. package/dist/cjs/commands/RemoveTagsCommand.js.map +0 -1
  242. package/dist/cjs/commands/SetLoadBalancerListenerSSLCertificateCommand.js.map +0 -1
  243. package/dist/cjs/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +0 -71
  244. package/dist/cjs/commands/SetLoadBalancerPoliciesForBackendServerCommand.js.map +0 -1
  245. package/dist/cjs/commands/SetLoadBalancerPoliciesOfListenerCommand.js +0 -67
  246. package/dist/cjs/commands/SetLoadBalancerPoliciesOfListenerCommand.js.map +0 -1
  247. package/dist/cjs/endpoints.js.map +0 -1
  248. package/dist/cjs/index.js.map +0 -1
  249. package/dist/cjs/models/index.js.map +0 -1
  250. package/dist/cjs/models/models_0.js.map +0 -1
  251. package/dist/cjs/package.json +0 -94
  252. package/dist/cjs/pagination/DescribeLoadBalancersPaginator.js.map +0 -1
  253. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  254. package/dist/cjs/protocols/Aws_query.js.map +0 -1
  255. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  256. package/dist/cjs/runtimeConfig.js.map +0 -1
  257. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  258. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  259. package/dist/cjs/waiters/waitForAnyInstanceInService.js.map +0 -1
  260. package/dist/es/ElasticLoadBalancing.js.map +0 -1
  261. package/dist/es/ElasticLoadBalancingClient.js.map +0 -1
  262. package/dist/es/commands/AddTagsCommand.js.map +0 -1
  263. package/dist/es/commands/ApplySecurityGroupsToLoadBalancerCommand.js.map +0 -1
  264. package/dist/es/commands/AttachLoadBalancerToSubnetsCommand.js.map +0 -1
  265. package/dist/es/commands/ConfigureHealthCheckCommand.js.map +0 -1
  266. package/dist/es/commands/CreateAppCookieStickinessPolicyCommand.js.map +0 -1
  267. package/dist/es/commands/CreateLBCookieStickinessPolicyCommand.js.map +0 -1
  268. package/dist/es/commands/CreateLoadBalancerCommand.js.map +0 -1
  269. package/dist/es/commands/CreateLoadBalancerListenersCommand.js.map +0 -1
  270. package/dist/es/commands/CreateLoadBalancerPolicyCommand.js.map +0 -1
  271. package/dist/es/commands/DeleteLoadBalancerCommand.js.map +0 -1
  272. package/dist/es/commands/DeleteLoadBalancerListenersCommand.js.map +0 -1
  273. package/dist/es/commands/DeleteLoadBalancerPolicyCommand.js.map +0 -1
  274. package/dist/es/commands/DeregisterInstancesFromLoadBalancerCommand.js.map +0 -1
  275. package/dist/es/commands/DescribeAccountLimitsCommand.js.map +0 -1
  276. package/dist/es/commands/DescribeInstanceHealthCommand.js.map +0 -1
  277. package/dist/es/commands/DescribeLoadBalancerAttributesCommand.js.map +0 -1
  278. package/dist/es/commands/DescribeLoadBalancerPoliciesCommand.js.map +0 -1
  279. package/dist/es/commands/DescribeLoadBalancerPolicyTypesCommand.js.map +0 -1
  280. package/dist/es/commands/DescribeLoadBalancersCommand.js.map +0 -1
  281. package/dist/es/commands/DescribeTagsCommand.js.map +0 -1
  282. package/dist/es/commands/DetachLoadBalancerFromSubnetsCommand.js.map +0 -1
  283. package/dist/es/commands/DisableAvailabilityZonesForLoadBalancerCommand.js.map +0 -1
  284. package/dist/es/commands/EnableAvailabilityZonesForLoadBalancerCommand.js.map +0 -1
  285. package/dist/es/commands/ModifyLoadBalancerAttributesCommand.js.map +0 -1
  286. package/dist/es/commands/RegisterInstancesWithLoadBalancerCommand.js.map +0 -1
  287. package/dist/es/commands/RemoveTagsCommand.js.map +0 -1
  288. package/dist/es/commands/SetLoadBalancerListenerSSLCertificateCommand.js.map +0 -1
  289. package/dist/es/commands/SetLoadBalancerPoliciesForBackendServerCommand.js.map +0 -1
  290. package/dist/es/commands/SetLoadBalancerPoliciesOfListenerCommand.js.map +0 -1
  291. package/dist/es/endpoints.js.map +0 -1
  292. package/dist/es/index.js +0 -36
  293. package/dist/es/index.js.map +0 -1
  294. package/dist/es/models/index.js +0 -2
  295. package/dist/es/models/index.js.map +0 -1
  296. package/dist/es/models/models_0.js.map +0 -1
  297. package/dist/es/package.json +0 -94
  298. package/dist/es/pagination/DescribeLoadBalancersPaginator.js.map +0 -1
  299. package/dist/es/pagination/Interfaces.js +0 -2
  300. package/dist/es/pagination/Interfaces.js.map +0 -1
  301. package/dist/es/protocols/Aws_query.js.map +0 -1
  302. package/dist/es/runtimeConfig.browser.js.map +0 -1
  303. package/dist/es/runtimeConfig.js.map +0 -1
  304. package/dist/es/runtimeConfig.native.js.map +0 -1
  305. package/dist/es/runtimeConfig.shared.js.map +0 -1
  306. package/dist/es/waiters/waitForAnyInstanceInService.js.map +0 -1
  307. package/dist/types/ts3.4/ElasticLoadBalancing.d.ts +0 -374
  308. package/dist/types/ts3.4/commands/AddTagsCommand.d.ts +0 -41
  309. package/dist/types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +0 -37
  310. package/dist/types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +0 -38
  311. package/dist/types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +0 -37
  312. package/dist/types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +0 -43
  313. package/dist/types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +0 -41
  314. package/dist/types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +0 -48
  315. package/dist/types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +0 -37
  316. package/dist/types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +0 -36
  317. package/dist/types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +0 -38
  318. package/dist/types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +0 -35
  319. package/dist/types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +0 -40
  320. package/dist/types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +0 -37
  321. package/dist/types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +0 -35
  322. package/dist/types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +0 -39
  323. package/dist/types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +0 -42
  324. package/dist/types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +0 -35
  325. package/dist/types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -35
  326. package/dist/types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +0 -38
  327. package/dist/types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +0 -43
  328. package/dist/types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +0 -40
  329. package/dist/types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +0 -61
  330. package/dist/types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +0 -53
  331. package/dist/types/ts3.4/commands/RemoveTagsCommand.d.ts +0 -35
  332. package/dist/types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +0 -39
  333. package/dist/types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +0 -45
  334. package/dist/types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +0 -41
  335. package/dist/types/ts3.4/models/models_0.d.ts +0 -2048
  336. package/endpoints.ts +0 -86
  337. package/jest.config.js +0 -4
  338. package/models/models_0.ts +0 -2556
  339. package/pagination/DescribeLoadBalancersPaginator.ts +0 -57
  340. package/pagination/Interfaces.ts +0 -7
  341. package/protocols/Aws_query.ts +0 -5444
  342. package/runtimeConfig.browser.ts +0 -40
  343. package/runtimeConfig.native.ts +0 -16
  344. package/runtimeConfig.shared.ts +0 -16
  345. package/runtimeConfig.ts +0 -45
  346. package/tsconfig.es.json +0 -10
  347. package/tsconfig.json +0 -31
  348. package/tsconfig.types.json +0 -8
  349. package/waiters/waitForAnyInstanceInService.ts +0 -58
@@ -0,0 +1,1143 @@
1
+ import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
+
3
+ export interface AccessLog {
4
+
5
+ Enabled: boolean | undefined;
6
+
7
+ S3BucketName?: string;
8
+
9
+ EmitInterval?: number;
10
+
11
+ S3BucketPrefix?: string;
12
+ }
13
+ export declare namespace AccessLog {
14
+
15
+ const filterSensitiveLog: (obj: AccessLog) => any;
16
+ }
17
+
18
+ export interface AccessPointNotFoundException extends __SmithyException, $MetadataBearer {
19
+ name: "AccessPointNotFoundException";
20
+ $fault: "client";
21
+ Message?: string;
22
+ }
23
+ export declare namespace AccessPointNotFoundException {
24
+
25
+ const filterSensitiveLog: (obj: AccessPointNotFoundException) => any;
26
+ }
27
+
28
+ export interface AddAvailabilityZonesInput {
29
+
30
+ LoadBalancerName: string | undefined;
31
+
32
+ AvailabilityZones: string[] | undefined;
33
+ }
34
+ export declare namespace AddAvailabilityZonesInput {
35
+
36
+ const filterSensitiveLog: (obj: AddAvailabilityZonesInput) => any;
37
+ }
38
+
39
+ export interface AddAvailabilityZonesOutput {
40
+
41
+ AvailabilityZones?: string[];
42
+ }
43
+ export declare namespace AddAvailabilityZonesOutput {
44
+
45
+ const filterSensitiveLog: (obj: AddAvailabilityZonesOutput) => any;
46
+ }
47
+
48
+ export interface AdditionalAttribute {
49
+
50
+ Key?: string;
51
+
52
+ Value?: string;
53
+ }
54
+ export declare namespace AdditionalAttribute {
55
+
56
+ const filterSensitiveLog: (obj: AdditionalAttribute) => any;
57
+ }
58
+
59
+ export interface Tag {
60
+
61
+ Key: string | undefined;
62
+
63
+ Value?: string;
64
+ }
65
+ export declare namespace Tag {
66
+
67
+ const filterSensitiveLog: (obj: Tag) => any;
68
+ }
69
+
70
+ export interface AddTagsInput {
71
+
72
+ LoadBalancerNames: string[] | undefined;
73
+
74
+ Tags: Tag[] | undefined;
75
+ }
76
+ export declare namespace AddTagsInput {
77
+
78
+ const filterSensitiveLog: (obj: AddTagsInput) => any;
79
+ }
80
+
81
+ export interface AddTagsOutput {
82
+ }
83
+ export declare namespace AddTagsOutput {
84
+
85
+ const filterSensitiveLog: (obj: AddTagsOutput) => any;
86
+ }
87
+
88
+ export interface DuplicateTagKeysException extends __SmithyException, $MetadataBearer {
89
+ name: "DuplicateTagKeysException";
90
+ $fault: "client";
91
+ Message?: string;
92
+ }
93
+ export declare namespace DuplicateTagKeysException {
94
+
95
+ const filterSensitiveLog: (obj: DuplicateTagKeysException) => any;
96
+ }
97
+
98
+ export interface TooManyTagsException extends __SmithyException, $MetadataBearer {
99
+ name: "TooManyTagsException";
100
+ $fault: "client";
101
+ Message?: string;
102
+ }
103
+ export declare namespace TooManyTagsException {
104
+
105
+ const filterSensitiveLog: (obj: TooManyTagsException) => any;
106
+ }
107
+
108
+ export interface AppCookieStickinessPolicy {
109
+
110
+ PolicyName?: string;
111
+
112
+ CookieName?: string;
113
+ }
114
+ export declare namespace AppCookieStickinessPolicy {
115
+
116
+ const filterSensitiveLog: (obj: AppCookieStickinessPolicy) => any;
117
+ }
118
+
119
+ export interface ApplySecurityGroupsToLoadBalancerInput {
120
+
121
+ LoadBalancerName: string | undefined;
122
+
123
+ SecurityGroups: string[] | undefined;
124
+ }
125
+ export declare namespace ApplySecurityGroupsToLoadBalancerInput {
126
+
127
+ const filterSensitiveLog: (obj: ApplySecurityGroupsToLoadBalancerInput) => any;
128
+ }
129
+
130
+ export interface ApplySecurityGroupsToLoadBalancerOutput {
131
+
132
+ SecurityGroups?: string[];
133
+ }
134
+ export declare namespace ApplySecurityGroupsToLoadBalancerOutput {
135
+
136
+ const filterSensitiveLog: (obj: ApplySecurityGroupsToLoadBalancerOutput) => any;
137
+ }
138
+
139
+ export interface InvalidConfigurationRequestException extends __SmithyException, $MetadataBearer {
140
+ name: "InvalidConfigurationRequestException";
141
+ $fault: "client";
142
+ Message?: string;
143
+ }
144
+ export declare namespace InvalidConfigurationRequestException {
145
+
146
+ const filterSensitiveLog: (obj: InvalidConfigurationRequestException) => any;
147
+ }
148
+
149
+ export interface InvalidSecurityGroupException extends __SmithyException, $MetadataBearer {
150
+ name: "InvalidSecurityGroupException";
151
+ $fault: "client";
152
+ Message?: string;
153
+ }
154
+ export declare namespace InvalidSecurityGroupException {
155
+
156
+ const filterSensitiveLog: (obj: InvalidSecurityGroupException) => any;
157
+ }
158
+
159
+ export interface AttachLoadBalancerToSubnetsInput {
160
+
161
+ LoadBalancerName: string | undefined;
162
+
163
+ Subnets: string[] | undefined;
164
+ }
165
+ export declare namespace AttachLoadBalancerToSubnetsInput {
166
+
167
+ const filterSensitiveLog: (obj: AttachLoadBalancerToSubnetsInput) => any;
168
+ }
169
+
170
+ export interface AttachLoadBalancerToSubnetsOutput {
171
+
172
+ Subnets?: string[];
173
+ }
174
+ export declare namespace AttachLoadBalancerToSubnetsOutput {
175
+
176
+ const filterSensitiveLog: (obj: AttachLoadBalancerToSubnetsOutput) => any;
177
+ }
178
+
179
+ export interface InvalidSubnetException extends __SmithyException, $MetadataBearer {
180
+ name: "InvalidSubnetException";
181
+ $fault: "client";
182
+ Message?: string;
183
+ }
184
+ export declare namespace InvalidSubnetException {
185
+
186
+ const filterSensitiveLog: (obj: InvalidSubnetException) => any;
187
+ }
188
+
189
+ export interface SubnetNotFoundException extends __SmithyException, $MetadataBearer {
190
+ name: "SubnetNotFoundException";
191
+ $fault: "client";
192
+ Message?: string;
193
+ }
194
+ export declare namespace SubnetNotFoundException {
195
+
196
+ const filterSensitiveLog: (obj: SubnetNotFoundException) => any;
197
+ }
198
+
199
+ export interface BackendServerDescription {
200
+
201
+ InstancePort?: number;
202
+
203
+ PolicyNames?: string[];
204
+ }
205
+ export declare namespace BackendServerDescription {
206
+
207
+ const filterSensitiveLog: (obj: BackendServerDescription) => any;
208
+ }
209
+
210
+ export interface CertificateNotFoundException extends __SmithyException, $MetadataBearer {
211
+ name: "CertificateNotFoundException";
212
+ $fault: "client";
213
+ Message?: string;
214
+ }
215
+ export declare namespace CertificateNotFoundException {
216
+
217
+ const filterSensitiveLog: (obj: CertificateNotFoundException) => any;
218
+ }
219
+
220
+ export interface HealthCheck {
221
+
222
+ Target: string | undefined;
223
+
224
+ Interval: number | undefined;
225
+
226
+ Timeout: number | undefined;
227
+
228
+ UnhealthyThreshold: number | undefined;
229
+
230
+ HealthyThreshold: number | undefined;
231
+ }
232
+ export declare namespace HealthCheck {
233
+
234
+ const filterSensitiveLog: (obj: HealthCheck) => any;
235
+ }
236
+
237
+ export interface ConfigureHealthCheckInput {
238
+
239
+ LoadBalancerName: string | undefined;
240
+
241
+ HealthCheck: HealthCheck | undefined;
242
+ }
243
+ export declare namespace ConfigureHealthCheckInput {
244
+
245
+ const filterSensitiveLog: (obj: ConfigureHealthCheckInput) => any;
246
+ }
247
+
248
+ export interface ConfigureHealthCheckOutput {
249
+
250
+ HealthCheck?: HealthCheck;
251
+ }
252
+ export declare namespace ConfigureHealthCheckOutput {
253
+
254
+ const filterSensitiveLog: (obj: ConfigureHealthCheckOutput) => any;
255
+ }
256
+
257
+ export interface ConnectionDraining {
258
+
259
+ Enabled: boolean | undefined;
260
+
261
+ Timeout?: number;
262
+ }
263
+ export declare namespace ConnectionDraining {
264
+
265
+ const filterSensitiveLog: (obj: ConnectionDraining) => any;
266
+ }
267
+
268
+ export interface ConnectionSettings {
269
+
270
+ IdleTimeout: number | undefined;
271
+ }
272
+ export declare namespace ConnectionSettings {
273
+
274
+ const filterSensitiveLog: (obj: ConnectionSettings) => any;
275
+ }
276
+
277
+ export interface Listener {
278
+
279
+ Protocol: string | undefined;
280
+
281
+ LoadBalancerPort: number | undefined;
282
+
283
+ InstanceProtocol?: string;
284
+
285
+ InstancePort: number | undefined;
286
+
287
+ SSLCertificateId?: string;
288
+ }
289
+ export declare namespace Listener {
290
+
291
+ const filterSensitiveLog: (obj: Listener) => any;
292
+ }
293
+
294
+ export interface CreateAccessPointInput {
295
+
296
+ LoadBalancerName: string | undefined;
297
+
298
+ Listeners: Listener[] | undefined;
299
+
300
+ AvailabilityZones?: string[];
301
+
302
+ Subnets?: string[];
303
+
304
+ SecurityGroups?: string[];
305
+
306
+ Scheme?: string;
307
+
308
+ Tags?: Tag[];
309
+ }
310
+ export declare namespace CreateAccessPointInput {
311
+
312
+ const filterSensitiveLog: (obj: CreateAccessPointInput) => any;
313
+ }
314
+
315
+ export interface CreateAccessPointOutput {
316
+
317
+ DNSName?: string;
318
+ }
319
+ export declare namespace CreateAccessPointOutput {
320
+
321
+ const filterSensitiveLog: (obj: CreateAccessPointOutput) => any;
322
+ }
323
+
324
+ export interface CreateAppCookieStickinessPolicyInput {
325
+
326
+ LoadBalancerName: string | undefined;
327
+
328
+ PolicyName: string | undefined;
329
+
330
+ CookieName: string | undefined;
331
+ }
332
+ export declare namespace CreateAppCookieStickinessPolicyInput {
333
+
334
+ const filterSensitiveLog: (obj: CreateAppCookieStickinessPolicyInput) => any;
335
+ }
336
+
337
+ export interface CreateAppCookieStickinessPolicyOutput {
338
+ }
339
+ export declare namespace CreateAppCookieStickinessPolicyOutput {
340
+
341
+ const filterSensitiveLog: (obj: CreateAppCookieStickinessPolicyOutput) => any;
342
+ }
343
+
344
+ export interface DuplicatePolicyNameException extends __SmithyException, $MetadataBearer {
345
+ name: "DuplicatePolicyNameException";
346
+ $fault: "client";
347
+ Message?: string;
348
+ }
349
+ export declare namespace DuplicatePolicyNameException {
350
+
351
+ const filterSensitiveLog: (obj: DuplicatePolicyNameException) => any;
352
+ }
353
+
354
+ export interface TooManyPoliciesException extends __SmithyException, $MetadataBearer {
355
+ name: "TooManyPoliciesException";
356
+ $fault: "client";
357
+ Message?: string;
358
+ }
359
+ export declare namespace TooManyPoliciesException {
360
+
361
+ const filterSensitiveLog: (obj: TooManyPoliciesException) => any;
362
+ }
363
+
364
+ export interface CreateLBCookieStickinessPolicyInput {
365
+
366
+ LoadBalancerName: string | undefined;
367
+
368
+ PolicyName: string | undefined;
369
+
370
+ CookieExpirationPeriod?: number;
371
+ }
372
+ export declare namespace CreateLBCookieStickinessPolicyInput {
373
+
374
+ const filterSensitiveLog: (obj: CreateLBCookieStickinessPolicyInput) => any;
375
+ }
376
+
377
+ export interface CreateLBCookieStickinessPolicyOutput {
378
+ }
379
+ export declare namespace CreateLBCookieStickinessPolicyOutput {
380
+
381
+ const filterSensitiveLog: (obj: CreateLBCookieStickinessPolicyOutput) => any;
382
+ }
383
+
384
+ export interface DuplicateAccessPointNameException extends __SmithyException, $MetadataBearer {
385
+ name: "DuplicateAccessPointNameException";
386
+ $fault: "client";
387
+ Message?: string;
388
+ }
389
+ export declare namespace DuplicateAccessPointNameException {
390
+
391
+ const filterSensitiveLog: (obj: DuplicateAccessPointNameException) => any;
392
+ }
393
+
394
+ export interface InvalidSchemeException extends __SmithyException, $MetadataBearer {
395
+ name: "InvalidSchemeException";
396
+ $fault: "client";
397
+ Message?: string;
398
+ }
399
+ export declare namespace InvalidSchemeException {
400
+
401
+ const filterSensitiveLog: (obj: InvalidSchemeException) => any;
402
+ }
403
+
404
+ export interface OperationNotPermittedException extends __SmithyException, $MetadataBearer {
405
+ name: "OperationNotPermittedException";
406
+ $fault: "client";
407
+ Message?: string;
408
+ }
409
+ export declare namespace OperationNotPermittedException {
410
+
411
+ const filterSensitiveLog: (obj: OperationNotPermittedException) => any;
412
+ }
413
+
414
+ export interface TooManyAccessPointsException extends __SmithyException, $MetadataBearer {
415
+ name: "TooManyAccessPointsException";
416
+ $fault: "client";
417
+ Message?: string;
418
+ }
419
+ export declare namespace TooManyAccessPointsException {
420
+
421
+ const filterSensitiveLog: (obj: TooManyAccessPointsException) => any;
422
+ }
423
+
424
+ export interface UnsupportedProtocolException extends __SmithyException, $MetadataBearer {
425
+ name: "UnsupportedProtocolException";
426
+ $fault: "client";
427
+ Message?: string;
428
+ }
429
+ export declare namespace UnsupportedProtocolException {
430
+
431
+ const filterSensitiveLog: (obj: UnsupportedProtocolException) => any;
432
+ }
433
+
434
+ export interface CreateLoadBalancerListenerInput {
435
+
436
+ LoadBalancerName: string | undefined;
437
+
438
+ Listeners: Listener[] | undefined;
439
+ }
440
+ export declare namespace CreateLoadBalancerListenerInput {
441
+
442
+ const filterSensitiveLog: (obj: CreateLoadBalancerListenerInput) => any;
443
+ }
444
+
445
+ export interface CreateLoadBalancerListenerOutput {
446
+ }
447
+ export declare namespace CreateLoadBalancerListenerOutput {
448
+
449
+ const filterSensitiveLog: (obj: CreateLoadBalancerListenerOutput) => any;
450
+ }
451
+
452
+ export interface DuplicateListenerException extends __SmithyException, $MetadataBearer {
453
+ name: "DuplicateListenerException";
454
+ $fault: "client";
455
+ Message?: string;
456
+ }
457
+ export declare namespace DuplicateListenerException {
458
+
459
+ const filterSensitiveLog: (obj: DuplicateListenerException) => any;
460
+ }
461
+
462
+ export interface PolicyAttribute {
463
+
464
+ AttributeName?: string;
465
+
466
+ AttributeValue?: string;
467
+ }
468
+ export declare namespace PolicyAttribute {
469
+
470
+ const filterSensitiveLog: (obj: PolicyAttribute) => any;
471
+ }
472
+
473
+ export interface CreateLoadBalancerPolicyInput {
474
+
475
+ LoadBalancerName: string | undefined;
476
+
477
+ PolicyName: string | undefined;
478
+
479
+ PolicyTypeName: string | undefined;
480
+
481
+ PolicyAttributes?: PolicyAttribute[];
482
+ }
483
+ export declare namespace CreateLoadBalancerPolicyInput {
484
+
485
+ const filterSensitiveLog: (obj: CreateLoadBalancerPolicyInput) => any;
486
+ }
487
+
488
+ export interface CreateLoadBalancerPolicyOutput {
489
+ }
490
+ export declare namespace CreateLoadBalancerPolicyOutput {
491
+
492
+ const filterSensitiveLog: (obj: CreateLoadBalancerPolicyOutput) => any;
493
+ }
494
+
495
+ export interface PolicyTypeNotFoundException extends __SmithyException, $MetadataBearer {
496
+ name: "PolicyTypeNotFoundException";
497
+ $fault: "client";
498
+ Message?: string;
499
+ }
500
+ export declare namespace PolicyTypeNotFoundException {
501
+
502
+ const filterSensitiveLog: (obj: PolicyTypeNotFoundException) => any;
503
+ }
504
+
505
+ export interface CrossZoneLoadBalancing {
506
+
507
+ Enabled: boolean | undefined;
508
+ }
509
+ export declare namespace CrossZoneLoadBalancing {
510
+
511
+ const filterSensitiveLog: (obj: CrossZoneLoadBalancing) => any;
512
+ }
513
+
514
+ export interface DeleteAccessPointInput {
515
+
516
+ LoadBalancerName: string | undefined;
517
+ }
518
+ export declare namespace DeleteAccessPointInput {
519
+
520
+ const filterSensitiveLog: (obj: DeleteAccessPointInput) => any;
521
+ }
522
+
523
+ export interface DeleteAccessPointOutput {
524
+ }
525
+ export declare namespace DeleteAccessPointOutput {
526
+
527
+ const filterSensitiveLog: (obj: DeleteAccessPointOutput) => any;
528
+ }
529
+
530
+ export interface DeleteLoadBalancerListenerInput {
531
+
532
+ LoadBalancerName: string | undefined;
533
+
534
+ LoadBalancerPorts: number[] | undefined;
535
+ }
536
+ export declare namespace DeleteLoadBalancerListenerInput {
537
+
538
+ const filterSensitiveLog: (obj: DeleteLoadBalancerListenerInput) => any;
539
+ }
540
+
541
+ export interface DeleteLoadBalancerListenerOutput {
542
+ }
543
+ export declare namespace DeleteLoadBalancerListenerOutput {
544
+
545
+ const filterSensitiveLog: (obj: DeleteLoadBalancerListenerOutput) => any;
546
+ }
547
+
548
+ export interface DeleteLoadBalancerPolicyInput {
549
+
550
+ LoadBalancerName: string | undefined;
551
+
552
+ PolicyName: string | undefined;
553
+ }
554
+ export declare namespace DeleteLoadBalancerPolicyInput {
555
+
556
+ const filterSensitiveLog: (obj: DeleteLoadBalancerPolicyInput) => any;
557
+ }
558
+
559
+ export interface DeleteLoadBalancerPolicyOutput {
560
+ }
561
+ export declare namespace DeleteLoadBalancerPolicyOutput {
562
+
563
+ const filterSensitiveLog: (obj: DeleteLoadBalancerPolicyOutput) => any;
564
+ }
565
+
566
+ export interface DependencyThrottleException extends __SmithyException, $MetadataBearer {
567
+ name: "DependencyThrottleException";
568
+ $fault: "client";
569
+ Message?: string;
570
+ }
571
+ export declare namespace DependencyThrottleException {
572
+
573
+ const filterSensitiveLog: (obj: DependencyThrottleException) => any;
574
+ }
575
+
576
+ export interface Instance {
577
+
578
+ InstanceId?: string;
579
+ }
580
+ export declare namespace Instance {
581
+
582
+ const filterSensitiveLog: (obj: Instance) => any;
583
+ }
584
+
585
+ export interface DeregisterEndPointsInput {
586
+
587
+ LoadBalancerName: string | undefined;
588
+
589
+ Instances: Instance[] | undefined;
590
+ }
591
+ export declare namespace DeregisterEndPointsInput {
592
+
593
+ const filterSensitiveLog: (obj: DeregisterEndPointsInput) => any;
594
+ }
595
+
596
+ export interface DeregisterEndPointsOutput {
597
+
598
+ Instances?: Instance[];
599
+ }
600
+ export declare namespace DeregisterEndPointsOutput {
601
+
602
+ const filterSensitiveLog: (obj: DeregisterEndPointsOutput) => any;
603
+ }
604
+
605
+ export interface InvalidEndPointException extends __SmithyException, $MetadataBearer {
606
+ name: "InvalidEndPointException";
607
+ $fault: "client";
608
+ Message?: string;
609
+ }
610
+ export declare namespace InvalidEndPointException {
611
+
612
+ const filterSensitiveLog: (obj: InvalidEndPointException) => any;
613
+ }
614
+
615
+ export interface DescribeAccessPointsInput {
616
+
617
+ LoadBalancerNames?: string[];
618
+
619
+ Marker?: string;
620
+
621
+ PageSize?: number;
622
+ }
623
+ export declare namespace DescribeAccessPointsInput {
624
+
625
+ const filterSensitiveLog: (obj: DescribeAccessPointsInput) => any;
626
+ }
627
+
628
+ export interface ListenerDescription {
629
+
630
+ Listener?: Listener;
631
+
632
+ PolicyNames?: string[];
633
+ }
634
+ export declare namespace ListenerDescription {
635
+
636
+ const filterSensitiveLog: (obj: ListenerDescription) => any;
637
+ }
638
+
639
+ export interface LBCookieStickinessPolicy {
640
+
641
+ PolicyName?: string;
642
+
643
+ CookieExpirationPeriod?: number;
644
+ }
645
+ export declare namespace LBCookieStickinessPolicy {
646
+
647
+ const filterSensitiveLog: (obj: LBCookieStickinessPolicy) => any;
648
+ }
649
+
650
+ export interface Policies {
651
+
652
+ AppCookieStickinessPolicies?: AppCookieStickinessPolicy[];
653
+
654
+ LBCookieStickinessPolicies?: LBCookieStickinessPolicy[];
655
+
656
+ OtherPolicies?: string[];
657
+ }
658
+ export declare namespace Policies {
659
+
660
+ const filterSensitiveLog: (obj: Policies) => any;
661
+ }
662
+
663
+ export interface SourceSecurityGroup {
664
+
665
+ OwnerAlias?: string;
666
+
667
+ GroupName?: string;
668
+ }
669
+ export declare namespace SourceSecurityGroup {
670
+
671
+ const filterSensitiveLog: (obj: SourceSecurityGroup) => any;
672
+ }
673
+
674
+ export interface LoadBalancerDescription {
675
+
676
+ LoadBalancerName?: string;
677
+
678
+ DNSName?: string;
679
+
680
+ CanonicalHostedZoneName?: string;
681
+
682
+ CanonicalHostedZoneNameID?: string;
683
+
684
+ ListenerDescriptions?: ListenerDescription[];
685
+
686
+ Policies?: Policies;
687
+
688
+ BackendServerDescriptions?: BackendServerDescription[];
689
+
690
+ AvailabilityZones?: string[];
691
+
692
+ Subnets?: string[];
693
+
694
+ VPCId?: string;
695
+
696
+ Instances?: Instance[];
697
+
698
+ HealthCheck?: HealthCheck;
699
+
700
+ SourceSecurityGroup?: SourceSecurityGroup;
701
+
702
+ SecurityGroups?: string[];
703
+
704
+ CreatedTime?: Date;
705
+
706
+ Scheme?: string;
707
+ }
708
+ export declare namespace LoadBalancerDescription {
709
+
710
+ const filterSensitiveLog: (obj: LoadBalancerDescription) => any;
711
+ }
712
+
713
+ export interface DescribeAccessPointsOutput {
714
+
715
+ LoadBalancerDescriptions?: LoadBalancerDescription[];
716
+
717
+ NextMarker?: string;
718
+ }
719
+ export declare namespace DescribeAccessPointsOutput {
720
+
721
+ const filterSensitiveLog: (obj: DescribeAccessPointsOutput) => any;
722
+ }
723
+ export interface DescribeAccountLimitsInput {
724
+
725
+ Marker?: string;
726
+
727
+ PageSize?: number;
728
+ }
729
+ export declare namespace DescribeAccountLimitsInput {
730
+
731
+ const filterSensitiveLog: (obj: DescribeAccountLimitsInput) => any;
732
+ }
733
+
734
+ export interface Limit {
735
+
736
+ Name?: string;
737
+
738
+ Max?: string;
739
+ }
740
+ export declare namespace Limit {
741
+
742
+ const filterSensitiveLog: (obj: Limit) => any;
743
+ }
744
+ export interface DescribeAccountLimitsOutput {
745
+
746
+ Limits?: Limit[];
747
+
748
+ NextMarker?: string;
749
+ }
750
+ export declare namespace DescribeAccountLimitsOutput {
751
+
752
+ const filterSensitiveLog: (obj: DescribeAccountLimitsOutput) => any;
753
+ }
754
+
755
+ export interface DescribeEndPointStateInput {
756
+
757
+ LoadBalancerName: string | undefined;
758
+
759
+ Instances?: Instance[];
760
+ }
761
+ export declare namespace DescribeEndPointStateInput {
762
+
763
+ const filterSensitiveLog: (obj: DescribeEndPointStateInput) => any;
764
+ }
765
+
766
+ export interface InstanceState {
767
+
768
+ InstanceId?: string;
769
+
770
+ State?: string;
771
+
772
+ ReasonCode?: string;
773
+
774
+ Description?: string;
775
+ }
776
+ export declare namespace InstanceState {
777
+
778
+ const filterSensitiveLog: (obj: InstanceState) => any;
779
+ }
780
+
781
+ export interface DescribeEndPointStateOutput {
782
+
783
+ InstanceStates?: InstanceState[];
784
+ }
785
+ export declare namespace DescribeEndPointStateOutput {
786
+
787
+ const filterSensitiveLog: (obj: DescribeEndPointStateOutput) => any;
788
+ }
789
+
790
+ export interface DescribeLoadBalancerAttributesInput {
791
+
792
+ LoadBalancerName: string | undefined;
793
+ }
794
+ export declare namespace DescribeLoadBalancerAttributesInput {
795
+
796
+ const filterSensitiveLog: (obj: DescribeLoadBalancerAttributesInput) => any;
797
+ }
798
+
799
+ export interface LoadBalancerAttributes {
800
+
801
+ CrossZoneLoadBalancing?: CrossZoneLoadBalancing;
802
+
803
+ AccessLog?: AccessLog;
804
+
805
+ ConnectionDraining?: ConnectionDraining;
806
+
807
+ ConnectionSettings?: ConnectionSettings;
808
+
809
+ AdditionalAttributes?: AdditionalAttribute[];
810
+ }
811
+ export declare namespace LoadBalancerAttributes {
812
+
813
+ const filterSensitiveLog: (obj: LoadBalancerAttributes) => any;
814
+ }
815
+
816
+ export interface DescribeLoadBalancerAttributesOutput {
817
+
818
+ LoadBalancerAttributes?: LoadBalancerAttributes;
819
+ }
820
+ export declare namespace DescribeLoadBalancerAttributesOutput {
821
+
822
+ const filterSensitiveLog: (obj: DescribeLoadBalancerAttributesOutput) => any;
823
+ }
824
+
825
+ export interface LoadBalancerAttributeNotFoundException extends __SmithyException, $MetadataBearer {
826
+ name: "LoadBalancerAttributeNotFoundException";
827
+ $fault: "client";
828
+ Message?: string;
829
+ }
830
+ export declare namespace LoadBalancerAttributeNotFoundException {
831
+
832
+ const filterSensitiveLog: (obj: LoadBalancerAttributeNotFoundException) => any;
833
+ }
834
+
835
+ export interface DescribeLoadBalancerPoliciesInput {
836
+
837
+ LoadBalancerName?: string;
838
+
839
+ PolicyNames?: string[];
840
+ }
841
+ export declare namespace DescribeLoadBalancerPoliciesInput {
842
+
843
+ const filterSensitiveLog: (obj: DescribeLoadBalancerPoliciesInput) => any;
844
+ }
845
+
846
+ export interface PolicyAttributeDescription {
847
+
848
+ AttributeName?: string;
849
+
850
+ AttributeValue?: string;
851
+ }
852
+ export declare namespace PolicyAttributeDescription {
853
+
854
+ const filterSensitiveLog: (obj: PolicyAttributeDescription) => any;
855
+ }
856
+
857
+ export interface PolicyDescription {
858
+
859
+ PolicyName?: string;
860
+
861
+ PolicyTypeName?: string;
862
+
863
+ PolicyAttributeDescriptions?: PolicyAttributeDescription[];
864
+ }
865
+ export declare namespace PolicyDescription {
866
+
867
+ const filterSensitiveLog: (obj: PolicyDescription) => any;
868
+ }
869
+
870
+ export interface DescribeLoadBalancerPoliciesOutput {
871
+
872
+ PolicyDescriptions?: PolicyDescription[];
873
+ }
874
+ export declare namespace DescribeLoadBalancerPoliciesOutput {
875
+
876
+ const filterSensitiveLog: (obj: DescribeLoadBalancerPoliciesOutput) => any;
877
+ }
878
+
879
+ export interface PolicyNotFoundException extends __SmithyException, $MetadataBearer {
880
+ name: "PolicyNotFoundException";
881
+ $fault: "client";
882
+ Message?: string;
883
+ }
884
+ export declare namespace PolicyNotFoundException {
885
+
886
+ const filterSensitiveLog: (obj: PolicyNotFoundException) => any;
887
+ }
888
+
889
+ export interface DescribeLoadBalancerPolicyTypesInput {
890
+
891
+ PolicyTypeNames?: string[];
892
+ }
893
+ export declare namespace DescribeLoadBalancerPolicyTypesInput {
894
+
895
+ const filterSensitiveLog: (obj: DescribeLoadBalancerPolicyTypesInput) => any;
896
+ }
897
+
898
+ export interface PolicyAttributeTypeDescription {
899
+
900
+ AttributeName?: string;
901
+
902
+ AttributeType?: string;
903
+
904
+ Description?: string;
905
+
906
+ DefaultValue?: string;
907
+
908
+ Cardinality?: string;
909
+ }
910
+ export declare namespace PolicyAttributeTypeDescription {
911
+
912
+ const filterSensitiveLog: (obj: PolicyAttributeTypeDescription) => any;
913
+ }
914
+
915
+ export interface PolicyTypeDescription {
916
+
917
+ PolicyTypeName?: string;
918
+
919
+ Description?: string;
920
+
921
+ PolicyAttributeTypeDescriptions?: PolicyAttributeTypeDescription[];
922
+ }
923
+ export declare namespace PolicyTypeDescription {
924
+
925
+ const filterSensitiveLog: (obj: PolicyTypeDescription) => any;
926
+ }
927
+
928
+ export interface DescribeLoadBalancerPolicyTypesOutput {
929
+
930
+ PolicyTypeDescriptions?: PolicyTypeDescription[];
931
+ }
932
+ export declare namespace DescribeLoadBalancerPolicyTypesOutput {
933
+
934
+ const filterSensitiveLog: (obj: DescribeLoadBalancerPolicyTypesOutput) => any;
935
+ }
936
+
937
+ export interface DescribeTagsInput {
938
+
939
+ LoadBalancerNames: string[] | undefined;
940
+ }
941
+ export declare namespace DescribeTagsInput {
942
+
943
+ const filterSensitiveLog: (obj: DescribeTagsInput) => any;
944
+ }
945
+
946
+ export interface TagDescription {
947
+
948
+ LoadBalancerName?: string;
949
+
950
+ Tags?: Tag[];
951
+ }
952
+ export declare namespace TagDescription {
953
+
954
+ const filterSensitiveLog: (obj: TagDescription) => any;
955
+ }
956
+
957
+ export interface DescribeTagsOutput {
958
+
959
+ TagDescriptions?: TagDescription[];
960
+ }
961
+ export declare namespace DescribeTagsOutput {
962
+
963
+ const filterSensitiveLog: (obj: DescribeTagsOutput) => any;
964
+ }
965
+
966
+ export interface DetachLoadBalancerFromSubnetsInput {
967
+
968
+ LoadBalancerName: string | undefined;
969
+
970
+ Subnets: string[] | undefined;
971
+ }
972
+ export declare namespace DetachLoadBalancerFromSubnetsInput {
973
+
974
+ const filterSensitiveLog: (obj: DetachLoadBalancerFromSubnetsInput) => any;
975
+ }
976
+
977
+ export interface DetachLoadBalancerFromSubnetsOutput {
978
+
979
+ Subnets?: string[];
980
+ }
981
+ export declare namespace DetachLoadBalancerFromSubnetsOutput {
982
+
983
+ const filterSensitiveLog: (obj: DetachLoadBalancerFromSubnetsOutput) => any;
984
+ }
985
+
986
+ export interface RemoveAvailabilityZonesInput {
987
+
988
+ LoadBalancerName: string | undefined;
989
+
990
+ AvailabilityZones: string[] | undefined;
991
+ }
992
+ export declare namespace RemoveAvailabilityZonesInput {
993
+
994
+ const filterSensitiveLog: (obj: RemoveAvailabilityZonesInput) => any;
995
+ }
996
+
997
+ export interface RemoveAvailabilityZonesOutput {
998
+
999
+ AvailabilityZones?: string[];
1000
+ }
1001
+ export declare namespace RemoveAvailabilityZonesOutput {
1002
+
1003
+ const filterSensitiveLog: (obj: RemoveAvailabilityZonesOutput) => any;
1004
+ }
1005
+
1006
+ export interface ModifyLoadBalancerAttributesInput {
1007
+
1008
+ LoadBalancerName: string | undefined;
1009
+
1010
+ LoadBalancerAttributes: LoadBalancerAttributes | undefined;
1011
+ }
1012
+ export declare namespace ModifyLoadBalancerAttributesInput {
1013
+
1014
+ const filterSensitiveLog: (obj: ModifyLoadBalancerAttributesInput) => any;
1015
+ }
1016
+
1017
+ export interface ModifyLoadBalancerAttributesOutput {
1018
+
1019
+ LoadBalancerName?: string;
1020
+
1021
+ LoadBalancerAttributes?: LoadBalancerAttributes;
1022
+ }
1023
+ export declare namespace ModifyLoadBalancerAttributesOutput {
1024
+
1025
+ const filterSensitiveLog: (obj: ModifyLoadBalancerAttributesOutput) => any;
1026
+ }
1027
+
1028
+ export interface RegisterEndPointsInput {
1029
+
1030
+ LoadBalancerName: string | undefined;
1031
+
1032
+ Instances: Instance[] | undefined;
1033
+ }
1034
+ export declare namespace RegisterEndPointsInput {
1035
+
1036
+ const filterSensitiveLog: (obj: RegisterEndPointsInput) => any;
1037
+ }
1038
+
1039
+ export interface RegisterEndPointsOutput {
1040
+
1041
+ Instances?: Instance[];
1042
+ }
1043
+ export declare namespace RegisterEndPointsOutput {
1044
+
1045
+ const filterSensitiveLog: (obj: RegisterEndPointsOutput) => any;
1046
+ }
1047
+
1048
+ export interface TagKeyOnly {
1049
+
1050
+ Key?: string;
1051
+ }
1052
+ export declare namespace TagKeyOnly {
1053
+
1054
+ const filterSensitiveLog: (obj: TagKeyOnly) => any;
1055
+ }
1056
+
1057
+ export interface RemoveTagsInput {
1058
+
1059
+ LoadBalancerNames: string[] | undefined;
1060
+
1061
+ Tags: TagKeyOnly[] | undefined;
1062
+ }
1063
+ export declare namespace RemoveTagsInput {
1064
+
1065
+ const filterSensitiveLog: (obj: RemoveTagsInput) => any;
1066
+ }
1067
+
1068
+ export interface RemoveTagsOutput {
1069
+ }
1070
+ export declare namespace RemoveTagsOutput {
1071
+
1072
+ const filterSensitiveLog: (obj: RemoveTagsOutput) => any;
1073
+ }
1074
+
1075
+ export interface ListenerNotFoundException extends __SmithyException, $MetadataBearer {
1076
+ name: "ListenerNotFoundException";
1077
+ $fault: "client";
1078
+ Message?: string;
1079
+ }
1080
+ export declare namespace ListenerNotFoundException {
1081
+
1082
+ const filterSensitiveLog: (obj: ListenerNotFoundException) => any;
1083
+ }
1084
+
1085
+ export interface SetLoadBalancerListenerSSLCertificateInput {
1086
+
1087
+ LoadBalancerName: string | undefined;
1088
+
1089
+ LoadBalancerPort: number | undefined;
1090
+
1091
+ SSLCertificateId: string | undefined;
1092
+ }
1093
+ export declare namespace SetLoadBalancerListenerSSLCertificateInput {
1094
+
1095
+ const filterSensitiveLog: (obj: SetLoadBalancerListenerSSLCertificateInput) => any;
1096
+ }
1097
+
1098
+ export interface SetLoadBalancerListenerSSLCertificateOutput {
1099
+ }
1100
+ export declare namespace SetLoadBalancerListenerSSLCertificateOutput {
1101
+
1102
+ const filterSensitiveLog: (obj: SetLoadBalancerListenerSSLCertificateOutput) => any;
1103
+ }
1104
+
1105
+ export interface SetLoadBalancerPoliciesForBackendServerInput {
1106
+
1107
+ LoadBalancerName: string | undefined;
1108
+
1109
+ InstancePort: number | undefined;
1110
+
1111
+ PolicyNames: string[] | undefined;
1112
+ }
1113
+ export declare namespace SetLoadBalancerPoliciesForBackendServerInput {
1114
+
1115
+ const filterSensitiveLog: (obj: SetLoadBalancerPoliciesForBackendServerInput) => any;
1116
+ }
1117
+
1118
+ export interface SetLoadBalancerPoliciesForBackendServerOutput {
1119
+ }
1120
+ export declare namespace SetLoadBalancerPoliciesForBackendServerOutput {
1121
+
1122
+ const filterSensitiveLog: (obj: SetLoadBalancerPoliciesForBackendServerOutput) => any;
1123
+ }
1124
+
1125
+ export interface SetLoadBalancerPoliciesOfListenerInput {
1126
+
1127
+ LoadBalancerName: string | undefined;
1128
+
1129
+ LoadBalancerPort: number | undefined;
1130
+
1131
+ PolicyNames: string[] | undefined;
1132
+ }
1133
+ export declare namespace SetLoadBalancerPoliciesOfListenerInput {
1134
+
1135
+ const filterSensitiveLog: (obj: SetLoadBalancerPoliciesOfListenerInput) => any;
1136
+ }
1137
+
1138
+ export interface SetLoadBalancerPoliciesOfListenerOutput {
1139
+ }
1140
+ export declare namespace SetLoadBalancerPoliciesOfListenerOutput {
1141
+
1142
+ const filterSensitiveLog: (obj: SetLoadBalancerPoliciesOfListenerOutput) => any;
1143
+ }