Values.DescribeDomainAutoTunesRequestSourceContainer for the parameters to the DescribeDomainAutoTunes operation.
type nonrec t = {domainName : DomainName.t;Name of the domain that you want Auto-Tune details about.
*)maxResults : MaxResults.t option;An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results.
*)nextToken : NextToken.t option;If your initial DescribeDomainAutoTunes operation returns a nextToken, you can include the returned nextToken in subsequent DescribeDomainAutoTunes operations, which returns results in the next page.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxResults.t | `String of DomainName.t ]) list ]