| 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.Inspector2.GetConfiguration
Description
Retrieves setting configurations for Inspector scans.
Synopsis
- data GetConfiguration = GetConfiguration' {
- newGetConfiguration :: GetConfiguration
- data GetConfigurationResponse = GetConfigurationResponse' {}
- newGetConfigurationResponse :: Int -> GetConfigurationResponse
- getConfigurationResponse_ecrConfiguration :: Lens' GetConfigurationResponse (Maybe EcrConfigurationState)
- getConfigurationResponse_httpStatus :: Lens' GetConfigurationResponse Int
Creating a Request
data GetConfiguration Source #
See: newGetConfiguration smart constructor.
Constructors
| GetConfiguration' | |
Instances
newGetConfiguration :: GetConfiguration Source #
Create a value of GetConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data GetConfigurationResponse Source #
See: newGetConfigurationResponse smart constructor.
Constructors
| GetConfigurationResponse' | |
Fields
| |
Instances
newGetConfigurationResponse Source #
Create a value of GetConfigurationResponse 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:ecrConfiguration:GetConfigurationResponse', getConfigurationResponse_ecrConfiguration - Specifies how the ECR automated re-scan duration is currently configured
for your environment.
$sel:httpStatus:GetConfigurationResponse', getConfigurationResponse_httpStatus - The response's http status code.
Response Lenses
getConfigurationResponse_ecrConfiguration :: Lens' GetConfigurationResponse (Maybe EcrConfigurationState) Source #
Specifies how the ECR automated re-scan duration is currently configured for your environment.
getConfigurationResponse_httpStatus :: Lens' GetConfigurationResponse Int Source #
The response's http status code.