Values_2.SearchTopicsRequestSourceSearches for any Q topic that exists in an Quick account.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account that contains the topic that you want to find.
*)filters : TopicSearchFilterList.t;The filters that you want to use to search for the topic.
*)nextToken : Values_0.String_.t option;The token for the next set of results, or null if there are no more results.
*)maxResults : MaxResults.t option;The maximum number of results to be returned per request.
*)}val make :
?nextToken:??? ->
?maxResults:??? ->
awsAccountId:Values_1.AwsAccountId.t ->
filters:TopicSearchFilterList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResults.t
| `List of
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ])
list ]
list
| `String of Values_1.AwsAccountId.t ])
list ]