amazonka-lambda-1.6.1: Amazon Lambda SDK.

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

Network.AWS.Lambda.Types

Contents

Description

 
Synopsis

Service Configuration

lambda :: Service #

API version 2015-03-31 of the Amazon Lambda SDK configuration.

Errors

_KMSInvalidStateException :: AsError a => Getting (First ServiceError) a ServiceError #

Lambda was unable to decrypt the environment variables because the KMS key used is in an invalid state for Decrypt. Check the function's KMS key settings.

_EC2ThrottledException :: AsError a => Getting (First ServiceError) a ServiceError #

AWS Lambda was throttled by Amazon EC2 during Lambda function initialization using the execution role provided for the Lambda function.

_InvalidRuntimeException :: AsError a => Getting (First ServiceError) a ServiceError #

The runtime or runtime version specified is not supported.

_PolicyLengthExceededException :: AsError a => Getting (First ServiceError) a ServiceError #

Lambda function access policy is limited to 20 KB.

_PreconditionFailedException :: AsError a => Getting (First ServiceError) a ServiceError #

The RevisionId provided does not match the latest RevisionId for the Lambda function or alias. Call the GetFunction or the GetAlias API to retrieve the latest RevisionId for your resource.

_InvalidSubnetIdException :: AsError a => Getting (First ServiceError) a ServiceError #

The Subnet ID provided in the Lambda function VPC configuration is invalid.

_UnsupportedMediaTypeException :: AsError a => Getting (First ServiceError) a ServiceError #

The content type of the Invoke request body is not JSON.

_InvalidRequestContentException :: AsError a => Getting (First ServiceError) a ServiceError #

The request body could not be parsed as JSON.

_KMSNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError #

Lambda was unable to decrypt the environment variables because the KMS key was not found. Check the function's KMS key settings.

_ENILimitReachedException :: AsError a => Getting (First ServiceError) a ServiceError #

AWS Lambda was not able to create an Elastic Network Interface (ENI) in the VPC, specified as part of Lambda function configuration, because the limit for network interfaces has been reached.

_InvalidParameterValueException :: AsError a => Getting (First ServiceError) a ServiceError #

One of the parameters in the request is invalid. For example, if you provided an IAM role for AWS Lambda to assume in the CreateFunction or the UpdateFunctionConfiguration API, that AWS Lambda is unable to assume you will get this exception.

_RequestTooLargeException :: AsError a => Getting (First ServiceError) a ServiceError #

The request payload exceeded the Invoke request body JSON input limit. For more information, see Limits .

_InvalidSecurityGroupIdException :: AsError a => Getting (First ServiceError) a ServiceError #

The Security Group ID provided in the Lambda function VPC configuration is invalid.

_KMSDisabledException :: AsError a => Getting (First ServiceError) a ServiceError #

Lambda was unable to decrypt the environment variables because the KMS key used is disabled. Check the Lambda function's KMS key settings.

_SubnetIPAddressLimitReachedException :: AsError a => Getting (First ServiceError) a ServiceError #

AWS Lambda was not able to set up VPC access for the Lambda function because one or more configured subnets has no available IP addresses.

_ServiceException :: AsError a => Getting (First ServiceError) a ServiceError #

The AWS Lambda service encountered an internal error.

_CodeStorageExceededException :: AsError a => Getting (First ServiceError) a ServiceError #

You have exceeded your maximum total code size per account. Limits

_InvalidZipFileException :: AsError a => Getting (First ServiceError) a ServiceError #

AWS Lambda could not unzip the function zip file.

_EC2UnexpectedException :: AsError a => Getting (First ServiceError) a ServiceError #

AWS Lambda received an unexpected EC2 client exception while setting up for the Lambda function.

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError #

The resource (for example, a Lambda function or access policy statement) specified in the request does not exist.

_KMSAccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError #

Lambda was unable to decrypt the environment variables because KMS access was denied. Check the Lambda function's KMS permissions.

EventSourcePosition

data EventSourcePosition #

Instances
Bounded EventSourcePosition # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Enum EventSourcePosition # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Eq EventSourcePosition # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Data EventSourcePosition # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EventSourcePosition -> c EventSourcePosition #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EventSourcePosition #

toConstr :: EventSourcePosition -> Constr #

dataTypeOf :: EventSourcePosition -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c EventSourcePosition) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EventSourcePosition) #

gmapT :: (forall b. Data b => b -> b) -> EventSourcePosition -> EventSourcePosition #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EventSourcePosition -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EventSourcePosition -> r #

gmapQ :: (forall d. Data d => d -> u) -> EventSourcePosition -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EventSourcePosition -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EventSourcePosition -> m EventSourcePosition #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EventSourcePosition -> m EventSourcePosition #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EventSourcePosition -> m EventSourcePosition #

Ord EventSourcePosition # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Read EventSourcePosition # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Show EventSourcePosition # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Generic EventSourcePosition # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Associated Types

type Rep EventSourcePosition :: Type -> Type #

Hashable EventSourcePosition # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToJSON EventSourcePosition # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToHeader EventSourcePosition # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToQuery EventSourcePosition # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToByteString EventSourcePosition # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

FromText EventSourcePosition # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToText EventSourcePosition # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

NFData EventSourcePosition # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

rnf :: EventSourcePosition -> () #

type Rep EventSourcePosition # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

type Rep EventSourcePosition = D1 (MetaData "EventSourcePosition" "Network.AWS.Lambda.Types.Sum" "amazonka-lambda-1.6.1-9AtwbQKkORr5Fod0tvISKR" False) (C1 (MetaCons "AtTimestamp" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Latest" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TrimHorizon" PrefixI False) (U1 :: Type -> Type)))

FunctionVersion

data FunctionVersion #

Constructors

All 
Instances
Bounded FunctionVersion # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Enum FunctionVersion # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Eq FunctionVersion # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Data FunctionVersion # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> FunctionVersion -> c FunctionVersion #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c FunctionVersion #

toConstr :: FunctionVersion -> Constr #

dataTypeOf :: FunctionVersion -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c FunctionVersion) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c FunctionVersion) #

gmapT :: (forall b. Data b => b -> b) -> FunctionVersion -> FunctionVersion #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> FunctionVersion -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> FunctionVersion -> r #

gmapQ :: (forall d. Data d => d -> u) -> FunctionVersion -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> FunctionVersion -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> FunctionVersion -> m FunctionVersion #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> FunctionVersion -> m FunctionVersion #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> FunctionVersion -> m FunctionVersion #

Ord FunctionVersion # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Read FunctionVersion # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Show FunctionVersion # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Generic FunctionVersion # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Associated Types

type Rep FunctionVersion :: Type -> Type #

Hashable FunctionVersion # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToJSON FunctionVersion # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToHeader FunctionVersion # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToQuery FunctionVersion # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToByteString FunctionVersion # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

FromText FunctionVersion # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToText FunctionVersion # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

NFData FunctionVersion # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

rnf :: FunctionVersion -> () #

type Rep FunctionVersion # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

type Rep FunctionVersion = D1 (MetaData "FunctionVersion" "Network.AWS.Lambda.Types.Sum" "amazonka-lambda-1.6.1-9AtwbQKkORr5Fod0tvISKR" False) (C1 (MetaCons "All" PrefixI False) (U1 :: Type -> Type))

InvocationType

data InvocationType #

Constructors

DryRun 
Event 
RequestResponse 
Instances
Bounded InvocationType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Enum InvocationType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Eq InvocationType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Data InvocationType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> InvocationType -> c InvocationType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c InvocationType #

toConstr :: InvocationType -> Constr #

dataTypeOf :: InvocationType -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c InvocationType) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c InvocationType) #

gmapT :: (forall b. Data b => b -> b) -> InvocationType -> InvocationType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> InvocationType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> InvocationType -> r #

gmapQ :: (forall d. Data d => d -> u) -> InvocationType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> InvocationType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> InvocationType -> m InvocationType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> InvocationType -> m InvocationType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> InvocationType -> m InvocationType #

Ord InvocationType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Read InvocationType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Show InvocationType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Generic InvocationType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Associated Types

type Rep InvocationType :: Type -> Type #

Hashable InvocationType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToJSON InvocationType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToHeader InvocationType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToQuery InvocationType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToByteString InvocationType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

FromText InvocationType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToText InvocationType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

NFData InvocationType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

rnf :: InvocationType -> () #

type Rep InvocationType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

type Rep InvocationType = D1 (MetaData "InvocationType" "Network.AWS.Lambda.Types.Sum" "amazonka-lambda-1.6.1-9AtwbQKkORr5Fod0tvISKR" False) (C1 (MetaCons "DryRun" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Event" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "RequestResponse" PrefixI False) (U1 :: Type -> Type)))

LogType

data LogType #

Constructors

None 
Tail 
Instances
Bounded LogType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Enum LogType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Eq LogType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

(==) :: LogType -> LogType -> Bool #

(/=) :: LogType -> LogType -> Bool #

Data LogType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LogType -> c LogType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LogType #

toConstr :: LogType -> Constr #

dataTypeOf :: LogType -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c LogType) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LogType) #

gmapT :: (forall b. Data b => b -> b) -> LogType -> LogType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LogType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LogType -> r #

gmapQ :: (forall d. Data d => d -> u) -> LogType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LogType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LogType -> m LogType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LogType -> m LogType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LogType -> m LogType #

Ord LogType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Read LogType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Show LogType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Generic LogType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Associated Types

type Rep LogType :: Type -> Type #

Methods

from :: LogType -> Rep LogType x #

to :: Rep LogType x -> LogType #

Hashable LogType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

hashWithSalt :: Int -> LogType -> Int #

hash :: LogType -> Int #

ToJSON LogType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToHeader LogType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

toHeader :: HeaderName -> LogType -> [Header] #

ToQuery LogType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToByteString LogType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

toBS :: LogType -> ByteString #

FromText LogType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToText LogType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

toText :: LogType -> Text #

NFData LogType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

rnf :: LogType -> () #

type Rep LogType # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

type Rep LogType = D1 (MetaData "LogType" "Network.AWS.Lambda.Types.Sum" "amazonka-lambda-1.6.1-9AtwbQKkORr5Fod0tvISKR" False) (C1 (MetaCons "None" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Tail" PrefixI False) (U1 :: Type -> Type))

Runtime

data Runtime #

Instances
Bounded Runtime # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Enum Runtime # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Eq Runtime # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

(==) :: Runtime -> Runtime -> Bool #

(/=) :: Runtime -> Runtime -> Bool #

Data Runtime # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Runtime -> c Runtime #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Runtime #

toConstr :: Runtime -> Constr #

dataTypeOf :: Runtime -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Runtime) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Runtime) #

gmapT :: (forall b. Data b => b -> b) -> Runtime -> Runtime #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Runtime -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Runtime -> r #

gmapQ :: (forall d. Data d => d -> u) -> Runtime -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Runtime -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Runtime -> m Runtime #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Runtime -> m Runtime #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Runtime -> m Runtime #

Ord Runtime # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Read Runtime # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Show Runtime # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Generic Runtime # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Associated Types

type Rep Runtime :: Type -> Type #

Methods

from :: Runtime -> Rep Runtime x #

to :: Rep Runtime x -> Runtime #

Hashable Runtime # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

hashWithSalt :: Int -> Runtime -> Int #

hash :: Runtime -> Int #

ToJSON Runtime # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

FromJSON Runtime # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToHeader Runtime # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

toHeader :: HeaderName -> Runtime -> [Header] #

ToQuery Runtime # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToByteString Runtime # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

toBS :: Runtime -> ByteString #

FromText Runtime # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToText Runtime # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

toText :: Runtime -> Text #

NFData Runtime # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

rnf :: Runtime -> () #

type Rep Runtime # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

type Rep Runtime = D1 (MetaData "Runtime" "Network.AWS.Lambda.Types.Sum" "amazonka-lambda-1.6.1-9AtwbQKkORr5Fod0tvISKR" False) (((C1 (MetaCons "DOTNETCORE1_0" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "DOTNETCORE2_0" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "GO1_x" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "JAVA8" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "NODEJS4_3" PrefixI False) (U1 :: Type -> Type)))) :+: ((C1 (MetaCons "NODEJS4_3Edge" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "NODEJS6_10" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "NODEJS8_10" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "Nodejs" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "PYTHON2_7" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "PYTHON3_6" PrefixI False) (U1 :: Type -> Type)))))

TracingMode

data TracingMode #

Constructors

Active 
PassThrough 
Instances
Bounded TracingMode # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Enum TracingMode # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Eq TracingMode # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Data TracingMode # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TracingMode -> c TracingMode #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TracingMode #

toConstr :: TracingMode -> Constr #

dataTypeOf :: TracingMode -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TracingMode) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TracingMode) #

gmapT :: (forall b. Data b => b -> b) -> TracingMode -> TracingMode #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TracingMode -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TracingMode -> r #

gmapQ :: (forall d. Data d => d -> u) -> TracingMode -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TracingMode -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TracingMode -> m TracingMode #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TracingMode -> m TracingMode #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TracingMode -> m TracingMode #

Ord TracingMode # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Read TracingMode # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Show TracingMode # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Generic TracingMode # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Associated Types

type Rep TracingMode :: Type -> Type #

Hashable TracingMode # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToJSON TracingMode # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

FromJSON TracingMode # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToHeader TracingMode # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToQuery TracingMode # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToByteString TracingMode # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

FromText TracingMode # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToText TracingMode # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

toText :: TracingMode -> Text #

NFData TracingMode # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

rnf :: TracingMode -> () #

type Rep TracingMode # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

type Rep TracingMode = D1 (MetaData "TracingMode" "Network.AWS.Lambda.Types.Sum" "amazonka-lambda-1.6.1-9AtwbQKkORr5Fod0tvISKR" False) (C1 (MetaCons "Active" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "PassThrough" PrefixI False) (U1 :: Type -> Type))

AccountLimit

data AccountLimit #

Provides limits of code size and concurrency associated with the current account and region.

See: accountLimit smart constructor.

Instances
Eq AccountLimit # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data AccountLimit # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AccountLimit -> c AccountLimit #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AccountLimit #

toConstr :: AccountLimit -> Constr #

dataTypeOf :: AccountLimit -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AccountLimit) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AccountLimit) #

gmapT :: (forall b. Data b => b -> b) -> AccountLimit -> AccountLimit #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AccountLimit -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AccountLimit -> r #

gmapQ :: (forall d. Data d => d -> u) -> AccountLimit -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AccountLimit -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AccountLimit -> m AccountLimit #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AccountLimit -> m AccountLimit #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AccountLimit -> m AccountLimit #

Read AccountLimit # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Show AccountLimit # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic AccountLimit # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep AccountLimit :: Type -> Type #

Hashable AccountLimit # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

FromJSON AccountLimit # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData AccountLimit # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: AccountLimit -> () #

type Rep AccountLimit # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

type Rep AccountLimit = D1 (MetaData "AccountLimit" "Network.AWS.Lambda.Types.Product" "amazonka-lambda-1.6.1-9AtwbQKkORr5Fod0tvISKR" False) (C1 (MetaCons "AccountLimit'" PrefixI True) ((S1 (MetaSel (Just "_alConcurrentExecutions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)) :*: S1 (MetaSel (Just "_alTotalCodeSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 (MetaSel (Just "_alUnreservedConcurrentExecutions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)) :*: (S1 (MetaSel (Just "_alCodeSizeUnzipped") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 (MetaSel (Just "_alCodeSizeZipped") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer))))))

accountLimit :: AccountLimit #

Creates a value of AccountLimit with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • alConcurrentExecutions - Number of simultaneous executions of your function per region. For more information or to request a limit increase for concurrent executions, see Lambda Function Concurrent Executions . The default limit is 1000.
  • alTotalCodeSize - Maximum size, in bytes, of a code package you can upload per region. The default size is 75 GB.
  • alUnreservedConcurrentExecutions - The number of concurrent executions available to functions that do not have concurrency limits set. For more information, see 'concurrent-executions' .
  • alCodeSizeUnzipped - Size, in bytes, of codedependencies that you can zip into a deployment package (uncompressed zipjar size) for uploading. The default limit is 250 MB.
  • alCodeSizeZipped - Size, in bytes, of a single zipped codedependencies package you can upload for your Lambda function(.zip.jar file). Try using Amazon S3 for uploading larger files. Default limit is 50 MB.

alConcurrentExecutions :: Lens' AccountLimit (Maybe Int) #

Number of simultaneous executions of your function per region. For more information or to request a limit increase for concurrent executions, see Lambda Function Concurrent Executions . The default limit is 1000.

alTotalCodeSize :: Lens' AccountLimit (Maybe Integer) #

Maximum size, in bytes, of a code package you can upload per region. The default size is 75 GB.

alUnreservedConcurrentExecutions :: Lens' AccountLimit (Maybe Natural) #

The number of concurrent executions available to functions that do not have concurrency limits set. For more information, see 'concurrent-executions' .

alCodeSizeUnzipped :: Lens' AccountLimit (Maybe Integer) #

Size, in bytes, of codedependencies that you can zip into a deployment package (uncompressed zipjar size) for uploading. The default limit is 250 MB.

alCodeSizeZipped :: Lens' AccountLimit (Maybe Integer) #

Size, in bytes, of a single zipped codedependencies package you can upload for your Lambda function(.zip.jar file). Try using Amazon S3 for uploading larger files. Default limit is 50 MB.

AccountUsage

data AccountUsage #

Provides code size usage and function count associated with the current account and region.

See: accountUsage smart constructor.

Instances
Eq AccountUsage # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data AccountUsage # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AccountUsage -> c AccountUsage #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AccountUsage #

toConstr :: AccountUsage -> Constr #

dataTypeOf :: AccountUsage -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AccountUsage) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AccountUsage) #

gmapT :: (forall b. Data b => b -> b) -> AccountUsage -> AccountUsage #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AccountUsage -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AccountUsage -> r #

gmapQ :: (forall d. Data d => d -> u) -> AccountUsage -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AccountUsage -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AccountUsage -> m AccountUsage #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AccountUsage -> m AccountUsage #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AccountUsage -> m AccountUsage #

Read AccountUsage # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Show AccountUsage # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic AccountUsage # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep AccountUsage :: Type -> Type #

Hashable AccountUsage # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

FromJSON AccountUsage # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData AccountUsage # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: AccountUsage -> () #

type Rep AccountUsage # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

type Rep AccountUsage = D1 (MetaData "AccountUsage" "Network.AWS.Lambda.Types.Product" "amazonka-lambda-1.6.1-9AtwbQKkORr5Fod0tvISKR" False) (C1 (MetaCons "AccountUsage'" PrefixI True) (S1 (MetaSel (Just "_auTotalCodeSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 (MetaSel (Just "_auFunctionCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer))))

accountUsage :: AccountUsage #

Creates a value of AccountUsage with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • auTotalCodeSize - Total size, in bytes, of the account's deployment packages per region.
  • auFunctionCount - The number of your account's existing functions per region.

auTotalCodeSize :: Lens' AccountUsage (Maybe Integer) #

Total size, in bytes, of the account's deployment packages per region.

auFunctionCount :: Lens' AccountUsage (Maybe Integer) #

The number of your account's existing functions per region.

AliasConfiguration

data AliasConfiguration #

Provides configuration information about a Lambda function version alias.

See: aliasConfiguration smart constructor.

Instances
Eq AliasConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data AliasConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AliasConfiguration -> c AliasConfiguration #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AliasConfiguration #

toConstr :: AliasConfiguration -> Constr #

dataTypeOf :: AliasConfiguration -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AliasConfiguration) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AliasConfiguration) #

gmapT :: (forall b. Data b => b -> b) -> AliasConfiguration -> AliasConfiguration #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AliasConfiguration -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AliasConfiguration -> r #

gmapQ :: (forall d. Data d => d -> u) -> AliasConfiguration -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AliasConfiguration -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AliasConfiguration -> m AliasConfiguration #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AliasConfiguration -> m AliasConfiguration #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AliasConfiguration -> m AliasConfiguration #

Read AliasConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Show AliasConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic AliasConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep AliasConfiguration :: Type -> Type #

Hashable AliasConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

FromJSON AliasConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData AliasConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: AliasConfiguration -> () #

type Rep AliasConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

type Rep AliasConfiguration = D1 (MetaData "AliasConfiguration" "Network.AWS.Lambda.Types.Product" "amazonka-lambda-1.6.1-9AtwbQKkORr5Fod0tvISKR" False) (C1 (MetaCons "AliasConfiguration'" PrefixI True) ((S1 (MetaSel (Just "_acRoutingConfig") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AliasRoutingConfiguration)) :*: (S1 (MetaSel (Just "_acName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_acFunctionVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_acAliasARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_acDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_acRevisionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

aliasConfiguration :: AliasConfiguration #

Creates a value of AliasConfiguration with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • acRoutingConfig - Specifies an additional function versions the alias points to, allowing you to dictate what percentage of traffic will invoke each version. For more information, see 'lambda-traffic-shifting-using-aliases' .
  • acName - Alias name.
  • acFunctionVersion - Function version to which the alias points.
  • acAliasARN - Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA .
  • acDescription - Alias description.
  • acRevisionId - Represents the latest updated revision of the function or alias.

acRoutingConfig :: Lens' AliasConfiguration (Maybe AliasRoutingConfiguration) #

Specifies an additional function versions the alias points to, allowing you to dictate what percentage of traffic will invoke each version. For more information, see 'lambda-traffic-shifting-using-aliases' .

acFunctionVersion :: Lens' AliasConfiguration (Maybe Text) #

Function version to which the alias points.

acAliasARN :: Lens' AliasConfiguration (Maybe Text) #

Lambda function ARN that is qualified using the alias name as the suffix. For example, if you create an alias called BETA that points to a helloworld function version, the ARN is arn:aws:lambda:aws-regions:acct-id:function:helloworld:BETA .

acRevisionId :: Lens' AliasConfiguration (Maybe Text) #

Represents the latest updated revision of the function or alias.

AliasRoutingConfiguration

data AliasRoutingConfiguration #

The parent object that implements what percentage of traffic will invoke each function version. For more information, see 'lambda-traffic-shifting-using-aliases' .

See: aliasRoutingConfiguration smart constructor.

Instances
Eq AliasRoutingConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data AliasRoutingConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AliasRoutingConfiguration -> c AliasRoutingConfiguration #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AliasRoutingConfiguration #

toConstr :: AliasRoutingConfiguration -> Constr #

dataTypeOf :: AliasRoutingConfiguration -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AliasRoutingConfiguration) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AliasRoutingConfiguration) #

gmapT :: (forall b. Data b => b -> b) -> AliasRoutingConfiguration -> AliasRoutingConfiguration #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AliasRoutingConfiguration -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AliasRoutingConfiguration -> r #

gmapQ :: (forall d. Data d => d -> u) -> AliasRoutingConfiguration -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AliasRoutingConfiguration -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AliasRoutingConfiguration -> m AliasRoutingConfiguration #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AliasRoutingConfiguration -> m AliasRoutingConfiguration #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AliasRoutingConfiguration -> m AliasRoutingConfiguration #

Read AliasRoutingConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Show AliasRoutingConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic AliasRoutingConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep AliasRoutingConfiguration :: Type -> Type #

Hashable AliasRoutingConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

ToJSON AliasRoutingConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

FromJSON AliasRoutingConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData AliasRoutingConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

type Rep AliasRoutingConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

type Rep AliasRoutingConfiguration = D1 (MetaData "AliasRoutingConfiguration" "Network.AWS.Lambda.Types.Product" "amazonka-lambda-1.6.1-9AtwbQKkORr5Fod0tvISKR" True) (C1 (MetaCons "AliasRoutingConfiguration'" PrefixI True) (S1 (MetaSel (Just "_arcAdditionalVersionWeights") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Map Text Double)))))

aliasRoutingConfiguration :: AliasRoutingConfiguration #

Creates a value of AliasRoutingConfiguration with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • arcAdditionalVersionWeights - Set this value to dictate what percentage of traffic will invoke the updated function version. If set to an empty string, 100 percent of traffic will invoke function-version . For more information, see 'lambda-traffic-shifting-using-aliases' .

arcAdditionalVersionWeights :: Lens' AliasRoutingConfiguration (HashMap Text Double) #

Set this value to dictate what percentage of traffic will invoke the updated function version. If set to an empty string, 100 percent of traffic will invoke function-version . For more information, see 'lambda-traffic-shifting-using-aliases' .

Concurrency

data Concurrency #

See: concurrency smart constructor.

Instances
Eq Concurrency # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data Concurrency # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Concurrency -> c Concurrency #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Concurrency #

toConstr :: Concurrency -> Constr #

dataTypeOf :: Concurrency -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Concurrency) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Concurrency) #

gmapT :: (forall b. Data b => b -> b) -> Concurrency -> Concurrency #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Concurrency -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Concurrency -> r #

gmapQ :: (forall d. Data d => d -> u) -> Concurrency -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Concurrency -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Concurrency -> m Concurrency #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Concurrency -> m Concurrency #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Concurrency -> m Concurrency #

Read Concurrency # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Show Concurrency # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic Concurrency # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep Concurrency :: Type -> Type #

Hashable Concurrency # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

FromJSON Concurrency # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData Concurrency # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: Concurrency -> () #

type Rep Concurrency # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

type Rep Concurrency = D1 (MetaData "Concurrency" "Network.AWS.Lambda.Types.Product" "amazonka-lambda-1.6.1-9AtwbQKkORr5Fod0tvISKR" True) (C1 (MetaCons "Concurrency'" PrefixI True) (S1 (MetaSel (Just "_cReservedConcurrentExecutions") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Nat))))

concurrency :: Concurrency #

Creates a value of Concurrency with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • cReservedConcurrentExecutions - The number of concurrent executions reserved for this function. For more information, see 'concurrent-executions' .

cReservedConcurrentExecutions :: Lens' Concurrency (Maybe Natural) #

The number of concurrent executions reserved for this function. For more information, see 'concurrent-executions' .

DeadLetterConfig

data DeadLetterConfig #

The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ). For more information, see dlq .

See: deadLetterConfig smart constructor.

Instances
Eq DeadLetterConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data DeadLetterConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeadLetterConfig -> c DeadLetterConfig #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeadLetterConfig #

toConstr :: DeadLetterConfig -> Constr #

dataTypeOf :: DeadLetterConfig -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DeadLetterConfig) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeadLetterConfig) #

gmapT :: (forall b. Data b => b -> b) -> DeadLetterConfig -> DeadLetterConfig #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeadLetterConfig -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeadLetterConfig -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeadLetterConfig -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeadLetterConfig -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeadLetterConfig -> m DeadLetterConfig #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeadLetterConfig -> m DeadLetterConfig #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeadLetterConfig -> m DeadLetterConfig #

Read DeadLetterConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Show DeadLetterConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic DeadLetterConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep DeadLetterConfig :: Type -> Type #

Hashable DeadLetterConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

ToJSON DeadLetterConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

FromJSON DeadLetterConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData DeadLetterConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: DeadLetterConfig -> () #

type Rep DeadLetterConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

type Rep DeadLetterConfig = D1 (MetaData "DeadLetterConfig" "Network.AWS.Lambda.Types.Product" "amazonka-lambda-1.6.1-9AtwbQKkORr5Fod0tvISKR" True) (C1 (MetaCons "DeadLetterConfig'" PrefixI True) (S1 (MetaSel (Just "_dlcTargetARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

deadLetterConfig :: DeadLetterConfig #

Creates a value of DeadLetterConfig with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dlcTargetARN - The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ). dlq . For more information, see dlq .

dlcTargetARN :: Lens' DeadLetterConfig (Maybe Text) #

The Amazon Resource Name (ARN) of an Amazon SQS queue or Amazon SNS topic you specify as your Dead Letter Queue (DLQ). dlq . For more information, see dlq .

Environment

data Environment #

The parent object that contains your environment's configuration settings.

See: environment smart constructor.

Instances
Eq Environment # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data Environment # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Environment -> c Environment #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Environment #

toConstr :: Environment -> Constr #

dataTypeOf :: Environment -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Environment) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Environment) #

gmapT :: (forall b. Data b => b -> b) -> Environment -> Environment #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Environment -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Environment -> r #

gmapQ :: (forall d. Data d => d -> u) -> Environment -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Environment -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Environment -> m Environment #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Environment -> m Environment #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Environment -> m Environment #

Show Environment # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic Environment # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep Environment :: Type -> Type #

Hashable Environment # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

ToJSON Environment # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData Environment # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: Environment -> () #

type Rep Environment # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

type Rep Environment = D1 (MetaData "Environment" "Network.AWS.Lambda.Types.Product" "amazonka-lambda-1.6.1-9AtwbQKkORr5Fod0tvISKR" True) (C1 (MetaCons "Environment'" PrefixI True) (S1 (MetaSel (Just "_eVariables") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Sensitive (Map Text (Sensitive Text)))))))

environment :: Environment #

Creates a value of Environment with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • eVariables - The key-value pairs that represent your environment's configuration settings.

eVariables :: Lens' Environment (Maybe (HashMap Text Text)) #

The key-value pairs that represent your environment's configuration settings.

EnvironmentError

data EnvironmentError #

The parent object that contains error information associated with your configuration settings.

See: environmentError smart constructor.

Instances
Eq EnvironmentError # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data EnvironmentError # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EnvironmentError -> c EnvironmentError #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EnvironmentError #

toConstr :: EnvironmentError -> Constr #

dataTypeOf :: EnvironmentError -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c EnvironmentError) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EnvironmentError) #

gmapT :: (forall b. Data b => b -> b) -> EnvironmentError -> EnvironmentError #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EnvironmentError -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EnvironmentError -> r #

gmapQ :: (forall d. Data d => d -> u) -> EnvironmentError -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EnvironmentError -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EnvironmentError -> m EnvironmentError #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EnvironmentError -> m EnvironmentError #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EnvironmentError -> m EnvironmentError #

Show EnvironmentError # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic EnvironmentError # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep EnvironmentError :: Type -> Type #

Hashable EnvironmentError # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

FromJSON EnvironmentError # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData EnvironmentError # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: EnvironmentError -> () #

type Rep EnvironmentError # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

type Rep EnvironmentError = D1 (MetaData "EnvironmentError" "Network.AWS.Lambda.Types.Product" "amazonka-lambda-1.6.1-9AtwbQKkORr5Fod0tvISKR" False) (C1 (MetaCons "EnvironmentError'" PrefixI True) (S1 (MetaSel (Just "_eeErrorCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_eeMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))

environmentError :: EnvironmentError #

Creates a value of EnvironmentError with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • eeErrorCode - The error code returned by the environment error object.
  • eeMessage - The message returned by the environment error object.

eeErrorCode :: Lens' EnvironmentError (Maybe Text) #

The error code returned by the environment error object.

eeMessage :: Lens' EnvironmentError (Maybe Text) #

The message returned by the environment error object.

EnvironmentResponse

data EnvironmentResponse #

The parent object returned that contains your environment's configuration settings or any error information associated with your configuration settings.

See: environmentResponse smart constructor.

Instances
Eq EnvironmentResponse # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data EnvironmentResponse # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EnvironmentResponse -> c EnvironmentResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EnvironmentResponse #

toConstr :: EnvironmentResponse -> Constr #

dataTypeOf :: EnvironmentResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c EnvironmentResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EnvironmentResponse) #

gmapT :: (forall b. Data b => b -> b) -> EnvironmentResponse -> EnvironmentResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EnvironmentResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EnvironmentResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> EnvironmentResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EnvironmentResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EnvironmentResponse -> m EnvironmentResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EnvironmentResponse -> m EnvironmentResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EnvironmentResponse -> m EnvironmentResponse #

Show EnvironmentResponse # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic EnvironmentResponse # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep EnvironmentResponse :: Type -> Type #

Hashable EnvironmentResponse # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

FromJSON EnvironmentResponse # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData EnvironmentResponse # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: EnvironmentResponse -> () #

type Rep EnvironmentResponse # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

type Rep EnvironmentResponse = D1 (MetaData "EnvironmentResponse" "Network.AWS.Lambda.Types.Product" "amazonka-lambda-1.6.1-9AtwbQKkORr5Fod0tvISKR" False) (C1 (MetaCons "EnvironmentResponse'" PrefixI True) (S1 (MetaSel (Just "_envVariables") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Sensitive (Map Text (Sensitive Text))))) :*: S1 (MetaSel (Just "_envError") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe EnvironmentError))))

environmentResponse :: EnvironmentResponse #

Creates a value of EnvironmentResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • envVariables - The key-value pairs returned that represent your environment's configuration settings or error information.
  • envError - Undocumented member.

envVariables :: Lens' EnvironmentResponse (Maybe (HashMap Text Text)) #

The key-value pairs returned that represent your environment's configuration settings or error information.

EventSourceMappingConfiguration

data EventSourceMappingConfiguration #

Describes mapping between an Amazon Kinesis stream and a Lambda function.

See: eventSourceMappingConfiguration smart constructor.

Instances
Eq EventSourceMappingConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data EventSourceMappingConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EventSourceMappingConfiguration -> c EventSourceMappingConfiguration #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EventSourceMappingConfiguration #

toConstr :: EventSourceMappingConfiguration -> Constr #

dataTypeOf :: EventSourceMappingConfiguration -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c EventSourceMappingConfiguration) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EventSourceMappingConfiguration) #

gmapT :: (forall b. Data b => b -> b) -> EventSourceMappingConfiguration -> EventSourceMappingConfiguration #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EventSourceMappingConfiguration -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EventSourceMappingConfiguration -> r #

gmapQ :: (forall d. Data d => d -> u) -> EventSourceMappingConfiguration -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EventSourceMappingConfiguration -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EventSourceMappingConfiguration -> m EventSourceMappingConfiguration #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EventSourceMappingConfiguration -> m EventSourceMappingConfiguration #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EventSourceMappingConfiguration -> m EventSourceMappingConfiguration #

Read EventSourceMappingConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Show EventSourceMappingConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic EventSourceMappingConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep EventSourceMappingConfiguration :: Type -> Type #

Hashable EventSourceMappingConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

FromJSON EventSourceMappingConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData EventSourceMappingConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

type Rep EventSourceMappingConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

type Rep EventSourceMappingConfiguration = D1 (MetaData "EventSourceMappingConfiguration" "Network.AWS.Lambda.Types.Product" "amazonka-lambda-1.6.1-9AtwbQKkORr5Fod0tvISKR" False) (C1 (MetaCons "EventSourceMappingConfiguration'" PrefixI True) (((S1 (MetaSel (Just "_esmcEventSourceARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_esmcState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_esmcFunctionARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_esmcUUId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_esmcLastProcessingResult") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_esmcBatchSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))) :*: (S1 (MetaSel (Just "_esmcStateTransitionReason") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_esmcLastModified") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))))))

eventSourceMappingConfiguration :: EventSourceMappingConfiguration #

Creates a value of EventSourceMappingConfiguration with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • esmcEventSourceARN - The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.
  • esmcState - The state of the event source mapping. It can be Creating , Enabled , Disabled , Enabling , Disabling , Updating , or Deleting .
  • esmcFunctionARN - The Lambda function to invoke when AWS Lambda detects an event on the stream.
  • esmcUUId - The AWS Lambda assigned opaque identifier for the mapping.
  • esmcLastProcessingResult - The result of the last AWS Lambda invocation of your Lambda function.
  • esmcBatchSize - The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.
  • esmcStateTransitionReason - The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.
  • esmcLastModified - The UTC time string indicating the last time the event mapping was updated.

esmcEventSourceARN :: Lens' EventSourceMappingConfiguration (Maybe Text) #

The Amazon Resource Name (ARN) of the Amazon Kinesis stream that is the source of events.

esmcState :: Lens' EventSourceMappingConfiguration (Maybe Text) #

The state of the event source mapping. It can be Creating , Enabled , Disabled , Enabling , Disabling , Updating , or Deleting .

esmcFunctionARN :: Lens' EventSourceMappingConfiguration (Maybe Text) #

The Lambda function to invoke when AWS Lambda detects an event on the stream.

esmcUUId :: Lens' EventSourceMappingConfiguration (Maybe Text) #

The AWS Lambda assigned opaque identifier for the mapping.

esmcLastProcessingResult :: Lens' EventSourceMappingConfiguration (Maybe Text) #

The result of the last AWS Lambda invocation of your Lambda function.

esmcBatchSize :: Lens' EventSourceMappingConfiguration (Maybe Natural) #

The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function. Your function receives an event with all the retrieved records.

esmcStateTransitionReason :: Lens' EventSourceMappingConfiguration (Maybe Text) #

The reason the event source mapping is in its current state. It is either user-requested or an AWS Lambda-initiated state transition.

esmcLastModified :: Lens' EventSourceMappingConfiguration (Maybe UTCTime) #

The UTC time string indicating the last time the event mapping was updated.

FunctionCode

data FunctionCode #

The code for the Lambda function.

See: functionCode smart constructor.

Instances
Eq FunctionCode # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data FunctionCode # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> FunctionCode -> c FunctionCode #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c FunctionCode #

toConstr :: FunctionCode -> Constr #

dataTypeOf :: FunctionCode -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c FunctionCode) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c FunctionCode) #

gmapT :: (forall b. Data b => b -> b) -> FunctionCode -> FunctionCode #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> FunctionCode -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> FunctionCode -> r #

gmapQ :: (forall d. Data d => d -> u) -> FunctionCode -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> FunctionCode -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> FunctionCode -> m FunctionCode #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> FunctionCode -> m FunctionCode #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> FunctionCode -> m FunctionCode #

Show FunctionCode # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic FunctionCode # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep FunctionCode :: Type -> Type #

Hashable FunctionCode # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

ToJSON FunctionCode # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData FunctionCode # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: FunctionCode -> () #

type Rep FunctionCode # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

type Rep FunctionCode = D1 (MetaData "FunctionCode" "Network.AWS.Lambda.Types.Product" "amazonka-lambda-1.6.1-9AtwbQKkORr5Fod0tvISKR" False) (C1 (MetaCons "FunctionCode'" PrefixI True) ((S1 (MetaSel (Just "_fcS3ObjectVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_fcS3Key") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_fcZipFile") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Sensitive Base64))) :*: S1 (MetaSel (Just "_fcS3Bucket") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

functionCode :: FunctionCode #

Creates a value of FunctionCode with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • fcS3ObjectVersion - The Amazon S3 object (the deployment package) version you want to upload.
  • fcS3Key - The Amazon S3 object (the deployment package) key name you want to upload.
  • fcZipFile - The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, see Execution Permissions in the AWS Lambda Developer Guide . -- Note: This Lens automatically encodes and decodes Base64 data. The underlying isomorphism will encode to Base64 representation during serialisation, and decode from Base64 representation during deserialisation. This Lens accepts and returns only raw unencoded data.
  • fcS3Bucket - Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.

fcS3ObjectVersion :: Lens' FunctionCode (Maybe Text) #

The Amazon S3 object (the deployment package) version you want to upload.

fcS3Key :: Lens' FunctionCode (Maybe Text) #

The Amazon S3 object (the deployment package) key name you want to upload.

fcZipFile :: Lens' FunctionCode (Maybe ByteString) #

The contents of your zip file containing your deployment package. If you are using the web API directly, the contents of the zip file must be base64-encoded. If you are using the AWS SDKs or the AWS CLI, the SDKs or CLI will do the encoding for you. For more information about creating a .zip file, see Execution Permissions in the AWS Lambda Developer Guide . -- Note: This Lens automatically encodes and decodes Base64 data. The underlying isomorphism will encode to Base64 representation during serialisation, and decode from Base64 representation during deserialisation. This Lens accepts and returns only raw unencoded data.

fcS3Bucket :: Lens' FunctionCode (Maybe Text) #

Amazon S3 bucket name where the .zip file containing your deployment package is stored. This bucket must reside in the same AWS region where you are creating the Lambda function.

FunctionCodeLocation

data FunctionCodeLocation #

The object for the Lambda function location.

See: functionCodeLocation smart constructor.

Instances
Eq FunctionCodeLocation # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data FunctionCodeLocation # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> FunctionCodeLocation -> c FunctionCodeLocation #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c FunctionCodeLocation #

toConstr :: FunctionCodeLocation -> Constr #

dataTypeOf :: FunctionCodeLocation -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c FunctionCodeLocation) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c FunctionCodeLocation) #

gmapT :: (forall b. Data b => b -> b) -> FunctionCodeLocation -> FunctionCodeLocation #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> FunctionCodeLocation -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> FunctionCodeLocation -> r #

gmapQ :: (forall d. Data d => d -> u) -> FunctionCodeLocation -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> FunctionCodeLocation -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> FunctionCodeLocation -> m FunctionCodeLocation #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> FunctionCodeLocation -> m FunctionCodeLocation #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> FunctionCodeLocation -> m FunctionCodeLocation #

Read FunctionCodeLocation # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Show FunctionCodeLocation # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic FunctionCodeLocation # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep FunctionCodeLocation :: Type -> Type #

Hashable FunctionCodeLocation # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

FromJSON FunctionCodeLocation # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData FunctionCodeLocation # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: FunctionCodeLocation -> () #

type Rep FunctionCodeLocation # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

type Rep FunctionCodeLocation = D1 (MetaData "FunctionCodeLocation" "Network.AWS.Lambda.Types.Product" "amazonka-lambda-1.6.1-9AtwbQKkORr5Fod0tvISKR" False) (C1 (MetaCons "FunctionCodeLocation'" PrefixI True) (S1 (MetaSel (Just "_fclLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_fclRepositoryType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

functionCodeLocation :: FunctionCodeLocation #

Creates a value of FunctionCodeLocation with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • fclLocation - The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.
  • fclRepositoryType - The repository from which you can download the function.

fclLocation :: Lens' FunctionCodeLocation (Maybe Text) #

The presigned URL you can use to download the function's .zip file that you previously uploaded. The URL is valid for up to 10 minutes.

fclRepositoryType :: Lens' FunctionCodeLocation (Maybe Text) #

The repository from which you can download the function.

FunctionConfiguration

data FunctionConfiguration #

A complex type that describes function metadata.

See: functionConfiguration smart constructor.

Instances
Eq FunctionConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data FunctionConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> FunctionConfiguration -> c FunctionConfiguration #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c FunctionConfiguration #

toConstr :: FunctionConfiguration -> Constr #

dataTypeOf :: FunctionConfiguration -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c FunctionConfiguration) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c FunctionConfiguration) #

gmapT :: (forall b. Data b => b -> b) -> FunctionConfiguration -> FunctionConfiguration #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> FunctionConfiguration -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> FunctionConfiguration -> r #

gmapQ :: (forall d. Data d => d -> u) -> FunctionConfiguration -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> FunctionConfiguration -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> FunctionConfiguration -> m FunctionConfiguration #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> FunctionConfiguration -> m FunctionConfiguration #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> FunctionConfiguration -> m FunctionConfiguration #

Show FunctionConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic FunctionConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep FunctionConfiguration :: Type -> Type #

Hashable FunctionConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

FromJSON FunctionConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData FunctionConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: FunctionConfiguration -> () #

type Rep FunctionConfiguration # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

type Rep FunctionConfiguration = D1 (MetaData "FunctionConfiguration" "Network.AWS.Lambda.Types.Product" "amazonka-lambda-1.6.1-9AtwbQKkORr5Fod0tvISKR" False) (C1 (MetaCons "FunctionConfiguration'" PrefixI True) ((((S1 (MetaSel (Just "_fcMemorySize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)) :*: S1 (MetaSel (Just "_fcRuntime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Runtime))) :*: (S1 (MetaSel (Just "_fcFunctionARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_fcKMSKeyARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_fcEnvironment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe EnvironmentResponse)) :*: S1 (MetaSel (Just "_fcDeadLetterConfig") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeadLetterConfig))) :*: (S1 (MetaSel (Just "_fcRole") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_fcVPCConfig") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe VPCConfigResponse)) :*: S1 (MetaSel (Just "_fcVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 (MetaSel (Just "_fcFunctionName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_fcCodeSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 (MetaSel (Just "_fcHandler") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_fcTimeout") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)) :*: S1 (MetaSel (Just "_fcLastModified") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 (MetaSel (Just "_fcCodeSha256") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_fcTracingConfig") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TracingConfigResponse))) :*: (S1 (MetaSel (Just "_fcDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_fcRevisionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_fcMasterARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))

functionConfiguration :: FunctionConfiguration #

Creates a value of FunctionConfiguration with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • fcMemorySize - The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.
  • fcRuntime - The runtime environment for the Lambda function.
  • fcFunctionARN - The Amazon Resource Name (ARN) assigned to the function.
  • fcKMSKeyARN - The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.
  • fcEnvironment - The parent object that contains your environment's configuration settings.
  • fcDeadLetterConfig - The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic. For more information, see dlq .
  • fcRole - The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.
  • fcVPCConfig - VPC configuration associated with your Lambda function.
  • fcVersion - The version of the Lambda function.
  • fcFunctionName - The name of the function. Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length.
  • fcCodeSize - The size, in bytes, of the function .zip file you uploaded.
  • fcHandler - The function Lambda calls to begin executing your function.
  • fcTimeout - The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.
  • fcLastModified - The time stamp of the last time you updated the function. The time stamp is conveyed as a string complying with ISO-8601 in this way YYYY-MM-DDThh:mm:ssTZD (e.g., 1997-07-16T19:20:30+01:00). For more information, see Date and Time Formats .
  • fcCodeSha256 - It is the SHA256 hash of your function deployment package.
  • fcTracingConfig - The parent object that contains your function's tracing settings.
  • fcDescription - The user-provided description.
  • fcRevisionId - Represents the latest updated revision of the function or alias.
  • fcMasterARN - Returns the ARN (Amazon Resource Name) of the master function.

fcMemorySize :: Lens' FunctionConfiguration (Maybe Natural) #

The memory size, in MB, you configured for the function. Must be a multiple of 64 MB.

fcRuntime :: Lens' FunctionConfiguration (Maybe Runtime) #

The runtime environment for the Lambda function.

fcFunctionARN :: Lens' FunctionConfiguration (Maybe Text) #

The Amazon Resource Name (ARN) assigned to the function.

fcKMSKeyARN :: Lens' FunctionConfiguration (Maybe Text) #

The Amazon Resource Name (ARN) of the KMS key used to encrypt your function's environment variables. If empty, it means you are using the AWS Lambda default service key.

fcEnvironment :: Lens' FunctionConfiguration (Maybe EnvironmentResponse) #

The parent object that contains your environment's configuration settings.

fcDeadLetterConfig :: Lens' FunctionConfiguration (Maybe DeadLetterConfig) #

The parent object that contains the target ARN (Amazon Resource Name) of an Amazon SQS queue or Amazon SNS topic. For more information, see dlq .

fcRole :: Lens' FunctionConfiguration (Maybe Text) #

The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when it executes your function to access any other Amazon Web Services (AWS) resources.

fcVPCConfig :: Lens' FunctionConfiguration (Maybe VPCConfigResponse) #

VPC configuration associated with your Lambda function.

fcVersion :: Lens' FunctionConfiguration (Maybe Text) #

The version of the Lambda function.

fcFunctionName :: Lens' FunctionConfiguration (Maybe Text) #

The name of the function. Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length.

fcCodeSize :: Lens' FunctionConfiguration (Maybe Integer) #

The size, in bytes, of the function .zip file you uploaded.

fcHandler :: Lens' FunctionConfiguration (Maybe Text) #

The function Lambda calls to begin executing your function.

fcTimeout :: Lens' FunctionConfiguration (Maybe Natural) #

The function execution time at which Lambda should terminate the function. Because the execution time has cost implications, we recommend you set this value based on your expected execution time. The default is 3 seconds.

fcLastModified :: Lens' FunctionConfiguration (Maybe Text) #

The time stamp of the last time you updated the function. The time stamp is conveyed as a string complying with ISO-8601 in this way YYYY-MM-DDThh:mm:ssTZD (e.g., 1997-07-16T19:20:30+01:00). For more information, see Date and Time Formats .

fcCodeSha256 :: Lens' FunctionConfiguration (Maybe Text) #

It is the SHA256 hash of your function deployment package.

fcTracingConfig :: Lens' FunctionConfiguration (Maybe TracingConfigResponse) #

The parent object that contains your function's tracing settings.

fcDescription :: Lens' FunctionConfiguration (Maybe Text) #

The user-provided description.

fcRevisionId :: Lens' FunctionConfiguration (Maybe Text) #

Represents the latest updated revision of the function or alias.

fcMasterARN :: Lens' FunctionConfiguration (Maybe Text) #

Returns the ARN (Amazon Resource Name) of the master function.

TracingConfig

data TracingConfig #

The parent object that contains your function's tracing settings.

See: tracingConfig smart constructor.

Instances
Eq TracingConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data TracingConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TracingConfig -> c TracingConfig #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TracingConfig #

toConstr :: TracingConfig -> Constr #

dataTypeOf :: TracingConfig -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TracingConfig) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TracingConfig) #

gmapT :: (forall b. Data b => b -> b) -> TracingConfig -> TracingConfig #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TracingConfig -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TracingConfig -> r #

gmapQ :: (forall d. Data d => d -> u) -> TracingConfig -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TracingConfig -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TracingConfig -> m TracingConfig #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TracingConfig -> m TracingConfig #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TracingConfig -> m TracingConfig #

Read TracingConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Show TracingConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic TracingConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep TracingConfig :: Type -> Type #

Hashable TracingConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

ToJSON TracingConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData TracingConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: TracingConfig -> () #

type Rep TracingConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

type Rep TracingConfig = D1 (MetaData "TracingConfig" "Network.AWS.Lambda.Types.Product" "amazonka-lambda-1.6.1-9AtwbQKkORr5Fod0tvISKR" True) (C1 (MetaCons "TracingConfig'" PrefixI True) (S1 (MetaSel (Just "_tMode") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe TracingMode))))

tracingConfig :: TracingConfig #

Creates a value of TracingConfig with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • tMode - Can be either PassThrough or Active. If PassThrough, Lambda will only trace the request from an upstream service if it contains a tracing header with "sampled=1". If Active, Lambda will respect any tracing header it receives from an upstream service. If no tracing header is received, Lambda will call X-Ray for a tracing decision.

tMode :: Lens' TracingConfig (Maybe TracingMode) #

Can be either PassThrough or Active. If PassThrough, Lambda will only trace the request from an upstream service if it contains a tracing header with "sampled=1". If Active, Lambda will respect any tracing header it receives from an upstream service. If no tracing header is received, Lambda will call X-Ray for a tracing decision.

TracingConfigResponse

data TracingConfigResponse #

Parent object of the tracing information associated with your Lambda function.

See: tracingConfigResponse smart constructor.

Instances
Eq TracingConfigResponse # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data TracingConfigResponse # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TracingConfigResponse -> c TracingConfigResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TracingConfigResponse #

toConstr :: TracingConfigResponse -> Constr #

dataTypeOf :: TracingConfigResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TracingConfigResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TracingConfigResponse) #

gmapT :: (forall b. Data b => b -> b) -> TracingConfigResponse -> TracingConfigResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TracingConfigResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TracingConfigResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> TracingConfigResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TracingConfigResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TracingConfigResponse -> m TracingConfigResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TracingConfigResponse -> m TracingConfigResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TracingConfigResponse -> m TracingConfigResponse #

Read TracingConfigResponse # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Show TracingConfigResponse # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic TracingConfigResponse # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep TracingConfigResponse :: Type -> Type #

Hashable TracingConfigResponse # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

FromJSON TracingConfigResponse # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData TracingConfigResponse # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: TracingConfigResponse -> () #

type Rep TracingConfigResponse # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

type Rep TracingConfigResponse = D1 (MetaData "TracingConfigResponse" "Network.AWS.Lambda.Types.Product" "amazonka-lambda-1.6.1-9AtwbQKkORr5Fod0tvISKR" True) (C1 (MetaCons "TracingConfigResponse'" PrefixI True) (S1 (MetaSel (Just "_tcMode") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe TracingMode))))

tracingConfigResponse :: TracingConfigResponse #

Creates a value of TracingConfigResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • tcMode - The tracing mode associated with your Lambda function.

tcMode :: Lens' TracingConfigResponse (Maybe TracingMode) #

The tracing mode associated with your Lambda function.

VPCConfig

data VPCConfig #

If your Lambda function accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID.

See: vpcConfig smart constructor.

Instances
Eq VPCConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data VPCConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> VPCConfig -> c VPCConfig #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c VPCConfig #

toConstr :: VPCConfig -> Constr #

dataTypeOf :: VPCConfig -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c VPCConfig) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c VPCConfig) #

gmapT :: (forall b. Data b => b -> b) -> VPCConfig -> VPCConfig #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> VPCConfig -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> VPCConfig -> r #

gmapQ :: (forall d. Data d => d -> u) -> VPCConfig -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> VPCConfig -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> VPCConfig -> m VPCConfig #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> VPCConfig -> m VPCConfig #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> VPCConfig -> m VPCConfig #

Read VPCConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Show VPCConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic VPCConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep VPCConfig :: Type -> Type #

Hashable VPCConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

ToJSON VPCConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData VPCConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: VPCConfig -> () #

type Rep VPCConfig # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

type Rep VPCConfig = D1 (MetaData "VPCConfig" "Network.AWS.Lambda.Types.Product" "amazonka-lambda-1.6.1-9AtwbQKkORr5Fod0tvISKR" False) (C1 (MetaCons "VPCConfig'" PrefixI True) (S1 (MetaSel (Just "_vpccSecurityGroupIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_vpccSubnetIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))))

vpcConfig :: VPCConfig #

Creates a value of VPCConfig with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

vpccSecurityGroupIds :: Lens' VPCConfig [Text] #

A list of one or more security groups IDs in your VPC.

vpccSubnetIds :: Lens' VPCConfig [Text] #

A list of one or more subnet IDs in your VPC.

VPCConfigResponse

data VPCConfigResponse #

VPC configuration associated with your Lambda function.

See: vpcConfigResponse smart constructor.

Instances
Eq VPCConfigResponse # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data VPCConfigResponse # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> VPCConfigResponse -> c VPCConfigResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c VPCConfigResponse #

toConstr :: VPCConfigResponse -> Constr #

dataTypeOf :: VPCConfigResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c VPCConfigResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c VPCConfigResponse) #

gmapT :: (forall b. Data b => b -> b) -> VPCConfigResponse -> VPCConfigResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> VPCConfigResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> VPCConfigResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> VPCConfigResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> VPCConfigResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> VPCConfigResponse -> m VPCConfigResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> VPCConfigResponse -> m VPCConfigResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> VPCConfigResponse -> m VPCConfigResponse #

Read VPCConfigResponse # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Show VPCConfigResponse # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic VPCConfigResponse # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep VPCConfigResponse :: Type -> Type #

Hashable VPCConfigResponse # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

FromJSON VPCConfigResponse # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData VPCConfigResponse # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: VPCConfigResponse -> () #

type Rep VPCConfigResponse # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

type Rep VPCConfigResponse = D1 (MetaData "VPCConfigResponse" "Network.AWS.Lambda.Types.Product" "amazonka-lambda-1.6.1-9AtwbQKkORr5Fod0tvISKR" False) (C1 (MetaCons "VPCConfigResponse'" PrefixI True) (S1 (MetaSel (Just "_vcSecurityGroupIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 (MetaSel (Just "_vcSubnetIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_vcVPCId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

vpcConfigResponse :: VPCConfigResponse #

Creates a value of VPCConfigResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • vcSecurityGroupIds - A list of security group IDs associated with the Lambda function.
  • vcSubnetIds - A list of subnet IDs associated with the Lambda function.
  • vcVPCId - The VPC ID associated with you Lambda function.

vcSecurityGroupIds :: Lens' VPCConfigResponse [Text] #

A list of security group IDs associated with the Lambda function.

vcSubnetIds :: Lens' VPCConfigResponse [Text] #

A list of subnet IDs associated with the Lambda function.

vcVPCId :: Lens' VPCConfigResponse (Maybe Text) #

The VPC ID associated with you Lambda function.