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

  2. data StorageAnywhereCachesList

    gogol-storage Gogol.Storage

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

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

    gogol-storage Gogol.Storage

    No documentation available.

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

  5. data StorageAnywhereCachesPause

    gogol-storage Gogol.Storage

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

  6. StorageAnywhereCachesPause :: Text -> Text -> Maybe Text -> StorageAnywhereCachesPause

    gogol-storage Gogol.Storage

    No documentation available.

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

  8. data StorageAnywhereCachesResume

    gogol-storage Gogol.Storage

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

  9. StorageAnywhereCachesResume :: Text -> Text -> Maybe Text -> StorageAnywhereCachesResume

    gogol-storage Gogol.Storage

    No documentation available.

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

Page 281 of many | Previous | Next