| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Strive.Types.Uploads
Description
Synopsis
Documentation
data UploadStatus Source #
Constructors
| UploadStatus | |
Instances
| FromJSON UploadStatus Source # | |
Defined in Strive.Types.Uploads | |
| Show UploadStatus Source # | |
Defined in Strive.Types.Uploads Methods showsPrec :: Int -> UploadStatus -> ShowS # show :: UploadStatus -> String # showList :: [UploadStatus] -> ShowS # | |
| IdLens UploadStatus Integer Source # | |
Defined in Strive.Internal.Lenses | |
| StatusLens UploadStatus Text Source # | |
Defined in Strive.Internal.Lenses | |
| ActivityIdLens UploadStatus (Maybe Integer) Source # | |
Defined in Strive.Internal.Lenses Methods | |
| ErrorLens UploadStatus (Maybe Text) Source # | |
Defined in Strive.Internal.Lenses | |
| ExternalIdLens UploadStatus (Maybe Text) Source # | |
Defined in Strive.Internal.Lenses Methods externalId :: Lens UploadStatus (Maybe Text) Source # | |