Values.SearchSystemInstancesResponseSourceSearches for system instances in the user's account.
type nonrec t = {summaries : SystemInstanceSummaries.t option;An array of objects that contain summary data abour the system instances in the result set.
*)nextToken : NextToken.t option;The string to specify as nextToken when you request the next page of results.
*)}type nonrec error = [ | `InternalFailureException of InternalFailureException.t| `InvalidRequestException of InvalidRequestException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `ThrottlingException of ThrottlingException.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 Urn.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of NextToken.t ])
list ]