Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aws_api/services/alexaforbusiness@2017-11-09/mod.ts>DeviceData

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Go to Latest
interface DeviceData
import { type DeviceData } from "https://deno.land/x/aws_api@v0.1.0/services/alexaforbusiness@2017-11-09/mod.ts";

Properties

optional
DeviceArn: string | null
optional
DeviceSerialNumber: string | null
optional
DeviceType: string | null
optional
DeviceName: string | null
optional
SoftwareVersion: string | null
optional
MacAddress: string | null
optional
DeviceStatus: DeviceStatus | null
optional
NetworkProfileArn: string | null
optional
NetworkProfileName: string | null
optional
RoomArn: string | null
optional
RoomName: string | null
optional
DeviceStatusInfo: DeviceStatusInfo | null
optional
CreatedTime: Date | number | null