managed-functions-1.2.2.0: Remote Management Framework
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Managed.ProbeDescription

Documentation

data ProbeDescription Source #

Instances

Instances details
Eq ProbeDescription Source # 
Instance details

Defined in Data.Managed.ProbeDescription

Show ProbeDescription Source # 
Instance details

Defined in Data.Managed.ProbeDescription

Generic ProbeDescription Source # 
Instance details

Defined in Data.Managed.ProbeDescription

Associated Types

type Rep ProbeDescription :: Type -> Type #

type Rep ProbeDescription Source # 
Instance details

Defined in Data.Managed.ProbeDescription

type Rep ProbeDescription = D1 ('MetaData "ProbeDescription" "Data.Managed.ProbeDescription" "managed-functions-1.2.2.0-inplace" 'False) (C1 ('MetaCons "ProbeDescription" 'PrefixI 'True) ((S1 ('MetaSel ('Just "probeID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ProbeID) :*: S1 ('MetaSel ('Just "probeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String)) :*: (S1 ('MetaSel ('Just "probeParams") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [String]) :*: S1 ('MetaSel ('Just "probeReturns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String))))