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

DescribeTemplateDefinitionResponse

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

§Properties

§
Definition?: TemplateVersionDefinition | null
[src]

The definition of the template.

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

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

Errors associated with the template version.

§
Name?: string | null
[src]

The descriptive name of the template.

§
RequestId?: string | null
[src]

The Amazon Web Services request ID for this operation.

§
ResourceStatus?: ResourceStatus | null
[src]

Status associated with the template.

  • 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.

§
TemplateId?: string | null
[src]

The ID of the template described.

§
ThemeArn?: string | null
[src]

The ARN of the theme of the template.