amazonka-inspector-1.3.5: 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.AddAttributesToFindings

Contents

Description

Assigns attributes (key and value pair) to the findings specified by the findings' ARNs.

See: AWS API Reference for AddAttributesToFindings.

Synopsis

Creating a Request

addAttributesToFindings :: AddAttributesToFindings Source

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

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

Request Lenses

aatfFindingARNs :: Lens' AddAttributesToFindings [Text] Source

The ARNs specifying the findings that you want to assign attributes to.

aatfAttributes :: Lens' AddAttributesToFindings [Attribute] Source

The array of attributes that you want to assign to specified findings.

Destructuring the Response

addAttributesToFindingsResponse Source

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

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

Response Lenses

aatfrsMessage :: Lens' AddAttributesToFindingsResponse (Maybe Text) Source

Confirmation details of the action performed.