Values_0.InstanceAssociationStatusInfoSourceStatus information about the association.
type nonrec t = {associationId : AssociationId.t option;The association ID.
*)name : DocumentARN.t option;The name of the association.
*)documentVersion : DocumentVersion.t option;The association document versions.
*)associationVersion : AssociationVersion.t option;The version of the association applied to the managed node.
*)instanceId : InstanceId.t option;The managed node ID where the association was created.
*)executionDate : DateTime.t option;The date the association ran.
*)status : StatusName.t option;Status information about the association.
*)detailedStatus : StatusName.t option;Detailed status information about the association.
*)executionSummary : InstanceAssociationExecutionSummary.t option;Summary information about association execution.
*)errorCode : AgentErrorCode.t option;An error code returned by the request to create the association.
*)outputUrl : InstanceAssociationOutputUrl.t option;A URL for an S3 bucket where you want to store the results of this request.
*)associationName : AssociationName.t option;The name of the association applied to the managed node.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AssociationId.t
| `Structure of
(string * [> `Structure of (string * [> `String of Url.t ]) list ])
list
| `Timestamp of DateTime.t ])
list ]