Smaws_Client_CodeDeploy.ListGitHubAccountTokenNamesLists the names of stored connections to GitHub accounts.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `OperationNotSupportedException of Types.operation_not_supported_exception
| `ResourceValidationException of Types.resource_validation_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.list_git_hub_account_token_names_input ->
(Types.list_git_hub_account_token_names_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `OperationNotSupportedException of
Types.operation_not_supported_exception
| `ResourceValidationException of Types.resource_validation_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.list_git_hub_account_token_names_input ->
(Types.list_git_hub_account_token_names_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidNextTokenException of Types.invalid_next_token_exception
| `OperationNotSupportedException of
Types.operation_not_supported_exception
| `ResourceValidationException of Types.resource_validation_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result