aws_sdk_shield/client/
disassociate_drt_log_bucket.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 [`DisassociateDRTLogBucket`](crate::operation::disassociate_drt_log_bucket::builders::DisassociateDRTLogBucketFluentBuilder) operation.
4    ///
5    /// - The fluent builder is configurable:
6    ///   - [`log_bucket(impl Into<String>)`](crate::operation::disassociate_drt_log_bucket::builders::DisassociateDRTLogBucketFluentBuilder::log_bucket) / [`set_log_bucket(Option<String>)`](crate::operation::disassociate_drt_log_bucket::builders::DisassociateDRTLogBucketFluentBuilder::set_log_bucket):<br>required: **true**<br><p>The Amazon S3 bucket that contains the logs that you want to share.</p><br>
7    /// - On success, responds with [`DisassociateDrtLogBucketOutput`](crate::operation::disassociate_drt_log_bucket::DisassociateDrtLogBucketOutput)
8    /// - On failure, responds with [`SdkError<DisassociateDRTLogBucketError>`](crate::operation::disassociate_drt_log_bucket::DisassociateDRTLogBucketError)
9    pub fn disassociate_drt_log_bucket(&self) -> crate::operation::disassociate_drt_log_bucket::builders::DisassociateDRTLogBucketFluentBuilder {
10        crate::operation::disassociate_drt_log_bucket::builders::DisassociateDRTLogBucketFluentBuilder::new(self.handle.clone())
11    }
12}