Values_0.AssociationOverviewSourceInformation about the association.
type nonrec t = {status : StatusName.t option;The status of the association. Status can be: Pending, Success, or Failed.
*)detailedStatus : StatusName.t option;A detailed status of the association.
*)associationStatusAggregatedCount : AssociationStatusAggregatedCount.t option;Returns the number of targets for the association status. For example, if you created an association with two managed nodes, and one of them was successful, this would return the count of managed nodes by status.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of StatusName.t ] * [> `Integer of InstanceCount.t ])
list
| `String of StatusName.t ])
list ]