Values_2.VolumeSourceDescribes a volume.
type nonrec t = {availabilityZoneId : Values_0.String_.t option;The ID of the Availability Zone for the volume.
*)outpostArn : Values_0.String_.t option;The Amazon Resource Name (ARN) of the Outpost.
*)sourceVolumeId : Values_0.String_.t option;The ID of the source volume from which the volume copy was created. Only for volume copies.
*)iops : Values_0.Integer.t option;The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.
*)volumeType : Values_0.VolumeType.t option;The volume type.
*)fastRestored : Values_0.Boolean.t option;This parameter is not returned by CreateVolume. Indicates whether the volume was created using fast snapshot restore.
*)multiAttachEnabled : Values_0.Boolean.t option;Indicates whether Amazon EBS Multi-Attach is enabled.
*)throughput : Values_0.Integer.t option;The throughput that the volume supports, in MiB/s.
*)sseType : Values_1.SSEType.t option;This parameter is not returned by CreateVolume. Reserved for future use.
*)operator : Values_0.OperatorResponse.t option;The service provider that manages the volume.
*)volumeInitializationRate : Values_0.Integer.t option;The Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate) specified for the volume during creation, in MiB/s. If no volume initialization rate was specified, the value is null.
*)volumeId : Values_0.String_.t option;The ID of the volume.
*)size : Values_0.Integer.t option;The size of the volume, in GiBs.
*)snapshotId : Values_0.String_.t option;The snapshot from which the volume was created, if applicable.
*)availabilityZone : Values_0.String_.t option;The Availability Zone for the volume.
*)state : Values_1.VolumeState.t option;The volume state.
*)createTime : Values_0.DateTime.t option;The time stamp when volume creation was initiated.
*)attachments : Values_1.VolumeAttachmentList.t option;This parameter is not returned by CreateVolume. Information about the volume attachments.
*)encrypted : Values_0.Boolean.t option;Indicates whether the volume is encrypted.
*)kmsKeyId : Values_0.String_.t option;The Amazon Resource Name (ARN) of the KMS key that was used to protect the volume encryption key for the volume.
*)}val make :
?availabilityZoneId:??? ->
?outpostArn:??? ->
?sourceVolumeId:??? ->
?iops:??? ->
?tags:??? ->
?volumeType:??? ->
?fastRestored:??? ->
?multiAttachEnabled:??? ->
?throughput:??? ->
?sseType:??? ->
?operator:??? ->
?volumeInitializationRate:??? ->
?volumeId:??? ->
?size:??? ->
?snapshotId:??? ->
?availabilityZone:??? ->
?state:??? ->
?createTime:??? ->
?attachments:??? ->
?encrypted:??? ->
?kmsKeyId:??? ->
unit ->
tval error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `Integer of Values_0.Integer.t
| `List of
[> `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `Integer of int
| `String of string
| `Timestamp of string ])
list ]
list
| `String of Values_0.String_.t
| `Structure of
(string * [> `Boolean of bool | `String of string ]) list
| `Timestamp of Values_0.DateTime.t ])
list ]