Module Smaws_Client_ApplicationDiscoveryService.BatchDeleteImportData

Deletes one or more import tasks, each identified by their import ID. Each import task has a number of records that can identify servers or applications.

Amazon Web Services Application Discovery Service has built-in matching logic that will identify when discovered servers match existing entries that you've previously discovered, the information for the already-existing discovered server is updated. When you delete an import task that contains records that were used to match, the information in those matched records that comes from the deleted records will also be deleted.

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