1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteCustomRoutingAccelerator`](crate::operation::delete_custom_routing_accelerator::builders::DeleteCustomRoutingAcceleratorFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`accelerator_arn(impl Into<String>)`](crate::operation::delete_custom_routing_accelerator::builders::DeleteCustomRoutingAcceleratorFluentBuilder::accelerator_arn) / [`set_accelerator_arn(Option<String>)`](crate::operation::delete_custom_routing_accelerator::builders::DeleteCustomRoutingAcceleratorFluentBuilder::set_accelerator_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the custom routing accelerator to delete.</p><br>
    /// - On success, responds with [`DeleteCustomRoutingAcceleratorOutput`](crate::operation::delete_custom_routing_accelerator::DeleteCustomRoutingAcceleratorOutput)
    /// - On failure, responds with [`SdkError<DeleteCustomRoutingAcceleratorError>`](crate::operation::delete_custom_routing_accelerator::DeleteCustomRoutingAcceleratorError)
    pub fn delete_custom_routing_accelerator(
        &self,
    ) -> crate::operation::delete_custom_routing_accelerator::builders::DeleteCustomRoutingAcceleratorFluentBuilder {
        crate::operation::delete_custom_routing_accelerator::builders::DeleteCustomRoutingAcceleratorFluentBuilder::new(self.handle.clone())
    }
}