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

Contents

Description

Deletes the application specified by the application ARN.

See: AWS API Reference for DeleteApplication.

Synopsis

Creating a Request

deleteApplication :: DeleteApplication Source

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

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

Request Lenses

dApplicationARN :: Lens' DeleteApplication (Maybe Text) Source

The ARN specifying the application that you want to delete.

Destructuring the Response

deleteApplicationResponse Source

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

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

Response Lenses

drsMessage :: Lens' DeleteApplicationResponse (Maybe Text) Source

Confirmation details of the action performed.