import * as __aws_sdk_types from "@aws-sdk/types"; /** *

A list of your dead letter source queues.

*/ export interface ListDeadLetterSourceQueuesOutput extends __aws_sdk_types.MetadataBearer { /** *

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

*/ queueUrls: Array; /** * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ $metadata: __aws_sdk_types.ResponseMetadata; }