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

ListDeadLetterSourceQueuesRequest

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

§Properties

§
MaxResults?: number | null
[src]

Maximum number of results to include in the response. Value range is 1 to 1000. You must set MaxResults to receive a value for NextToken in the response.

§
NextToken?: string | null
[src]

Pagination token to request the next set of results.

§
QueueUrl: string
[src]

The URL of a dead-letter queue.

Queue URLs and names are case-sensitive.