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 [`DeletePlaceIndex`](crate::operation::delete_place_index::builders::DeletePlaceIndexFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`index_name(impl Into<String>)`](crate::operation::delete_place_index::builders::DeletePlaceIndexFluentBuilder::index_name) / [`set_index_name(Option<String>)`](crate::operation::delete_place_index::builders::DeletePlaceIndexFluentBuilder::set_index_name):<br>required: **true**<br><p>The name of the place index resource to be deleted.</p><br>
    /// - On success, responds with [`DeletePlaceIndexOutput`](crate::operation::delete_place_index::DeletePlaceIndexOutput)
    /// - On failure, responds with [`SdkError<DeletePlaceIndexError>`](crate::operation::delete_place_index::DeletePlaceIndexError)
    pub fn delete_place_index(&self) -> crate::operation::delete_place_index::builders::DeletePlaceIndexFluentBuilder {
        crate::operation::delete_place_index::builders::DeletePlaceIndexFluentBuilder::new(self.handle.clone())
    }
}