Amazon CodeDeploy · JSON Structure

Amazon Codedeploy List Git Hub Account Token Names Output Structure

Represents the output of a ListGitHubAccountTokenNames operation.

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

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

Properties

tokenNameList nextToken

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-list-git-hub-account-token-names-output-structure.json",
  "name": "ListGitHubAccountTokenNamesOutput",
  "description": "Represents the output of a <code>ListGitHubAccountTokenNames</code> operation.",
  "type": "object",
  "properties": {
    "tokenNameList": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GitHubAccountTokenNameList"
        },
        {
          "description": "A list of names of connections to GitHub accounts."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent <code>ListGitHubAccountTokenNames</code> call to return the next set of names in the list. "
        }
      ]
    }
  }
}