{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-schema/amazon-codedeploy-delete-deployment-config-input-schema.json", "title": "DeleteDeploymentConfigInput", "description": "Represents the input of a DeleteDeploymentConfig operation.", "type": "object", "properties": { "deploymentConfigName": { "allOf": [ { "$ref": "#/components/schemas/DeploymentConfigName" }, { "description": "The name of a deployment configuration associated with the IAM user or Amazon Web Services account." } ] } }, "required": [ "deploymentConfigName" ] }