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

ListSmartHomeAppliancesRequest

import type { ListSmartHomeAppliancesRequest } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface ListSmartHomeAppliancesRequest {
MaxResults?: number | null;
NextToken?: string | null;
RoomArn: string;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of appliances to be returned, per paginated calls.

§
NextToken?: string | null
[src]

The tokens used for pagination.

§
RoomArn: string
[src]

The room that the appliances are associated with.