Skip to main content
Latest
interface SendMessageResponse
import { type SendMessageResponse } from "https://deno.land/x/sqs@0.3.7/mod.ts";

Properties

messageID: string

An attribute containing the MessageId of the message sent to the queue.

md5OfBody: string

An MD5 digest of the non-URL-encoded message body string.