Smaws_Client_ConfigService.DeleteConfigurationRecorderDeletes the customer managed configuration recorder.
This operation does not delete the configuration information that was previously recorded. You will be able to access the previously recorded information by using the GetResourceConfigHistory operation, but you will not be able to access this information in the Config console until you have created a new customer managed configuration recorder.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `NoSuchConfigurationRecorderException of
Types.no_such_configuration_recorder_exception
| `UnmodifiableEntityException of Types.unmodifiable_entity_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.delete_configuration_recorder_request ->
(Smaws_Lib.Smithy_api.Types.unit_,
[> Smaws_Lib.Protocols.AwsJson.error
| `NoSuchConfigurationRecorderException of
Types.no_such_configuration_recorder_exception
| `UnmodifiableEntityException of Types.unmodifiable_entity_exception ])
Stdlib.result