Amazon CodeDeploy · JSON Structure

Amazon Codedeploy Delete Git Hub Account Token Output Structure

Represents the output of a DeleteGitHubAccountToken operation.

Type: object Properties: 1
AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

DeleteGitHubAccountTokenOutput is a JSON Structure definition published by Amazon CodeDeploy, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

tokenName

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-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-delete-git-hub-account-token-output-structure.json",
  "name": "DeleteGitHubAccountTokenOutput",
  "description": "Represents the output of a <code>DeleteGitHubAccountToken</code> operation.",
  "type": "object",
  "properties": {
    "tokenName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GitHubAccountTokenName"
        },
        {
          "description": "The name of the GitHub account connection that was deleted."
        }
      ]
    }
  }
}