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

GetDeviceResponse

import type { GetDeviceResponse } from "https://aws-api.deno.dev/v0.4/services/braket.ts?docs=full";
interface GetDeviceResponse {
deviceArn: string;
deviceCapabilities: jsonP.JSONValue;
deviceName: string;
deviceStatus: DeviceStatus;
deviceType: DeviceType;
providerName: string;
}

§Properties

§
deviceArn: string
[src]

The ARN of the device.

§
deviceCapabilities: jsonP.JSONValue
[src]

Details about the capabilities of the device.

§
deviceName: string
[src]

The name of the device.

§
deviceStatus: DeviceStatus
[src]

The status of the device.

§
deviceType: DeviceType
[src]

The type of the device.

§
providerName: string
[src]

The name of the partner company for the device.