Hoogle Search

Within LTS Haskell 24.57 (ghc-9.10.3)

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

  1. StorageAnywhereCachesDisable :: Text -> Text -> Maybe Text -> StorageAnywhereCachesDisable

    gogol-storage Gogol.Storage

    No documentation available.

  2. 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.

  3. data StorageAnywhereCachesGet

    gogol-storage Gogol.Storage

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

  4. StorageAnywhereCachesGet :: Text -> Text -> Maybe Text -> StorageAnywhereCachesGet

    gogol-storage Gogol.Storage

    No documentation available.

  5. 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.

  6. data StorageAnywhereCachesInsert

    gogol-storage Gogol.Storage

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

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

    gogol-storage Gogol.Storage

    No documentation available.

  8. type StorageAnywhereCachesInsertResource = "storage" :> "v1" :> "b" :> Capture "bucket" Text :> "anywhereCaches" :> QueryParam "uploadType" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] AnywhereCache :> Post '[JSON] GoogleLongrunningOperation

    gogol-storage Gogol.Storage

    A resource alias for storage.anywhereCaches.insert method which the StorageAnywhereCachesInsert request conforms to.

  9. data StorageAnywhereCachesList

    gogol-storage Gogol.Storage

    Returns a list of Anywhere Cache instances of the bucket matching the criteria. See: newStorageAnywhereCachesList smart constructor.

  10. StorageAnywhereCachesList :: Text -> Maybe Int32 -> Maybe Text -> Maybe Text -> StorageAnywhereCachesList

    gogol-storage Gogol.Storage

    No documentation available.

Page 283 of many | Previous | Next