Skip to main content

include/aws@services@sesv2_UpdateConfigurationSetEventDestinationRequest.hrl

-record(update_configuration_set_event_destination_request, {
    configuration_set_name :: binary(),
    event_destination :: aws@services@sesv2:event_destination_definition(),
    event_destination_name :: binary()
}).