aws-sdk-rds 1.206.0 → 1.208.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1003,117 +1003,132 @@ module Aws::RDS
1003
1003
  # The meaning of this parameter differs according to the database engine
1004
1004
  # you use.
1005
1005
  #
1006
- # **MySQL**
1006
+ # Amazon Aurora MySQL
1007
1007
  #
1008
- # The name of the database to create when the DB instance is created. If
1009
- # this parameter isn't specified, no database is created in the DB
1010
- # instance.
1008
+ # : The name of the database to create when the primary DB instance of
1009
+ # the Aurora MySQL DB cluster is created. If this parameter isn't
1010
+ # specified for an Aurora MySQL DB cluster, no database is created in
1011
+ # the DB cluster.
1011
1012
  #
1012
- # Constraints:
1013
+ # Constraints:
1013
1014
  #
1014
- # * Must contain 1 to 64 letters or numbers.
1015
+ # * Must contain 1 to 64 alphanumeric characters.
1015
1016
  #
1016
- # * Must begin with a letter. Subsequent characters can be letters,
1017
- # underscores, or digits (0-9).
1017
+ # * Can't be a word reserved by the database engine.
1018
1018
  #
1019
- # * Can't be a word reserved by the specified database engine
1019
+ # Amazon Aurora PostgreSQL
1020
1020
  #
1021
- # **MariaDB**
1021
+ # : The name of the database to create when the primary DB instance of
1022
+ # the Aurora PostgreSQL DB cluster is created. If this parameter
1023
+ # isn't specified for an Aurora PostgreSQL DB cluster, a database
1024
+ # named `postgres` is created in the DB cluster.
1022
1025
  #
1023
- # The name of the database to create when the DB instance is created. If
1024
- # this parameter isn't specified, no database is created in the DB
1025
- # instance.
1026
+ # Constraints:
1026
1027
  #
1027
- # Constraints:
1028
+ # * It must contain 1 to 63 alphanumeric characters.
1028
1029
  #
1029
- # * Must contain 1 to 64 letters or numbers.
1030
+ # * Must begin with a letter. Subsequent characters can be letters,
1031
+ # underscores, or digits (0 to 9).
1030
1032
  #
1031
- # * Must begin with a letter. Subsequent characters can be letters,
1032
- # underscores, or digits (0-9).
1033
+ # * Can't be a word reserved by the database engine.
1033
1034
  #
1034
- # * Can't be a word reserved by the specified database engine
1035
+ # Amazon RDS Custom for Oracle
1035
1036
  #
1036
- # **PostgreSQL**
1037
+ # : The Oracle System ID (SID) of the created RDS Custom DB instance. If
1038
+ # you don't specify a value, the default value is `ORCL` for non-CDBs
1039
+ # and `RDSCDB` for CDBs.
1037
1040
  #
1038
- # The name of the database to create when the DB instance is created. If
1039
- # this parameter isn't specified, a database named `postgres` is
1040
- # created in the DB instance.
1041
+ # Default: `ORCL`
1041
1042
  #
1042
- # Constraints:
1043
+ # Constraints:
1043
1044
  #
1044
- # * Must contain 1 to 63 letters, numbers, or underscores.
1045
+ # * Must contain 1 to 8 alphanumeric characters.
1045
1046
  #
1046
- # * Must begin with a letter. Subsequent characters can be letters,
1047
- # underscores, or digits (0-9).
1047
+ # * Must contain a letter.
1048
1048
  #
1049
- # * Can't be a word reserved by the specified database engine
1049
+ # * Can't be a word reserved by the database engine.
1050
1050
  #
1051
- # **Oracle**
1051
+ # Amazon RDS Custom for SQL Server
1052
1052
  #
1053
- # The Oracle System ID (SID) of the created DB instance. If you don't
1054
- # specify a value, the default value is `ORCL`. You can't specify the
1055
- # string `null`, or any other reserved word, for `DBName`.
1053
+ # : Not applicable. Must be null.
1056
1054
  #
1057
- # Default: `ORCL`
1055
+ # RDS for Db2
1058
1056
  #
1059
- # Constraints:
1057
+ # : The name of the database to create when the DB instance is created.
1058
+ # If this parameter isn't specified, no database is created in the DB
1059
+ # instance.
1060
1060
  #
1061
- # * Can't be longer than 8 characters
1061
+ # Constraints:
1062
1062
  #
1063
- # ^
1063
+ # * Must contain 1 to 64 letters or numbers.
1064
1064
  #
1065
- # **Amazon RDS Custom for Oracle**
1065
+ # * Must begin with a letter. Subsequent characters can be letters,
1066
+ # underscores, or digits (0-9).
1066
1067
  #
1067
- # The Oracle System ID (SID) of the created RDS Custom DB instance. If
1068
- # you don't specify a value, the default value is `ORCL` for non-CDBs
1069
- # and `RDSCDB` for CDBs.
1068
+ # * Can't be a word reserved by the specified database engine.
1070
1069
  #
1071
- # Default: `ORCL`
1070
+ # RDS for MariaDB
1072
1071
  #
1073
- # Constraints:
1072
+ # : The name of the database to create when the DB instance is created.
1073
+ # If this parameter isn't specified, no database is created in the DB
1074
+ # instance.
1074
1075
  #
1075
- # * It must contain 1 to 8 alphanumeric characters.
1076
+ # Constraints:
1076
1077
  #
1077
- # * It must contain a letter.
1078
+ # * Must contain 1 to 64 letters or numbers.
1078
1079
  #
1079
- # * It can't be a word reserved by the database engine.
1080
+ # * Must begin with a letter. Subsequent characters can be letters,
1081
+ # underscores, or digits (0-9).
1080
1082
  #
1081
- # **Amazon RDS Custom for SQL Server**
1083
+ # * Can't be a word reserved by the specified database engine.
1082
1084
  #
1083
- # Not applicable. Must be null.
1085
+ # RDS for MySQL
1084
1086
  #
1085
- # **SQL Server**
1087
+ # : The name of the database to create when the DB instance is created.
1088
+ # If this parameter isn't specified, no database is created in the DB
1089
+ # instance.
1086
1090
  #
1087
- # Not applicable. Must be null.
1091
+ # Constraints:
1088
1092
  #
1089
- # **Amazon Aurora MySQL**
1093
+ # * Must contain 1 to 64 letters or numbers.
1090
1094
  #
1091
- # The name of the database to create when the primary DB instance of the
1092
- # Aurora MySQL DB cluster is created. If this parameter isn't specified
1093
- # for an Aurora MySQL DB cluster, no database is created in the DB
1094
- # cluster.
1095
+ # * Must begin with a letter. Subsequent characters can be letters,
1096
+ # underscores, or digits (0-9).
1095
1097
  #
1096
- # Constraints:
1098
+ # * Can't be a word reserved by the specified database engine.
1099
+ #
1100
+ # RDS for Oracle
1097
1101
  #
1098
- # * It must contain 1 to 64 alphanumeric characters.
1102
+ # : The Oracle System ID (SID) of the created DB instance. If you don't
1103
+ # specify a value, the default value is `ORCL`. You can't specify the
1104
+ # string `null`, or any other reserved word, for `DBName`.
1099
1105
  #
1100
- # * It can't be a word reserved by the database engine.
1106
+ # Default: `ORCL`
1101
1107
  #
1102
- # **Amazon Aurora PostgreSQL**
1108
+ # Constraints:
1103
1109
  #
1104
- # The name of the database to create when the primary DB instance of the
1105
- # Aurora PostgreSQL DB cluster is created. If this parameter isn't
1106
- # specified for an Aurora PostgreSQL DB cluster, a database named
1107
- # `postgres` is created in the DB cluster.
1110
+ # * Can't be longer than 8 characters.
1108
1111
  #
1109
- # Constraints:
1112
+ # ^
1113
+ #
1114
+ # RDS for PostgreSQL
1115
+ #
1116
+ # : The name of the database to create when the DB instance is created.
1117
+ # If this parameter isn't specified, a database named `postgres` is
1118
+ # created in the DB instance.
1119
+ #
1120
+ # Constraints:
1110
1121
  #
1111
- # * It must contain 1 to 63 alphanumeric characters.
1122
+ # * Must contain 1 to 63 letters, numbers, or underscores.
1112
1123
  #
1113
- # * It must begin with a letter. Subsequent characters can be letters,
1114
- # underscores, or digits (0 to 9).
1124
+ # * Must begin with a letter. Subsequent characters can be letters,
1125
+ # underscores, or digits (0-9).
1115
1126
  #
1116
- # * It can't be a word reserved by the database engine.
1127
+ # * Can't be a word reserved by the specified database engine.
1128
+ #
1129
+ # RDS for SQL Server
1130
+ #
1131
+ # : Not applicable. Must be null.
1117
1132
  # @option options [Integer] :allocated_storage
1118
1133
  # The amount of storage in gibibytes (GiB) to allocate for the DB
1119
1134
  # instance.
@@ -1136,6 +1151,17 @@ module Aws::RDS
1136
1151
  # 65536 for RDS Custom for Oracle, 16384 for RDS Custom for SQL
1137
1152
  # Server.
1138
1153
  #
1154
+ # RDS for Db2
1155
+ #
1156
+ # : Constraints to the amount of storage for each storage type are the
1157
+ # following:
1158
+ #
1159
+ # * General Purpose (SSD) storage (gp2, gp3): Must be an integer from
1160
+ # 20 to 64000.
1161
+ #
1162
+ # * Provisioned IOPS storage (io1): Must be an integer from 100 to
1163
+ # 64000.
1164
+ #
1139
1165
  # RDS for MariaDB
1140
1166
  #
1141
1167
  # : Constraints to the amount of storage for each storage type are the
@@ -1247,6 +1273,10 @@ module Aws::RDS
1247
1273
  #
1248
1274
  # * `custom-sqlserver-web` (for RDS Custom for SQL Server DB instances)
1249
1275
  #
1276
+ # * `db2-ae`
1277
+ #
1278
+ # * `db2-se`
1279
+ #
1250
1280
  # * `mariadb`
1251
1281
  #
1252
1282
  # * `mysql`
@@ -1299,6 +1329,8 @@ module Aws::RDS
1299
1329
  #
1300
1330
  # Length Constraints:
1301
1331
  #
1332
+ # * RDS for Db2 - Must contain from 8 to 255 characters.
1333
+ #
1302
1334
  # * RDS for MariaDB - Must contain from 8 to 41 characters.
1303
1335
  #
1304
1336
  # * RDS for Microsoft SQL Server - Must contain from 8 to 128
@@ -1450,6 +1482,8 @@ module Aws::RDS
1450
1482
  #
1451
1483
  # Default:
1452
1484
  #
1485
+ # * RDS for Db2 - `50000`
1486
+ #
1453
1487
  # * RDS for MariaDB - `3306`
1454
1488
  #
1455
1489
  # * RDS for Microsoft SQL Server - `1433`
@@ -1505,40 +1539,46 @@ module Aws::RDS
1505
1539
  # : See [RDS Custom for SQL Server general requirements][2] in the
1506
1540
  # *Amazon RDS User Guide*.
1507
1541
  #
1542
+ # RDS for Db2
1543
+ #
1544
+ # : For information, see [Db2 on Amazon RDS versions][3] in the *Amazon
1545
+ # RDS User Guide*.
1546
+ #
1508
1547
  # RDS for MariaDB
1509
1548
  #
1510
- # : For information, see [MariaDB on Amazon RDS versions][3] in the
1549
+ # : For information, see [MariaDB on Amazon RDS versions][4] in the
1511
1550
  # *Amazon RDS User Guide*.
1512
1551
  #
1513
1552
  # RDS for Microsoft SQL Server
1514
1553
  #
1515
1554
  # : For information, see [Microsoft SQL Server versions on Amazon
1516
- # RDS][4] in the *Amazon RDS User Guide*.
1555
+ # RDS][5] in the *Amazon RDS User Guide*.
1517
1556
  #
1518
1557
  # RDS for MySQL
1519
1558
  #
1520
- # : For information, see [MySQL on Amazon RDS versions][5] in the
1559
+ # : For information, see [MySQL on Amazon RDS versions][6] in the
1521
1560
  # *Amazon RDS User Guide*.
1522
1561
  #
1523
1562
  # RDS for Oracle
1524
1563
  #
1525
- # : For information, see [Oracle Database Engine release notes][6] in
1564
+ # : For information, see [Oracle Database Engine release notes][7] in
1526
1565
  # the *Amazon RDS User Guide*.
1527
1566
  #
1528
1567
  # RDS for PostgreSQL
1529
1568
  #
1530
1569
  # : For information, see [Amazon RDS for PostgreSQL versions and
1531
- # extensions][7] in the *Amazon RDS User Guide*.
1570
+ # extensions][8] in the *Amazon RDS User Guide*.
1532
1571
  #
1533
1572
  #
1534
1573
  #
1535
1574
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-creating.html#custom-creating.create
1536
1575
  # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits-MS.html
1537
- # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt
1538
- # [4]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
1539
- # [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt
1540
- # [6]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html
1541
- # [7]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts
1576
+ # [3]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Db2.html#Db2.Concepts.VersionMgmt
1577
+ # [4]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt
1578
+ # [5]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport
1579
+ # [6]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt
1580
+ # [7]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html
1581
+ # [8]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts
1542
1582
  # @option options [Boolean] :auto_minor_version_upgrade
1543
1583
  # Specifies whether minor engine upgrades are applied automatically to
1544
1584
  # the DB instance during the maintenance window. By default, minor
@@ -1554,6 +1594,8 @@ module Aws::RDS
1554
1594
  #
1555
1595
  # Valid Values:
1556
1596
  #
1597
+ # * RDS for Db2 - `bring-your-own-license`
1598
+ #
1557
1599
  # * RDS for MariaDB - `general-public-license`
1558
1600
  #
1559
1601
  # * RDS for Microsoft SQL Server - `license-included`
@@ -1574,7 +1616,7 @@ module Aws::RDS
1574
1616
  #
1575
1617
  # Constraints:
1576
1618
  #
1577
- # * For RDS for MariaDB, MySQL, Oracle, and PostgreSQL - Must be a
1619
+ # * For RDS for Db2, MariaDB, MySQL, Oracle, and PostgreSQL - Must be a
1578
1620
  # multiple between .5 and 50 of the storage amount for the DB
1579
1621
  # instance.
1580
1622
  #
@@ -1708,8 +1750,8 @@ module Aws::RDS
1708
1750
  # must explicitly specify a key.
1709
1751
  # @option options [String] :domain
1710
1752
  # The Active Directory directory ID to create the DB instance in.
1711
- # Currently, only Microsoft SQL Server, MySQL, Oracle, and PostgreSQL DB
1712
- # instances can be created in an Active Directory Domain.
1753
+ # Currently, you can create only Db2, MySQL, Microsoft SQL Server,
1754
+ # Oracle, and PostgreSQL DB instances in an Active Directory Domain.
1713
1755
  #
1714
1756
  # For more information, see [ Kerberos Authentication][1] in the *Amazon
1715
1757
  # RDS User Guide*.
@@ -1890,9 +1932,9 @@ module Aws::RDS
1890
1932
  # If you specify a retention period that isn't valid, such as `94`,
1891
1933
  # Amazon RDS returns an error.
1892
1934
  # @option options [Array<String>] :enable_cloudwatch_logs_exports
1893
- # The list of log types that need to be enabled for exporting to
1894
- # CloudWatch Logs. For more information, see [ Publishing Database Logs
1895
- # to Amazon CloudWatch Logs][1] in the *Amazon RDS User Guide*.
1935
+ # The list of log types to enable for exporting to CloudWatch Logs. For
1936
+ # more information, see [ Publishing Database Logs to Amazon CloudWatch
1937
+ # Logs][1] in the *Amazon RDS User Guide*.
1896
1938
  #
1897
1939
  # This setting doesn't apply to the following DB instances:
1898
1940
  #
@@ -1903,6 +1945,8 @@ module Aws::RDS
1903
1945
  #
1904
1946
  # The following values are valid for each DB engine:
1905
1947
  #
1948
+ # * RDS for Db2 - `diag.log | notify.log`
1949
+ #
1906
1950
  # * RDS for MariaDB - `audit | error | general | slowquery`
1907
1951
  #
1908
1952
  # * RDS for Microsoft SQL Server - `agent | error`
@@ -1999,7 +2043,7 @@ module Aws::RDS
1999
2043
  # @option options [String] :backup_target
2000
2044
  # The location for storing automated backups and manual snapshots.
2001
2045
  #
2002
- # Valie Values:
2046
+ # Valid Values:
2003
2047
  #
2004
2048
  # * `outposts` (Amazon Web Services Outposts)
2005
2049
  #
@@ -2946,7 +2990,7 @@ module Aws::RDS
2946
2990
  # The new amount of storage in gibibytes (GiB) to allocate for the DB
2947
2991
  # instance.
2948
2992
  #
2949
- # For RDS for MariaDB, RDS for MySQL, RDS for Oracle, and RDS for
2993
+ # For RDS for Db2, MariaDB, RDS for MySQL, RDS for Oracle, and RDS for
2950
2994
  # PostgreSQL, the value supplied must be at least 10% greater than the
2951
2995
  # current value. Values that are not at least 10% greater than the
2952
2996
  # existing value are rounded up so that they are 10% greater than the
@@ -3066,7 +3110,7 @@ module Aws::RDS
3066
3110
  # element exists in the `PendingModifiedValues` element of the operation
3067
3111
  # response.
3068
3112
  #
3069
- # <note markdown="1"> Amazon RDS API operations never return the password, so this action
3113
+ # <note markdown="1"> Amazon RDS API operations never return the password, so this operation
3070
3114
  # provides a way to regain access to a primary instance user if the
3071
3115
  # password is lost. This includes restoring privileges that might have
3072
3116
  # been accidentally revoked.
@@ -3087,10 +3131,13 @@ module Aws::RDS
3087
3131
  # * Can't be specified if `ManageMasterUserPassword` is turned on.
3088
3132
  #
3089
3133
  # * Can include any printable ASCII character except "/", """, or
3090
- # "@".
3134
+ # "@". For RDS for Oracle, can't include the "&amp;" (ampersand)
3135
+ # or the "'" (single quotes) character.
3091
3136
  #
3092
3137
  # Length Constraints:
3093
3138
  #
3139
+ # * RDS for Db2 - Must contain from 8 to 255 characters.
3140
+ #
3094
3141
  # * RDS for MariaDB - Must contain from 8 to 41 characters.
3095
3142
  #
3096
3143
  # * RDS for Microsoft SQL Server - Must contain from 8 to 128
@@ -3286,6 +3333,8 @@ module Aws::RDS
3286
3333
  #
3287
3334
  # Valid Values:
3288
3335
  #
3336
+ # * RDS for Db2 - `bring-your-own-license`
3337
+ #
3289
3338
  # * RDS for MariaDB - `general-public-license`
3290
3339
  #
3291
3340
  # * RDS for Microsoft SQL Server - `license-included`
@@ -3421,7 +3470,7 @@ module Aws::RDS
3421
3470
  # @option options [String] :domain
3422
3471
  # The Active Directory directory ID to move the DB instance to. Specify
3423
3472
  # `none` to remove the instance from its current domain. You must create
3424
- # the domain before this operation. Currently, you can create only
3473
+ # the domain before this operation. Currently, you can create only Db2,
3425
3474
  # MySQL, Microsoft SQL Server, Oracle, and PostgreSQL DB instances in an
3426
3475
  # Active Directory Domain.
3427
3476
  #
@@ -3512,6 +3561,8 @@ module Aws::RDS
3512
3561
  #
3513
3562
  # * Amazon Aurora - `3306`
3514
3563
  #
3564
+ # * RDS for Db2 - `50000`
3565
+ #
3515
3566
  # * RDS for MariaDB - `3306`
3516
3567
  #
3517
3568
  # * RDS for Microsoft SQL Server - `1433`
@@ -4200,10 +4251,15 @@ module Aws::RDS
4200
4251
  # @option options [String] :db_name
4201
4252
  # The database name for the restored DB instance.
4202
4253
  #
4203
- # <note markdown="1"> This parameter isn't supported for the MySQL or MariaDB engines. It
4204
- # also doesn't apply to RDS Custom.
4254
+ # This parameter doesn't apply to the following DB instances:
4205
4255
  #
4206
- # </note>
4256
+ # * RDS Custom
4257
+ #
4258
+ # * RDS for Db2
4259
+ #
4260
+ # * RDS for MariaDB
4261
+ #
4262
+ # * RDS for MySQL
4207
4263
  # @option options [String] :engine
4208
4264
  # The database engine to use for the new instance.
4209
4265
  #
@@ -4211,6 +4267,10 @@ module Aws::RDS
4211
4267
  #
4212
4268
  # Valid Values:
4213
4269
  #
4270
+ # * `db2-ae`
4271
+ #
4272
+ # * `db2-se`
4273
+ #
4214
4274
  # * `mariadb`
4215
4275
  #
4216
4276
  # * `mysql`
@@ -4490,11 +4550,16 @@ module Aws::RDS
4490
4550
  #
4491
4551
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-setup-orcl.html#custom-setup-orcl.iam-vpc
4492
4552
  # @option options [String] :backup_target
4493
- # Specifies where automated backups and manual snapshots are stored for
4553
+ # The location for storing automated backups and manual snapshots for
4494
4554
  # the restored DB instance.
4495
4555
  #
4496
- # Possible values are `outposts` (Amazon Web Services Outposts) and
4497
- # `region` (Amazon Web Services Region). The default is `region`.
4556
+ # Valid Values:
4557
+ #
4558
+ # * `outposts` (Amazon Web Services Outposts)
4559
+ #
4560
+ # * `region` (Amazon Web Services Region)
4561
+ #
4562
+ # Default: `region`
4498
4563
  #
4499
4564
  # For more information, see [Working with Amazon RDS on Amazon Web
4500
4565
  # Services Outposts][1] in the *Amazon RDS User Guide*.
@@ -234,7 +234,9 @@ module Aws::RDS
234
234
  #
235
235
  # * `aurora-postgresql`
236
236
  #
237
- # * `mariadb`
237
+ # * `db2-ae`
238
+ #
239
+ # * `db2-se`
238
240
  #
239
241
  # * `mysql`
240
242
  #
@@ -709,16 +709,16 @@ module Aws::RDS
709
709
  # })
710
710
  # @param [Hash] options ({})
711
711
  # @option options [required, String] :db_instance_identifier
712
- # Name of the DB instance to create from the DB snapshot. This parameter
713
- # isn't case-sensitive.
712
+ # The name of the DB instance to create from the DB snapshot. This
713
+ # parameter isn't case-sensitive.
714
714
  #
715
715
  # Constraints:
716
716
  #
717
- # * Must contain from 1 to 63 numbers, letters, or hyphens
717
+ # * Must contain from 1 to 63 numbers, letters, or hyphens.
718
718
  #
719
- # * First character must be a letter
719
+ # * First character must be a letter.
720
720
  #
721
- # * Can't end with a hyphen or contain two consecutive hyphens
721
+ # * Can't end with a hyphen or contain two consecutive hyphens.
722
722
  #
723
723
  # Example: `my-snapshot-id`
724
724
  # @option options [String] :db_instance_class
@@ -749,10 +749,13 @@ module Aws::RDS
749
749
  #
750
750
  # Example: `us-east-1a`
751
751
  # @option options [String] :db_subnet_group_name
752
- # The DB subnet group name to use for the new instance.
752
+ # The name of the DB subnet group to use for the new instance.
753
+ #
754
+ # Constraints:
755
+ #
756
+ # * If supplied, must match the name of an existing DB subnet group.
753
757
  #
754
- # Constraints: If supplied, must match the name of an existing
755
- # DBSubnetGroup.
758
+ # ^
756
759
  #
757
760
  # Example: `mydbsubnetgroup`
758
761
  # @option options [Boolean] :multi_az
@@ -793,10 +796,11 @@ module Aws::RDS
793
796
  # Valid Values: `license-included` \| `bring-your-own-license` \|
794
797
  # `general-public-license`
795
798
  # @option options [String] :db_name
796
- # The database name for the restored DB instance.
799
+ # The name of the database for the restored DB instance.
797
800
  #
798
- # This parameter doesn't apply to the MySQL, PostgreSQL, or MariaDB
799
- # engines. It also doesn't apply to RDS Custom DB instances.
801
+ # This parameter only applies to RDS for Oracle and RDS for SQL Server
802
+ # DB instances. It doesn't apply to the other engines or to RDS Custom
803
+ # DB instances.
800
804
  # @option options [String] :engine
801
805
  # The database engine to use for the new instance.
802
806
  #
@@ -810,6 +814,10 @@ module Aws::RDS
810
814
  #
811
815
  # Valid Values:
812
816
  #
817
+ # * `db2-ae`
818
+ #
819
+ # * `db2-se`
820
+ #
813
821
  # * `mariadb`
814
822
  #
815
823
  # * `mysql`
@@ -889,10 +897,10 @@ module Aws::RDS
889
897
  # Default: The default EC2 VPC security group for the DB subnet group's
890
898
  # VPC.
891
899
  # @option options [String] :domain
892
- # Specify the Active Directory directory ID to restore the DB instance
893
- # in. The domain/ must be created prior to this operation. Currently,
894
- # you can create only MySQL, Microsoft SQL Server, Oracle, and
895
- # PostgreSQL DB instances in an Active Directory Domain.
900
+ # The Active Directory directory ID to restore the DB instance in. The
901
+ # domain/ must be created prior to this operation. Currently, you can
902
+ # create only Db2, MySQL, Microsoft SQL Server, Oracle, and PostgreSQL
903
+ # DB instances in an Active Directory Domain.
896
904
  #
897
905
  # For more information, see [ Kerberos Authentication][1] in the *Amazon
898
906
  # RDS User Guide*.
@@ -985,10 +993,10 @@ module Aws::RDS
985
993
  #
986
994
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
987
995
  # @option options [Array<String>] :enable_cloudwatch_logs_exports
988
- # The list of logs that the restored DB instance is to export to
989
- # CloudWatch Logs. The values in the list depend on the DB engine being
990
- # used. For more information, see [Publishing Database Logs to Amazon
991
- # CloudWatch Logs][1] in the *Amazon RDS User Guide*.
996
+ # The list of logs for the restored DB instance to export to CloudWatch
997
+ # Logs. The values in the list depend on the DB engine. For more
998
+ # information, see [Publishing Database Logs to Amazon CloudWatch
999
+ # Logs][1] in the *Amazon RDS User Guide*.
992
1000
  #
993
1001
  # This setting doesn't apply to RDS Custom.
994
1002
  #
@@ -1015,7 +1023,7 @@ module Aws::RDS
1015
1023
  #
1016
1024
  # Constraints:
1017
1025
  #
1018
- # * If supplied, must match the name of an existing DBParameterGroup.
1026
+ # * If supplied, must match the name of an existing DB parameter group.
1019
1027
  #
1020
1028
  # * Must be 1 to 255 letters, numbers, or hyphens.
1021
1029
  #
@@ -258,11 +258,14 @@ module Aws::RDS
258
258
  # })
259
259
  # @param [Hash] options ({})
260
260
  # @option options [required, String] :engine_name
261
- # Specifies the name of the engine that this option group should be
262
- # associated with.
261
+ # The name of the engine to associate this option group with.
263
262
  #
264
263
  # Valid Values:
265
264
  #
265
+ # * `db2-ae`
266
+ #
267
+ # * `db2-se`
268
+ #
266
269
  # * `mariadb`
267
270
  #
268
271
  # * `mysql`
@@ -25,16 +25,17 @@ module Aws::RDS
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41