lib/aws-sdk-rds/resource.rb in aws-sdk-rds-1.0.0.rc17 vs lib/aws-sdk-rds/resource.rb in aws-sdk-rds-1.0.0.rc18

- old
+ new

@@ -472,29 +472,81 @@ # amount of data in your database increases, though you are only charged # for the space that you use in an Aurora cluster volume. # # **MySQL** # - # Constraints: Must be an integer from 5 to 6144. + # Constraints to the amount of storage for each storage type are the + # following: # + # * General Purpose (SSD) storage (gp2): Must be an integer from 5 to + # 6144. + # + # * Provisioned IOPS storage (io1): Must be an integer from 100 to 6144. + # + # * Magnetic storage (standard): Must be an integer from 5 to 3072. + # # **MariaDB** # - # Constraints: Must be an integer from 5 to 6144. + # Constraints to the amount of storage for each storage type are the + # following: # + # * General Purpose (SSD) storage (gp2): Must be an integer from 5 to + # 6144. + # + # * Provisioned IOPS storage (io1): Must be an integer from 100 to 6144. + # + # * Magnetic storage (standard): Must be an integer from 5 to 3072. + # # **PostgreSQL** # - # Constraints: Must be an integer from 5 to 6144. + # Constraints to the amount of storage for each storage type are the + # following: # + # * General Purpose (SSD) storage (gp2): Must be an integer from 5 to + # 6144. + # + # * Provisioned IOPS storage (io1): Must be an integer from 100 to 6144. + # + # * Magnetic storage (standard): Must be an integer from 5 to 3072. + # # **Oracle** # - # Constraints: Must be an integer from 10 to 6144. + # Constraints to the amount of storage for each storage type are the + # following: # + # * General Purpose (SSD) storage (gp2): Must be an integer from 10 to + # 6144. + # + # * Provisioned IOPS storage (io1): Must be an integer from 100 to 6144. + # + # * Magnetic storage (standard): Must be an integer from 10 to 3072. + # # **SQL Server** # - # Constraints: Must be an integer from 200 to 4096 (Standard Edition and - # Enterprise Edition) or from 20 to 4096 (Express Edition and Web - # Edition) + # Constraints to the amount of storage for each storage type are the + # following: + # + # * General Purpose (SSD) storage (gp2): + # + # * Enterprise and Standard editions: Must be an integer from 200 to + # 16384. + # + # * Web and Express editions: Must be an integer from 20 to 16384. + # + # * Provisioned IOPS storage (io1): + # + # * Enterprise and Standard editions: Must be an integer from 200 to + # 16384. + # + # * Web and Express editions: Must be an integer from 100 to 16384. + # + # * Magnetic storage (standard): + # + # * Enterprise and Standard editions: Must be an integer from 200 to + # 1024. + # + # * Web and Express editions: Must be an integer from 20 to 1024. # @option options [required, String] :db_instance_class # The compute and memory capacity of the DB instance. Note that not all # instance classes are available in all regions for all DB engines. # # Valid Values: `db.t1.micro | db.m1.small | db.m1.medium | db.m1.large @@ -793,14 +845,18 @@ # by the DB instance is managed by the DB cluster. For more information, # see CreateDBCluster. # # **MariaDB** # + # * `10.1.23` (supported in all AWS regions) + # # * `10.1.19` (supported in all AWS regions) # # * `10.1.14` (supported in all regions except us-east-2) # # + # + # * `10.0.31` (supported in all AWS regions) # # * `10.0.28` (supported in all AWS regions) # # * `10.0.24` (supported in all AWS regions) #