aws -package:wreq
Run an AWS transaction, with HTTP manager and metadata wrapped in a
Response.
All errors are caught and wrapped in the
Response value.
Metadata is logged at level
Info.
Usage (with existing
Manager):
resp <- aws cfg
serviceCfg manager request
Run an AWS transaction, with HTTP manager and metadata returned in an
IORef.
Errors are not caught, and need to be handled with exception handlers.
Metadata is not logged.
Usage (with existing
Manager):
ref <- newIORef mempty;
resp <- awsRef cfg serviceCfg manager request
Run a URI-only AWS transaction. Returns a URI that can be sent
anywhere. Does not work with all requests.
Usage: uri <- awsUri cfg request
A more flexible version of
awsIteratedList that uses a
user-supplied run function. Useful for embedding AWS functionality
within application specific monadic contexts.
A more flexible version of
awsIteratedSource that uses a
user-supplied run function. Useful for embedding AWS functionality
within application specific monadic contexts.
A "true"/"false" boolean as requested by some services.
Not on Stackage, so not searched.
Bindings for Amazon Web Services (AWS) General Reference
Not on Stackage, so not searched.
Bindings for Amazon Kinesis
A client for AWS X-Ray.
The core client for enabling AWX X-Ray.
See other `aws-xray-client-*` packages for usage and integration
examples.
Not on Stackage, so not searched.
Haskell suite for the Elastic Transcoder service
Not on Stackage, so not searched.
Haskell on AWS Lambda Runtime API
Not on Stackage, so not searched.
AWS SDK for Haskell