Values.CreateArchiveRequestSourceThe request to create a new email archive.
type nonrec t = {clientToken : IdempotencyToken.t option;A unique token Amazon SES uses to recognize retries of this request.
*)archiveName : ArchiveNameString.t;A unique name for the new archive.
*)retention : ArchiveRetention.t option;The period for retaining emails in the archive before automatic deletion.
*)kmsKeyArn : KmsKeyArn.t option;The Amazon Resource Name (ARN) of the KMS key for encrypting emails in the archive.
*)}val make :
?clientToken:??? ->
?retention:??? ->
?kmsKeyArn:??? ->
?tags:??? ->
archiveName:ArchiveNameString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of IdempotencyToken.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]