2018/01/08 - AWS CodeDeploy - 1 new api methods
Changes The AWS CodeDeploy API was updated to support DeleteGitHubAccountToken, a new method that deletes a GitHub account connection.
Deletes a GitHub account connection.
See also: AWS API Documentation
Request Syntax
client.delete_git_hub_account_token(
tokenName='string'
)
string
The name of the GitHub account connection to delete.
dict
Response Syntax
{
'tokenName': 'string'
}
Response Structure
(dict) --
Represents the output of a DeleteGitHubAccountToken operation.
tokenName (string) --
The name of the GitHub account connection that was deleted.