1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteIndex`](crate::operation::delete_index::builders::DeleteIndexFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id(impl Into<String>)`](crate::operation::delete_index::builders::DeleteIndexFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::delete_index::builders::DeleteIndexFluentBuilder::set_id):<br>required: **true**<br><p>The identifier of the index you want to delete.</p><br>
    /// - On success, responds with [`DeleteIndexOutput`](crate::operation::delete_index::DeleteIndexOutput)
    /// - On failure, responds with [`SdkError<DeleteIndexError>`](crate::operation::delete_index::DeleteIndexError)
    pub fn delete_index(&self) -> crate::operation::delete_index::builders::DeleteIndexFluentBuilder {
        crate::operation::delete_index::builders::DeleteIndexFluentBuilder::new(self.handle.clone())
    }
}