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 [`DeleteAccountPasswordPolicy`](crate::operation::delete_account_password_policy::builders::DeleteAccountPasswordPolicyFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::delete_account_password_policy::builders::DeleteAccountPasswordPolicyFluentBuilder::send) it.
    /// - On success, responds with [`DeleteAccountPasswordPolicyOutput`](crate::operation::delete_account_password_policy::DeleteAccountPasswordPolicyOutput)
    /// - On failure, responds with [`SdkError<DeleteAccountPasswordPolicyError>`](crate::operation::delete_account_password_policy::DeleteAccountPasswordPolicyError)
    pub fn delete_account_password_policy(
        &self,
    ) -> crate::operation::delete_account_password_policy::builders::DeleteAccountPasswordPolicyFluentBuilder {
        crate::operation::delete_account_password_policy::builders::DeleteAccountPasswordPolicyFluentBuilder::new(self.handle.clone())
    }
}