{ "$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-list-git-hub-account-token-names-output-schema.json", "title": "ListGitHubAccountTokenNamesOutput", "description": "Represents the output of a ListGitHubAccountTokenNames 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 ListGitHubAccountTokenNames call to return the next set of names in the list. " } ] } } }