libZSservicesZSamazonka-guarddutyZSamazonka-guardduty
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.GuardDuty.GetFindings

Description

Describes Amazon GuardDuty findings specified by finding IDs.

Synopsis

Creating a Request

data GetFindings Source #

See: newGetFindings smart constructor.

Constructors

GetFindings' 

Fields

Instances

Instances details
Eq GetFindings Source # 
Instance details

Defined in Amazonka.GuardDuty.GetFindings

Read GetFindings Source # 
Instance details

Defined in Amazonka.GuardDuty.GetFindings

Show GetFindings Source # 
Instance details

Defined in Amazonka.GuardDuty.GetFindings

Generic GetFindings Source # 
Instance details

Defined in Amazonka.GuardDuty.GetFindings

Associated Types

type Rep GetFindings :: Type -> Type #

NFData GetFindings Source # 
Instance details

Defined in Amazonka.GuardDuty.GetFindings

Methods

rnf :: GetFindings -> () #

Hashable GetFindings Source # 
Instance details

Defined in Amazonka.GuardDuty.GetFindings

ToJSON GetFindings Source # 
Instance details

Defined in Amazonka.GuardDuty.GetFindings

AWSRequest GetFindings Source # 
Instance details

Defined in Amazonka.GuardDuty.GetFindings

Associated Types

type AWSResponse GetFindings #

ToHeaders GetFindings Source # 
Instance details

Defined in Amazonka.GuardDuty.GetFindings

Methods

toHeaders :: GetFindings -> [Header] #

ToPath GetFindings Source # 
Instance details

Defined in Amazonka.GuardDuty.GetFindings

ToQuery GetFindings Source # 
Instance details

Defined in Amazonka.GuardDuty.GetFindings

type Rep GetFindings Source # 
Instance details

Defined in Amazonka.GuardDuty.GetFindings

type Rep GetFindings = D1 ('MetaData "GetFindings" "Amazonka.GuardDuty.GetFindings" "libZSservicesZSamazonka-guarddutyZSamazonka-guardduty" 'False) (C1 ('MetaCons "GetFindings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sortCriteria") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortCriteria)) :*: (S1 ('MetaSel ('Just "detectorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "findingIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))
type AWSResponse GetFindings Source # 
Instance details

Defined in Amazonka.GuardDuty.GetFindings

newGetFindings Source #

Create a value of GetFindings 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:sortCriteria:GetFindings', getFindings_sortCriteria - Represents the criteria used for sorting findings.

$sel:detectorId:GetFindings', getFindings_detectorId - The ID of the detector that specifies the GuardDuty service whose findings you want to retrieve.

$sel:findingIds:GetFindings', getFindings_findingIds - The IDs of the findings that you want to retrieve.

Request Lenses

getFindings_sortCriteria :: Lens' GetFindings (Maybe SortCriteria) Source #

Represents the criteria used for sorting findings.

getFindings_detectorId :: Lens' GetFindings Text Source #

The ID of the detector that specifies the GuardDuty service whose findings you want to retrieve.

getFindings_findingIds :: Lens' GetFindings [Text] Source #

The IDs of the findings that you want to retrieve.

Destructuring the Response

data GetFindingsResponse Source #

See: newGetFindingsResponse smart constructor.

Constructors

GetFindingsResponse' 

Fields

Instances

Instances details
Eq GetFindingsResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.GetFindings

Read GetFindingsResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.GetFindings

Show GetFindingsResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.GetFindings

Generic GetFindingsResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.GetFindings

Associated Types

type Rep GetFindingsResponse :: Type -> Type #

NFData GetFindingsResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.GetFindings

Methods

rnf :: GetFindingsResponse -> () #

type Rep GetFindingsResponse Source # 
Instance details

Defined in Amazonka.GuardDuty.GetFindings

type Rep GetFindingsResponse = D1 ('MetaData "GetFindingsResponse" "Amazonka.GuardDuty.GetFindings" "libZSservicesZSamazonka-guarddutyZSamazonka-guardduty" 'False) (C1 ('MetaCons "GetFindingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "findings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Finding])))

newGetFindingsResponse Source #

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

$sel:findings:GetFindingsResponse', getFindingsResponse_findings - A list of findings.

Response Lenses