Amazon.ConfigService.AmazonConfigServiceClient.DeleteConfigurationRecorder C# (CSharp) Method

DeleteConfigurationRecorder() public method

Deletes the configuration recorder.

After the configuration recorder is deleted, AWS Config will not record resource configuration changes until you create a new configuration recorder.

This action does not delete the configuration information that was previously recorded. You will be able to access the previously recorded information by using the GetResourceConfigHistory action, but you will not be able to access this information in the AWS Config console until you create a new configuration recorder.

/// You have specified a configuration recorder that does not exist. ///
public DeleteConfigurationRecorder ( DeleteConfigurationRecorderRequest request ) : DeleteConfigurationRecorderResponse
request Amazon.ConfigService.Model.DeleteConfigurationRecorderRequest Container for the necessary parameters to execute the DeleteConfigurationRecorder service method.
return DeleteConfigurationRecorderResponse
        public DeleteConfigurationRecorderResponse DeleteConfigurationRecorder(DeleteConfigurationRecorderRequest request)
        {
            var marshaller = new DeleteConfigurationRecorderRequestMarshaller();
            var unmarshaller = DeleteConfigurationRecorderResponseUnmarshaller.Instance;

            return Invoke<DeleteConfigurationRecorderRequest,DeleteConfigurationRecorderResponse>(request, marshaller, unmarshaller);
        }
AmazonConfigServiceClient