Values.DeleteVolumeResponseSourceDeletes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.
type nonrec t = {volumeId : VolumeId.t option;The ID of the volume that's being deleted.
*)lifecycle : VolumeLifecycle.t option;The lifecycle state of the volume being deleted. If the DeleteVolume operation is successful, this value is DELETING.
*)ontapResponse : DeleteVolumeOntapResponse.t option;Returned after a DeleteVolume request, showing the status of the delete request.
*)}type nonrec error = [ | `BadRequest of BadRequest.t| `IncompatibleParameterError of IncompatibleParameterError.t| `InternalServerError of InternalServerError.t| `ServiceLimitExceeded of ServiceLimitExceeded.t| `VolumeNotFound of VolumeNotFound.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequest of BadRequest.t
| `IncompatibleParameterError of IncompatibleParameterError.t
| `InternalServerError of InternalServerError.t
| `ServiceLimitExceeded of ServiceLimitExceeded.t
| `Unknown_operation_error of string * string option
| `VolumeNotFound of VolumeNotFound.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequest of BadRequest.t
| `IncompatibleParameterError of IncompatibleParameterError.t
| `InternalServerError of InternalServerError.t
| `ServiceLimitExceeded of ServiceLimitExceeded.t
| `Unknown_operation_error of string * string option
| `VolumeNotFound of VolumeNotFound.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of VolumeId.t
| `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `String of BackupId.t ])
list ])
list ]