{
  "data": {
    "Subscriptions": [
      {
        "SubscriptionArn": "arn:aws:sns:us-east-1:123456789012:MyExampleTopic:a1b2c3d4-e5f6-7890-abcd-ef1234567890",
        "Owner": "123456789012",
        "Protocol": "https",
        "Endpoint": "https://example.com/webhook",
        "TopicArn": "arn:aws:sns:us-east-1:123456789012:MyExampleTopic"
      },
      {
        "SubscriptionArn": "arn:aws:sns:us-east-1:123456789012:MyExampleTopic:b2c3d4e5-f6a7-8901-bcde-f12345678901",
        "Owner": "123456789012",
        "Protocol": "sqs",
        "Endpoint": "arn:aws:sqs:us-east-1:123456789012:MyQueue",
        "TopicArn": "arn:aws:sns:us-east-1:123456789012:MyExampleTopic"
      },
      {
        "SubscriptionArn": "PendingConfirmation",
        "Owner": "123456789012",
        "Protocol": "email",
        "Endpoint": "admin@example.com",
        "TopicArn": "arn:aws:sns:us-east-1:123456789012:MyExampleTopic"
      },
      {
        "SubscriptionArn": "PendingConfirmation",
        "Owner": "123456789012",
        "Protocol": "sms",
        "Endpoint": "+12125551234",
        "TopicArn": "arn:aws:sns:us-east-1:123456789012:MyExampleTopic"
      }
    ],
    "NextToken": "AAEBAf/8v+7MSvN8MkD9xZHCrFKL6RQ7UHJ9PJhWOH5Yqvf1H8EXAMPLE"
  }
}