aws: Amazon Web Services (AWS) for Haskell
Bindings for Amazon Web Services (AWS), with the aim of supporting all AWS services. To see a high level overview of the library, see the README at https://github.com/aristidb/aws/blob/master/README.org.
Modules
[Index]
- Aws
- Aws.Aws
- Aws.Core
- Aws.DynamoDb
- Ec2
- Aws.Iam
- Aws.Iam.Commands
- Aws.Iam.Commands.CreateAccessKey
- Aws.Iam.Commands.CreateUser
- Aws.Iam.Commands.DeleteAccessKey
- Aws.Iam.Commands.DeleteUser
- Aws.Iam.Commands.DeleteUserPolicy
- Aws.Iam.Commands.GetUser
- Aws.Iam.Commands.GetUserPolicy
- Aws.Iam.Commands.ListAccessKeys
- Aws.Iam.Commands.ListUserPolicies
- Aws.Iam.Commands.ListUsers
- Aws.Iam.Commands.PutUserPolicy
- Aws.Iam.Commands.UpdateAccessKey
- Aws.Iam.Commands.UpdateUser
- Aws.Iam.Core
- Aws.Iam.Internal
- Aws.Iam.Commands
- Aws.Network
- Aws.S3
- Aws.S3.Commands
- Aws.S3.Commands.CopyObject
- Aws.S3.Commands.DeleteBucket
- Aws.S3.Commands.DeleteObject
- Aws.S3.Commands.DeleteObjects
- Aws.S3.Commands.GetBucket
- Aws.S3.Commands.GetBucketLocation
- Aws.S3.Commands.GetObject
- Aws.S3.Commands.GetService
- Aws.S3.Commands.HeadObject
- Aws.S3.Commands.Multipart
- Aws.S3.Commands.PutBucket
- Aws.S3.Commands.PutObject
- Aws.S3.Core
- Aws.S3.Commands
- Aws.Ses
- Aws.Ses.Commands
- Aws.Ses.Commands.DeleteIdentity
- Aws.Ses.Commands.GetIdentityDkimAttributes
- Aws.Ses.Commands.GetIdentityNotificationAttributes
- Aws.Ses.Commands.GetIdentityVerificationAttributes
- Aws.Ses.Commands.ListIdentities
- Aws.Ses.Commands.SendRawEmail
- Aws.Ses.Commands.SetIdentityDkimEnabled
- Aws.Ses.Commands.SetIdentityFeedbackForwardingEnabled
- Aws.Ses.Commands.SetIdentityNotificationTopic
- Aws.Ses.Commands.VerifyDomainDkim
- Aws.Ses.Commands.VerifyDomainIdentity
- Aws.Ses.Commands.VerifyEmailIdentity
- Aws.Ses.Core
- Aws.Ses.Commands
- Aws.SimpleDb
- Aws.Sqs
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
examples | Build the examples. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- aws-0.11.3.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.1, 0.2, 0.3, 0.3.1, 0.3.2, 0.4.0, 0.4.0.1, 0.4.1, 0.5.0, 0.6.0, 0.6.1, 0.6.2, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.7.4, 0.7.5, 0.7.6, 0.7.6.1, 0.7.6.2, 0.7.6.3, 0.7.6.4, 0.8.0, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5, 0.8.6, 0.9, 0.9.1, 0.9.2, 0.9.3, 0.9.4, 0.9.5, 0.10, 0.10.1, 0.10.2, 0.10.3, 0.10.4, 0.10.5, 0.11, 0.11.1, 0.11.2, 0.11.3, 0.11.4, 0.12, 0.12.1, 0.13.0, 0.13.1, 0.13.2, 0.14.0, 0.14.1, 0.15, 0.15.1, 0.16, 0.17, 0.17.1, 0.18, 0.19, 0.20, 0.21, 0.21.1, 0.22, 0.22.1, 0.23, 0.24, 0.24.1, 0.24.2 |
---|---|
Dependencies | aeson (>=0.6), attoparsec (>=0.11 && <0.13), aws, base (>=4.6 && <5), base16-bytestring (>=0.1 && <0.2), base64-bytestring (>=1.0 && <1.1), blaze-builder (>=0.2.1.4 && <0.5), byteable (>=0.1 && <0.2), bytestring (>=0.9 && <0.11), case-insensitive (>=0.2 && <1.3), cereal (>=0.3 && <0.5), conduit (>=1.1 && <1.3), conduit-extra (>=1.1 && <1.2), containers (>=0.4), cryptohash (>=0.11 && <0.12), data-default (>=0.5.3 && <0.6), directory (>=1.0 && <1.3), errors (>=1.4), exceptions, filepath (>=1.1 && <1.4), ghc-prim, http-conduit (>=2.1 && <2.2), http-types (>=0.7 && <0.9), lifted-base (>=0.1 && <0.3), monad-control (>=0.3), mtl (>=2 && <3), network (>=2 && <3), old-locale (>=1 && <2), resourcet (>=1.1 && <1.2), safe (>=0.3 && <0.4), scientific (>=0.3), tagged (>=0.7 && <0.9), text (>=0.11), time (>=1.1.4 && <1.6), transformers (>=0.2.2 && <0.5), unordered-containers (>=0.2), utf8-string (>=0.3 && <1.1), vector (>=0.10), xml-conduit (>=1.2 && <1.3) [details] |
License | BSD-3-Clause |
Copyright | See contributors list in README and LICENSE file |
Author | Aristid Breitkreuz, contributors see README |
Maintainer | aristidb@gmail.com |
Revised | Revision 2 made by AdamBergmark at 2015-05-03T12:05:18Z |
Category | Network, Web, AWS, Cloud, Distributed Computing |
Home page | http://github.com/aristidb/aws |
Source repo | this: git clone https://github.com/aristidb/aws.git(tag 0.11.3) head: git clone https://github.com/aristidb/aws.git |
Uploaded | by AristidBreitkreuz at 2015-03-23T18:27:01Z |
Distributions | Arch:0.24, Debian:0.22, Fedora:0.24.1, FreeBSD:0.12.1, LTSHaskell:0.24.1, NixOS:0.24.1, Stackage:0.24.2, openSUSE:0.24.1 |
Reverse Dependencies | 21 direct, 0 indirect [details] |
Executables | Sqs, DynamoDb, SimpleDb, NukeBucket, MultipartTransfer, MultipartUpload, GetObject |
Downloads | 77647 total (140 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-03-23 [all 1 reports] |