Values_0.DescribeInstancePropertiesRequestSourceAn API operation used by the Systems Manager console to display information about Systems Manager managed nodes.
type nonrec t = {instancePropertyFilterList : InstancePropertyFilterList.t option;An array of instance property filters.
*)filtersWithOperator : InstancePropertyStringFilterList.t option;The request filters to use with the operator.
*)maxResults : DescribeInstancePropertiesMaxResults.t option;The maximum number of items to return for the call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
*)nextToken : NextToken.t option;The token provided by a previous request to use to return the next set of properties.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of DescribeInstancePropertiesMaxResults.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of InstancePropertyFilterValue.t ] list
| `String of InstancePropertyStringFilterKey.t ])
list ]
list
| `String of NextToken.t ])
list ]