Module Values_2.VolumeStatusItemSource

Describes the volume status.

Sourcetype nonrec t = {
  1. actions : Values_1.VolumeStatusActionsList.t option;
    (*

    The details of the operation.

    *)
  2. availabilityZone : Values_0.String_.t option;
    (*

    The Availability Zone of the volume.

    *)
  3. outpostArn : Values_0.String_.t option;
    (*

    The Amazon Resource Name (ARN) of the Outpost.

    *)
  4. events : Values_1.VolumeStatusEventsList.t option;
    (*

    A list of events associated with the volume.

    *)
  5. volumeId : Values_0.String_.t option;
    (*

    The volume ID.

    *)
  6. volumeStatus : Values_1.VolumeStatusInfo.t option;
    (*

    The volume status.

    *)
  7. attachmentStatuses : Values_1.VolumeStatusAttachmentStatusList.t option;
    (*

    Information about the instances to which the volume is attached.

    *)
  8. 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.

    *)
  9. availabilityZoneId : Values_0.String_.t option;
    (*

    The ID of the Availability Zone.

    *)
  10. operator : Values_0.OperatorResponse.t option;
    (*

    The service provider that manages the resource.

    *)
}
Sourceval make : ?actions:??? -> ?availabilityZone:??? -> ?outpostArn:??? -> ?events:??? -> ?volumeId:??? -> ?volumeStatus:??? -> ?attachmentStatuses:??? -> ?initializationStatusDetails:??? -> ?availabilityZoneId:??? -> ?operator:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t