hal-1.1: A runtime environment for Haskell applications running on AWS Lambda.
Copyright(c) Nike Inc. 2018
LicenseBSD3
Maintainernathan.fairhurst@nike.com, fernando.freire@nike.com
Stabilityunstable
Safe HaskellSafe-Inferred
LanguageHaskell2010

AWS.Lambda.Internal

Description

 

Documentation

data StaticContext Source #

Instances

Instances details
Generic StaticContext Source # 
Instance details

Defined in AWS.Lambda.Internal

Associated Types

type Rep StaticContext :: Type -> Type #

Show StaticContext Source # 
Instance details

Defined in AWS.Lambda.Internal

type Rep StaticContext Source # 
Instance details

Defined in AWS.Lambda.Internal

type Rep StaticContext = D1 ('MetaData "StaticContext" "AWS.Lambda.Internal" "hal-1.1-IwuGgwGQvpsJOoRlidLUAk" 'False) (C1 ('MetaCons "StaticContext" 'PrefixI 'True) ((S1 ('MetaSel ('Just "functionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "functionVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "functionMemorySize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int) :*: (S1 ('MetaSel ('Just "logGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "logStreamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))))