@aws-sdk/client-rds 3.225.0 → 3.229.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 +0 -1
- package/dist-cjs/protocols/Aws_query.js +19 -0
- package/dist-cjs/runtimeConfig.browser.js +3 -3
- package/dist-cjs/runtimeConfig.js +2 -1
- package/dist-es/protocols/Aws_query.js +19 -0
- package/dist-es/runtimeConfig.browser.js +1 -1
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-types/RDS.d.ts +281 -282
- package/dist-types/RDSClient.d.ts +14 -15
- package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +3 -3
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +4 -4
- package/dist-types/commands/BacktrackDBClusterCommand.d.ts +3 -3
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +10 -10
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +3 -3
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +10 -10
- package/dist-types/commands/CreateDBClusterCommand.d.ts +3 -3
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +2 -2
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +8 -8
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +3 -3
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +4 -4
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +4 -4
- package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +4 -4
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +3 -3
- package/dist-types/commands/CreateOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +7 -7
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +4 -4
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +7 -7
- package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +2 -2
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +1 -1
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +6 -6
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +4 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyActivityStreamCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCertificatesCommand.d.ts +7 -7
- package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +7 -7
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +3 -3
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +2 -2
- package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +2 -2
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +4 -4
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +5 -5
- package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +2 -2
- package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +5 -5
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -2
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +6 -6
- package/dist-types/commands/RebootDBClusterCommand.d.ts +3 -3
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +4 -4
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +2 -2
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +2 -2
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +3 -3
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +5 -5
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +5 -5
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +4 -4
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +4 -4
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +1 -1
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +3 -3
- package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +2 -2
- package/dist-types/commands/StartDBClusterCommand.d.ts +3 -3
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -2
- package/dist-types/commands/StartDBInstanceCommand.d.ts +3 -3
- 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 +3 -3
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -2
- package/dist-types/commands/StopDBInstanceCommand.d.ts +3 -3
- package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +1528 -1511
- package/dist-types/models/models_1.d.ts +1352 -1352
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/dist-types/ts3.4/models/models_1.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -1
- package/package.json +31 -30
|
@@ -9,14 +9,14 @@ export interface DeleteDBClusterSnapshotCommandOutput extends DeleteDBClusterSna
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Deletes a DB cluster snapshot. If the snapshot is being copied, the copy operation is terminated.</p>
|
|
12
|
-
*
|
|
12
|
+
* <note>
|
|
13
13
|
* <p>The DB cluster snapshot must be in the <code>available</code> state to be
|
|
14
14
|
* deleted.</p>
|
|
15
|
-
*
|
|
16
|
-
*
|
|
15
|
+
* </note>
|
|
16
|
+
* <p>For more information on Amazon Aurora, see
|
|
17
17
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
18
18
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
19
|
-
*
|
|
19
|
+
* <p>For more information on Multi-AZ DB clusters, see
|
|
20
20
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
21
21
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
22
22
|
* @example
|
|
@@ -11,22 +11,22 @@ export interface DeleteDBInstanceCommandOutput extends DeleteDBInstanceResult, _
|
|
|
11
11
|
* <p>The DeleteDBInstance action deletes a previously provisioned DB instance.
|
|
12
12
|
* When you delete a DB instance, all automated backups for that instance are deleted and can't be recovered.
|
|
13
13
|
* Manual DB snapshots of the DB instance to be deleted by <code>DeleteDBInstance</code> are not deleted.</p>
|
|
14
|
-
*
|
|
14
|
+
* <p>If you request a final DB snapshot
|
|
15
15
|
* the status of the Amazon RDS DB instance is <code>deleting</code> until the DB snapshot is created. The API action <code>DescribeDBInstance</code>
|
|
16
16
|
* is used to monitor the status of this operation. The action can't be canceled or reverted once submitted.</p>
|
|
17
|
-
*
|
|
17
|
+
* <p>When a DB instance is in a failure state and has a status of <code>failed</code>, <code>incompatible-restore</code>,
|
|
18
18
|
* or <code>incompatible-network</code>, you can only delete it when you skip creation of the final snapshot with the <code>SkipFinalSnapshot</code> parameter.</p>
|
|
19
|
-
*
|
|
19
|
+
* <p>If the specified DB instance is part of an Amazon Aurora DB cluster, you can't delete the DB instance if both of the following
|
|
20
20
|
* conditions are true:</p>
|
|
21
|
-
*
|
|
21
|
+
* <ul>
|
|
22
22
|
* <li>
|
|
23
|
-
*
|
|
23
|
+
* <p>The DB cluster is a read replica of another Amazon Aurora DB cluster.</p>
|
|
24
24
|
* </li>
|
|
25
25
|
* <li>
|
|
26
|
-
*
|
|
26
|
+
* <p>The DB instance is the only instance in the DB cluster.</p>
|
|
27
27
|
* </li>
|
|
28
28
|
* </ul>
|
|
29
|
-
*
|
|
29
|
+
* <p>To delete a DB instance in this case, first call the
|
|
30
30
|
* <code>PromoteReadReplicaDBCluster</code> API action to promote the DB cluster so
|
|
31
31
|
* it's no longer a read replica. After the promotion completes, then call the
|
|
32
32
|
* <code>DeleteDBInstance</code> API action to delete the final instance in the DB
|
|
@@ -9,14 +9,14 @@ export interface DeleteDBSecurityGroupCommandOutput extends __MetadataBearer {
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Deletes a DB security group.</p>
|
|
12
|
-
*
|
|
13
|
-
*
|
|
12
|
+
* <p>The specified DB security group must not be associated with any DB instances.</p>
|
|
13
|
+
* <note>
|
|
14
14
|
* <p>EC2-Classic was retired on August 15, 2022. If you haven't migrated from EC2-Classic to a VPC, we recommend that
|
|
15
15
|
* you migrate as soon as possible. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the
|
|
16
16
|
* <i>Amazon EC2 User Guide</i>, the blog <a href="http://aws.amazon.com/blogs/aws/ec2-classic-is-retiring-heres-how-to-prepare/">EC2-Classic Networking is Retiring –
|
|
17
17
|
* Here’s How to Prepare</a>, and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.Non-VPC2VPC.html">Moving a DB instance not in a VPC
|
|
18
18
|
* into a VPC</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
19
|
-
*
|
|
19
|
+
* </note>
|
|
20
20
|
* @example
|
|
21
21
|
* Use a bare-bones client and the command you need to make an API call.
|
|
22
22
|
* ```javascript
|
|
@@ -10,9 +10,9 @@ export interface DeleteDBSnapshotCommandOutput extends DeleteDBSnapshotResult, _
|
|
|
10
10
|
/**
|
|
11
11
|
* <p>Deletes a DB snapshot. If the snapshot is being copied, the copy operation is
|
|
12
12
|
* terminated.</p>
|
|
13
|
-
*
|
|
13
|
+
* <note>
|
|
14
14
|
* <p>The DB snapshot must be in the <code>available</code> state to be deleted.</p>
|
|
15
|
-
*
|
|
15
|
+
* </note>
|
|
16
16
|
* @example
|
|
17
17
|
* Use a bare-bones client and the command you need to make an API call.
|
|
18
18
|
* ```javascript
|
|
@@ -9,9 +9,9 @@ export interface DeleteDBSubnetGroupCommandOutput extends __MetadataBearer {
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Deletes a DB subnet group.</p>
|
|
12
|
-
*
|
|
12
|
+
* <note>
|
|
13
13
|
* <p>The specified database subnet group must not be associated with any DB instances.</p>
|
|
14
|
-
*
|
|
14
|
+
* </note>
|
|
15
15
|
* @example
|
|
16
16
|
* Use a bare-bones client and the command you need to make an API call.
|
|
17
17
|
* ```javascript
|
|
@@ -10,9 +10,9 @@ export interface DeleteGlobalClusterCommandOutput extends DeleteGlobalClusterRes
|
|
|
10
10
|
/**
|
|
11
11
|
* <p>Deletes a global database cluster. The primary and secondary clusters must already be detached or
|
|
12
12
|
* destroyed first.</p>
|
|
13
|
-
*
|
|
13
|
+
* <note>
|
|
14
14
|
* <p>This action only applies to Aurora DB clusters.</p>
|
|
15
|
-
*
|
|
15
|
+
* </note>
|
|
16
16
|
* @example
|
|
17
17
|
* Use a bare-bones client and the command you need to make an API call.
|
|
18
18
|
* ```javascript
|
|
@@ -9,7 +9,7 @@ export interface DescribeAccountAttributesCommandOutput extends AccountAttribute
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Lists all of the attributes for a customer account. The attributes include Amazon RDS quotas for the account, such as the number of DB instances allowed. The description for a quota includes the quota name, current usage toward that quota, and the quota's maximum value.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>This command doesn't take any parameters.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -9,7 +9,7 @@ export interface DescribeBlueGreenDeploymentsCommandOutput extends DescribeBlueG
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Returns information about blue/green deployments.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments.html">Using Amazon RDS Blue/Green Deployments
|
|
13
13
|
* for database updates</a> in the <i>Amazon RDS User Guide</i> and
|
|
14
14
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/blue-green-deployments.html">
|
|
15
15
|
* Using Amazon RDS Blue/Green Deployments for database updates</a> in the <i>Amazon Aurora
|
|
@@ -9,12 +9,12 @@ export interface DescribeDBClusterBacktracksCommandOutput extends DBClusterBackt
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Returns information about backtracks for a DB cluster.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>For more information on Amazon Aurora, see
|
|
13
13
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
14
14
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
15
|
-
*
|
|
15
|
+
* <note>
|
|
16
16
|
* <p>This action only applies to Aurora MySQL DB clusters.</p>
|
|
17
|
-
*
|
|
17
|
+
* </note>
|
|
18
18
|
* @example
|
|
19
19
|
* Use a bare-bones client and the command you need to make an API call.
|
|
20
20
|
* ```javascript
|
|
@@ -9,9 +9,9 @@ export interface DescribeDBClusterEndpointsCommandOutput extends DBClusterEndpoi
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Returns information about endpoints for an Amazon Aurora DB cluster.</p>
|
|
12
|
-
*
|
|
12
|
+
* <note>
|
|
13
13
|
* <p>This action only applies to Aurora DB clusters.</p>
|
|
14
|
-
*
|
|
14
|
+
* </note>
|
|
15
15
|
* @example
|
|
16
16
|
* Use a bare-bones client and the command you need to make an API call.
|
|
17
17
|
* ```javascript
|
|
@@ -11,10 +11,10 @@ export interface DescribeDBClusterParameterGroupsCommandOutput extends DBCluster
|
|
|
11
11
|
* <p>Returns a list of <code>DBClusterParameterGroup</code> descriptions. If a
|
|
12
12
|
* <code>DBClusterParameterGroupName</code> parameter is specified,
|
|
13
13
|
* the list will contain only the description of the specified DB cluster parameter group.</p>
|
|
14
|
-
*
|
|
14
|
+
* <p>For more information on Amazon Aurora, see
|
|
15
15
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
16
16
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
17
|
-
*
|
|
17
|
+
* <p>For more information on Multi-AZ DB clusters, see
|
|
18
18
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
19
19
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
20
20
|
* @example
|
|
@@ -9,10 +9,10 @@ export interface DescribeDBClusterParametersCommandOutput extends DBClusterParam
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Returns the detailed parameter list for a particular DB cluster parameter group.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>For more information on Amazon Aurora, see
|
|
13
13
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
14
14
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
15
|
-
*
|
|
15
|
+
* <p>For more information on Multi-AZ DB clusters, see
|
|
16
16
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
17
17
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
18
18
|
* @example
|
|
@@ -9,12 +9,12 @@ export interface DescribeDBClusterSnapshotAttributesCommandOutput extends Descri
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Returns a list of DB cluster snapshot attribute names and values for a manual DB cluster snapshot.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>When sharing snapshots with other Amazon Web Services accounts, <code>DescribeDBClusterSnapshotAttributes</code>
|
|
13
13
|
* returns the <code>restore</code> attribute and a list of IDs for the Amazon Web Services accounts that are
|
|
14
14
|
* authorized to copy or restore the manual DB cluster snapshot. If <code>all</code> is included in the list of
|
|
15
15
|
* values for the <code>restore</code> attribute, then the manual DB cluster snapshot is public and
|
|
16
16
|
* can be copied or restored by all Amazon Web Services accounts.</p>
|
|
17
|
-
*
|
|
17
|
+
* <p>To add or remove access for an Amazon Web Services account to copy or restore a manual DB cluster snapshot, or to make the
|
|
18
18
|
* manual DB cluster snapshot public or private, use the <code>ModifyDBClusterSnapshotAttribute</code> API action.</p>
|
|
19
19
|
* @example
|
|
20
20
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -9,10 +9,10 @@ export interface DescribeDBClusterSnapshotsCommandOutput extends DBClusterSnapsh
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Returns information about DB cluster snapshots. This API action supports pagination.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>For more information on Amazon Aurora DB clusters, see
|
|
13
13
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
14
14
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
15
|
-
*
|
|
15
|
+
* <p>For more information on Multi-AZ DB clusters, see
|
|
16
16
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
17
17
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
18
18
|
* @example
|
|
@@ -9,13 +9,13 @@ export interface DescribeDBClustersCommandOutput extends DBClusterMessage, __Met
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Returns information about Amazon Aurora DB clusters and Multi-AZ DB clusters. This API supports pagination.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>For more information on Amazon Aurora DB clusters, see
|
|
13
13
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
14
14
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
15
|
-
*
|
|
15
|
+
* <p>For more information on Multi-AZ DB clusters, see
|
|
16
16
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
17
17
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
18
|
-
*
|
|
18
|
+
* <p>This operation can also return information for Amazon Neptune DB instances and Amazon DocumentDB instances.</p>
|
|
19
19
|
* @example
|
|
20
20
|
* Use a bare-bones client and the command you need to make an API call.
|
|
21
21
|
* ```javascript
|
|
@@ -14,7 +14,7 @@ export interface DescribeDBInstanceAutomatedBackupsCommandOutput extends DBInsta
|
|
|
14
14
|
* with retention periods greater than zero (0) are returned for both the
|
|
15
15
|
* <code>DescribeDBInstanceAutomatedBackups</code> and
|
|
16
16
|
* <code>DescribeDBInstances</code> operations.</p>
|
|
17
|
-
*
|
|
17
|
+
* <p>All parameters are optional.</p>
|
|
18
18
|
* @example
|
|
19
19
|
* Use a bare-bones client and the command you need to make an API call.
|
|
20
20
|
* ```javascript
|
|
@@ -9,9 +9,9 @@ export interface DescribeDBInstancesCommandOutput extends DBInstanceMessage, __M
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Returns information about provisioned RDS instances. This API supports pagination.</p>
|
|
12
|
-
*
|
|
12
|
+
* <note>
|
|
13
13
|
* <p>This operation can also return information for Amazon Neptune DB instances and Amazon DocumentDB instances.</p>
|
|
14
|
-
*
|
|
14
|
+
* </note>
|
|
15
15
|
* @example
|
|
16
16
|
* Use a bare-bones client and the command you need to make an API call.
|
|
17
17
|
* ```javascript
|
|
@@ -9,7 +9,7 @@ export interface DescribeDBLogFilesCommandOutput extends DescribeDBLogFilesRespo
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Returns a list of DB log files for the DB instance.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>This command doesn't apply to RDS Custom.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -10,13 +10,13 @@ export interface DescribeDBSecurityGroupsCommandOutput extends DBSecurityGroupMe
|
|
|
10
10
|
/**
|
|
11
11
|
* <p>Returns a list of <code>DBSecurityGroup</code> descriptions. If a <code>DBSecurityGroupName</code> is specified,
|
|
12
12
|
* the list will contain only the descriptions of the specified DB security group.</p>
|
|
13
|
-
*
|
|
13
|
+
* <note>
|
|
14
14
|
* <p>EC2-Classic was retired on August 15, 2022. If you haven't migrated from EC2-Classic to a VPC, we recommend that
|
|
15
15
|
* you migrate as soon as possible. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the
|
|
16
16
|
* <i>Amazon EC2 User Guide</i>, the blog <a href="http://aws.amazon.com/blogs/aws/ec2-classic-is-retiring-heres-how-to-prepare/">EC2-Classic Networking is Retiring –
|
|
17
17
|
* Here’s How to Prepare</a>, and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.Non-VPC2VPC.html">Moving a DB instance not in a VPC
|
|
18
18
|
* into a VPC</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
19
|
-
*
|
|
19
|
+
* </note>
|
|
20
20
|
* @example
|
|
21
21
|
* Use a bare-bones client and the command you need to make an API call.
|
|
22
22
|
* ```javascript
|
|
@@ -9,12 +9,12 @@ export interface DescribeDBSnapshotAttributesCommandOutput extends DescribeDBSna
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Returns a list of DB snapshot attribute names and values for a manual DB snapshot.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>When sharing snapshots with other Amazon Web Services accounts, <code>DescribeDBSnapshotAttributes</code>
|
|
13
13
|
* returns the <code>restore</code> attribute and a list of IDs for the Amazon Web Services accounts that are
|
|
14
14
|
* authorized to copy or restore the manual DB snapshot. If <code>all</code> is included in the list of
|
|
15
15
|
* values for the <code>restore</code> attribute, then the manual DB snapshot is public and
|
|
16
16
|
* can be copied or restored by all Amazon Web Services accounts.</p>
|
|
17
|
-
*
|
|
17
|
+
* <p>To add or remove access for an Amazon Web Services account to copy or restore a manual DB snapshot, or to make the
|
|
18
18
|
* manual DB snapshot public or private, use the <code>ModifyDBSnapshotAttribute</code> API action.</p>
|
|
19
19
|
* @example
|
|
20
20
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -9,7 +9,7 @@ export interface DescribeDBSubnetGroupsCommandOutput extends DBSubnetGroupMessag
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Returns a list of DBSubnetGroup descriptions. If a DBSubnetGroupName is specified, the list will contain only the descriptions of the specified DBSubnetGroup.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>For an overview of CIDR ranges, go to the
|
|
13
13
|
* <a href="http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing">Wikipedia Tutorial</a>.</p>
|
|
14
14
|
* @example
|
|
15
15
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -9,7 +9,7 @@ export interface DescribeEngineDefaultClusterParametersCommandOutput extends Des
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Returns the default engine and system parameter information for the cluster database engine.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>For more information on Amazon Aurora, see
|
|
13
13
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
14
14
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
15
15
|
* @example
|
|
@@ -10,10 +10,10 @@ export interface DescribeEventCategoriesCommandOutput extends EventCategoriesMes
|
|
|
10
10
|
/**
|
|
11
11
|
* <p>Displays a list of categories for all event source types, or, if specified, for a specified source type.
|
|
12
12
|
* You can also see this list in the "Amazon RDS event categories and event messages" section of the <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.Messages.html">
|
|
13
|
-
*
|
|
13
|
+
* <i>Amazon RDS User Guide</i>
|
|
14
14
|
* </a> or the
|
|
15
15
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_Events.Messages.html">
|
|
16
|
-
*
|
|
16
|
+
* <i>Amazon Aurora User Guide</i>
|
|
17
17
|
* </a>.</p>
|
|
18
18
|
* @example
|
|
19
19
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -10,7 +10,7 @@ export interface DescribeEventSubscriptionsCommandOutput extends EventSubscripti
|
|
|
10
10
|
/**
|
|
11
11
|
* <p>Lists all the subscription descriptions for a customer account. The description for a subscription includes
|
|
12
12
|
* <code>SubscriptionName</code>, <code>SNSTopicARN</code>, <code>CustomerID</code>, <code>SourceType</code>, <code>SourceID</code>, <code>CreationTime</code>, and <code>Status</code>.</p>
|
|
13
|
-
*
|
|
13
|
+
* <p>If you specify a <code>SubscriptionName</code>, lists the description for that subscription.</p>
|
|
14
14
|
* @example
|
|
15
15
|
* Use a bare-bones client and the command you need to make an API call.
|
|
16
16
|
* ```javascript
|
|
@@ -11,11 +11,11 @@ export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBe
|
|
|
11
11
|
* <p>Returns events related to DB instances, DB clusters, DB parameter groups, DB security groups, DB snapshots, DB cluster snapshots, and RDS Proxies for the past 14 days.
|
|
12
12
|
* Events specific to a particular DB instance, DB cluster, DB parameter group, DB security group, DB snapshot, DB cluster snapshot group, or RDS Proxy can be
|
|
13
13
|
* obtained by providing the name as a parameter.</p>
|
|
14
|
-
*
|
|
14
|
+
* <p>For more information on working with events, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/working-with-events.html">Monitoring Amazon RDS events</a> in the <i>Amazon RDS User Guide</i> and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/working-with-events.html">Monitoring Amazon Aurora
|
|
15
15
|
* events</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
16
|
-
*
|
|
16
|
+
* <note>
|
|
17
17
|
* <p>By default, RDS returns events that were generated in the past hour.</p>
|
|
18
|
-
*
|
|
18
|
+
* </note>
|
|
19
19
|
* @example
|
|
20
20
|
* Use a bare-bones client and the command you need to make an API call.
|
|
21
21
|
* ```javascript
|
|
@@ -9,11 +9,11 @@ export interface DescribeGlobalClustersCommandOutput extends GlobalClustersMessa
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Returns information about Aurora global database clusters. This API supports pagination.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>For more information on Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon Aurora?</a> in the
|
|
13
13
|
* <i>Amazon Aurora User Guide</i>.</p>
|
|
14
|
-
*
|
|
14
|
+
* <note>
|
|
15
15
|
* <p>This action only applies to Aurora DB clusters.</p>
|
|
16
|
-
*
|
|
16
|
+
* </note>
|
|
17
17
|
* @example
|
|
18
18
|
* Use a bare-bones client and the command you need to make an API call.
|
|
19
19
|
* ```javascript
|
|
@@ -10,9 +10,9 @@ export interface DescribeSourceRegionsCommandOutput extends SourceRegionMessage,
|
|
|
10
10
|
/**
|
|
11
11
|
* <p>Returns a list of the source Amazon Web Services Regions where the current Amazon Web Services Region can create a read replica,
|
|
12
12
|
* copy a DB snapshot from, or replicate automated backups from.</p>
|
|
13
|
-
*
|
|
13
|
+
* <p>Use this operation to determine whether cross-Region features are supported between other Regions
|
|
14
14
|
* and your current Region. This operation supports pagination.</p>
|
|
15
|
-
*
|
|
15
|
+
* <p>To return information about the Regions that are enabled for your account, or all Regions,
|
|
16
16
|
* use the EC2 operation <code>DescribeRegions</code>. For more information, see
|
|
17
17
|
* <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeRegions.html">
|
|
18
18
|
* DescribeRegions</a> in the <i>Amazon EC2 API Reference</i>.</p>
|
|
@@ -10,7 +10,7 @@ export interface DescribeValidDBInstanceModificationsCommandOutput extends Descr
|
|
|
10
10
|
/**
|
|
11
11
|
* <p>You can call <code>DescribeValidDBInstanceModifications</code> to learn what modifications you can make to
|
|
12
12
|
* your DB instance. You can use this information when you call <code>ModifyDBInstance</code>.</p>
|
|
13
|
-
*
|
|
13
|
+
* <p>This command doesn't apply to RDS Custom.</p>
|
|
14
14
|
* @example
|
|
15
15
|
* Use a bare-bones client and the command you need to make an API call.
|
|
16
16
|
* ```javascript
|
|
@@ -9,7 +9,7 @@ export interface DownloadDBLogFilePortionCommandOutput extends DownloadDBLogFile
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Downloads all or a portion of the specified log file, up to 1 MB in size.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>This command doesn't apply to RDS Custom.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
15
15
|
* ```javascript
|
|
@@ -9,20 +9,20 @@ export interface FailoverDBClusterCommandOutput extends FailoverDBClusterResult,
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Forces a failover for a DB cluster.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>For an Aurora DB cluster, failover for a DB cluster promotes one of the Aurora Replicas (read-only instances)
|
|
13
13
|
* in the DB cluster to be the primary DB instance (the cluster writer).</p>
|
|
14
|
-
*
|
|
14
|
+
* <p>For a Multi-AZ DB cluster, failover for a DB cluster promotes one of the readable standby DB instances (read-only instances)
|
|
15
15
|
* in the DB cluster to be the primary DB instance (the cluster writer).</p>
|
|
16
|
-
*
|
|
16
|
+
* <p>An Amazon Aurora DB cluster automatically fails over to an Aurora Replica, if one exists,
|
|
17
17
|
* when the primary DB instance fails. A Multi-AZ DB cluster automatically fails over to a readable standby
|
|
18
18
|
* DB instance when the primary DB instance fails.</p>
|
|
19
|
-
*
|
|
19
|
+
* <p>To simulate a failure of a primary instance for testing, you can force a failover.
|
|
20
20
|
* Because each instance in a DB cluster has its own endpoint address, make sure to clean up and re-establish any existing
|
|
21
21
|
* connections that use those endpoint addresses when the failover is complete.</p>
|
|
22
|
-
*
|
|
22
|
+
* <p>For more information on Amazon Aurora DB clusters, see
|
|
23
23
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
24
24
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
25
|
-
*
|
|
25
|
+
* <p>For more information on Multi-AZ DB clusters, see
|
|
26
26
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
27
27
|
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
28
28
|
* @example
|
|
@@ -9,18 +9,18 @@ export interface FailoverGlobalClusterCommandOutput extends FailoverGlobalCluste
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Initiates the failover process for an Aurora global database (<a>GlobalCluster</a>).</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>A failover for an Aurora global database promotes one of secondary read-only DB clusters to be
|
|
13
13
|
* the primary DB cluster and demotes the primary DB cluster to being a secondary (read-only) DB cluster. In other words,
|
|
14
14
|
* the role of the current primary DB cluster and the selected (target) DB cluster are switched. The selected
|
|
15
15
|
* secondary DB cluster assumes full read/write capabilities for the Aurora global database.</p>
|
|
16
|
-
*
|
|
16
|
+
* <p>For more information about failing over an Amazon Aurora global database, see
|
|
17
17
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database-disaster-recovery.html#aurora-global-database-disaster-recovery.managed-failover">Managed planned failover for Amazon Aurora global
|
|
18
18
|
* databases</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
19
|
-
*
|
|
19
|
+
* <note>
|
|
20
20
|
* <p>This action applies to <a>GlobalCluster</a> (Aurora global databases) only. Use this action only on
|
|
21
21
|
* healthy Aurora global databases with running Aurora DB clusters and no Region-wide outages, to test disaster recovery scenarios or to
|
|
22
22
|
* reconfigure your Aurora global database topology.</p>
|
|
23
|
-
*
|
|
23
|
+
* </note>
|
|
24
24
|
* @example
|
|
25
25
|
* Use a bare-bones client and the command you need to make an API call.
|
|
26
26
|
* ```javascript
|
|
@@ -9,7 +9,7 @@ export interface ListTagsForResourceCommandOutput extends TagListMessage, __Meta
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Lists all tags on an Amazon RDS resource.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>For an overview on tagging an Amazon RDS resource,
|
|
13
13
|
* see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.Tagging.html">Tagging Amazon RDS Resources</a>
|
|
14
14
|
* in the <i>Amazon RDS User Guide</i>.</p>
|
|
15
15
|
* @example
|
|
@@ -12,7 +12,7 @@ export interface ModifyActivityStreamCommandOutput extends ModifyActivityStreamR
|
|
|
12
12
|
* whereas an unlocked policy is read/write. If your activity stream is started and locked, you can unlock it, customize your audit policy,
|
|
13
13
|
* and then lock your activity stream. Restarting the activity stream isn't required. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/DBActivityStreams.Modifying.html"> Modifying a database activity stream</a> in the
|
|
14
14
|
* <i>Amazon RDS User Guide</i>. </p>
|
|
15
|
-
*
|
|
15
|
+
* <p>This operation is supported for RDS for Oracle only.</p>
|
|
16
16
|
* @example
|
|
17
17
|
* Use a bare-bones client and the command you need to make an API call.
|
|
18
18
|
* ```javascript
|
|
@@ -10,27 +10,27 @@ export interface ModifyCertificatesCommandOutput extends ModifyCertificatesResul
|
|
|
10
10
|
/**
|
|
11
11
|
* <p>Override the system-default Secure Sockets Layer/Transport Layer Security (SSL/TLS)
|
|
12
12
|
* certificate for Amazon RDS for new DB instances, or remove the override.</p>
|
|
13
|
-
*
|
|
13
|
+
* <p>By using this operation, you can specify an RDS-approved SSL/TLS certificate for new DB
|
|
14
14
|
* instances that is different from the default certificate provided by RDS. You can also
|
|
15
15
|
* use this operation to remove the override, so that new DB instances use the default
|
|
16
16
|
* certificate provided by RDS.</p>
|
|
17
|
-
*
|
|
18
|
-
*
|
|
17
|
+
* <p>You might need to override the default certificate in the following situations:</p>
|
|
18
|
+
* <ul>
|
|
19
19
|
* <li>
|
|
20
|
-
*
|
|
20
|
+
* <p>You already migrated your applications to support the latest certificate authority (CA) certificate, but the new CA certificate is not yet
|
|
21
21
|
* the RDS default CA certificate for the specified Amazon Web Services Region.</p>
|
|
22
22
|
* </li>
|
|
23
23
|
* <li>
|
|
24
|
-
*
|
|
24
|
+
* <p>RDS has already moved to a new default CA certificate for the specified Amazon Web Services
|
|
25
25
|
* Region, but you are still in the process of supporting the new CA certificate.
|
|
26
26
|
* In this case, you temporarily need additional time to finish your application
|
|
27
27
|
* changes.</p>
|
|
28
28
|
* </li>
|
|
29
29
|
* </ul>
|
|
30
|
-
*
|
|
30
|
+
* <p>For more information about rotating your SSL/TLS certificate for RDS DB engines, see
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL-certificate-rotation.html">
|
|
32
32
|
* Rotating Your SSL/TLS Certificate</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
33
|
-
*
|
|
33
|
+
* <p>For more information about rotating your SSL/TLS certificate for Aurora DB engines, see
|
|
34
34
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL-certificate-rotation.html">
|
|
35
35
|
* Rotating Your SSL/TLS Certificate</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
36
36
|
* @example
|
|
@@ -9,23 +9,23 @@ export interface ModifyCurrentDBClusterCapacityCommandOutput extends DBClusterCa
|
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
11
|
* <p>Set the capacity of an Aurora Serverless v1 DB cluster to a specific value.</p>
|
|
12
|
-
*
|
|
12
|
+
* <p>Aurora Serverless v1 scales seamlessly based on the workload on the DB cluster. In some cases, the capacity might not scale
|
|
13
13
|
* fast enough to meet a sudden change in workload, such as a large number of new transactions. Call <code>ModifyCurrentDBClusterCapacity</code>
|
|
14
14
|
* to set the capacity explicitly.</p>
|
|
15
|
-
*
|
|
15
|
+
* <p>After this call sets the DB cluster capacity, Aurora Serverless v1 can automatically scale
|
|
16
16
|
* the DB cluster based on the cooldown period for scaling up and the cooldown period
|
|
17
17
|
* for scaling down.</p>
|
|
18
|
-
*
|
|
18
|
+
* <p>For more information about Aurora Serverless v1, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html">Using Amazon Aurora Serverless v1</a> in the
|
|
19
19
|
* <i>Amazon Aurora User Guide</i>.</p>
|
|
20
|
-
*
|
|
20
|
+
* <important>
|
|
21
21
|
* <p>If you call <code>ModifyCurrentDBClusterCapacity</code> with the default <code>TimeoutAction</code>, connections that
|
|
22
22
|
* prevent Aurora Serverless v1 from finding a scaling point might be dropped. For more information about scaling points,
|
|
23
23
|
* see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.how-it-works.html#aurora-serverless.how-it-works.auto-scaling">
|
|
24
24
|
* Autoscaling for Aurora Serverless v1</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
25
|
-
*
|
|
26
|
-
*
|
|
25
|
+
* </important>
|
|
26
|
+
* <note>
|
|
27
27
|
* <p>This action only applies to Aurora Serverless v1 DB clusters.</p>
|
|
28
|
-
*
|
|
28
|
+
* </note>
|
|
29
29
|
* @example
|
|
30
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
31
|
* ```javascript
|
|
@@ -11,14 +11,14 @@ export interface ModifyCustomDBEngineVersionCommandOutput extends DBEngineVersio
|
|
|
11
11
|
/**
|
|
12
12
|
* <p>Modifies the status of a custom engine version (CEV). You can find CEVs to modify by calling
|
|
13
13
|
* <code>DescribeDBEngineVersions</code>.</p>
|
|
14
|
-
*
|
|
14
|
+
* <note>
|
|
15
15
|
* <p>The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with
|
|
16
16
|
* Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the
|
|
17
17
|
* <code>ModifyCustomDbEngineVersion</code> event aren't logged. However, you might see calls from the
|
|
18
18
|
* API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for
|
|
19
19
|
* the <code>ModifyCustomDbEngineVersion</code> event.</p>
|
|
20
|
-
*
|
|
21
|
-
*
|
|
20
|
+
* </note>
|
|
21
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.modify">Modifying CEV status</a>
|
|
22
22
|
* in the <i>Amazon RDS User Guide</i>.</p>
|
|
23
23
|
* @example
|
|
24
24
|
* Use a bare-bones client and the command you need to make an API call.
|