Module Values.AwsLambdaTransformationSource

Lambda function used to transform objects through an Object Lambda Access Point.

Sourcetype nonrec t = {
  1. functionArn : FunctionArnString.t;
    (*

    The Amazon Resource Name (ARN) of the Lambda function.

    *)
  2. functionPayload : AwsLambdaTransformationPayload.t option;
    (*

    Additional JSON that provides supplemental data to the Lambda function used to transform objects.

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