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

ListDeadLetterSourceQueuesResult

import type { ListDeadLetterSourceQueuesResult } from "https://aws-api.deno.dev/v0.3/services/sqs.ts?docs=full";

A list of your dead letter source queues.

interface ListDeadLetterSourceQueuesResult {
NextToken?: string | null;
queueUrls: string[];
}

§Properties

§
NextToken?: string | null
[src]

Pagination token to include in the next request. Token value is null if there are no additional results to request, or if you did not set MaxResults in the request.

§
queueUrls: string[]
[src]

A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead-letter queue.