Values_2.VolumeRecycleBinInfoSourceInformation about a volume that is currently in the Recycle Bin.
type nonrec t = {volumeId : Values_0.VolumeId.t option;The ID of the volume.
*)volumeType : Values_0.VolumeType.t option;The volume type.
*)state : Values_1.VolumeState.t option;The state of the volume.
*)size : Values_0.Integer.t option;The size of the volume, in GiB.
*)iops : Values_0.Integer.t option;The number of I/O operations per second (IOPS) for the volume.
*)throughput : Values_0.Integer.t option;The throughput that the volume supports, in MiB/s.
*)outpostArn : Values_0.String_.t option;The ARN of the Outpost on which the volume is stored. For more information, see Amazon EBS volumes on Outposts in the Amazon EBS User Guide.
*)availabilityZone : Values_0.String_.t option;The Availability Zone for the volume.
*)availabilityZoneId : Values_0.String_.t option;The ID of the Availability Zone for the volume.
*)sourceVolumeId : Values_0.String_.t option;The ID of the source volume.
*)snapshotId : Values_0.String_.t option;The snapshot from which the volume was created, if applicable.
*)operator : Values_0.OperatorResponse.t option;The service provider that manages the volume.
*)createTime : Values_0.DateTime.t option;The time stamp when volume creation was initiated.
*)recycleBinEnterTime : Values_0.MillisecondDateTime.t option;The date and time when the volume entered the Recycle Bin.
*)recycleBinExitTime : Values_0.MillisecondDateTime.t option;The date and time when the volume is to be permanently deleted from the Recycle Bin.
*)}val make :
?volumeId:??? ->
?volumeType:??? ->
?state:??? ->
?size:??? ->
?iops:??? ->
?throughput:??? ->
?outpostArn:??? ->
?availabilityZone:??? ->
?availabilityZoneId:??? ->
?sourceVolumeId:??? ->
?snapshotId:??? ->
?operator:??? ->
?createTime:??? ->
?recycleBinEnterTime:??? ->
?recycleBinExitTime:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `String of Values_0.VolumeId.t
| `Structure of
(string * [> `Boolean of bool | `String of string ]) list
| `Timestamp of Values_0.DateTime.t ])
list ]