Module Values.AddFlowMediaStreamsRequestSource

Adds media streams to an existing flow. After you add a media stream to a flow, you can associate it with a source and/or an output that uses the ST 2110 JPEG XS or CDI protocol.

Sourcetype nonrec t = {
  1. flowArn : AddFlowMediaStreamsRequestFlowArnString.t;
    (*

    The Amazon Resource Name (ARN) of the flow.

    *)
  2. mediaStreams : AddMediaStreamRequest.t list;
    (*

    The media streams that you want to add to the flow.

    *)
}
Sourceval context_ : string
Sourceval make : flowArn:AddFlowMediaStreamsRequestFlowArnString.t -> mediaStreams:AddMediaStreamRequest.t list -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Integer of Integer.t | `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of String_.t | `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Enum of string | `String of String_.t ]) list ]) list ]) list ] list | `String of AddFlowMediaStreamsRequestFlowArnString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t