aws-sdk-aiops 1.22.0

AWS SDK for AWS AI Ops
Documentation
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 [`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())
    }
}