Latest Version
Download the latest version of the AWS SDK for Ruby:
gem install aws-sdk
New Features
| Change | Description |
|---|---|
| Setting the Amazon SimpleDB domain name of an AWS::Record::Base class at query time. |
To support sharding data across multiple Amazon SimpleDB domains, you can now specify the domain name at query time. class Product < AWS::Record::Base
end
# get a count of product records from two different domains
Product.domain('products-a').count
Product.domain('products-b').count
# search the SimpleDB domain 'products-a' for an item with the itemName 'product-id'
productProduct.domain('products-a').find('product-id')
This feature was requested and implemented by a community member (see related forum topic). |
Resolved Issues
| Change | Description |
|---|---|
| AWS::EC2 Documentation Corrected |
An example incorrectly using the SecurityGroupCollection#[] method has been replaced with a functional example. |
Supported API Versions
This release of the SDK supports the following API versions:
| Service | API Version |
|---|---|
| Amazon Elastic Compute Cloud | 2011-02-28 |
| Amazon SimpleDB | 2009-04-15 |
| Amazon Simple E-mail Service | 2010-12-01 |
| Amazon Simple Notifications Service | 2010-03-31 |
| Amazon Simple Queue Service | 2009-02-01 |
| Amazon Simple Storage Service | 2006-03-01 |
| AWS Identity and Access Management | 2010-05-08 |
| AWS Security Token Service | 2011-06-15 |
| Elastic Load Balancing | 2011-08-15 |