Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
_autoScalingScalingPolicyMinAdjustmentMagnitude :: AutoScalingScalingPolicy -> Maybe (Val Integer)stratosphere Stratosphere.Resources.AutoScalingScalingPolicy No documentation available.
_autoScalingScalingPolicyScalingAdjustment :: AutoScalingScalingPolicy -> Maybe (Val Integer)stratosphere Stratosphere.Resources.AutoScalingScalingPolicy No documentation available.
-
stratosphere Stratosphere.Resources.AutoScalingScalingPolicy No documentation available.
asspAdjustmentType :: Lens' AutoScalingScalingPolicy (Maybe (Val Text))stratosphere Stratosphere.Resources.AutoScalingScalingPolicy asspMinAdjustmentMagnitude :: Lens' AutoScalingScalingPolicy (Maybe (Val Integer))stratosphere Stratosphere.Resources.AutoScalingScalingPolicy asspScalingAdjustment :: Lens' AutoScalingScalingPolicy (Maybe (Val Integer))stratosphere Stratosphere.Resources.AutoScalingScalingPolicy -
stratosphere Stratosphere.Resources.AutoScalingScalingPolicy adjust :: Int -> (a -> a) -> Future a -> Future astreams Data.Stream.Future.Skew No documentation available.
adjust :: Integer -> (a -> a) -> Stream a -> Stream astreams Data.Stream.Infinite.Skew O(log n) Change the value of the nth entry in the future
_Just :: forall a b p f . (Choice p, Applicative f) => p a (f b) -> p (Maybe a) (f (Maybe b))strict-lens Data.Strict.Lens Analogous to _Just in Control.Lens.Prism