Latest Version
gem install aws-sdk
New Features
| Change | Description |
|---|---|
| Added support for Amazon RDS |
Added support for Amazon RDS via AWS::RDS. rds = AWS::RDS.new
rds.instances.each {|i| ... }
rds.client.operations #=> [...]
|
| Added support for Amazon CloudSearch |
Added support for Amazon CloudSearch control plane APIs via AWS::CloudSearch. cs = AWS::CloudSearch.new
resp = cs.client.describe_domains
|
| Added support for Amazon ElastiCache |
Added support for Amazon ElastiCache via AWS::ElastiCache. ec = AWS::ElastiCache.new
resp = ec.client.describe_cache_clusters
|
| Added support for AWS Elastic Beanstalk |
Added support for AWS Elastic Beanstalk APIs via AWS::ElasticBeanstalk. eb = AWS::ElasticBeanstalk.new
resp = eb.client.describe_environments
|
| AWS::DynamoDB::BatchGet with Consistent Reads |
You can now specify :consistent_read => true to the batch read methods for AWS::DynamoDB::BatchGet. |
Resolved Issues
| Change | Description |
|---|---|
| AWS::S3 Signatures |
Resolved two issues related to signing requests for Amazon S3. AWS::S3::S3Object#url_for correctly signs requests now using session credentials. Request headers are now trimmed of whitespace when generating the string to sign. |
Supported API Versions
This release of the SDK supports the following API versions:
| Service | API Version |
|---|---|
| Amazon CloudSearch | 2011-02-01 |
| Amazon CloudWatch | 2010-08-01 |
| Amazon DynamoDB | 2011-12-05 |
| Amazon Elastic Compute Cloud | 2012-07-20 |
| Amazon Elastic MapReduce | 2009-03-31 |
| Amazon ElastiCache | 2012-03-09 |
| Amazon Relational Database Service (Beta) | 2012-07-31 |
| Amazon Route 53 | 2012-02-29 |
| Amazon Simple E-mail Service | 2010-12-01 |
| Amazon Simple Notifications Service | 2010-03-31 |
| Amazon Simple Queue Service | 2011-10-01 |
| Amazon Simple Storage Service | 2006-03-01 |
| Amazon Simple Workflow Service | 2012-01-25 |
| Amazon SimpleDB | 2009-04-15 |
| Auto Scaling | 2011-01-01 |
| AWS CloudFormation | 2010-05-15 |
| AWS Elastic Beanstalk | 2010-12-01 |
| AWS Identity and Access Management | 2010-05-08 |
| AWS Security Token Service | 2011-06-15 |
| Elastic Load Balancing | 2012-06-01 |