Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
episodeNumber :: Avail -> Maybe Textgogol-play-moviespartner Gogol.PlayMoviesPartner.Types The number assigned to the episode within a season. Only available on TV Avails. Example: "3".
episodeNumber :: StoreInfo -> Maybe Textgogol-play-moviespartner Gogol.PlayMoviesPartner.Types The number assigned to the episode within a season. Only available on TV Edits. Example: "1".
seasonNumber :: Avail -> Maybe Textgogol-play-moviespartner Gogol.PlayMoviesPartner.Types The number assigned to the season within a series. Only available on TV Avails. Example: "1".
seasonNumber :: StoreInfo -> Maybe Textgogol-play-moviespartner Gogol.PlayMoviesPartner.Types The number assigned to the season within a show. Only available on TV Edits. Example: "1".
currentNumReplicas :: Pool -> Maybe Int32gogol-replicapool Gogol.ReplicaPool - Output Only The current number of replicas in the pool.
initialNumReplicas :: Pool -> Maybe Int32gogol-replicapool Gogol.ReplicaPool The initial number of replicas this pool should have. You must provide a value greater than or equal to 0.
currentNumReplicas :: Pool -> Maybe Int32gogol-replicapool Gogol.ReplicaPool.Types - Output Only The current number of replicas in the pool.
initialNumReplicas :: Pool -> Maybe Int32gogol-replicapool Gogol.ReplicaPool.Types The initial number of replicas this pool should have. You must provide a value greater than or equal to 0.
maxNumConcurrentInstances :: RollingUpdate_Policy -> Maybe Int32gogol-replicapool-updater Gogol.ReplicaPoolUpdater The maximum number of instances that can be updated simultaneously. An instance update is considered complete only after the instance is restarted and initialized.
maxNumFailedInstances :: RollingUpdate_Policy -> Maybe Int32gogol-replicapool-updater Gogol.ReplicaPoolUpdater The maximum number of instance updates that can fail before the group update is considered a failure. An instance update is considered failed if any of its update actions (e.g. Stop call on Instance resource in Rolling Reboot) failed with permanent failure, or if the instance is in an UNHEALTHY state after it finishes all of the update actions.