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

PublishResponse

import type { PublishResponse } from "https://aws-api.deno.dev/v0.3/services/sns.ts?docs=full";

Response for Publish action.

interface PublishResponse {
MessageId?: string | null;
SequenceNumber?: string | null;
}

§Properties

§
MessageId?: string | null
[src]

Unique identifier assigned to the published message.

Length Constraint: Maximum 100 characters

§
SequenceNumber?: string | null
[src]

This response element applies only to FIFO (first-in-first-out) topics.

The sequence number is a large, non-consecutive number that Amazon SNS assigns to each message. The length of SequenceNumber is 128 bits. SequenceNumber continues to increase for each MessageGroupId.