libZSservicesZSamazonka-accessanalyzerZSamazonka-accessanalyzer
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.AccessAnalyzer.GetFinding

Description

Retrieves information about the specified finding.

Synopsis

Creating a Request

data GetFinding Source #

Retrieves a finding.

See: newGetFinding smart constructor.

Constructors

GetFinding' 

Fields

Instances

Instances details
Eq GetFinding Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.GetFinding

Read GetFinding Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.GetFinding

Show GetFinding Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.GetFinding

Generic GetFinding Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.GetFinding

Associated Types

type Rep GetFinding :: Type -> Type #

NFData GetFinding Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.GetFinding

Methods

rnf :: GetFinding -> () #

Hashable GetFinding Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.GetFinding

AWSRequest GetFinding Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.GetFinding

Associated Types

type AWSResponse GetFinding #

ToHeaders GetFinding Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.GetFinding

Methods

toHeaders :: GetFinding -> [Header] #

ToPath GetFinding Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.GetFinding

ToQuery GetFinding Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.GetFinding

type Rep GetFinding Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.GetFinding

type Rep GetFinding = D1 ('MetaData "GetFinding" "Amazonka.AccessAnalyzer.GetFinding" "libZSservicesZSamazonka-accessanalyzerZSamazonka-accessanalyzer" 'False) (C1 ('MetaCons "GetFinding'" 'PrefixI 'True) (S1 ('MetaSel ('Just "analyzerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetFinding Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.GetFinding

newGetFinding Source #

Create a value of GetFinding 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:analyzerArn:GetFinding', getFinding_analyzerArn - The ARN of the analyzer that generated the finding.

$sel:id:GetFinding', getFinding_id - The ID of the finding to retrieve.

Request Lenses

getFinding_id :: Lens' GetFinding Text Source #

The ID of the finding to retrieve.

Destructuring the Response

data GetFindingResponse Source #

The response to the request.

See: newGetFindingResponse smart constructor.

Constructors

GetFindingResponse' 

Fields

Instances

Instances details
Eq GetFindingResponse Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.GetFinding

Read GetFindingResponse Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.GetFinding

Show GetFindingResponse Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.GetFinding

Generic GetFindingResponse Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.GetFinding

Associated Types

type Rep GetFindingResponse :: Type -> Type #

NFData GetFindingResponse Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.GetFinding

Methods

rnf :: GetFindingResponse -> () #

type Rep GetFindingResponse Source # 
Instance details

Defined in Amazonka.AccessAnalyzer.GetFinding

type Rep GetFindingResponse = D1 ('MetaData "GetFindingResponse" "Amazonka.AccessAnalyzer.GetFinding" "libZSservicesZSamazonka-accessanalyzerZSamazonka-accessanalyzer" 'False) (C1 ('MetaCons "GetFindingResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "finding") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Finding)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetFindingResponse Source #

Create a value of GetFindingResponse 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:finding:GetFindingResponse', getFindingResponse_finding - A finding object that contains finding details.

$sel:httpStatus:GetFindingResponse', getFindingResponse_httpStatus - The response's http status code.

Response Lenses

getFindingResponse_finding :: Lens' GetFindingResponse (Maybe Finding) Source #

A finding object that contains finding details.