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

DeleteQueuedMessagesRequest

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

§Properties

§
Id: string
[src]

Id of a given wireless device which messages will be deleted

§
MessageId: string
[src]

if messageID=="*", the queue for a particular wireless deviceId will be purged, otherwise, the specific message with messageId will be deleted

§
WirelessDeviceType?: WirelessDeviceType | null
[src]

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