Module Values_2.SearchContactsRequestSource

Searches contacts in an Amazon Connect instance.

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

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

    *)
  2. timeRange : SearchContactsTimeRange.t;
    (*

    Time range that you want to search results.

    *)
  3. searchCriteria : SearchCriteria.t option;
    (*

    The search criteria to be used to return contacts.

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

    The maximum number of results to return per page.

    *)
  5. nextToken : Values_1.LargeNextToken.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.

    *)
  6. sort : Sort.t option;
    (*

    Specifies a field to sort by and a sort order.

    *)
}
Sourceval context_ : string
Sourceval make : ?searchCriteria:??? -> ?maxResults:??? -> ?nextToken:??? -> ?sort:??? -> instanceId:Values_0.InstanceId.t -> timeRange:SearchContactsTimeRange.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Values_1.MaxResult100.t | `String of Values_0.InstanceId.t | `Structure of (string * [> `Enum of string | `List of [> `Enum of string | `String of string ] list | `Structure of (string * [> `Enum of string | `List of [> `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of string | `Structure of (string * [> `List of [> `String of SearchableContactAttributeValue.t ] list | `String of SearchableContactAttributeKey.t | `Structure of (string * [> `Enum of string | `List of [> `String of string ] list | `Timestamp of Values_0.Timestamp.t ]) list ]) list ] list | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `String of string ] list ]) list ] list | `String of string ]) list ]) list | `Timestamp of Values_0.Timestamp.t ]) list ]) 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