@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.
Files changed (33) hide show
  1. package/dist-cjs/endpoint/ruleset.js +3 -3
  2. package/dist-es/endpoint/ruleset.js +3 -3
  3. package/dist-types/RDS.d.ts +78 -71
  4. package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -1
  5. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +3 -3
  6. package/dist-types/commands/CreateDBClusterCommand.d.ts +6 -7
  7. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +3 -3
  8. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +3 -3
  9. package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +2 -2
  10. package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +2 -2
  11. package/dist-types/commands/DeleteDBClusterCommand.d.ts +3 -3
  12. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +3 -3
  13. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +3 -3
  14. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +3 -3
  15. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +3 -3
  16. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +3 -3
  17. package/dist-types/commands/DescribeDBClustersCommand.d.ts +3 -3
  18. package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
  19. package/dist-types/commands/FailoverDBClusterCommand.d.ts +3 -3
  20. package/dist-types/commands/ModifyActivityStreamCommand.d.ts +1 -1
  21. package/dist-types/commands/ModifyDBClusterCommand.d.ts +3 -3
  22. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +3 -3
  23. package/dist-types/commands/RebootDBClusterCommand.d.ts +3 -4
  24. package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +3 -3
  25. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +3 -3
  26. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +3 -3
  27. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +3 -3
  28. package/dist-types/commands/StartExportTaskCommand.d.ts +11 -2
  29. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  30. package/dist-types/models/models_0.d.ts +56 -22
  31. package/dist-types/models/models_1.d.ts +31 -31
  32. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  33. 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 v = "fn", w = "argv", x = "ref";
5
- const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = "getAttr", i = "stringEquals", j = { "required": true, "default": false, "type": "Boolean" }, k = { [x]: "Region" }, l = { [x]: "Endpoint" }, m = { [v]: "booleanEquals", [w]: [{ [x]: "UseFIPS" }, true] }, n = { [v]: "booleanEquals", [w]: [{ [x]: "UseDualStack" }, true] }, o = {}, p = { [v]: "booleanEquals", [w]: [true, { [v]: h, [w]: [{ [x]: d }, "supportsFIPS"] }] }, q = { [x]: d }, r = { [v]: "booleanEquals", [w]: [true, { [v]: h, [w]: [q, "supportsDualStack"] }] }, s = { "url": "https://rds.{Region}.{PartitionResult#dnsSuffix}", "properties": {}, "headers": {} }, t = [m], u = [n];
6
- const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: j, UseFIPS: j, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [v]: "aws.partition", [w]: [k], assign: d }], type: e, rules: [{ conditions: [{ [v]: "isSet", [w]: [l] }], type: e, rules: [{ conditions: t, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: u, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: l, properties: o, headers: o }, type: g }] }] }, { conditions: [m, n], type: e, rules: [{ conditions: [p, r], type: e, rules: [{ endpoint: { url: "https://rds-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: o, headers: o }, type: g }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: t, type: e, rules: [{ conditions: [p], type: e, rules: [{ type: e, rules: [{ conditions: [{ [v]: i, [w]: [k, "rds.ca-central-1"] }], endpoint: { url: "https://rds-fips.ca-central-1.amazonaws.com", properties: o, headers: o }, type: g }, { conditions: [{ [v]: i, [w]: [k, "rds.us-east-1"] }], endpoint: { url: "https://rds-fips.us-east-1.amazonaws.com", properties: o, headers: o }, type: g }, { conditions: [{ [v]: i, [w]: [k, "rds.us-east-2"] }], endpoint: { url: "https://rds-fips.us-east-2.amazonaws.com", properties: o, headers: o }, type: g }, { conditions: [{ [v]: i, [w]: [k, "rds.us-west-1"] }], endpoint: { url: "https://rds-fips.us-west-1.amazonaws.com", properties: o, headers: o }, type: g }, { conditions: [{ [v]: i, [w]: [k, "rds.us-west-2"] }], endpoint: { url: "https://rds-fips.us-west-2.amazonaws.com", properties: o, headers: o }, type: g }, { conditions: [{ [v]: i, [w]: ["aws-us-gov", { [v]: h, [w]: [q, "name"] }] }], endpoint: s, type: g }, { endpoint: { url: "https://rds-fips.{Region}.{PartitionResult#dnsSuffix}", properties: o, headers: o }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: u, type: e, rules: [{ conditions: [r], type: e, rules: [{ endpoint: { url: "https://rds.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: o, headers: o }, type: g }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { endpoint: s, type: g }] }] };
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 v = "fn", w = "argv", x = "ref";
2
- const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = "getAttr", i = "stringEquals", j = { "required": true, "default": false, "type": "Boolean" }, k = { [x]: "Region" }, l = { [x]: "Endpoint" }, m = { [v]: "booleanEquals", [w]: [{ [x]: "UseFIPS" }, true] }, n = { [v]: "booleanEquals", [w]: [{ [x]: "UseDualStack" }, true] }, o = {}, p = { [v]: "booleanEquals", [w]: [true, { [v]: h, [w]: [{ [x]: d }, "supportsFIPS"] }] }, q = { [x]: d }, r = { [v]: "booleanEquals", [w]: [true, { [v]: h, [w]: [q, "supportsDualStack"] }] }, s = { "url": "https://rds.{Region}.{PartitionResult#dnsSuffix}", "properties": {}, "headers": {} }, t = [m], u = [n];
3
- const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: j, UseFIPS: j, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [v]: "aws.partition", [w]: [k], assign: d }], type: e, rules: [{ conditions: [{ [v]: "isSet", [w]: [l] }], type: e, rules: [{ conditions: t, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: u, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: l, properties: o, headers: o }, type: g }] }] }, { conditions: [m, n], type: e, rules: [{ conditions: [p, r], type: e, rules: [{ endpoint: { url: "https://rds-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: o, headers: o }, type: g }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: t, type: e, rules: [{ conditions: [p], type: e, rules: [{ type: e, rules: [{ conditions: [{ [v]: i, [w]: [k, "rds.ca-central-1"] }], endpoint: { url: "https://rds-fips.ca-central-1.amazonaws.com", properties: o, headers: o }, type: g }, { conditions: [{ [v]: i, [w]: [k, "rds.us-east-1"] }], endpoint: { url: "https://rds-fips.us-east-1.amazonaws.com", properties: o, headers: o }, type: g }, { conditions: [{ [v]: i, [w]: [k, "rds.us-east-2"] }], endpoint: { url: "https://rds-fips.us-east-2.amazonaws.com", properties: o, headers: o }, type: g }, { conditions: [{ [v]: i, [w]: [k, "rds.us-west-1"] }], endpoint: { url: "https://rds-fips.us-west-1.amazonaws.com", properties: o, headers: o }, type: g }, { conditions: [{ [v]: i, [w]: [k, "rds.us-west-2"] }], endpoint: { url: "https://rds-fips.us-west-2.amazonaws.com", properties: o, headers: o }, type: g }, { conditions: [{ [v]: i, [w]: ["aws-us-gov", { [v]: h, [w]: [q, "name"] }] }], endpoint: s, type: g }, { endpoint: { url: "https://rds-fips.{Region}.{PartitionResult#dnsSuffix}", properties: o, headers: o }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: u, type: e, rules: [{ conditions: [r], type: e, rules: [{ endpoint: { url: "https://rds.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: o, headers: o }, type: g }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { endpoint: s, type: g }] }] };
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;
@@ -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
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
320
- * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
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.</p>
380
- * <p>For more information on Amazon Aurora, see
381
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
382
- * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
383
- * <p>For more information on Multi-AZ DB clusters, see
384
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
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
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
429
- * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
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
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
440
- * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
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
- * Using Amazon RDS Blue/Green Deployments for database updates</a> in the <i>Amazon Aurora
602
- * User Guide</i>.</p>
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
- * Deleting a CEV</a> in the <i>Amazon RDS User Guide</i>.</p>
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
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
642
- * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
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
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
663
- * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
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
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
679
- * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
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
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
858
- * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
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
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
870
- * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
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
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
882
- * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
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
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
908
- * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
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
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
1172
- * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
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 only.</p>
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
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
1292
- * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
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
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
1331
- * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
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
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
1520
- * Multi-AZ deployments with two readable standby DB instances</a> in the
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
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
1567
- * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
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
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
1610
- * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
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
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
1671
- * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
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
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
1696
- * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
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 a snapshot to Amazon S3.
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>This command doesn't apply to RDS Custom.</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
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
47
- * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
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.</p>
15
- * <p>For more information on Amazon Aurora, see
16
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
17
- * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide</i>.</p>
18
- * <p>For more information on Multi-AZ DB clusters, see
19
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
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
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
40
- * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
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
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
16
- * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
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
- * Using Amazon RDS Blue/Green Deployments for database updates</a> in the <i>Amazon Aurora
16
- * User Guide</i>.</p>
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
- * Deleting a CEV</a> in the <i>Amazon RDS User Guide</i>.</p>
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
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
19
- * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
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
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
17
- * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
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
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
21
- * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
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
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
19
- * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
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
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
17
- * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide</i>.</p>
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