AWS CodeDeploy

2018/01/09 - 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.

DeleteGitHubAccountToken (new) Link ΒΆ

Deletes a GitHub account connection.

See also: AWS API Documentation

Request Syntax

client.delete_git_hub_account_token(
    tokenName='string'
)
type tokenName

string

param tokenName

The name of the GitHub account connection to delete.

rtype

dict

returns

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.