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

SystemInstanceDescription

import type { SystemInstanceDescription } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iotthingsgraph.ts";
interface SystemInstanceDescription {
definition?: DefinitionDocument | null;
flowActionsRoleArn?: string | null;
metricsConfiguration?: MetricsConfiguration | null;
s3BucketName?: string | null;
summary?: SystemInstanceSummary | null;
validatedDependencyRevisions?: DependencyRevision[] | null;
validatedNamespaceVersion?: number | null;
}

§Properties

§
definition?: DefinitionDocument | null
[src]
§
flowActionsRoleArn?: string | null
[src]
§
metricsConfiguration?: MetricsConfiguration | null
[src]
§
s3BucketName?: string | null
[src]
§
validatedDependencyRevisions?: DependencyRevision[] | null
[src]
§
validatedNamespaceVersion?: number | null
[src]