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

UpdateConfigurationSetEventDestination() public method

Updates the event destination of a configuration set.

When you create or update an event destination, you must provide one, and only one, destination. The destination can be either Amazon CloudWatch or Amazon Kinesis Firehose.

Event destinations are associated with configuration sets, which enable you to publish email sending events to Amazon CloudWatch or Amazon Kinesis Firehose. 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. /// /// Indicates that the Amazon CloudWatch destination is invalid. See the error message /// for details. /// /// Indicates that the Amazon Kinesis Firehose destination is invalid. See the error message /// for details. ///
public UpdateConfigurationSetEventDestination ( UpdateConfigurationSetEventDestinationRequest request ) : UpdateConfigurationSetEventDestinationResponse
request UpdateConfigurationSetEventDestinationRequest Container for the necessary parameters to execute the UpdateConfigurationSetEventDestination service method.
return UpdateConfigurationSetEventDestinationResponse
        public UpdateConfigurationSetEventDestinationResponse UpdateConfigurationSetEventDestination(UpdateConfigurationSetEventDestinationRequest request)
        {
            var marshaller = new UpdateConfigurationSetEventDestinationRequestMarshaller();
            var unmarshaller = UpdateConfigurationSetEventDestinationResponseUnmarshaller.Instance;

            return Invoke<UpdateConfigurationSetEventDestinationRequest,UpdateConfigurationSetEventDestinationResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleEmailServiceClient