aws: Amazon Web Services (AWS) for Haskell

[ aws, bsd3, cloud, distributed-computing, library, network, web ] [ Propose Tags ]

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

[Last Documentation]

  • Aws
    • Aws.Aws
    • Aws.Core
    • DynamoDb
      • Aws.DynamoDb.Commands
        • Aws.DynamoDb.Commands.Table
      • Aws.DynamoDb.Core
    • Ec2
      • Aws.Ec2.InstanceMetadata
    • 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.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.GetObject
        • Aws.S3.Commands.GetService
        • Aws.S3.Commands.HeadObject
        • Aws.S3.Commands.PutBucket
        • Aws.S3.Commands.PutObject
      • Aws.S3.Core
    • 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.SimpleDb
      • Aws.SimpleDb.Commands
        • Aws.SimpleDb.Commands.Attributes
        • Aws.SimpleDb.Commands.Domain
        • Aws.SimpleDb.Commands.Select
      • Aws.SimpleDb.Core
    • Aws.Sqs
      • Aws.Sqs.Commands
        • Aws.Sqs.Commands.Message
        • Aws.Sqs.Commands.Permission
        • Aws.Sqs.Commands.Queue
        • Aws.Sqs.Commands.QueueAttributes
      • Aws.Sqs.Core

Flags

Automatic Flags
NameDescriptionDefault
examples

Build the examples.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

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

Package maintainers

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
Dependencies aeson (>=0.6), aws, base (>=4.6 && <5), base16-bytestring (>=0.1 && <0.2), base64-bytestring (>=1.0 && <1.1), blaze-builder (>=0.2.1.4 && <0.4), 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 && <0.6), directory (>=1.0 && <1.3), filepath (>=1.1 && <1.4), ghc-prim, http-conduit (>=2.1 && <2.2), http-types (>=0.7 && <0.10), 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), text (>=0.11), time (>=1.1.4 && <1.5), transformers (>=0.2.2 && <0.5), unordered-containers (>=0.2), utf8-string (>=0.3 && <0.4), 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 1 made by HerbertValerioRiedel at 2018-09-29T16:20:11Z
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.9.5)
head: git clone https://github.com/aristidb/aws.git
Uploaded by AristidBreitkreuz at 2015-10-10T17:59:26Z
Distributions Arch:0.24, Debian:0.22, Fedora:0.23, FreeBSD:0.12.1, NixOS:0.24, Stackage:0.24, openSUSE:0.22
Reverse Dependencies 21 direct, 0 indirect [details]
Executables Sqs, SimpleDb, NukeBucket, GetObject
Downloads 74809 total (252 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-01 [all 5 reports]