Values.DescribeFlowSourceMetadataResponseSourceThe DescribeFlowSourceMetadata API is used to view information about the flow's source transport stream and programs. This API displays status messages about the flow's source as well as details about the program's video, audio, and other data.
type nonrec t = {flowArn : String_.t option;The ARN of the flow that DescribeFlowSourceMetadata was performed on.
*)messages : MessageDetail.t list option;Provides a status code and message regarding issues found with the flow source metadata.
*)timestamp : SyntheticTimestamp_date_time.t option;The timestamp of the most recent change in metadata for this flow’s source.
*)transportMediaInfo : TransportMediaInfo.t option;Information about the flow's transport media.
*)ndiInfo : NdiSourceMetadataInfo.t option;The NDI® specific information about the flow's source. This includes the current active NDI sender, a list of all discovered NDI senders, the associated media streams for the active NDI sender, and any relevant status messages.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ForbiddenException of ForbiddenException.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 ->
[> `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `NotFoundException of NotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of String_.t ]) list ]
list
| `String of String_.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Integer of Integer.t
| `String of String_.t
| `Structure of
(string * [> `Integer of Integer.t ])
list ])
list ]
list
| `String of String_.t ])
list ]
list
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `String of String_.t
| `Structure of
(string * [> `Integer of Integer.t ]) list ])
list ]
list
| `String of String_.t ])
list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]