libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.ListFindingAggregators

Description

If finding aggregation is enabled, then ListFindingAggregators returns the ARN of the finding aggregator. You can run this operation from any Region.

This operation returns paginated results.

Synopsis

Creating a Request

data ListFindingAggregators Source #

See: newListFindingAggregators smart constructor.

Constructors

ListFindingAggregators' 

Fields

  • nextToken :: Maybe Text

    The token returned with the previous set of results. Identifies the next set of results to return.

  • maxResults :: Maybe Natural

    The maximum number of results to return. This operation currently only returns a single result.

Instances

Instances details
Eq ListFindingAggregators Source # 
Instance details

Defined in Amazonka.SecurityHub.ListFindingAggregators

Read ListFindingAggregators Source # 
Instance details

Defined in Amazonka.SecurityHub.ListFindingAggregators

Show ListFindingAggregators Source # 
Instance details

Defined in Amazonka.SecurityHub.ListFindingAggregators

Generic ListFindingAggregators Source # 
Instance details

Defined in Amazonka.SecurityHub.ListFindingAggregators

Associated Types

type Rep ListFindingAggregators :: Type -> Type #

NFData ListFindingAggregators Source # 
Instance details

Defined in Amazonka.SecurityHub.ListFindingAggregators

Methods

rnf :: ListFindingAggregators -> () #

Hashable ListFindingAggregators Source # 
Instance details

Defined in Amazonka.SecurityHub.ListFindingAggregators

AWSPager ListFindingAggregators Source # 
Instance details

Defined in Amazonka.SecurityHub.ListFindingAggregators

AWSRequest ListFindingAggregators Source # 
Instance details

Defined in Amazonka.SecurityHub.ListFindingAggregators

Associated Types

type AWSResponse ListFindingAggregators #

ToHeaders ListFindingAggregators Source # 
Instance details

Defined in Amazonka.SecurityHub.ListFindingAggregators

ToPath ListFindingAggregators Source # 
Instance details

Defined in Amazonka.SecurityHub.ListFindingAggregators

ToQuery ListFindingAggregators Source # 
Instance details

Defined in Amazonka.SecurityHub.ListFindingAggregators

type Rep ListFindingAggregators Source # 
Instance details

Defined in Amazonka.SecurityHub.ListFindingAggregators

type Rep ListFindingAggregators = D1 ('MetaData "ListFindingAggregators" "Amazonka.SecurityHub.ListFindingAggregators" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "ListFindingAggregators'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListFindingAggregators Source # 
Instance details

Defined in Amazonka.SecurityHub.ListFindingAggregators

newListFindingAggregators :: ListFindingAggregators Source #

Create a value of ListFindingAggregators 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:nextToken:ListFindingAggregators', listFindingAggregators_nextToken - The token returned with the previous set of results. Identifies the next set of results to return.

$sel:maxResults:ListFindingAggregators', listFindingAggregators_maxResults - The maximum number of results to return. This operation currently only returns a single result.

Request Lenses

listFindingAggregators_nextToken :: Lens' ListFindingAggregators (Maybe Text) Source #

The token returned with the previous set of results. Identifies the next set of results to return.

listFindingAggregators_maxResults :: Lens' ListFindingAggregators (Maybe Natural) Source #

The maximum number of results to return. This operation currently only returns a single result.

Destructuring the Response

data ListFindingAggregatorsResponse Source #

See: newListFindingAggregatorsResponse smart constructor.

Constructors

ListFindingAggregatorsResponse' 

Fields

  • nextToken :: Maybe Text

    If there are more results, this is the token to provide in the next call to ListFindingAggregators.

    This operation currently only returns a single result.

  • findingAggregators :: Maybe [FindingAggregator]

    The list of finding aggregators. This operation currently only returns a single result.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq ListFindingAggregatorsResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.ListFindingAggregators

Read ListFindingAggregatorsResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.ListFindingAggregators

Show ListFindingAggregatorsResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.ListFindingAggregators

Generic ListFindingAggregatorsResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.ListFindingAggregators

Associated Types

type Rep ListFindingAggregatorsResponse :: Type -> Type #

NFData ListFindingAggregatorsResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.ListFindingAggregators

type Rep ListFindingAggregatorsResponse Source # 
Instance details

Defined in Amazonka.SecurityHub.ListFindingAggregators

type Rep ListFindingAggregatorsResponse = D1 ('MetaData "ListFindingAggregatorsResponse" "Amazonka.SecurityHub.ListFindingAggregators" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "ListFindingAggregatorsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "findingAggregators") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FindingAggregator])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListFindingAggregatorsResponse Source #

Create a value of ListFindingAggregatorsResponse 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:nextToken:ListFindingAggregators', listFindingAggregatorsResponse_nextToken - If there are more results, this is the token to provide in the next call to ListFindingAggregators.

This operation currently only returns a single result.

$sel:findingAggregators:ListFindingAggregatorsResponse', listFindingAggregatorsResponse_findingAggregators - The list of finding aggregators. This operation currently only returns a single result.

$sel:httpStatus:ListFindingAggregatorsResponse', listFindingAggregatorsResponse_httpStatus - The response's http status code.

Response Lenses

listFindingAggregatorsResponse_nextToken :: Lens' ListFindingAggregatorsResponse (Maybe Text) Source #

If there are more results, this is the token to provide in the next call to ListFindingAggregators.

This operation currently only returns a single result.

listFindingAggregatorsResponse_findingAggregators :: Lens' ListFindingAggregatorsResponse (Maybe [FindingAggregator]) Source #

The list of finding aggregators. This operation currently only returns a single result.