Module Smaws_Client_SSM.DeleteResourceDataSync

Deletes a resource data sync configuration. After the configuration is deleted, changes to data on managed nodes are no longer synced to or from the target. Deleting a sync configuration doesn't delete data.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InternalServerError of Types.internal_server_error | `ResourceDataSyncInvalidConfigurationException of Types.resource_data_sync_invalid_configuration_exception | `ResourceDataSyncNotFoundException of Types.resource_data_sync_not_found_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.delete_resource_data_sync_request -> (Types.delete_resource_data_sync_result, [> Smaws_Lib.Protocols.AwsJson.error | `InternalServerError of Types.internal_server_error | `ResourceDataSyncInvalidConfigurationException of Types.resource_data_sync_invalid_configuration_exception | `ResourceDataSyncNotFoundException of Types.resource_data_sync_not_found_exception ]) Stdlib.result