Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Updates the assessment target that is specified by the ARN of the assessment target.
- updateAssessmentTarget :: Text -> Text -> Text -> UpdateAssessmentTarget
- data UpdateAssessmentTarget
- uatAssessmentTargetARN :: Lens' UpdateAssessmentTarget Text
- uatAssessmentTargetName :: Lens' UpdateAssessmentTarget Text
- uatResourceGroupARN :: Lens' UpdateAssessmentTarget Text
- updateAssessmentTargetResponse :: UpdateAssessmentTargetResponse
- data UpdateAssessmentTargetResponse
Creating a Request
updateAssessmentTarget Source #
:: Text | |
-> Text | |
-> Text | |
-> UpdateAssessmentTarget |
Creates a value of UpdateAssessmentTarget
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data UpdateAssessmentTarget Source #
See: updateAssessmentTarget
smart constructor.
Request Lenses
uatAssessmentTargetARN :: Lens' UpdateAssessmentTarget Text Source #
The ARN of the assessment target that you want to update.
uatAssessmentTargetName :: Lens' UpdateAssessmentTarget Text Source #
The name of the assessment target that you want to update.
uatResourceGroupARN :: Lens' UpdateAssessmentTarget Text Source #
The ARN of the resource group that is used to specify the new resource group to associate with the assessment target.
Destructuring the Response
updateAssessmentTargetResponse :: UpdateAssessmentTargetResponse Source #
Creates a value of UpdateAssessmentTargetResponse
with the minimum fields required to make a request.
data UpdateAssessmentTargetResponse Source #
See: updateAssessmentTargetResponse
smart constructor.