Module Values.DeleteLicenseResponseSource

Deletes the specified license.

Sourcetype nonrec t = {
  1. status : LicenseDeletionStatus.t option;
    (*

    License status.

    *)
  2. deletionDate : ISO8601DateTime.t option;
    (*

    Date when the license is deleted.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `AuthorizationException of AuthorizationException.t
  3. | `ConflictException of ConflictException.t
  4. | `InvalidParameterValueException of InvalidParameterValueException.t
  5. | `RateLimitExceededException of RateLimitExceededException.t
  6. | `RedirectException of RedirectException.t
  7. | `ServerInternalException of ServerInternalException.t
  8. | `ValidationException of ValidationException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?status:??? -> ?deletionDate:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ISO8601DateTime.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t