amazonka-inspector-1.3.3: Amazon Inspector SDK.

Copyright(c) 2013-2015 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.

See: AWS API Reference for DescribeFinding.

Synopsis

Creating a Request

describeFinding :: 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 (Maybe 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.