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

Contents

Description

Deletes the assessment run specified by the run ARN.

See: AWS API Reference for DeleteRun.

Synopsis

Creating a Request

deleteRun :: DeleteRun Source

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

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

Request Lenses

dRunARN :: Lens' DeleteRun (Maybe Text) Source

The ARN specifying the assessment run that you want to delete.

Destructuring the Response

deleteRunResponse Source

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

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

Response Lenses

delrsMessage :: Lens' DeleteRunResponse (Maybe Text) Source

Confirmation details of the action performed.