Module Values_2.SearchFlowsInputSource

Search for the flows in an Amazon Web Services account.

Sourcetype nonrec t = {
  1. awsAccountId : Values_0.AccountId.t;
    (*

    The ID of the Amazon Web Services account where you are searching for flows from.

    *)
  2. filters : SearchFlowsFilterList.t;
    (*

    The filters applied to the search when searching for flows in the Amazon Web Services account.

    *)
  3. 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.

    *)
  4. maxResults : FlowMaxResults.t option;
    (*

    The maximum number of results to be returned per request.

    *)
}
Sourceval context_ : string
Sourceval make : ?nextToken:??? -> ?maxResults:??? -> awsAccountId:Values_0.AccountId.t -> filters:SearchFlowsFilterList.t -> unit -> t
Sourceval 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 ]
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