// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteComponent`](crate::operation::delete_component::builders::DeleteComponentFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`arn(impl Into<String>)`](crate::operation::delete_component::builders::DeleteComponentFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::delete_component::builders::DeleteComponentFluentBuilder::set_arn):<br>required: **true**<br><p>The <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the component version.</p><br>
/// - On success, responds with [`DeleteComponentOutput`](crate::operation::delete_component::DeleteComponentOutput)
/// - On failure, responds with [`SdkError<DeleteComponentError>`](crate::operation::delete_component::DeleteComponentError)
pub fn delete_component(&self) -> crate::operation::delete_component::builders::DeleteComponentFluentBuilder {
crate::operation::delete_component::builders::DeleteComponentFluentBuilder::new(self.handle.clone())
}
}