PublishInput
import type { PublishInput } from "https://aws-api-7b9dvns8xscg.deno.dev/v0.2/services/sns.ts";
interface PublishInput {
Message: string;
MessageAttributes?: {} | null;
[key: string]: MessageAttributeValue | null | undefined;
MessageDeduplicationId?: string | null;
MessageGroupId?: string | null;
MessageStructure?: string | null;
PhoneNumber?: string | null;
Subject?: string | null;
TargetArn?: string | null;
TopicArn?: string | null;
}§Properties
§
MessageAttributes?: {} | null
[src][key: string]: MessageAttributeValue | null | undefined;