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

Description

Lists the Amazon Security Lake exceptions that you can use to find the source of problems and fix them.

This operation returns paginated results.

Synopsis

Creating a Request

data ListDatalakeExceptions Source #

See: newListDatalakeExceptions smart constructor.

Constructors

ListDatalakeExceptions' 

Fields

  • maxFailures :: Maybe Int

    List the maximum number of failures in Security Lake.

  • nextToken :: Maybe Text

    List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.

    Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

  • regionSet :: Maybe [Region]

    List the Amazon Web Services Regions from which exceptions are retrieved.

Instances

Instances details
ToJSON ListDatalakeExceptions Source # 
Instance details

Defined in Amazonka.SecurityLake.ListDatalakeExceptions

ToHeaders ListDatalakeExceptions Source # 
Instance details

Defined in Amazonka.SecurityLake.ListDatalakeExceptions

ToPath ListDatalakeExceptions Source # 
Instance details

Defined in Amazonka.SecurityLake.ListDatalakeExceptions

ToQuery ListDatalakeExceptions Source # 
Instance details

Defined in Amazonka.SecurityLake.ListDatalakeExceptions

AWSPager ListDatalakeExceptions Source # 
Instance details

Defined in Amazonka.SecurityLake.ListDatalakeExceptions

AWSRequest ListDatalakeExceptions Source # 
Instance details

Defined in Amazonka.SecurityLake.ListDatalakeExceptions

Associated Types

type AWSResponse ListDatalakeExceptions #

Generic ListDatalakeExceptions Source # 
Instance details

Defined in Amazonka.SecurityLake.ListDatalakeExceptions

Associated Types

type Rep ListDatalakeExceptions :: Type -> Type #

Read ListDatalakeExceptions Source # 
Instance details

Defined in Amazonka.SecurityLake.ListDatalakeExceptions

Show ListDatalakeExceptions Source # 
Instance details

Defined in Amazonka.SecurityLake.ListDatalakeExceptions

NFData ListDatalakeExceptions Source # 
Instance details

Defined in Amazonka.SecurityLake.ListDatalakeExceptions

Methods

rnf :: ListDatalakeExceptions -> () #

Eq ListDatalakeExceptions Source # 
Instance details

Defined in Amazonka.SecurityLake.ListDatalakeExceptions

Hashable ListDatalakeExceptions Source # 
Instance details

Defined in Amazonka.SecurityLake.ListDatalakeExceptions

type AWSResponse ListDatalakeExceptions Source # 
Instance details

Defined in Amazonka.SecurityLake.ListDatalakeExceptions

type Rep ListDatalakeExceptions Source # 
Instance details

Defined in Amazonka.SecurityLake.ListDatalakeExceptions

type Rep ListDatalakeExceptions = D1 ('MetaData "ListDatalakeExceptions" "Amazonka.SecurityLake.ListDatalakeExceptions" "amazonka-securitylake-2.0-4WRm07ESU278sNrKhxoCOb" 'False) (C1 ('MetaCons "ListDatalakeExceptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxFailures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "regionSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Region])))))

newListDatalakeExceptions :: ListDatalakeExceptions Source #

Create a value of ListDatalakeExceptions 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:maxFailures:ListDatalakeExceptions', listDatalakeExceptions_maxFailures - List the maximum number of failures in Security Lake.

ListDatalakeExceptions, listDatalakeExceptions_nextToken - List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.

Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

$sel:regionSet:ListDatalakeExceptions', listDatalakeExceptions_regionSet - List the Amazon Web Services Regions from which exceptions are retrieved.

Request Lenses

listDatalakeExceptions_maxFailures :: Lens' ListDatalakeExceptions (Maybe Int) Source #

List the maximum number of failures in Security Lake.

listDatalakeExceptions_nextToken :: Lens' ListDatalakeExceptions (Maybe Text) Source #

List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.

Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

listDatalakeExceptions_regionSet :: Lens' ListDatalakeExceptions (Maybe [Region]) Source #

List the Amazon Web Services Regions from which exceptions are retrieved.

Destructuring the Response

data ListDatalakeExceptionsResponse Source #

See: newListDatalakeExceptionsResponse smart constructor.

Constructors

ListDatalakeExceptionsResponse' 

Fields

  • nextToken :: Maybe Text

    List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.

    Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

  • httpStatus :: Int

    The response's http status code.

  • nonRetryableFailures :: [FailuresResponse]

    Lists the failures that cannot be retried in the current Region.

Instances

Instances details
Generic ListDatalakeExceptionsResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.ListDatalakeExceptions

Associated Types

type Rep ListDatalakeExceptionsResponse :: Type -> Type #

Read ListDatalakeExceptionsResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.ListDatalakeExceptions

Show ListDatalakeExceptionsResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.ListDatalakeExceptions

NFData ListDatalakeExceptionsResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.ListDatalakeExceptions

Eq ListDatalakeExceptionsResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.ListDatalakeExceptions

type Rep ListDatalakeExceptionsResponse Source # 
Instance details

Defined in Amazonka.SecurityLake.ListDatalakeExceptions

type Rep ListDatalakeExceptionsResponse = D1 ('MetaData "ListDatalakeExceptionsResponse" "Amazonka.SecurityLake.ListDatalakeExceptions" "amazonka-securitylake-2.0-4WRm07ESU278sNrKhxoCOb" 'False) (C1 ('MetaCons "ListDatalakeExceptionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "nonRetryableFailures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [FailuresResponse]))))

newListDatalakeExceptionsResponse Source #

Create a value of ListDatalakeExceptionsResponse 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:

ListDatalakeExceptions, listDatalakeExceptionsResponse_nextToken - List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.

Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

$sel:httpStatus:ListDatalakeExceptionsResponse', listDatalakeExceptionsResponse_httpStatus - The response's http status code.

$sel:nonRetryableFailures:ListDatalakeExceptionsResponse', listDatalakeExceptionsResponse_nonRetryableFailures - Lists the failures that cannot be retried in the current Region.

Response Lenses

listDatalakeExceptionsResponse_nextToken :: Lens' ListDatalakeExceptionsResponse (Maybe Text) Source #

List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.

Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

listDatalakeExceptionsResponse_nonRetryableFailures :: Lens' ListDatalakeExceptionsResponse [FailuresResponse] Source #

Lists the failures that cannot be retried in the current Region.