{ "$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-clusters-v2-response-structure.json", "name": "ListClustersV2Response", "type": "object", "description": "ListClustersV2Response schema from Amazon MSK API", "properties": { "ClusterInfoList": { "allOf": [ { "$ref": "#/components/schemas/__listOfCluster" }, { "xml": { "name": "clusterInfoList" }, "description": "\n

Information on each of the MSK clusters in the response.

" } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "nextToken" }, "description": "\n

The paginated results marker. When the result of a ListClusters operation is truncated, the call returns NextToken in the response. \n To get another batch of clusters, provide this token in your next request.

" } ] } } }