effectful-zoo-0.0.1.0: Effectful effects for testing
Safe HaskellSafe-Inferred
LanguageGHC2021

Effectful.Zoo.Amazonka.Data.AwsLogEntry

Documentation

data AwsLogEntry Source #

Instances

Instances details
Generic AwsLogEntry Source # 
Instance details

Defined in Effectful.Zoo.Amazonka.Data.AwsLogEntry

Associated Types

type Rep AwsLogEntry :: Type -> Type #

Show AwsLogEntry Source # 
Instance details

Defined in Effectful.Zoo.Amazonka.Data.AwsLogEntry

type Rep AwsLogEntry Source # 
Instance details

Defined in Effectful.Zoo.Amazonka.Data.AwsLogEntry

type Rep AwsLogEntry = D1 ('MetaData "AwsLogEntry" "Effectful.Zoo.Amazonka.Data.AwsLogEntry" "effectful-zoo-0.0.1.0-GRBLOGvI3mP8eq7rgEiM2E-amazonka" 'False) (C1 ('MetaCons "AwsLogEntry" 'PrefixI 'True) (S1 ('MetaSel ('Just "callStack") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 CallStack) :*: (S1 ('MetaSel ('Just "logLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 AwsLogLevel) :*: S1 ('MetaSel ('Just "builder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Builder))))