Values_0.DescribeInstanceAssociationsStatusResultSourceThe status of the associations for the managed nodes.
type nonrec t = {instanceAssociationStatusInfos : InstanceAssociationStatusInfos.t option;Status information about the association.
*)nextToken : NextToken.t option;The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
*)}type nonrec error = [ | `InternalServerError of InternalServerError.t| `InvalidInstanceId of InvalidInstanceId.t| `InvalidNextToken of InvalidNextToken.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of InternalServerError.t
| `InvalidInstanceId of InvalidInstanceId.t
| `InvalidNextToken of InvalidNextToken.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of InternalServerError.t
| `InvalidInstanceId of InvalidInstanceId.t
| `InvalidNextToken of InvalidNextToken.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of AssociationId.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of Url.t ]) list ])
list
| `Timestamp of DateTime.t ])
list ]
list
| `String of NextToken.t ])
list ]