Amazon SNS · Schema

PublishBatchResponse

EmailMessagingNotificationsPub/SubPush NotificationsSMS

Properties

Name Type Description
PublishBatchResult object
View JSON Schema on GitHub

JSON Schema

amazon-sns-publish-batch-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PublishBatchResponse",
  "type": "object",
  "properties": {
    "PublishBatchResult": {
      "type": "object"
    }
  }
}