@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
@@ -5,956 +5,637 @@ exports.ListenerNotFoundException = exports.RemoveTagsOutput = exports.RemoveTag
5
5
  exports.SetLoadBalancerPoliciesOfListenerOutput = exports.SetLoadBalancerPoliciesOfListenerInput = exports.SetLoadBalancerPoliciesForBackendServerOutput = exports.SetLoadBalancerPoliciesForBackendServerInput = exports.SetLoadBalancerListenerSSLCertificateOutput = exports.SetLoadBalancerListenerSSLCertificateInput = void 0;
6
6
  var AccessLog;
7
7
  (function (AccessLog) {
8
- /**
9
- * @internal
10
- */
11
8
  AccessLog.filterSensitiveLog = (obj) => ({
12
9
  ...obj,
13
10
  });
14
11
  })(AccessLog = exports.AccessLog || (exports.AccessLog = {}));
15
12
  var AccessPointNotFoundException;
16
13
  (function (AccessPointNotFoundException) {
17
- /**
18
- * @internal
19
- */
20
14
  AccessPointNotFoundException.filterSensitiveLog = (obj) => ({
21
15
  ...obj,
22
16
  });
23
17
  })(AccessPointNotFoundException = exports.AccessPointNotFoundException || (exports.AccessPointNotFoundException = {}));
24
18
  var AddAvailabilityZonesInput;
25
19
  (function (AddAvailabilityZonesInput) {
26
- /**
27
- * @internal
28
- */
29
20
  AddAvailabilityZonesInput.filterSensitiveLog = (obj) => ({
30
21
  ...obj,
31
22
  });
32
23
  })(AddAvailabilityZonesInput = exports.AddAvailabilityZonesInput || (exports.AddAvailabilityZonesInput = {}));
33
24
  var AddAvailabilityZonesOutput;
34
25
  (function (AddAvailabilityZonesOutput) {
35
- /**
36
- * @internal
37
- */
38
26
  AddAvailabilityZonesOutput.filterSensitiveLog = (obj) => ({
39
27
  ...obj,
40
28
  });
41
29
  })(AddAvailabilityZonesOutput = exports.AddAvailabilityZonesOutput || (exports.AddAvailabilityZonesOutput = {}));
42
30
  var AdditionalAttribute;
43
31
  (function (AdditionalAttribute) {
44
- /**
45
- * @internal
46
- */
47
32
  AdditionalAttribute.filterSensitiveLog = (obj) => ({
48
33
  ...obj,
49
34
  });
50
35
  })(AdditionalAttribute = exports.AdditionalAttribute || (exports.AdditionalAttribute = {}));
51
36
  var Tag;
52
37
  (function (Tag) {
53
- /**
54
- * @internal
55
- */
56
38
  Tag.filterSensitiveLog = (obj) => ({
57
39
  ...obj,
58
40
  });
59
41
  })(Tag = exports.Tag || (exports.Tag = {}));
60
42
  var AddTagsInput;
61
43
  (function (AddTagsInput) {
62
- /**
63
- * @internal
64
- */
65
44
  AddTagsInput.filterSensitiveLog = (obj) => ({
66
45
  ...obj,
67
46
  });
68
47
  })(AddTagsInput = exports.AddTagsInput || (exports.AddTagsInput = {}));
69
48
  var AddTagsOutput;
70
49
  (function (AddTagsOutput) {
71
- /**
72
- * @internal
73
- */
74
50
  AddTagsOutput.filterSensitiveLog = (obj) => ({
75
51
  ...obj,
76
52
  });
77
53
  })(AddTagsOutput = exports.AddTagsOutput || (exports.AddTagsOutput = {}));
78
54
  var DuplicateTagKeysException;
79
55
  (function (DuplicateTagKeysException) {
80
- /**
81
- * @internal
82
- */
83
56
  DuplicateTagKeysException.filterSensitiveLog = (obj) => ({
84
57
  ...obj,
85
58
  });
86
59
  })(DuplicateTagKeysException = exports.DuplicateTagKeysException || (exports.DuplicateTagKeysException = {}));
87
60
  var TooManyTagsException;
88
61
  (function (TooManyTagsException) {
89
- /**
90
- * @internal
91
- */
92
62
  TooManyTagsException.filterSensitiveLog = (obj) => ({
93
63
  ...obj,
94
64
  });
95
65
  })(TooManyTagsException = exports.TooManyTagsException || (exports.TooManyTagsException = {}));
96
66
  var AppCookieStickinessPolicy;
97
67
  (function (AppCookieStickinessPolicy) {
98
- /**
99
- * @internal
100
- */
101
68
  AppCookieStickinessPolicy.filterSensitiveLog = (obj) => ({
102
69
  ...obj,
103
70
  });
104
71
  })(AppCookieStickinessPolicy = exports.AppCookieStickinessPolicy || (exports.AppCookieStickinessPolicy = {}));
105
72
  var ApplySecurityGroupsToLoadBalancerInput;
106
73
  (function (ApplySecurityGroupsToLoadBalancerInput) {
107
- /**
108
- * @internal
109
- */
110
74
  ApplySecurityGroupsToLoadBalancerInput.filterSensitiveLog = (obj) => ({
111
75
  ...obj,
112
76
  });
113
77
  })(ApplySecurityGroupsToLoadBalancerInput = exports.ApplySecurityGroupsToLoadBalancerInput || (exports.ApplySecurityGroupsToLoadBalancerInput = {}));
114
78
  var ApplySecurityGroupsToLoadBalancerOutput;
115
79
  (function (ApplySecurityGroupsToLoadBalancerOutput) {
116
- /**
117
- * @internal
118
- */
119
80
  ApplySecurityGroupsToLoadBalancerOutput.filterSensitiveLog = (obj) => ({
120
81
  ...obj,
121
82
  });
122
83
  })(ApplySecurityGroupsToLoadBalancerOutput = exports.ApplySecurityGroupsToLoadBalancerOutput || (exports.ApplySecurityGroupsToLoadBalancerOutput = {}));
123
84
  var InvalidConfigurationRequestException;
124
85
  (function (InvalidConfigurationRequestException) {
125
- /**
126
- * @internal
127
- */
128
86
  InvalidConfigurationRequestException.filterSensitiveLog = (obj) => ({
129
87
  ...obj,
130
88
  });
131
89
  })(InvalidConfigurationRequestException = exports.InvalidConfigurationRequestException || (exports.InvalidConfigurationRequestException = {}));
132
90
  var InvalidSecurityGroupException;
133
91
  (function (InvalidSecurityGroupException) {
134
- /**
135
- * @internal
136
- */
137
92
  InvalidSecurityGroupException.filterSensitiveLog = (obj) => ({
138
93
  ...obj,
139
94
  });
140
95
  })(InvalidSecurityGroupException = exports.InvalidSecurityGroupException || (exports.InvalidSecurityGroupException = {}));
141
96
  var AttachLoadBalancerToSubnetsInput;
142
97
  (function (AttachLoadBalancerToSubnetsInput) {
143
- /**
144
- * @internal
145
- */
146
98
  AttachLoadBalancerToSubnetsInput.filterSensitiveLog = (obj) => ({
147
99
  ...obj,
148
100
  });
149
101
  })(AttachLoadBalancerToSubnetsInput = exports.AttachLoadBalancerToSubnetsInput || (exports.AttachLoadBalancerToSubnetsInput = {}));
150
102
  var AttachLoadBalancerToSubnetsOutput;
151
103
  (function (AttachLoadBalancerToSubnetsOutput) {
152
- /**
153
- * @internal
154
- */
155
104
  AttachLoadBalancerToSubnetsOutput.filterSensitiveLog = (obj) => ({
156
105
  ...obj,
157
106
  });
158
107
  })(AttachLoadBalancerToSubnetsOutput = exports.AttachLoadBalancerToSubnetsOutput || (exports.AttachLoadBalancerToSubnetsOutput = {}));
159
108
  var InvalidSubnetException;
160
109
  (function (InvalidSubnetException) {
161
- /**
162
- * @internal
163
- */
164
110
  InvalidSubnetException.filterSensitiveLog = (obj) => ({
165
111
  ...obj,
166
112
  });
167
113
  })(InvalidSubnetException = exports.InvalidSubnetException || (exports.InvalidSubnetException = {}));
168
114
  var SubnetNotFoundException;
169
115
  (function (SubnetNotFoundException) {
170
- /**
171
- * @internal
172
- */
173
116
  SubnetNotFoundException.filterSensitiveLog = (obj) => ({
174
117
  ...obj,
175
118
  });
176
119
  })(SubnetNotFoundException = exports.SubnetNotFoundException || (exports.SubnetNotFoundException = {}));
177
120
  var BackendServerDescription;
178
121
  (function (BackendServerDescription) {
179
- /**
180
- * @internal
181
- */
182
122
  BackendServerDescription.filterSensitiveLog = (obj) => ({
183
123
  ...obj,
184
124
  });
185
125
  })(BackendServerDescription = exports.BackendServerDescription || (exports.BackendServerDescription = {}));
186
126
  var CertificateNotFoundException;
187
127
  (function (CertificateNotFoundException) {
188
- /**
189
- * @internal
190
- */
191
128
  CertificateNotFoundException.filterSensitiveLog = (obj) => ({
192
129
  ...obj,
193
130
  });
194
131
  })(CertificateNotFoundException = exports.CertificateNotFoundException || (exports.CertificateNotFoundException = {}));
195
132
  var HealthCheck;
196
133
  (function (HealthCheck) {
197
- /**
198
- * @internal
199
- */
200
134
  HealthCheck.filterSensitiveLog = (obj) => ({
201
135
  ...obj,
202
136
  });
203
137
  })(HealthCheck = exports.HealthCheck || (exports.HealthCheck = {}));
204
138
  var ConfigureHealthCheckInput;
205
139
  (function (ConfigureHealthCheckInput) {
206
- /**
207
- * @internal
208
- */
209
140
  ConfigureHealthCheckInput.filterSensitiveLog = (obj) => ({
210
141
  ...obj,
211
142
  });
212
143
  })(ConfigureHealthCheckInput = exports.ConfigureHealthCheckInput || (exports.ConfigureHealthCheckInput = {}));
213
144
  var ConfigureHealthCheckOutput;
214
145
  (function (ConfigureHealthCheckOutput) {
215
- /**
216
- * @internal
217
- */
218
146
  ConfigureHealthCheckOutput.filterSensitiveLog = (obj) => ({
219
147
  ...obj,
220
148
  });
221
149
  })(ConfigureHealthCheckOutput = exports.ConfigureHealthCheckOutput || (exports.ConfigureHealthCheckOutput = {}));
222
150
  var ConnectionDraining;
223
151
  (function (ConnectionDraining) {
224
- /**
225
- * @internal
226
- */
227
152
  ConnectionDraining.filterSensitiveLog = (obj) => ({
228
153
  ...obj,
229
154
  });
230
155
  })(ConnectionDraining = exports.ConnectionDraining || (exports.ConnectionDraining = {}));
231
156
  var ConnectionSettings;
232
157
  (function (ConnectionSettings) {
233
- /**
234
- * @internal
235
- */
236
158
  ConnectionSettings.filterSensitiveLog = (obj) => ({
237
159
  ...obj,
238
160
  });
239
161
  })(ConnectionSettings = exports.ConnectionSettings || (exports.ConnectionSettings = {}));
240
162
  var Listener;
241
163
  (function (Listener) {
242
- /**
243
- * @internal
244
- */
245
164
  Listener.filterSensitiveLog = (obj) => ({
246
165
  ...obj,
247
166
  });
248
167
  })(Listener = exports.Listener || (exports.Listener = {}));
249
168
  var CreateAccessPointInput;
250
169
  (function (CreateAccessPointInput) {
251
- /**
252
- * @internal
253
- */
254
170
  CreateAccessPointInput.filterSensitiveLog = (obj) => ({
255
171
  ...obj,
256
172
  });
257
173
  })(CreateAccessPointInput = exports.CreateAccessPointInput || (exports.CreateAccessPointInput = {}));
258
174
  var CreateAccessPointOutput;
259
175
  (function (CreateAccessPointOutput) {
260
- /**
261
- * @internal
262
- */
263
176
  CreateAccessPointOutput.filterSensitiveLog = (obj) => ({
264
177
  ...obj,
265
178
  });
266
179
  })(CreateAccessPointOutput = exports.CreateAccessPointOutput || (exports.CreateAccessPointOutput = {}));
267
180
  var CreateAppCookieStickinessPolicyInput;
268
181
  (function (CreateAppCookieStickinessPolicyInput) {
269
- /**
270
- * @internal
271
- */
272
182
  CreateAppCookieStickinessPolicyInput.filterSensitiveLog = (obj) => ({
273
183
  ...obj,
274
184
  });
275
185
  })(CreateAppCookieStickinessPolicyInput = exports.CreateAppCookieStickinessPolicyInput || (exports.CreateAppCookieStickinessPolicyInput = {}));
276
186
  var CreateAppCookieStickinessPolicyOutput;
277
187
  (function (CreateAppCookieStickinessPolicyOutput) {
278
- /**
279
- * @internal
280
- */
281
188
  CreateAppCookieStickinessPolicyOutput.filterSensitiveLog = (obj) => ({
282
189
  ...obj,
283
190
  });
284
191
  })(CreateAppCookieStickinessPolicyOutput = exports.CreateAppCookieStickinessPolicyOutput || (exports.CreateAppCookieStickinessPolicyOutput = {}));
285
192
  var DuplicatePolicyNameException;
286
193
  (function (DuplicatePolicyNameException) {
287
- /**
288
- * @internal
289
- */
290
194
  DuplicatePolicyNameException.filterSensitiveLog = (obj) => ({
291
195
  ...obj,
292
196
  });
293
197
  })(DuplicatePolicyNameException = exports.DuplicatePolicyNameException || (exports.DuplicatePolicyNameException = {}));
294
198
  var TooManyPoliciesException;
295
199
  (function (TooManyPoliciesException) {
296
- /**
297
- * @internal
298
- */
299
200
  TooManyPoliciesException.filterSensitiveLog = (obj) => ({
300
201
  ...obj,
301
202
  });
302
203
  })(TooManyPoliciesException = exports.TooManyPoliciesException || (exports.TooManyPoliciesException = {}));
303
204
  var CreateLBCookieStickinessPolicyInput;
304
205
  (function (CreateLBCookieStickinessPolicyInput) {
305
- /**
306
- * @internal
307
- */
308
206
  CreateLBCookieStickinessPolicyInput.filterSensitiveLog = (obj) => ({
309
207
  ...obj,
310
208
  });
311
209
  })(CreateLBCookieStickinessPolicyInput = exports.CreateLBCookieStickinessPolicyInput || (exports.CreateLBCookieStickinessPolicyInput = {}));
312
210
  var CreateLBCookieStickinessPolicyOutput;
313
211
  (function (CreateLBCookieStickinessPolicyOutput) {
314
- /**
315
- * @internal
316
- */
317
212
  CreateLBCookieStickinessPolicyOutput.filterSensitiveLog = (obj) => ({
318
213
  ...obj,
319
214
  });
320
215
  })(CreateLBCookieStickinessPolicyOutput = exports.CreateLBCookieStickinessPolicyOutput || (exports.CreateLBCookieStickinessPolicyOutput = {}));
321
216
  var DuplicateAccessPointNameException;
322
217
  (function (DuplicateAccessPointNameException) {
323
- /**
324
- * @internal
325
- */
326
218
  DuplicateAccessPointNameException.filterSensitiveLog = (obj) => ({
327
219
  ...obj,
328
220
  });
329
221
  })(DuplicateAccessPointNameException = exports.DuplicateAccessPointNameException || (exports.DuplicateAccessPointNameException = {}));
330
222
  var InvalidSchemeException;
331
223
  (function (InvalidSchemeException) {
332
- /**
333
- * @internal
334
- */
335
224
  InvalidSchemeException.filterSensitiveLog = (obj) => ({
336
225
  ...obj,
337
226
  });
338
227
  })(InvalidSchemeException = exports.InvalidSchemeException || (exports.InvalidSchemeException = {}));
339
228
  var OperationNotPermittedException;
340
229
  (function (OperationNotPermittedException) {
341
- /**
342
- * @internal
343
- */
344
230
  OperationNotPermittedException.filterSensitiveLog = (obj) => ({
345
231
  ...obj,
346
232
  });
347
233
  })(OperationNotPermittedException = exports.OperationNotPermittedException || (exports.OperationNotPermittedException = {}));
348
234
  var TooManyAccessPointsException;
349
235
  (function (TooManyAccessPointsException) {
350
- /**
351
- * @internal
352
- */
353
236
  TooManyAccessPointsException.filterSensitiveLog = (obj) => ({
354
237
  ...obj,
355
238
  });
356
239
  })(TooManyAccessPointsException = exports.TooManyAccessPointsException || (exports.TooManyAccessPointsException = {}));
357
240
  var UnsupportedProtocolException;
358
241
  (function (UnsupportedProtocolException) {
359
- /**
360
- * @internal
361
- */
362
242
  UnsupportedProtocolException.filterSensitiveLog = (obj) => ({
363
243
  ...obj,
364
244
  });
365
245
  })(UnsupportedProtocolException = exports.UnsupportedProtocolException || (exports.UnsupportedProtocolException = {}));
366
246
  var CreateLoadBalancerListenerInput;
367
247
  (function (CreateLoadBalancerListenerInput) {
368
- /**
369
- * @internal
370
- */
371
248
  CreateLoadBalancerListenerInput.filterSensitiveLog = (obj) => ({
372
249
  ...obj,
373
250
  });
374
251
  })(CreateLoadBalancerListenerInput = exports.CreateLoadBalancerListenerInput || (exports.CreateLoadBalancerListenerInput = {}));
375
252
  var CreateLoadBalancerListenerOutput;
376
253
  (function (CreateLoadBalancerListenerOutput) {
377
- /**
378
- * @internal
379
- */
380
254
  CreateLoadBalancerListenerOutput.filterSensitiveLog = (obj) => ({
381
255
  ...obj,
382
256
  });
383
257
  })(CreateLoadBalancerListenerOutput = exports.CreateLoadBalancerListenerOutput || (exports.CreateLoadBalancerListenerOutput = {}));
384
258
  var DuplicateListenerException;
385
259
  (function (DuplicateListenerException) {
386
- /**
387
- * @internal
388
- */
389
260
  DuplicateListenerException.filterSensitiveLog = (obj) => ({
390
261
  ...obj,
391
262
  });
392
263
  })(DuplicateListenerException = exports.DuplicateListenerException || (exports.DuplicateListenerException = {}));
393
264
  var PolicyAttribute;
394
265
  (function (PolicyAttribute) {
395
- /**
396
- * @internal
397
- */
398
266
  PolicyAttribute.filterSensitiveLog = (obj) => ({
399
267
  ...obj,
400
268
  });
401
269
  })(PolicyAttribute = exports.PolicyAttribute || (exports.PolicyAttribute = {}));
402
270
  var CreateLoadBalancerPolicyInput;
403
271
  (function (CreateLoadBalancerPolicyInput) {
404
- /**
405
- * @internal
406
- */
407
272
  CreateLoadBalancerPolicyInput.filterSensitiveLog = (obj) => ({
408
273
  ...obj,
409
274
  });
410
275
  })(CreateLoadBalancerPolicyInput = exports.CreateLoadBalancerPolicyInput || (exports.CreateLoadBalancerPolicyInput = {}));
411
276
  var CreateLoadBalancerPolicyOutput;
412
277
  (function (CreateLoadBalancerPolicyOutput) {
413
- /**
414
- * @internal
415
- */
416
278
  CreateLoadBalancerPolicyOutput.filterSensitiveLog = (obj) => ({
417
279
  ...obj,
418
280
  });
419
281
  })(CreateLoadBalancerPolicyOutput = exports.CreateLoadBalancerPolicyOutput || (exports.CreateLoadBalancerPolicyOutput = {}));
420
282
  var PolicyTypeNotFoundException;
421
283
  (function (PolicyTypeNotFoundException) {
422
- /**
423
- * @internal
424
- */
425
284
  PolicyTypeNotFoundException.filterSensitiveLog = (obj) => ({
426
285
  ...obj,
427
286
  });
428
287
  })(PolicyTypeNotFoundException = exports.PolicyTypeNotFoundException || (exports.PolicyTypeNotFoundException = {}));
429
288
  var CrossZoneLoadBalancing;
430
289
  (function (CrossZoneLoadBalancing) {
431
- /**
432
- * @internal
433
- */
434
290
  CrossZoneLoadBalancing.filterSensitiveLog = (obj) => ({
435
291
  ...obj,
436
292
  });
437
293
  })(CrossZoneLoadBalancing = exports.CrossZoneLoadBalancing || (exports.CrossZoneLoadBalancing = {}));
438
294
  var DeleteAccessPointInput;
439
295
  (function (DeleteAccessPointInput) {
440
- /**
441
- * @internal
442
- */
443
296
  DeleteAccessPointInput.filterSensitiveLog = (obj) => ({
444
297
  ...obj,
445
298
  });
446
299
  })(DeleteAccessPointInput = exports.DeleteAccessPointInput || (exports.DeleteAccessPointInput = {}));
447
300
  var DeleteAccessPointOutput;
448
301
  (function (DeleteAccessPointOutput) {
449
- /**
450
- * @internal
451
- */
452
302
  DeleteAccessPointOutput.filterSensitiveLog = (obj) => ({
453
303
  ...obj,
454
304
  });
455
305
  })(DeleteAccessPointOutput = exports.DeleteAccessPointOutput || (exports.DeleteAccessPointOutput = {}));
456
306
  var DeleteLoadBalancerListenerInput;
457
307
  (function (DeleteLoadBalancerListenerInput) {
458
- /**
459
- * @internal
460
- */
461
308
  DeleteLoadBalancerListenerInput.filterSensitiveLog = (obj) => ({
462
309
  ...obj,
463
310
  });
464
311
  })(DeleteLoadBalancerListenerInput = exports.DeleteLoadBalancerListenerInput || (exports.DeleteLoadBalancerListenerInput = {}));
465
312
  var DeleteLoadBalancerListenerOutput;
466
313
  (function (DeleteLoadBalancerListenerOutput) {
467
- /**
468
- * @internal
469
- */
470
314
  DeleteLoadBalancerListenerOutput.filterSensitiveLog = (obj) => ({
471
315
  ...obj,
472
316
  });
473
317
  })(DeleteLoadBalancerListenerOutput = exports.DeleteLoadBalancerListenerOutput || (exports.DeleteLoadBalancerListenerOutput = {}));
474
318
  var DeleteLoadBalancerPolicyInput;
475
319
  (function (DeleteLoadBalancerPolicyInput) {
476
- /**
477
- * @internal
478
- */
479
320
  DeleteLoadBalancerPolicyInput.filterSensitiveLog = (obj) => ({
480
321
  ...obj,
481
322
  });
482
323
  })(DeleteLoadBalancerPolicyInput = exports.DeleteLoadBalancerPolicyInput || (exports.DeleteLoadBalancerPolicyInput = {}));
483
324
  var DeleteLoadBalancerPolicyOutput;
484
325
  (function (DeleteLoadBalancerPolicyOutput) {
485
- /**
486
- * @internal
487
- */
488
326
  DeleteLoadBalancerPolicyOutput.filterSensitiveLog = (obj) => ({
489
327
  ...obj,
490
328
  });
491
329
  })(DeleteLoadBalancerPolicyOutput = exports.DeleteLoadBalancerPolicyOutput || (exports.DeleteLoadBalancerPolicyOutput = {}));
492
330
  var DependencyThrottleException;
493
331
  (function (DependencyThrottleException) {
494
- /**
495
- * @internal
496
- */
497
332
  DependencyThrottleException.filterSensitiveLog = (obj) => ({
498
333
  ...obj,
499
334
  });
500
335
  })(DependencyThrottleException = exports.DependencyThrottleException || (exports.DependencyThrottleException = {}));
501
336
  var Instance;
502
337
  (function (Instance) {
503
- /**
504
- * @internal
505
- */
506
338
  Instance.filterSensitiveLog = (obj) => ({
507
339
  ...obj,
508
340
  });
509
341
  })(Instance = exports.Instance || (exports.Instance = {}));
510
342
  var DeregisterEndPointsInput;
511
343
  (function (DeregisterEndPointsInput) {
512
- /**
513
- * @internal
514
- */
515
344
  DeregisterEndPointsInput.filterSensitiveLog = (obj) => ({
516
345
  ...obj,
517
346
  });
518
347
  })(DeregisterEndPointsInput = exports.DeregisterEndPointsInput || (exports.DeregisterEndPointsInput = {}));
519
348
  var DeregisterEndPointsOutput;
520
349
  (function (DeregisterEndPointsOutput) {
521
- /**
522
- * @internal
523
- */
524
350
  DeregisterEndPointsOutput.filterSensitiveLog = (obj) => ({
525
351
  ...obj,
526
352
  });
527
353
  })(DeregisterEndPointsOutput = exports.DeregisterEndPointsOutput || (exports.DeregisterEndPointsOutput = {}));
528
354
  var InvalidEndPointException;
529
355
  (function (InvalidEndPointException) {
530
- /**
531
- * @internal
532
- */
533
356
  InvalidEndPointException.filterSensitiveLog = (obj) => ({
534
357
  ...obj,
535
358
  });
536
359
  })(InvalidEndPointException = exports.InvalidEndPointException || (exports.InvalidEndPointException = {}));
537
360
  var DescribeAccessPointsInput;
538
361
  (function (DescribeAccessPointsInput) {
539
- /**
540
- * @internal
541
- */
542
362
  DescribeAccessPointsInput.filterSensitiveLog = (obj) => ({
543
363
  ...obj,
544
364
  });
545
365
  })(DescribeAccessPointsInput = exports.DescribeAccessPointsInput || (exports.DescribeAccessPointsInput = {}));
546
366
  var ListenerDescription;
547
367
  (function (ListenerDescription) {
548
- /**
549
- * @internal
550
- */
551
368
  ListenerDescription.filterSensitiveLog = (obj) => ({
552
369
  ...obj,
553
370
  });
554
371
  })(ListenerDescription = exports.ListenerDescription || (exports.ListenerDescription = {}));
555
372
  var LBCookieStickinessPolicy;
556
373
  (function (LBCookieStickinessPolicy) {
557
- /**
558
- * @internal
559
- */
560
374
  LBCookieStickinessPolicy.filterSensitiveLog = (obj) => ({
561
375
  ...obj,
562
376
  });
563
377
  })(LBCookieStickinessPolicy = exports.LBCookieStickinessPolicy || (exports.LBCookieStickinessPolicy = {}));
564
378
  var Policies;
565
379
  (function (Policies) {
566
- /**
567
- * @internal
568
- */
569
380
  Policies.filterSensitiveLog = (obj) => ({
570
381
  ...obj,
571
382
  });
572
383
  })(Policies = exports.Policies || (exports.Policies = {}));
573
384
  var SourceSecurityGroup;
574
385
  (function (SourceSecurityGroup) {
575
- /**
576
- * @internal
577
- */
578
386
  SourceSecurityGroup.filterSensitiveLog = (obj) => ({
579
387
  ...obj,
580
388
  });
581
389
  })(SourceSecurityGroup = exports.SourceSecurityGroup || (exports.SourceSecurityGroup = {}));
582
390
  var LoadBalancerDescription;
583
391
  (function (LoadBalancerDescription) {
584
- /**
585
- * @internal
586
- */
587
392
  LoadBalancerDescription.filterSensitiveLog = (obj) => ({
588
393
  ...obj,
589
394
  });
590
395
  })(LoadBalancerDescription = exports.LoadBalancerDescription || (exports.LoadBalancerDescription = {}));
591
396
  var DescribeAccessPointsOutput;
592
397
  (function (DescribeAccessPointsOutput) {
593
- /**
594
- * @internal
595
- */
596
398
  DescribeAccessPointsOutput.filterSensitiveLog = (obj) => ({
597
399
  ...obj,
598
400
  });
599
401
  })(DescribeAccessPointsOutput = exports.DescribeAccessPointsOutput || (exports.DescribeAccessPointsOutput = {}));
600
402
  var DescribeAccountLimitsInput;
601
403
  (function (DescribeAccountLimitsInput) {
602
- /**
603
- * @internal
604
- */
605
404
  DescribeAccountLimitsInput.filterSensitiveLog = (obj) => ({
606
405
  ...obj,
607
406
  });
608
407
  })(DescribeAccountLimitsInput = exports.DescribeAccountLimitsInput || (exports.DescribeAccountLimitsInput = {}));
609
408
  var Limit;
610
409
  (function (Limit) {
611
- /**
612
- * @internal
613
- */
614
410
  Limit.filterSensitiveLog = (obj) => ({
615
411
  ...obj,
616
412
  });
617
413
  })(Limit = exports.Limit || (exports.Limit = {}));
618
414
  var DescribeAccountLimitsOutput;
619
415
  (function (DescribeAccountLimitsOutput) {
620
- /**
621
- * @internal
622
- */
623
416
  DescribeAccountLimitsOutput.filterSensitiveLog = (obj) => ({
624
417
  ...obj,
625
418
  });
626
419
  })(DescribeAccountLimitsOutput = exports.DescribeAccountLimitsOutput || (exports.DescribeAccountLimitsOutput = {}));
627
420
  var DescribeEndPointStateInput;
628
421
  (function (DescribeEndPointStateInput) {
629
- /**
630
- * @internal
631
- */
632
422
  DescribeEndPointStateInput.filterSensitiveLog = (obj) => ({
633
423
  ...obj,
634
424
  });
635
425
  })(DescribeEndPointStateInput = exports.DescribeEndPointStateInput || (exports.DescribeEndPointStateInput = {}));
636
426
  var InstanceState;
637
427
  (function (InstanceState) {
638
- /**
639
- * @internal
640
- */
641
428
  InstanceState.filterSensitiveLog = (obj) => ({
642
429
  ...obj,
643
430
  });
644
431
  })(InstanceState = exports.InstanceState || (exports.InstanceState = {}));
645
432
  var DescribeEndPointStateOutput;
646
433
  (function (DescribeEndPointStateOutput) {
647
- /**
648
- * @internal
649
- */
650
434
  DescribeEndPointStateOutput.filterSensitiveLog = (obj) => ({
651
435
  ...obj,
652
436
  });
653
437
  })(DescribeEndPointStateOutput = exports.DescribeEndPointStateOutput || (exports.DescribeEndPointStateOutput = {}));
654
438
  var DescribeLoadBalancerAttributesInput;
655
439
  (function (DescribeLoadBalancerAttributesInput) {
656
- /**
657
- * @internal
658
- */
659
440
  DescribeLoadBalancerAttributesInput.filterSensitiveLog = (obj) => ({
660
441
  ...obj,
661
442
  });
662
443
  })(DescribeLoadBalancerAttributesInput = exports.DescribeLoadBalancerAttributesInput || (exports.DescribeLoadBalancerAttributesInput = {}));
663
444
  var LoadBalancerAttributes;
664
445
  (function (LoadBalancerAttributes) {
665
- /**
666
- * @internal
667
- */
668
446
  LoadBalancerAttributes.filterSensitiveLog = (obj) => ({
669
447
  ...obj,
670
448
  });
671
449
  })(LoadBalancerAttributes = exports.LoadBalancerAttributes || (exports.LoadBalancerAttributes = {}));
672
450
  var DescribeLoadBalancerAttributesOutput;
673
451
  (function (DescribeLoadBalancerAttributesOutput) {
674
- /**
675
- * @internal
676
- */
677
452
  DescribeLoadBalancerAttributesOutput.filterSensitiveLog = (obj) => ({
678
453
  ...obj,
679
454
  });
680
455
  })(DescribeLoadBalancerAttributesOutput = exports.DescribeLoadBalancerAttributesOutput || (exports.DescribeLoadBalancerAttributesOutput = {}));
681
456
  var LoadBalancerAttributeNotFoundException;
682
457
  (function (LoadBalancerAttributeNotFoundException) {
683
- /**
684
- * @internal
685
- */
686
458
  LoadBalancerAttributeNotFoundException.filterSensitiveLog = (obj) => ({
687
459
  ...obj,
688
460
  });
689
461
  })(LoadBalancerAttributeNotFoundException = exports.LoadBalancerAttributeNotFoundException || (exports.LoadBalancerAttributeNotFoundException = {}));
690
462
  var DescribeLoadBalancerPoliciesInput;
691
463
  (function (DescribeLoadBalancerPoliciesInput) {
692
- /**
693
- * @internal
694
- */
695
464
  DescribeLoadBalancerPoliciesInput.filterSensitiveLog = (obj) => ({
696
465
  ...obj,
697
466
  });
698
467
  })(DescribeLoadBalancerPoliciesInput = exports.DescribeLoadBalancerPoliciesInput || (exports.DescribeLoadBalancerPoliciesInput = {}));
699
468
  var PolicyAttributeDescription;
700
469
  (function (PolicyAttributeDescription) {
701
- /**
702
- * @internal
703
- */
704
470
  PolicyAttributeDescription.filterSensitiveLog = (obj) => ({
705
471
  ...obj,
706
472
  });
707
473
  })(PolicyAttributeDescription = exports.PolicyAttributeDescription || (exports.PolicyAttributeDescription = {}));
708
474
  var PolicyDescription;
709
475
  (function (PolicyDescription) {
710
- /**
711
- * @internal
712
- */
713
476
  PolicyDescription.filterSensitiveLog = (obj) => ({
714
477
  ...obj,
715
478
  });
716
479
  })(PolicyDescription = exports.PolicyDescription || (exports.PolicyDescription = {}));
717
480
  var DescribeLoadBalancerPoliciesOutput;
718
481
  (function (DescribeLoadBalancerPoliciesOutput) {
719
- /**
720
- * @internal
721
- */
722
482
  DescribeLoadBalancerPoliciesOutput.filterSensitiveLog = (obj) => ({
723
483
  ...obj,
724
484
  });
725
485
  })(DescribeLoadBalancerPoliciesOutput = exports.DescribeLoadBalancerPoliciesOutput || (exports.DescribeLoadBalancerPoliciesOutput = {}));
726
486
  var PolicyNotFoundException;
727
487
  (function (PolicyNotFoundException) {
728
- /**
729
- * @internal
730
- */
731
488
  PolicyNotFoundException.filterSensitiveLog = (obj) => ({
732
489
  ...obj,
733
490
  });
734
491
  })(PolicyNotFoundException = exports.PolicyNotFoundException || (exports.PolicyNotFoundException = {}));
735
492
  var DescribeLoadBalancerPolicyTypesInput;
736
493
  (function (DescribeLoadBalancerPolicyTypesInput) {
737
- /**
738
- * @internal
739
- */
740
494
  DescribeLoadBalancerPolicyTypesInput.filterSensitiveLog = (obj) => ({
741
495
  ...obj,
742
496
  });
743
497
  })(DescribeLoadBalancerPolicyTypesInput = exports.DescribeLoadBalancerPolicyTypesInput || (exports.DescribeLoadBalancerPolicyTypesInput = {}));
744
498
  var PolicyAttributeTypeDescription;
745
499
  (function (PolicyAttributeTypeDescription) {
746
- /**
747
- * @internal
748
- */
749
500
  PolicyAttributeTypeDescription.filterSensitiveLog = (obj) => ({
750
501
  ...obj,
751
502
  });
752
503
  })(PolicyAttributeTypeDescription = exports.PolicyAttributeTypeDescription || (exports.PolicyAttributeTypeDescription = {}));
753
504
  var PolicyTypeDescription;
754
505
  (function (PolicyTypeDescription) {
755
- /**
756
- * @internal
757
- */
758
506
  PolicyTypeDescription.filterSensitiveLog = (obj) => ({
759
507
  ...obj,
760
508
  });
761
509
  })(PolicyTypeDescription = exports.PolicyTypeDescription || (exports.PolicyTypeDescription = {}));
762
510
  var DescribeLoadBalancerPolicyTypesOutput;
763
511
  (function (DescribeLoadBalancerPolicyTypesOutput) {
764
- /**
765
- * @internal
766
- */
767
512
  DescribeLoadBalancerPolicyTypesOutput.filterSensitiveLog = (obj) => ({
768
513
  ...obj,
769
514
  });
770
515
  })(DescribeLoadBalancerPolicyTypesOutput = exports.DescribeLoadBalancerPolicyTypesOutput || (exports.DescribeLoadBalancerPolicyTypesOutput = {}));
771
516
  var DescribeTagsInput;
772
517
  (function (DescribeTagsInput) {
773
- /**
774
- * @internal
775
- */
776
518
  DescribeTagsInput.filterSensitiveLog = (obj) => ({
777
519
  ...obj,
778
520
  });
779
521
  })(DescribeTagsInput = exports.DescribeTagsInput || (exports.DescribeTagsInput = {}));
780
522
  var TagDescription;
781
523
  (function (TagDescription) {
782
- /**
783
- * @internal
784
- */
785
524
  TagDescription.filterSensitiveLog = (obj) => ({
786
525
  ...obj,
787
526
  });
788
527
  })(TagDescription = exports.TagDescription || (exports.TagDescription = {}));
789
528
  var DescribeTagsOutput;
790
529
  (function (DescribeTagsOutput) {
791
- /**
792
- * @internal
793
- */
794
530
  DescribeTagsOutput.filterSensitiveLog = (obj) => ({
795
531
  ...obj,
796
532
  });
797
533
  })(DescribeTagsOutput = exports.DescribeTagsOutput || (exports.DescribeTagsOutput = {}));
798
534
  var DetachLoadBalancerFromSubnetsInput;
799
535
  (function (DetachLoadBalancerFromSubnetsInput) {
800
- /**
801
- * @internal
802
- */
803
536
  DetachLoadBalancerFromSubnetsInput.filterSensitiveLog = (obj) => ({
804
537
  ...obj,
805
538
  });
806
539
  })(DetachLoadBalancerFromSubnetsInput = exports.DetachLoadBalancerFromSubnetsInput || (exports.DetachLoadBalancerFromSubnetsInput = {}));
807
540
  var DetachLoadBalancerFromSubnetsOutput;
808
541
  (function (DetachLoadBalancerFromSubnetsOutput) {
809
- /**
810
- * @internal
811
- */
812
542
  DetachLoadBalancerFromSubnetsOutput.filterSensitiveLog = (obj) => ({
813
543
  ...obj,
814
544
  });
815
545
  })(DetachLoadBalancerFromSubnetsOutput = exports.DetachLoadBalancerFromSubnetsOutput || (exports.DetachLoadBalancerFromSubnetsOutput = {}));
816
546
  var RemoveAvailabilityZonesInput;
817
547
  (function (RemoveAvailabilityZonesInput) {
818
- /**
819
- * @internal
820
- */
821
548
  RemoveAvailabilityZonesInput.filterSensitiveLog = (obj) => ({
822
549
  ...obj,
823
550
  });
824
551
  })(RemoveAvailabilityZonesInput = exports.RemoveAvailabilityZonesInput || (exports.RemoveAvailabilityZonesInput = {}));
825
552
  var RemoveAvailabilityZonesOutput;
826
553
  (function (RemoveAvailabilityZonesOutput) {
827
- /**
828
- * @internal
829
- */
830
554
  RemoveAvailabilityZonesOutput.filterSensitiveLog = (obj) => ({
831
555
  ...obj,
832
556
  });
833
557
  })(RemoveAvailabilityZonesOutput = exports.RemoveAvailabilityZonesOutput || (exports.RemoveAvailabilityZonesOutput = {}));
834
558
  var ModifyLoadBalancerAttributesInput;
835
559
  (function (ModifyLoadBalancerAttributesInput) {
836
- /**
837
- * @internal
838
- */
839
560
  ModifyLoadBalancerAttributesInput.filterSensitiveLog = (obj) => ({
840
561
  ...obj,
841
562
  });
842
563
  })(ModifyLoadBalancerAttributesInput = exports.ModifyLoadBalancerAttributesInput || (exports.ModifyLoadBalancerAttributesInput = {}));
843
564
  var ModifyLoadBalancerAttributesOutput;
844
565
  (function (ModifyLoadBalancerAttributesOutput) {
845
- /**
846
- * @internal
847
- */
848
566
  ModifyLoadBalancerAttributesOutput.filterSensitiveLog = (obj) => ({
849
567
  ...obj,
850
568
  });
851
569
  })(ModifyLoadBalancerAttributesOutput = exports.ModifyLoadBalancerAttributesOutput || (exports.ModifyLoadBalancerAttributesOutput = {}));
852
570
  var RegisterEndPointsInput;
853
571
  (function (RegisterEndPointsInput) {
854
- /**
855
- * @internal
856
- */
857
572
  RegisterEndPointsInput.filterSensitiveLog = (obj) => ({
858
573
  ...obj,
859
574
  });
860
575
  })(RegisterEndPointsInput = exports.RegisterEndPointsInput || (exports.RegisterEndPointsInput = {}));
861
576
  var RegisterEndPointsOutput;
862
577
  (function (RegisterEndPointsOutput) {
863
- /**
864
- * @internal
865
- */
866
578
  RegisterEndPointsOutput.filterSensitiveLog = (obj) => ({
867
579
  ...obj,
868
580
  });
869
581
  })(RegisterEndPointsOutput = exports.RegisterEndPointsOutput || (exports.RegisterEndPointsOutput = {}));
870
582
  var TagKeyOnly;
871
583
  (function (TagKeyOnly) {
872
- /**
873
- * @internal
874
- */
875
584
  TagKeyOnly.filterSensitiveLog = (obj) => ({
876
585
  ...obj,
877
586
  });
878
587
  })(TagKeyOnly = exports.TagKeyOnly || (exports.TagKeyOnly = {}));
879
588
  var RemoveTagsInput;
880
589
  (function (RemoveTagsInput) {
881
- /**
882
- * @internal
883
- */
884
590
  RemoveTagsInput.filterSensitiveLog = (obj) => ({
885
591
  ...obj,
886
592
  });
887
593
  })(RemoveTagsInput = exports.RemoveTagsInput || (exports.RemoveTagsInput = {}));
888
594
  var RemoveTagsOutput;
889
595
  (function (RemoveTagsOutput) {
890
- /**
891
- * @internal
892
- */
893
596
  RemoveTagsOutput.filterSensitiveLog = (obj) => ({
894
597
  ...obj,
895
598
  });
896
599
  })(RemoveTagsOutput = exports.RemoveTagsOutput || (exports.RemoveTagsOutput = {}));
897
600
  var ListenerNotFoundException;
898
601
  (function (ListenerNotFoundException) {
899
- /**
900
- * @internal
901
- */
902
602
  ListenerNotFoundException.filterSensitiveLog = (obj) => ({
903
603
  ...obj,
904
604
  });
905
605
  })(ListenerNotFoundException = exports.ListenerNotFoundException || (exports.ListenerNotFoundException = {}));
906
606
  var SetLoadBalancerListenerSSLCertificateInput;
907
607
  (function (SetLoadBalancerListenerSSLCertificateInput) {
908
- /**
909
- * @internal
910
- */
911
608
  SetLoadBalancerListenerSSLCertificateInput.filterSensitiveLog = (obj) => ({
912
609
  ...obj,
913
610
  });
914
611
  })(SetLoadBalancerListenerSSLCertificateInput = exports.SetLoadBalancerListenerSSLCertificateInput || (exports.SetLoadBalancerListenerSSLCertificateInput = {}));
915
612
  var SetLoadBalancerListenerSSLCertificateOutput;
916
613
  (function (SetLoadBalancerListenerSSLCertificateOutput) {
917
- /**
918
- * @internal
919
- */
920
614
  SetLoadBalancerListenerSSLCertificateOutput.filterSensitiveLog = (obj) => ({
921
615
  ...obj,
922
616
  });
923
617
  })(SetLoadBalancerListenerSSLCertificateOutput = exports.SetLoadBalancerListenerSSLCertificateOutput || (exports.SetLoadBalancerListenerSSLCertificateOutput = {}));
924
618
  var SetLoadBalancerPoliciesForBackendServerInput;
925
619
  (function (SetLoadBalancerPoliciesForBackendServerInput) {
926
- /**
927
- * @internal
928
- */
929
620
  SetLoadBalancerPoliciesForBackendServerInput.filterSensitiveLog = (obj) => ({
930
621
  ...obj,
931
622
  });
932
623
  })(SetLoadBalancerPoliciesForBackendServerInput = exports.SetLoadBalancerPoliciesForBackendServerInput || (exports.SetLoadBalancerPoliciesForBackendServerInput = {}));
933
624
  var SetLoadBalancerPoliciesForBackendServerOutput;
934
625
  (function (SetLoadBalancerPoliciesForBackendServerOutput) {
935
- /**
936
- * @internal
937
- */
938
626
  SetLoadBalancerPoliciesForBackendServerOutput.filterSensitiveLog = (obj) => ({
939
627
  ...obj,
940
628
  });
941
629
  })(SetLoadBalancerPoliciesForBackendServerOutput = exports.SetLoadBalancerPoliciesForBackendServerOutput || (exports.SetLoadBalancerPoliciesForBackendServerOutput = {}));
942
630
  var SetLoadBalancerPoliciesOfListenerInput;
943
631
  (function (SetLoadBalancerPoliciesOfListenerInput) {
944
- /**
945
- * @internal
946
- */
947
632
  SetLoadBalancerPoliciesOfListenerInput.filterSensitiveLog = (obj) => ({
948
633
  ...obj,
949
634
  });
950
635
  })(SetLoadBalancerPoliciesOfListenerInput = exports.SetLoadBalancerPoliciesOfListenerInput || (exports.SetLoadBalancerPoliciesOfListenerInput = {}));
951
636
  var SetLoadBalancerPoliciesOfListenerOutput;
952
637
  (function (SetLoadBalancerPoliciesOfListenerOutput) {
953
- /**
954
- * @internal
955
- */
956
638
  SetLoadBalancerPoliciesOfListenerOutput.filterSensitiveLog = (obj) => ({
957
639
  ...obj,
958
640
  });
959
641
  })(SetLoadBalancerPoliciesOfListenerOutput = exports.SetLoadBalancerPoliciesOfListenerOutput || (exports.SetLoadBalancerPoliciesOfListenerOutput = {}));
960
- //# sourceMappingURL=models_0.js.map