Copyright | (c) 2013-2021 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 |
Deletes the run, given the run ARN.
Deleting this resource does not stop an in-progress run.
Synopsis
- data DeleteRun = DeleteRun' {}
- newDeleteRun :: Text -> DeleteRun
- deleteRun_arn :: Lens' DeleteRun Text
- data DeleteRunResponse = DeleteRunResponse' {
- httpStatus :: Int
- newDeleteRunResponse :: Int -> DeleteRunResponse
- deleteRunResponse_httpStatus :: Lens' DeleteRunResponse Int
Creating a Request
Represents a request to the delete run operation.
See: newDeleteRun
smart constructor.
Instances
Create a value of DeleteRun
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:arn:DeleteRun'
, deleteRun_arn
- The Amazon Resource Name (ARN) for the run to delete.
Request Lenses
Destructuring the Response
data DeleteRunResponse Source #
Represents the result of a delete run request.
See: newDeleteRunResponse
smart constructor.
DeleteRunResponse' | |
|
Instances
Create a value of DeleteRunResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeleteRunResponse'
, deleteRunResponse_httpStatus
- The response's http status code.
Response Lenses
deleteRunResponse_httpStatus :: Lens' DeleteRunResponse Int Source #
The response's http status code.