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.GetDatalake

Description

Retrieves the Amazon Security Lake configuration object for the specified Amazon Web Services account ID. You can use the GetDatalake API to know whether Security Lake is enabled for the current Region. This API does not take input parameters.

Synopsis

Creating a Request

data GetDatalake Source #

See: newGetDatalake smart constructor.

Constructors

GetDatalake' 

Instances

Instances details
ToHeaders GetDatalake Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalake

Methods

toHeaders :: GetDatalake -> [Header] #

ToPath GetDatalake Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalake

ToQuery GetDatalake Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalake

AWSRequest GetDatalake Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalake

Associated Types

type AWSResponse GetDatalake #

Generic GetDatalake Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalake

Associated Types

type Rep GetDatalake :: Type -> Type #

Read GetDatalake Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalake

Show GetDatalake Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalake

NFData GetDatalake Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalake

Methods

rnf :: GetDatalake -> () #

Eq GetDatalake Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalake

Hashable GetDatalake Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalake

type AWSResponse GetDatalake Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalake

type Rep GetDatalake Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalake

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

newGetDatalake :: GetDatalake Source #

Create a value of GetDatalake with all optional fields omitted.

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

Destructuring the Response

data GetDatalakeResponse Source #

See: newGetDatalakeResponse smart constructor.

Constructors

GetDatalakeResponse' 

Fields

Instances

Instances details
Generic GetDatalakeResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalake

Associated Types

type Rep GetDatalakeResponse :: Type -> Type #

Read GetDatalakeResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalake

Show GetDatalakeResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalake

NFData GetDatalakeResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalake

Methods

rnf :: GetDatalakeResponse -> () #

Eq GetDatalakeResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalake

type Rep GetDatalakeResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.GetDatalake

type Rep GetDatalakeResponse = D1 ('MetaData "GetDatalakeResponse" "Amazonka.SecurityLake.GetDatalake" "amazonka-securitylake-2.0-4WRm07ESU278sNrKhxoCOb" 'False) (C1 ('MetaCons "GetDatalakeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "configurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Region LakeConfigurationResponse))))

newGetDatalakeResponse Source #

Create a value of GetDatalakeResponse 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:GetDatalakeResponse', getDatalakeResponse_httpStatus - The response's http status code.

$sel:configurations:GetDatalakeResponse', getDatalakeResponse_configurations - Retrieves the Security Lake configuration object.

Response Lenses