Values.SearchSystemTemplatesRequestSourceSearches 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 = {filters : SystemTemplateFilters.t option;An array of filters that limit the result set. The only valid filter is FLOW_TEMPLATE_ID.
*)nextToken : NextToken.t option;The string that specifies the next page of results. Use this when you're paginating results.
*)maxResults : MaxResults.t option;The maximum number of results to return in the response.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResults.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of SystemTemplateFilterValue.t ] list ])
list ]
list
| `String of NextToken.t ])
list ]