@aws-sdk/client-rds 3.156.0 → 3.159.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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.159.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.158.0...v3.159.0) (2022-08-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-rds
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.156.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.155.0...v3.156.0) (2022-08-23)
|
|
7
15
|
|
|
8
16
|
|
package/dist-types/RDS.d.ts
CHANGED
|
@@ -1843,7 +1843,7 @@ export declare class RDS extends RDSClient {
|
|
|
1843
1843
|
stopDBInstanceAutomatedBackupsReplication(args: StopDBInstanceAutomatedBackupsReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopDBInstanceAutomatedBackupsReplicationCommandOutput) => void): void;
|
|
1844
1844
|
/**
|
|
1845
1845
|
* <p>Switches over an Oracle standby database in an Oracle Data Guard environment, making it the new
|
|
1846
|
-
* primary database. Issue this command in the
|
|
1846
|
+
* primary database. Issue this command in the Region that hosts the current standby database.</p>
|
|
1847
1847
|
*/
|
|
1848
1848
|
switchoverReadReplica(args: SwitchoverReadReplicaCommandInput, options?: __HttpHandlerOptions): Promise<SwitchoverReadReplicaCommandOutput>;
|
|
1849
1849
|
switchoverReadReplica(args: SwitchoverReadReplicaCommandInput, cb: (err: any, data?: SwitchoverReadReplicaCommandOutput) => void): void;
|
|
@@ -8,7 +8,7 @@ export interface SwitchoverReadReplicaCommandOutput extends SwitchoverReadReplic
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Switches over an Oracle standby database in an Oracle Data Guard environment, making it the new
|
|
11
|
-
* primary database. Issue this command in the
|
|
11
|
+
* primary database. Issue this command in the Region that hosts the current standby database.</p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
14
14
|
* ```javascript
|
|
@@ -1823,7 +1823,7 @@ export interface DBSnapshot {
|
|
|
1823
1823
|
* In contrast, originalSnapshotCreateTime specifies the system time that the snapshot completed.</p>
|
|
1824
1824
|
* <p>If you back up a read replica, you can determine the replica lag by comparing SnapshotDatabaseTime
|
|
1825
1825
|
* with originalSnapshotCreateTime. For example, if originalSnapshotCreateTime is two hours later than
|
|
1826
|
-
* SnapshotDatabaseTime, then the replica lag is two hours
|
|
1826
|
+
* SnapshotDatabaseTime, then the replica lag is two hours.</p>
|
|
1827
1827
|
*/
|
|
1828
1828
|
SnapshotDatabaseTime?: Date;
|
|
1829
1829
|
/**
|
|
@@ -2158,14 +2158,14 @@ export interface CreateCustomDBEngineVersionMessage {
|
|
|
2158
2158
|
*/
|
|
2159
2159
|
DatabaseInstallationFilesS3Prefix?: string;
|
|
2160
2160
|
/**
|
|
2161
|
-
* <p>The Amazon Web Services KMS key identifier for an encrypted CEV. A symmetric KMS key is required for
|
|
2161
|
+
* <p>The Amazon Web Services KMS key identifier for an encrypted CEV. A symmetric encryption KMS key is required for
|
|
2162
2162
|
* RDS Custom, but optional for Amazon RDS.</p>
|
|
2163
|
-
* <p>If you have an existing symmetric KMS key in your account, you can use it with RDS Custom.
|
|
2164
|
-
* No further action is necessary. If you don't already have a symmetric KMS key in your account,
|
|
2163
|
+
* <p>If you have an existing symmetric encryption KMS key in your account, you can use it with RDS Custom.
|
|
2164
|
+
* No further action is necessary. If you don't already have a symmetric encryption KMS key in your account,
|
|
2165
2165
|
* follow the instructions in <a href="https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html#create-symmetric-cmk">
|
|
2166
|
-
* Creating symmetric KMS
|
|
2166
|
+
* Creating a symmetric encryption KMS key</a> in the <i>Amazon Web Services Key Management Service
|
|
2167
2167
|
* Developer Guide</i>.</p>
|
|
2168
|
-
* <p>You can choose the same symmetric key when you create a CEV and a DB instance, or choose different keys.</p>
|
|
2168
|
+
* <p>You can choose the same symmetric encryption key when you create a CEV and a DB instance, or choose different keys.</p>
|
|
2169
2169
|
*/
|
|
2170
2170
|
KMSKeyId: string | undefined;
|
|
2171
2171
|
/**
|
|
@@ -3093,12 +3093,15 @@ export interface ModifyDBInstanceMessage {
|
|
|
3093
3093
|
AllocatedStorage?: number;
|
|
3094
3094
|
/**
|
|
3095
3095
|
* <p>The new compute and memory capacity of the DB instance, for example db.m4.large. Not all DB instance classes are available in all
|
|
3096
|
-
* Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and
|
|
3097
|
-
*
|
|
3098
|
-
*
|
|
3099
|
-
*
|
|
3096
|
+
* Amazon Web Services Regions, or for all database engines. For the full list of DB instance classes, and
|
|
3097
|
+
* availability for your engine, see
|
|
3098
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html">DB instance
|
|
3099
|
+
* classes</a> in the <i>Amazon RDS User Guide</i> or
|
|
3100
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html">Aurora
|
|
3101
|
+
* DB instance classes</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
3100
3102
|
* <p>If you modify the DB instance class, an outage occurs during the change. The change is applied during the next maintenance window,
|
|
3101
|
-
* unless <code>ApplyImmediately</code> is enabled for this request
|
|
3103
|
+
* unless <code>ApplyImmediately</code> is enabled for this request.</p>
|
|
3104
|
+
* <p>This setting doesn't apply to RDS Custom for Oracle.</p>
|
|
3102
3105
|
* <p>Default: Uses existing setting</p>
|
|
3103
3106
|
*/
|
|
3104
3107
|
DBInstanceClass?: string;
|
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.159.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",
|
|
@@ -18,39 +18,39 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-retry": "3.
|
|
32
|
-
"@aws-sdk/middleware-sdk-rds": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.159.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.159.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.159.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.159.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.159.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.159.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.159.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.159.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.159.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.159.0",
|
|
31
|
+
"@aws-sdk/middleware-retry": "3.159.0",
|
|
32
|
+
"@aws-sdk/middleware-sdk-rds": "3.159.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.159.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.159.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.159.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.159.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.159.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.159.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.159.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.159.0",
|
|
41
|
+
"@aws-sdk/types": "3.159.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.159.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.154.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.159.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.159.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.159.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.159.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.109.0",
|
|
53
|
-
"@aws-sdk/util-waiter": "3.
|
|
53
|
+
"@aws-sdk/util-waiter": "3.159.0",
|
|
54
54
|
"entities": "2.2.0",
|
|
55
55
|
"fast-xml-parser": "3.19.0",
|
|
56
56
|
"tslib": "^2.3.1"
|