CodeDeploy.Client.delete_git_hub_account_token(**kwargs)¶Deletes a GitHub account connection.
See also: AWS API Documentation
Request Syntax
response = client.delete_git_hub_account_token(
tokenName='string'
)
{
'tokenName': 'string'
}
Response Structure
Represents the output of a DeleteGitHubAccountToken operation.
The name of the GitHub account connection that was deleted.
Exceptions
CodeDeploy.Client.exceptions.GitHubAccountTokenNameRequiredExceptionCodeDeploy.Client.exceptions.GitHubAccountTokenDoesNotExistExceptionCodeDeploy.Client.exceptions.InvalidGitHubAccountTokenNameExceptionCodeDeploy.Client.exceptions.ResourceValidationExceptionCodeDeploy.Client.exceptions.OperationNotSupportedException