Values.DescribeContinuousExportsResponseSourceLists 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 = {descriptions : ContinuousExportDescriptions.t option;A list of continuous export descriptions.
*)nextToken : NextToken.t option;The token from the previous call to DescribeExportTasks.
*)}type nonrec error = [ | `AuthorizationErrorException of AuthorizationErrorException.t| `HomeRegionNotSetException of HomeRegionNotSetException.t| `InvalidParameterException of InvalidParameterException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `OperationNotPermittedException of OperationNotPermittedException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServerInternalErrorException of ServerInternalErrorException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AuthorizationErrorException of AuthorizationErrorException.t
| `HomeRegionNotSetException of HomeRegionNotSetException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServerInternalErrorException of ServerInternalErrorException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AuthorizationErrorException of AuthorizationErrorException.t
| `HomeRegionNotSetException of HomeRegionNotSetException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServerInternalErrorException of ServerInternalErrorException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of DatabaseName.t ]
* [> `String of String_.t ])
list
| `String of ConfigurationsExportId.t
| `Timestamp of TimeStamp.t ])
list ]
list
| `String of NextToken.t ])
list ]