Values.ArchiveActionSourceThe action to archive the email by delivering the email to an Amazon SES archive.
type nonrec t = {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.
*)targetArchive : NameOrArn.t;The identifier of the archive to send the email to.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NameOrArn.t ]) list ]