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 [`DeleteVocabulary`](crate::operation::delete_vocabulary::builders::DeleteVocabularyFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`vocabulary_name(impl Into<String>)`](crate::operation::delete_vocabulary::builders::DeleteVocabularyFluentBuilder::vocabulary_name) / [`set_vocabulary_name(Option<String>)`](crate::operation::delete_vocabulary::builders::DeleteVocabularyFluentBuilder::set_vocabulary_name): <p>The name of the custom vocabulary you want to delete. Custom vocabulary names are case sensitive.</p>
    /// - On success, responds with [`DeleteVocabularyOutput`](crate::operation::delete_vocabulary::DeleteVocabularyOutput)
    /// - On failure, responds with [`SdkError<DeleteVocabularyError>`](crate::operation::delete_vocabulary::DeleteVocabularyError)
    pub fn delete_vocabulary(&self) -> crate::operation::delete_vocabulary::builders::DeleteVocabularyFluentBuilder {
        crate::operation::delete_vocabulary::builders::DeleteVocabularyFluentBuilder::new(self.handle.clone())
    }
}