Values.DescribeComponentResponseSourceRetrieves metadata for a version of a component.
type nonrec t = {arn : ComponentVersionARN.t option;The ARN of the component version.
*)componentName : ComponentNameString.t option;The name of the component.
*)componentVersion : ComponentVersionString.t option;The version of the component.
*)creationTimestamp : Timestamp.t option;The time at which the component was created, expressed in ISO 8601 format.
*)publisher : PublisherString.t option;The publisher of the component version.
*)description : DescriptionString.t option;The description of the component version.
*)status : CloudComponentStatus.t option;The status of the component version in IoT Greengrass V2. This status is different from the status of the component on a core device.
*)platforms : ComponentPlatformList.t option;The platforms that the component version supports.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
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
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ComponentVersionARN.t
| `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of NonEmptyString.t ]
* [> `String of NonEmptyString.t ])
list
| `String of NonEmptyString.t ])
list
| `Timestamp of Timestamp.t ])
list ]