| POST | /v1/clusters/{clusterArn}/scram-secrets | Associates one or more Scram Secrets with an Amazon MSK cluster. |
| POST | /v1/clusters | Creates a new MSK cluster. |
| DELETE | /v1/clusters/{clusterArn} | Deletes the MSK cluster specified by the Amazon Resource Name (ARN) in the request. |
| DELETE | /v1/clusters/{clusterArn}/policy | Deletes the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request. |
| GET | /v1/clusters/{clusterArn} | Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request. |
| PATCH | /v1/clusters/{clusterArn}/scram-secrets | Disassociates one or more Scram Secrets from an Amazon MSK cluster. |
| GET | /v1/clusters/{clusterArn}/bootstrap-brokers | A list of brokers that a client application can use to bootstrap. |
| GET | /v1/clusters/{clusterArn}/policy | Get the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request. |
| GET | /v1/clusters/{clusterArn}/operations | Returns a list of all the operations that have been performed on the specified MSK cluster. |
| GET | /v1/clusters | Returns a list of all the MSK clusters in the current Region. |
| GET | /v1/clusters/{clusterArn}/nodes | Returns a list of the broker nodes in the cluster. |
| GET | /v1/clusters/{clusterArn}/scram-secrets | Returns a list of the Scram Secrets associated with an Amazon MSK cluster. |
| GET | /v1/clusters/{clusterArn}/client-vpc-connections | Returns a list of all the VPC connections in this Region. |
| PUT | /v1/clusters/{clusterArn}/client-vpc-connection | Returns empty response. |
| PUT | /v1/clusters/{clusterArn}/policy | Creates or updates the MSK cluster policy specified by the cluster Amazon Resource Name (ARN) in the request. |
| PUT | /v1/clusters/{clusterArn}/reboot-broker | Reboots brokers. |
| PUT | /v1/clusters/{clusterArn}/nodes/count | Updates the number of broker nodes in the cluster. |
| PUT | /v1/clusters/{clusterArn}/nodes/type | Updates EC2 instance type. |
| PUT | /v1/clusters/{clusterArn}/nodes/storage | Updates the EBS storage associated with MSK brokers. |
| PUT | /v1/clusters/{clusterArn}/connectivity | Updates the cluster's connectivity configuration. |
| PUT | /v1/clusters/{clusterArn}/configuration | Updates the cluster with the configuration that is specified in the request body. |
| PUT | /v1/clusters/{clusterArn}/version | Updates the Apache Kafka version for the cluster. |
| PUT | /v1/clusters/{clusterArn}/monitoring | Updates the monitoring settings for the cluster. You can use this operation to specify which Apache Kafka metrics you want Amazon MSK to send to Amazon CloudWatch. You can also specify settings for open monitoring with Prometheus. |
| PATCH | /v1/clusters/{clusterArn}/security | Updates the security settings for the cluster. You can use this operation to specify encryption and authentication on existing clusters. |
| PUT | /v1/clusters/{clusterArn}/storage | Updates cluster broker volume size (or) sets cluster storage mode to TIERED. |