Module Values_0.DescribeInstancePropertiesRequestSource

An API operation used by the Systems Manager console to display information about Systems Manager managed nodes.

Sourcetype nonrec t = {
  1. instancePropertyFilterList : InstancePropertyFilterList.t option;
    (*

    An array of instance property filters.

    *)
  2. filtersWithOperator : InstancePropertyStringFilterList.t option;
    (*

    The request filters to use with the operator.

    *)
  3. 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.

    *)
  4. nextToken : NextToken.t option;
    (*

    The token provided by a previous request to use to return the next set of properties.

    *)
}
Sourceval make : ?instancePropertyFilterList:??? -> ?filtersWithOperator:??? -> ?maxResults:??? -> ?nextToken:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t