{ "$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-cluster-operations-response-structure.json", "name": "ListClusterOperationsResponse", "type": "object", "description": "ListClusterOperationsResponse schema from Amazon MSK API", "properties": { "ClusterOperationInfoList": { "allOf": [ { "$ref": "#/components/schemas/__listOfClusterOperationInfo" }, { "xml": { "name": "clusterOperationInfoList" }, "description": "\n

An array of cluster operation information objects.

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

If the response of ListClusterOperations is truncated, it returns a NextToken in the response. This Nexttoken should be sent in the subsequent request to ListClusterOperations.

" } ] } } }