amazonka-inspector-1.4.0: Amazon Inspector SDK.

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

Network.AWS.Inspector.DescribeFinding

Contents

Description

Describes the finding specified by the finding ARN.

Synopsis

Creating a Request

describeFinding Source

Creates a value of DescribeFinding with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dfFindingARN :: Lens' DescribeFinding Text Source

The ARN specifying the finding that you want to describe.

Destructuring the Response

describeFindingResponse Source

Creates a value of DescribeFindingResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

dfrsFinding :: Lens' DescribeFindingResponse (Maybe Finding) Source

Information about the finding.