hercules-ci-api-agent-0.4.5.0: API definition for Hercules CI Agent to talk to hercules-ci.com or Hercules CI Enterprise
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hercules.API.Agent.LifeCycle.CreateAgentSession

Synopsis

Documentation

data CreateAgentSession Source #

Deprecated: Use Hercules.API.Agents.CreateAgentSession_V2.CreateAgentSession

Constructors

CreateAgentSession

Deprecated: Use Hercules.API.Agents.CreateAgentSession_V2.CreateAgentSession

Instances

Instances details
FromJSON CreateAgentSession Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.CreateAgentSession

ToJSON CreateAgentSession Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.CreateAgentSession

Generic CreateAgentSession Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.CreateAgentSession

Associated Types

type Rep CreateAgentSession :: Type -> Type #

Show CreateAgentSession Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.CreateAgentSession

NFData CreateAgentSession Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.CreateAgentSession

Methods

rnf :: CreateAgentSession -> () #

Eq CreateAgentSession Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.CreateAgentSession

type Rep CreateAgentSession Source # 
Instance details

Defined in Hercules.API.Agent.LifeCycle.CreateAgentSession

type Rep CreateAgentSession = D1 ('MetaData "CreateAgentSession" "Hercules.API.Agent.LifeCycle.CreateAgentSession" "hercules-ci-api-agent-0.4.5.0-inplace" 'False) (C1 ('MetaCons "CreateAgentSession" 'PrefixI 'True) ((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 "architectures") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Text]))))