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. newStorageAnywhereCachesResume :: Text -> Text -> StorageAnywhereCachesResume

    gogol-storage Gogol.Storage

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

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

    gogol-storage Gogol.Storage

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

  3. data StorageAnywhereCachesDisable

    gogol-storage Gogol.Storage.AnywhereCaches.Disable

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

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

    gogol-storage Gogol.Storage.AnywhereCaches.Disable

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

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

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

    gogol-storage Gogol.Storage.AnywhereCaches.Disable

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

  7. data StorageAnywhereCachesGet

    gogol-storage Gogol.Storage.AnywhereCaches.Get

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

  8. StorageAnywhereCachesGet :: Text -> Text -> Maybe Text -> StorageAnywhereCachesGet

    gogol-storage Gogol.Storage.AnywhereCaches.Get

    No documentation available.

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

  10. newStorageAnywhereCachesGet :: Text -> Text -> StorageAnywhereCachesGet

    gogol-storage Gogol.Storage.AnywhereCaches.Get

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

Page 283 of many | Previous | Next