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

GetSystemTemplateRequest

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

§Properties

§
id: string
[src]

The ID of the system to get. This ID must be in the user's namespace.

The ID should be in the following format.

urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
§
revisionNumber?: number | null
[src]

The number that specifies the revision of the system to get.