Smaws_Client_SES.UpdateConfigurationSetEventDestinationUpdates the event destination of a configuration set. Event destinations are associated with configuration sets, which enable you to publish email sending events to Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS). For information about using configuration sets, see Monitoring Your Amazon SES Sending Activity in the Amazon SES Developer Guide.
When you create or update an event destination, you must provide one, and only one, destination. The destination can be Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS).
You can execute this operation no more than once per second.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `ConfigurationSetDoesNotExistException of
Types.configuration_set_does_not_exist_exception
| `EventDestinationDoesNotExistException of
Types.event_destination_does_not_exist_exception
| `InvalidCloudWatchDestinationException of
Types.invalid_cloud_watch_destination_exception
| `InvalidFirehoseDestinationException of
Types.invalid_firehose_destination_exception
| `InvalidSNSDestinationException of Types.invalid_sns_destination_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.update_configuration_set_event_destination_request ->
(Types.update_configuration_set_event_destination_response,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ConfigurationSetDoesNotExistException of
Types.configuration_set_does_not_exist_exception
| `EventDestinationDoesNotExistException of
Types.event_destination_does_not_exist_exception
| `InvalidCloudWatchDestinationException of
Types.invalid_cloud_watch_destination_exception
| `InvalidFirehoseDestinationException of
Types.invalid_firehose_destination_exception
| `InvalidSNSDestinationException of
Types.invalid_sns_destination_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.update_configuration_set_event_destination_request ->
(Types.update_configuration_set_event_destination_response
Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `ConfigurationSetDoesNotExistException of
Types.configuration_set_does_not_exist_exception
| `EventDestinationDoesNotExistException of
Types.event_destination_does_not_exist_exception
| `InvalidCloudWatchDestinationException of
Types.invalid_cloud_watch_destination_exception
| `InvalidFirehoseDestinationException of
Types.invalid_firehose_destination_exception
| `InvalidSNSDestinationException of
Types.invalid_sns_destination_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result