aws_sdk_securitylake/client/
delete_data_lake_exception_subscription.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 [`DeleteDataLakeExceptionSubscription`](crate::operation::delete_data_lake_exception_subscription::builders::DeleteDataLakeExceptionSubscriptionFluentBuilder) operation.
4    ///
5    /// - The fluent builder takes no input, just [`send`](crate::operation::delete_data_lake_exception_subscription::builders::DeleteDataLakeExceptionSubscriptionFluentBuilder::send) it.
6    /// - On success, responds with [`DeleteDataLakeExceptionSubscriptionOutput`](crate::operation::delete_data_lake_exception_subscription::DeleteDataLakeExceptionSubscriptionOutput)
7    /// - On failure, responds with [`SdkError<DeleteDataLakeExceptionSubscriptionError>`](crate::operation::delete_data_lake_exception_subscription::DeleteDataLakeExceptionSubscriptionError)
8    pub fn delete_data_lake_exception_subscription(
9        &self,
10    ) -> crate::operation::delete_data_lake_exception_subscription::builders::DeleteDataLakeExceptionSubscriptionFluentBuilder {
11        crate::operation::delete_data_lake_exception_subscription::builders::DeleteDataLakeExceptionSubscriptionFluentBuilder::new(
12            self.handle.clone(),
13        )
14    }
15}