@aws-sdk/client-rds 3.654.0 → 3.658.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 +12 -43
- package/dist-es/commands/DeleteTenantDatabaseCommand.js +1 -1
- package/dist-es/models/models_0.js +4 -12
- package/dist-es/models/models_1.js +0 -4
- package/dist-es/protocols/Aws_query.js +8 -20
- package/dist-types/commands/CreateDBShardGroupCommand.d.ts +1 -3
- package/dist-types/commands/DeleteDBShardGroupCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +1 -2
- package/dist-types/commands/DescribeDBShardGroupsCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBShardGroupCommand.d.ts +2 -3
- package/dist-types/commands/RebootDBShardGroupCommand.d.ts +1 -0
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +40 -24
- package/dist-types/models/models_1.d.ts +16 -15
- package/dist-types/ts3.4/commands/DeleteTenantDatabaseCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +7 -5
- package/dist-types/ts3.4/models/models_1.d.ts +1 -6
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -253,7 +253,6 @@ __export(src_exports, {
|
|
|
253
253
|
InvalidExportTaskStateFault: () => InvalidExportTaskStateFault,
|
|
254
254
|
InvalidGlobalClusterStateFault: () => InvalidGlobalClusterStateFault,
|
|
255
255
|
InvalidIntegrationStateFault: () => InvalidIntegrationStateFault,
|
|
256
|
-
InvalidMaxAcuFault: () => InvalidMaxAcuFault,
|
|
257
256
|
InvalidOptionGroupStateFault: () => InvalidOptionGroupStateFault,
|
|
258
257
|
InvalidResourceStateFault: () => InvalidResourceStateFault,
|
|
259
258
|
InvalidRestoreFault: () => InvalidRestoreFault,
|
|
@@ -2068,23 +2067,6 @@ var _DBShardGroupAlreadyExistsFault = class _DBShardGroupAlreadyExistsFault exte
|
|
|
2068
2067
|
};
|
|
2069
2068
|
__name(_DBShardGroupAlreadyExistsFault, "DBShardGroupAlreadyExistsFault");
|
|
2070
2069
|
var DBShardGroupAlreadyExistsFault = _DBShardGroupAlreadyExistsFault;
|
|
2071
|
-
var _InvalidMaxAcuFault = class _InvalidMaxAcuFault extends RDSServiceException {
|
|
2072
|
-
/**
|
|
2073
|
-
* @internal
|
|
2074
|
-
*/
|
|
2075
|
-
constructor(opts) {
|
|
2076
|
-
super({
|
|
2077
|
-
name: "InvalidMaxAcuFault",
|
|
2078
|
-
$fault: "client",
|
|
2079
|
-
...opts
|
|
2080
|
-
});
|
|
2081
|
-
this.name = "InvalidMaxAcuFault";
|
|
2082
|
-
this.$fault = "client";
|
|
2083
|
-
Object.setPrototypeOf(this, _InvalidMaxAcuFault.prototype);
|
|
2084
|
-
}
|
|
2085
|
-
};
|
|
2086
|
-
__name(_InvalidMaxAcuFault, "InvalidMaxAcuFault");
|
|
2087
|
-
var InvalidMaxAcuFault = _InvalidMaxAcuFault;
|
|
2088
2070
|
var _MaxDBShardGroupLimitReached = class _MaxDBShardGroupLimitReached extends RDSServiceException {
|
|
2089
2071
|
/**
|
|
2090
2072
|
* @internal
|
|
@@ -2750,6 +2732,10 @@ var CreateTenantDatabaseResultFilterSensitiveLog = /* @__PURE__ */ __name((obj)
|
|
|
2750
2732
|
...obj,
|
|
2751
2733
|
...obj.TenantDatabase && { TenantDatabase: TenantDatabaseFilterSensitiveLog(obj.TenantDatabase) }
|
|
2752
2734
|
}), "CreateTenantDatabaseResultFilterSensitiveLog");
|
|
2735
|
+
var DeleteTenantDatabaseResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2736
|
+
...obj,
|
|
2737
|
+
...obj.TenantDatabase && { TenantDatabase: TenantDatabaseFilterSensitiveLog(obj.TenantDatabase) }
|
|
2738
|
+
}), "DeleteTenantDatabaseResultFilterSensitiveLog");
|
|
2753
2739
|
|
|
2754
2740
|
// src/models/models_1.ts
|
|
2755
2741
|
|
|
@@ -3241,10 +3227,6 @@ var _InvalidExportSourceStateFault = class _InvalidExportSourceStateFault extend
|
|
|
3241
3227
|
};
|
|
3242
3228
|
__name(_InvalidExportSourceStateFault, "InvalidExportSourceStateFault");
|
|
3243
3229
|
var InvalidExportSourceStateFault = _InvalidExportSourceStateFault;
|
|
3244
|
-
var DeleteTenantDatabaseResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3245
|
-
...obj,
|
|
3246
|
-
...obj.TenantDatabase && { TenantDatabase: TenantDatabaseFilterSensitiveLog(obj.TenantDatabase) }
|
|
3247
|
-
}), "DeleteTenantDatabaseResultFilterSensitiveLog");
|
|
3248
3230
|
var TenantDatabasesMessageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3249
3231
|
...obj,
|
|
3250
3232
|
...obj.TenantDatabases && {
|
|
@@ -7216,9 +7198,6 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7216
7198
|
case "DBShardGroupAlreadyExists":
|
|
7217
7199
|
case "com.amazonaws.rds#DBShardGroupAlreadyExistsFault":
|
|
7218
7200
|
throw await de_DBShardGroupAlreadyExistsFaultRes(parsedOutput, context);
|
|
7219
|
-
case "InvalidMaxAcu":
|
|
7220
|
-
case "com.amazonaws.rds#InvalidMaxAcuFault":
|
|
7221
|
-
throw await de_InvalidMaxAcuFaultRes(parsedOutput, context);
|
|
7222
7201
|
case "MaxDBShardGroupLimitReached":
|
|
7223
7202
|
case "com.amazonaws.rds#MaxDBShardGroupLimitReached":
|
|
7224
7203
|
throw await de_MaxDBShardGroupLimitReachedRes(parsedOutput, context);
|
|
@@ -8371,15 +8350,6 @@ var de_InvalidIntegrationStateFaultRes = /* @__PURE__ */ __name(async (parsedOut
|
|
|
8371
8350
|
});
|
|
8372
8351
|
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
8373
8352
|
}, "de_InvalidIntegrationStateFaultRes");
|
|
8374
|
-
var de_InvalidMaxAcuFaultRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
8375
|
-
const body = parsedOutput.body;
|
|
8376
|
-
const deserialized = de_InvalidMaxAcuFault(body.Error, context);
|
|
8377
|
-
const exception = new InvalidMaxAcuFault({
|
|
8378
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
8379
|
-
...deserialized
|
|
8380
|
-
});
|
|
8381
|
-
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
8382
|
-
}, "de_InvalidMaxAcuFaultRes");
|
|
8383
8353
|
var de_InvalidOptionGroupStateFaultRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
8384
8354
|
const body = parsedOutput.body;
|
|
8385
8355
|
const deserialized = de_InvalidOptionGroupStateFault(body.Error, context);
|
|
@@ -12495,6 +12465,9 @@ var se_ModifyDBShardGroupMessage = /* @__PURE__ */ __name((input, context) => {
|
|
|
12495
12465
|
if (input[_MACUi] != null) {
|
|
12496
12466
|
entries[_MACUi] = (0, import_smithy_client.serializeFloat)(input[_MACUi]);
|
|
12497
12467
|
}
|
|
12468
|
+
if (input[_CR] != null) {
|
|
12469
|
+
entries[_CR] = input[_CR];
|
|
12470
|
+
}
|
|
12498
12471
|
return entries;
|
|
12499
12472
|
}, "se_ModifyDBShardGroupMessage");
|
|
12500
12473
|
var se_ModifyDBSnapshotAttributeMessage = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -16973,6 +16946,9 @@ var de_DBShardGroup = /* @__PURE__ */ __name((output, context) => {
|
|
|
16973
16946
|
if (output[_End] != null) {
|
|
16974
16947
|
contents[_End] = (0, import_smithy_client.expectString)(output[_End]);
|
|
16975
16948
|
}
|
|
16949
|
+
if (output[_DBSGAh] != null) {
|
|
16950
|
+
contents[_DBSGAh] = (0, import_smithy_client.expectString)(output[_DBSGAh]);
|
|
16951
|
+
}
|
|
16976
16952
|
return contents;
|
|
16977
16953
|
}, "de_DBShardGroup");
|
|
16978
16954
|
var de_DBShardGroupAlreadyExistsFault = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -18419,13 +18395,6 @@ var de_InvalidIntegrationStateFault = /* @__PURE__ */ __name((output, context) =
|
|
|
18419
18395
|
}
|
|
18420
18396
|
return contents;
|
|
18421
18397
|
}, "de_InvalidIntegrationStateFault");
|
|
18422
|
-
var de_InvalidMaxAcuFault = /* @__PURE__ */ __name((output, context) => {
|
|
18423
|
-
const contents = {};
|
|
18424
|
-
if (output[_m] != null) {
|
|
18425
|
-
contents[_m] = (0, import_smithy_client.expectString)(output[_m]);
|
|
18426
|
-
}
|
|
18427
|
-
return contents;
|
|
18428
|
-
}, "de_InvalidMaxAcuFault");
|
|
18429
18398
|
var de_InvalidOptionGroupStateFault = /* @__PURE__ */ __name((output, context) => {
|
|
18430
18399
|
const contents = {};
|
|
18431
18400
|
if (output[_m] != null) {
|
|
@@ -20731,6 +20700,7 @@ var _DBSAn = "DBSnapshotAttributes";
|
|
|
20731
20700
|
var _DBSAna = "DBSnapshotAttribute";
|
|
20732
20701
|
var _DBSG = "DBSecurityGroups";
|
|
20733
20702
|
var _DBSGA = "DBSecurityGroupArn";
|
|
20703
|
+
var _DBSGAh = "DBShardGroupArn";
|
|
20734
20704
|
var _DBSGAu = "DBSubnetGroupArn";
|
|
20735
20705
|
var _DBSGD = "DBSecurityGroupDescription";
|
|
20736
20706
|
var _DBSGDu = "DBSubnetGroupDescription";
|
|
@@ -25310,7 +25280,6 @@ var waitUntilTenantDatabaseDeleted = /* @__PURE__ */ __name(async (params, input
|
|
|
25310
25280
|
DBSecurityGroupNotSupportedFault,
|
|
25311
25281
|
DBSecurityGroupQuotaExceededFault,
|
|
25312
25282
|
DBShardGroupAlreadyExistsFault,
|
|
25313
|
-
InvalidMaxAcuFault,
|
|
25314
25283
|
MaxDBShardGroupLimitReached,
|
|
25315
25284
|
UnsupportedDBEngineVersionFault,
|
|
25316
25285
|
DBSubnetGroupAlreadyExistsFault,
|
|
@@ -25355,6 +25324,7 @@ var waitUntilTenantDatabaseDeleted = /* @__PURE__ */ __name(async (params, input
|
|
|
25355
25324
|
TenantDatabasePendingModifiedValuesFilterSensitiveLog,
|
|
25356
25325
|
TenantDatabaseFilterSensitiveLog,
|
|
25357
25326
|
CreateTenantDatabaseResultFilterSensitiveLog,
|
|
25327
|
+
DeleteTenantDatabaseResultFilterSensitiveLog,
|
|
25358
25328
|
DBProxyTargetNotFoundFault,
|
|
25359
25329
|
DBClusterBacktrackNotFoundFault,
|
|
25360
25330
|
ApplyMethod,
|
|
@@ -25389,7 +25359,6 @@ var waitUntilTenantDatabaseDeleted = /* @__PURE__ */ __name(async (params, input
|
|
|
25389
25359
|
IamRoleNotFoundFault,
|
|
25390
25360
|
InvalidExportOnlyFault,
|
|
25391
25361
|
InvalidExportSourceStateFault,
|
|
25392
|
-
DeleteTenantDatabaseResultFilterSensitiveLog,
|
|
25393
25362
|
TenantDatabasesMessageFilterSensitiveLog,
|
|
25394
25363
|
ModifyTenantDatabaseMessageFilterSensitiveLog,
|
|
25395
25364
|
ModifyTenantDatabaseResultFilterSensitiveLog
|
|
@@ -2,7 +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 { DeleteTenantDatabaseResultFilterSensitiveLog } from "../models/
|
|
5
|
+
import { DeleteTenantDatabaseResultFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_DeleteTenantDatabaseCommand, se_DeleteTenantDatabaseCommand } from "../protocols/Aws_query";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DeleteTenantDatabaseCommand extends $Command
|
|
@@ -1066,18 +1066,6 @@ export class DBShardGroupAlreadyExistsFault extends __BaseException {
|
|
|
1066
1066
|
Object.setPrototypeOf(this, DBShardGroupAlreadyExistsFault.prototype);
|
|
1067
1067
|
}
|
|
1068
1068
|
}
|
|
1069
|
-
export class InvalidMaxAcuFault extends __BaseException {
|
|
1070
|
-
constructor(opts) {
|
|
1071
|
-
super({
|
|
1072
|
-
name: "InvalidMaxAcuFault",
|
|
1073
|
-
$fault: "client",
|
|
1074
|
-
...opts,
|
|
1075
|
-
});
|
|
1076
|
-
this.name = "InvalidMaxAcuFault";
|
|
1077
|
-
this.$fault = "client";
|
|
1078
|
-
Object.setPrototypeOf(this, InvalidMaxAcuFault.prototype);
|
|
1079
|
-
}
|
|
1080
|
-
}
|
|
1081
1069
|
export class MaxDBShardGroupLimitReached extends __BaseException {
|
|
1082
1070
|
constructor(opts) {
|
|
1083
1071
|
super({
|
|
@@ -1558,3 +1546,7 @@ export const CreateTenantDatabaseResultFilterSensitiveLog = (obj) => ({
|
|
|
1558
1546
|
...obj,
|
|
1559
1547
|
...(obj.TenantDatabase && { TenantDatabase: TenantDatabaseFilterSensitiveLog(obj.TenantDatabase) }),
|
|
1560
1548
|
});
|
|
1549
|
+
export const DeleteTenantDatabaseResultFilterSensitiveLog = (obj) => ({
|
|
1550
|
+
...obj,
|
|
1551
|
+
...(obj.TenantDatabase && { TenantDatabase: TenantDatabaseFilterSensitiveLog(obj.TenantDatabase) }),
|
|
1552
|
+
});
|
|
@@ -359,10 +359,6 @@ export class InvalidExportSourceStateFault extends __BaseException {
|
|
|
359
359
|
Object.setPrototypeOf(this, InvalidExportSourceStateFault.prototype);
|
|
360
360
|
}
|
|
361
361
|
}
|
|
362
|
-
export const DeleteTenantDatabaseResultFilterSensitiveLog = (obj) => ({
|
|
363
|
-
...obj,
|
|
364
|
-
...(obj.TenantDatabase && { TenantDatabase: TenantDatabaseFilterSensitiveLog(obj.TenantDatabase) }),
|
|
365
|
-
});
|
|
366
362
|
export const TenantDatabasesMessageFilterSensitiveLog = (obj) => ({
|
|
367
363
|
...obj,
|
|
368
364
|
...(obj.TenantDatabases && {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { parseXmlBody as parseBody, parseXmlErrorBody as parseErrorBody } from "@aws-sdk/core";
|
|
2
2
|
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
|
3
3
|
import { collectBody, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, getArrayIfSingleItem as __getArrayIfSingleItem, parseBoolean as __parseBoolean, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, serializeDateTime as __serializeDateTime, serializeFloat as __serializeFloat, strictParseFloat as __strictParseFloat, strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, } from "@smithy/smithy-client";
|
|
4
|
-
import { AuthorizationAlreadyExistsFault, AuthorizationNotFoundFault, AuthorizationQuotaExceededFault, BackupPolicyNotFoundFault, BlueGreenDeploymentAlreadyExistsFault, BlueGreenDeploymentNotFoundFault, CertificateNotFoundFault, CreateCustomDBEngineVersionFault, CustomAvailabilityZoneNotFoundFault, CustomDBEngineVersionAlreadyExistsFault, CustomDBEngineVersionNotFoundFault, CustomDBEngineVersionQuotaExceededFault, DBClusterAlreadyExistsFault, DBClusterAutomatedBackupNotFoundFault, DBClusterAutomatedBackupQuotaExceededFault, DBClusterEndpointAlreadyExistsFault, DBClusterEndpointNotFoundFault, DBClusterEndpointQuotaExceededFault, DBClusterNotFoundFault, DBClusterParameterGroupNotFoundFault, DBClusterQuotaExceededFault, DBClusterRoleAlreadyExistsFault, DBClusterRoleQuotaExceededFault, DBClusterSnapshotAlreadyExistsFault, DBClusterSnapshotNotFoundFault, DBInstanceAlreadyExistsFault, DBInstanceAutomatedBackupNotFoundFault, DBInstanceAutomatedBackupQuotaExceededFault, DBInstanceNotFoundFault, DBInstanceRoleAlreadyExistsFault, DBInstanceRoleQuotaExceededFault, DBParameterGroupAlreadyExistsFault, DBParameterGroupNotFoundFault, DBParameterGroupQuotaExceededFault, DBProxyAlreadyExistsFault, DBProxyEndpointAlreadyExistsFault, DBProxyEndpointNotFoundFault, DBProxyEndpointQuotaExceededFault, DBProxyNotFoundFault, DBProxyQuotaExceededFault, DBProxyTargetGroupNotFoundFault, DBSecurityGroupAlreadyExistsFault, DBSecurityGroupNotFoundFault, DBSecurityGroupNotSupportedFault, DBSecurityGroupQuotaExceededFault, DBShardGroupAlreadyExistsFault, DBShardGroupNotFoundFault, DBSnapshotAlreadyExistsFault, DBSnapshotNotFoundFault, DBSnapshotTenantDatabaseNotFoundFault, DBSubnetGroupAlreadyExistsFault, DBSubnetGroupDoesNotCoverEnoughAZs, DBSubnetGroupNotAllowedFault, DBSubnetGroupNotFoundFault, DBSubnetGroupQuotaExceededFault, DBSubnetQuotaExceededFault, DomainNotFoundFault, Ec2ImagePropertiesNotSupportedFault, EventSubscriptionQuotaExceededFault, ExportTaskNotFoundFault, GlobalClusterAlreadyExistsFault, GlobalClusterNotFoundFault, GlobalClusterQuotaExceededFault, InstanceQuotaExceededFault, InsufficientDBInstanceCapacityFault, InsufficientStorageClusterCapacityFault, IntegrationAlreadyExistsFault, IntegrationConflictOperationFault, IntegrationNotFoundFault, IntegrationQuotaExceededFault, InvalidBlueGreenDeploymentStateFault, InvalidCustomDBEngineVersionStateFault, InvalidDBClusterAutomatedBackupStateFault, InvalidDBClusterEndpointStateFault, InvalidDBClusterSnapshotStateFault, InvalidDBClusterStateFault, InvalidDBInstanceAutomatedBackupStateFault, InvalidDBInstanceStateFault, InvalidDBParameterGroupStateFault, InvalidDBProxyEndpointStateFault, InvalidDBProxyStateFault, InvalidDBSecurityGroupStateFault, InvalidDBShardGroupStateFault, InvalidDBSnapshotStateFault, InvalidDBSubnetGroupFault, InvalidDBSubnetGroupStateFault, InvalidDBSubnetStateFault, InvalidEventSubscriptionStateFault, InvalidExportTaskStateFault, InvalidGlobalClusterStateFault, InvalidIntegrationStateFault,
|
|
4
|
+
import { AuthorizationAlreadyExistsFault, AuthorizationNotFoundFault, AuthorizationQuotaExceededFault, BackupPolicyNotFoundFault, BlueGreenDeploymentAlreadyExistsFault, BlueGreenDeploymentNotFoundFault, CertificateNotFoundFault, CreateCustomDBEngineVersionFault, CustomAvailabilityZoneNotFoundFault, CustomDBEngineVersionAlreadyExistsFault, CustomDBEngineVersionNotFoundFault, CustomDBEngineVersionQuotaExceededFault, DBClusterAlreadyExistsFault, DBClusterAutomatedBackupNotFoundFault, DBClusterAutomatedBackupQuotaExceededFault, DBClusterEndpointAlreadyExistsFault, DBClusterEndpointNotFoundFault, DBClusterEndpointQuotaExceededFault, DBClusterNotFoundFault, DBClusterParameterGroupNotFoundFault, DBClusterQuotaExceededFault, DBClusterRoleAlreadyExistsFault, DBClusterRoleQuotaExceededFault, DBClusterSnapshotAlreadyExistsFault, DBClusterSnapshotNotFoundFault, DBInstanceAlreadyExistsFault, DBInstanceAutomatedBackupNotFoundFault, DBInstanceAutomatedBackupQuotaExceededFault, DBInstanceNotFoundFault, DBInstanceRoleAlreadyExistsFault, DBInstanceRoleQuotaExceededFault, DBParameterGroupAlreadyExistsFault, DBParameterGroupNotFoundFault, DBParameterGroupQuotaExceededFault, DBProxyAlreadyExistsFault, DBProxyEndpointAlreadyExistsFault, DBProxyEndpointNotFoundFault, DBProxyEndpointQuotaExceededFault, DBProxyNotFoundFault, DBProxyQuotaExceededFault, DBProxyTargetGroupNotFoundFault, DBSecurityGroupAlreadyExistsFault, DBSecurityGroupNotFoundFault, DBSecurityGroupNotSupportedFault, DBSecurityGroupQuotaExceededFault, DBShardGroupAlreadyExistsFault, DBShardGroupNotFoundFault, DBSnapshotAlreadyExistsFault, DBSnapshotNotFoundFault, DBSnapshotTenantDatabaseNotFoundFault, DBSubnetGroupAlreadyExistsFault, DBSubnetGroupDoesNotCoverEnoughAZs, DBSubnetGroupNotAllowedFault, DBSubnetGroupNotFoundFault, DBSubnetGroupQuotaExceededFault, DBSubnetQuotaExceededFault, DomainNotFoundFault, Ec2ImagePropertiesNotSupportedFault, EventSubscriptionQuotaExceededFault, ExportTaskNotFoundFault, GlobalClusterAlreadyExistsFault, GlobalClusterNotFoundFault, GlobalClusterQuotaExceededFault, InstanceQuotaExceededFault, InsufficientDBInstanceCapacityFault, InsufficientStorageClusterCapacityFault, IntegrationAlreadyExistsFault, IntegrationConflictOperationFault, IntegrationNotFoundFault, IntegrationQuotaExceededFault, InvalidBlueGreenDeploymentStateFault, InvalidCustomDBEngineVersionStateFault, InvalidDBClusterAutomatedBackupStateFault, InvalidDBClusterEndpointStateFault, InvalidDBClusterSnapshotStateFault, InvalidDBClusterStateFault, InvalidDBInstanceAutomatedBackupStateFault, InvalidDBInstanceStateFault, InvalidDBParameterGroupStateFault, InvalidDBProxyEndpointStateFault, InvalidDBProxyStateFault, InvalidDBSecurityGroupStateFault, InvalidDBShardGroupStateFault, InvalidDBSnapshotStateFault, InvalidDBSubnetGroupFault, InvalidDBSubnetGroupStateFault, InvalidDBSubnetStateFault, InvalidEventSubscriptionStateFault, InvalidExportTaskStateFault, InvalidGlobalClusterStateFault, InvalidIntegrationStateFault, InvalidOptionGroupStateFault, InvalidSubnet, InvalidVPCNetworkStateFault, KMSKeyNotAccessibleFault, MaxDBShardGroupLimitReached, NetworkTypeNotSupported, OptionGroupAlreadyExistsFault, OptionGroupNotFoundFault, OptionGroupQuotaExceededFault, ProvisionedIopsNotAvailableInAZFault, ResourceNotFoundFault, SnapshotQuotaExceededFault, SNSInvalidTopicFault, SNSNoAuthorizationFault, SNSTopicArnNotFoundFault, SourceClusterNotSupportedFault, SourceDatabaseNotSupportedFault, SourceNotFoundFault, StorageQuotaExceededFault, StorageTypeNotSupportedFault, SubscriptionAlreadyExistFault, SubscriptionCategoryNotFoundFault, SubscriptionNotFoundFault, TenantDatabaseAlreadyExistsFault, TenantDatabaseNotFoundFault, TenantDatabaseQuotaExceededFault, UnsupportedDBEngineVersionFault, } from "../models/models_0";
|
|
5
5
|
import { DBClusterBacktrackNotFoundFault, DBClusterRoleNotFoundFault, DBInstanceRoleNotFoundFault, DBLogFileNotFoundFault, DBProxyTargetAlreadyRegisteredFault, DBProxyTargetNotFoundFault, DBUpgradeDependencyFailureFault, ExportTaskAlreadyExistsFault, IamRoleMissingPermissionsFault, IamRoleNotFoundFault, InsufficientAvailableIPsInSubnetFault, InsufficientDBClusterCapacityFault, InvalidDBClusterCapacityFault, InvalidExportOnlyFault, InvalidExportSourceStateFault, InvalidResourceStateFault, InvalidRestoreFault, InvalidS3BucketFault, PointInTimeRestoreNotEnabledFault, ReservedDBInstanceAlreadyExistsFault, ReservedDBInstanceNotFoundFault, ReservedDBInstanceQuotaExceededFault, ReservedDBInstancesOfferingNotFoundFault, SharedSnapshotQuotaExceededFault, StorageTypeNotAvailableFault, SubnetAlreadyInUse, } from "../models/models_1";
|
|
6
6
|
import { RDSServiceException as __BaseException } from "../models/RDSServiceException";
|
|
7
7
|
export const se_AddRoleToDBClusterCommand = async (input, context) => {
|
|
@@ -3947,9 +3947,6 @@ const de_CommandError = async (output, context) => {
|
|
|
3947
3947
|
case "DBShardGroupAlreadyExists":
|
|
3948
3948
|
case "com.amazonaws.rds#DBShardGroupAlreadyExistsFault":
|
|
3949
3949
|
throw await de_DBShardGroupAlreadyExistsFaultRes(parsedOutput, context);
|
|
3950
|
-
case "InvalidMaxAcu":
|
|
3951
|
-
case "com.amazonaws.rds#InvalidMaxAcuFault":
|
|
3952
|
-
throw await de_InvalidMaxAcuFaultRes(parsedOutput, context);
|
|
3953
3950
|
case "MaxDBShardGroupLimitReached":
|
|
3954
3951
|
case "com.amazonaws.rds#MaxDBShardGroupLimitReached":
|
|
3955
3952
|
throw await de_MaxDBShardGroupLimitReachedRes(parsedOutput, context);
|
|
@@ -5102,15 +5099,6 @@ const de_InvalidIntegrationStateFaultRes = async (parsedOutput, context) => {
|
|
|
5102
5099
|
});
|
|
5103
5100
|
return __decorateServiceException(exception, body);
|
|
5104
5101
|
};
|
|
5105
|
-
const de_InvalidMaxAcuFaultRes = async (parsedOutput, context) => {
|
|
5106
|
-
const body = parsedOutput.body;
|
|
5107
|
-
const deserialized = de_InvalidMaxAcuFault(body.Error, context);
|
|
5108
|
-
const exception = new InvalidMaxAcuFault({
|
|
5109
|
-
$metadata: deserializeMetadata(parsedOutput),
|
|
5110
|
-
...deserialized,
|
|
5111
|
-
});
|
|
5112
|
-
return __decorateServiceException(exception, body);
|
|
5113
|
-
};
|
|
5114
5102
|
const de_InvalidOptionGroupStateFaultRes = async (parsedOutput, context) => {
|
|
5115
5103
|
const body = parsedOutput.body;
|
|
5116
5104
|
const deserialized = de_InvalidOptionGroupStateFault(body.Error, context);
|
|
@@ -9148,6 +9136,9 @@ const se_ModifyDBShardGroupMessage = (input, context) => {
|
|
|
9148
9136
|
if (input[_MACUi] != null) {
|
|
9149
9137
|
entries[_MACUi] = __serializeFloat(input[_MACUi]);
|
|
9150
9138
|
}
|
|
9139
|
+
if (input[_CR] != null) {
|
|
9140
|
+
entries[_CR] = input[_CR];
|
|
9141
|
+
}
|
|
9151
9142
|
return entries;
|
|
9152
9143
|
};
|
|
9153
9144
|
const se_ModifyDBSnapshotAttributeMessage = (input, context) => {
|
|
@@ -13736,6 +13727,9 @@ const de_DBShardGroup = (output, context) => {
|
|
|
13736
13727
|
if (output[_End] != null) {
|
|
13737
13728
|
contents[_End] = __expectString(output[_End]);
|
|
13738
13729
|
}
|
|
13730
|
+
if (output[_DBSGAh] != null) {
|
|
13731
|
+
contents[_DBSGAh] = __expectString(output[_DBSGAh]);
|
|
13732
|
+
}
|
|
13739
13733
|
return contents;
|
|
13740
13734
|
};
|
|
13741
13735
|
const de_DBShardGroupAlreadyExistsFault = (output, context) => {
|
|
@@ -15260,13 +15254,6 @@ const de_InvalidIntegrationStateFault = (output, context) => {
|
|
|
15260
15254
|
}
|
|
15261
15255
|
return contents;
|
|
15262
15256
|
};
|
|
15263
|
-
const de_InvalidMaxAcuFault = (output, context) => {
|
|
15264
|
-
const contents = {};
|
|
15265
|
-
if (output[_m] != null) {
|
|
15266
|
-
contents[_m] = __expectString(output[_m]);
|
|
15267
|
-
}
|
|
15268
|
-
return contents;
|
|
15269
|
-
};
|
|
15270
15257
|
const de_InvalidOptionGroupStateFault = (output, context) => {
|
|
15271
15258
|
const contents = {};
|
|
15272
15259
|
if (output[_m] != null) {
|
|
@@ -17704,6 +17691,7 @@ const _DBSAn = "DBSnapshotAttributes";
|
|
|
17704
17691
|
const _DBSAna = "DBSnapshotAttribute";
|
|
17705
17692
|
const _DBSG = "DBSecurityGroups";
|
|
17706
17693
|
const _DBSGA = "DBSecurityGroupArn";
|
|
17694
|
+
const _DBSGAh = "DBShardGroupArn";
|
|
17707
17695
|
const _DBSGAu = "DBSubnetGroupArn";
|
|
17708
17696
|
const _DBSGD = "DBSecurityGroupDescription";
|
|
17709
17697
|
const _DBSGDu = "DBSubnetGroupDescription";
|
|
@@ -55,6 +55,7 @@ declare const CreateDBShardGroupCommand_base: {
|
|
|
55
55
|
* // Status: "STRING_VALUE",
|
|
56
56
|
* // PubliclyAccessible: true || false,
|
|
57
57
|
* // Endpoint: "STRING_VALUE",
|
|
58
|
+
* // DBShardGroupArn: "STRING_VALUE",
|
|
58
59
|
* // };
|
|
59
60
|
*
|
|
60
61
|
* ```
|
|
@@ -75,9 +76,6 @@ declare const CreateDBShardGroupCommand_base: {
|
|
|
75
76
|
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
76
77
|
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
77
78
|
*
|
|
78
|
-
* @throws {@link InvalidMaxAcuFault} (client fault)
|
|
79
|
-
* <p>The maximum capacity of the DB shard group must be 48-7168 Aurora capacity units (ACUs).</p>
|
|
80
|
-
*
|
|
81
79
|
* @throws {@link InvalidVPCNetworkStateFault} (client fault)
|
|
82
80
|
* <p>The DB subnet group doesn't cover all Availability Zones after it's
|
|
83
81
|
* created because of users' change.</p>
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteTenantDatabaseMessage } from "../models/models_0";
|
|
4
|
-
import { DeleteTenantDatabaseResult } from "../models/models_1";
|
|
3
|
+
import { DeleteTenantDatabaseMessage, DeleteTenantDatabaseResult } from "../models/models_0";
|
|
5
4
|
import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
@@ -40,6 +40,7 @@ declare const ModifyDBShardGroupCommand_base: {
|
|
|
40
40
|
* DBShardGroupIdentifier: "STRING_VALUE", // required
|
|
41
41
|
* MaxACU: Number("double"),
|
|
42
42
|
* MinACU: Number("double"),
|
|
43
|
+
* ComputeRedundancy: Number("int"),
|
|
43
44
|
* };
|
|
44
45
|
* const command = new ModifyDBShardGroupCommand(input);
|
|
45
46
|
* const response = await client.send(command);
|
|
@@ -53,6 +54,7 @@ declare const ModifyDBShardGroupCommand_base: {
|
|
|
53
54
|
* // Status: "STRING_VALUE",
|
|
54
55
|
* // PubliclyAccessible: true || false,
|
|
55
56
|
* // Endpoint: "STRING_VALUE",
|
|
57
|
+
* // DBShardGroupArn: "STRING_VALUE",
|
|
56
58
|
* // };
|
|
57
59
|
*
|
|
58
60
|
* ```
|
|
@@ -72,9 +74,6 @@ declare const ModifyDBShardGroupCommand_base: {
|
|
|
72
74
|
* @throws {@link InvalidDBClusterStateFault} (client fault)
|
|
73
75
|
* <p>The requested operation can't be performed while the cluster is in this state.</p>
|
|
74
76
|
*
|
|
75
|
-
* @throws {@link InvalidMaxAcuFault} (client fault)
|
|
76
|
-
* <p>The maximum capacity of the DB shard group must be 48-7168 Aurora capacity units (ACUs).</p>
|
|
77
|
-
*
|
|
78
77
|
* @throws {@link RDSServiceException}
|
|
79
78
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
80
79
|
*
|
|
@@ -40,7 +40,7 @@ declare const RestoreDBInstanceFromDBSnapshotCommand_base: {
|
|
|
40
40
|
* must be the ARN of the shared DB snapshot.</p>
|
|
41
41
|
* <p>To restore from a DB snapshot with an unsupported engine version, you must first upgrade the
|
|
42
42
|
* engine version of the snapshot. For more information about upgrading a RDS for MySQL DB snapshot engine version, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/mysql-upgrade-snapshot.html">Upgrading a MySQL DB snapshot engine version</a>.
|
|
43
|
-
* For more information about upgrading a RDS for PostgreSQL DB snapshot engine version, <a href="https://docs.aws.amazon.com/USER_UpgradeDBSnapshot.PostgreSQL.html">Upgrading a PostgreSQL DB snapshot engine version</a>.</p>
|
|
43
|
+
* For more information about upgrading a RDS for PostgreSQL DB snapshot engine version, <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_UpgradeDBSnapshot.PostgreSQL.html">Upgrading a PostgreSQL DB snapshot engine version</a>.</p>
|
|
44
44
|
* <note>
|
|
45
45
|
* <p>This command doesn't apply to Aurora MySQL and Aurora PostgreSQL. For Aurora, use <code>RestoreDBClusterFromSnapshot</code>.</p>
|
|
46
46
|
* </note>
|
|
@@ -8610,12 +8610,20 @@ export interface CreateDBInstanceReadReplicaMessage {
|
|
|
8610
8610
|
*/
|
|
8611
8611
|
OptionGroupName?: string;
|
|
8612
8612
|
/**
|
|
8613
|
-
* <p>The name of the DB parameter group to associate with this DB
|
|
8614
|
-
*
|
|
8615
|
-
*
|
|
8613
|
+
* <p>The name of the DB parameter group to associate with this read replica DB
|
|
8614
|
+
* instance.</p>
|
|
8615
|
+
* <p>For Single-AZ or Multi-AZ DB instance read replica instances, if you don't specify a
|
|
8616
|
+
* value for <code>DBParameterGroupName</code>, then Amazon RDS uses the
|
|
8617
|
+
* <code>DBParameterGroup</code> of the source DB instance for a same Region read
|
|
8616
8618
|
* replica, or the default <code>DBParameterGroup</code> for the specified DB engine for a
|
|
8617
8619
|
* cross-Region read replica.</p>
|
|
8618
|
-
* <p>
|
|
8620
|
+
* <p>For Multi-AZ DB cluster same Region read replica instances, if you don't specify a
|
|
8621
|
+
* value for <code>DBParameterGroupName</code>, then Amazon RDS uses the default
|
|
8622
|
+
* <code>DBParameterGroup</code>.</p>
|
|
8623
|
+
* <p>Specifying a parameter group for this operation is only supported for MySQL DB
|
|
8624
|
+
* instances for cross-Region read replicas, for Multi-AZ DB cluster read replica
|
|
8625
|
+
* instances, and for Oracle DB instances. It isn't supported for MySQL DB instances for
|
|
8626
|
+
* same Region read replicas or for RDS Custom.</p>
|
|
8619
8627
|
* <p>Constraints:</p>
|
|
8620
8628
|
* <ul>
|
|
8621
8629
|
* <li>
|
|
@@ -9917,16 +9925,16 @@ export interface CreateDBShardGroupMessage {
|
|
|
9917
9925
|
*/
|
|
9918
9926
|
DBClusterIdentifier: string | undefined;
|
|
9919
9927
|
/**
|
|
9920
|
-
* <p>Specifies whether to create standby
|
|
9928
|
+
* <p>Specifies whether to create standby DB shard groups for the DB shard group. Valid values are the following:</p>
|
|
9921
9929
|
* <ul>
|
|
9922
9930
|
* <li>
|
|
9923
|
-
* <p>0 - Creates a
|
|
9931
|
+
* <p>0 - Creates a DB shard group without a standby DB shard group. This is the default value.</p>
|
|
9924
9932
|
* </li>
|
|
9925
9933
|
* <li>
|
|
9926
|
-
* <p>1 - Creates a
|
|
9934
|
+
* <p>1 - Creates a DB shard group with a standby DB shard group in a different Availability Zone (AZ).</p>
|
|
9927
9935
|
* </li>
|
|
9928
9936
|
* <li>
|
|
9929
|
-
* <p>2 - Creates a
|
|
9937
|
+
* <p>2 - Creates a DB shard group with two standby DB shard groups in two different AZs.</p>
|
|
9930
9938
|
* </li>
|
|
9931
9939
|
* </ul>
|
|
9932
9940
|
* @public
|
|
@@ -10002,16 +10010,16 @@ export interface DBShardGroup {
|
|
|
10002
10010
|
*/
|
|
10003
10011
|
MinACU?: number;
|
|
10004
10012
|
/**
|
|
10005
|
-
* <p>Specifies whether to create standby
|
|
10013
|
+
* <p>Specifies whether to create standby DB shard groups for the DB shard group. Valid values are the following:</p>
|
|
10006
10014
|
* <ul>
|
|
10007
10015
|
* <li>
|
|
10008
|
-
* <p>0 - Creates a
|
|
10016
|
+
* <p>0 - Creates a DB shard group without a standby DB shard group. This is the default value.</p>
|
|
10009
10017
|
* </li>
|
|
10010
10018
|
* <li>
|
|
10011
|
-
* <p>1 - Creates a
|
|
10019
|
+
* <p>1 - Creates a DB shard group with a standby DB shard group in a different Availability Zone (AZ).</p>
|
|
10012
10020
|
* </li>
|
|
10013
10021
|
* <li>
|
|
10014
|
-
* <p>2 - Creates a
|
|
10022
|
+
* <p>2 - Creates a DB shard group with two standby DB shard groups in two different AZs.</p>
|
|
10015
10023
|
* </li>
|
|
10016
10024
|
* </ul>
|
|
10017
10025
|
* @public
|
|
@@ -10041,6 +10049,11 @@ export interface DBShardGroup {
|
|
|
10041
10049
|
* @public
|
|
10042
10050
|
*/
|
|
10043
10051
|
Endpoint?: string;
|
|
10052
|
+
/**
|
|
10053
|
+
* <p>The Amazon Resource Name (ARN) for the DB shard group.</p>
|
|
10054
|
+
* @public
|
|
10055
|
+
*/
|
|
10056
|
+
DBShardGroupArn?: string;
|
|
10044
10057
|
}
|
|
10045
10058
|
/**
|
|
10046
10059
|
* <p>The specified DB shard group name must be unique in your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
@@ -10054,18 +10067,6 @@ export declare class DBShardGroupAlreadyExistsFault extends __BaseException {
|
|
|
10054
10067
|
*/
|
|
10055
10068
|
constructor(opts: __ExceptionOptionType<DBShardGroupAlreadyExistsFault, __BaseException>);
|
|
10056
10069
|
}
|
|
10057
|
-
/**
|
|
10058
|
-
* <p>The maximum capacity of the DB shard group must be 48-7168 Aurora capacity units (ACUs).</p>
|
|
10059
|
-
* @public
|
|
10060
|
-
*/
|
|
10061
|
-
export declare class InvalidMaxAcuFault extends __BaseException {
|
|
10062
|
-
readonly name: "InvalidMaxAcuFault";
|
|
10063
|
-
readonly $fault: "client";
|
|
10064
|
-
/**
|
|
10065
|
-
* @internal
|
|
10066
|
-
*/
|
|
10067
|
-
constructor(opts: __ExceptionOptionType<InvalidMaxAcuFault, __BaseException>);
|
|
10068
|
-
}
|
|
10069
10070
|
/**
|
|
10070
10071
|
* <p>The maximum number of DB shard groups for your Amazon Web Services account in the specified Amazon Web Services Region has been reached.</p>
|
|
10071
10072
|
* @public
|
|
@@ -12469,6 +12470,17 @@ export interface DeleteTenantDatabaseMessage {
|
|
|
12469
12470
|
*/
|
|
12470
12471
|
FinalDBSnapshotIdentifier?: string;
|
|
12471
12472
|
}
|
|
12473
|
+
/**
|
|
12474
|
+
* @public
|
|
12475
|
+
*/
|
|
12476
|
+
export interface DeleteTenantDatabaseResult {
|
|
12477
|
+
/**
|
|
12478
|
+
* <p>A tenant database in the DB instance. This data type is an element in the response to
|
|
12479
|
+
* the <code>DescribeTenantDatabases</code> action.</p>
|
|
12480
|
+
* @public
|
|
12481
|
+
*/
|
|
12482
|
+
TenantDatabase?: TenantDatabase;
|
|
12483
|
+
}
|
|
12472
12484
|
/**
|
|
12473
12485
|
* @internal
|
|
12474
12486
|
*/
|
|
@@ -12485,3 +12497,7 @@ export declare const TenantDatabaseFilterSensitiveLog: (obj: TenantDatabase) =>
|
|
|
12485
12497
|
* @internal
|
|
12486
12498
|
*/
|
|
12487
12499
|
export declare const CreateTenantDatabaseResultFilterSensitiveLog: (obj: CreateTenantDatabaseResult) => any;
|
|
12500
|
+
/**
|
|
12501
|
+
* @internal
|
|
12502
|
+
*/
|
|
12503
|
+
export declare const DeleteTenantDatabaseResultFilterSensitiveLog: (obj: DeleteTenantDatabaseResult) => any;
|
|
@@ -1,17 +1,6 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { ActivityStreamMode, ActivityStreamPolicyStatus, ActivityStreamStatus, AutomationMode, AvailabilityZone, BlueGreenDeployment, DBCluster, DBClusterAutomatedBackup, DBClusterBacktrack, DBClusterEndpoint, DBClusterParameterGroup, DBClusterSnapshot, DBEngineVersion, DBInstance, DBInstanceAutomatedBackup, DBParameterGroup, DBProxy, DBProxyEndpoint, DBSecurityGroup, DBShardGroup, DBSnapshot, DBSubnetGroup, EventSubscription, ExportSourceType, ExportTask, GlobalCluster, Integration, OptionGroup, OptionSetting, ProcessorFeature, RdsCustomClusterConfiguration, ReplicaMode, ResourcePendingMaintenanceActions, ScalingConfiguration, ServerlessV2ScalingConfiguration, Tag, TenantDatabase, UserAuthConfig } from "./models_0";
|
|
3
3
|
import { RDSServiceException as __BaseException } from "./RDSServiceException";
|
|
4
|
-
/**
|
|
5
|
-
* @public
|
|
6
|
-
*/
|
|
7
|
-
export interface DeleteTenantDatabaseResult {
|
|
8
|
-
/**
|
|
9
|
-
* <p>A tenant database in the DB instance. This data type is an element in the response to
|
|
10
|
-
* the <code>DescribeTenantDatabases</code> action.</p>
|
|
11
|
-
* @public
|
|
12
|
-
*/
|
|
13
|
-
TenantDatabase?: TenantDatabase;
|
|
14
|
-
}
|
|
15
4
|
/**
|
|
16
5
|
* <p>The specified RDS DB instance or Aurora DB cluster isn't available for a proxy owned by your Amazon Web Services account in the specified Amazon Web Services Region.</p>
|
|
17
6
|
* @public
|
|
@@ -8808,6 +8797,22 @@ export interface ModifyDBShardGroupMessage {
|
|
|
8808
8797
|
* @public
|
|
8809
8798
|
*/
|
|
8810
8799
|
MinACU?: number;
|
|
8800
|
+
/**
|
|
8801
|
+
* <p>Specifies whether to create standby DB shard groups for the DB shard group. Valid values are the following:</p>
|
|
8802
|
+
* <ul>
|
|
8803
|
+
* <li>
|
|
8804
|
+
* <p>0 - Creates a DB shard group without a standby DB shard group. This is the default value.</p>
|
|
8805
|
+
* </li>
|
|
8806
|
+
* <li>
|
|
8807
|
+
* <p>1 - Creates a DB shard group with a standby DB shard group in a different Availability Zone (AZ).</p>
|
|
8808
|
+
* </li>
|
|
8809
|
+
* <li>
|
|
8810
|
+
* <p>2 - Creates a DB shard group with two standby DB shard groups in two different AZs.</p>
|
|
8811
|
+
* </li>
|
|
8812
|
+
* </ul>
|
|
8813
|
+
* @public
|
|
8814
|
+
*/
|
|
8815
|
+
ComputeRedundancy?: number;
|
|
8811
8816
|
}
|
|
8812
8817
|
/**
|
|
8813
8818
|
* @public
|
|
@@ -13719,10 +13724,6 @@ export interface SwitchoverReadReplicaResult {
|
|
|
13719
13724
|
*/
|
|
13720
13725
|
DBInstance?: DBInstance;
|
|
13721
13726
|
}
|
|
13722
|
-
/**
|
|
13723
|
-
* @internal
|
|
13724
|
-
*/
|
|
13725
|
-
export declare const DeleteTenantDatabaseResultFilterSensitiveLog: (obj: DeleteTenantDatabaseResult) => any;
|
|
13726
13727
|
/**
|
|
13727
13728
|
* @internal
|
|
13728
13729
|
*/
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
DeleteTenantDatabaseMessage,
|
|
5
|
+
DeleteTenantDatabaseResult,
|
|
6
|
+
} from "../models/models_0";
|
|
5
7
|
import {
|
|
6
8
|
RDSClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -1848,6 +1848,7 @@ export interface DBShardGroup {
|
|
|
1848
1848
|
Status?: string;
|
|
1849
1849
|
PubliclyAccessible?: boolean;
|
|
1850
1850
|
Endpoint?: string;
|
|
1851
|
+
DBShardGroupArn?: string;
|
|
1851
1852
|
}
|
|
1852
1853
|
export declare class DBShardGroupAlreadyExistsFault extends __BaseException {
|
|
1853
1854
|
readonly name: "DBShardGroupAlreadyExistsFault";
|
|
@@ -1856,11 +1857,6 @@ export declare class DBShardGroupAlreadyExistsFault extends __BaseException {
|
|
|
1856
1857
|
opts: __ExceptionOptionType<DBShardGroupAlreadyExistsFault, __BaseException>
|
|
1857
1858
|
);
|
|
1858
1859
|
}
|
|
1859
|
-
export declare class InvalidMaxAcuFault extends __BaseException {
|
|
1860
|
-
readonly name: "InvalidMaxAcuFault";
|
|
1861
|
-
readonly $fault: "client";
|
|
1862
|
-
constructor(opts: __ExceptionOptionType<InvalidMaxAcuFault, __BaseException>);
|
|
1863
|
-
}
|
|
1864
1860
|
export declare class MaxDBShardGroupLimitReached extends __BaseException {
|
|
1865
1861
|
readonly name: "MaxDBShardGroupLimitReached";
|
|
1866
1862
|
readonly $fault: "client";
|
|
@@ -2522,6 +2518,9 @@ export interface DeleteTenantDatabaseMessage {
|
|
|
2522
2518
|
SkipFinalSnapshot?: boolean;
|
|
2523
2519
|
FinalDBSnapshotIdentifier?: string;
|
|
2524
2520
|
}
|
|
2521
|
+
export interface DeleteTenantDatabaseResult {
|
|
2522
|
+
TenantDatabase?: TenantDatabase;
|
|
2523
|
+
}
|
|
2525
2524
|
export declare const CreateTenantDatabaseMessageFilterSensitiveLog: (
|
|
2526
2525
|
obj: CreateTenantDatabaseMessage
|
|
2527
2526
|
) => any;
|
|
@@ -2534,3 +2533,6 @@ export declare const TenantDatabaseFilterSensitiveLog: (
|
|
|
2534
2533
|
export declare const CreateTenantDatabaseResultFilterSensitiveLog: (
|
|
2535
2534
|
obj: CreateTenantDatabaseResult
|
|
2536
2535
|
) => any;
|
|
2536
|
+
export declare const DeleteTenantDatabaseResultFilterSensitiveLog: (
|
|
2537
|
+
obj: DeleteTenantDatabaseResult
|
|
2538
|
+
) => any;
|
|
@@ -40,9 +40,6 @@ import {
|
|
|
40
40
|
UserAuthConfig,
|
|
41
41
|
} from "./models_0";
|
|
42
42
|
import { RDSServiceException as __BaseException } from "./RDSServiceException";
|
|
43
|
-
export interface DeleteTenantDatabaseResult {
|
|
44
|
-
TenantDatabase?: TenantDatabase;
|
|
45
|
-
}
|
|
46
43
|
export declare class DBProxyTargetNotFoundFault extends __BaseException {
|
|
47
44
|
readonly name: "DBProxyTargetNotFoundFault";
|
|
48
45
|
readonly $fault: "client";
|
|
@@ -1305,6 +1302,7 @@ export interface ModifyDBShardGroupMessage {
|
|
|
1305
1302
|
DBShardGroupIdentifier: string | undefined;
|
|
1306
1303
|
MaxACU?: number;
|
|
1307
1304
|
MinACU?: number;
|
|
1305
|
+
ComputeRedundancy?: number;
|
|
1308
1306
|
}
|
|
1309
1307
|
export interface ModifyDBSnapshotMessage {
|
|
1310
1308
|
DBSnapshotIdentifier: string | undefined;
|
|
@@ -1966,9 +1964,6 @@ export interface SwitchoverReadReplicaMessage {
|
|
|
1966
1964
|
export interface SwitchoverReadReplicaResult {
|
|
1967
1965
|
DBInstance?: DBInstance;
|
|
1968
1966
|
}
|
|
1969
|
-
export declare const DeleteTenantDatabaseResultFilterSensitiveLog: (
|
|
1970
|
-
obj: DeleteTenantDatabaseResult
|
|
1971
|
-
) => any;
|
|
1972
1967
|
export declare const TenantDatabasesMessageFilterSensitiveLog: (
|
|
1973
1968
|
obj: TenantDatabasesMessage
|
|
1974
1969
|
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rds",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.658.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-rds",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.658.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.658.0",
|
|
25
|
+
"@aws-sdk/core": "3.658.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.658.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|