// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteWorkloadIdentity`](crate::operation::delete_workload_identity::builders::DeleteWorkloadIdentityFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`name(impl Into<String>)`](crate::operation::delete_workload_identity::builders::DeleteWorkloadIdentityFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::delete_workload_identity::builders::DeleteWorkloadIdentityFluentBuilder::set_name):<br>required: **true**<br><p>The name of the workload identity to delete.</p><br>
/// - On success, responds with [`DeleteWorkloadIdentityOutput`](crate::operation::delete_workload_identity::DeleteWorkloadIdentityOutput)
/// - On failure, responds with [`SdkError<DeleteWorkloadIdentityError>`](crate::operation::delete_workload_identity::DeleteWorkloadIdentityError)
pub fn delete_workload_identity(&self) -> crate::operation::delete_workload_identity::builders::DeleteWorkloadIdentityFluentBuilder {
crate::operation::delete_workload_identity::builders::DeleteWorkloadIdentityFluentBuilder::new(self.handle.clone())
}
}