Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. type HTTPResponseConsumer a = Response ConduitM () ByteString ResourceT IO () -> ResourceT IO a

    aws Aws.Core

    A full HTTP response parser. Takes HTTP status, response headers, and response body.

  2. class Monoid ResponseMetadata resp => ResponseConsumer req resp

    aws Aws.Core

    Class for types that AWS HTTP responses can be parsed into. The request is also passed for possibly required additional metadata. Note that for debugging, there is an instance for ByteString.

  3. responseConsumer :: ResponseConsumer req resp => Request -> req -> IORef (ResponseMetadata resp) -> HTTPResponseConsumer resp

    aws Aws.Core

    Response parser. Takes the corresponding AWS request, the derived http-client request (for error reporting), an IORef for metadata, and HTTP response data.

  4. xmlCursorConsumer :: Monoid m => (Cursor -> Response m a) -> IORef m -> HTTPResponseConsumer a

    aws Aws.Core

    Create a complete HTTPResponseConsumer from a simple function that takes a Cursor to XML in the response body. This function is highly recommended for any services that parse relatively short XML responses. (If status and response headers are required, simply take them as function parameters, and pass them through to this function.)

  5. bgConsumed :: BatchGetItemResponse -> Maybe ConsumedCapacity

    aws Aws.DynamoDb.Commands.BatchGetItem

    Amount of capacity consumed

  6. bwConsumed :: BatchWriteItemResponse -> Maybe ConsumedCapacity

    aws Aws.DynamoDb.Commands.BatchWriteItem

    Amount of capacity consumed

  7. dirConsumed :: DeleteItemResponse -> Maybe ConsumedCapacity

    aws Aws.DynamoDb.Commands.DeleteItem

    Amount of capacity consumed

  8. girConsumed :: GetItemResponse -> Maybe ConsumedCapacity

    aws Aws.DynamoDb.Commands.GetItem

    No documentation available.

  9. pirConsumed :: PutItemResponse -> Maybe ConsumedCapacity

    aws Aws.DynamoDb.Commands.PutItem

    Amount of capacity consumed

  10. qrConsumed :: QueryResponse -> Maybe ConsumedCapacity

    aws Aws.DynamoDb.Commands.Query

    No documentation available.

Page 194 of many | Previous | Next