Module Values_0.ProvisioningHookSource

Structure that contains payloadVersion and targetArn.

Sourcetype nonrec t = {
  1. payloadVersion : PayloadVersion.t option;
    (*

    The payload that was sent to the target function. Note: Only Lambda functions are currently supported.

    *)
  2. targetArn : TargetArn.t;
    (*

    The ARN of the target function. Note: Only Lambda functions are currently supported.

    *)
}
Sourceval context_ : string
Sourceval make : ?payloadVersion:??? -> targetArn:TargetArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of PayloadVersion.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