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 Source #

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

Errors

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

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 Source #

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 Source #

The runtime or runtime version specified is not supported.

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

Lambda function access policy is limited to 20 KB.

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

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 Source #

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

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

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

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

The request body could not be parsed as JSON.

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

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 Source #

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 Source #

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 Source #

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

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

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

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

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 Source #

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 Source #

The AWS Lambda service encountered an internal error.

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

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

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

AWS Lambda could not unzip the function zip file.

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

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

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

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 Source #

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

EventSourcePosition

data EventSourcePosition Source #

Instances
Bounded EventSourcePosition Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Enum EventSourcePosition Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Eq EventSourcePosition Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Data EventSourcePosition Source # 
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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Read EventSourcePosition Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Show EventSourcePosition Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Generic EventSourcePosition Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Associated Types

type Rep EventSourcePosition :: Type -> Type #

Hashable EventSourcePosition Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToJSON EventSourcePosition Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToHeader EventSourcePosition Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToQuery EventSourcePosition Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToByteString EventSourcePosition Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

FromText EventSourcePosition Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToText EventSourcePosition Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

NFData EventSourcePosition Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

rnf :: EventSourcePosition -> () #

type Rep EventSourcePosition Source # 
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-KQvkrTCQjBWL6Bwjq8xw0f" 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 Source #

Constructors

All 
Instances
Bounded FunctionVersion Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Enum FunctionVersion Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Eq FunctionVersion Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Data FunctionVersion Source # 
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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Read FunctionVersion Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Show FunctionVersion Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Generic FunctionVersion Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Associated Types

type Rep FunctionVersion :: Type -> Type #

Hashable FunctionVersion Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToJSON FunctionVersion Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToHeader FunctionVersion Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToQuery FunctionVersion Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToByteString FunctionVersion Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

FromText FunctionVersion Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToText FunctionVersion Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

NFData FunctionVersion Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

rnf :: FunctionVersion -> () #

type Rep FunctionVersion Source # 
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-KQvkrTCQjBWL6Bwjq8xw0f" False) (C1 (MetaCons "All" PrefixI False) (U1 :: Type -> Type))

InvocationType

data InvocationType Source #

Constructors

DryRun 
Event 
RequestResponse 
Instances
Bounded InvocationType Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Enum InvocationType Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Eq InvocationType Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Data InvocationType Source # 
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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Read InvocationType Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Show InvocationType Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Generic InvocationType Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Associated Types

type Rep InvocationType :: Type -> Type #

Hashable InvocationType Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToJSON InvocationType Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToHeader InvocationType Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToQuery InvocationType Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToByteString InvocationType Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

FromText InvocationType Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToText InvocationType Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

NFData InvocationType Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

rnf :: InvocationType -> () #

type Rep InvocationType Source # 
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-KQvkrTCQjBWL6Bwjq8xw0f" 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 Source #

Constructors

None 
Tail 
Instances
Bounded LogType Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Enum LogType Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Eq LogType Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

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

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

Data LogType Source # 
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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Read LogType Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Show LogType Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Generic LogType Source # 
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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

hashWithSalt :: Int -> LogType -> Int #

hash :: LogType -> Int #

ToJSON LogType Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToHeader LogType Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

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

ToQuery LogType Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToByteString LogType Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

toBS :: LogType -> ByteString #

FromText LogType Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToText LogType Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

toText :: LogType -> Text #

NFData LogType Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

rnf :: LogType -> () #

type Rep LogType Source # 
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-KQvkrTCQjBWL6Bwjq8xw0f" False) (C1 (MetaCons "None" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Tail" PrefixI False) (U1 :: Type -> Type))

Runtime

data Runtime Source #

Instances
Bounded Runtime Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Enum Runtime Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Eq Runtime Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

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

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

Data Runtime Source # 
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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Read Runtime Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Show Runtime Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Generic Runtime Source # 
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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

hashWithSalt :: Int -> Runtime -> Int #

hash :: Runtime -> Int #

ToJSON Runtime Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

FromJSON Runtime Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToHeader Runtime Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

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

ToQuery Runtime Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToByteString Runtime Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

toBS :: Runtime -> ByteString #

FromText Runtime Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToText Runtime Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

toText :: Runtime -> Text #

NFData Runtime Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

rnf :: Runtime -> () #

type Rep Runtime Source # 
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-KQvkrTCQjBWL6Bwjq8xw0f" 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 Source #

Constructors

Active 
PassThrough 
Instances
Bounded TracingMode Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Enum TracingMode Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Eq TracingMode Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Data TracingMode Source # 
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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Read TracingMode Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Show TracingMode Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Generic TracingMode Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Associated Types

type Rep TracingMode :: Type -> Type #

Hashable TracingMode Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToJSON TracingMode Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

FromJSON TracingMode Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToHeader TracingMode Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToQuery TracingMode Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToByteString TracingMode Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

FromText TracingMode Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

ToText TracingMode Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

toText :: TracingMode -> Text #

NFData TracingMode Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Sum

Methods

rnf :: TracingMode -> () #

type Rep TracingMode Source # 
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-KQvkrTCQjBWL6Bwjq8xw0f" False) (C1 (MetaCons "Active" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "PassThrough" PrefixI False) (U1 :: Type -> Type))

AccountLimit

data AccountLimit Source #

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

See: accountLimit smart constructor.

Instances
Eq AccountLimit Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data AccountLimit Source # 
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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Show AccountLimit Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic AccountLimit Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep AccountLimit :: Type -> Type #

Hashable AccountLimit Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

FromJSON AccountLimit Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData AccountLimit Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: AccountLimit -> () #

type Rep AccountLimit Source # 
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-KQvkrTCQjBWL6Bwjq8xw0f" 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 Source #

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) Source #

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) Source #

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

alUnreservedConcurrentExecutions :: Lens' AccountLimit (Maybe Natural) Source #

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) Source #

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) Source #

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 Source #

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

See: accountUsage smart constructor.

Instances
Eq AccountUsage Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data AccountUsage Source # 
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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Show AccountUsage Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic AccountUsage Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep AccountUsage :: Type -> Type #

Hashable AccountUsage Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

FromJSON AccountUsage Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData AccountUsage Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: AccountUsage -> () #

type Rep AccountUsage Source # 
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-KQvkrTCQjBWL6Bwjq8xw0f" 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 Source #

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) Source #

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

auFunctionCount :: Lens' AccountUsage (Maybe Integer) Source #

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

AliasConfiguration

data AliasConfiguration Source #

Provides configuration information about a Lambda function version alias.

See: aliasConfiguration smart constructor.

Instances
Eq AliasConfiguration Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data AliasConfiguration Source # 
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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Show AliasConfiguration Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic AliasConfiguration Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep AliasConfiguration :: Type -> Type #

Hashable AliasConfiguration Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

FromJSON AliasConfiguration Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData AliasConfiguration Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: AliasConfiguration -> () #

type Rep AliasConfiguration Source # 
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-KQvkrTCQjBWL6Bwjq8xw0f" 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 Source #

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) Source #

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) Source #

Function version to which the alias points.

acAliasARN :: Lens' AliasConfiguration (Maybe Text) Source #

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) Source #

Represents the latest updated revision of the function or alias.

AliasRoutingConfiguration

data AliasRoutingConfiguration Source #

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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data AliasRoutingConfiguration Source # 
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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Show AliasRoutingConfiguration Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic AliasRoutingConfiguration Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep AliasRoutingConfiguration :: Type -> Type #

Hashable AliasRoutingConfiguration Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

ToJSON AliasRoutingConfiguration Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

FromJSON AliasRoutingConfiguration Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData AliasRoutingConfiguration Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

type Rep AliasRoutingConfiguration Source # 
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-KQvkrTCQjBWL6Bwjq8xw0f" True) (C1 (MetaCons "AliasRoutingConfiguration'" PrefixI True) (S1 (MetaSel (Just "_arcAdditionalVersionWeights") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Map Text Double)))))

aliasRoutingConfiguration :: AliasRoutingConfiguration Source #

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) Source #

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 Source #

See: concurrency smart constructor.

Instances
Eq Concurrency Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data Concurrency Source # 
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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Show Concurrency Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic Concurrency Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep Concurrency :: Type -> Type #

Hashable Concurrency Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

FromJSON Concurrency Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData Concurrency Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: Concurrency -> () #

type Rep Concurrency Source # 
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-KQvkrTCQjBWL6Bwjq8xw0f" True) (C1 (MetaCons "Concurrency'" PrefixI True) (S1 (MetaSel (Just "_cReservedConcurrentExecutions") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Nat))))

concurrency :: Concurrency Source #

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) Source #

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

DeadLetterConfig

data DeadLetterConfig Source #

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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data DeadLetterConfig Source # 
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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Show DeadLetterConfig Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic DeadLetterConfig Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep DeadLetterConfig :: Type -> Type #

Hashable DeadLetterConfig Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

ToJSON DeadLetterConfig Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

FromJSON DeadLetterConfig Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData DeadLetterConfig Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: DeadLetterConfig -> () #

type Rep DeadLetterConfig Source # 
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-KQvkrTCQjBWL6Bwjq8xw0f" True) (C1 (MetaCons "DeadLetterConfig'" PrefixI True) (S1 (MetaSel (Just "_dlcTargetARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

deadLetterConfig :: DeadLetterConfig Source #

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) Source #

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 Source #

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

See: environment smart constructor.

Instances
Eq Environment Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data Environment Source # 
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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic Environment Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep Environment :: Type -> Type #

Hashable Environment Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

ToJSON Environment Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData Environment Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: Environment -> () #

type Rep Environment Source # 
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-KQvkrTCQjBWL6Bwjq8xw0f" True) (C1 (MetaCons "Environment'" PrefixI True) (S1 (MetaSel (Just "_eVariables") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Sensitive (Map Text (Sensitive Text)))))))

environment :: Environment Source #

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)) Source #

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

EnvironmentError

data EnvironmentError Source #

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

See: environmentError smart constructor.

Instances
Eq EnvironmentError Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data EnvironmentError Source # 
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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic EnvironmentError Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep EnvironmentError :: Type -> Type #

Hashable EnvironmentError Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

FromJSON EnvironmentError Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData EnvironmentError Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: EnvironmentError -> () #

type Rep EnvironmentError Source # 
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-KQvkrTCQjBWL6Bwjq8xw0f" 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 Source #

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) Source #

The error code returned by the environment error object.

eeMessage :: Lens' EnvironmentError (Maybe Text) Source #

The message returned by the environment error object.

EnvironmentResponse

data EnvironmentResponse Source #

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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data EnvironmentResponse Source # 
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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic EnvironmentResponse Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep EnvironmentResponse :: Type -> Type #

Hashable EnvironmentResponse Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

FromJSON EnvironmentResponse Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData EnvironmentResponse Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: EnvironmentResponse -> () #

type Rep EnvironmentResponse Source # 
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-KQvkrTCQjBWL6Bwjq8xw0f" 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 Source #

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)) Source #

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

EventSourceMappingConfiguration

data EventSourceMappingConfiguration Source #

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

See: eventSourceMappingConfiguration smart constructor.

Instances
Eq EventSourceMappingConfiguration Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data EventSourceMappingConfiguration Source # 
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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Show EventSourceMappingConfiguration Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic EventSourceMappingConfiguration Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep EventSourceMappingConfiguration :: Type -> Type #

Hashable EventSourceMappingConfiguration Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

FromJSON EventSourceMappingConfiguration Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData EventSourceMappingConfiguration Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

type Rep EventSourceMappingConfiguration Source # 
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-KQvkrTCQjBWL6Bwjq8xw0f" 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 Source #

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) Source #

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

esmcState :: Lens' EventSourceMappingConfiguration (Maybe Text) Source #

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

esmcFunctionARN :: Lens' EventSourceMappingConfiguration (Maybe Text) Source #

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

esmcUUId :: Lens' EventSourceMappingConfiguration (Maybe Text) Source #

The AWS Lambda assigned opaque identifier for the mapping.

esmcLastProcessingResult :: Lens' EventSourceMappingConfiguration (Maybe Text) Source #

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

esmcBatchSize :: Lens' EventSourceMappingConfiguration (Maybe Natural) Source #

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) Source #

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) Source #

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

FunctionCode

data FunctionCode Source #

The code for the Lambda function.

See: functionCode smart constructor.

Instances
Eq FunctionCode Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data FunctionCode Source # 
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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic FunctionCode Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep FunctionCode :: Type -> Type #

Hashable FunctionCode Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

ToJSON FunctionCode Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData FunctionCode Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: FunctionCode -> () #

type Rep FunctionCode Source # 
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-KQvkrTCQjBWL6Bwjq8xw0f" 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 Source #

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) Source #

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

fcS3Key :: Lens' FunctionCode (Maybe Text) Source #

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

fcZipFile :: Lens' FunctionCode (Maybe ByteString) Source #

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) Source #

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 Source #

The object for the Lambda function location.

See: functionCodeLocation smart constructor.

Instances
Eq FunctionCodeLocation Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data FunctionCodeLocation Source # 
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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Show FunctionCodeLocation Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic FunctionCodeLocation Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep FunctionCodeLocation :: Type -> Type #

Hashable FunctionCodeLocation Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

FromJSON FunctionCodeLocation Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData FunctionCodeLocation Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: FunctionCodeLocation -> () #

type Rep FunctionCodeLocation Source # 
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-KQvkrTCQjBWL6Bwjq8xw0f" 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 Source #

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) Source #

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) Source #

The repository from which you can download the function.

FunctionConfiguration

data FunctionConfiguration Source #

A complex type that describes function metadata.

See: functionConfiguration smart constructor.

Instances
Eq FunctionConfiguration Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data FunctionConfiguration Source # 
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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic FunctionConfiguration Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep FunctionConfiguration :: Type -> Type #

Hashable FunctionConfiguration Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

FromJSON FunctionConfiguration Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData FunctionConfiguration Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: FunctionConfiguration -> () #

type Rep FunctionConfiguration Source # 
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-KQvkrTCQjBWL6Bwjq8xw0f" 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 Source #

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) Source #

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

fcRuntime :: Lens' FunctionConfiguration (Maybe Runtime) Source #

The runtime environment for the Lambda function.

fcFunctionARN :: Lens' FunctionConfiguration (Maybe Text) Source #

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

fcKMSKeyARN :: Lens' FunctionConfiguration (Maybe Text) Source #

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) Source #

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

fcDeadLetterConfig :: Lens' FunctionConfiguration (Maybe DeadLetterConfig) Source #

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) Source #

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) Source #

VPC configuration associated with your Lambda function.

fcVersion :: Lens' FunctionConfiguration (Maybe Text) Source #

The version of the Lambda function.

fcFunctionName :: Lens' FunctionConfiguration (Maybe Text) Source #

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) Source #

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

fcHandler :: Lens' FunctionConfiguration (Maybe Text) Source #

The function Lambda calls to begin executing your function.

fcTimeout :: Lens' FunctionConfiguration (Maybe Natural) Source #

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) Source #

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) Source #

It is the SHA256 hash of your function deployment package.

fcTracingConfig :: Lens' FunctionConfiguration (Maybe TracingConfigResponse) Source #

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

fcDescription :: Lens' FunctionConfiguration (Maybe Text) Source #

The user-provided description.

fcRevisionId :: Lens' FunctionConfiguration (Maybe Text) Source #

Represents the latest updated revision of the function or alias.

fcMasterARN :: Lens' FunctionConfiguration (Maybe Text) Source #

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

TracingConfig

data TracingConfig Source #

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

See: tracingConfig smart constructor.

Instances
Eq TracingConfig Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data TracingConfig Source # 
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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Show TracingConfig Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic TracingConfig Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep TracingConfig :: Type -> Type #

Hashable TracingConfig Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

ToJSON TracingConfig Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData TracingConfig Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: TracingConfig -> () #

type Rep TracingConfig Source # 
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-KQvkrTCQjBWL6Bwjq8xw0f" True) (C1 (MetaCons "TracingConfig'" PrefixI True) (S1 (MetaSel (Just "_tMode") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe TracingMode))))

tracingConfig :: TracingConfig Source #

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) Source #

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 Source #

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

See: tracingConfigResponse smart constructor.

Instances
Eq TracingConfigResponse Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data TracingConfigResponse Source # 
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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Show TracingConfigResponse Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic TracingConfigResponse Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep TracingConfigResponse :: Type -> Type #

Hashable TracingConfigResponse Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

FromJSON TracingConfigResponse Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData TracingConfigResponse Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: TracingConfigResponse -> () #

type Rep TracingConfigResponse Source # 
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-KQvkrTCQjBWL6Bwjq8xw0f" True) (C1 (MetaCons "TracingConfigResponse'" PrefixI True) (S1 (MetaSel (Just "_tcMode") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe TracingMode))))

tracingConfigResponse :: TracingConfigResponse Source #

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) Source #

The tracing mode associated with your Lambda function.

VPCConfig

data VPCConfig Source #

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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data VPCConfig Source # 
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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Show VPCConfig Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic VPCConfig Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep VPCConfig :: Type -> Type #

Hashable VPCConfig Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

ToJSON VPCConfig Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData VPCConfig Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: VPCConfig -> () #

type Rep VPCConfig Source # 
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-KQvkrTCQjBWL6Bwjq8xw0f" 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 Source #

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] Source #

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

vpccSubnetIds :: Lens' VPCConfig [Text] Source #

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

VPCConfigResponse

data VPCConfigResponse Source #

VPC configuration associated with your Lambda function.

See: vpcConfigResponse smart constructor.

Instances
Eq VPCConfigResponse Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Data VPCConfigResponse Source # 
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 Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Show VPCConfigResponse Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Generic VPCConfigResponse Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Associated Types

type Rep VPCConfigResponse :: Type -> Type #

Hashable VPCConfigResponse Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

FromJSON VPCConfigResponse Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

NFData VPCConfigResponse Source # 
Instance details

Defined in Network.AWS.Lambda.Types.Product

Methods

rnf :: VPCConfigResponse -> () #

type Rep VPCConfigResponse Source # 
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-KQvkrTCQjBWL6Bwjq8xw0f" 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 Source #

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] Source #

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

vcSubnetIds :: Lens' VPCConfigResponse [Text] Source #

A list of subnet IDs associated with the Lambda function.

vcVPCId :: Lens' VPCConfigResponse (Maybe Text) Source #

The VPC ID associated with you Lambda function.