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.AnywhereCaches.Disable

    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.AnywhereCaches.Disable

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

  3. newStorageAnywhereCachesDisable :: Text -> Text -> StorageAnywhereCachesDisable

    gogol-storage Gogol.Storage.AnywhereCaches.Disable

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

  4. data StorageAnywhereCachesGet

    gogol-storage Gogol.Storage.AnywhereCaches.Get

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

  5. StorageAnywhereCachesGet :: Text -> Text -> Maybe Text -> StorageAnywhereCachesGet

    gogol-storage Gogol.Storage.AnywhereCaches.Get

    No documentation available.

  6. 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.AnywhereCaches.Get

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

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

    gogol-storage Gogol.Storage.AnywhereCaches.Get

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

  8. data StorageAnywhereCachesInsert

    gogol-storage Gogol.Storage.AnywhereCaches.Insert

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

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

    gogol-storage Gogol.Storage.AnywhereCaches.Insert

    No documentation available.

  10. 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.AnywhereCaches.Insert

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

Page 286 of many | Previous | Next