// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteBotAlias`](crate::operation::delete_bot_alias::builders::DeleteBotAliasFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`name(impl Into<String>)`](crate::operation::delete_bot_alias::builders::DeleteBotAliasFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::delete_bot_alias::builders::DeleteBotAliasFluentBuilder::set_name):<br>required: **true**<br><p>The name of the alias to delete. The name is case sensitive.</p><br>
/// - [`bot_name(impl Into<String>)`](crate::operation::delete_bot_alias::builders::DeleteBotAliasFluentBuilder::bot_name) / [`set_bot_name(Option<String>)`](crate::operation::delete_bot_alias::builders::DeleteBotAliasFluentBuilder::set_bot_name):<br>required: **true**<br><p>The name of the bot that the alias points to.</p><br>
/// - On success, responds with [`DeleteBotAliasOutput`](crate::operation::delete_bot_alias::DeleteBotAliasOutput)
/// - On failure, responds with [`SdkError<DeleteBotAliasError>`](crate::operation::delete_bot_alias::DeleteBotAliasError)
#[deprecated(note = "Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.", since = "2025-09-08")]
pub fn delete_bot_alias(&self) -> crate::operation::delete_bot_alias::builders::DeleteBotAliasFluentBuilder {
crate::operation::delete_bot_alias::builders::DeleteBotAliasFluentBuilder::new(self.handle.clone())
}
}