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 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.
DeleteScheduledAudit' | |
|
Instances
newDeleteScheduledAudit Source #
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:
$sel:scheduledAuditName: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.
DeleteScheduledAuditResponse' | |
|
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.