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

GetQueueUrlRequest

import type { GetQueueUrlRequest } from "https://aws-api.deno.dev/v0.3/services/sqs.ts?docs=full";
interface GetQueueUrlRequest {
QueueName: string;
QueueOwnerAWSAccountId?: string | null;
}

§Properties

§
QueueName: string
[src]

The name of the queue whose URL must be fetched. Maximum 80 characters. Valid values: alphanumeric characters, hyphens (-), and underscores (_).

Queue URLs and names are case-sensitive.

§
QueueOwnerAWSAccountId?: string | null
[src]

The Amazon Web Services account ID of the account that created the queue.