Amazon MSK · JSON Structure

Msk Api List Configuration Revisions Response Structure

ListConfigurationRevisionsResponse schema from Amazon MSK API

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

ListConfigurationRevisionsResponse is a JSON Structure definition published by Amazon MSK, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

NextToken Revisions

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-structure/msk-api-list-configuration-revisions-response-structure.json",
  "name": "ListConfigurationRevisionsResponse",
  "type": "object",
  "description": "ListConfigurationRevisionsResponse schema from Amazon MSK API",
  "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>"
        }
      ]
    }
  }
}