aws -package:aws
AWS v4 request signature.
Example (note the use of TLS):
let opts = defaults & auth ?~ 'awsAuth AWSv4' "key" "secret"
getWith opts "https://dynamodb.us-west-2.amazonaws.com"
AWS v4 request signature.
Example (note the use of TLS):
let opts = defaults & auth ?~ awsFullAuth AWSv4 "key" "secret" (Just ("service", "region"))
getWith opts "https://dynamodb.us-west-2.amazonaws.com"
AWS v4 request signature using a AWS STS Session Token.
Example (note the use of TLS):
let opts = defaults
& auth
?~ 'awsAuth AWSv4' "key" "secret" "stsSessionToken"
getWith opts "https://dynamodb.us-west-2.amazonaws.com"
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
Not on Stackage, so not searched.
The xml parser for aws-sdk package
Not on Stackage, so not searched.
Wrapper over Amazonka's SES
Not on Stackage, so not searched.
Bindings for AWS SNS Version 2013-03-31
Not on Stackage, so not searched.
Types and optics for manipulating Amazon Resource Names (ARNs)
Not on Stackage, so not searched.
Generate signed cookies for AWS CloudFront
Not on Stackage, so not searched.
For signing AWS CloudFront HTTP URL requests
Not on Stackage, so not searched.
Configuration types, parsers & renderers for AWS services
Not on Stackage, so not searched.
Conduit-based interface for AWS DynamoDB
Not on Stackage, so not searched.
Haskell bindings for Amazon DynamoDB Streams
Not on Stackage, so not searched.
Helper function and types for working with amazonka