Amazon.ConfigService.AmazonConfigServiceClient.StopConfigurationRecorder C# (CSharp) Метод

StopConfigurationRecorder() публичный Метод

Stops recording configurations of the AWS resources you have selected to record in your AWS account.
/// You have specified a configuration recorder that does not exist. ///
public StopConfigurationRecorder ( Amazon.ConfigService.Model.StopConfigurationRecorderRequest request ) : StopConfigurationRecorderResponse
request Amazon.ConfigService.Model.StopConfigurationRecorderRequest Container for the necessary parameters to execute the StopConfigurationRecorder service method.
Результат StopConfigurationRecorderResponse
        public StopConfigurationRecorderResponse StopConfigurationRecorder(StopConfigurationRecorderRequest request)
        {
            var marshaller = new StopConfigurationRecorderRequestMarshaller();
            var unmarshaller = StopConfigurationRecorderResponseUnmarshaller.Instance;

            return Invoke<StopConfigurationRecorderRequest,StopConfigurationRecorderResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonConfigServiceClient::StopConfigurationRecorder ( string configurationRecorderName ) : StopConfigurationRecorderResponse
AmazonConfigServiceClient