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

- old
+ new

@@ -2005,30 +2005,82 @@ # 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 params [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 @@ -2341,16 +2393,20 @@ # 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) # # * `10.0.17` (supported in all regions except us-east-2, ca-central-1, @@ -2891,11 +2947,12 @@ # # * Can specify a DB instance that is a MySQL Read Replica only if the # source is running MySQL 5.6. # # * Can specify a DB instance that is a PostgreSQL DB instance only if - # the source is running PostgreSQL 9.3.5 or later. + # the source is running PostgreSQL 9.3.5 or later (9.4.7 and higher + # for cross region replication). # # * The specified DB instance must have automatic backups enabled, its # backup retention period must be greater than 0. # # * If the source DB instance is in the same AWS Region as the Read @@ -6950,10 +7007,13 @@ # resp.option_group_options[0].options_depended_on[0] #=> String # resp.option_group_options[0].options_conflicts_with #=> Array # resp.option_group_options[0].options_conflicts_with[0] #=> String # resp.option_group_options[0].persistent #=> Boolean # resp.option_group_options[0].permanent #=> Boolean + # resp.option_group_options[0].requires_auto_minor_engine_version_upgrade #=> Boolean + # resp.option_group_options[0].vpc_only #=> Boolean + # resp.option_group_options[0].supports_option_version_downgrade #=> Boolean # resp.option_group_options[0].option_group_option_settings #=> Array # resp.option_group_options[0].option_group_option_settings[0].setting_name #=> String # resp.option_group_options[0].option_group_option_settings[0].setting_description #=> String # resp.option_group_options[0].option_group_option_settings[0].default_value #=> String # resp.option_group_options[0].option_group_option_settings[0].apply_type #=> String @@ -12588,10 +12648,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-rds' - context[:gem_version] = '1.0.0.rc17' + context[:gem_version] = '1.0.0.rc18' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #