@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,414 +0,0 @@
1
- import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
2
- import {
3
- ApplySecurityGroupsToLoadBalancerCommandInput,
4
- ApplySecurityGroupsToLoadBalancerCommandOutput,
5
- } from "./commands/ApplySecurityGroupsToLoadBalancerCommand";
6
- import {
7
- AttachLoadBalancerToSubnetsCommandInput,
8
- AttachLoadBalancerToSubnetsCommandOutput,
9
- } from "./commands/AttachLoadBalancerToSubnetsCommand";
10
- import {
11
- ConfigureHealthCheckCommandInput,
12
- ConfigureHealthCheckCommandOutput,
13
- } from "./commands/ConfigureHealthCheckCommand";
14
- import {
15
- CreateAppCookieStickinessPolicyCommandInput,
16
- CreateAppCookieStickinessPolicyCommandOutput,
17
- } from "./commands/CreateAppCookieStickinessPolicyCommand";
18
- import {
19
- CreateLBCookieStickinessPolicyCommandInput,
20
- CreateLBCookieStickinessPolicyCommandOutput,
21
- } from "./commands/CreateLBCookieStickinessPolicyCommand";
22
- import { CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput } from "./commands/CreateLoadBalancerCommand";
23
- import {
24
- CreateLoadBalancerListenersCommandInput,
25
- CreateLoadBalancerListenersCommandOutput,
26
- } from "./commands/CreateLoadBalancerListenersCommand";
27
- import {
28
- CreateLoadBalancerPolicyCommandInput,
29
- CreateLoadBalancerPolicyCommandOutput,
30
- } from "./commands/CreateLoadBalancerPolicyCommand";
31
- import { DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput } from "./commands/DeleteLoadBalancerCommand";
32
- import {
33
- DeleteLoadBalancerListenersCommandInput,
34
- DeleteLoadBalancerListenersCommandOutput,
35
- } from "./commands/DeleteLoadBalancerListenersCommand";
36
- import {
37
- DeleteLoadBalancerPolicyCommandInput,
38
- DeleteLoadBalancerPolicyCommandOutput,
39
- } from "./commands/DeleteLoadBalancerPolicyCommand";
40
- import {
41
- DeregisterInstancesFromLoadBalancerCommandInput,
42
- DeregisterInstancesFromLoadBalancerCommandOutput,
43
- } from "./commands/DeregisterInstancesFromLoadBalancerCommand";
44
- import {
45
- DescribeAccountLimitsCommandInput,
46
- DescribeAccountLimitsCommandOutput,
47
- } from "./commands/DescribeAccountLimitsCommand";
48
- import {
49
- DescribeInstanceHealthCommandInput,
50
- DescribeInstanceHealthCommandOutput,
51
- } from "./commands/DescribeInstanceHealthCommand";
52
- import {
53
- DescribeLoadBalancerAttributesCommandInput,
54
- DescribeLoadBalancerAttributesCommandOutput,
55
- } from "./commands/DescribeLoadBalancerAttributesCommand";
56
- import {
57
- DescribeLoadBalancerPoliciesCommandInput,
58
- DescribeLoadBalancerPoliciesCommandOutput,
59
- } from "./commands/DescribeLoadBalancerPoliciesCommand";
60
- import {
61
- DescribeLoadBalancerPolicyTypesCommandInput,
62
- DescribeLoadBalancerPolicyTypesCommandOutput,
63
- } from "./commands/DescribeLoadBalancerPolicyTypesCommand";
64
- import {
65
- DescribeLoadBalancersCommandInput,
66
- DescribeLoadBalancersCommandOutput,
67
- } from "./commands/DescribeLoadBalancersCommand";
68
- import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
69
- import {
70
- DetachLoadBalancerFromSubnetsCommandInput,
71
- DetachLoadBalancerFromSubnetsCommandOutput,
72
- } from "./commands/DetachLoadBalancerFromSubnetsCommand";
73
- import {
74
- DisableAvailabilityZonesForLoadBalancerCommandInput,
75
- DisableAvailabilityZonesForLoadBalancerCommandOutput,
76
- } from "./commands/DisableAvailabilityZonesForLoadBalancerCommand";
77
- import {
78
- EnableAvailabilityZonesForLoadBalancerCommandInput,
79
- EnableAvailabilityZonesForLoadBalancerCommandOutput,
80
- } from "./commands/EnableAvailabilityZonesForLoadBalancerCommand";
81
- import {
82
- ModifyLoadBalancerAttributesCommandInput,
83
- ModifyLoadBalancerAttributesCommandOutput,
84
- } from "./commands/ModifyLoadBalancerAttributesCommand";
85
- import {
86
- RegisterInstancesWithLoadBalancerCommandInput,
87
- RegisterInstancesWithLoadBalancerCommandOutput,
88
- } from "./commands/RegisterInstancesWithLoadBalancerCommand";
89
- import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
90
- import {
91
- SetLoadBalancerListenerSSLCertificateCommandInput,
92
- SetLoadBalancerListenerSSLCertificateCommandOutput,
93
- } from "./commands/SetLoadBalancerListenerSSLCertificateCommand";
94
- import {
95
- SetLoadBalancerPoliciesForBackendServerCommandInput,
96
- SetLoadBalancerPoliciesForBackendServerCommandOutput,
97
- } from "./commands/SetLoadBalancerPoliciesForBackendServerCommand";
98
- import {
99
- SetLoadBalancerPoliciesOfListenerCommandInput,
100
- SetLoadBalancerPoliciesOfListenerCommandOutput,
101
- } from "./commands/SetLoadBalancerPoliciesOfListenerCommand";
102
- import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
103
- import {
104
- EndpointsInputConfig,
105
- EndpointsResolvedConfig,
106
- RegionInputConfig,
107
- RegionResolvedConfig,
108
- resolveEndpointsConfig,
109
- resolveRegionConfig,
110
- } from "@aws-sdk/config-resolver";
111
- import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
112
- import {
113
- HostHeaderInputConfig,
114
- HostHeaderResolvedConfig,
115
- getHostHeaderPlugin,
116
- resolveHostHeaderConfig,
117
- } from "@aws-sdk/middleware-host-header";
118
- import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
119
- import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
120
- import {
121
- AwsAuthInputConfig,
122
- AwsAuthResolvedConfig,
123
- getAwsAuthPlugin,
124
- resolveAwsAuthConfig,
125
- } from "@aws-sdk/middleware-signing";
126
- import {
127
- UserAgentInputConfig,
128
- UserAgentResolvedConfig,
129
- getUserAgentPlugin,
130
- resolveUserAgentConfig,
131
- } from "@aws-sdk/middleware-user-agent";
132
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
133
- import {
134
- Client as __Client,
135
- SmithyConfiguration as __SmithyConfiguration,
136
- SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
137
- } from "@aws-sdk/smithy-client";
138
- import {
139
- Provider,
140
- RegionInfoProvider,
141
- Credentials as __Credentials,
142
- Decoder as __Decoder,
143
- Encoder as __Encoder,
144
- Hash as __Hash,
145
- HashConstructor as __HashConstructor,
146
- HttpHandlerOptions as __HttpHandlerOptions,
147
- Logger as __Logger,
148
- Provider as __Provider,
149
- StreamCollector as __StreamCollector,
150
- UrlParser as __UrlParser,
151
- UserAgent as __UserAgent,
152
- } from "@aws-sdk/types";
153
-
154
- export type ServiceInputTypes =
155
- | AddTagsCommandInput
156
- | ApplySecurityGroupsToLoadBalancerCommandInput
157
- | AttachLoadBalancerToSubnetsCommandInput
158
- | ConfigureHealthCheckCommandInput
159
- | CreateAppCookieStickinessPolicyCommandInput
160
- | CreateLBCookieStickinessPolicyCommandInput
161
- | CreateLoadBalancerCommandInput
162
- | CreateLoadBalancerListenersCommandInput
163
- | CreateLoadBalancerPolicyCommandInput
164
- | DeleteLoadBalancerCommandInput
165
- | DeleteLoadBalancerListenersCommandInput
166
- | DeleteLoadBalancerPolicyCommandInput
167
- | DeregisterInstancesFromLoadBalancerCommandInput
168
- | DescribeAccountLimitsCommandInput
169
- | DescribeInstanceHealthCommandInput
170
- | DescribeLoadBalancerAttributesCommandInput
171
- | DescribeLoadBalancerPoliciesCommandInput
172
- | DescribeLoadBalancerPolicyTypesCommandInput
173
- | DescribeLoadBalancersCommandInput
174
- | DescribeTagsCommandInput
175
- | DetachLoadBalancerFromSubnetsCommandInput
176
- | DisableAvailabilityZonesForLoadBalancerCommandInput
177
- | EnableAvailabilityZonesForLoadBalancerCommandInput
178
- | ModifyLoadBalancerAttributesCommandInput
179
- | RegisterInstancesWithLoadBalancerCommandInput
180
- | RemoveTagsCommandInput
181
- | SetLoadBalancerListenerSSLCertificateCommandInput
182
- | SetLoadBalancerPoliciesForBackendServerCommandInput
183
- | SetLoadBalancerPoliciesOfListenerCommandInput;
184
-
185
- export type ServiceOutputTypes =
186
- | AddTagsCommandOutput
187
- | ApplySecurityGroupsToLoadBalancerCommandOutput
188
- | AttachLoadBalancerToSubnetsCommandOutput
189
- | ConfigureHealthCheckCommandOutput
190
- | CreateAppCookieStickinessPolicyCommandOutput
191
- | CreateLBCookieStickinessPolicyCommandOutput
192
- | CreateLoadBalancerCommandOutput
193
- | CreateLoadBalancerListenersCommandOutput
194
- | CreateLoadBalancerPolicyCommandOutput
195
- | DeleteLoadBalancerCommandOutput
196
- | DeleteLoadBalancerListenersCommandOutput
197
- | DeleteLoadBalancerPolicyCommandOutput
198
- | DeregisterInstancesFromLoadBalancerCommandOutput
199
- | DescribeAccountLimitsCommandOutput
200
- | DescribeInstanceHealthCommandOutput
201
- | DescribeLoadBalancerAttributesCommandOutput
202
- | DescribeLoadBalancerPoliciesCommandOutput
203
- | DescribeLoadBalancerPolicyTypesCommandOutput
204
- | DescribeLoadBalancersCommandOutput
205
- | DescribeTagsCommandOutput
206
- | DetachLoadBalancerFromSubnetsCommandOutput
207
- | DisableAvailabilityZonesForLoadBalancerCommandOutput
208
- | EnableAvailabilityZonesForLoadBalancerCommandOutput
209
- | ModifyLoadBalancerAttributesCommandOutput
210
- | RegisterInstancesWithLoadBalancerCommandOutput
211
- | RemoveTagsCommandOutput
212
- | SetLoadBalancerListenerSSLCertificateCommandOutput
213
- | SetLoadBalancerPoliciesForBackendServerCommandOutput
214
- | SetLoadBalancerPoliciesOfListenerCommandOutput;
215
-
216
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
217
- /**
218
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
219
- */
220
- requestHandler?: __HttpHandler;
221
-
222
- /**
223
- * A constructor for a class implementing the {@link __Hash} interface
224
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
225
- * @internal
226
- */
227
- sha256?: __HashConstructor;
228
-
229
- /**
230
- * The function that will be used to convert strings into HTTP endpoints.
231
- * @internal
232
- */
233
- urlParser?: __UrlParser;
234
-
235
- /**
236
- * A function that can calculate the length of a request body.
237
- * @internal
238
- */
239
- bodyLengthChecker?: (body: any) => number | undefined;
240
-
241
- /**
242
- * A function that converts a stream into an array of bytes.
243
- * @internal
244
- */
245
- streamCollector?: __StreamCollector;
246
-
247
- /**
248
- * The function that will be used to convert a base64-encoded string to a byte array.
249
- * @internal
250
- */
251
- base64Decoder?: __Decoder;
252
-
253
- /**
254
- * The function that will be used to convert binary data to a base64-encoded string.
255
- * @internal
256
- */
257
- base64Encoder?: __Encoder;
258
-
259
- /**
260
- * The function that will be used to convert a UTF8-encoded string to a byte array.
261
- * @internal
262
- */
263
- utf8Decoder?: __Decoder;
264
-
265
- /**
266
- * The function that will be used to convert binary data to a UTF-8 encoded string.
267
- * @internal
268
- */
269
- utf8Encoder?: __Encoder;
270
-
271
- /**
272
- * The runtime environment.
273
- * @internal
274
- */
275
- runtime?: string;
276
-
277
- /**
278
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
279
- * trait of an operation.
280
- */
281
- disableHostPrefix?: boolean;
282
-
283
- /**
284
- * Value for how many times a request will be made at most in case of retry.
285
- */
286
- maxAttempts?: number | __Provider<number>;
287
-
288
- /**
289
- * Specifies which retry algorithm to use.
290
- */
291
- retryMode?: string | __Provider<string>;
292
-
293
- /**
294
- * Optional logger for logging debug/info/warn/error.
295
- */
296
- logger?: __Logger;
297
-
298
- /**
299
- * Unique service identifier.
300
- * @internal
301
- */
302
- serviceId?: string;
303
-
304
- /**
305
- * The AWS region to which this client will send requests
306
- */
307
- region?: string | __Provider<string>;
308
-
309
- /**
310
- * Default credentials provider; Not available in browser runtime.
311
- * @internal
312
- */
313
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
314
-
315
- /**
316
- * Fetch related hostname, signing name or signing region with given region.
317
- * @internal
318
- */
319
- regionInfoProvider?: RegionInfoProvider;
320
-
321
- /**
322
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
323
- * @internal
324
- */
325
- defaultUserAgentProvider?: Provider<__UserAgent>;
326
- }
327
-
328
- type ElasticLoadBalancingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
329
- ClientDefaults &
330
- RegionInputConfig &
331
- EndpointsInputConfig &
332
- RetryInputConfig &
333
- HostHeaderInputConfig &
334
- AwsAuthInputConfig &
335
- UserAgentInputConfig;
336
- /**
337
- * The configuration interface of ElasticLoadBalancingClient class constructor that set the region, credentials and other options.
338
- */
339
- export interface ElasticLoadBalancingClientConfig extends ElasticLoadBalancingClientConfigType {}
340
-
341
- type ElasticLoadBalancingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
342
- Required<ClientDefaults> &
343
- RegionResolvedConfig &
344
- EndpointsResolvedConfig &
345
- RetryResolvedConfig &
346
- HostHeaderResolvedConfig &
347
- AwsAuthResolvedConfig &
348
- UserAgentResolvedConfig;
349
- /**
350
- * The resolved configuration interface of ElasticLoadBalancingClient class. This is resolved and normalized from the {@link ElasticLoadBalancingClientConfig | constructor configuration interface}.
351
- */
352
- export interface ElasticLoadBalancingClientResolvedConfig extends ElasticLoadBalancingClientResolvedConfigType {}
353
-
354
- /**
355
- * <fullname>Elastic Load Balancing</fullname>
356
- *
357
- * <p>A load balancer can distribute incoming traffic across your EC2 instances.
358
- * This enables you to increase the availability of your application. The load balancer
359
- * also monitors the health of its registered instances and ensures that it routes traffic
360
- * only to healthy instances. You configure your load balancer to accept incoming traffic
361
- * by specifying one or more listeners, which are configured with a protocol and port
362
- * number for connections from clients to the load balancer and a protocol and port number
363
- * for connections from the load balancer to the instances.</p>
364
- * <p>Elastic Load Balancing supports three types of load balancers: Application Load Balancers, Network Load Balancers,
365
- * and Classic Load Balancers. You can select a load balancer based on your application needs. For more
366
- * information, see the <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/">Elastic Load Balancing User Guide</a>.</p>
367
- * <p>This reference covers the 2012-06-01 API, which supports Classic Load Balancers.
368
- * The 2015-12-01 API supports Application Load Balancers and Network Load Balancers.</p>
369
- *
370
- * <p>To get started, create a load balancer with one or more listeners using <a>CreateLoadBalancer</a>.
371
- * Register your instances with the load balancer using <a>RegisterInstancesWithLoadBalancer</a>.</p>
372
- *
373
- * <p>All Elastic Load Balancing operations are <i>idempotent</i>, which means
374
- * that they complete at most one time. If you repeat an operation, it succeeds with a 200 OK
375
- * response code.</p>
376
- */
377
- export class ElasticLoadBalancingClient extends __Client<
378
- __HttpHandlerOptions,
379
- ServiceInputTypes,
380
- ServiceOutputTypes,
381
- ElasticLoadBalancingClientResolvedConfig
382
- > {
383
- /**
384
- * The resolved configuration of ElasticLoadBalancingClient class. This is resolved and normalized from the {@link ElasticLoadBalancingClientConfig | constructor configuration interface}.
385
- */
386
- readonly config: ElasticLoadBalancingClientResolvedConfig;
387
-
388
- constructor(configuration: ElasticLoadBalancingClientConfig) {
389
- let _config_0 = __getRuntimeConfig(configuration);
390
- let _config_1 = resolveRegionConfig(_config_0);
391
- let _config_2 = resolveEndpointsConfig(_config_1);
392
- let _config_3 = resolveRetryConfig(_config_2);
393
- let _config_4 = resolveHostHeaderConfig(_config_3);
394
- let _config_5 = resolveAwsAuthConfig(_config_4);
395
- let _config_6 = resolveUserAgentConfig(_config_5);
396
- super(_config_6);
397
- this.config = _config_6;
398
- this.middlewareStack.use(getRetryPlugin(this.config));
399
- this.middlewareStack.use(getContentLengthPlugin(this.config));
400
- this.middlewareStack.use(getHostHeaderPlugin(this.config));
401
- this.middlewareStack.use(getLoggerPlugin(this.config));
402
- this.middlewareStack.use(getAwsAuthPlugin(this.config));
403
- this.middlewareStack.use(getUserAgentPlugin(this.config));
404
- }
405
-
406
- /**
407
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
408
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
409
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
410
- */
411
- destroy(): void {
412
- super.destroy();
413
- }
414
- }
@@ -1,101 +0,0 @@
1
- import {
2
- ElasticLoadBalancingClientResolvedConfig,
3
- ServiceInputTypes,
4
- ServiceOutputTypes,
5
- } from "../ElasticLoadBalancingClient";
6
- import { AddTagsInput, AddTagsOutput } from "../models/models_0";
7
- import { deserializeAws_queryAddTagsCommand, serializeAws_queryAddTagsCommand } 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 AddTagsCommandInput extends AddTagsInput {}
22
- export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {}
23
-
24
- /**
25
- * <p>Adds the specified tags to the specified load balancer. Each load balancer can have a maximum of 10 tags.</p>
26
- *
27
- * <p>Each tag consists of a key and an optional value. If a tag with the same key is already associated
28
- * with the load balancer, <code>AddTags</code> updates its value.</p>
29
- *
30
- * <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/add-remove-tags.html">Tag Your Classic Load Balancer</a>
31
- * in the <i>Classic Load Balancers Guide</i>.</p>
32
- * @example
33
- * Use a bare-bones client and the command you need to make an API call.
34
- * ```javascript
35
- * import { ElasticLoadBalancingClient, AddTagsCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
36
- * // const { ElasticLoadBalancingClient, AddTagsCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
37
- * const client = new ElasticLoadBalancingClient(config);
38
- * const command = new AddTagsCommand(input);
39
- * const response = await client.send(command);
40
- * ```
41
- *
42
- * @see {@link AddTagsCommandInput} for command's `input` shape.
43
- * @see {@link AddTagsCommandOutput} for command's `response` shape.
44
- * @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
45
- *
46
- */
47
- export class AddTagsCommand extends $Command<
48
- AddTagsCommandInput,
49
- AddTagsCommandOutput,
50
- ElasticLoadBalancingClientResolvedConfig
51
- > {
52
- // Start section: command_properties
53
- // End section: command_properties
54
-
55
- constructor(readonly input: AddTagsCommandInput) {
56
- // Start section: command_constructor
57
- super();
58
- // End section: command_constructor
59
- }
60
-
61
- /**
62
- * @internal
63
- */
64
- resolveMiddleware(
65
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
66
- configuration: ElasticLoadBalancingClientResolvedConfig,
67
- options?: __HttpHandlerOptions
68
- ): Handler<AddTagsCommandInput, AddTagsCommandOutput> {
69
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
70
-
71
- const stack = clientStack.concat(this.middlewareStack);
72
-
73
- const { logger } = configuration;
74
- const clientName = "ElasticLoadBalancingClient";
75
- const commandName = "AddTagsCommand";
76
- const handlerExecutionContext: HandlerExecutionContext = {
77
- logger,
78
- clientName,
79
- commandName,
80
- inputFilterSensitiveLog: AddTagsInput.filterSensitiveLog,
81
- outputFilterSensitiveLog: AddTagsOutput.filterSensitiveLog,
82
- };
83
- const { requestHandler } = configuration;
84
- return stack.resolve(
85
- (request: FinalizeHandlerArguments<any>) =>
86
- requestHandler.handle(request.request as __HttpRequest, options || {}),
87
- handlerExecutionContext
88
- );
89
- }
90
-
91
- private serialize(input: AddTagsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
92
- return serializeAws_queryAddTagsCommand(input, context);
93
- }
94
-
95
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<AddTagsCommandOutput> {
96
- return deserializeAws_queryAddTagsCommand(output, context);
97
- }
98
-
99
- // Start section: command_body_extra
100
- // End section: command_body_extra
101
- }
@@ -1,108 +0,0 @@
1
- import {
2
- ElasticLoadBalancingClientResolvedConfig,
3
- ServiceInputTypes,
4
- ServiceOutputTypes,
5
- } from "../ElasticLoadBalancingClient";
6
- import { ApplySecurityGroupsToLoadBalancerInput, ApplySecurityGroupsToLoadBalancerOutput } from "../models/models_0";
7
- import {
8
- deserializeAws_queryApplySecurityGroupsToLoadBalancerCommand,
9
- serializeAws_queryApplySecurityGroupsToLoadBalancerCommand,
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 ApplySecurityGroupsToLoadBalancerCommandInput extends ApplySecurityGroupsToLoadBalancerInput {}
25
- export interface ApplySecurityGroupsToLoadBalancerCommandOutput
26
- extends ApplySecurityGroupsToLoadBalancerOutput,
27
- __MetadataBearer {}
28
-
29
- /**
30
- * <p>Associates one or more security groups with your load balancer in a virtual private cloud (VPC). The specified security groups override the previously associated security groups.</p>
31
- * <p>For more information, see <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-security-groups.html#elb-vpc-security-groups">Security Groups for Load Balancers in a VPC</a>
32
- * in the <i>Classic Load Balancers Guide</i>.</p>
33
- * @example
34
- * Use a bare-bones client and the command you need to make an API call.
35
- * ```javascript
36
- * import { ElasticLoadBalancingClient, ApplySecurityGroupsToLoadBalancerCommand } from "@aws-sdk/client-elastic-load-balancing"; // ES Modules import
37
- * // const { ElasticLoadBalancingClient, ApplySecurityGroupsToLoadBalancerCommand } = require("@aws-sdk/client-elastic-load-balancing"); // CommonJS import
38
- * const client = new ElasticLoadBalancingClient(config);
39
- * const command = new ApplySecurityGroupsToLoadBalancerCommand(input);
40
- * const response = await client.send(command);
41
- * ```
42
- *
43
- * @see {@link ApplySecurityGroupsToLoadBalancerCommandInput} for command's `input` shape.
44
- * @see {@link ApplySecurityGroupsToLoadBalancerCommandOutput} for command's `response` shape.
45
- * @see {@link ElasticLoadBalancingClientResolvedConfig | config} for command's `input` shape.
46
- *
47
- */
48
- export class ApplySecurityGroupsToLoadBalancerCommand extends $Command<
49
- ApplySecurityGroupsToLoadBalancerCommandInput,
50
- ApplySecurityGroupsToLoadBalancerCommandOutput,
51
- ElasticLoadBalancingClientResolvedConfig
52
- > {
53
- // Start section: command_properties
54
- // End section: command_properties
55
-
56
- constructor(readonly input: ApplySecurityGroupsToLoadBalancerCommandInput) {
57
- // Start section: command_constructor
58
- super();
59
- // End section: command_constructor
60
- }
61
-
62
- /**
63
- * @internal
64
- */
65
- resolveMiddleware(
66
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
67
- configuration: ElasticLoadBalancingClientResolvedConfig,
68
- options?: __HttpHandlerOptions
69
- ): Handler<ApplySecurityGroupsToLoadBalancerCommandInput, ApplySecurityGroupsToLoadBalancerCommandOutput> {
70
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
71
-
72
- const stack = clientStack.concat(this.middlewareStack);
73
-
74
- const { logger } = configuration;
75
- const clientName = "ElasticLoadBalancingClient";
76
- const commandName = "ApplySecurityGroupsToLoadBalancerCommand";
77
- const handlerExecutionContext: HandlerExecutionContext = {
78
- logger,
79
- clientName,
80
- commandName,
81
- inputFilterSensitiveLog: ApplySecurityGroupsToLoadBalancerInput.filterSensitiveLog,
82
- outputFilterSensitiveLog: ApplySecurityGroupsToLoadBalancerOutput.filterSensitiveLog,
83
- };
84
- const { requestHandler } = configuration;
85
- return stack.resolve(
86
- (request: FinalizeHandlerArguments<any>) =>
87
- requestHandler.handle(request.request as __HttpRequest, options || {}),
88
- handlerExecutionContext
89
- );
90
- }
91
-
92
- private serialize(
93
- input: ApplySecurityGroupsToLoadBalancerCommandInput,
94
- context: __SerdeContext
95
- ): Promise<__HttpRequest> {
96
- return serializeAws_queryApplySecurityGroupsToLoadBalancerCommand(input, context);
97
- }
98
-
99
- private deserialize(
100
- output: __HttpResponse,
101
- context: __SerdeContext
102
- ): Promise<ApplySecurityGroupsToLoadBalancerCommandOutput> {
103
- return deserializeAws_queryApplySecurityGroupsToLoadBalancerCommand(output, context);
104
- }
105
-
106
- // Start section: command_body_extra
107
- // End section: command_body_extra
108
- }