Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.DeleteConfigurationSetEventDestination C# (CSharp) Method

DeleteConfigurationSetEventDestination() public method

Deletes a configuration set event destination.

Configuration set event destinations are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

This action is throttled at one request per second.

/// Indicates that the configuration set does not exist. /// /// Indicates that the event destination does not exist. ///
public DeleteConfigurationSetEventDestination ( DeleteConfigurationSetEventDestinationRequest request ) : DeleteConfigurationSetEventDestinationResponse
request DeleteConfigurationSetEventDestinationRequest Container for the necessary parameters to execute the DeleteConfigurationSetEventDestination service method.
return DeleteConfigurationSetEventDestinationResponse
        public DeleteConfigurationSetEventDestinationResponse DeleteConfigurationSetEventDestination(DeleteConfigurationSetEventDestinationRequest request)
        {
            var marshaller = new DeleteConfigurationSetEventDestinationRequestMarshaller();
            var unmarshaller = DeleteConfigurationSetEventDestinationResponseUnmarshaller.Instance;

            return Invoke<DeleteConfigurationSetEventDestinationRequest,DeleteConfigurationSetEventDestinationResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleEmailServiceClient