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 |
Deletes the assessment run that is specified by the ARN of the assessment run.
Creating a Request
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:
data DeleteAssessmentRun Source #
See: deleteAssessmentRun
smart constructor.
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.