Values.DescribeDomainAutoTunesRequestSourceContainer for the parameters to the DescribeDomainAutoTunes operation.
type nonrec t = {domainName : DomainName.t;Specifies the domain name for which you want Auto-Tune action details.
*)maxResults : MaxResults.t option;Set this value to limit the number of results returned. If not specified, defaults to 100.
*)nextToken : NextToken.t option;NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxResults.t | `String of DomainName.t ]) list ]