Values.AutoTuneSourceSpecifies Auto-Tune type and Auto-Tune action details.
type nonrec t = {autoTuneType : AutoTuneType.t option;Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.
*)autoTuneDetails : AutoTuneDetails.t option;Specifies details of the Auto-Tune action. See the Developer Guide for more information.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of ScheduledAutoTuneDescription.t
| `Timestamp of AutoTuneDate.t ])
list ])
list ])
list ]