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 |
Synopsis
- data FunctionCodeLocation = FunctionCodeLocation' {}
- newFunctionCodeLocation :: FunctionCodeLocation
- functionCodeLocation_imageUri :: Lens' FunctionCodeLocation (Maybe Text)
- functionCodeLocation_location :: Lens' FunctionCodeLocation (Maybe Text)
- functionCodeLocation_repositoryType :: Lens' FunctionCodeLocation (Maybe Text)
- functionCodeLocation_resolvedImageUri :: Lens' FunctionCodeLocation (Maybe Text)
Documentation
data FunctionCodeLocation Source #
Details about a function's deployment package.
See: newFunctionCodeLocation
smart constructor.
Instances
newFunctionCodeLocation :: FunctionCodeLocation Source #
Create a value of FunctionCodeLocation
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:imageUri:FunctionCodeLocation'
, functionCodeLocation_imageUri
- URI of a container image in the Amazon ECR registry.
$sel:location:FunctionCodeLocation'
, functionCodeLocation_location
- A presigned URL that you can use to download the deployment package.
$sel:repositoryType:FunctionCodeLocation'
, functionCodeLocation_repositoryType
- The service that's hosting the file.
$sel:resolvedImageUri:FunctionCodeLocation'
, functionCodeLocation_resolvedImageUri
- The resolved URI for the image.
functionCodeLocation_imageUri :: Lens' FunctionCodeLocation (Maybe Text) Source #
URI of a container image in the Amazon ECR registry.
functionCodeLocation_location :: Lens' FunctionCodeLocation (Maybe Text) Source #
A presigned URL that you can use to download the deployment package.
functionCodeLocation_repositoryType :: Lens' FunctionCodeLocation (Maybe Text) Source #
The service that's hosting the file.
functionCodeLocation_resolvedImageUri :: Lens' FunctionCodeLocation (Maybe Text) Source #
The resolved URI for the image.