Deletes notifications created by PutNotificationConfiguration.

Namespace: Amazon.AutoScaling
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public DeleteNotificationConfigurationResponse DeleteNotificationConfiguration(
	DeleteNotificationConfigurationRequest deleteNotificationConfigurationRequest
)
Public Function DeleteNotificationConfiguration ( _
	deleteNotificationConfigurationRequest As DeleteNotificationConfigurationRequest _
) As DeleteNotificationConfigurationResponse
public:
virtual DeleteNotificationConfigurationResponse^ DeleteNotificationConfiguration(
	DeleteNotificationConfigurationRequest^ deleteNotificationConfigurationRequest
) sealed

Parameters

deleteNotificationConfigurationRequest
DeleteNotificationConfigurationRequest
Container for the necessary parameters to execute the DeleteNotificationConfiguration service method on AmazonAutoScaling.

Implements

AmazonAutoScaling..::..DeleteNotificationConfiguration(DeleteNotificationConfigurationRequest)

See Also