Module Values.DescribeExportConfigurationsRequestSource

DescribeExportConfigurations is deprecated. Use DescribeExportTasks, instead.

Sourcetype nonrec t = {
  1. exportIds : ExportIds.t option;
    (*

    A list of continuous export IDs to search for.

    *)
  2. maxResults : Integer.t option;
    (*

    A number between 1 and 100 specifying the maximum number of continuous export descriptions returned.

    *)
  3. nextToken : NextToken.t option;
    (*

    The token from the previous call to describe-export-tasks.

    *)
}
Sourceval make : ?exportIds:??? -> ?maxResults:??? -> ?nextToken:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t | `List of [> `String of ConfigurationsExportId.t ] list | `String of NextToken.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