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

PipeTargetSqsQueueParameters

import type { PipeTargetSqsQueueParameters } from "https://aws-api.deno.dev/v0.4/services/pipes.ts?docs=full";

The parameters for using a Amazon SQS stream as a source.

interface PipeTargetSqsQueueParameters {
MessageDeduplicationId?: string | null;
MessageGroupId?: string | null;
}

§Properties

§
MessageDeduplicationId?: string | null
[src]

This parameter applies only to FIFO (first-in-first-out) queues.

The token used for deduplication of sent messages.

§
MessageGroupId?: string | null
[src]

The FIFO message group ID to use as the target.