Values_2.SnapshotTierStatusSourceProvides information about a snapshot's storage tier.
type nonrec t = {snapshotId : Values_0.SnapshotId.t option;The ID of the snapshot.
*)volumeId : Values_0.VolumeId.t option;The ID of the volume from which the snapshot was created.
*)status : Values_1.SnapshotState.t option;The state of the snapshot.
*)ownerId : Values_0.String_.t option;The ID of the Amazon Web Services account that owns the snapshot.
*)storageTier : Values_1.StorageTier.t option;The storage tier in which the snapshot is stored. standard indicates that the snapshot is stored in the standard snapshot storage tier and that it is ready for use. archive indicates that the snapshot is currently archived and that it must be restored before it can be used.
*)lastTieringStartTime : Values_0.MillisecondDateTime.t option;The date and time when the last archive or restore process was started.
*)lastTieringProgress : Values_0.Integer.t option;The progress of the last archive or restore process, as a percentage.
*)lastTieringOperationStatus : Values_1.TieringOperationStatus.t option;The status of the last archive or restore process.
*)lastTieringOperationStatusDetail : Values_0.String_.t option;A message describing the status of the last archive or restore process.
*)archivalCompleteTime : Values_0.MillisecondDateTime.t option;The date and time when the last archive process was completed.
*)restoreExpiryTime : Values_0.MillisecondDateTime.t option;Only for archived snapshots that are temporarily restored. Indicates the date and time when a temporarily restored snapshot will be automatically re-archived.
*)}val make :
?snapshotId:??? ->
?volumeId:??? ->
?status:??? ->
?ownerId:??? ->
?tags:??? ->
?storageTier:??? ->
?lastTieringStartTime:??? ->
?lastTieringProgress:??? ->
?lastTieringOperationStatus:??? ->
?lastTieringOperationStatusDetail:??? ->
?archivalCompleteTime:??? ->
?restoreExpiryTime:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.SnapshotId.t
| `Timestamp of Values_0.MillisecondDateTime.t ])
list ]