Module Values.InputProcessingConfigurationSource

Provides a description of a processor that is used to preprocess the records in the stream before being processed by your application code. Currently, the only input processor available is AWS Lambda.

Sourcetype nonrec t = {
  1. inputLambdaProcessor : InputLambdaProcessor.t;
    (*

    The InputLambdaProcessor that is used to preprocess the records in the stream before being processed by your application code.

    *)
}
Sourceval context_ : string
Sourceval make : inputLambdaProcessor:InputLambdaProcessor.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of ResourceARN.t ]) 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