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

TemplateVersion

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

A version of a template.

interface TemplateVersion {
CreatedTime?: Date | number | null;
DataSetConfigurations?: DataSetConfiguration[] | null;
Description?: string | null;
Errors?: TemplateError[] | null;
Sheets?: Sheet[] | null;
SourceEntityArn?: string | null;
Status?: ResourceStatus | null;
ThemeArn?: string | null;
VersionNumber?: number | null;
}

§Properties

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

The time that this template version was created.

§
DataSetConfigurations?: DataSetConfiguration[] | null
[src]

Schema of the dataset identified by the placeholder. Any dashboard created from this template should be bound to new datasets matching the same schema described through this API operation.

§
Description?: string | null
[src]

The description of the template.

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

Errors associated with this template version.

§
Sheets?: Sheet[] | null
[src]

A list of the associated sheets with the unique identifier and name of each sheet.

§
SourceEntityArn?: string | null
[src]

The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.

§
Status?: ResourceStatus | null
[src]

The HTTP status of the request.

§
ThemeArn?: string | null
[src]

The ARN of the theme associated with this version of the template.

§
VersionNumber?: number | null
[src]

The version number of the template version.