1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteAccountAlias`](crate::operation::delete_account_alias::builders::DeleteAccountAliasFluentBuilder) operation.
///
/// - The fluent builder takes no input, just [`send`](crate::operation::delete_account_alias::builders::DeleteAccountAliasFluentBuilder::send) it.
/// - On success, responds with [`DeleteAccountAliasOutput`](crate::operation::delete_account_alias::DeleteAccountAliasOutput)
/// - On failure, responds with [`SdkError<DeleteAccountAliasError>`](crate::operation::delete_account_alias::DeleteAccountAliasError)
pub fn delete_account_alias(
&self,
) -> crate::operation::delete_account_alias::builders::DeleteAccountAliasFluentBuilder {
crate::operation::delete_account_alias::builders::DeleteAccountAliasFluentBuilder::new(
self.handle.clone(),
)
}
}