aws-sdk-rds 1.0.0.rc17 → 1.0.0.rc18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-rds.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +69 -9
- data/lib/aws-sdk-rds/client_api.rb +3 -0
- data/lib/aws-sdk-rds/db_instance.rb +63 -7
- data/lib/aws-sdk-rds/option_group_option.rb +24 -0
- data/lib/aws-sdk-rds/resource.rb +63 -7
- data/lib/aws-sdk-rds/types.rb +90 -8
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d5d0b5b02753fc4f2d6e33b29d4fd6817a006324
|
4
|
+
data.tar.gz: 6adf99d1cfe90a7be92250d4be016f56de8d3849
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 763dff2b442c0df0d71b1410c0d436f9266e1f2220da96f20fa3b297b7db39adc9f919e942689fb2bedadc94ebb8fed49264d729d97e9bf4509c2ce90f137fab
|
7
|
+
data.tar.gz: fac03f45ccbc1ecb5d94844ff628e47365b7c9451ecee404d05cf170f6a4d685b77329b8693cbf48f5d4ba402ef19be85fa326605a07f13d43c17b1d3534e9f1
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -2007,25 +2007,77 @@ module Aws::RDS
|
|
2007
2007
|
#
|
2008
2008
|
# **MySQL**
|
2009
2009
|
#
|
2010
|
-
# Constraints
|
2010
|
+
# Constraints to the amount of storage for each storage type are the
|
2011
|
+
# following:
|
2012
|
+
#
|
2013
|
+
# * General Purpose (SSD) storage (gp2): Must be an integer from 5 to
|
2014
|
+
# 6144.
|
2015
|
+
#
|
2016
|
+
# * Provisioned IOPS storage (io1): Must be an integer from 100 to 6144.
|
2017
|
+
#
|
2018
|
+
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
2011
2019
|
#
|
2012
2020
|
# **MariaDB**
|
2013
2021
|
#
|
2014
|
-
# Constraints
|
2022
|
+
# Constraints to the amount of storage for each storage type are the
|
2023
|
+
# following:
|
2024
|
+
#
|
2025
|
+
# * General Purpose (SSD) storage (gp2): Must be an integer from 5 to
|
2026
|
+
# 6144.
|
2027
|
+
#
|
2028
|
+
# * Provisioned IOPS storage (io1): Must be an integer from 100 to 6144.
|
2029
|
+
#
|
2030
|
+
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
2015
2031
|
#
|
2016
2032
|
# **PostgreSQL**
|
2017
2033
|
#
|
2018
|
-
# Constraints
|
2034
|
+
# Constraints to the amount of storage for each storage type are the
|
2035
|
+
# following:
|
2036
|
+
#
|
2037
|
+
# * General Purpose (SSD) storage (gp2): Must be an integer from 5 to
|
2038
|
+
# 6144.
|
2039
|
+
#
|
2040
|
+
# * Provisioned IOPS storage (io1): Must be an integer from 100 to 6144.
|
2041
|
+
#
|
2042
|
+
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
2019
2043
|
#
|
2020
2044
|
# **Oracle**
|
2021
2045
|
#
|
2022
|
-
# Constraints
|
2046
|
+
# Constraints to the amount of storage for each storage type are the
|
2047
|
+
# following:
|
2048
|
+
#
|
2049
|
+
# * General Purpose (SSD) storage (gp2): Must be an integer from 10 to
|
2050
|
+
# 6144.
|
2051
|
+
#
|
2052
|
+
# * Provisioned IOPS storage (io1): Must be an integer from 100 to 6144.
|
2053
|
+
#
|
2054
|
+
# * Magnetic storage (standard): Must be an integer from 10 to 3072.
|
2023
2055
|
#
|
2024
2056
|
# **SQL Server**
|
2025
2057
|
#
|
2026
|
-
# Constraints
|
2027
|
-
#
|
2028
|
-
#
|
2058
|
+
# Constraints to the amount of storage for each storage type are the
|
2059
|
+
# following:
|
2060
|
+
#
|
2061
|
+
# * General Purpose (SSD) storage (gp2):
|
2062
|
+
#
|
2063
|
+
# * Enterprise and Standard editions: Must be an integer from 200 to
|
2064
|
+
# 16384.
|
2065
|
+
#
|
2066
|
+
# * Web and Express editions: Must be an integer from 20 to 16384.
|
2067
|
+
#
|
2068
|
+
# * Provisioned IOPS storage (io1):
|
2069
|
+
#
|
2070
|
+
# * Enterprise and Standard editions: Must be an integer from 200 to
|
2071
|
+
# 16384.
|
2072
|
+
#
|
2073
|
+
# * Web and Express editions: Must be an integer from 100 to 16384.
|
2074
|
+
#
|
2075
|
+
# * Magnetic storage (standard):
|
2076
|
+
#
|
2077
|
+
# * Enterprise and Standard editions: Must be an integer from 200 to
|
2078
|
+
# 1024.
|
2079
|
+
#
|
2080
|
+
# * Web and Express editions: Must be an integer from 20 to 1024.
|
2029
2081
|
#
|
2030
2082
|
# @option params [required, String] :db_instance_class
|
2031
2083
|
# The compute and memory capacity of the DB instance. Note that not all
|
@@ -2343,12 +2395,16 @@ module Aws::RDS
|
|
2343
2395
|
#
|
2344
2396
|
# **MariaDB**
|
2345
2397
|
#
|
2398
|
+
# * `10.1.23` (supported in all AWS regions)
|
2399
|
+
#
|
2346
2400
|
# * `10.1.19` (supported in all AWS regions)
|
2347
2401
|
#
|
2348
2402
|
# * `10.1.14` (supported in all regions except us-east-2)
|
2349
2403
|
#
|
2350
2404
|
#
|
2351
2405
|
#
|
2406
|
+
# * `10.0.31` (supported in all AWS regions)
|
2407
|
+
#
|
2352
2408
|
# * `10.0.28` (supported in all AWS regions)
|
2353
2409
|
#
|
2354
2410
|
# * `10.0.24` (supported in all AWS regions)
|
@@ -2893,7 +2949,8 @@ module Aws::RDS
|
|
2893
2949
|
# source is running MySQL 5.6.
|
2894
2950
|
#
|
2895
2951
|
# * Can specify a DB instance that is a PostgreSQL DB instance only if
|
2896
|
-
# the source is running PostgreSQL 9.3.5 or later.
|
2952
|
+
# the source is running PostgreSQL 9.3.5 or later (9.4.7 and higher
|
2953
|
+
# for cross region replication).
|
2897
2954
|
#
|
2898
2955
|
# * The specified DB instance must have automatic backups enabled, its
|
2899
2956
|
# backup retention period must be greater than 0.
|
@@ -6952,6 +7009,9 @@ module Aws::RDS
|
|
6952
7009
|
# resp.option_group_options[0].options_conflicts_with[0] #=> String
|
6953
7010
|
# resp.option_group_options[0].persistent #=> Boolean
|
6954
7011
|
# resp.option_group_options[0].permanent #=> Boolean
|
7012
|
+
# resp.option_group_options[0].requires_auto_minor_engine_version_upgrade #=> Boolean
|
7013
|
+
# resp.option_group_options[0].vpc_only #=> Boolean
|
7014
|
+
# resp.option_group_options[0].supports_option_version_downgrade #=> Boolean
|
6955
7015
|
# resp.option_group_options[0].option_group_option_settings #=> Array
|
6956
7016
|
# resp.option_group_options[0].option_group_option_settings[0].setting_name #=> String
|
6957
7017
|
# resp.option_group_options[0].option_group_option_settings[0].setting_description #=> String
|
@@ -12590,7 +12650,7 @@ module Aws::RDS
|
|
12590
12650
|
params: params,
|
12591
12651
|
config: config)
|
12592
12652
|
context[:gem_name] = 'aws-sdk-rds'
|
12593
|
-
context[:gem_version] = '1.0.0.
|
12653
|
+
context[:gem_version] = '1.0.0.rc18'
|
12594
12654
|
Seahorse::Client::Request.new(handlers, context)
|
12595
12655
|
end
|
12596
12656
|
|
@@ -1528,6 +1528,9 @@ module Aws::RDS
|
|
1528
1528
|
OptionGroupOption.add_member(:options_conflicts_with, Shapes::ShapeRef.new(shape: OptionsConflictsWith, location_name: "OptionsConflictsWith"))
|
1529
1529
|
OptionGroupOption.add_member(:persistent, Shapes::ShapeRef.new(shape: Boolean, location_name: "Persistent"))
|
1530
1530
|
OptionGroupOption.add_member(:permanent, Shapes::ShapeRef.new(shape: Boolean, location_name: "Permanent"))
|
1531
|
+
OptionGroupOption.add_member(:requires_auto_minor_engine_version_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "RequiresAutoMinorEngineVersionUpgrade"))
|
1532
|
+
OptionGroupOption.add_member(:vpc_only, Shapes::ShapeRef.new(shape: Boolean, location_name: "VpcOnly"))
|
1533
|
+
OptionGroupOption.add_member(:supports_option_version_downgrade, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "SupportsOptionVersionDowngrade"))
|
1531
1534
|
OptionGroupOption.add_member(:option_group_option_settings, Shapes::ShapeRef.new(shape: OptionGroupOptionSettingsList, location_name: "OptionGroupOptionSettings"))
|
1532
1535
|
OptionGroupOption.add_member(:option_group_option_versions, Shapes::ShapeRef.new(shape: OptionGroupOptionVersionsList, location_name: "OptionGroupOptionVersions"))
|
1533
1536
|
OptionGroupOption.struct_class = Types::OptionGroupOption
|
@@ -580,25 +580,77 @@ module Aws::RDS
|
|
580
580
|
#
|
581
581
|
# **MySQL**
|
582
582
|
#
|
583
|
-
# Constraints
|
583
|
+
# Constraints to the amount of storage for each storage type are the
|
584
|
+
# following:
|
585
|
+
#
|
586
|
+
# * General Purpose (SSD) storage (gp2): Must be an integer from 5 to
|
587
|
+
# 6144.
|
588
|
+
#
|
589
|
+
# * Provisioned IOPS storage (io1): Must be an integer from 100 to 6144.
|
590
|
+
#
|
591
|
+
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
584
592
|
#
|
585
593
|
# **MariaDB**
|
586
594
|
#
|
587
|
-
# Constraints
|
595
|
+
# Constraints to the amount of storage for each storage type are the
|
596
|
+
# following:
|
597
|
+
#
|
598
|
+
# * General Purpose (SSD) storage (gp2): Must be an integer from 5 to
|
599
|
+
# 6144.
|
600
|
+
#
|
601
|
+
# * Provisioned IOPS storage (io1): Must be an integer from 100 to 6144.
|
602
|
+
#
|
603
|
+
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
588
604
|
#
|
589
605
|
# **PostgreSQL**
|
590
606
|
#
|
591
|
-
# Constraints
|
607
|
+
# Constraints to the amount of storage for each storage type are the
|
608
|
+
# following:
|
609
|
+
#
|
610
|
+
# * General Purpose (SSD) storage (gp2): Must be an integer from 5 to
|
611
|
+
# 6144.
|
612
|
+
#
|
613
|
+
# * Provisioned IOPS storage (io1): Must be an integer from 100 to 6144.
|
614
|
+
#
|
615
|
+
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
592
616
|
#
|
593
617
|
# **Oracle**
|
594
618
|
#
|
595
|
-
# Constraints
|
619
|
+
# Constraints to the amount of storage for each storage type are the
|
620
|
+
# following:
|
621
|
+
#
|
622
|
+
# * General Purpose (SSD) storage (gp2): Must be an integer from 10 to
|
623
|
+
# 6144.
|
624
|
+
#
|
625
|
+
# * Provisioned IOPS storage (io1): Must be an integer from 100 to 6144.
|
626
|
+
#
|
627
|
+
# * Magnetic storage (standard): Must be an integer from 10 to 3072.
|
596
628
|
#
|
597
629
|
# **SQL Server**
|
598
630
|
#
|
599
|
-
# Constraints
|
600
|
-
#
|
601
|
-
#
|
631
|
+
# Constraints to the amount of storage for each storage type are the
|
632
|
+
# following:
|
633
|
+
#
|
634
|
+
# * General Purpose (SSD) storage (gp2):
|
635
|
+
#
|
636
|
+
# * Enterprise and Standard editions: Must be an integer from 200 to
|
637
|
+
# 16384.
|
638
|
+
#
|
639
|
+
# * Web and Express editions: Must be an integer from 20 to 16384.
|
640
|
+
#
|
641
|
+
# * Provisioned IOPS storage (io1):
|
642
|
+
#
|
643
|
+
# * Enterprise and Standard editions: Must be an integer from 200 to
|
644
|
+
# 16384.
|
645
|
+
#
|
646
|
+
# * Web and Express editions: Must be an integer from 100 to 16384.
|
647
|
+
#
|
648
|
+
# * Magnetic storage (standard):
|
649
|
+
#
|
650
|
+
# * Enterprise and Standard editions: Must be an integer from 200 to
|
651
|
+
# 1024.
|
652
|
+
#
|
653
|
+
# * Web and Express editions: Must be an integer from 20 to 1024.
|
602
654
|
# @option options [required, String] :db_instance_class
|
603
655
|
# The compute and memory capacity of the DB instance. Note that not all
|
604
656
|
# instance classes are available in all regions for all DB engines.
|
@@ -901,12 +953,16 @@ module Aws::RDS
|
|
901
953
|
#
|
902
954
|
# **MariaDB**
|
903
955
|
#
|
956
|
+
# * `10.1.23` (supported in all AWS regions)
|
957
|
+
#
|
904
958
|
# * `10.1.19` (supported in all AWS regions)
|
905
959
|
#
|
906
960
|
# * `10.1.14` (supported in all regions except us-east-2)
|
907
961
|
#
|
908
962
|
#
|
909
963
|
#
|
964
|
+
# * `10.0.31` (supported in all AWS regions)
|
965
|
+
#
|
910
966
|
# * `10.0.28` (supported in all AWS regions)
|
911
967
|
#
|
912
968
|
# * `10.0.24` (supported in all AWS regions)
|
@@ -96,6 +96,30 @@ module Aws::RDS
|
|
96
96
|
data.permanent
|
97
97
|
end
|
98
98
|
|
99
|
+
# If true, you must enable the Auto Minor Version Upgrade setting for
|
100
|
+
# your DB instance before you can use this option. You can enable Auto
|
101
|
+
# Minor Version Upgrade when you first create your DB instance, or by
|
102
|
+
# modifying your DB instance later.
|
103
|
+
# @return [Boolean]
|
104
|
+
def requires_auto_minor_engine_version_upgrade
|
105
|
+
data.requires_auto_minor_engine_version_upgrade
|
106
|
+
end
|
107
|
+
|
108
|
+
# If true, you can only use this option with a DB instance that is in a
|
109
|
+
# VPC.
|
110
|
+
# @return [Boolean]
|
111
|
+
def vpc_only
|
112
|
+
data.vpc_only
|
113
|
+
end
|
114
|
+
|
115
|
+
# If true, you can change the option to an earlier version of the
|
116
|
+
# option. This only applies to options that have different versions
|
117
|
+
# available.
|
118
|
+
# @return [Boolean]
|
119
|
+
def supports_option_version_downgrade
|
120
|
+
data.supports_option_version_downgrade
|
121
|
+
end
|
122
|
+
|
99
123
|
# The option settings that are available (and the default value) for
|
100
124
|
# each option in an option group.
|
101
125
|
# @return [Array<Types::OptionGroupOptionSetting>]
|
data/lib/aws-sdk-rds/resource.rb
CHANGED
@@ -474,25 +474,77 @@ module Aws::RDS
|
|
474
474
|
#
|
475
475
|
# **MySQL**
|
476
476
|
#
|
477
|
-
# Constraints
|
477
|
+
# Constraints to the amount of storage for each storage type are the
|
478
|
+
# following:
|
479
|
+
#
|
480
|
+
# * General Purpose (SSD) storage (gp2): Must be an integer from 5 to
|
481
|
+
# 6144.
|
482
|
+
#
|
483
|
+
# * Provisioned IOPS storage (io1): Must be an integer from 100 to 6144.
|
484
|
+
#
|
485
|
+
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
478
486
|
#
|
479
487
|
# **MariaDB**
|
480
488
|
#
|
481
|
-
# Constraints
|
489
|
+
# Constraints to the amount of storage for each storage type are the
|
490
|
+
# following:
|
491
|
+
#
|
492
|
+
# * General Purpose (SSD) storage (gp2): Must be an integer from 5 to
|
493
|
+
# 6144.
|
494
|
+
#
|
495
|
+
# * Provisioned IOPS storage (io1): Must be an integer from 100 to 6144.
|
496
|
+
#
|
497
|
+
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
482
498
|
#
|
483
499
|
# **PostgreSQL**
|
484
500
|
#
|
485
|
-
# Constraints
|
501
|
+
# Constraints to the amount of storage for each storage type are the
|
502
|
+
# following:
|
503
|
+
#
|
504
|
+
# * General Purpose (SSD) storage (gp2): Must be an integer from 5 to
|
505
|
+
# 6144.
|
506
|
+
#
|
507
|
+
# * Provisioned IOPS storage (io1): Must be an integer from 100 to 6144.
|
508
|
+
#
|
509
|
+
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
486
510
|
#
|
487
511
|
# **Oracle**
|
488
512
|
#
|
489
|
-
# Constraints
|
513
|
+
# Constraints to the amount of storage for each storage type are the
|
514
|
+
# following:
|
515
|
+
#
|
516
|
+
# * General Purpose (SSD) storage (gp2): Must be an integer from 10 to
|
517
|
+
# 6144.
|
518
|
+
#
|
519
|
+
# * Provisioned IOPS storage (io1): Must be an integer from 100 to 6144.
|
520
|
+
#
|
521
|
+
# * Magnetic storage (standard): Must be an integer from 10 to 3072.
|
490
522
|
#
|
491
523
|
# **SQL Server**
|
492
524
|
#
|
493
|
-
# Constraints
|
494
|
-
#
|
495
|
-
#
|
525
|
+
# Constraints to the amount of storage for each storage type are the
|
526
|
+
# following:
|
527
|
+
#
|
528
|
+
# * General Purpose (SSD) storage (gp2):
|
529
|
+
#
|
530
|
+
# * Enterprise and Standard editions: Must be an integer from 200 to
|
531
|
+
# 16384.
|
532
|
+
#
|
533
|
+
# * Web and Express editions: Must be an integer from 20 to 16384.
|
534
|
+
#
|
535
|
+
# * Provisioned IOPS storage (io1):
|
536
|
+
#
|
537
|
+
# * Enterprise and Standard editions: Must be an integer from 200 to
|
538
|
+
# 16384.
|
539
|
+
#
|
540
|
+
# * Web and Express editions: Must be an integer from 100 to 16384.
|
541
|
+
#
|
542
|
+
# * Magnetic storage (standard):
|
543
|
+
#
|
544
|
+
# * Enterprise and Standard editions: Must be an integer from 200 to
|
545
|
+
# 1024.
|
546
|
+
#
|
547
|
+
# * Web and Express editions: Must be an integer from 20 to 1024.
|
496
548
|
# @option options [required, String] :db_instance_class
|
497
549
|
# The compute and memory capacity of the DB instance. Note that not all
|
498
550
|
# instance classes are available in all regions for all DB engines.
|
@@ -795,12 +847,16 @@ module Aws::RDS
|
|
795
847
|
#
|
796
848
|
# **MariaDB**
|
797
849
|
#
|
850
|
+
# * `10.1.23` (supported in all AWS regions)
|
851
|
+
#
|
798
852
|
# * `10.1.19` (supported in all AWS regions)
|
799
853
|
#
|
800
854
|
# * `10.1.14` (supported in all regions except us-east-2)
|
801
855
|
#
|
802
856
|
#
|
803
857
|
#
|
858
|
+
# * `10.0.31` (supported in all AWS regions)
|
859
|
+
#
|
804
860
|
# * `10.0.28` (supported in all AWS regions)
|
805
861
|
#
|
806
862
|
# * `10.0.24` (supported in all AWS regions)
|
data/lib/aws-sdk-rds/types.rb
CHANGED
@@ -1692,25 +1692,81 @@ module Aws::RDS
|
|
1692
1692
|
#
|
1693
1693
|
# **MySQL**
|
1694
1694
|
#
|
1695
|
-
# Constraints
|
1695
|
+
# Constraints to the amount of storage for each storage type are the
|
1696
|
+
# following:
|
1697
|
+
#
|
1698
|
+
# * General Purpose (SSD) storage (gp2): Must be an integer from 5 to
|
1699
|
+
# 6144.
|
1700
|
+
#
|
1701
|
+
# * Provisioned IOPS storage (io1): Must be an integer from 100 to
|
1702
|
+
# 6144.
|
1703
|
+
#
|
1704
|
+
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
1696
1705
|
#
|
1697
1706
|
# **MariaDB**
|
1698
1707
|
#
|
1699
|
-
# Constraints
|
1708
|
+
# Constraints to the amount of storage for each storage type are the
|
1709
|
+
# following:
|
1710
|
+
#
|
1711
|
+
# * General Purpose (SSD) storage (gp2): Must be an integer from 5 to
|
1712
|
+
# 6144.
|
1713
|
+
#
|
1714
|
+
# * Provisioned IOPS storage (io1): Must be an integer from 100 to
|
1715
|
+
# 6144.
|
1716
|
+
#
|
1717
|
+
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
1700
1718
|
#
|
1701
1719
|
# **PostgreSQL**
|
1702
1720
|
#
|
1703
|
-
# Constraints
|
1721
|
+
# Constraints to the amount of storage for each storage type are the
|
1722
|
+
# following:
|
1723
|
+
#
|
1724
|
+
# * General Purpose (SSD) storage (gp2): Must be an integer from 5 to
|
1725
|
+
# 6144.
|
1726
|
+
#
|
1727
|
+
# * Provisioned IOPS storage (io1): Must be an integer from 100 to
|
1728
|
+
# 6144.
|
1729
|
+
#
|
1730
|
+
# * Magnetic storage (standard): Must be an integer from 5 to 3072.
|
1704
1731
|
#
|
1705
1732
|
# **Oracle**
|
1706
1733
|
#
|
1707
|
-
# Constraints
|
1734
|
+
# Constraints to the amount of storage for each storage type are the
|
1735
|
+
# following:
|
1736
|
+
#
|
1737
|
+
# * General Purpose (SSD) storage (gp2): Must be an integer from 10 to
|
1738
|
+
# 6144.
|
1739
|
+
#
|
1740
|
+
# * Provisioned IOPS storage (io1): Must be an integer from 100 to
|
1741
|
+
# 6144.
|
1742
|
+
#
|
1743
|
+
# * Magnetic storage (standard): Must be an integer from 10 to 3072.
|
1708
1744
|
#
|
1709
1745
|
# **SQL Server**
|
1710
1746
|
#
|
1711
|
-
# Constraints
|
1712
|
-
#
|
1713
|
-
#
|
1747
|
+
# Constraints to the amount of storage for each storage type are the
|
1748
|
+
# following:
|
1749
|
+
#
|
1750
|
+
# * General Purpose (SSD) storage (gp2):
|
1751
|
+
#
|
1752
|
+
# * Enterprise and Standard editions: Must be an integer from 200 to
|
1753
|
+
# 16384.
|
1754
|
+
#
|
1755
|
+
# * Web and Express editions: Must be an integer from 20 to 16384.
|
1756
|
+
#
|
1757
|
+
# * Provisioned IOPS storage (io1):
|
1758
|
+
#
|
1759
|
+
# * Enterprise and Standard editions: Must be an integer from 200 to
|
1760
|
+
# 16384.
|
1761
|
+
#
|
1762
|
+
# * Web and Express editions: Must be an integer from 100 to 16384.
|
1763
|
+
#
|
1764
|
+
# * Magnetic storage (standard):
|
1765
|
+
#
|
1766
|
+
# * Enterprise and Standard editions: Must be an integer from 200 to
|
1767
|
+
# 1024.
|
1768
|
+
#
|
1769
|
+
# * Web and Express editions: Must be an integer from 20 to 1024.
|
1714
1770
|
# @return [Integer]
|
1715
1771
|
#
|
1716
1772
|
# @!attribute [rw] db_instance_class
|
@@ -2048,12 +2104,16 @@ module Aws::RDS
|
|
2048
2104
|
#
|
2049
2105
|
# **MariaDB**
|
2050
2106
|
#
|
2107
|
+
# * `10.1.23` (supported in all AWS regions)
|
2108
|
+
#
|
2051
2109
|
# * `10.1.19` (supported in all AWS regions)
|
2052
2110
|
#
|
2053
2111
|
# * `10.1.14` (supported in all regions except us-east-2)
|
2054
2112
|
#
|
2055
2113
|
#
|
2056
2114
|
#
|
2115
|
+
# * `10.0.31` (supported in all AWS regions)
|
2116
|
+
#
|
2057
2117
|
# * `10.0.28` (supported in all AWS regions)
|
2058
2118
|
#
|
2059
2119
|
# * `10.0.24` (supported in all AWS regions)
|
@@ -2506,7 +2566,8 @@ module Aws::RDS
|
|
2506
2566
|
# source is running MySQL 5.6.
|
2507
2567
|
#
|
2508
2568
|
# * Can specify a DB instance that is a PostgreSQL DB instance only if
|
2509
|
-
# the source is running PostgreSQL 9.3.5 or later.
|
2569
|
+
# the source is running PostgreSQL 9.3.5 or later (9.4.7 and higher
|
2570
|
+
# for cross region replication).
|
2510
2571
|
#
|
2511
2572
|
# * The specified DB instance must have automatic backups enabled, its
|
2512
2573
|
# backup retention period must be greater than 0.
|
@@ -9620,6 +9681,24 @@ module Aws::RDS
|
|
9620
9681
|
# DB instance.
|
9621
9682
|
# @return [Boolean]
|
9622
9683
|
#
|
9684
|
+
# @!attribute [rw] requires_auto_minor_engine_version_upgrade
|
9685
|
+
# If true, you must enable the Auto Minor Version Upgrade setting for
|
9686
|
+
# your DB instance before you can use this option. You can enable Auto
|
9687
|
+
# Minor Version Upgrade when you first create your DB instance, or by
|
9688
|
+
# modifying your DB instance later.
|
9689
|
+
# @return [Boolean]
|
9690
|
+
#
|
9691
|
+
# @!attribute [rw] vpc_only
|
9692
|
+
# If true, you can only use this option with a DB instance that is in
|
9693
|
+
# a VPC.
|
9694
|
+
# @return [Boolean]
|
9695
|
+
#
|
9696
|
+
# @!attribute [rw] supports_option_version_downgrade
|
9697
|
+
# If true, you can change the option to an earlier version of the
|
9698
|
+
# option. This only applies to options that have different versions
|
9699
|
+
# available.
|
9700
|
+
# @return [Boolean]
|
9701
|
+
#
|
9623
9702
|
# @!attribute [rw] option_group_option_settings
|
9624
9703
|
# The option settings that are available (and the default value) for
|
9625
9704
|
# each option in an option group.
|
@@ -9643,6 +9722,9 @@ module Aws::RDS
|
|
9643
9722
|
:options_conflicts_with,
|
9644
9723
|
:persistent,
|
9645
9724
|
:permanent,
|
9725
|
+
:requires_auto_minor_engine_version_upgrade,
|
9726
|
+
:vpc_only,
|
9727
|
+
:supports_option_version_downgrade,
|
9646
9728
|
:option_group_option_settings,
|
9647
9729
|
:option_group_option_versions)
|
9648
9730
|
include Aws::Structure
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-rds
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.0.
|
4
|
+
version: 1.0.0.rc18
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-08-
|
11
|
+
date: 2017-08-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sigv4
|