Module Values.UpdateFlowMediaStreamRequestSource

Updates an existing media stream.

Sourcetype nonrec t = {
  1. attributes : MediaStreamAttributesRequest.t option;
    (*

    The attributes that you want to assign to the media stream.

    *)
  2. clockRate : Integer.t option;
    (*

    The sample rate for the stream. This value in measured in kHz.

    *)
  3. description : String_.t option;
    (*

    A description that can help you quickly identify what your media stream is used for.

    *)
  4. flowArn : UpdateFlowMediaStreamRequestFlowArnString.t;
    (*

    The Amazon Resource Name (ARN) of the flow that is associated with the media stream that you updated.

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

    The media stream that you updated.

    *)
  6. mediaStreamType : MediaStreamType.t option;
    (*

    The type of media stream.

    *)
  7. videoFormat : String_.t option;
    (*

    The resolution of the video.

    *)
}
Sourceval context_ : string
Sourceval make : ?attributes:??? -> ?clockRate:??? -> ?description:??? -> ?mediaStreamType:??? -> ?videoFormat:??? -> flowArn:UpdateFlowMediaStreamRequestFlowArnString.t -> mediaStreamName:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Enum of string | `String of String_.t ]) list ]) list ]) 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