aws-sdk-cloudwatchlogs 1.134.0

AWS SDK for Amazon CloudWatch Logs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DisassociateSourceFromS3TableIntegration`](crate::operation::disassociate_source_from_s3_table_integration::builders::DisassociateSourceFromS3TableIntegrationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`identifier(impl Into<String>)`](crate::operation::disassociate_source_from_s3_table_integration::builders::DisassociateSourceFromS3TableIntegrationFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::disassociate_source_from_s3_table_integration::builders::DisassociateSourceFromS3TableIntegrationFluentBuilder::set_identifier):<br>required: **true**<br><p>The unique identifier of the association to remove between the data source and S3 Table Integration.</p><br>
    /// - On success, responds with [`DisassociateSourceFromS3TableIntegrationOutput`](crate::operation::disassociate_source_from_s3_table_integration::DisassociateSourceFromS3TableIntegrationOutput) with field(s):
    ///   - [`identifier(Option<String>)`](crate::operation::disassociate_source_from_s3_table_integration::DisassociateSourceFromS3TableIntegrationOutput::identifier): <p>The unique identifier of the association that was removed.</p>
    /// - On failure, responds with [`SdkError<DisassociateSourceFromS3TableIntegrationError>`](crate::operation::disassociate_source_from_s3_table_integration::DisassociateSourceFromS3TableIntegrationError)
    pub fn disassociate_source_from_s3_table_integration(
        &self,
    ) -> crate::operation::disassociate_source_from_s3_table_integration::builders::DisassociateSourceFromS3TableIntegrationFluentBuilder {
        crate::operation::disassociate_source_from_s3_table_integration::builders::DisassociateSourceFromS3TableIntegrationFluentBuilder::new(
            self.handle.clone(),
        )
    }
}