aws-sdk-rds 1.4.0 → 1.5.0

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.
@@ -236,7 +236,7 @@ module Aws::RDS
236
236
  #
237
237
  # * Cannot be null, empty, or blank
238
238
  #
239
- # * Must contain from 1 to 255 alphanumeric characters or hyphens
239
+ # * Must contain from 1 to 255 letters, numbers, or hyphens
240
240
  #
241
241
  # * First character must be a letter
242
242
  #
@@ -381,7 +381,7 @@ module Aws::RDS
381
381
  #
382
382
  # * Cannot be null, empty, or blank
383
383
  #
384
- # * Must contain from 1 to 255 alphanumeric characters or hyphens
384
+ # * Must contain from 1 to 255 letters, numbers, or hyphens
385
385
  #
386
386
  # * First character must be a letter
387
387
  #
@@ -544,7 +544,7 @@ module Aws::RDS
544
544
  #
545
545
  # Constraints:
546
546
  #
547
- # * Must contain from 1 to 63 alphanumeric characters or hyphens
547
+ # * Must contain from 1 to 63 numbers, letters, or hyphens
548
548
  #
549
549
  # * First character must be a letter
550
550
  #
@@ -580,8 +580,8 @@ module Aws::RDS
580
580
  # @option options [String] :db_subnet_group_name
581
581
  # The DB subnet group name to use for the new instance.
582
582
  #
583
- # Constraints: Must contain no more than 255 alphanumeric characters,
584
- # periods, underscores, spaces, or hyphens. Must not be default.
583
+ # Constraints: If supplied, must match the name of an existing
584
+ # DBSubnetGroup.
585
585
  #
586
586
  # Example: `mySubnetgroup`
587
587
  # @option options [Boolean] :multi_az
@@ -634,9 +634,31 @@ module Aws::RDS
634
634
  # Constraint: Must be compatible with the engine of the source. You can
635
635
  # restore a MariaDB 10.1 DB instance from a MySQL 5.6 snapshot.
636
636
  #
637
- # Valid Values: `MySQL` \| `mariadb` \| `oracle-se1` \| `oracle-se` \|
638
- # `oracle-ee` \| `sqlserver-ee` \| `sqlserver-se` \| `sqlserver-ex` \|
639
- # `sqlserver-web` \| `postgres` \| `aurora`
637
+ # Valid Values:
638
+ #
639
+ # * `aurora`
640
+ #
641
+ # * `mariadb`
642
+ #
643
+ # * `mysql`
644
+ #
645
+ # * `oracle-ee`
646
+ #
647
+ # * `oracle-se2`
648
+ #
649
+ # * `oracle-se1`
650
+ #
651
+ # * `oracle-se`
652
+ #
653
+ # * `postgres`
654
+ #
655
+ # * `sqlserver-ee`
656
+ #
657
+ # * `sqlserver-se`
658
+ #
659
+ # * `sqlserver-ex`
660
+ #
661
+ # * `sqlserver-web`
640
662
  # @option options [Integer] :iops
641
663
  # Specifies the amount of provisioned IOPS for the DB instance,
642
664
  # expressed in I/O operations per second. If this parameter is not
@@ -237,10 +237,7 @@ module Aws::RDS
237
237
  # })
238
238
  # @param [Hash] options ({})
239
239
  # @option options [required, String] :source_identifier
240
- # The identifier of the event source to be added. An identifier must
241
- # begin with a letter and must contain only ASCII letters, digits, and
242
- # hyphens; it cannot end with a hyphen or contain two consecutive
243
- # hyphens.
240
+ # The identifier of the event source to be added.
244
241
  #
245
242
  # Constraints:
246
243
  #
@@ -268,7 +268,7 @@ module Aws::RDS
268
268
  #
269
269
  # * Cannot be null, empty, or blank
270
270
  #
271
- # * Must contain from 1 to 255 alphanumeric characters or hyphens
271
+ # * Must contain from 1 to 255 letters, numbers, or hyphens
272
272
  #
273
273
  # * First character must be a letter
274
274
  #
@@ -86,7 +86,7 @@ module Aws::RDS
86
86
  #
87
87
  # Constraints:
88
88
  #
89
- # * Must contain from 1 to 63 alphanumeric characters or hyphens.
89
+ # * Must contain from 1 to 63 letters, numbers, or hyphens.
90
90
  #
91
91
  # * First character must be a letter.
92
92
  #
@@ -100,18 +100,17 @@ module Aws::RDS
100
100
  #
101
101
  # Constraints:
102
102
  #
103
- # * Must be 1 to 255 alphanumeric characters
103
+ # * If supplied, must match the name of an existing
104
+ # DBClusterParameterGroup.
104
105
  #
105
- # * First character must be a letter
106
- #
107
- # * Cannot end with a hyphen or contain two consecutive hyphens
106
+ # ^
108
107
  # @option options [Array<String>] :vpc_security_group_ids
109
108
  # A list of EC2 VPC security groups to associate with this DB cluster.
110
109
  # @option options [String] :db_subnet_group_name
111
110
  # A DB subnet group to associate with this DB cluster.
112
111
  #
113
- # Constraints: Must contain no more than 255 alphanumeric characters,
114
- # periods, underscores, spaces, or hyphens. Must not be default.
112
+ # Constraints: Must match the name of an existing DBSubnetGroup. Must
113
+ # not be default.
115
114
  #
116
115
  # Example: `mySubnetgroup`
117
116
  # @option options [required, String] :engine
@@ -134,7 +133,7 @@ module Aws::RDS
134
133
  #
135
134
  # Constraints:
136
135
  #
137
- # * Must be 1 to 16 alphanumeric characters.
136
+ # * Must be 1 to 16 letters or numbers.
138
137
  #
139
138
  # * First character must be a letter.
140
139
  #
@@ -303,11 +302,9 @@ module Aws::RDS
303
302
  #
304
303
  # Constraints:
305
304
  #
306
- # * Must be 1 to 255 alphanumeric characters
307
- #
308
- # * First character must be a letter
305
+ # * Must match the name of an existing DBClusterParameterGroup.
309
306
  #
310
- # * Cannot end with a hyphen or contain two consecutive hyphens
307
+ # ^
311
308
  #
312
309
  # <note markdown="1"> This value is stored as a lowercase string.
313
310
  #
@@ -397,7 +394,7 @@ module Aws::RDS
397
394
  #
398
395
  # Constraints:
399
396
  #
400
- # * Must contain 1 to 64 alphanumeric characters
397
+ # * Must contain 1 to 64 letters or numbers.
401
398
  #
402
399
  # * Cannot be a word reserved by the specified database engine
403
400
  #
@@ -409,7 +406,7 @@ module Aws::RDS
409
406
  #
410
407
  # Constraints:
411
408
  #
412
- # * Must contain 1 to 64 alphanumeric characters
409
+ # * Must contain 1 to 64 letters or numbers.
413
410
  #
414
411
  # * Cannot be a word reserved by the specified database engine
415
412
  #
@@ -421,7 +418,7 @@ module Aws::RDS
421
418
  #
422
419
  # Constraints:
423
420
  #
424
- # * Must contain 1 to 63 alphanumeric characters
421
+ # * Must contain 1 to 63 letters, numbers, or underscores.
425
422
  #
426
423
  # * Must begin with a letter or an underscore. Subsequent characters can
427
424
  # be letters, underscores, or digits (0-9).
@@ -454,7 +451,7 @@ module Aws::RDS
454
451
  #
455
452
  # Constraints:
456
453
  #
457
- # * Must contain 1 to 64 alphanumeric characters
454
+ # * Must contain 1 to 64 letters or numbers.
458
455
  #
459
456
  # * Cannot be a word reserved by the specified database engine
460
457
  # @option options [required, String] :db_instance_identifier
@@ -463,7 +460,7 @@ module Aws::RDS
463
460
  #
464
461
  # Constraints:
465
462
  #
466
- # * Must contain from 1 to 63 alphanumeric characters or hyphens.
463
+ # * Must contain from 1 to 63 letters, numbers, or hyphens.
467
464
  #
468
465
  # * First character must be a letter.
469
466
  #
@@ -608,7 +605,9 @@ module Aws::RDS
608
605
  #
609
606
  # Constraints:
610
607
  #
611
- # * Must be 1 to 16 alphanumeric characters.
608
+ # * Required for MariaDB.
609
+ #
610
+ # * Must be 1 to 16 letters or numbers.
612
611
  #
613
612
  # * Cannot be a reserved word for the chosen database engine.
614
613
  #
@@ -616,9 +615,11 @@ module Aws::RDS
616
615
  #
617
616
  # Constraints:
618
617
  #
619
- # * Must be 1 to 128 alphanumeric characters.
618
+ # * Required for SQL Server.
620
619
  #
621
- # * First character must be a letter.
620
+ # * Must be 1 to 128 letters or numbers.
621
+ #
622
+ # * The first character must be a letter.
622
623
  #
623
624
  # * Cannot be a reserved word for the chosen database engine.
624
625
  #
@@ -626,7 +627,9 @@ module Aws::RDS
626
627
  #
627
628
  # Constraints:
628
629
  #
629
- # * Must be 1 to 16 alphanumeric characters.
630
+ # * Required for MySQL.
631
+ #
632
+ # * Must be 1 to 16 letters or numbers.
630
633
  #
631
634
  # * First character must be a letter.
632
635
  #
@@ -636,7 +639,9 @@ module Aws::RDS
636
639
  #
637
640
  # Constraints:
638
641
  #
639
- # * Must be 1 to 30 alphanumeric characters.
642
+ # * Required for Oracle.
643
+ #
644
+ # * Must be 1 to 30 letters or numbers.
640
645
  #
641
646
  # * First character must be a letter.
642
647
  #
@@ -646,7 +651,9 @@ module Aws::RDS
646
651
  #
647
652
  # Constraints:
648
653
  #
649
- # * Must be 1 to 63 alphanumeric characters.
654
+ # * Required for PostgreSQL.
655
+ #
656
+ # * Must be 1 to 63 letters or numbers.
650
657
  #
651
658
  # * First character must be a letter.
652
659
  #
@@ -741,7 +748,7 @@ module Aws::RDS
741
748
  #
742
749
  # Constraints:
743
750
  #
744
- # * Must be 1 to 255 alphanumeric characters
751
+ # * Must be 1 to 255 letters, numbers, or hyphens.
745
752
  #
746
753
  # * First character must be a letter
747
754
  #
@@ -1204,7 +1211,7 @@ module Aws::RDS
1204
1211
  #
1205
1212
  # Constraints:
1206
1213
  #
1207
- # * Must be 1 to 255 alphanumeric characters
1214
+ # * Must be 1 to 255 letters, numbers, or hyphens.
1208
1215
  #
1209
1216
  # * First character must be a letter
1210
1217
  #
@@ -1251,7 +1258,7 @@ module Aws::RDS
1251
1258
  #
1252
1259
  # Constraints:
1253
1260
  #
1254
- # * Must be 1 to 255 alphanumeric characters
1261
+ # * Must be 1 to 255 letters, numbers, or hyphens.
1255
1262
  #
1256
1263
  # * First character must be a letter
1257
1264
  #
@@ -1292,8 +1299,8 @@ module Aws::RDS
1292
1299
  # The name for the DB subnet group. This value is stored as a lowercase
1293
1300
  # string.
1294
1301
  #
1295
- # Constraints: Must contain no more than 255 alphanumeric characters,
1296
- # periods, underscores, spaces, or hyphens. Must not be default.
1302
+ # Constraints: Must contain no more than 255 letters, numbers, periods,
1303
+ # underscores, spaces, or hyphens. Must not be default.
1297
1304
  #
1298
1305
  # Example: `mySubnetgroup`
1299
1306
  # @option options [required, String] :db_subnet_group_description
@@ -1411,7 +1418,7 @@ module Aws::RDS
1411
1418
  #
1412
1419
  # Constraints:
1413
1420
  #
1414
- # * Must be 1 to 255 alphanumeric characters or hyphens
1421
+ # * Must be 1 to 255 letters, numbers, or hyphens
1415
1422
  #
1416
1423
  # * First character must be a letter
1417
1424
  #
@@ -1491,11 +1498,9 @@ module Aws::RDS
1491
1498
  #
1492
1499
  # Constraints:
1493
1500
  #
1494
- # * Must contain from 1 to 63 alphanumeric characters or hyphens
1495
- #
1496
- # * First character must be a letter
1501
+ # * Must match an existing CertificateIdentifier.
1497
1502
  #
1498
- # * Cannot end with a hyphen or contain two consecutive hyphens
1503
+ # ^
1499
1504
  # @option options [Array<Types::Filter>] :filters
1500
1505
  # This parameter is not currently supported.
1501
1506
  # @option options [Integer] :max_records
@@ -1567,11 +1572,10 @@ module Aws::RDS
1567
1572
  #
1568
1573
  # Constraints:
1569
1574
  #
1570
- # * Must be 1 to 255 alphanumeric characters
1575
+ # * If supplied, must match the name of an existing
1576
+ # DBClusterParameterGroup.
1571
1577
  #
1572
- # * First character must be a letter
1573
- #
1574
- # * Cannot end with a hyphen or contain two consecutive hyphens
1578
+ # ^
1575
1579
  # @option options [Array<Types::Filter>] :filters
1576
1580
  # This parameter is not currently supported.
1577
1581
  # @option options [Integer] :max_records
@@ -1626,11 +1630,9 @@ module Aws::RDS
1626
1630
  #
1627
1631
  # Constraints:
1628
1632
  #
1629
- # * Must contain from 1 to 63 alphanumeric characters or hyphens
1630
- #
1631
- # * First character must be a letter
1633
+ # * If supplied, must match an existing DBClusterIdentifier.
1632
1634
  #
1633
- # * Cannot end with a hyphen or contain two consecutive hyphens
1635
+ # ^
1634
1636
  # @option options [Array<Types::Filter>] :filters
1635
1637
  # A filter that specifies one or more DB clusters to describe.
1636
1638
  #
@@ -1720,11 +1722,9 @@ module Aws::RDS
1720
1722
  #
1721
1723
  # Constraints:
1722
1724
  #
1723
- # * Must be 1 to 255 alphanumeric characters
1725
+ # * If supplied, must match an existing DBParameterGroupFamily.
1724
1726
  #
1725
- # * First character must be a letter
1726
- #
1727
- # * Cannot end with a hyphen or contain two consecutive hyphens
1727
+ # ^
1728
1728
  # @option options [Array<Types::Filter>] :filters
1729
1729
  # Not currently supported.
1730
1730
  # @option options [Boolean] :default_only
@@ -1786,11 +1786,9 @@ module Aws::RDS
1786
1786
  #
1787
1787
  # Constraints:
1788
1788
  #
1789
- # * Must contain from 1 to 63 alphanumeric characters or hyphens
1790
- #
1791
- # * First character must be a letter
1789
+ # * If supplied, must match the identifier of an existing DBInstance.
1792
1790
  #
1793
- # * Cannot end with a hyphen or contain two consecutive hyphens
1791
+ # ^
1794
1792
  # @option options [Array<Types::Filter>] :filters
1795
1793
  # A filter that specifies one or more DB instances to describe.
1796
1794
  #
@@ -1858,11 +1856,10 @@ module Aws::RDS
1858
1856
  #
1859
1857
  # Constraints:
1860
1858
  #
1861
- # * Must be 1 to 255 alphanumeric characters
1859
+ # * If supplied, must match the name of an existing
1860
+ # DBClusterParameterGroup.
1862
1861
  #
1863
- # * First character must be a letter
1864
- #
1865
- # * Cannot end with a hyphen or contain two consecutive hyphens
1862
+ # ^
1866
1863
  # @option options [Array<Types::Filter>] :filters
1867
1864
  # This parameter is not currently supported.
1868
1865
  # @return [DBParameterGroup::Collection]
@@ -1951,11 +1948,9 @@ module Aws::RDS
1951
1948
  #
1952
1949
  # Constraints:
1953
1950
  #
1954
- # * Must contain from 1 to 63 alphanumeric characters or hyphens
1951
+ # * If supplied, must match the identifier of an existing DBInstance.
1955
1952
  #
1956
- # * First character must be a letter
1957
- #
1958
- # * Cannot end with a hyphen or contain two consecutive hyphens
1953
+ # ^
1959
1954
  # @option options [String] :db_snapshot_identifier
1960
1955
  # A specific DB snapshot identifier to describe. This parameter cannot
1961
1956
  # be used in conjunction with `DBInstanceIdentifier`. This value is
@@ -1963,11 +1958,7 @@ module Aws::RDS
1963
1958
  #
1964
1959
  # Constraints:
1965
1960
  #
1966
- # * Must be 1 to 255 alphanumeric characters.
1967
- #
1968
- # * First character must be a letter.
1969
- #
1970
- # * Cannot end with a hyphen or contain two consecutive hyphens.
1961
+ # * If supplied, must match the identifier of an existing DBSnapshot.
1971
1962
  #
1972
1963
  # * If this identifier is for an automated snapshot, the `SnapshotType`
1973
1964
  # parameter must also be specified.
@@ -87,10 +87,7 @@ module Aws::RDS
87
87
  # @return [String]
88
88
  #
89
89
  # @!attribute [rw] source_identifier
90
- # The identifier of the event source to be added. An identifier must
91
- # begin with a letter and must contain only ASCII letters, digits, and
92
- # hyphens; it cannot end with a hyphen or contain two consecutive
93
- # hyphens.
90
+ # The identifier of the event source to be added.
94
91
  #
95
92
  # Constraints:
96
93
  #
@@ -441,7 +438,7 @@ module Aws::RDS
441
438
  #
442
439
  # * Cannot be null, empty, or blank
443
440
  #
444
- # * Must contain from 1 to 255 alphanumeric characters or hyphens
441
+ # * Must contain from 1 to 255 letters, numbers, or hyphens
445
442
  #
446
443
  # * First character must be a letter
447
444
  #
@@ -511,12 +508,6 @@ module Aws::RDS
511
508
  #
512
509
  # Constraints:
513
510
  #
514
- # * Must contain from 1 to 63 alphanumeric characters or hyphens.
515
- #
516
- # * First character must be a letter.
517
- #
518
- # * Cannot end with a hyphen or contain two consecutive hyphens.
519
- #
520
511
  # * Must specify a valid system snapshot in the "available" state.
521
512
  #
522
513
  # * If the source snapshot is in the same AWS Region as the copy,
@@ -539,7 +530,7 @@ module Aws::RDS
539
530
  #
540
531
  # Constraints:
541
532
  #
542
- # * Must contain from 1 to 63 alphanumeric characters or hyphens.
533
+ # * Must contain from 1 to 63 letters, numbers, or hyphens.
543
534
  #
544
535
  # * First character must be a letter.
545
536
  #
@@ -704,7 +695,7 @@ module Aws::RDS
704
695
  #
705
696
  # * Cannot be null, empty, or blank
706
697
  #
707
- # * Must contain from 1 to 255 alphanumeric characters or hyphens
698
+ # * Must contain from 1 to 255 letters, numbers, or hyphens
708
699
  #
709
700
  # * First character must be a letter
710
701
  #
@@ -803,7 +794,7 @@ module Aws::RDS
803
794
  #
804
795
  # * Cannot be null, empty, or blank
805
796
  #
806
- # * Must contain from 1 to 255 alphanumeric characters or hyphens
797
+ # * Must contain from 1 to 255 letters, numbers, or hyphens
807
798
  #
808
799
  # * First character must be a letter
809
800
  #
@@ -999,7 +990,7 @@ module Aws::RDS
999
990
  #
1000
991
  # * Cannot be null, empty, or blank
1001
992
  #
1002
- # * Must contain from 1 to 255 alphanumeric characters or hyphens
993
+ # * Must contain from 1 to 255 letters, numbers, or hyphens
1003
994
  #
1004
995
  # * First character must be a letter
1005
996
  #
@@ -1110,7 +1101,7 @@ module Aws::RDS
1110
1101
  #
1111
1102
  # Constraints:
1112
1103
  #
1113
- # * Must contain from 1 to 63 alphanumeric characters or hyphens.
1104
+ # * Must contain from 1 to 63 letters, numbers, or hyphens.
1114
1105
  #
1115
1106
  # * First character must be a letter.
1116
1107
  #
@@ -1126,11 +1117,10 @@ module Aws::RDS
1126
1117
  #
1127
1118
  # Constraints:
1128
1119
  #
1129
- # * Must be 1 to 255 alphanumeric characters
1120
+ # * If supplied, must match the name of an existing
1121
+ # DBClusterParameterGroup.
1130
1122
  #
1131
- # * First character must be a letter
1132
- #
1133
- # * Cannot end with a hyphen or contain two consecutive hyphens
1123
+ # ^
1134
1124
  # @return [String]
1135
1125
  #
1136
1126
  # @!attribute [rw] vpc_security_group_ids
@@ -1140,8 +1130,8 @@ module Aws::RDS
1140
1130
  # @!attribute [rw] db_subnet_group_name
1141
1131
  # A DB subnet group to associate with this DB cluster.
1142
1132
  #
1143
- # Constraints: Must contain no more than 255 alphanumeric characters,
1144
- # periods, underscores, spaces, or hyphens. Must not be default.
1133
+ # Constraints: Must match the name of an existing DBSubnetGroup. Must
1134
+ # not be default.
1145
1135
  #
1146
1136
  # Example: `mySubnetgroup`
1147
1137
  # @return [String]
@@ -1172,7 +1162,7 @@ module Aws::RDS
1172
1162
  #
1173
1163
  # Constraints:
1174
1164
  #
1175
- # * Must be 1 to 16 alphanumeric characters.
1165
+ # * Must be 1 to 16 letters or numbers.
1176
1166
  #
1177
1167
  # * First character must be a letter.
1178
1168
  #
@@ -1390,11 +1380,9 @@ module Aws::RDS
1390
1380
  #
1391
1381
  # Constraints:
1392
1382
  #
1393
- # * Must be 1 to 255 alphanumeric characters
1383
+ # * Must match the name of an existing DBClusterParameterGroup.
1394
1384
  #
1395
- # * First character must be a letter
1396
- #
1397
- # * Cannot end with a hyphen or contain two consecutive hyphens
1385
+ # ^
1398
1386
  #
1399
1387
  # <note markdown="1"> This value is stored as a lowercase string.
1400
1388
  #
@@ -1490,7 +1478,7 @@ module Aws::RDS
1490
1478
  #
1491
1479
  # Constraints:
1492
1480
  #
1493
- # * Must contain from 1 to 63 alphanumeric characters or hyphens.
1481
+ # * Must contain from 1 to 63 letters, numbers, or hyphens.
1494
1482
  #
1495
1483
  # * First character must be a letter.
1496
1484
  #
@@ -1505,11 +1493,9 @@ module Aws::RDS
1505
1493
  #
1506
1494
  # Constraints:
1507
1495
  #
1508
- # * Must contain from 1 to 63 alphanumeric characters or hyphens.
1496
+ # * Must match the identifier of an existing DBCluster.
1509
1497
  #
1510
- # * First character must be a letter.
1511
- #
1512
- # * Cannot end with a hyphen or contain two consecutive hyphens.
1498
+ # ^
1513
1499
  #
1514
1500
  # Example: `my-cluster1`
1515
1501
  # @return [String]
@@ -1612,7 +1598,7 @@ module Aws::RDS
1612
1598
  #
1613
1599
  # Constraints:
1614
1600
  #
1615
- # * Must contain 1 to 64 alphanumeric characters
1601
+ # * Must contain 1 to 64 letters or numbers.
1616
1602
  #
1617
1603
  # * Cannot be a word reserved by the specified database engine
1618
1604
  #
@@ -1624,7 +1610,7 @@ module Aws::RDS
1624
1610
  #
1625
1611
  # Constraints:
1626
1612
  #
1627
- # * Must contain 1 to 64 alphanumeric characters
1613
+ # * Must contain 1 to 64 letters or numbers.
1628
1614
  #
1629
1615
  # * Cannot be a word reserved by the specified database engine
1630
1616
  #
@@ -1636,7 +1622,7 @@ module Aws::RDS
1636
1622
  #
1637
1623
  # Constraints:
1638
1624
  #
1639
- # * Must contain 1 to 63 alphanumeric characters
1625
+ # * Must contain 1 to 63 letters, numbers, or underscores.
1640
1626
  #
1641
1627
  # * Must begin with a letter or an underscore. Subsequent characters
1642
1628
  # can be letters, underscores, or digits (0-9).
@@ -1669,7 +1655,7 @@ module Aws::RDS
1669
1655
  #
1670
1656
  # Constraints:
1671
1657
  #
1672
- # * Must contain 1 to 64 alphanumeric characters
1658
+ # * Must contain 1 to 64 letters or numbers.
1673
1659
  #
1674
1660
  # * Cannot be a word reserved by the specified database engine
1675
1661
  # @return [String]
@@ -1680,7 +1666,7 @@ module Aws::RDS
1680
1666
  #
1681
1667
  # Constraints:
1682
1668
  #
1683
- # * Must contain from 1 to 63 alphanumeric characters or hyphens.
1669
+ # * Must contain from 1 to 63 letters, numbers, or hyphens.
1684
1670
  #
1685
1671
  # * First character must be a letter.
1686
1672
  #
@@ -1838,7 +1824,9 @@ module Aws::RDS
1838
1824
  #
1839
1825
  # Constraints:
1840
1826
  #
1841
- # * Must be 1 to 16 alphanumeric characters.
1827
+ # * Required for MariaDB.
1828
+ #
1829
+ # * Must be 1 to 16 letters or numbers.
1842
1830
  #
1843
1831
  # * Cannot be a reserved word for the chosen database engine.
1844
1832
  #
@@ -1846,9 +1834,11 @@ module Aws::RDS
1846
1834
  #
1847
1835
  # Constraints:
1848
1836
  #
1849
- # * Must be 1 to 128 alphanumeric characters.
1837
+ # * Required for SQL Server.
1850
1838
  #
1851
- # * First character must be a letter.
1839
+ # * Must be 1 to 128 letters or numbers.
1840
+ #
1841
+ # * The first character must be a letter.
1852
1842
  #
1853
1843
  # * Cannot be a reserved word for the chosen database engine.
1854
1844
  #
@@ -1856,7 +1846,9 @@ module Aws::RDS
1856
1846
  #
1857
1847
  # Constraints:
1858
1848
  #
1859
- # * Must be 1 to 16 alphanumeric characters.
1849
+ # * Required for MySQL.
1850
+ #
1851
+ # * Must be 1 to 16 letters or numbers.
1860
1852
  #
1861
1853
  # * First character must be a letter.
1862
1854
  #
@@ -1866,7 +1858,9 @@ module Aws::RDS
1866
1858
  #
1867
1859
  # Constraints:
1868
1860
  #
1869
- # * Must be 1 to 30 alphanumeric characters.
1861
+ # * Required for Oracle.
1862
+ #
1863
+ # * Must be 1 to 30 letters or numbers.
1870
1864
  #
1871
1865
  # * First character must be a letter.
1872
1866
  #
@@ -1876,7 +1870,9 @@ module Aws::RDS
1876
1870
  #
1877
1871
  # Constraints:
1878
1872
  #
1879
- # * Must be 1 to 63 alphanumeric characters.
1873
+ # * Required for PostgreSQL.
1874
+ #
1875
+ # * Must be 1 to 63 letters or numbers.
1880
1876
  #
1881
1877
  # * First character must be a letter.
1882
1878
  #
@@ -1987,7 +1983,7 @@ module Aws::RDS
1987
1983
  #
1988
1984
  # Constraints:
1989
1985
  #
1990
- # * Must be 1 to 255 alphanumeric characters
1986
+ # * Must be 1 to 255 letters, numbers, or hyphens.
1991
1987
  #
1992
1988
  # * First character must be a letter
1993
1989
  #
@@ -2695,6 +2691,8 @@ module Aws::RDS
2695
2691
  # * Can only be specified if the source DB instance identifier
2696
2692
  # specifies a DB instance in another AWS Region.
2697
2693
  #
2694
+ # * If supplied, must match the name of an existing DBSubnetGroup.
2695
+ #
2698
2696
  # * The specified DB subnet group must be in the same AWS Region in
2699
2697
  # which the operation is running.
2700
2698
  #
@@ -2707,9 +2705,6 @@ module Aws::RDS
2707
2705
  # * Not specify a DB subnet group. All these Read Replicas will be
2708
2706
  # created outside of any VPC.
2709
2707
  #
2710
- # Constraints: Must contain no more than 255 alphanumeric characters,
2711
- # periods, underscores, spaces, or hyphens. Must not be default.
2712
- #
2713
2708
  # Example: `mySubnetgroup`
2714
2709
  # @return [String]
2715
2710
  #
@@ -2958,7 +2953,7 @@ module Aws::RDS
2958
2953
  #
2959
2954
  # Constraints:
2960
2955
  #
2961
- # * Must be 1 to 255 alphanumeric characters
2956
+ # * Must be 1 to 255 letters, numbers, or hyphens.
2962
2957
  #
2963
2958
  # * First character must be a letter
2964
2959
  #
@@ -3030,7 +3025,7 @@ module Aws::RDS
3030
3025
  #
3031
3026
  # Constraints:
3032
3027
  #
3033
- # * Must be 1 to 255 alphanumeric characters
3028
+ # * Must be 1 to 255 letters, numbers, or hyphens.
3034
3029
  #
3035
3030
  # * First character must be a letter
3036
3031
  #
@@ -3102,7 +3097,7 @@ module Aws::RDS
3102
3097
  #
3103
3098
  # * Cannot be null, empty, or blank
3104
3099
  #
3105
- # * Must contain from 1 to 255 alphanumeric characters or hyphens
3100
+ # * Must contain from 1 to 255 letters, numbers, or hyphens
3106
3101
  #
3107
3102
  # * First character must be a letter
3108
3103
  #
@@ -3112,16 +3107,14 @@ module Aws::RDS
3112
3107
  # @return [String]
3113
3108
  #
3114
3109
  # @!attribute [rw] db_instance_identifier
3115
- # The DB instance identifier. This is the unique key that identifies a
3116
- # DB instance.
3110
+ # The identifier of the DB instance that you want to create the
3111
+ # snapshot of.
3117
3112
  #
3118
3113
  # Constraints:
3119
3114
  #
3120
- # * Must contain from 1 to 63 alphanumeric characters or hyphens
3115
+ # * Must match the identifier of an existing DBInstance.
3121
3116
  #
3122
- # * First character must be a letter
3123
- #
3124
- # * Cannot end with a hyphen or contain two consecutive hyphens
3117
+ # ^
3125
3118
  # @return [String]
3126
3119
  #
3127
3120
  # @!attribute [rw] tags
@@ -3175,7 +3168,7 @@ module Aws::RDS
3175
3168
  # The name for the DB subnet group. This value is stored as a
3176
3169
  # lowercase string.
3177
3170
  #
3178
- # Constraints: Must contain no more than 255 alphanumeric characters,
3171
+ # Constraints: Must contain no more than 255 letters, numbers,
3179
3172
  # periods, underscores, spaces, or hyphens. Must not be default.
3180
3173
  #
3181
3174
  # Example: `mySubnetgroup`
@@ -3356,7 +3349,7 @@ module Aws::RDS
3356
3349
  #
3357
3350
  # Constraints:
3358
3351
  #
3359
- # * Must be 1 to 255 alphanumeric characters or hyphens
3352
+ # * Must be 1 to 255 letters, numbers, or hyphens
3360
3353
  #
3361
3354
  # * First character must be a letter
3362
3355
  #
@@ -3786,7 +3779,7 @@ module Aws::RDS
3786
3779
  #
3787
3780
  # Constraints:
3788
3781
  #
3789
- # * Must be 1 to 255 alphanumeric characters
3782
+ # * Must be 1 to 255 letters or numbers.
3790
3783
  #
3791
3784
  # * First character must be a letter
3792
3785
  #
@@ -5110,11 +5103,9 @@ module Aws::RDS
5110
5103
  #
5111
5104
  # Constraints:
5112
5105
  #
5113
- # * Must contain from 1 to 63 alphanumeric characters or hyphens
5114
- #
5115
- # * First character must be a letter
5106
+ # * Must match an existing DBClusterIdentifier.
5116
5107
  #
5117
- # * Cannot end with a hyphen or contain two consecutive hyphens
5108
+ # ^
5118
5109
  # @return [String]
5119
5110
  #
5120
5111
  # @!attribute [rw] skip_final_snapshot
@@ -5142,7 +5133,7 @@ module Aws::RDS
5142
5133
  #
5143
5134
  # Constraints:
5144
5135
  #
5145
- # * Must be 1 to 255 alphanumeric characters
5136
+ # * Must be 1 to 255 letters, numbers, or hyphens.
5146
5137
  #
5147
5138
  # * First character must be a letter
5148
5139
  #
@@ -5266,11 +5257,9 @@ module Aws::RDS
5266
5257
  #
5267
5258
  # Constraints:
5268
5259
  #
5269
- # * Must contain from 1 to 63 alphanumeric characters or hyphens
5270
- #
5271
- # * First character must be a letter
5260
+ # * Must match the name of an existing DB instance.
5272
5261
  #
5273
- # * Cannot end with a hyphen or contain two consecutive hyphens
5262
+ # ^
5274
5263
  # @return [String]
5275
5264
  #
5276
5265
  # @!attribute [rw] skip_final_snapshot
@@ -5305,7 +5294,7 @@ module Aws::RDS
5305
5294
  #
5306
5295
  # Constraints:
5307
5296
  #
5308
- # * Must be 1 to 255 alphanumeric characters
5297
+ # * Must be 1 to 255 letters or numbers.
5309
5298
  #
5310
5299
  # * First character must be a letter
5311
5300
  #
@@ -5390,7 +5379,7 @@ module Aws::RDS
5390
5379
  #
5391
5380
  # Constraints:
5392
5381
  #
5393
- # * Must be 1 to 255 alphanumeric characters
5382
+ # * Must be 1 to 255 letters, numbers, or hyphens.
5394
5383
  #
5395
5384
  # * First character must be a letter
5396
5385
  #
@@ -5462,8 +5451,8 @@ module Aws::RDS
5462
5451
  #
5463
5452
  # Constraints:
5464
5453
  #
5465
- # Constraints: Must contain no more than 255 alphanumeric characters,
5466
- # periods, underscores, spaces, or hyphens. Must not be default.
5454
+ # Constraints: Must match the name of an existing DBSubnetGroup. Must
5455
+ # not be default.
5467
5456
  #
5468
5457
  # Example: `mySubnetgroup`
5469
5458
  # @return [String]
@@ -5556,11 +5545,9 @@ module Aws::RDS
5556
5545
  #
5557
5546
  # Constraints:
5558
5547
  #
5559
- # * Must contain from 1 to 63 alphanumeric characters or hyphens
5560
- #
5561
- # * First character must be a letter
5548
+ # * Must match an existing CertificateIdentifier.
5562
5549
  #
5563
- # * Cannot end with a hyphen or contain two consecutive hyphens
5550
+ # ^
5564
5551
  # @return [String]
5565
5552
  #
5566
5553
  # @!attribute [rw] filters
@@ -5616,11 +5603,10 @@ module Aws::RDS
5616
5603
  #
5617
5604
  # Constraints:
5618
5605
  #
5619
- # * Must be 1 to 255 alphanumeric characters
5606
+ # * If supplied, must match the name of an existing
5607
+ # DBClusterParameterGroup.
5620
5608
  #
5621
- # * First character must be a letter
5622
- #
5623
- # * Cannot end with a hyphen or contain two consecutive hyphens
5609
+ # ^
5624
5610
  # @return [String]
5625
5611
  #
5626
5612
  # @!attribute [rw] filters
@@ -5677,11 +5663,10 @@ module Aws::RDS
5677
5663
  #
5678
5664
  # Constraints:
5679
5665
  #
5680
- # * Must be 1 to 255 alphanumeric characters
5681
- #
5682
- # * First character must be a letter
5666
+ # * If supplied, must match the name of an existing
5667
+ # DBClusterParameterGroup.
5683
5668
  #
5684
- # * Cannot end with a hyphen or contain two consecutive hyphens
5669
+ # ^
5685
5670
  # @return [String]
5686
5671
  #
5687
5672
  # @!attribute [rw] source
@@ -5785,11 +5770,9 @@ module Aws::RDS
5785
5770
  #
5786
5771
  # Constraints:
5787
5772
  #
5788
- # * Must contain from 1 to 63 alphanumeric characters or hyphens
5773
+ # * If supplied, must match the identifier of an existing DBCluster.
5789
5774
  #
5790
- # * First character must be a letter
5791
- #
5792
- # * Cannot end with a hyphen or contain two consecutive hyphens
5775
+ # ^
5793
5776
  # @return [String]
5794
5777
  #
5795
5778
  # @!attribute [rw] db_cluster_snapshot_identifier
@@ -5800,11 +5783,8 @@ module Aws::RDS
5800
5783
  #
5801
5784
  # Constraints:
5802
5785
  #
5803
- # * Must be 1 to 255 alphanumeric characters
5804
- #
5805
- # * First character must be a letter
5806
- #
5807
- # * Cannot end with a hyphen or contain two consecutive hyphens
5786
+ # * If supplied, must match the identifier of an existing
5787
+ # DBClusterSnapshot.
5808
5788
  #
5809
5789
  # * If this identifier is for an automated snapshot, the
5810
5790
  # `SnapshotType` parameter must also be specified.
@@ -5919,11 +5899,9 @@ module Aws::RDS
5919
5899
  #
5920
5900
  # Constraints:
5921
5901
  #
5922
- # * Must contain from 1 to 63 alphanumeric characters or hyphens
5923
- #
5924
- # * First character must be a letter
5902
+ # * If supplied, must match an existing DBClusterIdentifier.
5925
5903
  #
5926
- # * Cannot end with a hyphen or contain two consecutive hyphens
5904
+ # ^
5927
5905
  # @return [String]
5928
5906
  #
5929
5907
  # @!attribute [rw] filters
@@ -6002,11 +5980,9 @@ module Aws::RDS
6002
5980
  #
6003
5981
  # Constraints:
6004
5982
  #
6005
- # * Must be 1 to 255 alphanumeric characters
6006
- #
6007
- # * First character must be a letter
5983
+ # * If supplied, must match an existing DBParameterGroupFamily.
6008
5984
  #
6009
- # * Cannot end with a hyphen or contain two consecutive hyphens
5985
+ # ^
6010
5986
  # @return [String]
6011
5987
  #
6012
5988
  # @!attribute [rw] filters
@@ -6084,11 +6060,9 @@ module Aws::RDS
6084
6060
  #
6085
6061
  # Constraints:
6086
6062
  #
6087
- # * Must contain from 1 to 63 alphanumeric characters or hyphens
6063
+ # * If supplied, must match the identifier of an existing DBInstance.
6088
6064
  #
6089
- # * First character must be a letter
6090
- #
6091
- # * Cannot end with a hyphen or contain two consecutive hyphens
6065
+ # ^
6092
6066
  # @return [String]
6093
6067
  #
6094
6068
  # @!attribute [rw] filters
@@ -6181,11 +6155,9 @@ module Aws::RDS
6181
6155
  #
6182
6156
  # Constraints:
6183
6157
  #
6184
- # * Must contain from 1 to 63 alphanumeric characters or hyphens
6185
- #
6186
- # * First character must be a letter
6158
+ # * Must match the identifier of an existing DBInstance.
6187
6159
  #
6188
- # * Cannot end with a hyphen or contain two consecutive hyphens
6160
+ # ^
6189
6161
  # @return [String]
6190
6162
  #
6191
6163
  # @!attribute [rw] filename_contains
@@ -6272,11 +6244,10 @@ module Aws::RDS
6272
6244
  #
6273
6245
  # Constraints:
6274
6246
  #
6275
- # * Must be 1 to 255 alphanumeric characters
6276
- #
6277
- # * First character must be a letter
6247
+ # * If supplied, must match the name of an existing
6248
+ # DBClusterParameterGroup.
6278
6249
  #
6279
- # * Cannot end with a hyphen or contain two consecutive hyphens
6250
+ # ^
6280
6251
  # @return [String]
6281
6252
  #
6282
6253
  # @!attribute [rw] filters
@@ -6332,11 +6303,9 @@ module Aws::RDS
6332
6303
  #
6333
6304
  # Constraints:
6334
6305
  #
6335
- # * Must be 1 to 255 alphanumeric characters
6306
+ # * If supplied, must match the name of an existing DBParameterGroup.
6336
6307
  #
6337
- # * First character must be a letter
6338
- #
6339
- # * Cannot end with a hyphen or contain two consecutive hyphens
6308
+ # ^
6340
6309
  # @return [String]
6341
6310
  #
6342
6311
  # @!attribute [rw] source
@@ -6491,11 +6460,9 @@ module Aws::RDS
6491
6460
  #
6492
6461
  # Constraints:
6493
6462
  #
6494
- # * Must contain from 1 to 63 alphanumeric characters or hyphens
6463
+ # * If supplied, must match the identifier of an existing DBInstance.
6495
6464
  #
6496
- # * First character must be a letter
6497
- #
6498
- # * Cannot end with a hyphen or contain two consecutive hyphens
6465
+ # ^
6499
6466
  # @return [String]
6500
6467
  #
6501
6468
  # @!attribute [rw] db_snapshot_identifier
@@ -6505,11 +6472,7 @@ module Aws::RDS
6505
6472
  #
6506
6473
  # Constraints:
6507
6474
  #
6508
- # * Must be 1 to 255 alphanumeric characters.
6509
- #
6510
- # * First character must be a letter.
6511
- #
6512
- # * Cannot end with a hyphen or contain two consecutive hyphens.
6475
+ # * If supplied, must match the identifier of an existing DBSnapshot.
6513
6476
  #
6514
6477
  # * If this identifier is for an automated snapshot, the
6515
6478
  # `SnapshotType` parameter must also be specified.
@@ -7503,6 +7466,38 @@ module Aws::RDS
7503
7466
  include Aws::Structure
7504
7467
  end
7505
7468
 
7469
+ # @note When making an API call, you may pass DescribeValidDBInstanceModificationsMessage
7470
+ # data as a hash:
7471
+ #
7472
+ # {
7473
+ # db_instance_identifier: "String", # required
7474
+ # }
7475
+ #
7476
+ # @!attribute [rw] db_instance_identifier
7477
+ # The customer identifier or the ARN of your DB instance.
7478
+ # @return [String]
7479
+ #
7480
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeValidDBInstanceModificationsMessage AWS API Documentation
7481
+ #
7482
+ class DescribeValidDBInstanceModificationsMessage < Struct.new(
7483
+ :db_instance_identifier)
7484
+ include Aws::Structure
7485
+ end
7486
+
7487
+ # @!attribute [rw] valid_db_instance_modifications_message
7488
+ # Information about valid modifications that you can make to your DB
7489
+ # instance. Contains the result of a successful call to the
7490
+ # DescribeValidDBInstanceModifications action. You can use this
7491
+ # information when you call ModifyDBInstance.
7492
+ # @return [Types::ValidDBInstanceModificationsMessage]
7493
+ #
7494
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeValidDBInstanceModificationsResult AWS API Documentation
7495
+ #
7496
+ class DescribeValidDBInstanceModificationsResult < Struct.new(
7497
+ :valid_db_instance_modifications_message)
7498
+ include Aws::Structure
7499
+ end
7500
+
7506
7501
  # An Active Directory Domain membership record associated with the DB
7507
7502
  # instance.
7508
7503
  #
@@ -7534,6 +7529,24 @@ module Aws::RDS
7534
7529
  include Aws::Structure
7535
7530
  end
7536
7531
 
7532
+ # A range of double values.
7533
+ #
7534
+ # @!attribute [rw] from
7535
+ # The minimum value in the range.
7536
+ # @return [Float]
7537
+ #
7538
+ # @!attribute [rw] to
7539
+ # The maximum value in the range.
7540
+ # @return [Float]
7541
+ #
7542
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DoubleRange AWS API Documentation
7543
+ #
7544
+ class DoubleRange < Struct.new(
7545
+ :from,
7546
+ :to)
7547
+ include Aws::Structure
7548
+ end
7549
+
7537
7550
  # This data type is used as a response element to
7538
7551
  # DownloadDBLogFilePortion.
7539
7552
  #
@@ -7576,11 +7589,9 @@ module Aws::RDS
7576
7589
  #
7577
7590
  # Constraints:
7578
7591
  #
7579
- # * Must contain from 1 to 63 alphanumeric characters or hyphens
7592
+ # * Must match the identifier of an existing DBInstance.
7580
7593
  #
7581
- # * First character must be a letter
7582
- #
7583
- # * Cannot end with a hyphen or contain two consecutive hyphens
7594
+ # ^
7584
7595
  # @return [String]
7585
7596
  #
7586
7597
  # @!attribute [rw] log_file_name
@@ -7923,11 +7934,9 @@ module Aws::RDS
7923
7934
  #
7924
7935
  # Constraints:
7925
7936
  #
7926
- # * Must contain from 1 to 63 alphanumeric characters or hyphens
7927
- #
7928
- # * First character must be a letter
7937
+ # * Must match the identifier of an existing DBCluster.
7929
7938
  #
7930
- # * Cannot end with a hyphen or contain two consecutive hyphens
7939
+ # ^
7931
7940
  # @return [String]
7932
7941
  #
7933
7942
  # @!attribute [rw] target_db_instance_identifier
@@ -8077,13 +8086,9 @@ module Aws::RDS
8077
8086
  #
8078
8087
  # Constraints:
8079
8088
  #
8080
- # * Must be the identifier for an existing DB cluster.
8089
+ # * Must match the identifier of an existing DBCluster.
8081
8090
  #
8082
- # * Must contain from 1 to 63 alphanumeric characters or hyphens.
8083
- #
8084
- # * First character must be a letter.
8085
- #
8086
- # * Cannot end with a hyphen or contain two consecutive hyphens.
8091
+ # ^
8087
8092
  # @return [String]
8088
8093
  #
8089
8094
  # @!attribute [rw] new_db_cluster_identifier
@@ -8092,9 +8097,9 @@ module Aws::RDS
8092
8097
  #
8093
8098
  # Constraints:
8094
8099
  #
8095
- # * Must contain from 1 to 63 alphanumeric characters or hyphens
8100
+ # * Must contain from 1 to 63 letters, numbers, or hyphens
8096
8101
  #
8097
- # * First character must be a letter
8102
+ # * The first character must be a letter
8098
8103
  #
8099
8104
  # * Cannot end with a hyphen or contain two consecutive hyphens
8100
8105
  #
@@ -8428,13 +8433,9 @@ module Aws::RDS
8428
8433
  #
8429
8434
  # Constraints:
8430
8435
  #
8431
- # * Must be the identifier for an existing DB instance
8432
- #
8433
- # * Must contain from 1 to 63 alphanumeric characters or hyphens
8434
- #
8435
- # * First character must be a letter
8436
+ # * Must match the identifier of an existing DBInstance.
8436
8437
  #
8437
- # * Cannot end with a hyphen or contain two consecutive hyphens
8438
+ # ^
8438
8439
  # @return [String]
8439
8440
  #
8440
8441
  # @!attribute [rw] allocated_storage
@@ -8546,8 +8547,8 @@ module Aws::RDS
8546
8547
  # change is applied during the next maintenance window, unless you
8547
8548
  # specify `true` for the `ApplyImmediately` parameter.
8548
8549
  #
8549
- # Constraints: Must contain no more than 255 alphanumeric characters,
8550
- # periods, underscores, spaces, or hyphens.
8550
+ # Constraints: If supplied, must match the name of an existing
8551
+ # DBSubnetGroup.
8551
8552
  #
8552
8553
  # Example: `mySubnetGroup`
8553
8554
  #
@@ -8563,11 +8564,9 @@ module Aws::RDS
8563
8564
  #
8564
8565
  # Constraints:
8565
8566
  #
8566
- # * Must be 1 to 255 alphanumeric characters
8567
+ # * If supplied, must match existing DBSecurityGroups.
8567
8568
  #
8568
- # * First character must be a letter
8569
- #
8570
- # * Cannot end with a hyphen or contain two consecutive hyphens
8569
+ # ^
8571
8570
  # @return [Array<String>]
8572
8571
  #
8573
8572
  # @!attribute [rw] vpc_security_group_ids
@@ -8582,11 +8581,9 @@ module Aws::RDS
8582
8581
  #
8583
8582
  # Constraints:
8584
8583
  #
8585
- # * Must be 1 to 255 alphanumeric characters
8586
- #
8587
- # * First character must be a letter
8584
+ # * If supplied, must match existing VpcSecurityGroupIds.
8588
8585
  #
8589
- # * Cannot end with a hyphen or contain two consecutive hyphens
8586
+ # ^
8590
8587
  # @return [Array<String>]
8591
8588
  #
8592
8589
  # @!attribute [rw] apply_immediately
@@ -8628,9 +8625,25 @@ module Aws::RDS
8628
8625
  #
8629
8626
  # Default: Uses existing setting
8630
8627
  #
8631
- # Constraints: Must be 8 to 41 alphanumeric characters (MySQL,
8632
- # MariaDB, and Amazon Aurora), 8 to 30 alphanumeric characters
8633
- # (Oracle), or 8 to 128 alphanumeric characters (SQL Server).
8628
+ # **MariaDB**
8629
+ #
8630
+ # Constraints: Must contain from 8 to 41 characters.
8631
+ #
8632
+ # **Microsoft SQL Server**
8633
+ #
8634
+ # Constraints: Must contain from 8 to 128 characters.
8635
+ #
8636
+ # **MySQL**
8637
+ #
8638
+ # Constraints: Must contain from 8 to 41 characters.
8639
+ #
8640
+ # **Oracle**
8641
+ #
8642
+ # Constraints: Must contain from 8 to 30 characters.
8643
+ #
8644
+ # **PostgreSQL**
8645
+ #
8646
+ # Constraints: Must contain from 8 to 128 characters.
8634
8647
  #
8635
8648
  # <note markdown="1"> Amazon RDS API actions never return the password, so this action
8636
8649
  # provides a way to regain access to a primary instance user if the
@@ -8848,11 +8861,13 @@ module Aws::RDS
8848
8861
  #
8849
8862
  # Constraints:
8850
8863
  #
8851
- # * Must contain from 1 to 63 alphanumeric characters or hyphens
8864
+ # * Must contain from 1 to 63 letters, numbers, or hyphens.
8852
8865
  #
8853
- # * First character must be a letter
8866
+ # * The first character must be a letter.
8854
8867
  #
8855
- # * Cannot end with a hyphen or contain two consecutive hyphens
8868
+ # * Cannot end with a hyphen or contain two consecutive hyphens.
8869
+ #
8870
+ # Example: `mydbinstance`
8856
8871
  # @return [String]
8857
8872
  #
8858
8873
  # @!attribute [rw] storage_type
@@ -9128,13 +9143,9 @@ module Aws::RDS
9128
9143
  #
9129
9144
  # Constraints:
9130
9145
  #
9131
- # * Must be the name of an existing DB parameter group
9132
- #
9133
- # * Must be 1 to 255 alphanumeric characters
9134
- #
9135
- # * First character must be a letter
9146
+ # * If supplied, must match the name of an existing DBParameterGroup.
9136
9147
  #
9137
- # * Cannot end with a hyphen or contain two consecutive hyphens
9148
+ # ^
9138
9149
  # @return [String]
9139
9150
  #
9140
9151
  # @!attribute [rw] parameters
@@ -9319,10 +9330,10 @@ module Aws::RDS
9319
9330
  #
9320
9331
  # @!attribute [rw] db_subnet_group_name
9321
9332
  # The name for the DB subnet group. This value is stored as a
9322
- # lowercase string.
9333
+ # lowercase string. You can't modify the default subnet group.
9323
9334
  #
9324
- # Constraints: Must contain no more than 255 alphanumeric characters,
9325
- # periods, underscores, spaces, or hyphens. Must not be default.
9335
+ # Constraints: Must match the name of an existing DBSubnetGroup. Must
9336
+ # not be default.
9326
9337
  #
9327
9338
  # Example: `mySubnetgroup`
9328
9339
  # @return [String]
@@ -10339,11 +10350,9 @@ module Aws::RDS
10339
10350
  #
10340
10351
  # Constraints:
10341
10352
  #
10342
- # * Must contain from 1 to 63 alphanumeric characters or hyphens.
10353
+ # * Must match the identifier of an existing DBCluster Read Replica.
10343
10354
  #
10344
- # * First character must be a letter.
10345
- #
10346
- # * Cannot end with a hyphen or contain two consecutive hyphens.
10355
+ # ^
10347
10356
  #
10348
10357
  # Example: `my-cluster-replica1`
10349
10358
  # @return [String]
@@ -10397,13 +10406,9 @@ module Aws::RDS
10397
10406
  #
10398
10407
  # Constraints:
10399
10408
  #
10400
- # * Must be the identifier for an existing Read Replica DB instance
10409
+ # * Must match the identifier of an existing Read Replica DB instance.
10401
10410
  #
10402
- # * Must contain from 1 to 63 alphanumeric characters or hyphens
10403
- #
10404
- # * First character must be a letter
10405
- #
10406
- # * Cannot end with a hyphen or contain two consecutive hyphens
10411
+ # ^
10407
10412
  #
10408
10413
  # Example: `mydbinstance`
10409
10414
  # @return [String]
@@ -10541,6 +10546,33 @@ module Aws::RDS
10541
10546
  include Aws::Structure
10542
10547
  end
10543
10548
 
10549
+ # A range of integer values.
10550
+ #
10551
+ # @!attribute [rw] from
10552
+ # The minimum value in the range.
10553
+ # @return [Integer]
10554
+ #
10555
+ # @!attribute [rw] to
10556
+ # The maximum value in the range.
10557
+ # @return [Integer]
10558
+ #
10559
+ # @!attribute [rw] step
10560
+ # The step value for the range. For example, if you have a range of
10561
+ # 5,000 to 10,000, with a step value of 1,000, the valid values start
10562
+ # at 5,000 and step up by 1,000. Even though 7,500 is within the
10563
+ # range, it isn't a valid value for the range. The valid values are
10564
+ # 5,000, 6,000, 7,000, 8,000...
10565
+ # @return [Integer]
10566
+ #
10567
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/Range AWS API Documentation
10568
+ #
10569
+ class Range < Struct.new(
10570
+ :from,
10571
+ :to,
10572
+ :step)
10573
+ include Aws::Structure
10574
+ end
10575
+
10544
10576
  # @note When making an API call, you may pass RebootDBInstanceMessage
10545
10577
  # data as a hash:
10546
10578
  #
@@ -10555,11 +10587,9 @@ module Aws::RDS
10555
10587
  #
10556
10588
  # Constraints:
10557
10589
  #
10558
- # * Must contain from 1 to 63 alphanumeric characters or hyphens
10590
+ # * Must match the identifier of an existing DBInstance.
10559
10591
  #
10560
- # * First character must be a letter
10561
- #
10562
- # * Cannot end with a hyphen or contain two consecutive hyphens
10592
+ # ^
10563
10593
  # @return [String]
10564
10594
  #
10565
10595
  # @!attribute [rw] force_failover
@@ -10979,11 +11009,9 @@ module Aws::RDS
10979
11009
  #
10980
11010
  # Constraints:
10981
11011
  #
10982
- # * Must be 1 to 255 alphanumeric characters
11012
+ # * Must match the name of an existing DBParameterGroup.
10983
11013
  #
10984
- # * First character must be a letter
10985
- #
10986
- # * Cannot end with a hyphen or contain two consecutive hyphens
11014
+ # ^
10987
11015
  # @return [String]
10988
11016
  #
10989
11017
  # @!attribute [rw] reset_all_parameters
@@ -11118,7 +11146,7 @@ module Aws::RDS
11118
11146
  #
11119
11147
  # Constraints:
11120
11148
  #
11121
- # * Must contain from 1 to 63 alphanumeric characters or hyphens.
11149
+ # * Must contain from 1 to 63 letters, numbers, or hyphens.
11122
11150
  #
11123
11151
  # * First character must be a letter.
11124
11152
  #
@@ -11134,11 +11162,10 @@ module Aws::RDS
11134
11162
  #
11135
11163
  # Constraints:
11136
11164
  #
11137
- # * Must be 1 to 255 alphanumeric characters
11138
- #
11139
- # * First character must be a letter
11165
+ # * If supplied, must match the name of an existing
11166
+ # DBClusterParameterGroup.
11140
11167
  #
11141
- # * Cannot end with a hyphen or contain two consecutive hyphens
11168
+ # ^
11142
11169
  # @return [String]
11143
11170
  #
11144
11171
  # @!attribute [rw] vpc_security_group_ids
@@ -11149,8 +11176,8 @@ module Aws::RDS
11149
11176
  # @!attribute [rw] db_subnet_group_name
11150
11177
  # A DB subnet group to associate with the restored DB cluster.
11151
11178
  #
11152
- # Constraints: Must contain no more than 255 alphanumeric characters,
11153
- # periods, underscores, spaces, or hyphens. Must not be default.
11179
+ # Constraints: If supplied, must match the name of an existing
11180
+ # DBSubnetGroup.
11154
11181
  #
11155
11182
  # Example: `mySubnetgroup`
11156
11183
  # @return [String]
@@ -11182,7 +11209,7 @@ module Aws::RDS
11182
11209
  #
11183
11210
  # Constraints:
11184
11211
  #
11185
- # * Must be 1 to 16 alphanumeric characters.
11212
+ # * Must be 1 to 16 letters or numbers.
11186
11213
  #
11187
11214
  # * First character must be a letter.
11188
11215
  #
@@ -11408,7 +11435,7 @@ module Aws::RDS
11408
11435
  #
11409
11436
  # Constraints:
11410
11437
  #
11411
- # * Must contain from 1 to 255 alphanumeric characters or hyphens
11438
+ # * Must contain from 1 to 255 letters, numbers, or hyphens
11412
11439
  #
11413
11440
  # * First character must be a letter
11414
11441
  #
@@ -11427,11 +11454,9 @@ module Aws::RDS
11427
11454
  #
11428
11455
  # Constraints:
11429
11456
  #
11430
- # * Must contain from 1 to 63 alphanumeric characters or hyphens
11431
- #
11432
- # * First character must be a letter
11457
+ # * Must match the identifier of an existing Snapshot.
11433
11458
  #
11434
- # * Cannot end with a hyphen or contain two consecutive hyphens
11459
+ # ^
11435
11460
  # @return [String]
11436
11461
  #
11437
11462
  # @!attribute [rw] engine
@@ -11457,8 +11482,8 @@ module Aws::RDS
11457
11482
  # @!attribute [rw] db_subnet_group_name
11458
11483
  # The name of the DB subnet group to use for the new DB cluster.
11459
11484
  #
11460
- # Constraints: Must contain no more than 255 alphanumeric characters,
11461
- # periods, underscores, spaces, or hyphens. Must not be default.
11485
+ # Constraints: If supplied, must match the name of an existing
11486
+ # DBSubnetGroup.
11462
11487
  #
11463
11488
  # Example: `mySubnetgroup`
11464
11489
  # @return [String]
@@ -11584,7 +11609,7 @@ module Aws::RDS
11584
11609
  #
11585
11610
  # Constraints:
11586
11611
  #
11587
- # * Must contain from 1 to 63 alphanumeric characters or hyphens
11612
+ # * Must contain from 1 to 63 letters, numbers, or hyphens
11588
11613
  #
11589
11614
  # * First character must be a letter
11590
11615
  #
@@ -11613,13 +11638,9 @@ module Aws::RDS
11613
11638
  #
11614
11639
  # Constraints:
11615
11640
  #
11616
- # * Must be the identifier of an existing database instance
11617
- #
11618
- # * Must contain from 1 to 63 alphanumeric characters or hyphens
11641
+ # * Must match the identifier of an existing DBCluster.
11619
11642
  #
11620
- # * First character must be a letter
11621
- #
11622
- # * Cannot end with a hyphen or contain two consecutive hyphens
11643
+ # ^
11623
11644
  # @return [String]
11624
11645
  #
11625
11646
  # @!attribute [rw] restore_to_time
@@ -11663,8 +11684,8 @@ module Aws::RDS
11663
11684
  # @!attribute [rw] db_subnet_group_name
11664
11685
  # The DB subnet group name to use for the new DB cluster.
11665
11686
  #
11666
- # Constraints: Must contain no more than 255 alphanumeric characters,
11667
- # periods, underscores, spaces, or hyphens. Must not be default.
11687
+ # Constraints: If supplied, must match the name of an existing
11688
+ # DBSubnetGroup.
11668
11689
  #
11669
11690
  # Example: `mySubnetgroup`
11670
11691
  # @return [String]
@@ -11802,7 +11823,7 @@ module Aws::RDS
11802
11823
  #
11803
11824
  # Constraints:
11804
11825
  #
11805
- # * Must contain from 1 to 63 alphanumeric characters or hyphens
11826
+ # * Must contain from 1 to 63 numbers, letters, or hyphens
11806
11827
  #
11807
11828
  # * First character must be a letter
11808
11829
  #
@@ -11816,14 +11837,10 @@ module Aws::RDS
11816
11837
  #
11817
11838
  # Constraints:
11818
11839
  #
11819
- # * Must contain from 1 to 255 alphanumeric characters or hyphens
11820
- #
11821
- # * First character must be a letter
11822
- #
11823
- # * Cannot end with a hyphen or contain two consecutive hyphens
11840
+ # * Must match the identifier of an existing DBSnapshot.
11824
11841
  #
11825
- # If you are restoring from a shared manual DB snapshot, the
11826
- # `DBSnapshotIdentifier` must be the ARN of the shared DB snapshot.
11842
+ # * If you are restoring from a shared manual DB snapshot, the
11843
+ # `DBSnapshotIdentifier` must be the ARN of the shared DB snapshot.
11827
11844
  # @return [String]
11828
11845
  #
11829
11846
  # @!attribute [rw] db_instance_class
@@ -11861,8 +11878,8 @@ module Aws::RDS
11861
11878
  # @!attribute [rw] db_subnet_group_name
11862
11879
  # The DB subnet group name to use for the new instance.
11863
11880
  #
11864
- # Constraints: Must contain no more than 255 alphanumeric characters,
11865
- # periods, underscores, spaces, or hyphens. Must not be default.
11881
+ # Constraints: If supplied, must match the name of an existing
11882
+ # DBSubnetGroup.
11866
11883
  #
11867
11884
  # Example: `mySubnetgroup`
11868
11885
  # @return [String]
@@ -11927,9 +11944,31 @@ module Aws::RDS
11927
11944
  # Constraint: Must be compatible with the engine of the source. You
11928
11945
  # can restore a MariaDB 10.1 DB instance from a MySQL 5.6 snapshot.
11929
11946
  #
11930
- # Valid Values: `MySQL` \| `mariadb` \| `oracle-se1` \| `oracle-se` \|
11931
- # `oracle-ee` \| `sqlserver-ee` \| `sqlserver-se` \| `sqlserver-ex` \|
11932
- # `sqlserver-web` \| `postgres` \| `aurora`
11947
+ # Valid Values:
11948
+ #
11949
+ # * `aurora`
11950
+ #
11951
+ # * `mariadb`
11952
+ #
11953
+ # * `mysql`
11954
+ #
11955
+ # * `oracle-ee`
11956
+ #
11957
+ # * `oracle-se2`
11958
+ #
11959
+ # * `oracle-se1`
11960
+ #
11961
+ # * `oracle-se`
11962
+ #
11963
+ # * `postgres`
11964
+ #
11965
+ # * `sqlserver-ee`
11966
+ #
11967
+ # * `sqlserver-se`
11968
+ #
11969
+ # * `sqlserver-ex`
11970
+ #
11971
+ # * `sqlserver-web`
11933
11972
  # @return [String]
11934
11973
  #
11935
11974
  # @!attribute [rw] iops
@@ -12108,13 +12147,9 @@ module Aws::RDS
12108
12147
  #
12109
12148
  # Constraints:
12110
12149
  #
12111
- # * Must be the identifier of an existing database instance
12112
- #
12113
- # * Must contain from 1 to 63 alphanumeric characters or hyphens
12114
- #
12115
- # * First character must be a letter
12150
+ # * Must match the identifier of an existing DBInstance.
12116
12151
  #
12117
- # * Cannot end with a hyphen or contain two consecutive hyphens
12152
+ # ^
12118
12153
  # @return [String]
12119
12154
  #
12120
12155
  # @!attribute [rw] target_db_instance_identifier
@@ -12122,7 +12157,7 @@ module Aws::RDS
12122
12157
  #
12123
12158
  # Constraints:
12124
12159
  #
12125
- # * Must contain from 1 to 63 alphanumeric characters or hyphens
12160
+ # * Must contain from 1 to 63 letters, numbers, or hyphens
12126
12161
  #
12127
12162
  # * First character must be a letter
12128
12163
  #
@@ -12191,8 +12226,8 @@ module Aws::RDS
12191
12226
  # @!attribute [rw] db_subnet_group_name
12192
12227
  # The DB subnet group name to use for the new instance.
12193
12228
  #
12194
- # Constraints: Must contain no more than 255 alphanumeric characters,
12195
- # periods, underscores, spaces, or hyphens. Must not be default.
12229
+ # Constraints: If supplied, must match the name of an existing
12230
+ # DBSubnetGroup.
12196
12231
  #
12197
12232
  # Example: `mySubnetgroup`
12198
12233
  # @return [String]
@@ -12255,9 +12290,31 @@ module Aws::RDS
12255
12290
  #
12256
12291
  # Constraint: Must be compatible with the engine of the source
12257
12292
  #
12258
- # Valid Values: `MySQL` \| `mariadb` \| `oracle-se1` \| `oracle-se` \|
12259
- # `oracle-ee` \| `sqlserver-ee` \| `sqlserver-se` \| `sqlserver-ex` \|
12260
- # `sqlserver-web` \| `postgres` \| `aurora`
12293
+ # Valid Values:
12294
+ #
12295
+ # * `aurora`
12296
+ #
12297
+ # * `mariadb`
12298
+ #
12299
+ # * `mysql`
12300
+ #
12301
+ # * `oracle-ee`
12302
+ #
12303
+ # * `oracle-se2`
12304
+ #
12305
+ # * `oracle-se1`
12306
+ #
12307
+ # * `oracle-se`
12308
+ #
12309
+ # * `postgres`
12310
+ #
12311
+ # * `sqlserver-ee`
12312
+ #
12313
+ # * `sqlserver-se`
12314
+ #
12315
+ # * `sqlserver-ex`
12316
+ #
12317
+ # * `sqlserver-web`
12261
12318
  # @return [String]
12262
12319
  #
12263
12320
  # @!attribute [rw] iops
@@ -12742,6 +12799,54 @@ module Aws::RDS
12742
12799
  include Aws::Structure
12743
12800
  end
12744
12801
 
12802
+ # Information about valid modifications that you can make to your DB
12803
+ # instance. Contains the result of a successful call to the
12804
+ # DescribeValidDBInstanceModifications action. You can use this
12805
+ # information when you call ModifyDBInstance.
12806
+ #
12807
+ # @!attribute [rw] storage
12808
+ # Valid storage options for your DB instance.
12809
+ # @return [Array<Types::ValidStorageOptions>]
12810
+ #
12811
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ValidDBInstanceModificationsMessage AWS API Documentation
12812
+ #
12813
+ class ValidDBInstanceModificationsMessage < Struct.new(
12814
+ :storage)
12815
+ include Aws::Structure
12816
+ end
12817
+
12818
+ # Information about valid modifications that you can make to your DB
12819
+ # instance. Contains the result of a successful call to the
12820
+ # DescribeValidDBInstanceModifications action.
12821
+ #
12822
+ # @!attribute [rw] storage_type
12823
+ # The valid storage types for your DB instance. For example, gp2, io1.
12824
+ # @return [String]
12825
+ #
12826
+ # @!attribute [rw] storage_size
12827
+ # The valid range of storage in gigabytes. For example, 100 to 6144.
12828
+ # @return [Array<Types::Range>]
12829
+ #
12830
+ # @!attribute [rw] provisioned_iops
12831
+ # The valid range of provisioned IOPS. For example, 1000-20000.
12832
+ # @return [Array<Types::Range>]
12833
+ #
12834
+ # @!attribute [rw] iops_to_storage_ratio
12835
+ # The valid range of Provisioned IOPS to gigabytes of storage
12836
+ # multiplier. For example, 3-10, which means that provisioned IOPS can
12837
+ # be between 3 and 10 times storage.
12838
+ # @return [Array<Types::DoubleRange>]
12839
+ #
12840
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ValidStorageOptions AWS API Documentation
12841
+ #
12842
+ class ValidStorageOptions < Struct.new(
12843
+ :storage_type,
12844
+ :storage_size,
12845
+ :provisioned_iops,
12846
+ :iops_to_storage_ratio)
12847
+ include Aws::Structure
12848
+ end
12849
+
12745
12850
  # This data type is used as a response element for queries on VPC
12746
12851
  # security group membership.
12747
12852
  #