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

DeleteConfigurationSet() public method

Deletes a configuration set.

Configuration sets 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. ///
public DeleteConfigurationSet ( DeleteConfigurationSetRequest request ) : DeleteConfigurationSetResponse
request DeleteConfigurationSetRequest Container for the necessary parameters to execute the DeleteConfigurationSet service method.
return DeleteConfigurationSetResponse
        public DeleteConfigurationSetResponse DeleteConfigurationSet(DeleteConfigurationSetRequest request)
        {
            var marshaller = new DeleteConfigurationSetRequestMarshaller();
            var unmarshaller = DeleteConfigurationSetResponseUnmarshaller.Instance;

            return Invoke<DeleteConfigurationSetRequest,DeleteConfigurationSetResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleEmailServiceClient