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.

  1. _autoScalingScalingPolicyMinAdjustmentMagnitude :: AutoScalingScalingPolicy -> Maybe (Val Integer)

    stratosphere Stratosphere.Resources.AutoScalingScalingPolicy

    No documentation available.

  2. _autoScalingScalingPolicyScalingAdjustment :: AutoScalingScalingPolicy -> Maybe (Val Integer)

    stratosphere Stratosphere.Resources.AutoScalingScalingPolicy

    No documentation available.

  3. _autoScalingScalingPolicyStepAdjustments :: AutoScalingScalingPolicy -> Maybe [AutoScalingScalingPolicyStepAdjustment]

    stratosphere Stratosphere.Resources.AutoScalingScalingPolicy

    No documentation available.

  4. asspAdjustmentType :: Lens' AutoScalingScalingPolicy (Maybe (Val Text))

    stratosphere Stratosphere.Resources.AutoScalingScalingPolicy

    http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-adjustmenttype

  5. asspMinAdjustmentMagnitude :: Lens' AutoScalingScalingPolicy (Maybe (Val Integer))

    stratosphere Stratosphere.Resources.AutoScalingScalingPolicy

    http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-minadjustmentmagnitude

  6. asspScalingAdjustment :: Lens' AutoScalingScalingPolicy (Maybe (Val Integer))

    stratosphere Stratosphere.Resources.AutoScalingScalingPolicy

    http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-scalingadjustment

  7. asspStepAdjustments :: Lens' AutoScalingScalingPolicy (Maybe [AutoScalingScalingPolicyStepAdjustment])

    stratosphere Stratosphere.Resources.AutoScalingScalingPolicy

    http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-policy.html#cfn-as-scalingpolicy-stepadjustments

  8. adjust :: Int -> (a -> a) -> Future a -> Future a

    streams Data.Stream.Future.Skew

    No documentation available.

  9. adjust :: Integer -> (a -> a) -> Stream a -> Stream a

    streams Data.Stream.Infinite.Skew

    O(log n) Change the value of the nth entry in the future

  10. _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

Page 152 of many | Previous | Next