Module Values_2.SearchDataSetsRequestSource

Use the SearchDataSets operation to search for datasets that belong to an account.

Sourcetype nonrec t = {
  1. awsAccountId : Values_1.AwsAccountId.t;
    (*

    The Amazon Web Services account ID.

    *)
  2. filters : Values_1.DataSetSearchFilterList.t;
    (*

    The filters to apply to the search.

    *)
  3. nextToken : Values_0.String_.t option;
    (*

    A pagination token that can be used in a subsequent request.

    *)
  4. maxResults : MaxResults.t option;
    (*

    The maximum number of results to be returned per request.

    *)
}
Sourceval context_ : string
Sourceval make : ?nextToken:??? -> ?maxResults:??? -> awsAccountId:Values_1.AwsAccountId.t -> filters:Values_1.DataSetSearchFilterList.t -> unit -> t
Sourceval 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 ]
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