Values.CreateLicenseVersionResponseSourceCreates a new version of the specified license.
type nonrec t = {licenseArn : Arn.t option;License ARN.
*)version : String_.t option;New version of the license.
*)status : LicenseStatus.t option;License status.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `AuthorizationException of AuthorizationException.t| `ConflictException of ConflictException.t| `RateLimitExceededException of RateLimitExceededException.t| `RedirectException of RedirectException.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
| `ConflictException of ConflictException.t
| `RateLimitExceededException of RateLimitExceededException.t
| `RedirectException of RedirectException.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
| `ConflictException of ConflictException.t
| `RateLimitExceededException of RateLimitExceededException.t
| `RedirectException of RedirectException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServerInternalException of ServerInternalException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]