Values.DescribeNodeResponseSourcePlaceholder documentation for DescribeNodeResponse
type nonrec t = {arn : string option;The ARN of the Node. It is automatically assigned when the Node is created.
*)channelPlacementGroups : string list option;An array of IDs. Each ID is one ChannelPlacementGroup that is associated with this Node. Empty if the Node is not yet associated with any groups.
*)clusterId : string option;The ID of the Cluster that the Node belongs to.
*)connectionState : NodeConnectionState.t option;The current connection state of the Node.
*)id : string option;The unique ID of the Node. Unique in the Cluster. The ID is the resource-id portion of the ARN.
*)instanceArn : string option;The ARN of the EC2 instance hosting the Node.
*)name : string option;The name that you specified for the Node.
*)nodeInterfaceMappings : NodeInterfaceMapping.t list option;Documentation update needed
*)role : NodeRole.t option;The initial role current role of the Node in the Cluster. ACTIVE means the Node is available for encoding. BACKUP means the Node is a redundant Node and might get used if an ACTIVE Node fails.
*)state : NodeState.t option;The current state of the Node.
*)sdiSourceMappings : SdiSourceMappings.t option;An array of SDI source mappings. Each mapping connects one logical SdiSource to the physical SDI card and port that the physical SDI source uses.
*)}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 ]