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

StartDeviceSyncRequest

import type { StartDeviceSyncRequest } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface StartDeviceSyncRequest {
DeviceArn?: string | null;
Features: Feature[];
RoomArn?: string | null;
}

§Properties

§
DeviceArn?: string | null
[src]

The ARN of the device to sync. Required.

§
Features: Feature[]
[src]

Request structure to start the device sync. Required.

§
RoomArn?: string | null
[src]

The ARN of the room with which the device to sync is associated. Required.