Amazon MQ · JSON Structure

Mq Api List Configurations Response Structure

ListConfigurationsResponse schema from Amazon MQ API

Type: object Properties: 3
BroadcastingMedia ProcessingMedia

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

Properties

Configurations MaxResults NextToken

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-mq/refs/heads/main/json-structure/mq-api-list-configurations-response-structure.json",
  "name": "ListConfigurationsResponse",
  "type": "object",
  "description": "ListConfigurationsResponse schema from Amazon MQ API",
  "properties": {
    "Configurations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfConfiguration"
        },
        {
          "xml": {
            "name": "configurations"
          },
          "description": "The list of all revisions for the specified configuration."
        }
      ]
    },
    "MaxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__integer"
        },
        {
          "xml": {
            "name": "maxResults"
          },
          "description": "The maximum number of configurations that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "nextToken"
          },
          "description": "The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty."
        }
      ]
    }
  }
}