@aws-sdk/client-rds 3.48.0 → 3.52.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 +38 -0
- package/dist-cjs/protocols/Aws_query.js +8 -0
- package/dist-es/protocols/Aws_query.js +8 -0
- package/dist-types/RDS.d.ts +9 -2
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +9 -2
- package/dist-types/models/models_0.d.ts +117 -18
- package/dist-types/models/models_1.d.ts +26 -20
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/package.json +42 -36
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,44 @@
|
|
|
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.52.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.51.0...v3.52.0) (2022-02-18)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2022/02/18 ([#3335](https://github.com/aws/aws-sdk-js-v3/issues/3335)) ([717b06f](https://github.com/aws/aws-sdk-js-v3/commit/717b06fc43e9876a6f8040147b75ad5da38b1e0f))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.51.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.50.0...v3.51.0) (2022-02-12)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-rds
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* **clients:** update clients as of 02/04/2022 ([#3280](https://github.com/aws/aws-sdk-js-v3/issues/3280)) ([63d7f8c](https://github.com/aws/aws-sdk-js-v3/commit/63d7f8c539e0fd782fa5bf997bd6ac2730e4bfda))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
# [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
|
|
37
|
+
|
|
38
|
+
**Note:** Version bump only for package @aws-sdk/client-rds
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
6
44
|
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
|
|
7
45
|
|
|
8
46
|
|
|
@@ -18798,6 +18798,7 @@ const deserializeAws_queryDBEngineVersion = (output, context) => {
|
|
|
18798
18798
|
KMSKeyId: undefined,
|
|
18799
18799
|
CreateTime: undefined,
|
|
18800
18800
|
TagList: undefined,
|
|
18801
|
+
SupportsBabelfish: undefined,
|
|
18801
18802
|
};
|
|
18802
18803
|
if (output["Engine"] !== undefined) {
|
|
18803
18804
|
contents.Engine = smithy_client_1.expectString(output["Engine"]);
|
|
@@ -18900,6 +18901,9 @@ const deserializeAws_queryDBEngineVersion = (output, context) => {
|
|
|
18900
18901
|
if (output["TagList"] !== undefined && output["TagList"]["Tag"] !== undefined) {
|
|
18901
18902
|
contents.TagList = deserializeAws_queryTagList(smithy_client_1.getArrayIfSingleItem(output["TagList"]["Tag"]), context);
|
|
18902
18903
|
}
|
|
18904
|
+
if (output["SupportsBabelfish"] !== undefined) {
|
|
18905
|
+
contents.SupportsBabelfish = smithy_client_1.parseBoolean(output["SupportsBabelfish"]);
|
|
18906
|
+
}
|
|
18903
18907
|
return contents;
|
|
18904
18908
|
};
|
|
18905
18909
|
const deserializeAws_queryDBEngineVersionList = (output, context) => {
|
|
@@ -23737,6 +23741,7 @@ const deserializeAws_queryUpgradeTarget = (output, context) => {
|
|
|
23737
23741
|
SupportedEngineModes: undefined,
|
|
23738
23742
|
SupportsParallelQuery: undefined,
|
|
23739
23743
|
SupportsGlobalDatabases: undefined,
|
|
23744
|
+
SupportsBabelfish: undefined,
|
|
23740
23745
|
};
|
|
23741
23746
|
if (output["Engine"] !== undefined) {
|
|
23742
23747
|
contents.Engine = smithy_client_1.expectString(output["Engine"]);
|
|
@@ -23765,6 +23770,9 @@ const deserializeAws_queryUpgradeTarget = (output, context) => {
|
|
|
23765
23770
|
if (output["SupportsGlobalDatabases"] !== undefined) {
|
|
23766
23771
|
contents.SupportsGlobalDatabases = smithy_client_1.parseBoolean(output["SupportsGlobalDatabases"]);
|
|
23767
23772
|
}
|
|
23773
|
+
if (output["SupportsBabelfish"] !== undefined) {
|
|
23774
|
+
contents.SupportsBabelfish = smithy_client_1.parseBoolean(output["SupportsBabelfish"]);
|
|
23775
|
+
}
|
|
23768
23776
|
return contents;
|
|
23769
23777
|
};
|
|
23770
23778
|
const deserializeAws_queryUserAuthConfigInfo = (output, context) => {
|
|
@@ -19765,6 +19765,7 @@ var deserializeAws_queryDBEngineVersion = function (output, context) {
|
|
|
19765
19765
|
KMSKeyId: undefined,
|
|
19766
19766
|
CreateTime: undefined,
|
|
19767
19767
|
TagList: undefined,
|
|
19768
|
+
SupportsBabelfish: undefined,
|
|
19768
19769
|
};
|
|
19769
19770
|
if (output["Engine"] !== undefined) {
|
|
19770
19771
|
contents.Engine = __expectString(output["Engine"]);
|
|
@@ -19867,6 +19868,9 @@ var deserializeAws_queryDBEngineVersion = function (output, context) {
|
|
|
19867
19868
|
if (output["TagList"] !== undefined && output["TagList"]["Tag"] !== undefined) {
|
|
19868
19869
|
contents.TagList = deserializeAws_queryTagList(__getArrayIfSingleItem(output["TagList"]["Tag"]), context);
|
|
19869
19870
|
}
|
|
19871
|
+
if (output["SupportsBabelfish"] !== undefined) {
|
|
19872
|
+
contents.SupportsBabelfish = __parseBoolean(output["SupportsBabelfish"]);
|
|
19873
|
+
}
|
|
19870
19874
|
return contents;
|
|
19871
19875
|
};
|
|
19872
19876
|
var deserializeAws_queryDBEngineVersionList = function (output, context) {
|
|
@@ -24704,6 +24708,7 @@ var deserializeAws_queryUpgradeTarget = function (output, context) {
|
|
|
24704
24708
|
SupportedEngineModes: undefined,
|
|
24705
24709
|
SupportsParallelQuery: undefined,
|
|
24706
24710
|
SupportsGlobalDatabases: undefined,
|
|
24711
|
+
SupportsBabelfish: undefined,
|
|
24707
24712
|
};
|
|
24708
24713
|
if (output["Engine"] !== undefined) {
|
|
24709
24714
|
contents.Engine = __expectString(output["Engine"]);
|
|
@@ -24732,6 +24737,9 @@ var deserializeAws_queryUpgradeTarget = function (output, context) {
|
|
|
24732
24737
|
if (output["SupportsGlobalDatabases"] !== undefined) {
|
|
24733
24738
|
contents.SupportsGlobalDatabases = __parseBoolean(output["SupportsGlobalDatabases"]);
|
|
24734
24739
|
}
|
|
24740
|
+
if (output["SupportsBabelfish"] !== undefined) {
|
|
24741
|
+
contents.SupportsBabelfish = __parseBoolean(output["SupportsBabelfish"]);
|
|
24742
|
+
}
|
|
24735
24743
|
return contents;
|
|
24736
24744
|
};
|
|
24737
24745
|
var deserializeAws_queryUserAuthConfigInfo = function (output, context) {
|
package/dist-types/RDS.d.ts
CHANGED
|
@@ -406,8 +406,15 @@ export declare class RDS extends RDSClient {
|
|
|
406
406
|
createCustomAvailabilityZone(args: CreateCustomAvailabilityZoneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomAvailabilityZoneCommandOutput) => void): void;
|
|
407
407
|
/**
|
|
408
408
|
* <p>Creates a custom DB engine version (CEV). A CEV is a binary volume snapshot of a database engine and specific
|
|
409
|
-
* AMI. The
|
|
410
|
-
*
|
|
409
|
+
* AMI. The supported engines are the following:</p>
|
|
410
|
+
* <ul>
|
|
411
|
+
* <li>
|
|
412
|
+
* <p> Oracle Database 12.1 Enterprise Edition with the January 2021 or later RU/RUR</p>
|
|
413
|
+
* </li>
|
|
414
|
+
* <li>
|
|
415
|
+
* <p> Oracle Database 19c Enterprise Edition with the January 2021 or later RU/RUR</p>
|
|
416
|
+
* </li>
|
|
417
|
+
* </ul>
|
|
411
418
|
* <p>Amazon RDS, which is a fully managed service, supplies the Amazon Machine Image (AMI) and database software.
|
|
412
419
|
* The Amazon RDS database software is preinstalled, so you need only select a DB engine and version, and create
|
|
413
420
|
* your database. With Amazon RDS Custom for Oracle, you upload your database installation files in Amazon S3.</p>
|
|
@@ -8,8 +8,15 @@ export interface CreateCustomDBEngineVersionCommandOutput extends DBEngineVersio
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Creates a custom DB engine version (CEV). A CEV is a binary volume snapshot of a database engine and specific
|
|
11
|
-
* AMI. The
|
|
12
|
-
*
|
|
11
|
+
* AMI. The supported engines are the following:</p>
|
|
12
|
+
* <ul>
|
|
13
|
+
* <li>
|
|
14
|
+
* <p> Oracle Database 12.1 Enterprise Edition with the January 2021 or later RU/RUR</p>
|
|
15
|
+
* </li>
|
|
16
|
+
* <li>
|
|
17
|
+
* <p> Oracle Database 19c Enterprise Edition with the January 2021 or later RU/RUR</p>
|
|
18
|
+
* </li>
|
|
19
|
+
* </ul>
|
|
13
20
|
* <p>Amazon RDS, which is a fully managed service, supplies the Amazon Machine Image (AMI) and database software.
|
|
14
21
|
* The Amazon RDS database software is preinstalled, so you need only select a DB engine and version, and create
|
|
15
22
|
* your database. With Amazon RDS Custom for Oracle, you upload your database installation files in Amazon S3.</p>
|
|
@@ -2659,6 +2659,10 @@ export interface UpgradeTarget {
|
|
|
2659
2659
|
* <p>A value that indicates whether you can use Aurora global databases with the target engine version.</p>
|
|
2660
2660
|
*/
|
|
2661
2661
|
SupportsGlobalDatabases?: boolean;
|
|
2662
|
+
/**
|
|
2663
|
+
* <p>A value that indicates whether you can use Babelfish for Aurora PostgreSQL with the target engine version.</p>
|
|
2664
|
+
*/
|
|
2665
|
+
SupportsBabelfish?: boolean;
|
|
2662
2666
|
}
|
|
2663
2667
|
export declare namespace UpgradeTarget {
|
|
2664
2668
|
/**
|
|
@@ -2798,6 +2802,10 @@ export interface DBEngineVersion {
|
|
|
2798
2802
|
* </p>
|
|
2799
2803
|
*/
|
|
2800
2804
|
TagList?: Tag[];
|
|
2805
|
+
/**
|
|
2806
|
+
* <p>A value that indicates whether the engine version supports Babelfish for Aurora PostgreSQL.</p>
|
|
2807
|
+
*/
|
|
2808
|
+
SupportsBabelfish?: boolean;
|
|
2801
2809
|
}
|
|
2802
2810
|
export declare namespace DBEngineVersion {
|
|
2803
2811
|
/**
|
|
@@ -2946,7 +2954,7 @@ export interface CreateDBClusterMessage {
|
|
|
2946
2954
|
* <p>A DB subnet group to associate with this DB cluster.</p>
|
|
2947
2955
|
* <p>This setting is required to create a Multi-AZ DB cluster.</p>
|
|
2948
2956
|
* <p>Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.</p>
|
|
2949
|
-
* <p>Example: <code>
|
|
2957
|
+
* <p>Example: <code>mydbsubnetgroup</code>
|
|
2950
2958
|
* </p>
|
|
2951
2959
|
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
2952
2960
|
*/
|
|
@@ -5049,7 +5057,9 @@ export interface CreateDBInstanceMessage {
|
|
|
5049
5057
|
AvailabilityZone?: string;
|
|
5050
5058
|
/**
|
|
5051
5059
|
* <p>A DB subnet group to associate with this DB instance.</p>
|
|
5052
|
-
* <p>
|
|
5060
|
+
* <p>Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.</p>
|
|
5061
|
+
* <p>Example: <code>mydbsubnetgroup</code>
|
|
5062
|
+
* </p>
|
|
5053
5063
|
*/
|
|
5054
5064
|
DBSubnetGroupName?: string;
|
|
5055
5065
|
/**
|
|
@@ -6719,7 +6729,7 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
6719
6729
|
* </ul>
|
|
6720
6730
|
* </li>
|
|
6721
6731
|
* </ul>
|
|
6722
|
-
* <p>Example: <code>
|
|
6732
|
+
* <p>Example: <code>mydbsubnetgroup</code>
|
|
6723
6733
|
* </p>
|
|
6724
6734
|
*/
|
|
6725
6735
|
DBSubnetGroupName?: string;
|
|
@@ -7723,8 +7733,19 @@ export declare namespace CreateDBSnapshotResult {
|
|
|
7723
7733
|
export interface CreateDBSubnetGroupMessage {
|
|
7724
7734
|
/**
|
|
7725
7735
|
* <p>The name for the DB subnet group. This value is stored as a lowercase string.</p>
|
|
7726
|
-
* <p>Constraints
|
|
7727
|
-
* <
|
|
7736
|
+
* <p>Constraints:</p>
|
|
7737
|
+
* <ul>
|
|
7738
|
+
* <li>
|
|
7739
|
+
* <p>Must contain no more than 255 letters, numbers, periods, underscores, spaces, or hyphens.</p>
|
|
7740
|
+
* </li>
|
|
7741
|
+
* <li>
|
|
7742
|
+
* <p>Must not be default.</p>
|
|
7743
|
+
* </li>
|
|
7744
|
+
* <li>
|
|
7745
|
+
* <p>First character must be a letter.</p>
|
|
7746
|
+
* </li>
|
|
7747
|
+
* </ul>
|
|
7748
|
+
* <p>Example: <code>mydbsubnetgroup</code>
|
|
7728
7749
|
* </p>
|
|
7729
7750
|
*/
|
|
7730
7751
|
DBSubnetGroupName: string | undefined;
|
|
@@ -7897,7 +7918,7 @@ export interface EventSubscriptionQuotaExceededFault extends __SmithyException,
|
|
|
7897
7918
|
message?: string;
|
|
7898
7919
|
}
|
|
7899
7920
|
/**
|
|
7900
|
-
* <p>SNS has responded that there is a problem with the
|
|
7921
|
+
* <p>SNS has responded that there is a problem with the SNS topic specified.</p>
|
|
7901
7922
|
*/
|
|
7902
7923
|
export interface SNSInvalidTopicFault extends __SmithyException, $MetadataBearer {
|
|
7903
7924
|
name: "SNSInvalidTopicFault";
|
|
@@ -9015,9 +9036,8 @@ export interface DeleteDBSubnetGroupMessage {
|
|
|
9015
9036
|
* <note>
|
|
9016
9037
|
* <p>You can't delete the default subnet group.</p>
|
|
9017
9038
|
* </note>
|
|
9018
|
-
* <p>Constraints:</p>
|
|
9019
9039
|
* <p>Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.</p>
|
|
9020
|
-
* <p>Example: <code>
|
|
9040
|
+
* <p>Example: <code>mydbsubnetgroup</code>
|
|
9021
9041
|
* </p>
|
|
9022
9042
|
*/
|
|
9023
9043
|
DBSubnetGroupName: string | undefined;
|
|
@@ -9943,25 +9963,25 @@ export interface DescribeDBClustersMessage {
|
|
|
9943
9963
|
* <li>
|
|
9944
9964
|
* <p>
|
|
9945
9965
|
* <code>clone-group-id</code> - Accepts clone group identifiers.
|
|
9946
|
-
* The results list
|
|
9966
|
+
* The results list only includes information about
|
|
9947
9967
|
* the DB clusters associated with these clone groups.</p>
|
|
9948
9968
|
* </li>
|
|
9949
9969
|
* <li>
|
|
9950
9970
|
* <p>
|
|
9951
9971
|
* <code>db-cluster-id</code> - Accepts DB cluster identifiers and DB
|
|
9952
|
-
* cluster Amazon Resource Names (ARNs). The results list
|
|
9972
|
+
* cluster Amazon Resource Names (ARNs). The results list only includes information about
|
|
9953
9973
|
* the DB clusters identified by these ARNs.</p>
|
|
9954
9974
|
* </li>
|
|
9955
9975
|
* <li>
|
|
9956
9976
|
* <p>
|
|
9957
9977
|
* <code>domain</code> - Accepts Active Directory directory IDs.
|
|
9958
|
-
* The results list
|
|
9978
|
+
* The results list only includes information about
|
|
9959
9979
|
* the DB clusters associated with these domains.</p>
|
|
9960
9980
|
* </li>
|
|
9961
9981
|
* <li>
|
|
9962
9982
|
* <p>
|
|
9963
9983
|
* <code>engine</code> - Accepts engine names.
|
|
9964
|
-
* The results list
|
|
9984
|
+
* The results list only includes information about
|
|
9965
9985
|
* the DB clusters for these engines.</p>
|
|
9966
9986
|
* </li>
|
|
9967
9987
|
* </ul>
|
|
@@ -10359,7 +10379,86 @@ export interface DescribeDBEngineVersionsMessage {
|
|
|
10359
10379
|
*/
|
|
10360
10380
|
DBParameterGroupFamily?: string;
|
|
10361
10381
|
/**
|
|
10362
|
-
* <p>
|
|
10382
|
+
* <p>A filter that specifies one or more DB engine versions to describe.</p>
|
|
10383
|
+
* <p>Supported filters:</p>
|
|
10384
|
+
* <ul>
|
|
10385
|
+
* <li>
|
|
10386
|
+
* <p>
|
|
10387
|
+
* <code>db-parameter-group-family</code> - Accepts parameter groups family names.
|
|
10388
|
+
* The results list only includes information about
|
|
10389
|
+
* the DB engine versions for these parameter group families.
|
|
10390
|
+
* </p>
|
|
10391
|
+
* </li>
|
|
10392
|
+
* <li>
|
|
10393
|
+
* <p>
|
|
10394
|
+
* <code>engine</code> - Accepts engine names.
|
|
10395
|
+
* The results list only includes information about
|
|
10396
|
+
* the DB engine versions for these engines.
|
|
10397
|
+
* </p>
|
|
10398
|
+
* </li>
|
|
10399
|
+
* <li>
|
|
10400
|
+
* <p>
|
|
10401
|
+
* <code>engine-mode</code> - Accepts DB engine modes.
|
|
10402
|
+
* The results list only includes information about
|
|
10403
|
+
* the DB engine versions for these engine modes. Valid
|
|
10404
|
+
* DB engine modes are the following:
|
|
10405
|
+
* </p>
|
|
10406
|
+
* <ul>
|
|
10407
|
+
* <li>
|
|
10408
|
+
* <p>
|
|
10409
|
+
* <code>global</code>
|
|
10410
|
+
* </p>
|
|
10411
|
+
* </li>
|
|
10412
|
+
* <li>
|
|
10413
|
+
* <p>
|
|
10414
|
+
* <code>multimaster</code>
|
|
10415
|
+
* </p>
|
|
10416
|
+
* </li>
|
|
10417
|
+
* <li>
|
|
10418
|
+
* <p>
|
|
10419
|
+
* <code>parallelquery</code>
|
|
10420
|
+
* </p>
|
|
10421
|
+
* </li>
|
|
10422
|
+
* <li>
|
|
10423
|
+
* <p>
|
|
10424
|
+
* <code>provisioned</code>
|
|
10425
|
+
* </p>
|
|
10426
|
+
* </li>
|
|
10427
|
+
* <li>
|
|
10428
|
+
* <p>
|
|
10429
|
+
* <code>serverless</code>
|
|
10430
|
+
* </p>
|
|
10431
|
+
* </li>
|
|
10432
|
+
* </ul>
|
|
10433
|
+
* </li>
|
|
10434
|
+
* <li>
|
|
10435
|
+
* <p>
|
|
10436
|
+
* <code>engine-version</code> - Accepts engine versions.
|
|
10437
|
+
* The results list only includes information about
|
|
10438
|
+
* the DB engine versions for these engine versions.
|
|
10439
|
+
* </p>
|
|
10440
|
+
* </li>
|
|
10441
|
+
* <li>
|
|
10442
|
+
* <p>
|
|
10443
|
+
* <code>status</code> - Accepts engine version statuses.
|
|
10444
|
+
* The results list only includes information about
|
|
10445
|
+
* the DB engine versions for these statuses. Valid statuses
|
|
10446
|
+
* are the following:
|
|
10447
|
+
* </p>
|
|
10448
|
+
* <ul>
|
|
10449
|
+
* <li>
|
|
10450
|
+
* <p>
|
|
10451
|
+
* <code>available</code>
|
|
10452
|
+
* </p>
|
|
10453
|
+
* </li>
|
|
10454
|
+
* <li>
|
|
10455
|
+
* <p>
|
|
10456
|
+
* <code>deprecated</code>
|
|
10457
|
+
* </p>
|
|
10458
|
+
* </li>
|
|
10459
|
+
* </ul>
|
|
10460
|
+
* </li>
|
|
10461
|
+
* </ul>
|
|
10363
10462
|
*/
|
|
10364
10463
|
Filters?: Filter[];
|
|
10365
10464
|
/**
|
|
@@ -10569,13 +10668,13 @@ export interface DescribeDBInstancesMessage {
|
|
|
10569
10668
|
* <li>
|
|
10570
10669
|
* <p>
|
|
10571
10670
|
* <code>db-cluster-id</code> - Accepts DB cluster identifiers and DB
|
|
10572
|
-
* cluster Amazon Resource Names (ARNs). The results list
|
|
10671
|
+
* cluster Amazon Resource Names (ARNs). The results list only includes information about
|
|
10573
10672
|
* the DB instances associated with the DB clusters identified by these ARNs.</p>
|
|
10574
10673
|
* </li>
|
|
10575
10674
|
* <li>
|
|
10576
10675
|
* <p>
|
|
10577
10676
|
* <code>db-instance-id</code> - Accepts DB instance identifiers and DB
|
|
10578
|
-
* instance Amazon Resource Names (ARNs). The results list
|
|
10677
|
+
* instance Amazon Resource Names (ARNs). The results list only includes information about
|
|
10579
10678
|
* the DB instances identified by these ARNs.</p>
|
|
10580
10679
|
* </li>
|
|
10581
10680
|
* <li>
|
|
@@ -10585,12 +10684,12 @@ export interface DescribeDBInstancesMessage {
|
|
|
10585
10684
|
* </li>
|
|
10586
10685
|
* <li>
|
|
10587
10686
|
* <p>
|
|
10588
|
-
* <code>domain</code> - Accepts Active Directory directory IDs. The results list
|
|
10589
|
-
*
|
|
10687
|
+
* <code>domain</code> - Accepts Active Directory directory IDs. The results list only includes
|
|
10688
|
+
* information about the DB instances associated with these domains.</p>
|
|
10590
10689
|
* </li>
|
|
10591
10690
|
* <li>
|
|
10592
10691
|
* <p>
|
|
10593
|
-
* <code>engine</code> - Accepts engine names. The results list
|
|
10692
|
+
* <code>engine</code> - Accepts engine names. The results list only includes information
|
|
10594
10693
|
* about the DB instances for these engines.</p>
|
|
10595
10694
|
* </li>
|
|
10596
10695
|
* </ul>
|
|
@@ -1941,13 +1941,13 @@ export interface DescribePendingMaintenanceActionsMessage {
|
|
|
1941
1941
|
* <li>
|
|
1942
1942
|
* <p>
|
|
1943
1943
|
* <code>db-cluster-id</code> - Accepts DB cluster identifiers and DB
|
|
1944
|
-
* cluster Amazon Resource Names (ARNs). The results list
|
|
1944
|
+
* cluster Amazon Resource Names (ARNs). The results list only includes pending maintenance
|
|
1945
1945
|
* actions for the DB clusters identified by these ARNs.</p>
|
|
1946
1946
|
* </li>
|
|
1947
1947
|
* <li>
|
|
1948
1948
|
* <p>
|
|
1949
1949
|
* <code>db-instance-id</code> - Accepts DB instance identifiers and DB
|
|
1950
|
-
* instance ARNs. The results list
|
|
1950
|
+
* instance ARNs. The results list only includes pending maintenance
|
|
1951
1951
|
* actions for the DB instances identified by these ARNs.</p>
|
|
1952
1952
|
* </li>
|
|
1953
1953
|
* </ul>
|
|
@@ -3315,8 +3315,8 @@ export interface ModifyDBClusterMessage {
|
|
|
3315
3315
|
* <p>The name of the DB parameter group to apply to all instances of the DB cluster. </p>
|
|
3316
3316
|
* <note>
|
|
3317
3317
|
* <p>When you apply a parameter group using the <code>DBInstanceParameterGroupName</code> parameter, the DB
|
|
3318
|
-
*
|
|
3319
|
-
*
|
|
3318
|
+
* cluster isn't rebooted automatically. Also, parameter changes are applied immediately rather than
|
|
3319
|
+
* during the next maintenance window.</p>
|
|
3320
3320
|
* </note>
|
|
3321
3321
|
* <p>Default: The existing name setting</p>
|
|
3322
3322
|
* <p>Constraints:</p>
|
|
@@ -3325,8 +3325,8 @@ export interface ModifyDBClusterMessage {
|
|
|
3325
3325
|
* <p>The DB parameter group must be in the same DB parameter group family as this DB cluster.</p>
|
|
3326
3326
|
* </li>
|
|
3327
3327
|
* <li>
|
|
3328
|
-
* <p>The <code>DBInstanceParameterGroupName</code> parameter is
|
|
3329
|
-
*
|
|
3328
|
+
* <p>The <code>DBInstanceParameterGroupName</code> parameter is valid in combination with the
|
|
3329
|
+
* <code>AllowMajorVersionUpgrade</code> parameter for a major version upgrade only.</p>
|
|
3330
3330
|
* </li>
|
|
3331
3331
|
* </ul>
|
|
3332
3332
|
* <p>Valid for: Aurora DB clusters only</p>
|
|
@@ -3734,7 +3734,7 @@ export interface ModifyDBInstanceMessage {
|
|
|
3734
3734
|
* unless you enable <code>ApplyImmediately</code>.</p>
|
|
3735
3735
|
* <p> This parameter doesn't apply to RDS Custom.</p>
|
|
3736
3736
|
* <p>Constraints: If supplied, must match the name of an existing DBSubnetGroup.</p>
|
|
3737
|
-
* <p>Example: <code>
|
|
3737
|
+
* <p>Example: <code>mydbsubnetgroup</code>
|
|
3738
3738
|
* </p>
|
|
3739
3739
|
*/
|
|
3740
3740
|
DBSubnetGroupName?: string;
|
|
@@ -4791,7 +4791,7 @@ export interface ModifyDBSubnetGroupMessage {
|
|
|
4791
4791
|
* You can't modify the default subnet group.
|
|
4792
4792
|
* </p>
|
|
4793
4793
|
* <p>Constraints: Must match the name of an existing DBSubnetGroup. Must not be default.</p>
|
|
4794
|
-
* <p>Example: <code>
|
|
4794
|
+
* <p>Example: <code>mydbsubnetgroup</code>
|
|
4795
4795
|
* </p>
|
|
4796
4796
|
*/
|
|
4797
4797
|
DBSubnetGroupName: string | undefined;
|
|
@@ -5712,10 +5712,9 @@ export interface RestoreDBClusterFromS3Message {
|
|
|
5712
5712
|
VpcSecurityGroupIds?: string[];
|
|
5713
5713
|
/**
|
|
5714
5714
|
* <p>A DB subnet group to associate with the restored DB cluster.</p>
|
|
5715
|
-
* <p>Constraints: If supplied, must match the name of an existing DBSubnetGroup
|
|
5716
|
-
*
|
|
5717
|
-
*
|
|
5718
|
-
* </p>
|
|
5715
|
+
* <p>Constraints: If supplied, must match the name of an existing DBSubnetGroup.</p>
|
|
5716
|
+
* <p>Example: <code>mydbsubnetgroup</code>
|
|
5717
|
+
* </p>
|
|
5719
5718
|
*/
|
|
5720
5719
|
DBSubnetGroupName?: string;
|
|
5721
5720
|
/**
|
|
@@ -6102,7 +6101,7 @@ export interface RestoreDBClusterFromSnapshotMessage {
|
|
|
6102
6101
|
/**
|
|
6103
6102
|
* <p>The name of the DB subnet group to use for the new DB cluster.</p>
|
|
6104
6103
|
* <p>Constraints: If supplied, must match the name of an existing DB subnet group.</p>
|
|
6105
|
-
* <p>Example: <code>
|
|
6104
|
+
* <p>Example: <code>mydbsubnetgroup</code>
|
|
6106
6105
|
* </p>
|
|
6107
6106
|
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
6108
6107
|
*/
|
|
@@ -6252,7 +6251,7 @@ export interface RestoreDBClusterFromSnapshotMessage {
|
|
|
6252
6251
|
* <p>For the full list of DB instance classes, and availability for your engine, see
|
|
6253
6252
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html">DB Instance Class</a> in the <i>Amazon RDS User Guide.</i>
|
|
6254
6253
|
* </p>
|
|
6255
|
-
* <p>Valid for:
|
|
6254
|
+
* <p>Valid for: Multi-AZ DB clusters only</p>
|
|
6256
6255
|
*/
|
|
6257
6256
|
DBClusterInstanceClass?: string;
|
|
6258
6257
|
/**
|
|
@@ -6443,7 +6442,7 @@ export interface RestoreDBClusterToPointInTimeMessage {
|
|
|
6443
6442
|
/**
|
|
6444
6443
|
* <p>The DB subnet group name to use for the new DB cluster.</p>
|
|
6445
6444
|
* <p>Constraints: If supplied, must match the name of an existing DBSubnetGroup.</p>
|
|
6446
|
-
* <p>Example: <code>
|
|
6445
|
+
* <p>Example: <code>mydbsubnetgroup</code>
|
|
6447
6446
|
* </p>
|
|
6448
6447
|
* <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
6449
6448
|
*/
|
|
@@ -6747,7 +6746,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
6747
6746
|
/**
|
|
6748
6747
|
* <p>The DB subnet group name to use for the new instance.</p>
|
|
6749
6748
|
* <p>Constraints: If supplied, must match the name of an existing DBSubnetGroup.</p>
|
|
6750
|
-
* <p>Example: <code>
|
|
6749
|
+
* <p>Example: <code>mydbsubnetgroup</code>
|
|
6751
6750
|
* </p>
|
|
6752
6751
|
*/
|
|
6753
6752
|
DBSubnetGroupName?: string;
|
|
@@ -6927,7 +6926,12 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
6927
6926
|
*/
|
|
6928
6927
|
Domain?: string;
|
|
6929
6928
|
/**
|
|
6930
|
-
* <p>A value that indicates whether to copy all tags from the restored DB instance to snapshots of the DB instance
|
|
6929
|
+
* <p>A value that indicates whether to copy all tags from the restored DB instance to snapshots of the DB instance.</p>
|
|
6930
|
+
* <p>In most cases, tags aren't copied by default. However, when you restore a DB instance from a DB snapshot, RDS checks whether you
|
|
6931
|
+
* specify new tags. If yes, the new tags are added to the restored DB instance. If there are no new tags, RDS looks for the tags from
|
|
6932
|
+
* the source DB instance for the DB snapshot, and then adds those tags to the restored DB instance.</p>
|
|
6933
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Tagging.html#USER_Tagging.CopyTags">
|
|
6934
|
+
* Copying tags to DB instance snapshots</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
6931
6935
|
*/
|
|
6932
6936
|
CopyTagsToSnapshot?: boolean;
|
|
6933
6937
|
/**
|
|
@@ -7024,8 +7028,7 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
7024
7028
|
* </ul>
|
|
7025
7029
|
* <p>For the list of permissions required for the IAM role, see
|
|
7026
7030
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-setup-orcl.html#custom-setup-orcl.iam-vpc">
|
|
7027
|
-
* Configure IAM and your VPC</a> in the <i>Amazon
|
|
7028
|
-
* User Guide</i>.</p>
|
|
7031
|
+
* Configure IAM and your VPC</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
7029
7032
|
* <p>This setting is required for RDS Custom.</p>
|
|
7030
7033
|
*/
|
|
7031
7034
|
CustomIamInstanceProfile?: string;
|
|
@@ -7177,6 +7180,9 @@ export interface RestoreDBInstanceFromS3Message {
|
|
|
7177
7180
|
AvailabilityZone?: string;
|
|
7178
7181
|
/**
|
|
7179
7182
|
* <p>A DB subnet group to associate with this DB instance.</p>
|
|
7183
|
+
* <p>Constraints: If supplied, must match the name of an existing DBSubnetGroup.</p>
|
|
7184
|
+
* <p>Example: <code>mydbsubnetgroup</code>
|
|
7185
|
+
* </p>
|
|
7180
7186
|
*/
|
|
7181
7187
|
DBSubnetGroupName?: string;
|
|
7182
7188
|
/**
|
|
@@ -7590,7 +7596,7 @@ export interface RestoreDBInstanceToPointInTimeMessage {
|
|
|
7590
7596
|
/**
|
|
7591
7597
|
* <p>The DB subnet group name to use for the new instance.</p>
|
|
7592
7598
|
* <p>Constraints: If supplied, must match the name of an existing DBSubnetGroup.</p>
|
|
7593
|
-
* <p>Example: <code>
|
|
7599
|
+
* <p>Example: <code>mydbsubnetgroup</code>
|
|
7594
7600
|
* </p>
|
|
7595
7601
|
*/
|
|
7596
7602
|
DBSubnetGroupName?: string;
|
|
@@ -1044,6 +1044,8 @@ export interface UpgradeTarget {
|
|
|
1044
1044
|
SupportsParallelQuery?: boolean;
|
|
1045
1045
|
|
|
1046
1046
|
SupportsGlobalDatabases?: boolean;
|
|
1047
|
+
|
|
1048
|
+
SupportsBabelfish?: boolean;
|
|
1047
1049
|
}
|
|
1048
1050
|
export declare namespace UpgradeTarget {
|
|
1049
1051
|
|
|
@@ -1101,6 +1103,8 @@ export interface DBEngineVersion {
|
|
|
1101
1103
|
CreateTime?: Date;
|
|
1102
1104
|
|
|
1103
1105
|
TagList?: Tag[];
|
|
1106
|
+
|
|
1107
|
+
SupportsBabelfish?: boolean;
|
|
1104
1108
|
}
|
|
1105
1109
|
export declare namespace DBEngineVersion {
|
|
1106
1110
|
|
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.52.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",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
-
"clean": "rimraf ./dist-*"
|
|
12
|
+
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo"
|
|
13
13
|
},
|
|
14
14
|
"main": "./dist-cjs/index.js",
|
|
15
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -18,45 +18,51 @@
|
|
|
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-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-sdk-rds": "3.
|
|
32
|
-
"@aws-sdk/middleware-serde": "3.
|
|
33
|
-
"@aws-sdk/middleware-signing": "3.
|
|
34
|
-
"@aws-sdk/middleware-stack": "3.
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36
|
-
"@aws-sdk/node-config-provider": "3.
|
|
37
|
-
"@aws-sdk/node-http-handler": "3.
|
|
38
|
-
"@aws-sdk/protocol-http": "3.
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
40
|
-
"@aws-sdk/types": "3.
|
|
41
|
-
"@aws-sdk/url-parser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
43
|
-
"@aws-sdk/util-base64-node": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
45
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
51
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
52
|
-
"@aws-sdk/util-waiter": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.52.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.52.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.52.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.52.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.52.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.52.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.52.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.52.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.52.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.52.0",
|
|
31
|
+
"@aws-sdk/middleware-sdk-rds": "3.52.0",
|
|
32
|
+
"@aws-sdk/middleware-serde": "3.52.0",
|
|
33
|
+
"@aws-sdk/middleware-signing": "3.52.0",
|
|
34
|
+
"@aws-sdk/middleware-stack": "3.52.0",
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.52.0",
|
|
36
|
+
"@aws-sdk/node-config-provider": "3.52.0",
|
|
37
|
+
"@aws-sdk/node-http-handler": "3.52.0",
|
|
38
|
+
"@aws-sdk/protocol-http": "3.52.0",
|
|
39
|
+
"@aws-sdk/smithy-client": "3.52.0",
|
|
40
|
+
"@aws-sdk/types": "3.52.0",
|
|
41
|
+
"@aws-sdk/url-parser": "3.52.0",
|
|
42
|
+
"@aws-sdk/util-base64-browser": "3.52.0",
|
|
43
|
+
"@aws-sdk/util-base64-node": "3.52.0",
|
|
44
|
+
"@aws-sdk/util-body-length-browser": "3.52.0",
|
|
45
|
+
"@aws-sdk/util-body-length-node": "3.52.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.52.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.52.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.52.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.52.0",
|
|
50
|
+
"@aws-sdk/util-utf8-browser": "3.52.0",
|
|
51
|
+
"@aws-sdk/util-utf8-node": "3.52.0",
|
|
52
|
+
"@aws-sdk/util-waiter": "3.52.0",
|
|
53
53
|
"entities": "2.2.0",
|
|
54
54
|
"fast-xml-parser": "3.19.0",
|
|
55
55
|
"tslib": "^2.3.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
59
|
-
"@
|
|
58
|
+
"@aws-sdk/service-client-documentation-generator": "3.52.0",
|
|
59
|
+
"@tsconfig/recommended": "1.0.1",
|
|
60
|
+
"@types/node": "^12.7.5",
|
|
61
|
+
"concurrently": "7.0.0",
|
|
62
|
+
"downlevel-dts": "0.7.0",
|
|
63
|
+
"rimraf": "3.0.2",
|
|
64
|
+
"typedoc": "0.19.2",
|
|
65
|
+
"typescript": "~4.3.5"
|
|
60
66
|
},
|
|
61
67
|
"engines": {
|
|
62
68
|
"node": ">=12.0.0"
|