Module Values.DeleteVolumeRequestSource

Deletes an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

Sourcetype nonrec t = {
  1. clientRequestToken : ClientRequestToken.t option;
  2. volumeId : VolumeId.t;
    (*

    The ID of the volume that you are deleting.

    *)
  3. ontapConfiguration : DeleteVolumeOntapConfiguration.t option;
    (*

    For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume and apply tags to the backup. To apply tags to the backup, you must have the fsx:TagResource permission.

    *)
  4. openZFSConfiguration : DeleteVolumeOpenZFSConfiguration.t option;
    (*

    For Amazon FSx for OpenZFS volumes, specify whether to delete all child volumes and snapshots.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientRequestToken:??? -> ?ontapConfiguration:??? -> ?openZFSConfiguration:??? -> volumeId:VolumeId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ClientRequestToken.t | `Structure of (string * [> `Boolean of Flag.t | `List of [> `Enum of string | `Structure of (string * [> `String of TagKey.t ]) list ] list ]) 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