// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteQueue`](crate::operation::delete_queue::builders::DeleteQueueFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`name(impl Into<String>)`](crate::operation::delete_queue::builders::DeleteQueueFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::delete_queue::builders::DeleteQueueFluentBuilder::set_name):<br>required: **true**<br>The name of the queue that you want to delete.<br>
/// - On success, responds with [`DeleteQueueOutput`](crate::operation::delete_queue::DeleteQueueOutput)
/// - On failure, responds with [`SdkError<DeleteQueueError>`](crate::operation::delete_queue::DeleteQueueError)
pub fn delete_queue(&self) -> crate::operation::delete_queue::builders::DeleteQueueFluentBuilder {
crate::operation::delete_queue::builders::DeleteQueueFluentBuilder::new(self.handle.clone())
}
}