@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
@@ -1,2255 +0,0 @@
1
- import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
- /**
3
- * <p>Specifies the EBS volume upgrade information. The broker identifier must be set to the keyword ALL. This means the changes apply to all the brokers in the cluster.</p>
4
- */
5
- export interface BrokerEBSVolumeInfo {
6
- /**
7
- * <p>The ID of the broker to update.</p>
8
- */
9
- KafkaBrokerNodeId: string | undefined;
10
- /**
11
- * <p>Size of the EBS volume to update.</p>
12
- */
13
- VolumeSizeGB: number | undefined;
14
- }
15
- export declare namespace BrokerEBSVolumeInfo {
16
- /**
17
- * @internal
18
- */
19
- const filterSensitiveLog: (obj: BrokerEBSVolumeInfo) => any;
20
- }
21
- export declare enum BrokerAZDistribution {
22
- DEFAULT = "DEFAULT"
23
- }
24
- /**
25
- * <p>Contains information about the EBS storage volumes attached to Kafka broker nodes.</p>
26
- */
27
- export interface EBSStorageInfo {
28
- /**
29
- * <p>The size in GiB of the EBS volume for the data drive on each broker node.</p>
30
- */
31
- VolumeSize?: number;
32
- }
33
- export declare namespace EBSStorageInfo {
34
- /**
35
- * @internal
36
- */
37
- const filterSensitiveLog: (obj: EBSStorageInfo) => any;
38
- }
39
- /**
40
- * <p>Contains information about storage volumes attached to MSK broker nodes.</p>
41
- */
42
- export interface StorageInfo {
43
- /**
44
- * <p>EBS volume information.</p>
45
- */
46
- EbsStorageInfo?: EBSStorageInfo;
47
- }
48
- export declare namespace StorageInfo {
49
- /**
50
- * @internal
51
- */
52
- const filterSensitiveLog: (obj: StorageInfo) => any;
53
- }
54
- /**
55
- * <p>Describes the setup to be used for Kafka broker nodes in the cluster.</p>
56
- */
57
- export interface BrokerNodeGroupInfo {
58
- /**
59
- * <p>The distribution of broker nodes across Availability Zones. This is an optional parameter. If you don't specify it, Amazon MSK gives it the value DEFAULT. You can also explicitly set this parameter to the value DEFAULT. No other values are currently allowed.</p>
60
- * <p>Amazon MSK distributes the broker nodes evenly across the Availability Zones that correspond to the subnets you provide when you create the cluster.</p>
61
- */
62
- BrokerAZDistribution?: BrokerAZDistribution | string;
63
- /**
64
- * <p>The list of subnets to connect to in the client virtual private cloud (VPC). AWS creates elastic network interfaces inside these subnets. Client applications use elastic network interfaces to produce and consume data. Client subnets can't be in Availability Zone us-east-1e.</p>
65
- */
66
- ClientSubnets: string[] | undefined;
67
- /**
68
- * <p>The type of Amazon EC2 instances to use for Kafka brokers. The following instance types are allowed: kafka.m5.large, kafka.m5.xlarge, kafka.m5.2xlarge,
69
- * kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.</p>
70
- */
71
- InstanceType: string | undefined;
72
- /**
73
- * <p>The AWS security groups to associate with the elastic network interfaces in order to specify who can connect to and communicate with the Amazon MSK cluster. If you don't specify a security group, Amazon MSK uses the default security group associated with the VPC.</p>
74
- */
75
- SecurityGroups?: string[];
76
- /**
77
- * <p>Contains information about storage volumes attached to MSK broker nodes.</p>
78
- */
79
- StorageInfo?: StorageInfo;
80
- }
81
- export declare namespace BrokerNodeGroupInfo {
82
- /**
83
- * @internal
84
- */
85
- const filterSensitiveLog: (obj: BrokerNodeGroupInfo) => any;
86
- }
87
- /**
88
- * <p>Details for IAM access control.</p>
89
- */
90
- export interface Iam {
91
- /**
92
- * <p>Indicates whether IAM access control is enabled.</p>
93
- */
94
- Enabled?: boolean;
95
- }
96
- export declare namespace Iam {
97
- /**
98
- * @internal
99
- */
100
- const filterSensitiveLog: (obj: Iam) => any;
101
- }
102
- /**
103
- * <p>Details for SASL/SCRAM client authentication.</p>
104
- */
105
- export interface Scram {
106
- /**
107
- * <p>SASL/SCRAM authentication is enabled or not.</p>
108
- */
109
- Enabled?: boolean;
110
- }
111
- export declare namespace Scram {
112
- /**
113
- * @internal
114
- */
115
- const filterSensitiveLog: (obj: Scram) => any;
116
- }
117
- /**
118
- * <p>Details for client authentication using SASL.</p>
119
- */
120
- export interface Sasl {
121
- /**
122
- * <p>Details for SASL/SCRAM client authentication.</p>
123
- */
124
- Scram?: Scram;
125
- /**
126
- * <p>Indicates whether IAM access control is enabled.</p>
127
- */
128
- Iam?: Iam;
129
- }
130
- export declare namespace Sasl {
131
- /**
132
- * @internal
133
- */
134
- const filterSensitiveLog: (obj: Sasl) => any;
135
- }
136
- /**
137
- * <p>Details for client authentication using TLS.</p>
138
- */
139
- export interface Tls {
140
- /**
141
- * <p>List of ACM Certificate Authority ARNs.</p>
142
- */
143
- CertificateAuthorityArnList?: string[];
144
- /**
145
- * <p>Specifies whether you want to enable or disable TLS authentication.</p>
146
- */
147
- Enabled?: boolean;
148
- }
149
- export declare namespace Tls {
150
- /**
151
- * @internal
152
- */
153
- const filterSensitiveLog: (obj: Tls) => any;
154
- }
155
- export interface Unauthenticated {
156
- /**
157
- * <p>Specifies whether you want to enable or disable unauthenticated traffic to your cluster.</p>
158
- */
159
- Enabled?: boolean;
160
- }
161
- export declare namespace Unauthenticated {
162
- /**
163
- * @internal
164
- */
165
- const filterSensitiveLog: (obj: Unauthenticated) => any;
166
- }
167
- /**
168
- * <p>Includes all client authentication information.</p>
169
- */
170
- export interface ClientAuthentication {
171
- /**
172
- * <p>Details for ClientAuthentication using SASL.</p>
173
- */
174
- Sasl?: Sasl;
175
- /**
176
- * <p>Details for ClientAuthentication using TLS.</p>
177
- */
178
- Tls?: Tls;
179
- /**
180
- * <p>Contains information about unauthenticated traffic to the cluster.</p>
181
- */
182
- Unauthenticated?: Unauthenticated;
183
- }
184
- export declare namespace ClientAuthentication {
185
- /**
186
- * @internal
187
- */
188
- const filterSensitiveLog: (obj: ClientAuthentication) => any;
189
- }
190
- /**
191
- * <p>Information about the current software installed on the cluster.</p>
192
- */
193
- export interface BrokerSoftwareInfo {
194
- /**
195
- * <p>The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.</p>
196
- */
197
- ConfigurationArn?: string;
198
- /**
199
- * <p>The revision of the configuration to use. This field isn't visible in this preview release.</p>
200
- */
201
- ConfigurationRevision?: number;
202
- /**
203
- * <p>The version of Apache Kafka.</p>
204
- */
205
- KafkaVersion?: string;
206
- }
207
- export declare namespace BrokerSoftwareInfo {
208
- /**
209
- * @internal
210
- */
211
- const filterSensitiveLog: (obj: BrokerSoftwareInfo) => any;
212
- }
213
- /**
214
- * <p>The data-volume encryption details.</p>
215
- */
216
- export interface EncryptionAtRest {
217
- /**
218
- * <p>The ARN of the AWS KMS key for encrypting data at rest. If you don't specify a KMS key, MSK creates one for you and uses it.</p>
219
- */
220
- DataVolumeKMSKeyId: string | undefined;
221
- }
222
- export declare namespace EncryptionAtRest {
223
- /**
224
- * @internal
225
- */
226
- const filterSensitiveLog: (obj: EncryptionAtRest) => any;
227
- }
228
- export declare enum ClientBroker {
229
- PLAINTEXT = "PLAINTEXT",
230
- TLS = "TLS",
231
- TLS_PLAINTEXT = "TLS_PLAINTEXT"
232
- }
233
- /**
234
- * <p>The settings for encrypting data in transit.</p>
235
- */
236
- export interface EncryptionInTransit {
237
- /**
238
- * <p>Indicates the encryption setting for data in transit between clients and brokers. The following are the possible values.</p>
239
- * <p>
240
- * TLS means that client-broker communication is enabled with TLS only.</p>
241
- * <p>
242
- * TLS_PLAINTEXT means that client-broker communication is enabled for both TLS-encrypted, as well as plaintext data.</p>
243
- * <p>
244
- * PLAINTEXT means that client-broker communication is enabled in plaintext only.</p>
245
- * <p>The default value is TLS_PLAINTEXT.</p>
246
- */
247
- ClientBroker?: ClientBroker | string;
248
- /**
249
- * <p>When set to true, it indicates that data communication among the broker nodes of the cluster is encrypted. When set to false, the communication happens in plaintext.</p>
250
- * <p>The default value is true.</p>
251
- */
252
- InCluster?: boolean;
253
- }
254
- export declare namespace EncryptionInTransit {
255
- /**
256
- * @internal
257
- */
258
- const filterSensitiveLog: (obj: EncryptionInTransit) => any;
259
- }
260
- /**
261
- * <p>Includes encryption-related information, such as the AWS KMS key used for encrypting data at rest and whether you want MSK to encrypt your data in transit.</p>
262
- */
263
- export interface EncryptionInfo {
264
- /**
265
- * <p>The data-volume encryption details.</p>
266
- */
267
- EncryptionAtRest?: EncryptionAtRest;
268
- /**
269
- * <p>The details for encryption in transit.</p>
270
- */
271
- EncryptionInTransit?: EncryptionInTransit;
272
- }
273
- export declare namespace EncryptionInfo {
274
- /**
275
- * @internal
276
- */
277
- const filterSensitiveLog: (obj: EncryptionInfo) => any;
278
- }
279
- export declare enum EnhancedMonitoring {
280
- DEFAULT = "DEFAULT",
281
- PER_BROKER = "PER_BROKER",
282
- PER_TOPIC_PER_BROKER = "PER_TOPIC_PER_BROKER",
283
- PER_TOPIC_PER_PARTITION = "PER_TOPIC_PER_PARTITION"
284
- }
285
- export interface CloudWatchLogs {
286
- Enabled: boolean | undefined;
287
- LogGroup?: string;
288
- }
289
- export declare namespace CloudWatchLogs {
290
- /**
291
- * @internal
292
- */
293
- const filterSensitiveLog: (obj: CloudWatchLogs) => any;
294
- }
295
- export interface Firehose {
296
- DeliveryStream?: string;
297
- Enabled: boolean | undefined;
298
- }
299
- export declare namespace Firehose {
300
- /**
301
- * @internal
302
- */
303
- const filterSensitiveLog: (obj: Firehose) => any;
304
- }
305
- export interface S3 {
306
- Bucket?: string;
307
- Enabled: boolean | undefined;
308
- Prefix?: string;
309
- }
310
- export declare namespace S3 {
311
- /**
312
- * @internal
313
- */
314
- const filterSensitiveLog: (obj: S3) => any;
315
- }
316
- export interface BrokerLogs {
317
- CloudWatchLogs?: CloudWatchLogs;
318
- Firehose?: Firehose;
319
- S3?: S3;
320
- }
321
- export declare namespace BrokerLogs {
322
- /**
323
- * @internal
324
- */
325
- const filterSensitiveLog: (obj: BrokerLogs) => any;
326
- }
327
- export interface LoggingInfo {
328
- BrokerLogs: BrokerLogs | undefined;
329
- }
330
- export declare namespace LoggingInfo {
331
- /**
332
- * @internal
333
- */
334
- const filterSensitiveLog: (obj: LoggingInfo) => any;
335
- }
336
- /**
337
- * <p>Indicates whether you want to enable or disable the JMX Exporter.</p>
338
- */
339
- export interface JmxExporter {
340
- /**
341
- * <p>Indicates whether you want to enable or disable the JMX Exporter.</p>
342
- */
343
- EnabledInBroker: boolean | undefined;
344
- }
345
- export declare namespace JmxExporter {
346
- /**
347
- * @internal
348
- */
349
- const filterSensitiveLog: (obj: JmxExporter) => any;
350
- }
351
- /**
352
- * <p>Indicates whether you want to enable or disable the Node Exporter.</p>
353
- */
354
- export interface NodeExporter {
355
- /**
356
- * <p>Indicates whether you want to enable or disable the Node Exporter.</p>
357
- */
358
- EnabledInBroker: boolean | undefined;
359
- }
360
- export declare namespace NodeExporter {
361
- /**
362
- * @internal
363
- */
364
- const filterSensitiveLog: (obj: NodeExporter) => any;
365
- }
366
- /**
367
- * <p>Prometheus settings.</p>
368
- */
369
- export interface Prometheus {
370
- /**
371
- * <p>Indicates whether you want to enable or disable the JMX Exporter.</p>
372
- */
373
- JmxExporter?: JmxExporter;
374
- /**
375
- * <p>Indicates whether you want to enable or disable the Node Exporter.</p>
376
- */
377
- NodeExporter?: NodeExporter;
378
- }
379
- export declare namespace Prometheus {
380
- /**
381
- * @internal
382
- */
383
- const filterSensitiveLog: (obj: Prometheus) => any;
384
- }
385
- /**
386
- * <p>JMX and Node monitoring for the MSK cluster.</p>
387
- */
388
- export interface OpenMonitoring {
389
- /**
390
- * <p>Prometheus settings.</p>
391
- */
392
- Prometheus: Prometheus | undefined;
393
- }
394
- export declare namespace OpenMonitoring {
395
- /**
396
- * @internal
397
- */
398
- const filterSensitiveLog: (obj: OpenMonitoring) => any;
399
- }
400
- export declare enum ClusterState {
401
- ACTIVE = "ACTIVE",
402
- CREATING = "CREATING",
403
- DELETING = "DELETING",
404
- FAILED = "FAILED",
405
- HEALING = "HEALING",
406
- MAINTENANCE = "MAINTENANCE",
407
- REBOOTING_BROKER = "REBOOTING_BROKER",
408
- UPDATING = "UPDATING"
409
- }
410
- export interface StateInfo {
411
- Code?: string;
412
- Message?: string;
413
- }
414
- export declare namespace StateInfo {
415
- /**
416
- * @internal
417
- */
418
- const filterSensitiveLog: (obj: StateInfo) => any;
419
- }
420
- /**
421
- * <p>Returns information about a cluster.</p>
422
- */
423
- export interface ClusterInfo {
424
- /**
425
- * <p>Arn of active cluster operation.</p>
426
- */
427
- ActiveOperationArn?: string;
428
- /**
429
- * <p>Information about the broker nodes.</p>
430
- */
431
- BrokerNodeGroupInfo?: BrokerNodeGroupInfo;
432
- /**
433
- * <p>Includes all client authentication information.</p>
434
- */
435
- ClientAuthentication?: ClientAuthentication;
436
- /**
437
- * <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
438
- */
439
- ClusterArn?: string;
440
- /**
441
- * <p>The name of the cluster.</p>
442
- */
443
- ClusterName?: string;
444
- /**
445
- * <p>The time when the cluster was created.</p>
446
- */
447
- CreationTime?: Date;
448
- /**
449
- * <p>Information about the version of software currently deployed on the Kafka brokers in the cluster.</p>
450
- */
451
- CurrentBrokerSoftwareInfo?: BrokerSoftwareInfo;
452
- /**
453
- * <p>The current version of the MSK cluster.</p>
454
- */
455
- CurrentVersion?: string;
456
- /**
457
- * <p>Includes all encryption-related information.</p>
458
- */
459
- EncryptionInfo?: EncryptionInfo;
460
- /**
461
- * <p>Specifies which metrics are gathered for the MSK cluster. This property has the following possible values: DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION. For a list of the metrics associated with each of these levels of monitoring, see <a href="https://docs.aws.amazon.com/msk/latest/developerguide/monitoring.html">Monitoring</a>.</p>
462
- */
463
- EnhancedMonitoring?: EnhancedMonitoring | string;
464
- /**
465
- * <p>Settings for open monitoring using Prometheus.</p>
466
- */
467
- OpenMonitoring?: OpenMonitoring;
468
- LoggingInfo?: LoggingInfo;
469
- /**
470
- * <p>The number of broker nodes in the cluster.</p>
471
- */
472
- NumberOfBrokerNodes?: number;
473
- /**
474
- * <p>The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.</p>
475
- */
476
- State?: ClusterState | string;
477
- StateInfo?: StateInfo;
478
- /**
479
- * <p>Tags attached to the cluster.</p>
480
- */
481
- Tags?: {
482
- [key: string]: string;
483
- };
484
- /**
485
- * <p>The connection string to use to connect to the Apache ZooKeeper cluster.</p>
486
- */
487
- ZookeeperConnectString?: string;
488
- /**
489
- * <p>The connection string to use to connect to zookeeper cluster on Tls port.</p>
490
- */
491
- ZookeeperConnectStringTls?: string;
492
- }
493
- export declare namespace ClusterInfo {
494
- /**
495
- * @internal
496
- */
497
- const filterSensitiveLog: (obj: ClusterInfo) => any;
498
- }
499
- /**
500
- * <p>Returns information about an error state of the cluster.</p>
501
- */
502
- export interface ErrorInfo {
503
- /**
504
- * <p>A number describing the error programmatically.</p>
505
- */
506
- ErrorCode?: string;
507
- /**
508
- * <p>An optional field to provide more details about the error.</p>
509
- */
510
- ErrorString?: string;
511
- }
512
- export declare namespace ErrorInfo {
513
- /**
514
- * @internal
515
- */
516
- const filterSensitiveLog: (obj: ErrorInfo) => any;
517
- }
518
- /**
519
- * <p>State information about the operation step.</p>
520
- */
521
- export interface ClusterOperationStepInfo {
522
- /**
523
- * <p>The steps current status.</p>
524
- */
525
- StepStatus?: string;
526
- }
527
- export declare namespace ClusterOperationStepInfo {
528
- /**
529
- * @internal
530
- */
531
- const filterSensitiveLog: (obj: ClusterOperationStepInfo) => any;
532
- }
533
- /**
534
- * <p>Step taken during a cluster operation.</p>
535
- */
536
- export interface ClusterOperationStep {
537
- /**
538
- * <p>Information about the step and its status.</p>
539
- */
540
- StepInfo?: ClusterOperationStepInfo;
541
- /**
542
- * <p>The name of the step.</p>
543
- */
544
- StepName?: string;
545
- }
546
- export declare namespace ClusterOperationStep {
547
- /**
548
- * @internal
549
- */
550
- const filterSensitiveLog: (obj: ClusterOperationStep) => any;
551
- }
552
- /**
553
- * <p>Specifies the configuration to use for the brokers.</p>
554
- */
555
- export interface ConfigurationInfo {
556
- /**
557
- * <p>ARN of the configuration to use.</p>
558
- */
559
- Arn: string | undefined;
560
- /**
561
- * <p>The revision of the configuration to use.</p>
562
- */
563
- Revision: number | undefined;
564
- }
565
- export declare namespace ConfigurationInfo {
566
- /**
567
- * @internal
568
- */
569
- const filterSensitiveLog: (obj: ConfigurationInfo) => any;
570
- }
571
- /**
572
- * <p>Information about cluster attributes that can be updated via update APIs.</p>
573
- */
574
- export interface MutableClusterInfo {
575
- /**
576
- * <p>Specifies the size of the EBS volume and the ID of the associated broker.</p>
577
- */
578
- BrokerEBSVolumeInfo?: BrokerEBSVolumeInfo[];
579
- /**
580
- * <p>Information about the changes in the configuration of the brokers.</p>
581
- */
582
- ConfigurationInfo?: ConfigurationInfo;
583
- /**
584
- * <p>The number of broker nodes in the cluster.</p>
585
- */
586
- NumberOfBrokerNodes?: number;
587
- /**
588
- * <p>Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.</p>
589
- */
590
- EnhancedMonitoring?: EnhancedMonitoring | string;
591
- /**
592
- * <p>The settings for open monitoring.</p>
593
- */
594
- OpenMonitoring?: OpenMonitoring;
595
- /**
596
- * <p>The Kafka version.</p>
597
- */
598
- KafkaVersion?: string;
599
- /**
600
- * <p>You can configure your MSK cluster to send broker logs to different destination types. This is a container for the configuration details related to broker logs.</p>
601
- */
602
- LoggingInfo?: LoggingInfo;
603
- /**
604
- * <p>Information about the Amazon MSK broker type.</p>
605
- */
606
- InstanceType?: string;
607
- /**
608
- * <p>Includes all client authentication information.</p>
609
- */
610
- ClientAuthentication?: ClientAuthentication;
611
- /**
612
- * <p>Includes all encryption-related information.</p>
613
- */
614
- EncryptionInfo?: EncryptionInfo;
615
- }
616
- export declare namespace MutableClusterInfo {
617
- /**
618
- * @internal
619
- */
620
- const filterSensitiveLog: (obj: MutableClusterInfo) => any;
621
- }
622
- /**
623
- * <p>Returns information about a cluster operation.</p>
624
- */
625
- export interface ClusterOperationInfo {
626
- /**
627
- * <p>The ID of the API request that triggered this operation.</p>
628
- */
629
- ClientRequestId?: string;
630
- /**
631
- * <p>ARN of the cluster.</p>
632
- */
633
- ClusterArn?: string;
634
- /**
635
- * <p>The time that the operation was created.</p>
636
- */
637
- CreationTime?: Date;
638
- /**
639
- * <p>The time at which the operation finished.</p>
640
- */
641
- EndTime?: Date;
642
- /**
643
- * <p>Describes the error if the operation fails.</p>
644
- */
645
- ErrorInfo?: ErrorInfo;
646
- /**
647
- * <p>ARN of the cluster operation.</p>
648
- */
649
- OperationArn?: string;
650
- /**
651
- * <p>State of the cluster operation.</p>
652
- */
653
- OperationState?: string;
654
- /**
655
- * <p>Steps completed during the operation.</p>
656
- */
657
- OperationSteps?: ClusterOperationStep[];
658
- /**
659
- * <p>Type of the cluster operation.</p>
660
- */
661
- OperationType?: string;
662
- /**
663
- * <p>Information about cluster attributes before a cluster is updated.</p>
664
- */
665
- SourceClusterInfo?: MutableClusterInfo;
666
- /**
667
- * <p>Information about cluster attributes after a cluster is updated.</p>
668
- */
669
- TargetClusterInfo?: MutableClusterInfo;
670
- }
671
- export declare namespace ClusterOperationInfo {
672
- /**
673
- * @internal
674
- */
675
- const filterSensitiveLog: (obj: ClusterOperationInfo) => any;
676
- }
677
- /**
678
- * <p>Contains source Kafka versions and compatible target Kafka versions.</p>
679
- */
680
- export interface CompatibleKafkaVersion {
681
- /**
682
- * <p>A Kafka version.</p>
683
- */
684
- SourceVersion?: string;
685
- /**
686
- * <p>A list of Kafka versions.</p>
687
- */
688
- TargetVersions?: string[];
689
- }
690
- export declare namespace CompatibleKafkaVersion {
691
- /**
692
- * @internal
693
- */
694
- const filterSensitiveLog: (obj: CompatibleKafkaVersion) => any;
695
- }
696
- /**
697
- * <p>Describes a configuration revision.</p>
698
- */
699
- export interface ConfigurationRevision {
700
- /**
701
- * <p>The time when the configuration revision was created.</p>
702
- */
703
- CreationTime: Date | undefined;
704
- /**
705
- * <p>The description of the configuration revision.</p>
706
- */
707
- Description?: string;
708
- /**
709
- * <p>The revision number.</p>
710
- */
711
- Revision: number | undefined;
712
- }
713
- export declare namespace ConfigurationRevision {
714
- /**
715
- * @internal
716
- */
717
- const filterSensitiveLog: (obj: ConfigurationRevision) => any;
718
- }
719
- export declare enum ConfigurationState {
720
- ACTIVE = "ACTIVE",
721
- DELETE_FAILED = "DELETE_FAILED",
722
- DELETING = "DELETING"
723
- }
724
- /**
725
- * <p>Represents an MSK Configuration.</p>
726
- */
727
- export interface Configuration {
728
- /**
729
- * <p>The Amazon Resource Name (ARN) of the configuration.</p>
730
- */
731
- Arn: string | undefined;
732
- /**
733
- * <p>The time when the configuration was created.</p>
734
- */
735
- CreationTime: Date | undefined;
736
- /**
737
- * <p>The description of the configuration.</p>
738
- */
739
- Description: string | undefined;
740
- /**
741
- * <p>An array of the versions of Apache Kafka with which you can use this MSK configuration. You can use this configuration for an MSK cluster only if the Apache Kafka version specified for the cluster appears in this array.</p>
742
- */
743
- KafkaVersions: string[] | undefined;
744
- /**
745
- * <p>Latest revision of the configuration.</p>
746
- */
747
- LatestRevision: ConfigurationRevision | undefined;
748
- /**
749
- * <p>The name of the configuration.</p>
750
- */
751
- Name: string | undefined;
752
- /**
753
- * <p>The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED. </p>
754
- */
755
- State: ConfigurationState | string | undefined;
756
- }
757
- export declare namespace Configuration {
758
- /**
759
- * @internal
760
- */
761
- const filterSensitiveLog: (obj: Configuration) => any;
762
- }
763
- export declare enum KafkaVersionStatus {
764
- ACTIVE = "ACTIVE",
765
- DEPRECATED = "DEPRECATED"
766
- }
767
- export interface KafkaVersion {
768
- Version?: string;
769
- Status?: KafkaVersionStatus | string;
770
- }
771
- export declare namespace KafkaVersion {
772
- /**
773
- * @internal
774
- */
775
- const filterSensitiveLog: (obj: KafkaVersion) => any;
776
- }
777
- /**
778
- * <p>BrokerNodeInfo</p>
779
- */
780
- export interface BrokerNodeInfo {
781
- /**
782
- * <p>The attached elastic network interface of the broker.</p>
783
- */
784
- AttachedENIId?: string;
785
- /**
786
- * <p>The ID of the broker.</p>
787
- */
788
- BrokerId?: number;
789
- /**
790
- * <p>The client subnet to which this broker node belongs.</p>
791
- */
792
- ClientSubnet?: string;
793
- /**
794
- * <p>The virtual private cloud (VPC) of the client.</p>
795
- */
796
- ClientVpcIpAddress?: string;
797
- /**
798
- * <p>Information about the version of software currently deployed on the Kafka brokers in the cluster.</p>
799
- */
800
- CurrentBrokerSoftwareInfo?: BrokerSoftwareInfo;
801
- /**
802
- * <p>Endpoints for accessing the broker.</p>
803
- */
804
- Endpoints?: string[];
805
- }
806
- export declare namespace BrokerNodeInfo {
807
- /**
808
- * @internal
809
- */
810
- const filterSensitiveLog: (obj: BrokerNodeInfo) => any;
811
- }
812
- export declare enum NodeType {
813
- BROKER = "BROKER"
814
- }
815
- /**
816
- * <p>Zookeeper node information.</p>
817
- */
818
- export interface ZookeeperNodeInfo {
819
- /**
820
- * <p>The attached elastic network interface of the broker.</p>
821
- */
822
- AttachedENIId?: string;
823
- /**
824
- * <p>The virtual private cloud (VPC) IP address of the client.</p>
825
- */
826
- ClientVpcIpAddress?: string;
827
- /**
828
- * <p>Endpoints for accessing the ZooKeeper.</p>
829
- */
830
- Endpoints?: string[];
831
- /**
832
- * <p>The role-specific ID for Zookeeper.</p>
833
- */
834
- ZookeeperId?: number;
835
- /**
836
- * <p>The version of Zookeeper.</p>
837
- */
838
- ZookeeperVersion?: string;
839
- }
840
- export declare namespace ZookeeperNodeInfo {
841
- /**
842
- * @internal
843
- */
844
- const filterSensitiveLog: (obj: ZookeeperNodeInfo) => any;
845
- }
846
- /**
847
- * <p>The node information object.</p>
848
- */
849
- export interface NodeInfo {
850
- /**
851
- * <p>The start time.</p>
852
- */
853
- AddedToClusterTime?: string;
854
- /**
855
- * <p>The broker node info.</p>
856
- */
857
- BrokerNodeInfo?: BrokerNodeInfo;
858
- /**
859
- * <p>The instance type.</p>
860
- */
861
- InstanceType?: string;
862
- /**
863
- * <p>The Amazon Resource Name (ARN) of the node.</p>
864
- */
865
- NodeARN?: string;
866
- /**
867
- * <p>The node type.</p>
868
- */
869
- NodeType?: NodeType | string;
870
- /**
871
- * <p>The ZookeeperNodeInfo.</p>
872
- */
873
- ZookeeperNodeInfo?: ZookeeperNodeInfo;
874
- }
875
- export declare namespace NodeInfo {
876
- /**
877
- * @internal
878
- */
879
- const filterSensitiveLog: (obj: NodeInfo) => any;
880
- }
881
- /**
882
- * <p>Error info for scram secret associate/disassociate failure.</p>
883
- */
884
- export interface UnprocessedScramSecret {
885
- /**
886
- * <p>Error code for associate/disassociate failure.</p>
887
- */
888
- ErrorCode?: string;
889
- /**
890
- * <p>Error message for associate/disassociate failure.</p>
891
- */
892
- ErrorMessage?: string;
893
- /**
894
- * <p>AWS Secrets Manager secret ARN.</p>
895
- */
896
- SecretArn?: string;
897
- }
898
- export declare namespace UnprocessedScramSecret {
899
- /**
900
- * @internal
901
- */
902
- const filterSensitiveLog: (obj: UnprocessedScramSecret) => any;
903
- }
904
- /**
905
- * <p>Returns information about an error.</p>
906
- */
907
- export interface BadRequestException extends __SmithyException, $MetadataBearer {
908
- name: "BadRequestException";
909
- $fault: "client";
910
- /**
911
- * <p>The parameter that caused the error.</p>
912
- */
913
- InvalidParameter?: string;
914
- /**
915
- * <p>The description of the error.</p>
916
- */
917
- Message?: string;
918
- }
919
- export declare namespace BadRequestException {
920
- /**
921
- * @internal
922
- */
923
- const filterSensitiveLog: (obj: BadRequestException) => any;
924
- }
925
- /**
926
- * <p>Associates sasl scram secrets to cluster.</p>
927
- */
928
- export interface BatchAssociateScramSecretRequest {
929
- /**
930
- * <p>The Amazon Resource Name (ARN) of the cluster to be updated.</p>
931
- */
932
- ClusterArn: string | undefined;
933
- /**
934
- * <p>List of AWS Secrets Manager secret ARNs.</p>
935
- */
936
- SecretArnList: string[] | undefined;
937
- }
938
- export declare namespace BatchAssociateScramSecretRequest {
939
- /**
940
- * @internal
941
- */
942
- const filterSensitiveLog: (obj: BatchAssociateScramSecretRequest) => any;
943
- }
944
- export interface BatchAssociateScramSecretResponse {
945
- /**
946
- * <p>The Amazon Resource Name (ARN) of the cluster.</p>
947
- */
948
- ClusterArn?: string;
949
- /**
950
- * <p>List of errors when associating secrets to cluster.</p>
951
- */
952
- UnprocessedScramSecrets?: UnprocessedScramSecret[];
953
- }
954
- export declare namespace BatchAssociateScramSecretResponse {
955
- /**
956
- * @internal
957
- */
958
- const filterSensitiveLog: (obj: BatchAssociateScramSecretResponse) => any;
959
- }
960
- /**
961
- * <p>Returns information about an error.</p>
962
- */
963
- export interface ForbiddenException extends __SmithyException, $MetadataBearer {
964
- name: "ForbiddenException";
965
- $fault: "client";
966
- /**
967
- * <p>The parameter that caused the error.</p>
968
- */
969
- InvalidParameter?: string;
970
- /**
971
- * <p>The description of the error.</p>
972
- */
973
- Message?: string;
974
- }
975
- export declare namespace ForbiddenException {
976
- /**
977
- * @internal
978
- */
979
- const filterSensitiveLog: (obj: ForbiddenException) => any;
980
- }
981
- /**
982
- * <p>Returns information about an error.</p>
983
- */
984
- export interface InternalServerErrorException extends __SmithyException, $MetadataBearer {
985
- name: "InternalServerErrorException";
986
- $fault: "server";
987
- /**
988
- * <p>The parameter that caused the error.</p>
989
- */
990
- InvalidParameter?: string;
991
- /**
992
- * <p>The description of the error.</p>
993
- */
994
- Message?: string;
995
- }
996
- export declare namespace InternalServerErrorException {
997
- /**
998
- * @internal
999
- */
1000
- const filterSensitiveLog: (obj: InternalServerErrorException) => any;
1001
- }
1002
- /**
1003
- * <p>Returns information about an error.</p>
1004
- */
1005
- export interface NotFoundException extends __SmithyException, $MetadataBearer {
1006
- name: "NotFoundException";
1007
- $fault: "client";
1008
- /**
1009
- * <p>The parameter that caused the error.</p>
1010
- */
1011
- InvalidParameter?: string;
1012
- /**
1013
- * <p>The description of the error.</p>
1014
- */
1015
- Message?: string;
1016
- }
1017
- export declare namespace NotFoundException {
1018
- /**
1019
- * @internal
1020
- */
1021
- const filterSensitiveLog: (obj: NotFoundException) => any;
1022
- }
1023
- /**
1024
- * <p>Returns information about an error.</p>
1025
- */
1026
- export interface ServiceUnavailableException extends __SmithyException, $MetadataBearer {
1027
- name: "ServiceUnavailableException";
1028
- $fault: "server";
1029
- /**
1030
- * <p>The parameter that caused the error.</p>
1031
- */
1032
- InvalidParameter?: string;
1033
- /**
1034
- * <p>The description of the error.</p>
1035
- */
1036
- Message?: string;
1037
- }
1038
- export declare namespace ServiceUnavailableException {
1039
- /**
1040
- * @internal
1041
- */
1042
- const filterSensitiveLog: (obj: ServiceUnavailableException) => any;
1043
- }
1044
- /**
1045
- * <p>Returns information about an error.</p>
1046
- */
1047
- export interface TooManyRequestsException extends __SmithyException, $MetadataBearer {
1048
- name: "TooManyRequestsException";
1049
- $fault: "client";
1050
- /**
1051
- * <p>The parameter that caused the error.</p>
1052
- */
1053
- InvalidParameter?: string;
1054
- /**
1055
- * <p>The description of the error.</p>
1056
- */
1057
- Message?: string;
1058
- }
1059
- export declare namespace TooManyRequestsException {
1060
- /**
1061
- * @internal
1062
- */
1063
- const filterSensitiveLog: (obj: TooManyRequestsException) => any;
1064
- }
1065
- /**
1066
- * <p>Returns information about an error.</p>
1067
- */
1068
- export interface UnauthorizedException extends __SmithyException, $MetadataBearer {
1069
- name: "UnauthorizedException";
1070
- $fault: "client";
1071
- /**
1072
- * <p>The parameter that caused the error.</p>
1073
- */
1074
- InvalidParameter?: string;
1075
- /**
1076
- * <p>The description of the error.</p>
1077
- */
1078
- Message?: string;
1079
- }
1080
- export declare namespace UnauthorizedException {
1081
- /**
1082
- * @internal
1083
- */
1084
- const filterSensitiveLog: (obj: UnauthorizedException) => any;
1085
- }
1086
- /**
1087
- * <p>Disassociates sasl scram secrets to cluster.</p>
1088
- */
1089
- export interface BatchDisassociateScramSecretRequest {
1090
- /**
1091
- * <p>The Amazon Resource Name (ARN) of the cluster to be updated.</p>
1092
- */
1093
- ClusterArn: string | undefined;
1094
- /**
1095
- * <p>List of AWS Secrets Manager secret ARNs.</p>
1096
- */
1097
- SecretArnList: string[] | undefined;
1098
- }
1099
- export declare namespace BatchDisassociateScramSecretRequest {
1100
- /**
1101
- * @internal
1102
- */
1103
- const filterSensitiveLog: (obj: BatchDisassociateScramSecretRequest) => any;
1104
- }
1105
- export interface BatchDisassociateScramSecretResponse {
1106
- /**
1107
- * <p>The Amazon Resource Name (ARN) of the cluster.</p>
1108
- */
1109
- ClusterArn?: string;
1110
- /**
1111
- * <p>List of errors when disassociating secrets to cluster.</p>
1112
- */
1113
- UnprocessedScramSecrets?: UnprocessedScramSecret[];
1114
- }
1115
- export declare namespace BatchDisassociateScramSecretResponse {
1116
- /**
1117
- * @internal
1118
- */
1119
- const filterSensitiveLog: (obj: BatchDisassociateScramSecretResponse) => any;
1120
- }
1121
- /**
1122
- * <p>Returns information about an error.</p>
1123
- */
1124
- export interface ConflictException extends __SmithyException, $MetadataBearer {
1125
- name: "ConflictException";
1126
- $fault: "client";
1127
- /**
1128
- * <p>The parameter that caused the error.</p>
1129
- */
1130
- InvalidParameter?: string;
1131
- /**
1132
- * <p>The description of the error.</p>
1133
- */
1134
- Message?: string;
1135
- }
1136
- export declare namespace ConflictException {
1137
- /**
1138
- * @internal
1139
- */
1140
- const filterSensitiveLog: (obj: ConflictException) => any;
1141
- }
1142
- /**
1143
- * <p>Indicates whether you want to enable or disable the JMX Exporter.</p>
1144
- */
1145
- export interface JmxExporterInfo {
1146
- /**
1147
- * <p>Indicates whether you want to enable or disable the JMX Exporter.</p>
1148
- */
1149
- EnabledInBroker: boolean | undefined;
1150
- }
1151
- export declare namespace JmxExporterInfo {
1152
- /**
1153
- * @internal
1154
- */
1155
- const filterSensitiveLog: (obj: JmxExporterInfo) => any;
1156
- }
1157
- /**
1158
- * <p>Indicates whether you want to enable or disable the Node Exporter.</p>
1159
- */
1160
- export interface NodeExporterInfo {
1161
- /**
1162
- * <p>Indicates whether you want to enable or disable the Node Exporter.</p>
1163
- */
1164
- EnabledInBroker: boolean | undefined;
1165
- }
1166
- export declare namespace NodeExporterInfo {
1167
- /**
1168
- * @internal
1169
- */
1170
- const filterSensitiveLog: (obj: NodeExporterInfo) => any;
1171
- }
1172
- /**
1173
- * <p>Prometheus settings.</p>
1174
- */
1175
- export interface PrometheusInfo {
1176
- /**
1177
- * <p>Indicates whether you want to enable or disable the JMX Exporter.</p>
1178
- */
1179
- JmxExporter?: JmxExporterInfo;
1180
- /**
1181
- * <p>Indicates whether you want to enable or disable the Node Exporter.</p>
1182
- */
1183
- NodeExporter?: NodeExporterInfo;
1184
- }
1185
- export declare namespace PrometheusInfo {
1186
- /**
1187
- * @internal
1188
- */
1189
- const filterSensitiveLog: (obj: PrometheusInfo) => any;
1190
- }
1191
- /**
1192
- * <p>JMX and Node monitoring for the MSK cluster.</p>
1193
- */
1194
- export interface OpenMonitoringInfo {
1195
- /**
1196
- * <p>Prometheus settings.</p>
1197
- */
1198
- Prometheus: PrometheusInfo | undefined;
1199
- }
1200
- export declare namespace OpenMonitoringInfo {
1201
- /**
1202
- * @internal
1203
- */
1204
- const filterSensitiveLog: (obj: OpenMonitoringInfo) => any;
1205
- }
1206
- export interface CreateClusterRequest {
1207
- /**
1208
- * <p>Information about the broker nodes in the cluster.</p>
1209
- */
1210
- BrokerNodeGroupInfo: BrokerNodeGroupInfo | undefined;
1211
- /**
1212
- * <p>Includes all client authentication related information.</p>
1213
- */
1214
- ClientAuthentication?: ClientAuthentication;
1215
- /**
1216
- * <p>The name of the cluster.</p>
1217
- */
1218
- ClusterName: string | undefined;
1219
- /**
1220
- * <p>Represents the configuration that you want MSK to use for the brokers in a cluster.</p>
1221
- */
1222
- ConfigurationInfo?: ConfigurationInfo;
1223
- /**
1224
- * <p>Includes all encryption-related information.</p>
1225
- */
1226
- EncryptionInfo?: EncryptionInfo;
1227
- /**
1228
- * <p>Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION.</p>
1229
- */
1230
- EnhancedMonitoring?: EnhancedMonitoring | string;
1231
- /**
1232
- * <p>The settings for open monitoring.</p>
1233
- */
1234
- OpenMonitoring?: OpenMonitoringInfo;
1235
- /**
1236
- * <p>The version of Apache Kafka.</p>
1237
- */
1238
- KafkaVersion: string | undefined;
1239
- LoggingInfo?: LoggingInfo;
1240
- /**
1241
- * <p>The number of broker nodes in the cluster.</p>
1242
- */
1243
- NumberOfBrokerNodes: number | undefined;
1244
- /**
1245
- * <p>Create tags when creating the cluster.</p>
1246
- */
1247
- Tags?: {
1248
- [key: string]: string;
1249
- };
1250
- }
1251
- export declare namespace CreateClusterRequest {
1252
- /**
1253
- * @internal
1254
- */
1255
- const filterSensitiveLog: (obj: CreateClusterRequest) => any;
1256
- }
1257
- export interface CreateClusterResponse {
1258
- /**
1259
- * <p>The Amazon Resource Name (ARN) of the cluster.</p>
1260
- */
1261
- ClusterArn?: string;
1262
- /**
1263
- * <p>The name of the MSK cluster.</p>
1264
- */
1265
- ClusterName?: string;
1266
- /**
1267
- * <p>The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.</p>
1268
- */
1269
- State?: ClusterState | string;
1270
- }
1271
- export declare namespace CreateClusterResponse {
1272
- /**
1273
- * @internal
1274
- */
1275
- const filterSensitiveLog: (obj: CreateClusterResponse) => any;
1276
- }
1277
- export interface CreateConfigurationRequest {
1278
- /**
1279
- * <p>The description of the configuration.</p>
1280
- */
1281
- Description?: string;
1282
- /**
1283
- * <p>The versions of Apache Kafka with which you can use this MSK configuration.</p>
1284
- */
1285
- KafkaVersions?: string[];
1286
- /**
1287
- * <p>The name of the configuration.</p>
1288
- */
1289
- Name: string | undefined;
1290
- /**
1291
- * <p>Contents of the <filename>server.properties</filename> file. When using the API, you must ensure that the contents of the file are base64 encoded.
1292
- * When using the AWS Management Console, the SDK, or the AWS CLI, the contents of <filename>server.properties</filename> can be in plaintext.</p>
1293
- */
1294
- ServerProperties: Uint8Array | undefined;
1295
- }
1296
- export declare namespace CreateConfigurationRequest {
1297
- /**
1298
- * @internal
1299
- */
1300
- const filterSensitiveLog: (obj: CreateConfigurationRequest) => any;
1301
- }
1302
- export interface CreateConfigurationResponse {
1303
- /**
1304
- * <p>The Amazon Resource Name (ARN) of the configuration.</p>
1305
- */
1306
- Arn?: string;
1307
- /**
1308
- * <p>The time when the configuration was created.</p>
1309
- */
1310
- CreationTime?: Date;
1311
- /**
1312
- * <p>Latest revision of the configuration.</p>
1313
- */
1314
- LatestRevision?: ConfigurationRevision;
1315
- /**
1316
- * <p>The name of the configuration.</p>
1317
- */
1318
- Name?: string;
1319
- /**
1320
- * <p>The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED. </p>
1321
- */
1322
- State?: ConfigurationState | string;
1323
- }
1324
- export declare namespace CreateConfigurationResponse {
1325
- /**
1326
- * @internal
1327
- */
1328
- const filterSensitiveLog: (obj: CreateConfigurationResponse) => any;
1329
- }
1330
- export interface DeleteClusterRequest {
1331
- /**
1332
- * <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
1333
- */
1334
- ClusterArn: string | undefined;
1335
- /**
1336
- * <p>The current version of the MSK cluster.</p>
1337
- */
1338
- CurrentVersion?: string;
1339
- }
1340
- export declare namespace DeleteClusterRequest {
1341
- /**
1342
- * @internal
1343
- */
1344
- const filterSensitiveLog: (obj: DeleteClusterRequest) => any;
1345
- }
1346
- export interface DeleteClusterResponse {
1347
- /**
1348
- * <p>The Amazon Resource Name (ARN) of the cluster.</p>
1349
- */
1350
- ClusterArn?: string;
1351
- /**
1352
- * <p>The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.</p>
1353
- */
1354
- State?: ClusterState | string;
1355
- }
1356
- export declare namespace DeleteClusterResponse {
1357
- /**
1358
- * @internal
1359
- */
1360
- const filterSensitiveLog: (obj: DeleteClusterResponse) => any;
1361
- }
1362
- export interface DeleteConfigurationRequest {
1363
- /**
1364
- * <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.</p>
1365
- */
1366
- Arn: string | undefined;
1367
- }
1368
- export declare namespace DeleteConfigurationRequest {
1369
- /**
1370
- * @internal
1371
- */
1372
- const filterSensitiveLog: (obj: DeleteConfigurationRequest) => any;
1373
- }
1374
- export interface DeleteConfigurationResponse {
1375
- /**
1376
- * <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.</p>
1377
- */
1378
- Arn?: string;
1379
- /**
1380
- * <p>The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED. </p>
1381
- */
1382
- State?: ConfigurationState | string;
1383
- }
1384
- export declare namespace DeleteConfigurationResponse {
1385
- /**
1386
- * @internal
1387
- */
1388
- const filterSensitiveLog: (obj: DeleteConfigurationResponse) => any;
1389
- }
1390
- export interface DescribeClusterRequest {
1391
- /**
1392
- * <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
1393
- */
1394
- ClusterArn: string | undefined;
1395
- }
1396
- export declare namespace DescribeClusterRequest {
1397
- /**
1398
- * @internal
1399
- */
1400
- const filterSensitiveLog: (obj: DescribeClusterRequest) => any;
1401
- }
1402
- export interface DescribeClusterResponse {
1403
- /**
1404
- * <p>The cluster information.</p>
1405
- */
1406
- ClusterInfo?: ClusterInfo;
1407
- }
1408
- export declare namespace DescribeClusterResponse {
1409
- /**
1410
- * @internal
1411
- */
1412
- const filterSensitiveLog: (obj: DescribeClusterResponse) => any;
1413
- }
1414
- export interface DescribeClusterOperationRequest {
1415
- /**
1416
- * <p>The Amazon Resource Name (ARN) that uniquely identifies the MSK cluster operation.</p>
1417
- */
1418
- ClusterOperationArn: string | undefined;
1419
- }
1420
- export declare namespace DescribeClusterOperationRequest {
1421
- /**
1422
- * @internal
1423
- */
1424
- const filterSensitiveLog: (obj: DescribeClusterOperationRequest) => any;
1425
- }
1426
- export interface DescribeClusterOperationResponse {
1427
- /**
1428
- * <p>Cluster operation information</p>
1429
- */
1430
- ClusterOperationInfo?: ClusterOperationInfo;
1431
- }
1432
- export declare namespace DescribeClusterOperationResponse {
1433
- /**
1434
- * @internal
1435
- */
1436
- const filterSensitiveLog: (obj: DescribeClusterOperationResponse) => any;
1437
- }
1438
- export interface DescribeConfigurationRequest {
1439
- /**
1440
- * <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.</p>
1441
- */
1442
- Arn: string | undefined;
1443
- }
1444
- export declare namespace DescribeConfigurationRequest {
1445
- /**
1446
- * @internal
1447
- */
1448
- const filterSensitiveLog: (obj: DescribeConfigurationRequest) => any;
1449
- }
1450
- export interface DescribeConfigurationResponse {
1451
- /**
1452
- * <p>The Amazon Resource Name (ARN) of the configuration.</p>
1453
- */
1454
- Arn?: string;
1455
- /**
1456
- * <p>The time when the configuration was created.</p>
1457
- */
1458
- CreationTime?: Date;
1459
- /**
1460
- * <p>The description of the configuration.</p>
1461
- */
1462
- Description?: string;
1463
- /**
1464
- * <p>The versions of Apache Kafka with which you can use this MSK configuration.</p>
1465
- */
1466
- KafkaVersions?: string[];
1467
- /**
1468
- * <p>Latest revision of the configuration.</p>
1469
- */
1470
- LatestRevision?: ConfigurationRevision;
1471
- /**
1472
- * <p>The name of the configuration.</p>
1473
- */
1474
- Name?: string;
1475
- /**
1476
- * <p>The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED. </p>
1477
- */
1478
- State?: ConfigurationState | string;
1479
- }
1480
- export declare namespace DescribeConfigurationResponse {
1481
- /**
1482
- * @internal
1483
- */
1484
- const filterSensitiveLog: (obj: DescribeConfigurationResponse) => any;
1485
- }
1486
- export interface DescribeConfigurationRevisionRequest {
1487
- /**
1488
- * <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.</p>
1489
- */
1490
- Arn: string | undefined;
1491
- /**
1492
- * <p>A string that uniquely identifies a revision of an MSK configuration.</p>
1493
- */
1494
- Revision: number | undefined;
1495
- }
1496
- export declare namespace DescribeConfigurationRevisionRequest {
1497
- /**
1498
- * @internal
1499
- */
1500
- const filterSensitiveLog: (obj: DescribeConfigurationRevisionRequest) => any;
1501
- }
1502
- export interface DescribeConfigurationRevisionResponse {
1503
- /**
1504
- * <p>The Amazon Resource Name (ARN) of the configuration.</p>
1505
- */
1506
- Arn?: string;
1507
- /**
1508
- * <p>The time when the configuration was created.</p>
1509
- */
1510
- CreationTime?: Date;
1511
- /**
1512
- * <p>The description of the configuration.</p>
1513
- */
1514
- Description?: string;
1515
- /**
1516
- * <p>The revision number.</p>
1517
- */
1518
- Revision?: number;
1519
- /**
1520
- * <p>Contents of the <filename>server.properties</filename> file. When using the API, you must ensure that the contents of the file are base64 encoded.
1521
- * When using the AWS Management Console, the SDK, or the AWS CLI, the contents of <filename>server.properties</filename> can be in plaintext.</p>
1522
- */
1523
- ServerProperties?: Uint8Array;
1524
- }
1525
- export declare namespace DescribeConfigurationRevisionResponse {
1526
- /**
1527
- * @internal
1528
- */
1529
- const filterSensitiveLog: (obj: DescribeConfigurationRevisionResponse) => any;
1530
- }
1531
- export interface GetBootstrapBrokersRequest {
1532
- /**
1533
- * <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
1534
- */
1535
- ClusterArn: string | undefined;
1536
- }
1537
- export declare namespace GetBootstrapBrokersRequest {
1538
- /**
1539
- * @internal
1540
- */
1541
- const filterSensitiveLog: (obj: GetBootstrapBrokersRequest) => any;
1542
- }
1543
- export interface GetBootstrapBrokersResponse {
1544
- /**
1545
- * <p>A string containing one or more hostname:port pairs.</p>
1546
- */
1547
- BootstrapBrokerString?: string;
1548
- /**
1549
- * <p>A string containing one or more DNS names (or IP) and TLS port pairs.</p>
1550
- */
1551
- BootstrapBrokerStringTls?: string;
1552
- /**
1553
- * <p>A string containing one or more DNS names (or IP) and Sasl Scram port pairs.</p>
1554
- */
1555
- BootstrapBrokerStringSaslScram?: string;
1556
- /**
1557
- * <p>A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs.</p>
1558
- */
1559
- BootstrapBrokerStringSaslIam?: string;
1560
- }
1561
- export declare namespace GetBootstrapBrokersResponse {
1562
- /**
1563
- * @internal
1564
- */
1565
- const filterSensitiveLog: (obj: GetBootstrapBrokersResponse) => any;
1566
- }
1567
- export interface GetCompatibleKafkaVersionsRequest {
1568
- /**
1569
- * <p>The Amazon Resource Name (ARN) of the cluster check.</p>
1570
- */
1571
- ClusterArn?: string;
1572
- }
1573
- export declare namespace GetCompatibleKafkaVersionsRequest {
1574
- /**
1575
- * @internal
1576
- */
1577
- const filterSensitiveLog: (obj: GetCompatibleKafkaVersionsRequest) => any;
1578
- }
1579
- export interface GetCompatibleKafkaVersionsResponse {
1580
- /**
1581
- * <p>A list of CompatibleKafkaVersion objects.</p>
1582
- */
1583
- CompatibleKafkaVersions?: CompatibleKafkaVersion[];
1584
- }
1585
- export declare namespace GetCompatibleKafkaVersionsResponse {
1586
- /**
1587
- * @internal
1588
- */
1589
- const filterSensitiveLog: (obj: GetCompatibleKafkaVersionsResponse) => any;
1590
- }
1591
- export interface ListClusterOperationsRequest {
1592
- /**
1593
- * <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
1594
- */
1595
- ClusterArn: string | undefined;
1596
- /**
1597
- * <p>The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.</p>
1598
- */
1599
- MaxResults?: number;
1600
- /**
1601
- * <p>The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response.
1602
- * To get the next batch, provide this token in your next request.</p>
1603
- */
1604
- NextToken?: string;
1605
- }
1606
- export declare namespace ListClusterOperationsRequest {
1607
- /**
1608
- * @internal
1609
- */
1610
- const filterSensitiveLog: (obj: ListClusterOperationsRequest) => any;
1611
- }
1612
- export interface ListClusterOperationsResponse {
1613
- /**
1614
- * <p>An array of cluster operation information objects.</p>
1615
- */
1616
- ClusterOperationInfoList?: ClusterOperationInfo[];
1617
- /**
1618
- * <p>If the response of ListClusterOperations is truncated, it returns a NextToken in the response. This Nexttoken should be sent in the subsequent request to ListClusterOperations.</p>
1619
- */
1620
- NextToken?: string;
1621
- }
1622
- export declare namespace ListClusterOperationsResponse {
1623
- /**
1624
- * @internal
1625
- */
1626
- const filterSensitiveLog: (obj: ListClusterOperationsResponse) => any;
1627
- }
1628
- export interface ListClustersRequest {
1629
- /**
1630
- * <p>Specify a prefix of the name of the clusters that you want to list. The service lists all the clusters whose names start with this prefix.</p>
1631
- */
1632
- ClusterNameFilter?: string;
1633
- /**
1634
- * <p>The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.</p>
1635
- */
1636
- MaxResults?: number;
1637
- /**
1638
- * <p>The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response.
1639
- * To get the next batch, provide this token in your next request.</p>
1640
- */
1641
- NextToken?: string;
1642
- }
1643
- export declare namespace ListClustersRequest {
1644
- /**
1645
- * @internal
1646
- */
1647
- const filterSensitiveLog: (obj: ListClustersRequest) => any;
1648
- }
1649
- export interface ListClustersResponse {
1650
- /**
1651
- * <p>Information on each of the MSK clusters in the response.</p>
1652
- */
1653
- ClusterInfoList?: ClusterInfo[];
1654
- /**
1655
- * <p>The paginated results marker. When the result of a ListClusters operation is truncated, the call returns NextToken in the response.
1656
- * To get another batch of clusters, provide this token in your next request.</p>
1657
- */
1658
- NextToken?: string;
1659
- }
1660
- export declare namespace ListClustersResponse {
1661
- /**
1662
- * @internal
1663
- */
1664
- const filterSensitiveLog: (obj: ListClustersResponse) => any;
1665
- }
1666
- export interface ListConfigurationRevisionsRequest {
1667
- /**
1668
- * <p>The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration and all of its revisions.</p>
1669
- */
1670
- Arn: string | undefined;
1671
- /**
1672
- * <p>The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.</p>
1673
- */
1674
- MaxResults?: number;
1675
- /**
1676
- * <p>The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response.
1677
- * To get the next batch, provide this token in your next request.</p>
1678
- */
1679
- NextToken?: string;
1680
- }
1681
- export declare namespace ListConfigurationRevisionsRequest {
1682
- /**
1683
- * @internal
1684
- */
1685
- const filterSensitiveLog: (obj: ListConfigurationRevisionsRequest) => any;
1686
- }
1687
- export interface ListConfigurationRevisionsResponse {
1688
- /**
1689
- * <p>Paginated results marker.</p>
1690
- */
1691
- NextToken?: string;
1692
- /**
1693
- * <p>List of ConfigurationRevision objects.</p>
1694
- */
1695
- Revisions?: ConfigurationRevision[];
1696
- }
1697
- export declare namespace ListConfigurationRevisionsResponse {
1698
- /**
1699
- * @internal
1700
- */
1701
- const filterSensitiveLog: (obj: ListConfigurationRevisionsResponse) => any;
1702
- }
1703
- export interface ListConfigurationsRequest {
1704
- /**
1705
- * <p>The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.</p>
1706
- */
1707
- MaxResults?: number;
1708
- /**
1709
- * <p>The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response.
1710
- * To get the next batch, provide this token in your next request.</p>
1711
- */
1712
- NextToken?: string;
1713
- }
1714
- export declare namespace ListConfigurationsRequest {
1715
- /**
1716
- * @internal
1717
- */
1718
- const filterSensitiveLog: (obj: ListConfigurationsRequest) => any;
1719
- }
1720
- export interface ListConfigurationsResponse {
1721
- /**
1722
- * <p>An array of MSK configurations.</p>
1723
- */
1724
- Configurations?: Configuration[];
1725
- /**
1726
- * <p>The paginated results marker. When the result of a ListConfigurations operation is truncated, the call returns NextToken in the response.
1727
- * To get another batch of configurations, provide this token in your next request.</p>
1728
- */
1729
- NextToken?: string;
1730
- }
1731
- export declare namespace ListConfigurationsResponse {
1732
- /**
1733
- * @internal
1734
- */
1735
- const filterSensitiveLog: (obj: ListConfigurationsResponse) => any;
1736
- }
1737
- export interface ListKafkaVersionsRequest {
1738
- /**
1739
- * <p>The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.</p>
1740
- */
1741
- MaxResults?: number;
1742
- /**
1743
- * <p>The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response. To get the next batch, provide this token in your next request.</p>
1744
- */
1745
- NextToken?: string;
1746
- }
1747
- export declare namespace ListKafkaVersionsRequest {
1748
- /**
1749
- * @internal
1750
- */
1751
- const filterSensitiveLog: (obj: ListKafkaVersionsRequest) => any;
1752
- }
1753
- export interface ListKafkaVersionsResponse {
1754
- KafkaVersions?: KafkaVersion[];
1755
- NextToken?: string;
1756
- }
1757
- export declare namespace ListKafkaVersionsResponse {
1758
- /**
1759
- * @internal
1760
- */
1761
- const filterSensitiveLog: (obj: ListKafkaVersionsResponse) => any;
1762
- }
1763
- export interface ListNodesRequest {
1764
- /**
1765
- * <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
1766
- */
1767
- ClusterArn: string | undefined;
1768
- /**
1769
- * <p>The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.</p>
1770
- */
1771
- MaxResults?: number;
1772
- /**
1773
- * <p>The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response.
1774
- * To get the next batch, provide this token in your next request.</p>
1775
- */
1776
- NextToken?: string;
1777
- }
1778
- export declare namespace ListNodesRequest {
1779
- /**
1780
- * @internal
1781
- */
1782
- const filterSensitiveLog: (obj: ListNodesRequest) => any;
1783
- }
1784
- export interface ListNodesResponse {
1785
- /**
1786
- * <p>The paginated results marker. When the result of a ListNodes operation is truncated, the call returns NextToken in the response.
1787
- * To get another batch of nodes, provide this token in your next request.</p>
1788
- */
1789
- NextToken?: string;
1790
- /**
1791
- * <p>List containing a NodeInfo object.</p>
1792
- */
1793
- NodeInfoList?: NodeInfo[];
1794
- }
1795
- export declare namespace ListNodesResponse {
1796
- /**
1797
- * @internal
1798
- */
1799
- const filterSensitiveLog: (obj: ListNodesResponse) => any;
1800
- }
1801
- export interface ListScramSecretsRequest {
1802
- /**
1803
- * <p>The arn of the cluster.</p>
1804
- */
1805
- ClusterArn: string | undefined;
1806
- /**
1807
- * <p>The maxResults of the query.</p>
1808
- */
1809
- MaxResults?: number;
1810
- /**
1811
- * <p>The nextToken of the query.</p>
1812
- */
1813
- NextToken?: string;
1814
- }
1815
- export declare namespace ListScramSecretsRequest {
1816
- /**
1817
- * @internal
1818
- */
1819
- const filterSensitiveLog: (obj: ListScramSecretsRequest) => any;
1820
- }
1821
- export interface ListScramSecretsResponse {
1822
- /**
1823
- * <p>Paginated results marker.</p>
1824
- */
1825
- NextToken?: string;
1826
- /**
1827
- * <p>The list of scram secrets associated with the cluster.</p>
1828
- */
1829
- SecretArnList?: string[];
1830
- }
1831
- export declare namespace ListScramSecretsResponse {
1832
- /**
1833
- * @internal
1834
- */
1835
- const filterSensitiveLog: (obj: ListScramSecretsResponse) => any;
1836
- }
1837
- export interface ListTagsForResourceRequest {
1838
- /**
1839
- * <p>The Amazon Resource Name (ARN) that uniquely identifies the resource that's associated with the tags.</p>
1840
- */
1841
- ResourceArn: string | undefined;
1842
- }
1843
- export declare namespace ListTagsForResourceRequest {
1844
- /**
1845
- * @internal
1846
- */
1847
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1848
- }
1849
- export interface ListTagsForResourceResponse {
1850
- /**
1851
- * <p>The key-value pair for the resource tag.</p>
1852
- */
1853
- Tags?: {
1854
- [key: string]: string;
1855
- };
1856
- }
1857
- export declare namespace ListTagsForResourceResponse {
1858
- /**
1859
- * @internal
1860
- */
1861
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1862
- }
1863
- /**
1864
- * Reboots a node.
1865
- */
1866
- export interface RebootBrokerRequest {
1867
- /**
1868
- * <p>The list of broker IDs to be rebooted. The reboot-broker operation supports rebooting one broker at a time.</p>
1869
- */
1870
- BrokerIds: string[] | undefined;
1871
- /**
1872
- * <p>The Amazon Resource Name (ARN) of the cluster to be updated.</p>
1873
- */
1874
- ClusterArn: string | undefined;
1875
- }
1876
- export declare namespace RebootBrokerRequest {
1877
- /**
1878
- * @internal
1879
- */
1880
- const filterSensitiveLog: (obj: RebootBrokerRequest) => any;
1881
- }
1882
- export interface RebootBrokerResponse {
1883
- /**
1884
- * <p>The Amazon Resource Name (ARN) of the cluster.</p>
1885
- */
1886
- ClusterArn?: string;
1887
- /**
1888
- * <p>The Amazon Resource Name (ARN) of the cluster operation.</p>
1889
- */
1890
- ClusterOperationArn?: string;
1891
- }
1892
- export declare namespace RebootBrokerResponse {
1893
- /**
1894
- * @internal
1895
- */
1896
- const filterSensitiveLog: (obj: RebootBrokerResponse) => any;
1897
- }
1898
- export interface TagResourceRequest {
1899
- /**
1900
- * <p>The Amazon Resource Name (ARN) that uniquely identifies the resource that's associated with the tags.</p>
1901
- */
1902
- ResourceArn: string | undefined;
1903
- /**
1904
- * <p>The key-value pair for the resource tag.</p>
1905
- */
1906
- Tags: {
1907
- [key: string]: string;
1908
- } | undefined;
1909
- }
1910
- export declare namespace TagResourceRequest {
1911
- /**
1912
- * @internal
1913
- */
1914
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1915
- }
1916
- export interface UntagResourceRequest {
1917
- /**
1918
- * <p>The Amazon Resource Name (ARN) that uniquely identifies the resource that's associated with the tags.</p>
1919
- */
1920
- ResourceArn: string | undefined;
1921
- /**
1922
- * <p>Tag keys must be unique for a given cluster. In addition, the following restrictions apply:</p>
1923
- * <ul>
1924
- * <li>
1925
- * <p>Each tag key must be unique. If you add a tag with a key that's already in
1926
- * use, your new tag overwrites the existing key-value pair. </p>
1927
- * </li>
1928
- * <li>
1929
- * <p>You can't start a tag key with aws: because this prefix is reserved for use
1930
- * by AWS. AWS creates tags that begin with this prefix on your behalf, but
1931
- * you can't edit or delete them.</p>
1932
- * </li>
1933
- * <li>
1934
- * <p>Tag keys must be between 1 and 128 Unicode characters in length.</p>
1935
- * </li>
1936
- * <li>
1937
- * <p>Tag keys must consist of the following characters: Unicode letters, digits,
1938
- * white space, and the following special characters: _ . / = + -
1939
- * @.</p>
1940
- * </li>
1941
- * </ul>
1942
- */
1943
- TagKeys: string[] | undefined;
1944
- }
1945
- export declare namespace UntagResourceRequest {
1946
- /**
1947
- * @internal
1948
- */
1949
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1950
- }
1951
- export interface UpdateBrokerCountRequest {
1952
- /**
1953
- * <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
1954
- */
1955
- ClusterArn: string | undefined;
1956
- /**
1957
- * <p>The version of cluster to update from. A successful operation will then generate a new version.</p>
1958
- */
1959
- CurrentVersion: string | undefined;
1960
- /**
1961
- * <p>The number of broker nodes that you want the cluster to have after this operation completes successfully.</p>
1962
- */
1963
- TargetNumberOfBrokerNodes: number | undefined;
1964
- }
1965
- export declare namespace UpdateBrokerCountRequest {
1966
- /**
1967
- * @internal
1968
- */
1969
- const filterSensitiveLog: (obj: UpdateBrokerCountRequest) => any;
1970
- }
1971
- export interface UpdateBrokerCountResponse {
1972
- /**
1973
- * <p>The Amazon Resource Name (ARN) of the cluster.</p>
1974
- */
1975
- ClusterArn?: string;
1976
- /**
1977
- * <p>The Amazon Resource Name (ARN) of the cluster operation.</p>
1978
- */
1979
- ClusterOperationArn?: string;
1980
- }
1981
- export declare namespace UpdateBrokerCountResponse {
1982
- /**
1983
- * @internal
1984
- */
1985
- const filterSensitiveLog: (obj: UpdateBrokerCountResponse) => any;
1986
- }
1987
- export interface UpdateBrokerStorageRequest {
1988
- /**
1989
- * <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
1990
- */
1991
- ClusterArn: string | undefined;
1992
- /**
1993
- * <p>The version of cluster to update from. A successful operation will then generate a new version.</p>
1994
- */
1995
- CurrentVersion: string | undefined;
1996
- /**
1997
- * <p>Describes the target volume size and the ID of the broker to apply the update to.</p>
1998
- */
1999
- TargetBrokerEBSVolumeInfo: BrokerEBSVolumeInfo[] | undefined;
2000
- }
2001
- export declare namespace UpdateBrokerStorageRequest {
2002
- /**
2003
- * @internal
2004
- */
2005
- const filterSensitiveLog: (obj: UpdateBrokerStorageRequest) => any;
2006
- }
2007
- export interface UpdateBrokerStorageResponse {
2008
- /**
2009
- * <p>The Amazon Resource Name (ARN) of the cluster.</p>
2010
- */
2011
- ClusterArn?: string;
2012
- /**
2013
- * <p>The Amazon Resource Name (ARN) of the cluster operation.</p>
2014
- */
2015
- ClusterOperationArn?: string;
2016
- }
2017
- export declare namespace UpdateBrokerStorageResponse {
2018
- /**
2019
- * @internal
2020
- */
2021
- const filterSensitiveLog: (obj: UpdateBrokerStorageResponse) => any;
2022
- }
2023
- export interface UpdateBrokerTypeRequest {
2024
- /**
2025
- * <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
2026
- */
2027
- ClusterArn: string | undefined;
2028
- /**
2029
- * <p>The cluster version that you want to change. After this operation completes successfully, the cluster will have a new version.</p>
2030
- */
2031
- CurrentVersion: string | undefined;
2032
- /**
2033
- * <p>The Amazon MSK broker type that you want all of the brokers in this cluster to be.</p>
2034
- */
2035
- TargetInstanceType: string | undefined;
2036
- }
2037
- export declare namespace UpdateBrokerTypeRequest {
2038
- /**
2039
- * @internal
2040
- */
2041
- const filterSensitiveLog: (obj: UpdateBrokerTypeRequest) => any;
2042
- }
2043
- export interface UpdateBrokerTypeResponse {
2044
- /**
2045
- * <p>The Amazon Resource Name (ARN) of the cluster.</p>
2046
- */
2047
- ClusterArn?: string;
2048
- /**
2049
- * <p>The Amazon Resource Name (ARN) of the cluster operation.</p>
2050
- */
2051
- ClusterOperationArn?: string;
2052
- }
2053
- export declare namespace UpdateBrokerTypeResponse {
2054
- /**
2055
- * @internal
2056
- */
2057
- const filterSensitiveLog: (obj: UpdateBrokerTypeResponse) => any;
2058
- }
2059
- export interface UpdateClusterConfigurationRequest {
2060
- /**
2061
- * <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
2062
- */
2063
- ClusterArn: string | undefined;
2064
- /**
2065
- * <p>Represents the configuration that you want MSK to use for the brokers in a cluster.</p>
2066
- */
2067
- ConfigurationInfo: ConfigurationInfo | undefined;
2068
- /**
2069
- * <p>The version of the cluster that needs to be updated.</p>
2070
- */
2071
- CurrentVersion: string | undefined;
2072
- }
2073
- export declare namespace UpdateClusterConfigurationRequest {
2074
- /**
2075
- * @internal
2076
- */
2077
- const filterSensitiveLog: (obj: UpdateClusterConfigurationRequest) => any;
2078
- }
2079
- export interface UpdateClusterConfigurationResponse {
2080
- /**
2081
- * <p>The Amazon Resource Name (ARN) of the cluster.</p>
2082
- */
2083
- ClusterArn?: string;
2084
- /**
2085
- * <p>The Amazon Resource Name (ARN) of the cluster operation.</p>
2086
- */
2087
- ClusterOperationArn?: string;
2088
- }
2089
- export declare namespace UpdateClusterConfigurationResponse {
2090
- /**
2091
- * @internal
2092
- */
2093
- const filterSensitiveLog: (obj: UpdateClusterConfigurationResponse) => any;
2094
- }
2095
- export interface UpdateClusterKafkaVersionRequest {
2096
- /**
2097
- * <p>The Amazon Resource Name (ARN) of the cluster to be updated.</p>
2098
- */
2099
- ClusterArn: string | undefined;
2100
- /**
2101
- * <p>The custom configuration that should be applied on the new version of cluster.</p>
2102
- */
2103
- ConfigurationInfo?: ConfigurationInfo;
2104
- /**
2105
- * <p>Current cluster version.</p>
2106
- */
2107
- CurrentVersion: string | undefined;
2108
- /**
2109
- * <p>Target Kafka version.</p>
2110
- */
2111
- TargetKafkaVersion: string | undefined;
2112
- }
2113
- export declare namespace UpdateClusterKafkaVersionRequest {
2114
- /**
2115
- * @internal
2116
- */
2117
- const filterSensitiveLog: (obj: UpdateClusterKafkaVersionRequest) => any;
2118
- }
2119
- export interface UpdateClusterKafkaVersionResponse {
2120
- /**
2121
- * <p>The Amazon Resource Name (ARN) of the cluster.</p>
2122
- */
2123
- ClusterArn?: string;
2124
- /**
2125
- * <p>The Amazon Resource Name (ARN) of the cluster operation.</p>
2126
- */
2127
- ClusterOperationArn?: string;
2128
- }
2129
- export declare namespace UpdateClusterKafkaVersionResponse {
2130
- /**
2131
- * @internal
2132
- */
2133
- const filterSensitiveLog: (obj: UpdateClusterKafkaVersionResponse) => any;
2134
- }
2135
- export interface UpdateConfigurationRequest {
2136
- /**
2137
- * <p>The Amazon Resource Name (ARN) of the configuration.</p>
2138
- */
2139
- Arn: string | undefined;
2140
- /**
2141
- * <p>The description of the configuration revision.</p>
2142
- */
2143
- Description?: string;
2144
- /**
2145
- * <p>Contents of the <filename>server.properties</filename> file. When using the API, you must ensure that the contents of the file are base64 encoded.
2146
- * When using the AWS Management Console, the SDK, or the AWS CLI, the contents of <filename>server.properties</filename> can be in plaintext.</p>
2147
- */
2148
- ServerProperties: Uint8Array | undefined;
2149
- }
2150
- export declare namespace UpdateConfigurationRequest {
2151
- /**
2152
- * @internal
2153
- */
2154
- const filterSensitiveLog: (obj: UpdateConfigurationRequest) => any;
2155
- }
2156
- export interface UpdateConfigurationResponse {
2157
- /**
2158
- * <p>The Amazon Resource Name (ARN) of the configuration.</p>
2159
- */
2160
- Arn?: string;
2161
- /**
2162
- * <p>Latest revision of the configuration.</p>
2163
- */
2164
- LatestRevision?: ConfigurationRevision;
2165
- }
2166
- export declare namespace UpdateConfigurationResponse {
2167
- /**
2168
- * @internal
2169
- */
2170
- const filterSensitiveLog: (obj: UpdateConfigurationResponse) => any;
2171
- }
2172
- /**
2173
- * Request body for UpdateMonitoring.
2174
- */
2175
- export interface UpdateMonitoringRequest {
2176
- /**
2177
- * <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
2178
- */
2179
- ClusterArn: string | undefined;
2180
- /**
2181
- * <p>The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.</p>
2182
- */
2183
- CurrentVersion: string | undefined;
2184
- /**
2185
- * <p>Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.</p>
2186
- */
2187
- EnhancedMonitoring?: EnhancedMonitoring | string;
2188
- /**
2189
- * <p>The settings for open monitoring.</p>
2190
- */
2191
- OpenMonitoring?: OpenMonitoringInfo;
2192
- LoggingInfo?: LoggingInfo;
2193
- }
2194
- export declare namespace UpdateMonitoringRequest {
2195
- /**
2196
- * @internal
2197
- */
2198
- const filterSensitiveLog: (obj: UpdateMonitoringRequest) => any;
2199
- }
2200
- export interface UpdateMonitoringResponse {
2201
- /**
2202
- * <p>The Amazon Resource Name (ARN) of the cluster.</p>
2203
- */
2204
- ClusterArn?: string;
2205
- /**
2206
- * <p>The Amazon Resource Name (ARN) of the cluster operation.</p>
2207
- */
2208
- ClusterOperationArn?: string;
2209
- }
2210
- export declare namespace UpdateMonitoringResponse {
2211
- /**
2212
- * @internal
2213
- */
2214
- const filterSensitiveLog: (obj: UpdateMonitoringResponse) => any;
2215
- }
2216
- export interface UpdateSecurityRequest {
2217
- /**
2218
- * <p>Includes all client authentication related information.</p>
2219
- */
2220
- ClientAuthentication?: ClientAuthentication;
2221
- /**
2222
- * <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
2223
- */
2224
- ClusterArn: string | undefined;
2225
- /**
2226
- * <p>The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.</p>
2227
- */
2228
- CurrentVersion: string | undefined;
2229
- /**
2230
- * <p>Includes all encryption-related information.</p>
2231
- */
2232
- EncryptionInfo?: EncryptionInfo;
2233
- }
2234
- export declare namespace UpdateSecurityRequest {
2235
- /**
2236
- * @internal
2237
- */
2238
- const filterSensitiveLog: (obj: UpdateSecurityRequest) => any;
2239
- }
2240
- export interface UpdateSecurityResponse {
2241
- /**
2242
- * <p>The Amazon Resource Name (ARN) of the cluster.</p>
2243
- */
2244
- ClusterArn?: string;
2245
- /**
2246
- * <p>The Amazon Resource Name (ARN) of the cluster operation.</p>
2247
- */
2248
- ClusterOperationArn?: string;
2249
- }
2250
- export declare namespace UpdateSecurityResponse {
2251
- /**
2252
- * @internal
2253
- */
2254
- const filterSensitiveLog: (obj: UpdateSecurityResponse) => any;
2255
- }