| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SSMIncidents.DeleteIncidentRecord
Description
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.
Constructors
| DeleteIncidentRecord' | |
Instances
newDeleteIncidentRecord Source #
Arguments
| :: Text | |
| -> DeleteIncidentRecord |
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:
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.
Constructors
| DeleteIncidentRecordResponse' | |
Fields
| |
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.