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

SystemTemplateDescription

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

An object that contains a system's definition document and summary information.

interface SystemTemplateDescription {
definition?: DefinitionDocument | null;
summary?: SystemTemplateSummary | null;
validatedNamespaceVersion?: number | null;
}

§Properties

§
definition?: DefinitionDocument | null
[src]

The definition document of a system.

§

An object that contains summary information about a system.

§
validatedNamespaceVersion?: number | null
[src]

The namespace version against which the system was validated. Use this value in your system instance.