| 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.ECR.GetRegistryScanningConfiguration
Description
Retrieves the scanning configuration for a registry.
Synopsis
- data GetRegistryScanningConfiguration = GetRegistryScanningConfiguration' {
- newGetRegistryScanningConfiguration :: GetRegistryScanningConfiguration
- data GetRegistryScanningConfigurationResponse = GetRegistryScanningConfigurationResponse' {}
- newGetRegistryScanningConfigurationResponse :: Int -> GetRegistryScanningConfigurationResponse
- getRegistryScanningConfigurationResponse_registryId :: Lens' GetRegistryScanningConfigurationResponse (Maybe Text)
- getRegistryScanningConfigurationResponse_scanningConfiguration :: Lens' GetRegistryScanningConfigurationResponse (Maybe RegistryScanningConfiguration)
- getRegistryScanningConfigurationResponse_httpStatus :: Lens' GetRegistryScanningConfigurationResponse Int
Creating a Request
data GetRegistryScanningConfiguration Source #
See: newGetRegistryScanningConfiguration smart constructor.
Constructors
| GetRegistryScanningConfiguration' | |
Instances
newGetRegistryScanningConfiguration :: GetRegistryScanningConfiguration Source #
Create a value of GetRegistryScanningConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data GetRegistryScanningConfigurationResponse Source #
See: newGetRegistryScanningConfigurationResponse smart constructor.
Constructors
| GetRegistryScanningConfigurationResponse' | |
Fields
| |
Instances
newGetRegistryScanningConfigurationResponse Source #
Arguments
| :: Int | |
| -> GetRegistryScanningConfigurationResponse |
Create a value of GetRegistryScanningConfigurationResponse 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:
GetRegistryScanningConfigurationResponse, getRegistryScanningConfigurationResponse_registryId - The ID of the registry.
$sel:scanningConfiguration:GetRegistryScanningConfigurationResponse', getRegistryScanningConfigurationResponse_scanningConfiguration - The scanning configuration for the registry.
$sel:httpStatus:GetRegistryScanningConfigurationResponse', getRegistryScanningConfigurationResponse_httpStatus - The response's http status code.
Response Lenses
getRegistryScanningConfigurationResponse_registryId :: Lens' GetRegistryScanningConfigurationResponse (Maybe Text) Source #
The ID of the registry.
getRegistryScanningConfigurationResponse_scanningConfiguration :: Lens' GetRegistryScanningConfigurationResponse (Maybe RegistryScanningConfiguration) Source #
The scanning configuration for the registry.
getRegistryScanningConfigurationResponse_httpStatus :: Lens' GetRegistryScanningConfigurationResponse Int Source #
The response's http status code.