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?: {} | null;
}[key: string]: string | null | undefined;
§Properties
§
status?: CoreDeviceStatus | null
[src]