Amazon MSK · Schema

ListConfigurationRevisionsResponse

ListConfigurationRevisionsResponse schema from Amazon MSK API

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
NextToken object
Revisions object
View JSON Schema on GitHub

JSON Schema

msk-api-list-configuration-revisions-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-schema/msk-api-list-configuration-revisions-response-schema.json",
  "title": "ListConfigurationRevisionsResponse",
  "description": "ListConfigurationRevisionsResponse schema from Amazon MSK API",
  "type": "object",
  "properties": {
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "nextToken"
          },
          "description": "\n            <p>Paginated results marker.</p>"
        }
      ]
    },
    "Revisions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfConfigurationRevision"
        },
        {
          "xml": {
            "name": "revisions"
          },
          "description": "\n            <p>List of ConfigurationRevision objects.</p>"
        }
      ]
    }
  }
}