Values.DescribeContinuousExportsRequestSourceLists exports as specified by ID. All continuous exports associated with your user can be listed if you call DescribeContinuousExports as is without passing any parameters.
type nonrec t = {exportIds : ContinuousExportIds.t option;The unique IDs assigned to the exports.
*)maxResults : DescribeContinuousExportsMaxResults.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 DescribeExportTasks.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of DescribeContinuousExportsMaxResults.t
| `List of [> `String of ConfigurationsExportId.t ] list
| `String of NextToken.t ])
list ]