Values.RemoveFlowMediaStreamRequestSourceRemoves a media stream from a flow. This action is only available if the media stream is not associated with a source or output.
type nonrec t = {flowArn : RemoveFlowMediaStreamRequestFlowArnString.t;The Amazon Resource Name (ARN) of the flow that you want to update.
*)mediaStreamName : String_.t;The name of the media stream that you want to remove.
*)}val make :
flowArn:RemoveFlowMediaStreamRequestFlowArnString.t ->
mediaStreamName:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of RemoveFlowMediaStreamRequestFlowArnString.t ])
list ]