Values.DeleteLicenseResponseSourceDeletes the specified license.
type nonrec t = {status : LicenseDeletionStatus.t option;License status.
*)deletionDate : ISO8601DateTime.t option;Date when the license is deleted.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `AuthorizationException of AuthorizationException.t| `ConflictException of ConflictException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `RateLimitExceededException of RateLimitExceededException.t| `RedirectException of RedirectException.t| `ServerInternalException of ServerInternalException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `AuthorizationException of AuthorizationException.t
| `ConflictException of ConflictException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `RateLimitExceededException of RateLimitExceededException.t
| `RedirectException of RedirectException.t
| `ServerInternalException of ServerInternalException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `AuthorizationException of AuthorizationException.t
| `ConflictException of ConflictException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `RateLimitExceededException of RateLimitExceededException.t
| `RedirectException of RedirectException.t
| `ServerInternalException of ServerInternalException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ISO8601DateTime.t ]) list ]