Module Values_2.SearchContactFlowModulesRequestSource

Searches the flow modules in an Amazon Connect instance, with optional filtering.

Sourcetype nonrec t = {
  1. instanceId : Values_0.InstanceId.t;
    (*

    The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

    *)
  2. nextToken : Values_1.NextToken2500.t option;
    (*

    The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

    *)
  3. maxResults : Values_1.MaxResult100.t option;
    (*

    The maximum number of results to return per page.

    *)
  4. searchFilter : Values_0.ContactFlowModuleSearchFilter.t option;
    (*

    Filters to be applied to search results.

    *)
  5. searchCriteria : Values_0.ContactFlowModuleSearchCriteria.t option;
    (*

    The search criteria to be used to return flow modules. The name and description fields support "contains" queries with a minimum of 2 characters and a maximum of 25 characters. Any queries with character lengths outside of this range will result in invalid results.

    *)
}
Sourceval context_ : string
Sourceval make : ?nextToken:??? -> ?maxResults:??? -> ?searchFilter:??? -> ?searchCriteria:??? -> instanceId:Values_0.InstanceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * Awso.Botodata.value) 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