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