Values.ExtendLicenseConsumptionResponseSourceExtends the expiration date for license consumption.
type nonrec t = {licenseConsumptionToken : String_.t option;License consumption token.
*)expiration : ISO8601DateTime.t option;Date and time at which the license consumption expires.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `AuthorizationException of AuthorizationException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `RateLimitExceededException of RateLimitExceededException.t| `ResourceNotFoundException of ResourceNotFoundException.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
| `InvalidParameterValueException of InvalidParameterValueException.t
| `RateLimitExceededException of RateLimitExceededException.t
| `ResourceNotFoundException of ResourceNotFoundException.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
| `InvalidParameterValueException of InvalidParameterValueException.t
| `RateLimitExceededException of RateLimitExceededException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServerInternalException of ServerInternalException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]