Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeDomainAutoTunesResponse

import type { DescribeDomainAutoTunesResponse } from "https://aws-api.deno.dev/v0.3/services/es.ts?docs=full";

The result of DescribeDomainAutoTunes request. See the Developer Guide for more information.

interface DescribeDomainAutoTunesResponse {
AutoTunes?: AutoTune[] | null;
NextToken?: string | null;
}

§Properties

§
AutoTunes?: AutoTune[] | null
[src]

Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.

§
NextToken?: string | null
[src]

Specifies an identifier to allow retrieval of paginated results.