1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteLibraryItem`](crate::operation::delete_library_item::builders::DeleteLibraryItemFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`instance_id(impl Into<String>)`](crate::operation::delete_library_item::builders::DeleteLibraryItemFluentBuilder::instance_id) / [`set_instance_id(Option<String>)`](crate::operation::delete_library_item::builders::DeleteLibraryItemFluentBuilder::set_instance_id):<br>required: **true**<br><p>The unique identifier of the Amazon Q Business application environment instance.</p><br>
    ///   - [`library_item_id(impl Into<String>)`](crate::operation::delete_library_item::builders::DeleteLibraryItemFluentBuilder::library_item_id) / [`set_library_item_id(Option<String>)`](crate::operation::delete_library_item::builders::DeleteLibraryItemFluentBuilder::set_library_item_id):<br>required: **true**<br><p>The unique identifier of the library item to delete.</p><br>
    /// - On success, responds with [`DeleteLibraryItemOutput`](crate::operation::delete_library_item::DeleteLibraryItemOutput)
    /// - On failure, responds with [`SdkError<DeleteLibraryItemError>`](crate::operation::delete_library_item::DeleteLibraryItemError)
    pub fn delete_library_item(&self) -> crate::operation::delete_library_item::builders::DeleteLibraryItemFluentBuilder {
        crate::operation::delete_library_item::builders::DeleteLibraryItemFluentBuilder::new(self.handle.clone())
    }
}