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

AutoTune

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

Specifies Auto-Tune type and Auto-Tune action details.

interface AutoTune {
AutoTuneDetails?: AutoTuneDetails | null;
AutoTuneType?: AutoTuneType | null;
}

§Properties

§
AutoTuneDetails?: AutoTuneDetails | null
[src]

Specifies details of the Auto-Tune action. See the Developer Guide for more information.

§
AutoTuneType?: AutoTuneType | null
[src]

Specifies Auto-Tune type. Valid value is SCHEDULED_ACTION.