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.
type
HTTPResponseConsumer a = Response ConduitM () ByteString ResourceT IO () -> ResourceT IO aaws Aws.Core A full HTTP response parser. Takes HTTP status, response headers, and response body.
class Monoid ResponseMetadata resp =>
ResponseConsumer req respaws 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.
-
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.
xmlCursorConsumer :: Monoid m => (Cursor -> Response m a) -> IORef m -> HTTPResponseConsumer aaws 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.)
bgConsumed :: BatchGetItemResponse -> Maybe ConsumedCapacityaws Aws.DynamoDb.Commands.BatchGetItem Amount of capacity consumed
bwConsumed :: BatchWriteItemResponse -> Maybe ConsumedCapacityaws Aws.DynamoDb.Commands.BatchWriteItem Amount of capacity consumed
dirConsumed :: DeleteItemResponse -> Maybe ConsumedCapacityaws Aws.DynamoDb.Commands.DeleteItem Amount of capacity consumed
girConsumed :: GetItemResponse -> Maybe ConsumedCapacityaws Aws.DynamoDb.Commands.GetItem No documentation available.
pirConsumed :: PutItemResponse -> Maybe ConsumedCapacityaws Aws.DynamoDb.Commands.PutItem Amount of capacity consumed
qrConsumed :: QueryResponse -> Maybe ConsumedCapacityaws Aws.DynamoDb.Commands.Query No documentation available.