Values.UpdateClusterResponseSourcePlaceholder documentation for UpdateClusterResponse
type nonrec t = {arn : string option;The ARN of the Cluster.
*)channelIds : string list option;An array of the IDs of the Channels that are associated with this Cluster. One Channel is associated with the Cluster as follows: A Channel belongs to a ChannelPlacementGroup. A ChannelPlacementGroup is attached to a Node. A Node belongs to a Cluster.
*)clusterType : ClusterType.t option;The hardware type for the Cluster
*)id : string option;The unique ID of the Cluster.
*)name : string option;The user-specified name of the Cluster.
*)networkSettings : ClusterNetworkSettings.t option;Network settings that connect the Nodes in the Cluster to one or more of the Networks that the Cluster is associated with.
*)state : ClusterState.t option;The current state of the Cluster.
*)}type nonrec error = [ | `BadGatewayException of BadGatewayException.t| `BadRequestException of BadRequestException.t| `ConflictException of ConflictException.t| `ForbiddenException of ForbiddenException.t| `GatewayTimeoutException of GatewayTimeoutException.t| `InternalServerErrorException of InternalServerErrorException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadGatewayException of BadGatewayException.t
| `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `ForbiddenException of ForbiddenException.t
| `GatewayTimeoutException of GatewayTimeoutException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadGatewayException of BadGatewayException.t
| `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `ForbiddenException of ForbiddenException.t
| `GatewayTimeoutException of GatewayTimeoutException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]