Smaws_Client_CodeDeploy.DeleteGitHubAccountTokenDeletes a GitHub account connection.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `GitHubAccountTokenDoesNotExistException of
Types.git_hub_account_token_does_not_exist_exception
| `GitHubAccountTokenNameRequiredException of
Types.git_hub_account_token_name_required_exception
| `InvalidGitHubAccountTokenNameException of
Types.invalid_git_hub_account_token_name_exception
| `OperationNotSupportedException of Types.operation_not_supported_exception
| `ResourceValidationException of Types.resource_validation_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.delete_git_hub_account_token_input ->
(Types.delete_git_hub_account_token_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `GitHubAccountTokenDoesNotExistException of
Types.git_hub_account_token_does_not_exist_exception
| `GitHubAccountTokenNameRequiredException of
Types.git_hub_account_token_name_required_exception
| `InvalidGitHubAccountTokenNameException of
Types.invalid_git_hub_account_token_name_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.delete_git_hub_account_token_input ->
(Types.delete_git_hub_account_token_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `GitHubAccountTokenDoesNotExistException of
Types.git_hub_account_token_does_not_exist_exception
| `GitHubAccountTokenNameRequiredException of
Types.git_hub_account_token_name_required_exception
| `InvalidGitHubAccountTokenNameException of
Types.invalid_git_hub_account_token_name_exception
| `OperationNotSupportedException of
Types.operation_not_supported_exception
| `ResourceValidationException of Types.resource_validation_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result