Values_2.SearchDataSourcesRequestSourceUse the SearchDataSources operation to search for data sources that belong to an account.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The Amazon Web Services account ID.
*)filters : Values_1.DataSourceSearchFilterList.t;The filters to apply to the search.
*)nextToken : Values_0.String_.t option;A pagination token that can be used in a subsequent request.
*)maxResults : MaxResults.t option;The maximum number of results to be returned per request.
*)}val make :
?nextToken:??? ->
?maxResults:??? ->
awsAccountId:Values_1.AwsAccountId.t ->
filters:Values_1.DataSourceSearchFilterList.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 ]