summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Whitespace removal.Daniel Lindsley2013-12-1820-61/+72
* Switched all classes over to new-style classes.Daniel Lindsley2013-12-1832-92/+65
* Merge pull request #1906 from oxtopus/issue-1757-update_desired_capacityDaniel G. Taylor2013-12-182-10/+10
|\
| * Use appropriate unittest assertions for instance types in autoscaling testsAustin Marshall2013-12-121-9/+9
| * Update DesiredCapacity if AutoScalingGroup.desired_capacity is not None as fi...Austin Marshall2013-12-121-1/+1
* | Merge pull request #1928 from danielgtaylor/emr-updateDaniel G. Taylor2013-12-183-3/+74
|\ \
| * | Add tags to EMR cluster object, implement remove tags call, add a test for re...Daniel G. Taylor2013-12-183-3/+74
* | | Merge branch 'dynamo_global_indexes' into developDaniel Lindsley2013-12-184-40/+476
|\ \ \
| * | | Finished integrating GSIs into DDBv2.Daniel Lindsley2013-12-173-9/+160
| * | | Revised the GSI work a bit.Daniel Lindsley2013-12-173-28/+271
| * | | Adding DynamoDB global indexes to Table.create apiSteven Arcangeli2013-12-172-25/+67
| |/ /
* | | Merge pull request #1911 from garnaat/beanstalk-tiersMitch Garnaat2013-12-182-5/+83
|\ \ \ | |/ / |/| |
| * | Reworking docstrings for tier_name and tier_type to (hopefully) better explai...Mitch Garnaat2013-12-181-2/+14
| * | Update Elastic Beanstalk module to support worker environments. Fixes #1910.Mitch Garnaat2013-12-132-5/+71
| |/
* | Merge pull request #1920 from tmacam/AddEMRAddTagSupportDaniel G. Taylor2013-12-172-0/+109
|\ \
| * | Typo fix.Tiago Alves Macambira2013-12-171-1/+1
| * | Add AddTags support for EMR connections.Tiago Alves Macambira2013-12-172-0/+109
| |/
* | Update integration test to check for new authorization error which is now sen...Daniel G. Taylor2013-12-171-2/+2
* | Add support for OpsWorks IAM user permissions per stackDaniel G. Taylor2013-12-171-61/+488
* | Merge pull request #1921 from cce/kinesis_docsDaniel Lindsley2013-12-173-0/+28
|\ \
| * | fix length of ==== heading markers in Kinesis ref docchris erway2013-12-171-2/+2
| * | add Kinesis to generated docschris erway2013-12-173-0/+28
|/ /
* | Merge pull request #1915 from rayrayson/developDaniel Lindsley2013-12-161-0/+2
|\ \
| * | sriovNetSupport instance attributeRayson Ho2013-12-161-0/+2
|/ /
* | Merge pull request #1914 from mohangk/developDaniel Lindsley2013-12-151-6/+24
|\ \
| * | Update RDS documentation for API version: 2013-09-09Mohan Krishnan2013-12-161-6/+24
|/ /
* | Release notes and version bump for 2.20.1Daniel G. Taylor2013-12-134-3/+15
* | Merge pull request #1912 from danielgtaylor/bugfix-iamDaniel G. Taylor2013-12-132-3/+3
|\ \ | |/ |/|
| * Fix unit tests to match correct meta-data security credentials URLDaniel G. Taylor2013-12-131-2/+2
| * Introduce the vital / to find security-credentialsAnton Lundin2013-12-131-1/+1
|/
* Add release notes and version bump for 2.20.0Daniel G. Taylor2013-12-124-3/+35
* Merge branch 'kinesis' into develop. Add support for Amazon KinesisDaniel G. Taylor2013-12-128-1/+910
|\
| * Update to the latest Kinesis API and modify unit tests based on team feedback.Daniel G. Taylor2013-12-122-61/+63
| * Explicitly call time.sleep to make grepping easierDaniel G. Taylor2013-11-251-3/+3
| * Add a license and handle timeouts if the stream never becomes active or no re...Daniel G. Taylor2013-11-251-0/+31
| * Add support for Amazon KinesisDaniel G. Taylor2013-11-258-1/+880
* | Merge branch 'ec2-instances' into develop. Adds support for i2 instance types...Daniel G. Taylor2013-12-122-1/+24
|\ \
| * | Add I2 instance types to EC2. Sync instance type lists to all be the same.Daniel G. Taylor2013-12-122-1/+24
* | | Implement nonzero for Item to consider empty items falseyJames O'Beirne2013-12-122-0/+10
* | | Updated DDBv2 for Global Secondary Indexes.Daniel Lindsley2013-12-121-91/+87
* | | Merge pull request #1901 from oxtopus/cloudwatch-metrics-docstring-fixDaniel G. Taylor2013-12-121-7/+0
|\ \ \ | |/ / |/| |
| * | Removing `dimensions` from Metric.query() docstring (not applicable to functi...Austin Marshall2013-12-101-7/+0
* | | Merge pull request #1900 from danielgtaylor/metadataDaniel G. Taylor2013-12-112-12/+32
|\ \ \ | |/ / |/| |
| * | Fix example for building metadata URLDaniel G. Taylor2013-12-111-1/+1
| * | Make trailing slashes for metadata URLs explicit and remove the trailing slas...Daniel G. Taylor2013-12-102-11/+31
|/ /
* | Merge pull request #1896 from stevearc/dynamodb_scan_inDaniel G. Taylor2013-12-092-2/+11
|\ \
| * | Fixing the dynamo 'scan in' filterSteven Arcangeli2013-12-082-2/+11
* | | Merge pull request #1876 from stevearc/elasticache_api_fixDaniel G. Taylor2013-12-093-5/+28
|\ \ \ | |/ / |/| |
| * | Adding a test for the required elasticache launch parametersSteven Arcangeli2013-12-082-0/+20
| * | Updating elasticache parameters to be optionalSteven Arcangeli2013-11-271-5/+8