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

CreateSystemTemplateRequest

import type { CreateSystemTemplateRequest } from "https://aws-api.deno.dev/v0.4/services/iotthingsgraph.ts?docs=full";
interface CreateSystemTemplateRequest {
compatibleNamespaceVersion?: number | null;
definition: DefinitionDocument;
}

§Properties

§
compatibleNamespaceVersion?: number | null
[src]

The namespace version in which the system is to be created.

If no value is specified, the latest version is used by default.

§

The DefinitionDocument used to create the system.