Module Values_0.DescribeInstancePropertiesResultSource

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

Sourcetype nonrec t = {
  1. instanceProperties : InstanceProperties.t option;
    (*

    Properties for the managed instances.

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

    The token for the next set of properties to return. Use this token to get the next set of results.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalServerError of InternalServerError.t
  2. | `InvalidActivationId of InvalidActivationId.t
  3. | `InvalidDocument of InvalidDocument.t
  4. | `InvalidFilterKey of InvalidFilterKey.t
  5. | `InvalidInstanceId of InvalidInstanceId.t
  6. | `InvalidInstancePropertyFilterValue of InvalidInstancePropertyFilterValue.t
  7. | `InvalidNextToken of InvalidNextToken.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?instanceProperties:??? -> ?nextToken:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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