Module Values.PutConfigurationSetArchivingOptionsRequestSource

A request to associate a configuration set with a MailManager archive.

Sourcetype nonrec t = {
  1. configurationSetName : ConfigurationSetName.t;
    (*

    The name of the configuration set to associate with a MailManager archive.

    *)
  2. archiveArn : ArchiveArn.t option;
    (*

    The Amazon Resource Name (ARN) of the MailManager archive that the Amazon SES API v2 sends email to.

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