| 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.DeleteAssessmentTarget
Description
Deletes the assessment target that is specified by the ARN of the assessment target.
Creating a Request
deleteAssessmentTarget Source #
Arguments
| :: Text | |
| -> DeleteAssessmentTarget |
Creates a value of DeleteAssessmentTarget with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
datAssessmentTargetARN- The ARN that specifies the assessment target that you want to delete.
data DeleteAssessmentTarget Source #
See: deleteAssessmentTarget smart constructor.
Instances
Request Lenses
datAssessmentTargetARN :: Lens' DeleteAssessmentTarget Text Source #
The ARN that specifies the assessment target that you want to delete.
Destructuring the Response
deleteAssessmentTargetResponse :: DeleteAssessmentTargetResponse Source #
Creates a value of DeleteAssessmentTargetResponse with the minimum fields required to make a request.
data DeleteAssessmentTargetResponse Source #
See: deleteAssessmentTargetResponse smart constructor.
Instances