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

Contents

Description

Updates the assessment specified by the assessment ARN.

See: AWS API Reference for UpdateAssessment.

Synopsis

Creating a Request

updateAssessment :: UpdateAssessment Source

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

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

Request Lenses

uaAssessmentARN :: Lens' UpdateAssessment (Maybe Text) Source

Asessment ARN that you want to update.

uaDurationInSeconds :: Lens' UpdateAssessment (Maybe Int) Source

Assessment duration in seconds that you want to update. The default value is 3600 seconds (one hour). The maximum value is 86400 seconds (one day).

uaAssessmentName :: Lens' UpdateAssessment (Maybe Text) Source

Assessment name that you want to update.

Destructuring the Response

updateAssessmentResponse Source

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

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

Response Lenses

ursMessage :: Lens' UpdateAssessmentResponse (Maybe Text) Source

Confirmation details of the action performed.