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

DescribeAnalysisDefinitionResponse

import type { DescribeAnalysisDefinitionResponse } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";
interface DescribeAnalysisDefinitionResponse {
AnalysisId?: string | null;
Definition?: AnalysisDefinition | null;
Errors?: AnalysisError[] | null;
Name?: string | null;
RequestId?: string | null;
ResourceStatus?: ResourceStatus | null;
Status?: number | null;
ThemeArn?: string | null;
}

§Properties

§
AnalysisId?: string | null
[src]

The ID of the analysis described.

§
Definition?: AnalysisDefinition | null
[src]

The definition of an analysis.

A definition is the data model of all features in a Dashboard, Template, or Analysis.

§
Errors?: AnalysisError[] | null
[src]

Errors associated with the analysis.

§
Name?: string | null
[src]

The descriptive name of the analysis.

§
RequestId?: string | null
[src]

The Amazon Web Services request ID for this operation.

§
ResourceStatus?: ResourceStatus | null
[src]

Status associated with the analysis.

  • CREATION_IN_PROGRESS
    
  • CREATION_SUCCESSFUL
    
  • CREATION_FAILED
    
  • UPDATE_IN_PROGRESS
    
  • UPDATE_SUCCESSFUL
    
  • UPDATE_FAILED
    
  • DELETED
    
§
Status?: number | null
[src]

The HTTP status of the request.

§
ThemeArn?: string | null
[src]

The ARN of the theme of the analysis.