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 [`CreateDatalakeAutoEnable`](crate::operation::create_datalake_auto_enable::builders::CreateDatalakeAutoEnableFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`configuration_for_new_accounts(Vec<AutoEnableNewRegionConfiguration>)`](crate::operation::create_datalake_auto_enable::builders::CreateDatalakeAutoEnableFluentBuilder::configuration_for_new_accounts) / [`set_configuration_for_new_accounts(Option<Vec<AutoEnableNewRegionConfiguration>>)`](crate::operation::create_datalake_auto_enable::builders::CreateDatalakeAutoEnableFluentBuilder::set_configuration_for_new_accounts): <p>Enable Security Lake with the specified configuration settings to begin collecting security data for new accounts in your organization. </p>
    /// - On success, responds with [`CreateDatalakeAutoEnableOutput`](crate::operation::create_datalake_auto_enable::CreateDatalakeAutoEnableOutput)
    /// - On failure, responds with [`SdkError<CreateDatalakeAutoEnableError>`](crate::operation::create_datalake_auto_enable::CreateDatalakeAutoEnableError)
    pub fn create_datalake_auto_enable(&self) -> crate::operation::create_datalake_auto_enable::builders::CreateDatalakeAutoEnableFluentBuilder{
        crate::operation::create_datalake_auto_enable::builders::CreateDatalakeAutoEnableFluentBuilder::new(self.handle.clone())
    }
}