Module Values.DeleteStorageVirtualMachineRequestSource

Deletes an existing Amazon FSx for ONTAP storage virtual machine (SVM). Prior to deleting an SVM, you must delete all non-root volumes in the SVM, otherwise the operation will fail.

Sourcetype nonrec t = {
  1. clientRequestToken : ClientRequestToken.t option;
  2. storageVirtualMachineId : StorageVirtualMachineId.t;
    (*

    The ID of the SVM that you want to delete.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientRequestToken:??? -> storageVirtualMachineId:StorageVirtualMachineId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ClientRequestToken.t ]) 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