Values.GetResourceDefinitionVersionResponseSourceRetrieves information about a resource definition version, including which resources are included in the version.
type nonrec t = {arn : string option;Arn of the resource definition version.
*)creationTimestamp : string option;The time, in milliseconds since the epoch, when the resource definition version was created.
*)definition : ResourceDefinitionVersion.t option;Information about the definition.
*)id : string option;The ID of the resource definition version.
*)version : string option;The version of the resource definition 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 ]val to_value :
t ->
[> `Structure of
(string
* [> `String of string
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of string
| `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `String of string ] list
| `String of string
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `String of string ])
list ])
list ])
list ])
list ]
list ])
list ])
list ]