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

SqsParameters

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

The templated target type for the Amazon SQS SendMessage API operation. Contains the message group ID to use when the target is a FIFO queue. If you specify an Amazon SQS FIFO queue as a target, the queue must have content-based deduplication enabled. For more information, see Using the Amazon SQS message deduplication ID in the Amazon SQS Developer Guide.

interface SqsParameters {
MessageGroupId?: string | null;
}

§Properties

§
MessageGroupId?: string | null
[src]

The FIFO message group ID to use as the target.