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

RemovePermissionRequest

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

§Properties

§
Label: string
[src]

The identification of the permission to remove. This is the label added using the "AddPermission" action.

§
QueueUrl: string
[src]

The URL of the Amazon SQS queue from which permissions are removed.

Queue URLs and names are case-sensitive.