Values.DeleteInstanceRequestSourceDeletes an Amazon Lightsail instance. The delete instance operation supports tag-based access control via resource tags applied to the resource identified by instance name. For more information, see the Amazon Lightsail Developer Guide.
type nonrec t = {instanceName : ResourceName.t;The name of the instance to delete.
*)forceDeleteAddOns : Boolean.t option;A Boolean value to indicate whether to delete all add-ons for the instance.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of ResourceName.t ]) list ]