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

GetCoreDeviceResponse

import type { GetCoreDeviceResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/greengrassv2.ts";
interface GetCoreDeviceResponse {
architecture?: string | null;
coreDeviceThingName?: string | null;
coreVersion?: string | null;
lastStatusUpdateTimestamp?: Date | number | null;
platform?: string | null;
status?: CoreDeviceStatus | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
architecture?: string | null
[src]
§
coreDeviceThingName?: string | null
[src]
§
coreVersion?: string | null
[src]
§
lastStatusUpdateTimestamp?: Date | number | null
[src]
§
platform?: string | null
[src]
§
status?: CoreDeviceStatus | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]