Module Values.ArchivingOptionsSource

Used to associate a configuration set with a MailManager archive.

Sourcetype nonrec t = {
  1. archiveArn : ArchiveArn.t option;
    (*

    The Amazon Resource Name (ARN) of the MailManager archive where the Amazon SES API v2 will archive sent emails.

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