Amazon SQS · Schema

ListDeadLetterSourceQueuesResponse

CloudDistributed SystemsMessagingMicroservicesQueue

Properties

Name Type Description
ListDeadLetterSourceQueuesResult object
View JSON Schema on GitHub

JSON Schema

amazon-sqs-list-dead-letter-source-queues-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListDeadLetterSourceQueuesResponse",
  "type": "object",
  "properties": {
    "ListDeadLetterSourceQueuesResult": {
      "type": "object"
    }
  }
}