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

GetDeviceRegistrationRequest

import type { GetDeviceRegistrationRequest } from "https://aws-api.deno.dev/v0.4/services/sagemakeredge.ts?docs=full";
interface GetDeviceRegistrationRequest {
DeviceFleetName: string;
DeviceName: string;
}

§Properties

§
DeviceFleetName: string
[src]

The name of the fleet that the device belongs to.

§
DeviceName: string
[src]

The unique name of the device you want to get the registration status from.