Values.UpdateNodeRequestSourceA request to update the node.
type nonrec t = {clusterId : string;The ID of the cluster
*)name : string option;Include this parameter only if you want to change the current name of the Node. Specify a name that is unique in the Cluster. You can't change the name. Names are case-sensitive.
*)nodeId : string;The ID of the node.
*)role : NodeRole.t option;The initial 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.
*)sdiSourceMappings : SdiSourceMappingsUpdateRequest.t option;The mappings of a SDI capture card port to a logical SDI data stream
*)}