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++ 
DeleteNotificationConfigurationResponse DeleteNotificationConfiguration(
	DeleteNotificationConfigurationRequest deleteNotificationConfigurationRequest
)
Function DeleteNotificationConfiguration ( _
	deleteNotificationConfigurationRequest As DeleteNotificationConfigurationRequest _
) As DeleteNotificationConfigurationResponse
DeleteNotificationConfigurationResponse^ DeleteNotificationConfiguration(
	DeleteNotificationConfigurationRequest^ deleteNotificationConfigurationRequest
)

Parameters

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

See Also