@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
|
@@ -3,6 +3,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
3
3
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
+
import { CopyDBClusterSnapshotMessageFilterSensitiveLog, } from "../models/models_0";
|
|
6
7
|
import { de_CopyDBClusterSnapshotCommand, se_CopyDBClusterSnapshotCommand } from "../protocols/Aws_query";
|
|
7
8
|
export { $Command };
|
|
8
9
|
export class CopyDBClusterSnapshotCommand extends $Command
|
|
@@ -17,7 +18,7 @@ export class CopyDBClusterSnapshotCommand extends $Command
|
|
|
17
18
|
})
|
|
18
19
|
.s("AmazonRDSv19", "CopyDBClusterSnapshot", {})
|
|
19
20
|
.n("RDSClient", "CopyDBClusterSnapshotCommand")
|
|
20
|
-
.f(
|
|
21
|
+
.f(CopyDBClusterSnapshotMessageFilterSensitiveLog, void 0)
|
|
21
22
|
.ser(se_CopyDBClusterSnapshotCommand)
|
|
22
23
|
.de(de_CopyDBClusterSnapshotCommand)
|
|
23
24
|
.build() {
|
|
@@ -3,6 +3,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
3
3
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
+
import { CopyDBSnapshotMessageFilterSensitiveLog, } from "../models/models_0";
|
|
6
7
|
import { de_CopyDBSnapshotCommand, se_CopyDBSnapshotCommand } from "../protocols/Aws_query";
|
|
7
8
|
export { $Command };
|
|
8
9
|
export class CopyDBSnapshotCommand extends $Command
|
|
@@ -17,7 +18,7 @@ export class CopyDBSnapshotCommand extends $Command
|
|
|
17
18
|
})
|
|
18
19
|
.s("AmazonRDSv19", "CopyDBSnapshot", {})
|
|
19
20
|
.n("RDSClient", "CopyDBSnapshotCommand")
|
|
20
|
-
.f(
|
|
21
|
+
.f(CopyDBSnapshotMessageFilterSensitiveLog, void 0)
|
|
21
22
|
.ser(se_CopyDBSnapshotCommand)
|
|
22
23
|
.de(de_CopyDBSnapshotCommand)
|
|
23
24
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { CopyOptionGroupResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_CopyOptionGroupCommand, se_CopyOptionGroupCommand } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class CopyOptionGroupCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class CopyOptionGroupCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "CopyOptionGroup", {})
|
|
17
18
|
.n("RDSClient", "CopyOptionGroupCommand")
|
|
18
|
-
.f(void 0,
|
|
19
|
+
.f(void 0, CopyOptionGroupResultFilterSensitiveLog)
|
|
19
20
|
.ser(se_CopyOptionGroupCommand)
|
|
20
21
|
.de(de_CopyOptionGroupCommand)
|
|
21
22
|
.build() {
|
|
@@ -3,6 +3,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
3
3
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
+
import { CreateDBClusterMessageFilterSensitiveLog, CreateDBClusterResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
7
|
import { de_CreateDBClusterCommand, se_CreateDBClusterCommand } from "../protocols/Aws_query";
|
|
7
8
|
export { $Command };
|
|
8
9
|
export class CreateDBClusterCommand extends $Command
|
|
@@ -17,7 +18,7 @@ export class CreateDBClusterCommand extends $Command
|
|
|
17
18
|
})
|
|
18
19
|
.s("AmazonRDSv19", "CreateDBCluster", {})
|
|
19
20
|
.n("RDSClient", "CreateDBClusterCommand")
|
|
20
|
-
.f(
|
|
21
|
+
.f(CreateDBClusterMessageFilterSensitiveLog, CreateDBClusterResultFilterSensitiveLog)
|
|
21
22
|
.ser(se_CreateDBClusterCommand)
|
|
22
23
|
.de(de_CreateDBClusterCommand)
|
|
23
24
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { CreateDBInstanceMessageFilterSensitiveLog, CreateDBInstanceResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_CreateDBInstanceCommand, se_CreateDBInstanceCommand } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class CreateDBInstanceCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class CreateDBInstanceCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "CreateDBInstance", {})
|
|
17
18
|
.n("RDSClient", "CreateDBInstanceCommand")
|
|
18
|
-
.f(
|
|
19
|
+
.f(CreateDBInstanceMessageFilterSensitiveLog, CreateDBInstanceResultFilterSensitiveLog)
|
|
19
20
|
.ser(se_CreateDBInstanceCommand)
|
|
20
21
|
.de(de_CreateDBInstanceCommand)
|
|
21
22
|
.build() {
|
|
@@ -3,6 +3,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
3
3
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
+
import { CreateDBInstanceReadReplicaMessageFilterSensitiveLog, CreateDBInstanceReadReplicaResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
7
|
import { de_CreateDBInstanceReadReplicaCommand, se_CreateDBInstanceReadReplicaCommand } from "../protocols/Aws_query";
|
|
7
8
|
export { $Command };
|
|
8
9
|
export class CreateDBInstanceReadReplicaCommand extends $Command
|
|
@@ -17,7 +18,7 @@ export class CreateDBInstanceReadReplicaCommand extends $Command
|
|
|
17
18
|
})
|
|
18
19
|
.s("AmazonRDSv19", "CreateDBInstanceReadReplica", {})
|
|
19
20
|
.n("RDSClient", "CreateDBInstanceReadReplicaCommand")
|
|
20
|
-
.f(
|
|
21
|
+
.f(CreateDBInstanceReadReplicaMessageFilterSensitiveLog, CreateDBInstanceReadReplicaResultFilterSensitiveLog)
|
|
21
22
|
.ser(se_CreateDBInstanceReadReplicaCommand)
|
|
22
23
|
.de(de_CreateDBInstanceReadReplicaCommand)
|
|
23
24
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { CreateOptionGroupResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_CreateOptionGroupCommand, se_CreateOptionGroupCommand } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class CreateOptionGroupCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class CreateOptionGroupCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "CreateOptionGroup", {})
|
|
17
18
|
.n("RDSClient", "CreateOptionGroupCommand")
|
|
18
|
-
.f(void 0,
|
|
19
|
+
.f(void 0, CreateOptionGroupResultFilterSensitiveLog)
|
|
19
20
|
.ser(se_CreateOptionGroupCommand)
|
|
20
21
|
.de(de_CreateOptionGroupCommand)
|
|
21
22
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { DeleteDBClusterResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_DeleteDBClusterCommand, se_DeleteDBClusterCommand } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class DeleteDBClusterCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class DeleteDBClusterCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "DeleteDBCluster", {})
|
|
17
18
|
.n("RDSClient", "DeleteDBClusterCommand")
|
|
18
|
-
.f(void 0,
|
|
19
|
+
.f(void 0, DeleteDBClusterResultFilterSensitiveLog)
|
|
19
20
|
.ser(se_DeleteDBClusterCommand)
|
|
20
21
|
.de(de_DeleteDBClusterCommand)
|
|
21
22
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { DeleteDBInstanceResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
6
|
import { de_DeleteDBInstanceCommand, se_DeleteDBInstanceCommand } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class DeleteDBInstanceCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class DeleteDBInstanceCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "DeleteDBInstance", {})
|
|
17
18
|
.n("RDSClient", "DeleteDBInstanceCommand")
|
|
18
|
-
.f(void 0,
|
|
19
|
+
.f(void 0, DeleteDBInstanceResultFilterSensitiveLog)
|
|
19
20
|
.ser(se_DeleteDBInstanceCommand)
|
|
20
21
|
.de(de_DeleteDBInstanceCommand)
|
|
21
22
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { DBClusterMessageFilterSensitiveLog } from "../models/models_1";
|
|
5
6
|
import { de_DescribeDBClustersCommand, se_DescribeDBClustersCommand } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class DescribeDBClustersCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class DescribeDBClustersCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "DescribeDBClusters", {})
|
|
17
18
|
.n("RDSClient", "DescribeDBClustersCommand")
|
|
18
|
-
.f(void 0,
|
|
19
|
+
.f(void 0, DBClusterMessageFilterSensitiveLog)
|
|
19
20
|
.ser(se_DescribeDBClustersCommand)
|
|
20
21
|
.de(de_DescribeDBClustersCommand)
|
|
21
22
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { DBInstanceMessageFilterSensitiveLog } from "../models/models_1";
|
|
5
6
|
import { de_DescribeDBInstancesCommand, se_DescribeDBInstancesCommand } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class DescribeDBInstancesCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class DescribeDBInstancesCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "DescribeDBInstances", {})
|
|
17
18
|
.n("RDSClient", "DescribeDBInstancesCommand")
|
|
18
|
-
.f(void 0,
|
|
19
|
+
.f(void 0, DBInstanceMessageFilterSensitiveLog)
|
|
19
20
|
.ser(se_DescribeDBInstancesCommand)
|
|
20
21
|
.de(de_DescribeDBInstancesCommand)
|
|
21
22
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { OptionGroupsFilterSensitiveLog } from "../models/models_1";
|
|
5
6
|
import { de_DescribeOptionGroupsCommand, se_DescribeOptionGroupsCommand } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class DescribeOptionGroupsCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class DescribeOptionGroupsCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "DescribeOptionGroups", {})
|
|
17
18
|
.n("RDSClient", "DescribeOptionGroupsCommand")
|
|
18
|
-
.f(void 0,
|
|
19
|
+
.f(void 0, OptionGroupsFilterSensitiveLog)
|
|
19
20
|
.ser(se_DescribeOptionGroupsCommand)
|
|
20
21
|
.de(de_DescribeOptionGroupsCommand)
|
|
21
22
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { DownloadDBLogFilePortionDetailsFilterSensitiveLog, } from "../models/models_1";
|
|
5
6
|
import { de_DownloadDBLogFilePortionCommand, se_DownloadDBLogFilePortionCommand } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class DownloadDBLogFilePortionCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class DownloadDBLogFilePortionCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "DownloadDBLogFilePortion", {})
|
|
17
18
|
.n("RDSClient", "DownloadDBLogFilePortionCommand")
|
|
18
|
-
.f(void 0,
|
|
19
|
+
.f(void 0, DownloadDBLogFilePortionDetailsFilterSensitiveLog)
|
|
19
20
|
.ser(se_DownloadDBLogFilePortionCommand)
|
|
20
21
|
.de(de_DownloadDBLogFilePortionCommand)
|
|
21
22
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { FailoverDBClusterResultFilterSensitiveLog, } from "../models/models_1";
|
|
5
6
|
import { de_FailoverDBClusterCommand, se_FailoverDBClusterCommand } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class FailoverDBClusterCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class FailoverDBClusterCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "FailoverDBCluster", {})
|
|
17
18
|
.n("RDSClient", "FailoverDBClusterCommand")
|
|
18
|
-
.f(void 0,
|
|
19
|
+
.f(void 0, FailoverDBClusterResultFilterSensitiveLog)
|
|
19
20
|
.ser(se_FailoverDBClusterCommand)
|
|
20
21
|
.de(de_FailoverDBClusterCommand)
|
|
21
22
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { ModifyDBClusterMessageFilterSensitiveLog, ModifyDBClusterResultFilterSensitiveLog, } from "../models/models_1";
|
|
5
6
|
import { de_ModifyDBClusterCommand, se_ModifyDBClusterCommand } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class ModifyDBClusterCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class ModifyDBClusterCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "ModifyDBCluster", {})
|
|
17
18
|
.n("RDSClient", "ModifyDBClusterCommand")
|
|
18
|
-
.f(
|
|
19
|
+
.f(ModifyDBClusterMessageFilterSensitiveLog, ModifyDBClusterResultFilterSensitiveLog)
|
|
19
20
|
.ser(se_ModifyDBClusterCommand)
|
|
20
21
|
.de(de_ModifyDBClusterCommand)
|
|
21
22
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { ModifyDBInstanceMessageFilterSensitiveLog, ModifyDBInstanceResultFilterSensitiveLog, } from "../models/models_1";
|
|
5
6
|
import { de_ModifyDBInstanceCommand, se_ModifyDBInstanceCommand } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class ModifyDBInstanceCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class ModifyDBInstanceCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "ModifyDBInstance", {})
|
|
17
18
|
.n("RDSClient", "ModifyDBInstanceCommand")
|
|
18
|
-
.f(
|
|
19
|
+
.f(ModifyDBInstanceMessageFilterSensitiveLog, ModifyDBInstanceResultFilterSensitiveLog)
|
|
19
20
|
.ser(se_ModifyDBInstanceCommand)
|
|
20
21
|
.de(de_ModifyDBInstanceCommand)
|
|
21
22
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { ModifyOptionGroupMessageFilterSensitiveLog, ModifyOptionGroupResultFilterSensitiveLog, } from "../models/models_1";
|
|
5
6
|
import { de_ModifyOptionGroupCommand, se_ModifyOptionGroupCommand } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class ModifyOptionGroupCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class ModifyOptionGroupCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "ModifyOptionGroup", {})
|
|
17
18
|
.n("RDSClient", "ModifyOptionGroupCommand")
|
|
18
|
-
.f(
|
|
19
|
+
.f(ModifyOptionGroupMessageFilterSensitiveLog, ModifyOptionGroupResultFilterSensitiveLog)
|
|
19
20
|
.ser(se_ModifyOptionGroupCommand)
|
|
20
21
|
.de(de_ModifyOptionGroupCommand)
|
|
21
22
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { PromoteReadReplicaResultFilterSensitiveLog, } from "../models/models_1";
|
|
5
6
|
import { de_PromoteReadReplicaCommand, se_PromoteReadReplicaCommand } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class PromoteReadReplicaCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class PromoteReadReplicaCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "PromoteReadReplica", {})
|
|
17
18
|
.n("RDSClient", "PromoteReadReplicaCommand")
|
|
18
|
-
.f(void 0,
|
|
19
|
+
.f(void 0, PromoteReadReplicaResultFilterSensitiveLog)
|
|
19
20
|
.ser(se_PromoteReadReplicaCommand)
|
|
20
21
|
.de(de_PromoteReadReplicaCommand)
|
|
21
22
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { PromoteReadReplicaDBClusterResultFilterSensitiveLog, } from "../models/models_1";
|
|
5
6
|
import { de_PromoteReadReplicaDBClusterCommand, se_PromoteReadReplicaDBClusterCommand } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class PromoteReadReplicaDBClusterCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class PromoteReadReplicaDBClusterCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "PromoteReadReplicaDBCluster", {})
|
|
17
18
|
.n("RDSClient", "PromoteReadReplicaDBClusterCommand")
|
|
18
|
-
.f(void 0,
|
|
19
|
+
.f(void 0, PromoteReadReplicaDBClusterResultFilterSensitiveLog)
|
|
19
20
|
.ser(se_PromoteReadReplicaDBClusterCommand)
|
|
20
21
|
.de(de_PromoteReadReplicaDBClusterCommand)
|
|
21
22
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { RebootDBClusterResultFilterSensitiveLog, } from "../models/models_1";
|
|
5
6
|
import { de_RebootDBClusterCommand, se_RebootDBClusterCommand } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class RebootDBClusterCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class RebootDBClusterCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "RebootDBCluster", {})
|
|
17
18
|
.n("RDSClient", "RebootDBClusterCommand")
|
|
18
|
-
.f(void 0,
|
|
19
|
+
.f(void 0, RebootDBClusterResultFilterSensitiveLog)
|
|
19
20
|
.ser(se_RebootDBClusterCommand)
|
|
20
21
|
.de(de_RebootDBClusterCommand)
|
|
21
22
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { RebootDBInstanceResultFilterSensitiveLog, } from "../models/models_1";
|
|
5
6
|
import { de_RebootDBInstanceCommand, se_RebootDBInstanceCommand } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class RebootDBInstanceCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class RebootDBInstanceCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "RebootDBInstance", {})
|
|
17
18
|
.n("RDSClient", "RebootDBInstanceCommand")
|
|
18
|
-
.f(void 0,
|
|
19
|
+
.f(void 0, RebootDBInstanceResultFilterSensitiveLog)
|
|
19
20
|
.ser(se_RebootDBInstanceCommand)
|
|
20
21
|
.de(de_RebootDBInstanceCommand)
|
|
21
22
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { RestoreDBClusterFromS3MessageFilterSensitiveLog, RestoreDBClusterFromS3ResultFilterSensitiveLog, } from "../models/models_1";
|
|
5
6
|
import { de_RestoreDBClusterFromS3Command, se_RestoreDBClusterFromS3Command } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class RestoreDBClusterFromS3Command extends $Command
|
|
@@ -15,7 +16,7 @@ export class RestoreDBClusterFromS3Command extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "RestoreDBClusterFromS3", {})
|
|
17
18
|
.n("RDSClient", "RestoreDBClusterFromS3Command")
|
|
18
|
-
.f(
|
|
19
|
+
.f(RestoreDBClusterFromS3MessageFilterSensitiveLog, RestoreDBClusterFromS3ResultFilterSensitiveLog)
|
|
19
20
|
.ser(se_RestoreDBClusterFromS3Command)
|
|
20
21
|
.de(de_RestoreDBClusterFromS3Command)
|
|
21
22
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { RestoreDBClusterFromSnapshotResultFilterSensitiveLog, } from "../models/models_1";
|
|
5
6
|
import { de_RestoreDBClusterFromSnapshotCommand, se_RestoreDBClusterFromSnapshotCommand } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class RestoreDBClusterFromSnapshotCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class RestoreDBClusterFromSnapshotCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "RestoreDBClusterFromSnapshot", {})
|
|
17
18
|
.n("RDSClient", "RestoreDBClusterFromSnapshotCommand")
|
|
18
|
-
.f(void 0,
|
|
19
|
+
.f(void 0, RestoreDBClusterFromSnapshotResultFilterSensitiveLog)
|
|
19
20
|
.ser(se_RestoreDBClusterFromSnapshotCommand)
|
|
20
21
|
.de(de_RestoreDBClusterFromSnapshotCommand)
|
|
21
22
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { RestoreDBClusterToPointInTimeResultFilterSensitiveLog, } from "../models/models_1";
|
|
5
6
|
import { de_RestoreDBClusterToPointInTimeCommand, se_RestoreDBClusterToPointInTimeCommand, } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class RestoreDBClusterToPointInTimeCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class RestoreDBClusterToPointInTimeCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "RestoreDBClusterToPointInTime", {})
|
|
17
18
|
.n("RDSClient", "RestoreDBClusterToPointInTimeCommand")
|
|
18
|
-
.f(void 0,
|
|
19
|
+
.f(void 0, RestoreDBClusterToPointInTimeResultFilterSensitiveLog)
|
|
19
20
|
.ser(se_RestoreDBClusterToPointInTimeCommand)
|
|
20
21
|
.de(de_RestoreDBClusterToPointInTimeCommand)
|
|
21
22
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { RestoreDBInstanceFromDBSnapshotMessageFilterSensitiveLog, RestoreDBInstanceFromDBSnapshotResultFilterSensitiveLog, } from "../models/models_1";
|
|
5
6
|
import { de_RestoreDBInstanceFromDBSnapshotCommand, se_RestoreDBInstanceFromDBSnapshotCommand, } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class RestoreDBInstanceFromDBSnapshotCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class RestoreDBInstanceFromDBSnapshotCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "RestoreDBInstanceFromDBSnapshot", {})
|
|
17
18
|
.n("RDSClient", "RestoreDBInstanceFromDBSnapshotCommand")
|
|
18
|
-
.f(
|
|
19
|
+
.f(RestoreDBInstanceFromDBSnapshotMessageFilterSensitiveLog, RestoreDBInstanceFromDBSnapshotResultFilterSensitiveLog)
|
|
19
20
|
.ser(se_RestoreDBInstanceFromDBSnapshotCommand)
|
|
20
21
|
.de(de_RestoreDBInstanceFromDBSnapshotCommand)
|
|
21
22
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { RestoreDBInstanceFromS3MessageFilterSensitiveLog, RestoreDBInstanceFromS3ResultFilterSensitiveLog, } from "../models/models_1";
|
|
5
6
|
import { de_RestoreDBInstanceFromS3Command, se_RestoreDBInstanceFromS3Command } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class RestoreDBInstanceFromS3Command extends $Command
|
|
@@ -15,7 +16,7 @@ export class RestoreDBInstanceFromS3Command extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "RestoreDBInstanceFromS3", {})
|
|
17
18
|
.n("RDSClient", "RestoreDBInstanceFromS3Command")
|
|
18
|
-
.f(
|
|
19
|
+
.f(RestoreDBInstanceFromS3MessageFilterSensitiveLog, RestoreDBInstanceFromS3ResultFilterSensitiveLog)
|
|
19
20
|
.ser(se_RestoreDBInstanceFromS3Command)
|
|
20
21
|
.de(de_RestoreDBInstanceFromS3Command)
|
|
21
22
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { RestoreDBInstanceToPointInTimeMessageFilterSensitiveLog, RestoreDBInstanceToPointInTimeResultFilterSensitiveLog, } from "../models/models_1";
|
|
5
6
|
import { de_RestoreDBInstanceToPointInTimeCommand, se_RestoreDBInstanceToPointInTimeCommand, } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class RestoreDBInstanceToPointInTimeCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class RestoreDBInstanceToPointInTimeCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "RestoreDBInstanceToPointInTime", {})
|
|
17
18
|
.n("RDSClient", "RestoreDBInstanceToPointInTimeCommand")
|
|
18
|
-
.f(
|
|
19
|
+
.f(RestoreDBInstanceToPointInTimeMessageFilterSensitiveLog, RestoreDBInstanceToPointInTimeResultFilterSensitiveLog)
|
|
19
20
|
.ser(se_RestoreDBInstanceToPointInTimeCommand)
|
|
20
21
|
.de(de_RestoreDBInstanceToPointInTimeCommand)
|
|
21
22
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { StartDBClusterResultFilterSensitiveLog, } from "../models/models_1";
|
|
5
6
|
import { de_StartDBClusterCommand, se_StartDBClusterCommand } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class StartDBClusterCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class StartDBClusterCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "StartDBCluster", {})
|
|
17
18
|
.n("RDSClient", "StartDBClusterCommand")
|
|
18
|
-
.f(void 0,
|
|
19
|
+
.f(void 0, StartDBClusterResultFilterSensitiveLog)
|
|
19
20
|
.ser(se_StartDBClusterCommand)
|
|
20
21
|
.de(de_StartDBClusterCommand)
|
|
21
22
|
.build() {
|
|
@@ -3,6 +3,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
3
3
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
4
4
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
5
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
6
|
+
import { StartDBInstanceAutomatedBackupsReplicationMessageFilterSensitiveLog, } from "../models/models_1";
|
|
6
7
|
import { de_StartDBInstanceAutomatedBackupsReplicationCommand, se_StartDBInstanceAutomatedBackupsReplicationCommand, } from "../protocols/Aws_query";
|
|
7
8
|
export { $Command };
|
|
8
9
|
export class StartDBInstanceAutomatedBackupsReplicationCommand extends $Command
|
|
@@ -17,7 +18,7 @@ export class StartDBInstanceAutomatedBackupsReplicationCommand extends $Command
|
|
|
17
18
|
})
|
|
18
19
|
.s("AmazonRDSv19", "StartDBInstanceAutomatedBackupsReplication", {})
|
|
19
20
|
.n("RDSClient", "StartDBInstanceAutomatedBackupsReplicationCommand")
|
|
20
|
-
.f(
|
|
21
|
+
.f(StartDBInstanceAutomatedBackupsReplicationMessageFilterSensitiveLog, void 0)
|
|
21
22
|
.ser(se_StartDBInstanceAutomatedBackupsReplicationCommand)
|
|
22
23
|
.de(de_StartDBInstanceAutomatedBackupsReplicationCommand)
|
|
23
24
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { StartDBInstanceResultFilterSensitiveLog, } from "../models/models_1";
|
|
5
6
|
import { de_StartDBInstanceCommand, se_StartDBInstanceCommand } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class StartDBInstanceCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class StartDBInstanceCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "StartDBInstance", {})
|
|
17
18
|
.n("RDSClient", "StartDBInstanceCommand")
|
|
18
|
-
.f(void 0,
|
|
19
|
+
.f(void 0, StartDBInstanceResultFilterSensitiveLog)
|
|
19
20
|
.ser(se_StartDBInstanceCommand)
|
|
20
21
|
.de(de_StartDBInstanceCommand)
|
|
21
22
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { StopDBClusterResultFilterSensitiveLog } from "../models/models_1";
|
|
5
6
|
import { de_StopDBClusterCommand, se_StopDBClusterCommand } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class StopDBClusterCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class StopDBClusterCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "StopDBCluster", {})
|
|
17
18
|
.n("RDSClient", "StopDBClusterCommand")
|
|
18
|
-
.f(void 0,
|
|
19
|
+
.f(void 0, StopDBClusterResultFilterSensitiveLog)
|
|
19
20
|
.ser(se_StopDBClusterCommand)
|
|
20
21
|
.de(de_StopDBClusterCommand)
|
|
21
22
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { StopDBInstanceResultFilterSensitiveLog, } from "../models/models_1";
|
|
5
6
|
import { de_StopDBInstanceCommand, se_StopDBInstanceCommand } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class StopDBInstanceCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class StopDBInstanceCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "StopDBInstance", {})
|
|
17
18
|
.n("RDSClient", "StopDBInstanceCommand")
|
|
18
|
-
.f(void 0,
|
|
19
|
+
.f(void 0, StopDBInstanceResultFilterSensitiveLog)
|
|
19
20
|
.ser(se_StopDBInstanceCommand)
|
|
20
21
|
.de(de_StopDBInstanceCommand)
|
|
21
22
|
.build() {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { SwitchoverReadReplicaResultFilterSensitiveLog, } from "../models/models_1";
|
|
5
6
|
import { de_SwitchoverReadReplicaCommand, se_SwitchoverReadReplicaCommand } from "../protocols/Aws_query";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class SwitchoverReadReplicaCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class SwitchoverReadReplicaCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("AmazonRDSv19", "SwitchoverReadReplica", {})
|
|
17
18
|
.n("RDSClient", "SwitchoverReadReplicaCommand")
|
|
18
|
-
.f(void 0,
|
|
19
|
+
.f(void 0, SwitchoverReadReplicaResultFilterSensitiveLog)
|
|
19
20
|
.ser(se_SwitchoverReadReplicaCommand)
|
|
20
21
|
.de(de_SwitchoverReadReplicaCommand)
|
|
21
22
|
.build() {
|