Amazon MSK · JSON Structure

Msk Api Update Storage Response Structure

UpdateStorageResponse schema from Amazon MSK API

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

UpdateStorageResponse 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

ClusterArn ClusterOperationArn

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-update-storage-response-structure.json",
  "name": "UpdateStorageResponse",
  "type": "object",
  "description": "UpdateStorageResponse schema from Amazon MSK API",
  "properties": {
    "ClusterArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "clusterArn"
          },
          "description": "\n            <p>The Amazon Resource Name (ARN) of the cluster.</p>"
        }
      ]
    },
    "ClusterOperationArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "clusterOperationArn"
          },
          "description": "\n            <p>The Amazon Resource Name (ARN) of the cluster operation.</p>"
        }
      ]
    }
  }
}