machines-amazonka: Machine transducers for Amazonka calls.

[ gpl, library, network ] [ Propose Tags ]

This provides several modules for managing AWS resources using the Machines library. It supports request modifiers, arbitrary filters, and paginated responses.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.4.0, 0.4.1, 0.5.0, 0.6.0, 0.6.2, 0.7.0, 0.7.1
Change log ChangeLog.md
Dependencies amazonka (>=1.4.5 && <1.5), amazonka-core (>=1.4.5 && <1.5), amazonka-ec2 (>=1.4.5 && <1.5), amazonka-s3 (>=1.4.5 && <1.5), amazonka-sts (>=1.4.5 && <1.5), base (>=4.9 && <4.10), concurrent-machines (>=0.2.3 && <0.3), containers (>=0.5.7.1), exceptions (>=0.8.3 && <0.9), focus (>=0.1.5 && <0.2), hashable (>=1.2.4 && <1.3), liblawless (>=0.19.2 && <0.20), lifted-async (>=0.9 && <0.10), list-t (>=1 && <1.1), monad-control (>=1.0.1.0 && <1.1), mtl (>=2.2 && <2.3), resourcet (>=1.1.8 && <1.2), stm (>=2.4.4 && <2.5), stm-containers (>=0.2.15 && <0.3), time (>=1.6 && <1.7), transformers (>=0.5.2 && <0.6) [details]
License GPL-3.0-only
Copyright ©2017 Evan Cofsky
Author Evan Cofsky
Maintainer evan@theunixman.com
Category Network
Source repo head: git clone git@gitlab.com:theunixman/machines-amazonka.git
this: git clone git@gitlab.com:theunixman/machines-amazonka.git(tag v0.5.0)
Uploaded by misandrist at 2017-04-12T22:30:19Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4358 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for machines-amazonka-0.5.0

[back to package description]

Amazonka Machines

This is a set of machines and concurrent-machines for some of the components of the various Amazonka libraries. They're composable, handle pagination, and transduction of results with the full set of Machines primitives.

Example Code

The Spot Price History module has one of the more complete examples, including multiple concurrent requests, concurrent STM updates, and so on.