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

ChangeMessageVisibilityRequest

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

§Properties

§
QueueUrl: string
[src]

The URL of the Amazon SQS queue whose message's visibility is changed.

Queue URLs and names are case-sensitive.

§
ReceiptHandle: string
[src]

The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the "ReceiveMessage" action.

§
VisibilityTimeout: number
[src]

The new value for the message's visibility timeout (in seconds). Values range: 0 to 43200. Maximum: 12 hours.