// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeletePipeline`](crate::operation::delete_pipeline::builders::DeletePipelineFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`pipeline_name(impl Into<String>)`](crate::operation::delete_pipeline::builders::DeletePipelineFluentBuilder::pipeline_name) / [`set_pipeline_name(Option<String>)`](crate::operation::delete_pipeline::builders::DeletePipelineFluentBuilder::set_pipeline_name):<br>required: **true**<br><p>The name of the pipeline to delete.</p><br>
/// - [`client_request_token(impl Into<String>)`](crate::operation::delete_pipeline::builders::DeletePipelineFluentBuilder::client_request_token) / [`set_client_request_token(Option<String>)`](crate::operation::delete_pipeline::builders::DeletePipelineFluentBuilder::set_client_request_token):<br>required: **true**<br><p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.</p><br>
/// - On success, responds with [`DeletePipelineOutput`](crate::operation::delete_pipeline::DeletePipelineOutput) with field(s):
/// - [`pipeline_arn(Option<String>)`](crate::operation::delete_pipeline::DeletePipelineOutput::pipeline_arn): <p>The Amazon Resource Name (ARN) of the pipeline to delete.</p>
/// - On failure, responds with [`SdkError<DeletePipelineError>`](crate::operation::delete_pipeline::DeletePipelineError)
pub fn delete_pipeline(&self) -> crate::operation::delete_pipeline::builders::DeletePipelineFluentBuilder {
crate::operation::delete_pipeline::builders::DeletePipelineFluentBuilder::new(self.handle.clone())
}
}