@aws-sdk/client-rds 3.39.0 → 3.43.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 +44 -0
- package/dist-cjs/RDS.js +15 -0
- package/dist-cjs/commands/RebootDBClusterCommand.js +36 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/endpoints.js +169 -27
- package/dist-cjs/models/models_1.js +14 -2
- package/dist-cjs/protocols/Aws_query.js +248 -4
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/RDS.js +15 -0
- package/dist-es/commands/RebootDBClusterCommand.js +39 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/endpoints.js +169 -27
- package/dist-es/models/models_1.js +8 -0
- package/dist-es/protocols/Aws_query.js +250 -0
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/RDS.d.ts +199 -118
- package/dist-types/RDSClient.d.ts +11 -2
- package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +2 -7
- package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +2 -2
- package/dist-types/commands/BacktrackDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +1 -4
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +12 -8
- package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CopyOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomAvailabilityZoneCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +6 -10
- package/dist-types/commands/CreateDBClusterCommand.d.ts +12 -9
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +4 -4
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +12 -6
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +9 -5
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBProxyCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomAvailabilityZoneCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +7 -4
- package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +7 -3
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +7 -3
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBProxyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstallationMediaCommand.d.ts +1 -1
- package/dist-types/commands/DeleteOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomAvailabilityZonesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +7 -3
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +7 -3
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -4
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +8 -4
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +10 -5
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstallationMediaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -1
- 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 +17 -9
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstallationMediaCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +2 -2
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +12 -8
- package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +10 -6
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +1 -4
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBProxyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -2
- package/dist-types/commands/ModifyOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +1 -1
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -4
- package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/RebootDBClusterCommand.d.ts +52 -0
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +2 -2
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +12 -5
- package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +8 -5
- package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +2 -2
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +9 -6
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +9 -5
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +1 -1
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +1 -1
- package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/StartActivityStreamCommand.d.ts +1 -1
- package/dist-types/commands/StartDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -1
- package/dist-types/commands/StartDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StartExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/StopActivityStreamCommand.d.ts +1 -1
- package/dist-types/commands/StopDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -1
- package/dist-types/commands/StopDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +477 -170
- package/dist-types/models/models_1.d.ts +670 -122
- package/dist-types/protocols/Aws_query.d.ts +3 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/RDS.d.ts +5 -0
- package/dist-types/ts3.4/RDSClient.d.ts +7 -2
- package/dist-types/ts3.4/commands/RebootDBClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +50 -0
- package/dist-types/ts3.4/models/models_1.d.ts +58 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +3 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,50 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 11/28/2021 ([#3072](https://github.com/aws/aws-sdk-js-v3/issues/3072)) ([2ad1622](https://github.com/aws/aws-sdk-js-v3/commit/2ad1622ba8586b926fe508055211803bb29e3976))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **clients:** merge default variants by comparing tags ([#3044](https://github.com/aws/aws-sdk-js-v3/issues/3044)) ([d65a310](https://github.com/aws/aws-sdk-js-v3/commit/d65a310ed5a471e72633a18ae6f3c98390e20783))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Features
|
|
43
|
+
|
|
44
|
+
* **clients:** populate variants in endpoints hashes ([#2974](https://github.com/aws/aws-sdk-js-v3/issues/2974)) ([0dd68ef](https://github.com/aws/aws-sdk-js-v3/commit/0dd68ef8b04ea0e96e43b05a9a10221e433fdf86))
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
6
50
|
# [3.39.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.38.0...v3.39.0) (2021-10-29)
|
|
7
51
|
|
|
8
52
|
|
package/dist-cjs/RDS.js
CHANGED
|
@@ -116,6 +116,7 @@ const ModifyOptionGroupCommand_1 = require("./commands/ModifyOptionGroupCommand"
|
|
|
116
116
|
const PromoteReadReplicaCommand_1 = require("./commands/PromoteReadReplicaCommand");
|
|
117
117
|
const PromoteReadReplicaDBClusterCommand_1 = require("./commands/PromoteReadReplicaDBClusterCommand");
|
|
118
118
|
const PurchaseReservedDBInstancesOfferingCommand_1 = require("./commands/PurchaseReservedDBInstancesOfferingCommand");
|
|
119
|
+
const RebootDBClusterCommand_1 = require("./commands/RebootDBClusterCommand");
|
|
119
120
|
const RebootDBInstanceCommand_1 = require("./commands/RebootDBInstanceCommand");
|
|
120
121
|
const RegisterDBProxyTargetsCommand_1 = require("./commands/RegisterDBProxyTargetsCommand");
|
|
121
122
|
const RemoveFromGlobalClusterCommand_1 = require("./commands/RemoveFromGlobalClusterCommand");
|
|
@@ -1753,6 +1754,20 @@ class RDS extends RDSClient_1.RDSClient {
|
|
|
1753
1754
|
return this.send(command, optionsOrCb);
|
|
1754
1755
|
}
|
|
1755
1756
|
}
|
|
1757
|
+
rebootDBCluster(args, optionsOrCb, cb) {
|
|
1758
|
+
const command = new RebootDBClusterCommand_1.RebootDBClusterCommand(args);
|
|
1759
|
+
if (typeof optionsOrCb === "function") {
|
|
1760
|
+
this.send(command, optionsOrCb);
|
|
1761
|
+
}
|
|
1762
|
+
else if (typeof cb === "function") {
|
|
1763
|
+
if (typeof optionsOrCb !== "object")
|
|
1764
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1765
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
1766
|
+
}
|
|
1767
|
+
else {
|
|
1768
|
+
return this.send(command, optionsOrCb);
|
|
1769
|
+
}
|
|
1770
|
+
}
|
|
1756
1771
|
rebootDBInstance(args, optionsOrCb, cb) {
|
|
1757
1772
|
const command = new RebootDBInstanceCommand_1.RebootDBInstanceCommand(args);
|
|
1758
1773
|
if (typeof optionsOrCb === "function") {
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.RebootDBClusterCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_1_1 = require("../models/models_1");
|
|
7
|
+
const Aws_query_1 = require("../protocols/Aws_query");
|
|
8
|
+
class RebootDBClusterCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "RDSClient";
|
|
18
|
+
const commandName = "RebootDBClusterCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_1_1.RebootDBClusterMessage.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_1_1.RebootDBClusterResult.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return Aws_query_1.serializeAws_queryRebootDBClusterCommand(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return Aws_query_1.deserializeAws_queryRebootDBClusterCommand(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.RebootDBClusterCommand = RebootDBClusterCommand;
|
|
@@ -116,6 +116,7 @@ tslib_1.__exportStar(require("./ModifyOptionGroupCommand"), exports);
|
|
|
116
116
|
tslib_1.__exportStar(require("./PromoteReadReplicaCommand"), exports);
|
|
117
117
|
tslib_1.__exportStar(require("./PromoteReadReplicaDBClusterCommand"), exports);
|
|
118
118
|
tslib_1.__exportStar(require("./PurchaseReservedDBInstancesOfferingCommand"), exports);
|
|
119
|
+
tslib_1.__exportStar(require("./RebootDBClusterCommand"), exports);
|
|
119
120
|
tslib_1.__exportStar(require("./RebootDBInstanceCommand"), exports);
|
|
120
121
|
tslib_1.__exportStar(require("./RegisterDBProxyTargetsCommand"), exports);
|
|
121
122
|
tslib_1.__exportStar(require("./RemoveFromGlobalClusterCommand"), exports);
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -3,33 +3,89 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.defaultRegionInfoProvider = void 0;
|
|
4
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
5
|
const regionHash = {
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
"ca-central-1": {
|
|
7
|
+
variants: [
|
|
8
|
+
{
|
|
9
|
+
hostname: "rds.ca-central-1.amazonaws.com",
|
|
10
|
+
tags: [],
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
hostname: "rds-fips.ca-central-1.amazonaws.com",
|
|
14
|
+
tags: ["fips"],
|
|
15
|
+
},
|
|
16
|
+
],
|
|
9
17
|
},
|
|
10
|
-
"
|
|
11
|
-
|
|
12
|
-
|
|
18
|
+
"us-east-1": {
|
|
19
|
+
variants: [
|
|
20
|
+
{
|
|
21
|
+
hostname: "rds.us-east-1.amazonaws.com",
|
|
22
|
+
tags: [],
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
hostname: "rds-fips.us-east-1.amazonaws.com",
|
|
26
|
+
tags: ["fips"],
|
|
27
|
+
},
|
|
28
|
+
],
|
|
13
29
|
},
|
|
14
|
-
"
|
|
15
|
-
|
|
16
|
-
|
|
30
|
+
"us-east-2": {
|
|
31
|
+
variants: [
|
|
32
|
+
{
|
|
33
|
+
hostname: "rds.us-east-2.amazonaws.com",
|
|
34
|
+
tags: [],
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
hostname: "rds-fips.us-east-2.amazonaws.com",
|
|
38
|
+
tags: ["fips"],
|
|
39
|
+
},
|
|
40
|
+
],
|
|
17
41
|
},
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
42
|
+
"us-gov-east-1": {
|
|
43
|
+
variants: [
|
|
44
|
+
{
|
|
45
|
+
hostname: "rds.us-gov-east-1.amazonaws.com",
|
|
46
|
+
tags: [],
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
hostname: "rds.us-gov-east-1.amazonaws.com",
|
|
50
|
+
tags: ["fips"],
|
|
51
|
+
},
|
|
52
|
+
],
|
|
21
53
|
},
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
|
|
54
|
+
"us-gov-west-1": {
|
|
55
|
+
variants: [
|
|
56
|
+
{
|
|
57
|
+
hostname: "rds.us-gov-west-1.amazonaws.com",
|
|
58
|
+
tags: [],
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
hostname: "rds.us-gov-west-1.amazonaws.com",
|
|
62
|
+
tags: ["fips"],
|
|
63
|
+
},
|
|
64
|
+
],
|
|
25
65
|
},
|
|
26
|
-
"
|
|
27
|
-
|
|
28
|
-
|
|
66
|
+
"us-west-1": {
|
|
67
|
+
variants: [
|
|
68
|
+
{
|
|
69
|
+
hostname: "rds.us-west-1.amazonaws.com",
|
|
70
|
+
tags: [],
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
hostname: "rds-fips.us-west-1.amazonaws.com",
|
|
74
|
+
tags: ["fips"],
|
|
75
|
+
},
|
|
76
|
+
],
|
|
29
77
|
},
|
|
30
|
-
"
|
|
31
|
-
|
|
32
|
-
|
|
78
|
+
"us-west-2": {
|
|
79
|
+
variants: [
|
|
80
|
+
{
|
|
81
|
+
hostname: "rds.us-west-2.amazonaws.com",
|
|
82
|
+
tags: [],
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
hostname: "rds-fips.us-west-2.amazonaws.com",
|
|
86
|
+
tags: ["fips"],
|
|
87
|
+
},
|
|
88
|
+
],
|
|
33
89
|
},
|
|
34
90
|
};
|
|
35
91
|
const partitionHash = {
|
|
@@ -44,6 +100,7 @@ const partitionHash = {
|
|
|
44
100
|
"ap-southeast-1",
|
|
45
101
|
"ap-southeast-2",
|
|
46
102
|
"ca-central-1",
|
|
103
|
+
"ca-central-1-fips",
|
|
47
104
|
"eu-central-1",
|
|
48
105
|
"eu-north-1",
|
|
49
106
|
"eu-south-1",
|
|
@@ -56,34 +113,119 @@ const partitionHash = {
|
|
|
56
113
|
"rds-fips.us-east-2",
|
|
57
114
|
"rds-fips.us-west-1",
|
|
58
115
|
"rds-fips.us-west-2",
|
|
116
|
+
"rds.ca-central-1",
|
|
117
|
+
"rds.us-east-1",
|
|
118
|
+
"rds.us-east-2",
|
|
119
|
+
"rds.us-west-1",
|
|
120
|
+
"rds.us-west-2",
|
|
59
121
|
"sa-east-1",
|
|
60
122
|
"us-east-1",
|
|
123
|
+
"us-east-1-fips",
|
|
61
124
|
"us-east-2",
|
|
125
|
+
"us-east-2-fips",
|
|
62
126
|
"us-west-1",
|
|
127
|
+
"us-west-1-fips",
|
|
63
128
|
"us-west-2",
|
|
129
|
+
"us-west-2-fips",
|
|
64
130
|
],
|
|
65
131
|
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
66
|
-
|
|
132
|
+
variants: [
|
|
133
|
+
{
|
|
134
|
+
hostname: "rds.{region}.amazonaws.com",
|
|
135
|
+
tags: [],
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
hostname: "rds-fips.{region}.amazonaws.com",
|
|
139
|
+
tags: ["fips"],
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
hostname: "rds-fips.{region}.api.aws",
|
|
143
|
+
tags: ["dualstack", "fips"],
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
hostname: "rds.{region}.api.aws",
|
|
147
|
+
tags: ["dualstack"],
|
|
148
|
+
},
|
|
149
|
+
],
|
|
67
150
|
},
|
|
68
151
|
"aws-cn": {
|
|
69
152
|
regions: ["cn-north-1", "cn-northwest-1"],
|
|
70
153
|
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
71
|
-
|
|
154
|
+
variants: [
|
|
155
|
+
{
|
|
156
|
+
hostname: "rds.{region}.amazonaws.com.cn",
|
|
157
|
+
tags: [],
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
hostname: "rds-fips.{region}.amazonaws.com.cn",
|
|
161
|
+
tags: ["fips"],
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
hostname: "rds-fips.{region}.api.amazonwebservices.com.cn",
|
|
165
|
+
tags: ["dualstack", "fips"],
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
hostname: "rds.{region}.api.amazonwebservices.com.cn",
|
|
169
|
+
tags: ["dualstack"],
|
|
170
|
+
},
|
|
171
|
+
],
|
|
72
172
|
},
|
|
73
173
|
"aws-iso": {
|
|
74
174
|
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
75
175
|
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
76
|
-
|
|
176
|
+
variants: [
|
|
177
|
+
{
|
|
178
|
+
hostname: "rds.{region}.c2s.ic.gov",
|
|
179
|
+
tags: [],
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
hostname: "rds-fips.{region}.c2s.ic.gov",
|
|
183
|
+
tags: ["fips"],
|
|
184
|
+
},
|
|
185
|
+
],
|
|
77
186
|
},
|
|
78
187
|
"aws-iso-b": {
|
|
79
188
|
regions: ["us-isob-east-1"],
|
|
80
189
|
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
81
|
-
|
|
190
|
+
variants: [
|
|
191
|
+
{
|
|
192
|
+
hostname: "rds.{region}.sc2s.sgov.gov",
|
|
193
|
+
tags: [],
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
hostname: "rds-fips.{region}.sc2s.sgov.gov",
|
|
197
|
+
tags: ["fips"],
|
|
198
|
+
},
|
|
199
|
+
],
|
|
82
200
|
},
|
|
83
201
|
"aws-us-gov": {
|
|
84
|
-
regions: [
|
|
202
|
+
regions: [
|
|
203
|
+
"rds.us-gov-east-1",
|
|
204
|
+
"rds.us-gov-west-1",
|
|
205
|
+
"us-gov-east-1",
|
|
206
|
+
"us-gov-east-1-fips",
|
|
207
|
+
"us-gov-west-1",
|
|
208
|
+
"us-gov-west-1-fips",
|
|
209
|
+
],
|
|
85
210
|
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
86
|
-
|
|
211
|
+
variants: [
|
|
212
|
+
{
|
|
213
|
+
hostname: "rds.{region}.amazonaws.com",
|
|
214
|
+
tags: [],
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
hostname: "rds.{region}.amazonaws.com",
|
|
218
|
+
tags: ["fips"],
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
hostname: "rds-fips.{region}.api.aws",
|
|
222
|
+
tags: ["dualstack", "fips"],
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
hostname: "rds.{region}.api.aws",
|
|
226
|
+
tags: ["dualstack"],
|
|
227
|
+
},
|
|
228
|
+
],
|
|
87
229
|
},
|
|
88
230
|
};
|
|
89
231
|
const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.PendingMaintenanceActionsMessage = exports.DescribePendingMaintenanceActionsMessage = exports.OrderableDBInstanceOptionsMessage = exports.OrderableDBInstanceOption = exports.AvailableProcessorFeature = exports.DescribeOrderableDBInstanceOptionsMessage = exports.OptionGroups = exports.DescribeOptionGroupsMessage = exports.OptionGroupOptionsMessage = exports.OptionGroupOption = exports.OptionVersion = exports.OptionGroupOptionSetting = exports.MinimumEngineVersionPerAllowedValue = exports.DescribeOptionGroupOptionsMessage = exports.InstallationMediaMessage = exports.DescribeInstallationMediaMessage = exports.GlobalClustersMessage = exports.DescribeGlobalClustersMessage = exports.ExportTasksMessage = exports.DescribeExportTasksMessage = exports.EventSubscriptionsMessage = exports.DescribeEventSubscriptionsMessage = exports.EventsMessage = exports.Event = exports.DescribeEventsMessage = exports.EventCategoriesMessage = exports.EventCategoriesMap = exports.DescribeEventCategoriesMessage = exports.DescribeEngineDefaultParametersResult = exports.DescribeEngineDefaultParametersMessage = exports.DescribeEngineDefaultClusterParametersResult = exports.EngineDefaults = exports.DescribeEngineDefaultClusterParametersMessage = exports.DescribeDBSubnetGroupsMessage = exports.DBSubnetGroupMessage = exports.DescribeDBSnapshotsMessage = exports.DBSnapshotMessage = exports.DescribeDBSnapshotAttributesResult = exports.DBSnapshotAttributesResult = exports.DBSnapshotAttribute = exports.DescribeDBSnapshotAttributesMessage = exports.DescribeDBSecurityGroupsMessage = exports.DBSecurityGroupMessage = exports.DescribeDBProxyTargetsResponse = exports.DBProxyTarget = exports.TargetType = exports.TargetHealth = exports.TargetState = exports.TargetHealthReason = exports.TargetRole = void 0;
|
|
4
4
|
exports.ModifyDBParameterGroupMessage = exports.DBParameterGroupNameMessage = exports.ModifyDBInstanceResult = exports.ModifyDBInstanceMessage = exports.DBUpgradeDependencyFailureFault = exports.SharedSnapshotQuotaExceededFault = exports.ModifyDBClusterSnapshotAttributeResult = exports.ModifyDBClusterSnapshotAttributeMessage = exports.ModifyDBClusterParameterGroupMessage = exports.DBClusterParameterGroupNameMessage = exports.ModifyDBClusterEndpointMessage = exports.ModifyDBClusterResult = exports.ModifyDBClusterMessage = exports.CloudwatchLogsExportConfiguration = exports.ModifyCustomDBEngineVersionMessage = exports.CustomEngineVersionStatus = exports.ModifyCurrentDBClusterCapacityMessage = exports.InvalidDBClusterCapacityFault = exports.DBClusterCapacityInfo = exports.ModifyCertificatesResult = exports.ModifyCertificatesMessage = exports.TagListMessage = exports.ListTagsForResourceMessage = exports.InstallationMediaAlreadyExistsFault = exports.ImportInstallationMediaMessage = exports.FailoverGlobalClusterResult = exports.FailoverGlobalClusterMessage = exports.FailoverDBClusterResult = exports.FailoverDBClusterMessage = exports.DownloadDBLogFilePortionMessage = exports.DownloadDBLogFilePortionDetails = exports.DBLogFileNotFoundFault = exports.DescribeValidDBInstanceModificationsResult = exports.ValidDBInstanceModificationsMessage = exports.ValidStorageOptions = exports.Range = exports.DoubleRange = exports.DescribeValidDBInstanceModificationsMessage = exports.SourceRegionMessage = exports.SourceRegion = exports.DescribeSourceRegionsMessage = exports.ReservedDBInstancesOfferingNotFoundFault = exports.ReservedDBInstancesOfferingMessage = exports.ReservedDBInstancesOffering = exports.DescribeReservedDBInstancesOfferingsMessage = exports.ReservedDBInstanceNotFoundFault = exports.ReservedDBInstanceMessage = exports.ReservedDBInstance = exports.RecurringCharge = exports.DescribeReservedDBInstancesMessage = void 0;
|
|
5
|
-
exports.
|
|
6
|
-
exports.StopDBInstanceAutomatedBackupsReplicationResult = exports.StopDBInstanceAutomatedBackupsReplicationMessage = exports.StopDBInstanceResult = exports.StopDBInstanceMessage = exports.StopDBClusterResult = exports.StopDBClusterMessage = exports.StopActivityStreamResponse = exports.StopActivityStreamRequest = exports.StartExportTaskMessage = exports.InvalidExportSourceStateFault = exports.InvalidExportOnlyFault = exports.IamRoleNotFoundFault = exports.IamRoleMissingPermissionsFault = exports.ExportTaskAlreadyExistsFault = exports.StartDBInstanceAutomatedBackupsReplicationResult = exports.StartDBInstanceAutomatedBackupsReplicationMessage = exports.StartDBInstanceResult = exports.StartDBInstanceMessage = exports.StartDBClusterResult = exports.StartDBClusterMessage = exports.StartActivityStreamResponse = exports.StartActivityStreamRequest = exports.RevokeDBSecurityGroupIngressResult = exports.RevokeDBSecurityGroupIngressMessage = exports.RestoreDBInstanceToPointInTimeResult = exports.RestoreDBInstanceToPointInTimeMessage = exports.PointInTimeRestoreNotEnabledFault = exports.RestoreDBInstanceFromS3Result = exports.RestoreDBInstanceFromS3Message = exports.RestoreDBInstanceFromDBSnapshotResult = exports.RestoreDBInstanceFromDBSnapshotMessage = exports.RestoreDBClusterToPointInTimeResult = exports.RestoreDBClusterToPointInTimeMessage = exports.RestoreDBClusterFromSnapshotResult = exports.RestoreDBClusterFromSnapshotMessage = exports.InvalidRestoreFault = void 0;
|
|
5
|
+
exports.RestoreDBClusterFromS3Message = exports.InvalidS3BucketFault = exports.ResetDBParameterGroupMessage = exports.ResetDBClusterParameterGroupMessage = exports.RemoveTagsFromResourceMessage = exports.RemoveSourceIdentifierFromSubscriptionResult = exports.RemoveSourceIdentifierFromSubscriptionMessage = exports.RemoveRoleFromDBInstanceMessage = exports.DBInstanceRoleNotFoundFault = exports.RemoveRoleFromDBClusterMessage = exports.DBClusterRoleNotFoundFault = exports.RemoveFromGlobalClusterResult = exports.RemoveFromGlobalClusterMessage = exports.RegisterDBProxyTargetsResponse = exports.RegisterDBProxyTargetsRequest = exports.InsufficientAvailableIPsInSubnetFault = exports.DBProxyTargetAlreadyRegisteredFault = exports.RebootDBInstanceResult = exports.RebootDBInstanceMessage = exports.RebootDBClusterResult = exports.RebootDBClusterMessage = exports.ReservedDBInstanceQuotaExceededFault = exports.ReservedDBInstanceAlreadyExistsFault = exports.PurchaseReservedDBInstancesOfferingResult = exports.PurchaseReservedDBInstancesOfferingMessage = exports.PromoteReadReplicaDBClusterResult = exports.PromoteReadReplicaDBClusterMessage = exports.PromoteReadReplicaResult = exports.PromoteReadReplicaMessage = exports.ModifyOptionGroupResult = exports.ModifyOptionGroupMessage = exports.OptionConfiguration = exports.ModifyGlobalClusterResult = exports.ModifyGlobalClusterMessage = exports.ModifyEventSubscriptionResult = exports.ModifyEventSubscriptionMessage = exports.SubnetAlreadyInUse = exports.ModifyDBSubnetGroupResult = exports.ModifyDBSubnetGroupMessage = exports.ModifyDBSnapshotAttributeResult = exports.ModifyDBSnapshotAttributeMessage = exports.ModifyDBSnapshotResult = exports.ModifyDBSnapshotMessage = exports.ModifyDBProxyTargetGroupResponse = exports.ModifyDBProxyTargetGroupRequest = exports.ConnectionPoolConfiguration = exports.ModifyDBProxyEndpointResponse = exports.ModifyDBProxyEndpointRequest = exports.ModifyDBProxyResponse = exports.ModifyDBProxyRequest = void 0;
|
|
6
|
+
exports.StopDBInstanceAutomatedBackupsReplicationResult = exports.StopDBInstanceAutomatedBackupsReplicationMessage = exports.StopDBInstanceResult = exports.StopDBInstanceMessage = exports.StopDBClusterResult = exports.StopDBClusterMessage = exports.StopActivityStreamResponse = exports.StopActivityStreamRequest = exports.StartExportTaskMessage = exports.InvalidExportSourceStateFault = exports.InvalidExportOnlyFault = exports.IamRoleNotFoundFault = exports.IamRoleMissingPermissionsFault = exports.ExportTaskAlreadyExistsFault = exports.StartDBInstanceAutomatedBackupsReplicationResult = exports.StartDBInstanceAutomatedBackupsReplicationMessage = exports.StartDBInstanceResult = exports.StartDBInstanceMessage = exports.StartDBClusterResult = exports.StartDBClusterMessage = exports.StartActivityStreamResponse = exports.StartActivityStreamRequest = exports.RevokeDBSecurityGroupIngressResult = exports.RevokeDBSecurityGroupIngressMessage = exports.RestoreDBInstanceToPointInTimeResult = exports.RestoreDBInstanceToPointInTimeMessage = exports.PointInTimeRestoreNotEnabledFault = exports.RestoreDBInstanceFromS3Result = exports.RestoreDBInstanceFromS3Message = exports.RestoreDBInstanceFromDBSnapshotResult = exports.RestoreDBInstanceFromDBSnapshotMessage = exports.RestoreDBClusterToPointInTimeResult = exports.RestoreDBClusterToPointInTimeMessage = exports.RestoreDBClusterFromSnapshotResult = exports.RestoreDBClusterFromSnapshotMessage = exports.InvalidRestoreFault = exports.InsufficientDBClusterCapacityFault = exports.RestoreDBClusterFromS3Result = void 0;
|
|
7
7
|
var TargetRole;
|
|
8
8
|
(function (TargetRole) {
|
|
9
9
|
TargetRole["READ_ONLY"] = "READ_ONLY";
|
|
@@ -780,6 +780,18 @@ var ReservedDBInstanceQuotaExceededFault;
|
|
|
780
780
|
...obj,
|
|
781
781
|
});
|
|
782
782
|
})(ReservedDBInstanceQuotaExceededFault = exports.ReservedDBInstanceQuotaExceededFault || (exports.ReservedDBInstanceQuotaExceededFault = {}));
|
|
783
|
+
var RebootDBClusterMessage;
|
|
784
|
+
(function (RebootDBClusterMessage) {
|
|
785
|
+
RebootDBClusterMessage.filterSensitiveLog = (obj) => ({
|
|
786
|
+
...obj,
|
|
787
|
+
});
|
|
788
|
+
})(RebootDBClusterMessage = exports.RebootDBClusterMessage || (exports.RebootDBClusterMessage = {}));
|
|
789
|
+
var RebootDBClusterResult;
|
|
790
|
+
(function (RebootDBClusterResult) {
|
|
791
|
+
RebootDBClusterResult.filterSensitiveLog = (obj) => ({
|
|
792
|
+
...obj,
|
|
793
|
+
});
|
|
794
|
+
})(RebootDBClusterResult = exports.RebootDBClusterResult || (exports.RebootDBClusterResult = {}));
|
|
783
795
|
var RebootDBInstanceMessage;
|
|
784
796
|
(function (RebootDBInstanceMessage) {
|
|
785
797
|
RebootDBInstanceMessage.filterSensitiveLog = (obj) => ({
|