Module Smaws_Client_ApplicationDiscoveryService.ExportConfigurations

Deprecated. Use StartExportTask instead.

Exports all discovered configuration data to an Amazon S3 bucket or an application that enables you to view and evaluate the data. Data includes tags and tag associations, processes, connections, servers, and system performance. This API returns an export ID that you can query using the DescribeExportConfigurations API. The system imposes a limit of two configuration exports in six hours.

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 | `ServerInternalErrorException of Types.server_internal_error_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Smaws_Lib.Smithy_api.Types.unit_ -> (Types.export_configurations_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 | `ServerInternalErrorException of Types.server_internal_error_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Smaws_Lib.Smithy_api.Types.unit_ -> (Types.export_configurations_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 | `ServerInternalErrorException of Types.server_internal_error_exception ] * Smaws_Lib.Response.metadata) Stdlib.result