Values_2.SearchFlowsInputSourceSearch for the flows in an Amazon Web Services account.
type nonrec t = {awsAccountId : Values_0.AccountId.t;The ID of the Amazon Web Services account where you are searching for flows from.
*)filters : SearchFlowsFilterList.t;The filters applied to the search when searching for flows in the Amazon Web Services account.
*)nextToken : Values_0.String_.t option;The token to request the next set of results, or null if you want to retrieve the first set.
*)maxResults : FlowMaxResults.t option;The maximum number of results to be returned per request.
*)}val make :
?nextToken:??? ->
?maxResults:??? ->
awsAccountId:Values_0.AccountId.t ->
filters:SearchFlowsFilterList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of FlowMaxResults.t
| `List of
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ])
list ]
list
| `String of Values_0.AccountId.t ])
list ]