@aws-sdk/client-rds 3.458.0 → 3.459.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.
- package/README.md +1 -1
- package/dist-types/RDS.d.ts +1 -1
- package/dist-types/RDSClient.d.ts +1 -1
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +4 -4
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +3 -3
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +1 -1
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +1 -1
- package/dist-types/commands/StartDBClusterCommand.d.ts +2 -2
- package/dist-types/commands/StartDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StartExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/StopActivityStreamCommand.d.ts +1 -1
- package/dist-types/commands/StopDBClusterCommand.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +207 -135
- package/dist-types/models/models_1.d.ts +175 -58
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ scale a relational database in the cloud. It provides cost-efficient, resizeable
|
|
|
14
14
|
database and manages common database administration tasks, freeing up developers to focus on what makes their applications
|
|
15
15
|
and businesses unique.</p>
|
|
16
16
|
<p>Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server,
|
|
17
|
-
Oracle, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools
|
|
17
|
+
Oracle, Db2, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools
|
|
18
18
|
you already use today with your existing databases work with Amazon RDS without modification. Amazon RDS
|
|
19
19
|
automatically backs up your database and maintains the database software that powers your DB instance. Amazon RDS
|
|
20
20
|
is flexible: you can scale your DB instance's compute resources and storage capacity to meet your
|
package/dist-types/RDS.d.ts
CHANGED
|
@@ -1075,7 +1075,7 @@ export interface RDS {
|
|
|
1075
1075
|
* database and manages common database administration tasks, freeing up developers to focus on what makes their applications
|
|
1076
1076
|
* and businesses unique.</p>
|
|
1077
1077
|
* <p>Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server,
|
|
1078
|
-
* Oracle, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools
|
|
1078
|
+
* Oracle, Db2, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools
|
|
1079
1079
|
* you already use today with your existing databases work with Amazon RDS without modification. Amazon RDS
|
|
1080
1080
|
* automatically backs up your database and maintains the database software that powers your DB instance. Amazon RDS
|
|
1081
1081
|
* is flexible: you can scale your DB instance's compute resources and storage capacity to meet your
|
|
@@ -311,7 +311,7 @@ export interface RDSClientResolvedConfig extends RDSClientResolvedConfigType {
|
|
|
311
311
|
* database and manages common database administration tasks, freeing up developers to focus on what makes their applications
|
|
312
312
|
* and businesses unique.</p>
|
|
313
313
|
* <p>Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server,
|
|
314
|
-
* Oracle, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools
|
|
314
|
+
* Oracle, Db2, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools
|
|
315
315
|
* you already use today with your existing databases work with Amazon RDS without modification. Amazon RDS
|
|
316
316
|
* automatically backs up your database and maintains the database software that powers your DB instance. Amazon RDS
|
|
317
317
|
* is flexible: you can scale your DB instance's compute resources and storage capacity to meet your
|
|
@@ -25,7 +25,7 @@ export interface CreateDBInstanceReadReplicaCommandOutput extends CreateDBInstan
|
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Creates a new DB instance that acts as a read replica for an existing source DB
|
|
27
27
|
* instance or Multi-AZ DB cluster. You can create a read replica for a DB instance running
|
|
28
|
-
*
|
|
28
|
+
* Db2, MariaDB, MySQL, Oracle, PostgreSQL, or SQL Server. You can create a read replica for a
|
|
29
29
|
* Multi-AZ DB cluster running MySQL or PostgreSQL. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html">Working
|
|
30
30
|
* with read replicas</a> and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html#multi-az-db-clusters-migrating-to-instance-with-read-replica">Migrating from a Multi-AZ DB cluster to a DB instance using a read replica</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
31
31
|
* <p>Amazon Aurora doesn't support this operation. To create a DB instance for an Aurora DB cluster, use the <code>CreateDBInstance</code>
|
|
@@ -23,7 +23,7 @@ export interface DescribeOptionGroupOptionsCommandOutput extends OptionGroupOpti
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Describes all available options.</p>
|
|
26
|
+
* <p>Describes all available options for the specified engine.</p>
|
|
27
27
|
* @example
|
|
28
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
29
|
* ```javascript
|
|
@@ -23,7 +23,7 @@ export interface DescribeOrderableDBInstanceOptionsCommandOutput extends Orderab
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>
|
|
26
|
+
* <p>Describes the orderable DB instance options for a specified DB engine.</p>
|
|
27
27
|
* @example
|
|
28
28
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
29
|
* ```javascript
|
|
@@ -39,7 +39,7 @@ export interface ModifyCurrentDBClusterCapacityCommandOutput extends DBClusterCa
|
|
|
39
39
|
* Autoscaling for Aurora Serverless v1</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
40
40
|
* </important>
|
|
41
41
|
* <note>
|
|
42
|
-
* <p>This
|
|
42
|
+
* <p>This operation only applies to Aurora Serverless v1 DB clusters.</p>
|
|
43
43
|
* </note>
|
|
44
44
|
* @example
|
|
45
45
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -26,7 +26,7 @@ export interface ModifyDBClusterEndpointCommandOutput extends DBClusterEndpoint,
|
|
|
26
26
|
* @public
|
|
27
27
|
* <p>Modifies the properties of an endpoint in an Amazon Aurora DB cluster.</p>
|
|
28
28
|
* <note>
|
|
29
|
-
* <p>This
|
|
29
|
+
* <p>This operation only applies to Aurora DB clusters.</p>
|
|
30
30
|
* </note>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -30,7 +30,7 @@ export interface ModifyDBClusterParameterGroupCommandOutput extends DBClusterPar
|
|
|
30
30
|
* <important>
|
|
31
31
|
* <p>After you create a DB cluster parameter group, you should wait at least 5 minutes
|
|
32
32
|
* before creating your first DB cluster that uses that DB cluster parameter group as the default parameter
|
|
33
|
-
* group. This allows Amazon RDS to fully complete the create
|
|
33
|
+
* group. This allows Amazon RDS to fully complete the create operation before the parameter
|
|
34
34
|
* group is used as the default for a new DB cluster. This is especially important for parameters
|
|
35
35
|
* that are critical when creating the default database for a DB cluster, such as the character set
|
|
36
36
|
* for the default database defined by the <code>character_set_database</code> parameter. You can use the
|
|
@@ -29,7 +29,7 @@ export interface ModifyDBParameterGroupCommandOutput extends DBParameterGroupNam
|
|
|
29
29
|
* <important>
|
|
30
30
|
* <p>After you modify a DB parameter group, you should wait at least 5 minutes
|
|
31
31
|
* before creating your first DB instance that uses that DB parameter group as the default parameter
|
|
32
|
-
* group. This allows Amazon RDS to fully complete the modify
|
|
32
|
+
* group. This allows Amazon RDS to fully complete the modify operation before the parameter
|
|
33
33
|
* group is used as the default for a new DB instance. This is especially important for parameters
|
|
34
34
|
* that are critical when creating the default database for a DB instance, such as the character set
|
|
35
35
|
* for the default database defined by the <code>character_set_database</code> parameter. You can use the
|
|
@@ -27,8 +27,8 @@ export interface ModifyDBSnapshotCommandOutput extends ModifyDBSnapshotResult, _
|
|
|
27
27
|
* or unencrypted, but not shared or public.
|
|
28
28
|
*
|
|
29
29
|
* </p>
|
|
30
|
-
* <p>Amazon RDS supports upgrading DB snapshots for MySQL, PostgreSQL, and Oracle. This
|
|
31
|
-
* doesn't apply to RDS Custom.</p>
|
|
30
|
+
* <p>Amazon RDS supports upgrading DB snapshots for MySQL, PostgreSQL, and Oracle. This operation
|
|
31
|
+
* doesn't apply to RDS Custom or RDS for Db2.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ export interface RemoveFromGlobalClusterCommandOutput extends RemoveFromGlobalCl
|
|
|
27
27
|
* standalone cluster with read-write capability instead of being read-only and receiving data from a
|
|
28
28
|
* primary cluster in a different Region.</p>
|
|
29
29
|
* <note>
|
|
30
|
-
* <p>This
|
|
30
|
+
* <p>This operation only applies to Aurora DB clusters.</p>
|
|
31
31
|
* </note>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -28,18 +28,18 @@ export interface RestoreDBClusterFromS3CommandOutput extends RestoreDBClusterFro
|
|
|
28
28
|
* created using the Percona XtraBackup utility as described in <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Migrating.ExtMySQL.html#AuroraMySQL.Migrating.ExtMySQL.S3"> Migrating Data from MySQL by Using an Amazon S3 Bucket</a> in the
|
|
29
29
|
* <i>Amazon Aurora User Guide</i>.</p>
|
|
30
30
|
* <note>
|
|
31
|
-
* <p>This
|
|
32
|
-
* cluster. You must invoke the <code>CreateDBInstance</code>
|
|
31
|
+
* <p>This operation only restores the DB cluster, not the DB instances for that DB
|
|
32
|
+
* cluster. You must invoke the <code>CreateDBInstance</code> operation to create DB
|
|
33
33
|
* instances for the restored DB cluster, specifying the identifier of the restored DB
|
|
34
34
|
* cluster in <code>DBClusterIdentifier</code>. You can create DB instances only after
|
|
35
|
-
* the <code>RestoreDBClusterFromS3</code>
|
|
35
|
+
* the <code>RestoreDBClusterFromS3</code> operation has completed and the DB
|
|
36
36
|
* cluster is available.</p>
|
|
37
37
|
* </note>
|
|
38
38
|
* <p>For more information on Amazon Aurora, see
|
|
39
39
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
40
40
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
41
41
|
* <note>
|
|
42
|
-
* <p>This
|
|
42
|
+
* <p>This operation only applies to Aurora DB clusters. The source DB engine must be MySQL.</p>
|
|
43
43
|
* </note>
|
|
44
44
|
* @example
|
|
45
45
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -28,11 +28,11 @@ export interface RestoreDBClusterFromSnapshotCommandOutput extends RestoreDBClus
|
|
|
28
28
|
* configuration. If you don't specify a security group, the new DB cluster is
|
|
29
29
|
* associated with the default security group.</p>
|
|
30
30
|
* <note>
|
|
31
|
-
* <p>This
|
|
32
|
-
* cluster. You must invoke the <code>CreateDBInstance</code>
|
|
31
|
+
* <p>This operation only restores the DB cluster, not the DB instances for that DB
|
|
32
|
+
* cluster. You must invoke the <code>CreateDBInstance</code> operation to create DB
|
|
33
33
|
* instances for the restored DB cluster, specifying the identifier of the restored DB
|
|
34
34
|
* cluster in <code>DBClusterIdentifier</code>. You can create DB instances only after
|
|
35
|
-
* the <code>RestoreDBClusterFromSnapshot</code>
|
|
35
|
+
* the <code>RestoreDBClusterFromSnapshot</code> operation has completed and the DB
|
|
36
36
|
* cluster is available.</p>
|
|
37
37
|
* </note>
|
|
38
38
|
* <p>For more information on Amazon Aurora DB clusters, see
|
|
@@ -29,11 +29,11 @@ export interface RestoreDBClusterToPointInTimeCommandOutput extends RestoreDBClu
|
|
|
29
29
|
* source DB cluster with the same configuration as the original DB cluster, except that
|
|
30
30
|
* the new DB cluster is created with the default DB security group.</p>
|
|
31
31
|
* <note>
|
|
32
|
-
* <p>For Aurora, this
|
|
33
|
-
* cluster. You must invoke the <code>CreateDBInstance</code>
|
|
32
|
+
* <p>For Aurora, this operation only restores the DB cluster, not the DB instances for that DB
|
|
33
|
+
* cluster. You must invoke the <code>CreateDBInstance</code> operation to create DB
|
|
34
34
|
* instances for the restored DB cluster, specifying the identifier of the restored DB
|
|
35
35
|
* cluster in <code>DBClusterIdentifier</code>. You can create DB instances only after
|
|
36
|
-
* the <code>RestoreDBClusterToPointInTime</code>
|
|
36
|
+
* the <code>RestoreDBClusterToPointInTime</code> operation has completed and the DB
|
|
37
37
|
* cluster is available.</p>
|
|
38
38
|
* </note>
|
|
39
39
|
* <p>For more information on Amazon Aurora DB clusters, see
|
|
@@ -28,9 +28,9 @@ export interface RestoreDBInstanceFromDBSnapshotCommandOutput extends RestoreDBI
|
|
|
28
28
|
* instance is created as a Single-AZ deployment, except when the instance is a SQL Server instance that has an option group
|
|
29
29
|
* associated with mirroring. In this case, the instance becomes a Multi-AZ deployment, not a Single-AZ deployment.</p>
|
|
30
30
|
* <p>If you want to replace your original DB instance with the new, restored DB instance, then rename your original DB instance
|
|
31
|
-
* before you call the RestoreDBInstanceFromDBSnapshot
|
|
31
|
+
* before you call the <code>RestoreDBInstanceFromDBSnapshot</code> operation. RDS doesn't allow two DB instances with the same name. After you
|
|
32
32
|
* have renamed your original DB instance with a different identifier, then you can pass the original name of the DB instance as
|
|
33
|
-
* the DBInstanceIdentifier in the call to the RestoreDBInstanceFromDBSnapshot
|
|
33
|
+
* the <code>DBInstanceIdentifier</code> in the call to the <code>RestoreDBInstanceFromDBSnapshot</code> operation. The result is that you replace the original
|
|
34
34
|
* DB instance with the DB instance created from the snapshot.</p>
|
|
35
35
|
* <p>If you are restoring from a shared manual DB snapshot, the <code>DBSnapshotIdentifier</code>
|
|
36
36
|
* must be the ARN of the shared DB snapshot.</p>
|
|
@@ -31,7 +31,7 @@ export interface RestoreDBInstanceFromS3CommandOutput extends RestoreDBInstanceF
|
|
|
31
31
|
* For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.html">Importing Data into an Amazon RDS MySQL DB Instance</a>
|
|
32
32
|
* in the <i>Amazon RDS User Guide.</i>
|
|
33
33
|
* </p>
|
|
34
|
-
* <p>This
|
|
34
|
+
* <p>This operation doesn't apply to RDS Custom.</p>
|
|
35
35
|
* @example
|
|
36
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
37
|
* ```javascript
|
|
@@ -31,7 +31,7 @@ export interface RestoreDBInstanceToPointInTimeCommandOutput extends RestoreDBIn
|
|
|
31
31
|
* option group that is associated with mirroring; in this case, the instance becomes a
|
|
32
32
|
* mirrored deployment and not a single-AZ deployment.</p>
|
|
33
33
|
* <note>
|
|
34
|
-
* <p>This
|
|
34
|
+
* <p>This operation doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use <code>RestoreDBClusterToPointInTime</code>.</p>
|
|
35
35
|
* </note>
|
|
36
36
|
* @example
|
|
37
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -24,12 +24,12 @@ export interface StartDBClusterCommandOutput extends StartDBClusterResult, __Met
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Starts an Amazon Aurora DB cluster that was stopped using the Amazon Web Services console, the stop-db-cluster
|
|
27
|
-
* CLI command, or the StopDBCluster
|
|
27
|
+
* CLI command, or the <code>StopDBCluster</code> operation.</p>
|
|
28
28
|
* <p>For more information, see
|
|
29
29
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-cluster-stop-start.html">
|
|
30
30
|
* Stopping and Starting an Aurora Cluster</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
31
31
|
* <note>
|
|
32
|
-
* <p>This
|
|
32
|
+
* <p>This operation only applies to Aurora DB clusters.</p>
|
|
33
33
|
* </note>
|
|
34
34
|
* @example
|
|
35
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -23,7 +23,7 @@ export interface StartDBInstanceCommandOutput extends StartDBInstanceResult, __M
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Starts an Amazon RDS DB instance that was stopped using the Amazon Web Services console, the stop-db-instance CLI command, or the StopDBInstance
|
|
26
|
+
* <p>Starts an Amazon RDS DB instance that was stopped using the Amazon Web Services console, the stop-db-instance CLI command, or the <code>StopDBInstance</code> operation.</p>
|
|
27
27
|
* <p>For more information, see
|
|
28
28
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_StartInstance.html">
|
|
29
29
|
* Starting an Amazon RDS DB instance That Was Previously Stopped</a> in the
|
|
@@ -26,7 +26,7 @@ export interface StartExportTaskCommandOutput extends ExportTask, __MetadataBear
|
|
|
26
26
|
* @public
|
|
27
27
|
* <p>Starts an export of DB snapshot or DB cluster data to Amazon S3.
|
|
28
28
|
* The provided IAM role must have access to the S3 bucket.</p>
|
|
29
|
-
* <p>You can't export snapshot data from RDS Custom DB instances.</p>
|
|
29
|
+
* <p>You can't export snapshot data from Db2 or RDS Custom DB instances.</p>
|
|
30
30
|
* <p>You can't export cluster data from Multi-AZ DB clusters.</p>
|
|
31
31
|
* <p>For more information on exporting DB snapshot data, see
|
|
32
32
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ExportSnapshot.html">Exporting DB snapshot
|
|
@@ -24,7 +24,7 @@ export interface StopActivityStreamCommandOutput extends StopActivityStreamRespo
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Stops a database activity stream that was started using the Amazon Web Services console,
|
|
27
|
-
* the <code>start-activity-stream</code> CLI command, or the <code>StartActivityStream</code>
|
|
27
|
+
* the <code>start-activity-stream</code> CLI command, or the <code>StartActivityStream</code> operation.</p>
|
|
28
28
|
* <p>For more information, see
|
|
29
29
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/DBActivityStreams.html">
|
|
30
30
|
* Monitoring Amazon Aurora with Database Activity Streams</a>
|
|
@@ -30,7 +30,7 @@ export interface StopDBClusterCommandOutput extends StopDBClusterResult, __Metad
|
|
|
30
30
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-cluster-stop-start.html">
|
|
31
31
|
* Stopping and Starting an Aurora Cluster</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
32
32
|
* <note>
|
|
33
|
-
* <p>This
|
|
33
|
+
* <p>This operation only applies to Aurora DB clusters.</p>
|
|
34
34
|
* </note>
|
|
35
35
|
* @example
|
|
36
36
|
* Use a bare-bones client and the command you need to make an API call.
|
package/dist-types/index.d.ts
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* database and manages common database administration tasks, freeing up developers to focus on what makes their applications
|
|
7
7
|
* and businesses unique.</p>
|
|
8
8
|
* <p>Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server,
|
|
9
|
-
* Oracle, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools
|
|
9
|
+
* Oracle, Db2, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools
|
|
10
10
|
* you already use today with your existing databases work with Amazon RDS without modification. Amazon RDS
|
|
11
11
|
* automatically backs up your database and maintains the database software that powers your DB instance. Amazon RDS
|
|
12
12
|
* is flexible: you can scale your DB instance's compute resources and storage capacity to meet your
|
|
@@ -5747,133 +5747,148 @@ export interface CreateDBInstanceMessage {
|
|
|
5747
5747
|
/**
|
|
5748
5748
|
* @public
|
|
5749
5749
|
* <p>The meaning of this parameter differs according to the database engine you use.</p>
|
|
5750
|
-
* <
|
|
5751
|
-
* <
|
|
5752
|
-
*
|
|
5753
|
-
*
|
|
5754
|
-
*
|
|
5755
|
-
*
|
|
5756
|
-
*
|
|
5757
|
-
* <
|
|
5758
|
-
*
|
|
5759
|
-
*
|
|
5760
|
-
*
|
|
5761
|
-
*
|
|
5762
|
-
*
|
|
5763
|
-
*
|
|
5764
|
-
*
|
|
5765
|
-
*
|
|
5766
|
-
*
|
|
5767
|
-
* <
|
|
5768
|
-
*
|
|
5769
|
-
*
|
|
5770
|
-
*
|
|
5771
|
-
*
|
|
5772
|
-
*
|
|
5773
|
-
*
|
|
5774
|
-
*
|
|
5775
|
-
*
|
|
5776
|
-
*
|
|
5777
|
-
*
|
|
5778
|
-
*
|
|
5779
|
-
*
|
|
5780
|
-
*
|
|
5781
|
-
*
|
|
5782
|
-
*
|
|
5783
|
-
*
|
|
5784
|
-
*
|
|
5785
|
-
*
|
|
5786
|
-
*
|
|
5787
|
-
*
|
|
5788
|
-
*
|
|
5789
|
-
*
|
|
5790
|
-
*
|
|
5791
|
-
*
|
|
5792
|
-
*
|
|
5793
|
-
*
|
|
5794
|
-
*
|
|
5795
|
-
*
|
|
5796
|
-
*
|
|
5797
|
-
*
|
|
5798
|
-
*
|
|
5799
|
-
*
|
|
5800
|
-
*
|
|
5801
|
-
*
|
|
5802
|
-
*
|
|
5803
|
-
*
|
|
5804
|
-
*
|
|
5805
|
-
*
|
|
5806
|
-
*
|
|
5807
|
-
*
|
|
5808
|
-
*
|
|
5809
|
-
* <
|
|
5810
|
-
* <p>
|
|
5811
|
-
*
|
|
5812
|
-
*
|
|
5813
|
-
*
|
|
5814
|
-
*
|
|
5815
|
-
*
|
|
5816
|
-
*
|
|
5817
|
-
*
|
|
5818
|
-
*
|
|
5819
|
-
*
|
|
5820
|
-
*
|
|
5821
|
-
*
|
|
5822
|
-
*
|
|
5823
|
-
*
|
|
5824
|
-
*
|
|
5825
|
-
*
|
|
5826
|
-
*
|
|
5827
|
-
* <p>
|
|
5828
|
-
*
|
|
5829
|
-
*
|
|
5830
|
-
*
|
|
5831
|
-
*
|
|
5832
|
-
*
|
|
5833
|
-
*
|
|
5834
|
-
*
|
|
5835
|
-
*
|
|
5836
|
-
*
|
|
5837
|
-
*
|
|
5838
|
-
*
|
|
5839
|
-
*
|
|
5840
|
-
*
|
|
5841
|
-
*
|
|
5842
|
-
*
|
|
5843
|
-
*
|
|
5844
|
-
*
|
|
5845
|
-
*
|
|
5846
|
-
*
|
|
5847
|
-
*
|
|
5848
|
-
*
|
|
5849
|
-
*
|
|
5850
|
-
*
|
|
5851
|
-
*
|
|
5852
|
-
*
|
|
5853
|
-
*
|
|
5854
|
-
*
|
|
5855
|
-
*
|
|
5856
|
-
*
|
|
5857
|
-
* <
|
|
5858
|
-
*
|
|
5859
|
-
*
|
|
5860
|
-
*
|
|
5861
|
-
*
|
|
5862
|
-
*
|
|
5863
|
-
*
|
|
5864
|
-
*
|
|
5865
|
-
*
|
|
5866
|
-
*
|
|
5867
|
-
*
|
|
5868
|
-
*
|
|
5869
|
-
*
|
|
5870
|
-
*
|
|
5871
|
-
*
|
|
5872
|
-
*
|
|
5873
|
-
*
|
|
5874
|
-
*
|
|
5875
|
-
*
|
|
5876
|
-
*
|
|
5750
|
+
* <dl>
|
|
5751
|
+
* <dt>Amazon Aurora MySQL</dt>
|
|
5752
|
+
* <dd>
|
|
5753
|
+
* <p>The name of the database to create when the primary DB instance of the Aurora MySQL DB cluster is
|
|
5754
|
+
* created. If this parameter isn't specified for an Aurora MySQL DB cluster, no database is created
|
|
5755
|
+
* in the DB cluster.</p>
|
|
5756
|
+
* <p>Constraints:</p>
|
|
5757
|
+
* <ul>
|
|
5758
|
+
* <li>
|
|
5759
|
+
* <p>Must contain 1 to 64 alphanumeric characters.</p>
|
|
5760
|
+
* </li>
|
|
5761
|
+
* <li>
|
|
5762
|
+
* <p>Can't be a word reserved by the database engine.</p>
|
|
5763
|
+
* </li>
|
|
5764
|
+
* </ul>
|
|
5765
|
+
* </dd>
|
|
5766
|
+
* <dt>Amazon Aurora PostgreSQL</dt>
|
|
5767
|
+
* <dd>
|
|
5768
|
+
* <p>The name of the database to create when the primary DB instance of the Aurora PostgreSQL DB cluster is
|
|
5769
|
+
* created. If this parameter isn't specified for an Aurora PostgreSQL DB cluster,
|
|
5770
|
+
* a database named <code>postgres</code> is created in the DB cluster.</p>
|
|
5771
|
+
* <p>Constraints:</p>
|
|
5772
|
+
* <ul>
|
|
5773
|
+
* <li>
|
|
5774
|
+
* <p>It must contain 1 to 63 alphanumeric characters.</p>
|
|
5775
|
+
* </li>
|
|
5776
|
+
* <li>
|
|
5777
|
+
* <p>Must begin with a letter. Subsequent characters can be letters, underscores, or digits
|
|
5778
|
+
* (0 to 9).</p>
|
|
5779
|
+
* </li>
|
|
5780
|
+
* <li>
|
|
5781
|
+
* <p>Can't be a word reserved by the database engine.</p>
|
|
5782
|
+
* </li>
|
|
5783
|
+
* </ul>
|
|
5784
|
+
* </dd>
|
|
5785
|
+
* <dt>Amazon RDS Custom for Oracle</dt>
|
|
5786
|
+
* <dd>
|
|
5787
|
+
* <p>The Oracle System ID (SID) of the created RDS Custom DB instance. If you don't specify a value, the default value is <code>ORCL</code> for non-CDBs and
|
|
5788
|
+
* <code>RDSCDB</code> for CDBs.</p>
|
|
5789
|
+
* <p>Default: <code>ORCL</code>
|
|
5790
|
+
* </p>
|
|
5791
|
+
* <p>Constraints:</p>
|
|
5792
|
+
* <ul>
|
|
5793
|
+
* <li>
|
|
5794
|
+
* <p>Must contain 1 to 8 alphanumeric characters.</p>
|
|
5795
|
+
* </li>
|
|
5796
|
+
* <li>
|
|
5797
|
+
* <p>Must contain a letter.</p>
|
|
5798
|
+
* </li>
|
|
5799
|
+
* <li>
|
|
5800
|
+
* <p>Can't be a word reserved by the database engine.</p>
|
|
5801
|
+
* </li>
|
|
5802
|
+
* </ul>
|
|
5803
|
+
* </dd>
|
|
5804
|
+
* <dt>Amazon RDS Custom for SQL Server</dt>
|
|
5805
|
+
* <dd>
|
|
5806
|
+
* <p>Not applicable. Must be null.</p>
|
|
5807
|
+
* </dd>
|
|
5808
|
+
* <dt>RDS for Db2</dt>
|
|
5809
|
+
* <dd>
|
|
5810
|
+
* <p>The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance.</p>
|
|
5811
|
+
* <p>Constraints:</p>
|
|
5812
|
+
* <ul>
|
|
5813
|
+
* <li>
|
|
5814
|
+
* <p>Must contain 1 to 64 letters or numbers.</p>
|
|
5815
|
+
* </li>
|
|
5816
|
+
* <li>
|
|
5817
|
+
* <p>Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).</p>
|
|
5818
|
+
* </li>
|
|
5819
|
+
* <li>
|
|
5820
|
+
* <p>Can't be a word reserved by the specified database engine.</p>
|
|
5821
|
+
* </li>
|
|
5822
|
+
* </ul>
|
|
5823
|
+
* </dd>
|
|
5824
|
+
* <dt>RDS for MariaDB</dt>
|
|
5825
|
+
* <dd>
|
|
5826
|
+
* <p>The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance.</p>
|
|
5827
|
+
* <p>Constraints:</p>
|
|
5828
|
+
* <ul>
|
|
5829
|
+
* <li>
|
|
5830
|
+
* <p>Must contain 1 to 64 letters or numbers.</p>
|
|
5831
|
+
* </li>
|
|
5832
|
+
* <li>
|
|
5833
|
+
* <p>Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).</p>
|
|
5834
|
+
* </li>
|
|
5835
|
+
* <li>
|
|
5836
|
+
* <p>Can't be a word reserved by the specified database engine.</p>
|
|
5837
|
+
* </li>
|
|
5838
|
+
* </ul>
|
|
5839
|
+
* </dd>
|
|
5840
|
+
* <dt>RDS for MySQL</dt>
|
|
5841
|
+
* <dd>
|
|
5842
|
+
* <p>The name of the database to create when the DB instance is created. If this parameter isn't specified, no database is created in the DB instance.</p>
|
|
5843
|
+
* <p>Constraints:</p>
|
|
5844
|
+
* <ul>
|
|
5845
|
+
* <li>
|
|
5846
|
+
* <p>Must contain 1 to 64 letters or numbers.</p>
|
|
5847
|
+
* </li>
|
|
5848
|
+
* <li>
|
|
5849
|
+
* <p>Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).</p>
|
|
5850
|
+
* </li>
|
|
5851
|
+
* <li>
|
|
5852
|
+
* <p>Can't be a word reserved by the specified database engine.</p>
|
|
5853
|
+
* </li>
|
|
5854
|
+
* </ul>
|
|
5855
|
+
* </dd>
|
|
5856
|
+
* <dt>RDS for Oracle</dt>
|
|
5857
|
+
* <dd>
|
|
5858
|
+
* <p>The Oracle System ID (SID) of the created DB instance. If you don't specify a value,
|
|
5859
|
+
* the default value is <code>ORCL</code>. You can't specify the
|
|
5860
|
+
* string <code>null</code>, or any other reserved word, for <code>DBName</code>.</p>
|
|
5861
|
+
* <p>Default: <code>ORCL</code>
|
|
5862
|
+
* </p>
|
|
5863
|
+
* <p>Constraints:</p>
|
|
5864
|
+
* <ul>
|
|
5865
|
+
* <li>
|
|
5866
|
+
* <p>Can't be longer than 8 characters.</p>
|
|
5867
|
+
* </li>
|
|
5868
|
+
* </ul>
|
|
5869
|
+
* </dd>
|
|
5870
|
+
* <dt>RDS for PostgreSQL</dt>
|
|
5871
|
+
* <dd>
|
|
5872
|
+
* <p>The name of the database to create when the DB instance is created. If this parameter isn't specified, a database named <code>postgres</code>
|
|
5873
|
+
* is created in the DB instance.</p>
|
|
5874
|
+
* <p>Constraints:</p>
|
|
5875
|
+
* <ul>
|
|
5876
|
+
* <li>
|
|
5877
|
+
* <p>Must contain 1 to 63 letters, numbers, or underscores.</p>
|
|
5878
|
+
* </li>
|
|
5879
|
+
* <li>
|
|
5880
|
+
* <p>Must begin with a letter. Subsequent characters can be letters, underscores, or digits (0-9).</p>
|
|
5881
|
+
* </li>
|
|
5882
|
+
* <li>
|
|
5883
|
+
* <p>Can't be a word reserved by the specified database engine.</p>
|
|
5884
|
+
* </li>
|
|
5885
|
+
* </ul>
|
|
5886
|
+
* </dd>
|
|
5887
|
+
* <dt>RDS for SQL Server</dt>
|
|
5888
|
+
* <dd>
|
|
5889
|
+
* <p>Not applicable. Must be null.</p>
|
|
5890
|
+
* </dd>
|
|
5891
|
+
* </dl>
|
|
5877
5892
|
*/
|
|
5878
5893
|
DBName?: string;
|
|
5879
5894
|
/**
|
|
@@ -5915,6 +5930,18 @@ export interface CreateDBInstanceMessage {
|
|
|
5915
5930
|
* </li>
|
|
5916
5931
|
* </ul>
|
|
5917
5932
|
* </dd>
|
|
5933
|
+
* <dt>RDS for Db2</dt>
|
|
5934
|
+
* <dd>
|
|
5935
|
+
* <p>Constraints to the amount of storage for each storage type are the following:</p>
|
|
5936
|
+
* <ul>
|
|
5937
|
+
* <li>
|
|
5938
|
+
* <p>General Purpose (SSD) storage (gp2, gp3): Must be an integer from 20 to 64000.</p>
|
|
5939
|
+
* </li>
|
|
5940
|
+
* <li>
|
|
5941
|
+
* <p>Provisioned IOPS storage (io1): Must be an integer from 100 to 64000.</p>
|
|
5942
|
+
* </li>
|
|
5943
|
+
* </ul>
|
|
5944
|
+
* </dd>
|
|
5918
5945
|
* <dt>RDS for MariaDB</dt>
|
|
5919
5946
|
* <dd>
|
|
5920
5947
|
* <p>Constraints to the amount of storage for each storage type are the following:</p>
|
|
@@ -6064,6 +6091,16 @@ export interface CreateDBInstanceMessage {
|
|
|
6064
6091
|
* </li>
|
|
6065
6092
|
* <li>
|
|
6066
6093
|
* <p>
|
|
6094
|
+
* <code>db2-ae</code>
|
|
6095
|
+
* </p>
|
|
6096
|
+
* </li>
|
|
6097
|
+
* <li>
|
|
6098
|
+
* <p>
|
|
6099
|
+
* <code>db2-se</code>
|
|
6100
|
+
* </p>
|
|
6101
|
+
* </li>
|
|
6102
|
+
* <li>
|
|
6103
|
+
* <p>
|
|
6067
6104
|
* <code>mariadb</code>
|
|
6068
6105
|
* </p>
|
|
6069
6106
|
* </li>
|
|
@@ -6156,6 +6193,9 @@ export interface CreateDBInstanceMessage {
|
|
|
6156
6193
|
* <p>Length Constraints:</p>
|
|
6157
6194
|
* <ul>
|
|
6158
6195
|
* <li>
|
|
6196
|
+
* <p>RDS for Db2 - Must contain from 8 to 255 characters.</p>
|
|
6197
|
+
* </li>
|
|
6198
|
+
* <li>
|
|
6159
6199
|
* <p>RDS for MariaDB - Must contain from 8 to 41 characters.</p>
|
|
6160
6200
|
* </li>
|
|
6161
6201
|
* <li>
|
|
@@ -6330,6 +6370,10 @@ export interface CreateDBInstanceMessage {
|
|
|
6330
6370
|
* <p>Default:</p>
|
|
6331
6371
|
* <ul>
|
|
6332
6372
|
* <li>
|
|
6373
|
+
* <p>RDS for Db2 - <code>50000</code>
|
|
6374
|
+
* </p>
|
|
6375
|
+
* </li>
|
|
6376
|
+
* <li>
|
|
6333
6377
|
* <p>RDS for MariaDB - <code>3306</code>
|
|
6334
6378
|
* </p>
|
|
6335
6379
|
* </li>
|
|
@@ -6397,6 +6441,11 @@ export interface CreateDBInstanceMessage {
|
|
|
6397
6441
|
* <p>See <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-reqs-limits-MS.html">RDS Custom for SQL Server general requirements</a>
|
|
6398
6442
|
* in the <i>Amazon RDS User Guide</i>.</p>
|
|
6399
6443
|
* </dd>
|
|
6444
|
+
* <dt>RDS for Db2</dt>
|
|
6445
|
+
* <dd>
|
|
6446
|
+
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Db2.html#Db2.Concepts.VersionMgmt">Db2 on Amazon RDS versions</a> in the
|
|
6447
|
+
* <i>Amazon RDS User Guide</i>.</p>
|
|
6448
|
+
* </dd>
|
|
6400
6449
|
* <dt>RDS for MariaDB</dt>
|
|
6401
6450
|
* <dd>
|
|
6402
6451
|
* <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt">MariaDB on Amazon RDS versions</a> in the
|
|
@@ -6440,6 +6489,10 @@ export interface CreateDBInstanceMessage {
|
|
|
6440
6489
|
* <p>Valid Values:</p>
|
|
6441
6490
|
* <ul>
|
|
6442
6491
|
* <li>
|
|
6492
|
+
* <p>RDS for Db2 - <code>bring-your-own-license</code>
|
|
6493
|
+
* </p>
|
|
6494
|
+
* </li>
|
|
6495
|
+
* <li>
|
|
6443
6496
|
* <p>RDS for MariaDB - <code>general-public-license</code>
|
|
6444
6497
|
* </p>
|
|
6445
6498
|
* </li>
|
|
@@ -6472,7 +6525,7 @@ export interface CreateDBInstanceMessage {
|
|
|
6472
6525
|
* <p>Constraints:</p>
|
|
6473
6526
|
* <ul>
|
|
6474
6527
|
* <li>
|
|
6475
|
-
* <p>For RDS for MariaDB, MySQL, Oracle, and PostgreSQL - Must be a multiple between .5 and 50
|
|
6528
|
+
* <p>For RDS for Db2, MariaDB, MySQL, Oracle, and PostgreSQL - Must be a multiple between .5 and 50
|
|
6476
6529
|
* of the storage amount for the DB instance.</p>
|
|
6477
6530
|
* </li>
|
|
6478
6531
|
* <li>
|
|
@@ -6602,8 +6655,8 @@ export interface CreateDBInstanceMessage {
|
|
|
6602
6655
|
KmsKeyId?: string;
|
|
6603
6656
|
/**
|
|
6604
6657
|
* @public
|
|
6605
|
-
* <p>The Active Directory directory ID to create the DB instance in. Currently, only Microsoft SQL
|
|
6606
|
-
*
|
|
6658
|
+
* <p>The Active Directory directory ID to create the DB instance in. Currently, you can create only Db2, MySQL, Microsoft SQL
|
|
6659
|
+
* Server, Oracle, and PostgreSQL DB instances in an Active Directory Domain.</p>
|
|
6607
6660
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html">
|
|
6608
6661
|
* Kerberos Authentication</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
6609
6662
|
* <p>This setting doesn't apply to the following DB instances:</p>
|
|
@@ -6793,7 +6846,7 @@ export interface CreateDBInstanceMessage {
|
|
|
6793
6846
|
PerformanceInsightsRetentionPeriod?: number;
|
|
6794
6847
|
/**
|
|
6795
6848
|
* @public
|
|
6796
|
-
* <p>The list of log types
|
|
6849
|
+
* <p>The list of log types to enable for exporting to CloudWatch Logs. For more information, see
|
|
6797
6850
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch">
|
|
6798
6851
|
* Publishing Database Logs to Amazon CloudWatch Logs</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
6799
6852
|
* <p>This setting doesn't apply to the following DB instances:</p>
|
|
@@ -6808,6 +6861,10 @@ export interface CreateDBInstanceMessage {
|
|
|
6808
6861
|
* <p>The following values are valid for each DB engine:</p>
|
|
6809
6862
|
* <ul>
|
|
6810
6863
|
* <li>
|
|
6864
|
+
* <p>RDS for Db2 - <code>diag.log | notify.log</code>
|
|
6865
|
+
* </p>
|
|
6866
|
+
* </li>
|
|
6867
|
+
* <li>
|
|
6811
6868
|
* <p>RDS for MariaDB - <code>audit | error | general | slowquery</code>
|
|
6812
6869
|
* </p>
|
|
6813
6870
|
* </li>
|
|
@@ -6905,7 +6962,7 @@ export interface CreateDBInstanceMessage {
|
|
|
6905
6962
|
/**
|
|
6906
6963
|
* @public
|
|
6907
6964
|
* <p>The location for storing automated backups and manual snapshots.</p>
|
|
6908
|
-
* <p>
|
|
6965
|
+
* <p>Valid Values:</p>
|
|
6909
6966
|
* <ul>
|
|
6910
6967
|
* <li>
|
|
6911
6968
|
* <p>
|
|
@@ -8176,7 +8233,7 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
8176
8233
|
* <p>Constraints:</p>
|
|
8177
8234
|
* <ul>
|
|
8178
8235
|
* <li>
|
|
8179
|
-
* <p>Must be the identifier of an existing
|
|
8236
|
+
* <p>Must be the identifier of an existing Db2, MariaDB, MySQL, Oracle, PostgreSQL, or SQL Server DB
|
|
8180
8237
|
* instance.</p>
|
|
8181
8238
|
* </li>
|
|
8182
8239
|
* <li>
|
|
@@ -8841,7 +8898,12 @@ export interface CreateDBParameterGroupMessage {
|
|
|
8841
8898
|
* </li>
|
|
8842
8899
|
* <li>
|
|
8843
8900
|
* <p>
|
|
8844
|
-
* <code>
|
|
8901
|
+
* <code>db2-ae</code>
|
|
8902
|
+
* </p>
|
|
8903
|
+
* </li>
|
|
8904
|
+
* <li>
|
|
8905
|
+
* <p>
|
|
8906
|
+
* <code>db2-se</code>
|
|
8845
8907
|
* </p>
|
|
8846
8908
|
* </li>
|
|
8847
8909
|
* <li>
|
|
@@ -10357,11 +10419,21 @@ export interface CreateOptionGroupMessage {
|
|
|
10357
10419
|
OptionGroupName: string | undefined;
|
|
10358
10420
|
/**
|
|
10359
10421
|
* @public
|
|
10360
|
-
* <p>
|
|
10422
|
+
* <p>The name of the engine to associate this option group with.</p>
|
|
10361
10423
|
* <p>Valid Values:</p>
|
|
10362
10424
|
* <ul>
|
|
10363
10425
|
* <li>
|
|
10364
10426
|
* <p>
|
|
10427
|
+
* <code>db2-ae</code>
|
|
10428
|
+
* </p>
|
|
10429
|
+
* </li>
|
|
10430
|
+
* <li>
|
|
10431
|
+
* <p>
|
|
10432
|
+
* <code>db2-se</code>
|
|
10433
|
+
* </p>
|
|
10434
|
+
* </li>
|
|
10435
|
+
* <li>
|
|
10436
|
+
* <p>
|
|
10365
10437
|
* <code>mariadb</code>
|
|
10366
10438
|
* </p>
|
|
10367
10439
|
* </li>
|
|
@@ -859,6 +859,16 @@ export interface DescribeDBEngineVersionsMessage {
|
|
|
859
859
|
* </li>
|
|
860
860
|
* <li>
|
|
861
861
|
* <p>
|
|
862
|
+
* <code>db2-ae</code>
|
|
863
|
+
* </p>
|
|
864
|
+
* </li>
|
|
865
|
+
* <li>
|
|
866
|
+
* <p>
|
|
867
|
+
* <code>db2-se</code>
|
|
868
|
+
* </p>
|
|
869
|
+
* </li>
|
|
870
|
+
* <li>
|
|
871
|
+
* <p>
|
|
862
872
|
* <code>mariadb</code>
|
|
863
873
|
* </p>
|
|
864
874
|
* </li>
|
|
@@ -2577,6 +2587,16 @@ export interface DescribeEngineDefaultParametersMessage {
|
|
|
2577
2587
|
* </li>
|
|
2578
2588
|
* <li>
|
|
2579
2589
|
* <p>
|
|
2590
|
+
* <code>db2-ae</code>
|
|
2591
|
+
* </p>
|
|
2592
|
+
* </li>
|
|
2593
|
+
* <li>
|
|
2594
|
+
* <p>
|
|
2595
|
+
* <code>db2-se</code>
|
|
2596
|
+
* </p>
|
|
2597
|
+
* </li>
|
|
2598
|
+
* <li>
|
|
2599
|
+
* <p>
|
|
2580
2600
|
* <code>mariadb10.2</code>
|
|
2581
2601
|
* </p>
|
|
2582
2602
|
* </li>
|
|
@@ -3296,11 +3316,21 @@ export interface DescribeIntegrationsResponse {
|
|
|
3296
3316
|
export interface DescribeOptionGroupOptionsMessage {
|
|
3297
3317
|
/**
|
|
3298
3318
|
* @public
|
|
3299
|
-
* <p>
|
|
3319
|
+
* <p>The name of the engine to describe options for.</p>
|
|
3300
3320
|
* <p>Valid Values:</p>
|
|
3301
3321
|
* <ul>
|
|
3302
3322
|
* <li>
|
|
3303
3323
|
* <p>
|
|
3324
|
+
* <code>db2-ae</code>
|
|
3325
|
+
* </p>
|
|
3326
|
+
* </li>
|
|
3327
|
+
* <li>
|
|
3328
|
+
* <p>
|
|
3329
|
+
* <code>db2-se</code>
|
|
3330
|
+
* </p>
|
|
3331
|
+
* </li>
|
|
3332
|
+
* <li>
|
|
3333
|
+
* <p>
|
|
3304
3334
|
* <code>mariadb</code>
|
|
3305
3335
|
* </p>
|
|
3306
3336
|
* </li>
|
|
@@ -3614,11 +3644,21 @@ export interface DescribeOptionGroupsMessage {
|
|
|
3614
3644
|
MaxRecords?: number;
|
|
3615
3645
|
/**
|
|
3616
3646
|
* @public
|
|
3617
|
-
* <p>
|
|
3647
|
+
* <p>A filter to only include option groups associated with this database engine.</p>
|
|
3618
3648
|
* <p>Valid Values:</p>
|
|
3619
3649
|
* <ul>
|
|
3620
3650
|
* <li>
|
|
3621
3651
|
* <p>
|
|
3652
|
+
* <code>db2-ae</code>
|
|
3653
|
+
* </p>
|
|
3654
|
+
* </li>
|
|
3655
|
+
* <li>
|
|
3656
|
+
* <p>
|
|
3657
|
+
* <code>db2-se</code>
|
|
3658
|
+
* </p>
|
|
3659
|
+
* </li>
|
|
3660
|
+
* <li>
|
|
3661
|
+
* <p>
|
|
3622
3662
|
* <code>mariadb</code>
|
|
3623
3663
|
* </p>
|
|
3624
3664
|
* </li>
|
|
@@ -3707,7 +3747,7 @@ export interface OptionGroups {
|
|
|
3707
3747
|
export interface DescribeOrderableDBInstanceOptionsMessage {
|
|
3708
3748
|
/**
|
|
3709
3749
|
* @public
|
|
3710
|
-
* <p>The name of the engine to
|
|
3750
|
+
* <p>The name of the engine to describe DB instance options for.</p>
|
|
3711
3751
|
* <p>Valid Values:</p>
|
|
3712
3752
|
* <ul>
|
|
3713
3753
|
* <li>
|
|
@@ -3727,6 +3767,16 @@ export interface DescribeOrderableDBInstanceOptionsMessage {
|
|
|
3727
3767
|
* </li>
|
|
3728
3768
|
* <li>
|
|
3729
3769
|
* <p>
|
|
3770
|
+
* <code>db2-ae</code>
|
|
3771
|
+
* </p>
|
|
3772
|
+
* </li>
|
|
3773
|
+
* <li>
|
|
3774
|
+
* <p>
|
|
3775
|
+
* <code>db2-se</code>
|
|
3776
|
+
* </p>
|
|
3777
|
+
* </li>
|
|
3778
|
+
* <li>
|
|
3779
|
+
* <p>
|
|
3730
3780
|
* <code>mariadb</code>
|
|
3731
3781
|
* </p>
|
|
3732
3782
|
* </li>
|
|
@@ -3785,26 +3835,25 @@ export interface DescribeOrderableDBInstanceOptionsMessage {
|
|
|
3785
3835
|
Engine: string | undefined;
|
|
3786
3836
|
/**
|
|
3787
3837
|
* @public
|
|
3788
|
-
* <p>
|
|
3838
|
+
* <p>A filter to include only the available options for the specified engine version.</p>
|
|
3789
3839
|
*/
|
|
3790
3840
|
EngineVersion?: string;
|
|
3791
3841
|
/**
|
|
3792
3842
|
* @public
|
|
3793
|
-
* <p>
|
|
3843
|
+
* <p>A filter to include only the available options for the specified DB instance class.</p>
|
|
3794
3844
|
*/
|
|
3795
3845
|
DBInstanceClass?: string;
|
|
3796
3846
|
/**
|
|
3797
3847
|
* @public
|
|
3798
|
-
* <p>
|
|
3799
|
-
* matching the specified license model.</p>
|
|
3848
|
+
* <p>A filter to include only the available options for the specified license model.</p>
|
|
3800
3849
|
* <p>RDS Custom supports only the BYOL licensing model.</p>
|
|
3801
3850
|
*/
|
|
3802
3851
|
LicenseModel?: string;
|
|
3803
3852
|
/**
|
|
3804
3853
|
* @public
|
|
3805
|
-
* <p>The Availability Zone group associated with a Local Zone. Specify this parameter to retrieve available
|
|
3806
|
-
* <p>Omit this parameter to show the available
|
|
3807
|
-
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
3854
|
+
* <p>The Availability Zone group associated with a Local Zone. Specify this parameter to retrieve available options for the Local Zones in the group.</p>
|
|
3855
|
+
* <p>Omit this parameter to show the available options in the specified Amazon Web Services Region.</p>
|
|
3856
|
+
* <p>This setting doesn't apply to RDS Custom DB instances.</p>
|
|
3808
3857
|
*/
|
|
3809
3858
|
AvailabilityZoneGroup?: string;
|
|
3810
3859
|
/**
|
|
@@ -6153,7 +6202,7 @@ export interface ModifyDBInstanceMessage {
|
|
|
6153
6202
|
/**
|
|
6154
6203
|
* @public
|
|
6155
6204
|
* <p>The new amount of storage in gibibytes (GiB) to allocate for the DB instance.</p>
|
|
6156
|
-
* <p>For RDS for MariaDB, RDS for MySQL, RDS for Oracle, and RDS for PostgreSQL,
|
|
6205
|
+
* <p>For RDS for Db2, MariaDB, RDS for MySQL, RDS for Oracle, and RDS for PostgreSQL,
|
|
6157
6206
|
* the value supplied must be at least 10% greater than the current value.
|
|
6158
6207
|
* Values that are not at least 10% greater than the existing value are rounded up
|
|
6159
6208
|
* so that they are 10% greater than the current value.</p>
|
|
@@ -6262,7 +6311,7 @@ export interface ModifyDBInstanceMessage {
|
|
|
6262
6311
|
* <code>PendingModifiedValues</code> element of the operation response.</p>
|
|
6263
6312
|
* <note>
|
|
6264
6313
|
* <p>Amazon RDS API operations never return the password,
|
|
6265
|
-
* so this
|
|
6314
|
+
* so this operation provides a way to regain access to a primary instance user if the password is lost.
|
|
6266
6315
|
* This includes restoring privileges that might have been accidentally revoked.</p>
|
|
6267
6316
|
* </note>
|
|
6268
6317
|
* <p>This setting doesn't apply to the following DB instances:</p>
|
|
@@ -6282,12 +6331,15 @@ export interface ModifyDBInstanceMessage {
|
|
|
6282
6331
|
* <p>Can't be specified if <code>ManageMasterUserPassword</code> is turned on.</p>
|
|
6283
6332
|
* </li>
|
|
6284
6333
|
* <li>
|
|
6285
|
-
* <p>Can include any printable ASCII character except "/", """, or "@".</p>
|
|
6334
|
+
* <p>Can include any printable ASCII character except "/", """, or "@". For RDS for Oracle, can't include the "&" (ampersand) or the "'" (single quotes) character.</p>
|
|
6286
6335
|
* </li>
|
|
6287
6336
|
* </ul>
|
|
6288
6337
|
* <p>Length Constraints:</p>
|
|
6289
6338
|
* <ul>
|
|
6290
6339
|
* <li>
|
|
6340
|
+
* <p>RDS for Db2 - Must contain from 8 to 255 characters.</p>
|
|
6341
|
+
* </li>
|
|
6342
|
+
* <li>
|
|
6291
6343
|
* <p>RDS for MariaDB - Must contain from 8 to 41 characters.</p>
|
|
6292
6344
|
* </li>
|
|
6293
6345
|
* <li>
|
|
@@ -6489,6 +6541,10 @@ export interface ModifyDBInstanceMessage {
|
|
|
6489
6541
|
* <p>Valid Values:</p>
|
|
6490
6542
|
* <ul>
|
|
6491
6543
|
* <li>
|
|
6544
|
+
* <p>RDS for Db2 - <code>bring-your-own-license</code>
|
|
6545
|
+
* </p>
|
|
6546
|
+
* </li>
|
|
6547
|
+
* <li>
|
|
6492
6548
|
* <p>RDS for MariaDB - <code>general-public-license</code>
|
|
6493
6549
|
* </p>
|
|
6494
6550
|
* </li>
|
|
@@ -6625,7 +6681,7 @@ export interface ModifyDBInstanceMessage {
|
|
|
6625
6681
|
* @public
|
|
6626
6682
|
* <p>The Active Directory directory ID to move the DB instance to.
|
|
6627
6683
|
* Specify <code>none</code> to remove the instance from its current domain.
|
|
6628
|
-
* You must create the domain before this operation. Currently, you can create only MySQL, Microsoft SQL
|
|
6684
|
+
* You must create the domain before this operation. Currently, you can create only Db2, MySQL, Microsoft SQL
|
|
6629
6685
|
* Server, Oracle, and PostgreSQL DB instances in an Active Directory Domain.</p>
|
|
6630
6686
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html">
|
|
6631
6687
|
* Kerberos Authentication</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
@@ -6719,6 +6775,10 @@ export interface ModifyDBInstanceMessage {
|
|
|
6719
6775
|
* </p>
|
|
6720
6776
|
* </li>
|
|
6721
6777
|
* <li>
|
|
6778
|
+
* <p>RDS for Db2 - <code>50000</code>
|
|
6779
|
+
* </p>
|
|
6780
|
+
* </li>
|
|
6781
|
+
* <li>
|
|
6722
6782
|
* <p>RDS for MariaDB - <code>3306</code>
|
|
6723
6783
|
* </p>
|
|
6724
6784
|
* </li>
|
|
@@ -7149,7 +7209,7 @@ export interface ModifyDBInstanceResult {
|
|
|
7149
7209
|
/**
|
|
7150
7210
|
* @public
|
|
7151
7211
|
* <p>Contains the result of a successful invocation of the
|
|
7152
|
-
* <code>ModifyDBParameterGroup</code> or <code>ResetDBParameterGroup</code>
|
|
7212
|
+
* <code>ModifyDBParameterGroup</code> or <code>ResetDBParameterGroup</code> operation.</p>
|
|
7153
7213
|
*/
|
|
7154
7214
|
export interface DBParameterGroupNameMessage {
|
|
7155
7215
|
/**
|
|
@@ -9667,17 +9727,17 @@ export interface RestoreDBClusterToPointInTimeResult {
|
|
|
9667
9727
|
export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
9668
9728
|
/**
|
|
9669
9729
|
* @public
|
|
9670
|
-
* <p>
|
|
9730
|
+
* <p>The name of the DB instance to create from the DB snapshot. This parameter isn't case-sensitive.</p>
|
|
9671
9731
|
* <p>Constraints:</p>
|
|
9672
9732
|
* <ul>
|
|
9673
9733
|
* <li>
|
|
9674
|
-
* <p>Must contain from 1 to 63 numbers, letters, or hyphens
|
|
9734
|
+
* <p>Must contain from 1 to 63 numbers, letters, or hyphens.</p>
|
|
9675
9735
|
* </li>
|
|
9676
9736
|
* <li>
|
|
9677
|
-
* <p>First character must be a letter
|
|
9737
|
+
* <p>First character must be a letter.</p>
|
|
9678
9738
|
* </li>
|
|
9679
9739
|
* <li>
|
|
9680
|
-
* <p>Can't end with a hyphen or contain two consecutive hyphens
|
|
9740
|
+
* <p>Can't end with a hyphen or contain two consecutive hyphens.</p>
|
|
9681
9741
|
* </li>
|
|
9682
9742
|
* </ul>
|
|
9683
9743
|
* <p>Example: <code>my-snapshot-id</code>
|
|
@@ -9690,7 +9750,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
9690
9750
|
* <p>Constraints:</p>
|
|
9691
9751
|
* <ul>
|
|
9692
9752
|
* <li>
|
|
9693
|
-
* <p>Must match the identifier of an existing
|
|
9753
|
+
* <p>Must match the identifier of an existing DB snapshot.</p>
|
|
9694
9754
|
* </li>
|
|
9695
9755
|
* <li>
|
|
9696
9756
|
* <p>Can't be specified when <code>DBClusterSnapshotIdentifier</code> is specified.</p>
|
|
@@ -9735,8 +9795,13 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
9735
9795
|
AvailabilityZone?: string;
|
|
9736
9796
|
/**
|
|
9737
9797
|
* @public
|
|
9738
|
-
* <p>The DB subnet group
|
|
9739
|
-
* <p>Constraints
|
|
9798
|
+
* <p>The name of the DB subnet group to use for the new instance.</p>
|
|
9799
|
+
* <p>Constraints:</p>
|
|
9800
|
+
* <ul>
|
|
9801
|
+
* <li>
|
|
9802
|
+
* <p>If supplied, must match the name of an existing DB subnet group.</p>
|
|
9803
|
+
* </li>
|
|
9804
|
+
* </ul>
|
|
9740
9805
|
* <p>Example: <code>mydbsubnetgroup</code>
|
|
9741
9806
|
* </p>
|
|
9742
9807
|
*/
|
|
@@ -9777,8 +9842,8 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
9777
9842
|
LicenseModel?: string;
|
|
9778
9843
|
/**
|
|
9779
9844
|
* @public
|
|
9780
|
-
* <p>The database
|
|
9781
|
-
* <p>This parameter
|
|
9845
|
+
* <p>The name of the database for the restored DB instance.</p>
|
|
9846
|
+
* <p>This parameter only applies to RDS for Oracle and RDS for SQL Server DB instances. It doesn't apply to the other engines or to RDS
|
|
9782
9847
|
* Custom DB instances.</p>
|
|
9783
9848
|
*/
|
|
9784
9849
|
DBName?: string;
|
|
@@ -9792,6 +9857,16 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
9792
9857
|
* <ul>
|
|
9793
9858
|
* <li>
|
|
9794
9859
|
* <p>
|
|
9860
|
+
* <code>db2-ae</code>
|
|
9861
|
+
* </p>
|
|
9862
|
+
* </li>
|
|
9863
|
+
* <li>
|
|
9864
|
+
* <p>
|
|
9865
|
+
* <code>db2-se</code>
|
|
9866
|
+
* </p>
|
|
9867
|
+
* </li>
|
|
9868
|
+
* <li>
|
|
9869
|
+
* <p>
|
|
9795
9870
|
* <code>mariadb</code>
|
|
9796
9871
|
* </p>
|
|
9797
9872
|
* </li>
|
|
@@ -9909,9 +9984,9 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
9909
9984
|
VpcSecurityGroupIds?: string[];
|
|
9910
9985
|
/**
|
|
9911
9986
|
* @public
|
|
9912
|
-
* <p>
|
|
9913
|
-
* The domain/ must be created prior to this operation. Currently, you can create only MySQL, Microsoft SQL
|
|
9914
|
-
*
|
|
9987
|
+
* <p>The Active Directory directory ID to restore the DB instance in.
|
|
9988
|
+
* The domain/ must be created prior to this operation. Currently, you can create only Db2, MySQL, Microsoft SQL
|
|
9989
|
+
* Server, Oracle, and PostgreSQL DB instances in an Active Directory Domain.</p>
|
|
9915
9990
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html">
|
|
9916
9991
|
* Kerberos Authentication</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
9917
9992
|
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
@@ -10001,8 +10076,8 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
10001
10076
|
EnableIAMDatabaseAuthentication?: boolean;
|
|
10002
10077
|
/**
|
|
10003
10078
|
* @public
|
|
10004
|
-
* <p>The list of logs
|
|
10005
|
-
* in the list depend on the DB engine
|
|
10079
|
+
* <p>The list of logs for the restored DB instance to export to CloudWatch Logs. The values
|
|
10080
|
+
* in the list depend on the DB engine. For more information, see
|
|
10006
10081
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch">Publishing Database Logs to Amazon CloudWatch Logs</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
10007
10082
|
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
10008
10083
|
*/
|
|
@@ -10029,7 +10104,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
10029
10104
|
* <p>Constraints:</p>
|
|
10030
10105
|
* <ul>
|
|
10031
10106
|
* <li>
|
|
10032
|
-
* <p>If supplied, must match the name of an existing
|
|
10107
|
+
* <p>If supplied, must match the name of an existing DB parameter group.</p>
|
|
10033
10108
|
* </li>
|
|
10034
10109
|
* <li>
|
|
10035
10110
|
* <p>Must be 1 to 255 letters, numbers, or hyphens.</p>
|
|
@@ -10265,29 +10340,37 @@ export interface RestoreDBInstanceFromS3Message {
|
|
|
10265
10340
|
MasterUsername?: string;
|
|
10266
10341
|
/**
|
|
10267
10342
|
* @public
|
|
10268
|
-
* <p>The password for the master user
|
|
10269
|
-
*
|
|
10270
|
-
* <
|
|
10271
|
-
*
|
|
10272
|
-
*
|
|
10273
|
-
*
|
|
10274
|
-
*
|
|
10275
|
-
*
|
|
10276
|
-
*
|
|
10277
|
-
* </
|
|
10278
|
-
* <p>Constraints
|
|
10279
|
-
* <
|
|
10280
|
-
* <
|
|
10281
|
-
*
|
|
10282
|
-
*
|
|
10283
|
-
*
|
|
10284
|
-
*
|
|
10285
|
-
*
|
|
10286
|
-
*
|
|
10287
|
-
*
|
|
10288
|
-
*
|
|
10289
|
-
*
|
|
10290
|
-
*
|
|
10343
|
+
* <p>The password for the master user.</p>
|
|
10344
|
+
* <p>Constraints:</p>
|
|
10345
|
+
* <ul>
|
|
10346
|
+
* <li>
|
|
10347
|
+
* <p>Can't be specified if <code>ManageMasterUserPassword</code> is turned on.</p>
|
|
10348
|
+
* </li>
|
|
10349
|
+
* <li>
|
|
10350
|
+
* <p>Can include any printable ASCII character except "/", """, or "@". For RDS for Oracle, can't include the "&" (ampersand) or the "'" (single quotes) character.</p>
|
|
10351
|
+
* </li>
|
|
10352
|
+
* </ul>
|
|
10353
|
+
* <p>Length Constraints:</p>
|
|
10354
|
+
* <ul>
|
|
10355
|
+
* <li>
|
|
10356
|
+
* <p>RDS for Db2 - Must contain from 8 to 128 characters.</p>
|
|
10357
|
+
* </li>
|
|
10358
|
+
* <li>
|
|
10359
|
+
* <p>RDS for MariaDB - Must contain from 8 to 41 characters.</p>
|
|
10360
|
+
* </li>
|
|
10361
|
+
* <li>
|
|
10362
|
+
* <p>RDS for Microsoft SQL Server - Must contain from 8 to 128 characters.</p>
|
|
10363
|
+
* </li>
|
|
10364
|
+
* <li>
|
|
10365
|
+
* <p>RDS for MySQL - Must contain from 8 to 41 characters.</p>
|
|
10366
|
+
* </li>
|
|
10367
|
+
* <li>
|
|
10368
|
+
* <p>RDS for Oracle - Must contain from 8 to 30 characters.</p>
|
|
10369
|
+
* </li>
|
|
10370
|
+
* <li>
|
|
10371
|
+
* <p>RDS for PostgreSQL - Must contain from 8 to 128 characters.</p>
|
|
10372
|
+
* </li>
|
|
10373
|
+
* </ul>
|
|
10291
10374
|
*/
|
|
10292
10375
|
MasterUserPassword?: string;
|
|
10293
10376
|
/**
|
|
@@ -10898,9 +10981,21 @@ export interface RestoreDBInstanceToPointInTimeMessage {
|
|
|
10898
10981
|
/**
|
|
10899
10982
|
* @public
|
|
10900
10983
|
* <p>The database name for the restored DB instance.</p>
|
|
10901
|
-
* <
|
|
10902
|
-
*
|
|
10903
|
-
*
|
|
10984
|
+
* <p>This parameter doesn't apply to the following DB instances:</p>
|
|
10985
|
+
* <ul>
|
|
10986
|
+
* <li>
|
|
10987
|
+
* <p>RDS Custom</p>
|
|
10988
|
+
* </li>
|
|
10989
|
+
* <li>
|
|
10990
|
+
* <p>RDS for Db2</p>
|
|
10991
|
+
* </li>
|
|
10992
|
+
* <li>
|
|
10993
|
+
* <p>RDS for MariaDB</p>
|
|
10994
|
+
* </li>
|
|
10995
|
+
* <li>
|
|
10996
|
+
* <p>RDS for MySQL</p>
|
|
10997
|
+
* </li>
|
|
10998
|
+
* </ul>
|
|
10904
10999
|
*/
|
|
10905
11000
|
DBName?: string;
|
|
10906
11001
|
/**
|
|
@@ -10911,6 +11006,16 @@ export interface RestoreDBInstanceToPointInTimeMessage {
|
|
|
10911
11006
|
* <ul>
|
|
10912
11007
|
* <li>
|
|
10913
11008
|
* <p>
|
|
11009
|
+
* <code>db2-ae</code>
|
|
11010
|
+
* </p>
|
|
11011
|
+
* </li>
|
|
11012
|
+
* <li>
|
|
11013
|
+
* <p>
|
|
11014
|
+
* <code>db2-se</code>
|
|
11015
|
+
* </p>
|
|
11016
|
+
* </li>
|
|
11017
|
+
* <li>
|
|
11018
|
+
* <p>
|
|
10914
11019
|
* <code>mariadb</code>
|
|
10915
11020
|
* </p>
|
|
10916
11021
|
* </li>
|
|
@@ -11233,8 +11338,20 @@ export interface RestoreDBInstanceToPointInTimeMessage {
|
|
|
11233
11338
|
CustomIamInstanceProfile?: string;
|
|
11234
11339
|
/**
|
|
11235
11340
|
* @public
|
|
11236
|
-
* <p>
|
|
11237
|
-
* <p>
|
|
11341
|
+
* <p>The location for storing automated backups and manual snapshots for the restored DB instance.</p>
|
|
11342
|
+
* <p>Valid Values:</p>
|
|
11343
|
+
* <ul>
|
|
11344
|
+
* <li>
|
|
11345
|
+
* <p>
|
|
11346
|
+
* <code>outposts</code> (Amazon Web Services Outposts)</p>
|
|
11347
|
+
* </li>
|
|
11348
|
+
* <li>
|
|
11349
|
+
* <p>
|
|
11350
|
+
* <code>region</code> (Amazon Web Services Region)</p>
|
|
11351
|
+
* </li>
|
|
11352
|
+
* </ul>
|
|
11353
|
+
* <p>Default: <code>region</code>
|
|
11354
|
+
* </p>
|
|
11238
11355
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html">Working
|
|
11239
11356
|
* with Amazon RDS on Amazon Web Services Outposts</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
11240
11357
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rds",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.459.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|