hercules-ci-api-0.8.0.0: Hercules CI API definition with Servant
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hercules.API.Agents.AgentSession

Documentation

data AgentSession Source #

Instances

Instances details
FromJSON AgentSession Source # 
Instance details

Defined in Hercules.API.Agents.AgentSession

ToJSON AgentSession Source # 
Instance details

Defined in Hercules.API.Agents.AgentSession

Generic AgentSession Source # 
Instance details

Defined in Hercules.API.Agents.AgentSession

Associated Types

type Rep AgentSession :: Type -> Type #

Show AgentSession Source # 
Instance details

Defined in Hercules.API.Agents.AgentSession

NFData AgentSession Source # 
Instance details

Defined in Hercules.API.Agents.AgentSession

Methods

rnf :: AgentSession -> () #

Eq AgentSession Source # 
Instance details

Defined in Hercules.API.Agents.AgentSession

ToSchema AgentSession Source # 
Instance details

Defined in Hercules.API.Agents.AgentSession

type Rep AgentSession Source # 
Instance details

Defined in Hercules.API.Agents.AgentSession

type Rep AgentSession = D1 ('MetaData "AgentSession" "Hercules.API.Agents.AgentSession" "hercules-ci-api-0.8.0.0-inplace" 'False) (C1 ('MetaCons "AgentSession" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Id AgentSession)) :*: S1 ('MetaSel ('Just "clusterJoinTokenId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Id ClusterJoinToken))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "hostname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "agentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "nixVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "platforms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "systemFeatures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Text])))) :*: (((S1 ('MetaSel ('Just "cachixPushCaches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "pushCaches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Text])) :*: (S1 ('MetaSel ('Just "substituters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "creation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UTCTime))) :*: ((S1 ('MetaSel ('Just "lastSeen") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe UTCTime)) :*: S1 ('MetaSel ('Just "available") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)) :*: (S1 ('MetaSel ('Just "concurrentTasks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int) :*: S1 ('MetaSel ('Just "labels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Labels))))))