Values.DeleteDiskRequestSourceDeletes the specified block storage disk. The disk must be in the available state (not attached to a Lightsail instance). The disk may remain in the deleting state for several minutes. The delete disk operation supports tag-based access control via resource tags applied to the resource identified by disk name. For more information, see the Amazon Lightsail Developer Guide.
type nonrec t = {diskName : ResourceName.t;The unique name of the disk you want to delete (my-disk).
*)forceDeleteAddOns : Boolean.t option;A Boolean value to indicate whether to delete all add-ons for the disk.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of ResourceName.t ]) list ]