Module Smaws_Client_CodeDeploy.DeleteGitHubAccountToken

Deletes 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 ] -> string
val 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.result
val 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