amazonka-inspector-1.3.4: 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.AttachAssessmentAndRulesPackage

Contents

Description

Attaches the rules package specified by the rules package ARN to the assessment specified by the assessment ARN.

See: AWS API Reference for AttachAssessmentAndRulesPackage.

Synopsis

Creating a Request

attachAssessmentAndRulesPackage :: AttachAssessmentAndRulesPackage Source

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

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

Request Lenses

aaarpAssessmentARN :: Lens' AttachAssessmentAndRulesPackage (Maybe Text) Source

The ARN specifying the assessment to which you want to attach a rules package.

aaarpRulesPackageARN :: Lens' AttachAssessmentAndRulesPackage (Maybe Text) Source

The ARN specifying the rules package that you want to attach to the assessment.

Destructuring the Response

attachAssessmentAndRulesPackageResponse Source

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

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

Response Lenses

aaarprsMessage :: Lens' AttachAssessmentAndRulesPackageResponse (Maybe Text) Source

Confirmation details of the action performed.