| 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.GetRevealConfiguration
Description
Retrieves the status and configuration settings for retrieving occurrences of sensitive data reported by findings.
Synopsis
- data GetRevealConfiguration = GetRevealConfiguration' {
- newGetRevealConfiguration :: GetRevealConfiguration
- data GetRevealConfigurationResponse = GetRevealConfigurationResponse' {}
- newGetRevealConfigurationResponse :: Int -> GetRevealConfigurationResponse
- getRevealConfigurationResponse_configuration :: Lens' GetRevealConfigurationResponse (Maybe RevealConfiguration)
- getRevealConfigurationResponse_httpStatus :: Lens' GetRevealConfigurationResponse Int
Creating a Request
data GetRevealConfiguration Source #
See: newGetRevealConfiguration smart constructor.
Constructors
| GetRevealConfiguration' | |
Instances
newGetRevealConfiguration :: GetRevealConfiguration Source #
Create a value of GetRevealConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data GetRevealConfigurationResponse Source #
See: newGetRevealConfigurationResponse smart constructor.
Constructors
| GetRevealConfigurationResponse' | |
Fields
| |
Instances
newGetRevealConfigurationResponse Source #
Create a value of GetRevealConfigurationResponse 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:configuration:GetRevealConfigurationResponse', getRevealConfigurationResponse_configuration - The current configuration settings and the status of the configuration
for the account.
$sel:httpStatus:GetRevealConfigurationResponse', getRevealConfigurationResponse_httpStatus - The response's http status code.
Response Lenses
getRevealConfigurationResponse_configuration :: Lens' GetRevealConfigurationResponse (Maybe RevealConfiguration) Source #
The current configuration settings and the status of the configuration for the account.
getRevealConfigurationResponse_httpStatus :: Lens' GetRevealConfigurationResponse Int Source #
The response's http status code.