@aws-sdk/client-rds 3.289.0 → 3.290.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +14 -0
- package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +14 -0
- package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +7 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +23 -0
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +10 -0
- package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +15 -0
- package/dist-types/commands/BacktrackDBClusterCommand.d.ts +8 -0
- package/dist-types/commands/CancelExportTaskCommand.d.ts +7 -0
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +13 -0
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +21 -0
- package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +13 -0
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +24 -0
- package/dist-types/commands/CopyOptionGroupCommand.d.ts +10 -0
- package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +42 -0
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +13 -0
- package/dist-types/commands/CreateDBClusterCommand.d.ts +66 -0
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +21 -0
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +8 -0
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +18 -0
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +79 -0
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +74 -0
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +8 -0
- package/dist-types/commands/CreateDBProxyCommand.d.ts +10 -0
- package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +16 -0
- package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +12 -0
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +19 -0
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +22 -0
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +14 -0
- package/dist-types/commands/CreateOptionGroupCommand.d.ts +7 -0
- package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +9 -0
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +7 -0
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +18 -0
- package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +10 -0
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +8 -0
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +8 -0
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +24 -0
- package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDBProxyCommand.d.ts +7 -0
- package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +7 -0
- package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +8 -0
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +8 -0
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +7 -0
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +7 -0
- package/dist-types/commands/DeleteOptionGroupCommand.d.ts +7 -0
- package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +9 -0
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDBProxiesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +10 -0
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +13 -0
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +4 -0
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +4 -0
- package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +8 -0
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +9 -0
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +11 -0
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +14 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +23 -0
- package/dist-types/commands/ModifyActivityStreamCommand.d.ts +11 -0
- package/dist-types/commands/ModifyCertificatesCommand.d.ts +6 -0
- package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +14 -0
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +7 -0
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +44 -0
- package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +17 -0
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +11 -0
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +75 -0
- package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/ModifyDBProxyCommand.d.ts +10 -0
- package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +13 -0
- package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +10 -0
- package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +11 -0
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +5 -0
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +18 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +19 -0
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +13 -0
- package/dist-types/commands/ModifyOptionGroupCommand.d.ts +7 -0
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +8 -0
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +8 -0
- package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +10 -0
- package/dist-types/commands/RebootDBClusterCommand.d.ts +11 -0
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +8 -0
- package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +32 -0
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +11 -0
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +11 -0
- package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +12 -0
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +7 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +23 -0
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +11 -0
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +54 -0
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +66 -0
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +66 -0
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +81 -0
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +67 -0
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +86 -0
- package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +14 -0
- package/dist-types/commands/StartActivityStreamCommand.d.ts +21 -0
- package/dist-types/commands/StartDBClusterCommand.d.ts +11 -0
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +20 -0
- package/dist-types/commands/StartDBInstanceCommand.d.ts +42 -0
- package/dist-types/commands/StartExportTaskCommand.d.ts +35 -0
- package/dist-types/commands/StopActivityStreamCommand.d.ts +18 -0
- package/dist-types/commands/StopDBClusterCommand.d.ts +11 -0
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +8 -0
- package/dist-types/commands/StopDBInstanceCommand.d.ts +19 -0
- package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +9 -0
- package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +8 -0
- package/package.json +31 -31
|
@@ -35,6 +35,15 @@ export interface DescribeDBClusterBacktracksCommandOutput extends DBClusterBackt
|
|
|
35
35
|
* @see {@link DescribeDBClusterBacktracksCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link DBClusterBacktrackNotFoundFault} (client fault)
|
|
39
|
+
* <p>
|
|
40
|
+
* <code>BacktrackIdentifier</code> doesn't refer to an existing backtrack.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
43
|
+
* <p>
|
|
44
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
38
47
|
*/
|
|
39
48
|
export declare class DescribeDBClusterBacktracksCommand extends $Command<DescribeDBClusterBacktracksCommandInput, DescribeDBClusterBacktracksCommandOutput, RDSClientResolvedConfig> {
|
|
40
49
|
readonly input: DescribeDBClusterBacktracksCommandInput;
|
|
@@ -32,6 +32,11 @@ export interface DescribeDBClusterEndpointsCommandOutput extends DBClusterEndpoi
|
|
|
32
32
|
* @see {@link DescribeDBClusterEndpointsCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
36
|
+
* <p>
|
|
37
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
35
40
|
*/
|
|
36
41
|
export declare class DescribeDBClusterEndpointsCommand extends $Command<DescribeDBClusterEndpointsCommandInput, DescribeDBClusterEndpointsCommandOutput, RDSClientResolvedConfig> {
|
|
37
42
|
readonly input: DescribeDBClusterEndpointsCommandInput;
|
|
@@ -37,6 +37,12 @@ export interface DescribeDBClusterParameterGroupsCommandOutput extends DBCluster
|
|
|
37
37
|
* @see {@link DescribeDBClusterParameterGroupsCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
41
|
+
* <p>
|
|
42
|
+
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
43
|
+
* existing DB parameter group.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
40
46
|
* @example To list DB cluster parameter group settings
|
|
41
47
|
* ```javascript
|
|
42
48
|
* // This example lists settings for the specified DB cluster parameter group.
|
|
@@ -35,6 +35,12 @@ export interface DescribeDBClusterParametersCommandOutput extends DBClusterParam
|
|
|
35
35
|
* @see {@link DescribeDBClusterParametersCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
39
|
+
* <p>
|
|
40
|
+
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
41
|
+
* existing DB parameter group.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
38
44
|
* @example To list DB cluster parameters
|
|
39
45
|
* ```javascript
|
|
40
46
|
* // This example lists system parameters for the specified DB cluster parameter group.
|
|
@@ -36,6 +36,11 @@ export interface DescribeDBClusterSnapshotAttributesCommandOutput extends Descri
|
|
|
36
36
|
* @see {@link DescribeDBClusterSnapshotAttributesCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link DBClusterSnapshotNotFoundFault} (client fault)
|
|
40
|
+
* <p>
|
|
41
|
+
* <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
39
44
|
* @example To list DB cluster snapshot attributes
|
|
40
45
|
* ```javascript
|
|
41
46
|
* // This example lists attributes for the specified DB cluster snapshot.
|
|
@@ -35,6 +35,11 @@ export interface DescribeDBClusterSnapshotsCommandOutput extends DBClusterSnapsh
|
|
|
35
35
|
* @see {@link DescribeDBClusterSnapshotsCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link DBClusterSnapshotNotFoundFault} (client fault)
|
|
39
|
+
* <p>
|
|
40
|
+
* <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
38
43
|
* @example To list DB cluster snapshots
|
|
39
44
|
* ```javascript
|
|
40
45
|
* // This example lists settings for the specified, manually-created cluster snapshot.
|
|
@@ -36,6 +36,11 @@ export interface DescribeDBClustersCommandOutput extends DBClusterMessage, __Met
|
|
|
36
36
|
* @see {@link DescribeDBClustersCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
40
|
+
* <p>
|
|
41
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
39
44
|
* @example To list DB clusters
|
|
40
45
|
* ```javascript
|
|
41
46
|
* // This example lists settings for the specified DB cluster.
|
|
@@ -29,6 +29,7 @@ export interface DescribeDBEngineVersionsCommandOutput extends DBEngineVersionMe
|
|
|
29
29
|
* @see {@link DescribeDBEngineVersionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
* @example To list DB engine version settings
|
|
33
34
|
* ```javascript
|
|
34
35
|
* // This example lists settings for the specified DB engine version.
|
|
@@ -35,6 +35,10 @@ export interface DescribeDBInstanceAutomatedBackupsCommandOutput extends DBInsta
|
|
|
35
35
|
* @see {@link DescribeDBInstanceAutomatedBackupsCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link DBInstanceAutomatedBackupNotFoundFault} (client fault)
|
|
39
|
+
* <p>No automated backup for this DB instance was found.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
38
42
|
*/
|
|
39
43
|
export declare class DescribeDBInstanceAutomatedBackupsCommand extends $Command<DescribeDBInstanceAutomatedBackupsCommandInput, DescribeDBInstanceAutomatedBackupsCommandOutput, RDSClientResolvedConfig> {
|
|
40
44
|
readonly input: DescribeDBInstanceAutomatedBackupsCommandInput;
|
|
@@ -32,6 +32,11 @@ export interface DescribeDBInstancesCommandOutput extends DBInstanceMessage, __M
|
|
|
32
32
|
* @see {@link DescribeDBInstancesCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
36
|
+
* <p>
|
|
37
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
38
|
+
*
|
|
39
|
+
*
|
|
35
40
|
* @example To list DB instance settings
|
|
36
41
|
* ```javascript
|
|
37
42
|
* // This example lists settings for the specified DB instance.
|
|
@@ -30,6 +30,11 @@ export interface DescribeDBLogFilesCommandOutput extends DescribeDBLogFilesRespo
|
|
|
30
30
|
* @see {@link DescribeDBLogFilesCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
34
|
+
* <p>
|
|
35
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
36
|
+
*
|
|
37
|
+
*
|
|
33
38
|
* @example To list DB log file names
|
|
34
39
|
* ```javascript
|
|
35
40
|
* // This example lists matching log file names for the specified DB instance, file name pattern, last write date in POSIX time with milleseconds, and minimum file size.
|
|
@@ -30,6 +30,12 @@ export interface DescribeDBParameterGroupsCommandOutput extends DBParameterGroup
|
|
|
30
30
|
* @see {@link DescribeDBParameterGroupsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
34
|
+
* <p>
|
|
35
|
+
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
36
|
+
* existing DB parameter group.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
33
39
|
* @example To list information about DB parameter groups
|
|
34
40
|
* ```javascript
|
|
35
41
|
* // This example lists information about the specified DB parameter group.
|
|
@@ -30,6 +30,12 @@ export interface DescribeDBParametersCommandOutput extends DBParameterGroupDetai
|
|
|
30
30
|
* @see {@link DescribeDBParametersCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link DBParameterGroupNotFoundFault} (client fault)
|
|
34
|
+
* <p>
|
|
35
|
+
* <code>DBParameterGroupName</code> doesn't refer to an
|
|
36
|
+
* existing DB parameter group.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
33
39
|
* @example To list information about DB parameters
|
|
34
40
|
* ```javascript
|
|
35
41
|
* // This example lists information for up to the first 20 system parameters for the specified DB parameter group.
|
|
@@ -29,6 +29,10 @@ export interface DescribeDBProxiesCommandOutput extends DescribeDBProxiesRespons
|
|
|
29
29
|
* @see {@link DescribeDBProxiesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DBProxyNotFoundFault} (client fault)
|
|
33
|
+
* <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>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class DescribeDBProxiesCommand extends $Command<DescribeDBProxiesCommandInput, DescribeDBProxiesCommandOutput, RDSClientResolvedConfig> {
|
|
34
38
|
readonly input: DescribeDBProxiesCommandInput;
|
|
@@ -29,6 +29,13 @@ export interface DescribeDBProxyEndpointsCommandOutput extends DescribeDBProxyEn
|
|
|
29
29
|
* @see {@link DescribeDBProxyEndpointsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DBProxyEndpointNotFoundFault} (client fault)
|
|
33
|
+
* <p>The DB proxy endpoint doesn't exist.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DBProxyNotFoundFault} (client fault)
|
|
36
|
+
* <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>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
32
39
|
*/
|
|
33
40
|
export declare class DescribeDBProxyEndpointsCommand extends $Command<DescribeDBProxyEndpointsCommandInput, DescribeDBProxyEndpointsCommandOutput, RDSClientResolvedConfig> {
|
|
34
41
|
readonly input: DescribeDBProxyEndpointsCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface DescribeDBProxyTargetGroupsCommandOutput extends DescribeDBProx
|
|
|
29
29
|
* @see {@link DescribeDBProxyTargetGroupsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DBProxyNotFoundFault} (client fault)
|
|
33
|
+
* <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>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DBProxyTargetGroupNotFoundFault} (client fault)
|
|
36
|
+
* <p>The specified target group isn't available for a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidDBProxyStateFault} (client fault)
|
|
39
|
+
* <p>The requested operation can't be performed while the proxy is in this state.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class DescribeDBProxyTargetGroupsCommand extends $Command<DescribeDBProxyTargetGroupsCommandInput, DescribeDBProxyTargetGroupsCommandOutput, RDSClientResolvedConfig> {
|
|
34
44
|
readonly input: DescribeDBProxyTargetGroupsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DescribeDBProxyTargetsCommandOutput extends DescribeDBProxyTarg
|
|
|
29
29
|
* @see {@link DescribeDBProxyTargetsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DBProxyNotFoundFault} (client fault)
|
|
33
|
+
* <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>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link DBProxyTargetGroupNotFoundFault} (client fault)
|
|
36
|
+
* <p>The specified target group isn't available for a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link DBProxyTargetNotFoundFault} (client fault)
|
|
39
|
+
* <p>The specified RDS DB instance or Aurora DB cluster isn't available for a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InvalidDBProxyStateFault} (client fault)
|
|
42
|
+
* <p>The requested operation can't be performed while the proxy is in this state.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
32
45
|
*/
|
|
33
46
|
export declare class DescribeDBProxyTargetsCommand extends $Command<DescribeDBProxyTargetsCommandInput, DescribeDBProxyTargetsCommandOutput, RDSClientResolvedConfig> {
|
|
34
47
|
readonly input: DescribeDBProxyTargetsCommandInput;
|
|
@@ -37,6 +37,11 @@ export interface DescribeDBSecurityGroupsCommandOutput extends DBSecurityGroupMe
|
|
|
37
37
|
* @see {@link DescribeDBSecurityGroupsCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link DBSecurityGroupNotFoundFault} (client fault)
|
|
41
|
+
* <p>
|
|
42
|
+
* <code>DBSecurityGroupName</code> doesn't refer to an existing DB security group.</p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
40
45
|
* @example To list DB security group settings
|
|
41
46
|
* ```javascript
|
|
42
47
|
* // This example lists settings for the specified security group.
|
|
@@ -36,6 +36,11 @@ export interface DescribeDBSnapshotAttributesCommandOutput extends DescribeDBSna
|
|
|
36
36
|
* @see {@link DescribeDBSnapshotAttributesCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link DBSnapshotNotFoundFault} (client fault)
|
|
40
|
+
* <p>
|
|
41
|
+
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
39
44
|
* @example To list DB snapshot attributes
|
|
40
45
|
* ```javascript
|
|
41
46
|
* // This example lists attributes for the specified DB snapshot.
|
|
@@ -29,6 +29,11 @@ export interface DescribeDBSnapshotsCommandOutput extends DBSnapshotMessage, __M
|
|
|
29
29
|
* @see {@link DescribeDBSnapshotsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link DBSnapshotNotFoundFault} (client fault)
|
|
33
|
+
* <p>
|
|
34
|
+
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
35
|
+
*
|
|
36
|
+
*
|
|
32
37
|
* @example To list DB snapshot attributes
|
|
33
38
|
* ```javascript
|
|
34
39
|
* // This example lists all manually-created, shared snapshots for the specified DB instance.
|
|
@@ -31,6 +31,11 @@ export interface DescribeDBSubnetGroupsCommandOutput extends DBSubnetGroupMessag
|
|
|
31
31
|
* @see {@link DescribeDBSubnetGroupsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link DBSubnetGroupNotFoundFault} (client fault)
|
|
35
|
+
* <p>
|
|
36
|
+
* <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
|
|
37
|
+
*
|
|
38
|
+
*
|
|
34
39
|
* @example To list information about DB subnet groups
|
|
35
40
|
* ```javascript
|
|
36
41
|
* // This example lists information about the specified DB subnet group.
|
|
@@ -32,6 +32,7 @@ export interface DescribeEngineDefaultClusterParametersCommandOutput extends Des
|
|
|
32
32
|
* @see {@link DescribeEngineDefaultClusterParametersCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
*
|
|
35
36
|
* @example To list default parameters for a DB cluster engine
|
|
36
37
|
* ```javascript
|
|
37
38
|
* // This example lists default parameters for the specified DB cluster engine.
|
|
@@ -29,6 +29,7 @@ export interface DescribeEngineDefaultParametersCommandOutput extends DescribeEn
|
|
|
29
29
|
* @see {@link DescribeEngineDefaultParametersCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
* @example To list default parameters for a DB engine
|
|
33
34
|
* ```javascript
|
|
34
35
|
* // This example lists default parameters for the specified DB engine.
|
|
@@ -35,6 +35,7 @@ export interface DescribeEventCategoriesCommandOutput extends EventCategoriesMes
|
|
|
35
35
|
* @see {@link DescribeEventCategoriesCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
*
|
|
38
39
|
* @example To list event categories.
|
|
39
40
|
* ```javascript
|
|
40
41
|
* // This example lists all DB instance event categories.
|
|
@@ -31,6 +31,10 @@ export interface DescribeEventSubscriptionsCommandOutput extends EventSubscripti
|
|
|
31
31
|
* @see {@link DescribeEventSubscriptionsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link SubscriptionNotFoundFault} (client fault)
|
|
35
|
+
* <p>The subscription name does not exist.</p>
|
|
36
|
+
*
|
|
37
|
+
*
|
|
34
38
|
* @example To list information about DB event notification subscriptions
|
|
35
39
|
* ```javascript
|
|
36
40
|
* // This example lists information for the specified DB event notification subscription.
|
|
@@ -36,6 +36,7 @@ export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBe
|
|
|
36
36
|
* @see {@link DescribeEventsCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
*
|
|
39
40
|
* @example To list information about events
|
|
40
41
|
* ```javascript
|
|
41
42
|
* // This example lists information for all backup-related events for the specified DB instance for the past 7 days (7 days * 24 hours * 60 minutes = 10,080 minutes).
|
|
@@ -30,6 +30,10 @@ export interface DescribeExportTasksCommandOutput extends ExportTasksMessage, __
|
|
|
30
30
|
* @see {@link DescribeExportTasksCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link ExportTaskNotFoundFault} (client fault)
|
|
34
|
+
* <p>The export task doesn't exist.</p>
|
|
35
|
+
*
|
|
36
|
+
*
|
|
33
37
|
*/
|
|
34
38
|
export declare class DescribeExportTasksCommand extends $Command<DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput, RDSClientResolvedConfig> {
|
|
35
39
|
readonly input: DescribeExportTasksCommandInput;
|
|
@@ -34,6 +34,10 @@ export interface DescribeGlobalClustersCommandOutput extends GlobalClustersMessa
|
|
|
34
34
|
* @see {@link DescribeGlobalClustersCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link GlobalClusterNotFoundFault} (client fault)
|
|
38
|
+
* <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global database cluster.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
37
41
|
*/
|
|
38
42
|
export declare class DescribeGlobalClustersCommand extends $Command<DescribeGlobalClustersCommandInput, DescribeGlobalClustersCommandOutput, RDSClientResolvedConfig> {
|
|
39
43
|
readonly input: DescribeGlobalClustersCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface DescribeOptionGroupOptionsCommandOutput extends OptionGroupOpti
|
|
|
29
29
|
* @see {@link DescribeOptionGroupOptionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
* @example To list information about DB option group options
|
|
33
34
|
* ```javascript
|
|
34
35
|
* // This example lists information for all option group options for the specified DB engine.
|
|
@@ -29,6 +29,10 @@ export interface DescribeOptionGroupsCommandOutput extends OptionGroups, __Metad
|
|
|
29
29
|
* @see {@link DescribeOptionGroupsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link OptionGroupNotFoundFault} (client fault)
|
|
33
|
+
* <p>The specified option group could not be found.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
* @example To list information about DB option groups
|
|
33
37
|
* ```javascript
|
|
34
38
|
* // This example lists information for all option groups for the specified DB engine.
|
|
@@ -29,6 +29,7 @@ export interface DescribeOrderableDBInstanceOptionsCommandOutput extends Orderab
|
|
|
29
29
|
* @see {@link DescribeOrderableDBInstanceOptionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
* @example To list information about orderable DB instance options
|
|
33
34
|
* ```javascript
|
|
34
35
|
* // This example lists information for all orderable DB instance options for the specified DB engine, engine version, DB instance class, license model, and VPC settings.
|
|
@@ -29,6 +29,10 @@ export interface DescribePendingMaintenanceActionsCommandOutput extends PendingM
|
|
|
29
29
|
* @see {@link DescribePendingMaintenanceActionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
33
|
+
* <p>The specified resource ID was not found.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
* @example To list information about pending maintenance actions
|
|
33
37
|
* ```javascript
|
|
34
38
|
* // This example lists information for all pending maintenance actions for the specified DB instance.
|
|
@@ -29,6 +29,10 @@ export interface DescribeReservedDBInstancesCommandOutput extends ReservedDBInst
|
|
|
29
29
|
* @see {@link DescribeReservedDBInstancesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ReservedDBInstanceNotFoundFault} (client fault)
|
|
33
|
+
* <p>The specified reserved DB Instance not found.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
* @example To list information about reserved DB instances
|
|
33
37
|
* ```javascript
|
|
34
38
|
* // This example lists information for all reserved DB instances for the specified DB instance class, duration, product, offering type, and availability zone settings.
|
|
@@ -29,6 +29,10 @@ export interface DescribeReservedDBInstancesOfferingsCommandOutput extends Reser
|
|
|
29
29
|
* @see {@link DescribeReservedDBInstancesOfferingsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ReservedDBInstancesOfferingNotFoundFault} (client fault)
|
|
33
|
+
* <p>Specified offering does not exist.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
* @example To list information about reserved DB instance offerings
|
|
33
37
|
* ```javascript
|
|
34
38
|
* // This example lists information for all reserved DB instance offerings for the specified DB instance class, duration, product, offering type, and availability zone settings.
|
|
@@ -36,6 +36,7 @@ export interface DescribeSourceRegionsCommandOutput extends SourceRegionMessage,
|
|
|
36
36
|
* @see {@link DescribeSourceRegionsCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
*
|
|
39
40
|
* @example To describe source regions
|
|
40
41
|
* ```javascript
|
|
41
42
|
* // To list the AWS regions where a Read Replica can be created.
|
|
@@ -31,6 +31,14 @@ export interface DescribeValidDBInstanceModificationsCommandOutput extends Descr
|
|
|
31
31
|
* @see {@link DescribeValidDBInstanceModificationsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
35
|
+
* <p>
|
|
36
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
39
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
34
42
|
*/
|
|
35
43
|
export declare class DescribeValidDBInstanceModificationsCommand extends $Command<DescribeValidDBInstanceModificationsCommandInput, DescribeValidDBInstanceModificationsCommandOutput, RDSClientResolvedConfig> {
|
|
36
44
|
readonly input: DescribeValidDBInstanceModificationsCommandInput;
|
|
@@ -30,6 +30,15 @@ export interface DownloadDBLogFilePortionCommandOutput extends DownloadDBLogFile
|
|
|
30
30
|
* @see {@link DownloadDBLogFilePortionCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
34
|
+
* <p>
|
|
35
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link DBLogFileNotFoundFault} (client fault)
|
|
38
|
+
* <p>
|
|
39
|
+
* <code>LogFileName</code> doesn't refer to an existing DB log file.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
33
42
|
* @example To list information about DB log files
|
|
34
43
|
* ```javascript
|
|
35
44
|
* // This example lists information for the specified log file for the specified DB instance.
|
|
@@ -45,6 +45,17 @@ export interface FailoverDBClusterCommandOutput extends FailoverDBClusterResult,
|
|
|
45
45
|
* @see {@link FailoverDBClusterCommandOutput} for command's `response` shape.
|
|
46
46
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
47
47
|
*
|
|
48
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
49
|
+
* <p>
|
|
50
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
53
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
56
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
48
59
|
* @example To perform a failover for a DB cluster
|
|
49
60
|
* ```javascript
|
|
50
61
|
* // This example performs a failover for the specified DB cluster to the specified DB instance.
|
|
@@ -41,6 +41,20 @@ export interface FailoverGlobalClusterCommandOutput extends FailoverGlobalCluste
|
|
|
41
41
|
* @see {@link FailoverGlobalClusterCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
45
|
+
* <p>
|
|
46
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link GlobalClusterNotFoundFault} (client fault)
|
|
49
|
+
* <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global database cluster.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
52
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link InvalidGlobalClusterStateFault} (client fault)
|
|
55
|
+
* <p>The global cluster is in an invalid state and can't perform the requested operation.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
44
58
|
*/
|
|
45
59
|
export declare class FailoverGlobalClusterCommand extends $Command<FailoverGlobalClusterCommandInput, FailoverGlobalClusterCommandOutput, RDSClientResolvedConfig> {
|
|
46
60
|
readonly input: FailoverGlobalClusterCommandInput;
|
|
@@ -32,6 +32,29 @@ export interface ListTagsForResourceCommandOutput extends TagListMessage, __Meta
|
|
|
32
32
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link BlueGreenDeploymentNotFoundFault} (client fault)
|
|
36
|
+
* <p>
|
|
37
|
+
* <code>BlueGreenDeploymentIdentifier</code> doesn't refer to an existing blue/green deployment.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
40
|
+
* <p>
|
|
41
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
44
|
+
* <p>
|
|
45
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link DBProxyNotFoundFault} (client fault)
|
|
48
|
+
* <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>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link DBProxyTargetGroupNotFoundFault} (client fault)
|
|
51
|
+
* <p>The specified target group isn't available for a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link DBSnapshotNotFoundFault} (client fault)
|
|
54
|
+
* <p>
|
|
55
|
+
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
35
58
|
* @example To list information about tags associated with a resource
|
|
36
59
|
* ```javascript
|
|
37
60
|
* // This example lists information about all tags associated with the specified DB option group.
|
|
@@ -33,6 +33,17 @@ export interface ModifyActivityStreamCommandOutput extends ModifyActivityStreamR
|
|
|
33
33
|
* @see {@link ModifyActivityStreamCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
37
|
+
* <p>
|
|
38
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
41
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
44
|
+
* <p>The specified resource ID was not found.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
36
47
|
*/
|
|
37
48
|
export declare class ModifyActivityStreamCommand extends $Command<ModifyActivityStreamCommandInput, ModifyActivityStreamCommandOutput, RDSClientResolvedConfig> {
|
|
38
49
|
readonly input: ModifyActivityStreamCommandInput;
|
|
@@ -53,6 +53,12 @@ export interface ModifyCertificatesCommandOutput extends ModifyCertificatesResul
|
|
|
53
53
|
* @see {@link ModifyCertificatesCommandOutput} for command's `response` shape.
|
|
54
54
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
55
55
|
*
|
|
56
|
+
* @throws {@link CertificateNotFoundFault} (client fault)
|
|
57
|
+
* <p>
|
|
58
|
+
* <code>CertificateIdentifier</code> doesn't refer to an
|
|
59
|
+
* existing certificate.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
56
62
|
*/
|
|
57
63
|
export declare class ModifyCertificatesCommand extends $Command<ModifyCertificatesCommandInput, ModifyCertificatesCommandOutput, RDSClientResolvedConfig> {
|
|
58
64
|
readonly input: ModifyCertificatesCommandInput;
|
|
@@ -46,6 +46,20 @@ export interface ModifyCurrentDBClusterCapacityCommandOutput extends DBClusterCa
|
|
|
46
46
|
* @see {@link ModifyCurrentDBClusterCapacityCommandOutput} for command's `response` shape.
|
|
47
47
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
48
48
|
*
|
|
49
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
50
|
+
* <p>
|
|
51
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link InvalidDBClusterCapacityFault} (client fault)
|
|
54
|
+
* <p>
|
|
55
|
+
* <code>Capacity</code> isn't a valid Aurora Serverless DB cluster
|
|
56
|
+
* capacity. Valid capacity values are <code>2</code>, <code>4</code>, <code>8</code>, <code>16</code>,
|
|
57
|
+
* <code>32</code>, <code>64</code>, <code>128</code>, and <code>256</code>.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
60
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
61
|
+
*
|
|
62
|
+
*
|
|
49
63
|
*/
|
|
50
64
|
export declare class ModifyCurrentDBClusterCapacityCommand extends $Command<ModifyCurrentDBClusterCapacityCommandInput, ModifyCurrentDBClusterCapacityCommandOutput, RDSClientResolvedConfig> {
|
|
51
65
|
readonly input: ModifyCurrentDBClusterCapacityCommandInput;
|
|
@@ -40,6 +40,13 @@ export interface ModifyCustomDBEngineVersionCommandOutput extends DBEngineVersio
|
|
|
40
40
|
* @see {@link ModifyCustomDBEngineVersionCommandOutput} for command's `response` shape.
|
|
41
41
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
42
42
|
*
|
|
43
|
+
* @throws {@link CustomDBEngineVersionNotFoundFault} (client fault)
|
|
44
|
+
* <p>The specified CEV was not found.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link InvalidCustomDBEngineVersionStateFault} (client fault)
|
|
47
|
+
* <p>You can't delete the CEV.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
43
50
|
*/
|
|
44
51
|
export declare class ModifyCustomDBEngineVersionCommand extends $Command<ModifyCustomDBEngineVersionCommandInput, ModifyCustomDBEngineVersionCommandOutput, RDSClientResolvedConfig> {
|
|
45
52
|
readonly input: ModifyCustomDBEngineVersionCommandInput;
|