aws-sdk-lexmodelbuilding 1.99.0

AWS SDK for Amazon Lex Model Building Service
Documentation
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 [`DeleteBot`](crate::operation::delete_bot::builders::DeleteBotFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`name(impl Into<String>)`](crate::operation::delete_bot::builders::DeleteBotFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::delete_bot::builders::DeleteBotFluentBuilder::set_name):<br>required: **true**<br><p>The name of the bot. The name is case sensitive.</p><br>
    /// - On success, responds with [`DeleteBotOutput`](crate::operation::delete_bot::DeleteBotOutput)
    /// - On failure, responds with [`SdkError<DeleteBotError>`](crate::operation::delete_bot::DeleteBotError)
    #[deprecated(note = "Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.", since = "2025-09-08")]
    pub fn delete_bot(&self) -> crate::operation::delete_bot::builders::DeleteBotFluentBuilder {
        crate::operation::delete_bot::builders::DeleteBotFluentBuilder::new(self.handle.clone())
    }
}