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 [`DeleteStorageLensGroup`](crate::operation::delete_storage_lens_group::builders::DeleteStorageLensGroupFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`name(impl Into<String>)`](crate::operation::delete_storage_lens_group::builders::DeleteStorageLensGroupFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::delete_storage_lens_group::builders::DeleteStorageLensGroupFluentBuilder::set_name):<br>required: **true**<br><p>The name of the Storage Lens group that you're trying to delete.</p><br>
    ///   - [`account_id(impl Into<String>)`](crate::operation::delete_storage_lens_group::builders::DeleteStorageLensGroupFluentBuilder::account_id) / [`set_account_id(Option<String>)`](crate::operation::delete_storage_lens_group::builders::DeleteStorageLensGroupFluentBuilder::set_account_id):<br>required: **true**<br><p>The Amazon Web Services account ID used to create the Storage Lens group that you're trying to delete.</p><br>
    /// - On success, responds with [`DeleteStorageLensGroupOutput`](crate::operation::delete_storage_lens_group::DeleteStorageLensGroupOutput)
    /// - On failure, responds with [`SdkError<DeleteStorageLensGroupError>`](crate::operation::delete_storage_lens_group::DeleteStorageLensGroupError)
    pub fn delete_storage_lens_group(&self) -> crate::operation::delete_storage_lens_group::builders::DeleteStorageLensGroupFluentBuilder {
        crate::operation::delete_storage_lens_group::builders::DeleteStorageLensGroupFluentBuilder::new(self.handle.clone())
    }
}