Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. pattern DataExecutionStatus_ErrorCode_TOOMANYCOLUMNS :: DataExecutionStatus_ErrorCode

    gogol-sheets Gogol.Sheets.Types

    The data execution returns more columns than the limit.

  2. pattern DataExecutionStatus_ErrorCode_TOOMANYROWS :: DataExecutionStatus_ErrorCode

    gogol-sheets Gogol.Sheets.Types

    The data execution returns more rows than the limit.

  3. data StorageAnywhereCachesDisable

    gogol-storage Gogol.Storage

    Disables an Anywhere Cache instance. See: newStorageAnywhereCachesDisable smart constructor.

  4. StorageAnywhereCachesDisable :: Text -> Text -> Maybe Text -> StorageAnywhereCachesDisable

    gogol-storage Gogol.Storage

    No documentation available.

  5. type StorageAnywhereCachesDisableResource = "storage" :> "v1" :> "b" :> Capture "bucket" Text :> "anywhereCaches" :> Capture "anywhereCacheId" Text :> "disable" :> QueryParam "uploadType" Text :> QueryParam "alt" AltJSON :> Post '[JSON] AnywhereCache

    gogol-storage Gogol.Storage

    A resource alias for storage.anywhereCaches.disable method which the StorageAnywhereCachesDisable request conforms to.

  6. data StorageAnywhereCachesGet

    gogol-storage Gogol.Storage

    Returns the metadata of an Anywhere Cache instance. See: newStorageAnywhereCachesGet smart constructor.

  7. StorageAnywhereCachesGet :: Text -> Text -> Maybe Text -> StorageAnywhereCachesGet

    gogol-storage Gogol.Storage

    No documentation available.

  8. type StorageAnywhereCachesGetResource = "storage" :> "v1" :> "b" :> Capture "bucket" Text :> "anywhereCaches" :> Capture "anywhereCacheId" Text :> QueryParam "uploadType" Text :> QueryParam "alt" AltJSON :> Get '[JSON] AnywhereCache

    gogol-storage Gogol.Storage

    A resource alias for storage.anywhereCaches.get method which the StorageAnywhereCachesGet request conforms to.

  9. data StorageAnywhereCachesInsert

    gogol-storage Gogol.Storage

    Creates an Anywhere Cache instance. See: newStorageAnywhereCachesInsert smart constructor.

  10. StorageAnywhereCachesInsert :: Text -> AnywhereCache -> Maybe Text -> StorageAnywhereCachesInsert

    gogol-storage Gogol.Storage

    No documentation available.

Page 280 of many | Previous | Next