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. ifMetagenerationMatch :: StorageBucketsLockRetentionPolicy -> Int64

    gogol-storage Gogol.Storage.Buckets.LockRetentionPolicy

    Makes the operation conditional on whether bucket's current metageneration matches the given value.

  2. ifMetagenerationMatch :: StorageBucketsPatch -> Maybe Int64

    gogol-storage Gogol.Storage.Buckets.Patch

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

  3. ifMetagenerationNotMatch :: StorageBucketsPatch -> Maybe Int64

    gogol-storage Gogol.Storage.Buckets.Patch

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

  4. ifMetagenerationMatch :: StorageBucketsUpdate -> Maybe Int64

    gogol-storage Gogol.Storage.Buckets.Update

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

  5. ifMetagenerationNotMatch :: StorageBucketsUpdate -> Maybe Int64

    gogol-storage Gogol.Storage.Buckets.Update

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

  6. ifMetagenerationMatch :: StorageDefaultObjectAccessControlsList -> Maybe Int64

    gogol-storage Gogol.Storage.DefaultObjectAccessControls.List

    If present, only return default ACL listing if the bucket's current metageneration matches this value.

  7. ifMetagenerationNotMatch :: StorageDefaultObjectAccessControlsList -> Maybe Int64

    gogol-storage Gogol.Storage.DefaultObjectAccessControls.List

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

  8. ifMetagenerationMatch :: StorageFoldersDelete -> Maybe Int64

    gogol-storage Gogol.Storage.Folders.Delete

    If set, only deletes the folder if its metageneration matches this value.

  9. ifMetagenerationNotMatch :: StorageFoldersDelete -> Maybe Int64

    gogol-storage Gogol.Storage.Folders.Delete

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

  10. ifMetagenerationMatch :: StorageFoldersGet -> Maybe Int64

    gogol-storage Gogol.Storage.Folders.Get

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

Page 8 of many | Previous | Next