Module Values.RemoveFlowMediaStreamRequestSource

Removes a media stream from a flow. This action is only available if the media stream is not associated with a source or output.

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

    The Amazon Resource Name (ARN) of the flow that you want to update.

    *)
  2. mediaStreamName : String_.t;
    (*

    The name of the media stream that you want to remove.

    *)
}
Sourceval context_ : string
Sourceval make : flowArn:RemoveFlowMediaStreamRequestFlowArnString.t -> mediaStreamName:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RemoveFlowMediaStreamRequestFlowArnString.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