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 |
Delete an incident record from Incident Manager.
Synopsis
- data DeleteIncidentRecord = DeleteIncidentRecord' {}
- newDeleteIncidentRecord :: Text -> DeleteIncidentRecord
- deleteIncidentRecord_arn :: Lens' DeleteIncidentRecord Text
- data DeleteIncidentRecordResponse = DeleteIncidentRecordResponse' {
- httpStatus :: Int
- newDeleteIncidentRecordResponse :: Int -> DeleteIncidentRecordResponse
- deleteIncidentRecordResponse_httpStatus :: Lens' DeleteIncidentRecordResponse Int
Creating a Request
data DeleteIncidentRecord Source #
See: newDeleteIncidentRecord
smart constructor.
Instances
newDeleteIncidentRecord Source #
Create a value of DeleteIncidentRecord
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:DeleteIncidentRecord'
, deleteIncidentRecord_arn
- The Amazon Resource Name (ARN) of the incident record you are deleting.
Request Lenses
deleteIncidentRecord_arn :: Lens' DeleteIncidentRecord Text Source #
The Amazon Resource Name (ARN) of the incident record you are deleting.
Destructuring the Response
data DeleteIncidentRecordResponse Source #
See: newDeleteIncidentRecordResponse
smart constructor.
DeleteIncidentRecordResponse' | |
|
Instances
newDeleteIncidentRecordResponse Source #
Create a value of DeleteIncidentRecordResponse
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:DeleteIncidentRecordResponse'
, deleteIncidentRecordResponse_httpStatus
- The response's http status code.
Response Lenses
deleteIncidentRecordResponse_httpStatus :: Lens' DeleteIncidentRecordResponse Int Source #
The response's http status code.