| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Cachix.Types.Deployment
Documentation
Constructors
| Pending | |
| InProgress | |
| Cancelled | |
| Failed | |
| Succeeded |
Instances
data Deployment Source #
Constructors
| Deployment | |
Instances
| FromJSON Deployment Source # | |||||
Defined in Cachix.Types.Deployment | |||||
| ToJSON Deployment Source # | |||||
Defined in Cachix.Types.Deployment Methods toJSON :: Deployment -> Value # toEncoding :: Deployment -> Encoding # toJSONList :: [Deployment] -> Value # toEncodingList :: [Deployment] -> Encoding # omitField :: Deployment -> Bool # | |||||
| Generic Deployment Source # | |||||
Defined in Cachix.Types.Deployment Associated Types
| |||||
| Show Deployment Source # | |||||
Defined in Cachix.Types.Deployment Methods showsPrec :: Int -> Deployment -> ShowS # show :: Deployment -> String # showList :: [Deployment] -> ShowS # | |||||
| NFData Deployment Source # | |||||
Defined in Cachix.Types.Deployment Methods rnf :: Deployment -> () # | |||||
| ToSchema Deployment Source # | |||||
Defined in Cachix.Types.Deployment Methods declareNamedSchema :: Proxy Deployment -> Declare (Definitions Schema) NamedSchema # | |||||
| type Rep Deployment Source # | |||||
Defined in Cachix.Types.Deployment type Rep Deployment = D1 ('MetaData "Deployment" "Cachix.Types.Deployment" "cachix-api-1.8.0-9sZEmYO3Ydd7Ri76UT4hpf" 'False) (C1 ('MetaCons "Deployment" 'PrefixI 'True) (((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UUID) :*: S1 ('MetaSel ('Just "index") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int64)) :*: (S1 ('MetaSel ('Just "createdOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 UTCTime) :*: S1 ('MetaSel ('Just "startedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe UTCTime)))) :*: ((S1 ('MetaSel ('Just "finishedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe UTCTime)) :*: S1 ('MetaSel ('Just "storePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "closureSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Int64)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Status))))) | |||||