@aws-sdk/client-rds 3.425.0 → 3.426.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-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +10 -10
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +187 -181
- package/dist-types/models/models_1.d.ts +124 -105
- package/package.json +1 -1
|
@@ -562,7 +562,7 @@ export interface ApplyPendingMaintenanceActionMessage {
|
|
|
562
562
|
/**
|
|
563
563
|
* @public
|
|
564
564
|
* <p>The pending maintenance action to apply to this resource.</p>
|
|
565
|
-
* <p>Valid
|
|
565
|
+
* <p>Valid Values: <code>system-update</code>, <code>db-upgrade</code>,
|
|
566
566
|
* <code>hardware-maintenance</code>, <code>ca-certificate-rotation</code>
|
|
567
567
|
* </p>
|
|
568
568
|
*/
|
|
@@ -571,7 +571,7 @@ export interface ApplyPendingMaintenanceActionMessage {
|
|
|
571
571
|
* @public
|
|
572
572
|
* <p>A value that specifies the type of opt-in request, or undoes an opt-in request. An opt-in
|
|
573
573
|
* request of type <code>immediate</code> can't be undone.</p>
|
|
574
|
-
* <p>Valid
|
|
574
|
+
* <p>Valid Values:</p>
|
|
575
575
|
* <ul>
|
|
576
576
|
* <li>
|
|
577
577
|
* <p>
|
|
@@ -793,12 +793,12 @@ export interface EC2SecurityGroup {
|
|
|
793
793
|
export interface IPRange {
|
|
794
794
|
/**
|
|
795
795
|
* @public
|
|
796
|
-
* <p>
|
|
796
|
+
* <p>The status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".</p>
|
|
797
797
|
*/
|
|
798
798
|
Status?: string;
|
|
799
799
|
/**
|
|
800
800
|
* @public
|
|
801
|
-
* <p>
|
|
801
|
+
* <p>The IP range.</p>
|
|
802
802
|
*/
|
|
803
803
|
CIDRIP?: string;
|
|
804
804
|
}
|
|
@@ -932,13 +932,13 @@ export interface BacktrackDBClusterMessage {
|
|
|
932
932
|
BacktrackTo: Date | undefined;
|
|
933
933
|
/**
|
|
934
934
|
* @public
|
|
935
|
-
* <p>
|
|
935
|
+
* <p>Specifies whether to force the DB cluster to backtrack when binary logging is
|
|
936
936
|
* enabled. Otherwise, an error occurs when binary logging is enabled.</p>
|
|
937
937
|
*/
|
|
938
938
|
Force?: boolean;
|
|
939
939
|
/**
|
|
940
940
|
* @public
|
|
941
|
-
* <p>
|
|
941
|
+
* <p>Specifies whether to backtrack the DB cluster to the earliest possible
|
|
942
942
|
* backtrack time when <i>BacktrackTo</i> is set to a timestamp earlier than the earliest
|
|
943
943
|
* backtrack time. When this parameter is disabled and <i>BacktrackTo</i> is set to a timestamp earlier than the earliest
|
|
944
944
|
* backtrack time, an error occurs.</p>
|
|
@@ -1025,7 +1025,7 @@ export type ExportSourceType = (typeof ExportSourceType)[keyof typeof ExportSour
|
|
|
1025
1025
|
/**
|
|
1026
1026
|
* @public
|
|
1027
1027
|
* <p>Contains the details of a snapshot or cluster export to Amazon S3.</p>
|
|
1028
|
-
* <p>This data type is used as a response element in the <code>DescribeExportTasks</code>
|
|
1028
|
+
* <p>This data type is used as a response element in the <code>DescribeExportTasks</code> operation.</p>
|
|
1029
1029
|
*/
|
|
1030
1030
|
export interface ExportTask {
|
|
1031
1031
|
/**
|
|
@@ -1041,7 +1041,8 @@ export interface ExportTask {
|
|
|
1041
1041
|
SourceArn?: string;
|
|
1042
1042
|
/**
|
|
1043
1043
|
* @public
|
|
1044
|
-
* <p>The data exported from the snapshot or cluster
|
|
1044
|
+
* <p>The data exported from the snapshot or cluster.</p>
|
|
1045
|
+
* <p>Valid Values:</p>
|
|
1045
1046
|
* <ul>
|
|
1046
1047
|
* <li>
|
|
1047
1048
|
* <p>
|
|
@@ -1070,22 +1071,22 @@ export interface ExportTask {
|
|
|
1070
1071
|
ExportOnly?: string[];
|
|
1071
1072
|
/**
|
|
1072
1073
|
* @public
|
|
1073
|
-
* <p>The time
|
|
1074
|
+
* <p>The time when the snapshot was created.</p>
|
|
1074
1075
|
*/
|
|
1075
1076
|
SnapshotTime?: Date;
|
|
1076
1077
|
/**
|
|
1077
1078
|
* @public
|
|
1078
|
-
* <p>The time
|
|
1079
|
+
* <p>The time when the snapshot or cluster export task started.</p>
|
|
1079
1080
|
*/
|
|
1080
1081
|
TaskStartTime?: Date;
|
|
1081
1082
|
/**
|
|
1082
1083
|
* @public
|
|
1083
|
-
* <p>The time
|
|
1084
|
+
* <p>The time when the snapshot or cluster export task ended.</p>
|
|
1084
1085
|
*/
|
|
1085
1086
|
TaskEndTime?: Date;
|
|
1086
1087
|
/**
|
|
1087
1088
|
* @public
|
|
1088
|
-
* <p>The Amazon S3 bucket
|
|
1089
|
+
* <p>The Amazon S3 bucket where the snapshot or cluster is exported to.</p>
|
|
1089
1090
|
*/
|
|
1090
1091
|
S3Bucket?: string;
|
|
1091
1092
|
/**
|
|
@@ -1439,7 +1440,7 @@ export interface CopyDBClusterSnapshotMessage {
|
|
|
1439
1440
|
PreSignedUrl?: string;
|
|
1440
1441
|
/**
|
|
1441
1442
|
* @public
|
|
1442
|
-
* <p>
|
|
1443
|
+
* <p>Specifies whether to copy all tags from the source DB cluster snapshot to the target DB cluster snapshot.
|
|
1443
1444
|
* By default, tags are not copied.</p>
|
|
1444
1445
|
*/
|
|
1445
1446
|
CopyTags?: boolean;
|
|
@@ -1460,42 +1461,42 @@ export interface CopyDBClusterSnapshotMessage {
|
|
|
1460
1461
|
export interface DBClusterSnapshot {
|
|
1461
1462
|
/**
|
|
1462
1463
|
* @public
|
|
1463
|
-
* <p>
|
|
1464
|
+
* <p>The list of Availability Zones (AZs) where instances in the DB cluster snapshot can be restored.</p>
|
|
1464
1465
|
*/
|
|
1465
1466
|
AvailabilityZones?: string[];
|
|
1466
1467
|
/**
|
|
1467
1468
|
* @public
|
|
1468
|
-
* <p>
|
|
1469
|
+
* <p>The identifier for the DB cluster snapshot.</p>
|
|
1469
1470
|
*/
|
|
1470
1471
|
DBClusterSnapshotIdentifier?: string;
|
|
1471
1472
|
/**
|
|
1472
1473
|
* @public
|
|
1473
|
-
* <p>
|
|
1474
|
+
* <p>The DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.</p>
|
|
1474
1475
|
*/
|
|
1475
1476
|
DBClusterIdentifier?: string;
|
|
1476
1477
|
/**
|
|
1477
1478
|
* @public
|
|
1478
|
-
* <p>
|
|
1479
|
+
* <p>The time when the snapshot was taken, in Universal Coordinated Time (UTC).</p>
|
|
1479
1480
|
*/
|
|
1480
1481
|
SnapshotCreateTime?: Date;
|
|
1481
1482
|
/**
|
|
1482
1483
|
* @public
|
|
1483
|
-
* <p>
|
|
1484
|
+
* <p>The name of the database engine for this DB cluster snapshot.</p>
|
|
1484
1485
|
*/
|
|
1485
1486
|
Engine?: string;
|
|
1486
1487
|
/**
|
|
1487
1488
|
* @public
|
|
1488
|
-
* <p>
|
|
1489
|
+
* <p>The engine mode of the database engine for this DB cluster snapshot.</p>
|
|
1489
1490
|
*/
|
|
1490
1491
|
EngineMode?: string;
|
|
1491
1492
|
/**
|
|
1492
1493
|
* @public
|
|
1493
|
-
* <p>
|
|
1494
|
+
* <p>The allocated storage size of the DB cluster snapshot in gibibytes (GiB).</p>
|
|
1494
1495
|
*/
|
|
1495
1496
|
AllocatedStorage?: number;
|
|
1496
1497
|
/**
|
|
1497
1498
|
* @public
|
|
1498
|
-
* <p>
|
|
1499
|
+
* <p>The status of this DB cluster snapshot. Valid statuses are the following:</p>
|
|
1499
1500
|
* <ul>
|
|
1500
1501
|
* <li>
|
|
1501
1502
|
* <p>
|
|
@@ -1517,47 +1518,47 @@ export interface DBClusterSnapshot {
|
|
|
1517
1518
|
Status?: string;
|
|
1518
1519
|
/**
|
|
1519
1520
|
* @public
|
|
1520
|
-
* <p>
|
|
1521
|
+
* <p>The port that the DB cluster was listening on at the time of the snapshot.</p>
|
|
1521
1522
|
*/
|
|
1522
1523
|
Port?: number;
|
|
1523
1524
|
/**
|
|
1524
1525
|
* @public
|
|
1525
|
-
* <p>
|
|
1526
|
+
* <p>The VPC ID associated with the DB cluster snapshot.</p>
|
|
1526
1527
|
*/
|
|
1527
1528
|
VpcId?: string;
|
|
1528
1529
|
/**
|
|
1529
1530
|
* @public
|
|
1530
|
-
* <p>
|
|
1531
|
+
* <p>The time when the DB cluster was created, in Universal Coordinated Time (UTC).</p>
|
|
1531
1532
|
*/
|
|
1532
1533
|
ClusterCreateTime?: Date;
|
|
1533
1534
|
/**
|
|
1534
1535
|
* @public
|
|
1535
|
-
* <p>
|
|
1536
|
+
* <p>The master username for this DB cluster snapshot.</p>
|
|
1536
1537
|
*/
|
|
1537
1538
|
MasterUsername?: string;
|
|
1538
1539
|
/**
|
|
1539
1540
|
* @public
|
|
1540
|
-
* <p>
|
|
1541
|
+
* <p>The version of the database engine for this DB cluster snapshot.</p>
|
|
1541
1542
|
*/
|
|
1542
1543
|
EngineVersion?: string;
|
|
1543
1544
|
/**
|
|
1544
1545
|
* @public
|
|
1545
|
-
* <p>
|
|
1546
|
+
* <p>The license model information for this DB cluster snapshot.</p>
|
|
1546
1547
|
*/
|
|
1547
1548
|
LicenseModel?: string;
|
|
1548
1549
|
/**
|
|
1549
1550
|
* @public
|
|
1550
|
-
* <p>
|
|
1551
|
+
* <p>The type of the DB cluster snapshot.</p>
|
|
1551
1552
|
*/
|
|
1552
1553
|
SnapshotType?: string;
|
|
1553
1554
|
/**
|
|
1554
1555
|
* @public
|
|
1555
|
-
* <p>
|
|
1556
|
+
* <p>The percentage of the estimated data that has been transferred.</p>
|
|
1556
1557
|
*/
|
|
1557
1558
|
PercentProgress?: number;
|
|
1558
1559
|
/**
|
|
1559
1560
|
* @public
|
|
1560
|
-
* <p>
|
|
1561
|
+
* <p>Indicates whether the DB cluster snapshot is encrypted.</p>
|
|
1561
1562
|
*/
|
|
1562
1563
|
StorageEncrypted?: boolean;
|
|
1563
1564
|
/**
|
|
@@ -1568,7 +1569,7 @@ export interface DBClusterSnapshot {
|
|
|
1568
1569
|
KmsKeyId?: string;
|
|
1569
1570
|
/**
|
|
1570
1571
|
* @public
|
|
1571
|
-
* <p>
|
|
1572
|
+
* <p>The Amazon Resource Name (ARN) for the DB cluster snapshot.</p>
|
|
1572
1573
|
*/
|
|
1573
1574
|
DBClusterSnapshotArn?: string;
|
|
1574
1575
|
/**
|
|
@@ -1579,7 +1580,7 @@ export interface DBClusterSnapshot {
|
|
|
1579
1580
|
SourceDBClusterSnapshotArn?: string;
|
|
1580
1581
|
/**
|
|
1581
1582
|
* @public
|
|
1582
|
-
* <p>
|
|
1583
|
+
* <p>Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.</p>
|
|
1583
1584
|
*/
|
|
1584
1585
|
IAMDatabaseAuthenticationEnabled?: boolean;
|
|
1585
1586
|
/**
|
|
@@ -1602,7 +1603,7 @@ export interface DBClusterSnapshot {
|
|
|
1602
1603
|
StorageType?: string;
|
|
1603
1604
|
/**
|
|
1604
1605
|
* @public
|
|
1605
|
-
* <p>
|
|
1606
|
+
* <p>The resource ID of the DB cluster that this DB cluster snapshot was created from.</p>
|
|
1606
1607
|
*/
|
|
1607
1608
|
DbClusterResourceId?: string;
|
|
1608
1609
|
}
|
|
@@ -1851,7 +1852,7 @@ export interface CopyDBSnapshotMessage {
|
|
|
1851
1852
|
Tags?: Tag[];
|
|
1852
1853
|
/**
|
|
1853
1854
|
* @public
|
|
1854
|
-
* <p>
|
|
1855
|
+
* <p>Specifies whether to copy all tags from the source DB snapshot to the target DB snapshot.
|
|
1855
1856
|
* By default, tags aren't copied.</p>
|
|
1856
1857
|
*/
|
|
1857
1858
|
CopyTags?: boolean;
|
|
@@ -1931,7 +1932,7 @@ export interface CopyDBSnapshotMessage {
|
|
|
1931
1932
|
TargetCustomAvailabilityZone?: string;
|
|
1932
1933
|
/**
|
|
1933
1934
|
* @public
|
|
1934
|
-
* <p>
|
|
1935
|
+
* <p>Specifies whether to copy the DB option group associated with the source DB snapshot to the target
|
|
1935
1936
|
* Amazon Web Services account and associate with the target DB snapshot. The associated option group can be copied only with
|
|
1936
1937
|
* cross-account snapshot copy calls.</p>
|
|
1937
1938
|
*/
|
|
@@ -2138,7 +2139,7 @@ export interface DBSnapshot {
|
|
|
2138
2139
|
TdeCredentialArn?: string;
|
|
2139
2140
|
/**
|
|
2140
2141
|
* @public
|
|
2141
|
-
* <p>
|
|
2142
|
+
* <p>Indicates whether the DB snapshot is encrypted.</p>
|
|
2142
2143
|
*/
|
|
2143
2144
|
Encrypted?: boolean;
|
|
2144
2145
|
/**
|
|
@@ -2165,7 +2166,7 @@ export interface DBSnapshot {
|
|
|
2165
2166
|
Timezone?: string;
|
|
2166
2167
|
/**
|
|
2167
2168
|
* @public
|
|
2168
|
-
* <p>
|
|
2169
|
+
* <p>Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.</p>
|
|
2169
2170
|
*/
|
|
2170
2171
|
IAMDatabaseAuthenticationEnabled?: boolean;
|
|
2171
2172
|
/**
|
|
@@ -2400,12 +2401,12 @@ export interface OptionSetting {
|
|
|
2400
2401
|
AllowedValues?: string;
|
|
2401
2402
|
/**
|
|
2402
2403
|
* @public
|
|
2403
|
-
* <p>
|
|
2404
|
+
* <p>Indicates whether the option setting can be modified from the default.</p>
|
|
2404
2405
|
*/
|
|
2405
2406
|
IsModifiable?: boolean;
|
|
2406
2407
|
/**
|
|
2407
2408
|
* @public
|
|
2408
|
-
* <p>Indicates
|
|
2409
|
+
* <p>Indicates whether the option setting is part of a collection.</p>
|
|
2409
2410
|
*/
|
|
2410
2411
|
IsCollection?: boolean;
|
|
2411
2412
|
}
|
|
@@ -2428,7 +2429,7 @@ export interface VpcSecurityGroupMembership {
|
|
|
2428
2429
|
}
|
|
2429
2430
|
/**
|
|
2430
2431
|
* @public
|
|
2431
|
-
* <p>
|
|
2432
|
+
* <p>The details of an option.</p>
|
|
2432
2433
|
*/
|
|
2433
2434
|
export interface Option {
|
|
2434
2435
|
/**
|
|
@@ -2443,12 +2444,12 @@ export interface Option {
|
|
|
2443
2444
|
OptionDescription?: string;
|
|
2444
2445
|
/**
|
|
2445
2446
|
* @public
|
|
2446
|
-
* <p>
|
|
2447
|
+
* <p>Indicates whether this option is persistent.</p>
|
|
2447
2448
|
*/
|
|
2448
2449
|
Persistent?: boolean;
|
|
2449
2450
|
/**
|
|
2450
2451
|
* @public
|
|
2451
|
-
* <p>
|
|
2452
|
+
* <p>Indicates whether this option is permanent.</p>
|
|
2452
2453
|
*/
|
|
2453
2454
|
Permanent?: boolean;
|
|
2454
2455
|
/**
|
|
@@ -3150,12 +3151,12 @@ export interface UpgradeTarget {
|
|
|
3150
3151
|
Description?: string;
|
|
3151
3152
|
/**
|
|
3152
3153
|
* @public
|
|
3153
|
-
* <p>
|
|
3154
|
+
* <p>Indicates whether the target version is applied to any source DB instances that have <code>AutoMinorVersionUpgrade</code> set to true.</p>
|
|
3154
3155
|
*/
|
|
3155
3156
|
AutoUpgrade?: boolean;
|
|
3156
3157
|
/**
|
|
3157
3158
|
* @public
|
|
3158
|
-
* <p>
|
|
3159
|
+
* <p>Indicates whether upgrading to the target version requires upgrading the major version of the database engine.</p>
|
|
3159
3160
|
*/
|
|
3160
3161
|
IsMajorVersionUpgrade?: boolean;
|
|
3161
3162
|
/**
|
|
@@ -3165,22 +3166,22 @@ export interface UpgradeTarget {
|
|
|
3165
3166
|
SupportedEngineModes?: string[];
|
|
3166
3167
|
/**
|
|
3167
3168
|
* @public
|
|
3168
|
-
* <p>
|
|
3169
|
+
* <p>Indicates whether you can use Aurora parallel query with the target engine version.</p>
|
|
3169
3170
|
*/
|
|
3170
3171
|
SupportsParallelQuery?: boolean;
|
|
3171
3172
|
/**
|
|
3172
3173
|
* @public
|
|
3173
|
-
* <p>
|
|
3174
|
+
* <p>Indicates whether you can use Aurora global databases with the target engine version.</p>
|
|
3174
3175
|
*/
|
|
3175
3176
|
SupportsGlobalDatabases?: boolean;
|
|
3176
3177
|
/**
|
|
3177
3178
|
* @public
|
|
3178
|
-
* <p>
|
|
3179
|
+
* <p>Indicates whether you can use Babelfish for Aurora PostgreSQL with the target engine version.</p>
|
|
3179
3180
|
*/
|
|
3180
3181
|
SupportsBabelfish?: boolean;
|
|
3181
3182
|
/**
|
|
3182
3183
|
* @public
|
|
3183
|
-
* <p>
|
|
3184
|
+
* <p>Indicates whether the target engine version supports forwarding write operations from reader DB instances
|
|
3184
3185
|
* to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.</p>
|
|
3185
3186
|
* <p>Valid for: Aurora DB clusters only</p>
|
|
3186
3187
|
*/
|
|
@@ -3261,7 +3262,7 @@ export interface DBEngineVersion {
|
|
|
3261
3262
|
ExportableLogTypes?: string[];
|
|
3262
3263
|
/**
|
|
3263
3264
|
* @public
|
|
3264
|
-
* <p>
|
|
3265
|
+
* <p>Indicates whether the engine version supports exporting the log types specified by ExportableLogTypes to CloudWatch Logs.</p>
|
|
3265
3266
|
*/
|
|
3266
3267
|
SupportsLogExportsToCloudwatchLogs?: boolean;
|
|
3267
3268
|
/**
|
|
@@ -3298,12 +3299,12 @@ export interface DBEngineVersion {
|
|
|
3298
3299
|
Status?: string;
|
|
3299
3300
|
/**
|
|
3300
3301
|
* @public
|
|
3301
|
-
* <p>
|
|
3302
|
+
* <p>Indicates whether you can use Aurora parallel query with a specific DB engine version.</p>
|
|
3302
3303
|
*/
|
|
3303
3304
|
SupportsParallelQuery?: boolean;
|
|
3304
3305
|
/**
|
|
3305
3306
|
* @public
|
|
3306
|
-
* <p>
|
|
3307
|
+
* <p>Indicates whether you can use Aurora global databases with a specific DB engine version.</p>
|
|
3307
3308
|
*/
|
|
3308
3309
|
SupportsGlobalDatabases?: boolean;
|
|
3309
3310
|
/**
|
|
@@ -3347,7 +3348,7 @@ export interface DBEngineVersion {
|
|
|
3347
3348
|
TagList?: Tag[];
|
|
3348
3349
|
/**
|
|
3349
3350
|
* @public
|
|
3350
|
-
* <p>
|
|
3351
|
+
* <p>Indicates whether the engine version supports Babelfish for Aurora PostgreSQL.</p>
|
|
3351
3352
|
*/
|
|
3352
3353
|
SupportsBabelfish?: boolean;
|
|
3353
3354
|
/**
|
|
@@ -3361,7 +3362,7 @@ export interface DBEngineVersion {
|
|
|
3361
3362
|
CustomDBEngineVersionManifest?: string;
|
|
3362
3363
|
/**
|
|
3363
3364
|
* @public
|
|
3364
|
-
* <p>
|
|
3365
|
+
* <p>Indicates whether the engine version supports rotating the server certificate without
|
|
3365
3366
|
* rebooting the DB instance.</p>
|
|
3366
3367
|
*/
|
|
3367
3368
|
SupportsCertificateRotationWithoutRestart?: boolean;
|
|
@@ -3377,7 +3378,7 @@ export interface DBEngineVersion {
|
|
|
3377
3378
|
SupportedCACertificateIdentifiers?: string[];
|
|
3378
3379
|
/**
|
|
3379
3380
|
* @public
|
|
3380
|
-
* <p>
|
|
3381
|
+
* <p>Indicates whether the DB engine version supports forwarding write operations from reader DB instances
|
|
3381
3382
|
* to the writer DB instance in the DB cluster. By default, write operations aren't allowed on reader DB instances.</p>
|
|
3382
3383
|
* <p>Valid for: Aurora DB clusters only</p>
|
|
3383
3384
|
*/
|
|
@@ -3420,7 +3421,7 @@ export interface ScalingConfiguration {
|
|
|
3420
3421
|
MaxCapacity?: number;
|
|
3421
3422
|
/**
|
|
3422
3423
|
* @public
|
|
3423
|
-
* <p>
|
|
3424
|
+
* <p>Indicates whether to allow or disallow automatic pause for an Aurora DB cluster in <code>serverless</code> DB engine mode.
|
|
3424
3425
|
* A DB cluster can be paused only when it's idle (it has no connections).</p>
|
|
3425
3426
|
* <note>
|
|
3426
3427
|
* <p>If a DB cluster is paused for more than seven days, the DB cluster might be backed up with a snapshot.
|
|
@@ -4274,7 +4275,7 @@ export interface DBClusterMember {
|
|
|
4274
4275
|
DBInstanceIdentifier?: string;
|
|
4275
4276
|
/**
|
|
4276
4277
|
* @public
|
|
4277
|
-
* <p>
|
|
4278
|
+
* <p>Indicates whether the cluster member is the primary DB instance for the DB cluster.</p>
|
|
4278
4279
|
*/
|
|
4279
4280
|
IsClusterWriter?: boolean;
|
|
4280
4281
|
/**
|
|
@@ -4468,7 +4469,7 @@ export interface ClusterPendingModifiedValues {
|
|
|
4468
4469
|
MasterUserPassword?: string;
|
|
4469
4470
|
/**
|
|
4470
4471
|
* @public
|
|
4471
|
-
* <p>
|
|
4472
|
+
* <p>Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.</p>
|
|
4472
4473
|
*/
|
|
4473
4474
|
IAMDatabaseAuthenticationEnabled?: boolean;
|
|
4474
4475
|
/**
|
|
@@ -4518,7 +4519,7 @@ export interface ScalingConfigurationInfo {
|
|
|
4518
4519
|
MaxCapacity?: number;
|
|
4519
4520
|
/**
|
|
4520
4521
|
* @public
|
|
4521
|
-
* <p>
|
|
4522
|
+
* <p>Indicates whether automatic pause is allowed for the Aurora DB cluster
|
|
4522
4523
|
* in <code>serverless</code> DB engine mode.</p>
|
|
4523
4524
|
* <p>When the value is set to false for an Aurora Serverless v1 DB cluster, the DB cluster automatically resumes.</p>
|
|
4524
4525
|
*/
|
|
@@ -4909,7 +4910,7 @@ export interface DBCluster {
|
|
|
4909
4910
|
GlobalWriteForwardingStatus?: WriteForwardingStatus | string;
|
|
4910
4911
|
/**
|
|
4911
4912
|
* @public
|
|
4912
|
-
* <p>
|
|
4913
|
+
* <p>Indicates whether write forwarding is enabled for a secondary cluster
|
|
4913
4914
|
* in an Aurora global database. Because write forwarding takes time to enable, check the
|
|
4914
4915
|
* value of <code>GlobalWriteForwardingStatus</code> to confirm that the request has completed
|
|
4915
4916
|
* before using the write forwarding feature for this cluster.</p>
|
|
@@ -5051,7 +5052,7 @@ export interface DBCluster {
|
|
|
5051
5052
|
IOOptimizedNextAllowedModificationTime?: Date;
|
|
5052
5053
|
/**
|
|
5053
5054
|
* @public
|
|
5054
|
-
* <p>
|
|
5055
|
+
* <p>Indicates whether an Aurora DB cluster has in-cluster write forwarding enabled, not enabled, requested, or is in the process
|
|
5055
5056
|
* of enabling it.</p>
|
|
5056
5057
|
*/
|
|
5057
5058
|
LocalWriteForwardingStatus?: LocalWriteForwardingStatus | string;
|
|
@@ -5981,7 +5982,7 @@ export interface CreateDBInstanceMessage {
|
|
|
5981
5982
|
* <p>Can't be specified if <code>ManageMasterUserPassword</code> is turned on.</p>
|
|
5982
5983
|
* </li>
|
|
5983
5984
|
* <li>
|
|
5984
|
-
* <p>Can include any printable ASCII character except "/", """, or "@".</p>
|
|
5985
|
+
* <p>Can include any printable ASCII character except "/", """, or "@". For RDS for Oracle, can't include the "&" (ampersand) or the "'" (single quotes) character.</p>
|
|
5985
5986
|
* </li>
|
|
5986
5987
|
* </ul>
|
|
5987
5988
|
* <p>Length Constraints:</p>
|
|
@@ -6827,7 +6828,7 @@ export interface CreateDBInstanceMessage {
|
|
|
6827
6828
|
}
|
|
6828
6829
|
/**
|
|
6829
6830
|
* @public
|
|
6830
|
-
* <p>
|
|
6831
|
+
* <p>Information about an Amazon Web Services Identity and Access Management (IAM) role that is associated with a DB instance.</p>
|
|
6831
6832
|
*/
|
|
6832
6833
|
export interface DBInstanceRole {
|
|
6833
6834
|
/**
|
|
@@ -6844,7 +6845,7 @@ export interface DBInstanceRole {
|
|
|
6844
6845
|
FeatureName?: string;
|
|
6845
6846
|
/**
|
|
6846
6847
|
* @public
|
|
6847
|
-
* <p>
|
|
6848
|
+
* <p>Information about the state of association between the IAM role and the DB instance. The Status property returns one of the following
|
|
6848
6849
|
* values:</p>
|
|
6849
6850
|
* <ul>
|
|
6850
6851
|
* <li>
|
|
@@ -7176,7 +7177,7 @@ export interface PendingModifiedValues {
|
|
|
7176
7177
|
BackupRetentionPeriod?: number;
|
|
7177
7178
|
/**
|
|
7178
7179
|
* @public
|
|
7179
|
-
* <p>
|
|
7180
|
+
* <p>Indicates whether the Single-AZ DB instance will change to a Multi-AZ deployment.</p>
|
|
7180
7181
|
*/
|
|
7181
7182
|
MultiAZ?: boolean;
|
|
7182
7183
|
/**
|
|
@@ -7235,7 +7236,7 @@ export interface PendingModifiedValues {
|
|
|
7235
7236
|
ProcessorFeatures?: ProcessorFeature[];
|
|
7236
7237
|
/**
|
|
7237
7238
|
* @public
|
|
7238
|
-
* <p>
|
|
7239
|
+
* <p>Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.</p>
|
|
7239
7240
|
*/
|
|
7240
7241
|
IAMDatabaseAuthenticationEnabled?: boolean;
|
|
7241
7242
|
/**
|
|
@@ -7287,12 +7288,12 @@ export interface DBInstanceStatusInfo {
|
|
|
7287
7288
|
StatusType?: string;
|
|
7288
7289
|
/**
|
|
7289
7290
|
* @public
|
|
7290
|
-
* <p>Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.</p>
|
|
7291
|
+
* <p>A Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.</p>
|
|
7291
7292
|
*/
|
|
7292
7293
|
Normal?: boolean;
|
|
7293
7294
|
/**
|
|
7294
7295
|
* @public
|
|
7295
|
-
* <p>
|
|
7296
|
+
* <p>The status of the DB instance. For a StatusType of read replica, the values can be
|
|
7296
7297
|
* replicating, replication stop point set, replication stop point reached, error, stopped,
|
|
7297
7298
|
* or terminated.</p>
|
|
7298
7299
|
*/
|
|
@@ -7988,9 +7989,8 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
7988
7989
|
* <p>The compute and memory capacity of the read replica, for example
|
|
7989
7990
|
* db.m4.large. Not all DB instance classes are available in all Amazon Web Services
|
|
7990
7991
|
* Regions, or for all database engines. For the full list of DB instance classes, and
|
|
7991
|
-
* availability for your engine, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html">DB Instance
|
|
7992
|
-
*
|
|
7993
|
-
* <p>Default: Inherits from the source DB instance.</p>
|
|
7992
|
+
* availability for your engine, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html">DB Instance Class</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
7993
|
+
* <p>Default: Inherits the value from the source DB instance.</p>
|
|
7994
7994
|
*/
|
|
7995
7995
|
DBInstanceClass?: string;
|
|
7996
7996
|
/**
|
|
@@ -8004,70 +8004,69 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
8004
8004
|
/**
|
|
8005
8005
|
* @public
|
|
8006
8006
|
* <p>The port number that the DB instance uses for connections.</p>
|
|
8007
|
-
* <p>Default: Inherits from the source DB instance</p>
|
|
8008
8007
|
* <p>Valid Values: <code>1150-65535</code>
|
|
8009
8008
|
* </p>
|
|
8009
|
+
* <p>Default: Inherits the value from the source DB instance.</p>
|
|
8010
8010
|
*/
|
|
8011
8011
|
Port?: number;
|
|
8012
8012
|
/**
|
|
8013
8013
|
* @public
|
|
8014
|
-
* <p>
|
|
8014
|
+
* <p>Specifies whether the read replica is in a Multi-AZ deployment.</p>
|
|
8015
8015
|
* <p>You can create a read replica as a Multi-AZ DB instance. RDS creates a standby of your
|
|
8016
8016
|
* replica in another Availability Zone for failover support for the replica. Creating your
|
|
8017
8017
|
* read replica as a Multi-AZ DB instance is independent of whether the source is a
|
|
8018
8018
|
* Multi-AZ DB instance or a Multi-AZ DB cluster.</p>
|
|
8019
|
-
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
8019
|
+
* <p>This setting doesn't apply to RDS Custom DB instances.</p>
|
|
8020
8020
|
*/
|
|
8021
8021
|
MultiAZ?: boolean;
|
|
8022
8022
|
/**
|
|
8023
8023
|
* @public
|
|
8024
|
-
* <p>
|
|
8024
|
+
* <p>Specifies whether to automatically apply minor engine upgrades to the
|
|
8025
8025
|
* read replica during the maintenance window.</p>
|
|
8026
|
-
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
8027
|
-
* <p>Default: Inherits from the source DB instance
|
|
8026
|
+
* <p>This setting doesn't apply to RDS Custom DB instances.</p>
|
|
8027
|
+
* <p>Default: Inherits the value from the source DB instance.</p>
|
|
8028
8028
|
*/
|
|
8029
8029
|
AutoMinorVersionUpgrade?: boolean;
|
|
8030
8030
|
/**
|
|
8031
8031
|
* @public
|
|
8032
|
-
* <p>The amount of Provisioned IOPS (input/output operations per second) to
|
|
8032
|
+
* <p>The amount of Provisioned IOPS (input/output operations per second) to initially allocate for the DB instance.</p>
|
|
8033
8033
|
*/
|
|
8034
8034
|
Iops?: number;
|
|
8035
8035
|
/**
|
|
8036
8036
|
* @public
|
|
8037
|
-
* <p>The option group the DB instance
|
|
8038
|
-
* associated with the source instance or cluster
|
|
8037
|
+
* <p>The option group to associate the DB instance with. If not specified, RDS uses the option group
|
|
8038
|
+
* associated with the source DB instance or cluster.</p>
|
|
8039
8039
|
* <note>
|
|
8040
8040
|
* <p>For SQL Server, you must use the option group associated with the source.</p>
|
|
8041
8041
|
* </note>
|
|
8042
|
-
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
8042
|
+
* <p>This setting doesn't apply to RDS Custom DB instances.</p>
|
|
8043
8043
|
*/
|
|
8044
8044
|
OptionGroupName?: string;
|
|
8045
8045
|
/**
|
|
8046
8046
|
* @public
|
|
8047
8047
|
* <p>The name of the DB parameter group to associate with this DB instance.</p>
|
|
8048
|
-
* <p>If you
|
|
8049
|
-
* uses the <code>DBParameterGroup</code> of source DB instance for a same Region read
|
|
8048
|
+
* <p>If you don't specify a value for <code>DBParameterGroupName</code>, then Amazon RDS
|
|
8049
|
+
* uses the <code>DBParameterGroup</code> of the source DB instance for a same Region read
|
|
8050
8050
|
* replica, or the default <code>DBParameterGroup</code> for the specified DB engine for a
|
|
8051
8051
|
* cross-Region read replica.</p>
|
|
8052
|
-
* <p>Specifying a parameter group for this operation is only supported for MySQL and Oracle DB instances.
|
|
8053
|
-
* It isn't supported for RDS Custom.</p>
|
|
8052
|
+
* <p>Specifying a parameter group for this operation is only supported for MySQL DB instances for cross-Region read replicas and for Oracle DB instances. It isn't supported for MySQL DB instances for same Region read replicas or for RDS Custom.</p>
|
|
8054
8053
|
* <p>Constraints:</p>
|
|
8055
8054
|
* <ul>
|
|
8056
8055
|
* <li>
|
|
8057
8056
|
* <p>Must be 1 to 255 letters, numbers, or hyphens.</p>
|
|
8058
8057
|
* </li>
|
|
8059
8058
|
* <li>
|
|
8060
|
-
* <p>First character must be a letter
|
|
8059
|
+
* <p>First character must be a letter.</p>
|
|
8061
8060
|
* </li>
|
|
8062
8061
|
* <li>
|
|
8063
|
-
* <p>Can't end with a hyphen or contain two consecutive hyphens
|
|
8062
|
+
* <p>Can't end with a hyphen or contain two consecutive hyphens.</p>
|
|
8064
8063
|
* </li>
|
|
8065
8064
|
* </ul>
|
|
8066
8065
|
*/
|
|
8067
8066
|
DBParameterGroupName?: string;
|
|
8068
8067
|
/**
|
|
8069
8068
|
* @public
|
|
8070
|
-
* <p>
|
|
8069
|
+
* <p>Specifies whether the DB instance is publicly accessible.</p>
|
|
8071
8070
|
* <p>When the DB cluster is publicly accessible, its Domain Name System (DNS) endpoint
|
|
8072
8071
|
* resolves to the private IP address from within the DB cluster's virtual private cloud
|
|
8073
8072
|
* (VPC). It resolves to the public IP address from outside of the DB cluster's VPC. Access
|
|
@@ -8087,18 +8086,18 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
8087
8086
|
Tags?: Tag[];
|
|
8088
8087
|
/**
|
|
8089
8088
|
* @public
|
|
8090
|
-
* <p>
|
|
8089
|
+
* <p>A DB subnet group for the DB instance. The new DB instance is created in the VPC associated with the DB subnet group. If no DB subnet group is specified, then the new DB instance isn't created in a VPC.</p>
|
|
8091
8090
|
* <p>Constraints:</p>
|
|
8092
8091
|
* <ul>
|
|
8093
8092
|
* <li>
|
|
8094
|
-
* <p>If supplied, must match the name of an existing
|
|
8093
|
+
* <p>If supplied, must match the name of an existing DB subnet group.</p>
|
|
8095
8094
|
* </li>
|
|
8096
8095
|
* <li>
|
|
8097
8096
|
* <p>The specified DB subnet group must be in the same Amazon Web Services Region in which the operation is running.</p>
|
|
8098
8097
|
* </li>
|
|
8099
8098
|
* <li>
|
|
8100
8099
|
* <p>All read replicas in one Amazon Web Services Region that are created from the same source DB
|
|
8101
|
-
* instance must either
|
|
8100
|
+
* instance must either:</p>
|
|
8102
8101
|
* <ul>
|
|
8103
8102
|
* <li>
|
|
8104
8103
|
* <p>Specify DB subnet groups from the same VPC. All these read replicas are created in the same
|
|
@@ -8118,38 +8117,39 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
8118
8117
|
/**
|
|
8119
8118
|
* @public
|
|
8120
8119
|
* <p>A list of Amazon EC2 VPC security groups to associate with the read replica.</p>
|
|
8121
|
-
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
8120
|
+
* <p>This setting doesn't apply to RDS Custom DB instances.</p>
|
|
8122
8121
|
* <p>Default: The default EC2 VPC security group for the DB subnet group's VPC.</p>
|
|
8123
8122
|
*/
|
|
8124
8123
|
VpcSecurityGroupIds?: string[];
|
|
8125
8124
|
/**
|
|
8126
8125
|
* @public
|
|
8127
|
-
* <p>
|
|
8128
|
-
* <p>Valid values: <code>gp2 | gp3 | io1 | standard</code>
|
|
8129
|
-
* </p>
|
|
8126
|
+
* <p>The storage type to associate with the read replica.</p>
|
|
8130
8127
|
* <p>If you specify <code>io1</code> or <code>gp3</code>, you must also include a value for the
|
|
8131
8128
|
* <code>Iops</code> parameter.</p>
|
|
8132
|
-
* <p>
|
|
8133
|
-
* is specified, otherwise <code>gp2</code>
|
|
8129
|
+
* <p>Valid Values: <code>gp2 | gp3 | io1 | standard</code>
|
|
8134
8130
|
* </p>
|
|
8131
|
+
* <p>Default: <code>io1</code> if the <code>Iops</code> parameter
|
|
8132
|
+
* is specified. Otherwise, <code>gp2</code>.</p>
|
|
8135
8133
|
*/
|
|
8136
8134
|
StorageType?: string;
|
|
8137
8135
|
/**
|
|
8138
8136
|
* @public
|
|
8139
|
-
* <p>
|
|
8140
|
-
* the read replica. By default, tags
|
|
8137
|
+
* <p>Specifies whether to copy all tags from the read replica to snapshots of
|
|
8138
|
+
* the read replica. By default, tags aren't copied.</p>
|
|
8141
8139
|
*/
|
|
8142
8140
|
CopyTagsToSnapshot?: boolean;
|
|
8143
8141
|
/**
|
|
8144
8142
|
* @public
|
|
8145
8143
|
* <p>The interval, in seconds, between points when Enhanced Monitoring metrics are
|
|
8146
|
-
* collected for the read replica. To disable
|
|
8147
|
-
* specify 0
|
|
8148
|
-
* <p>If <code>MonitoringRoleArn</code> is specified, then you must
|
|
8149
|
-
* to a value other than 0
|
|
8150
|
-
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
8144
|
+
* collected for the read replica. To disable collection of Enhanced Monitoring metrics,
|
|
8145
|
+
* specify <code>0</code>. The default is <code>0</code>.</p>
|
|
8146
|
+
* <p>If <code>MonitoringRoleArn</code> is specified, then you must set <code>MonitoringInterval</code>
|
|
8147
|
+
* to a value other than <code>0</code>.</p>
|
|
8148
|
+
* <p>This setting doesn't apply to RDS Custom DB instances.</p>
|
|
8151
8149
|
* <p>Valid Values: <code>0, 1, 5, 10, 15, 30, 60</code>
|
|
8152
8150
|
* </p>
|
|
8151
|
+
* <p>Default: <code>0</code>
|
|
8152
|
+
* </p>
|
|
8153
8153
|
*/
|
|
8154
8154
|
MonitoringInterval?: number;
|
|
8155
8155
|
/**
|
|
@@ -8160,7 +8160,7 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
8160
8160
|
* create an IAM role for Amazon RDS Enhanced Monitoring</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
8161
8161
|
* <p>If <code>MonitoringInterval</code> is set to a value other than 0, then you must
|
|
8162
8162
|
* supply a <code>MonitoringRoleArn</code> value.</p>
|
|
8163
|
-
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
8163
|
+
* <p>This setting doesn't apply to RDS Custom DB instances.</p>
|
|
8164
8164
|
*/
|
|
8165
8165
|
MonitoringRoleArn?: string;
|
|
8166
8166
|
/**
|
|
@@ -8246,25 +8246,25 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
8246
8246
|
* <code>SourceRegion</code> isn't supported for SQL Server, because Amazon RDS for SQL Server
|
|
8247
8247
|
* doesn't support cross-Region read replicas.</p>
|
|
8248
8248
|
* </note>
|
|
8249
|
-
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
8249
|
+
* <p>This setting doesn't apply to RDS Custom DB instances.</p>
|
|
8250
8250
|
*/
|
|
8251
8251
|
PreSignedUrl?: string;
|
|
8252
8252
|
/**
|
|
8253
8253
|
* @public
|
|
8254
|
-
* <p>
|
|
8254
|
+
* <p>Specifies whether to enable mapping of Amazon Web Services Identity and Access Management
|
|
8255
8255
|
* (IAM) accounts to database accounts. By default, mapping isn't enabled.</p>
|
|
8256
8256
|
* <p>For more information about IAM database authentication, see
|
|
8257
8257
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html">
|
|
8258
8258
|
* IAM Database Authentication for MySQL and PostgreSQL</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
8259
|
-
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
8259
|
+
* <p>This setting doesn't apply to RDS Custom DB instances.</p>
|
|
8260
8260
|
*/
|
|
8261
8261
|
EnableIAMDatabaseAuthentication?: boolean;
|
|
8262
8262
|
/**
|
|
8263
8263
|
* @public
|
|
8264
|
-
* <p>
|
|
8264
|
+
* <p>Specifies whether to enable Performance Insights for the read replica.</p>
|
|
8265
8265
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html">Using
|
|
8266
8266
|
* Amazon Performance Insights</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
8267
|
-
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
8267
|
+
* <p>This setting doesn't apply to RDS Custom DB instances.</p>
|
|
8268
8268
|
*/
|
|
8269
8269
|
EnablePerformanceInsights?: boolean;
|
|
8270
8270
|
/**
|
|
@@ -8274,41 +8274,33 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
8274
8274
|
* <p>If you do not specify a value for <code>PerformanceInsightsKMSKeyId</code>, then Amazon RDS
|
|
8275
8275
|
* uses your default KMS key. There is a default KMS key for your Amazon Web Services account.
|
|
8276
8276
|
* Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.</p>
|
|
8277
|
-
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
8277
|
+
* <p>This setting doesn't apply to RDS Custom DB instances.</p>
|
|
8278
8278
|
*/
|
|
8279
8279
|
PerformanceInsightsKMSKeyId?: string;
|
|
8280
8280
|
/**
|
|
8281
8281
|
* @public
|
|
8282
|
-
* <p>The number of days to retain Performance Insights data
|
|
8282
|
+
* <p>The number of days to retain Performance Insights data.</p>
|
|
8283
|
+
* <p>This setting doesn't apply to RDS Custom DB instances.</p>
|
|
8284
|
+
* <p>Valid Values:</p>
|
|
8283
8285
|
* <ul>
|
|
8284
8286
|
* <li>
|
|
8285
|
-
* <p>7</p>
|
|
8286
|
-
* </li>
|
|
8287
|
-
* <li>
|
|
8288
8287
|
* <p>
|
|
8289
|
-
* <
|
|
8290
|
-
*
|
|
8291
|
-
* <li>
|
|
8292
|
-
* <p>731</p>
|
|
8293
|
-
* </li>
|
|
8294
|
-
* </ul>
|
|
8295
|
-
* <p>For example, the following values are valid:</p>
|
|
8296
|
-
* <ul>
|
|
8297
|
-
* <li>
|
|
8298
|
-
* <p>93 (3 months * 31)</p>
|
|
8299
|
-
* </li>
|
|
8300
|
-
* <li>
|
|
8301
|
-
* <p>341 (11 months * 31)</p>
|
|
8288
|
+
* <code>7</code>
|
|
8289
|
+
* </p>
|
|
8302
8290
|
* </li>
|
|
8303
8291
|
* <li>
|
|
8304
|
-
* <p>
|
|
8292
|
+
* <p>
|
|
8293
|
+
* <i>month</i> * 31, where <i>month</i> is a number of months from 1-23.
|
|
8294
|
+
* Examples: <code>93</code> (3 months * 31), <code>341</code> (11 months * 31), <code>589</code> (19 months * 31)</p>
|
|
8305
8295
|
* </li>
|
|
8306
8296
|
* <li>
|
|
8307
|
-
* <p>
|
|
8297
|
+
* <p>
|
|
8298
|
+
* <code>731</code>
|
|
8299
|
+
* </p>
|
|
8308
8300
|
* </li>
|
|
8309
8301
|
* </ul>
|
|
8310
|
-
* <p>
|
|
8311
|
-
* <p>
|
|
8302
|
+
* <p>Default: <code>7</code> days</p>
|
|
8303
|
+
* <p>If you specify a retention period that isn't valid, such as <code>94</code>, Amazon RDS returns an error.</p>
|
|
8312
8304
|
*/
|
|
8313
8305
|
PerformanceInsightsRetentionPeriod?: number;
|
|
8314
8306
|
/**
|
|
@@ -8317,25 +8309,25 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
8317
8309
|
* in the list depend on the DB engine being used. For more information, see
|
|
8318
8310
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch">Publishing
|
|
8319
8311
|
* Database Logs to Amazon CloudWatch Logs </a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
8320
|
-
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
8312
|
+
* <p>This setting doesn't apply to RDS Custom DB instances.</p>
|
|
8321
8313
|
*/
|
|
8322
8314
|
EnableCloudwatchLogsExports?: string[];
|
|
8323
8315
|
/**
|
|
8324
8316
|
* @public
|
|
8325
8317
|
* <p>The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.</p>
|
|
8326
|
-
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
8318
|
+
* <p>This setting doesn't apply to RDS Custom DB instances.</p>
|
|
8327
8319
|
*/
|
|
8328
8320
|
ProcessorFeatures?: ProcessorFeature[];
|
|
8329
8321
|
/**
|
|
8330
8322
|
* @public
|
|
8331
|
-
* <p>
|
|
8323
|
+
* <p>Specifies whether the DB instance class of the DB instance uses its default
|
|
8332
8324
|
* processor features.</p>
|
|
8333
|
-
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
8325
|
+
* <p>This setting doesn't apply to RDS Custom DB instances.</p>
|
|
8334
8326
|
*/
|
|
8335
8327
|
UseDefaultProcessorFeatures?: boolean;
|
|
8336
8328
|
/**
|
|
8337
8329
|
* @public
|
|
8338
|
-
* <p>
|
|
8330
|
+
* <p>Specifies whether to enable deletion protection for the DB instance.
|
|
8339
8331
|
* The database can't be deleted when deletion protection is enabled. By default,
|
|
8340
8332
|
* deletion protection isn't enabled. For more information, see
|
|
8341
8333
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_DeleteInstance.html">
|
|
@@ -8348,14 +8340,14 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
8348
8340
|
* Server, Oracle, and PostgreSQL DB instances can be created in an Active Directory Domain.</p>
|
|
8349
8341
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html">
|
|
8350
8342
|
* Kerberos Authentication</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
8351
|
-
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
8343
|
+
* <p>This setting doesn't apply to RDS Custom DB instances.</p>
|
|
8352
8344
|
*/
|
|
8353
8345
|
Domain?: string;
|
|
8354
8346
|
/**
|
|
8355
8347
|
* @public
|
|
8356
|
-
* <p>The name of the IAM role to
|
|
8348
|
+
* <p>The name of the IAM role to use when making API calls to the Directory
|
|
8357
8349
|
* Service.</p>
|
|
8358
|
-
* <p>This setting doesn't apply to RDS Custom.</p>
|
|
8350
|
+
* <p>This setting doesn't apply to RDS Custom DB instances.</p>
|
|
8359
8351
|
*/
|
|
8360
8352
|
DomainIAMRoleName?: string;
|
|
8361
8353
|
/**
|
|
@@ -8451,13 +8443,13 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
8451
8443
|
* <p>For the list of permissions required for the IAM role, see
|
|
8452
8444
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-setup-orcl.html#custom-setup-orcl.iam-vpc">
|
|
8453
8445
|
* Configure IAM and your VPC</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
8454
|
-
* <p>This setting is required for RDS Custom.</p>
|
|
8446
|
+
* <p>This setting is required for RDS Custom DB instances.</p>
|
|
8455
8447
|
*/
|
|
8456
8448
|
CustomIamInstanceProfile?: string;
|
|
8457
8449
|
/**
|
|
8458
8450
|
* @public
|
|
8459
8451
|
* <p>The network type of the DB instance.</p>
|
|
8460
|
-
* <p>Valid
|
|
8452
|
+
* <p>Valid Values:</p>
|
|
8461
8453
|
* <ul>
|
|
8462
8454
|
* <li>
|
|
8463
8455
|
* <p>
|
|
@@ -8482,12 +8474,12 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
8482
8474
|
/**
|
|
8483
8475
|
* @public
|
|
8484
8476
|
* <p>Specifies the storage throughput value for the read replica.</p>
|
|
8485
|
-
* <p>This setting doesn't apply to RDS Custom or Amazon Aurora.</p>
|
|
8477
|
+
* <p>This setting doesn't apply to RDS Custom or Amazon Aurora DB instances.</p>
|
|
8486
8478
|
*/
|
|
8487
8479
|
StorageThroughput?: number;
|
|
8488
8480
|
/**
|
|
8489
8481
|
* @public
|
|
8490
|
-
* <p>
|
|
8482
|
+
* <p>Specifies whether to enable a customer-owned IP address (CoIP) for an RDS
|
|
8491
8483
|
* on Outposts read replica.</p>
|
|
8492
8484
|
* <p>A <i>CoIP</i> provides local or external connectivity to resources in
|
|
8493
8485
|
* your Outpost subnets through your on-premises network. For some use cases, a CoIP can
|
|
@@ -8772,7 +8764,7 @@ export interface UserAuthConfig {
|
|
|
8772
8764
|
SecretArn?: string;
|
|
8773
8765
|
/**
|
|
8774
8766
|
* @public
|
|
8775
|
-
* <p>
|
|
8767
|
+
* <p>A value that indicates whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy.
|
|
8776
8768
|
* The <code>ENABLED</code> value is valid only for proxies with RDS for Microsoft SQL Server.</p>
|
|
8777
8769
|
*/
|
|
8778
8770
|
IAMAuth?: IAMAuthMode | string;
|
|
@@ -8835,7 +8827,7 @@ export interface CreateDBProxyRequest {
|
|
|
8835
8827
|
VpcSecurityGroupIds?: string[];
|
|
8836
8828
|
/**
|
|
8837
8829
|
* @public
|
|
8838
|
-
* <p>
|
|
8830
|
+
* <p>Specifies whether Transport Layer Security (TLS) encryption is required for connections to the proxy.
|
|
8839
8831
|
* By enabling this setting, you can enforce encrypted TLS connections to the proxy.</p>
|
|
8840
8832
|
*/
|
|
8841
8833
|
RequireTLS?: boolean;
|
|
@@ -8847,7 +8839,7 @@ export interface CreateDBProxyRequest {
|
|
|
8847
8839
|
IdleClientTimeout?: number;
|
|
8848
8840
|
/**
|
|
8849
8841
|
* @public
|
|
8850
|
-
* <p>
|
|
8842
|
+
* <p>Specifies whether the proxy includes detailed information about SQL statements in its logs.
|
|
8851
8843
|
* This information helps you to debug issues involving SQL behavior or the performance
|
|
8852
8844
|
* and scalability of the proxy connections. The debug information includes the text of
|
|
8853
8845
|
* SQL statements that you submit through the proxy. Thus, only enable this setting
|
|
@@ -8997,7 +8989,7 @@ export interface DBProxy {
|
|
|
8997
8989
|
IdleClientTimeout?: number;
|
|
8998
8990
|
/**
|
|
8999
8991
|
* @public
|
|
9000
|
-
* <p>
|
|
8992
|
+
* <p>Indicates whether the proxy includes detailed information about SQL statements in its logs.
|
|
9001
8993
|
* This information helps you to debug issues involving SQL behavior or the performance
|
|
9002
8994
|
* and scalability of the proxy connections. The debug information includes the text of
|
|
9003
8995
|
* SQL statements that you submit through the proxy. Thus, only enable this setting
|
|
@@ -9091,8 +9083,8 @@ export interface CreateDBProxyEndpointRequest {
|
|
|
9091
9083
|
VpcSecurityGroupIds?: string[];
|
|
9092
9084
|
/**
|
|
9093
9085
|
* @public
|
|
9094
|
-
* <p>
|
|
9095
|
-
* or
|
|
9086
|
+
* <p>The role of the DB proxy endpoint. The role determines whether the endpoint can be used for read/write
|
|
9087
|
+
* or only read operations. The default is <code>READ_WRITE</code>. The only role that proxies for RDS for Microsoft SQL Server
|
|
9096
9088
|
* support is <code>READ_WRITE</code>.</p>
|
|
9097
9089
|
*/
|
|
9098
9090
|
TargetRole?: DBProxyEndpointTargetRole | string;
|
|
@@ -9186,7 +9178,7 @@ export interface DBProxyEndpoint {
|
|
|
9186
9178
|
TargetRole?: DBProxyEndpointTargetRole | string;
|
|
9187
9179
|
/**
|
|
9188
9180
|
* @public
|
|
9189
|
-
* <p>
|
|
9181
|
+
* <p>Indicates whether this endpoint is the default endpoint for the associated DB proxy.
|
|
9190
9182
|
* Default DB proxy endpoints always have read/write capability. Other endpoints that you associate with the
|
|
9191
9183
|
* DB proxy can be either read/write or read-only.</p>
|
|
9192
9184
|
*/
|
|
@@ -9499,7 +9491,7 @@ export interface CreateEventSubscriptionMessage {
|
|
|
9499
9491
|
* notified of events generated by a DB instance, you set this parameter to
|
|
9500
9492
|
* <code>db-instance</code>. For RDS Proxy events, specify <code>db-proxy</code>. If this value isn't specified, all events are
|
|
9501
9493
|
* returned.</p>
|
|
9502
|
-
* <p>Valid
|
|
9494
|
+
* <p>Valid Values: <code>db-instance</code> | <code>db-cluster</code> | <code>db-parameter-group</code> | <code>db-security-group</code> | <code>db-snapshot</code> | <code>db-cluster-snapshot</code> | <code>db-proxy</code>
|
|
9503
9495
|
* </p>
|
|
9504
9496
|
*/
|
|
9505
9497
|
SourceType?: string;
|
|
@@ -9550,7 +9542,7 @@ export interface CreateEventSubscriptionMessage {
|
|
|
9550
9542
|
SourceIds?: string[];
|
|
9551
9543
|
/**
|
|
9552
9544
|
* @public
|
|
9553
|
-
* <p>
|
|
9545
|
+
* <p>Specifies whether to activate the subscription. If the event notification subscription isn't activated, the subscription is created but not active.</p>
|
|
9554
9546
|
*/
|
|
9555
9547
|
Enabled?: boolean;
|
|
9556
9548
|
/**
|
|
@@ -9824,15 +9816,14 @@ export interface GlobalClusterMember {
|
|
|
9824
9816
|
Readers?: string[];
|
|
9825
9817
|
/**
|
|
9826
9818
|
* @public
|
|
9827
|
-
* <p>
|
|
9819
|
+
* <p>Indicates whether the Aurora DB cluster is the primary cluster
|
|
9828
9820
|
* (that is, has read-write capability) for the global
|
|
9829
9821
|
* cluster with which it is associated.</p>
|
|
9830
9822
|
*/
|
|
9831
9823
|
IsWriter?: boolean;
|
|
9832
9824
|
/**
|
|
9833
9825
|
* @public
|
|
9834
|
-
* <p>
|
|
9835
|
-
* write forwarding enabled, not enabled, or is in the process of enabling it.</p>
|
|
9826
|
+
* <p>The status of write forwarding for a secondary cluster in the global cluster.</p>
|
|
9836
9827
|
*/
|
|
9837
9828
|
GlobalWriteForwardingStatus?: WriteForwardingStatus | string;
|
|
9838
9829
|
/**
|
|
@@ -10177,7 +10168,7 @@ export interface DeleteDBClusterMessage {
|
|
|
10177
10168
|
DBClusterIdentifier: string | undefined;
|
|
10178
10169
|
/**
|
|
10179
10170
|
* @public
|
|
10180
|
-
* <p>
|
|
10171
|
+
* <p>Specifies whether to skip the creation of a final DB cluster snapshot before the DB cluster is deleted.
|
|
10181
10172
|
* If skip is specified, no DB cluster snapshot is created. If skip isn't specified, a DB cluster snapshot
|
|
10182
10173
|
* is created before the DB cluster is deleted. By default, skip isn't specified, and the DB cluster snapshot is created.
|
|
10183
10174
|
* By default, this parameter is disabled.</p>
|
|
@@ -10210,7 +10201,7 @@ export interface DeleteDBClusterMessage {
|
|
|
10210
10201
|
FinalDBSnapshotIdentifier?: string;
|
|
10211
10202
|
/**
|
|
10212
10203
|
* @public
|
|
10213
|
-
* <p>
|
|
10204
|
+
* <p>Specifies whether to remove automated backups immediately after the DB
|
|
10214
10205
|
* cluster is deleted. This parameter isn't case-sensitive. The default is to remove
|
|
10215
10206
|
* automated backups immediately after the DB cluster is deleted.</p>
|
|
10216
10207
|
*/
|
|
@@ -10345,8 +10336,7 @@ export interface DBClusterAutomatedBackup {
|
|
|
10345
10336
|
Status?: string;
|
|
10346
10337
|
/**
|
|
10347
10338
|
* @public
|
|
10348
|
-
* <p>
|
|
10349
|
-
* otherwise false.</p>
|
|
10339
|
+
* <p>Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.</p>
|
|
10350
10340
|
*/
|
|
10351
10341
|
IAMDatabaseAuthenticationEnabled?: boolean;
|
|
10352
10342
|
/**
|
|
@@ -10356,7 +10346,7 @@ export interface DBClusterAutomatedBackup {
|
|
|
10356
10346
|
ClusterCreateTime?: Date;
|
|
10357
10347
|
/**
|
|
10358
10348
|
* @public
|
|
10359
|
-
* <p>
|
|
10349
|
+
* <p>Indicates whether the source DB cluster is encrypted.</p>
|
|
10360
10350
|
*/
|
|
10361
10351
|
StorageEncrypted?: boolean;
|
|
10362
10352
|
/**
|
|
@@ -10577,7 +10567,7 @@ export interface DeleteDBInstanceMessage {
|
|
|
10577
10567
|
DBInstanceIdentifier: string | undefined;
|
|
10578
10568
|
/**
|
|
10579
10569
|
* @public
|
|
10580
|
-
* <p>
|
|
10570
|
+
* <p>Specifies whether to skip the creation of a final DB snapshot before deleting the instance.
|
|
10581
10571
|
* If you enable this parameter, RDS doesn't create a DB snapshot. If you don't enable this parameter,
|
|
10582
10572
|
* RDS creates a DB snapshot before the DB instance is deleted. By default, skip isn't enabled,
|
|
10583
10573
|
* and the DB snapshot is created.</p>
|
|
@@ -10617,7 +10607,7 @@ export interface DeleteDBInstanceMessage {
|
|
|
10617
10607
|
FinalDBSnapshotIdentifier?: string;
|
|
10618
10608
|
/**
|
|
10619
10609
|
* @public
|
|
10620
|
-
* <p>
|
|
10610
|
+
* <p>Specifies whether to remove automated backups immediately after the DB
|
|
10621
10611
|
* instance is deleted. This parameter isn't case-sensitive. The default is to remove
|
|
10622
10612
|
* automated backups immediately after the DB instance is deleted.</p>
|
|
10623
10613
|
*/
|
|
@@ -10696,17 +10686,17 @@ export interface DBInstanceAutomatedBackup {
|
|
|
10696
10686
|
DBInstanceIdentifier?: string;
|
|
10697
10687
|
/**
|
|
10698
10688
|
* @public
|
|
10699
|
-
* <p>
|
|
10689
|
+
* <p>The earliest and latest time a DB instance can be restored to.</p>
|
|
10700
10690
|
*/
|
|
10701
10691
|
RestoreWindow?: RestoreWindow;
|
|
10702
10692
|
/**
|
|
10703
10693
|
* @public
|
|
10704
|
-
* <p>
|
|
10694
|
+
* <p>The allocated storage size for the the automated backup in gibibytes (GiB).</p>
|
|
10705
10695
|
*/
|
|
10706
10696
|
AllocatedStorage?: number;
|
|
10707
10697
|
/**
|
|
10708
10698
|
* @public
|
|
10709
|
-
* <p>
|
|
10699
|
+
* <p>A list of status information for an automated backup:</p>
|
|
10710
10700
|
* <ul>
|
|
10711
10701
|
* <li>
|
|
10712
10702
|
* <p>
|
|
@@ -10741,12 +10731,12 @@ export interface DBInstanceAutomatedBackup {
|
|
|
10741
10731
|
AvailabilityZone?: string;
|
|
10742
10732
|
/**
|
|
10743
10733
|
* @public
|
|
10744
|
-
* <p>
|
|
10734
|
+
* <p>The VPC ID associated with the DB instance.</p>
|
|
10745
10735
|
*/
|
|
10746
10736
|
VpcId?: string;
|
|
10747
10737
|
/**
|
|
10748
10738
|
* @public
|
|
10749
|
-
* <p>
|
|
10739
|
+
* <p>The date and time when the DB instance was created.</p>
|
|
10750
10740
|
*/
|
|
10751
10741
|
InstanceCreateTime?: Date;
|
|
10752
10742
|
/**
|
|
@@ -10766,7 +10756,7 @@ export interface DBInstanceAutomatedBackup {
|
|
|
10766
10756
|
EngineVersion?: string;
|
|
10767
10757
|
/**
|
|
10768
10758
|
* @public
|
|
10769
|
-
* <p>
|
|
10759
|
+
* <p>The license model information for the automated backup.</p>
|
|
10770
10760
|
*/
|
|
10771
10761
|
LicenseModel?: string;
|
|
10772
10762
|
/**
|
|
@@ -10786,12 +10776,12 @@ export interface DBInstanceAutomatedBackup {
|
|
|
10786
10776
|
TdeCredentialArn?: string;
|
|
10787
10777
|
/**
|
|
10788
10778
|
* @public
|
|
10789
|
-
* <p>
|
|
10779
|
+
* <p>Indicates whether the automated backup is encrypted.</p>
|
|
10790
10780
|
*/
|
|
10791
10781
|
Encrypted?: boolean;
|
|
10792
10782
|
/**
|
|
10793
10783
|
* @public
|
|
10794
|
-
* <p>
|
|
10784
|
+
* <p>The storage type associated with the automated backup.</p>
|
|
10795
10785
|
*/
|
|
10796
10786
|
StorageType?: string;
|
|
10797
10787
|
/**
|
|
@@ -10830,12 +10820,12 @@ export interface DBInstanceAutomatedBackup {
|
|
|
10830
10820
|
DBInstanceAutomatedBackupsReplications?: DBInstanceAutomatedBackupsReplication[];
|
|
10831
10821
|
/**
|
|
10832
10822
|
* @public
|
|
10833
|
-
* <p>
|
|
10823
|
+
* <p>The location where automated backups are stored: Amazon Web Services Outposts or the Amazon Web Services Region.</p>
|
|
10834
10824
|
*/
|
|
10835
10825
|
BackupTarget?: string;
|
|
10836
10826
|
/**
|
|
10837
10827
|
* @public
|
|
10838
|
-
* <p>
|
|
10828
|
+
* <p>The storage throughput for the automated backup.</p>
|
|
10839
10829
|
*/
|
|
10840
10830
|
StorageThroughput?: number;
|
|
10841
10831
|
/**
|
|
@@ -11348,7 +11338,7 @@ export interface Certificate {
|
|
|
11348
11338
|
CertificateArn?: string;
|
|
11349
11339
|
/**
|
|
11350
11340
|
* @public
|
|
11351
|
-
* <p>
|
|
11341
|
+
* <p>Indicates whether there is an override for the default certificate identifier.</p>
|
|
11352
11342
|
*/
|
|
11353
11343
|
CustomerOverride?: boolean;
|
|
11354
11344
|
/**
|
|
@@ -11778,12 +11768,12 @@ export type ApplyMethod = (typeof ApplyMethod)[keyof typeof ApplyMethod];
|
|
|
11778
11768
|
export interface Parameter {
|
|
11779
11769
|
/**
|
|
11780
11770
|
* @public
|
|
11781
|
-
* <p>
|
|
11771
|
+
* <p>The name of the parameter.</p>
|
|
11782
11772
|
*/
|
|
11783
11773
|
ParameterName?: string;
|
|
11784
11774
|
/**
|
|
11785
11775
|
* @public
|
|
11786
|
-
* <p>
|
|
11776
|
+
* <p>The value of the parameter.</p>
|
|
11787
11777
|
*/
|
|
11788
11778
|
ParameterValue?: string;
|
|
11789
11779
|
/**
|
|
@@ -11793,7 +11783,7 @@ export interface Parameter {
|
|
|
11793
11783
|
Description?: string;
|
|
11794
11784
|
/**
|
|
11795
11785
|
* @public
|
|
11796
|
-
* <p>
|
|
11786
|
+
* <p>The source of the parameter value.</p>
|
|
11797
11787
|
*/
|
|
11798
11788
|
Source?: string;
|
|
11799
11789
|
/**
|
|
@@ -11872,9 +11862,25 @@ export interface DescribeDBClusterParametersMessage {
|
|
|
11872
11862
|
DBClusterParameterGroupName: string | undefined;
|
|
11873
11863
|
/**
|
|
11874
11864
|
* @public
|
|
11875
|
-
* <p>A
|
|
11876
|
-
*
|
|
11877
|
-
*
|
|
11865
|
+
* <p>A specific source to return parameters for.</p>
|
|
11866
|
+
* <p>Valid Values:</p>
|
|
11867
|
+
* <ul>
|
|
11868
|
+
* <li>
|
|
11869
|
+
* <p>
|
|
11870
|
+
* <code>customer</code>
|
|
11871
|
+
* </p>
|
|
11872
|
+
* </li>
|
|
11873
|
+
* <li>
|
|
11874
|
+
* <p>
|
|
11875
|
+
* <code>engine</code>
|
|
11876
|
+
* </p>
|
|
11877
|
+
* </li>
|
|
11878
|
+
* <li>
|
|
11879
|
+
* <p>
|
|
11880
|
+
* <code>service</code>
|
|
11881
|
+
* </p>
|
|
11882
|
+
* </li>
|
|
11883
|
+
* </ul>
|
|
11878
11884
|
*/
|
|
11879
11885
|
Source?: string;
|
|
11880
11886
|
/**
|
|
@@ -12202,7 +12208,7 @@ export interface DescribeDBClusterSnapshotsMessage {
|
|
|
12202
12208
|
Marker?: string;
|
|
12203
12209
|
/**
|
|
12204
12210
|
* @public
|
|
12205
|
-
* <p>
|
|
12211
|
+
* <p>Specifies whether to include shared manual DB cluster snapshots
|
|
12206
12212
|
* from other Amazon Web Services accounts that this Amazon Web Services account has been given
|
|
12207
12213
|
* permission to copy or restore. By default, these snapshots are not included.</p>
|
|
12208
12214
|
* <p>You can give an Amazon Web Services account permission to restore a manual DB cluster snapshot from
|
|
@@ -12211,7 +12217,7 @@ export interface DescribeDBClusterSnapshotsMessage {
|
|
|
12211
12217
|
IncludeShared?: boolean;
|
|
12212
12218
|
/**
|
|
12213
12219
|
* @public
|
|
12214
|
-
* <p>
|
|
12220
|
+
* <p>Specifies whether to include manual DB cluster snapshots that are public and can be copied
|
|
12215
12221
|
* or restored by any Amazon Web Services account. By default, the public snapshots are not included.</p>
|
|
12216
12222
|
* <p>You can share a manual DB cluster snapshot as public by using the <a>ModifyDBClusterSnapshotAttribute</a> API action.</p>
|
|
12217
12223
|
*/
|