@aws-sdk/client-rds 3.899.0 → 3.901.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 +39 -39
|
@@ -509,6 +509,18 @@ export declare class BlueGreenDeploymentNotFoundFault extends __BaseException {
|
|
|
509
509
|
*/
|
|
510
510
|
constructor(opts: __ExceptionOptionType<BlueGreenDeploymentNotFoundFault, __BaseException>);
|
|
511
511
|
}
|
|
512
|
+
/**
|
|
513
|
+
* <p>The DB proxy endpoint doesn't exist.</p>
|
|
514
|
+
* @public
|
|
515
|
+
*/
|
|
516
|
+
export declare class DBProxyEndpointNotFoundFault extends __BaseException {
|
|
517
|
+
readonly name: "DBProxyEndpointNotFoundFault";
|
|
518
|
+
readonly $fault: "client";
|
|
519
|
+
/**
|
|
520
|
+
* @internal
|
|
521
|
+
*/
|
|
522
|
+
constructor(opts: __ExceptionOptionType<DBProxyEndpointNotFoundFault, __BaseException>);
|
|
523
|
+
}
|
|
512
524
|
/**
|
|
513
525
|
* <p>The specified proxy name doesn't correspond to a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
514
526
|
* @public
|
|
@@ -533,6 +545,18 @@ export declare class DBProxyTargetGroupNotFoundFault extends __BaseException {
|
|
|
533
545
|
*/
|
|
534
546
|
constructor(opts: __ExceptionOptionType<DBProxyTargetGroupNotFoundFault, __BaseException>);
|
|
535
547
|
}
|
|
548
|
+
/**
|
|
549
|
+
* <p>The specified DB shard group name wasn't found.</p>
|
|
550
|
+
* @public
|
|
551
|
+
*/
|
|
552
|
+
export declare class DBShardGroupNotFoundFault extends __BaseException {
|
|
553
|
+
readonly name: "DBShardGroupNotFoundFault";
|
|
554
|
+
readonly $fault: "client";
|
|
555
|
+
/**
|
|
556
|
+
* @internal
|
|
557
|
+
*/
|
|
558
|
+
constructor(opts: __ExceptionOptionType<DBShardGroupNotFoundFault, __BaseException>);
|
|
559
|
+
}
|
|
536
560
|
/**
|
|
537
561
|
* <p>
|
|
538
562
|
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
@@ -570,6 +594,18 @@ export declare class IntegrationNotFoundFault extends __BaseException {
|
|
|
570
594
|
*/
|
|
571
595
|
constructor(opts: __ExceptionOptionType<IntegrationNotFoundFault, __BaseException>);
|
|
572
596
|
}
|
|
597
|
+
/**
|
|
598
|
+
* <p>The requested operation can't be performed on the endpoint while the endpoint is in this state.</p>
|
|
599
|
+
* @public
|
|
600
|
+
*/
|
|
601
|
+
export declare class InvalidDBClusterEndpointStateFault extends __BaseException {
|
|
602
|
+
readonly name: "InvalidDBClusterEndpointStateFault";
|
|
603
|
+
readonly $fault: "client";
|
|
604
|
+
/**
|
|
605
|
+
* @internal
|
|
606
|
+
*/
|
|
607
|
+
constructor(opts: __ExceptionOptionType<InvalidDBClusterEndpointStateFault, __BaseException>);
|
|
608
|
+
}
|
|
573
609
|
/**
|
|
574
610
|
* <p>The specified tenant database wasn't found in the DB instance.</p>
|
|
575
611
|
* @public
|
|
@@ -1428,18 +1464,18 @@ export declare class DBParameterGroupQuotaExceededFault extends __BaseException
|
|
|
1428
1464
|
export interface CopyDBClusterSnapshotMessage {
|
|
1429
1465
|
/**
|
|
1430
1466
|
* <p>The identifier of the DB cluster snapshot to copy. This parameter isn't case-sensitive.</p>
|
|
1431
|
-
* <p>You can't copy an encrypted, shared DB cluster snapshot from one Amazon Web Services Region to another.</p>
|
|
1432
1467
|
* <p>Constraints:</p>
|
|
1433
1468
|
* <ul>
|
|
1434
1469
|
* <li>
|
|
1435
|
-
* <p>Must specify a valid
|
|
1470
|
+
* <p>Must specify a valid source snapshot in the "available" state.</p>
|
|
1436
1471
|
* </li>
|
|
1437
1472
|
* <li>
|
|
1438
1473
|
* <p>If the source snapshot is in the same Amazon Web Services Region as the copy, specify a valid DB snapshot identifier.</p>
|
|
1439
1474
|
* </li>
|
|
1440
1475
|
* <li>
|
|
1441
1476
|
* <p>If the source snapshot is in a different Amazon Web Services Region than the copy,
|
|
1442
|
-
*
|
|
1477
|
+
* specify a valid DB cluster snapshot ARN. You can also specify an ARN of a snapshot that is in a different account and a different Amazon Web Services Region.
|
|
1478
|
+
* For more information, go to
|
|
1443
1479
|
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_CopySnapshot.html#USER_CopySnapshot.AcrossRegions">
|
|
1444
1480
|
* Copying Snapshots Across Amazon Web Services Regions</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
1445
1481
|
* </li>
|
|
@@ -1691,28 +1727,28 @@ export interface DBClusterSnapshot {
|
|
|
1691
1727
|
* @public
|
|
1692
1728
|
*/
|
|
1693
1729
|
TagList?: Tag[] | undefined;
|
|
1694
|
-
/**
|
|
1695
|
-
* <p>Reserved for future use.</p>
|
|
1696
|
-
* @public
|
|
1697
|
-
*/
|
|
1698
|
-
DBSystemId?: string | undefined;
|
|
1699
1730
|
/**
|
|
1700
1731
|
* <p>The storage type associated with the DB cluster snapshot.</p>
|
|
1701
1732
|
* <p>This setting is only for Aurora DB clusters.</p>
|
|
1702
1733
|
* @public
|
|
1703
1734
|
*/
|
|
1704
1735
|
StorageType?: string | undefined;
|
|
1736
|
+
/**
|
|
1737
|
+
* <p>The storage throughput for the DB cluster snapshot. The throughput is automatically set based on the IOPS that you provision, and is not configurable.</p>
|
|
1738
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
1739
|
+
* @public
|
|
1740
|
+
*/
|
|
1741
|
+
StorageThroughput?: number | undefined;
|
|
1705
1742
|
/**
|
|
1706
1743
|
* <p>The resource ID of the DB cluster that this DB cluster snapshot was created from.</p>
|
|
1707
1744
|
* @public
|
|
1708
1745
|
*/
|
|
1709
1746
|
DbClusterResourceId?: string | undefined;
|
|
1710
1747
|
/**
|
|
1711
|
-
* <p>
|
|
1712
|
-
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
1748
|
+
* <p>Reserved for future use.</p>
|
|
1713
1749
|
* @public
|
|
1714
1750
|
*/
|
|
1715
|
-
|
|
1751
|
+
DBSystemId?: string | undefined;
|
|
1716
1752
|
}
|
|
1717
1753
|
/**
|
|
1718
1754
|
* @public
|
|
@@ -1893,16 +1929,15 @@ export interface CopyDBSnapshotMessage {
|
|
|
1893
1929
|
* <p>If the source snapshot is in the same Amazon Web Services Region as the copy, specify a valid DB
|
|
1894
1930
|
* snapshot identifier. For example, you might specify
|
|
1895
1931
|
* <code>rds:mysql-instance1-snapshot-20130805</code>.</p>
|
|
1932
|
+
* <p>If you are copying from a shared manual DB snapshot,
|
|
1933
|
+
* this parameter must be the Amazon Resource Name (ARN) of the shared DB snapshot.</p>
|
|
1896
1934
|
* <p>If the source snapshot is in a different Amazon Web Services Region than the copy, specify a valid DB
|
|
1897
|
-
* snapshot ARN. For example, you might specify
|
|
1935
|
+
* snapshot ARN. You can also specify an ARN of a snapshot that is in a different account and a different Amazon Web Services Region. For example, you might specify
|
|
1898
1936
|
* <code>arn:aws:rds:us-west-2:123456789012:snapshot:mysql-instance1-snapshot-20130805</code>.</p>
|
|
1899
|
-
* <p>If you are copying from a shared manual DB snapshot,
|
|
1900
|
-
* this parameter must be the Amazon Resource Name (ARN) of the shared DB snapshot.</p>
|
|
1901
|
-
* <p>If you are copying an encrypted snapshot this parameter must be in the ARN format for the source Amazon Web Services Region.</p>
|
|
1902
1937
|
* <p>Constraints:</p>
|
|
1903
1938
|
* <ul>
|
|
1904
1939
|
* <li>
|
|
1905
|
-
* <p>Must specify a valid
|
|
1940
|
+
* <p>Must specify a valid source snapshot in the "available" state.</p>
|
|
1906
1941
|
* </li>
|
|
1907
1942
|
* </ul>
|
|
1908
1943
|
* <p>Example: <code>rds:mydb-2012-04-02-00-01</code>
|
|
@@ -2041,18 +2076,6 @@ export interface CopyDBSnapshotMessage {
|
|
|
2041
2076
|
* @public
|
|
2042
2077
|
*/
|
|
2043
2078
|
TargetCustomAvailabilityZone?: string | undefined;
|
|
2044
|
-
/**
|
|
2045
|
-
* <p>Specifies whether to copy the DB option group associated with the source DB snapshot to the target
|
|
2046
|
-
* Amazon Web Services account and associate with the target DB snapshot. The associated option group can be copied only with
|
|
2047
|
-
* cross-account snapshot copy calls.</p>
|
|
2048
|
-
* @public
|
|
2049
|
-
*/
|
|
2050
|
-
CopyOptionGroup?: boolean | undefined;
|
|
2051
|
-
/**
|
|
2052
|
-
* <p>Specifies the name of the Availability Zone where RDS stores the DB snapshot. This value is valid only for snapshots that RDS stores on a Dedicated Local Zone.</p>
|
|
2053
|
-
* @public
|
|
2054
|
-
*/
|
|
2055
|
-
SnapshotAvailabilityZone?: string | undefined;
|
|
2056
2079
|
/**
|
|
2057
2080
|
* <p>Configures the location where RDS will store copied snapshots.</p>
|
|
2058
2081
|
* <p>Valid Values:</p>
|
|
@@ -2073,6 +2096,18 @@ export interface CopyDBSnapshotMessage {
|
|
|
2073
2096
|
* @public
|
|
2074
2097
|
*/
|
|
2075
2098
|
SnapshotTarget?: string | undefined;
|
|
2099
|
+
/**
|
|
2100
|
+
* <p>Specifies whether to copy the DB option group associated with the source DB snapshot to the target
|
|
2101
|
+
* Amazon Web Services account and associate with the target DB snapshot. The associated option group can be copied only with
|
|
2102
|
+
* cross-account snapshot copy calls.</p>
|
|
2103
|
+
* @public
|
|
2104
|
+
*/
|
|
2105
|
+
CopyOptionGroup?: boolean | undefined;
|
|
2106
|
+
/**
|
|
2107
|
+
* <p>Specifies the name of the Availability Zone where RDS stores the DB snapshot. This value is valid only for snapshots that RDS stores on a Dedicated Local Zone.</p>
|
|
2108
|
+
* @public
|
|
2109
|
+
*/
|
|
2110
|
+
SnapshotAvailabilityZone?: string | undefined;
|
|
2076
2111
|
}
|
|
2077
2112
|
/**
|
|
2078
2113
|
* <p>Contains the processor features of a DB instance class.</p>
|
|
@@ -2243,6 +2278,11 @@ export interface DBSnapshot {
|
|
|
2243
2278
|
* @public
|
|
2244
2279
|
*/
|
|
2245
2280
|
Iops?: number | undefined;
|
|
2281
|
+
/**
|
|
2282
|
+
* <p>Specifies the storage throughput for the DB snapshot.</p>
|
|
2283
|
+
* @public
|
|
2284
|
+
*/
|
|
2285
|
+
StorageThroughput?: number | undefined;
|
|
2246
2286
|
/**
|
|
2247
2287
|
* <p>Provides the option group name for the DB snapshot.</p>
|
|
2248
2288
|
* @public
|
|
@@ -2325,6 +2365,11 @@ export interface DBSnapshot {
|
|
|
2325
2365
|
* @public
|
|
2326
2366
|
*/
|
|
2327
2367
|
TagList?: Tag[] | undefined;
|
|
2368
|
+
/**
|
|
2369
|
+
* <p>Specifies where manual snapshots are stored: Dedicated Local Zones, Amazon Web Services Outposts or the Amazon Web Services Region.</p>
|
|
2370
|
+
* @public
|
|
2371
|
+
*/
|
|
2372
|
+
SnapshotTarget?: string | undefined;
|
|
2328
2373
|
/**
|
|
2329
2374
|
* <p>Specifies the time of the CreateDBSnapshot operation in Coordinated Universal Time (UTC). Doesn't change when the snapshot is copied.</p>
|
|
2330
2375
|
* @public
|
|
@@ -2340,33 +2385,23 @@ export interface DBSnapshot {
|
|
|
2340
2385
|
* @public
|
|
2341
2386
|
*/
|
|
2342
2387
|
SnapshotDatabaseTime?: Date | undefined;
|
|
2343
|
-
/**
|
|
2344
|
-
* <p>Specifies where manual snapshots are stored: Dedicated Local Zones, Amazon Web Services Outposts or the Amazon Web Services Region.</p>
|
|
2345
|
-
* @public
|
|
2346
|
-
*/
|
|
2347
|
-
SnapshotTarget?: string | undefined;
|
|
2348
|
-
/**
|
|
2349
|
-
* <p>Specifies the storage throughput for the DB snapshot.</p>
|
|
2350
|
-
* @public
|
|
2351
|
-
*/
|
|
2352
|
-
StorageThroughput?: number | undefined;
|
|
2353
2388
|
/**
|
|
2354
2389
|
* <p>The Oracle system identifier (SID), which is the name of the Oracle database instance that
|
|
2355
2390
|
* manages your database files. The Oracle SID is also the name of your CDB.</p>
|
|
2356
2391
|
* @public
|
|
2357
2392
|
*/
|
|
2358
2393
|
DBSystemId?: string | undefined;
|
|
2359
|
-
/**
|
|
2360
|
-
* <p>Indicates whether the DB instance has a dedicated log volume (DLV) enabled.</p>
|
|
2361
|
-
* @public
|
|
2362
|
-
*/
|
|
2363
|
-
DedicatedLogVolume?: boolean | undefined;
|
|
2364
2394
|
/**
|
|
2365
2395
|
* <p>Indicates whether the snapshot is of a DB instance using the multi-tenant
|
|
2366
2396
|
* configuration (TRUE) or the single-tenant configuration (FALSE).</p>
|
|
2367
2397
|
* @public
|
|
2368
2398
|
*/
|
|
2369
2399
|
MultiTenant?: boolean | undefined;
|
|
2400
|
+
/**
|
|
2401
|
+
* <p>Indicates whether the DB instance has a dedicated log volume (DLV) enabled.</p>
|
|
2402
|
+
* @public
|
|
2403
|
+
*/
|
|
2404
|
+
DedicatedLogVolume?: boolean | undefined;
|
|
2370
2405
|
/**
|
|
2371
2406
|
* <p>Specifies the name of the Availability Zone where RDS stores the DB snapshot. This value is valid only for snapshots that RDS stores on a Dedicated Local Zone.</p>
|
|
2372
2407
|
* @public
|
|
@@ -3142,6 +3177,19 @@ export declare class SourceDatabaseNotSupportedFault extends __BaseException {
|
|
|
3142
3177
|
*/
|
|
3143
3178
|
constructor(opts: __ExceptionOptionType<SourceDatabaseNotSupportedFault, __BaseException>);
|
|
3144
3179
|
}
|
|
3180
|
+
/**
|
|
3181
|
+
* <p>The request would result in the user exceeding the allowed amount of storage
|
|
3182
|
+
* available across all DB instances.</p>
|
|
3183
|
+
* @public
|
|
3184
|
+
*/
|
|
3185
|
+
export declare class StorageQuotaExceededFault extends __BaseException {
|
|
3186
|
+
readonly name: "StorageQuotaExceededFault";
|
|
3187
|
+
readonly $fault: "client";
|
|
3188
|
+
/**
|
|
3189
|
+
* @internal
|
|
3190
|
+
*/
|
|
3191
|
+
constructor(opts: __ExceptionOptionType<StorageQuotaExceededFault, __BaseException>);
|
|
3192
|
+
}
|
|
3145
3193
|
/**
|
|
3146
3194
|
* <p>An error occurred while trying to create the CEV.</p>
|
|
3147
3195
|
* @public
|
|
@@ -3225,6 +3273,21 @@ export interface CreateCustomDBEngineVersionMessage {
|
|
|
3225
3273
|
* @public
|
|
3226
3274
|
*/
|
|
3227
3275
|
KMSKeyId?: string | undefined;
|
|
3276
|
+
/**
|
|
3277
|
+
* <p>The ARN of a CEV to use as a source for creating a new CEV. You can specify a different
|
|
3278
|
+
* Amazon Machine Imagine (AMI) by using either <code>Source</code> or
|
|
3279
|
+
* <code>UseAwsProvidedLatestImage</code>. You can't specify a different JSON manifest
|
|
3280
|
+
* when you specify <code>SourceCustomDbEngineVersionIdentifier</code>.</p>
|
|
3281
|
+
* @public
|
|
3282
|
+
*/
|
|
3283
|
+
SourceCustomDbEngineVersionIdentifier?: string | undefined;
|
|
3284
|
+
/**
|
|
3285
|
+
* <p>Specifies whether to use the latest service-provided Amazon Machine Image (AMI) for
|
|
3286
|
+
* the CEV. If you specify <code>UseAwsProvidedLatestImage</code>, you can't also specify
|
|
3287
|
+
* <code>ImageId</code>.</p>
|
|
3288
|
+
* @public
|
|
3289
|
+
*/
|
|
3290
|
+
UseAwsProvidedLatestImage?: boolean | undefined;
|
|
3228
3291
|
/**
|
|
3229
3292
|
* <p>An optional description of your CEV.</p>
|
|
3230
3293
|
* @public
|
|
@@ -3272,21 +3335,6 @@ export interface CreateCustomDBEngineVersionMessage {
|
|
|
3272
3335
|
* @public
|
|
3273
3336
|
*/
|
|
3274
3337
|
Tags?: Tag[] | undefined;
|
|
3275
|
-
/**
|
|
3276
|
-
* <p>The ARN of a CEV to use as a source for creating a new CEV. You can specify a different
|
|
3277
|
-
* Amazon Machine Imagine (AMI) by using either <code>Source</code> or
|
|
3278
|
-
* <code>UseAwsProvidedLatestImage</code>. You can't specify a different JSON manifest
|
|
3279
|
-
* when you specify <code>SourceCustomDbEngineVersionIdentifier</code>.</p>
|
|
3280
|
-
* @public
|
|
3281
|
-
*/
|
|
3282
|
-
SourceCustomDbEngineVersionIdentifier?: string | undefined;
|
|
3283
|
-
/**
|
|
3284
|
-
* <p>Specifies whether to use the latest service-provided Amazon Machine Image (AMI) for
|
|
3285
|
-
* the CEV. If you specify <code>UseAwsProvidedLatestImage</code>, you can't also specify
|
|
3286
|
-
* <code>ImageId</code>.</p>
|
|
3287
|
-
* @public
|
|
3288
|
-
*/
|
|
3289
|
-
UseAwsProvidedLatestImage?: boolean | undefined;
|
|
3290
3338
|
}
|
|
3291
3339
|
/**
|
|
3292
3340
|
* <p>A CEV with the specified name already exists.</p>
|
|
@@ -3300,6 +3348,18 @@ export declare class CustomDBEngineVersionAlreadyExistsFault extends __BaseExcep
|
|
|
3300
3348
|
*/
|
|
3301
3349
|
constructor(opts: __ExceptionOptionType<CustomDBEngineVersionAlreadyExistsFault, __BaseException>);
|
|
3302
3350
|
}
|
|
3351
|
+
/**
|
|
3352
|
+
* <p>The specified CEV was not found.</p>
|
|
3353
|
+
* @public
|
|
3354
|
+
*/
|
|
3355
|
+
export declare class CustomDBEngineVersionNotFoundFault extends __BaseException {
|
|
3356
|
+
readonly name: "CustomDBEngineVersionNotFoundFault";
|
|
3357
|
+
readonly $fault: "client";
|
|
3358
|
+
/**
|
|
3359
|
+
* @internal
|
|
3360
|
+
*/
|
|
3361
|
+
constructor(opts: __ExceptionOptionType<CustomDBEngineVersionNotFoundFault, __BaseException>);
|
|
3362
|
+
}
|
|
3303
3363
|
/**
|
|
3304
3364
|
* <p>You have exceeded your CEV quota.</p>
|
|
3305
3365
|
* @public
|
|
@@ -3467,11 +3527,36 @@ export interface DBEngineVersion {
|
|
|
3467
3527
|
* @public
|
|
3468
3528
|
*/
|
|
3469
3529
|
Engine?: string | undefined;
|
|
3530
|
+
/**
|
|
3531
|
+
* <p>The major engine version of the CEV.</p>
|
|
3532
|
+
* @public
|
|
3533
|
+
*/
|
|
3534
|
+
MajorEngineVersion?: string | undefined;
|
|
3470
3535
|
/**
|
|
3471
3536
|
* <p>The version number of the database engine.</p>
|
|
3472
3537
|
* @public
|
|
3473
3538
|
*/
|
|
3474
3539
|
EngineVersion?: string | undefined;
|
|
3540
|
+
/**
|
|
3541
|
+
* <p>The name of the Amazon S3 bucket that contains your database installation files.</p>
|
|
3542
|
+
* @public
|
|
3543
|
+
*/
|
|
3544
|
+
DatabaseInstallationFilesS3BucketName?: string | undefined;
|
|
3545
|
+
/**
|
|
3546
|
+
* <p>The Amazon S3 directory that contains the database installation files.
|
|
3547
|
+
* If not specified, then no prefix is assumed.</p>
|
|
3548
|
+
* @public
|
|
3549
|
+
*/
|
|
3550
|
+
DatabaseInstallationFilesS3Prefix?: string | undefined;
|
|
3551
|
+
/**
|
|
3552
|
+
* <p>JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV).
|
|
3553
|
+
* RDS Custom applies the patches in the order in which they're listed in the manifest. You can set the Oracle home, Oracle base,
|
|
3554
|
+
* and UNIX/Linux user and group using the installation parameters. For more information,
|
|
3555
|
+
* see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.preparing.html#custom-cev.preparing.manifest.fields">JSON fields in the CEV manifest</a> in the <i>Amazon RDS User Guide</i>.
|
|
3556
|
+
* </p>
|
|
3557
|
+
* @public
|
|
3558
|
+
*/
|
|
3559
|
+
CustomDBEngineVersionManifest?: string | undefined;
|
|
3475
3560
|
/**
|
|
3476
3561
|
* <p>The name of the DB parameter group family for the database engine.</p>
|
|
3477
3562
|
* @public
|
|
@@ -3482,6 +3567,11 @@ export interface DBEngineVersion {
|
|
|
3482
3567
|
* @public
|
|
3483
3568
|
*/
|
|
3484
3569
|
DBEngineDescription?: string | undefined;
|
|
3570
|
+
/**
|
|
3571
|
+
* <p>The ARN of the custom engine version.</p>
|
|
3572
|
+
* @public
|
|
3573
|
+
*/
|
|
3574
|
+
DBEngineVersionArn?: string | undefined;
|
|
3485
3575
|
/**
|
|
3486
3576
|
* <p>The description of the database engine version.</p>
|
|
3487
3577
|
* @public
|
|
@@ -3504,6 +3594,17 @@ export interface DBEngineVersion {
|
|
|
3504
3594
|
* @public
|
|
3505
3595
|
*/
|
|
3506
3596
|
DBEngineMediaType?: string | undefined;
|
|
3597
|
+
/**
|
|
3598
|
+
* <p>The Amazon Web Services KMS key identifier for an encrypted CEV. This parameter is required for
|
|
3599
|
+
* RDS Custom, but optional for Amazon RDS.</p>
|
|
3600
|
+
* @public
|
|
3601
|
+
*/
|
|
3602
|
+
KMSKeyId?: string | undefined;
|
|
3603
|
+
/**
|
|
3604
|
+
* <p>The creation time of the DB engine version.</p>
|
|
3605
|
+
* @public
|
|
3606
|
+
*/
|
|
3607
|
+
CreateTime?: Date | undefined;
|
|
3507
3608
|
/**
|
|
3508
3609
|
* <p>A list of the character sets supported by this engine for the <code>CharacterSetName</code> parameter of the <code>CreateDBInstance</code> operation.</p>
|
|
3509
3610
|
* @public
|
|
@@ -3577,38 +3678,6 @@ export interface DBEngineVersion {
|
|
|
3577
3678
|
* @public
|
|
3578
3679
|
*/
|
|
3579
3680
|
SupportsGlobalDatabases?: boolean | undefined;
|
|
3580
|
-
/**
|
|
3581
|
-
* <p>The major engine version of the CEV.</p>
|
|
3582
|
-
* @public
|
|
3583
|
-
*/
|
|
3584
|
-
MajorEngineVersion?: string | undefined;
|
|
3585
|
-
/**
|
|
3586
|
-
* <p>The name of the Amazon S3 bucket that contains your database installation files.</p>
|
|
3587
|
-
* @public
|
|
3588
|
-
*/
|
|
3589
|
-
DatabaseInstallationFilesS3BucketName?: string | undefined;
|
|
3590
|
-
/**
|
|
3591
|
-
* <p>The Amazon S3 directory that contains the database installation files.
|
|
3592
|
-
* If not specified, then no prefix is assumed.</p>
|
|
3593
|
-
* @public
|
|
3594
|
-
*/
|
|
3595
|
-
DatabaseInstallationFilesS3Prefix?: string | undefined;
|
|
3596
|
-
/**
|
|
3597
|
-
* <p>The ARN of the custom engine version.</p>
|
|
3598
|
-
* @public
|
|
3599
|
-
*/
|
|
3600
|
-
DBEngineVersionArn?: string | undefined;
|
|
3601
|
-
/**
|
|
3602
|
-
* <p>The Amazon Web Services KMS key identifier for an encrypted CEV. This parameter is required for
|
|
3603
|
-
* RDS Custom, but optional for Amazon RDS.</p>
|
|
3604
|
-
* @public
|
|
3605
|
-
*/
|
|
3606
|
-
KMSKeyId?: string | undefined;
|
|
3607
|
-
/**
|
|
3608
|
-
* <p>The creation time of the DB engine version.</p>
|
|
3609
|
-
* @public
|
|
3610
|
-
*/
|
|
3611
|
-
CreateTime?: Date | undefined;
|
|
3612
3681
|
/**
|
|
3613
3682
|
* <p>A list of tags.</p>
|
|
3614
3683
|
* <p>For more information, see
|
|
@@ -3623,15 +3692,6 @@ export interface DBEngineVersion {
|
|
|
3623
3692
|
* @public
|
|
3624
3693
|
*/
|
|
3625
3694
|
SupportsBabelfish?: boolean | undefined;
|
|
3626
|
-
/**
|
|
3627
|
-
* <p>JSON string that lists the installation files and parameters that RDS Custom uses to create a custom engine version (CEV).
|
|
3628
|
-
* RDS Custom applies the patches in the order in which they're listed in the manifest. You can set the Oracle home, Oracle base,
|
|
3629
|
-
* and UNIX/Linux user and group using the installation parameters. For more information,
|
|
3630
|
-
* see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.preparing.html#custom-cev.preparing.manifest.fields">JSON fields in the CEV manifest</a> in the <i>Amazon RDS User Guide</i>.
|
|
3631
|
-
* </p>
|
|
3632
|
-
* @public
|
|
3633
|
-
*/
|
|
3634
|
-
CustomDBEngineVersionManifest?: string | undefined;
|
|
3635
3695
|
/**
|
|
3636
3696
|
* <p>Indicates whether the DB engine version supports Aurora Limitless Database.</p>
|
|
3637
3697
|
* @public
|
|
@@ -3689,18 +3749,31 @@ export declare class Ec2ImagePropertiesNotSupportedFault extends __BaseException
|
|
|
3689
3749
|
constructor(opts: __ExceptionOptionType<Ec2ImagePropertiesNotSupportedFault, __BaseException>);
|
|
3690
3750
|
}
|
|
3691
3751
|
/**
|
|
3692
|
-
*
|
|
3693
|
-
* @enum
|
|
3694
|
-
*/
|
|
3695
|
-
export declare const ClusterScalabilityType: {
|
|
3696
|
-
readonly LIMITLESS: "limitless";
|
|
3697
|
-
readonly STANDARD: "standard";
|
|
3698
|
-
};
|
|
3699
|
-
/**
|
|
3752
|
+
* <p>You can't delete the CEV.</p>
|
|
3700
3753
|
* @public
|
|
3701
3754
|
*/
|
|
3702
|
-
export
|
|
3703
|
-
|
|
3755
|
+
export declare class InvalidCustomDBEngineVersionStateFault extends __BaseException {
|
|
3756
|
+
readonly name: "InvalidCustomDBEngineVersionStateFault";
|
|
3757
|
+
readonly $fault: "client";
|
|
3758
|
+
/**
|
|
3759
|
+
* @internal
|
|
3760
|
+
*/
|
|
3761
|
+
constructor(opts: __ExceptionOptionType<InvalidCustomDBEngineVersionStateFault, __BaseException>);
|
|
3762
|
+
}
|
|
3763
|
+
/**
|
|
3764
|
+
* @public
|
|
3765
|
+
* @enum
|
|
3766
|
+
*/
|
|
3767
|
+
export declare const ClusterScalabilityType: {
|
|
3768
|
+
readonly LIMITLESS: "limitless";
|
|
3769
|
+
readonly SCALEOUT: "scaleout";
|
|
3770
|
+
readonly STANDARD: "standard";
|
|
3771
|
+
};
|
|
3772
|
+
/**
|
|
3773
|
+
* @public
|
|
3774
|
+
*/
|
|
3775
|
+
export type ClusterScalabilityType = (typeof ClusterScalabilityType)[keyof typeof ClusterScalabilityType];
|
|
3776
|
+
/**
|
|
3704
3777
|
* @public
|
|
3705
3778
|
* @enum
|
|
3706
3779
|
*/
|
|
@@ -4335,67 +4408,6 @@ export interface CreateDBClusterMessage {
|
|
|
4335
4408
|
* @public
|
|
4336
4409
|
*/
|
|
4337
4410
|
RdsCustomClusterConfiguration?: RdsCustomClusterConfiguration | undefined;
|
|
4338
|
-
/**
|
|
4339
|
-
* <p>Specifies whether the DB cluster has deletion protection enabled.
|
|
4340
|
-
* The database can't be deleted when deletion protection is enabled. By default,
|
|
4341
|
-
* deletion protection isn't enabled.</p>
|
|
4342
|
-
* <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
4343
|
-
* @public
|
|
4344
|
-
*/
|
|
4345
|
-
DeletionProtection?: boolean | undefined;
|
|
4346
|
-
/**
|
|
4347
|
-
* <p>The global cluster ID of an Aurora cluster that becomes the primary cluster
|
|
4348
|
-
* in the new global database cluster.</p>
|
|
4349
|
-
* <p>Valid for Cluster Type: Aurora DB clusters only</p>
|
|
4350
|
-
* @public
|
|
4351
|
-
*/
|
|
4352
|
-
GlobalClusterIdentifier?: string | undefined;
|
|
4353
|
-
/**
|
|
4354
|
-
* <p>Specifies whether to enable the HTTP endpoint for the DB cluster. By default, the HTTP endpoint
|
|
4355
|
-
* isn't enabled.</p>
|
|
4356
|
-
* <p>When enabled, the HTTP endpoint provides a connectionless web service API (RDS Data API) for running
|
|
4357
|
-
* SQL queries on the DB cluster. You can also query your database
|
|
4358
|
-
* from inside the RDS console with the RDS query editor.</p>
|
|
4359
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html">Using RDS Data API</a> in the
|
|
4360
|
-
* <i>Amazon Aurora User Guide</i>.</p>
|
|
4361
|
-
* <p>Valid for Cluster Type: Aurora DB clusters only</p>
|
|
4362
|
-
* @public
|
|
4363
|
-
*/
|
|
4364
|
-
EnableHttpEndpoint?: boolean | undefined;
|
|
4365
|
-
/**
|
|
4366
|
-
* <p>Specifies whether to copy all tags from the DB cluster to snapshots of the DB cluster.
|
|
4367
|
-
* The default is not to copy them.</p>
|
|
4368
|
-
* <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
4369
|
-
* @public
|
|
4370
|
-
*/
|
|
4371
|
-
CopyTagsToSnapshot?: boolean | undefined;
|
|
4372
|
-
/**
|
|
4373
|
-
* <p>The Active Directory directory ID to create the DB cluster in.</p>
|
|
4374
|
-
* <p>For Amazon Aurora DB clusters, Amazon RDS can use Kerberos authentication to authenticate users that connect to the DB cluster.</p>
|
|
4375
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/kerberos-authentication.html">Kerberos authentication</a>
|
|
4376
|
-
* in the <i>Amazon Aurora User Guide</i>.</p>
|
|
4377
|
-
* <p>Valid for Cluster Type: Aurora DB clusters only</p>
|
|
4378
|
-
* @public
|
|
4379
|
-
*/
|
|
4380
|
-
Domain?: string | undefined;
|
|
4381
|
-
/**
|
|
4382
|
-
* <p>The name of the IAM role to use when making API calls to the Directory Service.</p>
|
|
4383
|
-
* <p>Valid for Cluster Type: Aurora DB clusters only</p>
|
|
4384
|
-
* @public
|
|
4385
|
-
*/
|
|
4386
|
-
DomainIAMRoleName?: string | undefined;
|
|
4387
|
-
/**
|
|
4388
|
-
* <p>Specifies whether to enable this DB cluster to forward write operations to the primary cluster of a global cluster
|
|
4389
|
-
* (Aurora global database). By default, write operations are not allowed on Aurora DB clusters that
|
|
4390
|
-
* are secondary clusters in an Aurora global database.</p>
|
|
4391
|
-
* <p>You can set this value only on Aurora DB clusters that are members of an Aurora global database. With this parameter
|
|
4392
|
-
* enabled, a secondary cluster can forward writes to the current primary cluster, and the resulting changes are replicated back to
|
|
4393
|
-
* this cluster. For the primary DB cluster of an Aurora global database, this value is used immediately if the
|
|
4394
|
-
* primary is demoted by a global cluster API operation, but it does nothing until then.</p>
|
|
4395
|
-
* <p>Valid for Cluster Type: Aurora DB clusters only</p>
|
|
4396
|
-
* @public
|
|
4397
|
-
*/
|
|
4398
|
-
EnableGlobalWriteForwarding?: boolean | undefined;
|
|
4399
4411
|
/**
|
|
4400
4412
|
* <p>The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example <code>db.m6gd.xlarge</code>.
|
|
4401
4413
|
* Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines.</p>
|
|
@@ -4502,6 +4514,89 @@ export interface CreateDBClusterMessage {
|
|
|
4502
4514
|
* @public
|
|
4503
4515
|
*/
|
|
4504
4516
|
AutoMinorVersionUpgrade?: boolean | undefined;
|
|
4517
|
+
/**
|
|
4518
|
+
* <p>Specifies whether the DB cluster has deletion protection enabled.
|
|
4519
|
+
* The database can't be deleted when deletion protection is enabled. By default,
|
|
4520
|
+
* deletion protection isn't enabled.</p>
|
|
4521
|
+
* <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
4522
|
+
* @public
|
|
4523
|
+
*/
|
|
4524
|
+
DeletionProtection?: boolean | undefined;
|
|
4525
|
+
/**
|
|
4526
|
+
* <p>The global cluster ID of an Aurora cluster that becomes the primary cluster
|
|
4527
|
+
* in the new global database cluster.</p>
|
|
4528
|
+
* <p>Valid for Cluster Type: Aurora DB clusters only</p>
|
|
4529
|
+
* @public
|
|
4530
|
+
*/
|
|
4531
|
+
GlobalClusterIdentifier?: string | undefined;
|
|
4532
|
+
/**
|
|
4533
|
+
* <p>Specifies whether to enable the HTTP endpoint for the DB cluster. By default, the HTTP endpoint
|
|
4534
|
+
* isn't enabled.</p>
|
|
4535
|
+
* <p>When enabled, the HTTP endpoint provides a connectionless web service API (RDS Data API) for running
|
|
4536
|
+
* SQL queries on the DB cluster. You can also query your database
|
|
4537
|
+
* from inside the RDS console with the RDS query editor.</p>
|
|
4538
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html">Using RDS Data API</a> in the
|
|
4539
|
+
* <i>Amazon Aurora User Guide</i>.</p>
|
|
4540
|
+
* <p>Valid for Cluster Type: Aurora DB clusters only</p>
|
|
4541
|
+
* @public
|
|
4542
|
+
*/
|
|
4543
|
+
EnableHttpEndpoint?: boolean | undefined;
|
|
4544
|
+
/**
|
|
4545
|
+
* <p>Specifies whether to copy all tags from the DB cluster to snapshots of the DB cluster.
|
|
4546
|
+
* The default is not to copy them.</p>
|
|
4547
|
+
* <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p>
|
|
4548
|
+
* @public
|
|
4549
|
+
*/
|
|
4550
|
+
CopyTagsToSnapshot?: boolean | undefined;
|
|
4551
|
+
/**
|
|
4552
|
+
* <p>The Active Directory directory ID to create the DB cluster in.</p>
|
|
4553
|
+
* <p>For Amazon Aurora DB clusters, Amazon RDS can use Kerberos authentication to authenticate users that connect to the DB cluster.</p>
|
|
4554
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/kerberos-authentication.html">Kerberos authentication</a>
|
|
4555
|
+
* in the <i>Amazon Aurora User Guide</i>.</p>
|
|
4556
|
+
* <p>Valid for Cluster Type: Aurora DB clusters only</p>
|
|
4557
|
+
* @public
|
|
4558
|
+
*/
|
|
4559
|
+
Domain?: string | undefined;
|
|
4560
|
+
/**
|
|
4561
|
+
* <p>The name of the IAM role to use when making API calls to the Directory Service.</p>
|
|
4562
|
+
* <p>Valid for Cluster Type: Aurora DB clusters only</p>
|
|
4563
|
+
* @public
|
|
4564
|
+
*/
|
|
4565
|
+
DomainIAMRoleName?: string | undefined;
|
|
4566
|
+
/**
|
|
4567
|
+
* <p>Specifies whether to enable this DB cluster to forward write operations to the primary cluster of a global cluster
|
|
4568
|
+
* (Aurora global database). By default, write operations are not allowed on Aurora DB clusters that
|
|
4569
|
+
* are secondary clusters in an Aurora global database.</p>
|
|
4570
|
+
* <p>You can set this value only on Aurora DB clusters that are members of an Aurora global database. With this parameter
|
|
4571
|
+
* enabled, a secondary cluster can forward writes to the current primary cluster, and the resulting changes are replicated back to
|
|
4572
|
+
* this cluster. For the primary DB cluster of an Aurora global database, this value is used immediately if the
|
|
4573
|
+
* primary is demoted by a global cluster API operation, but it does nothing until then.</p>
|
|
4574
|
+
* <p>Valid for Cluster Type: Aurora DB clusters only</p>
|
|
4575
|
+
* @public
|
|
4576
|
+
*/
|
|
4577
|
+
EnableGlobalWriteForwarding?: boolean | undefined;
|
|
4578
|
+
/**
|
|
4579
|
+
* <p>The network type of the DB cluster.</p>
|
|
4580
|
+
* <p>The network type is determined by the <code>DBSubnetGroup</code> specified for the DB cluster.
|
|
4581
|
+
* A <code>DBSubnetGroup</code> can support only the IPv4 protocol or the IPv4 and the IPv6
|
|
4582
|
+
* protocols (<code>DUAL</code>).</p>
|
|
4583
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html">
|
|
4584
|
+
* Working with a DB instance in a VPC</a> in the
|
|
4585
|
+
* <i>Amazon Aurora User Guide.</i>
|
|
4586
|
+
* </p>
|
|
4587
|
+
* <p>Valid for Cluster Type: Aurora DB clusters only</p>
|
|
4588
|
+
* <p>Valid Values: <code>IPV4 | DUAL</code>
|
|
4589
|
+
* </p>
|
|
4590
|
+
* @public
|
|
4591
|
+
*/
|
|
4592
|
+
NetworkType?: string | undefined;
|
|
4593
|
+
/**
|
|
4594
|
+
* <p>Contains the scaling configuration of an Aurora Serverless v2 DB cluster.</p>
|
|
4595
|
+
* <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
|
|
4596
|
+
* <i>Amazon Aurora User Guide</i>.</p>
|
|
4597
|
+
* @public
|
|
4598
|
+
*/
|
|
4599
|
+
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration | undefined;
|
|
4505
4600
|
/**
|
|
4506
4601
|
* <p>The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster. To turn off
|
|
4507
4602
|
* collecting Enhanced Monitoring metrics, specify <code>0</code>.</p>
|
|
@@ -4586,28 +4681,6 @@ export interface CreateDBClusterMessage {
|
|
|
4586
4681
|
* @public
|
|
4587
4682
|
*/
|
|
4588
4683
|
EnableLimitlessDatabase?: boolean | undefined;
|
|
4589
|
-
/**
|
|
4590
|
-
* <p>Contains the scaling configuration of an Aurora Serverless v2 DB cluster.</p>
|
|
4591
|
-
* <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
|
|
4592
|
-
* <i>Amazon Aurora User Guide</i>.</p>
|
|
4593
|
-
* @public
|
|
4594
|
-
*/
|
|
4595
|
-
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration | undefined;
|
|
4596
|
-
/**
|
|
4597
|
-
* <p>The network type of the DB cluster.</p>
|
|
4598
|
-
* <p>The network type is determined by the <code>DBSubnetGroup</code> specified for the DB cluster.
|
|
4599
|
-
* A <code>DBSubnetGroup</code> can support only the IPv4 protocol or the IPv4 and the IPv6
|
|
4600
|
-
* protocols (<code>DUAL</code>).</p>
|
|
4601
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html">
|
|
4602
|
-
* Working with a DB instance in a VPC</a> in the
|
|
4603
|
-
* <i>Amazon Aurora User Guide.</i>
|
|
4604
|
-
* </p>
|
|
4605
|
-
* <p>Valid for Cluster Type: Aurora DB clusters only</p>
|
|
4606
|
-
* <p>Valid Values: <code>IPV4 | DUAL</code>
|
|
4607
|
-
* </p>
|
|
4608
|
-
* @public
|
|
4609
|
-
*/
|
|
4610
|
-
NetworkType?: string | undefined;
|
|
4611
4684
|
/**
|
|
4612
4685
|
* <p>Specifies the scalability mode of the Aurora DB cluster. When set to <code>limitless</code>, the cluster operates as an Aurora Limitless Database.
|
|
4613
4686
|
* When set to <code>standard</code> (the default), the cluster uses normal DB instance creation.</p>
|
|
@@ -4640,6 +4713,13 @@ export interface CreateDBClusterMessage {
|
|
|
4640
4713
|
* @public
|
|
4641
4714
|
*/
|
|
4642
4715
|
ManageMasterUserPassword?: boolean | undefined;
|
|
4716
|
+
/**
|
|
4717
|
+
* <p>Specifies whether read replicas can forward write operations to the writer DB instance in the DB cluster. By
|
|
4718
|
+
* default, write operations aren't allowed on reader DB instances.</p>
|
|
4719
|
+
* <p>Valid for: Aurora DB clusters only</p>
|
|
4720
|
+
* @public
|
|
4721
|
+
*/
|
|
4722
|
+
EnableLocalWriteForwarding?: boolean | undefined;
|
|
4643
4723
|
/**
|
|
4644
4724
|
* <p>The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and
|
|
4645
4725
|
* managed in Amazon Web Services Secrets Manager.</p>
|
|
@@ -4657,13 +4737,6 @@ export interface CreateDBClusterMessage {
|
|
|
4657
4737
|
* @public
|
|
4658
4738
|
*/
|
|
4659
4739
|
MasterUserSecretKmsKeyId?: string | undefined;
|
|
4660
|
-
/**
|
|
4661
|
-
* <p>Specifies whether read replicas can forward write operations to the writer DB instance in the DB cluster. By
|
|
4662
|
-
* default, write operations aren't allowed on reader DB instances.</p>
|
|
4663
|
-
* <p>Valid for: Aurora DB clusters only</p>
|
|
4664
|
-
* @public
|
|
4665
|
-
*/
|
|
4666
|
-
EnableLocalWriteForwarding?: boolean | undefined;
|
|
4667
4740
|
/**
|
|
4668
4741
|
* <p>The CA certificate identifier to use for the DB cluster's server certificate.</p>
|
|
4669
4742
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html">Using SSL/TLS to encrypt a connection to a DB
|
|
@@ -5031,6 +5104,11 @@ export interface ClusterPendingModifiedValues {
|
|
|
5031
5104
|
* @public
|
|
5032
5105
|
*/
|
|
5033
5106
|
BackupRetentionPeriod?: number | undefined;
|
|
5107
|
+
/**
|
|
5108
|
+
* <p>The storage type for the DB cluster.</p>
|
|
5109
|
+
* @public
|
|
5110
|
+
*/
|
|
5111
|
+
StorageType?: string | undefined;
|
|
5034
5112
|
/**
|
|
5035
5113
|
* <p>The allocated storage size in gibibytes (GiB) for all database engines except Amazon Aurora. For Aurora,
|
|
5036
5114
|
* <code>AllocatedStorage</code> always returns 1, because Aurora DB cluster storage size isn't fixed, but
|
|
@@ -5048,11 +5126,6 @@ export interface ClusterPendingModifiedValues {
|
|
|
5048
5126
|
* @public
|
|
5049
5127
|
*/
|
|
5050
5128
|
Iops?: number | undefined;
|
|
5051
|
-
/**
|
|
5052
|
-
* <p>The storage type for the DB cluster.</p>
|
|
5053
|
-
* @public
|
|
5054
|
-
*/
|
|
5055
|
-
StorageType?: string | undefined;
|
|
5056
5129
|
/**
|
|
5057
5130
|
* <p>The details of the DB instance’s server certificate.</p>
|
|
5058
5131
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html">Using SSL/TLS to encrypt a connection to a DB
|
|
@@ -5245,11 +5318,6 @@ export interface DBCluster {
|
|
|
5245
5318
|
* @public
|
|
5246
5319
|
*/
|
|
5247
5320
|
Status?: string | undefined;
|
|
5248
|
-
/**
|
|
5249
|
-
* <p>The time when a stopped DB cluster is restarted automatically.</p>
|
|
5250
|
-
* @public
|
|
5251
|
-
*/
|
|
5252
|
-
AutomaticRestartTime?: Date | undefined;
|
|
5253
5321
|
/**
|
|
5254
5322
|
* <p>The progress of the operation as a percentage.</p>
|
|
5255
5323
|
* @public
|
|
@@ -5445,6 +5513,11 @@ export interface DBCluster {
|
|
|
5445
5513
|
* @public
|
|
5446
5514
|
*/
|
|
5447
5515
|
Capacity?: number | undefined;
|
|
5516
|
+
/**
|
|
5517
|
+
* <p>Information about pending changes to the DB cluster. This information is returned only when there are pending changes. Specific changes are identified by subelements.</p>
|
|
5518
|
+
* @public
|
|
5519
|
+
*/
|
|
5520
|
+
PendingModifiedValues?: ClusterPendingModifiedValues | undefined;
|
|
5448
5521
|
/**
|
|
5449
5522
|
* <p>The DB engine mode of the DB cluster, either <code>provisioned</code> or <code>serverless</code>.</p>
|
|
5450
5523
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBCluster.html">
|
|
@@ -5465,42 +5538,90 @@ export interface DBCluster {
|
|
|
5465
5538
|
*/
|
|
5466
5539
|
RdsCustomClusterConfiguration?: RdsCustomClusterConfiguration | undefined;
|
|
5467
5540
|
/**
|
|
5468
|
-
* <p>
|
|
5469
|
-
*
|
|
5541
|
+
* <p>The name of the compute and memory capacity class of the DB instance.</p>
|
|
5542
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
5470
5543
|
* @public
|
|
5471
5544
|
*/
|
|
5472
|
-
|
|
5545
|
+
DBClusterInstanceClass?: string | undefined;
|
|
5473
5546
|
/**
|
|
5474
|
-
* <p>
|
|
5475
|
-
* <p>When enabled, the HTTP endpoint provides a connectionless web service API (RDS Data API) for running
|
|
5476
|
-
* SQL queries on the DB cluster. You can also query your database
|
|
5477
|
-
* from inside the RDS console with the RDS query editor.</p>
|
|
5478
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html">Using RDS Data API</a> in the
|
|
5479
|
-
* <i>Amazon Aurora User Guide</i>.</p>
|
|
5547
|
+
* <p>The storage type associated with the DB cluster.</p>
|
|
5480
5548
|
* @public
|
|
5481
5549
|
*/
|
|
5482
|
-
|
|
5550
|
+
StorageType?: string | undefined;
|
|
5483
5551
|
/**
|
|
5484
|
-
* <p>The
|
|
5485
|
-
*
|
|
5486
|
-
* The database session can handle these events either synchronously or asynchronously.</p>
|
|
5552
|
+
* <p>The Provisioned IOPS (I/O operations per second) value.</p>
|
|
5553
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
5487
5554
|
* @public
|
|
5488
5555
|
*/
|
|
5489
|
-
|
|
5556
|
+
Iops?: number | undefined;
|
|
5490
5557
|
/**
|
|
5491
|
-
* <p>The
|
|
5558
|
+
* <p>The storage throughput for the DB cluster. The throughput is automatically set based on the IOPS that you provision, and is not configurable.</p>
|
|
5559
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
5492
5560
|
* @public
|
|
5493
5561
|
*/
|
|
5494
|
-
|
|
5562
|
+
StorageThroughput?: number | undefined;
|
|
5495
5563
|
/**
|
|
5496
|
-
* <p>The
|
|
5497
|
-
* <p>
|
|
5564
|
+
* <p>The next time you can modify the DB cluster to use the <code>aurora-iopt1</code> storage type.</p>
|
|
5565
|
+
* <p>This setting is only for Aurora DB clusters.</p>
|
|
5498
5566
|
* @public
|
|
5499
5567
|
*/
|
|
5500
|
-
|
|
5568
|
+
IOOptimizedNextAllowedModificationTime?: Date | undefined;
|
|
5501
5569
|
/**
|
|
5502
|
-
* <p>
|
|
5503
|
-
*
|
|
5570
|
+
* <p>Indicates whether the DB cluster is publicly accessible.</p>
|
|
5571
|
+
* <p>When the DB cluster is publicly accessible and you connect from outside of the DB cluster's virtual private cloud (VPC),
|
|
5572
|
+
* its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB cluster,
|
|
5573
|
+
* the endpoint resolves to the private IP address. Access to the DB cluster is ultimately controlled by the security group it uses. That public
|
|
5574
|
+
* access isn't permitted if the security group assigned to the DB cluster doesn't permit it.</p>
|
|
5575
|
+
* <p>When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.</p>
|
|
5576
|
+
* <p>For more information, see <a>CreateDBCluster</a>.</p>
|
|
5577
|
+
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
5578
|
+
* @public
|
|
5579
|
+
*/
|
|
5580
|
+
PubliclyAccessible?: boolean | undefined;
|
|
5581
|
+
/**
|
|
5582
|
+
* <p>Indicates whether minor version patches are applied automatically.</p>
|
|
5583
|
+
* <p>This setting is for Aurora DB clusters and Multi-AZ DB clusters.</p>
|
|
5584
|
+
* <p>For more information about automatic minor version upgrades, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Upgrading.html#USER_UpgradeDBInstance.Upgrading.AutoMinorVersionUpgrades">Automatically upgrading the minor engine version</a>.</p>
|
|
5585
|
+
* @public
|
|
5586
|
+
*/
|
|
5587
|
+
AutoMinorVersionUpgrade?: boolean | undefined;
|
|
5588
|
+
/**
|
|
5589
|
+
* <p>Indicates whether the DB cluster has deletion protection enabled.
|
|
5590
|
+
* The database can't be deleted when deletion protection is enabled.</p>
|
|
5591
|
+
* @public
|
|
5592
|
+
*/
|
|
5593
|
+
DeletionProtection?: boolean | undefined;
|
|
5594
|
+
/**
|
|
5595
|
+
* <p>Indicates whether the HTTP endpoint is enabled for an Aurora DB cluster.</p>
|
|
5596
|
+
* <p>When enabled, the HTTP endpoint provides a connectionless web service API (RDS Data API) for running
|
|
5597
|
+
* SQL queries on the DB cluster. You can also query your database
|
|
5598
|
+
* from inside the RDS console with the RDS query editor.</p>
|
|
5599
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html">Using RDS Data API</a> in the
|
|
5600
|
+
* <i>Amazon Aurora User Guide</i>.</p>
|
|
5601
|
+
* @public
|
|
5602
|
+
*/
|
|
5603
|
+
HttpEndpointEnabled?: boolean | undefined;
|
|
5604
|
+
/**
|
|
5605
|
+
* <p>The mode of the database activity stream.
|
|
5606
|
+
* Database events such as a change or access generate an activity stream event.
|
|
5607
|
+
* The database session can handle these events either synchronously or asynchronously.</p>
|
|
5608
|
+
* @public
|
|
5609
|
+
*/
|
|
5610
|
+
ActivityStreamMode?: ActivityStreamMode | undefined;
|
|
5611
|
+
/**
|
|
5612
|
+
* <p>The status of the database activity stream.</p>
|
|
5613
|
+
* @public
|
|
5614
|
+
*/
|
|
5615
|
+
ActivityStreamStatus?: ActivityStreamStatus | undefined;
|
|
5616
|
+
/**
|
|
5617
|
+
* <p>The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream.</p>
|
|
5618
|
+
* <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.</p>
|
|
5619
|
+
* @public
|
|
5620
|
+
*/
|
|
5621
|
+
ActivityStreamKmsKeyId?: string | undefined;
|
|
5622
|
+
/**
|
|
5623
|
+
* <p>The name of the Amazon Kinesis data stream used for the database activity stream.</p>
|
|
5624
|
+
* @public
|
|
5504
5625
|
*/
|
|
5505
5626
|
ActivityStreamKinesisStreamName?: string | undefined;
|
|
5506
5627
|
/**
|
|
@@ -5547,46 +5668,37 @@ export interface DBCluster {
|
|
|
5547
5668
|
*/
|
|
5548
5669
|
GlobalWriteForwardingRequested?: boolean | undefined;
|
|
5549
5670
|
/**
|
|
5550
|
-
* <p>
|
|
5551
|
-
*
|
|
5552
|
-
|
|
5553
|
-
|
|
5554
|
-
|
|
5555
|
-
*
|
|
5556
|
-
*
|
|
5557
|
-
*
|
|
5558
|
-
|
|
5559
|
-
|
|
5560
|
-
|
|
5561
|
-
* <p>The storage type associated with the DB cluster.</p>
|
|
5671
|
+
* <p>The network type of the DB instance.</p>
|
|
5672
|
+
* <p>The network type is determined by the <code>DBSubnetGroup</code> specified for the DB cluster.
|
|
5673
|
+
* A <code>DBSubnetGroup</code> can support only the IPv4 protocol or the IPv4 and the IPv6
|
|
5674
|
+
* protocols (<code>DUAL</code>).</p>
|
|
5675
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html">
|
|
5676
|
+
* Working with a DB instance in a VPC</a> in the
|
|
5677
|
+
* <i>Amazon Aurora User Guide.</i>
|
|
5678
|
+
* </p>
|
|
5679
|
+
* <p>This setting is only for Aurora DB clusters.</p>
|
|
5680
|
+
* <p>Valid Values: <code>IPV4 | DUAL</code>
|
|
5681
|
+
* </p>
|
|
5562
5682
|
* @public
|
|
5563
5683
|
*/
|
|
5564
|
-
|
|
5684
|
+
NetworkType?: string | undefined;
|
|
5565
5685
|
/**
|
|
5566
|
-
* <p>The
|
|
5567
|
-
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
5686
|
+
* <p>The time when a stopped DB cluster is restarted automatically.</p>
|
|
5568
5687
|
* @public
|
|
5569
5688
|
*/
|
|
5570
|
-
|
|
5689
|
+
AutomaticRestartTime?: Date | undefined;
|
|
5571
5690
|
/**
|
|
5572
|
-
* <p>
|
|
5573
|
-
* <p>
|
|
5574
|
-
*
|
|
5575
|
-
* the endpoint resolves to the private IP address. Access to the DB cluster is ultimately controlled by the security group it uses. That public
|
|
5576
|
-
* access isn't permitted if the security group assigned to the DB cluster doesn't permit it.</p>
|
|
5577
|
-
* <p>When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.</p>
|
|
5578
|
-
* <p>For more information, see <a>CreateDBCluster</a>.</p>
|
|
5579
|
-
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
5691
|
+
* <p>The scaling configuration for an Aurora Serverless v2 DB cluster.</p>
|
|
5692
|
+
* <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
|
|
5693
|
+
* <i>Amazon Aurora User Guide</i>.</p>
|
|
5580
5694
|
* @public
|
|
5581
5695
|
*/
|
|
5582
|
-
|
|
5696
|
+
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfigurationInfo | undefined;
|
|
5583
5697
|
/**
|
|
5584
|
-
* <p>
|
|
5585
|
-
* <p>This setting is for Aurora DB clusters and Multi-AZ DB clusters.</p>
|
|
5586
|
-
* <p>For more information about automatic minor version upgrades, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBInstance.Upgrading.html#USER_UpgradeDBInstance.Upgrading.AutoMinorVersionUpgrades">Automatically upgrading the minor engine version</a>.</p>
|
|
5698
|
+
* <p>The version of the Aurora Serverless V2 platform used by the DB cluster. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html">Using Aurora Serverless v2</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
5587
5699
|
* @public
|
|
5588
5700
|
*/
|
|
5589
|
-
|
|
5701
|
+
ServerlessV2PlatformVersion?: string | undefined;
|
|
5590
5702
|
/**
|
|
5591
5703
|
* <p>The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster.</p>
|
|
5592
5704
|
* <p>This setting is only for -Aurora DB clusters and Multi-AZ DB clusters.</p>
|
|
@@ -5642,33 +5754,6 @@ export interface DBCluster {
|
|
|
5642
5754
|
* @public
|
|
5643
5755
|
*/
|
|
5644
5756
|
PerformanceInsightsRetentionPeriod?: number | undefined;
|
|
5645
|
-
/**
|
|
5646
|
-
* <p>The scaling configuration for an Aurora Serverless v2 DB cluster.</p>
|
|
5647
|
-
* <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
|
|
5648
|
-
* <i>Amazon Aurora User Guide</i>.</p>
|
|
5649
|
-
* @public
|
|
5650
|
-
*/
|
|
5651
|
-
ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfigurationInfo | undefined;
|
|
5652
|
-
/**
|
|
5653
|
-
* <p>The version of the Aurora Serverless V2 platform used by the DB cluster. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.html">Using Aurora Serverless v2</a> in the <i>Amazon Aurora User Guide</i>.</p>
|
|
5654
|
-
* @public
|
|
5655
|
-
*/
|
|
5656
|
-
ServerlessV2PlatformVersion?: string | undefined;
|
|
5657
|
-
/**
|
|
5658
|
-
* <p>The network type of the DB instance.</p>
|
|
5659
|
-
* <p>The network type is determined by the <code>DBSubnetGroup</code> specified for the DB cluster.
|
|
5660
|
-
* A <code>DBSubnetGroup</code> can support only the IPv4 protocol or the IPv4 and the IPv6
|
|
5661
|
-
* protocols (<code>DUAL</code>).</p>
|
|
5662
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html">
|
|
5663
|
-
* Working with a DB instance in a VPC</a> in the
|
|
5664
|
-
* <i>Amazon Aurora User Guide.</i>
|
|
5665
|
-
* </p>
|
|
5666
|
-
* <p>This setting is only for Aurora DB clusters.</p>
|
|
5667
|
-
* <p>Valid Values: <code>IPV4 | DUAL</code>
|
|
5668
|
-
* </p>
|
|
5669
|
-
* @public
|
|
5670
|
-
*/
|
|
5671
|
-
NetworkType?: string | undefined;
|
|
5672
5757
|
/**
|
|
5673
5758
|
* <p>Reserved for future use.</p>
|
|
5674
5759
|
* @public
|
|
@@ -5683,12 +5768,6 @@ export interface DBCluster {
|
|
|
5683
5768
|
* @public
|
|
5684
5769
|
*/
|
|
5685
5770
|
MasterUserSecret?: MasterUserSecret | undefined;
|
|
5686
|
-
/**
|
|
5687
|
-
* <p>The next time you can modify the DB cluster to use the <code>aurora-iopt1</code> storage type.</p>
|
|
5688
|
-
* <p>This setting is only for Aurora DB clusters.</p>
|
|
5689
|
-
* @public
|
|
5690
|
-
*/
|
|
5691
|
-
IOOptimizedNextAllowedModificationTime?: Date | undefined;
|
|
5692
5771
|
/**
|
|
5693
5772
|
* <p>Indicates whether an Aurora DB cluster has in-cluster write forwarding enabled, not enabled, requested, or is in the process
|
|
5694
5773
|
* of enabling it.</p>
|
|
@@ -5705,12 +5784,6 @@ export interface DBCluster {
|
|
|
5705
5784
|
* @public
|
|
5706
5785
|
*/
|
|
5707
5786
|
LimitlessDatabase?: LimitlessDatabase | undefined;
|
|
5708
|
-
/**
|
|
5709
|
-
* <p>The storage throughput for the DB cluster. The throughput is automatically set based on the IOPS that you provision, and is not configurable.</p>
|
|
5710
|
-
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
5711
|
-
* @public
|
|
5712
|
-
*/
|
|
5713
|
-
StorageThroughput?: number | undefined;
|
|
5714
5787
|
/**
|
|
5715
5788
|
* <p>The scalability mode of the Aurora DB cluster. When set to <code>limitless</code>, the cluster operates as an Aurora Limitless Database.
|
|
5716
5789
|
* When set to <code>standard</code> (the default), the cluster uses normal DB instance creation.</p>
|
|
@@ -5913,17 +5986,28 @@ export declare class InvalidVPCNetworkStateFault extends __BaseException {
|
|
|
5913
5986
|
constructor(opts: __ExceptionOptionType<InvalidVPCNetworkStateFault, __BaseException>);
|
|
5914
5987
|
}
|
|
5915
5988
|
/**
|
|
5916
|
-
* <p>The
|
|
5917
|
-
* available across all DB instances.</p>
|
|
5989
|
+
* <p>The network type is invalid for the DB instance. Valid nework type values are <code>IPV4</code> and <code>DUAL</code>.</p>
|
|
5918
5990
|
* @public
|
|
5919
5991
|
*/
|
|
5920
|
-
export declare class
|
|
5921
|
-
readonly name: "
|
|
5992
|
+
export declare class NetworkTypeNotSupported extends __BaseException {
|
|
5993
|
+
readonly name: "NetworkTypeNotSupported";
|
|
5922
5994
|
readonly $fault: "client";
|
|
5923
5995
|
/**
|
|
5924
5996
|
* @internal
|
|
5925
5997
|
*/
|
|
5926
|
-
constructor(opts: __ExceptionOptionType<
|
|
5998
|
+
constructor(opts: __ExceptionOptionType<NetworkTypeNotSupported, __BaseException>);
|
|
5999
|
+
}
|
|
6000
|
+
/**
|
|
6001
|
+
* <p>The specified <code>StorageType</code> can't be associated with the DB instance.</p>
|
|
6002
|
+
* @public
|
|
6003
|
+
*/
|
|
6004
|
+
export declare class StorageTypeNotSupportedFault extends __BaseException {
|
|
6005
|
+
readonly name: "StorageTypeNotSupportedFault";
|
|
6006
|
+
readonly $fault: "client";
|
|
6007
|
+
/**
|
|
6008
|
+
* @internal
|
|
6009
|
+
*/
|
|
6010
|
+
constructor(opts: __ExceptionOptionType<StorageTypeNotSupportedFault, __BaseException>);
|
|
5927
6011
|
}
|
|
5928
6012
|
/**
|
|
5929
6013
|
* @public
|
|
@@ -7083,6 +7167,13 @@ export interface CreateDBInstanceMessage {
|
|
|
7083
7167
|
* @public
|
|
7084
7168
|
*/
|
|
7085
7169
|
Iops?: number | undefined;
|
|
7170
|
+
/**
|
|
7171
|
+
* <p>The storage throughput value, in mebibyte per second (MiBps), for the DB instance.</p>
|
|
7172
|
+
* <p>This setting applies only to the <code>gp3</code> storage type.</p>
|
|
7173
|
+
* <p>This setting doesn't apply to Amazon Aurora or RDS Custom DB instances.</p>
|
|
7174
|
+
* @public
|
|
7175
|
+
*/
|
|
7176
|
+
StorageThroughput?: number | undefined;
|
|
7086
7177
|
/**
|
|
7087
7178
|
* <p>The option group to associate the DB instance with.</p>
|
|
7088
7179
|
* <p>Permanent options, such as the TDE option for Oracle Advanced Security TDE, can't be removed
|
|
@@ -7495,27 +7586,19 @@ export interface CreateDBInstanceMessage {
|
|
|
7495
7586
|
*/
|
|
7496
7587
|
EnableCustomerOwnedIp?: boolean | undefined;
|
|
7497
7588
|
/**
|
|
7498
|
-
* <p>The
|
|
7499
|
-
*
|
|
7500
|
-
*
|
|
7501
|
-
*
|
|
7502
|
-
* <
|
|
7503
|
-
*
|
|
7504
|
-
*
|
|
7505
|
-
*
|
|
7506
|
-
*
|
|
7507
|
-
*
|
|
7508
|
-
* </li>
|
|
7509
|
-
* <li>
|
|
7510
|
-
* <p>The instance profile name and the associated IAM role name must start with the prefix <code>AWSRDSCustom</code>.</p>
|
|
7511
|
-
* </li>
|
|
7512
|
-
* </ul>
|
|
7513
|
-
* <p>For the list of permissions required for the IAM role, see
|
|
7514
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-setup-orcl.html#custom-setup-orcl.iam-vpc">
|
|
7515
|
-
* Configure IAM and your VPC</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
7589
|
+
* <p>The network type of the DB instance.</p>
|
|
7590
|
+
* <p>The network type is determined by the <code>DBSubnetGroup</code> specified for the DB instance.
|
|
7591
|
+
* A <code>DBSubnetGroup</code> can support only the IPv4 protocol or the IPv4 and the IPv6
|
|
7592
|
+
* protocols (<code>DUAL</code>).</p>
|
|
7593
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html">
|
|
7594
|
+
* Working with a DB instance in a VPC</a> in the
|
|
7595
|
+
* <i>Amazon RDS User Guide.</i>
|
|
7596
|
+
* </p>
|
|
7597
|
+
* <p>Valid Values: <code>IPV4 | DUAL</code>
|
|
7598
|
+
* </p>
|
|
7516
7599
|
* @public
|
|
7517
7600
|
*/
|
|
7518
|
-
|
|
7601
|
+
NetworkType?: string | undefined;
|
|
7519
7602
|
/**
|
|
7520
7603
|
* <p>The location for storing automated backups and manual snapshots.</p>
|
|
7521
7604
|
* <p>Valid Values:</p>
|
|
@@ -7541,26 +7624,46 @@ export interface CreateDBInstanceMessage {
|
|
|
7541
7624
|
*/
|
|
7542
7625
|
BackupTarget?: string | undefined;
|
|
7543
7626
|
/**
|
|
7544
|
-
* <p>The
|
|
7545
|
-
*
|
|
7546
|
-
*
|
|
7547
|
-
*
|
|
7548
|
-
* <
|
|
7549
|
-
*
|
|
7550
|
-
*
|
|
7551
|
-
*
|
|
7552
|
-
*
|
|
7553
|
-
*
|
|
7627
|
+
* <p>The instance profile associated with the underlying Amazon EC2 instance of an
|
|
7628
|
+
* RDS Custom DB instance.</p>
|
|
7629
|
+
* <p>This setting is required for RDS Custom.</p>
|
|
7630
|
+
* <p>Constraints:</p>
|
|
7631
|
+
* <ul>
|
|
7632
|
+
* <li>
|
|
7633
|
+
* <p>The profile must exist in your account.</p>
|
|
7634
|
+
* </li>
|
|
7635
|
+
* <li>
|
|
7636
|
+
* <p>The profile must have an IAM role that Amazon EC2 has permissions to assume.</p>
|
|
7637
|
+
* </li>
|
|
7638
|
+
* <li>
|
|
7639
|
+
* <p>The instance profile name and the associated IAM role name must start with the prefix <code>AWSRDSCustom</code>.</p>
|
|
7640
|
+
* </li>
|
|
7641
|
+
* </ul>
|
|
7642
|
+
* <p>For the list of permissions required for the IAM role, see
|
|
7643
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-setup-orcl.html#custom-setup-orcl.iam-vpc">
|
|
7644
|
+
* Configure IAM and your VPC</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
7554
7645
|
* @public
|
|
7555
7646
|
*/
|
|
7556
|
-
|
|
7647
|
+
CustomIamInstanceProfile?: string | undefined;
|
|
7557
7648
|
/**
|
|
7558
|
-
* <p>The
|
|
7559
|
-
*
|
|
7560
|
-
*
|
|
7649
|
+
* <p>The Oracle system identifier (SID), which is the name of the Oracle database instance that
|
|
7650
|
+
* manages your database files. In this context, the term "Oracle database instance" refers exclusively
|
|
7651
|
+
* to the system global area (SGA) and Oracle background processes. If you don't specify a SID,
|
|
7652
|
+
* the value defaults to <code>RDSCDB</code>. The Oracle SID is also the name of your CDB.</p>
|
|
7561
7653
|
* @public
|
|
7562
7654
|
*/
|
|
7563
|
-
|
|
7655
|
+
DBSystemId?: string | undefined;
|
|
7656
|
+
/**
|
|
7657
|
+
* <p>The CA certificate identifier to use for the DB instance's server certificate.</p>
|
|
7658
|
+
* <p>This setting doesn't apply to RDS Custom DB instances.</p>
|
|
7659
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html">Using SSL/TLS to encrypt a connection to a DB
|
|
7660
|
+
* instance</a> in the <i>Amazon RDS User Guide</i> and
|
|
7661
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html">
|
|
7662
|
+
* Using SSL/TLS to encrypt a connection to a DB cluster</a> in the <i>Amazon Aurora
|
|
7663
|
+
* User Guide</i>.</p>
|
|
7664
|
+
* @public
|
|
7665
|
+
*/
|
|
7666
|
+
CACertificateIdentifier?: string | undefined;
|
|
7564
7667
|
/**
|
|
7565
7668
|
* <p>Specifies whether to manage the master user password with Amazon Web Services Secrets Manager.</p>
|
|
7566
7669
|
* <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>
|
|
@@ -7592,30 +7695,6 @@ export interface CreateDBInstanceMessage {
|
|
|
7592
7695
|
* @public
|
|
7593
7696
|
*/
|
|
7594
7697
|
MasterUserSecretKmsKeyId?: string | undefined;
|
|
7595
|
-
/**
|
|
7596
|
-
* <p>The CA certificate identifier to use for the DB instance's server certificate.</p>
|
|
7597
|
-
* <p>This setting doesn't apply to RDS Custom DB instances.</p>
|
|
7598
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html">Using SSL/TLS to encrypt a connection to a DB
|
|
7599
|
-
* instance</a> in the <i>Amazon RDS User Guide</i> and
|
|
7600
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html">
|
|
7601
|
-
* Using SSL/TLS to encrypt a connection to a DB cluster</a> in the <i>Amazon Aurora
|
|
7602
|
-
* User Guide</i>.</p>
|
|
7603
|
-
* @public
|
|
7604
|
-
*/
|
|
7605
|
-
CACertificateIdentifier?: string | undefined;
|
|
7606
|
-
/**
|
|
7607
|
-
* <p>The Oracle system identifier (SID), which is the name of the Oracle database instance that
|
|
7608
|
-
* manages your database files. In this context, the term "Oracle database instance" refers exclusively
|
|
7609
|
-
* to the system global area (SGA) and Oracle background processes. If you don't specify a SID,
|
|
7610
|
-
* the value defaults to <code>RDSCDB</code>. The Oracle SID is also the name of your CDB.</p>
|
|
7611
|
-
* @public
|
|
7612
|
-
*/
|
|
7613
|
-
DBSystemId?: string | undefined;
|
|
7614
|
-
/**
|
|
7615
|
-
* <p>Indicates whether the DB instance has a dedicated log volume (DLV) enabled.</p>
|
|
7616
|
-
* @public
|
|
7617
|
-
*/
|
|
7618
|
-
DedicatedLogVolume?: boolean | undefined;
|
|
7619
7698
|
/**
|
|
7620
7699
|
* <p>Specifies whether to use the multi-tenant configuration or the single-tenant
|
|
7621
7700
|
* configuration (default). This parameter only applies to RDS for Oracle container
|
|
@@ -7635,6 +7714,11 @@ export interface CreateDBInstanceMessage {
|
|
|
7635
7714
|
* @public
|
|
7636
7715
|
*/
|
|
7637
7716
|
MultiTenant?: boolean | undefined;
|
|
7717
|
+
/**
|
|
7718
|
+
* <p>Indicates whether the DB instance has a dedicated log volume (DLV) enabled.</p>
|
|
7719
|
+
* @public
|
|
7720
|
+
*/
|
|
7721
|
+
DedicatedLogVolume?: boolean | undefined;
|
|
7638
7722
|
/**
|
|
7639
7723
|
* <p>The life cycle type for this DB instance.</p>
|
|
7640
7724
|
* <note>
|
|
@@ -8050,6 +8134,11 @@ export interface PendingModifiedValues {
|
|
|
8050
8134
|
* @public
|
|
8051
8135
|
*/
|
|
8052
8136
|
Iops?: number | undefined;
|
|
8137
|
+
/**
|
|
8138
|
+
* <p>The storage throughput of the DB instance.</p>
|
|
8139
|
+
* @public
|
|
8140
|
+
*/
|
|
8141
|
+
StorageThroughput?: number | undefined;
|
|
8053
8142
|
/**
|
|
8054
8143
|
* <p>The database identifier for the DB instance.</p>
|
|
8055
8144
|
* @public
|
|
@@ -8086,11 +8175,6 @@ export interface PendingModifiedValues {
|
|
|
8086
8175
|
* @public
|
|
8087
8176
|
*/
|
|
8088
8177
|
ProcessorFeatures?: ProcessorFeature[] | undefined;
|
|
8089
|
-
/**
|
|
8090
|
-
* <p>Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.</p>
|
|
8091
|
-
* @public
|
|
8092
|
-
*/
|
|
8093
|
-
IAMDatabaseAuthenticationEnabled?: boolean | undefined;
|
|
8094
8178
|
/**
|
|
8095
8179
|
* <p>The automation mode of the RDS Custom DB instance: <code>full</code> or <code>all-paused</code>.
|
|
8096
8180
|
* If <code>full</code>, the DB instance automates monitoring and instance recovery. If
|
|
@@ -8106,26 +8190,26 @@ export interface PendingModifiedValues {
|
|
|
8106
8190
|
*/
|
|
8107
8191
|
ResumeFullAutomationModeTime?: Date | undefined;
|
|
8108
8192
|
/**
|
|
8109
|
-
* <p>
|
|
8193
|
+
* <p>Indicates whether the DB instance will change to the multi-tenant configuration (TRUE)
|
|
8194
|
+
* or the single-tenant configuration (FALSE). </p>
|
|
8110
8195
|
* @public
|
|
8111
8196
|
*/
|
|
8112
|
-
|
|
8197
|
+
MultiTenant?: boolean | undefined;
|
|
8113
8198
|
/**
|
|
8114
|
-
* <p>
|
|
8199
|
+
* <p>Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.</p>
|
|
8115
8200
|
* @public
|
|
8116
8201
|
*/
|
|
8117
|
-
|
|
8202
|
+
IAMDatabaseAuthenticationEnabled?: boolean | undefined;
|
|
8118
8203
|
/**
|
|
8119
8204
|
* <p>Indicates whether the DB instance has a dedicated log volume (DLV) enabled.></p>
|
|
8120
8205
|
* @public
|
|
8121
8206
|
*/
|
|
8122
8207
|
DedicatedLogVolume?: boolean | undefined;
|
|
8123
8208
|
/**
|
|
8124
|
-
* <p>
|
|
8125
|
-
* or the single-tenant configuration (FALSE). </p>
|
|
8209
|
+
* <p>The database engine of the DB instance.</p>
|
|
8126
8210
|
* @public
|
|
8127
8211
|
*/
|
|
8128
|
-
|
|
8212
|
+
Engine?: string | undefined;
|
|
8129
8213
|
}
|
|
8130
8214
|
/**
|
|
8131
8215
|
* <p>Provides a list of status information for a DB instance.</p>
|
|
@@ -8189,11 +8273,6 @@ export interface DBInstance {
|
|
|
8189
8273
|
* @public
|
|
8190
8274
|
*/
|
|
8191
8275
|
DBInstanceStatus?: string | undefined;
|
|
8192
|
-
/**
|
|
8193
|
-
* <p>The time when a stopped DB instance is restarted automatically.</p>
|
|
8194
|
-
* @public
|
|
8195
|
-
*/
|
|
8196
|
-
AutomaticRestartTime?: Date | undefined;
|
|
8197
8276
|
/**
|
|
8198
8277
|
* <p>The master username for the DB instance.</p>
|
|
8199
8278
|
* @public
|
|
@@ -8341,6 +8420,12 @@ export interface DBInstance {
|
|
|
8341
8420
|
* @public
|
|
8342
8421
|
*/
|
|
8343
8422
|
Iops?: number | undefined;
|
|
8423
|
+
/**
|
|
8424
|
+
* <p>The storage throughput for the DB instance.</p>
|
|
8425
|
+
* <p>This setting applies only to the <code>gp3</code> storage type.</p>
|
|
8426
|
+
* @public
|
|
8427
|
+
*/
|
|
8428
|
+
StorageThroughput?: number | undefined;
|
|
8344
8429
|
/**
|
|
8345
8430
|
* <p>The list of option group memberships for this DB instance.</p>
|
|
8346
8431
|
* @public
|
|
@@ -8573,10 +8658,19 @@ export interface DBInstance {
|
|
|
8573
8658
|
*/
|
|
8574
8659
|
TagList?: Tag[] | undefined;
|
|
8575
8660
|
/**
|
|
8576
|
-
* <p>The
|
|
8661
|
+
* <p>The automation mode of the RDS Custom DB instance: <code>full</code> or <code>all paused</code>.
|
|
8662
|
+
* If <code>full</code>, the DB instance automates monitoring and instance recovery. If
|
|
8663
|
+
* <code>all paused</code>, the instance pauses automation for the duration set by
|
|
8664
|
+
* <code>--resume-full-automation-mode-minutes</code>.</p>
|
|
8577
8665
|
* @public
|
|
8578
8666
|
*/
|
|
8579
|
-
|
|
8667
|
+
AutomationMode?: AutomationMode | undefined;
|
|
8668
|
+
/**
|
|
8669
|
+
* <p>The number of minutes to pause the automation. When the time period ends, RDS Custom resumes full automation.
|
|
8670
|
+
* The minimum value is 60 (default). The maximum value is 1,440.</p>
|
|
8671
|
+
* @public
|
|
8672
|
+
*/
|
|
8673
|
+
ResumeFullAutomationModeTime?: Date | undefined;
|
|
8580
8674
|
/**
|
|
8581
8675
|
* <p>Indicates whether a customer-owned IP address (CoIP) is enabled for an RDS on Outposts DB instance.</p>
|
|
8582
8676
|
* <p>A <i>CoIP </i>provides local or external connectivity to resources in
|
|
@@ -8591,10 +8685,22 @@ export interface DBInstance {
|
|
|
8591
8685
|
*/
|
|
8592
8686
|
CustomerOwnedIpEnabled?: boolean | undefined;
|
|
8593
8687
|
/**
|
|
8594
|
-
* <p>The
|
|
8688
|
+
* <p>The network type of the DB instance.</p>
|
|
8689
|
+
* <p>The network type is determined by the <code>DBSubnetGroup</code> specified for the DB instance.
|
|
8690
|
+
* A <code>DBSubnetGroup</code> can support only the IPv4 protocol or the IPv4 and the IPv6
|
|
8691
|
+
* protocols (<code>DUAL</code>).</p>
|
|
8692
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html">
|
|
8693
|
+
* Working with a DB instance in a VPC</a> in the
|
|
8694
|
+
* <i>Amazon RDS User Guide</i> and
|
|
8695
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html">
|
|
8696
|
+
* Working with a DB instance in a VPC</a> in the
|
|
8697
|
+
* <i>Amazon Aurora User Guide.</i>
|
|
8698
|
+
* </p>
|
|
8699
|
+
* <p>Valid Values: <code>IPV4 | DUAL</code>
|
|
8700
|
+
* </p>
|
|
8595
8701
|
* @public
|
|
8596
8702
|
*/
|
|
8597
|
-
|
|
8703
|
+
NetworkType?: string | undefined;
|
|
8598
8704
|
/**
|
|
8599
8705
|
* <p>The status of the database activity stream.</p>
|
|
8600
8706
|
* @public
|
|
@@ -8623,19 +8729,25 @@ export interface DBInstance {
|
|
|
8623
8729
|
*/
|
|
8624
8730
|
ActivityStreamEngineNativeAuditFieldsIncluded?: boolean | undefined;
|
|
8625
8731
|
/**
|
|
8626
|
-
* <p>The
|
|
8627
|
-
* If <code>full</code>, the DB instance automates monitoring and instance recovery. If
|
|
8628
|
-
* <code>all paused</code>, the instance pauses automation for the duration set by
|
|
8629
|
-
* <code>--resume-full-automation-mode-minutes</code>.</p>
|
|
8732
|
+
* <p>The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.</p>
|
|
8630
8733
|
* @public
|
|
8631
8734
|
*/
|
|
8632
|
-
|
|
8735
|
+
AwsBackupRecoveryPointArn?: string | undefined;
|
|
8633
8736
|
/**
|
|
8634
|
-
* <p>The
|
|
8635
|
-
* The minimum value is 60 (default). The maximum value is 1,440.</p>
|
|
8737
|
+
* <p>The list of replicated automated backups associated with the DB instance.</p>
|
|
8636
8738
|
* @public
|
|
8637
8739
|
*/
|
|
8638
|
-
|
|
8740
|
+
DBInstanceAutomatedBackupsReplications?: DBInstanceAutomatedBackupsReplication[] | undefined;
|
|
8741
|
+
/**
|
|
8742
|
+
* <p>The location where automated backups and manual snapshots are stored: Dedicated Local Zones, Amazon Web Services Outposts or the Amazon Web Services Region.</p>
|
|
8743
|
+
* @public
|
|
8744
|
+
*/
|
|
8745
|
+
BackupTarget?: string | undefined;
|
|
8746
|
+
/**
|
|
8747
|
+
* <p>The time when a stopped DB instance is restarted automatically.</p>
|
|
8748
|
+
* @public
|
|
8749
|
+
*/
|
|
8750
|
+
AutomaticRestartTime?: Date | undefined;
|
|
8639
8751
|
/**
|
|
8640
8752
|
* <p>The instance profile associated with the underlying Amazon EC2 instance of an
|
|
8641
8753
|
* RDS Custom DB instance. The instance profile must meet the following requirements:</p>
|
|
@@ -8656,39 +8768,16 @@ export interface DBInstance {
|
|
|
8656
8768
|
* @public
|
|
8657
8769
|
*/
|
|
8658
8770
|
CustomIamInstanceProfile?: string | undefined;
|
|
8659
|
-
/**
|
|
8660
|
-
* <p>The location where automated backups and manual snapshots are stored: Dedicated Local Zones, Amazon Web Services Outposts or the Amazon Web Services Region.</p>
|
|
8661
|
-
* @public
|
|
8662
|
-
*/
|
|
8663
|
-
BackupTarget?: string | undefined;
|
|
8664
|
-
/**
|
|
8665
|
-
* <p>The network type of the DB instance.</p>
|
|
8666
|
-
* <p>The network type is determined by the <code>DBSubnetGroup</code> specified for the DB instance.
|
|
8667
|
-
* A <code>DBSubnetGroup</code> can support only the IPv4 protocol or the IPv4 and the IPv6
|
|
8668
|
-
* protocols (<code>DUAL</code>).</p>
|
|
8669
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html">
|
|
8670
|
-
* Working with a DB instance in a VPC</a> in the
|
|
8671
|
-
* <i>Amazon RDS User Guide</i> and
|
|
8672
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html">
|
|
8673
|
-
* Working with a DB instance in a VPC</a> in the
|
|
8674
|
-
* <i>Amazon Aurora User Guide.</i>
|
|
8675
|
-
* </p>
|
|
8676
|
-
* <p>Valid Values: <code>IPV4 | DUAL</code>
|
|
8677
|
-
* </p>
|
|
8678
|
-
* @public
|
|
8679
|
-
*/
|
|
8680
|
-
NetworkType?: string | undefined;
|
|
8681
8771
|
/**
|
|
8682
8772
|
* <p>The status of the policy state of the activity stream.</p>
|
|
8683
8773
|
* @public
|
|
8684
8774
|
*/
|
|
8685
8775
|
ActivityStreamPolicyStatus?: ActivityStreamPolicyStatus | undefined;
|
|
8686
8776
|
/**
|
|
8687
|
-
* <p>The
|
|
8688
|
-
* <p>This setting applies only to the <code>gp3</code> storage type.</p>
|
|
8777
|
+
* <p>The details of the DB instance's server certificate.</p>
|
|
8689
8778
|
* @public
|
|
8690
8779
|
*/
|
|
8691
|
-
|
|
8780
|
+
CertificateDetails?: CertificateDetails | undefined;
|
|
8692
8781
|
/**
|
|
8693
8782
|
* <p>The Oracle system ID (Oracle SID) for a container database (CDB). The Oracle SID is also
|
|
8694
8783
|
* the name of the CDB. This setting is only valid for RDS Custom DB instances.</p>
|
|
@@ -8703,11 +8792,6 @@ export interface DBInstance {
|
|
|
8703
8792
|
* @public
|
|
8704
8793
|
*/
|
|
8705
8794
|
MasterUserSecret?: MasterUserSecret | undefined;
|
|
8706
|
-
/**
|
|
8707
|
-
* <p>The details of the DB instance's server certificate.</p>
|
|
8708
|
-
* @public
|
|
8709
|
-
*/
|
|
8710
|
-
CertificateDetails?: CertificateDetails | undefined;
|
|
8711
8795
|
/**
|
|
8712
8796
|
* <p>The identifier of the source DB cluster if this DB instance is a read
|
|
8713
8797
|
* replica.</p>
|
|
@@ -8719,6 +8803,12 @@ export interface DBInstance {
|
|
|
8719
8803
|
* @public
|
|
8720
8804
|
*/
|
|
8721
8805
|
PercentProgress?: string | undefined;
|
|
8806
|
+
/**
|
|
8807
|
+
* <p>Specifies whether the DB instance is in the multi-tenant configuration (TRUE) or the
|
|
8808
|
+
* single-tenant configuration (FALSE).</p>
|
|
8809
|
+
* @public
|
|
8810
|
+
*/
|
|
8811
|
+
MultiTenant?: boolean | undefined;
|
|
8722
8812
|
/**
|
|
8723
8813
|
* <p>Indicates whether the DB instance has a dedicated log volume (DLV) enabled.</p>
|
|
8724
8814
|
* @public
|
|
@@ -8732,12 +8822,6 @@ export interface DBInstance {
|
|
|
8732
8822
|
* @public
|
|
8733
8823
|
*/
|
|
8734
8824
|
IsStorageConfigUpgradeAvailable?: boolean | undefined;
|
|
8735
|
-
/**
|
|
8736
|
-
* <p>Specifies whether the DB instance is in the multi-tenant configuration (TRUE) or the
|
|
8737
|
-
* single-tenant configuration (FALSE).</p>
|
|
8738
|
-
* @public
|
|
8739
|
-
*/
|
|
8740
|
-
MultiTenant?: boolean | undefined;
|
|
8741
8825
|
/**
|
|
8742
8826
|
* <p>The lifecycle type for the DB instance.</p>
|
|
8743
8827
|
* <p>For more information, see CreateDBInstance.</p>
|
|
@@ -8772,18 +8856,6 @@ export declare class DBInstanceAlreadyExistsFault extends __BaseException {
|
|
|
8772
8856
|
*/
|
|
8773
8857
|
constructor(opts: __ExceptionOptionType<DBInstanceAlreadyExistsFault, __BaseException>);
|
|
8774
8858
|
}
|
|
8775
|
-
/**
|
|
8776
|
-
* <p>The network type is invalid for the DB instance. Valid nework type values are <code>IPV4</code> and <code>DUAL</code>.</p>
|
|
8777
|
-
* @public
|
|
8778
|
-
*/
|
|
8779
|
-
export declare class NetworkTypeNotSupported extends __BaseException {
|
|
8780
|
-
readonly name: "NetworkTypeNotSupported";
|
|
8781
|
-
readonly $fault: "client";
|
|
8782
|
-
/**
|
|
8783
|
-
* @internal
|
|
8784
|
-
*/
|
|
8785
|
-
constructor(opts: __ExceptionOptionType<NetworkTypeNotSupported, __BaseException>);
|
|
8786
|
-
}
|
|
8787
8859
|
/**
|
|
8788
8860
|
* <p>Provisioned IOPS not available in the specified Availability Zone.</p>
|
|
8789
8861
|
* @public
|
|
@@ -8796,18 +8868,6 @@ export declare class ProvisionedIopsNotAvailableInAZFault extends __BaseExceptio
|
|
|
8796
8868
|
*/
|
|
8797
8869
|
constructor(opts: __ExceptionOptionType<ProvisionedIopsNotAvailableInAZFault, __BaseException>);
|
|
8798
8870
|
}
|
|
8799
|
-
/**
|
|
8800
|
-
* <p>The specified <code>StorageType</code> can't be associated with the DB instance.</p>
|
|
8801
|
-
* @public
|
|
8802
|
-
*/
|
|
8803
|
-
export declare class StorageTypeNotSupportedFault extends __BaseException {
|
|
8804
|
-
readonly name: "StorageTypeNotSupportedFault";
|
|
8805
|
-
readonly $fault: "client";
|
|
8806
|
-
/**
|
|
8807
|
-
* @internal
|
|
8808
|
-
*/
|
|
8809
|
-
constructor(opts: __ExceptionOptionType<StorageTypeNotSupportedFault, __BaseException>);
|
|
8810
|
-
}
|
|
8811
8871
|
/**
|
|
8812
8872
|
* <p>You attempted to create more tenant databases than are permitted in your Amazon Web Services
|
|
8813
8873
|
* account.</p>
|
|
@@ -8930,6 +8990,12 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
8930
8990
|
* @public
|
|
8931
8991
|
*/
|
|
8932
8992
|
Iops?: number | undefined;
|
|
8993
|
+
/**
|
|
8994
|
+
* <p>Specifies the storage throughput value for the read replica.</p>
|
|
8995
|
+
* <p>This setting doesn't apply to RDS Custom or Amazon Aurora DB instances.</p>
|
|
8996
|
+
* @public
|
|
8997
|
+
*/
|
|
8998
|
+
StorageThroughput?: number | undefined;
|
|
8933
8999
|
/**
|
|
8934
9000
|
* <p>The option group to associate the DB instance with. If not specified, RDS uses the option group
|
|
8935
9001
|
* associated with the source DB instance or cluster.</p>
|
|
@@ -9344,46 +9410,30 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
9344
9410
|
* Data Guard to transmit information to the mounted replica. Because it doesn't accept
|
|
9345
9411
|
* user connections, a mounted replica can't serve a read-only workload.</p>
|
|
9346
9412
|
* <p>You can create a combination of mounted and read-only DB replicas for the same primary DB instance.
|
|
9347
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html">Working with read replicas for Amazon RDS for Oracle</a>
|
|
9348
|
-
* in the <i>Amazon RDS User Guide</i>.</p>
|
|
9349
|
-
* <p>For RDS Custom, you must specify this parameter and set it to
|
|
9350
|
-
* <code>mounted</code>. The value won't be set by default. After replica
|
|
9351
|
-
* creation, you can manage the open mode manually.</p>
|
|
9352
|
-
* </dd>
|
|
9353
|
-
* </dl>
|
|
9354
|
-
* @public
|
|
9355
|
-
*/
|
|
9356
|
-
ReplicaMode?: ReplicaMode | undefined;
|
|
9357
|
-
/**
|
|
9358
|
-
* <p>The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.</p>
|
|
9359
|
-
* <p>For more information about this setting, including limitations that apply to it, see
|
|
9360
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling">
|
|
9361
|
-
* Managing capacity automatically with Amazon RDS storage autoscaling</a>
|
|
9362
|
-
* in the <i>Amazon RDS User Guide</i>.</p>
|
|
9363
|
-
* @public
|
|
9364
|
-
*/
|
|
9365
|
-
MaxAllocatedStorage?: number | undefined;
|
|
9366
|
-
/**
|
|
9367
|
-
* <p>The instance profile associated with the underlying Amazon EC2 instance of an
|
|
9368
|
-
* RDS Custom DB instance. The instance profile must meet the following requirements:</p>
|
|
9369
|
-
* <ul>
|
|
9370
|
-
* <li>
|
|
9371
|
-
* <p>The profile must exist in your account.</p>
|
|
9372
|
-
* </li>
|
|
9373
|
-
* <li>
|
|
9374
|
-
* <p>The profile must have an IAM role that Amazon EC2 has permissions to assume.</p>
|
|
9375
|
-
* </li>
|
|
9376
|
-
* <li>
|
|
9377
|
-
* <p>The instance profile name and the associated IAM role name must start with the prefix <code>AWSRDSCustom</code>.</p>
|
|
9378
|
-
* </li>
|
|
9379
|
-
* </ul>
|
|
9380
|
-
* <p>For the list of permissions required for the IAM role, see
|
|
9381
|
-
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-setup-orcl.html#custom-setup-orcl.iam-vpc">
|
|
9382
|
-
* Configure IAM and your VPC</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
9383
|
-
* <p>This setting is required for RDS Custom DB instances.</p>
|
|
9413
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/oracle-read-replicas.html">Working with read replicas for Amazon RDS for Oracle</a>
|
|
9414
|
+
* in the <i>Amazon RDS User Guide</i>.</p>
|
|
9415
|
+
* <p>For RDS Custom, you must specify this parameter and set it to
|
|
9416
|
+
* <code>mounted</code>. The value won't be set by default. After replica
|
|
9417
|
+
* creation, you can manage the open mode manually.</p>
|
|
9418
|
+
* </dd>
|
|
9419
|
+
* </dl>
|
|
9384
9420
|
* @public
|
|
9385
9421
|
*/
|
|
9386
|
-
|
|
9422
|
+
ReplicaMode?: ReplicaMode | undefined;
|
|
9423
|
+
/**
|
|
9424
|
+
* <p>Specifies whether to enable a customer-owned IP address (CoIP) for an RDS
|
|
9425
|
+
* on Outposts read replica.</p>
|
|
9426
|
+
* <p>A <i>CoIP</i> provides local or external connectivity to resources in
|
|
9427
|
+
* your Outpost subnets through your on-premises network. For some use cases, a CoIP can
|
|
9428
|
+
* provide lower latency for connections to the read replica from outside of its virtual
|
|
9429
|
+
* private cloud (VPC) on your local network.</p>
|
|
9430
|
+
* <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>
|
|
9431
|
+
* in the <i>Amazon RDS User Guide</i>.</p>
|
|
9432
|
+
* <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>
|
|
9433
|
+
* in the <i>Amazon Web Services Outposts User Guide</i>.</p>
|
|
9434
|
+
* @public
|
|
9435
|
+
*/
|
|
9436
|
+
EnableCustomerOwnedIp?: boolean | undefined;
|
|
9387
9437
|
/**
|
|
9388
9438
|
* <p>The network type of the DB instance.</p>
|
|
9389
9439
|
* <p>Valid Values:</p>
|
|
@@ -9410,25 +9460,14 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
9410
9460
|
*/
|
|
9411
9461
|
NetworkType?: string | undefined;
|
|
9412
9462
|
/**
|
|
9413
|
-
* <p>
|
|
9414
|
-
* <p>
|
|
9415
|
-
*
|
|
9416
|
-
|
|
9417
|
-
StorageThroughput?: number | undefined;
|
|
9418
|
-
/**
|
|
9419
|
-
* <p>Specifies whether to enable a customer-owned IP address (CoIP) for an RDS
|
|
9420
|
-
* on Outposts read replica.</p>
|
|
9421
|
-
* <p>A <i>CoIP</i> provides local or external connectivity to resources in
|
|
9422
|
-
* your Outpost subnets through your on-premises network. For some use cases, a CoIP can
|
|
9423
|
-
* provide lower latency for connections to the read replica from outside of its virtual
|
|
9424
|
-
* private cloud (VPC) on your local network.</p>
|
|
9425
|
-
* <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>
|
|
9463
|
+
* <p>The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.</p>
|
|
9464
|
+
* <p>For more information about this setting, including limitations that apply to it, see
|
|
9465
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PIOPS.StorageTypes.html#USER_PIOPS.Autoscaling">
|
|
9466
|
+
* Managing capacity automatically with Amazon RDS storage autoscaling</a>
|
|
9426
9467
|
* in the <i>Amazon RDS User Guide</i>.</p>
|
|
9427
|
-
* <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>
|
|
9428
|
-
* in the <i>Amazon Web Services Outposts User Guide</i>.</p>
|
|
9429
9468
|
* @public
|
|
9430
9469
|
*/
|
|
9431
|
-
|
|
9470
|
+
MaxAllocatedStorage?: number | undefined;
|
|
9432
9471
|
/**
|
|
9433
9472
|
* <p>The location where RDS stores automated backups and manual snapshots.</p>
|
|
9434
9473
|
* <p>Valid Values:</p>
|
|
@@ -9445,6 +9484,27 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
9445
9484
|
* @public
|
|
9446
9485
|
*/
|
|
9447
9486
|
BackupTarget?: string | undefined;
|
|
9487
|
+
/**
|
|
9488
|
+
* <p>The instance profile associated with the underlying Amazon EC2 instance of an
|
|
9489
|
+
* RDS Custom DB instance. The instance profile must meet the following requirements:</p>
|
|
9490
|
+
* <ul>
|
|
9491
|
+
* <li>
|
|
9492
|
+
* <p>The profile must exist in your account.</p>
|
|
9493
|
+
* </li>
|
|
9494
|
+
* <li>
|
|
9495
|
+
* <p>The profile must have an IAM role that Amazon EC2 has permissions to assume.</p>
|
|
9496
|
+
* </li>
|
|
9497
|
+
* <li>
|
|
9498
|
+
* <p>The instance profile name and the associated IAM role name must start with the prefix <code>AWSRDSCustom</code>.</p>
|
|
9499
|
+
* </li>
|
|
9500
|
+
* </ul>
|
|
9501
|
+
* <p>For the list of permissions required for the IAM role, see
|
|
9502
|
+
* <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-setup-orcl.html#custom-setup-orcl.iam-vpc">
|
|
9503
|
+
* Configure IAM and your VPC</a> in the <i>Amazon RDS User Guide</i>.</p>
|
|
9504
|
+
* <p>This setting is required for RDS Custom DB instances.</p>
|
|
9505
|
+
* @public
|
|
9506
|
+
*/
|
|
9507
|
+
CustomIamInstanceProfile?: string | undefined;
|
|
9448
9508
|
/**
|
|
9449
9509
|
* <p>The amount of storage (in gibibytes) to allocate initially for the read replica.
|
|
9450
9510
|
* Follow the allocation rules specified in <code>CreateDBInstance</code>.</p>
|
|
@@ -11037,7 +11097,7 @@ export interface CreateGlobalClusterMessage {
|
|
|
11037
11097
|
* <p>The cluster identifier for this global database cluster. This parameter is stored as a lowercase string.</p>
|
|
11038
11098
|
* @public
|
|
11039
11099
|
*/
|
|
11040
|
-
GlobalClusterIdentifier
|
|
11100
|
+
GlobalClusterIdentifier: string | undefined;
|
|
11041
11101
|
/**
|
|
11042
11102
|
* <p>The Amazon Resource Name (ARN) to use as the primary cluster of the global database.</p>
|
|
11043
11103
|
* <p>If you provide a value for this parameter, don't specify values for the following settings because Amazon Aurora uses the values from the specified source DB cluster:</p>
|
|
@@ -11373,6 +11433,18 @@ export declare class GlobalClusterQuotaExceededFault extends __BaseException {
|
|
|
11373
11433
|
*/
|
|
11374
11434
|
constructor(opts: __ExceptionOptionType<GlobalClusterQuotaExceededFault, __BaseException>);
|
|
11375
11435
|
}
|
|
11436
|
+
/**
|
|
11437
|
+
* <p>The DB shard group must be in the available state.</p>
|
|
11438
|
+
* @public
|
|
11439
|
+
*/
|
|
11440
|
+
export declare class InvalidDBShardGroupStateFault extends __BaseException {
|
|
11441
|
+
readonly name: "InvalidDBShardGroupStateFault";
|
|
11442
|
+
readonly $fault: "client";
|
|
11443
|
+
/**
|
|
11444
|
+
* @internal
|
|
11445
|
+
*/
|
|
11446
|
+
constructor(opts: __ExceptionOptionType<InvalidDBShardGroupStateFault, __BaseException>);
|
|
11447
|
+
}
|
|
11376
11448
|
/**
|
|
11377
11449
|
* @public
|
|
11378
11450
|
*/
|
|
@@ -11518,17 +11590,6 @@ export interface Integration {
|
|
|
11518
11590
|
* @public
|
|
11519
11591
|
*/
|
|
11520
11592
|
Tags?: Tag[] | undefined;
|
|
11521
|
-
/**
|
|
11522
|
-
* <p>The time when the integration was created, in Universal Coordinated Time
|
|
11523
|
-
* (UTC).</p>
|
|
11524
|
-
* @public
|
|
11525
|
-
*/
|
|
11526
|
-
CreateTime?: Date | undefined;
|
|
11527
|
-
/**
|
|
11528
|
-
* <p>Any errors associated with the integration.</p>
|
|
11529
|
-
* @public
|
|
11530
|
-
*/
|
|
11531
|
-
Errors?: IntegrationError[] | undefined;
|
|
11532
11593
|
/**
|
|
11533
11594
|
* <p>Data filters for the integration. These filters determine which tables
|
|
11534
11595
|
* from the source database are sent to the target Amazon Redshift data warehouse.
|
|
@@ -11541,6 +11602,17 @@ export interface Integration {
|
|
|
11541
11602
|
* @public
|
|
11542
11603
|
*/
|
|
11543
11604
|
Description?: string | undefined;
|
|
11605
|
+
/**
|
|
11606
|
+
* <p>The time when the integration was created, in Universal Coordinated Time
|
|
11607
|
+
* (UTC).</p>
|
|
11608
|
+
* @public
|
|
11609
|
+
*/
|
|
11610
|
+
CreateTime?: Date | undefined;
|
|
11611
|
+
/**
|
|
11612
|
+
* <p>Any errors associated with the integration.</p>
|
|
11613
|
+
* @public
|
|
11614
|
+
*/
|
|
11615
|
+
Errors?: IntegrationError[] | undefined;
|
|
11544
11616
|
}
|
|
11545
11617
|
/**
|
|
11546
11618
|
* <p>The integration you are trying to create already exists.</p>
|
|
@@ -11990,18 +12062,6 @@ export declare class InvalidBlueGreenDeploymentStateFault extends __BaseExceptio
|
|
|
11990
12062
|
*/
|
|
11991
12063
|
constructor(opts: __ExceptionOptionType<InvalidBlueGreenDeploymentStateFault, __BaseException>);
|
|
11992
12064
|
}
|
|
11993
|
-
/**
|
|
11994
|
-
* <p>The specified CEV was not found.</p>
|
|
11995
|
-
* @public
|
|
11996
|
-
*/
|
|
11997
|
-
export declare class CustomDBEngineVersionNotFoundFault extends __BaseException {
|
|
11998
|
-
readonly name: "CustomDBEngineVersionNotFoundFault";
|
|
11999
|
-
readonly $fault: "client";
|
|
12000
|
-
/**
|
|
12001
|
-
* @internal
|
|
12002
|
-
*/
|
|
12003
|
-
constructor(opts: __ExceptionOptionType<CustomDBEngineVersionNotFoundFault, __BaseException>);
|
|
12004
|
-
}
|
|
12005
12065
|
/**
|
|
12006
12066
|
* @public
|
|
12007
12067
|
*/
|
|
@@ -12041,18 +12101,6 @@ export interface DeleteCustomDBEngineVersionMessage {
|
|
|
12041
12101
|
*/
|
|
12042
12102
|
EngineVersion: string | undefined;
|
|
12043
12103
|
}
|
|
12044
|
-
/**
|
|
12045
|
-
* <p>You can't delete the CEV.</p>
|
|
12046
|
-
* @public
|
|
12047
|
-
*/
|
|
12048
|
-
export declare class InvalidCustomDBEngineVersionStateFault extends __BaseException {
|
|
12049
|
-
readonly name: "InvalidCustomDBEngineVersionStateFault";
|
|
12050
|
-
readonly $fault: "client";
|
|
12051
|
-
/**
|
|
12052
|
-
* @internal
|
|
12053
|
-
*/
|
|
12054
|
-
constructor(opts: __ExceptionOptionType<InvalidCustomDBEngineVersionStateFault, __BaseException>);
|
|
12055
|
-
}
|
|
12056
12104
|
/**
|
|
12057
12105
|
* <p>The quota for retained automated backups was exceeded. This prevents you from retaining any additional automated
|
|
12058
12106
|
* backups. The retained automated backups quota is the same as your DB cluster quota.</p>
|
|
@@ -12330,17 +12378,17 @@ export interface DBClusterAutomatedBackup {
|
|
|
12330
12378
|
* @public
|
|
12331
12379
|
*/
|
|
12332
12380
|
Iops?: number | undefined;
|
|
12333
|
-
/**
|
|
12334
|
-
* <p>The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.</p>
|
|
12335
|
-
* @public
|
|
12336
|
-
*/
|
|
12337
|
-
AwsBackupRecoveryPointArn?: string | undefined;
|
|
12338
12381
|
/**
|
|
12339
12382
|
* <p>The storage throughput for the automated backup. The throughput is automatically set based on the IOPS that you provision, and is not configurable.</p>
|
|
12340
12383
|
* <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
|
|
12341
12384
|
* @public
|
|
12342
12385
|
*/
|
|
12343
12386
|
StorageThroughput?: number | undefined;
|
|
12387
|
+
/**
|
|
12388
|
+
* <p>The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.</p>
|
|
12389
|
+
* @public
|
|
12390
|
+
*/
|
|
12391
|
+
AwsBackupRecoveryPointArn?: string | undefined;
|
|
12344
12392
|
}
|
|
12345
12393
|
/**
|
|
12346
12394
|
* @public
|
|
@@ -12388,18 +12436,6 @@ export interface DeleteDBClusterEndpointMessage {
|
|
|
12388
12436
|
*/
|
|
12389
12437
|
DBClusterEndpointIdentifier: string | undefined;
|
|
12390
12438
|
}
|
|
12391
|
-
/**
|
|
12392
|
-
* <p>The requested operation can't be performed on the endpoint while the endpoint is in this state.</p>
|
|
12393
|
-
* @public
|
|
12394
|
-
*/
|
|
12395
|
-
export declare class InvalidDBClusterEndpointStateFault extends __BaseException {
|
|
12396
|
-
readonly name: "InvalidDBClusterEndpointStateFault";
|
|
12397
|
-
readonly $fault: "client";
|
|
12398
|
-
/**
|
|
12399
|
-
* @internal
|
|
12400
|
-
*/
|
|
12401
|
-
constructor(opts: __ExceptionOptionType<InvalidDBClusterEndpointStateFault, __BaseException>);
|
|
12402
|
-
}
|
|
12403
12439
|
/**
|
|
12404
12440
|
* <p></p>
|
|
12405
12441
|
* @public
|
|
@@ -12690,6 +12726,11 @@ export interface DBInstanceAutomatedBackup {
|
|
|
12690
12726
|
* @public
|
|
12691
12727
|
*/
|
|
12692
12728
|
Iops?: number | undefined;
|
|
12729
|
+
/**
|
|
12730
|
+
* <p>The storage throughput for the automated backup.</p>
|
|
12731
|
+
* @public
|
|
12732
|
+
*/
|
|
12733
|
+
StorageThroughput?: number | undefined;
|
|
12693
12734
|
/**
|
|
12694
12735
|
* <p>The option group the automated backup is associated with. If omitted, the default option group for the engine specified is used.</p>
|
|
12695
12736
|
* @public
|
|
@@ -12750,10 +12791,11 @@ export interface DBInstanceAutomatedBackup {
|
|
|
12750
12791
|
*/
|
|
12751
12792
|
BackupTarget?: string | undefined;
|
|
12752
12793
|
/**
|
|
12753
|
-
* <p>
|
|
12794
|
+
* <p>Specifies whether the automatic backup is for a DB instance in the multi-tenant
|
|
12795
|
+
* configuration (TRUE) or the single-tenant configuration (FALSE). </p>
|
|
12754
12796
|
* @public
|
|
12755
12797
|
*/
|
|
12756
|
-
|
|
12798
|
+
MultiTenant?: boolean | undefined;
|
|
12757
12799
|
/**
|
|
12758
12800
|
* <p>The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.</p>
|
|
12759
12801
|
* @public
|
|
@@ -12764,12 +12806,6 @@ export interface DBInstanceAutomatedBackup {
|
|
|
12764
12806
|
* @public
|
|
12765
12807
|
*/
|
|
12766
12808
|
DedicatedLogVolume?: boolean | undefined;
|
|
12767
|
-
/**
|
|
12768
|
-
* <p>Specifies whether the automatic backup is for a DB instance in the multi-tenant
|
|
12769
|
-
* configuration (TRUE) or the single-tenant configuration (FALSE). </p>
|
|
12770
|
-
* @public
|
|
12771
|
-
*/
|
|
12772
|
-
MultiTenant?: boolean | undefined;
|
|
12773
12809
|
}
|
|
12774
12810
|
/**
|
|
12775
12811
|
* @public
|
|
@@ -12838,18 +12874,6 @@ export interface DeleteDBProxyResponse {
|
|
|
12838
12874
|
*/
|
|
12839
12875
|
DBProxy?: DBProxy | undefined;
|
|
12840
12876
|
}
|
|
12841
|
-
/**
|
|
12842
|
-
* <p>The DB proxy endpoint doesn't exist.</p>
|
|
12843
|
-
* @public
|
|
12844
|
-
*/
|
|
12845
|
-
export declare class DBProxyEndpointNotFoundFault extends __BaseException {
|
|
12846
|
-
readonly name: "DBProxyEndpointNotFoundFault";
|
|
12847
|
-
readonly $fault: "client";
|
|
12848
|
-
/**
|
|
12849
|
-
* @internal
|
|
12850
|
-
*/
|
|
12851
|
-
constructor(opts: __ExceptionOptionType<DBProxyEndpointNotFoundFault, __BaseException>);
|
|
12852
|
-
}
|
|
12853
12877
|
/**
|
|
12854
12878
|
* @public
|
|
12855
12879
|
*/
|
|
@@ -12911,18 +12935,6 @@ export interface DeleteDBSecurityGroupMessage {
|
|
|
12911
12935
|
*/
|
|
12912
12936
|
DBSecurityGroupName: string | undefined;
|
|
12913
12937
|
}
|
|
12914
|
-
/**
|
|
12915
|
-
* <p>The specified DB shard group name wasn't found.</p>
|
|
12916
|
-
* @public
|
|
12917
|
-
*/
|
|
12918
|
-
export declare class DBShardGroupNotFoundFault extends __BaseException {
|
|
12919
|
-
readonly name: "DBShardGroupNotFoundFault";
|
|
12920
|
-
readonly $fault: "client";
|
|
12921
|
-
/**
|
|
12922
|
-
* @internal
|
|
12923
|
-
*/
|
|
12924
|
-
constructor(opts: __ExceptionOptionType<DBShardGroupNotFoundFault, __BaseException>);
|
|
12925
|
-
}
|
|
12926
12938
|
/**
|
|
12927
12939
|
* @public
|
|
12928
12940
|
*/
|
|
@@ -12933,18 +12945,6 @@ export interface DeleteDBShardGroupMessage {
|
|
|
12933
12945
|
*/
|
|
12934
12946
|
DBShardGroupIdentifier: string | undefined;
|
|
12935
12947
|
}
|
|
12936
|
-
/**
|
|
12937
|
-
* <p>The DB shard group must be in the available state.</p>
|
|
12938
|
-
* @public
|
|
12939
|
-
*/
|
|
12940
|
-
export declare class InvalidDBShardGroupStateFault extends __BaseException {
|
|
12941
|
-
readonly name: "InvalidDBShardGroupStateFault";
|
|
12942
|
-
readonly $fault: "client";
|
|
12943
|
-
/**
|
|
12944
|
-
* @internal
|
|
12945
|
-
*/
|
|
12946
|
-
constructor(opts: __ExceptionOptionType<InvalidDBShardGroupStateFault, __BaseException>);
|
|
12947
|
-
}
|
|
12948
12948
|
/**
|
|
12949
12949
|
* <p></p>
|
|
12950
12950
|
* @public
|
|
@@ -13041,6 +13041,74 @@ export interface DeleteGlobalClusterMessage {
|
|
|
13041
13041
|
*/
|
|
13042
13042
|
GlobalClusterIdentifier: string | undefined;
|
|
13043
13043
|
}
|
|
13044
|
+
/**
|
|
13045
|
+
* @internal
|
|
13046
|
+
*/
|
|
13047
|
+
export declare const CopyDBClusterSnapshotMessageFilterSensitiveLog: (obj: CopyDBClusterSnapshotMessage) => any;
|
|
13048
|
+
/**
|
|
13049
|
+
* @internal
|
|
13050
|
+
*/
|
|
13051
|
+
export declare const CopyDBSnapshotMessageFilterSensitiveLog: (obj: CopyDBSnapshotMessage) => any;
|
|
13052
|
+
/**
|
|
13053
|
+
* @internal
|
|
13054
|
+
*/
|
|
13055
|
+
export declare const OptionSettingFilterSensitiveLog: (obj: OptionSetting) => any;
|
|
13056
|
+
/**
|
|
13057
|
+
* @internal
|
|
13058
|
+
*/
|
|
13059
|
+
export declare const OptionFilterSensitiveLog: (obj: Option) => any;
|
|
13060
|
+
/**
|
|
13061
|
+
* @internal
|
|
13062
|
+
*/
|
|
13063
|
+
export declare const OptionGroupFilterSensitiveLog: (obj: OptionGroup) => any;
|
|
13064
|
+
/**
|
|
13065
|
+
* @internal
|
|
13066
|
+
*/
|
|
13067
|
+
export declare const CopyOptionGroupResultFilterSensitiveLog: (obj: CopyOptionGroupResult) => any;
|
|
13068
|
+
/**
|
|
13069
|
+
* @internal
|
|
13070
|
+
*/
|
|
13071
|
+
export declare const CreateDBClusterMessageFilterSensitiveLog: (obj: CreateDBClusterMessage) => any;
|
|
13072
|
+
/**
|
|
13073
|
+
* @internal
|
|
13074
|
+
*/
|
|
13075
|
+
export declare const ClusterPendingModifiedValuesFilterSensitiveLog: (obj: ClusterPendingModifiedValues) => any;
|
|
13076
|
+
/**
|
|
13077
|
+
* @internal
|
|
13078
|
+
*/
|
|
13079
|
+
export declare const DBClusterFilterSensitiveLog: (obj: DBCluster) => any;
|
|
13080
|
+
/**
|
|
13081
|
+
* @internal
|
|
13082
|
+
*/
|
|
13083
|
+
export declare const CreateDBClusterResultFilterSensitiveLog: (obj: CreateDBClusterResult) => any;
|
|
13084
|
+
/**
|
|
13085
|
+
* @internal
|
|
13086
|
+
*/
|
|
13087
|
+
export declare const CreateDBInstanceMessageFilterSensitiveLog: (obj: CreateDBInstanceMessage) => any;
|
|
13088
|
+
/**
|
|
13089
|
+
* @internal
|
|
13090
|
+
*/
|
|
13091
|
+
export declare const PendingModifiedValuesFilterSensitiveLog: (obj: PendingModifiedValues) => any;
|
|
13092
|
+
/**
|
|
13093
|
+
* @internal
|
|
13094
|
+
*/
|
|
13095
|
+
export declare const DBInstanceFilterSensitiveLog: (obj: DBInstance) => any;
|
|
13096
|
+
/**
|
|
13097
|
+
* @internal
|
|
13098
|
+
*/
|
|
13099
|
+
export declare const CreateDBInstanceResultFilterSensitiveLog: (obj: CreateDBInstanceResult) => any;
|
|
13100
|
+
/**
|
|
13101
|
+
* @internal
|
|
13102
|
+
*/
|
|
13103
|
+
export declare const CreateDBInstanceReadReplicaMessageFilterSensitiveLog: (obj: CreateDBInstanceReadReplicaMessage) => any;
|
|
13104
|
+
/**
|
|
13105
|
+
* @internal
|
|
13106
|
+
*/
|
|
13107
|
+
export declare const CreateDBInstanceReadReplicaResultFilterSensitiveLog: (obj: CreateDBInstanceReadReplicaResult) => any;
|
|
13108
|
+
/**
|
|
13109
|
+
* @internal
|
|
13110
|
+
*/
|
|
13111
|
+
export declare const CreateOptionGroupResultFilterSensitiveLog: (obj: CreateOptionGroupResult) => any;
|
|
13044
13112
|
/**
|
|
13045
13113
|
* @internal
|
|
13046
13114
|
*/
|
|
@@ -13057,3 +13125,11 @@ export declare const TenantDatabaseFilterSensitiveLog: (obj: TenantDatabase) =>
|
|
|
13057
13125
|
* @internal
|
|
13058
13126
|
*/
|
|
13059
13127
|
export declare const CreateTenantDatabaseResultFilterSensitiveLog: (obj: CreateTenantDatabaseResult) => any;
|
|
13128
|
+
/**
|
|
13129
|
+
* @internal
|
|
13130
|
+
*/
|
|
13131
|
+
export declare const DeleteDBClusterResultFilterSensitiveLog: (obj: DeleteDBClusterResult) => any;
|
|
13132
|
+
/**
|
|
13133
|
+
* @internal
|
|
13134
|
+
*/
|
|
13135
|
+
export declare const DeleteDBInstanceResultFilterSensitiveLog: (obj: DeleteDBInstanceResult) => any;
|