Values.AddOnRequestSourceDescribes a request to enable, modify, or disable an add-on for an Amazon Lightsail resource. An additional cost may be associated with enabling add-ons. For more information, see the Lightsail pricing page.
type nonrec t = {addOnType : AddOnType.t;The add-on type.
*)autoSnapshotAddOnRequest : AutoSnapshotAddOnRequest.t option;An object that represents additional parameters when enabling or modifying the automatic snapshot add-on.
*)stopInstanceOnIdleRequest : StopInstanceOnIdleRequest.t option;An object that represents additional parameters when enabling or modifying the StopInstanceOnIdle add-on. This object only applies to Lightsail for Research resources.
*)}val make :
?autoSnapshotAddOnRequest:??? ->
?stopInstanceOnIdleRequest:??? ->
addOnType:AddOnType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of TimeOfDay.t ]) list ])
list ]