Values_2.VolumeStatusItemSourceDescribes the volume status.
type nonrec t = {actions : Values_1.VolumeStatusActionsList.t option;The details of the operation.
*)availabilityZone : Values_0.String_.t option;The Availability Zone of the volume.
*)outpostArn : Values_0.String_.t option;The Amazon Resource Name (ARN) of the Outpost.
*)events : Values_1.VolumeStatusEventsList.t option;A list of events associated with the volume.
*)volumeId : Values_0.String_.t option;The volume ID.
*)volumeStatus : Values_1.VolumeStatusInfo.t option;The volume status.
*)attachmentStatuses : Values_1.VolumeStatusAttachmentStatusList.t option;Information about the instances to which the volume is attached.
*)initializationStatusDetails : Values_1.InitializationStatusDetails.t option;Information about the volume initialization. It can take up to 5 minutes for the volume initialization information to be updated. Only available for volumes created from snapshots. Not available for empty volumes created without a snapshot. For more information, see Initialize Amazon EBS volumes.
*)availabilityZoneId : Values_0.String_.t option;The ID of the Availability Zone.
*)operator : Values_0.OperatorResponse.t option;The service provider that manages the resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of string | `Timestamp of string ])
list ]
list
| `String of Values_0.String_.t
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of string ]) list ]
list
| `Long of Values_0.Long.t
| `String of string ])
list ])
list ]