hw-polysemy-0.3.1.2: Opinionated polysemy library
Safe HaskellSafe-Inferred
LanguageHaskell2010

HaskellWorks.Polysemy.Amazonka

Documentation

data AwsLogEntry Source #

Instances

Instances details
Generic AwsLogEntry Source # 
Instance details

Defined in HaskellWorks.Polysemy.Amazonka

Associated Types

type Rep AwsLogEntry :: Type -> Type #

Show AwsLogEntry Source # 
Instance details

Defined in HaskellWorks.Polysemy.Amazonka

type Rep AwsLogEntry Source # 
Instance details

Defined in HaskellWorks.Polysemy.Amazonka

type Rep AwsLogEntry = D1 ('MetaData "AwsLogEntry" "HaskellWorks.Polysemy.Amazonka" "hw-polysemy-0.3.1.2-2P2OkOjXkluHc5cNvwFAic-amazonka" 'False) (C1 ('MetaCons "AwsLogEntry" 'PrefixI 'True) (S1 ('MetaSel ('Just "callStack") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CallStack) :*: (S1 ('MetaSel ('Just "logLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LogLevel) :*: S1 ('MetaSel ('Just "builder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Builder))))

runReaderAwsEnvDiscover :: forall a r. Member (Embed IO) r => Sem (Reader Env : r) a -> Sem r a Source #