1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteV2LoggingLevel`](crate::operation::delete_v2_logging_level::builders::DeleteV2LoggingLevelFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`target_type(LogTargetType)`](crate::operation::delete_v2_logging_level::builders::DeleteV2LoggingLevelFluentBuilder::target_type) / [`set_target_type(Option<LogTargetType>)`](crate::operation::delete_v2_logging_level::builders::DeleteV2LoggingLevelFluentBuilder::set_target_type):<br>required: **true**<br><p>The type of resource for which you are configuring logging. Must be <code>THING_Group</code>.</p><br>
    ///   - [`target_name(impl Into<String>)`](crate::operation::delete_v2_logging_level::builders::DeleteV2LoggingLevelFluentBuilder::target_name) / [`set_target_name(Option<String>)`](crate::operation::delete_v2_logging_level::builders::DeleteV2LoggingLevelFluentBuilder::set_target_name):<br>required: **true**<br><p>The name of the resource for which you are configuring logging.</p><br>
    /// - On success, responds with [`DeleteV2LoggingLevelOutput`](crate::operation::delete_v2_logging_level::DeleteV2LoggingLevelOutput)
    /// - On failure, responds with [`SdkError<DeleteV2LoggingLevelError>`](crate::operation::delete_v2_logging_level::DeleteV2LoggingLevelError)
    pub fn delete_v2_logging_level(&self) -> crate::operation::delete_v2_logging_level::builders::DeleteV2LoggingLevelFluentBuilder {
        crate::operation::delete_v2_logging_level::builders::DeleteV2LoggingLevelFluentBuilder::new(self.handle.clone())
    }
}