// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteIdentityPool`](crate::operation::delete_identity_pool::builders::DeleteIdentityPoolFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`identity_pool_id(impl Into<String>)`](crate::operation::delete_identity_pool::builders::DeleteIdentityPoolFluentBuilder::identity_pool_id) / [`set_identity_pool_id(Option<String>)`](crate::operation::delete_identity_pool::builders::DeleteIdentityPoolFluentBuilder::set_identity_pool_id):<br>required: **true**<br><p>An identity pool ID in the format REGION:GUID.</p><br>
/// - On success, responds with [`DeleteIdentityPoolOutput`](crate::operation::delete_identity_pool::DeleteIdentityPoolOutput)
/// - On failure, responds with [`SdkError<DeleteIdentityPoolError>`](crate::operation::delete_identity_pool::DeleteIdentityPoolError)
pub fn delete_identity_pool(&self) -> crate::operation::delete_identity_pool::builders::DeleteIdentityPoolFluentBuilder {
crate::operation::delete_identity_pool::builders::DeleteIdentityPoolFluentBuilder::new(self.handle.clone())
}
}