Amazon.AutoScaling.AmazonAutoScalingClient.DeleteNotificationConfiguration C# (CSharp) Method

DeleteNotificationConfiguration() public method

Deletes the specified notification.
/// You already have a pending update to an Auto Scaling resource (for example, a group, /// instance, or load balancer). ///
public DeleteNotificationConfiguration ( DeleteNotificationConfigurationRequest request ) : DeleteNotificationConfigurationResponse
request DeleteNotificationConfigurationRequest Container for the necessary parameters to execute the DeleteNotificationConfiguration service method.
return DeleteNotificationConfigurationResponse
        public DeleteNotificationConfigurationResponse DeleteNotificationConfiguration(DeleteNotificationConfigurationRequest request)
        {
            var marshaller = new DeleteNotificationConfigurationRequestMarshaller();
            var unmarshaller = DeleteNotificationConfigurationResponseUnmarshaller.Instance;

            return Invoke<DeleteNotificationConfigurationRequest,DeleteNotificationConfigurationResponse>(request, marshaller, unmarshaller);
        }
AmazonAutoScalingClient