amazonka-inspector-1.3.7: 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.DetachAssessmentAndRulesPackage

Contents

Description

Detaches the rules package specified by the rules package ARN from the assessment specified by the assessment ARN.

See: AWS API Reference for DetachAssessmentAndRulesPackage.

Synopsis

Creating a Request

detachAssessmentAndRulesPackage Source

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

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

Request Lenses

daarpAssessmentARN :: Lens' DetachAssessmentAndRulesPackage Text Source

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

daarpRulesPackageARN :: Lens' DetachAssessmentAndRulesPackage Text Source

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

Destructuring the Response

detachAssessmentAndRulesPackageResponse Source

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

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

Response Lenses

daarprsMessage :: Lens' DetachAssessmentAndRulesPackageResponse (Maybe Text) Source

Confirmation details of the action performed.