Module Values.ObjectLambdaTransformationConfigurationSource

A configuration used when creating an Object Lambda Access Point transformation.

Sourcetype nonrec t = {
  1. actions : ObjectLambdaTransformationConfigurationActionsList.t;
    (*

    A container for the action of an Object Lambda Access Point configuration. Valid inputs are GetObject, ListObjects, HeadObject, and ListObjectsV2.

    *)
  2. contentTransformation : ObjectLambdaContentTransformation.t;
    (*

    A container for the content transformation of an Object Lambda Access Point configuration.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Enum of string ] list | `Structure of (string * [> `Structure of (string * [> `String of FunctionArnString.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