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

DeleteAnalysisRequest

import type { DeleteAnalysisRequest } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface DeleteAnalysisRequest {
AnalysisId: string;
AwsAccountId: string;
ForceDeleteWithoutRecovery?: boolean | null;
RecoveryWindowInDays?: number | null;
}

§Properties

§
AnalysisId: string
[src]

The ID of the analysis that you're deleting.

§
AwsAccountId: string
[src]

The ID of the Amazon Web Services account where you want to delete an analysis.

§
ForceDeleteWithoutRecovery?: boolean | null
[src]

This option defaults to the value NoForceDeleteWithoutRecovery. To immediately delete the analysis, add the ForceDeleteWithoutRecovery option. You can't restore an analysis after it's deleted.

§
RecoveryWindowInDays?: number | null
[src]

A value that specifies the number of days that Amazon QuickSight waits before it deletes the analysis. You can't use this parameter with the ForceDeleteWithoutRecovery option in the same API call. The default value is 30.