@aws-sdk/client-rds 3.181.0 → 3.183.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/CHANGELOG.md +8 -0
- package/dist-es/RDS.js +550 -557
- package/dist-es/RDSClient.js +22 -28
- package/dist-es/commands/AddRoleToDBClusterCommand.js +22 -29
- package/dist-es/commands/AddRoleToDBInstanceCommand.js +22 -29
- package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +21 -28
- package/dist-es/commands/AddTagsToResourceCommand.js +22 -29
- package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +21 -28
- package/dist-es/commands/AuthorizeDBSecurityGroupIngressCommand.js +21 -28
- package/dist-es/commands/BacktrackDBClusterCommand.js +21 -28
- package/dist-es/commands/CancelExportTaskCommand.js +21 -28
- package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +21 -28
- package/dist-es/commands/CopyDBClusterSnapshotCommand.js +21 -28
- package/dist-es/commands/CopyDBParameterGroupCommand.js +21 -28
- package/dist-es/commands/CopyDBSnapshotCommand.js +21 -28
- package/dist-es/commands/CopyOptionGroupCommand.js +21 -28
- package/dist-es/commands/CreateCustomDBEngineVersionCommand.js +21 -28
- package/dist-es/commands/CreateDBClusterCommand.js +21 -28
- package/dist-es/commands/CreateDBClusterEndpointCommand.js +21 -28
- package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +21 -28
- package/dist-es/commands/CreateDBClusterSnapshotCommand.js +21 -28
- package/dist-es/commands/CreateDBInstanceCommand.js +21 -28
- package/dist-es/commands/CreateDBInstanceReadReplicaCommand.js +21 -28
- package/dist-es/commands/CreateDBParameterGroupCommand.js +21 -28
- package/dist-es/commands/CreateDBProxyCommand.js +21 -28
- package/dist-es/commands/CreateDBProxyEndpointCommand.js +21 -28
- package/dist-es/commands/CreateDBSecurityGroupCommand.js +21 -28
- package/dist-es/commands/CreateDBSnapshotCommand.js +21 -28
- package/dist-es/commands/CreateDBSubnetGroupCommand.js +21 -28
- package/dist-es/commands/CreateEventSubscriptionCommand.js +21 -28
- package/dist-es/commands/CreateGlobalClusterCommand.js +21 -28
- package/dist-es/commands/CreateOptionGroupCommand.js +21 -28
- package/dist-es/commands/DeleteCustomDBEngineVersionCommand.js +21 -28
- package/dist-es/commands/DeleteDBClusterCommand.js +21 -28
- package/dist-es/commands/DeleteDBClusterEndpointCommand.js +21 -28
- package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +22 -29
- package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +21 -28
- package/dist-es/commands/DeleteDBInstanceAutomatedBackupCommand.js +21 -28
- package/dist-es/commands/DeleteDBInstanceCommand.js +21 -28
- package/dist-es/commands/DeleteDBParameterGroupCommand.js +22 -29
- package/dist-es/commands/DeleteDBProxyCommand.js +21 -28
- package/dist-es/commands/DeleteDBProxyEndpointCommand.js +21 -28
- package/dist-es/commands/DeleteDBSecurityGroupCommand.js +22 -29
- package/dist-es/commands/DeleteDBSnapshotCommand.js +21 -28
- package/dist-es/commands/DeleteDBSubnetGroupCommand.js +22 -29
- package/dist-es/commands/DeleteEventSubscriptionCommand.js +21 -28
- package/dist-es/commands/DeleteGlobalClusterCommand.js +21 -28
- package/dist-es/commands/DeleteOptionGroupCommand.js +22 -29
- package/dist-es/commands/DeregisterDBProxyTargetsCommand.js +21 -28
- package/dist-es/commands/DescribeAccountAttributesCommand.js +21 -28
- package/dist-es/commands/DescribeCertificatesCommand.js +21 -28
- package/dist-es/commands/DescribeDBClusterBacktracksCommand.js +21 -28
- package/dist-es/commands/DescribeDBClusterEndpointsCommand.js +21 -28
- package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +21 -28
- package/dist-es/commands/DescribeDBClusterParametersCommand.js +21 -28
- package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +21 -28
- package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +21 -28
- package/dist-es/commands/DescribeDBClustersCommand.js +21 -28
- package/dist-es/commands/DescribeDBEngineVersionsCommand.js +21 -28
- package/dist-es/commands/DescribeDBInstanceAutomatedBackupsCommand.js +21 -28
- package/dist-es/commands/DescribeDBInstancesCommand.js +21 -28
- package/dist-es/commands/DescribeDBLogFilesCommand.js +21 -28
- package/dist-es/commands/DescribeDBParameterGroupsCommand.js +21 -28
- package/dist-es/commands/DescribeDBParametersCommand.js +21 -28
- package/dist-es/commands/DescribeDBProxiesCommand.js +21 -28
- package/dist-es/commands/DescribeDBProxyEndpointsCommand.js +21 -28
- package/dist-es/commands/DescribeDBProxyTargetGroupsCommand.js +21 -28
- package/dist-es/commands/DescribeDBProxyTargetsCommand.js +21 -28
- package/dist-es/commands/DescribeDBSecurityGroupsCommand.js +21 -28
- package/dist-es/commands/DescribeDBSnapshotAttributesCommand.js +21 -28
- package/dist-es/commands/DescribeDBSnapshotsCommand.js +21 -28
- package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +21 -28
- package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +21 -28
- package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +21 -28
- package/dist-es/commands/DescribeEventCategoriesCommand.js +21 -28
- package/dist-es/commands/DescribeEventSubscriptionsCommand.js +21 -28
- package/dist-es/commands/DescribeEventsCommand.js +21 -28
- package/dist-es/commands/DescribeExportTasksCommand.js +21 -28
- package/dist-es/commands/DescribeGlobalClustersCommand.js +21 -28
- package/dist-es/commands/DescribeOptionGroupOptionsCommand.js +21 -28
- package/dist-es/commands/DescribeOptionGroupsCommand.js +21 -28
- package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +21 -28
- package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +21 -28
- package/dist-es/commands/DescribeReservedDBInstancesCommand.js +21 -28
- package/dist-es/commands/DescribeReservedDBInstancesOfferingsCommand.js +21 -28
- package/dist-es/commands/DescribeSourceRegionsCommand.js +21 -28
- package/dist-es/commands/DescribeValidDBInstanceModificationsCommand.js +21 -28
- package/dist-es/commands/DownloadDBLogFilePortionCommand.js +21 -28
- package/dist-es/commands/FailoverDBClusterCommand.js +21 -28
- package/dist-es/commands/FailoverGlobalClusterCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/ModifyActivityStreamCommand.js +21 -28
- package/dist-es/commands/ModifyCertificatesCommand.js +21 -28
- package/dist-es/commands/ModifyCurrentDBClusterCapacityCommand.js +21 -28
- package/dist-es/commands/ModifyCustomDBEngineVersionCommand.js +21 -28
- package/dist-es/commands/ModifyDBClusterCommand.js +21 -28
- package/dist-es/commands/ModifyDBClusterEndpointCommand.js +21 -28
- package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +21 -28
- package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +21 -28
- package/dist-es/commands/ModifyDBInstanceCommand.js +21 -28
- package/dist-es/commands/ModifyDBParameterGroupCommand.js +21 -28
- package/dist-es/commands/ModifyDBProxyCommand.js +21 -28
- package/dist-es/commands/ModifyDBProxyEndpointCommand.js +21 -28
- package/dist-es/commands/ModifyDBProxyTargetGroupCommand.js +21 -28
- package/dist-es/commands/ModifyDBSnapshotAttributeCommand.js +21 -28
- package/dist-es/commands/ModifyDBSnapshotCommand.js +21 -28
- package/dist-es/commands/ModifyDBSubnetGroupCommand.js +21 -28
- package/dist-es/commands/ModifyEventSubscriptionCommand.js +21 -28
- package/dist-es/commands/ModifyGlobalClusterCommand.js +21 -28
- package/dist-es/commands/ModifyOptionGroupCommand.js +21 -28
- package/dist-es/commands/PromoteReadReplicaCommand.js +21 -28
- package/dist-es/commands/PromoteReadReplicaDBClusterCommand.js +21 -28
- package/dist-es/commands/PurchaseReservedDBInstancesOfferingCommand.js +21 -28
- package/dist-es/commands/RebootDBClusterCommand.js +21 -28
- package/dist-es/commands/RebootDBInstanceCommand.js +21 -28
- package/dist-es/commands/RegisterDBProxyTargetsCommand.js +21 -28
- package/dist-es/commands/RemoveFromGlobalClusterCommand.js +21 -28
- package/dist-es/commands/RemoveRoleFromDBClusterCommand.js +22 -29
- package/dist-es/commands/RemoveRoleFromDBInstanceCommand.js +22 -29
- package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +21 -28
- package/dist-es/commands/RemoveTagsFromResourceCommand.js +22 -29
- package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +21 -28
- package/dist-es/commands/ResetDBParameterGroupCommand.js +21 -28
- package/dist-es/commands/RestoreDBClusterFromS3Command.js +21 -28
- package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +21 -28
- package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +21 -28
- package/dist-es/commands/RestoreDBInstanceFromDBSnapshotCommand.js +21 -28
- package/dist-es/commands/RestoreDBInstanceFromS3Command.js +21 -28
- package/dist-es/commands/RestoreDBInstanceToPointInTimeCommand.js +21 -28
- package/dist-es/commands/RevokeDBSecurityGroupIngressCommand.js +21 -28
- package/dist-es/commands/StartActivityStreamCommand.js +21 -28
- package/dist-es/commands/StartDBClusterCommand.js +21 -28
- package/dist-es/commands/StartDBInstanceAutomatedBackupsReplicationCommand.js +21 -28
- package/dist-es/commands/StartDBInstanceCommand.js +21 -28
- package/dist-es/commands/StartExportTaskCommand.js +21 -28
- package/dist-es/commands/StopActivityStreamCommand.js +21 -28
- package/dist-es/commands/StopDBClusterCommand.js +21 -28
- package/dist-es/commands/StopDBInstanceAutomatedBackupsReplicationCommand.js +21 -28
- package/dist-es/commands/StopDBInstanceCommand.js +21 -28
- package/dist-es/commands/SwitchoverReadReplicaCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/RDSServiceException.js +5 -10
- package/dist-es/models/models_0.js +1710 -1339
- package/dist-es/models/models_1.js +707 -398
- package/dist-es/pagination/DescribeCertificatesPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBClusterBacktracksPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBClusterEndpointsPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBClusterParameterGroupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBClusterParametersPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBClusterSnapshotsPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBClustersPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBEngineVersionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBInstanceAutomatedBackupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBInstancesPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBLogFilesPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBParameterGroupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBParametersPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBProxiesPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBProxyEndpointsPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBProxyTargetGroupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBProxyTargetsPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBSecurityGroupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBSnapshotsPaginator.js +25 -68
- package/dist-es/pagination/DescribeDBSubnetGroupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeEngineDefaultParametersPaginator.js +25 -68
- package/dist-es/pagination/DescribeEventSubscriptionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeEventsPaginator.js +25 -68
- package/dist-es/pagination/DescribeExportTasksPaginator.js +25 -68
- package/dist-es/pagination/DescribeGlobalClustersPaginator.js +25 -68
- package/dist-es/pagination/DescribeOptionGroupOptionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeOptionGroupsPaginator.js +25 -68
- package/dist-es/pagination/DescribeOrderableDBInstanceOptionsPaginator.js +25 -68
- package/dist-es/pagination/DescribePendingMaintenanceActionsPaginator.js +25 -68
- package/dist-es/pagination/DescribeReservedDBInstancesOfferingsPaginator.js +25 -68
- package/dist-es/pagination/DescribeReservedDBInstancesPaginator.js +25 -68
- package/dist-es/pagination/DescribeSourceRegionsPaginator.js +25 -68
- package/dist-es/pagination/DownloadDBLogFilePortionPaginator.js +25 -68
- package/dist-es/protocols/Aws_query.js +10109 -13117
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-es/waiters/waitForDBClusterAvailable.js +106 -187
- package/dist-es/waiters/waitForDBClusterDeleted.js +86 -147
- package/dist-es/waiters/waitForDBClusterSnapshotAvailable.js +106 -187
- package/dist-es/waiters/waitForDBClusterSnapshotDeleted.js +86 -147
- package/dist-es/waiters/waitForDBInstanceAvailable.js +106 -187
- package/dist-es/waiters/waitForDBInstanceDeleted.js +86 -147
- package/dist-es/waiters/waitForDBSnapshotAvailable.js +106 -187
- package/dist-es/waiters/waitForDBSnapshotDeleted.js +86 -147
- package/package.json +35 -35
|
@@ -1,41 +1,34 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getCrossRegionPresignedUrlPlugin } from "@aws-sdk/middleware-sdk-rds";
|
|
3
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
4
|
import { CopyDBClusterSnapshotMessageFilterSensitiveLog, CopyDBClusterSnapshotResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
5
|
import { deserializeAws_queryCopyDBClusterSnapshotCommand, serializeAws_queryCopyDBClusterSnapshotCommand, } from "../protocols/Aws_query";
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
_this.input = input;
|
|
12
|
-
return _this;
|
|
6
|
+
export class CopyDBClusterSnapshotCommand extends $Command {
|
|
7
|
+
constructor(input) {
|
|
8
|
+
super();
|
|
9
|
+
this.input = input;
|
|
13
10
|
}
|
|
14
|
-
|
|
11
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
15
12
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
16
13
|
this.middlewareStack.use(getCrossRegionPresignedUrlPlugin(configuration));
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
logger
|
|
23
|
-
clientName
|
|
24
|
-
commandName
|
|
14
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
15
|
+
const { logger } = configuration;
|
|
16
|
+
const clientName = "RDSClient";
|
|
17
|
+
const commandName = "CopyDBClusterSnapshotCommand";
|
|
18
|
+
const handlerExecutionContext = {
|
|
19
|
+
logger,
|
|
20
|
+
clientName,
|
|
21
|
+
commandName,
|
|
25
22
|
inputFilterSensitiveLog: CopyDBClusterSnapshotMessageFilterSensitiveLog,
|
|
26
23
|
outputFilterSensitiveLog: CopyDBClusterSnapshotResultFilterSensitiveLog,
|
|
27
24
|
};
|
|
28
|
-
|
|
29
|
-
return stack.resolve(
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
};
|
|
33
|
-
CopyDBClusterSnapshotCommand.prototype.serialize = function (input, context) {
|
|
25
|
+
const { requestHandler } = configuration;
|
|
26
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
27
|
+
}
|
|
28
|
+
serialize(input, context) {
|
|
34
29
|
return serializeAws_queryCopyDBClusterSnapshotCommand(input, context);
|
|
35
|
-
}
|
|
36
|
-
|
|
30
|
+
}
|
|
31
|
+
deserialize(output, context) {
|
|
37
32
|
return deserializeAws_queryCopyDBClusterSnapshotCommand(output, context);
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
}($Command));
|
|
41
|
-
export { CopyDBClusterSnapshotCommand };
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { CopyDBParameterGroupMessageFilterSensitiveLog, CopyDBParameterGroupResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryCopyDBParameterGroupCommand, serializeAws_queryCopyDBParameterGroupCommand, } from "../protocols/Aws_query";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class CopyDBParameterGroupCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "RDSClient";
|
|
15
|
+
const commandName = "CopyDBParameterGroupCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: CopyDBParameterGroupMessageFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: CopyDBParameterGroupResultFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
CopyDBParameterGroupCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_queryCopyDBParameterGroupCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_queryCopyDBParameterGroupCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { CopyDBParameterGroupCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,41 +1,34 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getCrossRegionPresignedUrlPlugin } from "@aws-sdk/middleware-sdk-rds";
|
|
3
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
4
|
import { CopyDBSnapshotMessageFilterSensitiveLog, CopyDBSnapshotResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
5
|
import { deserializeAws_queryCopyDBSnapshotCommand, serializeAws_queryCopyDBSnapshotCommand, } from "../protocols/Aws_query";
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
_this.input = input;
|
|
12
|
-
return _this;
|
|
6
|
+
export class CopyDBSnapshotCommand extends $Command {
|
|
7
|
+
constructor(input) {
|
|
8
|
+
super();
|
|
9
|
+
this.input = input;
|
|
13
10
|
}
|
|
14
|
-
|
|
11
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
15
12
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
16
13
|
this.middlewareStack.use(getCrossRegionPresignedUrlPlugin(configuration));
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
logger
|
|
23
|
-
clientName
|
|
24
|
-
commandName
|
|
14
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
15
|
+
const { logger } = configuration;
|
|
16
|
+
const clientName = "RDSClient";
|
|
17
|
+
const commandName = "CopyDBSnapshotCommand";
|
|
18
|
+
const handlerExecutionContext = {
|
|
19
|
+
logger,
|
|
20
|
+
clientName,
|
|
21
|
+
commandName,
|
|
25
22
|
inputFilterSensitiveLog: CopyDBSnapshotMessageFilterSensitiveLog,
|
|
26
23
|
outputFilterSensitiveLog: CopyDBSnapshotResultFilterSensitiveLog,
|
|
27
24
|
};
|
|
28
|
-
|
|
29
|
-
return stack.resolve(
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
};
|
|
33
|
-
CopyDBSnapshotCommand.prototype.serialize = function (input, context) {
|
|
25
|
+
const { requestHandler } = configuration;
|
|
26
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
27
|
+
}
|
|
28
|
+
serialize(input, context) {
|
|
34
29
|
return serializeAws_queryCopyDBSnapshotCommand(input, context);
|
|
35
|
-
}
|
|
36
|
-
|
|
30
|
+
}
|
|
31
|
+
deserialize(output, context) {
|
|
37
32
|
return deserializeAws_queryCopyDBSnapshotCommand(output, context);
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
}($Command));
|
|
41
|
-
export { CopyDBSnapshotCommand };
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { CopyOptionGroupMessageFilterSensitiveLog, CopyOptionGroupResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryCopyOptionGroupCommand, serializeAws_queryCopyOptionGroupCommand, } from "../protocols/Aws_query";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class CopyOptionGroupCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "RDSClient";
|
|
15
|
+
const commandName = "CopyOptionGroupCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: CopyOptionGroupMessageFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: CopyOptionGroupResultFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
CopyOptionGroupCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_queryCopyOptionGroupCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_queryCopyOptionGroupCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { CopyOptionGroupCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { CreateCustomDBEngineVersionMessageFilterSensitiveLog, DBEngineVersionFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryCreateCustomDBEngineVersionCommand, serializeAws_queryCreateCustomDBEngineVersionCommand, } from "../protocols/Aws_query";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class CreateCustomDBEngineVersionCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "RDSClient";
|
|
15
|
+
const commandName = "CreateCustomDBEngineVersionCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: CreateCustomDBEngineVersionMessageFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: DBEngineVersionFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
CreateCustomDBEngineVersionCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_queryCreateCustomDBEngineVersionCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_queryCreateCustomDBEngineVersionCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { CreateCustomDBEngineVersionCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,41 +1,34 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getCrossRegionPresignedUrlPlugin } from "@aws-sdk/middleware-sdk-rds";
|
|
3
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
4
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
5
4
|
import { CreateDBClusterMessageFilterSensitiveLog, CreateDBClusterResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
5
|
import { deserializeAws_queryCreateDBClusterCommand, serializeAws_queryCreateDBClusterCommand, } from "../protocols/Aws_query";
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
_this.input = input;
|
|
12
|
-
return _this;
|
|
6
|
+
export class CreateDBClusterCommand extends $Command {
|
|
7
|
+
constructor(input) {
|
|
8
|
+
super();
|
|
9
|
+
this.input = input;
|
|
13
10
|
}
|
|
14
|
-
|
|
11
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
15
12
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
16
13
|
this.middlewareStack.use(getCrossRegionPresignedUrlPlugin(configuration));
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
logger
|
|
23
|
-
clientName
|
|
24
|
-
commandName
|
|
14
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
15
|
+
const { logger } = configuration;
|
|
16
|
+
const clientName = "RDSClient";
|
|
17
|
+
const commandName = "CreateDBClusterCommand";
|
|
18
|
+
const handlerExecutionContext = {
|
|
19
|
+
logger,
|
|
20
|
+
clientName,
|
|
21
|
+
commandName,
|
|
25
22
|
inputFilterSensitiveLog: CreateDBClusterMessageFilterSensitiveLog,
|
|
26
23
|
outputFilterSensitiveLog: CreateDBClusterResultFilterSensitiveLog,
|
|
27
24
|
};
|
|
28
|
-
|
|
29
|
-
return stack.resolve(
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
};
|
|
33
|
-
CreateDBClusterCommand.prototype.serialize = function (input, context) {
|
|
25
|
+
const { requestHandler } = configuration;
|
|
26
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
27
|
+
}
|
|
28
|
+
serialize(input, context) {
|
|
34
29
|
return serializeAws_queryCreateDBClusterCommand(input, context);
|
|
35
|
-
}
|
|
36
|
-
|
|
30
|
+
}
|
|
31
|
+
deserialize(output, context) {
|
|
37
32
|
return deserializeAws_queryCreateDBClusterCommand(output, context);
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
}($Command));
|
|
41
|
-
export { CreateDBClusterCommand };
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { CreateDBClusterEndpointMessageFilterSensitiveLog, DBClusterEndpointFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryCreateDBClusterEndpointCommand, serializeAws_queryCreateDBClusterEndpointCommand, } from "../protocols/Aws_query";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class CreateDBClusterEndpointCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "RDSClient";
|
|
15
|
+
const commandName = "CreateDBClusterEndpointCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: CreateDBClusterEndpointMessageFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: DBClusterEndpointFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
CreateDBClusterEndpointCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_queryCreateDBClusterEndpointCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_queryCreateDBClusterEndpointCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { CreateDBClusterEndpointCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { CreateDBClusterParameterGroupMessageFilterSensitiveLog, CreateDBClusterParameterGroupResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryCreateDBClusterParameterGroupCommand, serializeAws_queryCreateDBClusterParameterGroupCommand, } from "../protocols/Aws_query";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class CreateDBClusterParameterGroupCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "RDSClient";
|
|
15
|
+
const commandName = "CreateDBClusterParameterGroupCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: CreateDBClusterParameterGroupMessageFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: CreateDBClusterParameterGroupResultFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
CreateDBClusterParameterGroupCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_queryCreateDBClusterParameterGroupCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_queryCreateDBClusterParameterGroupCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { CreateDBClusterParameterGroupCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { CreateDBClusterSnapshotMessageFilterSensitiveLog, CreateDBClusterSnapshotResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryCreateDBClusterSnapshotCommand, serializeAws_queryCreateDBClusterSnapshotCommand, } from "../protocols/Aws_query";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class CreateDBClusterSnapshotCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "RDSClient";
|
|
15
|
+
const commandName = "CreateDBClusterSnapshotCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: CreateDBClusterSnapshotMessageFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: CreateDBClusterSnapshotResultFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
CreateDBClusterSnapshotCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_queryCreateDBClusterSnapshotCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_queryCreateDBClusterSnapshotCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { CreateDBClusterSnapshotCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,39 +1,32 @@
|
|
|
1
|
-
import { __extends } from "tslib";
|
|
2
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
3
|
import { CreateDBInstanceMessageFilterSensitiveLog, CreateDBInstanceResultFilterSensitiveLog, } from "../models/models_0";
|
|
5
4
|
import { deserializeAws_queryCreateDBInstanceCommand, serializeAws_queryCreateDBInstanceCommand, } from "../protocols/Aws_query";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
_this.input = input;
|
|
11
|
-
return _this;
|
|
5
|
+
export class CreateDBInstanceCommand extends $Command {
|
|
6
|
+
constructor(input) {
|
|
7
|
+
super();
|
|
8
|
+
this.input = input;
|
|
12
9
|
}
|
|
13
|
-
|
|
10
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
11
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
logger
|
|
21
|
-
clientName
|
|
22
|
-
commandName
|
|
12
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
13
|
+
const { logger } = configuration;
|
|
14
|
+
const clientName = "RDSClient";
|
|
15
|
+
const commandName = "CreateDBInstanceCommand";
|
|
16
|
+
const handlerExecutionContext = {
|
|
17
|
+
logger,
|
|
18
|
+
clientName,
|
|
19
|
+
commandName,
|
|
23
20
|
inputFilterSensitiveLog: CreateDBInstanceMessageFilterSensitiveLog,
|
|
24
21
|
outputFilterSensitiveLog: CreateDBInstanceResultFilterSensitiveLog,
|
|
25
22
|
};
|
|
26
|
-
|
|
27
|
-
return stack.resolve(
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
};
|
|
31
|
-
CreateDBInstanceCommand.prototype.serialize = function (input, context) {
|
|
23
|
+
const { requestHandler } = configuration;
|
|
24
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
25
|
+
}
|
|
26
|
+
serialize(input, context) {
|
|
32
27
|
return serializeAws_queryCreateDBInstanceCommand(input, context);
|
|
33
|
-
}
|
|
34
|
-
|
|
28
|
+
}
|
|
29
|
+
deserialize(output, context) {
|
|
35
30
|
return deserializeAws_queryCreateDBInstanceCommand(output, context);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
}($Command));
|
|
39
|
-
export { CreateDBInstanceCommand };
|
|
31
|
+
}
|
|
32
|
+
}
|