Values.DisableAddOnRequestSourceDisables an add-on for an Amazon Lightsail resource. For more information, see the Amazon Lightsail Developer Guide.
type nonrec t = {addOnType : AddOnType.t;The add-on type to disable.
*)resourceName : ResourceName.t;The name of the source resource for which to disable the add-on.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceName.t ]) list ]