antiope-contract-7.0.6: Please see the README on Github at <https://github.com/arbor/antiope#readme>
Antiope.Contract.SQS.FileChangeMessage
data FileChangeMessage Source #
Constructors
Fields
Defined in Antiope.Contract.SQS.FileChangeMessage
Methods
(==) :: FileChangeMessage -> FileChangeMessage -> Bool #
(/=) :: FileChangeMessage -> FileChangeMessage -> Bool #
showsPrec :: Int -> FileChangeMessage -> ShowS #
show :: FileChangeMessage -> String #
showList :: [FileChangeMessage] -> ShowS #
Associated Types
type Rep FileChangeMessage :: Type -> Type #
from :: FileChangeMessage -> Rep FileChangeMessage x #
to :: Rep FileChangeMessage x -> FileChangeMessage #
toJSON :: FileChangeMessage -> Value #
toEncoding :: FileChangeMessage -> Encoding #
toJSONList :: [FileChangeMessage] -> Value #
toEncodingList :: [FileChangeMessage] -> Encoding #
parseJSON :: Value -> Parser FileChangeMessage #
parseJSONList :: Value -> Parser [FileChangeMessage] #
fromLazyAvro :: LazyValue Type -> Result FileChangeMessage #
fromAvro :: Value Type -> Result FileChangeMessage #
toAvro :: FileChangeMessage -> Value Type #
schema :: Tagged FileChangeMessage Type #
schema'FileChangeMessage :: Schema Source #
toFileChangeMessage :: Text -> Maybe FileChangeMessage Source #
fcmS3Uri :: Text -> Maybe S3Uri Source #