aws-sdk-observabilityadmin 1.52.0

AWS SDK for CloudWatch Observability Admin Service
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteS3TableIntegration`](crate::operation::delete_s3_table_integration::builders::DeleteS3TableIntegrationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`arn(impl Into<String>)`](crate::operation::delete_s3_table_integration::builders::DeleteS3TableIntegrationFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::delete_s3_table_integration::builders::DeleteS3TableIntegrationFluentBuilder::set_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the S3 Table integration to delete.</p><br>
    /// - On success, responds with [`DeleteS3TableIntegrationOutput`](crate::operation::delete_s3_table_integration::DeleteS3TableIntegrationOutput)
    /// - On failure, responds with [`SdkError<DeleteS3TableIntegrationError>`](crate::operation::delete_s3_table_integration::DeleteS3TableIntegrationError)
    pub fn delete_s3_table_integration(&self) -> crate::operation::delete_s3_table_integration::builders::DeleteS3TableIntegrationFluentBuilder {
        crate::operation::delete_s3_table_integration::builders::DeleteS3TableIntegrationFluentBuilder::new(self.handle.clone())
    }
}