@aws-sdk/client-kafka 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 (369) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/Kafka.js +1 -5
  3. package/{dist/cjs → dist-cjs}/KafkaClient.js +8 -17
  4. package/{dist/cjs → dist-cjs}/commands/BatchAssociateScramSecretCommand.js +2 -27
  5. package/{dist/cjs → dist-cjs}/commands/BatchDisassociateScramSecretCommand.js +2 -27
  6. package/{dist/cjs → dist-cjs}/commands/CreateClusterCommand.js +2 -27
  7. package/{dist/cjs → dist-cjs}/commands/CreateConfigurationCommand.js +2 -27
  8. package/{dist/cjs → dist-cjs}/commands/DeleteClusterCommand.js +2 -27
  9. package/{dist/cjs → dist-cjs}/commands/DeleteConfigurationCommand.js +2 -27
  10. package/{dist/cjs → dist-cjs}/commands/DescribeClusterCommand.js +2 -27
  11. package/{dist/cjs → dist-cjs}/commands/DescribeClusterOperationCommand.js +2 -27
  12. package/{dist/cjs → dist-cjs}/commands/DescribeConfigurationCommand.js +2 -27
  13. package/{dist/cjs → dist-cjs}/commands/DescribeConfigurationRevisionCommand.js +2 -27
  14. package/{dist/cjs → dist-cjs}/commands/GetBootstrapBrokersCommand.js +2 -27
  15. package/{dist/cjs → dist-cjs}/commands/GetCompatibleKafkaVersionsCommand.js +2 -27
  16. package/{dist/cjs → dist-cjs}/commands/ListClusterOperationsCommand.js +2 -27
  17. package/{dist/cjs → dist-cjs}/commands/ListClustersCommand.js +2 -27
  18. package/{dist/cjs → dist-cjs}/commands/ListConfigurationRevisionsCommand.js +2 -27
  19. package/{dist/cjs → dist-cjs}/commands/ListConfigurationsCommand.js +2 -27
  20. package/{dist/cjs → dist-cjs}/commands/ListKafkaVersionsCommand.js +2 -27
  21. package/{dist/cjs → dist-cjs}/commands/ListNodesCommand.js +2 -27
  22. package/{dist/cjs → dist-cjs}/commands/ListScramSecretsCommand.js +2 -27
  23. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
  24. package/{dist/cjs → dist-cjs}/commands/RebootBrokerCommand.js +2 -27
  25. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -27
  26. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
  27. package/{dist/cjs → dist-cjs}/commands/UpdateBrokerCountCommand.js +2 -27
  28. package/{dist/cjs → dist-cjs}/commands/UpdateBrokerStorageCommand.js +2 -27
  29. package/{dist/cjs → dist-cjs}/commands/UpdateBrokerTypeCommand.js +2 -27
  30. package/{dist/cjs → dist-cjs}/commands/UpdateClusterConfigurationCommand.js +2 -27
  31. package/{dist/cjs → dist-cjs}/commands/UpdateClusterKafkaVersionCommand.js +2 -27
  32. package/{dist/cjs → dist-cjs}/commands/UpdateConfigurationCommand.js +2 -27
  33. package/{dist/cjs → dist-cjs}/commands/UpdateMonitoringCommand.js +2 -27
  34. package/{dist/cjs → dist-cjs}/commands/UpdateSecurityCommand.js +2 -27
  35. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  36. package/{dist/cjs → dist-cjs}/index.js +0 -1
  37. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  38. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -334
  39. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  40. package/{dist/cjs → dist-cjs}/pagination/ListClusterOperationsPaginator.js +1 -12
  41. package/{dist/cjs → dist-cjs}/pagination/ListClustersPaginator.js +1 -12
  42. package/{dist/cjs → dist-cjs}/pagination/ListConfigurationRevisionsPaginator.js +1 -12
  43. package/{dist/cjs → dist-cjs}/pagination/ListConfigurationsPaginator.js +1 -12
  44. package/{dist/cjs → dist-cjs}/pagination/ListKafkaVersionsPaginator.js +1 -12
  45. package/{dist/cjs → dist-cjs}/pagination/ListNodesPaginator.js +1 -12
  46. package/{dist/cjs → dist-cjs}/pagination/ListScramSecretsPaginator.js +1 -12
  47. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +6 -12
  48. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  49. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  50. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  51. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  52. package/{dist/es → dist-es}/Kafka.js +1 -2
  53. package/{dist/es → dist-es}/KafkaClient.js +1 -2
  54. package/{dist/es → dist-es}/commands/BatchAssociateScramSecretCommand.js +2 -3
  55. package/{dist/es → dist-es}/commands/BatchDisassociateScramSecretCommand.js +2 -3
  56. package/{dist/es → dist-es}/commands/CreateClusterCommand.js +2 -3
  57. package/{dist/es → dist-es}/commands/CreateConfigurationCommand.js +2 -3
  58. package/{dist/es → dist-es}/commands/DeleteClusterCommand.js +2 -3
  59. package/{dist/es → dist-es}/commands/DeleteConfigurationCommand.js +2 -3
  60. package/{dist/es → dist-es}/commands/DescribeClusterCommand.js +2 -3
  61. package/{dist/es → dist-es}/commands/DescribeClusterOperationCommand.js +2 -3
  62. package/{dist/es → dist-es}/commands/DescribeConfigurationCommand.js +2 -3
  63. package/{dist/es → dist-es}/commands/DescribeConfigurationRevisionCommand.js +2 -3
  64. package/{dist/es → dist-es}/commands/GetBootstrapBrokersCommand.js +2 -3
  65. package/{dist/es → dist-es}/commands/GetCompatibleKafkaVersionsCommand.js +2 -3
  66. package/{dist/es → dist-es}/commands/ListClusterOperationsCommand.js +2 -3
  67. package/{dist/es → dist-es}/commands/ListClustersCommand.js +2 -3
  68. package/{dist/es → dist-es}/commands/ListConfigurationRevisionsCommand.js +2 -3
  69. package/{dist/es → dist-es}/commands/ListConfigurationsCommand.js +2 -3
  70. package/{dist/es → dist-es}/commands/ListKafkaVersionsCommand.js +2 -3
  71. package/{dist/es → dist-es}/commands/ListNodesCommand.js +2 -3
  72. package/{dist/es → dist-es}/commands/ListScramSecretsCommand.js +2 -3
  73. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
  74. package/{dist/es → dist-es}/commands/RebootBrokerCommand.js +2 -3
  75. package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
  76. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
  77. package/{dist/es → dist-es}/commands/UpdateBrokerCountCommand.js +2 -3
  78. package/{dist/es → dist-es}/commands/UpdateBrokerStorageCommand.js +2 -3
  79. package/{dist/es → dist-es}/commands/UpdateBrokerTypeCommand.js +2 -3
  80. package/{dist/es → dist-es}/commands/UpdateClusterConfigurationCommand.js +2 -3
  81. package/{dist/es → dist-es}/commands/UpdateClusterKafkaVersionCommand.js +2 -3
  82. package/{dist/es → dist-es}/commands/UpdateConfigurationCommand.js +2 -3
  83. package/{dist/es → dist-es}/commands/UpdateMonitoringCommand.js +2 -3
  84. package/{dist/es → dist-es}/commands/UpdateSecurityCommand.js +2 -3
  85. package/{dist/es → dist-es}/endpoints.js +1 -2
  86. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  87. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  88. package/{dist/es → dist-es}/models/models_0.js +0 -1
  89. package/dist-es/pagination/Interfaces.js +1 -0
  90. package/{dist/es → dist-es}/pagination/ListClusterOperationsPaginator.js +1 -2
  91. package/{dist/es → dist-es}/pagination/ListClustersPaginator.js +1 -2
  92. package/{dist/es → dist-es}/pagination/ListConfigurationRevisionsPaginator.js +1 -2
  93. package/{dist/es → dist-es}/pagination/ListConfigurationsPaginator.js +1 -2
  94. package/{dist/es → dist-es}/pagination/ListKafkaVersionsPaginator.js +1 -2
  95. package/{dist/es → dist-es}/pagination/ListNodesPaginator.js +1 -2
  96. package/{dist/es → dist-es}/pagination/ListScramSecretsPaginator.js +1 -2
  97. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -1
  98. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  99. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  100. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  101. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  102. package/{dist/types → dist-types}/Kafka.d.ts +2 -2
  103. package/{dist/types → dist-types}/KafkaClient.d.ts +8 -8
  104. package/{dist/types → dist-types}/commands/BatchAssociateScramSecretCommand.d.ts +2 -2
  105. package/{dist/types → dist-types}/commands/BatchDisassociateScramSecretCommand.d.ts +2 -2
  106. package/{dist/types → dist-types}/commands/CreateClusterCommand.d.ts +2 -2
  107. package/{dist/types → dist-types}/commands/CreateConfigurationCommand.d.ts +2 -2
  108. package/{dist/types → dist-types}/commands/DeleteClusterCommand.d.ts +2 -2
  109. package/{dist/types → dist-types}/commands/DeleteConfigurationCommand.d.ts +2 -2
  110. package/{dist/types → dist-types}/commands/DescribeClusterCommand.d.ts +2 -2
  111. package/{dist/types → dist-types}/commands/DescribeClusterOperationCommand.d.ts +2 -2
  112. package/{dist/types → dist-types}/commands/DescribeConfigurationCommand.d.ts +2 -2
  113. package/{dist/types → dist-types}/commands/DescribeConfigurationRevisionCommand.d.ts +2 -2
  114. package/{dist/types → dist-types}/commands/GetBootstrapBrokersCommand.d.ts +2 -2
  115. package/{dist/types → dist-types}/commands/GetCompatibleKafkaVersionsCommand.d.ts +2 -2
  116. package/{dist/types → dist-types}/commands/ListClusterOperationsCommand.d.ts +2 -2
  117. package/{dist/types → dist-types}/commands/ListClustersCommand.d.ts +2 -2
  118. package/{dist/types → dist-types}/commands/ListConfigurationRevisionsCommand.d.ts +2 -2
  119. package/{dist/types → dist-types}/commands/ListConfigurationsCommand.d.ts +2 -2
  120. package/{dist/types → dist-types}/commands/ListKafkaVersionsCommand.d.ts +2 -2
  121. package/{dist/types → dist-types}/commands/ListNodesCommand.d.ts +2 -2
  122. package/{dist/types → dist-types}/commands/ListScramSecretsCommand.d.ts +2 -2
  123. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  124. package/{dist/types → dist-types}/commands/RebootBrokerCommand.d.ts +2 -2
  125. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  126. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  127. package/{dist/types → dist-types}/commands/UpdateBrokerCountCommand.d.ts +2 -2
  128. package/{dist/types → dist-types}/commands/UpdateBrokerStorageCommand.d.ts +2 -2
  129. package/{dist/types → dist-types}/commands/UpdateBrokerTypeCommand.d.ts +2 -2
  130. package/{dist/types → dist-types}/commands/UpdateClusterConfigurationCommand.d.ts +2 -2
  131. package/{dist/types → dist-types}/commands/UpdateClusterKafkaVersionCommand.d.ts +2 -2
  132. package/{dist/types → dist-types}/commands/UpdateConfigurationCommand.d.ts +2 -2
  133. package/{dist/types → dist-types}/commands/UpdateMonitoringCommand.d.ts +2 -2
  134. package/{dist/types → dist-types}/commands/UpdateSecurityCommand.d.ts +2 -2
  135. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  136. package/{index.ts → dist-types/index.d.ts} +0 -0
  137. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  138. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  139. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  140. package/{dist/types → dist-types}/pagination/ListClusterOperationsPaginator.d.ts +1 -1
  141. package/{dist/types → dist-types}/pagination/ListClustersPaginator.d.ts +1 -1
  142. package/{dist/types → dist-types}/pagination/ListConfigurationRevisionsPaginator.d.ts +1 -1
  143. package/{dist/types → dist-types}/pagination/ListConfigurationsPaginator.d.ts +1 -1
  144. package/{dist/types → dist-types}/pagination/ListKafkaVersionsPaginator.d.ts +1 -1
  145. package/{dist/types → dist-types}/pagination/ListNodesPaginator.d.ts +1 -1
  146. package/{dist/types → dist-types}/pagination/ListScramSecretsPaginator.d.ts +1 -1
  147. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  148. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  149. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  150. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  151. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  152. package/{dist/types → dist-types}/ts3.4/Kafka.d.ts +34 -98
  153. package/{dist/types → dist-types}/ts3.4/KafkaClient.d.ts +32 -97
  154. package/{dist/types → dist-types}/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +4 -22
  155. package/{dist/types → dist-types}/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +4 -22
  156. package/{dist/types → dist-types}/ts3.4/commands/CreateClusterCommand.d.ts +4 -22
  157. package/{dist/types → dist-types}/ts3.4/commands/CreateConfigurationCommand.d.ts +4 -22
  158. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +17 -0
  159. package/{dist/types → dist-types}/ts3.4/commands/DeleteConfigurationCommand.d.ts +4 -22
  160. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +17 -0
  161. package/{dist/types → dist-types}/ts3.4/commands/DescribeClusterOperationCommand.d.ts +4 -22
  162. package/{dist/types → dist-types}/ts3.4/commands/DescribeConfigurationCommand.d.ts +4 -22
  163. package/{dist/types → dist-types}/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +4 -22
  164. package/{dist/types → dist-types}/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +4 -22
  165. package/{dist/types → dist-types}/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +4 -22
  166. package/{dist/types → dist-types}/ts3.4/commands/ListClusterOperationsCommand.d.ts +4 -22
  167. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +17 -0
  168. package/{dist/types → dist-types}/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +4 -22
  169. package/{dist/types → dist-types}/ts3.4/commands/ListConfigurationsCommand.d.ts +4 -22
  170. package/{dist/types → dist-types}/ts3.4/commands/ListKafkaVersionsCommand.d.ts +4 -22
  171. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +17 -0
  172. package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +17 -0
  173. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
  174. package/{dist/types → dist-types}/ts3.4/commands/RebootBrokerCommand.d.ts +4 -22
  175. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  176. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  177. package/{dist/types → dist-types}/ts3.4/commands/UpdateBrokerCountCommand.d.ts +4 -22
  178. package/{dist/types → dist-types}/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +4 -22
  179. package/{dist/types → dist-types}/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +4 -22
  180. package/{dist/types → dist-types}/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +4 -22
  181. package/{dist/types → dist-types}/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +4 -22
  182. package/{dist/types → dist-types}/ts3.4/commands/UpdateConfigurationCommand.d.ts +4 -22
  183. package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +17 -0
  184. package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +17 -0
  185. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  186. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  187. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  188. package/dist-types/ts3.4/models/models_0.d.ts +1347 -0
  189. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  190. package/{dist/types → dist-types}/ts3.4/pagination/ListClusterOperationsPaginator.d.ts +1 -1
  191. package/{dist/types → dist-types}/ts3.4/pagination/ListClustersPaginator.d.ts +1 -1
  192. package/{dist/types → dist-types}/ts3.4/pagination/ListConfigurationRevisionsPaginator.d.ts +1 -1
  193. package/{dist/types → dist-types}/ts3.4/pagination/ListConfigurationsPaginator.d.ts +1 -1
  194. package/{dist/types → dist-types}/ts3.4/pagination/ListKafkaVersionsPaginator.d.ts +1 -1
  195. package/{dist/types → dist-types}/ts3.4/pagination/ListNodesPaginator.d.ts +1 -1
  196. package/{dist/types → dist-types}/ts3.4/pagination/ListScramSecretsPaginator.d.ts +1 -1
  197. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  198. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  199. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  200. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  201. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  202. package/package.json +45 -42
  203. package/Kafka.ts +0 -1128
  204. package/KafkaClient.ts +0 -376
  205. package/commands/BatchAssociateScramSecretCommand.ts +0 -97
  206. package/commands/BatchDisassociateScramSecretCommand.ts +0 -99
  207. package/commands/CreateClusterCommand.ts +0 -94
  208. package/commands/CreateConfigurationCommand.ts +0 -94
  209. package/commands/DeleteClusterCommand.ts +0 -94
  210. package/commands/DeleteConfigurationCommand.ts +0 -94
  211. package/commands/DescribeClusterCommand.ts +0 -94
  212. package/commands/DescribeClusterOperationCommand.ts +0 -94
  213. package/commands/DescribeConfigurationCommand.ts +0 -94
  214. package/commands/DescribeConfigurationRevisionCommand.ts +0 -99
  215. package/commands/GetBootstrapBrokersCommand.ts +0 -94
  216. package/commands/GetCompatibleKafkaVersionsCommand.ts +0 -97
  217. package/commands/ListClusterOperationsCommand.ts +0 -94
  218. package/commands/ListClustersCommand.ts +0 -94
  219. package/commands/ListConfigurationRevisionsCommand.ts +0 -97
  220. package/commands/ListConfigurationsCommand.ts +0 -94
  221. package/commands/ListKafkaVersionsCommand.ts +0 -94
  222. package/commands/ListNodesCommand.ts +0 -94
  223. package/commands/ListScramSecretsCommand.ts +0 -94
  224. package/commands/ListTagsForResourceCommand.ts +0 -94
  225. package/commands/RebootBrokerCommand.ts +0 -94
  226. package/commands/TagResourceCommand.ts +0 -94
  227. package/commands/UntagResourceCommand.ts +0 -94
  228. package/commands/UpdateBrokerCountCommand.ts +0 -94
  229. package/commands/UpdateBrokerStorageCommand.ts +0 -94
  230. package/commands/UpdateBrokerTypeCommand.ts +0 -94
  231. package/commands/UpdateClusterConfigurationCommand.ts +0 -97
  232. package/commands/UpdateClusterKafkaVersionCommand.ts +0 -97
  233. package/commands/UpdateConfigurationCommand.ts +0 -94
  234. package/commands/UpdateMonitoringCommand.ts +0 -94
  235. package/commands/UpdateSecurityCommand.ts +0 -94
  236. package/dist/cjs/Kafka.js.map +0 -1
  237. package/dist/cjs/KafkaClient.js.map +0 -1
  238. package/dist/cjs/commands/BatchAssociateScramSecretCommand.js.map +0 -1
  239. package/dist/cjs/commands/BatchDisassociateScramSecretCommand.js.map +0 -1
  240. package/dist/cjs/commands/CreateClusterCommand.js.map +0 -1
  241. package/dist/cjs/commands/CreateConfigurationCommand.js.map +0 -1
  242. package/dist/cjs/commands/DeleteClusterCommand.js.map +0 -1
  243. package/dist/cjs/commands/DeleteConfigurationCommand.js.map +0 -1
  244. package/dist/cjs/commands/DescribeClusterCommand.js.map +0 -1
  245. package/dist/cjs/commands/DescribeClusterOperationCommand.js.map +0 -1
  246. package/dist/cjs/commands/DescribeConfigurationCommand.js.map +0 -1
  247. package/dist/cjs/commands/DescribeConfigurationRevisionCommand.js.map +0 -1
  248. package/dist/cjs/commands/GetBootstrapBrokersCommand.js.map +0 -1
  249. package/dist/cjs/commands/GetCompatibleKafkaVersionsCommand.js.map +0 -1
  250. package/dist/cjs/commands/ListClusterOperationsCommand.js.map +0 -1
  251. package/dist/cjs/commands/ListClustersCommand.js.map +0 -1
  252. package/dist/cjs/commands/ListConfigurationRevisionsCommand.js.map +0 -1
  253. package/dist/cjs/commands/ListConfigurationsCommand.js.map +0 -1
  254. package/dist/cjs/commands/ListKafkaVersionsCommand.js.map +0 -1
  255. package/dist/cjs/commands/ListNodesCommand.js.map +0 -1
  256. package/dist/cjs/commands/ListScramSecretsCommand.js.map +0 -1
  257. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  258. package/dist/cjs/commands/RebootBrokerCommand.js.map +0 -1
  259. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  260. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  261. package/dist/cjs/commands/UpdateBrokerCountCommand.js.map +0 -1
  262. package/dist/cjs/commands/UpdateBrokerStorageCommand.js.map +0 -1
  263. package/dist/cjs/commands/UpdateBrokerTypeCommand.js.map +0 -1
  264. package/dist/cjs/commands/UpdateClusterConfigurationCommand.js.map +0 -1
  265. package/dist/cjs/commands/UpdateClusterKafkaVersionCommand.js.map +0 -1
  266. package/dist/cjs/commands/UpdateConfigurationCommand.js.map +0 -1
  267. package/dist/cjs/commands/UpdateMonitoringCommand.js.map +0 -1
  268. package/dist/cjs/commands/UpdateSecurityCommand.js.map +0 -1
  269. package/dist/cjs/endpoints.js.map +0 -1
  270. package/dist/cjs/index.js.map +0 -1
  271. package/dist/cjs/models/index.js.map +0 -1
  272. package/dist/cjs/models/models_0.js.map +0 -1
  273. package/dist/cjs/package.json +0 -91
  274. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  275. package/dist/cjs/pagination/ListClusterOperationsPaginator.js.map +0 -1
  276. package/dist/cjs/pagination/ListClustersPaginator.js.map +0 -1
  277. package/dist/cjs/pagination/ListConfigurationRevisionsPaginator.js.map +0 -1
  278. package/dist/cjs/pagination/ListConfigurationsPaginator.js.map +0 -1
  279. package/dist/cjs/pagination/ListKafkaVersionsPaginator.js.map +0 -1
  280. package/dist/cjs/pagination/ListNodesPaginator.js.map +0 -1
  281. package/dist/cjs/pagination/ListScramSecretsPaginator.js.map +0 -1
  282. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  283. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  284. package/dist/cjs/runtimeConfig.js.map +0 -1
  285. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  286. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  287. package/dist/es/Kafka.js.map +0 -1
  288. package/dist/es/KafkaClient.js.map +0 -1
  289. package/dist/es/commands/BatchAssociateScramSecretCommand.js.map +0 -1
  290. package/dist/es/commands/BatchDisassociateScramSecretCommand.js.map +0 -1
  291. package/dist/es/commands/CreateClusterCommand.js.map +0 -1
  292. package/dist/es/commands/CreateConfigurationCommand.js.map +0 -1
  293. package/dist/es/commands/DeleteClusterCommand.js.map +0 -1
  294. package/dist/es/commands/DeleteConfigurationCommand.js.map +0 -1
  295. package/dist/es/commands/DescribeClusterCommand.js.map +0 -1
  296. package/dist/es/commands/DescribeClusterOperationCommand.js.map +0 -1
  297. package/dist/es/commands/DescribeConfigurationCommand.js.map +0 -1
  298. package/dist/es/commands/DescribeConfigurationRevisionCommand.js.map +0 -1
  299. package/dist/es/commands/GetBootstrapBrokersCommand.js.map +0 -1
  300. package/dist/es/commands/GetCompatibleKafkaVersionsCommand.js.map +0 -1
  301. package/dist/es/commands/ListClusterOperationsCommand.js.map +0 -1
  302. package/dist/es/commands/ListClustersCommand.js.map +0 -1
  303. package/dist/es/commands/ListConfigurationRevisionsCommand.js.map +0 -1
  304. package/dist/es/commands/ListConfigurationsCommand.js.map +0 -1
  305. package/dist/es/commands/ListKafkaVersionsCommand.js.map +0 -1
  306. package/dist/es/commands/ListNodesCommand.js.map +0 -1
  307. package/dist/es/commands/ListScramSecretsCommand.js.map +0 -1
  308. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  309. package/dist/es/commands/RebootBrokerCommand.js.map +0 -1
  310. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  311. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  312. package/dist/es/commands/UpdateBrokerCountCommand.js.map +0 -1
  313. package/dist/es/commands/UpdateBrokerStorageCommand.js.map +0 -1
  314. package/dist/es/commands/UpdateBrokerTypeCommand.js.map +0 -1
  315. package/dist/es/commands/UpdateClusterConfigurationCommand.js.map +0 -1
  316. package/dist/es/commands/UpdateClusterKafkaVersionCommand.js.map +0 -1
  317. package/dist/es/commands/UpdateConfigurationCommand.js.map +0 -1
  318. package/dist/es/commands/UpdateMonitoringCommand.js.map +0 -1
  319. package/dist/es/commands/UpdateSecurityCommand.js.map +0 -1
  320. package/dist/es/endpoints.js.map +0 -1
  321. package/dist/es/index.js +0 -43
  322. package/dist/es/index.js.map +0 -1
  323. package/dist/es/models/index.js +0 -2
  324. package/dist/es/models/index.js.map +0 -1
  325. package/dist/es/models/models_0.js.map +0 -1
  326. package/dist/es/package.json +0 -91
  327. package/dist/es/pagination/Interfaces.js +0 -2
  328. package/dist/es/pagination/Interfaces.js.map +0 -1
  329. package/dist/es/pagination/ListClusterOperationsPaginator.js.map +0 -1
  330. package/dist/es/pagination/ListClustersPaginator.js.map +0 -1
  331. package/dist/es/pagination/ListConfigurationRevisionsPaginator.js.map +0 -1
  332. package/dist/es/pagination/ListConfigurationsPaginator.js.map +0 -1
  333. package/dist/es/pagination/ListKafkaVersionsPaginator.js.map +0 -1
  334. package/dist/es/pagination/ListNodesPaginator.js.map +0 -1
  335. package/dist/es/pagination/ListScramSecretsPaginator.js.map +0 -1
  336. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  337. package/dist/es/runtimeConfig.browser.js.map +0 -1
  338. package/dist/es/runtimeConfig.js.map +0 -1
  339. package/dist/es/runtimeConfig.native.js.map +0 -1
  340. package/dist/es/runtimeConfig.shared.js.map +0 -1
  341. package/dist/types/ts3.4/commands/DeleteClusterCommand.d.ts +0 -35
  342. package/dist/types/ts3.4/commands/DescribeClusterCommand.d.ts +0 -35
  343. package/dist/types/ts3.4/commands/ListClustersCommand.d.ts +0 -35
  344. package/dist/types/ts3.4/commands/ListNodesCommand.d.ts +0 -35
  345. package/dist/types/ts3.4/commands/ListScramSecretsCommand.d.ts +0 -35
  346. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
  347. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  348. package/dist/types/ts3.4/commands/UpdateMonitoringCommand.d.ts +0 -35
  349. package/dist/types/ts3.4/commands/UpdateSecurityCommand.d.ts +0 -35
  350. package/dist/types/ts3.4/models/models_0.d.ts +0 -2255
  351. package/endpoints.ts +0 -57
  352. package/jest.config.js +0 -4
  353. package/models/models_0.ts +0 -2872
  354. package/pagination/Interfaces.ts +0 -7
  355. package/pagination/ListClusterOperationsPaginator.ts +0 -58
  356. package/pagination/ListClustersPaginator.ts +0 -58
  357. package/pagination/ListConfigurationRevisionsPaginator.ts +0 -58
  358. package/pagination/ListConfigurationsPaginator.ts +0 -58
  359. package/pagination/ListKafkaVersionsPaginator.ts +0 -58
  360. package/pagination/ListNodesPaginator.ts +0 -54
  361. package/pagination/ListScramSecretsPaginator.ts +0 -58
  362. package/protocols/Aws_restJson1.ts +0 -5257
  363. package/runtimeConfig.browser.ts +0 -40
  364. package/runtimeConfig.native.ts +0 -16
  365. package/runtimeConfig.shared.ts +0 -16
  366. package/runtimeConfig.ts +0 -45
  367. package/tsconfig.es.json +0 -10
  368. package/tsconfig.json +0 -31
  369. package/tsconfig.types.json +0 -8
@@ -5,9 +5,6 @@ exports.RebootBrokerResponse = exports.RebootBrokerRequest = exports.ListTagsFor
5
5
  exports.UpdateSecurityResponse = exports.UpdateSecurityRequest = exports.UpdateMonitoringResponse = exports.UpdateMonitoringRequest = exports.UpdateConfigurationResponse = exports.UpdateConfigurationRequest = exports.UpdateClusterKafkaVersionResponse = exports.UpdateClusterKafkaVersionRequest = exports.UpdateClusterConfigurationResponse = exports.UpdateClusterConfigurationRequest = exports.UpdateBrokerTypeResponse = exports.UpdateBrokerTypeRequest = exports.UpdateBrokerStorageResponse = exports.UpdateBrokerStorageRequest = exports.UpdateBrokerCountResponse = exports.UpdateBrokerCountRequest = exports.UntagResourceRequest = exports.TagResourceRequest = void 0;
6
6
  var BrokerEBSVolumeInfo;
7
7
  (function (BrokerEBSVolumeInfo) {
8
- /**
9
- * @internal
10
- */
11
8
  BrokerEBSVolumeInfo.filterSensitiveLog = (obj) => ({
12
9
  ...obj,
13
10
  });
@@ -18,99 +15,66 @@ var BrokerAZDistribution;
18
15
  })(BrokerAZDistribution = exports.BrokerAZDistribution || (exports.BrokerAZDistribution = {}));
19
16
  var EBSStorageInfo;
20
17
  (function (EBSStorageInfo) {
21
- /**
22
- * @internal
23
- */
24
18
  EBSStorageInfo.filterSensitiveLog = (obj) => ({
25
19
  ...obj,
26
20
  });
27
21
  })(EBSStorageInfo = exports.EBSStorageInfo || (exports.EBSStorageInfo = {}));
28
22
  var StorageInfo;
29
23
  (function (StorageInfo) {
30
- /**
31
- * @internal
32
- */
33
24
  StorageInfo.filterSensitiveLog = (obj) => ({
34
25
  ...obj,
35
26
  });
36
27
  })(StorageInfo = exports.StorageInfo || (exports.StorageInfo = {}));
37
28
  var BrokerNodeGroupInfo;
38
29
  (function (BrokerNodeGroupInfo) {
39
- /**
40
- * @internal
41
- */
42
30
  BrokerNodeGroupInfo.filterSensitiveLog = (obj) => ({
43
31
  ...obj,
44
32
  });
45
33
  })(BrokerNodeGroupInfo = exports.BrokerNodeGroupInfo || (exports.BrokerNodeGroupInfo = {}));
46
34
  var Iam;
47
35
  (function (Iam) {
48
- /**
49
- * @internal
50
- */
51
36
  Iam.filterSensitiveLog = (obj) => ({
52
37
  ...obj,
53
38
  });
54
39
  })(Iam = exports.Iam || (exports.Iam = {}));
55
40
  var Scram;
56
41
  (function (Scram) {
57
- /**
58
- * @internal
59
- */
60
42
  Scram.filterSensitiveLog = (obj) => ({
61
43
  ...obj,
62
44
  });
63
45
  })(Scram = exports.Scram || (exports.Scram = {}));
64
46
  var Sasl;
65
47
  (function (Sasl) {
66
- /**
67
- * @internal
68
- */
69
48
  Sasl.filterSensitiveLog = (obj) => ({
70
49
  ...obj,
71
50
  });
72
51
  })(Sasl = exports.Sasl || (exports.Sasl = {}));
73
52
  var Tls;
74
53
  (function (Tls) {
75
- /**
76
- * @internal
77
- */
78
54
  Tls.filterSensitiveLog = (obj) => ({
79
55
  ...obj,
80
56
  });
81
57
  })(Tls = exports.Tls || (exports.Tls = {}));
82
58
  var Unauthenticated;
83
59
  (function (Unauthenticated) {
84
- /**
85
- * @internal
86
- */
87
60
  Unauthenticated.filterSensitiveLog = (obj) => ({
88
61
  ...obj,
89
62
  });
90
63
  })(Unauthenticated = exports.Unauthenticated || (exports.Unauthenticated = {}));
91
64
  var ClientAuthentication;
92
65
  (function (ClientAuthentication) {
93
- /**
94
- * @internal
95
- */
96
66
  ClientAuthentication.filterSensitiveLog = (obj) => ({
97
67
  ...obj,
98
68
  });
99
69
  })(ClientAuthentication = exports.ClientAuthentication || (exports.ClientAuthentication = {}));
100
70
  var BrokerSoftwareInfo;
101
71
  (function (BrokerSoftwareInfo) {
102
- /**
103
- * @internal
104
- */
105
72
  BrokerSoftwareInfo.filterSensitiveLog = (obj) => ({
106
73
  ...obj,
107
74
  });
108
75
  })(BrokerSoftwareInfo = exports.BrokerSoftwareInfo || (exports.BrokerSoftwareInfo = {}));
109
76
  var EncryptionAtRest;
110
77
  (function (EncryptionAtRest) {
111
- /**
112
- * @internal
113
- */
114
78
  EncryptionAtRest.filterSensitiveLog = (obj) => ({
115
79
  ...obj,
116
80
  });
@@ -123,18 +87,12 @@ var ClientBroker;
123
87
  })(ClientBroker = exports.ClientBroker || (exports.ClientBroker = {}));
124
88
  var EncryptionInTransit;
125
89
  (function (EncryptionInTransit) {
126
- /**
127
- * @internal
128
- */
129
90
  EncryptionInTransit.filterSensitiveLog = (obj) => ({
130
91
  ...obj,
131
92
  });
132
93
  })(EncryptionInTransit = exports.EncryptionInTransit || (exports.EncryptionInTransit = {}));
133
94
  var EncryptionInfo;
134
95
  (function (EncryptionInfo) {
135
- /**
136
- * @internal
137
- */
138
96
  EncryptionInfo.filterSensitiveLog = (obj) => ({
139
97
  ...obj,
140
98
  });
@@ -148,81 +106,54 @@ var EnhancedMonitoring;
148
106
  })(EnhancedMonitoring = exports.EnhancedMonitoring || (exports.EnhancedMonitoring = {}));
149
107
  var CloudWatchLogs;
150
108
  (function (CloudWatchLogs) {
151
- /**
152
- * @internal
153
- */
154
109
  CloudWatchLogs.filterSensitiveLog = (obj) => ({
155
110
  ...obj,
156
111
  });
157
112
  })(CloudWatchLogs = exports.CloudWatchLogs || (exports.CloudWatchLogs = {}));
158
113
  var Firehose;
159
114
  (function (Firehose) {
160
- /**
161
- * @internal
162
- */
163
115
  Firehose.filterSensitiveLog = (obj) => ({
164
116
  ...obj,
165
117
  });
166
118
  })(Firehose = exports.Firehose || (exports.Firehose = {}));
167
119
  var S3;
168
120
  (function (S3) {
169
- /**
170
- * @internal
171
- */
172
121
  S3.filterSensitiveLog = (obj) => ({
173
122
  ...obj,
174
123
  });
175
124
  })(S3 = exports.S3 || (exports.S3 = {}));
176
125
  var BrokerLogs;
177
126
  (function (BrokerLogs) {
178
- /**
179
- * @internal
180
- */
181
127
  BrokerLogs.filterSensitiveLog = (obj) => ({
182
128
  ...obj,
183
129
  });
184
130
  })(BrokerLogs = exports.BrokerLogs || (exports.BrokerLogs = {}));
185
131
  var LoggingInfo;
186
132
  (function (LoggingInfo) {
187
- /**
188
- * @internal
189
- */
190
133
  LoggingInfo.filterSensitiveLog = (obj) => ({
191
134
  ...obj,
192
135
  });
193
136
  })(LoggingInfo = exports.LoggingInfo || (exports.LoggingInfo = {}));
194
137
  var JmxExporter;
195
138
  (function (JmxExporter) {
196
- /**
197
- * @internal
198
- */
199
139
  JmxExporter.filterSensitiveLog = (obj) => ({
200
140
  ...obj,
201
141
  });
202
142
  })(JmxExporter = exports.JmxExporter || (exports.JmxExporter = {}));
203
143
  var NodeExporter;
204
144
  (function (NodeExporter) {
205
- /**
206
- * @internal
207
- */
208
145
  NodeExporter.filterSensitiveLog = (obj) => ({
209
146
  ...obj,
210
147
  });
211
148
  })(NodeExporter = exports.NodeExporter || (exports.NodeExporter = {}));
212
149
  var Prometheus;
213
150
  (function (Prometheus) {
214
- /**
215
- * @internal
216
- */
217
151
  Prometheus.filterSensitiveLog = (obj) => ({
218
152
  ...obj,
219
153
  });
220
154
  })(Prometheus = exports.Prometheus || (exports.Prometheus = {}));
221
155
  var OpenMonitoring;
222
156
  (function (OpenMonitoring) {
223
- /**
224
- * @internal
225
- */
226
157
  OpenMonitoring.filterSensitiveLog = (obj) => ({
227
158
  ...obj,
228
159
  });
@@ -240,90 +171,60 @@ var ClusterState;
240
171
  })(ClusterState = exports.ClusterState || (exports.ClusterState = {}));
241
172
  var StateInfo;
242
173
  (function (StateInfo) {
243
- /**
244
- * @internal
245
- */
246
174
  StateInfo.filterSensitiveLog = (obj) => ({
247
175
  ...obj,
248
176
  });
249
177
  })(StateInfo = exports.StateInfo || (exports.StateInfo = {}));
250
178
  var ClusterInfo;
251
179
  (function (ClusterInfo) {
252
- /**
253
- * @internal
254
- */
255
180
  ClusterInfo.filterSensitiveLog = (obj) => ({
256
181
  ...obj,
257
182
  });
258
183
  })(ClusterInfo = exports.ClusterInfo || (exports.ClusterInfo = {}));
259
184
  var ErrorInfo;
260
185
  (function (ErrorInfo) {
261
- /**
262
- * @internal
263
- */
264
186
  ErrorInfo.filterSensitiveLog = (obj) => ({
265
187
  ...obj,
266
188
  });
267
189
  })(ErrorInfo = exports.ErrorInfo || (exports.ErrorInfo = {}));
268
190
  var ClusterOperationStepInfo;
269
191
  (function (ClusterOperationStepInfo) {
270
- /**
271
- * @internal
272
- */
273
192
  ClusterOperationStepInfo.filterSensitiveLog = (obj) => ({
274
193
  ...obj,
275
194
  });
276
195
  })(ClusterOperationStepInfo = exports.ClusterOperationStepInfo || (exports.ClusterOperationStepInfo = {}));
277
196
  var ClusterOperationStep;
278
197
  (function (ClusterOperationStep) {
279
- /**
280
- * @internal
281
- */
282
198
  ClusterOperationStep.filterSensitiveLog = (obj) => ({
283
199
  ...obj,
284
200
  });
285
201
  })(ClusterOperationStep = exports.ClusterOperationStep || (exports.ClusterOperationStep = {}));
286
202
  var ConfigurationInfo;
287
203
  (function (ConfigurationInfo) {
288
- /**
289
- * @internal
290
- */
291
204
  ConfigurationInfo.filterSensitiveLog = (obj) => ({
292
205
  ...obj,
293
206
  });
294
207
  })(ConfigurationInfo = exports.ConfigurationInfo || (exports.ConfigurationInfo = {}));
295
208
  var MutableClusterInfo;
296
209
  (function (MutableClusterInfo) {
297
- /**
298
- * @internal
299
- */
300
210
  MutableClusterInfo.filterSensitiveLog = (obj) => ({
301
211
  ...obj,
302
212
  });
303
213
  })(MutableClusterInfo = exports.MutableClusterInfo || (exports.MutableClusterInfo = {}));
304
214
  var ClusterOperationInfo;
305
215
  (function (ClusterOperationInfo) {
306
- /**
307
- * @internal
308
- */
309
216
  ClusterOperationInfo.filterSensitiveLog = (obj) => ({
310
217
  ...obj,
311
218
  });
312
219
  })(ClusterOperationInfo = exports.ClusterOperationInfo || (exports.ClusterOperationInfo = {}));
313
220
  var CompatibleKafkaVersion;
314
221
  (function (CompatibleKafkaVersion) {
315
- /**
316
- * @internal
317
- */
318
222
  CompatibleKafkaVersion.filterSensitiveLog = (obj) => ({
319
223
  ...obj,
320
224
  });
321
225
  })(CompatibleKafkaVersion = exports.CompatibleKafkaVersion || (exports.CompatibleKafkaVersion = {}));
322
226
  var ConfigurationRevision;
323
227
  (function (ConfigurationRevision) {
324
- /**
325
- * @internal
326
- */
327
228
  ConfigurationRevision.filterSensitiveLog = (obj) => ({
328
229
  ...obj,
329
230
  });
@@ -336,9 +237,6 @@ var ConfigurationState;
336
237
  })(ConfigurationState = exports.ConfigurationState || (exports.ConfigurationState = {}));
337
238
  var Configuration;
338
239
  (function (Configuration) {
339
- /**
340
- * @internal
341
- */
342
240
  Configuration.filterSensitiveLog = (obj) => ({
343
241
  ...obj,
344
242
  });
@@ -350,18 +248,12 @@ var KafkaVersionStatus;
350
248
  })(KafkaVersionStatus = exports.KafkaVersionStatus || (exports.KafkaVersionStatus = {}));
351
249
  var KafkaVersion;
352
250
  (function (KafkaVersion) {
353
- /**
354
- * @internal
355
- */
356
251
  KafkaVersion.filterSensitiveLog = (obj) => ({
357
252
  ...obj,
358
253
  });
359
254
  })(KafkaVersion = exports.KafkaVersion || (exports.KafkaVersion = {}));
360
255
  var BrokerNodeInfo;
361
256
  (function (BrokerNodeInfo) {
362
- /**
363
- * @internal
364
- */
365
257
  BrokerNodeInfo.filterSensitiveLog = (obj) => ({
366
258
  ...obj,
367
259
  });
@@ -372,677 +264,451 @@ var NodeType;
372
264
  })(NodeType = exports.NodeType || (exports.NodeType = {}));
373
265
  var ZookeeperNodeInfo;
374
266
  (function (ZookeeperNodeInfo) {
375
- /**
376
- * @internal
377
- */
378
267
  ZookeeperNodeInfo.filterSensitiveLog = (obj) => ({
379
268
  ...obj,
380
269
  });
381
270
  })(ZookeeperNodeInfo = exports.ZookeeperNodeInfo || (exports.ZookeeperNodeInfo = {}));
382
271
  var NodeInfo;
383
272
  (function (NodeInfo) {
384
- /**
385
- * @internal
386
- */
387
273
  NodeInfo.filterSensitiveLog = (obj) => ({
388
274
  ...obj,
389
275
  });
390
276
  })(NodeInfo = exports.NodeInfo || (exports.NodeInfo = {}));
391
277
  var UnprocessedScramSecret;
392
278
  (function (UnprocessedScramSecret) {
393
- /**
394
- * @internal
395
- */
396
279
  UnprocessedScramSecret.filterSensitiveLog = (obj) => ({
397
280
  ...obj,
398
281
  });
399
282
  })(UnprocessedScramSecret = exports.UnprocessedScramSecret || (exports.UnprocessedScramSecret = {}));
400
283
  var BadRequestException;
401
284
  (function (BadRequestException) {
402
- /**
403
- * @internal
404
- */
405
285
  BadRequestException.filterSensitiveLog = (obj) => ({
406
286
  ...obj,
407
287
  });
408
288
  })(BadRequestException = exports.BadRequestException || (exports.BadRequestException = {}));
409
289
  var BatchAssociateScramSecretRequest;
410
290
  (function (BatchAssociateScramSecretRequest) {
411
- /**
412
- * @internal
413
- */
414
291
  BatchAssociateScramSecretRequest.filterSensitiveLog = (obj) => ({
415
292
  ...obj,
416
293
  });
417
294
  })(BatchAssociateScramSecretRequest = exports.BatchAssociateScramSecretRequest || (exports.BatchAssociateScramSecretRequest = {}));
418
295
  var BatchAssociateScramSecretResponse;
419
296
  (function (BatchAssociateScramSecretResponse) {
420
- /**
421
- * @internal
422
- */
423
297
  BatchAssociateScramSecretResponse.filterSensitiveLog = (obj) => ({
424
298
  ...obj,
425
299
  });
426
300
  })(BatchAssociateScramSecretResponse = exports.BatchAssociateScramSecretResponse || (exports.BatchAssociateScramSecretResponse = {}));
427
301
  var ForbiddenException;
428
302
  (function (ForbiddenException) {
429
- /**
430
- * @internal
431
- */
432
303
  ForbiddenException.filterSensitiveLog = (obj) => ({
433
304
  ...obj,
434
305
  });
435
306
  })(ForbiddenException = exports.ForbiddenException || (exports.ForbiddenException = {}));
436
307
  var InternalServerErrorException;
437
308
  (function (InternalServerErrorException) {
438
- /**
439
- * @internal
440
- */
441
309
  InternalServerErrorException.filterSensitiveLog = (obj) => ({
442
310
  ...obj,
443
311
  });
444
312
  })(InternalServerErrorException = exports.InternalServerErrorException || (exports.InternalServerErrorException = {}));
445
313
  var NotFoundException;
446
314
  (function (NotFoundException) {
447
- /**
448
- * @internal
449
- */
450
315
  NotFoundException.filterSensitiveLog = (obj) => ({
451
316
  ...obj,
452
317
  });
453
318
  })(NotFoundException = exports.NotFoundException || (exports.NotFoundException = {}));
454
319
  var ServiceUnavailableException;
455
320
  (function (ServiceUnavailableException) {
456
- /**
457
- * @internal
458
- */
459
321
  ServiceUnavailableException.filterSensitiveLog = (obj) => ({
460
322
  ...obj,
461
323
  });
462
324
  })(ServiceUnavailableException = exports.ServiceUnavailableException || (exports.ServiceUnavailableException = {}));
463
325
  var TooManyRequestsException;
464
326
  (function (TooManyRequestsException) {
465
- /**
466
- * @internal
467
- */
468
327
  TooManyRequestsException.filterSensitiveLog = (obj) => ({
469
328
  ...obj,
470
329
  });
471
330
  })(TooManyRequestsException = exports.TooManyRequestsException || (exports.TooManyRequestsException = {}));
472
331
  var UnauthorizedException;
473
332
  (function (UnauthorizedException) {
474
- /**
475
- * @internal
476
- */
477
333
  UnauthorizedException.filterSensitiveLog = (obj) => ({
478
334
  ...obj,
479
335
  });
480
336
  })(UnauthorizedException = exports.UnauthorizedException || (exports.UnauthorizedException = {}));
481
337
  var BatchDisassociateScramSecretRequest;
482
338
  (function (BatchDisassociateScramSecretRequest) {
483
- /**
484
- * @internal
485
- */
486
339
  BatchDisassociateScramSecretRequest.filterSensitiveLog = (obj) => ({
487
340
  ...obj,
488
341
  });
489
342
  })(BatchDisassociateScramSecretRequest = exports.BatchDisassociateScramSecretRequest || (exports.BatchDisassociateScramSecretRequest = {}));
490
343
  var BatchDisassociateScramSecretResponse;
491
344
  (function (BatchDisassociateScramSecretResponse) {
492
- /**
493
- * @internal
494
- */
495
345
  BatchDisassociateScramSecretResponse.filterSensitiveLog = (obj) => ({
496
346
  ...obj,
497
347
  });
498
348
  })(BatchDisassociateScramSecretResponse = exports.BatchDisassociateScramSecretResponse || (exports.BatchDisassociateScramSecretResponse = {}));
499
349
  var ConflictException;
500
350
  (function (ConflictException) {
501
- /**
502
- * @internal
503
- */
504
351
  ConflictException.filterSensitiveLog = (obj) => ({
505
352
  ...obj,
506
353
  });
507
354
  })(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
508
355
  var JmxExporterInfo;
509
356
  (function (JmxExporterInfo) {
510
- /**
511
- * @internal
512
- */
513
357
  JmxExporterInfo.filterSensitiveLog = (obj) => ({
514
358
  ...obj,
515
359
  });
516
360
  })(JmxExporterInfo = exports.JmxExporterInfo || (exports.JmxExporterInfo = {}));
517
361
  var NodeExporterInfo;
518
362
  (function (NodeExporterInfo) {
519
- /**
520
- * @internal
521
- */
522
363
  NodeExporterInfo.filterSensitiveLog = (obj) => ({
523
364
  ...obj,
524
365
  });
525
366
  })(NodeExporterInfo = exports.NodeExporterInfo || (exports.NodeExporterInfo = {}));
526
367
  var PrometheusInfo;
527
368
  (function (PrometheusInfo) {
528
- /**
529
- * @internal
530
- */
531
369
  PrometheusInfo.filterSensitiveLog = (obj) => ({
532
370
  ...obj,
533
371
  });
534
372
  })(PrometheusInfo = exports.PrometheusInfo || (exports.PrometheusInfo = {}));
535
373
  var OpenMonitoringInfo;
536
374
  (function (OpenMonitoringInfo) {
537
- /**
538
- * @internal
539
- */
540
375
  OpenMonitoringInfo.filterSensitiveLog = (obj) => ({
541
376
  ...obj,
542
377
  });
543
378
  })(OpenMonitoringInfo = exports.OpenMonitoringInfo || (exports.OpenMonitoringInfo = {}));
544
379
  var CreateClusterRequest;
545
380
  (function (CreateClusterRequest) {
546
- /**
547
- * @internal
548
- */
549
381
  CreateClusterRequest.filterSensitiveLog = (obj) => ({
550
382
  ...obj,
551
383
  });
552
384
  })(CreateClusterRequest = exports.CreateClusterRequest || (exports.CreateClusterRequest = {}));
553
385
  var CreateClusterResponse;
554
386
  (function (CreateClusterResponse) {
555
- /**
556
- * @internal
557
- */
558
387
  CreateClusterResponse.filterSensitiveLog = (obj) => ({
559
388
  ...obj,
560
389
  });
561
390
  })(CreateClusterResponse = exports.CreateClusterResponse || (exports.CreateClusterResponse = {}));
562
391
  var CreateConfigurationRequest;
563
392
  (function (CreateConfigurationRequest) {
564
- /**
565
- * @internal
566
- */
567
393
  CreateConfigurationRequest.filterSensitiveLog = (obj) => ({
568
394
  ...obj,
569
395
  });
570
396
  })(CreateConfigurationRequest = exports.CreateConfigurationRequest || (exports.CreateConfigurationRequest = {}));
571
397
  var CreateConfigurationResponse;
572
398
  (function (CreateConfigurationResponse) {
573
- /**
574
- * @internal
575
- */
576
399
  CreateConfigurationResponse.filterSensitiveLog = (obj) => ({
577
400
  ...obj,
578
401
  });
579
402
  })(CreateConfigurationResponse = exports.CreateConfigurationResponse || (exports.CreateConfigurationResponse = {}));
580
403
  var DeleteClusterRequest;
581
404
  (function (DeleteClusterRequest) {
582
- /**
583
- * @internal
584
- */
585
405
  DeleteClusterRequest.filterSensitiveLog = (obj) => ({
586
406
  ...obj,
587
407
  });
588
408
  })(DeleteClusterRequest = exports.DeleteClusterRequest || (exports.DeleteClusterRequest = {}));
589
409
  var DeleteClusterResponse;
590
410
  (function (DeleteClusterResponse) {
591
- /**
592
- * @internal
593
- */
594
411
  DeleteClusterResponse.filterSensitiveLog = (obj) => ({
595
412
  ...obj,
596
413
  });
597
414
  })(DeleteClusterResponse = exports.DeleteClusterResponse || (exports.DeleteClusterResponse = {}));
598
415
  var DeleteConfigurationRequest;
599
416
  (function (DeleteConfigurationRequest) {
600
- /**
601
- * @internal
602
- */
603
417
  DeleteConfigurationRequest.filterSensitiveLog = (obj) => ({
604
418
  ...obj,
605
419
  });
606
420
  })(DeleteConfigurationRequest = exports.DeleteConfigurationRequest || (exports.DeleteConfigurationRequest = {}));
607
421
  var DeleteConfigurationResponse;
608
422
  (function (DeleteConfigurationResponse) {
609
- /**
610
- * @internal
611
- */
612
423
  DeleteConfigurationResponse.filterSensitiveLog = (obj) => ({
613
424
  ...obj,
614
425
  });
615
426
  })(DeleteConfigurationResponse = exports.DeleteConfigurationResponse || (exports.DeleteConfigurationResponse = {}));
616
427
  var DescribeClusterRequest;
617
428
  (function (DescribeClusterRequest) {
618
- /**
619
- * @internal
620
- */
621
429
  DescribeClusterRequest.filterSensitiveLog = (obj) => ({
622
430
  ...obj,
623
431
  });
624
432
  })(DescribeClusterRequest = exports.DescribeClusterRequest || (exports.DescribeClusterRequest = {}));
625
433
  var DescribeClusterResponse;
626
434
  (function (DescribeClusterResponse) {
627
- /**
628
- * @internal
629
- */
630
435
  DescribeClusterResponse.filterSensitiveLog = (obj) => ({
631
436
  ...obj,
632
437
  });
633
438
  })(DescribeClusterResponse = exports.DescribeClusterResponse || (exports.DescribeClusterResponse = {}));
634
439
  var DescribeClusterOperationRequest;
635
440
  (function (DescribeClusterOperationRequest) {
636
- /**
637
- * @internal
638
- */
639
441
  DescribeClusterOperationRequest.filterSensitiveLog = (obj) => ({
640
442
  ...obj,
641
443
  });
642
444
  })(DescribeClusterOperationRequest = exports.DescribeClusterOperationRequest || (exports.DescribeClusterOperationRequest = {}));
643
445
  var DescribeClusterOperationResponse;
644
446
  (function (DescribeClusterOperationResponse) {
645
- /**
646
- * @internal
647
- */
648
447
  DescribeClusterOperationResponse.filterSensitiveLog = (obj) => ({
649
448
  ...obj,
650
449
  });
651
450
  })(DescribeClusterOperationResponse = exports.DescribeClusterOperationResponse || (exports.DescribeClusterOperationResponse = {}));
652
451
  var DescribeConfigurationRequest;
653
452
  (function (DescribeConfigurationRequest) {
654
- /**
655
- * @internal
656
- */
657
453
  DescribeConfigurationRequest.filterSensitiveLog = (obj) => ({
658
454
  ...obj,
659
455
  });
660
456
  })(DescribeConfigurationRequest = exports.DescribeConfigurationRequest || (exports.DescribeConfigurationRequest = {}));
661
457
  var DescribeConfigurationResponse;
662
458
  (function (DescribeConfigurationResponse) {
663
- /**
664
- * @internal
665
- */
666
459
  DescribeConfigurationResponse.filterSensitiveLog = (obj) => ({
667
460
  ...obj,
668
461
  });
669
462
  })(DescribeConfigurationResponse = exports.DescribeConfigurationResponse || (exports.DescribeConfigurationResponse = {}));
670
463
  var DescribeConfigurationRevisionRequest;
671
464
  (function (DescribeConfigurationRevisionRequest) {
672
- /**
673
- * @internal
674
- */
675
465
  DescribeConfigurationRevisionRequest.filterSensitiveLog = (obj) => ({
676
466
  ...obj,
677
467
  });
678
468
  })(DescribeConfigurationRevisionRequest = exports.DescribeConfigurationRevisionRequest || (exports.DescribeConfigurationRevisionRequest = {}));
679
469
  var DescribeConfigurationRevisionResponse;
680
470
  (function (DescribeConfigurationRevisionResponse) {
681
- /**
682
- * @internal
683
- */
684
471
  DescribeConfigurationRevisionResponse.filterSensitiveLog = (obj) => ({
685
472
  ...obj,
686
473
  });
687
474
  })(DescribeConfigurationRevisionResponse = exports.DescribeConfigurationRevisionResponse || (exports.DescribeConfigurationRevisionResponse = {}));
688
475
  var GetBootstrapBrokersRequest;
689
476
  (function (GetBootstrapBrokersRequest) {
690
- /**
691
- * @internal
692
- */
693
477
  GetBootstrapBrokersRequest.filterSensitiveLog = (obj) => ({
694
478
  ...obj,
695
479
  });
696
480
  })(GetBootstrapBrokersRequest = exports.GetBootstrapBrokersRequest || (exports.GetBootstrapBrokersRequest = {}));
697
481
  var GetBootstrapBrokersResponse;
698
482
  (function (GetBootstrapBrokersResponse) {
699
- /**
700
- * @internal
701
- */
702
483
  GetBootstrapBrokersResponse.filterSensitiveLog = (obj) => ({
703
484
  ...obj,
704
485
  });
705
486
  })(GetBootstrapBrokersResponse = exports.GetBootstrapBrokersResponse || (exports.GetBootstrapBrokersResponse = {}));
706
487
  var GetCompatibleKafkaVersionsRequest;
707
488
  (function (GetCompatibleKafkaVersionsRequest) {
708
- /**
709
- * @internal
710
- */
711
489
  GetCompatibleKafkaVersionsRequest.filterSensitiveLog = (obj) => ({
712
490
  ...obj,
713
491
  });
714
492
  })(GetCompatibleKafkaVersionsRequest = exports.GetCompatibleKafkaVersionsRequest || (exports.GetCompatibleKafkaVersionsRequest = {}));
715
493
  var GetCompatibleKafkaVersionsResponse;
716
494
  (function (GetCompatibleKafkaVersionsResponse) {
717
- /**
718
- * @internal
719
- */
720
495
  GetCompatibleKafkaVersionsResponse.filterSensitiveLog = (obj) => ({
721
496
  ...obj,
722
497
  });
723
498
  })(GetCompatibleKafkaVersionsResponse = exports.GetCompatibleKafkaVersionsResponse || (exports.GetCompatibleKafkaVersionsResponse = {}));
724
499
  var ListClusterOperationsRequest;
725
500
  (function (ListClusterOperationsRequest) {
726
- /**
727
- * @internal
728
- */
729
501
  ListClusterOperationsRequest.filterSensitiveLog = (obj) => ({
730
502
  ...obj,
731
503
  });
732
504
  })(ListClusterOperationsRequest = exports.ListClusterOperationsRequest || (exports.ListClusterOperationsRequest = {}));
733
505
  var ListClusterOperationsResponse;
734
506
  (function (ListClusterOperationsResponse) {
735
- /**
736
- * @internal
737
- */
738
507
  ListClusterOperationsResponse.filterSensitiveLog = (obj) => ({
739
508
  ...obj,
740
509
  });
741
510
  })(ListClusterOperationsResponse = exports.ListClusterOperationsResponse || (exports.ListClusterOperationsResponse = {}));
742
511
  var ListClustersRequest;
743
512
  (function (ListClustersRequest) {
744
- /**
745
- * @internal
746
- */
747
513
  ListClustersRequest.filterSensitiveLog = (obj) => ({
748
514
  ...obj,
749
515
  });
750
516
  })(ListClustersRequest = exports.ListClustersRequest || (exports.ListClustersRequest = {}));
751
517
  var ListClustersResponse;
752
518
  (function (ListClustersResponse) {
753
- /**
754
- * @internal
755
- */
756
519
  ListClustersResponse.filterSensitiveLog = (obj) => ({
757
520
  ...obj,
758
521
  });
759
522
  })(ListClustersResponse = exports.ListClustersResponse || (exports.ListClustersResponse = {}));
760
523
  var ListConfigurationRevisionsRequest;
761
524
  (function (ListConfigurationRevisionsRequest) {
762
- /**
763
- * @internal
764
- */
765
525
  ListConfigurationRevisionsRequest.filterSensitiveLog = (obj) => ({
766
526
  ...obj,
767
527
  });
768
528
  })(ListConfigurationRevisionsRequest = exports.ListConfigurationRevisionsRequest || (exports.ListConfigurationRevisionsRequest = {}));
769
529
  var ListConfigurationRevisionsResponse;
770
530
  (function (ListConfigurationRevisionsResponse) {
771
- /**
772
- * @internal
773
- */
774
531
  ListConfigurationRevisionsResponse.filterSensitiveLog = (obj) => ({
775
532
  ...obj,
776
533
  });
777
534
  })(ListConfigurationRevisionsResponse = exports.ListConfigurationRevisionsResponse || (exports.ListConfigurationRevisionsResponse = {}));
778
535
  var ListConfigurationsRequest;
779
536
  (function (ListConfigurationsRequest) {
780
- /**
781
- * @internal
782
- */
783
537
  ListConfigurationsRequest.filterSensitiveLog = (obj) => ({
784
538
  ...obj,
785
539
  });
786
540
  })(ListConfigurationsRequest = exports.ListConfigurationsRequest || (exports.ListConfigurationsRequest = {}));
787
541
  var ListConfigurationsResponse;
788
542
  (function (ListConfigurationsResponse) {
789
- /**
790
- * @internal
791
- */
792
543
  ListConfigurationsResponse.filterSensitiveLog = (obj) => ({
793
544
  ...obj,
794
545
  });
795
546
  })(ListConfigurationsResponse = exports.ListConfigurationsResponse || (exports.ListConfigurationsResponse = {}));
796
547
  var ListKafkaVersionsRequest;
797
548
  (function (ListKafkaVersionsRequest) {
798
- /**
799
- * @internal
800
- */
801
549
  ListKafkaVersionsRequest.filterSensitiveLog = (obj) => ({
802
550
  ...obj,
803
551
  });
804
552
  })(ListKafkaVersionsRequest = exports.ListKafkaVersionsRequest || (exports.ListKafkaVersionsRequest = {}));
805
553
  var ListKafkaVersionsResponse;
806
554
  (function (ListKafkaVersionsResponse) {
807
- /**
808
- * @internal
809
- */
810
555
  ListKafkaVersionsResponse.filterSensitiveLog = (obj) => ({
811
556
  ...obj,
812
557
  });
813
558
  })(ListKafkaVersionsResponse = exports.ListKafkaVersionsResponse || (exports.ListKafkaVersionsResponse = {}));
814
559
  var ListNodesRequest;
815
560
  (function (ListNodesRequest) {
816
- /**
817
- * @internal
818
- */
819
561
  ListNodesRequest.filterSensitiveLog = (obj) => ({
820
562
  ...obj,
821
563
  });
822
564
  })(ListNodesRequest = exports.ListNodesRequest || (exports.ListNodesRequest = {}));
823
565
  var ListNodesResponse;
824
566
  (function (ListNodesResponse) {
825
- /**
826
- * @internal
827
- */
828
567
  ListNodesResponse.filterSensitiveLog = (obj) => ({
829
568
  ...obj,
830
569
  });
831
570
  })(ListNodesResponse = exports.ListNodesResponse || (exports.ListNodesResponse = {}));
832
571
  var ListScramSecretsRequest;
833
572
  (function (ListScramSecretsRequest) {
834
- /**
835
- * @internal
836
- */
837
573
  ListScramSecretsRequest.filterSensitiveLog = (obj) => ({
838
574
  ...obj,
839
575
  });
840
576
  })(ListScramSecretsRequest = exports.ListScramSecretsRequest || (exports.ListScramSecretsRequest = {}));
841
577
  var ListScramSecretsResponse;
842
578
  (function (ListScramSecretsResponse) {
843
- /**
844
- * @internal
845
- */
846
579
  ListScramSecretsResponse.filterSensitiveLog = (obj) => ({
847
580
  ...obj,
848
581
  });
849
582
  })(ListScramSecretsResponse = exports.ListScramSecretsResponse || (exports.ListScramSecretsResponse = {}));
850
583
  var ListTagsForResourceRequest;
851
584
  (function (ListTagsForResourceRequest) {
852
- /**
853
- * @internal
854
- */
855
585
  ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
856
586
  ...obj,
857
587
  });
858
588
  })(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
859
589
  var ListTagsForResourceResponse;
860
590
  (function (ListTagsForResourceResponse) {
861
- /**
862
- * @internal
863
- */
864
591
  ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
865
592
  ...obj,
866
593
  });
867
594
  })(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
868
595
  var RebootBrokerRequest;
869
596
  (function (RebootBrokerRequest) {
870
- /**
871
- * @internal
872
- */
873
597
  RebootBrokerRequest.filterSensitiveLog = (obj) => ({
874
598
  ...obj,
875
599
  });
876
600
  })(RebootBrokerRequest = exports.RebootBrokerRequest || (exports.RebootBrokerRequest = {}));
877
601
  var RebootBrokerResponse;
878
602
  (function (RebootBrokerResponse) {
879
- /**
880
- * @internal
881
- */
882
603
  RebootBrokerResponse.filterSensitiveLog = (obj) => ({
883
604
  ...obj,
884
605
  });
885
606
  })(RebootBrokerResponse = exports.RebootBrokerResponse || (exports.RebootBrokerResponse = {}));
886
607
  var TagResourceRequest;
887
608
  (function (TagResourceRequest) {
888
- /**
889
- * @internal
890
- */
891
609
  TagResourceRequest.filterSensitiveLog = (obj) => ({
892
610
  ...obj,
893
611
  });
894
612
  })(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
895
613
  var UntagResourceRequest;
896
614
  (function (UntagResourceRequest) {
897
- /**
898
- * @internal
899
- */
900
615
  UntagResourceRequest.filterSensitiveLog = (obj) => ({
901
616
  ...obj,
902
617
  });
903
618
  })(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
904
619
  var UpdateBrokerCountRequest;
905
620
  (function (UpdateBrokerCountRequest) {
906
- /**
907
- * @internal
908
- */
909
621
  UpdateBrokerCountRequest.filterSensitiveLog = (obj) => ({
910
622
  ...obj,
911
623
  });
912
624
  })(UpdateBrokerCountRequest = exports.UpdateBrokerCountRequest || (exports.UpdateBrokerCountRequest = {}));
913
625
  var UpdateBrokerCountResponse;
914
626
  (function (UpdateBrokerCountResponse) {
915
- /**
916
- * @internal
917
- */
918
627
  UpdateBrokerCountResponse.filterSensitiveLog = (obj) => ({
919
628
  ...obj,
920
629
  });
921
630
  })(UpdateBrokerCountResponse = exports.UpdateBrokerCountResponse || (exports.UpdateBrokerCountResponse = {}));
922
631
  var UpdateBrokerStorageRequest;
923
632
  (function (UpdateBrokerStorageRequest) {
924
- /**
925
- * @internal
926
- */
927
633
  UpdateBrokerStorageRequest.filterSensitiveLog = (obj) => ({
928
634
  ...obj,
929
635
  });
930
636
  })(UpdateBrokerStorageRequest = exports.UpdateBrokerStorageRequest || (exports.UpdateBrokerStorageRequest = {}));
931
637
  var UpdateBrokerStorageResponse;
932
638
  (function (UpdateBrokerStorageResponse) {
933
- /**
934
- * @internal
935
- */
936
639
  UpdateBrokerStorageResponse.filterSensitiveLog = (obj) => ({
937
640
  ...obj,
938
641
  });
939
642
  })(UpdateBrokerStorageResponse = exports.UpdateBrokerStorageResponse || (exports.UpdateBrokerStorageResponse = {}));
940
643
  var UpdateBrokerTypeRequest;
941
644
  (function (UpdateBrokerTypeRequest) {
942
- /**
943
- * @internal
944
- */
945
645
  UpdateBrokerTypeRequest.filterSensitiveLog = (obj) => ({
946
646
  ...obj,
947
647
  });
948
648
  })(UpdateBrokerTypeRequest = exports.UpdateBrokerTypeRequest || (exports.UpdateBrokerTypeRequest = {}));
949
649
  var UpdateBrokerTypeResponse;
950
650
  (function (UpdateBrokerTypeResponse) {
951
- /**
952
- * @internal
953
- */
954
651
  UpdateBrokerTypeResponse.filterSensitiveLog = (obj) => ({
955
652
  ...obj,
956
653
  });
957
654
  })(UpdateBrokerTypeResponse = exports.UpdateBrokerTypeResponse || (exports.UpdateBrokerTypeResponse = {}));
958
655
  var UpdateClusterConfigurationRequest;
959
656
  (function (UpdateClusterConfigurationRequest) {
960
- /**
961
- * @internal
962
- */
963
657
  UpdateClusterConfigurationRequest.filterSensitiveLog = (obj) => ({
964
658
  ...obj,
965
659
  });
966
660
  })(UpdateClusterConfigurationRequest = exports.UpdateClusterConfigurationRequest || (exports.UpdateClusterConfigurationRequest = {}));
967
661
  var UpdateClusterConfigurationResponse;
968
662
  (function (UpdateClusterConfigurationResponse) {
969
- /**
970
- * @internal
971
- */
972
663
  UpdateClusterConfigurationResponse.filterSensitiveLog = (obj) => ({
973
664
  ...obj,
974
665
  });
975
666
  })(UpdateClusterConfigurationResponse = exports.UpdateClusterConfigurationResponse || (exports.UpdateClusterConfigurationResponse = {}));
976
667
  var UpdateClusterKafkaVersionRequest;
977
668
  (function (UpdateClusterKafkaVersionRequest) {
978
- /**
979
- * @internal
980
- */
981
669
  UpdateClusterKafkaVersionRequest.filterSensitiveLog = (obj) => ({
982
670
  ...obj,
983
671
  });
984
672
  })(UpdateClusterKafkaVersionRequest = exports.UpdateClusterKafkaVersionRequest || (exports.UpdateClusterKafkaVersionRequest = {}));
985
673
  var UpdateClusterKafkaVersionResponse;
986
674
  (function (UpdateClusterKafkaVersionResponse) {
987
- /**
988
- * @internal
989
- */
990
675
  UpdateClusterKafkaVersionResponse.filterSensitiveLog = (obj) => ({
991
676
  ...obj,
992
677
  });
993
678
  })(UpdateClusterKafkaVersionResponse = exports.UpdateClusterKafkaVersionResponse || (exports.UpdateClusterKafkaVersionResponse = {}));
994
679
  var UpdateConfigurationRequest;
995
680
  (function (UpdateConfigurationRequest) {
996
- /**
997
- * @internal
998
- */
999
681
  UpdateConfigurationRequest.filterSensitiveLog = (obj) => ({
1000
682
  ...obj,
1001
683
  });
1002
684
  })(UpdateConfigurationRequest = exports.UpdateConfigurationRequest || (exports.UpdateConfigurationRequest = {}));
1003
685
  var UpdateConfigurationResponse;
1004
686
  (function (UpdateConfigurationResponse) {
1005
- /**
1006
- * @internal
1007
- */
1008
687
  UpdateConfigurationResponse.filterSensitiveLog = (obj) => ({
1009
688
  ...obj,
1010
689
  });
1011
690
  })(UpdateConfigurationResponse = exports.UpdateConfigurationResponse || (exports.UpdateConfigurationResponse = {}));
1012
691
  var UpdateMonitoringRequest;
1013
692
  (function (UpdateMonitoringRequest) {
1014
- /**
1015
- * @internal
1016
- */
1017
693
  UpdateMonitoringRequest.filterSensitiveLog = (obj) => ({
1018
694
  ...obj,
1019
695
  });
1020
696
  })(UpdateMonitoringRequest = exports.UpdateMonitoringRequest || (exports.UpdateMonitoringRequest = {}));
1021
697
  var UpdateMonitoringResponse;
1022
698
  (function (UpdateMonitoringResponse) {
1023
- /**
1024
- * @internal
1025
- */
1026
699
  UpdateMonitoringResponse.filterSensitiveLog = (obj) => ({
1027
700
  ...obj,
1028
701
  });
1029
702
  })(UpdateMonitoringResponse = exports.UpdateMonitoringResponse || (exports.UpdateMonitoringResponse = {}));
1030
703
  var UpdateSecurityRequest;
1031
704
  (function (UpdateSecurityRequest) {
1032
- /**
1033
- * @internal
1034
- */
1035
705
  UpdateSecurityRequest.filterSensitiveLog = (obj) => ({
1036
706
  ...obj,
1037
707
  });
1038
708
  })(UpdateSecurityRequest = exports.UpdateSecurityRequest || (exports.UpdateSecurityRequest = {}));
1039
709
  var UpdateSecurityResponse;
1040
710
  (function (UpdateSecurityResponse) {
1041
- /**
1042
- * @internal
1043
- */
1044
711
  UpdateSecurityResponse.filterSensitiveLog = (obj) => ({
1045
712
  ...obj,
1046
713
  });
1047
714
  })(UpdateSecurityResponse = exports.UpdateSecurityResponse || (exports.UpdateSecurityResponse = {}));
1048
- //# sourceMappingURL=models_0.js.map