1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`GetDataLakeExceptionSubscription`](crate::operation::get_data_lake_exception_subscription::builders::GetDataLakeExceptionSubscriptionFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::get_data_lake_exception_subscription::builders::GetDataLakeExceptionSubscriptionFluentBuilder::send) it.
    /// - On success, responds with [`GetDataLakeExceptionSubscriptionOutput`](crate::operation::get_data_lake_exception_subscription::GetDataLakeExceptionSubscriptionOutput) with field(s):
    ///   - [`subscription_protocol(Option<String>)`](crate::operation::get_data_lake_exception_subscription::GetDataLakeExceptionSubscriptionOutput::subscription_protocol): <p>The subscription protocol to which exception notifications are posted.</p>
    ///   - [`notification_endpoint(Option<String>)`](crate::operation::get_data_lake_exception_subscription::GetDataLakeExceptionSubscriptionOutput::notification_endpoint): <p>The Amazon Web Services account where you receive exception notifications.</p>
    ///   - [`exception_time_to_live(Option<i64>)`](crate::operation::get_data_lake_exception_subscription::GetDataLakeExceptionSubscriptionOutput::exception_time_to_live): <p>The expiration period and time-to-live (TTL).</p>
    /// - On failure, responds with [`SdkError<GetDataLakeExceptionSubscriptionError>`](crate::operation::get_data_lake_exception_subscription::GetDataLakeExceptionSubscriptionError)
    pub fn get_data_lake_exception_subscription(
        &self,
    ) -> crate::operation::get_data_lake_exception_subscription::builders::GetDataLakeExceptionSubscriptionFluentBuilder {
        crate::operation::get_data_lake_exception_subscription::builders::GetDataLakeExceptionSubscriptionFluentBuilder::new(self.handle.clone())
    }
}