Values.UpdateMonitoringResponseSourceUpdates 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.
type nonrec t = {clusterArn : string option;The Amazon Resource Name (ARN) of the cluster.
*)clusterOperationArn : string option;The Amazon Resource Name (ARN) of the cluster operation.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ForbiddenException of ForbiddenException.t| `InternalServerErrorException of InternalServerErrorException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]