| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.Inspector.UpdateAssessmentTarget
Description
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 #
Arguments
| :: 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:
uatAssessmentTargetARN- The ARN of the assessment target that you want to update.uatAssessmentTargetName- The name of the assessment target that you want to update.uatResourceGroupARN- The ARN of the resource group that is used to specify the new resource group to associate with the assessment target.
data UpdateAssessmentTarget Source #
See: updateAssessmentTarget smart constructor.
Instances
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.
Instances