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

DescribeDomainAutoTunesRequest

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

Container for the parameters to the DescribeDomainAutoTunes operation.

interface DescribeDomainAutoTunesRequest {
DomainName: string;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
DomainName: string
[src]

The domain name for which you want Auto-Tune action details.

§
MaxResults?: number | null
[src]

Set this value to limit the number of results returned. If not specified, defaults to 100.

§
NextToken?: string | null
[src]

NextToken is sent in case the earlier API call results contain the NextToken. Used for pagination.