Values.SearchSystemTemplatesResponseSourceSearches for summary information about systems in the user's account. You can filter by the ID of a workflow to return only systems that use the specified workflow.
type nonrec t = {summaries : SystemTemplateSummaries.t option;An array of objects that contain summary information about each system deployment 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
* [> `Long of Version.t
| `String of Urn.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of NextToken.t ])
list ]