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.
pattern
DataExecutionStatus_ErrorCode_TOOMANYCOLUMNS :: DataExecutionStatus_ErrorCodegogol-sheets Gogol.Sheets.Types The data execution returns more columns than the limit.
pattern
DataExecutionStatus_ErrorCode_TOOMANYROWS :: DataExecutionStatus_ErrorCodegogol-sheets Gogol.Sheets.Types The data execution returns more rows than the limit.
data
StorageAnywhereCachesDisable gogol-storage Gogol.Storage Disables an Anywhere Cache instance. See: newStorageAnywhereCachesDisable smart constructor.
StorageAnywhereCachesDisable :: Text -> Text -> Maybe Text -> StorageAnywhereCachesDisablegogol-storage Gogol.Storage No documentation available.
-
gogol-storage Gogol.Storage A resource alias for storage.anywhereCaches.disable method which the StorageAnywhereCachesDisable request conforms to.
-
gogol-storage Gogol.Storage Returns the metadata of an Anywhere Cache instance. See: newStorageAnywhereCachesGet smart constructor.
StorageAnywhereCachesGet :: Text -> Text -> Maybe Text -> StorageAnywhereCachesGetgogol-storage Gogol.Storage No documentation available.
-
gogol-storage Gogol.Storage A resource alias for storage.anywhereCaches.get method which the StorageAnywhereCachesGet request conforms to.
data
StorageAnywhereCachesInsert gogol-storage Gogol.Storage Creates an Anywhere Cache instance. See: newStorageAnywhereCachesInsert smart constructor.
StorageAnywhereCachesInsert :: Text -> AnywhereCache -> Maybe Text -> StorageAnywhereCachesInsertgogol-storage Gogol.Storage No documentation available.