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

DeleteSystemInstanceRequest

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

§Properties

§
id?: string | null
[src]

The ID of the system instance to be deleted.