libZSservicesZSamazonka-lambdaZSamazonka-lambda
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Lambda.Types.FunctionCodeLocation

Description

 
Synopsis

Documentation

data FunctionCodeLocation Source #

Details about a function's deployment package.

See: newFunctionCodeLocation smart constructor.

Constructors

FunctionCodeLocation' 

Fields

Instances

Instances details
Eq FunctionCodeLocation Source # 
Instance details

Defined in Amazonka.Lambda.Types.FunctionCodeLocation

Read FunctionCodeLocation Source # 
Instance details

Defined in Amazonka.Lambda.Types.FunctionCodeLocation

Show FunctionCodeLocation Source # 
Instance details

Defined in Amazonka.Lambda.Types.FunctionCodeLocation

Generic FunctionCodeLocation Source # 
Instance details

Defined in Amazonka.Lambda.Types.FunctionCodeLocation

Associated Types

type Rep FunctionCodeLocation :: Type -> Type #

NFData FunctionCodeLocation Source # 
Instance details

Defined in Amazonka.Lambda.Types.FunctionCodeLocation

Methods

rnf :: FunctionCodeLocation -> () #

Hashable FunctionCodeLocation Source # 
Instance details

Defined in Amazonka.Lambda.Types.FunctionCodeLocation

FromJSON FunctionCodeLocation Source # 
Instance details

Defined in Amazonka.Lambda.Types.FunctionCodeLocation

type Rep FunctionCodeLocation Source # 
Instance details

Defined in Amazonka.Lambda.Types.FunctionCodeLocation

type Rep FunctionCodeLocation = D1 ('MetaData "FunctionCodeLocation" "Amazonka.Lambda.Types.FunctionCodeLocation" "libZSservicesZSamazonka-lambdaZSamazonka-lambda" 'False) (C1 ('MetaCons "FunctionCodeLocation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resolvedImageUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "imageUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "repositoryType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:location:FunctionCodeLocation', functionCodeLocation_location - A presigned URL that you can use to download the deployment package.

$sel:resolvedImageUri:FunctionCodeLocation', functionCodeLocation_resolvedImageUri - The resolved URI for the image.

$sel:imageUri:FunctionCodeLocation', functionCodeLocation_imageUri - URI of a container image in the Amazon ECR registry.

$sel:repositoryType:FunctionCodeLocation', functionCodeLocation_repositoryType - The service that's hosting the file.

functionCodeLocation_location :: Lens' FunctionCodeLocation (Maybe Text) Source #

A presigned URL that you can use to download the deployment package.

functionCodeLocation_imageUri :: Lens' FunctionCodeLocation (Maybe Text) Source #

URI of a container image in the Amazon ECR registry.