Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. data ConsumedCapacity

    aws Aws.DynamoDb.Core

    The standard response metrics on capacity consumption.

  2. ConsumedCapacity :: Int64 -> [(Text, Int64)] -> [(Text, Int64)] -> Maybe Int64 -> Text -> ConsumedCapacity

    aws Aws.DynamoDb.Core

    No documentation available.

  3. data ReturnConsumption

    aws Aws.DynamoDb.Core

    No documentation available.

  4. ddbResponseConsumer :: FromJSON a => IORef DdbResponse -> HTTPResponseConsumer a

    aws Aws.DynamoDb.Core

    No documentation available.

  5. iamResponseConsumer :: (Cursor -> Response IamMetadata a) -> IORef IamMetadata -> HTTPResponseConsumer a

    aws Aws.Iam.Core

    Reads the metadata from an IAM response and delegates parsing the rest of the data from the response to the given function.

  6. s3BinaryResponseConsumer :: HTTPResponseConsumer a -> IORef S3Metadata -> HTTPResponseConsumer a

    aws Aws.S3.Core

    No documentation available.

  7. s3ErrorResponseConsumer :: HTTPResponseConsumer a

    aws Aws.S3.Core

    No documentation available.

  8. s3ResponseConsumer :: HTTPResponseConsumer a -> IORef S3Metadata -> HTTPResponseConsumer a

    aws Aws.S3.Core

    No documentation available.

  9. s3XmlResponseConsumer :: (Cursor -> Response S3Metadata a) -> IORef S3Metadata -> HTTPResponseConsumer a

    aws Aws.S3.Core

    No documentation available.

  10. sesResponseConsumer :: (Cursor -> Response SesMetadata a) -> IORef SesMetadata -> HTTPResponseConsumer a

    aws Aws.Ses.Core

    No documentation available.

Page 196 of many | Previous | Next