Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. isAlarmSetSTM :: AlarmClock t -> STM Bool

    alarmclock Control.Concurrent.AlarmClock

    Is the alarm set - i.e. will it go off at some point in the future even if setAlarm is not called?

  2. setAlarmSTM :: TimeScale t => AlarmClock t -> t -> STM ()

    alarmclock Control.Concurrent.AlarmClock

    Make the AlarmClock go off at (or shortly after) the given time. This can be called more than once; in which case, the alarm will go off at the earliest given time.

  3. gregorianDateAdjustment :: Integer -> Int -> Int -> Int

    astro Data.Astro.Time.GregorianCalendar

    No documentation available.

  4. module Aws.Iam.Commands.ListMfaDevices

    No documentation available.

  5. data ListMfaDevices

    aws Aws.Iam.Commands.ListMfaDevices

    Lists the MFA devices. If the request includes the user name, then this action lists all the MFA devices associated with the specified user name. If you do not specify a user name, IAM determines the user name implicitly based on the AWS access key ID signing the request. https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListMFADevices.html

  6. ListMfaDevices :: Maybe Text -> Maybe Text -> Maybe Integer -> ListMfaDevices

    aws Aws.Iam.Commands.ListMfaDevices

    No documentation available.

  7. data ListMfaDevicesResponse

    aws Aws.Iam.Commands.ListMfaDevices

    No documentation available.

  8. ListMfaDevicesResponse :: [MfaDevice] -> Bool -> Maybe Text -> ListMfaDevicesResponse

    aws Aws.Iam.Commands.ListMfaDevices

    No documentation available.

  9. corLastModified :: CopyObjectResponse -> UTCTime

    aws Aws.S3.Commands.CopyObject

    No documentation available.

  10. objectLastModified :: ObjectInfo -> UTCTime

    aws Aws.S3.Core

    No documentation available.

Page 169 of many | Previous | Next