Smaws_Client_SES.DeleteConfigurationSetEventDestinationDeletes 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.
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 ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.delete_configuration_set_event_destination_request ->
(Types.delete_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 ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.delete_configuration_set_event_destination_request ->
(Types.delete_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 ]
* Smaws_Lib.Response.metadata)
Stdlib.result