Module Values.KinesisVideoStreamSource

Kinesis video stream stream that provides the source streaming video for a Amazon Rekognition Video stream processor. For more information, see CreateStreamProcessor in the Amazon Rekognition Developer Guide.

Sourcetype nonrec t = {
  1. arn : KinesisVideoArn.t option;
    (*

    ARN of the Kinesis video stream stream that streams the source video.

    *)
}
Sourceval make : ?arn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of KinesisVideoArn.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