Values.EnableAddOnRequestSourceEnables or modifies an add-on for an Amazon Lightsail resource. For more information, see the Amazon Lightsail Developer Guide.
type nonrec t = {resourceName : ResourceName.t;The name of the source resource for which to enable or modify the add-on.
*)addOnRequest : AddOnRequest.t;An array of strings representing the add-on to enable or modify.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ResourceName.t
| `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of TimeOfDay.t ]) list ])
list ])
list ]