@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
|
@@ -41,6 +41,41 @@ export interface StartExportTaskCommandOutput extends ExportTask, __MetadataBear
|
|
|
41
41
|
* @see {@link StartExportTaskCommandOutput} 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 DBClusterSnapshotNotFoundFault} (client fault)
|
|
49
|
+
* <p>
|
|
50
|
+
* <code>DBClusterSnapshotIdentifier</code> doesn't refer to an existing DB cluster snapshot.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link DBSnapshotNotFoundFault} (client fault)
|
|
53
|
+
* <p>
|
|
54
|
+
* <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ExportTaskAlreadyExistsFault} (client fault)
|
|
57
|
+
* <p>You can't start an export task that's already running.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link IamRoleMissingPermissionsFault} (client fault)
|
|
60
|
+
* <p>The IAM role requires additional permissions to export to an Amazon S3 bucket.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link IamRoleNotFoundFault} (client fault)
|
|
63
|
+
* <p>The IAM role is missing for exporting to an Amazon S3 bucket.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link InvalidExportOnlyFault} (client fault)
|
|
66
|
+
* <p>The export is invalid for exporting to an Amazon S3 bucket.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link InvalidExportSourceStateFault} (client fault)
|
|
69
|
+
* <p>The state of the export snapshot is invalid for exporting to an Amazon S3 bucket.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link InvalidS3BucketFault} (client fault)
|
|
72
|
+
* <p>The specified Amazon S3 bucket name can't be found or Amazon RDS isn't
|
|
73
|
+
* authorized to access the specified Amazon S3 bucket. Verify the <b>SourceS3BucketName</b> and <b>S3IngestionRoleArn</b> values and try again.</p>
|
|
74
|
+
*
|
|
75
|
+
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
76
|
+
* <p>An error occurred accessing an Amazon Web Services KMS key.</p>
|
|
77
|
+
*
|
|
78
|
+
*
|
|
44
79
|
*/
|
|
45
80
|
export declare class StartExportTaskCommand extends $Command<StartExportTaskCommandInput, StartExportTaskCommandOutput, RDSClientResolvedConfig> {
|
|
46
81
|
readonly input: StartExportTaskCommandInput;
|
|
@@ -37,6 +37,24 @@ export interface StopActivityStreamCommandOutput extends StopActivityStreamRespo
|
|
|
37
37
|
* @see {@link StopActivityStreamCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
41
|
+
* <p>
|
|
42
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link DBInstanceNotFoundFault} (client fault)
|
|
45
|
+
* <p>
|
|
46
|
+
* <code>DBInstanceIdentifier</code> doesn't refer to an existing DB instance.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
49
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
52
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link ResourceNotFoundFault} (client fault)
|
|
55
|
+
* <p>The specified resource ID was not found.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
40
58
|
*/
|
|
41
59
|
export declare class StopActivityStreamCommand extends $Command<StopActivityStreamCommandInput, StopActivityStreamCommandOutput, RDSClientResolvedConfig> {
|
|
42
60
|
readonly input: StopActivityStreamCommandInput;
|
|
@@ -37,6 +37,17 @@ export interface StopDBClusterCommandOutput extends StopDBClusterResult, __Metad
|
|
|
37
37
|
* @see {@link StopDBClusterCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link DBClusterNotFoundFault} (client fault)
|
|
41
|
+
* <p>
|
|
42
|
+
* <code>DBClusterIdentifier</code> doesn't refer to an existing DB cluster.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
45
|
+
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link InvalidDBInstanceStateFault} (client fault)
|
|
48
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
40
51
|
*/
|
|
41
52
|
export declare class StopDBClusterCommand extends $Command<StopDBClusterCommandInput, StopDBClusterCommandOutput, RDSClientResolvedConfig> {
|
|
42
53
|
readonly input: StopDBClusterCommandInput;
|
|
@@ -33,6 +33,14 @@ export interface StopDBInstanceAutomatedBackupsReplicationCommandOutput extends
|
|
|
33
33
|
* @see {@link StopDBInstanceAutomatedBackupsReplicationCommandOutput} 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
|
+
*
|
|
36
44
|
*/
|
|
37
45
|
export declare class StopDBInstanceAutomatedBackupsReplicationCommand extends $Command<StopDBInstanceAutomatedBackupsReplicationCommandInput, StopDBInstanceAutomatedBackupsReplicationCommandOutput, RDSClientResolvedConfig> {
|
|
38
46
|
readonly input: StopDBInstanceAutomatedBackupsReplicationCommandInput;
|
|
@@ -40,6 +40,25 @@ export interface StopDBInstanceCommandOutput extends StopDBInstanceResult, __Met
|
|
|
40
40
|
* @see {@link StopDBInstanceCommandOutput} for command's `response` shape.
|
|
41
41
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
42
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 DBSnapshotAlreadyExistsFault} (client fault)
|
|
48
|
+
* <p>
|
|
49
|
+
* <code>DBSnapshotIdentifier</code> is already used by an existing snapshot.</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 InvalidDBInstanceStateFault} (client fault)
|
|
55
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link SnapshotQuotaExceededFault} (client fault)
|
|
58
|
+
* <p>The request would result in the user exceeding the allowed number of DB
|
|
59
|
+
* snapshots.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
43
62
|
*/
|
|
44
63
|
export declare class StopDBInstanceCommand extends $Command<StopDBInstanceCommandInput, StopDBInstanceCommandOutput, RDSClientResolvedConfig> {
|
|
45
64
|
readonly input: StopDBInstanceCommandInput;
|
|
@@ -36,6 +36,15 @@ export interface SwitchoverBlueGreenDeploymentCommandOutput extends SwitchoverBl
|
|
|
36
36
|
* @see {@link SwitchoverBlueGreenDeploymentCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link BlueGreenDeploymentNotFoundFault} (client fault)
|
|
40
|
+
* <p>
|
|
41
|
+
* <code>BlueGreenDeploymentIdentifier</code> doesn't refer to an existing blue/green deployment.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InvalidBlueGreenDeploymentStateFault} (client fault)
|
|
44
|
+
* <p>The blue/green deployment can't be switched over or deleted because there is an invalid configuration in
|
|
45
|
+
* the green environment.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
39
48
|
*/
|
|
40
49
|
export declare class SwitchoverBlueGreenDeploymentCommand extends $Command<SwitchoverBlueGreenDeploymentCommandInput, SwitchoverBlueGreenDeploymentCommandOutput, RDSClientResolvedConfig> {
|
|
41
50
|
readonly input: SwitchoverBlueGreenDeploymentCommandInput;
|
|
@@ -30,6 +30,14 @@ export interface SwitchoverReadReplicaCommandOutput extends SwitchoverReadReplic
|
|
|
30
30
|
* @see {@link SwitchoverReadReplicaCommandOutput} 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 InvalidDBInstanceStateFault} (client fault)
|
|
38
|
+
* <p>The DB instance isn't in a valid state.</p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
33
41
|
*/
|
|
34
42
|
export declare class SwitchoverReadReplicaCommand extends $Command<SwitchoverReadReplicaCommandInput, SwitchoverReadReplicaCommandOutput, RDSClientResolvedConfig> {
|
|
35
43
|
readonly input: SwitchoverReadReplicaCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rds",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,40 +20,40 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-sdk-rds": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-sdk-rds": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
44
|
+
"@aws-sdk/types": "3.290.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
46
46
|
"@aws-sdk/util-base64": "3.208.0",
|
|
47
47
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
55
55
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
56
|
-
"@aws-sdk/util-waiter": "3.
|
|
56
|
+
"@aws-sdk/util-waiter": "3.290.0",
|
|
57
57
|
"fast-xml-parser": "4.1.2",
|
|
58
58
|
"tslib": "^2.3.1"
|
|
59
59
|
},
|