Values_2.SearchRoutingProfilesResponseSourceSearches routing profiles in an Amazon Connect instance, with optional filtering. SearchRoutingProfiles does not populate LastModifiedRegion, LastModifiedTime, MediaConcurrencies.CrossChannelBehavior, and AgentAvailabilityTimer in its response, but DescribeRoutingProfile does.
type nonrec t = {routingProfiles : RoutingProfileList.t option;Information about the routing profiles.
*)nextToken : Values_1.NextToken2500.t option;If there are additional results, this is the token for the next set of results.
*)approximateTotalCount : Values_0.ApproximateTotalCount.t option;The total number of routing profiles which matched your search query.
*)}type nonrec error = [ | `InternalServiceException of Values_0.InternalServiceException.t| `InvalidParameterException of Values_0.InvalidParameterException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ThrottlingException of Values_0.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidParameterException of Values_0.InvalidParameterException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidParameterException of Values_0.InvalidParameterException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `List of
[> `String of string
| `Structure of
(string
* [> `Enum of string
| `Integer of int
| `Structure of
(string * [> `Enum of string ]) list ])
list ]
list
| `Long of Awso.Import.Int64.t
| `Map of
([> `String of string ] * [> `String of string ]) list
| `String of Values_0.InstanceId.t
| `Timestamp of Values_0.Timestamp.t ])
list ]
list
| `Long of Values_0.ApproximateTotalCount.t
| `String of Values_1.NextToken2500.t ])
list ]