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

QueueAttributeName

import type { QueueAttributeName } from "https://aws-api.deno.dev/v0.3/services/sqs.ts?docs=full";
type QueueAttributeName =
| "All"
| "Policy"
| "VisibilityTimeout"
| "MaximumMessageSize"
| "MessageRetentionPeriod"
| "ApproximateNumberOfMessages"
| "ApproximateNumberOfMessagesNotVisible"
| "CreatedTimestamp"
| "LastModifiedTimestamp"
| "QueueArn"
| "ApproximateNumberOfMessagesDelayed"
| "DelaySeconds"
| "ReceiveMessageWaitTimeSeconds"
| "RedrivePolicy"
| "FifoQueue"
| "ContentBasedDeduplication"
| "KmsMasterKeyId"
| "KmsDataKeyReusePeriodSeconds"
| "DeduplicationScope"
| "FifoThroughputLimit"
| "RedriveAllowPolicy"
| "SqsManagedSseEnabled"

§Type

§
"All" | "Policy" | "VisibilityTimeout" | "MaximumMessageSize" | "MessageRetentionPeriod" | "ApproximateNumberOfMessages" | "ApproximateNumberOfMessagesNotVisible" | "CreatedTimestamp" | "LastModifiedTimestamp" | "QueueArn" | "ApproximateNumberOfMessagesDelayed" | "DelaySeconds" | "ReceiveMessageWaitTimeSeconds" | "RedrivePolicy" | "FifoQueue" | "ContentBasedDeduplication" | "KmsMasterKeyId" | "KmsDataKeyReusePeriodSeconds" | "DeduplicationScope" | "FifoThroughputLimit" | "RedriveAllowPolicy" | "SqsManagedSseEnabled" | cmnP.UnexpectedEnumValue
[src]