Module Values.KinesisDataStreamSource

The Kinesis data stream Amazon Rekognition to which the analysis results of a Amazon Rekognition stream processor are streamed. For more information, see CreateStreamProcessor in the Amazon Rekognition Developer Guide.

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

    ARN of the output Amazon Kinesis Data Streams stream.

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