Values.CheckoutLicenseResponseSourceChecks out the specified license. If the account that created the license is the same that is performing the check out, you must specify the account as the beneficiary.
type nonrec t = {checkoutType : CheckoutType.t option;Checkout type.
*)licenseConsumptionToken : String_.t option;License consumption token.
*)entitlementsAllowed : EntitlementDataList.t option;Allowed license entitlements.
*)signedToken : SignedToken.t option;Signed token.
*)nodeId : String_.t option;Node ID.
*)issuedAt : ISO8601DateTime.t option;Date and time at which the license checkout is issued.
*)expiration : ISO8601DateTime.t option;Date and time at which the license checkout expires.
*)licenseArn : String_.t option;Amazon Resource Name (ARN) of the checkout license.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `AuthorizationException of AuthorizationException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `NoEntitlementsAllowedException of NoEntitlementsAllowedException.t| `RateLimitExceededException of RateLimitExceededException.t| `RedirectException of RedirectException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServerInternalException of ServerInternalException.t| `UnsupportedDigitalSignatureMethodException of
UnsupportedDigitalSignatureMethodException.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
| `NoEntitlementsAllowedException of NoEntitlementsAllowedException.t
| `RateLimitExceededException of RateLimitExceededException.t
| `RedirectException of RedirectException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServerInternalException of ServerInternalException.t
| `Unknown_operation_error of string * string option
| `UnsupportedDigitalSignatureMethodException of
UnsupportedDigitalSignatureMethodException.t
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `AuthorizationException of AuthorizationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `NoEntitlementsAllowedException of NoEntitlementsAllowedException.t
| `RateLimitExceededException of RateLimitExceededException.t
| `RedirectException of RedirectException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServerInternalException of ServerInternalException.t
| `Unknown_operation_error of string * string option
| `UnsupportedDigitalSignatureMethodException of
UnsupportedDigitalSignatureMethodException.t
| `ValidationException of ValidationException.t ]