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

DeleteAnalysisResponse

import type { DeleteAnalysisResponse } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";
interface DeleteAnalysisResponse {
AnalysisId?: string | null;
Arn?: string | null;
DeletionTime?: Date | number | null;
RequestId?: string | null;
Status?: number | null;
}

§Properties

§
AnalysisId?: string | null
[src]

The ID of the deleted analysis.

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the deleted analysis.

§
DeletionTime?: Date | number | null
[src]

The date and time that the analysis is scheduled to be deleted.

§
RequestId?: string | null
[src]

The Amazon Web Services request ID for this operation.

§
Status?: number | null
[src]

The HTTP status of the request.