Values.DeleteGitHubAccountTokenOutputSourceRepresents the output of a DeleteGitHubAccountToken operation.
type nonrec t = {tokenName : GitHubAccountTokenName.t option;The name of the GitHub account connection that was deleted.
*)}type nonrec error = [ | `GitHubAccountTokenDoesNotExistException of
GitHubAccountTokenDoesNotExistException.t| `GitHubAccountTokenNameRequiredException of
GitHubAccountTokenNameRequiredException.t| `InvalidGitHubAccountTokenNameException of
InvalidGitHubAccountTokenNameException.t| `OperationNotSupportedException of OperationNotSupportedException.t| `ResourceValidationException of ResourceValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `GitHubAccountTokenDoesNotExistException of unit
| `GitHubAccountTokenNameRequiredException of unit
| `InvalidGitHubAccountTokenNameException of unit
| `OperationNotSupportedException of unit
| `ResourceValidationException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `GitHubAccountTokenDoesNotExistException of unit
| `GitHubAccountTokenNameRequiredException of unit
| `InvalidGitHubAccountTokenNameException of unit
| `OperationNotSupportedException of unit
| `ResourceValidationException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of (string * [> `String of GitHubAccountTokenName.t ]) list ]