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

ListQueuedMessagesRequest

import type { ListQueuedMessagesRequest } from "https://aws-api.deno.dev/v0.3/services/iotwireless.ts?docs=full";
interface ListQueuedMessagesRequest {
Id: string;
MaxResults?: number | null;
NextToken?: string | null;
WirelessDeviceType?: WirelessDeviceType | null;
}

§Properties

§
Id: string
[src]

Id of a given wireless device which the downlink packets are targeted

§
MaxResults?: number | null
[src]

The maximum number of results to return in this operation.

§
NextToken?: string | null
[src]

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

§
WirelessDeviceType?: WirelessDeviceType | null
[src]

The wireless device type, it is either Sidewalk or LoRaWAN.