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