@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
@@ -1,98 +0,0 @@
1
- import {
2
- ElasticLoadBalancingClientResolvedConfig,
3
- ServiceInputTypes,
4
- ServiceOutputTypes,
5
- } from "../ElasticLoadBalancingClient";
6
- import { DescribeEndPointStateInput, DescribeEndPointStateOutput } from "../models/models_0";
7
- import {
8
- deserializeAws_queryDescribeInstanceHealthCommand,
9
- serializeAws_queryDescribeInstanceHealthCommand,
10
- } from "../protocols/Aws_query";
11
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
12
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
13
- import { Command as $Command } from "@aws-sdk/smithy-client";
14
- import {
15
- FinalizeHandlerArguments,
16
- Handler,
17
- HandlerExecutionContext,
18
- MiddlewareStack,
19
- HttpHandlerOptions as __HttpHandlerOptions,
20
- MetadataBearer as __MetadataBearer,
21
- SerdeContext as __SerdeContext,
22
- } from "@aws-sdk/types";
23
-
24
- export interface DescribeInstanceHealthCommandInput extends DescribeEndPointStateInput {}
25
- export interface DescribeInstanceHealthCommandOutput extends DescribeEndPointStateOutput, __MetadataBearer {}
26
-
27
- /**
28
- * <p>Describes the state of the specified instances with respect to the specified load balancer. If no instances are specified, the call describes the state of all instances that are currently registered with the load balancer. If instances are specified, their state is returned even if they are no longer registered with the load balancer. The state of terminated instances is not returned.</p>
29
- * @example
30
- * Use a bare-bones client and the command you need to make an API call.
31
- * ```javascript
32
- * import { ElasticLoadBalancingClient, DescribeInstanceHealthCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
33
- * // const { ElasticLoadBalancingClient, DescribeInstanceHealthCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
34
- * const client = new ElasticLoadBalancingClient(config);
35
- * const command = new DescribeInstanceHealthCommand(input);
36
- * const response = await client.send(command);
37
- * ```
38
- *
39
- * @see {@link DescribeInstanceHealthCommandInput} for command's `input` shape.
40
- * @see {@link DescribeInstanceHealthCommandOutput} for command's `response` shape.
41
- * @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
42
- *
43
- */
44
- export class DescribeInstanceHealthCommand extends $Command<
45
- DescribeInstanceHealthCommandInput,
46
- DescribeInstanceHealthCommandOutput,
47
- ElasticLoadBalancingClientResolvedConfig
48
- > {
49
- // Start section: command_properties
50
- // End section: command_properties
51
-
52
- constructor(readonly input: DescribeInstanceHealthCommandInput) {
53
- // Start section: command_constructor
54
- super();
55
- // End section: command_constructor
56
- }
57
-
58
- /**
59
- * @internal
60
- */
61
- resolveMiddleware(
62
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
63
- configuration: ElasticLoadBalancingClientResolvedConfig,
64
- options?: __HttpHandlerOptions
65
- ): Handler<DescribeInstanceHealthCommandInput, DescribeInstanceHealthCommandOutput> {
66
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
67
-
68
- const stack = clientStack.concat(this.middlewareStack);
69
-
70
- const { logger } = configuration;
71
- const clientName = "ElasticLoadBalancingClient";
72
- const commandName = "DescribeInstanceHealthCommand";
73
- const handlerExecutionContext: HandlerExecutionContext = {
74
- logger,
75
- clientName,
76
- commandName,
77
- inputFilterSensitiveLog: DescribeEndPointStateInput.filterSensitiveLog,
78
- outputFilterSensitiveLog: DescribeEndPointStateOutput.filterSensitiveLog,
79
- };
80
- const { requestHandler } = configuration;
81
- return stack.resolve(
82
- (request: FinalizeHandlerArguments<any>) =>
83
- requestHandler.handle(request.request as __HttpRequest, options || {}),
84
- handlerExecutionContext
85
- );
86
- }
87
-
88
- private serialize(input: DescribeInstanceHealthCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
89
- return serializeAws_queryDescribeInstanceHealthCommand(input, context);
90
- }
91
-
92
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<DescribeInstanceHealthCommandOutput> {
93
- return deserializeAws_queryDescribeInstanceHealthCommand(output, context);
94
- }
95
-
96
- // Start section: command_body_extra
97
- // End section: command_body_extra
98
- }
@@ -1,106 +0,0 @@
1
- import {
2
- ElasticLoadBalancingClientResolvedConfig,
3
- ServiceInputTypes,
4
- ServiceOutputTypes,
5
- } from "../ElasticLoadBalancingClient";
6
- import { DescribeLoadBalancerAttributesInput, DescribeLoadBalancerAttributesOutput } from "../models/models_0";
7
- import {
8
- deserializeAws_queryDescribeLoadBalancerAttributesCommand,
9
- serializeAws_queryDescribeLoadBalancerAttributesCommand,
10
- } from "../protocols/Aws_query";
11
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
12
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
13
- import { Command as $Command } from "@aws-sdk/smithy-client";
14
- import {
15
- FinalizeHandlerArguments,
16
- Handler,
17
- HandlerExecutionContext,
18
- MiddlewareStack,
19
- HttpHandlerOptions as __HttpHandlerOptions,
20
- MetadataBearer as __MetadataBearer,
21
- SerdeContext as __SerdeContext,
22
- } from "@aws-sdk/types";
23
-
24
- export interface DescribeLoadBalancerAttributesCommandInput extends DescribeLoadBalancerAttributesInput {}
25
- export interface DescribeLoadBalancerAttributesCommandOutput
26
- extends DescribeLoadBalancerAttributesOutput,
27
- __MetadataBearer {}
28
-
29
- /**
30
- * <p>Describes the attributes for the specified load balancer.</p>
31
- * @example
32
- * Use a bare-bones client and the command you need to make an API call.
33
- * ```javascript
34
- * import { ElasticLoadBalancingClient, DescribeLoadBalancerAttributesCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
35
- * // const { ElasticLoadBalancingClient, DescribeLoadBalancerAttributesCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
36
- * const client = new ElasticLoadBalancingClient(config);
37
- * const command = new DescribeLoadBalancerAttributesCommand(input);
38
- * const response = await client.send(command);
39
- * ```
40
- *
41
- * @see {@link DescribeLoadBalancerAttributesCommandInput} for command's `input` shape.
42
- * @see {@link DescribeLoadBalancerAttributesCommandOutput} for command's `response` shape.
43
- * @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
44
- *
45
- */
46
- export class DescribeLoadBalancerAttributesCommand extends $Command<
47
- DescribeLoadBalancerAttributesCommandInput,
48
- DescribeLoadBalancerAttributesCommandOutput,
49
- ElasticLoadBalancingClientResolvedConfig
50
- > {
51
- // Start section: command_properties
52
- // End section: command_properties
53
-
54
- constructor(readonly input: DescribeLoadBalancerAttributesCommandInput) {
55
- // Start section: command_constructor
56
- super();
57
- // End section: command_constructor
58
- }
59
-
60
- /**
61
- * @internal
62
- */
63
- resolveMiddleware(
64
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
65
- configuration: ElasticLoadBalancingClientResolvedConfig,
66
- options?: __HttpHandlerOptions
67
- ): Handler<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput> {
68
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
69
-
70
- const stack = clientStack.concat(this.middlewareStack);
71
-
72
- const { logger } = configuration;
73
- const clientName = "ElasticLoadBalancingClient";
74
- const commandName = "DescribeLoadBalancerAttributesCommand";
75
- const handlerExecutionContext: HandlerExecutionContext = {
76
- logger,
77
- clientName,
78
- commandName,
79
- inputFilterSensitiveLog: DescribeLoadBalancerAttributesInput.filterSensitiveLog,
80
- outputFilterSensitiveLog: DescribeLoadBalancerAttributesOutput.filterSensitiveLog,
81
- };
82
- const { requestHandler } = configuration;
83
- return stack.resolve(
84
- (request: FinalizeHandlerArguments<any>) =>
85
- requestHandler.handle(request.request as __HttpRequest, options || {}),
86
- handlerExecutionContext
87
- );
88
- }
89
-
90
- private serialize(
91
- input: DescribeLoadBalancerAttributesCommandInput,
92
- context: __SerdeContext
93
- ): Promise<__HttpRequest> {
94
- return serializeAws_queryDescribeLoadBalancerAttributesCommand(input, context);
95
- }
96
-
97
- private deserialize(
98
- output: __HttpResponse,
99
- context: __SerdeContext
100
- ): Promise<DescribeLoadBalancerAttributesCommandOutput> {
101
- return deserializeAws_queryDescribeLoadBalancerAttributesCommand(output, context);
102
- }
103
-
104
- // Start section: command_body_extra
105
- // End section: command_body_extra
106
- }
@@ -1,107 +0,0 @@
1
- import {
2
- ElasticLoadBalancingClientResolvedConfig,
3
- ServiceInputTypes,
4
- ServiceOutputTypes,
5
- } from "../ElasticLoadBalancingClient";
6
- import { DescribeLoadBalancerPoliciesInput, DescribeLoadBalancerPoliciesOutput } from "../models/models_0";
7
- import {
8
- deserializeAws_queryDescribeLoadBalancerPoliciesCommand,
9
- serializeAws_queryDescribeLoadBalancerPoliciesCommand,
10
- } from "../protocols/Aws_query";
11
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
12
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
13
- import { Command as $Command } from "@aws-sdk/smithy-client";
14
- import {
15
- FinalizeHandlerArguments,
16
- Handler,
17
- HandlerExecutionContext,
18
- MiddlewareStack,
19
- HttpHandlerOptions as __HttpHandlerOptions,
20
- MetadataBearer as __MetadataBearer,
21
- SerdeContext as __SerdeContext,
22
- } from "@aws-sdk/types";
23
-
24
- export interface DescribeLoadBalancerPoliciesCommandInput extends DescribeLoadBalancerPoliciesInput {}
25
- export interface DescribeLoadBalancerPoliciesCommandOutput
26
- extends DescribeLoadBalancerPoliciesOutput,
27
- __MetadataBearer {}
28
-
29
- /**
30
- * <p>Describes the specified policies.</p>
31
- * <p>If you specify a load balancer name, the action returns the descriptions of all policies created for the load balancer.
32
- * If you specify a policy name associated with your load balancer, the action returns the description of that policy.
33
- * If you don't specify a load balancer name, the action returns descriptions of the specified sample policies, or descriptions of all sample policies.
34
- * The names of the sample policies have the <code>ELBSample-</code> prefix.</p>
35
- * @example
36
- * Use a bare-bones client and the command you need to make an API call.
37
- * ```javascript
38
- * import { ElasticLoadBalancingClient, DescribeLoadBalancerPoliciesCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
39
- * // const { ElasticLoadBalancingClient, DescribeLoadBalancerPoliciesCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
40
- * const client = new ElasticLoadBalancingClient(config);
41
- * const command = new DescribeLoadBalancerPoliciesCommand(input);
42
- * const response = await client.send(command);
43
- * ```
44
- *
45
- * @see {@link DescribeLoadBalancerPoliciesCommandInput} for command's `input` shape.
46
- * @see {@link DescribeLoadBalancerPoliciesCommandOutput} for command's `response` shape.
47
- * @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
48
- *
49
- */
50
- export class DescribeLoadBalancerPoliciesCommand extends $Command<
51
- DescribeLoadBalancerPoliciesCommandInput,
52
- DescribeLoadBalancerPoliciesCommandOutput,
53
- ElasticLoadBalancingClientResolvedConfig
54
- > {
55
- // Start section: command_properties
56
- // End section: command_properties
57
-
58
- constructor(readonly input: DescribeLoadBalancerPoliciesCommandInput) {
59
- // Start section: command_constructor
60
- super();
61
- // End section: command_constructor
62
- }
63
-
64
- /**
65
- * @internal
66
- */
67
- resolveMiddleware(
68
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
69
- configuration: ElasticLoadBalancingClientResolvedConfig,
70
- options?: __HttpHandlerOptions
71
- ): Handler<DescribeLoadBalancerPoliciesCommandInput, DescribeLoadBalancerPoliciesCommandOutput> {
72
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
73
-
74
- const stack = clientStack.concat(this.middlewareStack);
75
-
76
- const { logger } = configuration;
77
- const clientName = "ElasticLoadBalancingClient";
78
- const commandName = "DescribeLoadBalancerPoliciesCommand";
79
- const handlerExecutionContext: HandlerExecutionContext = {
80
- logger,
81
- clientName,
82
- commandName,
83
- inputFilterSensitiveLog: DescribeLoadBalancerPoliciesInput.filterSensitiveLog,
84
- outputFilterSensitiveLog: DescribeLoadBalancerPoliciesOutput.filterSensitiveLog,
85
- };
86
- const { requestHandler } = configuration;
87
- return stack.resolve(
88
- (request: FinalizeHandlerArguments<any>) =>
89
- requestHandler.handle(request.request as __HttpRequest, options || {}),
90
- handlerExecutionContext
91
- );
92
- }
93
-
94
- private serialize(input: DescribeLoadBalancerPoliciesCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
95
- return serializeAws_queryDescribeLoadBalancerPoliciesCommand(input, context);
96
- }
97
-
98
- private deserialize(
99
- output: __HttpResponse,
100
- context: __SerdeContext
101
- ): Promise<DescribeLoadBalancerPoliciesCommandOutput> {
102
- return deserializeAws_queryDescribeLoadBalancerPoliciesCommand(output, context);
103
- }
104
-
105
- // Start section: command_body_extra
106
- // End section: command_body_extra
107
- }
@@ -1,113 +0,0 @@
1
- import {
2
- ElasticLoadBalancingClientResolvedConfig,
3
- ServiceInputTypes,
4
- ServiceOutputTypes,
5
- } from "../ElasticLoadBalancingClient";
6
- import { DescribeLoadBalancerPolicyTypesInput, DescribeLoadBalancerPolicyTypesOutput } from "../models/models_0";
7
- import {
8
- deserializeAws_queryDescribeLoadBalancerPolicyTypesCommand,
9
- serializeAws_queryDescribeLoadBalancerPolicyTypesCommand,
10
- } from "../protocols/Aws_query";
11
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
12
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
13
- import { Command as $Command } from "@aws-sdk/smithy-client";
14
- import {
15
- FinalizeHandlerArguments,
16
- Handler,
17
- HandlerExecutionContext,
18
- MiddlewareStack,
19
- HttpHandlerOptions as __HttpHandlerOptions,
20
- MetadataBearer as __MetadataBearer,
21
- SerdeContext as __SerdeContext,
22
- } from "@aws-sdk/types";
23
-
24
- export interface DescribeLoadBalancerPolicyTypesCommandInput extends DescribeLoadBalancerPolicyTypesInput {}
25
- export interface DescribeLoadBalancerPolicyTypesCommandOutput
26
- extends DescribeLoadBalancerPolicyTypesOutput,
27
- __MetadataBearer {}
28
-
29
- /**
30
- * <p>Describes the specified load balancer policy types or all load balancer policy types.</p>
31
- * <p>The description of each type indicates how it can be used. For example,
32
- * some policies can be used only with layer 7 listeners,
33
- * some policies can be used only with layer 4 listeners,
34
- * and some policies can be used only with your EC2 instances.</p>
35
- * <p>You can use <a>CreateLoadBalancerPolicy</a> to create a policy configuration for any of these policy types.
36
- * Then, depending on the policy type, use either <a>SetLoadBalancerPoliciesOfListener</a> or
37
- * <a>SetLoadBalancerPoliciesForBackendServer</a> to set the policy.</p>
38
- * @example
39
- * Use a bare-bones client and the command you need to make an API call.
40
- * ```javascript
41
- * import { ElasticLoadBalancingClient, DescribeLoadBalancerPolicyTypesCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
42
- * // const { ElasticLoadBalancingClient, DescribeLoadBalancerPolicyTypesCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
43
- * const client = new ElasticLoadBalancingClient(config);
44
- * const command = new DescribeLoadBalancerPolicyTypesCommand(input);
45
- * const response = await client.send(command);
46
- * ```
47
- *
48
- * @see {@link DescribeLoadBalancerPolicyTypesCommandInput} for command's `input` shape.
49
- * @see {@link DescribeLoadBalancerPolicyTypesCommandOutput} for command's `response` shape.
50
- * @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
51
- *
52
- */
53
- export class DescribeLoadBalancerPolicyTypesCommand extends $Command<
54
- DescribeLoadBalancerPolicyTypesCommandInput,
55
- DescribeLoadBalancerPolicyTypesCommandOutput,
56
- ElasticLoadBalancingClientResolvedConfig
57
- > {
58
- // Start section: command_properties
59
- // End section: command_properties
60
-
61
- constructor(readonly input: DescribeLoadBalancerPolicyTypesCommandInput) {
62
- // Start section: command_constructor
63
- super();
64
- // End section: command_constructor
65
- }
66
-
67
- /**
68
- * @internal
69
- */
70
- resolveMiddleware(
71
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
72
- configuration: ElasticLoadBalancingClientResolvedConfig,
73
- options?: __HttpHandlerOptions
74
- ): Handler<DescribeLoadBalancerPolicyTypesCommandInput, DescribeLoadBalancerPolicyTypesCommandOutput> {
75
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
76
-
77
- const stack = clientStack.concat(this.middlewareStack);
78
-
79
- const { logger } = configuration;
80
- const clientName = "ElasticLoadBalancingClient";
81
- const commandName = "DescribeLoadBalancerPolicyTypesCommand";
82
- const handlerExecutionContext: HandlerExecutionContext = {
83
- logger,
84
- clientName,
85
- commandName,
86
- inputFilterSensitiveLog: DescribeLoadBalancerPolicyTypesInput.filterSensitiveLog,
87
- outputFilterSensitiveLog: DescribeLoadBalancerPolicyTypesOutput.filterSensitiveLog,
88
- };
89
- const { requestHandler } = configuration;
90
- return stack.resolve(
91
- (request: FinalizeHandlerArguments<any>) =>
92
- requestHandler.handle(request.request as __HttpRequest, options || {}),
93
- handlerExecutionContext
94
- );
95
- }
96
-
97
- private serialize(
98
- input: DescribeLoadBalancerPolicyTypesCommandInput,
99
- context: __SerdeContext
100
- ): Promise<__HttpRequest> {
101
- return serializeAws_queryDescribeLoadBalancerPolicyTypesCommand(input, context);
102
- }
103
-
104
- private deserialize(
105
- output: __HttpResponse,
106
- context: __SerdeContext
107
- ): Promise<DescribeLoadBalancerPolicyTypesCommandOutput> {
108
- return deserializeAws_queryDescribeLoadBalancerPolicyTypesCommand(output, context);
109
- }
110
-
111
- // Start section: command_body_extra
112
- // End section: command_body_extra
113
- }
@@ -1,98 +0,0 @@
1
- import {
2
- ElasticLoadBalancingClientResolvedConfig,
3
- ServiceInputTypes,
4
- ServiceOutputTypes,
5
- } from "../ElasticLoadBalancingClient";
6
- import { DescribeAccessPointsInput, DescribeAccessPointsOutput } from "../models/models_0";
7
- import {
8
- deserializeAws_queryDescribeLoadBalancersCommand,
9
- serializeAws_queryDescribeLoadBalancersCommand,
10
- } from "../protocols/Aws_query";
11
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
12
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
13
- import { Command as $Command } from "@aws-sdk/smithy-client";
14
- import {
15
- FinalizeHandlerArguments,
16
- Handler,
17
- HandlerExecutionContext,
18
- MiddlewareStack,
19
- HttpHandlerOptions as __HttpHandlerOptions,
20
- MetadataBearer as __MetadataBearer,
21
- SerdeContext as __SerdeContext,
22
- } from "@aws-sdk/types";
23
-
24
- export interface DescribeLoadBalancersCommandInput extends DescribeAccessPointsInput {}
25
- export interface DescribeLoadBalancersCommandOutput extends DescribeAccessPointsOutput, __MetadataBearer {}
26
-
27
- /**
28
- * <p>Describes the specified the load balancers. If no load balancers are specified, the call describes all of your load balancers.</p>
29
- * @example
30
- * Use a bare-bones client and the command you need to make an API call.
31
- * ```javascript
32
- * import { ElasticLoadBalancingClient, DescribeLoadBalancersCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
33
- * // const { ElasticLoadBalancingClient, DescribeLoadBalancersCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
34
- * const client = new ElasticLoadBalancingClient(config);
35
- * const command = new DescribeLoadBalancersCommand(input);
36
- * const response = await client.send(command);
37
- * ```
38
- *
39
- * @see {@link DescribeLoadBalancersCommandInput} for command's `input` shape.
40
- * @see {@link DescribeLoadBalancersCommandOutput} for command's `response` shape.
41
- * @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
42
- *
43
- */
44
- export class DescribeLoadBalancersCommand extends $Command<
45
- DescribeLoadBalancersCommandInput,
46
- DescribeLoadBalancersCommandOutput,
47
- ElasticLoadBalancingClientResolvedConfig
48
- > {
49
- // Start section: command_properties
50
- // End section: command_properties
51
-
52
- constructor(readonly input: DescribeLoadBalancersCommandInput) {
53
- // Start section: command_constructor
54
- super();
55
- // End section: command_constructor
56
- }
57
-
58
- /**
59
- * @internal
60
- */
61
- resolveMiddleware(
62
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
63
- configuration: ElasticLoadBalancingClientResolvedConfig,
64
- options?: __HttpHandlerOptions
65
- ): Handler<DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput> {
66
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
67
-
68
- const stack = clientStack.concat(this.middlewareStack);
69
-
70
- const { logger } = configuration;
71
- const clientName = "ElasticLoadBalancingClient";
72
- const commandName = "DescribeLoadBalancersCommand";
73
- const handlerExecutionContext: HandlerExecutionContext = {
74
- logger,
75
- clientName,
76
- commandName,
77
- inputFilterSensitiveLog: DescribeAccessPointsInput.filterSensitiveLog,
78
- outputFilterSensitiveLog: DescribeAccessPointsOutput.filterSensitiveLog,
79
- };
80
- const { requestHandler } = configuration;
81
- return stack.resolve(
82
- (request: FinalizeHandlerArguments<any>) =>
83
- requestHandler.handle(request.request as __HttpRequest, options || {}),
84
- handlerExecutionContext
85
- );
86
- }
87
-
88
- private serialize(input: DescribeLoadBalancersCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
89
- return serializeAws_queryDescribeLoadBalancersCommand(input, context);
90
- }
91
-
92
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<DescribeLoadBalancersCommandOutput> {
93
- return deserializeAws_queryDescribeLoadBalancersCommand(output, context);
94
- }
95
-
96
- // Start section: command_body_extra
97
- // End section: command_body_extra
98
- }
@@ -1,95 +0,0 @@
1
- import {
2
- ElasticLoadBalancingClientResolvedConfig,
3
- ServiceInputTypes,
4
- ServiceOutputTypes,
5
- } from "../ElasticLoadBalancingClient";
6
- import { DescribeTagsInput, DescribeTagsOutput } from "../models/models_0";
7
- import { deserializeAws_queryDescribeTagsCommand, serializeAws_queryDescribeTagsCommand } from "../protocols/Aws_query";
8
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
9
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
10
- import { Command as $Command } from "@aws-sdk/smithy-client";
11
- import {
12
- FinalizeHandlerArguments,
13
- Handler,
14
- HandlerExecutionContext,
15
- MiddlewareStack,
16
- HttpHandlerOptions as __HttpHandlerOptions,
17
- MetadataBearer as __MetadataBearer,
18
- SerdeContext as __SerdeContext,
19
- } from "@aws-sdk/types";
20
-
21
- export interface DescribeTagsCommandInput extends DescribeTagsInput {}
22
- export interface DescribeTagsCommandOutput extends DescribeTagsOutput, __MetadataBearer {}
23
-
24
- /**
25
- * <p>Describes the tags associated with the specified load balancers.</p>
26
- * @example
27
- * Use a bare-bones client and the command you need to make an API call.
28
- * ```javascript
29
- * import { ElasticLoadBalancingClient, DescribeTagsCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
30
- * // const { ElasticLoadBalancingClient, DescribeTagsCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
31
- * const client = new ElasticLoadBalancingClient(config);
32
- * const command = new DescribeTagsCommand(input);
33
- * const response = await client.send(command);
34
- * ```
35
- *
36
- * @see {@link DescribeTagsCommandInput} for command's `input` shape.
37
- * @see {@link DescribeTagsCommandOutput} for command's `response` shape.
38
- * @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
39
- *
40
- */
41
- export class DescribeTagsCommand extends $Command<
42
- DescribeTagsCommandInput,
43
- DescribeTagsCommandOutput,
44
- ElasticLoadBalancingClientResolvedConfig
45
- > {
46
- // Start section: command_properties
47
- // End section: command_properties
48
-
49
- constructor(readonly input: DescribeTagsCommandInput) {
50
- // Start section: command_constructor
51
- super();
52
- // End section: command_constructor
53
- }
54
-
55
- /**
56
- * @internal
57
- */
58
- resolveMiddleware(
59
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
60
- configuration: ElasticLoadBalancingClientResolvedConfig,
61
- options?: __HttpHandlerOptions
62
- ): Handler<DescribeTagsCommandInput, DescribeTagsCommandOutput> {
63
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
64
-
65
- const stack = clientStack.concat(this.middlewareStack);
66
-
67
- const { logger } = configuration;
68
- const clientName = "ElasticLoadBalancingClient";
69
- const commandName = "DescribeTagsCommand";
70
- const handlerExecutionContext: HandlerExecutionContext = {
71
- logger,
72
- clientName,
73
- commandName,
74
- inputFilterSensitiveLog: DescribeTagsInput.filterSensitiveLog,
75
- outputFilterSensitiveLog: DescribeTagsOutput.filterSensitiveLog,
76
- };
77
- const { requestHandler } = configuration;
78
- return stack.resolve(
79
- (request: FinalizeHandlerArguments<any>) =>
80
- requestHandler.handle(request.request as __HttpRequest, options || {}),
81
- handlerExecutionContext
82
- );
83
- }
84
-
85
- private serialize(input: DescribeTagsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
86
- return serializeAws_queryDescribeTagsCommand(input, context);
87
- }
88
-
89
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<DescribeTagsCommandOutput> {
90
- return deserializeAws_queryDescribeTagsCommand(output, context);
91
- }
92
-
93
- // Start section: command_body_extra
94
- // End section: command_body_extra
95
- }