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/opensearch.ts?docs=full";

The result of a DescribeDomainAutoTunes request. See Auto-Tune for Amazon OpenSearch Service for more information.

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

§Properties

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

The list of setting adjustments that Auto-Tune has made to the domain. See Auto-Tune for Amazon OpenSearch Service for more information.

§
NextToken?: string | null
[src]

An identifier to allow retrieval of paginated results.