// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteInvestigationGroup`](crate::operation::delete_investigation_group::builders::DeleteInvestigationGroupFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`identifier(impl Into<String>)`](crate::operation::delete_investigation_group::builders::DeleteInvestigationGroupFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::delete_investigation_group::builders::DeleteInvestigationGroupFluentBuilder::set_identifier):<br>required: **true**<br><p>Specify either the name or the ARN of the investigation group that you want to delete.</p><br>
/// - On success, responds with [`DeleteInvestigationGroupOutput`](crate::operation::delete_investigation_group::DeleteInvestigationGroupOutput)
/// - On failure, responds with [`SdkError<DeleteInvestigationGroupError>`](crate::operation::delete_investigation_group::DeleteInvestigationGroupError)
pub fn delete_investigation_group(&self) -> crate::operation::delete_investigation_group::builders::DeleteInvestigationGroupFluentBuilder {
crate::operation::delete_investigation_group::builders::DeleteInvestigationGroupFluentBuilder::new(self.handle.clone())
}
}