Values.DescribeClusterResponseSourcePlaceholder documentation for DescribeClusterResponse
type nonrec t = {arn : string option;The ARN of this Cluster. It is automatically assigned when the Cluster is created.
*)channelIds : string list option;clusterType : ClusterType.t option;The hardware type for the Cluster
*)id : string option;The ID of the Cluster. Unique in the AWS account. The ID is the resource-id portion of the ARN.
*)instanceRoleArn : string option;The ARN of the IAM role for the Node in this Cluster. Any Nodes that are associated with this Cluster assume this role. The role gives permissions to the operations that you expect these Node to perform.
*)name : string option;The name that you specified for 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| `ForbiddenException of ForbiddenException.t| `GatewayTimeoutException of GatewayTimeoutException.t| `InternalServerErrorException of InternalServerErrorException.t| `NotFoundException of NotFoundException.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
| `ForbiddenException of ForbiddenException.t
| `GatewayTimeoutException of GatewayTimeoutException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.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
| `ForbiddenException of ForbiddenException.t
| `GatewayTimeoutException of GatewayTimeoutException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]