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.RemoveAttributesFromFindings

Contents

Description

Removes the entire attribute (key and value pair) from the findings specified by the finding ARNs where an attribute with the specified key exists.

Synopsis

Creating a Request

removeAttributesFromFindings :: RemoveAttributesFromFindings Source

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

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

Request Lenses

raffFindingARNs :: Lens' RemoveAttributesFromFindings [Text] Source

The ARNs specifying the findings that you want to remove attributes from.

raffAttributeKeys :: Lens' RemoveAttributesFromFindings [Text] Source

The array of attribute keys that you want to remove from specified findings.

Destructuring the Response

removeAttributesFromFindingsResponse Source

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

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

Response Lenses

raffrsMessage :: Lens' RemoveAttributesFromFindingsResponse (Maybe Text) Source

Confirmation details of the action performed.