| 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.IoT.DeleteScheduledAudit
Description
Deletes a scheduled audit.
Requires permission to access the DeleteScheduledAudit action.
Synopsis
- data DeleteScheduledAudit = DeleteScheduledAudit' {}
- newDeleteScheduledAudit :: Text -> DeleteScheduledAudit
- deleteScheduledAudit_scheduledAuditName :: Lens' DeleteScheduledAudit Text
- data DeleteScheduledAuditResponse = DeleteScheduledAuditResponse' {
- httpStatus :: Int
- newDeleteScheduledAuditResponse :: Int -> DeleteScheduledAuditResponse
- deleteScheduledAuditResponse_httpStatus :: Lens' DeleteScheduledAuditResponse Int
Creating a Request
data DeleteScheduledAudit Source #
See: newDeleteScheduledAudit smart constructor.
Constructors
| DeleteScheduledAudit' | |
Fields
| |
Instances
newDeleteScheduledAudit Source #
Arguments
| :: Text | |
| -> DeleteScheduledAudit |
Create a value of DeleteScheduledAudit 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:
DeleteScheduledAudit, deleteScheduledAudit_scheduledAuditName - The name of the scheduled audit you want to delete.
Request Lenses
deleteScheduledAudit_scheduledAuditName :: Lens' DeleteScheduledAudit Text Source #
The name of the scheduled audit you want to delete.
Destructuring the Response
data DeleteScheduledAuditResponse Source #
See: newDeleteScheduledAuditResponse smart constructor.
Constructors
| DeleteScheduledAuditResponse' | |
Fields
| |
Instances
newDeleteScheduledAuditResponse Source #
Create a value of DeleteScheduledAuditResponse 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:DeleteScheduledAuditResponse', deleteScheduledAuditResponse_httpStatus - The response's http status code.
Response Lenses
deleteScheduledAuditResponse_httpStatus :: Lens' DeleteScheduledAuditResponse Int Source #
The response's http status code.