// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteLineageEvent`](crate::operation::delete_lineage_event::builders::DeleteLineageEventFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`domain_identifier(impl Into<String>)`](crate::operation::delete_lineage_event::builders::DeleteLineageEventFluentBuilder::domain_identifier) / [`set_domain_identifier(Option<String>)`](crate::operation::delete_lineage_event::builders::DeleteLineageEventFluentBuilder::set_domain_identifier):<br>required: **true**<br><p>The ID of the domain.</p><br>
/// - [`identifier(impl Into<String>)`](crate::operation::delete_lineage_event::builders::DeleteLineageEventFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::delete_lineage_event::builders::DeleteLineageEventFluentBuilder::set_identifier):<br>required: **true**<br><p>The ID of the lineage event.</p><br>
/// - On success, responds with [`DeleteLineageEventOutput`](crate::operation::delete_lineage_event::DeleteLineageEventOutput) with field(s):
/// - [`id(Option<String>)`](crate::operation::delete_lineage_event::DeleteLineageEventOutput::id): <p>The ID of the lineage event.</p>
/// - [`domain_id(Option<String>)`](crate::operation::delete_lineage_event::DeleteLineageEventOutput::domain_id): <p>The ID of the domain.</p>
/// - [`processing_status(Option<LineageEventProcessingStatus>)`](crate::operation::delete_lineage_event::DeleteLineageEventOutput::processing_status): <p>The progressing status of the lineage event.</p>
/// - On failure, responds with [`SdkError<DeleteLineageEventError>`](crate::operation::delete_lineage_event::DeleteLineageEventError)
pub fn delete_lineage_event(&self) -> crate::operation::delete_lineage_event::builders::DeleteLineageEventFluentBuilder {
crate::operation::delete_lineage_event::builders::DeleteLineageEventFluentBuilder::new(self.handle.clone())
}
}