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

  2. 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.)

  3. bgConsumed :: BatchGetItemResponse -> Maybe ConsumedCapacity

    aws Aws.DynamoDb.Commands.BatchGetItem

    Amount of capacity consumed

  4. bwConsumed :: BatchWriteItemResponse -> Maybe ConsumedCapacity

    aws Aws.DynamoDb.Commands.BatchWriteItem

    Amount of capacity consumed

  5. dirConsumed :: DeleteItemResponse -> Maybe ConsumedCapacity

    aws Aws.DynamoDb.Commands.DeleteItem

    Amount of capacity consumed

  6. girConsumed :: GetItemResponse -> Maybe ConsumedCapacity

    aws Aws.DynamoDb.Commands.GetItem

    No documentation available.

  7. pirConsumed :: PutItemResponse -> Maybe ConsumedCapacity

    aws Aws.DynamoDb.Commands.PutItem

    Amount of capacity consumed

  8. qrConsumed :: QueryResponse -> Maybe ConsumedCapacity

    aws Aws.DynamoDb.Commands.Query

    No documentation available.

  9. srConsumed :: ScanResponse -> Maybe ConsumedCapacity

    aws Aws.DynamoDb.Commands.Scan

    No documentation available.

  10. uirConsumed :: UpdateItemResponse -> Maybe ConsumedCapacity

    aws Aws.DynamoDb.Commands.UpdateItem

    Amount of capacity consumed

Page 195 of many | Previous | Next