Values.GetArchiveResponseSourceThe response containing details of the requested archive.
type nonrec t = {archiveId : ArchiveIdString.t option;The unique identifier of the archive.
*)archiveName : ArchiveNameString.t option;The unique name assigned to the archive.
*)archiveArn : ArchiveArn.t option;The Amazon Resource Name (ARN) of the archive.
*)archiveState : ArchiveState.t option;The current state of the archive: ACTIVE – The archive is ready and available for use. PENDING_DELETION – The archive has been marked for deletion and will be permanently deleted in 30 days. No further modifications can be made in this state.
*)retention : ArchiveRetention.t option;The retention period for emails in this archive.
*)createdTimestamp : Timestamp.t option;The timestamp of when the archive was created.
*)lastUpdatedTimestamp : Timestamp.t option;The timestamp of when the archive was modified.
*)kmsKeyArn : KmsKeyArn.t option;The Amazon Resource Name (ARN) of the KMS key used to encrypt the archive.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ArchiveIdString.t
| `Structure of (string * [> `Enum of string ]) list
| `Timestamp of Timestamp.t ])
list ]