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

Usage

import * as mod from "https://aws-api.deno.dev/v0.3/services/sqs.ts?docs=full";

§Classes

SQS

§Interfaces

AddPermissionRequest
BatchResultErrorEntry

Gives a detailed description of the result of an action on each entry in the request.

ChangeMessageVisibilityBatchRequest
ChangeMessageVisibilityBatchRequestEntry

Encloses a receipt handle and an entry id for each message in "ChangeMessageVisibilityBatch".

ChangeMessageVisibilityBatchResult

For each message in the batch, the response contains a "ChangeMessageVisibilityBatchResultEntry" tag if the message succeeds or a "BatchResultErrorEntry" tag if the message fails.

ChangeMessageVisibilityBatchResultEntry

Encloses the Id of an entry in "ChangeMessageVisibilityBatch".

ChangeMessageVisibilityRequest
CreateQueueRequest
CreateQueueResult

Returns the QueueUrl attribute of the created queue.

DeleteMessageBatchRequest
DeleteMessageBatchRequestEntry

Encloses a receipt handle and an identifier for it.

DeleteMessageBatchResult

For each message in the batch, the response contains a "DeleteMessageBatchResultEntry" tag if the message is deleted or a "BatchResultErrorEntry" tag if the message can't be deleted.

DeleteMessageBatchResultEntry

Encloses the Id of an entry in "DeleteMessageBatch".

DeleteMessageRequest
DeleteQueueRequest
GetQueueAttributesRequest
GetQueueAttributesResult

A list of returned queue attributes.

GetQueueUrlRequest
GetQueueUrlResult

For more information, see Interpreting Responses in the Amazon SQS Developer Guide.

ListDeadLetterSourceQueuesRequest
ListDeadLetterSourceQueuesResult

A list of your dead letter source queues.

ListQueuesRequest
ListQueuesResult

A list of your queues.

ListQueueTagsRequest
ListQueueTagsResult
Message

An Amazon SQS message.

MessageAttributeValue

The user-specified message attribute value. For string data types, the Value attribute has the same restrictions on the content as the message body. For more information, see "SendMessage".

MessageSystemAttributeValue

The user-specified message system attribute value. For string data types, the Value attribute has the same restrictions on the content as the message body. For more information, see "SendMessage".

PurgeQueueRequest
ReceiveMessageRequest
ReceiveMessageResult

A list of received messages.

RemovePermissionRequest
SendMessageBatchRequest
SendMessageBatchRequestEntry

Contains the details of a single Amazon SQS message along with an Id.

SendMessageBatchResult

For each message in the batch, the response contains a "SendMessageBatchResultEntry" tag if the message succeeds or a "BatchResultErrorEntry" tag if the message fails.

SendMessageBatchResultEntry

Encloses a MessageId for a successfully-enqueued message in a "SendMessageBatch".

SendMessageRequest
SendMessageResult

The MD5OfMessageBody and MessageId elements.

SetQueueAttributesRequest
TagQueueRequest
UntagQueueRequest

§Type Aliases

MessageSystemAttributeName
MessageSystemAttributeNameForSends
QueueAttributeName