| 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.DeleteAuditSuppression
Description
Deletes a Device Defender audit suppression.
Requires permission to access the DeleteAuditSuppression action.
Synopsis
- data DeleteAuditSuppression = DeleteAuditSuppression' {}
- newDeleteAuditSuppression :: Text -> ResourceIdentifier -> DeleteAuditSuppression
- deleteAuditSuppression_checkName :: Lens' DeleteAuditSuppression Text
- deleteAuditSuppression_resourceIdentifier :: Lens' DeleteAuditSuppression ResourceIdentifier
- data DeleteAuditSuppressionResponse = DeleteAuditSuppressionResponse' {
- httpStatus :: Int
- newDeleteAuditSuppressionResponse :: Int -> DeleteAuditSuppressionResponse
- deleteAuditSuppressionResponse_httpStatus :: Lens' DeleteAuditSuppressionResponse Int
Creating a Request
data DeleteAuditSuppression Source #
See: newDeleteAuditSuppression smart constructor.
Constructors
| DeleteAuditSuppression' | |
Fields | |
Instances
newDeleteAuditSuppression Source #
Arguments
| :: Text | |
| -> ResourceIdentifier | |
| -> DeleteAuditSuppression |
Create a value of DeleteAuditSuppression 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:
DeleteAuditSuppression, deleteAuditSuppression_checkName - Undocumented member.
DeleteAuditSuppression, deleteAuditSuppression_resourceIdentifier - Undocumented member.
Request Lenses
deleteAuditSuppression_checkName :: Lens' DeleteAuditSuppression Text Source #
Undocumented member.
deleteAuditSuppression_resourceIdentifier :: Lens' DeleteAuditSuppression ResourceIdentifier Source #
Undocumented member.
Destructuring the Response
data DeleteAuditSuppressionResponse Source #
See: newDeleteAuditSuppressionResponse smart constructor.
Constructors
| DeleteAuditSuppressionResponse' | |
Fields
| |
Instances
newDeleteAuditSuppressionResponse Source #
Create a value of DeleteAuditSuppressionResponse 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:DeleteAuditSuppressionResponse', deleteAuditSuppressionResponse_httpStatus - The response's http status code.
Response Lenses
deleteAuditSuppressionResponse_httpStatus :: Lens' DeleteAuditSuppressionResponse Int Source #
The response's http status code.