amazonka-securitylake-2.0: Amazon Security Lake SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SecurityLake.GetDatalakeAutoEnable

Description

Retrieves the configuration that will be automatically set up for accounts added to the organization after the organization has onboarded to Amazon Security Lake. This API does not take input parameters.

Synopsis

Creating a Request

data GetDatalakeAutoEnable Source #

See: newGetDatalakeAutoEnable smart constructor.

Instances

Instances details
ToHeaders GetDatalakeAutoEnable Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalakeAutoEnable

ToPath GetDatalakeAutoEnable Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalakeAutoEnable

ToQuery GetDatalakeAutoEnable Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalakeAutoEnable

AWSRequest GetDatalakeAutoEnable Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalakeAutoEnable

Associated Types

type AWSResponse GetDatalakeAutoEnable #

Generic GetDatalakeAutoEnable Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalakeAutoEnable

Associated Types

type Rep GetDatalakeAutoEnable :: Type -> Type #

Read GetDatalakeAutoEnable Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalakeAutoEnable

Show GetDatalakeAutoEnable Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalakeAutoEnable

NFData GetDatalakeAutoEnable Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalakeAutoEnable

Methods

rnf :: GetDatalakeAutoEnable -> () #

Eq GetDatalakeAutoEnable Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalakeAutoEnable

Hashable GetDatalakeAutoEnable Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalakeAutoEnable

type AWSResponse GetDatalakeAutoEnable Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalakeAutoEnable

type Rep GetDatalakeAutoEnable Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalakeAutoEnable

type Rep GetDatalakeAutoEnable = D1 ('MetaData "GetDatalakeAutoEnable" "Amazonka.SecurityLake.GetDatalakeAutoEnable" "amazonka-securitylake-2.0-4WRm07ESU278sNrKhxoCOb" 'False) (C1 ('MetaCons "GetDatalakeAutoEnable'" 'PrefixI 'False) (U1 :: Type -> Type))

newGetDatalakeAutoEnable :: GetDatalakeAutoEnable Source #

Create a value of GetDatalakeAutoEnable with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

Destructuring the Response

data GetDatalakeAutoEnableResponse Source #

See: newGetDatalakeAutoEnableResponse smart constructor.

Constructors

GetDatalakeAutoEnableResponse' 

Fields

Instances

Instances details
Generic GetDatalakeAutoEnableResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalakeAutoEnable

Associated Types

type Rep GetDatalakeAutoEnableResponse :: Type -> Type #

Read GetDatalakeAutoEnableResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalakeAutoEnable

Show GetDatalakeAutoEnableResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalakeAutoEnable

NFData GetDatalakeAutoEnableResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalakeAutoEnable

Eq GetDatalakeAutoEnableResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalakeAutoEnable

type Rep GetDatalakeAutoEnableResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalakeAutoEnable

type Rep GetDatalakeAutoEnableResponse = D1 ('MetaData "GetDatalakeAutoEnableResponse" "Amazonka.SecurityLake.GetDatalakeAutoEnable" "amazonka-securitylake-2.0-4WRm07ESU278sNrKhxoCOb" 'False) (C1 ('MetaCons "GetDatalakeAutoEnableResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "autoEnableNewAccounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AutoEnableNewRegionConfiguration])))

newGetDatalakeAutoEnableResponse Source #

Create a value of GetDatalakeAutoEnableResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:GetDatalakeAutoEnableResponse', getDatalakeAutoEnableResponse_httpStatus - The response's http status code.

$sel:autoEnableNewAccounts:GetDatalakeAutoEnableResponse', getDatalakeAutoEnableResponse_autoEnableNewAccounts - The configuration for new accounts.

Response Lenses