// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteLoginProfile`](crate::operation::delete_login_profile::builders::DeleteLoginProfileFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`user_name(impl Into<String>)`](crate::operation::delete_login_profile::builders::DeleteLoginProfileFluentBuilder::user_name) / [`set_user_name(Option<String>)`](crate::operation::delete_login_profile::builders::DeleteLoginProfileFluentBuilder::set_user_name):<br>required: **true**<br><p>The name of the user whose password you want to delete.</p> <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p><br>
/// - On success, responds with [`DeleteLoginProfileOutput`](crate::operation::delete_login_profile::DeleteLoginProfileOutput)
/// - On failure, responds with [`SdkError<DeleteLoginProfileError>`](crate::operation::delete_login_profile::DeleteLoginProfileError)
pub fn delete_login_profile(&self) -> crate::operation::delete_login_profile::builders::DeleteLoginProfileFluentBuilder {
crate::operation::delete_login_profile::builders::DeleteLoginProfileFluentBuilder::new(self.handle.clone())
}
}