CodeDeploy / Client / list_git_hub_account_token_names
list_git_hub_account_token_names#
- CodeDeploy.Client.list_git_hub_account_token_names(**kwargs)#
Lists the names of stored connections to GitHub accounts.
See also: AWS API Documentation
Request Syntax
response = client.list_git_hub_account_token_names( nextToken='string' )
- Parameters:
nextToken (string) – An identifier returned from the previous
ListGitHubAccountTokenNames
call. It can be used to return the next set of names in the list.- Return type:
dict
- Returns:
Response Syntax
{ 'tokenNameList': [ 'string', ], 'nextToken': 'string' }
Response Structure
(dict) –
Represents the output of a
ListGitHubAccountTokenNames
operation.tokenNameList (list) –
A list of names of connections to GitHub accounts.
(string) –
nextToken (string) –
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.
Exceptions
CodeDeploy.Client.exceptions.InvalidNextTokenException
CodeDeploy.Client.exceptions.ResourceValidationException
CodeDeploy.Client.exceptions.OperationNotSupportedException