Hoogle Search

Within LTS Haskell 24.26 (ghc-9.10.3)

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

  1. ifMetagenerationNotMatch :: StorageBucketsPatch -> Maybe Int64

    gogol-storage Gogol.Storage

    Makes the return of the bucket metadata conditional on whether the bucket's current metageneration does not match the given value.

  2. ifMetagenerationNotMatch :: StorageBucketsUpdate -> Maybe Int64

    gogol-storage Gogol.Storage

    Makes the return of the bucket metadata conditional on whether the bucket's current metageneration does not match the given value.

  3. ifMetagenerationNotMatch :: StorageDefaultObjectAccessControlsList -> Maybe Int64

    gogol-storage Gogol.Storage

    If present, only return default ACL listing if the bucket's current metageneration does not match the given value.

  4. ifMetagenerationNotMatch :: StorageFoldersDelete -> Maybe Int64

    gogol-storage Gogol.Storage

    If set, only deletes the folder if its metageneration does not match this value.

  5. ifMetagenerationNotMatch :: StorageFoldersGet -> Maybe Int64

    gogol-storage Gogol.Storage

    Makes the return of the folder metadata conditional on whether the folder's current metageneration does not match the given value.

  6. ifMetagenerationNotMatch :: StorageManagedFoldersDelete -> Maybe Int64

    gogol-storage Gogol.Storage

    If set, only deletes the managed folder if its metageneration does not match this value.

  7. ifMetagenerationNotMatch :: StorageManagedFoldersGet -> Maybe Int64

    gogol-storage Gogol.Storage

    Makes the return of the managed folder metadata conditional on whether the managed folder's current metageneration does not match the given value.

  8. ifMetagenerationNotMatch :: StorageObjectsCopy -> Maybe Int64

    gogol-storage Gogol.Storage

    Makes the operation conditional on whether the destination object's current metageneration does not match the given value.

  9. ifMetagenerationNotMatch :: StorageObjectsDelete -> Maybe Int64

    gogol-storage Gogol.Storage

    Makes the operation conditional on whether the object's current metageneration does not match the given value.

  10. ifMetagenerationNotMatch :: StorageObjectsGet -> Maybe Int64

    gogol-storage Gogol.Storage

    Makes the operation conditional on whether the object's current metageneration does not match the given value.

Page 6 of many | Previous | Next