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

SystemInstanceSummary

import type { SystemInstanceSummary } from "https://aws-api.deno.dev/v0.4/services/iotthingsgraph.ts?docs=full";

An object that contains summary information about a system instance.

interface SystemInstanceSummary {
arn?: string | null;
createdAt?: Date | number | null;
greengrassGroupId?: string | null;
greengrassGroupName?: string | null;
greengrassGroupVersionId?: string | null;
id?: string | null;
target?: DeploymentTarget | null;
updatedAt?: Date | number | null;
}

§Properties

§
arn?: string | null
[src]

The ARN of the system instance.

§
createdAt?: Date | number | null
[src]

The date when the system instance was created.

§
greengrassGroupId?: string | null
[src]

The ID of the Greengrass group where the system instance is deployed.

§
greengrassGroupName?: string | null
[src]

The ID of the Greengrass group where the system instance is deployed.

§
greengrassGroupVersionId?: string | null
[src]

The version of the Greengrass group where the system instance is deployed.

§
id?: string | null
[src]

The ID of the system instance.

§

The status of the system instance.

§
target?: DeploymentTarget | null
[src]

The target of the system instance.

§
updatedAt?: Date | number | null
[src]

The date and time when the system instance was last updated.