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.UpdateRevealConfiguration
Description
Updates the status and configuration settings for retrieving occurrences of sensitive data reported by findings.
Synopsis
- data UpdateRevealConfiguration = UpdateRevealConfiguration' {}
- newUpdateRevealConfiguration :: RevealConfiguration -> UpdateRevealConfiguration
- updateRevealConfiguration_configuration :: Lens' UpdateRevealConfiguration RevealConfiguration
- data UpdateRevealConfigurationResponse = UpdateRevealConfigurationResponse' {}
- newUpdateRevealConfigurationResponse :: Int -> UpdateRevealConfigurationResponse
- updateRevealConfigurationResponse_configuration :: Lens' UpdateRevealConfigurationResponse (Maybe RevealConfiguration)
- updateRevealConfigurationResponse_httpStatus :: Lens' UpdateRevealConfigurationResponse Int
Creating a Request
data UpdateRevealConfiguration Source #
See: newUpdateRevealConfiguration
smart constructor.
Constructors
UpdateRevealConfiguration' | |
Fields
|
Instances
newUpdateRevealConfiguration Source #
Create a value of UpdateRevealConfiguration
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:
UpdateRevealConfiguration
, updateRevealConfiguration_configuration
- The new configuration settings and the status of the configuration for
the account.
Request Lenses
updateRevealConfiguration_configuration :: Lens' UpdateRevealConfiguration RevealConfiguration Source #
The new configuration settings and the status of the configuration for the account.
Destructuring the Response
data UpdateRevealConfigurationResponse Source #
See: newUpdateRevealConfigurationResponse
smart constructor.
Constructors
UpdateRevealConfigurationResponse' | |
Fields
|
Instances
newUpdateRevealConfigurationResponse Source #
Arguments
:: Int | |
-> UpdateRevealConfigurationResponse |
Create a value of UpdateRevealConfigurationResponse
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:
UpdateRevealConfiguration
, updateRevealConfigurationResponse_configuration
- The new configuration settings and the status of the configuration for
the account.
$sel:httpStatus:UpdateRevealConfigurationResponse'
, updateRevealConfigurationResponse_httpStatus
- The response's http status code.
Response Lenses
updateRevealConfigurationResponse_configuration :: Lens' UpdateRevealConfigurationResponse (Maybe RevealConfiguration) Source #
The new configuration settings and the status of the configuration for the account.
updateRevealConfigurationResponse_httpStatus :: Lens' UpdateRevealConfigurationResponse Int Source #
The response's http status code.