Values_2.SearchTopicsResponseSourceSearches for any Q topic that exists in an Quick account.
type nonrec t = {topicSummaryList : TopicSummaries.t option;A list of topic summaries that is returned by the search topic request.
*)nextToken : Values_0.String_.t option;The token for the next set of results, or null if there are no more results.
*)status : Values_1.StatusCode.t option;The HTTP status of the request.
*)requestId : Values_0.String_.t option;The Amazon Web Services request ID for this operation.
*)}type nonrec error = [ | `InternalFailureException of Values_1.InternalFailureException.t| `InvalidNextTokenException of InvalidNextTokenException.t| `InvalidParameterValueException of Values_1.InvalidParameterValueException.t| `ResourceNotFoundException of Values_1.ResourceNotFoundException.t| `ThrottlingException of Values_1.ThrottlingException.t| `UnsupportedUserEditionException of Values_1.UnsupportedUserEditionException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalFailureException of Values_1.InternalFailureException.t
| `InvalidNextTokenException of InvalidNextTokenException.t
| `InvalidParameterValueException of
Values_1.InvalidParameterValueException.t
| `ResourceNotFoundException of Values_1.ResourceNotFoundException.t
| `ThrottlingException of Values_1.ThrottlingException.t
| `Unknown_operation_error of string * string option
| `UnsupportedUserEditionException of
Values_1.UnsupportedUserEditionException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalFailureException of Values_1.InternalFailureException.t
| `InvalidNextTokenException of InvalidNextTokenException.t
| `InvalidParameterValueException of
Values_1.InvalidParameterValueException.t
| `ResourceNotFoundException of Values_1.ResourceNotFoundException.t
| `ThrottlingException of Values_1.ThrottlingException.t
| `Unknown_operation_error of string * string option
| `UnsupportedUserEditionException of
Values_1.UnsupportedUserEditionException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_1.StatusCode.t
| `List of
[> `Structure of
(string * [> `Enum of string | `String of Values_0.Arn.t ])
list ]
list
| `String of Values_0.String_.t ])
list ]