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