Values.CreateGroupVersionResponseSourceCreates a version of a group which has already been defined.
type nonrec t = {arn : string option;The ARN of the version.
*)creationTimestamp : string option;The time, in milliseconds since the epoch, when the version was created.
*)id : string option;The ID of the parent definition that the version is associated with.
*)version : string option;The ID of the version.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `Unknown_operation_error of string * string option ]