Publishes up to ten messages to the specified topic. This is a batch version of publish
. For FIFO topics, multiple messages within a single batch are published in the order they are sent, and messages are deduplicated within the batch and across batches for 5 minutes.
See https://www.paws-r-sdk.com/docs/sns_publish_batch/ for full documentation.
sns_publish_batch(TopicArn, PublishBatchRequestEntries)
[required] The Amazon resource name (ARN) of the topic you want to batch publish to.
[required] A list of publish_batch
request entries to be
sent to the SNS topic.