Values.ComponentCandidateSourceContains information about a component that is a candidate to deploy to a Greengrass core device.
type nonrec t = {componentName : ComponentNameString.t option;The name of the component.
*)componentVersion : ComponentVersionString.t option;The version of the component.
*)versionRequirements : ComponentVersionRequirementMap.t option;The version requirements for the component's dependencies. Greengrass core devices get the version requirements from component recipes. IoT Greengrass V2 uses semantic version constraints. For more information, see Semantic Versioning.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of NonEmptyString.t ]
* [> `String of NonEmptyString.t ])
list
| `String of ComponentNameString.t ])
list ]