aws-sdk-polly 1.109.0

AWS SDK for Amazon Polly
Documentation
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 [`DeleteLexicon`](crate::operation::delete_lexicon::builders::DeleteLexiconFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`name(impl Into<String>)`](crate::operation::delete_lexicon::builders::DeleteLexiconFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::delete_lexicon::builders::DeleteLexiconFluentBuilder::set_name):<br>required: **true**<br><p>The name of the lexicon to delete. Must be an existing lexicon in the region.</p><br>
    /// - On success, responds with [`DeleteLexiconOutput`](crate::operation::delete_lexicon::DeleteLexiconOutput)
    /// - On failure, responds with [`SdkError<DeleteLexiconError>`](crate::operation::delete_lexicon::DeleteLexiconError)
    pub fn delete_lexicon(&self) -> crate::operation::delete_lexicon::builders::DeleteLexiconFluentBuilder {
        crate::operation::delete_lexicon::builders::DeleteLexiconFluentBuilder::new(self.handle.clone())
    }
}