@aws-sdk/client-rds 3.936.0 → 3.938.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 +38 -0
- package/dist-es/models/enums.js +5 -0
- package/dist-es/models/errors.js +12 -0
- package/dist-es/schemas/schemas_0.js +20 -1
- package/dist-types/commands/CreateDBClusterCommand.d.ts +6 -0
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +6 -0
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -0
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +6 -0
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +6 -0
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +1 -0
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/RebootDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +1 -0
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +1 -0
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +6 -0
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +6 -0
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +6 -0
- package/dist-types/commands/StartDBClusterCommand.d.ts +6 -0
- package/dist-types/commands/StartDBInstanceCommand.d.ts +6 -0
- package/dist-types/commands/StopDBClusterCommand.d.ts +1 -0
- package/dist-types/commands/StopDBInstanceCommand.d.ts +1 -0
- package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +1 -0
- package/dist-types/models/enums.d.ts +13 -0
- package/dist-types/models/errors.d.ts +14 -0
- package/dist-types/models/models_0.d.ts +44 -48
- package/dist-types/models/models_1.d.ts +0 -3
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +7 -0
- package/dist-types/ts3.4/models/errors.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -935,6 +935,18 @@ let StorageTypeNotSupportedFault$1 = class StorageTypeNotSupportedFault extends
|
|
|
935
935
|
Object.setPrototypeOf(this, StorageTypeNotSupportedFault.prototype);
|
|
936
936
|
}
|
|
937
937
|
};
|
|
938
|
+
let VpcEncryptionControlViolationException$1 = class VpcEncryptionControlViolationException extends RDSServiceException$1 {
|
|
939
|
+
name = "VpcEncryptionControlViolationException";
|
|
940
|
+
$fault = "client";
|
|
941
|
+
constructor(opts) {
|
|
942
|
+
super({
|
|
943
|
+
name: "VpcEncryptionControlViolationException",
|
|
944
|
+
$fault: "client",
|
|
945
|
+
...opts,
|
|
946
|
+
});
|
|
947
|
+
Object.setPrototypeOf(this, VpcEncryptionControlViolationException.prototype);
|
|
948
|
+
}
|
|
949
|
+
};
|
|
938
950
|
let DBClusterEndpointAlreadyExistsFault$1 = class DBClusterEndpointAlreadyExistsFault extends RDSServiceException$1 {
|
|
939
951
|
name = "DBClusterEndpointAlreadyExistsFault";
|
|
940
952
|
$fault = "client";
|
|
@@ -3325,6 +3337,7 @@ const _UETOPITU = "UseEarliestTimeOnPointInTimeUnavailable";
|
|
|
3325
3337
|
const _ULRT = "UseLatestRestorableTime";
|
|
3326
3338
|
const _UN = "UserName";
|
|
3327
3339
|
const _UP = "UsagePrice";
|
|
3340
|
+
const _URO = "UpgradeRolloutOrder";
|
|
3328
3341
|
const _USC = "UpgradeStorageConfig";
|
|
3329
3342
|
const _UT = "UpdatedTime";
|
|
3330
3343
|
const _UTSC = "UpgradeTargetStorageConfig";
|
|
@@ -3332,6 +3345,7 @@ const _UTp = "UpgradeTarget";
|
|
|
3332
3345
|
const _Ur = "Url";
|
|
3333
3346
|
const _V = "Value";
|
|
3334
3347
|
const _VDBIMM = "ValidDBInstanceModificationsMessage";
|
|
3348
|
+
const _VECVE = "VpcEncryptionControlViolationException";
|
|
3335
3349
|
const _VF = "ValidFrom";
|
|
3336
3350
|
const _VI = "VpcId";
|
|
3337
3351
|
const _VO = "VpcOnly";
|
|
@@ -4315,6 +4329,7 @@ var DBCluster = [
|
|
|
4315
4329
|
_DBCOGM,
|
|
4316
4330
|
_PBW,
|
|
4317
4331
|
_PMW,
|
|
4332
|
+
_URO,
|
|
4318
4333
|
_RSI,
|
|
4319
4334
|
_RRI,
|
|
4320
4335
|
_SIt,
|
|
@@ -4402,6 +4417,7 @@ var DBCluster = [
|
|
|
4402
4417
|
0,
|
|
4403
4418
|
0,
|
|
4404
4419
|
0,
|
|
4420
|
+
0,
|
|
4405
4421
|
[() => ReadReplicaIdentifierList, 0],
|
|
4406
4422
|
[() => DBClusterStatusInfoList, 0],
|
|
4407
4423
|
[() => DBClusterMemberList, 0],
|
|
@@ -4994,6 +5010,7 @@ var DBInstance = [
|
|
|
4994
5010
|
_AZ,
|
|
4995
5011
|
_DBSGu,
|
|
4996
5012
|
_PMW,
|
|
5013
|
+
_URO,
|
|
4997
5014
|
_PMV,
|
|
4998
5015
|
_LRT,
|
|
4999
5016
|
_MAZ,
|
|
@@ -5083,6 +5100,7 @@ var DBInstance = [
|
|
|
5083
5100
|
0,
|
|
5084
5101
|
[() => DBSubnetGroup, 0],
|
|
5085
5102
|
0,
|
|
5103
|
+
0,
|
|
5086
5104
|
[() => PendingModifiedValues, 0],
|
|
5087
5105
|
4,
|
|
5088
5106
|
2,
|
|
@@ -9425,6 +9443,19 @@ var ValidStorageOptions = [
|
|
|
9425
9443
|
2,
|
|
9426
9444
|
],
|
|
9427
9445
|
];
|
|
9446
|
+
var VpcEncryptionControlViolationException = [
|
|
9447
|
+
-3,
|
|
9448
|
+
n0,
|
|
9449
|
+
_VECVE,
|
|
9450
|
+
{
|
|
9451
|
+
[_e]: _c,
|
|
9452
|
+
[_hE]: 400,
|
|
9453
|
+
[_aQE]: [`VpcEncryptionControlViolationException`, 400],
|
|
9454
|
+
},
|
|
9455
|
+
[_m],
|
|
9456
|
+
[0],
|
|
9457
|
+
];
|
|
9458
|
+
schema.TypeRegistry.for(n0).registerError(VpcEncryptionControlViolationException, VpcEncryptionControlViolationException$1);
|
|
9428
9459
|
var VpcSecurityGroupMembership = [3, n0, _VSGMp, 0, [_VSGIp, _St], [0, 0]];
|
|
9429
9460
|
var __Unit = "unit";
|
|
9430
9461
|
var RDSServiceException = [-3, _s, "RDSServiceException", 0, [], []];
|
|
@@ -14980,6 +15011,11 @@ const LocalWriteForwardingStatus = {
|
|
|
14980
15011
|
ENABLING: "enabling",
|
|
14981
15012
|
REQUESTED: "requested",
|
|
14982
15013
|
};
|
|
15014
|
+
const UpgradeRolloutOrder = {
|
|
15015
|
+
FIRST: "first",
|
|
15016
|
+
LAST: "last",
|
|
15017
|
+
SECOND: "second",
|
|
15018
|
+
};
|
|
14983
15019
|
const AutomationMode = {
|
|
14984
15020
|
ALL_PAUSED: "all-paused",
|
|
14985
15021
|
FULL: "full",
|
|
@@ -15465,6 +15501,8 @@ exports.TenantDatabaseAlreadyExistsFault = TenantDatabaseAlreadyExistsFault$1;
|
|
|
15465
15501
|
exports.TenantDatabaseNotFoundFault = TenantDatabaseNotFoundFault$1;
|
|
15466
15502
|
exports.TenantDatabaseQuotaExceededFault = TenantDatabaseQuotaExceededFault$1;
|
|
15467
15503
|
exports.UnsupportedDBEngineVersionFault = UnsupportedDBEngineVersionFault$1;
|
|
15504
|
+
exports.UpgradeRolloutOrder = UpgradeRolloutOrder;
|
|
15505
|
+
exports.VpcEncryptionControlViolationException = VpcEncryptionControlViolationException$1;
|
|
15468
15506
|
exports.WriteForwardingStatus = WriteForwardingStatus;
|
|
15469
15507
|
exports.paginateDescribeBlueGreenDeployments = paginateDescribeBlueGreenDeployments;
|
|
15470
15508
|
exports.paginateDescribeCertificates = paginateDescribeCertificates;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -58,6 +58,11 @@ export const LocalWriteForwardingStatus = {
|
|
|
58
58
|
ENABLING: "enabling",
|
|
59
59
|
REQUESTED: "requested",
|
|
60
60
|
};
|
|
61
|
+
export const UpgradeRolloutOrder = {
|
|
62
|
+
FIRST: "first",
|
|
63
|
+
LAST: "last",
|
|
64
|
+
SECOND: "second",
|
|
65
|
+
};
|
|
61
66
|
export const AutomationMode = {
|
|
62
67
|
ALL_PAUSED: "all-paused",
|
|
63
68
|
FULL: "full",
|
package/dist-es/models/errors.js
CHANGED
|
@@ -815,6 +815,18 @@ export class StorageTypeNotSupportedFault extends __BaseException {
|
|
|
815
815
|
Object.setPrototypeOf(this, StorageTypeNotSupportedFault.prototype);
|
|
816
816
|
}
|
|
817
817
|
}
|
|
818
|
+
export class VpcEncryptionControlViolationException extends __BaseException {
|
|
819
|
+
name = "VpcEncryptionControlViolationException";
|
|
820
|
+
$fault = "client";
|
|
821
|
+
constructor(opts) {
|
|
822
|
+
super({
|
|
823
|
+
name: "VpcEncryptionControlViolationException",
|
|
824
|
+
$fault: "client",
|
|
825
|
+
...opts,
|
|
826
|
+
});
|
|
827
|
+
Object.setPrototypeOf(this, VpcEncryptionControlViolationException.prototype);
|
|
828
|
+
}
|
|
829
|
+
}
|
|
818
830
|
export class DBClusterEndpointAlreadyExistsFault extends __BaseException {
|
|
819
831
|
name = "DBClusterEndpointAlreadyExistsFault";
|
|
820
832
|
$fault = "client";
|
|
@@ -1463,6 +1463,7 @@ const _UETOPITU = "UseEarliestTimeOnPointInTimeUnavailable";
|
|
|
1463
1463
|
const _ULRT = "UseLatestRestorableTime";
|
|
1464
1464
|
const _UN = "UserName";
|
|
1465
1465
|
const _UP = "UsagePrice";
|
|
1466
|
+
const _URO = "UpgradeRolloutOrder";
|
|
1466
1467
|
const _USC = "UpgradeStorageConfig";
|
|
1467
1468
|
const _UT = "UpdatedTime";
|
|
1468
1469
|
const _UTSC = "UpgradeTargetStorageConfig";
|
|
@@ -1470,6 +1471,7 @@ const _UTp = "UpgradeTarget";
|
|
|
1470
1471
|
const _Ur = "Url";
|
|
1471
1472
|
const _V = "Value";
|
|
1472
1473
|
const _VDBIMM = "ValidDBInstanceModificationsMessage";
|
|
1474
|
+
const _VECVE = "VpcEncryptionControlViolationException";
|
|
1473
1475
|
const _VF = "ValidFrom";
|
|
1474
1476
|
const _VI = "VpcId";
|
|
1475
1477
|
const _VO = "VpcOnly";
|
|
@@ -1502,7 +1504,7 @@ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.rds";
|
|
|
1502
1504
|
const _xN = "xmlName";
|
|
1503
1505
|
const n0 = "com.amazonaws.rds";
|
|
1504
1506
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
1505
|
-
import { AuthorizationAlreadyExistsFault as __AuthorizationAlreadyExistsFault, AuthorizationNotFoundFault as __AuthorizationNotFoundFault, AuthorizationQuotaExceededFault as __AuthorizationQuotaExceededFault, BackupPolicyNotFoundFault as __BackupPolicyNotFoundFault, BlueGreenDeploymentAlreadyExistsFault as __BlueGreenDeploymentAlreadyExistsFault, BlueGreenDeploymentNotFoundFault as __BlueGreenDeploymentNotFoundFault, CertificateNotFoundFault as __CertificateNotFoundFault, CreateCustomDBEngineVersionFault as __CreateCustomDBEngineVersionFault, CustomAvailabilityZoneNotFoundFault as __CustomAvailabilityZoneNotFoundFault, CustomDBEngineVersionAlreadyExistsFault as __CustomDBEngineVersionAlreadyExistsFault, CustomDBEngineVersionNotFoundFault as __CustomDBEngineVersionNotFoundFault, CustomDBEngineVersionQuotaExceededFault as __CustomDBEngineVersionQuotaExceededFault, DBClusterAlreadyExistsFault as __DBClusterAlreadyExistsFault, DBClusterAutomatedBackupNotFoundFault as __DBClusterAutomatedBackupNotFoundFault, DBClusterAutomatedBackupQuotaExceededFault as __DBClusterAutomatedBackupQuotaExceededFault, DBClusterBacktrackNotFoundFault as __DBClusterBacktrackNotFoundFault, DBClusterEndpointAlreadyExistsFault as __DBClusterEndpointAlreadyExistsFault, DBClusterEndpointNotFoundFault as __DBClusterEndpointNotFoundFault, DBClusterEndpointQuotaExceededFault as __DBClusterEndpointQuotaExceededFault, DBClusterNotFoundFault as __DBClusterNotFoundFault, DBClusterParameterGroupNotFoundFault as __DBClusterParameterGroupNotFoundFault, DBClusterQuotaExceededFault as __DBClusterQuotaExceededFault, DBClusterRoleAlreadyExistsFault as __DBClusterRoleAlreadyExistsFault, DBClusterRoleNotFoundFault as __DBClusterRoleNotFoundFault, DBClusterRoleQuotaExceededFault as __DBClusterRoleQuotaExceededFault, DBClusterSnapshotAlreadyExistsFault as __DBClusterSnapshotAlreadyExistsFault, DBClusterSnapshotNotFoundFault as __DBClusterSnapshotNotFoundFault, DBInstanceAlreadyExistsFault as __DBInstanceAlreadyExistsFault, DBInstanceAutomatedBackupNotFoundFault as __DBInstanceAutomatedBackupNotFoundFault, DBInstanceAutomatedBackupQuotaExceededFault as __DBInstanceAutomatedBackupQuotaExceededFault, DBInstanceNotFoundFault as __DBInstanceNotFoundFault, DBInstanceNotReadyFault as __DBInstanceNotReadyFault, DBInstanceRoleAlreadyExistsFault as __DBInstanceRoleAlreadyExistsFault, DBInstanceRoleNotFoundFault as __DBInstanceRoleNotFoundFault, DBInstanceRoleQuotaExceededFault as __DBInstanceRoleQuotaExceededFault, DBLogFileNotFoundFault as __DBLogFileNotFoundFault, DBParameterGroupAlreadyExistsFault as __DBParameterGroupAlreadyExistsFault, DBParameterGroupNotFoundFault as __DBParameterGroupNotFoundFault, DBParameterGroupQuotaExceededFault as __DBParameterGroupQuotaExceededFault, DBProxyAlreadyExistsFault as __DBProxyAlreadyExistsFault, DBProxyEndpointAlreadyExistsFault as __DBProxyEndpointAlreadyExistsFault, DBProxyEndpointNotFoundFault as __DBProxyEndpointNotFoundFault, DBProxyEndpointQuotaExceededFault as __DBProxyEndpointQuotaExceededFault, DBProxyNotFoundFault as __DBProxyNotFoundFault, DBProxyQuotaExceededFault as __DBProxyQuotaExceededFault, DBProxyTargetAlreadyRegisteredFault as __DBProxyTargetAlreadyRegisteredFault, DBProxyTargetGroupNotFoundFault as __DBProxyTargetGroupNotFoundFault, DBProxyTargetNotFoundFault as __DBProxyTargetNotFoundFault, DBSecurityGroupAlreadyExistsFault as __DBSecurityGroupAlreadyExistsFault, DBSecurityGroupNotFoundFault as __DBSecurityGroupNotFoundFault, DBSecurityGroupNotSupportedFault as __DBSecurityGroupNotSupportedFault, DBSecurityGroupQuotaExceededFault as __DBSecurityGroupQuotaExceededFault, DBShardGroupAlreadyExistsFault as __DBShardGroupAlreadyExistsFault, DBShardGroupNotFoundFault as __DBShardGroupNotFoundFault, DBSnapshotAlreadyExistsFault as __DBSnapshotAlreadyExistsFault, DBSnapshotNotFoundFault as __DBSnapshotNotFoundFault, DBSnapshotTenantDatabaseNotFoundFault as __DBSnapshotTenantDatabaseNotFoundFault, DBSubnetGroupAlreadyExistsFault as __DBSubnetGroupAlreadyExistsFault, DBSubnetGroupDoesNotCoverEnoughAZs as __DBSubnetGroupDoesNotCoverEnoughAZs, DBSubnetGroupNotAllowedFault as __DBSubnetGroupNotAllowedFault, DBSubnetGroupNotFoundFault as __DBSubnetGroupNotFoundFault, DBSubnetGroupQuotaExceededFault as __DBSubnetGroupQuotaExceededFault, DBSubnetQuotaExceededFault as __DBSubnetQuotaExceededFault, DBUpgradeDependencyFailureFault as __DBUpgradeDependencyFailureFault, DomainNotFoundFault as __DomainNotFoundFault, Ec2ImagePropertiesNotSupportedFault as __Ec2ImagePropertiesNotSupportedFault, EventSubscriptionQuotaExceededFault as __EventSubscriptionQuotaExceededFault, ExportTaskAlreadyExistsFault as __ExportTaskAlreadyExistsFault, ExportTaskNotFoundFault as __ExportTaskNotFoundFault, GlobalClusterAlreadyExistsFault as __GlobalClusterAlreadyExistsFault, GlobalClusterNotFoundFault as __GlobalClusterNotFoundFault, GlobalClusterQuotaExceededFault as __GlobalClusterQuotaExceededFault, IamRoleMissingPermissionsFault as __IamRoleMissingPermissionsFault, IamRoleNotFoundFault as __IamRoleNotFoundFault, InstanceQuotaExceededFault as __InstanceQuotaExceededFault, InsufficientAvailableIPsInSubnetFault as __InsufficientAvailableIPsInSubnetFault, InsufficientDBClusterCapacityFault as __InsufficientDBClusterCapacityFault, InsufficientDBInstanceCapacityFault as __InsufficientDBInstanceCapacityFault, InsufficientStorageClusterCapacityFault as __InsufficientStorageClusterCapacityFault, IntegrationAlreadyExistsFault as __IntegrationAlreadyExistsFault, IntegrationConflictOperationFault as __IntegrationConflictOperationFault, IntegrationNotFoundFault as __IntegrationNotFoundFault, IntegrationQuotaExceededFault as __IntegrationQuotaExceededFault, InvalidBlueGreenDeploymentStateFault as __InvalidBlueGreenDeploymentStateFault, InvalidCustomDBEngineVersionStateFault as __InvalidCustomDBEngineVersionStateFault, InvalidDBClusterAutomatedBackupStateFault as __InvalidDBClusterAutomatedBackupStateFault, InvalidDBClusterCapacityFault as __InvalidDBClusterCapacityFault, InvalidDBClusterEndpointStateFault as __InvalidDBClusterEndpointStateFault, InvalidDBClusterSnapshotStateFault as __InvalidDBClusterSnapshotStateFault, InvalidDBClusterStateFault as __InvalidDBClusterStateFault, InvalidDBInstanceAutomatedBackupStateFault as __InvalidDBInstanceAutomatedBackupStateFault, InvalidDBInstanceStateFault as __InvalidDBInstanceStateFault, InvalidDBParameterGroupStateFault as __InvalidDBParameterGroupStateFault, InvalidDBProxyEndpointStateFault as __InvalidDBProxyEndpointStateFault, InvalidDBProxyStateFault as __InvalidDBProxyStateFault, InvalidDBSecurityGroupStateFault as __InvalidDBSecurityGroupStateFault, InvalidDBShardGroupStateFault as __InvalidDBShardGroupStateFault, InvalidDBSnapshotStateFault as __InvalidDBSnapshotStateFault, InvalidDBSubnetGroupFault as __InvalidDBSubnetGroupFault, InvalidDBSubnetGroupStateFault as __InvalidDBSubnetGroupStateFault, InvalidDBSubnetStateFault as __InvalidDBSubnetStateFault, InvalidEventSubscriptionStateFault as __InvalidEventSubscriptionStateFault, InvalidExportOnlyFault as __InvalidExportOnlyFault, InvalidExportSourceStateFault as __InvalidExportSourceStateFault, InvalidExportTaskStateFault as __InvalidExportTaskStateFault, InvalidGlobalClusterStateFault as __InvalidGlobalClusterStateFault, InvalidIntegrationStateFault as __InvalidIntegrationStateFault, InvalidOptionGroupStateFault as __InvalidOptionGroupStateFault, InvalidResourceStateFault as __InvalidResourceStateFault, InvalidRestoreFault as __InvalidRestoreFault, InvalidS3BucketFault as __InvalidS3BucketFault, InvalidSubnet as __InvalidSubnet, InvalidVPCNetworkStateFault as __InvalidVPCNetworkStateFault, KMSKeyNotAccessibleFault as __KMSKeyNotAccessibleFault, MaxDBShardGroupLimitReached as __MaxDBShardGroupLimitReached, NetworkTypeNotSupported as __NetworkTypeNotSupported, OptionGroupAlreadyExistsFault as __OptionGroupAlreadyExistsFault, OptionGroupNotFoundFault as __OptionGroupNotFoundFault, OptionGroupQuotaExceededFault as __OptionGroupQuotaExceededFault, PointInTimeRestoreNotEnabledFault as __PointInTimeRestoreNotEnabledFault, ProvisionedIopsNotAvailableInAZFault as __ProvisionedIopsNotAvailableInAZFault, ReservedDBInstanceAlreadyExistsFault as __ReservedDBInstanceAlreadyExistsFault, ReservedDBInstanceNotFoundFault as __ReservedDBInstanceNotFoundFault, ReservedDBInstanceQuotaExceededFault as __ReservedDBInstanceQuotaExceededFault, ReservedDBInstancesOfferingNotFoundFault as __ReservedDBInstancesOfferingNotFoundFault, ResourceNotFoundFault as __ResourceNotFoundFault, SharedSnapshotQuotaExceededFault as __SharedSnapshotQuotaExceededFault, SnapshotQuotaExceededFault as __SnapshotQuotaExceededFault, SNSInvalidTopicFault as __SNSInvalidTopicFault, SNSNoAuthorizationFault as __SNSNoAuthorizationFault, SNSTopicArnNotFoundFault as __SNSTopicArnNotFoundFault, SourceClusterNotSupportedFault as __SourceClusterNotSupportedFault, SourceDatabaseNotSupportedFault as __SourceDatabaseNotSupportedFault, SourceNotFoundFault as __SourceNotFoundFault, StorageQuotaExceededFault as __StorageQuotaExceededFault, StorageTypeNotAvailableFault as __StorageTypeNotAvailableFault, StorageTypeNotSupportedFault as __StorageTypeNotSupportedFault, SubnetAlreadyInUse as __SubnetAlreadyInUse, SubscriptionAlreadyExistFault as __SubscriptionAlreadyExistFault, SubscriptionCategoryNotFoundFault as __SubscriptionCategoryNotFoundFault, SubscriptionNotFoundFault as __SubscriptionNotFoundFault, TenantDatabaseAlreadyExistsFault as __TenantDatabaseAlreadyExistsFault, TenantDatabaseNotFoundFault as __TenantDatabaseNotFoundFault, TenantDatabaseQuotaExceededFault as __TenantDatabaseQuotaExceededFault, UnsupportedDBEngineVersionFault as __UnsupportedDBEngineVersionFault, } from "../models/errors";
|
|
1507
|
+
import { AuthorizationAlreadyExistsFault as __AuthorizationAlreadyExistsFault, AuthorizationNotFoundFault as __AuthorizationNotFoundFault, AuthorizationQuotaExceededFault as __AuthorizationQuotaExceededFault, BackupPolicyNotFoundFault as __BackupPolicyNotFoundFault, BlueGreenDeploymentAlreadyExistsFault as __BlueGreenDeploymentAlreadyExistsFault, BlueGreenDeploymentNotFoundFault as __BlueGreenDeploymentNotFoundFault, CertificateNotFoundFault as __CertificateNotFoundFault, CreateCustomDBEngineVersionFault as __CreateCustomDBEngineVersionFault, CustomAvailabilityZoneNotFoundFault as __CustomAvailabilityZoneNotFoundFault, CustomDBEngineVersionAlreadyExistsFault as __CustomDBEngineVersionAlreadyExistsFault, CustomDBEngineVersionNotFoundFault as __CustomDBEngineVersionNotFoundFault, CustomDBEngineVersionQuotaExceededFault as __CustomDBEngineVersionQuotaExceededFault, DBClusterAlreadyExistsFault as __DBClusterAlreadyExistsFault, DBClusterAutomatedBackupNotFoundFault as __DBClusterAutomatedBackupNotFoundFault, DBClusterAutomatedBackupQuotaExceededFault as __DBClusterAutomatedBackupQuotaExceededFault, DBClusterBacktrackNotFoundFault as __DBClusterBacktrackNotFoundFault, DBClusterEndpointAlreadyExistsFault as __DBClusterEndpointAlreadyExistsFault, DBClusterEndpointNotFoundFault as __DBClusterEndpointNotFoundFault, DBClusterEndpointQuotaExceededFault as __DBClusterEndpointQuotaExceededFault, DBClusterNotFoundFault as __DBClusterNotFoundFault, DBClusterParameterGroupNotFoundFault as __DBClusterParameterGroupNotFoundFault, DBClusterQuotaExceededFault as __DBClusterQuotaExceededFault, DBClusterRoleAlreadyExistsFault as __DBClusterRoleAlreadyExistsFault, DBClusterRoleNotFoundFault as __DBClusterRoleNotFoundFault, DBClusterRoleQuotaExceededFault as __DBClusterRoleQuotaExceededFault, DBClusterSnapshotAlreadyExistsFault as __DBClusterSnapshotAlreadyExistsFault, DBClusterSnapshotNotFoundFault as __DBClusterSnapshotNotFoundFault, DBInstanceAlreadyExistsFault as __DBInstanceAlreadyExistsFault, DBInstanceAutomatedBackupNotFoundFault as __DBInstanceAutomatedBackupNotFoundFault, DBInstanceAutomatedBackupQuotaExceededFault as __DBInstanceAutomatedBackupQuotaExceededFault, DBInstanceNotFoundFault as __DBInstanceNotFoundFault, DBInstanceNotReadyFault as __DBInstanceNotReadyFault, DBInstanceRoleAlreadyExistsFault as __DBInstanceRoleAlreadyExistsFault, DBInstanceRoleNotFoundFault as __DBInstanceRoleNotFoundFault, DBInstanceRoleQuotaExceededFault as __DBInstanceRoleQuotaExceededFault, DBLogFileNotFoundFault as __DBLogFileNotFoundFault, DBParameterGroupAlreadyExistsFault as __DBParameterGroupAlreadyExistsFault, DBParameterGroupNotFoundFault as __DBParameterGroupNotFoundFault, DBParameterGroupQuotaExceededFault as __DBParameterGroupQuotaExceededFault, DBProxyAlreadyExistsFault as __DBProxyAlreadyExistsFault, DBProxyEndpointAlreadyExistsFault as __DBProxyEndpointAlreadyExistsFault, DBProxyEndpointNotFoundFault as __DBProxyEndpointNotFoundFault, DBProxyEndpointQuotaExceededFault as __DBProxyEndpointQuotaExceededFault, DBProxyNotFoundFault as __DBProxyNotFoundFault, DBProxyQuotaExceededFault as __DBProxyQuotaExceededFault, DBProxyTargetAlreadyRegisteredFault as __DBProxyTargetAlreadyRegisteredFault, DBProxyTargetGroupNotFoundFault as __DBProxyTargetGroupNotFoundFault, DBProxyTargetNotFoundFault as __DBProxyTargetNotFoundFault, DBSecurityGroupAlreadyExistsFault as __DBSecurityGroupAlreadyExistsFault, DBSecurityGroupNotFoundFault as __DBSecurityGroupNotFoundFault, DBSecurityGroupNotSupportedFault as __DBSecurityGroupNotSupportedFault, DBSecurityGroupQuotaExceededFault as __DBSecurityGroupQuotaExceededFault, DBShardGroupAlreadyExistsFault as __DBShardGroupAlreadyExistsFault, DBShardGroupNotFoundFault as __DBShardGroupNotFoundFault, DBSnapshotAlreadyExistsFault as __DBSnapshotAlreadyExistsFault, DBSnapshotNotFoundFault as __DBSnapshotNotFoundFault, DBSnapshotTenantDatabaseNotFoundFault as __DBSnapshotTenantDatabaseNotFoundFault, DBSubnetGroupAlreadyExistsFault as __DBSubnetGroupAlreadyExistsFault, DBSubnetGroupDoesNotCoverEnoughAZs as __DBSubnetGroupDoesNotCoverEnoughAZs, DBSubnetGroupNotAllowedFault as __DBSubnetGroupNotAllowedFault, DBSubnetGroupNotFoundFault as __DBSubnetGroupNotFoundFault, DBSubnetGroupQuotaExceededFault as __DBSubnetGroupQuotaExceededFault, DBSubnetQuotaExceededFault as __DBSubnetQuotaExceededFault, DBUpgradeDependencyFailureFault as __DBUpgradeDependencyFailureFault, DomainNotFoundFault as __DomainNotFoundFault, Ec2ImagePropertiesNotSupportedFault as __Ec2ImagePropertiesNotSupportedFault, EventSubscriptionQuotaExceededFault as __EventSubscriptionQuotaExceededFault, ExportTaskAlreadyExistsFault as __ExportTaskAlreadyExistsFault, ExportTaskNotFoundFault as __ExportTaskNotFoundFault, GlobalClusterAlreadyExistsFault as __GlobalClusterAlreadyExistsFault, GlobalClusterNotFoundFault as __GlobalClusterNotFoundFault, GlobalClusterQuotaExceededFault as __GlobalClusterQuotaExceededFault, IamRoleMissingPermissionsFault as __IamRoleMissingPermissionsFault, IamRoleNotFoundFault as __IamRoleNotFoundFault, InstanceQuotaExceededFault as __InstanceQuotaExceededFault, InsufficientAvailableIPsInSubnetFault as __InsufficientAvailableIPsInSubnetFault, InsufficientDBClusterCapacityFault as __InsufficientDBClusterCapacityFault, InsufficientDBInstanceCapacityFault as __InsufficientDBInstanceCapacityFault, InsufficientStorageClusterCapacityFault as __InsufficientStorageClusterCapacityFault, IntegrationAlreadyExistsFault as __IntegrationAlreadyExistsFault, IntegrationConflictOperationFault as __IntegrationConflictOperationFault, IntegrationNotFoundFault as __IntegrationNotFoundFault, IntegrationQuotaExceededFault as __IntegrationQuotaExceededFault, InvalidBlueGreenDeploymentStateFault as __InvalidBlueGreenDeploymentStateFault, InvalidCustomDBEngineVersionStateFault as __InvalidCustomDBEngineVersionStateFault, InvalidDBClusterAutomatedBackupStateFault as __InvalidDBClusterAutomatedBackupStateFault, InvalidDBClusterCapacityFault as __InvalidDBClusterCapacityFault, InvalidDBClusterEndpointStateFault as __InvalidDBClusterEndpointStateFault, InvalidDBClusterSnapshotStateFault as __InvalidDBClusterSnapshotStateFault, InvalidDBClusterStateFault as __InvalidDBClusterStateFault, InvalidDBInstanceAutomatedBackupStateFault as __InvalidDBInstanceAutomatedBackupStateFault, InvalidDBInstanceStateFault as __InvalidDBInstanceStateFault, InvalidDBParameterGroupStateFault as __InvalidDBParameterGroupStateFault, InvalidDBProxyEndpointStateFault as __InvalidDBProxyEndpointStateFault, InvalidDBProxyStateFault as __InvalidDBProxyStateFault, InvalidDBSecurityGroupStateFault as __InvalidDBSecurityGroupStateFault, InvalidDBShardGroupStateFault as __InvalidDBShardGroupStateFault, InvalidDBSnapshotStateFault as __InvalidDBSnapshotStateFault, InvalidDBSubnetGroupFault as __InvalidDBSubnetGroupFault, InvalidDBSubnetGroupStateFault as __InvalidDBSubnetGroupStateFault, InvalidDBSubnetStateFault as __InvalidDBSubnetStateFault, InvalidEventSubscriptionStateFault as __InvalidEventSubscriptionStateFault, InvalidExportOnlyFault as __InvalidExportOnlyFault, InvalidExportSourceStateFault as __InvalidExportSourceStateFault, InvalidExportTaskStateFault as __InvalidExportTaskStateFault, InvalidGlobalClusterStateFault as __InvalidGlobalClusterStateFault, InvalidIntegrationStateFault as __InvalidIntegrationStateFault, InvalidOptionGroupStateFault as __InvalidOptionGroupStateFault, InvalidResourceStateFault as __InvalidResourceStateFault, InvalidRestoreFault as __InvalidRestoreFault, InvalidS3BucketFault as __InvalidS3BucketFault, InvalidSubnet as __InvalidSubnet, InvalidVPCNetworkStateFault as __InvalidVPCNetworkStateFault, KMSKeyNotAccessibleFault as __KMSKeyNotAccessibleFault, MaxDBShardGroupLimitReached as __MaxDBShardGroupLimitReached, NetworkTypeNotSupported as __NetworkTypeNotSupported, OptionGroupAlreadyExistsFault as __OptionGroupAlreadyExistsFault, OptionGroupNotFoundFault as __OptionGroupNotFoundFault, OptionGroupQuotaExceededFault as __OptionGroupQuotaExceededFault, PointInTimeRestoreNotEnabledFault as __PointInTimeRestoreNotEnabledFault, ProvisionedIopsNotAvailableInAZFault as __ProvisionedIopsNotAvailableInAZFault, ReservedDBInstanceAlreadyExistsFault as __ReservedDBInstanceAlreadyExistsFault, ReservedDBInstanceNotFoundFault as __ReservedDBInstanceNotFoundFault, ReservedDBInstanceQuotaExceededFault as __ReservedDBInstanceQuotaExceededFault, ReservedDBInstancesOfferingNotFoundFault as __ReservedDBInstancesOfferingNotFoundFault, ResourceNotFoundFault as __ResourceNotFoundFault, SharedSnapshotQuotaExceededFault as __SharedSnapshotQuotaExceededFault, SnapshotQuotaExceededFault as __SnapshotQuotaExceededFault, SNSInvalidTopicFault as __SNSInvalidTopicFault, SNSNoAuthorizationFault as __SNSNoAuthorizationFault, SNSTopicArnNotFoundFault as __SNSTopicArnNotFoundFault, SourceClusterNotSupportedFault as __SourceClusterNotSupportedFault, SourceDatabaseNotSupportedFault as __SourceDatabaseNotSupportedFault, SourceNotFoundFault as __SourceNotFoundFault, StorageQuotaExceededFault as __StorageQuotaExceededFault, StorageTypeNotAvailableFault as __StorageTypeNotAvailableFault, StorageTypeNotSupportedFault as __StorageTypeNotSupportedFault, SubnetAlreadyInUse as __SubnetAlreadyInUse, SubscriptionAlreadyExistFault as __SubscriptionAlreadyExistFault, SubscriptionCategoryNotFoundFault as __SubscriptionCategoryNotFoundFault, SubscriptionNotFoundFault as __SubscriptionNotFoundFault, TenantDatabaseAlreadyExistsFault as __TenantDatabaseAlreadyExistsFault, TenantDatabaseNotFoundFault as __TenantDatabaseNotFoundFault, TenantDatabaseQuotaExceededFault as __TenantDatabaseQuotaExceededFault, UnsupportedDBEngineVersionFault as __UnsupportedDBEngineVersionFault, VpcEncryptionControlViolationException as __VpcEncryptionControlViolationException, } from "../models/errors";
|
|
1506
1508
|
import { RDSServiceException as __RDSServiceException } from "../models/RDSServiceException";
|
|
1507
1509
|
export var PotentiallySensitiveOptionSettingValue = [0, n0, _PSOSV, 8, 0];
|
|
1508
1510
|
export var SensitiveString = [0, n0, _SS, 8, 0];
|
|
@@ -2456,6 +2458,7 @@ export var DBCluster = [
|
|
|
2456
2458
|
_DBCOGM,
|
|
2457
2459
|
_PBW,
|
|
2458
2460
|
_PMW,
|
|
2461
|
+
_URO,
|
|
2459
2462
|
_RSI,
|
|
2460
2463
|
_RRI,
|
|
2461
2464
|
_SIt,
|
|
@@ -2543,6 +2546,7 @@ export var DBCluster = [
|
|
|
2543
2546
|
0,
|
|
2544
2547
|
0,
|
|
2545
2548
|
0,
|
|
2549
|
+
0,
|
|
2546
2550
|
[() => ReadReplicaIdentifierList, 0],
|
|
2547
2551
|
[() => DBClusterStatusInfoList, 0],
|
|
2548
2552
|
[() => DBClusterMemberList, 0],
|
|
@@ -3135,6 +3139,7 @@ export var DBInstance = [
|
|
|
3135
3139
|
_AZ,
|
|
3136
3140
|
_DBSGu,
|
|
3137
3141
|
_PMW,
|
|
3142
|
+
_URO,
|
|
3138
3143
|
_PMV,
|
|
3139
3144
|
_LRT,
|
|
3140
3145
|
_MAZ,
|
|
@@ -3224,6 +3229,7 @@ export var DBInstance = [
|
|
|
3224
3229
|
0,
|
|
3225
3230
|
[() => DBSubnetGroup, 0],
|
|
3226
3231
|
0,
|
|
3232
|
+
0,
|
|
3227
3233
|
[() => PendingModifiedValues, 0],
|
|
3228
3234
|
4,
|
|
3229
3235
|
2,
|
|
@@ -7566,6 +7572,19 @@ export var ValidStorageOptions = [
|
|
|
7566
7572
|
2,
|
|
7567
7573
|
],
|
|
7568
7574
|
];
|
|
7575
|
+
export var VpcEncryptionControlViolationException = [
|
|
7576
|
+
-3,
|
|
7577
|
+
n0,
|
|
7578
|
+
_VECVE,
|
|
7579
|
+
{
|
|
7580
|
+
[_e]: _c,
|
|
7581
|
+
[_hE]: 400,
|
|
7582
|
+
[_aQE]: [`VpcEncryptionControlViolationException`, 400],
|
|
7583
|
+
},
|
|
7584
|
+
[_m],
|
|
7585
|
+
[0],
|
|
7586
|
+
];
|
|
7587
|
+
TypeRegistry.for(n0).registerError(VpcEncryptionControlViolationException, __VpcEncryptionControlViolationException);
|
|
7569
7588
|
export var VpcSecurityGroupMembership = [3, n0, _VSGMp, 0, [_VSGIp, _St], [0, 0]];
|
|
7570
7589
|
export var __Unit = "unit";
|
|
7571
7590
|
export var RDSServiceException = [-3, _s, "RDSServiceException", 0, [], []];
|
|
@@ -170,6 +170,7 @@ declare const CreateDBClusterCommand_base: {
|
|
|
170
170
|
* // ],
|
|
171
171
|
* // PreferredBackupWindow: "STRING_VALUE",
|
|
172
172
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
173
|
+
* // UpgradeRolloutOrder: "first" || "second" || "last",
|
|
173
174
|
* // ReplicationSourceIdentifier: "STRING_VALUE",
|
|
174
175
|
* // ReadReplicaIdentifiers: [ // ReadReplicaIdentifierList
|
|
175
176
|
* // "STRING_VALUE",
|
|
@@ -421,6 +422,11 @@ declare const CreateDBClusterCommand_base: {
|
|
|
421
422
|
* @throws {@link StorageTypeNotSupportedFault} (client fault)
|
|
422
423
|
* <p>The specified <code>StorageType</code> can't be associated with the DB instance.</p>
|
|
423
424
|
*
|
|
425
|
+
* @throws {@link VpcEncryptionControlViolationException} (client fault)
|
|
426
|
+
* <p>The operation violates VPC encryption control settings. Make sure that your DB
|
|
427
|
+
* instance type supports the Nitro encryption-in-transit capability,
|
|
428
|
+
* or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
|
|
429
|
+
*
|
|
424
430
|
* @throws {@link RDSServiceException}
|
|
425
431
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
426
432
|
*
|
|
@@ -190,6 +190,7 @@ declare const CreateDBInstanceCommand_base: {
|
|
|
190
190
|
* // ],
|
|
191
191
|
* // },
|
|
192
192
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
193
|
+
* // UpgradeRolloutOrder: "first" || "second" || "last",
|
|
193
194
|
* // PendingModifiedValues: { // PendingModifiedValues
|
|
194
195
|
* // DBInstanceClass: "STRING_VALUE",
|
|
195
196
|
* // AllocatedStorage: Number("int"),
|
|
@@ -448,6 +449,11 @@ declare const CreateDBInstanceCommand_base: {
|
|
|
448
449
|
* <p>You attempted to create more tenant databases than are permitted in your Amazon Web Services
|
|
449
450
|
* account.</p>
|
|
450
451
|
*
|
|
452
|
+
* @throws {@link VpcEncryptionControlViolationException} (client fault)
|
|
453
|
+
* <p>The operation violates VPC encryption control settings. Make sure that your DB
|
|
454
|
+
* instance type supports the Nitro encryption-in-transit capability,
|
|
455
|
+
* or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
|
|
456
|
+
*
|
|
451
457
|
* @throws {@link RDSServiceException}
|
|
452
458
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
453
459
|
*
|
|
@@ -175,6 +175,7 @@ declare const CreateDBInstanceReadReplicaCommand_base: {
|
|
|
175
175
|
* // ],
|
|
176
176
|
* // },
|
|
177
177
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
178
|
+
* // UpgradeRolloutOrder: "first" || "second" || "last",
|
|
178
179
|
* // PendingModifiedValues: { // PendingModifiedValues
|
|
179
180
|
* // DBInstanceClass: "STRING_VALUE",
|
|
180
181
|
* // AllocatedStorage: Number("int"),
|
|
@@ -440,6 +441,11 @@ declare const CreateDBInstanceReadReplicaCommand_base: {
|
|
|
440
441
|
* <p>You attempted to create more tenant databases than are permitted in your Amazon Web Services
|
|
441
442
|
* account.</p>
|
|
442
443
|
*
|
|
444
|
+
* @throws {@link VpcEncryptionControlViolationException} (client fault)
|
|
445
|
+
* <p>The operation violates VPC encryption control settings. Make sure that your DB
|
|
446
|
+
* instance type supports the Nitro encryption-in-transit capability,
|
|
447
|
+
* or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
|
|
448
|
+
*
|
|
443
449
|
* @throws {@link RDSServiceException}
|
|
444
450
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
445
451
|
*
|
|
@@ -88,6 +88,7 @@ declare const DeleteDBClusterCommand_base: {
|
|
|
88
88
|
* // ],
|
|
89
89
|
* // PreferredBackupWindow: "STRING_VALUE",
|
|
90
90
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
91
|
+
* // UpgradeRolloutOrder: "first" || "second" || "last",
|
|
91
92
|
* // ReplicationSourceIdentifier: "STRING_VALUE",
|
|
92
93
|
* // ReadReplicaIdentifiers: [ // ReadReplicaIdentifierList
|
|
93
94
|
* // "STRING_VALUE",
|
|
@@ -125,6 +125,7 @@ declare const DeleteDBInstanceCommand_base: {
|
|
|
125
125
|
* // ],
|
|
126
126
|
* // },
|
|
127
127
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
128
|
+
* // UpgradeRolloutOrder: "first" || "second" || "last",
|
|
128
129
|
* // PendingModifiedValues: { // PendingModifiedValues
|
|
129
130
|
* // DBInstanceClass: "STRING_VALUE",
|
|
130
131
|
* // AllocatedStorage: Number("int"),
|
|
@@ -95,6 +95,7 @@ declare const DescribeDBClustersCommand_base: {
|
|
|
95
95
|
* // ],
|
|
96
96
|
* // PreferredBackupWindow: "STRING_VALUE",
|
|
97
97
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
98
|
+
* // UpgradeRolloutOrder: "first" || "second" || "last",
|
|
98
99
|
* // ReplicationSourceIdentifier: "STRING_VALUE",
|
|
99
100
|
* // ReadReplicaIdentifiers: [ // ReadReplicaIdentifierList
|
|
100
101
|
* // "STRING_VALUE",
|
|
@@ -115,6 +115,7 @@ declare const DescribeDBInstancesCommand_base: {
|
|
|
115
115
|
* // ],
|
|
116
116
|
* // },
|
|
117
117
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
118
|
+
* // UpgradeRolloutOrder: "first" || "second" || "last",
|
|
118
119
|
* // PendingModifiedValues: { // PendingModifiedValues
|
|
119
120
|
* // DBInstanceClass: "STRING_VALUE",
|
|
120
121
|
* // AllocatedStorage: Number("int"),
|
|
@@ -94,6 +94,7 @@ declare const FailoverDBClusterCommand_base: {
|
|
|
94
94
|
* // ],
|
|
95
95
|
* // PreferredBackupWindow: "STRING_VALUE",
|
|
96
96
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
97
|
+
* // UpgradeRolloutOrder: "first" || "second" || "last",
|
|
97
98
|
* // ReplicationSourceIdentifier: "STRING_VALUE",
|
|
98
99
|
* // ReadReplicaIdentifiers: [ // ReadReplicaIdentifierList
|
|
99
100
|
* // "STRING_VALUE",
|
|
@@ -149,6 +149,7 @@ declare const ModifyDBClusterCommand_base: {
|
|
|
149
149
|
* // ],
|
|
150
150
|
* // PreferredBackupWindow: "STRING_VALUE",
|
|
151
151
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
152
|
+
* // UpgradeRolloutOrder: "first" || "second" || "last",
|
|
152
153
|
* // ReplicationSourceIdentifier: "STRING_VALUE",
|
|
153
154
|
* // ReadReplicaIdentifiers: [ // ReadReplicaIdentifierList
|
|
154
155
|
* // "STRING_VALUE",
|
|
@@ -388,6 +389,11 @@ declare const ModifyDBClusterCommand_base: {
|
|
|
388
389
|
* @throws {@link StorageTypeNotSupportedFault} (client fault)
|
|
389
390
|
* <p>The specified <code>StorageType</code> can't be associated with the DB instance.</p>
|
|
390
391
|
*
|
|
392
|
+
* @throws {@link VpcEncryptionControlViolationException} (client fault)
|
|
393
|
+
* <p>The operation violates VPC encryption control settings. Make sure that your DB
|
|
394
|
+
* instance type supports the Nitro encryption-in-transit capability,
|
|
395
|
+
* or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
|
|
396
|
+
*
|
|
391
397
|
* @throws {@link RDSServiceException}
|
|
392
398
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
393
399
|
*
|
|
@@ -183,6 +183,7 @@ declare const ModifyDBInstanceCommand_base: {
|
|
|
183
183
|
* // ],
|
|
184
184
|
* // },
|
|
185
185
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
186
|
+
* // UpgradeRolloutOrder: "first" || "second" || "last",
|
|
186
187
|
* // PendingModifiedValues: { // PendingModifiedValues
|
|
187
188
|
* // DBInstanceClass: "STRING_VALUE",
|
|
188
189
|
* // AllocatedStorage: Number("int"),
|
|
@@ -437,6 +438,11 @@ declare const ModifyDBInstanceCommand_base: {
|
|
|
437
438
|
* <p>You attempted to create more tenant databases than are permitted in your Amazon Web Services
|
|
438
439
|
* account.</p>
|
|
439
440
|
*
|
|
441
|
+
* @throws {@link VpcEncryptionControlViolationException} (client fault)
|
|
442
|
+
* <p>The operation violates VPC encryption control settings. Make sure that your DB
|
|
443
|
+
* instance type supports the Nitro encryption-in-transit capability,
|
|
444
|
+
* or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
|
|
445
|
+
*
|
|
440
446
|
* @throws {@link RDSServiceException}
|
|
441
447
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
442
448
|
*
|
|
@@ -119,6 +119,7 @@ declare const PromoteReadReplicaCommand_base: {
|
|
|
119
119
|
* // ],
|
|
120
120
|
* // },
|
|
121
121
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
122
|
+
* // UpgradeRolloutOrder: "first" || "second" || "last",
|
|
122
123
|
* // PendingModifiedValues: { // PendingModifiedValues
|
|
123
124
|
* // DBInstanceClass: "STRING_VALUE",
|
|
124
125
|
* // AllocatedStorage: Number("int"),
|
|
@@ -75,6 +75,7 @@ declare const PromoteReadReplicaDBClusterCommand_base: {
|
|
|
75
75
|
* // ],
|
|
76
76
|
* // PreferredBackupWindow: "STRING_VALUE",
|
|
77
77
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
78
|
+
* // UpgradeRolloutOrder: "first" || "second" || "last",
|
|
78
79
|
* // ReplicationSourceIdentifier: "STRING_VALUE",
|
|
79
80
|
* // ReadReplicaIdentifiers: [ // ReadReplicaIdentifierList
|
|
80
81
|
* // "STRING_VALUE",
|
|
@@ -85,6 +85,7 @@ declare const RebootDBClusterCommand_base: {
|
|
|
85
85
|
* // ],
|
|
86
86
|
* // PreferredBackupWindow: "STRING_VALUE",
|
|
87
87
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
88
|
+
* // UpgradeRolloutOrder: "first" || "second" || "last",
|
|
88
89
|
* // ReplicationSourceIdentifier: "STRING_VALUE",
|
|
89
90
|
* // ReadReplicaIdentifiers: [ // ReadReplicaIdentifierList
|
|
90
91
|
* // "STRING_VALUE",
|
|
@@ -110,6 +110,7 @@ declare const RebootDBInstanceCommand_base: {
|
|
|
110
110
|
* // ],
|
|
111
111
|
* // },
|
|
112
112
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
113
|
+
* // UpgradeRolloutOrder: "first" || "second" || "last",
|
|
113
114
|
* // PendingModifiedValues: { // PendingModifiedValues
|
|
114
115
|
* // DBInstanceClass: "STRING_VALUE",
|
|
115
116
|
* // AllocatedStorage: Number("int"),
|
|
@@ -143,6 +143,7 @@ declare const RestoreDBClusterFromS3Command_base: {
|
|
|
143
143
|
* // ],
|
|
144
144
|
* // PreferredBackupWindow: "STRING_VALUE",
|
|
145
145
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
146
|
+
* // UpgradeRolloutOrder: "first" || "second" || "last",
|
|
146
147
|
* // ReplicationSourceIdentifier: "STRING_VALUE",
|
|
147
148
|
* // ReadReplicaIdentifiers: [ // ReadReplicaIdentifierList
|
|
148
149
|
* // "STRING_VALUE",
|
|
@@ -153,6 +153,7 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
|
|
|
153
153
|
* // ],
|
|
154
154
|
* // PreferredBackupWindow: "STRING_VALUE",
|
|
155
155
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
156
|
+
* // UpgradeRolloutOrder: "first" || "second" || "last",
|
|
156
157
|
* // ReplicationSourceIdentifier: "STRING_VALUE",
|
|
157
158
|
* // ReadReplicaIdentifiers: [ // ReadReplicaIdentifierList
|
|
158
159
|
* // "STRING_VALUE",
|
|
@@ -400,6 +401,11 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
|
|
|
400
401
|
* @throws {@link StorageTypeNotSupportedFault} (client fault)
|
|
401
402
|
* <p>The specified <code>StorageType</code> can't be associated with the DB instance.</p>
|
|
402
403
|
*
|
|
404
|
+
* @throws {@link VpcEncryptionControlViolationException} (client fault)
|
|
405
|
+
* <p>The operation violates VPC encryption control settings. Make sure that your DB
|
|
406
|
+
* instance type supports the Nitro encryption-in-transit capability,
|
|
407
|
+
* or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
|
|
408
|
+
*
|
|
403
409
|
* @throws {@link RDSServiceException}
|
|
404
410
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
405
411
|
*
|
|
@@ -155,6 +155,7 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
|
|
|
155
155
|
* // ],
|
|
156
156
|
* // PreferredBackupWindow: "STRING_VALUE",
|
|
157
157
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
158
|
+
* // UpgradeRolloutOrder: "first" || "second" || "last",
|
|
158
159
|
* // ReplicationSourceIdentifier: "STRING_VALUE",
|
|
159
160
|
* // ReadReplicaIdentifiers: [ // ReadReplicaIdentifierList
|
|
160
161
|
* // "STRING_VALUE",
|
|
@@ -402,6 +403,11 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
|
|
|
402
403
|
* @throws {@link StorageTypeNotSupportedFault} (client fault)
|
|
403
404
|
* <p>The specified <code>StorageType</code> can't be associated with the DB instance.</p>
|
|
404
405
|
*
|
|
406
|
+
* @throws {@link VpcEncryptionControlViolationException} (client fault)
|
|
407
|
+
* <p>The operation violates VPC encryption control settings. Make sure that your DB
|
|
408
|
+
* instance type supports the Nitro encryption-in-transit capability,
|
|
409
|
+
* or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
|
|
410
|
+
*
|
|
405
411
|
* @throws {@link RDSServiceException}
|
|
406
412
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
407
413
|
*
|
|
@@ -175,6 +175,7 @@ declare const RestoreDBInstanceFromDBSnapshotCommand_base: {
|
|
|
175
175
|
* // ],
|
|
176
176
|
* // },
|
|
177
177
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
178
|
+
* // UpgradeRolloutOrder: "first" || "second" || "last",
|
|
178
179
|
* // PendingModifiedValues: { // PendingModifiedValues
|
|
179
180
|
* // DBInstanceClass: "STRING_VALUE",
|
|
180
181
|
* // AllocatedStorage: Number("int"),
|
|
@@ -440,6 +441,11 @@ declare const RestoreDBInstanceFromDBSnapshotCommand_base: {
|
|
|
440
441
|
* <p>You attempted to create more tenant databases than are permitted in your Amazon Web Services
|
|
441
442
|
* account.</p>
|
|
442
443
|
*
|
|
444
|
+
* @throws {@link VpcEncryptionControlViolationException} (client fault)
|
|
445
|
+
* <p>The operation violates VPC encryption control settings. Make sure that your DB
|
|
446
|
+
* instance type supports the Nitro encryption-in-transit capability,
|
|
447
|
+
* or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
|
|
448
|
+
*
|
|
443
449
|
* @throws {@link RDSServiceException}
|
|
444
450
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
445
451
|
*
|
|
@@ -175,6 +175,7 @@ declare const RestoreDBInstanceFromS3Command_base: {
|
|
|
175
175
|
* // ],
|
|
176
176
|
* // },
|
|
177
177
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
178
|
+
* // UpgradeRolloutOrder: "first" || "second" || "last",
|
|
178
179
|
* // PendingModifiedValues: { // PendingModifiedValues
|
|
179
180
|
* // DBInstanceClass: "STRING_VALUE",
|
|
180
181
|
* // AllocatedStorage: Number("int"),
|
|
@@ -422,6 +423,11 @@ declare const RestoreDBInstanceFromS3Command_base: {
|
|
|
422
423
|
* @throws {@link StorageTypeNotSupportedFault} (client fault)
|
|
423
424
|
* <p>The specified <code>StorageType</code> can't be associated with the DB instance.</p>
|
|
424
425
|
*
|
|
426
|
+
* @throws {@link VpcEncryptionControlViolationException} (client fault)
|
|
427
|
+
* <p>The operation violates VPC encryption control settings. Make sure that your DB
|
|
428
|
+
* instance type supports the Nitro encryption-in-transit capability,
|
|
429
|
+
* or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
|
|
430
|
+
*
|
|
425
431
|
* @throws {@link RDSServiceException}
|
|
426
432
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
427
433
|
*
|
|
@@ -172,6 +172,7 @@ declare const RestoreDBInstanceToPointInTimeCommand_base: {
|
|
|
172
172
|
* // ],
|
|
173
173
|
* // },
|
|
174
174
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
175
|
+
* // UpgradeRolloutOrder: "first" || "second" || "last",
|
|
175
176
|
* // PendingModifiedValues: { // PendingModifiedValues
|
|
176
177
|
* // DBInstanceClass: "STRING_VALUE",
|
|
177
178
|
* // AllocatedStorage: Number("int"),
|
|
@@ -442,6 +443,11 @@ declare const RestoreDBInstanceToPointInTimeCommand_base: {
|
|
|
442
443
|
* <p>You attempted to create more tenant databases than are permitted in your Amazon Web Services
|
|
443
444
|
* account.</p>
|
|
444
445
|
*
|
|
446
|
+
* @throws {@link VpcEncryptionControlViolationException} (client fault)
|
|
447
|
+
* <p>The operation violates VPC encryption control settings. Make sure that your DB
|
|
448
|
+
* instance type supports the Nitro encryption-in-transit capability,
|
|
449
|
+
* or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
|
|
450
|
+
*
|
|
445
451
|
* @throws {@link RDSServiceException}
|
|
446
452
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
447
453
|
*
|
|
@@ -82,6 +82,7 @@ declare const StartDBClusterCommand_base: {
|
|
|
82
82
|
* // ],
|
|
83
83
|
* // PreferredBackupWindow: "STRING_VALUE",
|
|
84
84
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
85
|
+
* // UpgradeRolloutOrder: "first" || "second" || "last",
|
|
85
86
|
* // ReplicationSourceIdentifier: "STRING_VALUE",
|
|
86
87
|
* // ReadReplicaIdentifiers: [ // ReadReplicaIdentifierList
|
|
87
88
|
* // "STRING_VALUE",
|
|
@@ -267,6 +268,11 @@ declare const StartDBClusterCommand_base: {
|
|
|
267
268
|
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
268
269
|
* <p>An error occurred accessing an Amazon Web Services KMS key.</p>
|
|
269
270
|
*
|
|
271
|
+
* @throws {@link VpcEncryptionControlViolationException} (client fault)
|
|
272
|
+
* <p>The operation violates VPC encryption control settings. Make sure that your DB
|
|
273
|
+
* instance type supports the Nitro encryption-in-transit capability,
|
|
274
|
+
* or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
|
|
275
|
+
*
|
|
270
276
|
* @throws {@link RDSServiceException}
|
|
271
277
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
272
278
|
*
|
|
@@ -109,6 +109,7 @@ declare const StartDBInstanceCommand_base: {
|
|
|
109
109
|
* // ],
|
|
110
110
|
* // },
|
|
111
111
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
112
|
+
* // UpgradeRolloutOrder: "first" || "second" || "last",
|
|
112
113
|
* // PendingModifiedValues: { // PendingModifiedValues
|
|
113
114
|
* // DBInstanceClass: "STRING_VALUE",
|
|
114
115
|
* // AllocatedStorage: Number("int"),
|
|
@@ -327,6 +328,11 @@ declare const StartDBInstanceCommand_base: {
|
|
|
327
328
|
* @throws {@link KMSKeyNotAccessibleFault} (client fault)
|
|
328
329
|
* <p>An error occurred accessing an Amazon Web Services KMS key.</p>
|
|
329
330
|
*
|
|
331
|
+
* @throws {@link VpcEncryptionControlViolationException} (client fault)
|
|
332
|
+
* <p>The operation violates VPC encryption control settings. Make sure that your DB
|
|
333
|
+
* instance type supports the Nitro encryption-in-transit capability,
|
|
334
|
+
* or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
|
|
335
|
+
*
|
|
330
336
|
* @throws {@link RDSServiceException}
|
|
331
337
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
332
338
|
*
|
|
@@ -83,6 +83,7 @@ declare const StopDBClusterCommand_base: {
|
|
|
83
83
|
* // ],
|
|
84
84
|
* // PreferredBackupWindow: "STRING_VALUE",
|
|
85
85
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
86
|
+
* // UpgradeRolloutOrder: "first" || "second" || "last",
|
|
86
87
|
* // ReplicationSourceIdentifier: "STRING_VALUE",
|
|
87
88
|
* // ReadReplicaIdentifiers: [ // ReadReplicaIdentifierList
|
|
88
89
|
* // "STRING_VALUE",
|
|
@@ -113,6 +113,7 @@ declare const StopDBInstanceCommand_base: {
|
|
|
113
113
|
* // ],
|
|
114
114
|
* // },
|
|
115
115
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
116
|
+
* // UpgradeRolloutOrder: "first" || "second" || "last",
|
|
116
117
|
* // PendingModifiedValues: { // PendingModifiedValues
|
|
117
118
|
* // DBInstanceClass: "STRING_VALUE",
|
|
118
119
|
* // AllocatedStorage: Number("int"),
|
|
@@ -101,6 +101,7 @@ declare const SwitchoverReadReplicaCommand_base: {
|
|
|
101
101
|
* // ],
|
|
102
102
|
* // },
|
|
103
103
|
* // PreferredMaintenanceWindow: "STRING_VALUE",
|
|
104
|
+
* // UpgradeRolloutOrder: "first" || "second" || "last",
|
|
104
105
|
* // PendingModifiedValues: { // PendingModifiedValues
|
|
105
106
|
* // DBInstanceClass: "STRING_VALUE",
|
|
106
107
|
* // AllocatedStorage: Number("int"),
|
|
@@ -146,6 +146,19 @@ export declare const LocalWriteForwardingStatus: {
|
|
|
146
146
|
* @public
|
|
147
147
|
*/
|
|
148
148
|
export type LocalWriteForwardingStatus = (typeof LocalWriteForwardingStatus)[keyof typeof LocalWriteForwardingStatus];
|
|
149
|
+
/**
|
|
150
|
+
* @public
|
|
151
|
+
* @enum
|
|
152
|
+
*/
|
|
153
|
+
export declare const UpgradeRolloutOrder: {
|
|
154
|
+
readonly FIRST: "first";
|
|
155
|
+
readonly LAST: "last";
|
|
156
|
+
readonly SECOND: "second";
|
|
157
|
+
};
|
|
158
|
+
/**
|
|
159
|
+
* @public
|
|
160
|
+
*/
|
|
161
|
+
export type UpgradeRolloutOrder = (typeof UpgradeRolloutOrder)[keyof typeof UpgradeRolloutOrder];
|
|
149
162
|
/**
|
|
150
163
|
* @public
|
|
151
164
|
* @enum
|
|
@@ -842,6 +842,20 @@ export declare class StorageTypeNotSupportedFault extends __BaseException {
|
|
|
842
842
|
*/
|
|
843
843
|
constructor(opts: __ExceptionOptionType<StorageTypeNotSupportedFault, __BaseException>);
|
|
844
844
|
}
|
|
845
|
+
/**
|
|
846
|
+
* <p>The operation violates VPC encryption control settings. Make sure that your DB
|
|
847
|
+
* instance type supports the Nitro encryption-in-transit capability,
|
|
848
|
+
* or modify your VPC's encryption controls to not enforce encryption-in-transit.</p>
|
|
849
|
+
* @public
|
|
850
|
+
*/
|
|
851
|
+
export declare class VpcEncryptionControlViolationException extends __BaseException {
|
|
852
|
+
readonly name: "VpcEncryptionControlViolationException";
|
|
853
|
+
readonly $fault: "client";
|
|
854
|
+
/**
|
|
855
|
+
* @internal
|
|
856
|
+
*/
|
|
857
|
+
constructor(opts: __ExceptionOptionType<VpcEncryptionControlViolationException, __BaseException>);
|
|
858
|
+
}
|
|
845
859
|
/**
|
|
846
860
|
* <p>The specified custom endpoint can't be created because it already exists.</p>
|
|
847
861
|
* @public
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ActivityStreamMode, ActivityStreamPolicyStatus, ActivityStreamStatus, ApplyMethod, AuthScheme, AutomationMode, ClientPasswordAuthType, ClusterScalabilityType, DatabaseInsightsMode, DBProxyEndpointStatus, DBProxyEndpointTargetRole, DBProxyStatus, DefaultAuthScheme, EndpointNetworkType, EngineFamily, ExportSourceType, FailoverStatus, GlobalClusterMemberSynchronizationStatus, IAMAuthMode, IntegrationStatus, LifecycleSupportName, LimitlessDatabaseStatus, LocalWriteForwardingStatus, MasterUserAuthenticationType, ReplicaMode, SourceType, TargetConnectionNetworkType, TargetHealthReason, TargetRole, TargetState, TargetType, WriteForwardingStatus } from "./enums";
|
|
1
|
+
import { ActivityStreamMode, ActivityStreamPolicyStatus, ActivityStreamStatus, ApplyMethod, AuthScheme, AutomationMode, ClientPasswordAuthType, ClusterScalabilityType, DatabaseInsightsMode, DBProxyEndpointStatus, DBProxyEndpointTargetRole, DBProxyStatus, DefaultAuthScheme, EndpointNetworkType, EngineFamily, ExportSourceType, FailoverStatus, GlobalClusterMemberSynchronizationStatus, IAMAuthMode, IntegrationStatus, LifecycleSupportName, LimitlessDatabaseStatus, LocalWriteForwardingStatus, MasterUserAuthenticationType, ReplicaMode, SourceType, TargetConnectionNetworkType, TargetHealthReason, TargetRole, TargetState, TargetType, UpgradeRolloutOrder, WriteForwardingStatus } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>Describes a quota for an Amazon Web Services account.</p>
|
|
4
4
|
* <p>The following are account quotas:</p>
|
|
@@ -3709,31 +3709,13 @@ export interface CreateDBClusterMessage {
|
|
|
3709
3709
|
Iops?: number | undefined;
|
|
3710
3710
|
/**
|
|
3711
3711
|
* <p>Specifies whether the DB cluster is publicly accessible.</p>
|
|
3712
|
-
* <p>When the DB cluster is publicly accessible and you connect from outside of the DB cluster's virtual private cloud (VPC),
|
|
3713
|
-
* its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB cluster,
|
|
3714
|
-
* the endpoint resolves to the private IP address. Access to the DB cluster is ultimately controlled by the security group it uses. That public
|
|
3715
|
-
* access isn't permitted if the security group assigned to the DB cluster doesn't permit it.</p>
|
|
3716
|
-
* <p>When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.</p>
|
|
3717
3712
|
* <p>Valid for Cluster Type: Multi-AZ DB clusters only</p>
|
|
3718
|
-
* <p>
|
|
3719
|
-
* <p>
|
|
3720
|
-
* <
|
|
3721
|
-
*
|
|
3722
|
-
*
|
|
3723
|
-
*
|
|
3724
|
-
* <li>
|
|
3725
|
-
* <p>If the default VPC in the target Region has an internet gateway attached to it, the DB cluster is public.</p>
|
|
3726
|
-
* </li>
|
|
3727
|
-
* </ul>
|
|
3728
|
-
* <p>If <code>DBSubnetGroupName</code> is specified, and <code>PubliclyAccessible</code> isn't specified, the following applies:</p>
|
|
3729
|
-
* <ul>
|
|
3730
|
-
* <li>
|
|
3731
|
-
* <p>If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB cluster is private.</p>
|
|
3732
|
-
* </li>
|
|
3733
|
-
* <li>
|
|
3734
|
-
* <p>If the subnets are part of a VPC that has an internet gateway attached to it, the DB cluster is public.</p>
|
|
3735
|
-
* </li>
|
|
3736
|
-
* </ul>
|
|
3713
|
+
* <p>When the DB cluster is publicly accessible and you connect from outside of the DB cluster's virtual private cloud (VPC), its domain name system (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB cluster, the endpoint resolves to the private IP address. Access to the DB cluster is controlled by its security group settings.</p>
|
|
3714
|
+
* <p>When the DB cluster isn't publicly accessible, it is an internal DB cluster with a DNS name that resolves to a private IP address.</p>
|
|
3715
|
+
* <p>The default behavior when <code>PubliclyAccessible</code> is not specified depends on whether a <code>DBSubnetGroup</code> is specified.</p>
|
|
3716
|
+
* <p>If <code>DBSubnetGroup</code> isn't specified, <code>PubliclyAccessible</code> defaults to <code>true</code>.</p>
|
|
3717
|
+
* <p>If <code>DBSubnetGroup</code> is specified, <code>PubliclyAccessible</code> defaults to <code>false</code> unless the value of <code>DBSubnetGroup</code> is <code>default</code>, in which case <code>PubliclyAccessible</code> defaults to <code>true</code>.</p>
|
|
3718
|
+
* <p>If <code>PubliclyAccessible</code> is true and the VPC that the <code>DBSubnetGroup</code> is in doesn't have an internet gateway attached to it, Amazon RDS returns an error.</p>
|
|
3737
3719
|
* @public
|
|
3738
3720
|
*/
|
|
3739
3721
|
PubliclyAccessible?: boolean | undefined;
|
|
@@ -4581,6 +4563,22 @@ export interface DBCluster {
|
|
|
4581
4563
|
* @public
|
|
4582
4564
|
*/
|
|
4583
4565
|
PreferredMaintenanceWindow?: string | undefined;
|
|
4566
|
+
/**
|
|
4567
|
+
* <p>This data type represents the order in which the clusters are upgraded.</p>
|
|
4568
|
+
* <ul>
|
|
4569
|
+
* <li>
|
|
4570
|
+
* <p>[first] - Typically used for development or testing environments.</p>
|
|
4571
|
+
* </li>
|
|
4572
|
+
* <li>
|
|
4573
|
+
* <p>[second] - Default order for resources not specifically configured.</p>
|
|
4574
|
+
* </li>
|
|
4575
|
+
* <li>
|
|
4576
|
+
* <p>[last] - Usually reserved for production environments.</p>
|
|
4577
|
+
* </li>
|
|
4578
|
+
* </ul>
|
|
4579
|
+
* @public
|
|
4580
|
+
*/
|
|
4581
|
+
UpgradeRolloutOrder?: UpgradeRolloutOrder | undefined;
|
|
4584
4582
|
/**
|
|
4585
4583
|
* <p>The identifier of the source DB cluster if this DB cluster is a read
|
|
4586
4584
|
* replica.</p>
|
|
@@ -6151,30 +6149,12 @@ export interface CreateDBInstanceMessage {
|
|
|
6151
6149
|
NcharCharacterSetName?: string | undefined;
|
|
6152
6150
|
/**
|
|
6153
6151
|
* <p>Specifies whether the DB instance is publicly accessible.</p>
|
|
6154
|
-
* <p>When the DB instance is publicly accessible and you connect from outside of the DB instance's virtual private cloud (VPC),
|
|
6155
|
-
* its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB instance,
|
|
6156
|
-
* the endpoint resolves to the private IP address. Access to the DB instance is ultimately controlled by the security group it uses.
|
|
6157
|
-
* That public access is not permitted if the security group assigned to the DB instance doesn't permit it.</p>
|
|
6152
|
+
* <p>When the DB instance is publicly accessible and you connect from outside of the DB instance's virtual private cloud (VPC), its domain name system (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB instance, the endpoint resolves to the private IP address. Access to the DB instance is controlled by its security group settings.</p>
|
|
6158
6153
|
* <p>When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.</p>
|
|
6159
|
-
* <p>
|
|
6160
|
-
* <p>If <code>
|
|
6161
|
-
* <
|
|
6162
|
-
*
|
|
6163
|
-
* <p>If the default VPC in the target Region doesn’t have an internet gateway attached to it, the DB instance is private.</p>
|
|
6164
|
-
* </li>
|
|
6165
|
-
* <li>
|
|
6166
|
-
* <p>If the default VPC in the target Region has an internet gateway attached to it, the DB instance is public.</p>
|
|
6167
|
-
* </li>
|
|
6168
|
-
* </ul>
|
|
6169
|
-
* <p>If <code>DBSubnetGroupName</code> is specified, and <code>PubliclyAccessible</code> isn't specified, the following applies:</p>
|
|
6170
|
-
* <ul>
|
|
6171
|
-
* <li>
|
|
6172
|
-
* <p>If the subnets are part of a VPC that doesn’t have an internet gateway attached to it, the DB instance is private.</p>
|
|
6173
|
-
* </li>
|
|
6174
|
-
* <li>
|
|
6175
|
-
* <p>If the subnets are part of a VPC that has an internet gateway attached to it, the DB instance is public.</p>
|
|
6176
|
-
* </li>
|
|
6177
|
-
* </ul>
|
|
6154
|
+
* <p>The default behavior when <code>PubliclyAccessible</code> is not specified depends on whether a <code>DBSubnetGroup</code> is specified.</p>
|
|
6155
|
+
* <p>If <code>DBSubnetGroup</code> isn't specified, <code>PubliclyAccessible</code> defaults to <code>false</code> for Aurora instances and <code>true</code> for non-Aurora instances.</p>
|
|
6156
|
+
* <p>If <code>DBSubnetGroup</code> is specified, <code>PubliclyAccessible</code> defaults to <code>false</code> unless the value of <code>DBSubnetGroup</code> is <code>default</code>, in which case <code>PubliclyAccessible</code> defaults to <code>true</code>.</p>
|
|
6157
|
+
* <p>If <code>PubliclyAccessible</code> is true and the VPC that the <code>DBSubnetGroup</code> is in doesn't have an internet gateway attached to it, Amazon RDS returns an error.</p>
|
|
6178
6158
|
* @public
|
|
6179
6159
|
*/
|
|
6180
6160
|
PubliclyAccessible?: boolean | undefined;
|
|
@@ -7278,6 +7258,22 @@ export interface DBInstance {
|
|
|
7278
7258
|
* @public
|
|
7279
7259
|
*/
|
|
7280
7260
|
PreferredMaintenanceWindow?: string | undefined;
|
|
7261
|
+
/**
|
|
7262
|
+
* <p>This data type represents the order in which the instances are upgraded.</p>
|
|
7263
|
+
* <ul>
|
|
7264
|
+
* <li>
|
|
7265
|
+
* <p>[first] - Typically used for development or testing environments.</p>
|
|
7266
|
+
* </li>
|
|
7267
|
+
* <li>
|
|
7268
|
+
* <p>[second] - Default order for resources not specifically configured.</p>
|
|
7269
|
+
* </li>
|
|
7270
|
+
* <li>
|
|
7271
|
+
* <p>[last] - Usually reserved for production environments.</p>
|
|
7272
|
+
* </li>
|
|
7273
|
+
* </ul>
|
|
7274
|
+
* @public
|
|
7275
|
+
*/
|
|
7276
|
+
UpgradeRolloutOrder?: UpgradeRolloutOrder | undefined;
|
|
7281
7277
|
/**
|
|
7282
7278
|
* <p>Information about pending changes to the DB instance. This information is returned only when there are pending changes. Specific changes are identified by subelements.</p>
|
|
7283
7279
|
* @public
|
|
@@ -2016,9 +2016,6 @@ export interface ModifyDBInstanceMessage {
|
|
|
2016
2016
|
* <li>
|
|
2017
2017
|
* <p>Must be in the distinguished name format.</p>
|
|
2018
2018
|
* </li>
|
|
2019
|
-
* <li>
|
|
2020
|
-
* <p>Can't be longer than 64 characters.</p>
|
|
2021
|
-
* </li>
|
|
2022
2019
|
* </ul>
|
|
2023
2020
|
* <p>Example: <code>OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain</code>
|
|
2024
2021
|
* </p>
|
|
@@ -565,6 +565,7 @@ export declare var UserAuthConfig: StaticStructureSchema;
|
|
|
565
565
|
export declare var UserAuthConfigInfo: StaticStructureSchema;
|
|
566
566
|
export declare var ValidDBInstanceModificationsMessage: StaticStructureSchema;
|
|
567
567
|
export declare var ValidStorageOptions: StaticStructureSchema;
|
|
568
|
+
export declare var VpcEncryptionControlViolationException: StaticErrorSchema;
|
|
568
569
|
export declare var VpcSecurityGroupMembership: StaticStructureSchema;
|
|
569
570
|
export declare var __Unit: "unit";
|
|
570
571
|
export declare var RDSServiceException: StaticErrorSchema;
|
|
@@ -79,6 +79,13 @@ export declare const LocalWriteForwardingStatus: {
|
|
|
79
79
|
};
|
|
80
80
|
export type LocalWriteForwardingStatus =
|
|
81
81
|
(typeof LocalWriteForwardingStatus)[keyof typeof LocalWriteForwardingStatus];
|
|
82
|
+
export declare const UpgradeRolloutOrder: {
|
|
83
|
+
readonly FIRST: "first";
|
|
84
|
+
readonly LAST: "last";
|
|
85
|
+
readonly SECOND: "second";
|
|
86
|
+
};
|
|
87
|
+
export type UpgradeRolloutOrder =
|
|
88
|
+
(typeof UpgradeRolloutOrder)[keyof typeof UpgradeRolloutOrder];
|
|
82
89
|
export declare const AutomationMode: {
|
|
83
90
|
readonly ALL_PAUSED: "all-paused";
|
|
84
91
|
readonly FULL: "full";
|
|
@@ -558,6 +558,16 @@ export declare class StorageTypeNotSupportedFault extends __BaseException {
|
|
|
558
558
|
opts: __ExceptionOptionType<StorageTypeNotSupportedFault, __BaseException>
|
|
559
559
|
);
|
|
560
560
|
}
|
|
561
|
+
export declare class VpcEncryptionControlViolationException extends __BaseException {
|
|
562
|
+
readonly name: "VpcEncryptionControlViolationException";
|
|
563
|
+
readonly $fault: "client";
|
|
564
|
+
constructor(
|
|
565
|
+
opts: __ExceptionOptionType<
|
|
566
|
+
VpcEncryptionControlViolationException,
|
|
567
|
+
__BaseException
|
|
568
|
+
>
|
|
569
|
+
);
|
|
570
|
+
}
|
|
561
571
|
export declare class DBClusterEndpointAlreadyExistsFault extends __BaseException {
|
|
562
572
|
readonly name: "DBClusterEndpointAlreadyExistsFault";
|
|
563
573
|
readonly $fault: "client";
|
|
@@ -30,6 +30,7 @@ import {
|
|
|
30
30
|
TargetRole,
|
|
31
31
|
TargetState,
|
|
32
32
|
TargetType,
|
|
33
|
+
UpgradeRolloutOrder,
|
|
33
34
|
WriteForwardingStatus,
|
|
34
35
|
} from "./enums";
|
|
35
36
|
export interface AccountQuota {
|
|
@@ -637,6 +638,7 @@ export interface DBCluster {
|
|
|
637
638
|
DBClusterOptionGroupMemberships?: DBClusterOptionGroupStatus[] | undefined;
|
|
638
639
|
PreferredBackupWindow?: string | undefined;
|
|
639
640
|
PreferredMaintenanceWindow?: string | undefined;
|
|
641
|
+
UpgradeRolloutOrder?: UpgradeRolloutOrder | undefined;
|
|
640
642
|
ReplicationSourceIdentifier?: string | undefined;
|
|
641
643
|
ReadReplicaIdentifiers?: string[] | undefined;
|
|
642
644
|
StatusInfos?: DBClusterStatusInfo[] | undefined;
|
|
@@ -898,6 +900,7 @@ export interface DBInstance {
|
|
|
898
900
|
AvailabilityZone?: string | undefined;
|
|
899
901
|
DBSubnetGroup?: DBSubnetGroup | undefined;
|
|
900
902
|
PreferredMaintenanceWindow?: string | undefined;
|
|
903
|
+
UpgradeRolloutOrder?: UpgradeRolloutOrder | undefined;
|
|
901
904
|
PendingModifiedValues?: PendingModifiedValues | undefined;
|
|
902
905
|
LatestRestorableTime?: Date | undefined;
|
|
903
906
|
MultiAZ?: boolean | undefined;
|
|
@@ -571,6 +571,7 @@ export declare var UserAuthConfig: StaticStructureSchema;
|
|
|
571
571
|
export declare var UserAuthConfigInfo: StaticStructureSchema;
|
|
572
572
|
export declare var ValidDBInstanceModificationsMessage: StaticStructureSchema;
|
|
573
573
|
export declare var ValidStorageOptions: StaticStructureSchema;
|
|
574
|
+
export declare var VpcEncryptionControlViolationException: StaticErrorSchema;
|
|
574
575
|
export declare var VpcSecurityGroupMembership: StaticStructureSchema;
|
|
575
576
|
export declare var __Unit: "unit";
|
|
576
577
|
export declare var RDSServiceException: StaticErrorSchema;
|
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.938.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",
|