@aws-sdk/client-rds 3.271.0 → 3.276.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/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-types/RDS.d.ts +78 -71
- package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/CreateDBClusterCommand.d.ts +6 -7
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +2 -2
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +3 -3
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +3 -3
- package/dist-types/commands/ModifyActivityStreamCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +3 -3
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +3 -3
- package/dist-types/commands/RebootDBClusterCommand.d.ts +3 -4
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +3 -3
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +3 -3
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +3 -3
- package/dist-types/commands/StartExportTaskCommand.d.ts +11 -2
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +56 -22
- package/dist-types/models/models_1.d.ts +31 -31
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/package.json +32 -32
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ruleSet = void 0;
|
|
4
|
-
const
|
|
5
|
-
const a =
|
|
6
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
4
|
+
const s = "required", t = "fn", u = "argv", v = "ref";
|
|
5
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = "getAttr", g = { [s]: false, "type": "String" }, h = { [s]: true, "default": false, "type": "Boolean" }, i = { [v]: "Endpoint" }, j = { [t]: "booleanEquals", [u]: [{ [v]: "UseFIPS" }, true] }, k = { [t]: "booleanEquals", [u]: [{ [v]: "UseDualStack" }, true] }, l = {}, m = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [{ [v]: e }, "supportsFIPS"] }] }, n = { [v]: e }, o = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [n, "supportsDualStack"] }] }, p = [j], q = [k], r = [{ [v]: "Region" }];
|
|
6
|
+
const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, rules: [{ conditions: [{ [t]: a, [u]: [i] }], type: b, rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: i, properties: l, headers: l }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [t]: a, [u]: r }], type: b, rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: e }], type: b, rules: [{ conditions: [j, k], type: b, rules: [{ conditions: [m, o], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://rds-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: p, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ conditions: [{ [t]: "stringEquals", [u]: ["aws-us-gov", { [t]: f, [u]: [n, "name"] }] }], endpoint: { url: "https://rds.{Region}.amazonaws.com", properties: l, headers: l }, type: d }, { endpoint: { url: "https://rds-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: q, type: b, rules: [{ conditions: [o], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://rds.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://rds.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
7
7
|
exports.ruleSet = _data;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
2
|
-
const a =
|
|
3
|
-
const _data = { version: "1.0", parameters: { Region:
|
|
1
|
+
const s = "required", t = "fn", u = "argv", v = "ref";
|
|
2
|
+
const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = "getAttr", g = { [s]: false, "type": "String" }, h = { [s]: true, "default": false, "type": "Boolean" }, i = { [v]: "Endpoint" }, j = { [t]: "booleanEquals", [u]: [{ [v]: "UseFIPS" }, true] }, k = { [t]: "booleanEquals", [u]: [{ [v]: "UseDualStack" }, true] }, l = {}, m = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [{ [v]: e }, "supportsFIPS"] }] }, n = { [v]: e }, o = { [t]: "booleanEquals", [u]: [true, { [t]: f, [u]: [n, "supportsDualStack"] }] }, p = [j], q = [k], r = [{ [v]: "Region" }];
|
|
3
|
+
const _data = { version: "1.0", parameters: { Region: g, UseDualStack: h, UseFIPS: h, Endpoint: g }, rules: [{ conditions: [{ [t]: a, [u]: [i] }], type: b, rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: i, properties: l, headers: l }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [t]: a, [u]: r }], type: b, rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: e }], type: b, rules: [{ conditions: [j, k], type: b, rules: [{ conditions: [m, o], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://rds-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: p, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ conditions: [{ [t]: "stringEquals", [u]: ["aws-us-gov", { [t]: f, [u]: [n, "name"] }] }], endpoint: { url: "https://rds.{Region}.amazonaws.com", properties: l, headers: l }, type: d }, { endpoint: { url: "https://rds-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: q, type: b, rules: [{ conditions: [o], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://rds.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://rds.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
|
|
4
4
|
export const ruleSet = _data;
|
package/dist-types/RDS.d.ts
CHANGED
|
@@ -268,7 +268,7 @@ export declare class RDS extends RDSClient {
|
|
|
268
268
|
backtrackDBCluster(args: BacktrackDBClusterCommandInput, cb: (err: any, data?: BacktrackDBClusterCommandOutput) => void): void;
|
|
269
269
|
backtrackDBCluster(args: BacktrackDBClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BacktrackDBClusterCommandOutput) => void): void;
|
|
270
270
|
/**
|
|
271
|
-
* <p>Cancels an export task in progress that is exporting a snapshot to Amazon S3.
|
|
271
|
+
* <p>Cancels an export task in progress that is exporting a snapshot or cluster to Amazon S3.
|
|
272
272
|
* Any data that has already been written to the S3 bucket isn't removed.</p>
|
|
273
273
|
*/
|
|
274
274
|
cancelExportTask(args: CancelExportTaskCommandInput, options?: __HttpHandlerOptions): Promise<CancelExportTaskCommandOutput>;
|
|
@@ -315,9 +315,9 @@ export declare class RDS extends RDSClient {
|
|
|
315
315
|
* <p>For more information on Amazon Aurora DB clusters, see
|
|
316
316
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
317
317
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
318
|
-
* <p>For more information on Multi-AZ DB clusters, see
|
|
319
|
-
*
|
|
320
|
-
*
|
|
318
|
+
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
319
|
+
* cluster deployments</a> in the <i>Amazon RDS User
|
|
320
|
+
* Guide</i>.</p>
|
|
321
321
|
*/
|
|
322
322
|
copyDBClusterSnapshot(args: CopyDBClusterSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CopyDBClusterSnapshotCommandOutput>;
|
|
323
323
|
copyDBClusterSnapshot(args: CopyDBClusterSnapshotCommandInput, cb: (err: any, data?: CopyDBClusterSnapshotCommandOutput) => void): void;
|
|
@@ -376,13 +376,12 @@ export declare class RDS extends RDSClient {
|
|
|
376
376
|
* <p>Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster.</p>
|
|
377
377
|
* <p>You can use the <code>ReplicationSourceIdentifier</code> parameter to create an Amazon
|
|
378
378
|
* Aurora DB cluster as a read replica of another DB cluster or Amazon RDS MySQL or
|
|
379
|
-
* PostgreSQL DB instance
|
|
380
|
-
*
|
|
381
|
-
*
|
|
382
|
-
*
|
|
383
|
-
*
|
|
384
|
-
*
|
|
385
|
-
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
379
|
+
* PostgreSQL DB instance. For more information about Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">What is Amazon Aurora?</a> in the <i>Amazon Aurora User
|
|
380
|
+
* Guide</i>.</p>
|
|
381
|
+
* <p>You can also use the <code>ReplicationSourceIdentifier</code> parameter to create a
|
|
382
|
+
* Multi-AZ DB cluster read replica with an RDS for PostgreSQL DB instance as the source.
|
|
383
|
+
* For more information about Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">Multi-AZ DB cluster deployments</a> in the <i>Amazon
|
|
384
|
+
* RDS User Guide</i>.</p>
|
|
386
385
|
*/
|
|
387
386
|
createDBCluster(args: CreateDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBClusterCommandOutput>;
|
|
388
387
|
createDBCluster(args: CreateDBClusterCommandInput, cb: (err: any, data?: CreateDBClusterCommandOutput) => void): void;
|
|
@@ -424,9 +423,9 @@ export declare class RDS extends RDSClient {
|
|
|
424
423
|
* <p>For more information on Amazon Aurora, see
|
|
425
424
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
426
425
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
427
|
-
* <p>For more information on Multi-AZ DB clusters, see
|
|
428
|
-
*
|
|
429
|
-
*
|
|
426
|
+
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
427
|
+
* cluster deployments</a> in the <i>Amazon RDS User
|
|
428
|
+
* Guide</i>.</p>
|
|
430
429
|
*/
|
|
431
430
|
createDBClusterParameterGroup(args: CreateDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBClusterParameterGroupCommandOutput>;
|
|
432
431
|
createDBClusterParameterGroup(args: CreateDBClusterParameterGroupCommandInput, cb: (err: any, data?: CreateDBClusterParameterGroupCommandOutput) => void): void;
|
|
@@ -435,9 +434,9 @@ export declare class RDS extends RDSClient {
|
|
|
435
434
|
* <p>Creates a snapshot of a DB cluster.</p>
|
|
436
435
|
* <p>For more information on Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html"> What is Amazon
|
|
437
436
|
* Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
438
|
-
* <p>For more information on Multi-AZ DB clusters, see
|
|
439
|
-
*
|
|
440
|
-
*
|
|
437
|
+
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
438
|
+
* cluster deployments</a> in the <i>Amazon RDS User
|
|
439
|
+
* Guide</i>.</p>
|
|
441
440
|
*/
|
|
442
441
|
createDBClusterSnapshot(args: CreateDBClusterSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CreateDBClusterSnapshotCommandOutput>;
|
|
443
442
|
createDBClusterSnapshot(args: CreateDBClusterSnapshotCommandInput, cb: (err: any, data?: CreateDBClusterSnapshotCommandOutput) => void): void;
|
|
@@ -598,8 +597,8 @@ export declare class RDS extends RDSClient {
|
|
|
598
597
|
* <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
|
|
599
598
|
* for database updates</a> in the <i>Amazon RDS User Guide</i> and
|
|
600
599
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/blue-green-deployments.html">
|
|
601
|
-
*
|
|
602
|
-
*
|
|
600
|
+
* Using Amazon RDS Blue/Green Deployments for database updates</a> in the <i>Amazon Aurora
|
|
601
|
+
* User Guide</i>.</p>
|
|
603
602
|
*/
|
|
604
603
|
deleteBlueGreenDeployment(args: DeleteBlueGreenDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBlueGreenDeploymentCommandOutput>;
|
|
605
604
|
deleteBlueGreenDeployment(args: DeleteBlueGreenDeploymentCommandInput, cb: (err: any, data?: DeleteBlueGreenDeploymentCommandOutput) => void): void;
|
|
@@ -624,8 +623,8 @@ export declare class RDS extends RDSClient {
|
|
|
624
623
|
* API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for
|
|
625
624
|
* the <code>DeleteCustomDbEngineVersion</code> event.</p>
|
|
626
625
|
* </note>
|
|
627
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.delete">
|
|
628
|
-
*
|
|
626
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.delete">Deleting a
|
|
627
|
+
* CEV</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
629
628
|
*/
|
|
630
629
|
deleteCustomDBEngineVersion(args: DeleteCustomDBEngineVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomDBEngineVersionCommandOutput>;
|
|
631
630
|
deleteCustomDBEngineVersion(args: DeleteCustomDBEngineVersionCommandInput, cb: (err: any, data?: DeleteCustomDBEngineVersionCommandOutput) => void): void;
|
|
@@ -637,9 +636,9 @@ export declare class RDS extends RDSClient {
|
|
|
637
636
|
* <p>For more information on Amazon Aurora, see
|
|
638
637
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
639
638
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
640
|
-
* <p>For more information on Multi-AZ DB clusters, see
|
|
641
|
-
*
|
|
642
|
-
*
|
|
639
|
+
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
640
|
+
* cluster deployments</a> in the <i>Amazon RDS User
|
|
641
|
+
* Guide</i>.</p>
|
|
643
642
|
*/
|
|
644
643
|
deleteDBCluster(args: DeleteDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBClusterCommandOutput>;
|
|
645
644
|
deleteDBCluster(args: DeleteDBClusterCommandInput, cb: (err: any, data?: DeleteDBClusterCommandOutput) => void): void;
|
|
@@ -658,9 +657,9 @@ export declare class RDS extends RDSClient {
|
|
|
658
657
|
* <p>For more information on Amazon Aurora, see
|
|
659
658
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
660
659
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
661
|
-
* <p>For more information on Multi-AZ DB clusters, see
|
|
662
|
-
*
|
|
663
|
-
*
|
|
660
|
+
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
661
|
+
* cluster deployments</a> in the <i>Amazon RDS User
|
|
662
|
+
* Guide</i>.</p>
|
|
664
663
|
*/
|
|
665
664
|
deleteDBClusterParameterGroup(args: DeleteDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBClusterParameterGroupCommandOutput>;
|
|
666
665
|
deleteDBClusterParameterGroup(args: DeleteDBClusterParameterGroupCommandInput, cb: (err: any, data?: DeleteDBClusterParameterGroupCommandOutput) => void): void;
|
|
@@ -674,9 +673,9 @@ export declare class RDS extends RDSClient {
|
|
|
674
673
|
* <p>For more information on Amazon Aurora, see
|
|
675
674
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
676
675
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
677
|
-
* <p>For more information on Multi-AZ DB clusters, see
|
|
678
|
-
*
|
|
679
|
-
*
|
|
676
|
+
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
677
|
+
* cluster deployments</a> in the <i>Amazon RDS User
|
|
678
|
+
* Guide</i>.</p>
|
|
680
679
|
*/
|
|
681
680
|
deleteDBClusterSnapshot(args: DeleteDBClusterSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDBClusterSnapshotCommandOutput>;
|
|
682
681
|
deleteDBClusterSnapshot(args: DeleteDBClusterSnapshotCommandInput, cb: (err: any, data?: DeleteDBClusterSnapshotCommandOutput) => void): void;
|
|
@@ -853,9 +852,9 @@ export declare class RDS extends RDSClient {
|
|
|
853
852
|
* <p>For more information on Amazon Aurora, see
|
|
854
853
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
855
854
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
856
|
-
* <p>For more information on Multi-AZ DB clusters, see
|
|
857
|
-
*
|
|
858
|
-
*
|
|
855
|
+
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
856
|
+
* cluster deployments</a> in the <i>Amazon RDS User
|
|
857
|
+
* Guide</i>.</p>
|
|
859
858
|
*/
|
|
860
859
|
describeDBClusterParameterGroups(args: DescribeDBClusterParameterGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterParameterGroupsCommandOutput>;
|
|
861
860
|
describeDBClusterParameterGroups(args: DescribeDBClusterParameterGroupsCommandInput, cb: (err: any, data?: DescribeDBClusterParameterGroupsCommandOutput) => void): void;
|
|
@@ -865,9 +864,9 @@ export declare class RDS extends RDSClient {
|
|
|
865
864
|
* <p>For more information on Amazon Aurora, see
|
|
866
865
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
867
866
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
868
|
-
* <p>For more information on Multi-AZ DB clusters, see
|
|
869
|
-
*
|
|
870
|
-
*
|
|
867
|
+
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
868
|
+
* cluster deployments</a> in the <i>Amazon RDS User
|
|
869
|
+
* Guide</i>.</p>
|
|
871
870
|
*/
|
|
872
871
|
describeDBClusterParameters(args: DescribeDBClusterParametersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterParametersCommandOutput>;
|
|
873
872
|
describeDBClusterParameters(args: DescribeDBClusterParametersCommandInput, cb: (err: any, data?: DescribeDBClusterParametersCommandOutput) => void): void;
|
|
@@ -877,9 +876,9 @@ export declare class RDS extends RDSClient {
|
|
|
877
876
|
* <p>For more information on Amazon Aurora DB clusters, see
|
|
878
877
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
879
878
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
880
|
-
* <p>For more information on Multi-AZ DB clusters, see
|
|
881
|
-
*
|
|
882
|
-
*
|
|
879
|
+
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
880
|
+
* cluster deployments</a> in the <i>Amazon RDS User
|
|
881
|
+
* Guide</i>.</p>
|
|
883
882
|
* <p>This operation can also return information for Amazon Neptune DB instances and Amazon DocumentDB instances.</p>
|
|
884
883
|
*/
|
|
885
884
|
describeDBClusters(args: DescribeDBClustersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClustersCommandOutput>;
|
|
@@ -903,9 +902,9 @@ export declare class RDS extends RDSClient {
|
|
|
903
902
|
* <p>For more information on Amazon Aurora DB clusters, see
|
|
904
903
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
905
904
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
906
|
-
* <p>For more information on Multi-AZ DB clusters, see
|
|
907
|
-
*
|
|
908
|
-
*
|
|
905
|
+
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
906
|
+
* cluster deployments</a> in the <i>Amazon RDS User
|
|
907
|
+
* Guide</i>.</p>
|
|
909
908
|
*/
|
|
910
909
|
describeDBClusterSnapshots(args: DescribeDBClusterSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBClusterSnapshotsCommandOutput>;
|
|
911
910
|
describeDBClusterSnapshots(args: DescribeDBClusterSnapshotsCommandInput, cb: (err: any, data?: DescribeDBClusterSnapshotsCommandOutput) => void): void;
|
|
@@ -1071,7 +1070,7 @@ export declare class RDS extends RDSClient {
|
|
|
1071
1070
|
describeEventSubscriptions(args: DescribeEventSubscriptionsCommandInput, cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void): void;
|
|
1072
1071
|
describeEventSubscriptions(args: DescribeEventSubscriptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void): void;
|
|
1073
1072
|
/**
|
|
1074
|
-
* <p>Returns information about a snapshot export to Amazon S3. This API operation supports
|
|
1073
|
+
* <p>Returns information about a snapshot or cluster export to Amazon S3. This API operation supports
|
|
1075
1074
|
* pagination.</p>
|
|
1076
1075
|
*/
|
|
1077
1076
|
describeExportTasks(args: DescribeExportTasksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExportTasksCommandOutput>;
|
|
@@ -1167,9 +1166,9 @@ export declare class RDS extends RDSClient {
|
|
|
1167
1166
|
* <p>For more information on Amazon Aurora DB clusters, see
|
|
1168
1167
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
1169
1168
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
1170
|
-
* <p>For more information on Multi-AZ DB clusters, see
|
|
1171
|
-
*
|
|
1172
|
-
*
|
|
1169
|
+
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
1170
|
+
* cluster deployments</a> in the <i>Amazon RDS User
|
|
1171
|
+
* Guide</i>.</p>
|
|
1173
1172
|
*/
|
|
1174
1173
|
failoverDBCluster(args: FailoverDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<FailoverDBClusterCommandOutput>;
|
|
1175
1174
|
failoverDBCluster(args: FailoverDBClusterCommandInput, cb: (err: any, data?: FailoverDBClusterCommandOutput) => void): void;
|
|
@@ -1206,7 +1205,7 @@ export declare class RDS extends RDSClient {
|
|
|
1206
1205
|
* whereas an unlocked policy is read/write. If your activity stream is started and locked, you can unlock it, customize your audit policy,
|
|
1207
1206
|
* 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
|
|
1208
1207
|
* <i>Amazon RDS User Guide</i>. </p>
|
|
1209
|
-
* <p>This operation is supported for RDS for Oracle
|
|
1208
|
+
* <p>This operation is supported for RDS for Oracle and Microsoft SQL Server.</p>
|
|
1210
1209
|
*/
|
|
1211
1210
|
modifyActivityStream(args: ModifyActivityStreamCommandInput, options?: __HttpHandlerOptions): Promise<ModifyActivityStreamCommandOutput>;
|
|
1212
1211
|
modifyActivityStream(args: ModifyActivityStreamCommandInput, cb: (err: any, data?: ModifyActivityStreamCommandOutput) => void): void;
|
|
@@ -1287,9 +1286,9 @@ export declare class RDS extends RDSClient {
|
|
|
1287
1286
|
* <p>For more information on Amazon Aurora DB clusters, see
|
|
1288
1287
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
1289
1288
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
1290
|
-
* <p>For more information on Multi-AZ DB clusters, see
|
|
1291
|
-
*
|
|
1292
|
-
*
|
|
1289
|
+
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
1290
|
+
* cluster deployments</a> in the <i>Amazon RDS User
|
|
1291
|
+
* Guide</i>.</p>
|
|
1293
1292
|
*/
|
|
1294
1293
|
modifyDBCluster(args: ModifyDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBClusterCommandOutput>;
|
|
1295
1294
|
modifyDBCluster(args: ModifyDBClusterCommandInput, cb: (err: any, data?: ModifyDBClusterCommandOutput) => void): void;
|
|
@@ -1326,9 +1325,9 @@ export declare class RDS extends RDSClient {
|
|
|
1326
1325
|
* <p>For more information on Amazon Aurora DB clusters, see
|
|
1327
1326
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
1328
1327
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
1329
|
-
* <p>For more information on Multi-AZ DB clusters, see
|
|
1330
|
-
*
|
|
1331
|
-
*
|
|
1328
|
+
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
1329
|
+
* cluster deployments</a> in the <i>Amazon RDS User
|
|
1330
|
+
* Guide.</i>
|
|
1332
1331
|
* </p>
|
|
1333
1332
|
*/
|
|
1334
1333
|
modifyDBClusterParameterGroup(args: ModifyDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBClusterParameterGroupCommandOutput>;
|
|
@@ -1515,10 +1514,9 @@ export declare class RDS extends RDSClient {
|
|
|
1515
1514
|
* <p>Rebooting a DB cluster restarts the database engine service. Rebooting a DB
|
|
1516
1515
|
* cluster results in a momentary outage, during which the DB cluster status is set to rebooting.</p>
|
|
1517
1516
|
* <p>Use this operation only for a non-Aurora Multi-AZ DB cluster.</p>
|
|
1518
|
-
* <p>For more information on Multi-AZ DB clusters, see
|
|
1519
|
-
*
|
|
1520
|
-
*
|
|
1521
|
-
* <i>Amazon RDS User Guide.</i>
|
|
1517
|
+
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
1518
|
+
* cluster deployments</a> in the <i>Amazon RDS User
|
|
1519
|
+
* Guide.</i>
|
|
1522
1520
|
* </p>
|
|
1523
1521
|
*/
|
|
1524
1522
|
rebootDBCluster(args: RebootDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<RebootDBClusterCommandOutput>;
|
|
@@ -1562,9 +1560,9 @@ export declare class RDS extends RDSClient {
|
|
|
1562
1560
|
* <p>For more information on Amazon Aurora DB clusters, see
|
|
1563
1561
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
1564
1562
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
1565
|
-
* <p>For more information on Multi-AZ DB clusters, see
|
|
1566
|
-
*
|
|
1567
|
-
*
|
|
1563
|
+
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
1564
|
+
* cluster deployments</a> in the <i>Amazon RDS User
|
|
1565
|
+
* Guide.</i>
|
|
1568
1566
|
* </p>
|
|
1569
1567
|
*/
|
|
1570
1568
|
removeRoleFromDBCluster(args: RemoveRoleFromDBClusterCommandInput, options?: __HttpHandlerOptions): Promise<RemoveRoleFromDBClusterCommandOutput>;
|
|
@@ -1605,9 +1603,9 @@ export declare class RDS extends RDSClient {
|
|
|
1605
1603
|
* <p>For more information on Amazon Aurora DB clusters, see
|
|
1606
1604
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
1607
1605
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
1608
|
-
* <p>For more information on Multi-AZ DB clusters, see
|
|
1609
|
-
*
|
|
1610
|
-
*
|
|
1606
|
+
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
1607
|
+
* cluster deployments</a> in the <i>Amazon RDS User
|
|
1608
|
+
* Guide.</i>
|
|
1611
1609
|
* </p>
|
|
1612
1610
|
*/
|
|
1613
1611
|
resetDBClusterParameterGroup(args: ResetDBClusterParameterGroupCommandInput, options?: __HttpHandlerOptions): Promise<ResetDBClusterParameterGroupCommandOutput>;
|
|
@@ -1666,9 +1664,9 @@ export declare class RDS extends RDSClient {
|
|
|
1666
1664
|
* <p>For more information on Amazon Aurora DB clusters, see
|
|
1667
1665
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
1668
1666
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
1669
|
-
* <p>For more information on Multi-AZ DB clusters, see
|
|
1670
|
-
*
|
|
1671
|
-
*
|
|
1667
|
+
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
1668
|
+
* cluster deployments</a> in the <i>Amazon RDS User
|
|
1669
|
+
* Guide.</i>
|
|
1672
1670
|
* </p>
|
|
1673
1671
|
*/
|
|
1674
1672
|
restoreDBClusterFromSnapshot(args: RestoreDBClusterFromSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBClusterFromSnapshotCommandOutput>;
|
|
@@ -1691,9 +1689,9 @@ export declare class RDS extends RDSClient {
|
|
|
1691
1689
|
* <p>For more information on Amazon Aurora DB clusters, see
|
|
1692
1690
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
1693
1691
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
1694
|
-
* <p>For more information on Multi-AZ DB clusters, see
|
|
1695
|
-
*
|
|
1696
|
-
*
|
|
1692
|
+
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
1693
|
+
* cluster deployments</a> in the <i>Amazon RDS User
|
|
1694
|
+
* Guide.</i>
|
|
1697
1695
|
* </p>
|
|
1698
1696
|
*/
|
|
1699
1697
|
restoreDBClusterToPointInTime(args: RestoreDBClusterToPointInTimeCommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBClusterToPointInTimeCommandOutput>;
|
|
@@ -1814,9 +1812,18 @@ export declare class RDS extends RDSClient {
|
|
|
1814
1812
|
startDBInstanceAutomatedBackupsReplication(args: StartDBInstanceAutomatedBackupsReplicationCommandInput, cb: (err: any, data?: StartDBInstanceAutomatedBackupsReplicationCommandOutput) => void): void;
|
|
1815
1813
|
startDBInstanceAutomatedBackupsReplication(args: StartDBInstanceAutomatedBackupsReplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDBInstanceAutomatedBackupsReplicationCommandOutput) => void): void;
|
|
1816
1814
|
/**
|
|
1817
|
-
* <p>Starts an export of
|
|
1815
|
+
* <p>Starts an export of DB snapshot or DB cluster data to Amazon S3.
|
|
1818
1816
|
* The provided IAM role must have access to the S3 bucket.</p>
|
|
1819
|
-
* <p>
|
|
1817
|
+
* <p>You can't export snapshot data from RDS Custom DB instances.</p>
|
|
1818
|
+
* <p>You can't export cluster data from Multi-AZ DB clusters.</p>
|
|
1819
|
+
* <p>For more information on exporting DB snapshot data, see
|
|
1820
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ExportSnapshot.html">Exporting DB snapshot
|
|
1821
|
+
* data to Amazon S3</a> in the <i>Amazon RDS User Guide</i>
|
|
1822
|
+
* or <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-export-snapshot.html">Exporting DB
|
|
1823
|
+
* cluster snapshot data to Amazon S3</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
1824
|
+
* <p>For more information on exporting DB cluster data, see
|
|
1825
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/export-cluster-data.html">Exporting DB
|
|
1826
|
+
* cluster data to Amazon S3</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
1820
1827
|
*/
|
|
1821
1828
|
startExportTask(args: StartExportTaskCommandInput, options?: __HttpHandlerOptions): Promise<StartExportTaskCommandOutput>;
|
|
1822
1829
|
startExportTask(args: StartExportTaskCommandInput, cb: (err: any, data?: StartExportTaskCommandOutput) => void): void;
|
|
@@ -8,7 +8,7 @@ export interface CancelExportTaskCommandInput extends CancelExportTaskMessage {
|
|
|
8
8
|
export interface CancelExportTaskCommandOutput extends ExportTask, __MetadataBearer {
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
* <p>Cancels an export task in progress that is exporting a snapshot to Amazon S3.
|
|
11
|
+
* <p>Cancels an export task in progress that is exporting a snapshot or cluster to Amazon S3.
|
|
12
12
|
* Any data that has already been written to the S3 bucket isn't removed.</p>
|
|
13
13
|
* @example
|
|
14
14
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -42,9 +42,9 @@ export interface CopyDBClusterSnapshotCommandOutput extends CopyDBClusterSnapsho
|
|
|
42
42
|
* <p>For more information on Amazon Aurora DB clusters, see
|
|
43
43
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
44
44
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
45
|
-
* <p>For more information on Multi-AZ DB clusters, see
|
|
46
|
-
*
|
|
47
|
-
*
|
|
45
|
+
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
46
|
+
* cluster deployments</a> in the <i>Amazon RDS User
|
|
47
|
+
* Guide</i>.</p>
|
|
48
48
|
* @example
|
|
49
49
|
* Use a bare-bones client and the command you need to make an API call.
|
|
50
50
|
* ```javascript
|
|
@@ -11,13 +11,12 @@ export interface CreateDBClusterCommandOutput extends CreateDBClusterResult, __M
|
|
|
11
11
|
* <p>Creates a new Amazon Aurora DB cluster or Multi-AZ DB cluster.</p>
|
|
12
12
|
* <p>You can use the <code>ReplicationSourceIdentifier</code> parameter to create an Amazon
|
|
13
13
|
* Aurora DB cluster as a read replica of another DB cluster or Amazon RDS MySQL or
|
|
14
|
-
* PostgreSQL DB instance
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
14
|
+
* PostgreSQL DB instance. For more information about Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">What is Amazon Aurora?</a> in the <i>Amazon Aurora User
|
|
15
|
+
* Guide</i>.</p>
|
|
16
|
+
* <p>You can also use the <code>ReplicationSourceIdentifier</code> parameter to create a
|
|
17
|
+
* Multi-AZ DB cluster read replica with an RDS for PostgreSQL DB instance as the source.
|
|
18
|
+
* For more information about Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">Multi-AZ DB cluster deployments</a> in the <i>Amazon
|
|
19
|
+
* RDS User Guide</i>.</p>
|
|
21
20
|
* @example
|
|
22
21
|
* Use a bare-bones client and the command you need to make an API call.
|
|
23
22
|
* ```javascript
|
|
@@ -35,9 +35,9 @@ export interface CreateDBClusterParameterGroupCommandOutput extends CreateDBClus
|
|
|
35
35
|
* <p>For more information on Amazon Aurora, see
|
|
36
36
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
|
|
37
37
|
* What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
38
|
-
* <p>For more information on Multi-AZ DB clusters, see
|
|
39
|
-
*
|
|
40
|
-
*
|
|
38
|
+
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
39
|
+
* cluster deployments</a> in the <i>Amazon RDS User
|
|
40
|
+
* Guide</i>.</p>
|
|
41
41
|
* @example
|
|
42
42
|
* Use a bare-bones client and the command you need to make an API call.
|
|
43
43
|
* ```javascript
|
|
@@ -11,9 +11,9 @@ export interface CreateDBClusterSnapshotCommandOutput extends CreateDBClusterSna
|
|
|
11
11
|
* <p>Creates a snapshot of a DB cluster.</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
|
|
13
13
|
* Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
14
|
-
* <p>For more information on Multi-AZ DB clusters, see
|
|
15
|
-
*
|
|
16
|
-
*
|
|
14
|
+
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
15
|
+
* cluster deployments</a> in the <i>Amazon RDS User
|
|
16
|
+
* Guide</i>.</p>
|
|
17
17
|
* @example
|
|
18
18
|
* Use a bare-bones client and the command you need to make an API call.
|
|
19
19
|
* ```javascript
|
|
@@ -12,8 +12,8 @@ export interface DeleteBlueGreenDeploymentCommandOutput extends DeleteBlueGreenD
|
|
|
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
|
-
*
|
|
16
|
-
*
|
|
15
|
+
* Using Amazon RDS Blue/Green Deployments for database updates</a> in the <i>Amazon Aurora
|
|
16
|
+
* User Guide</i>.</p>
|
|
17
17
|
* @example
|
|
18
18
|
* Use a bare-bones client and the command you need to make an API call.
|
|
19
19
|
* ```javascript
|
|
@@ -27,8 +27,8 @@ export interface DeleteCustomDBEngineVersionCommandOutput extends DBEngineVersio
|
|
|
27
27
|
* API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for
|
|
28
28
|
* the <code>DeleteCustomDbEngineVersion</code> event.</p>
|
|
29
29
|
* </note>
|
|
30
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.delete">
|
|
31
|
-
*
|
|
30
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.delete">Deleting a
|
|
31
|
+
* CEV</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -14,9 +14,9 @@ export interface DeleteDBClusterCommandOutput extends DeleteDBClusterResult, __M
|
|
|
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
|
-
* <p>For more information on Multi-AZ DB clusters, see
|
|
18
|
-
*
|
|
19
|
-
*
|
|
17
|
+
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
18
|
+
* cluster deployments</a> in the <i>Amazon RDS User
|
|
19
|
+
* Guide</i>.</p>
|
|
20
20
|
* @example
|
|
21
21
|
* Use a bare-bones client and the command you need to make an API call.
|
|
22
22
|
* ```javascript
|
|
@@ -12,9 +12,9 @@ export interface DeleteDBClusterParameterGroupCommandOutput extends __MetadataBe
|
|
|
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
|
-
* <p>For more information on Multi-AZ DB clusters, see
|
|
16
|
-
*
|
|
17
|
-
*
|
|
15
|
+
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
16
|
+
* cluster deployments</a> in the <i>Amazon RDS User
|
|
17
|
+
* Guide</i>.</p>
|
|
18
18
|
* @example
|
|
19
19
|
* Use a bare-bones client and the command you need to make an API call.
|
|
20
20
|
* ```javascript
|
|
@@ -16,9 +16,9 @@ export interface DeleteDBClusterSnapshotCommandOutput extends DeleteDBClusterSna
|
|
|
16
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
|
-
* <p>For more information on Multi-AZ DB clusters, see
|
|
20
|
-
*
|
|
21
|
-
*
|
|
19
|
+
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
20
|
+
* cluster deployments</a> in the <i>Amazon RDS User
|
|
21
|
+
* Guide</i>.</p>
|
|
22
22
|
* @example
|
|
23
23
|
* Use a bare-bones client and the command you need to make an API call.
|
|
24
24
|
* ```javascript
|
|
@@ -14,9 +14,9 @@ export interface DescribeDBClusterParameterGroupsCommandOutput extends DBCluster
|
|
|
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
|
-
* <p>For more information on Multi-AZ DB clusters, see
|
|
18
|
-
*
|
|
19
|
-
*
|
|
17
|
+
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
18
|
+
* cluster deployments</a> in the <i>Amazon RDS User
|
|
19
|
+
* Guide</i>.</p>
|
|
20
20
|
* @example
|
|
21
21
|
* Use a bare-bones client and the command you need to make an API call.
|
|
22
22
|
* ```javascript
|
|
@@ -12,9 +12,9 @@ export interface DescribeDBClusterParametersCommandOutput extends DBClusterParam
|
|
|
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
|
-
* <p>For more information on Multi-AZ DB clusters, see
|
|
16
|
-
*
|
|
17
|
-
*
|
|
15
|
+
* <p>For more information on Multi-AZ DB clusters, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html"> Multi-AZ DB
|
|
16
|
+
* cluster deployments</a> in the <i>Amazon RDS User
|
|
17
|
+
* Guide</i>.</p>
|
|
18
18
|
* @example
|
|
19
19
|
* Use a bare-bones client and the command you need to make an API call.
|
|
20
20
|
* ```javascript
|