// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteEventDestination`](crate::operation::delete_event_destination::builders::DeleteEventDestinationFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`configuration_set_name(impl Into<String>)`](crate::operation::delete_event_destination::builders::DeleteEventDestinationFluentBuilder::configuration_set_name) / [`set_configuration_set_name(Option<String>)`](crate::operation::delete_event_destination::builders::DeleteEventDestinationFluentBuilder::set_configuration_set_name):<br>required: **true**<br><p>The name of the configuration set or the configuration set's Amazon Resource Name (ARN) to remove the event destination from. The ConfigurateSetName and ConfigurationSetArn can be found using the <code>DescribeConfigurationSets</code> action.</p><br>
/// - [`event_destination_name(impl Into<String>)`](crate::operation::delete_event_destination::builders::DeleteEventDestinationFluentBuilder::event_destination_name) / [`set_event_destination_name(Option<String>)`](crate::operation::delete_event_destination::builders::DeleteEventDestinationFluentBuilder::set_event_destination_name):<br>required: **true**<br><p>The name of the event destination to delete.</p><br>
/// - On success, responds with [`DeleteEventDestinationOutput`](crate::operation::delete_event_destination::DeleteEventDestinationOutput) with field(s):
/// - [`configuration_set_arn(Option<String>)`](crate::operation::delete_event_destination::DeleteEventDestinationOutput::configuration_set_arn): <p>The Amazon Resource Name (ARN) of the configuration set.</p>
/// - [`configuration_set_name(Option<String>)`](crate::operation::delete_event_destination::DeleteEventDestinationOutput::configuration_set_name): <p>The name of the configuration set the event destination was deleted from.</p>
/// - [`event_destination(Option<EventDestination>)`](crate::operation::delete_event_destination::DeleteEventDestinationOutput::event_destination): <p>The event destination object that was deleted.</p>
/// - On failure, responds with [`SdkError<DeleteEventDestinationError>`](crate::operation::delete_event_destination::DeleteEventDestinationError)
pub fn delete_event_destination(&self) -> crate::operation::delete_event_destination::builders::DeleteEventDestinationFluentBuilder {
crate::operation::delete_event_destination::builders::DeleteEventDestinationFluentBuilder::new(self.handle.clone())
}
}