1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteModelInvocationLoggingConfiguration`](crate::operation::delete_model_invocation_logging_configuration::builders::DeleteModelInvocationLoggingConfigurationFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::delete_model_invocation_logging_configuration::builders::DeleteModelInvocationLoggingConfigurationFluentBuilder::send) it.
    /// - On success, responds with [`DeleteModelInvocationLoggingConfigurationOutput`](crate::operation::delete_model_invocation_logging_configuration::DeleteModelInvocationLoggingConfigurationOutput)
    /// - On failure, responds with [`SdkError<DeleteModelInvocationLoggingConfigurationError>`](crate::operation::delete_model_invocation_logging_configuration::DeleteModelInvocationLoggingConfigurationError)
    pub fn delete_model_invocation_logging_configuration(
        &self,
    ) -> crate::operation::delete_model_invocation_logging_configuration::builders::DeleteModelInvocationLoggingConfigurationFluentBuilder {
        crate::operation::delete_model_invocation_logging_configuration::builders::DeleteModelInvocationLoggingConfigurationFluentBuilder::new(
            self.handle.clone(),
        )
    }
}