aws-sdk-rds 1.4.0 → 1.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-rds.rb +1 -1
- data/lib/aws-sdk-rds/client.rb +266 -242
- data/lib/aws-sdk-rds/client_api.rb +49 -0
- data/lib/aws-sdk-rds/db_cluster.rb +15 -19
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +4 -4
- data/lib/aws-sdk-rds/db_engine.rb +2 -4
- data/lib/aws-sdk-rds/db_instance.rb +84 -43
- data/lib/aws-sdk-rds/db_parameter_group.rb +1 -1
- data/lib/aws-sdk-rds/db_snapshot.rb +29 -7
- data/lib/aws-sdk-rds/event_subscription.rb +1 -4
- data/lib/aws-sdk-rds/option_group.rb +1 -1
- data/lib/aws-sdk-rds/resource.rb +53 -62
- data/lib/aws-sdk-rds/types.rb +345 -240
- 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: a18547d73bd8a7158bfb0156b16b77fbc62efeab
|
4
|
+
data.tar.gz: f240f5f3c9a67c60c696273be7c7597f839be73c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3b479113d4f70a25c001b195c0db7913f0569869da4cfbd7e7a3ad1f87159c10c07a3be815cbd3dd8dbb27c0a1f94a3159343927d685bb8ae4d1e934ca5f262
|
7
|
+
data.tar.gz: aece224beb4b3832839e64284fc0768e767fb734da8f60447603c78fd66fc8fe8e18cd8942ff9741cd47723cc1b503ec3220bdeea9430e45cc21dc87d98bbfa1
|
data/lib/aws-sdk-rds.rb
CHANGED
data/lib/aws-sdk-rds/client.rb
CHANGED
@@ -189,10 +189,7 @@ module Aws::RDS
|
|
189
189
|
# source identifier to.
|
190
190
|
#
|
191
191
|
# @option params [required, String] :source_identifier
|
192
|
-
# The identifier of the event source to be added.
|
193
|
-
# begin with a letter and must contain only ASCII letters, digits, and
|
194
|
-
# hyphens; it cannot end with a hyphen or contain two consecutive
|
195
|
-
# hyphens.
|
192
|
+
# The identifier of the event source to be added.
|
196
193
|
#
|
197
194
|
# Constraints:
|
198
195
|
#
|
@@ -534,7 +531,7 @@ module Aws::RDS
|
|
534
531
|
#
|
535
532
|
# * Cannot be null, empty, or blank
|
536
533
|
#
|
537
|
-
# * Must contain from 1 to 255
|
534
|
+
# * Must contain from 1 to 255 letters, numbers, or hyphens
|
538
535
|
#
|
539
536
|
# * First character must be a letter
|
540
537
|
#
|
@@ -686,12 +683,6 @@ module Aws::RDS
|
|
686
683
|
#
|
687
684
|
# Constraints:
|
688
685
|
#
|
689
|
-
# * Must contain from 1 to 63 alphanumeric characters or hyphens.
|
690
|
-
#
|
691
|
-
# * First character must be a letter.
|
692
|
-
#
|
693
|
-
# * Cannot end with a hyphen or contain two consecutive hyphens.
|
694
|
-
#
|
695
686
|
# * Must specify a valid system snapshot in the "available" state.
|
696
687
|
#
|
697
688
|
# * If the source snapshot is in the same AWS Region as the copy,
|
@@ -713,7 +704,7 @@ module Aws::RDS
|
|
713
704
|
#
|
714
705
|
# Constraints:
|
715
706
|
#
|
716
|
-
# * Must contain from 1 to 63
|
707
|
+
# * Must contain from 1 to 63 letters, numbers, or hyphens.
|
717
708
|
#
|
718
709
|
# * First character must be a letter.
|
719
710
|
#
|
@@ -892,7 +883,7 @@ module Aws::RDS
|
|
892
883
|
#
|
893
884
|
# * Cannot be null, empty, or blank
|
894
885
|
#
|
895
|
-
# * Must contain from 1 to 255
|
886
|
+
# * Must contain from 1 to 255 letters, numbers, or hyphens
|
896
887
|
#
|
897
888
|
# * First character must be a letter
|
898
889
|
#
|
@@ -1010,7 +1001,7 @@ module Aws::RDS
|
|
1010
1001
|
#
|
1011
1002
|
# * Cannot be null, empty, or blank
|
1012
1003
|
#
|
1013
|
-
# * Must contain from 1 to 255
|
1004
|
+
# * Must contain from 1 to 255 letters, numbers, or hyphens
|
1014
1005
|
#
|
1015
1006
|
# * First character must be a letter
|
1016
1007
|
#
|
@@ -1220,7 +1211,7 @@ module Aws::RDS
|
|
1220
1211
|
#
|
1221
1212
|
# * Cannot be null, empty, or blank
|
1222
1213
|
#
|
1223
|
-
# * Must contain from 1 to 255
|
1214
|
+
# * Must contain from 1 to 255 letters, numbers, or hyphens
|
1224
1215
|
#
|
1225
1216
|
# * First character must be a letter
|
1226
1217
|
#
|
@@ -1362,7 +1353,7 @@ module Aws::RDS
|
|
1362
1353
|
#
|
1363
1354
|
# Constraints:
|
1364
1355
|
#
|
1365
|
-
# * Must contain from 1 to 63
|
1356
|
+
# * Must contain from 1 to 63 letters, numbers, or hyphens.
|
1366
1357
|
#
|
1367
1358
|
# * First character must be a letter.
|
1368
1359
|
#
|
@@ -1377,11 +1368,10 @@ module Aws::RDS
|
|
1377
1368
|
#
|
1378
1369
|
# Constraints:
|
1379
1370
|
#
|
1380
|
-
# *
|
1381
|
-
#
|
1382
|
-
# * First character must be a letter
|
1371
|
+
# * If supplied, must match the name of an existing
|
1372
|
+
# DBClusterParameterGroup.
|
1383
1373
|
#
|
1384
|
-
#
|
1374
|
+
# ^
|
1385
1375
|
#
|
1386
1376
|
# @option params [Array<String>] :vpc_security_group_ids
|
1387
1377
|
# A list of EC2 VPC security groups to associate with this DB cluster.
|
@@ -1389,8 +1379,8 @@ module Aws::RDS
|
|
1389
1379
|
# @option params [String] :db_subnet_group_name
|
1390
1380
|
# A DB subnet group to associate with this DB cluster.
|
1391
1381
|
#
|
1392
|
-
# Constraints: Must
|
1393
|
-
#
|
1382
|
+
# Constraints: Must match the name of an existing DBSubnetGroup. Must
|
1383
|
+
# not be default.
|
1394
1384
|
#
|
1395
1385
|
# Example: `mySubnetgroup`
|
1396
1386
|
#
|
@@ -1417,7 +1407,7 @@ module Aws::RDS
|
|
1417
1407
|
#
|
1418
1408
|
# Constraints:
|
1419
1409
|
#
|
1420
|
-
# * Must be 1 to 16
|
1410
|
+
# * Must be 1 to 16 letters or numbers.
|
1421
1411
|
#
|
1422
1412
|
# * First character must be a letter.
|
1423
1413
|
#
|
@@ -1732,11 +1722,9 @@ module Aws::RDS
|
|
1732
1722
|
#
|
1733
1723
|
# Constraints:
|
1734
1724
|
#
|
1735
|
-
# * Must
|
1736
|
-
#
|
1737
|
-
# * First character must be a letter
|
1725
|
+
# * Must match the name of an existing DBClusterParameterGroup.
|
1738
1726
|
#
|
1739
|
-
#
|
1727
|
+
# ^
|
1740
1728
|
#
|
1741
1729
|
# <note markdown="1"> This value is stored as a lowercase string.
|
1742
1730
|
#
|
@@ -1819,7 +1807,7 @@ module Aws::RDS
|
|
1819
1807
|
#
|
1820
1808
|
# Constraints:
|
1821
1809
|
#
|
1822
|
-
# * Must contain from 1 to 63
|
1810
|
+
# * Must contain from 1 to 63 letters, numbers, or hyphens.
|
1823
1811
|
#
|
1824
1812
|
# * First character must be a letter.
|
1825
1813
|
#
|
@@ -1833,11 +1821,9 @@ module Aws::RDS
|
|
1833
1821
|
#
|
1834
1822
|
# Constraints:
|
1835
1823
|
#
|
1836
|
-
# * Must
|
1837
|
-
#
|
1838
|
-
# * First character must be a letter.
|
1824
|
+
# * Must match the identifier of an existing DBCluster.
|
1839
1825
|
#
|
1840
|
-
#
|
1826
|
+
# ^
|
1841
1827
|
#
|
1842
1828
|
# Example: `my-cluster1`
|
1843
1829
|
#
|
@@ -1926,7 +1912,7 @@ module Aws::RDS
|
|
1926
1912
|
#
|
1927
1913
|
# Constraints:
|
1928
1914
|
#
|
1929
|
-
# * Must contain 1 to 64
|
1915
|
+
# * Must contain 1 to 64 letters or numbers.
|
1930
1916
|
#
|
1931
1917
|
# * Cannot be a word reserved by the specified database engine
|
1932
1918
|
#
|
@@ -1938,7 +1924,7 @@ module Aws::RDS
|
|
1938
1924
|
#
|
1939
1925
|
# Constraints:
|
1940
1926
|
#
|
1941
|
-
# * Must contain 1 to 64
|
1927
|
+
# * Must contain 1 to 64 letters or numbers.
|
1942
1928
|
#
|
1943
1929
|
# * Cannot be a word reserved by the specified database engine
|
1944
1930
|
#
|
@@ -1950,7 +1936,7 @@ module Aws::RDS
|
|
1950
1936
|
#
|
1951
1937
|
# Constraints:
|
1952
1938
|
#
|
1953
|
-
# * Must contain 1 to 63
|
1939
|
+
# * Must contain 1 to 63 letters, numbers, or underscores.
|
1954
1940
|
#
|
1955
1941
|
# * Must begin with a letter or an underscore. Subsequent characters can
|
1956
1942
|
# be letters, underscores, or digits (0-9).
|
@@ -1983,7 +1969,7 @@ module Aws::RDS
|
|
1983
1969
|
#
|
1984
1970
|
# Constraints:
|
1985
1971
|
#
|
1986
|
-
# * Must contain 1 to 64
|
1972
|
+
# * Must contain 1 to 64 letters or numbers.
|
1987
1973
|
#
|
1988
1974
|
# * Cannot be a word reserved by the specified database engine
|
1989
1975
|
#
|
@@ -1993,7 +1979,7 @@ module Aws::RDS
|
|
1993
1979
|
#
|
1994
1980
|
# Constraints:
|
1995
1981
|
#
|
1996
|
-
# * Must contain from 1 to 63
|
1982
|
+
# * Must contain from 1 to 63 letters, numbers, or hyphens.
|
1997
1983
|
#
|
1998
1984
|
# * First character must be a letter.
|
1999
1985
|
#
|
@@ -2142,7 +2128,9 @@ module Aws::RDS
|
|
2142
2128
|
#
|
2143
2129
|
# Constraints:
|
2144
2130
|
#
|
2145
|
-
# *
|
2131
|
+
# * Required for MariaDB.
|
2132
|
+
#
|
2133
|
+
# * Must be 1 to 16 letters or numbers.
|
2146
2134
|
#
|
2147
2135
|
# * Cannot be a reserved word for the chosen database engine.
|
2148
2136
|
#
|
@@ -2150,9 +2138,11 @@ module Aws::RDS
|
|
2150
2138
|
#
|
2151
2139
|
# Constraints:
|
2152
2140
|
#
|
2153
|
-
# *
|
2141
|
+
# * Required for SQL Server.
|
2154
2142
|
#
|
2155
|
-
# *
|
2143
|
+
# * Must be 1 to 128 letters or numbers.
|
2144
|
+
#
|
2145
|
+
# * The first character must be a letter.
|
2156
2146
|
#
|
2157
2147
|
# * Cannot be a reserved word for the chosen database engine.
|
2158
2148
|
#
|
@@ -2160,7 +2150,9 @@ module Aws::RDS
|
|
2160
2150
|
#
|
2161
2151
|
# Constraints:
|
2162
2152
|
#
|
2163
|
-
# *
|
2153
|
+
# * Required for MySQL.
|
2154
|
+
#
|
2155
|
+
# * Must be 1 to 16 letters or numbers.
|
2164
2156
|
#
|
2165
2157
|
# * First character must be a letter.
|
2166
2158
|
#
|
@@ -2170,7 +2162,9 @@ module Aws::RDS
|
|
2170
2162
|
#
|
2171
2163
|
# Constraints:
|
2172
2164
|
#
|
2173
|
-
# *
|
2165
|
+
# * Required for Oracle.
|
2166
|
+
#
|
2167
|
+
# * Must be 1 to 30 letters or numbers.
|
2174
2168
|
#
|
2175
2169
|
# * First character must be a letter.
|
2176
2170
|
#
|
@@ -2180,7 +2174,9 @@ module Aws::RDS
|
|
2180
2174
|
#
|
2181
2175
|
# Constraints:
|
2182
2176
|
#
|
2183
|
-
# *
|
2177
|
+
# * Required for PostgreSQL.
|
2178
|
+
#
|
2179
|
+
# * Must be 1 to 63 letters or numbers.
|
2184
2180
|
#
|
2185
2181
|
# * First character must be a letter.
|
2186
2182
|
#
|
@@ -2282,7 +2278,7 @@ module Aws::RDS
|
|
2282
2278
|
#
|
2283
2279
|
# Constraints:
|
2284
2280
|
#
|
2285
|
-
# * Must be 1 to 255
|
2281
|
+
# * Must be 1 to 255 letters, numbers, or hyphens.
|
2286
2282
|
#
|
2287
2283
|
# * First character must be a letter
|
2288
2284
|
#
|
@@ -3061,6 +3057,8 @@ module Aws::RDS
|
|
3061
3057
|
# * Can only be specified if the source DB instance identifier specifies
|
3062
3058
|
# a DB instance in another AWS Region.
|
3063
3059
|
#
|
3060
|
+
# * If supplied, must match the name of an existing DBSubnetGroup.
|
3061
|
+
#
|
3064
3062
|
# * The specified DB subnet group must be in the same AWS Region in
|
3065
3063
|
# which the operation is running.
|
3066
3064
|
#
|
@@ -3073,9 +3071,6 @@ module Aws::RDS
|
|
3073
3071
|
# * Not specify a DB subnet group. All these Read Replicas will be
|
3074
3072
|
# created outside of any VPC.
|
3075
3073
|
#
|
3076
|
-
# Constraints: Must contain no more than 255 alphanumeric characters,
|
3077
|
-
# periods, underscores, spaces, or hyphens. Must not be default.
|
3078
|
-
#
|
3079
3074
|
# Example: `mySubnetgroup`
|
3080
3075
|
#
|
3081
3076
|
# @option params [String] :storage_type
|
@@ -3409,7 +3404,7 @@ module Aws::RDS
|
|
3409
3404
|
#
|
3410
3405
|
# Constraints:
|
3411
3406
|
#
|
3412
|
-
# * Must be 1 to 255
|
3407
|
+
# * Must be 1 to 255 letters, numbers, or hyphens.
|
3413
3408
|
#
|
3414
3409
|
# * First character must be a letter
|
3415
3410
|
#
|
@@ -3491,7 +3486,7 @@ module Aws::RDS
|
|
3491
3486
|
#
|
3492
3487
|
# Constraints:
|
3493
3488
|
#
|
3494
|
-
# * Must be 1 to 255
|
3489
|
+
# * Must be 1 to 255 letters, numbers, or hyphens.
|
3495
3490
|
#
|
3496
3491
|
# * First character must be a letter
|
3497
3492
|
#
|
@@ -3575,7 +3570,7 @@ module Aws::RDS
|
|
3575
3570
|
#
|
3576
3571
|
# * Cannot be null, empty, or blank
|
3577
3572
|
#
|
3578
|
-
# * Must contain from 1 to 255
|
3573
|
+
# * Must contain from 1 to 255 letters, numbers, or hyphens
|
3579
3574
|
#
|
3580
3575
|
# * First character must be a letter
|
3581
3576
|
#
|
@@ -3584,16 +3579,14 @@ module Aws::RDS
|
|
3584
3579
|
# Example: `my-snapshot-id`
|
3585
3580
|
#
|
3586
3581
|
# @option params [required, String] :db_instance_identifier
|
3587
|
-
# The DB instance
|
3588
|
-
#
|
3582
|
+
# The identifier of the DB instance that you want to create the snapshot
|
3583
|
+
# of.
|
3589
3584
|
#
|
3590
3585
|
# Constraints:
|
3591
3586
|
#
|
3592
|
-
# * Must
|
3593
|
-
#
|
3594
|
-
# * First character must be a letter
|
3587
|
+
# * Must match the identifier of an existing DBInstance.
|
3595
3588
|
#
|
3596
|
-
#
|
3589
|
+
# ^
|
3597
3590
|
#
|
3598
3591
|
# @option params [Array<Types::Tag>] :tags
|
3599
3592
|
# A list of tags.
|
@@ -3676,8 +3669,8 @@ module Aws::RDS
|
|
3676
3669
|
# The name for the DB subnet group. This value is stored as a lowercase
|
3677
3670
|
# string.
|
3678
3671
|
#
|
3679
|
-
# Constraints: Must contain no more than 255
|
3680
|
-
#
|
3672
|
+
# Constraints: Must contain no more than 255 letters, numbers, periods,
|
3673
|
+
# underscores, spaces, or hyphens. Must not be default.
|
3681
3674
|
#
|
3682
3675
|
# Example: `mySubnetgroup`
|
3683
3676
|
#
|
@@ -3906,7 +3899,7 @@ module Aws::RDS
|
|
3906
3899
|
#
|
3907
3900
|
# Constraints:
|
3908
3901
|
#
|
3909
|
-
# * Must be 1 to 255
|
3902
|
+
# * Must be 1 to 255 letters, numbers, or hyphens
|
3910
3903
|
#
|
3911
3904
|
# * First character must be a letter
|
3912
3905
|
#
|
@@ -4027,11 +4020,9 @@ module Aws::RDS
|
|
4027
4020
|
#
|
4028
4021
|
# Constraints:
|
4029
4022
|
#
|
4030
|
-
# * Must
|
4031
|
-
#
|
4032
|
-
# * First character must be a letter
|
4023
|
+
# * Must match an existing DBClusterIdentifier.
|
4033
4024
|
#
|
4034
|
-
#
|
4025
|
+
# ^
|
4035
4026
|
#
|
4036
4027
|
# @option params [Boolean] :skip_final_snapshot
|
4037
4028
|
# Determines whether a final DB cluster snapshot is created before the
|
@@ -4057,7 +4048,7 @@ module Aws::RDS
|
|
4057
4048
|
#
|
4058
4049
|
# Constraints:
|
4059
4050
|
#
|
4060
|
-
# * Must be 1 to 255
|
4051
|
+
# * Must be 1 to 255 letters, numbers, or hyphens.
|
4061
4052
|
#
|
4062
4053
|
# * First character must be a letter
|
4063
4054
|
#
|
@@ -4314,11 +4305,9 @@ module Aws::RDS
|
|
4314
4305
|
#
|
4315
4306
|
# Constraints:
|
4316
4307
|
#
|
4317
|
-
# * Must
|
4318
|
-
#
|
4319
|
-
# * First character must be a letter
|
4308
|
+
# * Must match the name of an existing DB instance.
|
4320
4309
|
#
|
4321
|
-
#
|
4310
|
+
# ^
|
4322
4311
|
#
|
4323
4312
|
# @option params [Boolean] :skip_final_snapshot
|
4324
4313
|
# Determines whether a final DB snapshot is created before the DB
|
@@ -4351,7 +4340,7 @@ module Aws::RDS
|
|
4351
4340
|
#
|
4352
4341
|
# Constraints:
|
4353
4342
|
#
|
4354
|
-
# * Must be 1 to 255
|
4343
|
+
# * Must be 1 to 255 letters or numbers.
|
4355
4344
|
#
|
4356
4345
|
# * First character must be a letter
|
4357
4346
|
#
|
@@ -4546,7 +4535,7 @@ module Aws::RDS
|
|
4546
4535
|
#
|
4547
4536
|
# Constraints:
|
4548
4537
|
#
|
4549
|
-
# * Must be 1 to 255
|
4538
|
+
# * Must be 1 to 255 letters, numbers, or hyphens.
|
4550
4539
|
#
|
4551
4540
|
# * First character must be a letter
|
4552
4541
|
#
|
@@ -4672,8 +4661,8 @@ module Aws::RDS
|
|
4672
4661
|
#
|
4673
4662
|
# Constraints:
|
4674
4663
|
#
|
4675
|
-
# Constraints: Must
|
4676
|
-
#
|
4664
|
+
# Constraints: Must match the name of an existing DBSubnetGroup. Must
|
4665
|
+
# not be default.
|
4677
4666
|
#
|
4678
4667
|
# Example: `mySubnetgroup`
|
4679
4668
|
#
|
@@ -4842,11 +4831,9 @@ module Aws::RDS
|
|
4842
4831
|
#
|
4843
4832
|
# Constraints:
|
4844
4833
|
#
|
4845
|
-
# * Must
|
4846
|
-
#
|
4847
|
-
# * First character must be a letter
|
4834
|
+
# * Must match an existing CertificateIdentifier.
|
4848
4835
|
#
|
4849
|
-
#
|
4836
|
+
# ^
|
4850
4837
|
#
|
4851
4838
|
# @option params [Array<Types::Filter>] :filters
|
4852
4839
|
# This parameter is not currently supported.
|
@@ -4938,11 +4925,10 @@ module Aws::RDS
|
|
4938
4925
|
#
|
4939
4926
|
# Constraints:
|
4940
4927
|
#
|
4941
|
-
# *
|
4942
|
-
#
|
4943
|
-
# * First character must be a letter
|
4928
|
+
# * If supplied, must match the name of an existing
|
4929
|
+
# DBClusterParameterGroup.
|
4944
4930
|
#
|
4945
|
-
#
|
4931
|
+
# ^
|
4946
4932
|
#
|
4947
4933
|
# @option params [Array<Types::Filter>] :filters
|
4948
4934
|
# This parameter is not currently supported.
|
@@ -5029,11 +5015,10 @@ module Aws::RDS
|
|
5029
5015
|
#
|
5030
5016
|
# Constraints:
|
5031
5017
|
#
|
5032
|
-
# *
|
5033
|
-
#
|
5034
|
-
# * First character must be a letter
|
5018
|
+
# * If supplied, must match the name of an existing
|
5019
|
+
# DBClusterParameterGroup.
|
5035
5020
|
#
|
5036
|
-
#
|
5021
|
+
# ^
|
5037
5022
|
#
|
5038
5023
|
# @option params [String] :source
|
5039
5024
|
# A value that indicates to return only parameters for a specific
|
@@ -5194,11 +5179,9 @@ module Aws::RDS
|
|
5194
5179
|
#
|
5195
5180
|
# Constraints:
|
5196
5181
|
#
|
5197
|
-
# *
|
5198
|
-
#
|
5199
|
-
# * First character must be a letter
|
5182
|
+
# * If supplied, must match the identifier of an existing DBCluster.
|
5200
5183
|
#
|
5201
|
-
#
|
5184
|
+
# ^
|
5202
5185
|
#
|
5203
5186
|
# @option params [String] :db_cluster_snapshot_identifier
|
5204
5187
|
# A specific DB cluster snapshot identifier to describe. This parameter
|
@@ -5207,11 +5190,8 @@ module Aws::RDS
|
|
5207
5190
|
#
|
5208
5191
|
# Constraints:
|
5209
5192
|
#
|
5210
|
-
# *
|
5211
|
-
#
|
5212
|
-
# * First character must be a letter
|
5213
|
-
#
|
5214
|
-
# * Cannot end with a hyphen or contain two consecutive hyphens
|
5193
|
+
# * If supplied, must match the identifier of an existing
|
5194
|
+
# DBClusterSnapshot.
|
5215
5195
|
#
|
5216
5196
|
# * If this identifier is for an automated snapshot, the `SnapshotType`
|
5217
5197
|
# parameter must also be specified.
|
@@ -5371,11 +5351,9 @@ module Aws::RDS
|
|
5371
5351
|
#
|
5372
5352
|
# Constraints:
|
5373
5353
|
#
|
5374
|
-
# *
|
5375
|
-
#
|
5376
|
-
# * First character must be a letter
|
5354
|
+
# * If supplied, must match an existing DBClusterIdentifier.
|
5377
5355
|
#
|
5378
|
-
#
|
5356
|
+
# ^
|
5379
5357
|
#
|
5380
5358
|
# @option params [Array<Types::Filter>] :filters
|
5381
5359
|
# A filter that specifies one or more DB clusters to describe.
|
@@ -5512,11 +5490,9 @@ module Aws::RDS
|
|
5512
5490
|
#
|
5513
5491
|
# Constraints:
|
5514
5492
|
#
|
5515
|
-
# *
|
5516
|
-
#
|
5517
|
-
# * First character must be a letter
|
5493
|
+
# * If supplied, must match an existing DBParameterGroupFamily.
|
5518
5494
|
#
|
5519
|
-
#
|
5495
|
+
# ^
|
5520
5496
|
#
|
5521
5497
|
# @option params [Array<Types::Filter>] :filters
|
5522
5498
|
# Not currently supported.
|
@@ -5633,11 +5609,9 @@ module Aws::RDS
|
|
5633
5609
|
#
|
5634
5610
|
# Constraints:
|
5635
5611
|
#
|
5636
|
-
# *
|
5637
|
-
#
|
5638
|
-
# * First character must be a letter
|
5612
|
+
# * If supplied, must match the identifier of an existing DBInstance.
|
5639
5613
|
#
|
5640
|
-
#
|
5614
|
+
# ^
|
5641
5615
|
#
|
5642
5616
|
# @option params [Array<Types::Filter>] :filters
|
5643
5617
|
# A filter that specifies one or more DB instances to describe.
|
@@ -5814,11 +5788,9 @@ module Aws::RDS
|
|
5814
5788
|
#
|
5815
5789
|
# Constraints:
|
5816
5790
|
#
|
5817
|
-
# * Must
|
5818
|
-
#
|
5819
|
-
# * First character must be a letter
|
5791
|
+
# * Must match the identifier of an existing DBInstance.
|
5820
5792
|
#
|
5821
|
-
#
|
5793
|
+
# ^
|
5822
5794
|
#
|
5823
5795
|
# @option params [String] :filename_contains
|
5824
5796
|
# Filters the available log files for log file names that contain the
|
@@ -5911,11 +5883,10 @@ module Aws::RDS
|
|
5911
5883
|
#
|
5912
5884
|
# Constraints:
|
5913
5885
|
#
|
5914
|
-
# *
|
5915
|
-
#
|
5916
|
-
# * First character must be a letter
|
5886
|
+
# * If supplied, must match the name of an existing
|
5887
|
+
# DBClusterParameterGroup.
|
5917
5888
|
#
|
5918
|
-
#
|
5889
|
+
# ^
|
5919
5890
|
#
|
5920
5891
|
# @option params [Array<Types::Filter>] :filters
|
5921
5892
|
# This parameter is not currently supported.
|
@@ -5994,11 +5965,9 @@ module Aws::RDS
|
|
5994
5965
|
#
|
5995
5966
|
# Constraints:
|
5996
5967
|
#
|
5997
|
-
# *
|
5998
|
-
#
|
5999
|
-
# * First character must be a letter
|
5968
|
+
# * If supplied, must match the name of an existing DBParameterGroup.
|
6000
5969
|
#
|
6001
|
-
#
|
5970
|
+
# ^
|
6002
5971
|
#
|
6003
5972
|
# @option params [String] :source
|
6004
5973
|
# The parameter types to return.
|
@@ -6239,11 +6208,9 @@ module Aws::RDS
|
|
6239
6208
|
#
|
6240
6209
|
# Constraints:
|
6241
6210
|
#
|
6242
|
-
# *
|
6243
|
-
#
|
6244
|
-
# * First character must be a letter
|
6211
|
+
# * If supplied, must match the identifier of an existing DBInstance.
|
6245
6212
|
#
|
6246
|
-
#
|
6213
|
+
# ^
|
6247
6214
|
#
|
6248
6215
|
# @option params [String] :db_snapshot_identifier
|
6249
6216
|
# A specific DB snapshot identifier to describe. This parameter cannot
|
@@ -6252,11 +6219,7 @@ module Aws::RDS
|
|
6252
6219
|
#
|
6253
6220
|
# Constraints:
|
6254
6221
|
#
|
6255
|
-
# *
|
6256
|
-
#
|
6257
|
-
# * First character must be a letter.
|
6258
|
-
#
|
6259
|
-
# * Cannot end with a hyphen or contain two consecutive hyphens.
|
6222
|
+
# * If supplied, must match the identifier of an existing DBSnapshot.
|
6260
6223
|
#
|
6261
6224
|
# * If this identifier is for an automated snapshot, the `SnapshotType`
|
6262
6225
|
# parameter must also be specified.
|
@@ -7759,6 +7722,48 @@ module Aws::RDS
|
|
7759
7722
|
req.send_request(options)
|
7760
7723
|
end
|
7761
7724
|
|
7725
|
+
# You can call DescribeValidDBInstanceModifications to learn what
|
7726
|
+
# modifications you can make to your DB instance. You can use this
|
7727
|
+
# information when you call ModifyDBInstance.
|
7728
|
+
#
|
7729
|
+
# @option params [required, String] :db_instance_identifier
|
7730
|
+
# The customer identifier or the ARN of your DB instance.
|
7731
|
+
#
|
7732
|
+
# @return [Types::DescribeValidDBInstanceModificationsResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
7733
|
+
#
|
7734
|
+
# * {Types::DescribeValidDBInstanceModificationsResult#valid_db_instance_modifications_message #valid_db_instance_modifications_message} => Types::ValidDBInstanceModificationsMessage
|
7735
|
+
#
|
7736
|
+
# @example Request syntax with placeholder values
|
7737
|
+
#
|
7738
|
+
# resp = client.describe_valid_db_instance_modifications({
|
7739
|
+
# db_instance_identifier: "String", # required
|
7740
|
+
# })
|
7741
|
+
#
|
7742
|
+
# @example Response structure
|
7743
|
+
#
|
7744
|
+
# resp.valid_db_instance_modifications_message.storage #=> Array
|
7745
|
+
# resp.valid_db_instance_modifications_message.storage[0].storage_type #=> String
|
7746
|
+
# resp.valid_db_instance_modifications_message.storage[0].storage_size #=> Array
|
7747
|
+
# resp.valid_db_instance_modifications_message.storage[0].storage_size[0].from #=> Integer
|
7748
|
+
# resp.valid_db_instance_modifications_message.storage[0].storage_size[0].to #=> Integer
|
7749
|
+
# resp.valid_db_instance_modifications_message.storage[0].storage_size[0].step #=> Integer
|
7750
|
+
# resp.valid_db_instance_modifications_message.storage[0].provisioned_iops #=> Array
|
7751
|
+
# resp.valid_db_instance_modifications_message.storage[0].provisioned_iops[0].from #=> Integer
|
7752
|
+
# resp.valid_db_instance_modifications_message.storage[0].provisioned_iops[0].to #=> Integer
|
7753
|
+
# resp.valid_db_instance_modifications_message.storage[0].provisioned_iops[0].step #=> Integer
|
7754
|
+
# resp.valid_db_instance_modifications_message.storage[0].iops_to_storage_ratio #=> Array
|
7755
|
+
# resp.valid_db_instance_modifications_message.storage[0].iops_to_storage_ratio[0].from #=> Float
|
7756
|
+
# resp.valid_db_instance_modifications_message.storage[0].iops_to_storage_ratio[0].to #=> Float
|
7757
|
+
#
|
7758
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeValidDBInstanceModifications AWS API Documentation
|
7759
|
+
#
|
7760
|
+
# @overload describe_valid_db_instance_modifications(params = {})
|
7761
|
+
# @param [Hash] params ({})
|
7762
|
+
def describe_valid_db_instance_modifications(params = {}, options = {})
|
7763
|
+
req = build_request(:describe_valid_db_instance_modifications, params)
|
7764
|
+
req.send_request(options)
|
7765
|
+
end
|
7766
|
+
|
7762
7767
|
# Downloads all or a portion of the specified log file, up to 1 MB in
|
7763
7768
|
# size.
|
7764
7769
|
#
|
@@ -7768,11 +7773,9 @@ module Aws::RDS
|
|
7768
7773
|
#
|
7769
7774
|
# Constraints:
|
7770
7775
|
#
|
7771
|
-
# * Must
|
7772
|
-
#
|
7773
|
-
# * First character must be a letter
|
7776
|
+
# * Must match the identifier of an existing DBInstance.
|
7774
7777
|
#
|
7775
|
-
#
|
7778
|
+
# ^
|
7776
7779
|
#
|
7777
7780
|
# @option params [required, String] :log_file_name
|
7778
7781
|
# The name of the log file to be downloaded.
|
@@ -7878,11 +7881,9 @@ module Aws::RDS
|
|
7878
7881
|
#
|
7879
7882
|
# Constraints:
|
7880
7883
|
#
|
7881
|
-
# * Must
|
7882
|
-
#
|
7883
|
-
# * First character must be a letter
|
7884
|
+
# * Must match the identifier of an existing DBCluster.
|
7884
7885
|
#
|
7885
|
-
#
|
7886
|
+
# ^
|
7886
7887
|
#
|
7887
7888
|
# @option params [String] :target_db_instance_identifier
|
7888
7889
|
# The name of the instance to promote to the primary instance.
|
@@ -8057,13 +8058,9 @@ module Aws::RDS
|
|
8057
8058
|
#
|
8058
8059
|
# Constraints:
|
8059
8060
|
#
|
8060
|
-
# * Must
|
8061
|
-
#
|
8062
|
-
# * Must contain from 1 to 63 alphanumeric characters or hyphens.
|
8063
|
-
#
|
8064
|
-
# * First character must be a letter.
|
8061
|
+
# * Must match the identifier of an existing DBCluster.
|
8065
8062
|
#
|
8066
|
-
#
|
8063
|
+
# ^
|
8067
8064
|
#
|
8068
8065
|
# @option params [String] :new_db_cluster_identifier
|
8069
8066
|
# The new DB cluster identifier for the DB cluster when renaming a DB
|
@@ -8071,9 +8068,9 @@ module Aws::RDS
|
|
8071
8068
|
#
|
8072
8069
|
# Constraints:
|
8073
8070
|
#
|
8074
|
-
# * Must contain from 1 to 63
|
8071
|
+
# * Must contain from 1 to 63 letters, numbers, or hyphens
|
8075
8072
|
#
|
8076
|
-
# *
|
8073
|
+
# * The first character must be a letter
|
8077
8074
|
#
|
8078
8075
|
# * Cannot end with a hyphen or contain two consecutive hyphens
|
8079
8076
|
#
|
@@ -8492,7 +8489,9 @@ module Aws::RDS
|
|
8492
8489
|
|
8493
8490
|
# Modifies settings for a DB instance. You can change one or more
|
8494
8491
|
# database configuration parameters by specifying these parameters and
|
8495
|
-
# the new values in the request.
|
8492
|
+
# the new values in the request. To learn what modifications you can
|
8493
|
+
# make to your DB instance, call DescribeValidDBInstanceModifications
|
8494
|
+
# before you call ModifyDBInstance.
|
8496
8495
|
#
|
8497
8496
|
# @option params [required, String] :db_instance_identifier
|
8498
8497
|
# The DB instance identifier. This value is stored as a lowercase
|
@@ -8500,13 +8499,9 @@ module Aws::RDS
|
|
8500
8499
|
#
|
8501
8500
|
# Constraints:
|
8502
8501
|
#
|
8503
|
-
# * Must
|
8502
|
+
# * Must match the identifier of an existing DBInstance.
|
8504
8503
|
#
|
8505
|
-
#
|
8506
|
-
#
|
8507
|
-
# * First character must be a letter
|
8508
|
-
#
|
8509
|
-
# * Cannot end with a hyphen or contain two consecutive hyphens
|
8504
|
+
# ^
|
8510
8505
|
#
|
8511
8506
|
# @option params [Integer] :allocated_storage
|
8512
8507
|
# The new storage capacity of the RDS instance. Changing this setting
|
@@ -8615,8 +8610,8 @@ module Aws::RDS
|
|
8615
8610
|
# change is applied during the next maintenance window, unless you
|
8616
8611
|
# specify `true` for the `ApplyImmediately` parameter.
|
8617
8612
|
#
|
8618
|
-
# Constraints:
|
8619
|
-
#
|
8613
|
+
# Constraints: If supplied, must match the name of an existing
|
8614
|
+
# DBSubnetGroup.
|
8620
8615
|
#
|
8621
8616
|
# Example: `mySubnetGroup`
|
8622
8617
|
#
|
@@ -8631,11 +8626,9 @@ module Aws::RDS
|
|
8631
8626
|
#
|
8632
8627
|
# Constraints:
|
8633
8628
|
#
|
8634
|
-
# *
|
8635
|
-
#
|
8636
|
-
# * First character must be a letter
|
8629
|
+
# * If supplied, must match existing DBSecurityGroups.
|
8637
8630
|
#
|
8638
|
-
#
|
8631
|
+
# ^
|
8639
8632
|
#
|
8640
8633
|
# @option params [Array<String>] :vpc_security_group_ids
|
8641
8634
|
# A list of EC2 VPC security groups to authorize on this DB instance.
|
@@ -8648,11 +8641,9 @@ module Aws::RDS
|
|
8648
8641
|
#
|
8649
8642
|
# Constraints:
|
8650
8643
|
#
|
8651
|
-
# *
|
8652
|
-
#
|
8653
|
-
# * First character must be a letter
|
8644
|
+
# * If supplied, must match existing VpcSecurityGroupIds.
|
8654
8645
|
#
|
8655
|
-
#
|
8646
|
+
# ^
|
8656
8647
|
#
|
8657
8648
|
# @option params [Boolean] :apply_immediately
|
8658
8649
|
# Specifies whether the modifications in this request and any pending
|
@@ -8692,9 +8683,25 @@ module Aws::RDS
|
|
8692
8683
|
#
|
8693
8684
|
# Default: Uses existing setting
|
8694
8685
|
#
|
8695
|
-
#
|
8696
|
-
#
|
8697
|
-
#
|
8686
|
+
# **MariaDB**
|
8687
|
+
#
|
8688
|
+
# Constraints: Must contain from 8 to 41 characters.
|
8689
|
+
#
|
8690
|
+
# **Microsoft SQL Server**
|
8691
|
+
#
|
8692
|
+
# Constraints: Must contain from 8 to 128 characters.
|
8693
|
+
#
|
8694
|
+
# **MySQL**
|
8695
|
+
#
|
8696
|
+
# Constraints: Must contain from 8 to 41 characters.
|
8697
|
+
#
|
8698
|
+
# **Oracle**
|
8699
|
+
#
|
8700
|
+
# Constraints: Must contain from 8 to 30 characters.
|
8701
|
+
#
|
8702
|
+
# **PostgreSQL**
|
8703
|
+
#
|
8704
|
+
# Constraints: Must contain from 8 to 128 characters.
|
8698
8705
|
#
|
8699
8706
|
# <note markdown="1"> Amazon RDS API actions never return the password, so this action
|
8700
8707
|
# provides a way to regain access to a primary instance user if the
|
@@ -8896,11 +8903,13 @@ module Aws::RDS
|
|
8896
8903
|
#
|
8897
8904
|
# Constraints:
|
8898
8905
|
#
|
8899
|
-
# * Must contain from 1 to 63
|
8906
|
+
# * Must contain from 1 to 63 letters, numbers, or hyphens.
|
8900
8907
|
#
|
8901
|
-
# *
|
8908
|
+
# * The first character must be a letter.
|
8902
8909
|
#
|
8903
|
-
# * Cannot end with a hyphen or contain two consecutive hyphens
|
8910
|
+
# * Cannot end with a hyphen or contain two consecutive hyphens.
|
8911
|
+
#
|
8912
|
+
# Example: `mydbinstance`
|
8904
8913
|
#
|
8905
8914
|
# @option params [String] :storage_type
|
8906
8915
|
# Specifies the storage type to be associated with the DB instance.
|
@@ -9267,13 +9276,9 @@ module Aws::RDS
|
|
9267
9276
|
#
|
9268
9277
|
# Constraints:
|
9269
9278
|
#
|
9270
|
-
# *
|
9271
|
-
#
|
9272
|
-
# * Must be 1 to 255 alphanumeric characters
|
9279
|
+
# * If supplied, must match the name of an existing DBParameterGroup.
|
9273
9280
|
#
|
9274
|
-
#
|
9275
|
-
#
|
9276
|
-
# * Cannot end with a hyphen or contain two consecutive hyphens
|
9281
|
+
# ^
|
9277
9282
|
#
|
9278
9283
|
# @option params [required, Array<Types::Parameter>] :parameters
|
9279
9284
|
# An array of parameter names, values, and the apply method for the
|
@@ -9541,10 +9546,10 @@ module Aws::RDS
|
|
9541
9546
|
#
|
9542
9547
|
# @option params [required, String] :db_subnet_group_name
|
9543
9548
|
# The name for the DB subnet group. This value is stored as a lowercase
|
9544
|
-
# string.
|
9549
|
+
# string. You can't modify the default subnet group.
|
9545
9550
|
#
|
9546
|
-
# Constraints: Must
|
9547
|
-
#
|
9551
|
+
# Constraints: Must match the name of an existing DBSubnetGroup. Must
|
9552
|
+
# not be default.
|
9548
9553
|
#
|
9549
9554
|
# Example: `mySubnetgroup`
|
9550
9555
|
#
|
@@ -9847,13 +9852,9 @@ module Aws::RDS
|
|
9847
9852
|
#
|
9848
9853
|
# Constraints:
|
9849
9854
|
#
|
9850
|
-
# * Must
|
9851
|
-
#
|
9852
|
-
# * Must contain from 1 to 63 alphanumeric characters or hyphens
|
9853
|
-
#
|
9854
|
-
# * First character must be a letter
|
9855
|
+
# * Must match the identifier of an existing Read Replica DB instance.
|
9855
9856
|
#
|
9856
|
-
#
|
9857
|
+
# ^
|
9857
9858
|
#
|
9858
9859
|
# Example: `mydbinstance`
|
9859
9860
|
#
|
@@ -10033,11 +10034,9 @@ module Aws::RDS
|
|
10033
10034
|
#
|
10034
10035
|
# Constraints:
|
10035
10036
|
#
|
10036
|
-
# * Must
|
10037
|
-
#
|
10038
|
-
# * First character must be a letter.
|
10037
|
+
# * Must match the identifier of an existing DBCluster Read Replica.
|
10039
10038
|
#
|
10040
|
-
#
|
10039
|
+
# ^
|
10041
10040
|
#
|
10042
10041
|
# Example: `my-cluster-replica1`
|
10043
10042
|
#
|
@@ -10219,11 +10218,9 @@ module Aws::RDS
|
|
10219
10218
|
#
|
10220
10219
|
# Constraints:
|
10221
10220
|
#
|
10222
|
-
# * Must
|
10223
|
-
#
|
10224
|
-
# * First character must be a letter
|
10221
|
+
# * Must match the identifier of an existing DBInstance.
|
10225
10222
|
#
|
10226
|
-
#
|
10223
|
+
# ^
|
10227
10224
|
#
|
10228
10225
|
# @option params [Boolean] :force_failover
|
10229
10226
|
# When `true`, the reboot will be conducted through a MultiAZ failover.
|
@@ -10608,11 +10605,9 @@ module Aws::RDS
|
|
10608
10605
|
#
|
10609
10606
|
# Constraints:
|
10610
10607
|
#
|
10611
|
-
# * Must
|
10612
|
-
#
|
10613
|
-
# * First character must be a letter
|
10608
|
+
# * Must match the name of an existing DBParameterGroup.
|
10614
10609
|
#
|
10615
|
-
#
|
10610
|
+
# ^
|
10616
10611
|
#
|
10617
10612
|
# @option params [Boolean] :reset_all_parameters
|
10618
10613
|
# Specifies whether (`true`) or not (`false`) to reset all parameters in
|
@@ -10738,7 +10733,7 @@ module Aws::RDS
|
|
10738
10733
|
#
|
10739
10734
|
# Constraints:
|
10740
10735
|
#
|
10741
|
-
# * Must contain from 1 to 63
|
10736
|
+
# * Must contain from 1 to 63 letters, numbers, or hyphens.
|
10742
10737
|
#
|
10743
10738
|
# * First character must be a letter.
|
10744
10739
|
#
|
@@ -10753,11 +10748,10 @@ module Aws::RDS
|
|
10753
10748
|
#
|
10754
10749
|
# Constraints:
|
10755
10750
|
#
|
10756
|
-
# *
|
10757
|
-
#
|
10758
|
-
# * First character must be a letter
|
10751
|
+
# * If supplied, must match the name of an existing
|
10752
|
+
# DBClusterParameterGroup.
|
10759
10753
|
#
|
10760
|
-
#
|
10754
|
+
# ^
|
10761
10755
|
#
|
10762
10756
|
# @option params [Array<String>] :vpc_security_group_ids
|
10763
10757
|
# A list of EC2 VPC security groups to associate with the restored DB
|
@@ -10766,8 +10760,8 @@ module Aws::RDS
|
|
10766
10760
|
# @option params [String] :db_subnet_group_name
|
10767
10761
|
# A DB subnet group to associate with the restored DB cluster.
|
10768
10762
|
#
|
10769
|
-
# Constraints:
|
10770
|
-
#
|
10763
|
+
# Constraints: If supplied, must match the name of an existing
|
10764
|
+
# DBSubnetGroup.
|
10771
10765
|
#
|
10772
10766
|
# Example: `mySubnetgroup`
|
10773
10767
|
#
|
@@ -10795,7 +10789,7 @@ module Aws::RDS
|
|
10795
10789
|
#
|
10796
10790
|
# Constraints:
|
10797
10791
|
#
|
10798
|
-
# * Must be 1 to 16
|
10792
|
+
# * Must be 1 to 16 letters or numbers.
|
10799
10793
|
#
|
10800
10794
|
# * First character must be a letter.
|
10801
10795
|
#
|
@@ -11039,7 +11033,7 @@ module Aws::RDS
|
|
11039
11033
|
#
|
11040
11034
|
# Constraints:
|
11041
11035
|
#
|
11042
|
-
# * Must contain from 1 to 255
|
11036
|
+
# * Must contain from 1 to 255 letters, numbers, or hyphens
|
11043
11037
|
#
|
11044
11038
|
# * First character must be a letter
|
11045
11039
|
#
|
@@ -11057,11 +11051,9 @@ module Aws::RDS
|
|
11057
11051
|
#
|
11058
11052
|
# Constraints:
|
11059
11053
|
#
|
11060
|
-
# * Must
|
11061
|
-
#
|
11062
|
-
# * First character must be a letter
|
11054
|
+
# * Must match the identifier of an existing Snapshot.
|
11063
11055
|
#
|
11064
|
-
#
|
11056
|
+
# ^
|
11065
11057
|
#
|
11066
11058
|
# @option params [required, String] :engine
|
11067
11059
|
# The database engine to use for the new DB cluster.
|
@@ -11083,8 +11075,8 @@ module Aws::RDS
|
|
11083
11075
|
# @option params [String] :db_subnet_group_name
|
11084
11076
|
# The name of the DB subnet group to use for the new DB cluster.
|
11085
11077
|
#
|
11086
|
-
# Constraints:
|
11087
|
-
#
|
11078
|
+
# Constraints: If supplied, must match the name of an existing
|
11079
|
+
# DBSubnetGroup.
|
11088
11080
|
#
|
11089
11081
|
# Example: `mySubnetgroup`
|
11090
11082
|
#
|
@@ -11258,7 +11250,7 @@ module Aws::RDS
|
|
11258
11250
|
#
|
11259
11251
|
# Constraints:
|
11260
11252
|
#
|
11261
|
-
# * Must contain from 1 to 63
|
11253
|
+
# * Must contain from 1 to 63 letters, numbers, or hyphens
|
11262
11254
|
#
|
11263
11255
|
# * First character must be a letter
|
11264
11256
|
#
|
@@ -11285,13 +11277,9 @@ module Aws::RDS
|
|
11285
11277
|
#
|
11286
11278
|
# Constraints:
|
11287
11279
|
#
|
11288
|
-
# * Must
|
11289
|
-
#
|
11290
|
-
# * Must contain from 1 to 63 alphanumeric characters or hyphens
|
11280
|
+
# * Must match the identifier of an existing DBCluster.
|
11291
11281
|
#
|
11292
|
-
#
|
11293
|
-
#
|
11294
|
-
# * Cannot end with a hyphen or contain two consecutive hyphens
|
11282
|
+
# ^
|
11295
11283
|
#
|
11296
11284
|
# @option params [Time,DateTime,Date,Integer,String] :restore_to_time
|
11297
11285
|
# The date and time to restore the DB cluster to.
|
@@ -11331,8 +11319,8 @@ module Aws::RDS
|
|
11331
11319
|
# @option params [String] :db_subnet_group_name
|
11332
11320
|
# The DB subnet group name to use for the new DB cluster.
|
11333
11321
|
#
|
11334
|
-
# Constraints:
|
11335
|
-
#
|
11322
|
+
# Constraints: If supplied, must match the name of an existing
|
11323
|
+
# DBSubnetGroup.
|
11336
11324
|
#
|
11337
11325
|
# Example: `mySubnetgroup`
|
11338
11326
|
#
|
@@ -11510,7 +11498,7 @@ module Aws::RDS
|
|
11510
11498
|
#
|
11511
11499
|
# Constraints:
|
11512
11500
|
#
|
11513
|
-
# * Must contain from 1 to 63
|
11501
|
+
# * Must contain from 1 to 63 numbers, letters, or hyphens
|
11514
11502
|
#
|
11515
11503
|
# * First character must be a letter
|
11516
11504
|
#
|
@@ -11523,14 +11511,10 @@ module Aws::RDS
|
|
11523
11511
|
#
|
11524
11512
|
# Constraints:
|
11525
11513
|
#
|
11526
|
-
# * Must
|
11527
|
-
#
|
11528
|
-
# * First character must be a letter
|
11529
|
-
#
|
11530
|
-
# * Cannot end with a hyphen or contain two consecutive hyphens
|
11514
|
+
# * Must match the identifier of an existing DBSnapshot.
|
11531
11515
|
#
|
11532
|
-
# If you are restoring from a shared manual DB snapshot, the
|
11533
|
-
#
|
11516
|
+
# * If you are restoring from a shared manual DB snapshot, the
|
11517
|
+
# `DBSnapshotIdentifier` must be the ARN of the shared DB snapshot.
|
11534
11518
|
#
|
11535
11519
|
# @option params [String] :db_instance_class
|
11536
11520
|
# The compute and memory capacity of the Amazon RDS DB instance.
|
@@ -11564,8 +11548,8 @@ module Aws::RDS
|
|
11564
11548
|
# @option params [String] :db_subnet_group_name
|
11565
11549
|
# The DB subnet group name to use for the new instance.
|
11566
11550
|
#
|
11567
|
-
# Constraints:
|
11568
|
-
#
|
11551
|
+
# Constraints: If supplied, must match the name of an existing
|
11552
|
+
# DBSubnetGroup.
|
11569
11553
|
#
|
11570
11554
|
# Example: `mySubnetgroup`
|
11571
11555
|
#
|
@@ -11624,9 +11608,31 @@ module Aws::RDS
|
|
11624
11608
|
# Constraint: Must be compatible with the engine of the source. You can
|
11625
11609
|
# restore a MariaDB 10.1 DB instance from a MySQL 5.6 snapshot.
|
11626
11610
|
#
|
11627
|
-
# Valid Values:
|
11628
|
-
#
|
11629
|
-
#
|
11611
|
+
# Valid Values:
|
11612
|
+
#
|
11613
|
+
# * `aurora`
|
11614
|
+
#
|
11615
|
+
# * `mariadb`
|
11616
|
+
#
|
11617
|
+
# * `mysql`
|
11618
|
+
#
|
11619
|
+
# * `oracle-ee`
|
11620
|
+
#
|
11621
|
+
# * `oracle-se2`
|
11622
|
+
#
|
11623
|
+
# * `oracle-se1`
|
11624
|
+
#
|
11625
|
+
# * `oracle-se`
|
11626
|
+
#
|
11627
|
+
# * `postgres`
|
11628
|
+
#
|
11629
|
+
# * `sqlserver-ee`
|
11630
|
+
#
|
11631
|
+
# * `sqlserver-se`
|
11632
|
+
#
|
11633
|
+
# * `sqlserver-ex`
|
11634
|
+
#
|
11635
|
+
# * `sqlserver-web`
|
11630
11636
|
#
|
11631
11637
|
# @option params [Integer] :iops
|
11632
11638
|
# Specifies the amount of provisioned IOPS for the DB instance,
|
@@ -11953,20 +11959,16 @@ module Aws::RDS
|
|
11953
11959
|
#
|
11954
11960
|
# Constraints:
|
11955
11961
|
#
|
11956
|
-
# * Must
|
11957
|
-
#
|
11958
|
-
# * Must contain from 1 to 63 alphanumeric characters or hyphens
|
11959
|
-
#
|
11960
|
-
# * First character must be a letter
|
11962
|
+
# * Must match the identifier of an existing DBInstance.
|
11961
11963
|
#
|
11962
|
-
#
|
11964
|
+
# ^
|
11963
11965
|
#
|
11964
11966
|
# @option params [required, String] :target_db_instance_identifier
|
11965
11967
|
# The name of the new database instance to be created.
|
11966
11968
|
#
|
11967
11969
|
# Constraints:
|
11968
11970
|
#
|
11969
|
-
# * Must contain from 1 to 63
|
11971
|
+
# * Must contain from 1 to 63 letters, numbers, or hyphens
|
11970
11972
|
#
|
11971
11973
|
# * First character must be a letter
|
11972
11974
|
#
|
@@ -12028,8 +12030,8 @@ module Aws::RDS
|
|
12028
12030
|
# @option params [String] :db_subnet_group_name
|
12029
12031
|
# The DB subnet group name to use for the new instance.
|
12030
12032
|
#
|
12031
|
-
# Constraints:
|
12032
|
-
#
|
12033
|
+
# Constraints: If supplied, must match the name of an existing
|
12034
|
+
# DBSubnetGroup.
|
12033
12035
|
#
|
12034
12036
|
# Example: `mySubnetgroup`
|
12035
12037
|
#
|
@@ -12086,9 +12088,31 @@ module Aws::RDS
|
|
12086
12088
|
#
|
12087
12089
|
# Constraint: Must be compatible with the engine of the source
|
12088
12090
|
#
|
12089
|
-
# Valid Values:
|
12090
|
-
#
|
12091
|
-
#
|
12091
|
+
# Valid Values:
|
12092
|
+
#
|
12093
|
+
# * `aurora`
|
12094
|
+
#
|
12095
|
+
# * `mariadb`
|
12096
|
+
#
|
12097
|
+
# * `mysql`
|
12098
|
+
#
|
12099
|
+
# * `oracle-ee`
|
12100
|
+
#
|
12101
|
+
# * `oracle-se2`
|
12102
|
+
#
|
12103
|
+
# * `oracle-se1`
|
12104
|
+
#
|
12105
|
+
# * `oracle-se`
|
12106
|
+
#
|
12107
|
+
# * `postgres`
|
12108
|
+
#
|
12109
|
+
# * `sqlserver-ee`
|
12110
|
+
#
|
12111
|
+
# * `sqlserver-se`
|
12112
|
+
#
|
12113
|
+
# * `sqlserver-ex`
|
12114
|
+
#
|
12115
|
+
# * `sqlserver-web`
|
12092
12116
|
#
|
12093
12117
|
# @option params [Integer] :iops
|
12094
12118
|
# The amount of Provisioned IOPS (input/output operations per second) to
|
@@ -12745,7 +12769,7 @@ module Aws::RDS
|
|
12745
12769
|
params: params,
|
12746
12770
|
config: config)
|
12747
12771
|
context[:gem_name] = 'aws-sdk-rds'
|
12748
|
-
context[:gem_version] = '1.
|
12772
|
+
context[:gem_version] = '1.5.0'
|
12749
12773
|
Seahorse::Client::Request.new(handlers, context)
|
12750
12774
|
end
|
12751
12775
|
|