aws_sdk_dataexchange/client/delete_event_action.rs
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteEventAction`](crate::operation::delete_event_action::builders::DeleteEventActionFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`event_action_id(impl Into<String>)`](crate::operation::delete_event_action::builders::DeleteEventActionFluentBuilder::event_action_id) / [`set_event_action_id(Option<String>)`](crate::operation::delete_event_action::builders::DeleteEventActionFluentBuilder::set_event_action_id):<br>required: **true**<br><p>The unique identifier for the event action.</p><br>
/// - On success, responds with [`DeleteEventActionOutput`](crate::operation::delete_event_action::DeleteEventActionOutput)
/// - On failure, responds with [`SdkError<DeleteEventActionError>`](crate::operation::delete_event_action::DeleteEventActionError)
pub fn delete_event_action(&self) -> crate::operation::delete_event_action::builders::DeleteEventActionFluentBuilder {
crate::operation::delete_event_action::builders::DeleteEventActionFluentBuilder::new(self.handle.clone())
}
}