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

UpdateSystemTemplateRequest

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

§Properties

§
compatibleNamespaceVersion?: number | null
[src]

The version of the user's namespace. Defaults to the latest version of the user's namespace.

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

§

The DefinitionDocument that contains the updated system definition.

§
id: string
[src]

The ID of the system to be updated.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME