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

TemplateSummary

import type { TemplateSummary } from "https://aws-api.deno.dev/v0.4/services/connectcases.ts?docs=full";

Template summary information.

interface TemplateSummary {
name: string;
templateArn: string;
templateId: string;
}

§Properties

§
name: string
[src]

The template name.

§

The status of the template.

§
templateArn: string
[src]

The Amazon Resource Name (ARN) of the template.

§
templateId: string
[src]

The unique identifier for the template.