Values.DescribeExportConfigurationsRequestSourceDescribeExportConfigurations is deprecated. Use DescribeExportTasks, instead.
type nonrec t = {exportIds : ExportIds.t option;A list of continuous export IDs to search for.
*)maxResults : Integer.t option;A number between 1 and 100 specifying the maximum number of continuous export descriptions returned.
*)nextToken : NextToken.t option;The token from the previous call to describe-export-tasks.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of [> `String of ConfigurationsExportId.t ] list
| `String of NextToken.t ])
list ]