{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-delete-git-hub-account-token-output-structure.json", "name": "DeleteGitHubAccountTokenOutput", "description": "Represents the output of a DeleteGitHubAccountToken operation.", "type": "object", "properties": { "tokenName": { "allOf": [ { "$ref": "#/components/schemas/GitHubAccountTokenName" }, { "description": "The name of the GitHub account connection that was deleted." } ] } } }