Smaws_Client_ApplicationDiscoveryService.DescribeContinuousExportsLists 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `AuthorizationErrorException of Types.authorization_error_exception
| `HomeRegionNotSetException of Types.home_region_not_set_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `InvalidParameterValueException of Types.invalid_parameter_value_exception
| `OperationNotPermittedException of Types.operation_not_permitted_exception
| `ResourceNotFoundException of Types.resource_not_found_exception
| `ServerInternalErrorException of Types.server_internal_error_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_continuous_exports_request ->
(Types.describe_continuous_exports_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `AuthorizationErrorException of Types.authorization_error_exception
| `HomeRegionNotSetException of Types.home_region_not_set_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `OperationNotPermittedException of
Types.operation_not_permitted_exception
| `ResourceNotFoundException of Types.resource_not_found_exception
| `ServerInternalErrorException of Types.server_internal_error_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_continuous_exports_request ->
(Types.describe_continuous_exports_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `AuthorizationErrorException of Types.authorization_error_exception
| `HomeRegionNotSetException of Types.home_region_not_set_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `OperationNotPermittedException of
Types.operation_not_permitted_exception
| `ResourceNotFoundException of Types.resource_not_found_exception
| `ServerInternalErrorException of Types.server_internal_error_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result