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 [`DeleteProfilingGroup`](crate::operation::delete_profiling_group::builders::DeleteProfilingGroupFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`profiling_group_name(impl Into<String>)`](crate::operation::delete_profiling_group::builders::DeleteProfilingGroupFluentBuilder::profiling_group_name) / [`set_profiling_group_name(Option<String>)`](crate::operation::delete_profiling_group::builders::DeleteProfilingGroupFluentBuilder::set_profiling_group_name):<br>required: **true**<br><p>The name of the profiling group to delete.</p><br>
    /// - On success, responds with [`DeleteProfilingGroupOutput`](crate::operation::delete_profiling_group::DeleteProfilingGroupOutput)
    /// - On failure, responds with [`SdkError<DeleteProfilingGroupError>`](crate::operation::delete_profiling_group::DeleteProfilingGroupError)
    pub fn delete_profiling_group(&self) -> crate::operation::delete_profiling_group::builders::DeleteProfilingGroupFluentBuilder {
        crate::operation::delete_profiling_group::builders::DeleteProfilingGroupFluentBuilder::new(self.handle.clone())
    }
}