Values.SdiSourceSourceUsed in CreateSdiSourceResponse, DeleteSdiSourceResponse, DescribeSdiSourceResponse, ListSdiSourcesResponse, UpdateSdiSourceResponse
type nonrec t = {arn : string option;The ARN of this SdiSource. It is automatically assigned when the SdiSource is created.
*)id : string option;The ID of the SdiSource. Unique in the AWS account.The ID is the resource-id portion of the ARN.
*)inputs : string list option;The list of inputs that are currently using this SDI source. This list will be empty if the SdiSource has just been deleted.
*)mode : SdiSourceMode.t option;Applies only if the type is QUAD. The mode for handling the quad-link signal QUADRANT or INTERLEAVE.
*)name : string option;The name of the SdiSource.
*)state : SdiSourceState.t option;Specifies whether the SDI source is attached to an SDI input (IN_USE) or not (IDLE).
*)type_ : SdiSourceType.t option;}