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. type StorageAnywhereCachesListResource = "storage" :> "v1" :> "b" :> Capture "bucket" Text :> "anywhereCaches" :> QueryParam "pageSize" Int32 :> QueryParam "pageToken" Text :> QueryParam "uploadType" Text :> QueryParam "alt" AltJSON :> Get '[JSON] AnywhereCaches

    gogol-storage Gogol.Storage

    A resource alias for storage.anywhereCaches.list method which the StorageAnywhereCachesList request conforms to.

  2. data StorageAnywhereCachesPause

    gogol-storage Gogol.Storage

    Pauses an Anywhere Cache instance. See: newStorageAnywhereCachesPause smart constructor.

  3. StorageAnywhereCachesPause :: Text -> Text -> Maybe Text -> StorageAnywhereCachesPause

    gogol-storage Gogol.Storage

    No documentation available.

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

    gogol-storage Gogol.Storage

    A resource alias for storage.anywhereCaches.pause method which the StorageAnywhereCachesPause request conforms to.

  5. data StorageAnywhereCachesResume

    gogol-storage Gogol.Storage

    Resumes a paused or disabled Anywhere Cache instance. See: newStorageAnywhereCachesResume smart constructor.

  6. StorageAnywhereCachesResume :: Text -> Text -> Maybe Text -> StorageAnywhereCachesResume

    gogol-storage Gogol.Storage

    No documentation available.

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

    gogol-storage Gogol.Storage

    A resource alias for storage.anywhereCaches.resume method which the StorageAnywhereCachesResume request conforms to.

  8. data StorageAnywhereCachesUpdate

    gogol-storage Gogol.Storage

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

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

    gogol-storage Gogol.Storage

    No documentation available.

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

Page 284 of many | Previous | Next