1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteIdentity`](crate::operation::delete_identity::builders::DeleteIdentityFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`identity(impl Into<String>)`](crate::operation::delete_identity::builders::DeleteIdentityFluentBuilder::identity) / [`set_identity(Option<String>)`](crate::operation::delete_identity::builders::DeleteIdentityFluentBuilder::set_identity):<br>required: **true**<br><p>The identity to be removed from the list of identities for the Amazon Web Services account.</p><br>
    /// - On success, responds with [`DeleteIdentityOutput`](crate::operation::delete_identity::DeleteIdentityOutput)
    /// - On failure, responds with [`SdkError<DeleteIdentityError>`](crate::operation::delete_identity::DeleteIdentityError)
    pub fn delete_identity(&self) -> crate::operation::delete_identity::builders::DeleteIdentityFluentBuilder {
        crate::operation::delete_identity::builders::DeleteIdentityFluentBuilder::new(self.handle.clone())
    }
}