Hercules.API.Agents.CreateClusterJoinToken
data CreateClusterJoinToken Source #
Constructors
Fields
Defined in Hercules.API.Agents.CreateClusterJoinToken
Methods
parseJSON :: Value -> Parser CreateClusterJoinToken #
parseJSONList :: Value -> Parser [CreateClusterJoinToken] #
toJSON :: CreateClusterJoinToken -> Value #
toEncoding :: CreateClusterJoinToken -> Encoding #
toJSONList :: [CreateClusterJoinToken] -> Value #
toEncodingList :: [CreateClusterJoinToken] -> Encoding #
Associated Types
type Rep CreateClusterJoinToken :: Type -> Type #
from :: CreateClusterJoinToken -> Rep CreateClusterJoinToken x #
to :: Rep CreateClusterJoinToken x -> CreateClusterJoinToken #
showsPrec :: Int -> CreateClusterJoinToken -> ShowS #
show :: CreateClusterJoinToken -> String #
showList :: [CreateClusterJoinToken] -> ShowS #
rnf :: CreateClusterJoinToken -> () #
(==) :: CreateClusterJoinToken -> CreateClusterJoinToken -> Bool #
(/=) :: CreateClusterJoinToken -> CreateClusterJoinToken -> Bool #
declareNamedSchema :: Proxy CreateClusterJoinToken -> Declare (Definitions Schema) NamedSchema #