{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-msk/refs/heads/main/json-schema/msk-api-delete-configuration-response-schema.json", "title": "DeleteConfigurationResponse", "description": "DeleteConfigurationResponse schema from Amazon MSK API", "type": "object", "properties": { "Arn": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "arn" }, "description": "\n
The Amazon Resource Name (ARN) that uniquely identifies an MSK configuration.
" } ] }, "State": { "allOf": [ { "$ref": "#/components/schemas/ConfigurationState" }, { "xml": { "name": "state" }, "description": "\nThe state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED.
" } ] } } }