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

RegisterAVSDeviceRequest

import type { RegisterAVSDeviceRequest } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface RegisterAVSDeviceRequest {
AmazonId: string;
ClientId: string;
DeviceSerialNumber?: string | null;
ProductId: string;
RoomArn?: string | null;
Tags?: Tag[] | null;
UserCode: string;
}

§Properties

§
AmazonId: string
[src]

The device type ID for your AVS device generated by Amazon when the OEM creates a new product on Amazon's Developer Console.

§
ClientId: string
[src]

The client ID of the OEM used for code-based linking authorization on an AVS device.

§
DeviceSerialNumber?: string | null
[src]

The key generated by the OEM that uniquely identifies a specified instance of your AVS device.

§
ProductId: string
[src]

The product ID used to identify your AVS device during authorization.

§
RoomArn?: string | null
[src]

The Amazon Resource Name (ARN) of the room with which to associate your AVS device.

§
Tags?: Tag[] | null
[src]

The tags to be added to the specified resource. Do not provide system tags.

§
UserCode: string
[src]

The code that is obtained after your AVS device has made a POST request to LWA as a part of the Device Authorization Request component of the OAuth code-based linking specification.