@aws-sdk/client-rds 3.899.0 → 3.900.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/index.js +822 -506
- package/dist-es/commands/CopyDBClusterSnapshotCommand.js +2 -1
- package/dist-es/commands/CopyDBSnapshotCommand.js +2 -1
- package/dist-es/commands/CopyOptionGroupCommand.js +2 -1
- package/dist-es/commands/CreateDBClusterCommand.js +2 -1
- package/dist-es/commands/CreateDBInstanceCommand.js +2 -1
- package/dist-es/commands/CreateDBInstanceReadReplicaCommand.js +2 -1
- package/dist-es/commands/CreateOptionGroupCommand.js +2 -1
- package/dist-es/commands/DeleteDBClusterCommand.js +2 -1
- package/dist-es/commands/DeleteDBInstanceCommand.js +2 -1
- package/dist-es/commands/DescribeDBClustersCommand.js +2 -1
- package/dist-es/commands/DescribeDBInstancesCommand.js +2 -1
- package/dist-es/commands/DescribeOptionGroupsCommand.js +2 -1
- package/dist-es/commands/DownloadDBLogFilePortionCommand.js +2 -1
- package/dist-es/commands/FailoverDBClusterCommand.js +2 -1
- package/dist-es/commands/ModifyDBClusterCommand.js +2 -1
- package/dist-es/commands/ModifyDBInstanceCommand.js +2 -1
- package/dist-es/commands/ModifyOptionGroupCommand.js +2 -1
- package/dist-es/commands/PromoteReadReplicaCommand.js +2 -1
- package/dist-es/commands/PromoteReadReplicaDBClusterCommand.js +2 -1
- package/dist-es/commands/RebootDBClusterCommand.js +2 -1
- package/dist-es/commands/RebootDBInstanceCommand.js +2 -1
- package/dist-es/commands/RestoreDBClusterFromS3Command.js +2 -1
- package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +2 -1
- package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +2 -1
- package/dist-es/commands/RestoreDBInstanceFromDBSnapshotCommand.js +2 -1
- package/dist-es/commands/RestoreDBInstanceFromS3Command.js +2 -1
- package/dist-es/commands/RestoreDBInstanceToPointInTimeCommand.js +2 -1
- package/dist-es/commands/StartDBClusterCommand.js +2 -1
- package/dist-es/commands/StartDBInstanceAutomatedBackupsReplicationCommand.js +2 -1
- package/dist-es/commands/StartDBInstanceCommand.js +2 -1
- package/dist-es/commands/StopDBClusterCommand.js +2 -1
- package/dist-es/commands/StopDBInstanceCommand.js +2 -1
- package/dist-es/commands/SwitchoverReadReplicaCommand.js +2 -1
- package/dist-es/models/models_0.js +182 -100
- package/dist-es/models/models_1.js +135 -3
- package/dist-es/protocols/Aws_query.js +303 -303
- package/dist-types/RDS.d.ts +0 -3
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +15 -0
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +4 -4
- package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +4 -0
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +15 -9
- package/dist-types/commands/CreateDBClusterCommand.d.ts +63 -57
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +27 -27
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +25 -25
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +8 -2
- package/dist-types/commands/CreateIntegrationCommand.d.ts +2 -2
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +7 -7
- package/dist-types/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +49 -43
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +24 -21
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +2 -2
- package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +43 -43
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +7 -7
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +21 -21
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEventsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeIntegrationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +1 -1
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +43 -43
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +7 -7
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +67 -50
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +27 -27
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +9 -3
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +3 -0
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -2
- package/dist-types/commands/ModifyIntegrationCommand.d.ts +2 -2
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +21 -21
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +43 -43
- package/dist-types/commands/RebootDBClusterCommand.d.ts +43 -43
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +24 -21
- package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +2 -2
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +6 -3
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +15 -0
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +48 -45
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +50 -44
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +60 -54
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +25 -25
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +22 -22
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +25 -25
- package/dist-types/commands/StartActivityStreamCommand.d.ts +1 -1
- package/dist-types/commands/StartDBClusterCommand.d.ts +46 -43
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +6 -2
- package/dist-types/commands/StartDBInstanceCommand.d.ts +21 -21
- package/dist-types/commands/StopDBClusterCommand.d.ts +43 -43
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -2
- package/dist-types/commands/StopDBInstanceCommand.d.ts +21 -21
- package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +21 -21
- package/dist-types/models/models_0.d.ts +677 -601
- package/dist-types/models/models_1.d.ts +390 -258
- package/dist-types/ts3.4/RDS.d.ts +0 -3
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +191 -141
- package/dist-types/ts3.4/models/models_1.d.ts +137 -39
- package/package.json +1 -1
|
@@ -1702,7 +1702,7 @@ export interface DescribeDBInstancesMessage {
|
|
|
1702
1702
|
*/
|
|
1703
1703
|
export declare class DBInstanceNotReadyFault extends __BaseException {
|
|
1704
1704
|
readonly name: "DBInstanceNotReadyFault";
|
|
1705
|
-
readonly $fault: "
|
|
1705
|
+
readonly $fault: "client";
|
|
1706
1706
|
/**
|
|
1707
1707
|
* @internal
|
|
1708
1708
|
*/
|
|
@@ -2462,6 +2462,7 @@ export declare const TargetHealthReason: {
|
|
|
2462
2462
|
readonly CONNECTION_FAILED: "CONNECTION_FAILED";
|
|
2463
2463
|
readonly INVALID_REPLICATION_STATE: "INVALID_REPLICATION_STATE";
|
|
2464
2464
|
readonly PENDING_PROXY_CAPACITY: "PENDING_PROXY_CAPACITY";
|
|
2465
|
+
readonly PROMOTED: "PROMOTED";
|
|
2465
2466
|
readonly UNREACHABLE: "UNREACHABLE";
|
|
2466
2467
|
};
|
|
2467
2468
|
/**
|
|
@@ -2476,6 +2477,7 @@ export declare const TargetState: {
|
|
|
2476
2477
|
readonly available: "AVAILABLE";
|
|
2477
2478
|
readonly registering: "REGISTERING";
|
|
2478
2479
|
readonly unavailable: "UNAVAILABLE";
|
|
2480
|
+
readonly unused: "UNUSED";
|
|
2479
2481
|
};
|
|
2480
2482
|
/**
|
|
2481
2483
|
* @public
|
|
@@ -4348,7 +4350,9 @@ export declare const SourceType: {
|
|
|
4348
4350
|
readonly db_parameter_group: "db-parameter-group";
|
|
4349
4351
|
readonly db_proxy: "db-proxy";
|
|
4350
4352
|
readonly db_security_group: "db-security-group";
|
|
4353
|
+
readonly db_shard_group: "db-shard-group";
|
|
4351
4354
|
readonly db_snapshot: "db-snapshot";
|
|
4355
|
+
readonly zero_etl: "zero-etl";
|
|
4352
4356
|
};
|
|
4353
4357
|
/**
|
|
4354
4358
|
* @public
|
|
@@ -5465,6 +5469,11 @@ export interface OrderableDBInstanceOption {
|
|
|
5465
5469
|
* @public
|
|
5466
5470
|
*/
|
|
5467
5471
|
SupportsIops?: boolean | undefined;
|
|
5472
|
+
/**
|
|
5473
|
+
* <p>Indicates whether a DB instance supports storage throughput.</p>
|
|
5474
|
+
* @public
|
|
5475
|
+
*/
|
|
5476
|
+
SupportsStorageThroughput?: boolean | undefined;
|
|
5468
5477
|
/**
|
|
5469
5478
|
* <p>Indicates whether a DB instance supports Enhanced Monitoring at intervals from 1 to 60 seconds.</p>
|
|
5470
5479
|
* @public
|
|
@@ -5510,6 +5519,26 @@ export interface OrderableDBInstanceOption {
|
|
|
5510
5519
|
* @public
|
|
5511
5520
|
*/
|
|
5512
5521
|
MaxIopsPerGib?: number | undefined;
|
|
5522
|
+
/**
|
|
5523
|
+
* <p>Minimum storage throughput for a DB instance.</p>
|
|
5524
|
+
* @public
|
|
5525
|
+
*/
|
|
5526
|
+
MinStorageThroughputPerDbInstance?: number | undefined;
|
|
5527
|
+
/**
|
|
5528
|
+
* <p>Maximum storage throughput for a DB instance.</p>
|
|
5529
|
+
* @public
|
|
5530
|
+
*/
|
|
5531
|
+
MaxStorageThroughputPerDbInstance?: number | undefined;
|
|
5532
|
+
/**
|
|
5533
|
+
* <p>Minimum storage throughput to provisioned IOPS ratio for a DB instance.</p>
|
|
5534
|
+
* @public
|
|
5535
|
+
*/
|
|
5536
|
+
MinStorageThroughputPerIops?: number | undefined;
|
|
5537
|
+
/**
|
|
5538
|
+
* <p>Maximum storage throughput to provisioned IOPS ratio for a DB instance.</p>
|
|
5539
|
+
* @public
|
|
5540
|
+
*/
|
|
5541
|
+
MaxStorageThroughputPerIops?: number | undefined;
|
|
5513
5542
|
/**
|
|
5514
5543
|
* <p>A list of the available processor features for the DB instance class of a DB instance.</p>
|
|
5515
5544
|
* @public
|
|
@@ -5550,15 +5579,6 @@ export interface OrderableDBInstanceOption {
|
|
|
5550
5579
|
* @public
|
|
5551
5580
|
*/
|
|
5552
5581
|
SupportsGlobalDatabases?: boolean | undefined;
|
|
5553
|
-
/**
|
|
5554
|
-
* <p>Indicates whether DB instances can be configured as a Multi-AZ DB cluster.</p>
|
|
5555
|
-
* <p>For more information on Multi-AZ DB clusters, see
|
|
5556
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
5557
|
-
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
5558
|
-
* </p>
|
|
5559
|
-
* @public
|
|
5560
|
-
*/
|
|
5561
|
-
SupportsClusters?: boolean | undefined;
|
|
5562
5582
|
/**
|
|
5563
5583
|
* <p>The network types supported by the DB instance (<code>IPV4</code> or <code>DUAL</code>).</p>
|
|
5564
5584
|
* <p>A DB instance can support only the IPv4 protocol or the IPv4 and the IPv6
|
|
@@ -5571,30 +5591,14 @@ export interface OrderableDBInstanceOption {
|
|
|
5571
5591
|
*/
|
|
5572
5592
|
SupportedNetworkTypes?: string[] | undefined;
|
|
5573
5593
|
/**
|
|
5574
|
-
* <p>Indicates whether
|
|
5575
|
-
*
|
|
5576
|
-
|
|
5577
|
-
|
|
5578
|
-
|
|
5579
|
-
* <p>Minimum storage throughput for a DB instance.</p>
|
|
5580
|
-
* @public
|
|
5581
|
-
*/
|
|
5582
|
-
MinStorageThroughputPerDbInstance?: number | undefined;
|
|
5583
|
-
/**
|
|
5584
|
-
* <p>Maximum storage throughput for a DB instance.</p>
|
|
5585
|
-
* @public
|
|
5586
|
-
*/
|
|
5587
|
-
MaxStorageThroughputPerDbInstance?: number | undefined;
|
|
5588
|
-
/**
|
|
5589
|
-
* <p>Minimum storage throughput to provisioned IOPS ratio for a DB instance.</p>
|
|
5590
|
-
* @public
|
|
5591
|
-
*/
|
|
5592
|
-
MinStorageThroughputPerIops?: number | undefined;
|
|
5593
|
-
/**
|
|
5594
|
-
* <p>Maximum storage throughput to provisioned IOPS ratio for a DB instance.</p>
|
|
5594
|
+
* <p>Indicates whether DB instances can be configured as a Multi-AZ DB cluster.</p>
|
|
5595
|
+
* <p>For more information on Multi-AZ DB clusters, see
|
|
5596
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
|
|
5597
|
+
* Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
|
|
5598
|
+
* </p>
|
|
5595
5599
|
* @public
|
|
5596
5600
|
*/
|
|
5597
|
-
|
|
5601
|
+
SupportsClusters?: boolean | undefined;
|
|
5598
5602
|
/**
|
|
5599
5603
|
* <p>Indicates whether a DB instance supports using a dedicated log volume (DLV).</p>
|
|
5600
5604
|
* @public
|
|
@@ -6312,11 +6316,6 @@ export interface ValidStorageOptions {
|
|
|
6312
6316
|
* @public
|
|
6313
6317
|
*/
|
|
6314
6318
|
IopsToStorageRatio?: DoubleRange[] | undefined;
|
|
6315
|
-
/**
|
|
6316
|
-
* <p>Indicates whether or not Amazon RDS can automatically scale storage for DB instances that use the new instance class.</p>
|
|
6317
|
-
* @public
|
|
6318
|
-
*/
|
|
6319
|
-
SupportsStorageAutoscaling?: boolean | undefined;
|
|
6320
6319
|
/**
|
|
6321
6320
|
* <p>The valid range of provisioned storage throughput. For example,
|
|
6322
6321
|
* 500-4,000 mebibytes per second (MiBps).</p>
|
|
@@ -6329,6 +6328,11 @@ export interface ValidStorageOptions {
|
|
|
6329
6328
|
* @public
|
|
6330
6329
|
*/
|
|
6331
6330
|
StorageThroughputToIopsRatio?: DoubleRange[] | undefined;
|
|
6331
|
+
/**
|
|
6332
|
+
* <p>Indicates whether or not Amazon RDS can automatically scale storage for DB instances that use the new instance class.</p>
|
|
6333
|
+
* @public
|
|
6334
|
+
*/
|
|
6335
|
+
SupportsStorageAutoscaling?: boolean | undefined;
|
|
6332
6336
|
}
|
|
6333
6337
|
/**
|
|
6334
6338
|
* <p>Information about valid modifications that you can make to your DB instance.
|
|
@@ -7407,6 +7411,28 @@ export interface ModifyDBClusterMessage {
|
|
|
7407
7411
|
* @public
|
|
7408
7412
|
*/
|
|
7409
7413
|
AutoMinorVersionUpgrade?: boolean | undefined;
|
|
7414
|
+
/**
|
|
7415
|
+
* <p>The network type of the DB cluster.</p>
|
|
7416
|
+
* <p>The network type is determined by the <code>DBSubnetGroup</code> specified for the DB cluster.
|
|
7417
|
+
* A <code>DBSubnetGroup</code> can support only the IPv4 protocol or the IPv4 and the IPv6
|
|
7418
|
+
* protocols (<code>DUAL</code>).</p>
|
|
7419
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html">
|
|
7420
|
+
* Working with a DB instance in a VPC</a> in the
|
|
7421
|
+
* <i>Amazon Aurora User Guide.</i>
|
|
7422
|
+
* </p>
|
|
7423
|
+
* <p>Valid for Cluster Type: Aurora DB clusters only</p>
|
|
7424
|
+
* <p>Valid Values: <code>IPV4 | DUAL</code>
|
|
7425
|
+
* </p>
|
|
7426
|
+
* @public
|
|
7427
|
+
*/
|
|
7428
|
+
NetworkType?: string | undefined;
|
|
7429
|
+
/**
|
|
7430
|
+
* <p>Contains the scaling configuration of an Aurora Serverless v2 DB cluster.</p>
|
|
7431
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html">Using Amazon Aurora Serverless v2</a> in the
|
|
7432
|
+
* <i>Amazon Aurora User Guide</i>.</p>
|
|
7433
|
+
* @public
|
|
7434
|
+
*/
|
|
7435
|
+
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration | undefined;
|
|
7410
7436
|
/**
|
|
7411
7437
|
* <p>The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster.
|
|
7412
7438
|
* To turn off collecting Enhanced Monitoring metrics, specify <code>0</code>.</p>
|
|
@@ -7485,28 +7511,6 @@ export interface ModifyDBClusterMessage {
|
|
|
7485
7511
|
* @public
|
|
7486
7512
|
*/
|
|
7487
7513
|
PerformanceInsightsRetentionPeriod?: number | undefined;
|
|
7488
|
-
/**
|
|
7489
|
-
* <p>Contains the scaling configuration of an Aurora Serverless v2 DB cluster.</p>
|
|
7490
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html">Using Amazon Aurora Serverless v2</a> in the
|
|
7491
|
-
* <i>Amazon Aurora User Guide</i>.</p>
|
|
7492
|
-
* @public
|
|
7493
|
-
*/
|
|
7494
|
-
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration | undefined;
|
|
7495
|
-
/**
|
|
7496
|
-
* <p>The network type of the DB cluster.</p>
|
|
7497
|
-
* <p>The network type is determined by the <code>DBSubnetGroup</code> specified for the DB cluster.
|
|
7498
|
-
* A <code>DBSubnetGroup</code> can support only the IPv4 protocol or the IPv4 and the IPv6
|
|
7499
|
-
* protocols (<code>DUAL</code>).</p>
|
|
7500
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html">
|
|
7501
|
-
* Working with a DB instance in a VPC</a> in the
|
|
7502
|
-
* <i>Amazon Aurora User Guide.</i>
|
|
7503
|
-
* </p>
|
|
7504
|
-
* <p>Valid for Cluster Type: Aurora DB clusters only</p>
|
|
7505
|
-
* <p>Valid Values: <code>IPV4 | DUAL</code>
|
|
7506
|
-
* </p>
|
|
7507
|
-
* @public
|
|
7508
|
-
*/
|
|
7509
|
-
NetworkType?: string | undefined;
|
|
7510
7514
|
/**
|
|
7511
7515
|
* <p>Specifies whether to manage the master user password with Amazon Web Services Secrets Manager.</p>
|
|
7512
7516
|
* <p>If the DB cluster doesn't manage the master user password with Amazon Web Services Secrets Manager, you can turn
|
|
@@ -7542,6 +7546,13 @@ export interface ModifyDBClusterMessage {
|
|
|
7542
7546
|
* @public
|
|
7543
7547
|
*/
|
|
7544
7548
|
RotateMasterUserPassword?: boolean | undefined;
|
|
7549
|
+
/**
|
|
7550
|
+
* <p>Specifies whether read replicas can forward write operations to the writer DB instance in the DB cluster. By
|
|
7551
|
+
* default, write operations aren't allowed on reader DB instances.</p>
|
|
7552
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
7553
|
+
* @public
|
|
7554
|
+
*/
|
|
7555
|
+
EnableLocalWriteForwarding?: boolean | undefined;
|
|
7545
7556
|
/**
|
|
7546
7557
|
* <p>The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and
|
|
7547
7558
|
* managed in Amazon Web Services Secrets Manager.</p>
|
|
@@ -7595,13 +7606,6 @@ export interface ModifyDBClusterMessage {
|
|
|
7595
7606
|
* @public
|
|
7596
7607
|
*/
|
|
7597
7608
|
AllowEngineModeChange?: boolean | undefined;
|
|
7598
|
-
/**
|
|
7599
|
-
* <p>Specifies whether read replicas can forward write operations to the writer DB instance in the DB cluster. By
|
|
7600
|
-
* default, write operations aren't allowed on reader DB instances.</p>
|
|
7601
|
-
* <p>Valid for: Aurora DB clusters only</p>
|
|
7602
|
-
* @public
|
|
7603
|
-
*/
|
|
7604
|
-
EnableLocalWriteForwarding?: boolean | undefined;
|
|
7605
7609
|
/**
|
|
7606
7610
|
* <p>The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.</p>
|
|
7607
7611
|
* @public
|
|
@@ -8279,6 +8283,13 @@ export interface ModifyDBInstanceMessage {
|
|
|
8279
8283
|
* @public
|
|
8280
8284
|
*/
|
|
8281
8285
|
Iops?: number | undefined;
|
|
8286
|
+
/**
|
|
8287
|
+
* <p>The storage throughput value for the DB instance.</p>
|
|
8288
|
+
* <p>This setting applies only to the <code>gp3</code> storage type.</p>
|
|
8289
|
+
* <p>This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.</p>
|
|
8290
|
+
* @public
|
|
8291
|
+
*/
|
|
8292
|
+
StorageThroughput?: number | undefined;
|
|
8282
8293
|
/**
|
|
8283
8294
|
* <p>The option group to associate the DB instance with.</p>
|
|
8284
8295
|
* <p>Changing this parameter doesn't result in an outage, with one exception. If the parameter change results
|
|
@@ -8421,6 +8432,11 @@ export interface ModifyDBInstanceMessage {
|
|
|
8421
8432
|
* @public
|
|
8422
8433
|
*/
|
|
8423
8434
|
DomainDnsIps?: string[] | undefined;
|
|
8435
|
+
/**
|
|
8436
|
+
* <p>Specifies whether to remove the DB instance from the Active Directory domain.</p>
|
|
8437
|
+
* @public
|
|
8438
|
+
*/
|
|
8439
|
+
DisableDomain?: boolean | undefined;
|
|
8424
8440
|
/**
|
|
8425
8441
|
* <p>Specifies whether to copy all tags from the DB instance to snapshots of the DB instance. By default, tags aren't copied.</p>
|
|
8426
8442
|
* <p>This setting doesn't apply to Amazon Aurora DB instances. Copying tags to snapshots is managed by the DB cluster. Setting this
|
|
@@ -8526,11 +8542,6 @@ export interface ModifyDBInstanceMessage {
|
|
|
8526
8542
|
* @public
|
|
8527
8543
|
*/
|
|
8528
8544
|
DomainIAMRoleName?: string | undefined;
|
|
8529
|
-
/**
|
|
8530
|
-
* <p>Specifies whether to remove the DB instance from the Active Directory domain.</p>
|
|
8531
|
-
* @public
|
|
8532
|
-
*/
|
|
8533
|
-
DisableDomain?: boolean | undefined;
|
|
8534
8545
|
/**
|
|
8535
8546
|
* <p>The order of priority in which an Aurora Replica is promoted to the primary instance
|
|
8536
8547
|
* after a failure of the existing primary instance. For more information,
|
|
@@ -8737,25 +8748,6 @@ export interface ModifyDBInstanceMessage {
|
|
|
8737
8748
|
* @public
|
|
8738
8749
|
*/
|
|
8739
8750
|
ReplicaMode?: ReplicaMode | undefined;
|
|
8740
|
-
/**
|
|
8741
|
-
* <p>Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.</p>
|
|
8742
|
-
* <p>A <i>CoIP</i> provides local or external connectivity to resources in
|
|
8743
|
-
* your Outpost subnets through your on-premises network. For some use cases, a CoIP can
|
|
8744
|
-
* provide lower latency for connections to the DB instance from outside of its virtual
|
|
8745
|
-
* private cloud (VPC) on your local network.</p>
|
|
8746
|
-
* <p>For more information about RDS on Outposts, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html">Working with Amazon RDS on Amazon Web Services Outposts</a>
|
|
8747
|
-
* in the <i>Amazon RDS User Guide</i>.</p>
|
|
8748
|
-
* <p>For more information about CoIPs, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/routing.html#ip-addressing">Customer-owned IP addresses</a>
|
|
8749
|
-
* in the <i>Amazon Web Services Outposts User Guide</i>.</p>
|
|
8750
|
-
* @public
|
|
8751
|
-
*/
|
|
8752
|
-
EnableCustomerOwnedIp?: boolean | undefined;
|
|
8753
|
-
/**
|
|
8754
|
-
* <p>The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.</p>
|
|
8755
|
-
* <p>This setting doesn't apply to RDS Custom DB instances.</p>
|
|
8756
|
-
* @public
|
|
8757
|
-
*/
|
|
8758
|
-
AwsBackupRecoveryPointArn?: string | undefined;
|
|
8759
8751
|
/**
|
|
8760
8752
|
* <p>The automation mode of the RDS Custom DB instance.
|
|
8761
8753
|
* If <code>full</code>, the DB instance automates monitoring and instance recovery. If
|
|
@@ -8781,6 +8773,19 @@ export interface ModifyDBInstanceMessage {
|
|
|
8781
8773
|
* @public
|
|
8782
8774
|
*/
|
|
8783
8775
|
ResumeFullAutomationModeMinutes?: number | undefined;
|
|
8776
|
+
/**
|
|
8777
|
+
* <p>Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.</p>
|
|
8778
|
+
* <p>A <i>CoIP</i> provides local or external connectivity to resources in
|
|
8779
|
+
* your Outpost subnets through your on-premises network. For some use cases, a CoIP can
|
|
8780
|
+
* provide lower latency for connections to the DB instance from outside of its virtual
|
|
8781
|
+
* private cloud (VPC) on your local network.</p>
|
|
8782
|
+
* <p>For more information about RDS on Outposts, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html">Working with Amazon RDS on Amazon Web Services Outposts</a>
|
|
8783
|
+
* in the <i>Amazon RDS User Guide</i>.</p>
|
|
8784
|
+
* <p>For more information about CoIPs, see <a href="https://docs.aws.amazon.com/outposts/latest/userguide/routing.html#ip-addressing">Customer-owned IP addresses</a>
|
|
8785
|
+
* in the <i>Amazon Web Services Outposts User Guide</i>.</p>
|
|
8786
|
+
* @public
|
|
8787
|
+
*/
|
|
8788
|
+
EnableCustomerOwnedIp?: boolean | undefined;
|
|
8784
8789
|
/**
|
|
8785
8790
|
* <p>The network type of the DB instance.</p>
|
|
8786
8791
|
* <p>The network type is determined by the <code>DBSubnetGroup</code> specified for the DB instance.
|
|
@@ -8796,12 +8801,11 @@ export interface ModifyDBInstanceMessage {
|
|
|
8796
8801
|
*/
|
|
8797
8802
|
NetworkType?: string | undefined;
|
|
8798
8803
|
/**
|
|
8799
|
-
* <p>The
|
|
8800
|
-
* <p>This setting
|
|
8801
|
-
* <p>This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.</p>
|
|
8804
|
+
* <p>The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.</p>
|
|
8805
|
+
* <p>This setting doesn't apply to RDS Custom DB instances.</p>
|
|
8802
8806
|
* @public
|
|
8803
8807
|
*/
|
|
8804
|
-
|
|
8808
|
+
AwsBackupRecoveryPointArn?: string | undefined;
|
|
8805
8809
|
/**
|
|
8806
8810
|
* <p>Specifies whether to manage the master user password with Amazon Web Services Secrets Manager.</p>
|
|
8807
8811
|
* <p>If the DB instance doesn't manage the master user password with Amazon Web Services Secrets Manager, you can turn
|
|
@@ -8875,6 +8879,28 @@ export interface ModifyDBInstanceMessage {
|
|
|
8875
8879
|
* @public
|
|
8876
8880
|
*/
|
|
8877
8881
|
MasterUserSecretKmsKeyId?: string | undefined;
|
|
8882
|
+
/**
|
|
8883
|
+
* <p>Specifies whether the to convert your DB instance from the single-tenant configuration
|
|
8884
|
+
* to the multi-tenant configuration. This parameter is supported only for RDS for Oracle
|
|
8885
|
+
* CDB instances.</p>
|
|
8886
|
+
* <p>During the conversion, RDS creates an initial tenant database and associates the DB
|
|
8887
|
+
* name, master user name, character set, and national character set metadata with this
|
|
8888
|
+
* database. The tags associated with the instance also propagate to the initial tenant
|
|
8889
|
+
* database. You can add more tenant databases to your DB instance by using the
|
|
8890
|
+
* <code>CreateTenantDatabase</code> operation.</p>
|
|
8891
|
+
* <important>
|
|
8892
|
+
* <p>The conversion to the multi-tenant configuration is permanent and irreversible, so
|
|
8893
|
+
* you can't later convert back to the single-tenant configuration. When you specify
|
|
8894
|
+
* this parameter, you must also specify <code>ApplyImmediately</code>.</p>
|
|
8895
|
+
* </important>
|
|
8896
|
+
* @public
|
|
8897
|
+
*/
|
|
8898
|
+
MultiTenant?: boolean | undefined;
|
|
8899
|
+
/**
|
|
8900
|
+
* <p>Indicates whether the DB instance has a dedicated log volume (DLV) enabled.</p>
|
|
8901
|
+
* @public
|
|
8902
|
+
*/
|
|
8903
|
+
DedicatedLogVolume?: boolean | undefined;
|
|
8878
8904
|
/**
|
|
8879
8905
|
* <p>The target Oracle DB engine when you convert a non-CDB to a CDB. This intermediate step is necessary to upgrade an Oracle Database 19c non-CDB
|
|
8880
8906
|
* to an Oracle Database 21c CDB.</p>
|
|
@@ -8911,28 +8937,6 @@ export interface ModifyDBInstanceMessage {
|
|
|
8911
8937
|
* @public
|
|
8912
8938
|
*/
|
|
8913
8939
|
Engine?: string | undefined;
|
|
8914
|
-
/**
|
|
8915
|
-
* <p>Indicates whether the DB instance has a dedicated log volume (DLV) enabled.</p>
|
|
8916
|
-
* @public
|
|
8917
|
-
*/
|
|
8918
|
-
DedicatedLogVolume?: boolean | undefined;
|
|
8919
|
-
/**
|
|
8920
|
-
* <p>Specifies whether the to convert your DB instance from the single-tenant configuration
|
|
8921
|
-
* to the multi-tenant configuration. This parameter is supported only for RDS for Oracle
|
|
8922
|
-
* CDB instances.</p>
|
|
8923
|
-
* <p>During the conversion, RDS creates an initial tenant database and associates the DB
|
|
8924
|
-
* name, master user name, character set, and national character set metadata with this
|
|
8925
|
-
* database. The tags associated with the instance also propagate to the initial tenant
|
|
8926
|
-
* database. You can add more tenant databases to your DB instance by using the
|
|
8927
|
-
* <code>CreateTenantDatabase</code> operation.</p>
|
|
8928
|
-
* <important>
|
|
8929
|
-
* <p>The conversion to the multi-tenant configuration is permanent and irreversible, so
|
|
8930
|
-
* you can't later convert back to the single-tenant configuration. When you specify
|
|
8931
|
-
* this parameter, you must also specify <code>ApplyImmediately</code>.</p>
|
|
8932
|
-
* </important>
|
|
8933
|
-
* @public
|
|
8934
|
-
*/
|
|
8935
|
-
MultiTenant?: boolean | undefined;
|
|
8936
8940
|
/**
|
|
8937
8941
|
* <p>Specifies the authentication type for the master user. With IAM master user authentication, you can change the master DB user to use IAM database authentication.</p>
|
|
8938
8942
|
* <p>You can specify one of the following values:</p>
|
|
@@ -9596,7 +9600,7 @@ export interface ModifyGlobalClusterMessage {
|
|
|
9596
9600
|
* </ul>
|
|
9597
9601
|
* @public
|
|
9598
9602
|
*/
|
|
9599
|
-
GlobalClusterIdentifier
|
|
9603
|
+
GlobalClusterIdentifier: string | undefined;
|
|
9600
9604
|
/**
|
|
9601
9605
|
* <p>The new cluster identifier for the global database cluster.
|
|
9602
9606
|
* This value is stored as a lowercase string.</p>
|
|
@@ -10275,12 +10279,12 @@ export interface RemoveFromGlobalClusterMessage {
|
|
|
10275
10279
|
* <p>The cluster identifier to detach from the Aurora global database cluster.</p>
|
|
10276
10280
|
* @public
|
|
10277
10281
|
*/
|
|
10278
|
-
GlobalClusterIdentifier
|
|
10282
|
+
GlobalClusterIdentifier: string | undefined;
|
|
10279
10283
|
/**
|
|
10280
10284
|
* <p>The Amazon Resource Name (ARN) identifying the cluster that was detached from the Aurora global database cluster.</p>
|
|
10281
10285
|
* @public
|
|
10282
10286
|
*/
|
|
10283
|
-
DbClusterIdentifier
|
|
10287
|
+
DbClusterIdentifier: string | undefined;
|
|
10284
10288
|
}
|
|
10285
10289
|
/**
|
|
10286
10290
|
* @public
|
|
@@ -10808,12 +10812,15 @@ export interface RestoreDBClusterFromS3Message {
|
|
|
10808
10812
|
*/
|
|
10809
10813
|
DomainIAMRoleName?: string | undefined;
|
|
10810
10814
|
/**
|
|
10811
|
-
* <p>
|
|
10812
|
-
* <p>
|
|
10813
|
-
*
|
|
10815
|
+
* <p>Specifies the storage type to be associated with the DB cluster.</p>
|
|
10816
|
+
* <p>Valid Values: <code>aurora</code>, <code>aurora-iopt1</code>
|
|
10817
|
+
* </p>
|
|
10818
|
+
* <p>Default: <code>aurora</code>
|
|
10819
|
+
* </p>
|
|
10820
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
10814
10821
|
* @public
|
|
10815
10822
|
*/
|
|
10816
|
-
|
|
10823
|
+
StorageType?: string | undefined;
|
|
10817
10824
|
/**
|
|
10818
10825
|
* <p>The network type of the DB cluster.</p>
|
|
10819
10826
|
* <p>Valid Values:</p>
|
|
@@ -10839,6 +10846,13 @@ export interface RestoreDBClusterFromS3Message {
|
|
|
10839
10846
|
* @public
|
|
10840
10847
|
*/
|
|
10841
10848
|
NetworkType?: string | undefined;
|
|
10849
|
+
/**
|
|
10850
|
+
* <p>Contains the scaling configuration of an Aurora Serverless v2 DB cluster.</p>
|
|
10851
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html">Using Amazon Aurora Serverless v2</a> in the
|
|
10852
|
+
* <i>Amazon Aurora User Guide</i>.</p>
|
|
10853
|
+
* @public
|
|
10854
|
+
*/
|
|
10855
|
+
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration | undefined;
|
|
10842
10856
|
/**
|
|
10843
10857
|
* <p>Specifies whether to manage the master user password with Amazon Web Services Secrets Manager.</p>
|
|
10844
10858
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html">Password management with Amazon Web Services Secrets Manager</a>
|
|
@@ -10871,16 +10885,6 @@ export interface RestoreDBClusterFromS3Message {
|
|
|
10871
10885
|
* @public
|
|
10872
10886
|
*/
|
|
10873
10887
|
MasterUserSecretKmsKeyId?: string | undefined;
|
|
10874
|
-
/**
|
|
10875
|
-
* <p>Specifies the storage type to be associated with the DB cluster.</p>
|
|
10876
|
-
* <p>Valid Values: <code>aurora</code>, <code>aurora-iopt1</code>
|
|
10877
|
-
* </p>
|
|
10878
|
-
* <p>Default: <code>aurora</code>
|
|
10879
|
-
* </p>
|
|
10880
|
-
* <p>Valid for: Aurora DB clusters only</p>
|
|
10881
|
-
* @public
|
|
10882
|
-
*/
|
|
10883
|
-
StorageType?: string | undefined;
|
|
10884
10888
|
/**
|
|
10885
10889
|
* <p>The life cycle type for this DB cluster.</p>
|
|
10886
10890
|
* <note>
|
|
@@ -11308,13 +11312,6 @@ export interface RestoreDBClusterFromSnapshotMessage {
|
|
|
11308
11312
|
* @public
|
|
11309
11313
|
*/
|
|
11310
11314
|
PubliclyAccessible?: boolean | undefined;
|
|
11311
|
-
/**
|
|
11312
|
-
* <p>Contains the scaling configuration of an Aurora Serverless v2 DB cluster.</p>
|
|
11313
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html">Using Amazon Aurora Serverless v2</a> in the
|
|
11314
|
-
* <i>Amazon Aurora User Guide</i>.</p>
|
|
11315
|
-
* @public
|
|
11316
|
-
*/
|
|
11317
|
-
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration | undefined;
|
|
11318
11315
|
/**
|
|
11319
11316
|
* <p>The network type of the DB cluster.</p>
|
|
11320
11317
|
* <p>Valid Values:</p>
|
|
@@ -11341,6 +11338,13 @@ export interface RestoreDBClusterFromSnapshotMessage {
|
|
|
11341
11338
|
* @public
|
|
11342
11339
|
*/
|
|
11343
11340
|
NetworkType?: string | undefined;
|
|
11341
|
+
/**
|
|
11342
|
+
* <p>Contains the scaling configuration of an Aurora Serverless v2 DB cluster.</p>
|
|
11343
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html">Using Amazon Aurora Serverless v2</a> in the
|
|
11344
|
+
* <i>Amazon Aurora User Guide</i>.</p>
|
|
11345
|
+
* @public
|
|
11346
|
+
*/
|
|
11347
|
+
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration | undefined;
|
|
11344
11348
|
/**
|
|
11345
11349
|
* <p>Reserved for future use.</p>
|
|
11346
11350
|
* @public
|
|
@@ -11711,23 +11715,6 @@ export interface RestoreDBClusterToPointInTimeMessage {
|
|
|
11711
11715
|
* @public
|
|
11712
11716
|
*/
|
|
11713
11717
|
DomainIAMRoleName?: string | undefined;
|
|
11714
|
-
/**
|
|
11715
|
-
* <p>For DB clusters in <code>serverless</code> DB engine mode, the scaling properties of the DB cluster.</p>
|
|
11716
|
-
* <p>Valid for: Aurora DB clusters only</p>
|
|
11717
|
-
* @public
|
|
11718
|
-
*/
|
|
11719
|
-
ScalingConfiguration?: ScalingConfiguration | undefined;
|
|
11720
|
-
/**
|
|
11721
|
-
* <p>The engine mode of the new cluster. Specify <code>provisioned</code> or <code>serverless</code>,
|
|
11722
|
-
* depending on the type of the cluster you are creating. You can create an Aurora Serverless v1 clone
|
|
11723
|
-
* from a provisioned cluster, or a provisioned clone from an Aurora Serverless v1 cluster. To create a clone
|
|
11724
|
-
* that is an Aurora Serverless v1 cluster, the original cluster must be an Aurora Serverless v1 cluster or
|
|
11725
|
-
* an encrypted provisioned cluster. To create a full copy that is an Aurora Serverless v1 cluster, specify
|
|
11726
|
-
* the engine mode <code>serverless</code>.</p>
|
|
11727
|
-
* <p>Valid for: Aurora DB clusters only</p>
|
|
11728
|
-
* @public
|
|
11729
|
-
*/
|
|
11730
|
-
EngineMode?: string | undefined;
|
|
11731
11718
|
/**
|
|
11732
11719
|
* <p>The compute and memory capacity of the each DB instance in the Multi-AZ DB cluster,
|
|
11733
11720
|
* for example db.m6gd.xlarge. Not all DB instance classes are available in all Amazon Web Services
|
|
@@ -11790,13 +11777,6 @@ export interface RestoreDBClusterToPointInTimeMessage {
|
|
|
11790
11777
|
* @public
|
|
11791
11778
|
*/
|
|
11792
11779
|
Iops?: number | undefined;
|
|
11793
|
-
/**
|
|
11794
|
-
* <p>Contains the scaling configuration of an Aurora Serverless v2 DB cluster.</p>
|
|
11795
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html">Using Amazon Aurora Serverless v2</a> in the
|
|
11796
|
-
* <i>Amazon Aurora User Guide</i>.</p>
|
|
11797
|
-
* @public
|
|
11798
|
-
*/
|
|
11799
|
-
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration | undefined;
|
|
11800
11780
|
/**
|
|
11801
11781
|
* <p>The network type of the DB cluster.</p>
|
|
11802
11782
|
* <p>Valid Values:</p>
|
|
@@ -11828,6 +11808,30 @@ export interface RestoreDBClusterToPointInTimeMessage {
|
|
|
11828
11808
|
* @public
|
|
11829
11809
|
*/
|
|
11830
11810
|
SourceDbClusterResourceId?: string | undefined;
|
|
11811
|
+
/**
|
|
11812
|
+
* <p>Contains the scaling configuration of an Aurora Serverless v2 DB cluster.</p>
|
|
11813
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html">Using Amazon Aurora Serverless v2</a> in the
|
|
11814
|
+
* <i>Amazon Aurora User Guide</i>.</p>
|
|
11815
|
+
* @public
|
|
11816
|
+
*/
|
|
11817
|
+
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration | undefined;
|
|
11818
|
+
/**
|
|
11819
|
+
* <p>For DB clusters in <code>serverless</code> DB engine mode, the scaling properties of the DB cluster.</p>
|
|
11820
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
11821
|
+
* @public
|
|
11822
|
+
*/
|
|
11823
|
+
ScalingConfiguration?: ScalingConfiguration | undefined;
|
|
11824
|
+
/**
|
|
11825
|
+
* <p>The engine mode of the new cluster. Specify <code>provisioned</code> or <code>serverless</code>,
|
|
11826
|
+
* depending on the type of the cluster you are creating. You can create an Aurora Serverless v1 clone
|
|
11827
|
+
* from a provisioned cluster, or a provisioned clone from an Aurora Serverless v1 cluster. To create a clone
|
|
11828
|
+
* that is an Aurora Serverless v1 cluster, the original cluster must be an Aurora Serverless v1 cluster or
|
|
11829
|
+
* an encrypted provisioned cluster. To create a full copy that is an Aurora Serverless v1 cluster, specify
|
|
11830
|
+
* the engine mode <code>serverless</code>.</p>
|
|
11831
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
11832
|
+
* @public
|
|
11833
|
+
*/
|
|
11834
|
+
EngineMode?: string | undefined;
|
|
11831
11835
|
/**
|
|
11832
11836
|
* <p>Reserved for future use.</p>
|
|
11833
11837
|
* @public
|
|
@@ -12195,6 +12199,12 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
12195
12199
|
* @public
|
|
12196
12200
|
*/
|
|
12197
12201
|
Iops?: number | undefined;
|
|
12202
|
+
/**
|
|
12203
|
+
* <p>Specifies the storage throughput value for the DB instance.</p>
|
|
12204
|
+
* <p>This setting doesn't apply to RDS Custom or Amazon Aurora.</p>
|
|
12205
|
+
* @public
|
|
12206
|
+
*/
|
|
12207
|
+
StorageThroughput?: number | undefined;
|
|
12198
12208
|
/**
|
|
12199
12209
|
* <p>The name of the option group to be used for the restored DB instance.</p>
|
|
12200
12210
|
* <p>Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an option
|
|
@@ -12402,26 +12412,30 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
12402
12412
|
*/
|
|
12403
12413
|
EnableCustomerOwnedIp?: boolean | undefined;
|
|
12404
12414
|
/**
|
|
12405
|
-
* <p>The
|
|
12406
|
-
*
|
|
12415
|
+
* <p>The network type of the DB instance.</p>
|
|
12416
|
+
* <p>Valid Values:</p>
|
|
12407
12417
|
* <ul>
|
|
12408
12418
|
* <li>
|
|
12409
|
-
* <p>
|
|
12410
|
-
*
|
|
12411
|
-
*
|
|
12412
|
-
* <p>The profile must have an IAM role that Amazon EC2 has permissions to assume.</p>
|
|
12419
|
+
* <p>
|
|
12420
|
+
* <code>IPV4</code>
|
|
12421
|
+
* </p>
|
|
12413
12422
|
* </li>
|
|
12414
12423
|
* <li>
|
|
12415
|
-
* <p>
|
|
12424
|
+
* <p>
|
|
12425
|
+
* <code>DUAL</code>
|
|
12426
|
+
* </p>
|
|
12416
12427
|
* </li>
|
|
12417
12428
|
* </ul>
|
|
12418
|
-
* <p>
|
|
12419
|
-
* <
|
|
12420
|
-
*
|
|
12421
|
-
* <p>
|
|
12429
|
+
* <p>The network type is determined by the <code>DBSubnetGroup</code> specified for the DB instance.
|
|
12430
|
+
* A <code>DBSubnetGroup</code> can support only the IPv4 protocol or the IPv4 and the IPv6
|
|
12431
|
+
* protocols (<code>DUAL</code>).</p>
|
|
12432
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html">
|
|
12433
|
+
* Working with a DB instance in a VPC</a> in the
|
|
12434
|
+
* <i>Amazon RDS User Guide.</i>
|
|
12435
|
+
* </p>
|
|
12422
12436
|
* @public
|
|
12423
12437
|
*/
|
|
12424
|
-
|
|
12438
|
+
NetworkType?: string | undefined;
|
|
12425
12439
|
/**
|
|
12426
12440
|
* <p>Specifies where automated backups and manual snapshots are stored for the restored DB instance.</p>
|
|
12427
12441
|
* <p>Possible values are <code>local</code> (Dedicated Local Zone), <code>outposts</code> (Amazon Web Services Outposts), and <code>region</code> (Amazon Web Services Region). The default is <code>region</code>.</p>
|
|
@@ -12431,36 +12445,37 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
12431
12445
|
*/
|
|
12432
12446
|
BackupTarget?: string | undefined;
|
|
12433
12447
|
/**
|
|
12434
|
-
* <p>The
|
|
12435
|
-
*
|
|
12448
|
+
* <p>The instance profile associated with the underlying Amazon EC2 instance of an
|
|
12449
|
+
* RDS Custom DB instance. The instance profile must meet the following requirements:</p>
|
|
12436
12450
|
* <ul>
|
|
12437
12451
|
* <li>
|
|
12438
|
-
* <p>
|
|
12439
|
-
* <code>IPV4</code>
|
|
12440
|
-
* </p>
|
|
12452
|
+
* <p>The profile must exist in your account.</p>
|
|
12441
12453
|
* </li>
|
|
12442
12454
|
* <li>
|
|
12443
|
-
* <p>
|
|
12444
|
-
*
|
|
12445
|
-
*
|
|
12455
|
+
* <p>The profile must have an IAM role that Amazon EC2 has permissions to assume.</p>
|
|
12456
|
+
* </li>
|
|
12457
|
+
* <li>
|
|
12458
|
+
* <p>The instance profile name and the associated IAM role name must start with the prefix <code>AWSRDSCustom</code>.</p>
|
|
12446
12459
|
* </li>
|
|
12447
12460
|
* </ul>
|
|
12448
|
-
* <p>
|
|
12449
|
-
*
|
|
12450
|
-
*
|
|
12451
|
-
* <p>
|
|
12452
|
-
* Working with a DB instance in a VPC</a> in the
|
|
12453
|
-
* <i>Amazon RDS User Guide.</i>
|
|
12454
|
-
* </p>
|
|
12461
|
+
* <p>For the list of permissions required for the IAM role, see
|
|
12462
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-setup-orcl.html#custom-setup-orcl.iam-vpc">
|
|
12463
|
+
* Configure IAM and your VPC</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
12464
|
+
* <p>This setting is required for RDS Custom.</p>
|
|
12455
12465
|
* @public
|
|
12456
12466
|
*/
|
|
12457
|
-
|
|
12467
|
+
CustomIamInstanceProfile?: string | undefined;
|
|
12458
12468
|
/**
|
|
12459
|
-
* <p>
|
|
12460
|
-
*
|
|
12469
|
+
* <p>The amount of storage (in gibibytes) to allocate initially for the DB instance. Follow the allocation rules specified in
|
|
12470
|
+
* CreateDBInstance.</p>
|
|
12471
|
+
* <p>This setting isn't valid for RDS for SQL Server.</p>
|
|
12472
|
+
* <note>
|
|
12473
|
+
* <p>Be sure to allocate enough storage for your new DB instance so that the restore operation can succeed. You can also
|
|
12474
|
+
* allocate additional storage for future growth.</p>
|
|
12475
|
+
* </note>
|
|
12461
12476
|
* @public
|
|
12462
12477
|
*/
|
|
12463
|
-
|
|
12478
|
+
AllocatedStorage?: number | undefined;
|
|
12464
12479
|
/**
|
|
12465
12480
|
* <p>The identifier for the Multi-AZ DB cluster snapshot to restore from.</p>
|
|
12466
12481
|
* <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
|
|
@@ -12488,17 +12503,6 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
|
|
|
12488
12503
|
* @public
|
|
12489
12504
|
*/
|
|
12490
12505
|
DBClusterSnapshotIdentifier?: string | undefined;
|
|
12491
|
-
/**
|
|
12492
|
-
* <p>The amount of storage (in gibibytes) to allocate initially for the DB instance. Follow the allocation rules specified in
|
|
12493
|
-
* CreateDBInstance.</p>
|
|
12494
|
-
* <p>This setting isn't valid for RDS for SQL Server.</p>
|
|
12495
|
-
* <note>
|
|
12496
|
-
* <p>Be sure to allocate enough storage for your new DB instance so that the restore operation can succeed. You can also
|
|
12497
|
-
* allocate additional storage for future growth.</p>
|
|
12498
|
-
* </note>
|
|
12499
|
-
* @public
|
|
12500
|
-
*/
|
|
12501
|
-
AllocatedStorage?: number | undefined;
|
|
12502
12506
|
/**
|
|
12503
12507
|
* <p>Specifies whether to enable a dedicated log volume (DLV) for the DB instance.</p>
|
|
12504
12508
|
* @public
|
|
@@ -12832,6 +12836,12 @@ export interface RestoreDBInstanceFromS3Message {
|
|
|
12832
12836
|
* @public
|
|
12833
12837
|
*/
|
|
12834
12838
|
Iops?: number | undefined;
|
|
12839
|
+
/**
|
|
12840
|
+
* <p>Specifies the storage throughput value for the DB instance.</p>
|
|
12841
|
+
* <p>This setting doesn't apply to RDS Custom or Amazon Aurora.</p>
|
|
12842
|
+
* @public
|
|
12843
|
+
*/
|
|
12844
|
+
StorageThroughput?: number | undefined;
|
|
12835
12845
|
/**
|
|
12836
12846
|
* <p>The name of the option group to associate with this DB instance.
|
|
12837
12847
|
* If this argument is omitted, the default option group for the specified engine is used.</p>
|
|
@@ -13080,12 +13090,6 @@ export interface RestoreDBInstanceFromS3Message {
|
|
|
13080
13090
|
* @public
|
|
13081
13091
|
*/
|
|
13082
13092
|
NetworkType?: string | undefined;
|
|
13083
|
-
/**
|
|
13084
|
-
* <p>Specifies the storage throughput value for the DB instance.</p>
|
|
13085
|
-
* <p>This setting doesn't apply to RDS Custom or Amazon Aurora.</p>
|
|
13086
|
-
* @public
|
|
13087
|
-
*/
|
|
13088
|
-
StorageThroughput?: number | undefined;
|
|
13089
13093
|
/**
|
|
13090
13094
|
* <p>Specifies whether to manage the master user password with Amazon Web Services Secrets Manager.</p>
|
|
13091
13095
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html">Password management with Amazon Web Services Secrets Manager</a>
|
|
@@ -13483,6 +13487,12 @@ export interface RestoreDBInstanceToPointInTimeMessage {
|
|
|
13483
13487
|
* @public
|
|
13484
13488
|
*/
|
|
13485
13489
|
Iops?: number | undefined;
|
|
13490
|
+
/**
|
|
13491
|
+
* <p>The storage throughput value for the DB instance.</p>
|
|
13492
|
+
* <p>This setting doesn't apply to RDS Custom or Amazon Aurora.</p>
|
|
13493
|
+
* @public
|
|
13494
|
+
*/
|
|
13495
|
+
StorageThroughput?: number | undefined;
|
|
13486
13496
|
/**
|
|
13487
13497
|
* <p>The name of the option group to use for the restored DB instance.</p>
|
|
13488
13498
|
* <p>Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed from an
|
|
@@ -13688,13 +13698,6 @@ export interface RestoreDBInstanceToPointInTimeMessage {
|
|
|
13688
13698
|
* @public
|
|
13689
13699
|
*/
|
|
13690
13700
|
MaxAllocatedStorage?: number | undefined;
|
|
13691
|
-
/**
|
|
13692
|
-
* <p>The Amazon Resource Name (ARN) of the replicated automated backups from which to restore, for example,
|
|
13693
|
-
* <code>arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE</code>.</p>
|
|
13694
|
-
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
13695
|
-
* @public
|
|
13696
|
-
*/
|
|
13697
|
-
SourceDBInstanceAutomatedBackupsArn?: string | undefined;
|
|
13698
13701
|
/**
|
|
13699
13702
|
* <p>Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.</p>
|
|
13700
13703
|
* <p>A <i>CoIP</i> provides local or external connectivity to resources in
|
|
@@ -13710,26 +13713,37 @@ export interface RestoreDBInstanceToPointInTimeMessage {
|
|
|
13710
13713
|
*/
|
|
13711
13714
|
EnableCustomerOwnedIp?: boolean | undefined;
|
|
13712
13715
|
/**
|
|
13713
|
-
* <p>The
|
|
13714
|
-
*
|
|
13716
|
+
* <p>The network type of the DB instance.</p>
|
|
13717
|
+
* <p>The network type is determined by the <code>DBSubnetGroup</code> specified for the DB instance.
|
|
13718
|
+
* A <code>DBSubnetGroup</code> can support only the IPv4 protocol or the IPv4 and the IPv6
|
|
13719
|
+
* protocols (<code>DUAL</code>).</p>
|
|
13720
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html">
|
|
13721
|
+
* Working with a DB instance in a VPC</a> in the
|
|
13722
|
+
* <i>Amazon RDS User Guide.</i>
|
|
13723
|
+
* </p>
|
|
13724
|
+
* <p>Valid Values:</p>
|
|
13715
13725
|
* <ul>
|
|
13716
13726
|
* <li>
|
|
13717
|
-
* <p>
|
|
13718
|
-
*
|
|
13719
|
-
*
|
|
13720
|
-
* <p>The profile must have an IAM role that Amazon EC2 has permissions to assume.</p>
|
|
13727
|
+
* <p>
|
|
13728
|
+
* <code>IPV4</code>
|
|
13729
|
+
* </p>
|
|
13721
13730
|
* </li>
|
|
13722
13731
|
* <li>
|
|
13723
|
-
* <p>
|
|
13732
|
+
* <p>
|
|
13733
|
+
* <code>DUAL</code>
|
|
13734
|
+
* </p>
|
|
13724
13735
|
* </li>
|
|
13725
13736
|
* </ul>
|
|
13726
|
-
* <p>For the list of permissions required for the IAM role, see
|
|
13727
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-setup-orcl.html#custom-setup-orcl.iam-vpc">
|
|
13728
|
-
* Configure IAM and your VPC</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
13729
|
-
* <p>This setting is required for RDS Custom.</p>
|
|
13730
13737
|
* @public
|
|
13731
13738
|
*/
|
|
13732
|
-
|
|
13739
|
+
NetworkType?: string | undefined;
|
|
13740
|
+
/**
|
|
13741
|
+
* <p>The Amazon Resource Name (ARN) of the replicated automated backups from which to restore, for example,
|
|
13742
|
+
* <code>arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE</code>.</p>
|
|
13743
|
+
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
13744
|
+
* @public
|
|
13745
|
+
*/
|
|
13746
|
+
SourceDBInstanceAutomatedBackupsArn?: string | undefined;
|
|
13733
13747
|
/**
|
|
13734
13748
|
* <p>The location for storing automated backups and manual snapshots for the restored DB instance.</p>
|
|
13735
13749
|
* <p>Valid Values:</p>
|
|
@@ -13755,36 +13769,26 @@ export interface RestoreDBInstanceToPointInTimeMessage {
|
|
|
13755
13769
|
*/
|
|
13756
13770
|
BackupTarget?: string | undefined;
|
|
13757
13771
|
/**
|
|
13758
|
-
* <p>The
|
|
13759
|
-
*
|
|
13760
|
-
* A <code>DBSubnetGroup</code> can support only the IPv4 protocol or the IPv4 and the IPv6
|
|
13761
|
-
* protocols (<code>DUAL</code>).</p>
|
|
13762
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html">
|
|
13763
|
-
* Working with a DB instance in a VPC</a> in the
|
|
13764
|
-
* <i>Amazon RDS User Guide.</i>
|
|
13765
|
-
* </p>
|
|
13766
|
-
* <p>Valid Values:</p>
|
|
13772
|
+
* <p>The instance profile associated with the underlying Amazon EC2 instance of an
|
|
13773
|
+
* RDS Custom DB instance. The instance profile must meet the following requirements:</p>
|
|
13767
13774
|
* <ul>
|
|
13768
13775
|
* <li>
|
|
13769
|
-
* <p>
|
|
13770
|
-
* <code>IPV4</code>
|
|
13771
|
-
* </p>
|
|
13776
|
+
* <p>The profile must exist in your account.</p>
|
|
13772
13777
|
* </li>
|
|
13773
13778
|
* <li>
|
|
13774
|
-
* <p>
|
|
13775
|
-
*
|
|
13776
|
-
*
|
|
13779
|
+
* <p>The profile must have an IAM role that Amazon EC2 has permissions to assume.</p>
|
|
13780
|
+
* </li>
|
|
13781
|
+
* <li>
|
|
13782
|
+
* <p>The instance profile name and the associated IAM role name must start with the prefix <code>AWSRDSCustom</code>.</p>
|
|
13777
13783
|
* </li>
|
|
13778
13784
|
* </ul>
|
|
13785
|
+
* <p>For the list of permissions required for the IAM role, see
|
|
13786
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-setup-orcl.html#custom-setup-orcl.iam-vpc">
|
|
13787
|
+
* Configure IAM and your VPC</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
13788
|
+
* <p>This setting is required for RDS Custom.</p>
|
|
13779
13789
|
* @public
|
|
13780
13790
|
*/
|
|
13781
|
-
|
|
13782
|
-
/**
|
|
13783
|
-
* <p>The storage throughput value for the DB instance.</p>
|
|
13784
|
-
* <p>This setting doesn't apply to RDS Custom or Amazon Aurora.</p>
|
|
13785
|
-
* @public
|
|
13786
|
-
*/
|
|
13787
|
-
StorageThroughput?: number | undefined;
|
|
13791
|
+
CustomIamInstanceProfile?: string | undefined;
|
|
13788
13792
|
/**
|
|
13789
13793
|
* <p>The amount of storage (in gibibytes) to allocate initially for the DB instance.
|
|
13790
13794
|
* Follow the allocation rules specified in <code>CreateDBInstance</code>.</p>
|
|
@@ -13990,16 +13994,16 @@ export interface StartActivityStreamResponse {
|
|
|
13990
13994
|
*/
|
|
13991
13995
|
Mode?: ActivityStreamMode | undefined;
|
|
13992
13996
|
/**
|
|
13993
|
-
* <p>Indicates whether
|
|
13994
|
-
* regardless of the maintenance window for the database.</p>
|
|
13997
|
+
* <p>Indicates whether engine-native audit fields are included in the database activity stream.</p>
|
|
13995
13998
|
* @public
|
|
13996
13999
|
*/
|
|
13997
|
-
|
|
14000
|
+
EngineNativeAuditFieldsIncluded?: boolean | undefined;
|
|
13998
14001
|
/**
|
|
13999
|
-
* <p>Indicates whether
|
|
14002
|
+
* <p>Indicates whether or not the database activity stream will start as soon as possible,
|
|
14003
|
+
* regardless of the maintenance window for the database.</p>
|
|
14000
14004
|
* @public
|
|
14001
14005
|
*/
|
|
14002
|
-
|
|
14006
|
+
ApplyImmediately?: boolean | undefined;
|
|
14003
14007
|
}
|
|
14004
14008
|
/**
|
|
14005
14009
|
* @public
|
|
@@ -14529,10 +14533,58 @@ export interface SwitchoverReadReplicaResult {
|
|
|
14529
14533
|
* @internal
|
|
14530
14534
|
*/
|
|
14531
14535
|
export declare const DeleteTenantDatabaseResultFilterSensitiveLog: (obj: DeleteTenantDatabaseResult) => any;
|
|
14536
|
+
/**
|
|
14537
|
+
* @internal
|
|
14538
|
+
*/
|
|
14539
|
+
export declare const DBClusterMessageFilterSensitiveLog: (obj: DBClusterMessage) => any;
|
|
14540
|
+
/**
|
|
14541
|
+
* @internal
|
|
14542
|
+
*/
|
|
14543
|
+
export declare const DBInstanceMessageFilterSensitiveLog: (obj: DBInstanceMessage) => any;
|
|
14544
|
+
/**
|
|
14545
|
+
* @internal
|
|
14546
|
+
*/
|
|
14547
|
+
export declare const OptionGroupsFilterSensitiveLog: (obj: OptionGroups) => any;
|
|
14532
14548
|
/**
|
|
14533
14549
|
* @internal
|
|
14534
14550
|
*/
|
|
14535
14551
|
export declare const TenantDatabasesMessageFilterSensitiveLog: (obj: TenantDatabasesMessage) => any;
|
|
14552
|
+
/**
|
|
14553
|
+
* @internal
|
|
14554
|
+
*/
|
|
14555
|
+
export declare const DownloadDBLogFilePortionDetailsFilterSensitiveLog: (obj: DownloadDBLogFilePortionDetails) => any;
|
|
14556
|
+
/**
|
|
14557
|
+
* @internal
|
|
14558
|
+
*/
|
|
14559
|
+
export declare const FailoverDBClusterResultFilterSensitiveLog: (obj: FailoverDBClusterResult) => any;
|
|
14560
|
+
/**
|
|
14561
|
+
* @internal
|
|
14562
|
+
*/
|
|
14563
|
+
export declare const ModifyDBClusterMessageFilterSensitiveLog: (obj: ModifyDBClusterMessage) => any;
|
|
14564
|
+
/**
|
|
14565
|
+
* @internal
|
|
14566
|
+
*/
|
|
14567
|
+
export declare const ModifyDBClusterResultFilterSensitiveLog: (obj: ModifyDBClusterResult) => any;
|
|
14568
|
+
/**
|
|
14569
|
+
* @internal
|
|
14570
|
+
*/
|
|
14571
|
+
export declare const ModifyDBInstanceMessageFilterSensitiveLog: (obj: ModifyDBInstanceMessage) => any;
|
|
14572
|
+
/**
|
|
14573
|
+
* @internal
|
|
14574
|
+
*/
|
|
14575
|
+
export declare const ModifyDBInstanceResultFilterSensitiveLog: (obj: ModifyDBInstanceResult) => any;
|
|
14576
|
+
/**
|
|
14577
|
+
* @internal
|
|
14578
|
+
*/
|
|
14579
|
+
export declare const OptionConfigurationFilterSensitiveLog: (obj: OptionConfiguration) => any;
|
|
14580
|
+
/**
|
|
14581
|
+
* @internal
|
|
14582
|
+
*/
|
|
14583
|
+
export declare const ModifyOptionGroupMessageFilterSensitiveLog: (obj: ModifyOptionGroupMessage) => any;
|
|
14584
|
+
/**
|
|
14585
|
+
* @internal
|
|
14586
|
+
*/
|
|
14587
|
+
export declare const ModifyOptionGroupResultFilterSensitiveLog: (obj: ModifyOptionGroupResult) => any;
|
|
14536
14588
|
/**
|
|
14537
14589
|
* @internal
|
|
14538
14590
|
*/
|
|
@@ -14541,3 +14593,83 @@ export declare const ModifyTenantDatabaseMessageFilterSensitiveLog: (obj: Modify
|
|
|
14541
14593
|
* @internal
|
|
14542
14594
|
*/
|
|
14543
14595
|
export declare const ModifyTenantDatabaseResultFilterSensitiveLog: (obj: ModifyTenantDatabaseResult) => any;
|
|
14596
|
+
/**
|
|
14597
|
+
* @internal
|
|
14598
|
+
*/
|
|
14599
|
+
export declare const PromoteReadReplicaResultFilterSensitiveLog: (obj: PromoteReadReplicaResult) => any;
|
|
14600
|
+
/**
|
|
14601
|
+
* @internal
|
|
14602
|
+
*/
|
|
14603
|
+
export declare const PromoteReadReplicaDBClusterResultFilterSensitiveLog: (obj: PromoteReadReplicaDBClusterResult) => any;
|
|
14604
|
+
/**
|
|
14605
|
+
* @internal
|
|
14606
|
+
*/
|
|
14607
|
+
export declare const RebootDBClusterResultFilterSensitiveLog: (obj: RebootDBClusterResult) => any;
|
|
14608
|
+
/**
|
|
14609
|
+
* @internal
|
|
14610
|
+
*/
|
|
14611
|
+
export declare const RebootDBInstanceResultFilterSensitiveLog: (obj: RebootDBInstanceResult) => any;
|
|
14612
|
+
/**
|
|
14613
|
+
* @internal
|
|
14614
|
+
*/
|
|
14615
|
+
export declare const RestoreDBClusterFromS3MessageFilterSensitiveLog: (obj: RestoreDBClusterFromS3Message) => any;
|
|
14616
|
+
/**
|
|
14617
|
+
* @internal
|
|
14618
|
+
*/
|
|
14619
|
+
export declare const RestoreDBClusterFromS3ResultFilterSensitiveLog: (obj: RestoreDBClusterFromS3Result) => any;
|
|
14620
|
+
/**
|
|
14621
|
+
* @internal
|
|
14622
|
+
*/
|
|
14623
|
+
export declare const RestoreDBClusterFromSnapshotResultFilterSensitiveLog: (obj: RestoreDBClusterFromSnapshotResult) => any;
|
|
14624
|
+
/**
|
|
14625
|
+
* @internal
|
|
14626
|
+
*/
|
|
14627
|
+
export declare const RestoreDBClusterToPointInTimeResultFilterSensitiveLog: (obj: RestoreDBClusterToPointInTimeResult) => any;
|
|
14628
|
+
/**
|
|
14629
|
+
* @internal
|
|
14630
|
+
*/
|
|
14631
|
+
export declare const RestoreDBInstanceFromDBSnapshotMessageFilterSensitiveLog: (obj: RestoreDBInstanceFromDBSnapshotMessage) => any;
|
|
14632
|
+
/**
|
|
14633
|
+
* @internal
|
|
14634
|
+
*/
|
|
14635
|
+
export declare const RestoreDBInstanceFromDBSnapshotResultFilterSensitiveLog: (obj: RestoreDBInstanceFromDBSnapshotResult) => any;
|
|
14636
|
+
/**
|
|
14637
|
+
* @internal
|
|
14638
|
+
*/
|
|
14639
|
+
export declare const RestoreDBInstanceFromS3MessageFilterSensitiveLog: (obj: RestoreDBInstanceFromS3Message) => any;
|
|
14640
|
+
/**
|
|
14641
|
+
* @internal
|
|
14642
|
+
*/
|
|
14643
|
+
export declare const RestoreDBInstanceFromS3ResultFilterSensitiveLog: (obj: RestoreDBInstanceFromS3Result) => any;
|
|
14644
|
+
/**
|
|
14645
|
+
* @internal
|
|
14646
|
+
*/
|
|
14647
|
+
export declare const RestoreDBInstanceToPointInTimeMessageFilterSensitiveLog: (obj: RestoreDBInstanceToPointInTimeMessage) => any;
|
|
14648
|
+
/**
|
|
14649
|
+
* @internal
|
|
14650
|
+
*/
|
|
14651
|
+
export declare const RestoreDBInstanceToPointInTimeResultFilterSensitiveLog: (obj: RestoreDBInstanceToPointInTimeResult) => any;
|
|
14652
|
+
/**
|
|
14653
|
+
* @internal
|
|
14654
|
+
*/
|
|
14655
|
+
export declare const StartDBClusterResultFilterSensitiveLog: (obj: StartDBClusterResult) => any;
|
|
14656
|
+
/**
|
|
14657
|
+
* @internal
|
|
14658
|
+
*/
|
|
14659
|
+
export declare const StartDBInstanceResultFilterSensitiveLog: (obj: StartDBInstanceResult) => any;
|
|
14660
|
+
/**
|
|
14661
|
+
* @internal
|
|
14662
|
+
*/
|
|
14663
|
+
export declare const StartDBInstanceAutomatedBackupsReplicationMessageFilterSensitiveLog: (obj: StartDBInstanceAutomatedBackupsReplicationMessage) => any;
|
|
14664
|
+
/**
|
|
14665
|
+
* @internal
|
|
14666
|
+
*/
|
|
14667
|
+
export declare const StopDBClusterResultFilterSensitiveLog: (obj: StopDBClusterResult) => any;
|
|
14668
|
+
/**
|
|
14669
|
+
* @internal
|
|
14670
|
+
*/
|
|
14671
|
+
export declare const StopDBInstanceResultFilterSensitiveLog: (obj: StopDBInstanceResult) => any;
|
|
14672
|
+
/**
|
|
14673
|
+
* @internal
|
|
14674
|
+
*/
|
|
14675
|
+
export declare const SwitchoverReadReplicaResultFilterSensitiveLog: (obj: SwitchoverReadReplicaResult) => any;
|