2018/01/08 - AWS CodeDeploy - 1 new api methods
Changes Update codedeploy client to latest version
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.