| 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.MacieV2.DisableMacie
Description
Disables Amazon Macie and deletes all settings and resources for a Macie account.
Creating a Request
data DisableMacie Source #
See: newDisableMacie smart constructor.
Constructors
| DisableMacie' | |
Instances
newDisableMacie :: DisableMacie Source #
Create a value of DisableMacie with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data DisableMacieResponse Source #
See: newDisableMacieResponse smart constructor.
Constructors
| DisableMacieResponse' | |
Fields
| |
Instances
newDisableMacieResponse Source #
Arguments
| :: Int | |
| -> DisableMacieResponse |
Create a value of DisableMacieResponse 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:DisableMacieResponse', disableMacieResponse_httpStatus - The response's http status code.
Response Lenses
disableMacieResponse_httpStatus :: Lens' DisableMacieResponse Int Source #
The response's http status code.