Latest Version
Download the latest version of the AWS SDK for Ruby:
gem install aws-sdk
New Features
| Change | Description |
|---|---|
| AWS Identity and Access Management Password Policies |
You can now use AWS::IAM to manage your account password policy. iam = AWS::IAM.new # no policy set yet iam.password_policy #=> nil # update the policy iam.update_account_password_policy( :minimum_password_length => 10, :require_symbols => false, :require_numbers => true, :require_uppercase_characters => true, :require_lowercase_characters => true) # delete the policy iam.delete_account_password_policy |
Resolved Issues
| Change | Description |
|---|---|
| AWS::Record::Model Sortable Floats |
An issue has been resolved related to deserializing sortable float attributes in AWS::Record::Model. |
| AWS::SimpleWorkflow Polling |
An issues has been resolved which caused long polling loops to occasionally timeout. |
Supported API Versions
This release of the SDK supports the following API versions:
| Service | API Version |
|---|---|
| Amazon DynamoDB | 2011-12-05 |
| Amazon Elastic Compute Cloud | 2011-12-15 |
| 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 |
| AWS Identity and Access Management | 2010-05-08 |
| AWS Security Token Service | 2011-06-15 |
| Elastic Load Balancing | 2011-08-15 |