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

GetDeviceRegistrationResult

import type { GetDeviceRegistrationResult } from "https://aws-api.deno.dev/v0.4/services/sagemakeredge.ts?docs=full";
interface GetDeviceRegistrationResult {
CacheTTL?: string | null;
DeviceRegistration?: string | null;
}

§Properties

§
CacheTTL?: string | null
[src]

The amount of time, in seconds, that the registration status is stored on the device’s cache before it is refreshed.

§
DeviceRegistration?: string | null
[src]

Describes if the device is currently registered with SageMaker Edge Manager.