Values.SystemInstanceSummarySourceAn object that contains summary information about a system instance.
type nonrec t = {id : Urn.t option;The ID of the system instance.
*)arn : Arn.t option;The ARN of the system instance.
*)status : SystemInstanceDeploymentStatus.t option;The status of the system instance.
*)target : DeploymentTarget.t option;The target of the system instance.
*)greengrassGroupName : GroupName.t option;The ID of the Greengrass group where the system instance is deployed.
*)createdAt : Timestamp.t option;The date when the system instance was created.
*)updatedAt : Timestamp.t option;The date and time when the system instance was last updated.
*)greengrassGroupId : GreengrassGroupId.t option;The ID of the Greengrass group where the system instance is deployed.
*)greengrassGroupVersionId : GreengrassGroupVersionId.t option;The version of the Greengrass group where the system instance is deployed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of Urn.t | `Timestamp of Timestamp.t ])
list ]