hw-polysemy-0.2.14.8: 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.2.14.8-5vY59sT38jZ60TYjGAZIer-amazonka" 'False) (C1 ('MetaCons "AwsLogEntry" 'PrefixI 'True) (S1 ('MetaSel ('Just "callStack") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 CallStack) :*: (S1 ('MetaSel ('Just "logLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 LogLevel) :*: S1 ('MetaSel ('Just "builder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Builder))))

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

sendAws :: forall a r m. HasCallStack => AWSRequest a => Member (DataLog AwsLogEntry) r => Member (Embed m) r => Member (Error Error) r => Member (Reader Env) r => Member Resource r => MonadIO m => Typeable (AWSResponse a) => Typeable a => a -> Sem r (AWSResponse a) Source #