@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
@@ -0,0 +1,1347 @@
1
+ import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
+
3
+ export interface BrokerEBSVolumeInfo {
4
+
5
+ KafkaBrokerNodeId: string | undefined;
6
+
7
+ VolumeSizeGB: number | undefined;
8
+ }
9
+ export declare namespace BrokerEBSVolumeInfo {
10
+
11
+ const filterSensitiveLog: (obj: BrokerEBSVolumeInfo) => any;
12
+ }
13
+ export declare enum BrokerAZDistribution {
14
+ DEFAULT = "DEFAULT"
15
+ }
16
+
17
+ export interface EBSStorageInfo {
18
+
19
+ VolumeSize?: number;
20
+ }
21
+ export declare namespace EBSStorageInfo {
22
+
23
+ const filterSensitiveLog: (obj: EBSStorageInfo) => any;
24
+ }
25
+
26
+ export interface StorageInfo {
27
+
28
+ EbsStorageInfo?: EBSStorageInfo;
29
+ }
30
+ export declare namespace StorageInfo {
31
+
32
+ const filterSensitiveLog: (obj: StorageInfo) => any;
33
+ }
34
+
35
+ export interface BrokerNodeGroupInfo {
36
+
37
+ BrokerAZDistribution?: BrokerAZDistribution | string;
38
+
39
+ ClientSubnets: string[] | undefined;
40
+
41
+ InstanceType: string | undefined;
42
+
43
+ SecurityGroups?: string[];
44
+
45
+ StorageInfo?: StorageInfo;
46
+ }
47
+ export declare namespace BrokerNodeGroupInfo {
48
+
49
+ const filterSensitiveLog: (obj: BrokerNodeGroupInfo) => any;
50
+ }
51
+
52
+ export interface Iam {
53
+
54
+ Enabled?: boolean;
55
+ }
56
+ export declare namespace Iam {
57
+
58
+ const filterSensitiveLog: (obj: Iam) => any;
59
+ }
60
+
61
+ export interface Scram {
62
+
63
+ Enabled?: boolean;
64
+ }
65
+ export declare namespace Scram {
66
+
67
+ const filterSensitiveLog: (obj: Scram) => any;
68
+ }
69
+
70
+ export interface Sasl {
71
+
72
+ Scram?: Scram;
73
+
74
+ Iam?: Iam;
75
+ }
76
+ export declare namespace Sasl {
77
+
78
+ const filterSensitiveLog: (obj: Sasl) => any;
79
+ }
80
+
81
+ export interface Tls {
82
+
83
+ CertificateAuthorityArnList?: string[];
84
+
85
+ Enabled?: boolean;
86
+ }
87
+ export declare namespace Tls {
88
+
89
+ const filterSensitiveLog: (obj: Tls) => any;
90
+ }
91
+ export interface Unauthenticated {
92
+
93
+ Enabled?: boolean;
94
+ }
95
+ export declare namespace Unauthenticated {
96
+
97
+ const filterSensitiveLog: (obj: Unauthenticated) => any;
98
+ }
99
+
100
+ export interface ClientAuthentication {
101
+
102
+ Sasl?: Sasl;
103
+
104
+ Tls?: Tls;
105
+
106
+ Unauthenticated?: Unauthenticated;
107
+ }
108
+ export declare namespace ClientAuthentication {
109
+
110
+ const filterSensitiveLog: (obj: ClientAuthentication) => any;
111
+ }
112
+
113
+ export interface BrokerSoftwareInfo {
114
+
115
+ ConfigurationArn?: string;
116
+
117
+ ConfigurationRevision?: number;
118
+
119
+ KafkaVersion?: string;
120
+ }
121
+ export declare namespace BrokerSoftwareInfo {
122
+
123
+ const filterSensitiveLog: (obj: BrokerSoftwareInfo) => any;
124
+ }
125
+
126
+ export interface EncryptionAtRest {
127
+
128
+ DataVolumeKMSKeyId: string | undefined;
129
+ }
130
+ export declare namespace EncryptionAtRest {
131
+
132
+ const filterSensitiveLog: (obj: EncryptionAtRest) => any;
133
+ }
134
+ export declare enum ClientBroker {
135
+ PLAINTEXT = "PLAINTEXT",
136
+ TLS = "TLS",
137
+ TLS_PLAINTEXT = "TLS_PLAINTEXT"
138
+ }
139
+
140
+ export interface EncryptionInTransit {
141
+
142
+ ClientBroker?: ClientBroker | string;
143
+
144
+ InCluster?: boolean;
145
+ }
146
+ export declare namespace EncryptionInTransit {
147
+
148
+ const filterSensitiveLog: (obj: EncryptionInTransit) => any;
149
+ }
150
+
151
+ export interface EncryptionInfo {
152
+
153
+ EncryptionAtRest?: EncryptionAtRest;
154
+
155
+ EncryptionInTransit?: EncryptionInTransit;
156
+ }
157
+ export declare namespace EncryptionInfo {
158
+
159
+ const filterSensitiveLog: (obj: EncryptionInfo) => any;
160
+ }
161
+ export declare enum EnhancedMonitoring {
162
+ DEFAULT = "DEFAULT",
163
+ PER_BROKER = "PER_BROKER",
164
+ PER_TOPIC_PER_BROKER = "PER_TOPIC_PER_BROKER",
165
+ PER_TOPIC_PER_PARTITION = "PER_TOPIC_PER_PARTITION"
166
+ }
167
+ export interface CloudWatchLogs {
168
+ Enabled: boolean | undefined;
169
+ LogGroup?: string;
170
+ }
171
+ export declare namespace CloudWatchLogs {
172
+
173
+ const filterSensitiveLog: (obj: CloudWatchLogs) => any;
174
+ }
175
+ export interface Firehose {
176
+ DeliveryStream?: string;
177
+ Enabled: boolean | undefined;
178
+ }
179
+ export declare namespace Firehose {
180
+
181
+ const filterSensitiveLog: (obj: Firehose) => any;
182
+ }
183
+ export interface S3 {
184
+ Bucket?: string;
185
+ Enabled: boolean | undefined;
186
+ Prefix?: string;
187
+ }
188
+ export declare namespace S3 {
189
+
190
+ const filterSensitiveLog: (obj: S3) => any;
191
+ }
192
+ export interface BrokerLogs {
193
+ CloudWatchLogs?: CloudWatchLogs;
194
+ Firehose?: Firehose;
195
+ S3?: S3;
196
+ }
197
+ export declare namespace BrokerLogs {
198
+
199
+ const filterSensitiveLog: (obj: BrokerLogs) => any;
200
+ }
201
+ export interface LoggingInfo {
202
+ BrokerLogs: BrokerLogs | undefined;
203
+ }
204
+ export declare namespace LoggingInfo {
205
+
206
+ const filterSensitiveLog: (obj: LoggingInfo) => any;
207
+ }
208
+
209
+ export interface JmxExporter {
210
+
211
+ EnabledInBroker: boolean | undefined;
212
+ }
213
+ export declare namespace JmxExporter {
214
+
215
+ const filterSensitiveLog: (obj: JmxExporter) => any;
216
+ }
217
+
218
+ export interface NodeExporter {
219
+
220
+ EnabledInBroker: boolean | undefined;
221
+ }
222
+ export declare namespace NodeExporter {
223
+
224
+ const filterSensitiveLog: (obj: NodeExporter) => any;
225
+ }
226
+
227
+ export interface Prometheus {
228
+
229
+ JmxExporter?: JmxExporter;
230
+
231
+ NodeExporter?: NodeExporter;
232
+ }
233
+ export declare namespace Prometheus {
234
+
235
+ const filterSensitiveLog: (obj: Prometheus) => any;
236
+ }
237
+
238
+ export interface OpenMonitoring {
239
+
240
+ Prometheus: Prometheus | undefined;
241
+ }
242
+ export declare namespace OpenMonitoring {
243
+
244
+ const filterSensitiveLog: (obj: OpenMonitoring) => any;
245
+ }
246
+ export declare enum ClusterState {
247
+ ACTIVE = "ACTIVE",
248
+ CREATING = "CREATING",
249
+ DELETING = "DELETING",
250
+ FAILED = "FAILED",
251
+ HEALING = "HEALING",
252
+ MAINTENANCE = "MAINTENANCE",
253
+ REBOOTING_BROKER = "REBOOTING_BROKER",
254
+ UPDATING = "UPDATING"
255
+ }
256
+ export interface StateInfo {
257
+ Code?: string;
258
+ Message?: string;
259
+ }
260
+ export declare namespace StateInfo {
261
+
262
+ const filterSensitiveLog: (obj: StateInfo) => any;
263
+ }
264
+
265
+ export interface ClusterInfo {
266
+
267
+ ActiveOperationArn?: string;
268
+
269
+ BrokerNodeGroupInfo?: BrokerNodeGroupInfo;
270
+
271
+ ClientAuthentication?: ClientAuthentication;
272
+
273
+ ClusterArn?: string;
274
+
275
+ ClusterName?: string;
276
+
277
+ CreationTime?: Date;
278
+
279
+ CurrentBrokerSoftwareInfo?: BrokerSoftwareInfo;
280
+
281
+ CurrentVersion?: string;
282
+
283
+ EncryptionInfo?: EncryptionInfo;
284
+
285
+ EnhancedMonitoring?: EnhancedMonitoring | string;
286
+
287
+ OpenMonitoring?: OpenMonitoring;
288
+ LoggingInfo?: LoggingInfo;
289
+
290
+ NumberOfBrokerNodes?: number;
291
+
292
+ State?: ClusterState | string;
293
+ StateInfo?: StateInfo;
294
+
295
+ Tags?: {
296
+ [key: string]: string;
297
+ };
298
+
299
+ ZookeeperConnectString?: string;
300
+
301
+ ZookeeperConnectStringTls?: string;
302
+ }
303
+ export declare namespace ClusterInfo {
304
+
305
+ const filterSensitiveLog: (obj: ClusterInfo) => any;
306
+ }
307
+
308
+ export interface ErrorInfo {
309
+
310
+ ErrorCode?: string;
311
+
312
+ ErrorString?: string;
313
+ }
314
+ export declare namespace ErrorInfo {
315
+
316
+ const filterSensitiveLog: (obj: ErrorInfo) => any;
317
+ }
318
+
319
+ export interface ClusterOperationStepInfo {
320
+
321
+ StepStatus?: string;
322
+ }
323
+ export declare namespace ClusterOperationStepInfo {
324
+
325
+ const filterSensitiveLog: (obj: ClusterOperationStepInfo) => any;
326
+ }
327
+
328
+ export interface ClusterOperationStep {
329
+
330
+ StepInfo?: ClusterOperationStepInfo;
331
+
332
+ StepName?: string;
333
+ }
334
+ export declare namespace ClusterOperationStep {
335
+
336
+ const filterSensitiveLog: (obj: ClusterOperationStep) => any;
337
+ }
338
+
339
+ export interface ConfigurationInfo {
340
+
341
+ Arn: string | undefined;
342
+
343
+ Revision: number | undefined;
344
+ }
345
+ export declare namespace ConfigurationInfo {
346
+
347
+ const filterSensitiveLog: (obj: ConfigurationInfo) => any;
348
+ }
349
+
350
+ export interface MutableClusterInfo {
351
+
352
+ BrokerEBSVolumeInfo?: BrokerEBSVolumeInfo[];
353
+
354
+ ConfigurationInfo?: ConfigurationInfo;
355
+
356
+ NumberOfBrokerNodes?: number;
357
+
358
+ EnhancedMonitoring?: EnhancedMonitoring | string;
359
+
360
+ OpenMonitoring?: OpenMonitoring;
361
+
362
+ KafkaVersion?: string;
363
+
364
+ LoggingInfo?: LoggingInfo;
365
+
366
+ InstanceType?: string;
367
+
368
+ ClientAuthentication?: ClientAuthentication;
369
+
370
+ EncryptionInfo?: EncryptionInfo;
371
+ }
372
+ export declare namespace MutableClusterInfo {
373
+
374
+ const filterSensitiveLog: (obj: MutableClusterInfo) => any;
375
+ }
376
+
377
+ export interface ClusterOperationInfo {
378
+
379
+ ClientRequestId?: string;
380
+
381
+ ClusterArn?: string;
382
+
383
+ CreationTime?: Date;
384
+
385
+ EndTime?: Date;
386
+
387
+ ErrorInfo?: ErrorInfo;
388
+
389
+ OperationArn?: string;
390
+
391
+ OperationState?: string;
392
+
393
+ OperationSteps?: ClusterOperationStep[];
394
+
395
+ OperationType?: string;
396
+
397
+ SourceClusterInfo?: MutableClusterInfo;
398
+
399
+ TargetClusterInfo?: MutableClusterInfo;
400
+ }
401
+ export declare namespace ClusterOperationInfo {
402
+
403
+ const filterSensitiveLog: (obj: ClusterOperationInfo) => any;
404
+ }
405
+
406
+ export interface CompatibleKafkaVersion {
407
+
408
+ SourceVersion?: string;
409
+
410
+ TargetVersions?: string[];
411
+ }
412
+ export declare namespace CompatibleKafkaVersion {
413
+
414
+ const filterSensitiveLog: (obj: CompatibleKafkaVersion) => any;
415
+ }
416
+
417
+ export interface ConfigurationRevision {
418
+
419
+ CreationTime: Date | undefined;
420
+
421
+ Description?: string;
422
+
423
+ Revision: number | undefined;
424
+ }
425
+ export declare namespace ConfigurationRevision {
426
+
427
+ const filterSensitiveLog: (obj: ConfigurationRevision) => any;
428
+ }
429
+ export declare enum ConfigurationState {
430
+ ACTIVE = "ACTIVE",
431
+ DELETE_FAILED = "DELETE_FAILED",
432
+ DELETING = "DELETING"
433
+ }
434
+
435
+ export interface Configuration {
436
+
437
+ Arn: string | undefined;
438
+
439
+ CreationTime: Date | undefined;
440
+
441
+ Description: string | undefined;
442
+
443
+ KafkaVersions: string[] | undefined;
444
+
445
+ LatestRevision: ConfigurationRevision | undefined;
446
+
447
+ Name: string | undefined;
448
+
449
+ State: ConfigurationState | string | undefined;
450
+ }
451
+ export declare namespace Configuration {
452
+
453
+ const filterSensitiveLog: (obj: Configuration) => any;
454
+ }
455
+ export declare enum KafkaVersionStatus {
456
+ ACTIVE = "ACTIVE",
457
+ DEPRECATED = "DEPRECATED"
458
+ }
459
+ export interface KafkaVersion {
460
+ Version?: string;
461
+ Status?: KafkaVersionStatus | string;
462
+ }
463
+ export declare namespace KafkaVersion {
464
+
465
+ const filterSensitiveLog: (obj: KafkaVersion) => any;
466
+ }
467
+
468
+ export interface BrokerNodeInfo {
469
+
470
+ AttachedENIId?: string;
471
+
472
+ BrokerId?: number;
473
+
474
+ ClientSubnet?: string;
475
+
476
+ ClientVpcIpAddress?: string;
477
+
478
+ CurrentBrokerSoftwareInfo?: BrokerSoftwareInfo;
479
+
480
+ Endpoints?: string[];
481
+ }
482
+ export declare namespace BrokerNodeInfo {
483
+
484
+ const filterSensitiveLog: (obj: BrokerNodeInfo) => any;
485
+ }
486
+ export declare enum NodeType {
487
+ BROKER = "BROKER"
488
+ }
489
+
490
+ export interface ZookeeperNodeInfo {
491
+
492
+ AttachedENIId?: string;
493
+
494
+ ClientVpcIpAddress?: string;
495
+
496
+ Endpoints?: string[];
497
+
498
+ ZookeeperId?: number;
499
+
500
+ ZookeeperVersion?: string;
501
+ }
502
+ export declare namespace ZookeeperNodeInfo {
503
+
504
+ const filterSensitiveLog: (obj: ZookeeperNodeInfo) => any;
505
+ }
506
+
507
+ export interface NodeInfo {
508
+
509
+ AddedToClusterTime?: string;
510
+
511
+ BrokerNodeInfo?: BrokerNodeInfo;
512
+
513
+ InstanceType?: string;
514
+
515
+ NodeARN?: string;
516
+
517
+ NodeType?: NodeType | string;
518
+
519
+ ZookeeperNodeInfo?: ZookeeperNodeInfo;
520
+ }
521
+ export declare namespace NodeInfo {
522
+
523
+ const filterSensitiveLog: (obj: NodeInfo) => any;
524
+ }
525
+
526
+ export interface UnprocessedScramSecret {
527
+
528
+ ErrorCode?: string;
529
+
530
+ ErrorMessage?: string;
531
+
532
+ SecretArn?: string;
533
+ }
534
+ export declare namespace UnprocessedScramSecret {
535
+
536
+ const filterSensitiveLog: (obj: UnprocessedScramSecret) => any;
537
+ }
538
+
539
+ export interface BadRequestException extends __SmithyException, $MetadataBearer {
540
+ name: "BadRequestException";
541
+ $fault: "client";
542
+
543
+ InvalidParameter?: string;
544
+
545
+ Message?: string;
546
+ }
547
+ export declare namespace BadRequestException {
548
+
549
+ const filterSensitiveLog: (obj: BadRequestException) => any;
550
+ }
551
+
552
+ export interface BatchAssociateScramSecretRequest {
553
+
554
+ ClusterArn: string | undefined;
555
+
556
+ SecretArnList: string[] | undefined;
557
+ }
558
+ export declare namespace BatchAssociateScramSecretRequest {
559
+
560
+ const filterSensitiveLog: (obj: BatchAssociateScramSecretRequest) => any;
561
+ }
562
+ export interface BatchAssociateScramSecretResponse {
563
+
564
+ ClusterArn?: string;
565
+
566
+ UnprocessedScramSecrets?: UnprocessedScramSecret[];
567
+ }
568
+ export declare namespace BatchAssociateScramSecretResponse {
569
+
570
+ const filterSensitiveLog: (obj: BatchAssociateScramSecretResponse) => any;
571
+ }
572
+
573
+ export interface ForbiddenException extends __SmithyException, $MetadataBearer {
574
+ name: "ForbiddenException";
575
+ $fault: "client";
576
+
577
+ InvalidParameter?: string;
578
+
579
+ Message?: string;
580
+ }
581
+ export declare namespace ForbiddenException {
582
+
583
+ const filterSensitiveLog: (obj: ForbiddenException) => any;
584
+ }
585
+
586
+ export interface InternalServerErrorException extends __SmithyException, $MetadataBearer {
587
+ name: "InternalServerErrorException";
588
+ $fault: "server";
589
+
590
+ InvalidParameter?: string;
591
+
592
+ Message?: string;
593
+ }
594
+ export declare namespace InternalServerErrorException {
595
+
596
+ const filterSensitiveLog: (obj: InternalServerErrorException) => any;
597
+ }
598
+
599
+ export interface NotFoundException extends __SmithyException, $MetadataBearer {
600
+ name: "NotFoundException";
601
+ $fault: "client";
602
+
603
+ InvalidParameter?: string;
604
+
605
+ Message?: string;
606
+ }
607
+ export declare namespace NotFoundException {
608
+
609
+ const filterSensitiveLog: (obj: NotFoundException) => any;
610
+ }
611
+
612
+ export interface ServiceUnavailableException extends __SmithyException, $MetadataBearer {
613
+ name: "ServiceUnavailableException";
614
+ $fault: "server";
615
+
616
+ InvalidParameter?: string;
617
+
618
+ Message?: string;
619
+ }
620
+ export declare namespace ServiceUnavailableException {
621
+
622
+ const filterSensitiveLog: (obj: ServiceUnavailableException) => any;
623
+ }
624
+
625
+ export interface TooManyRequestsException extends __SmithyException, $MetadataBearer {
626
+ name: "TooManyRequestsException";
627
+ $fault: "client";
628
+
629
+ InvalidParameter?: string;
630
+
631
+ Message?: string;
632
+ }
633
+ export declare namespace TooManyRequestsException {
634
+
635
+ const filterSensitiveLog: (obj: TooManyRequestsException) => any;
636
+ }
637
+
638
+ export interface UnauthorizedException extends __SmithyException, $MetadataBearer {
639
+ name: "UnauthorizedException";
640
+ $fault: "client";
641
+
642
+ InvalidParameter?: string;
643
+
644
+ Message?: string;
645
+ }
646
+ export declare namespace UnauthorizedException {
647
+
648
+ const filterSensitiveLog: (obj: UnauthorizedException) => any;
649
+ }
650
+
651
+ export interface BatchDisassociateScramSecretRequest {
652
+
653
+ ClusterArn: string | undefined;
654
+
655
+ SecretArnList: string[] | undefined;
656
+ }
657
+ export declare namespace BatchDisassociateScramSecretRequest {
658
+
659
+ const filterSensitiveLog: (obj: BatchDisassociateScramSecretRequest) => any;
660
+ }
661
+ export interface BatchDisassociateScramSecretResponse {
662
+
663
+ ClusterArn?: string;
664
+
665
+ UnprocessedScramSecrets?: UnprocessedScramSecret[];
666
+ }
667
+ export declare namespace BatchDisassociateScramSecretResponse {
668
+
669
+ const filterSensitiveLog: (obj: BatchDisassociateScramSecretResponse) => any;
670
+ }
671
+
672
+ export interface ConflictException extends __SmithyException, $MetadataBearer {
673
+ name: "ConflictException";
674
+ $fault: "client";
675
+
676
+ InvalidParameter?: string;
677
+
678
+ Message?: string;
679
+ }
680
+ export declare namespace ConflictException {
681
+
682
+ const filterSensitiveLog: (obj: ConflictException) => any;
683
+ }
684
+
685
+ export interface JmxExporterInfo {
686
+
687
+ EnabledInBroker: boolean | undefined;
688
+ }
689
+ export declare namespace JmxExporterInfo {
690
+
691
+ const filterSensitiveLog: (obj: JmxExporterInfo) => any;
692
+ }
693
+
694
+ export interface NodeExporterInfo {
695
+
696
+ EnabledInBroker: boolean | undefined;
697
+ }
698
+ export declare namespace NodeExporterInfo {
699
+
700
+ const filterSensitiveLog: (obj: NodeExporterInfo) => any;
701
+ }
702
+
703
+ export interface PrometheusInfo {
704
+
705
+ JmxExporter?: JmxExporterInfo;
706
+
707
+ NodeExporter?: NodeExporterInfo;
708
+ }
709
+ export declare namespace PrometheusInfo {
710
+
711
+ const filterSensitiveLog: (obj: PrometheusInfo) => any;
712
+ }
713
+
714
+ export interface OpenMonitoringInfo {
715
+
716
+ Prometheus: PrometheusInfo | undefined;
717
+ }
718
+ export declare namespace OpenMonitoringInfo {
719
+
720
+ const filterSensitiveLog: (obj: OpenMonitoringInfo) => any;
721
+ }
722
+ export interface CreateClusterRequest {
723
+
724
+ BrokerNodeGroupInfo: BrokerNodeGroupInfo | undefined;
725
+
726
+ ClientAuthentication?: ClientAuthentication;
727
+
728
+ ClusterName: string | undefined;
729
+
730
+ ConfigurationInfo?: ConfigurationInfo;
731
+
732
+ EncryptionInfo?: EncryptionInfo;
733
+
734
+ EnhancedMonitoring?: EnhancedMonitoring | string;
735
+
736
+ OpenMonitoring?: OpenMonitoringInfo;
737
+
738
+ KafkaVersion: string | undefined;
739
+ LoggingInfo?: LoggingInfo;
740
+
741
+ NumberOfBrokerNodes: number | undefined;
742
+
743
+ Tags?: {
744
+ [key: string]: string;
745
+ };
746
+ }
747
+ export declare namespace CreateClusterRequest {
748
+
749
+ const filterSensitiveLog: (obj: CreateClusterRequest) => any;
750
+ }
751
+ export interface CreateClusterResponse {
752
+
753
+ ClusterArn?: string;
754
+
755
+ ClusterName?: string;
756
+
757
+ State?: ClusterState | string;
758
+ }
759
+ export declare namespace CreateClusterResponse {
760
+
761
+ const filterSensitiveLog: (obj: CreateClusterResponse) => any;
762
+ }
763
+ export interface CreateConfigurationRequest {
764
+
765
+ Description?: string;
766
+
767
+ KafkaVersions?: string[];
768
+
769
+ Name: string | undefined;
770
+
771
+ ServerProperties: Uint8Array | undefined;
772
+ }
773
+ export declare namespace CreateConfigurationRequest {
774
+
775
+ const filterSensitiveLog: (obj: CreateConfigurationRequest) => any;
776
+ }
777
+ export interface CreateConfigurationResponse {
778
+
779
+ Arn?: string;
780
+
781
+ CreationTime?: Date;
782
+
783
+ LatestRevision?: ConfigurationRevision;
784
+
785
+ Name?: string;
786
+
787
+ State?: ConfigurationState | string;
788
+ }
789
+ export declare namespace CreateConfigurationResponse {
790
+
791
+ const filterSensitiveLog: (obj: CreateConfigurationResponse) => any;
792
+ }
793
+ export interface DeleteClusterRequest {
794
+
795
+ ClusterArn: string | undefined;
796
+
797
+ CurrentVersion?: string;
798
+ }
799
+ export declare namespace DeleteClusterRequest {
800
+
801
+ const filterSensitiveLog: (obj: DeleteClusterRequest) => any;
802
+ }
803
+ export interface DeleteClusterResponse {
804
+
805
+ ClusterArn?: string;
806
+
807
+ State?: ClusterState | string;
808
+ }
809
+ export declare namespace DeleteClusterResponse {
810
+
811
+ const filterSensitiveLog: (obj: DeleteClusterResponse) => any;
812
+ }
813
+ export interface DeleteConfigurationRequest {
814
+
815
+ Arn: string | undefined;
816
+ }
817
+ export declare namespace DeleteConfigurationRequest {
818
+
819
+ const filterSensitiveLog: (obj: DeleteConfigurationRequest) => any;
820
+ }
821
+ export interface DeleteConfigurationResponse {
822
+
823
+ Arn?: string;
824
+
825
+ State?: ConfigurationState | string;
826
+ }
827
+ export declare namespace DeleteConfigurationResponse {
828
+
829
+ const filterSensitiveLog: (obj: DeleteConfigurationResponse) => any;
830
+ }
831
+ export interface DescribeClusterRequest {
832
+
833
+ ClusterArn: string | undefined;
834
+ }
835
+ export declare namespace DescribeClusterRequest {
836
+
837
+ const filterSensitiveLog: (obj: DescribeClusterRequest) => any;
838
+ }
839
+ export interface DescribeClusterResponse {
840
+
841
+ ClusterInfo?: ClusterInfo;
842
+ }
843
+ export declare namespace DescribeClusterResponse {
844
+
845
+ const filterSensitiveLog: (obj: DescribeClusterResponse) => any;
846
+ }
847
+ export interface DescribeClusterOperationRequest {
848
+
849
+ ClusterOperationArn: string | undefined;
850
+ }
851
+ export declare namespace DescribeClusterOperationRequest {
852
+
853
+ const filterSensitiveLog: (obj: DescribeClusterOperationRequest) => any;
854
+ }
855
+ export interface DescribeClusterOperationResponse {
856
+
857
+ ClusterOperationInfo?: ClusterOperationInfo;
858
+ }
859
+ export declare namespace DescribeClusterOperationResponse {
860
+
861
+ const filterSensitiveLog: (obj: DescribeClusterOperationResponse) => any;
862
+ }
863
+ export interface DescribeConfigurationRequest {
864
+
865
+ Arn: string | undefined;
866
+ }
867
+ export declare namespace DescribeConfigurationRequest {
868
+
869
+ const filterSensitiveLog: (obj: DescribeConfigurationRequest) => any;
870
+ }
871
+ export interface DescribeConfigurationResponse {
872
+
873
+ Arn?: string;
874
+
875
+ CreationTime?: Date;
876
+
877
+ Description?: string;
878
+
879
+ KafkaVersions?: string[];
880
+
881
+ LatestRevision?: ConfigurationRevision;
882
+
883
+ Name?: string;
884
+
885
+ State?: ConfigurationState | string;
886
+ }
887
+ export declare namespace DescribeConfigurationResponse {
888
+
889
+ const filterSensitiveLog: (obj: DescribeConfigurationResponse) => any;
890
+ }
891
+ export interface DescribeConfigurationRevisionRequest {
892
+
893
+ Arn: string | undefined;
894
+
895
+ Revision: number | undefined;
896
+ }
897
+ export declare namespace DescribeConfigurationRevisionRequest {
898
+
899
+ const filterSensitiveLog: (obj: DescribeConfigurationRevisionRequest) => any;
900
+ }
901
+ export interface DescribeConfigurationRevisionResponse {
902
+
903
+ Arn?: string;
904
+
905
+ CreationTime?: Date;
906
+
907
+ Description?: string;
908
+
909
+ Revision?: number;
910
+
911
+ ServerProperties?: Uint8Array;
912
+ }
913
+ export declare namespace DescribeConfigurationRevisionResponse {
914
+
915
+ const filterSensitiveLog: (obj: DescribeConfigurationRevisionResponse) => any;
916
+ }
917
+ export interface GetBootstrapBrokersRequest {
918
+
919
+ ClusterArn: string | undefined;
920
+ }
921
+ export declare namespace GetBootstrapBrokersRequest {
922
+
923
+ const filterSensitiveLog: (obj: GetBootstrapBrokersRequest) => any;
924
+ }
925
+ export interface GetBootstrapBrokersResponse {
926
+
927
+ BootstrapBrokerString?: string;
928
+
929
+ BootstrapBrokerStringTls?: string;
930
+
931
+ BootstrapBrokerStringSaslScram?: string;
932
+
933
+ BootstrapBrokerStringSaslIam?: string;
934
+ }
935
+ export declare namespace GetBootstrapBrokersResponse {
936
+
937
+ const filterSensitiveLog: (obj: GetBootstrapBrokersResponse) => any;
938
+ }
939
+ export interface GetCompatibleKafkaVersionsRequest {
940
+
941
+ ClusterArn?: string;
942
+ }
943
+ export declare namespace GetCompatibleKafkaVersionsRequest {
944
+
945
+ const filterSensitiveLog: (obj: GetCompatibleKafkaVersionsRequest) => any;
946
+ }
947
+ export interface GetCompatibleKafkaVersionsResponse {
948
+
949
+ CompatibleKafkaVersions?: CompatibleKafkaVersion[];
950
+ }
951
+ export declare namespace GetCompatibleKafkaVersionsResponse {
952
+
953
+ const filterSensitiveLog: (obj: GetCompatibleKafkaVersionsResponse) => any;
954
+ }
955
+ export interface ListClusterOperationsRequest {
956
+
957
+ ClusterArn: string | undefined;
958
+
959
+ MaxResults?: number;
960
+
961
+ NextToken?: string;
962
+ }
963
+ export declare namespace ListClusterOperationsRequest {
964
+
965
+ const filterSensitiveLog: (obj: ListClusterOperationsRequest) => any;
966
+ }
967
+ export interface ListClusterOperationsResponse {
968
+
969
+ ClusterOperationInfoList?: ClusterOperationInfo[];
970
+
971
+ NextToken?: string;
972
+ }
973
+ export declare namespace ListClusterOperationsResponse {
974
+
975
+ const filterSensitiveLog: (obj: ListClusterOperationsResponse) => any;
976
+ }
977
+ export interface ListClustersRequest {
978
+
979
+ ClusterNameFilter?: string;
980
+
981
+ MaxResults?: number;
982
+
983
+ NextToken?: string;
984
+ }
985
+ export declare namespace ListClustersRequest {
986
+
987
+ const filterSensitiveLog: (obj: ListClustersRequest) => any;
988
+ }
989
+ export interface ListClustersResponse {
990
+
991
+ ClusterInfoList?: ClusterInfo[];
992
+
993
+ NextToken?: string;
994
+ }
995
+ export declare namespace ListClustersResponse {
996
+
997
+ const filterSensitiveLog: (obj: ListClustersResponse) => any;
998
+ }
999
+ export interface ListConfigurationRevisionsRequest {
1000
+
1001
+ Arn: string | undefined;
1002
+
1003
+ MaxResults?: number;
1004
+
1005
+ NextToken?: string;
1006
+ }
1007
+ export declare namespace ListConfigurationRevisionsRequest {
1008
+
1009
+ const filterSensitiveLog: (obj: ListConfigurationRevisionsRequest) => any;
1010
+ }
1011
+ export interface ListConfigurationRevisionsResponse {
1012
+
1013
+ NextToken?: string;
1014
+
1015
+ Revisions?: ConfigurationRevision[];
1016
+ }
1017
+ export declare namespace ListConfigurationRevisionsResponse {
1018
+
1019
+ const filterSensitiveLog: (obj: ListConfigurationRevisionsResponse) => any;
1020
+ }
1021
+ export interface ListConfigurationsRequest {
1022
+
1023
+ MaxResults?: number;
1024
+
1025
+ NextToken?: string;
1026
+ }
1027
+ export declare namespace ListConfigurationsRequest {
1028
+
1029
+ const filterSensitiveLog: (obj: ListConfigurationsRequest) => any;
1030
+ }
1031
+ export interface ListConfigurationsResponse {
1032
+
1033
+ Configurations?: Configuration[];
1034
+
1035
+ NextToken?: string;
1036
+ }
1037
+ export declare namespace ListConfigurationsResponse {
1038
+
1039
+ const filterSensitiveLog: (obj: ListConfigurationsResponse) => any;
1040
+ }
1041
+ export interface ListKafkaVersionsRequest {
1042
+
1043
+ MaxResults?: number;
1044
+
1045
+ NextToken?: string;
1046
+ }
1047
+ export declare namespace ListKafkaVersionsRequest {
1048
+
1049
+ const filterSensitiveLog: (obj: ListKafkaVersionsRequest) => any;
1050
+ }
1051
+ export interface ListKafkaVersionsResponse {
1052
+ KafkaVersions?: KafkaVersion[];
1053
+ NextToken?: string;
1054
+ }
1055
+ export declare namespace ListKafkaVersionsResponse {
1056
+
1057
+ const filterSensitiveLog: (obj: ListKafkaVersionsResponse) => any;
1058
+ }
1059
+ export interface ListNodesRequest {
1060
+
1061
+ ClusterArn: string | undefined;
1062
+
1063
+ MaxResults?: number;
1064
+
1065
+ NextToken?: string;
1066
+ }
1067
+ export declare namespace ListNodesRequest {
1068
+
1069
+ const filterSensitiveLog: (obj: ListNodesRequest) => any;
1070
+ }
1071
+ export interface ListNodesResponse {
1072
+
1073
+ NextToken?: string;
1074
+
1075
+ NodeInfoList?: NodeInfo[];
1076
+ }
1077
+ export declare namespace ListNodesResponse {
1078
+
1079
+ const filterSensitiveLog: (obj: ListNodesResponse) => any;
1080
+ }
1081
+ export interface ListScramSecretsRequest {
1082
+
1083
+ ClusterArn: string | undefined;
1084
+
1085
+ MaxResults?: number;
1086
+
1087
+ NextToken?: string;
1088
+ }
1089
+ export declare namespace ListScramSecretsRequest {
1090
+
1091
+ const filterSensitiveLog: (obj: ListScramSecretsRequest) => any;
1092
+ }
1093
+ export interface ListScramSecretsResponse {
1094
+
1095
+ NextToken?: string;
1096
+
1097
+ SecretArnList?: string[];
1098
+ }
1099
+ export declare namespace ListScramSecretsResponse {
1100
+
1101
+ const filterSensitiveLog: (obj: ListScramSecretsResponse) => any;
1102
+ }
1103
+ export interface ListTagsForResourceRequest {
1104
+
1105
+ ResourceArn: string | undefined;
1106
+ }
1107
+ export declare namespace ListTagsForResourceRequest {
1108
+
1109
+ const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1110
+ }
1111
+ export interface ListTagsForResourceResponse {
1112
+
1113
+ Tags?: {
1114
+ [key: string]: string;
1115
+ };
1116
+ }
1117
+ export declare namespace ListTagsForResourceResponse {
1118
+
1119
+ const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1120
+ }
1121
+
1122
+ export interface RebootBrokerRequest {
1123
+
1124
+ BrokerIds: string[] | undefined;
1125
+
1126
+ ClusterArn: string | undefined;
1127
+ }
1128
+ export declare namespace RebootBrokerRequest {
1129
+
1130
+ const filterSensitiveLog: (obj: RebootBrokerRequest) => any;
1131
+ }
1132
+ export interface RebootBrokerResponse {
1133
+
1134
+ ClusterArn?: string;
1135
+
1136
+ ClusterOperationArn?: string;
1137
+ }
1138
+ export declare namespace RebootBrokerResponse {
1139
+
1140
+ const filterSensitiveLog: (obj: RebootBrokerResponse) => any;
1141
+ }
1142
+ export interface TagResourceRequest {
1143
+
1144
+ ResourceArn: string | undefined;
1145
+
1146
+ Tags: {
1147
+ [key: string]: string;
1148
+ } | undefined;
1149
+ }
1150
+ export declare namespace TagResourceRequest {
1151
+
1152
+ const filterSensitiveLog: (obj: TagResourceRequest) => any;
1153
+ }
1154
+ export interface UntagResourceRequest {
1155
+
1156
+ ResourceArn: string | undefined;
1157
+
1158
+ TagKeys: string[] | undefined;
1159
+ }
1160
+ export declare namespace UntagResourceRequest {
1161
+
1162
+ const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1163
+ }
1164
+ export interface UpdateBrokerCountRequest {
1165
+
1166
+ ClusterArn: string | undefined;
1167
+
1168
+ CurrentVersion: string | undefined;
1169
+
1170
+ TargetNumberOfBrokerNodes: number | undefined;
1171
+ }
1172
+ export declare namespace UpdateBrokerCountRequest {
1173
+
1174
+ const filterSensitiveLog: (obj: UpdateBrokerCountRequest) => any;
1175
+ }
1176
+ export interface UpdateBrokerCountResponse {
1177
+
1178
+ ClusterArn?: string;
1179
+
1180
+ ClusterOperationArn?: string;
1181
+ }
1182
+ export declare namespace UpdateBrokerCountResponse {
1183
+
1184
+ const filterSensitiveLog: (obj: UpdateBrokerCountResponse) => any;
1185
+ }
1186
+ export interface UpdateBrokerStorageRequest {
1187
+
1188
+ ClusterArn: string | undefined;
1189
+
1190
+ CurrentVersion: string | undefined;
1191
+
1192
+ TargetBrokerEBSVolumeInfo: BrokerEBSVolumeInfo[] | undefined;
1193
+ }
1194
+ export declare namespace UpdateBrokerStorageRequest {
1195
+
1196
+ const filterSensitiveLog: (obj: UpdateBrokerStorageRequest) => any;
1197
+ }
1198
+ export interface UpdateBrokerStorageResponse {
1199
+
1200
+ ClusterArn?: string;
1201
+
1202
+ ClusterOperationArn?: string;
1203
+ }
1204
+ export declare namespace UpdateBrokerStorageResponse {
1205
+
1206
+ const filterSensitiveLog: (obj: UpdateBrokerStorageResponse) => any;
1207
+ }
1208
+ export interface UpdateBrokerTypeRequest {
1209
+
1210
+ ClusterArn: string | undefined;
1211
+
1212
+ CurrentVersion: string | undefined;
1213
+
1214
+ TargetInstanceType: string | undefined;
1215
+ }
1216
+ export declare namespace UpdateBrokerTypeRequest {
1217
+
1218
+ const filterSensitiveLog: (obj: UpdateBrokerTypeRequest) => any;
1219
+ }
1220
+ export interface UpdateBrokerTypeResponse {
1221
+
1222
+ ClusterArn?: string;
1223
+
1224
+ ClusterOperationArn?: string;
1225
+ }
1226
+ export declare namespace UpdateBrokerTypeResponse {
1227
+
1228
+ const filterSensitiveLog: (obj: UpdateBrokerTypeResponse) => any;
1229
+ }
1230
+ export interface UpdateClusterConfigurationRequest {
1231
+
1232
+ ClusterArn: string | undefined;
1233
+
1234
+ ConfigurationInfo: ConfigurationInfo | undefined;
1235
+
1236
+ CurrentVersion: string | undefined;
1237
+ }
1238
+ export declare namespace UpdateClusterConfigurationRequest {
1239
+
1240
+ const filterSensitiveLog: (obj: UpdateClusterConfigurationRequest) => any;
1241
+ }
1242
+ export interface UpdateClusterConfigurationResponse {
1243
+
1244
+ ClusterArn?: string;
1245
+
1246
+ ClusterOperationArn?: string;
1247
+ }
1248
+ export declare namespace UpdateClusterConfigurationResponse {
1249
+
1250
+ const filterSensitiveLog: (obj: UpdateClusterConfigurationResponse) => any;
1251
+ }
1252
+ export interface UpdateClusterKafkaVersionRequest {
1253
+
1254
+ ClusterArn: string | undefined;
1255
+
1256
+ ConfigurationInfo?: ConfigurationInfo;
1257
+
1258
+ CurrentVersion: string | undefined;
1259
+
1260
+ TargetKafkaVersion: string | undefined;
1261
+ }
1262
+ export declare namespace UpdateClusterKafkaVersionRequest {
1263
+
1264
+ const filterSensitiveLog: (obj: UpdateClusterKafkaVersionRequest) => any;
1265
+ }
1266
+ export interface UpdateClusterKafkaVersionResponse {
1267
+
1268
+ ClusterArn?: string;
1269
+
1270
+ ClusterOperationArn?: string;
1271
+ }
1272
+ export declare namespace UpdateClusterKafkaVersionResponse {
1273
+
1274
+ const filterSensitiveLog: (obj: UpdateClusterKafkaVersionResponse) => any;
1275
+ }
1276
+ export interface UpdateConfigurationRequest {
1277
+
1278
+ Arn: string | undefined;
1279
+
1280
+ Description?: string;
1281
+
1282
+ ServerProperties: Uint8Array | undefined;
1283
+ }
1284
+ export declare namespace UpdateConfigurationRequest {
1285
+
1286
+ const filterSensitiveLog: (obj: UpdateConfigurationRequest) => any;
1287
+ }
1288
+ export interface UpdateConfigurationResponse {
1289
+
1290
+ Arn?: string;
1291
+
1292
+ LatestRevision?: ConfigurationRevision;
1293
+ }
1294
+ export declare namespace UpdateConfigurationResponse {
1295
+
1296
+ const filterSensitiveLog: (obj: UpdateConfigurationResponse) => any;
1297
+ }
1298
+
1299
+ export interface UpdateMonitoringRequest {
1300
+
1301
+ ClusterArn: string | undefined;
1302
+
1303
+ CurrentVersion: string | undefined;
1304
+
1305
+ EnhancedMonitoring?: EnhancedMonitoring | string;
1306
+
1307
+ OpenMonitoring?: OpenMonitoringInfo;
1308
+ LoggingInfo?: LoggingInfo;
1309
+ }
1310
+ export declare namespace UpdateMonitoringRequest {
1311
+
1312
+ const filterSensitiveLog: (obj: UpdateMonitoringRequest) => any;
1313
+ }
1314
+ export interface UpdateMonitoringResponse {
1315
+
1316
+ ClusterArn?: string;
1317
+
1318
+ ClusterOperationArn?: string;
1319
+ }
1320
+ export declare namespace UpdateMonitoringResponse {
1321
+
1322
+ const filterSensitiveLog: (obj: UpdateMonitoringResponse) => any;
1323
+ }
1324
+ export interface UpdateSecurityRequest {
1325
+
1326
+ ClientAuthentication?: ClientAuthentication;
1327
+
1328
+ ClusterArn: string | undefined;
1329
+
1330
+ CurrentVersion: string | undefined;
1331
+
1332
+ EncryptionInfo?: EncryptionInfo;
1333
+ }
1334
+ export declare namespace UpdateSecurityRequest {
1335
+
1336
+ const filterSensitiveLog: (obj: UpdateSecurityRequest) => any;
1337
+ }
1338
+ export interface UpdateSecurityResponse {
1339
+
1340
+ ClusterArn?: string;
1341
+
1342
+ ClusterOperationArn?: string;
1343
+ }
1344
+ export declare namespace UpdateSecurityResponse {
1345
+
1346
+ const filterSensitiveLog: (obj: UpdateSecurityResponse) => any;
1347
+ }