Values_0.DescribeInstancePropertiesResultSourceAn API operation used by the Systems Manager console to display information about Systems Manager managed nodes.
type nonrec t = {instanceProperties : InstanceProperties.t option;Properties for the managed instances.
*)nextToken : NextToken.t option;The token for the next set of properties to return. Use this token to get the next set of results.
*)}type nonrec error = [ | `InternalServerError of InternalServerError.t| `InvalidActivationId of InvalidActivationId.t| `InvalidDocument of InvalidDocument.t| `InvalidFilterKey of InvalidFilterKey.t| `InvalidInstanceId of InvalidInstanceId.t| `InvalidInstancePropertyFilterValue of InvalidInstancePropertyFilterValue.t| `InvalidNextToken of InvalidNextToken.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of InternalServerError.t
| `InvalidActivationId of InvalidActivationId.t
| `InvalidDocument of InvalidDocument.t
| `InvalidFilterKey of unit
| `InvalidInstanceId of InvalidInstanceId.t
| `InvalidInstancePropertyFilterValue of InvalidInstancePropertyFilterValue.t
| `InvalidNextToken of InvalidNextToken.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of InternalServerError.t
| `InvalidActivationId of InvalidActivationId.t
| `InvalidDocument of InvalidDocument.t
| `InvalidFilterKey of unit
| `InvalidInstanceId of InvalidInstanceId.t
| `InvalidInstancePropertyFilterValue of InvalidInstancePropertyFilterValue.t
| `InvalidNextToken of InvalidNextToken.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of InstanceName.t
| `Structure of
(string
* [> `Map of
([> `String of StatusName.t ]
* [> `Integer of InstanceCount.t ])
list
| `String of StatusName.t ])
list
| `Timestamp of DateTime.t ])
list ]
list
| `String of NextToken.t ])
list ]