Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aws_api/services/sqs/mod.ts>SendMessageBatchRequestEntry

From-scratch Typescript client for accessing AWS APIs
Go to Latest
interface SendMessageBatchRequestEntry
import { type SendMessageBatchRequestEntry } from "https://deno.land/x/aws_api@v0.5.0/services/sqs/mod.ts";

Properties

Id: string
MessageBody: string
optional
DelaySeconds: number | null
optional
MessageAttributes: { [key: string]: MessageAttributeValue | null | undefined; } | null
optional
MessageSystemAttributes: [key in MessageSystemAttributeNameForSends]: MessageSystemAttributeValue | null | undefined | null
optional
MessageDeduplicationId: string | null
optional
MessageGroupId: string | null