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. data StorageAnywhereCachesUpdate

    gogol-storage Gogol.Storage

    Updates the config(ttl and admissionPolicy) of an Anywhere Cache instance. See: newStorageAnywhereCachesUpdate smart constructor.

  2. StorageAnywhereCachesUpdate :: Text -> Text -> AnywhereCache -> Maybe Text -> StorageAnywhereCachesUpdate

    gogol-storage Gogol.Storage

    No documentation available.

  3. type StorageAnywhereCachesUpdateResource = "storage" :> "v1" :> "b" :> Capture "bucket" Text :> "anywhereCaches" :> Capture "anywhereCacheId" Text :> QueryParam "uploadType" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] AnywhereCache :> Patch '[JSON] GoogleLongrunningOperation

    gogol-storage Gogol.Storage

    A resource alias for storage.anywhereCaches.update method which the StorageAnywhereCachesUpdate request conforms to.

  4. newAnywhereCache :: AnywhereCache

    gogol-storage Gogol.Storage

    Creates a value of AnywhereCache with the minimum fields required to make a request.

  5. newAnywhereCaches :: AnywhereCaches

    gogol-storage Gogol.Storage

    Creates a value of AnywhereCaches with the minimum fields required to make a request.

  6. newStorageAnywhereCachesDisable :: Text -> Text -> StorageAnywhereCachesDisable

    gogol-storage Gogol.Storage

    Creates a value of StorageAnywhereCachesDisable with the minimum fields required to make a request.

  7. newStorageAnywhereCachesGet :: Text -> Text -> StorageAnywhereCachesGet

    gogol-storage Gogol.Storage

    Creates a value of StorageAnywhereCachesGet with the minimum fields required to make a request.

  8. newStorageAnywhereCachesInsert :: Text -> AnywhereCache -> StorageAnywhereCachesInsert

    gogol-storage Gogol.Storage

    Creates a value of StorageAnywhereCachesInsert with the minimum fields required to make a request.

  9. newStorageAnywhereCachesList :: Text -> StorageAnywhereCachesList

    gogol-storage Gogol.Storage

    Creates a value of StorageAnywhereCachesList with the minimum fields required to make a request.

  10. newStorageAnywhereCachesPause :: Text -> Text -> StorageAnywhereCachesPause

    gogol-storage Gogol.Storage

    Creates a value of StorageAnywhereCachesPause with the minimum fields required to make a request.

Page 282 of many | Previous | Next