aws_sdk_mediastore/client/
stop_access_logging.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3    /// Constructs a fluent builder for the [`StopAccessLogging`](crate::operation::stop_access_logging::builders::StopAccessLoggingFluentBuilder) operation.
4    ///
5    /// - The fluent builder is configurable:
6    ///   - [`container_name(impl Into<String>)`](crate::operation::stop_access_logging::builders::StopAccessLoggingFluentBuilder::container_name) / [`set_container_name(Option<String>)`](crate::operation::stop_access_logging::builders::StopAccessLoggingFluentBuilder::set_container_name):<br>required: **true**<br><p>The name of the container that you want to stop access logging on.</p><br>
7    /// - On success, responds with [`StopAccessLoggingOutput`](crate::operation::stop_access_logging::StopAccessLoggingOutput)
8    /// - On failure, responds with [`SdkError<StopAccessLoggingError>`](crate::operation::stop_access_logging::StopAccessLoggingError)
9    pub fn stop_access_logging(&self) -> crate::operation::stop_access_logging::builders::StopAccessLoggingFluentBuilder {
10        crate::operation::stop_access_logging::builders::StopAccessLoggingFluentBuilder::new(self.handle.clone())
11    }
12}