Values_0.VolumeStatusDetailsSourceDescribes a volume status.
type nonrec t = {name : VolumeStatusName.t option;The name of the volume status. io-enabled - Indicates the volume I/O status. For more information, see Amazon EBS volume status checks. io-performance - Indicates the volume performance status. For more information, see Amazon EBS volume status checks. initialization-state - Indicates the status of the volume initialization process. For more information, see Initialize Amazon EBS volumes.
*)status : String_.t option;The intended status of the volume status.
*)}