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

CreateQueueResult

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

Returns the QueueUrl attribute of the created queue.

interface CreateQueueResult {
QueueUrl?: string | null;
}

§Properties

§
QueueUrl?: string | null
[src]

The URL of the created Amazon SQS queue.