Values.ComponentSourceContains information about a component.
type nonrec t = {arn : ComponentARN.t option;The ARN of the component version.
*)componentName : ComponentNameString.t option;The name of the component.
*)latestVersion : ComponentLatestVersion.t option;The latest version of the component and its details.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ComponentARN.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Map of
([> `String of NonEmptyString.t ]
* [> `String of NonEmptyString.t ])
list
| `String of NonEmptyString.t ])
list ]
list
| `String of ComponentVersionARN.t
| `Timestamp of Timestamp.t ])
list ])
list ]