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

DeploySystemInstanceResponse

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

§Properties

§
greengrassDeploymentId?: string | null
[src]

The ID of the Greengrass deployment used to deploy the system instance.

§

An object that contains summary information about a system instance that was deployed.