Module Values.ArchiveActionSource

The action to archive the email by delivering the email to an Amazon SES archive.

Sourcetype nonrec t = {
  1. actionFailurePolicy : ActionFailurePolicy.t option;
    (*

    A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the specified archive has been deleted.

    *)
  2. targetArchive : NameOrArn.t;
    (*

    The identifier of the archive to send the email to.

    *)
}
Sourceval context_ : string
Sourceval make : ?actionFailurePolicy:??? -> targetArchive:NameOrArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of NameOrArn.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