Safe Haskell | None |
---|---|
Language | Haskell2010 |
Cachix.Types.DeployResponse.V2
Documentation
Instances
newtype DeployResponse Source #
Constructors
DeployResponse | |
Instances
FromJSON DeployResponse Source # | |||||
Defined in Cachix.Types.DeployResponse.V2 Methods parseJSON :: Value -> Parser DeployResponse # parseJSONList :: Value -> Parser [DeployResponse] # | |||||
ToJSON DeployResponse Source # | |||||
Defined in Cachix.Types.DeployResponse.V2 Methods toJSON :: DeployResponse -> Value # toEncoding :: DeployResponse -> Encoding # toJSONList :: [DeployResponse] -> Value # toEncodingList :: [DeployResponse] -> Encoding # omitField :: DeployResponse -> Bool # | |||||
Generic DeployResponse Source # | |||||
Defined in Cachix.Types.DeployResponse.V2 Associated Types
Methods from :: DeployResponse -> Rep DeployResponse x # to :: Rep DeployResponse x -> DeployResponse # | |||||
Show DeployResponse Source # | |||||
Defined in Cachix.Types.DeployResponse.V2 Methods showsPrec :: Int -> DeployResponse -> ShowS # show :: DeployResponse -> String # showList :: [DeployResponse] -> ShowS # | |||||
NFData DeployResponse Source # | |||||
Defined in Cachix.Types.DeployResponse.V2 Methods rnf :: DeployResponse -> () # | |||||
ToSchema DeployResponse Source # | |||||
Defined in Cachix.Types.DeployResponse.V2 Methods declareNamedSchema :: Proxy DeployResponse -> Declare (Definitions Schema) NamedSchema # | |||||
type Rep DeployResponse Source # | |||||
Defined in Cachix.Types.DeployResponse.V2 type Rep DeployResponse = D1 ('MetaData "DeployResponse" "Cachix.Types.DeployResponse.V2" "cachix-api-1.8.0-9sZEmYO3Ydd7Ri76UT4hpf" 'True) (C1 ('MetaCons "DeployResponse" 'PrefixI 'True) (S1 ('MetaSel ('Just "agents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (HashMap Text Details)))) |