// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteIdentitySource`](crate::operation::delete_identity_source::builders::DeleteIdentitySourceFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`identity_source_arn(impl Into<String>)`](crate::operation::delete_identity_source::builders::DeleteIdentitySourceFluentBuilder::identity_source_arn) / [`set_identity_source_arn(Option<String>)`](crate::operation::delete_identity_source::builders::DeleteIdentitySourceFluentBuilder::set_identity_source_arn):<br>required: **true**<br><p>Amazon Resource Name (ARN) for identity source.</p><br>
/// - On success, responds with [`DeleteIdentitySourceOutput`](crate::operation::delete_identity_source::DeleteIdentitySourceOutput)
/// - On failure, responds with [`SdkError<DeleteIdentitySourceError>`](crate::operation::delete_identity_source::DeleteIdentitySourceError)
pub fn delete_identity_source(&self) -> crate::operation::delete_identity_source::builders::DeleteIdentitySourceFluentBuilder {
crate::operation::delete_identity_source::builders::DeleteIdentitySourceFluentBuilder::new(self.handle.clone())
}
}