amazonka-inspector-1.3.6: 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.UpdateApplication

Contents

Description

Updates application specified by the application ARN.

See: AWS API Reference for UpdateApplication.

Synopsis

Creating a Request

updateApplication :: UpdateApplication Source

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

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

Request Lenses

uaApplicationARN :: Lens' UpdateApplication (Maybe Text) Source

Application ARN that you want to update.

uaResourceGroupARN :: Lens' UpdateApplication (Maybe Text) Source

The resource group ARN that you want to update.

uaApplicationName :: Lens' UpdateApplication (Maybe Text) Source

Application name that you want to update.

Destructuring the Response

updateApplicationResponse Source

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

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

Response Lenses

uarsMessage :: Lens' UpdateApplicationResponse (Maybe Text) Source

Confirmation details of the action performed.