Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ImageConfigResponse Source #
Response to GetFunctionConfiguration request.
See: newImageConfigResponse
smart constructor.
ImageConfigResponse' | |
|
Instances
newImageConfigResponse :: ImageConfigResponse Source #
Create a value of ImageConfigResponse
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:imageConfig:ImageConfigResponse'
, imageConfigResponse_imageConfig
- Configuration values that override the container image Dockerfile.
$sel:error:ImageConfigResponse'
, imageConfigResponse_error
- Error response to GetFunctionConfiguration.
imageConfigResponse_imageConfig :: Lens' ImageConfigResponse (Maybe ImageConfig) Source #
Configuration values that override the container image Dockerfile.
imageConfigResponse_error :: Lens' ImageConfigResponse (Maybe ImageConfigError) Source #
Error response to GetFunctionConfiguration.