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

InstanceSummary

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

The details about the instance.

interface InstanceSummary {
instance?: Instance | null;
lastUpdatedAt?: Date | number | null;
}

§Properties

§
instance?: Instance | null
[src]

A structure containing details about the instance.

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

When the instance summary was last updated.