@aws-sdk/client-rds 3.600.0 → 3.609.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.
|
@@ -31,7 +31,6 @@ declare const StartExportTaskCommand_base: {
|
|
|
31
31
|
* <p>Starts an export of DB snapshot or DB cluster data to Amazon S3.
|
|
32
32
|
* The provided IAM role must have access to the S3 bucket.</p>
|
|
33
33
|
* <p>You can't export snapshot data from Db2 or RDS Custom DB instances.</p>
|
|
34
|
-
* <p>You can't export cluster data from Multi-AZ DB clusters.</p>
|
|
35
34
|
* <p>For more information on exporting DB snapshot data, see
|
|
36
35
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ExportSnapshot.html">Exporting DB snapshot
|
|
37
36
|
* data to Amazon S3</a> in the <i>Amazon RDS User Guide</i>
|
|
@@ -2050,8 +2050,8 @@ export interface CopyDBSnapshotMessage {
|
|
|
2050
2050
|
* <p>The current number CPU cores and threads is set to a non-default value.</p>
|
|
2051
2051
|
* </li>
|
|
2052
2052
|
* </ul>
|
|
2053
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html#USER_ConfigureProcessor">
|
|
2054
|
-
*
|
|
2053
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html#USER_ConfigureProcessor">
|
|
2054
|
+
* Configuring the processor for a DB instance class in RDS for Oracle</a> in the <i>Amazon RDS User Guide.
|
|
2055
2055
|
* </i>
|
|
2056
2056
|
* </p>
|
|
2057
2057
|
* @public
|
|
@@ -2063,7 +2063,7 @@ export interface ProcessorFeature {
|
|
|
2063
2063
|
*/
|
|
2064
2064
|
Name?: string;
|
|
2065
2065
|
/**
|
|
2066
|
-
* <p>The value of a processor feature
|
|
2066
|
+
* <p>The value of a processor feature.</p>
|
|
2067
2067
|
* @public
|
|
2068
2068
|
*/
|
|
2069
2069
|
Value?: string;
|
|
@@ -3730,9 +3730,6 @@ export interface CreateDBClusterMessage {
|
|
|
3730
3730
|
* <li>
|
|
3731
3731
|
* <p>Must match the name of an existing DB subnet group.</p>
|
|
3732
3732
|
* </li>
|
|
3733
|
-
* <li>
|
|
3734
|
-
* <p>Must not be <code>default</code>.</p>
|
|
3735
|
-
* </li>
|
|
3736
3733
|
* </ul>
|
|
3737
3734
|
* <p>Example: <code>mydbsubnetgroup</code>
|
|
3738
3735
|
* </p>
|
|
@@ -4507,7 +4504,7 @@ export interface DBClusterRole {
|
|
|
4507
4504
|
FeatureName?: string;
|
|
4508
4505
|
}
|
|
4509
4506
|
/**
|
|
4510
|
-
* <p>
|
|
4507
|
+
* <p>The details of the DB instance’s server certificate.</p>
|
|
4511
4508
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html">Using SSL/TLS to encrypt a connection to a DB
|
|
4512
4509
|
* instance</a> in the <i>Amazon RDS User Guide</i> and
|
|
4513
4510
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html">
|
|
@@ -4803,7 +4800,7 @@ export interface ClusterPendingModifiedValues {
|
|
|
4803
4800
|
*/
|
|
4804
4801
|
StorageType?: string;
|
|
4805
4802
|
/**
|
|
4806
|
-
* <p>
|
|
4803
|
+
* <p>The details of the DB instance’s server certificate.</p>
|
|
4807
4804
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html">Using SSL/TLS to encrypt a connection to a DB
|
|
4808
4805
|
* instance</a> in the <i>Amazon RDS User Guide</i> and
|
|
4809
4806
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html">
|
|
@@ -5422,7 +5419,7 @@ export interface DBCluster {
|
|
|
5422
5419
|
*/
|
|
5423
5420
|
StorageThroughput?: number;
|
|
5424
5421
|
/**
|
|
5425
|
-
* <p>
|
|
5422
|
+
* <p>The details of the DB instance’s server certificate.</p>
|
|
5426
5423
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html">Using SSL/TLS to encrypt a connection to a DB
|
|
5427
5424
|
* instance</a> in the <i>Amazon RDS User Guide</i> and
|
|
5428
5425
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html">
|
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.609.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-rds",
|
|
@@ -20,46 +20,46 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-sdk-rds": "3.
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
32
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
33
|
-
"@aws-sdk/types": "3.
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
37
|
-
"@smithy/config-resolver": "^3.0.
|
|
38
|
-
"@smithy/core": "^2.2.
|
|
39
|
-
"@smithy/fetch-http-handler": "^3.0
|
|
40
|
-
"@smithy/hash-node": "^3.0.
|
|
41
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
42
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
43
|
-
"@smithy/middleware-endpoint": "^3.0.
|
|
44
|
-
"@smithy/middleware-retry": "^3.0.
|
|
45
|
-
"@smithy/middleware-serde": "^3.0.
|
|
46
|
-
"@smithy/middleware-stack": "^3.0.
|
|
47
|
-
"@smithy/node-config-provider": "^3.1.
|
|
48
|
-
"@smithy/node-http-handler": "^3.
|
|
49
|
-
"@smithy/protocol-http": "^4.0.
|
|
50
|
-
"@smithy/smithy-client": "^3.1.
|
|
51
|
-
"@smithy/types": "^3.
|
|
52
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.609.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.609.0",
|
|
25
|
+
"@aws-sdk/core": "3.609.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.609.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.609.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.609.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.609.0",
|
|
30
|
+
"@aws-sdk/middleware-sdk-rds": "3.609.0",
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.609.0",
|
|
32
|
+
"@aws-sdk/region-config-resolver": "3.609.0",
|
|
33
|
+
"@aws-sdk/types": "3.609.0",
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.609.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "3.609.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.609.0",
|
|
37
|
+
"@smithy/config-resolver": "^3.0.4",
|
|
38
|
+
"@smithy/core": "^2.2.4",
|
|
39
|
+
"@smithy/fetch-http-handler": "^3.2.0",
|
|
40
|
+
"@smithy/hash-node": "^3.0.3",
|
|
41
|
+
"@smithy/invalid-dependency": "^3.0.3",
|
|
42
|
+
"@smithy/middleware-content-length": "^3.0.3",
|
|
43
|
+
"@smithy/middleware-endpoint": "^3.0.4",
|
|
44
|
+
"@smithy/middleware-retry": "^3.0.7",
|
|
45
|
+
"@smithy/middleware-serde": "^3.0.3",
|
|
46
|
+
"@smithy/middleware-stack": "^3.0.3",
|
|
47
|
+
"@smithy/node-config-provider": "^3.1.3",
|
|
48
|
+
"@smithy/node-http-handler": "^3.1.1",
|
|
49
|
+
"@smithy/protocol-http": "^4.0.3",
|
|
50
|
+
"@smithy/smithy-client": "^3.1.5",
|
|
51
|
+
"@smithy/types": "^3.3.0",
|
|
52
|
+
"@smithy/url-parser": "^3.0.3",
|
|
53
53
|
"@smithy/util-base64": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
58
|
-
"@smithy/util-endpoints": "^2.0.
|
|
59
|
-
"@smithy/util-middleware": "^3.0.
|
|
60
|
-
"@smithy/util-retry": "^3.0.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^3.0.7",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^3.0.7",
|
|
58
|
+
"@smithy/util-endpoints": "^2.0.4",
|
|
59
|
+
"@smithy/util-middleware": "^3.0.3",
|
|
60
|
+
"@smithy/util-retry": "^3.0.3",
|
|
61
61
|
"@smithy/util-utf8": "^3.0.0",
|
|
62
|
-
"@smithy/util-waiter": "^3.
|
|
62
|
+
"@smithy/util-waiter": "^3.1.2",
|
|
63
63
|
"tslib": "^2.6.2"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|