@aws-sdk/client-rds 3.495.0 → 3.497.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 +211 -205
- package/dist-es/models/models_0.js +12 -12
- package/dist-es/protocols/Aws_query.js +3 -0
- package/dist-types/commands/CreateDBClusterCommand.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +13 -13
- package/dist-types/ts3.4/models/models_0.d.ts +10 -10
- package/package.json +41 -41
package/dist-cjs/index.js
CHANGED
|
@@ -1530,6 +1530,23 @@ var _GlobalClusterNotFoundFault = class _GlobalClusterNotFoundFault extends RDSS
|
|
|
1530
1530
|
};
|
|
1531
1531
|
__name(_GlobalClusterNotFoundFault, "GlobalClusterNotFoundFault");
|
|
1532
1532
|
var GlobalClusterNotFoundFault = _GlobalClusterNotFoundFault;
|
|
1533
|
+
var _InsufficientDBInstanceCapacityFault = class _InsufficientDBInstanceCapacityFault extends RDSServiceException {
|
|
1534
|
+
/**
|
|
1535
|
+
* @internal
|
|
1536
|
+
*/
|
|
1537
|
+
constructor(opts) {
|
|
1538
|
+
super({
|
|
1539
|
+
name: "InsufficientDBInstanceCapacityFault",
|
|
1540
|
+
$fault: "client",
|
|
1541
|
+
...opts
|
|
1542
|
+
});
|
|
1543
|
+
this.name = "InsufficientDBInstanceCapacityFault";
|
|
1544
|
+
this.$fault = "client";
|
|
1545
|
+
Object.setPrototypeOf(this, _InsufficientDBInstanceCapacityFault.prototype);
|
|
1546
|
+
}
|
|
1547
|
+
};
|
|
1548
|
+
__name(_InsufficientDBInstanceCapacityFault, "InsufficientDBInstanceCapacityFault");
|
|
1549
|
+
var InsufficientDBInstanceCapacityFault = _InsufficientDBInstanceCapacityFault;
|
|
1533
1550
|
var _InsufficientStorageClusterCapacityFault = class _InsufficientStorageClusterCapacityFault extends RDSServiceException {
|
|
1534
1551
|
/**
|
|
1535
1552
|
* @internal
|
|
@@ -1755,23 +1772,6 @@ var _DBInstanceAlreadyExistsFault = class _DBInstanceAlreadyExistsFault extends
|
|
|
1755
1772
|
};
|
|
1756
1773
|
__name(_DBInstanceAlreadyExistsFault, "DBInstanceAlreadyExistsFault");
|
|
1757
1774
|
var DBInstanceAlreadyExistsFault = _DBInstanceAlreadyExistsFault;
|
|
1758
|
-
var _InsufficientDBInstanceCapacityFault = class _InsufficientDBInstanceCapacityFault extends RDSServiceException {
|
|
1759
|
-
/**
|
|
1760
|
-
* @internal
|
|
1761
|
-
*/
|
|
1762
|
-
constructor(opts) {
|
|
1763
|
-
super({
|
|
1764
|
-
name: "InsufficientDBInstanceCapacityFault",
|
|
1765
|
-
$fault: "client",
|
|
1766
|
-
...opts
|
|
1767
|
-
});
|
|
1768
|
-
this.name = "InsufficientDBInstanceCapacityFault";
|
|
1769
|
-
this.$fault = "client";
|
|
1770
|
-
Object.setPrototypeOf(this, _InsufficientDBInstanceCapacityFault.prototype);
|
|
1771
|
-
}
|
|
1772
|
-
};
|
|
1773
|
-
__name(_InsufficientDBInstanceCapacityFault, "InsufficientDBInstanceCapacityFault");
|
|
1774
|
-
var InsufficientDBInstanceCapacityFault = _InsufficientDBInstanceCapacityFault;
|
|
1775
1775
|
var _NetworkTypeNotSupported = class _NetworkTypeNotSupported extends RDSServiceException {
|
|
1776
1776
|
/**
|
|
1777
1777
|
* @internal
|
|
@@ -5377,6 +5377,9 @@ var de_CreateDBClusterCommandError = /* @__PURE__ */ __name(async (output, conte
|
|
|
5377
5377
|
case "GlobalClusterNotFoundFault":
|
|
5378
5378
|
case "com.amazonaws.rds#GlobalClusterNotFoundFault":
|
|
5379
5379
|
throw await de_GlobalClusterNotFoundFaultRes(parsedOutput, context);
|
|
5380
|
+
case "InsufficientDBInstanceCapacity":
|
|
5381
|
+
case "com.amazonaws.rds#InsufficientDBInstanceCapacityFault":
|
|
5382
|
+
throw await de_InsufficientDBInstanceCapacityFaultRes(parsedOutput, context);
|
|
5380
5383
|
case "InsufficientStorageClusterCapacity":
|
|
5381
5384
|
case "com.amazonaws.rds#InsufficientStorageClusterCapacityFault":
|
|
5382
5385
|
throw await de_InsufficientStorageClusterCapacityFaultRes(parsedOutput, context);
|
|
@@ -28658,30 +28661,21 @@ var waitUntilTenantDatabaseDeleted = /* @__PURE__ */ __name(async (params, input
|
|
|
28658
28661
|
// src/index.ts
|
|
28659
28662
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
28660
28663
|
// Annotate the CommonJS export names for ESM import in node:
|
|
28664
|
+
|
|
28661
28665
|
0 && (module.exports = {
|
|
28662
|
-
|
|
28663
|
-
|
|
28664
|
-
|
|
28666
|
+
RDSServiceException,
|
|
28667
|
+
__Client,
|
|
28668
|
+
RDSClient,
|
|
28669
|
+
RDS,
|
|
28670
|
+
$Command,
|
|
28665
28671
|
AddRoleToDBClusterCommand,
|
|
28666
28672
|
AddRoleToDBInstanceCommand,
|
|
28667
28673
|
AddSourceIdentifierToSubscriptionCommand,
|
|
28668
28674
|
AddTagsToResourceCommand,
|
|
28669
|
-
ApplyMethod,
|
|
28670
28675
|
ApplyPendingMaintenanceActionCommand,
|
|
28671
|
-
AuditPolicyState,
|
|
28672
|
-
AuthScheme,
|
|
28673
|
-
AuthorizationAlreadyExistsFault,
|
|
28674
|
-
AuthorizationNotFoundFault,
|
|
28675
|
-
AuthorizationQuotaExceededFault,
|
|
28676
28676
|
AuthorizeDBSecurityGroupIngressCommand,
|
|
28677
|
-
AutomationMode,
|
|
28678
28677
|
BacktrackDBClusterCommand,
|
|
28679
|
-
BackupPolicyNotFoundFault,
|
|
28680
|
-
BlueGreenDeploymentAlreadyExistsFault,
|
|
28681
|
-
BlueGreenDeploymentNotFoundFault,
|
|
28682
28678
|
CancelExportTaskCommand,
|
|
28683
|
-
CertificateNotFoundFault,
|
|
28684
|
-
ClientPasswordAuthType,
|
|
28685
28679
|
CopyDBClusterParameterGroupCommand,
|
|
28686
28680
|
CopyDBClusterSnapshotCommand,
|
|
28687
28681
|
CopyDBParameterGroupCommand,
|
|
@@ -28689,7 +28683,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
28689
28683
|
CopyOptionGroupCommand,
|
|
28690
28684
|
CreateBlueGreenDeploymentCommand,
|
|
28691
28685
|
CreateCustomDBEngineVersionCommand,
|
|
28692
|
-
CreateCustomDBEngineVersionFault,
|
|
28693
28686
|
CreateDBClusterCommand,
|
|
28694
28687
|
CreateDBClusterEndpointCommand,
|
|
28695
28688
|
CreateDBClusterParameterGroupCommand,
|
|
@@ -28707,65 +28700,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
28707
28700
|
CreateIntegrationCommand,
|
|
28708
28701
|
CreateOptionGroupCommand,
|
|
28709
28702
|
CreateTenantDatabaseCommand,
|
|
28710
|
-
CreateTenantDatabaseMessageFilterSensitiveLog,
|
|
28711
|
-
CreateTenantDatabaseResultFilterSensitiveLog,
|
|
28712
|
-
CustomAvailabilityZoneNotFoundFault,
|
|
28713
|
-
CustomDBEngineVersionAlreadyExistsFault,
|
|
28714
|
-
CustomDBEngineVersionNotFoundFault,
|
|
28715
|
-
CustomDBEngineVersionQuotaExceededFault,
|
|
28716
|
-
CustomEngineVersionStatus,
|
|
28717
|
-
DBClusterAlreadyExistsFault,
|
|
28718
|
-
DBClusterAutomatedBackupNotFoundFault,
|
|
28719
|
-
DBClusterAutomatedBackupQuotaExceededFault,
|
|
28720
|
-
DBClusterBacktrackNotFoundFault,
|
|
28721
|
-
DBClusterEndpointAlreadyExistsFault,
|
|
28722
|
-
DBClusterEndpointNotFoundFault,
|
|
28723
|
-
DBClusterEndpointQuotaExceededFault,
|
|
28724
|
-
DBClusterNotFoundFault,
|
|
28725
|
-
DBClusterParameterGroupNotFoundFault,
|
|
28726
|
-
DBClusterQuotaExceededFault,
|
|
28727
|
-
DBClusterRoleAlreadyExistsFault,
|
|
28728
|
-
DBClusterRoleNotFoundFault,
|
|
28729
|
-
DBClusterRoleQuotaExceededFault,
|
|
28730
|
-
DBClusterSnapshotAlreadyExistsFault,
|
|
28731
|
-
DBClusterSnapshotNotFoundFault,
|
|
28732
|
-
DBInstanceAlreadyExistsFault,
|
|
28733
|
-
DBInstanceAutomatedBackupNotFoundFault,
|
|
28734
|
-
DBInstanceAutomatedBackupQuotaExceededFault,
|
|
28735
|
-
DBInstanceNotFoundFault,
|
|
28736
|
-
DBInstanceRoleAlreadyExistsFault,
|
|
28737
|
-
DBInstanceRoleNotFoundFault,
|
|
28738
|
-
DBInstanceRoleQuotaExceededFault,
|
|
28739
|
-
DBLogFileNotFoundFault,
|
|
28740
|
-
DBParameterGroupAlreadyExistsFault,
|
|
28741
|
-
DBParameterGroupNotFoundFault,
|
|
28742
|
-
DBParameterGroupQuotaExceededFault,
|
|
28743
|
-
DBProxyAlreadyExistsFault,
|
|
28744
|
-
DBProxyEndpointAlreadyExistsFault,
|
|
28745
|
-
DBProxyEndpointNotFoundFault,
|
|
28746
|
-
DBProxyEndpointQuotaExceededFault,
|
|
28747
|
-
DBProxyEndpointStatus,
|
|
28748
|
-
DBProxyEndpointTargetRole,
|
|
28749
|
-
DBProxyNotFoundFault,
|
|
28750
|
-
DBProxyQuotaExceededFault,
|
|
28751
|
-
DBProxyStatus,
|
|
28752
|
-
DBProxyTargetAlreadyRegisteredFault,
|
|
28753
|
-
DBProxyTargetGroupNotFoundFault,
|
|
28754
|
-
DBProxyTargetNotFoundFault,
|
|
28755
|
-
DBSecurityGroupAlreadyExistsFault,
|
|
28756
|
-
DBSecurityGroupNotFoundFault,
|
|
28757
|
-
DBSecurityGroupNotSupportedFault,
|
|
28758
|
-
DBSecurityGroupQuotaExceededFault,
|
|
28759
|
-
DBSnapshotAlreadyExistsFault,
|
|
28760
|
-
DBSnapshotNotFoundFault,
|
|
28761
|
-
DBSnapshotTenantDatabaseNotFoundFault,
|
|
28762
|
-
DBSubnetGroupAlreadyExistsFault,
|
|
28763
|
-
DBSubnetGroupDoesNotCoverEnoughAZs,
|
|
28764
|
-
DBSubnetGroupNotAllowedFault,
|
|
28765
|
-
DBSubnetGroupNotFoundFault,
|
|
28766
|
-
DBSubnetGroupQuotaExceededFault,
|
|
28767
|
-
DBSubnetQuotaExceededFault,
|
|
28768
|
-
DBUpgradeDependencyFailureFault,
|
|
28769
28703
|
DeleteBlueGreenDeploymentCommand,
|
|
28770
28704
|
DeleteCustomDBEngineVersionCommand,
|
|
28771
28705
|
DeleteDBClusterAutomatedBackupCommand,
|
|
@@ -28786,7 +28720,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
28786
28720
|
DeleteIntegrationCommand,
|
|
28787
28721
|
DeleteOptionGroupCommand,
|
|
28788
28722
|
DeleteTenantDatabaseCommand,
|
|
28789
|
-
DeleteTenantDatabaseResultFilterSensitiveLog,
|
|
28790
28723
|
DeregisterDBProxyTargetsCommand,
|
|
28791
28724
|
DescribeAccountAttributesCommand,
|
|
28792
28725
|
DescribeBlueGreenDeploymentsCommand,
|
|
@@ -28833,67 +28766,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
28833
28766
|
DescribeTenantDatabasesCommand,
|
|
28834
28767
|
DescribeValidDBInstanceModificationsCommand,
|
|
28835
28768
|
DisableHttpEndpointCommand,
|
|
28836
|
-
DomainNotFoundFault,
|
|
28837
28769
|
DownloadDBLogFilePortionCommand,
|
|
28838
|
-
Ec2ImagePropertiesNotSupportedFault,
|
|
28839
28770
|
EnableHttpEndpointCommand,
|
|
28840
|
-
EngineFamily,
|
|
28841
|
-
EventSubscriptionQuotaExceededFault,
|
|
28842
|
-
ExportSourceType,
|
|
28843
|
-
ExportTaskAlreadyExistsFault,
|
|
28844
|
-
ExportTaskNotFoundFault,
|
|
28845
28771
|
FailoverDBClusterCommand,
|
|
28846
28772
|
FailoverGlobalClusterCommand,
|
|
28847
|
-
FailoverStatus,
|
|
28848
|
-
GlobalClusterAlreadyExistsFault,
|
|
28849
|
-
GlobalClusterMemberSynchronizationStatus,
|
|
28850
|
-
GlobalClusterNotFoundFault,
|
|
28851
|
-
GlobalClusterQuotaExceededFault,
|
|
28852
|
-
IAMAuthMode,
|
|
28853
|
-
IamRoleMissingPermissionsFault,
|
|
28854
|
-
IamRoleNotFoundFault,
|
|
28855
|
-
InstanceQuotaExceededFault,
|
|
28856
|
-
InsufficientAvailableIPsInSubnetFault,
|
|
28857
|
-
InsufficientDBClusterCapacityFault,
|
|
28858
|
-
InsufficientDBInstanceCapacityFault,
|
|
28859
|
-
InsufficientStorageClusterCapacityFault,
|
|
28860
|
-
IntegrationAlreadyExistsFault,
|
|
28861
|
-
IntegrationConflictOperationFault,
|
|
28862
|
-
IntegrationNotFoundFault,
|
|
28863
|
-
IntegrationQuotaExceededFault,
|
|
28864
|
-
IntegrationStatus,
|
|
28865
|
-
InvalidBlueGreenDeploymentStateFault,
|
|
28866
|
-
InvalidCustomDBEngineVersionStateFault,
|
|
28867
|
-
InvalidDBClusterAutomatedBackupStateFault,
|
|
28868
|
-
InvalidDBClusterCapacityFault,
|
|
28869
|
-
InvalidDBClusterEndpointStateFault,
|
|
28870
|
-
InvalidDBClusterSnapshotStateFault,
|
|
28871
|
-
InvalidDBClusterStateFault,
|
|
28872
|
-
InvalidDBInstanceAutomatedBackupStateFault,
|
|
28873
|
-
InvalidDBInstanceStateFault,
|
|
28874
|
-
InvalidDBParameterGroupStateFault,
|
|
28875
|
-
InvalidDBProxyEndpointStateFault,
|
|
28876
|
-
InvalidDBProxyStateFault,
|
|
28877
|
-
InvalidDBSecurityGroupStateFault,
|
|
28878
|
-
InvalidDBSnapshotStateFault,
|
|
28879
|
-
InvalidDBSubnetGroupFault,
|
|
28880
|
-
InvalidDBSubnetGroupStateFault,
|
|
28881
|
-
InvalidDBSubnetStateFault,
|
|
28882
|
-
InvalidEventSubscriptionStateFault,
|
|
28883
|
-
InvalidExportOnlyFault,
|
|
28884
|
-
InvalidExportSourceStateFault,
|
|
28885
|
-
InvalidExportTaskStateFault,
|
|
28886
|
-
InvalidGlobalClusterStateFault,
|
|
28887
|
-
InvalidIntegrationStateFault,
|
|
28888
|
-
InvalidOptionGroupStateFault,
|
|
28889
|
-
InvalidResourceStateFault,
|
|
28890
|
-
InvalidRestoreFault,
|
|
28891
|
-
InvalidS3BucketFault,
|
|
28892
|
-
InvalidSubnet,
|
|
28893
|
-
InvalidVPCNetworkStateFault,
|
|
28894
|
-
KMSKeyNotAccessibleFault,
|
|
28895
28773
|
ListTagsForResourceCommand,
|
|
28896
|
-
LocalWriteForwardingStatus,
|
|
28897
28774
|
ModifyActivityStreamCommand,
|
|
28898
28775
|
ModifyCertificatesCommand,
|
|
28899
28776
|
ModifyCurrentDBClusterCapacityCommand,
|
|
@@ -28915,20 +28792,9 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
28915
28792
|
ModifyGlobalClusterCommand,
|
|
28916
28793
|
ModifyOptionGroupCommand,
|
|
28917
28794
|
ModifyTenantDatabaseCommand,
|
|
28918
|
-
ModifyTenantDatabaseMessageFilterSensitiveLog,
|
|
28919
|
-
ModifyTenantDatabaseResultFilterSensitiveLog,
|
|
28920
|
-
NetworkTypeNotSupported,
|
|
28921
|
-
OptionGroupAlreadyExistsFault,
|
|
28922
|
-
OptionGroupNotFoundFault,
|
|
28923
|
-
OptionGroupQuotaExceededFault,
|
|
28924
|
-
PointInTimeRestoreNotEnabledFault,
|
|
28925
28795
|
PromoteReadReplicaCommand,
|
|
28926
28796
|
PromoteReadReplicaDBClusterCommand,
|
|
28927
|
-
ProvisionedIopsNotAvailableInAZFault,
|
|
28928
28797
|
PurchaseReservedDBInstancesOfferingCommand,
|
|
28929
|
-
RDS,
|
|
28930
|
-
RDSClient,
|
|
28931
|
-
RDSServiceException,
|
|
28932
28798
|
RebootDBClusterCommand,
|
|
28933
28799
|
RebootDBInstanceCommand,
|
|
28934
28800
|
RegisterDBProxyTargetsCommand,
|
|
@@ -28937,14 +28803,8 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
28937
28803
|
RemoveRoleFromDBInstanceCommand,
|
|
28938
28804
|
RemoveSourceIdentifierFromSubscriptionCommand,
|
|
28939
28805
|
RemoveTagsFromResourceCommand,
|
|
28940
|
-
ReplicaMode,
|
|
28941
|
-
ReservedDBInstanceAlreadyExistsFault,
|
|
28942
|
-
ReservedDBInstanceNotFoundFault,
|
|
28943
|
-
ReservedDBInstanceQuotaExceededFault,
|
|
28944
|
-
ReservedDBInstancesOfferingNotFoundFault,
|
|
28945
28806
|
ResetDBClusterParameterGroupCommand,
|
|
28946
28807
|
ResetDBParameterGroupCommand,
|
|
28947
|
-
ResourceNotFoundFault,
|
|
28948
28808
|
RestoreDBClusterFromS3Command,
|
|
28949
28809
|
RestoreDBClusterFromSnapshotCommand,
|
|
28950
28810
|
RestoreDBClusterToPointInTimeCommand,
|
|
@@ -28952,15 +28812,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
28952
28812
|
RestoreDBInstanceFromS3Command,
|
|
28953
28813
|
RestoreDBInstanceToPointInTimeCommand,
|
|
28954
28814
|
RevokeDBSecurityGroupIngressCommand,
|
|
28955
|
-
SNSInvalidTopicFault,
|
|
28956
|
-
SNSNoAuthorizationFault,
|
|
28957
|
-
SNSTopicArnNotFoundFault,
|
|
28958
|
-
SharedSnapshotQuotaExceededFault,
|
|
28959
|
-
SnapshotQuotaExceededFault,
|
|
28960
|
-
SourceClusterNotSupportedFault,
|
|
28961
|
-
SourceDatabaseNotSupportedFault,
|
|
28962
|
-
SourceNotFoundFault,
|
|
28963
|
-
SourceType,
|
|
28964
28815
|
StartActivityStreamCommand,
|
|
28965
28816
|
StartDBClusterCommand,
|
|
28966
28817
|
StartDBInstanceAutomatedBackupsReplicationCommand,
|
|
@@ -28970,28 +28821,9 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
28970
28821
|
StopDBClusterCommand,
|
|
28971
28822
|
StopDBInstanceAutomatedBackupsReplicationCommand,
|
|
28972
28823
|
StopDBInstanceCommand,
|
|
28973
|
-
StorageQuotaExceededFault,
|
|
28974
|
-
StorageTypeNotAvailableFault,
|
|
28975
|
-
StorageTypeNotSupportedFault,
|
|
28976
|
-
SubnetAlreadyInUse,
|
|
28977
|
-
SubscriptionAlreadyExistFault,
|
|
28978
|
-
SubscriptionCategoryNotFoundFault,
|
|
28979
|
-
SubscriptionNotFoundFault,
|
|
28980
28824
|
SwitchoverBlueGreenDeploymentCommand,
|
|
28981
28825
|
SwitchoverGlobalClusterCommand,
|
|
28982
28826
|
SwitchoverReadReplicaCommand,
|
|
28983
|
-
TargetHealthReason,
|
|
28984
|
-
TargetRole,
|
|
28985
|
-
TargetState,
|
|
28986
|
-
TargetType,
|
|
28987
|
-
TenantDatabaseAlreadyExistsFault,
|
|
28988
|
-
TenantDatabaseFilterSensitiveLog,
|
|
28989
|
-
TenantDatabaseNotFoundFault,
|
|
28990
|
-
TenantDatabasePendingModifiedValuesFilterSensitiveLog,
|
|
28991
|
-
TenantDatabaseQuotaExceededFault,
|
|
28992
|
-
TenantDatabasesMessageFilterSensitiveLog,
|
|
28993
|
-
WriteForwardingStatus,
|
|
28994
|
-
__Client,
|
|
28995
28827
|
paginateDescribeBlueGreenDeployments,
|
|
28996
28828
|
paginateDescribeCertificates,
|
|
28997
28829
|
paginateDescribeDBClusterAutomatedBackups,
|
|
@@ -29026,29 +28858,203 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
29026
28858
|
paginateDescribeOptionGroups,
|
|
29027
28859
|
paginateDescribeOrderableDBInstanceOptions,
|
|
29028
28860
|
paginateDescribePendingMaintenanceActions,
|
|
29029
|
-
paginateDescribeReservedDBInstances,
|
|
29030
28861
|
paginateDescribeReservedDBInstancesOfferings,
|
|
28862
|
+
paginateDescribeReservedDBInstances,
|
|
29031
28863
|
paginateDescribeSourceRegions,
|
|
29032
28864
|
paginateDescribeTenantDatabases,
|
|
29033
28865
|
paginateDownloadDBLogFilePortion,
|
|
29034
28866
|
waitForDBClusterAvailable,
|
|
29035
|
-
waitForDBClusterDeleted,
|
|
29036
|
-
waitForDBClusterSnapshotAvailable,
|
|
29037
|
-
waitForDBClusterSnapshotDeleted,
|
|
29038
|
-
waitForDBInstanceAvailable,
|
|
29039
|
-
waitForDBInstanceDeleted,
|
|
29040
|
-
waitForDBSnapshotAvailable,
|
|
29041
|
-
waitForDBSnapshotDeleted,
|
|
29042
|
-
waitForTenantDatabaseAvailable,
|
|
29043
|
-
waitForTenantDatabaseDeleted,
|
|
29044
28867
|
waitUntilDBClusterAvailable,
|
|
28868
|
+
waitForDBClusterDeleted,
|
|
29045
28869
|
waitUntilDBClusterDeleted,
|
|
28870
|
+
waitForDBClusterSnapshotAvailable,
|
|
29046
28871
|
waitUntilDBClusterSnapshotAvailable,
|
|
28872
|
+
waitForDBClusterSnapshotDeleted,
|
|
29047
28873
|
waitUntilDBClusterSnapshotDeleted,
|
|
28874
|
+
waitForDBInstanceAvailable,
|
|
29048
28875
|
waitUntilDBInstanceAvailable,
|
|
28876
|
+
waitForDBInstanceDeleted,
|
|
29049
28877
|
waitUntilDBInstanceDeleted,
|
|
28878
|
+
waitForDBSnapshotAvailable,
|
|
29050
28879
|
waitUntilDBSnapshotAvailable,
|
|
28880
|
+
waitForDBSnapshotDeleted,
|
|
29051
28881
|
waitUntilDBSnapshotDeleted,
|
|
28882
|
+
waitForTenantDatabaseAvailable,
|
|
29052
28883
|
waitUntilTenantDatabaseAvailable,
|
|
29053
|
-
|
|
28884
|
+
waitForTenantDatabaseDeleted,
|
|
28885
|
+
waitUntilTenantDatabaseDeleted,
|
|
28886
|
+
ActivityStreamMode,
|
|
28887
|
+
ActivityStreamPolicyStatus,
|
|
28888
|
+
ActivityStreamStatus,
|
|
28889
|
+
DBClusterNotFoundFault,
|
|
28890
|
+
DBClusterRoleAlreadyExistsFault,
|
|
28891
|
+
DBClusterRoleQuotaExceededFault,
|
|
28892
|
+
InvalidDBClusterStateFault,
|
|
28893
|
+
DBInstanceNotFoundFault,
|
|
28894
|
+
DBInstanceRoleAlreadyExistsFault,
|
|
28895
|
+
DBInstanceRoleQuotaExceededFault,
|
|
28896
|
+
InvalidDBInstanceStateFault,
|
|
28897
|
+
SourceNotFoundFault,
|
|
28898
|
+
SubscriptionNotFoundFault,
|
|
28899
|
+
BlueGreenDeploymentNotFoundFault,
|
|
28900
|
+
DBProxyNotFoundFault,
|
|
28901
|
+
DBProxyTargetGroupNotFoundFault,
|
|
28902
|
+
DBSnapshotNotFoundFault,
|
|
28903
|
+
DBSnapshotTenantDatabaseNotFoundFault,
|
|
28904
|
+
IntegrationNotFoundFault,
|
|
28905
|
+
TenantDatabaseNotFoundFault,
|
|
28906
|
+
ResourceNotFoundFault,
|
|
28907
|
+
AuthorizationAlreadyExistsFault,
|
|
28908
|
+
AuthorizationQuotaExceededFault,
|
|
28909
|
+
DBSecurityGroupNotFoundFault,
|
|
28910
|
+
InvalidDBSecurityGroupStateFault,
|
|
28911
|
+
ExportSourceType,
|
|
28912
|
+
ExportTaskNotFoundFault,
|
|
28913
|
+
InvalidExportTaskStateFault,
|
|
28914
|
+
DBParameterGroupAlreadyExistsFault,
|
|
28915
|
+
DBParameterGroupNotFoundFault,
|
|
28916
|
+
DBParameterGroupQuotaExceededFault,
|
|
28917
|
+
DBClusterSnapshotAlreadyExistsFault,
|
|
28918
|
+
DBClusterSnapshotNotFoundFault,
|
|
28919
|
+
InvalidDBClusterSnapshotStateFault,
|
|
28920
|
+
KMSKeyNotAccessibleFault,
|
|
28921
|
+
SnapshotQuotaExceededFault,
|
|
28922
|
+
CustomAvailabilityZoneNotFoundFault,
|
|
28923
|
+
DBSnapshotAlreadyExistsFault,
|
|
28924
|
+
InvalidDBSnapshotStateFault,
|
|
28925
|
+
OptionGroupAlreadyExistsFault,
|
|
28926
|
+
OptionGroupNotFoundFault,
|
|
28927
|
+
OptionGroupQuotaExceededFault,
|
|
28928
|
+
BlueGreenDeploymentAlreadyExistsFault,
|
|
28929
|
+
DBClusterParameterGroupNotFoundFault,
|
|
28930
|
+
DBClusterQuotaExceededFault,
|
|
28931
|
+
InstanceQuotaExceededFault,
|
|
28932
|
+
SourceClusterNotSupportedFault,
|
|
28933
|
+
SourceDatabaseNotSupportedFault,
|
|
28934
|
+
CreateCustomDBEngineVersionFault,
|
|
28935
|
+
CustomDBEngineVersionAlreadyExistsFault,
|
|
28936
|
+
CustomDBEngineVersionQuotaExceededFault,
|
|
28937
|
+
Ec2ImagePropertiesNotSupportedFault,
|
|
28938
|
+
ReplicaMode,
|
|
28939
|
+
WriteForwardingStatus,
|
|
28940
|
+
LocalWriteForwardingStatus,
|
|
28941
|
+
DBClusterAlreadyExistsFault,
|
|
28942
|
+
DBSubnetGroupDoesNotCoverEnoughAZs,
|
|
28943
|
+
DBSubnetGroupNotFoundFault,
|
|
28944
|
+
DomainNotFoundFault,
|
|
28945
|
+
GlobalClusterNotFoundFault,
|
|
28946
|
+
InsufficientDBInstanceCapacityFault,
|
|
28947
|
+
InsufficientStorageClusterCapacityFault,
|
|
28948
|
+
InvalidDBSubnetGroupFault,
|
|
28949
|
+
InvalidDBSubnetGroupStateFault,
|
|
28950
|
+
InvalidGlobalClusterStateFault,
|
|
28951
|
+
InvalidSubnet,
|
|
28952
|
+
InvalidVPCNetworkStateFault,
|
|
28953
|
+
StorageQuotaExceededFault,
|
|
28954
|
+
DBClusterEndpointAlreadyExistsFault,
|
|
28955
|
+
DBClusterEndpointQuotaExceededFault,
|
|
28956
|
+
AuthorizationNotFoundFault,
|
|
28957
|
+
BackupPolicyNotFoundFault,
|
|
28958
|
+
CertificateNotFoundFault,
|
|
28959
|
+
AutomationMode,
|
|
28960
|
+
DBInstanceAlreadyExistsFault,
|
|
28961
|
+
NetworkTypeNotSupported,
|
|
28962
|
+
ProvisionedIopsNotAvailableInAZFault,
|
|
28963
|
+
StorageTypeNotSupportedFault,
|
|
28964
|
+
TenantDatabaseQuotaExceededFault,
|
|
28965
|
+
DBSubnetGroupNotAllowedFault,
|
|
28966
|
+
AuthScheme,
|
|
28967
|
+
ClientPasswordAuthType,
|
|
28968
|
+
IAMAuthMode,
|
|
28969
|
+
EngineFamily,
|
|
28970
|
+
DBProxyStatus,
|
|
28971
|
+
DBProxyAlreadyExistsFault,
|
|
28972
|
+
DBProxyQuotaExceededFault,
|
|
28973
|
+
DBProxyEndpointTargetRole,
|
|
28974
|
+
DBProxyEndpointStatus,
|
|
28975
|
+
DBProxyEndpointAlreadyExistsFault,
|
|
28976
|
+
DBProxyEndpointQuotaExceededFault,
|
|
28977
|
+
InvalidDBProxyStateFault,
|
|
28978
|
+
DBSecurityGroupAlreadyExistsFault,
|
|
28979
|
+
DBSecurityGroupNotSupportedFault,
|
|
28980
|
+
DBSecurityGroupQuotaExceededFault,
|
|
28981
|
+
DBSubnetGroupAlreadyExistsFault,
|
|
28982
|
+
DBSubnetGroupQuotaExceededFault,
|
|
28983
|
+
DBSubnetQuotaExceededFault,
|
|
28984
|
+
EventSubscriptionQuotaExceededFault,
|
|
28985
|
+
SNSInvalidTopicFault,
|
|
28986
|
+
SNSNoAuthorizationFault,
|
|
28987
|
+
SNSTopicArnNotFoundFault,
|
|
28988
|
+
SubscriptionAlreadyExistFault,
|
|
28989
|
+
SubscriptionCategoryNotFoundFault,
|
|
28990
|
+
FailoverStatus,
|
|
28991
|
+
GlobalClusterMemberSynchronizationStatus,
|
|
28992
|
+
GlobalClusterAlreadyExistsFault,
|
|
28993
|
+
GlobalClusterQuotaExceededFault,
|
|
28994
|
+
IntegrationStatus,
|
|
28995
|
+
IntegrationAlreadyExistsFault,
|
|
28996
|
+
IntegrationConflictOperationFault,
|
|
28997
|
+
IntegrationQuotaExceededFault,
|
|
28998
|
+
TenantDatabaseAlreadyExistsFault,
|
|
28999
|
+
InvalidBlueGreenDeploymentStateFault,
|
|
29000
|
+
CustomDBEngineVersionNotFoundFault,
|
|
29001
|
+
InvalidCustomDBEngineVersionStateFault,
|
|
29002
|
+
DBClusterAutomatedBackupQuotaExceededFault,
|
|
29003
|
+
DBClusterAutomatedBackupNotFoundFault,
|
|
29004
|
+
InvalidDBClusterAutomatedBackupStateFault,
|
|
29005
|
+
DBClusterEndpointNotFoundFault,
|
|
29006
|
+
InvalidDBClusterEndpointStateFault,
|
|
29007
|
+
InvalidDBParameterGroupStateFault,
|
|
29008
|
+
DBInstanceAutomatedBackupQuotaExceededFault,
|
|
29009
|
+
DBInstanceAutomatedBackupNotFoundFault,
|
|
29010
|
+
InvalidDBInstanceAutomatedBackupStateFault,
|
|
29011
|
+
DBProxyEndpointNotFoundFault,
|
|
29012
|
+
InvalidDBProxyEndpointStateFault,
|
|
29013
|
+
InvalidDBSubnetStateFault,
|
|
29014
|
+
InvalidEventSubscriptionStateFault,
|
|
29015
|
+
InvalidIntegrationStateFault,
|
|
29016
|
+
InvalidOptionGroupStateFault,
|
|
29017
|
+
DBProxyTargetNotFoundFault,
|
|
29018
|
+
CreateTenantDatabaseMessageFilterSensitiveLog,
|
|
29019
|
+
TenantDatabasePendingModifiedValuesFilterSensitiveLog,
|
|
29020
|
+
TenantDatabaseFilterSensitiveLog,
|
|
29021
|
+
CreateTenantDatabaseResultFilterSensitiveLog,
|
|
29022
|
+
DeleteTenantDatabaseResultFilterSensitiveLog,
|
|
29023
|
+
DBClusterBacktrackNotFoundFault,
|
|
29024
|
+
ApplyMethod,
|
|
29025
|
+
TargetRole,
|
|
29026
|
+
TargetHealthReason,
|
|
29027
|
+
TargetState,
|
|
29028
|
+
TargetType,
|
|
29029
|
+
SourceType,
|
|
29030
|
+
ReservedDBInstanceNotFoundFault,
|
|
29031
|
+
ReservedDBInstancesOfferingNotFoundFault,
|
|
29032
|
+
InvalidResourceStateFault,
|
|
29033
|
+
DBLogFileNotFoundFault,
|
|
29034
|
+
AuditPolicyState,
|
|
29035
|
+
InvalidDBClusterCapacityFault,
|
|
29036
|
+
CustomEngineVersionStatus,
|
|
29037
|
+
StorageTypeNotAvailableFault,
|
|
29038
|
+
SharedSnapshotQuotaExceededFault,
|
|
29039
|
+
DBUpgradeDependencyFailureFault,
|
|
29040
|
+
SubnetAlreadyInUse,
|
|
29041
|
+
ReservedDBInstanceAlreadyExistsFault,
|
|
29042
|
+
ReservedDBInstanceQuotaExceededFault,
|
|
29043
|
+
DBProxyTargetAlreadyRegisteredFault,
|
|
29044
|
+
InsufficientAvailableIPsInSubnetFault,
|
|
29045
|
+
DBClusterRoleNotFoundFault,
|
|
29046
|
+
DBInstanceRoleNotFoundFault,
|
|
29047
|
+
InvalidS3BucketFault,
|
|
29048
|
+
InsufficientDBClusterCapacityFault,
|
|
29049
|
+
InvalidRestoreFault,
|
|
29050
|
+
PointInTimeRestoreNotEnabledFault,
|
|
29051
|
+
ExportTaskAlreadyExistsFault,
|
|
29052
|
+
IamRoleMissingPermissionsFault,
|
|
29053
|
+
IamRoleNotFoundFault,
|
|
29054
|
+
InvalidExportOnlyFault,
|
|
29055
|
+
InvalidExportSourceStateFault,
|
|
29056
|
+
TenantDatabasesMessageFilterSensitiveLog,
|
|
29057
|
+
ModifyTenantDatabaseMessageFilterSensitiveLog,
|
|
29058
|
+
ModifyTenantDatabaseResultFilterSensitiveLog
|
|
29054
29059
|
});
|
|
29060
|
+
|
|
@@ -674,6 +674,18 @@ export class GlobalClusterNotFoundFault extends __BaseException {
|
|
|
674
674
|
Object.setPrototypeOf(this, GlobalClusterNotFoundFault.prototype);
|
|
675
675
|
}
|
|
676
676
|
}
|
|
677
|
+
export class InsufficientDBInstanceCapacityFault extends __BaseException {
|
|
678
|
+
constructor(opts) {
|
|
679
|
+
super({
|
|
680
|
+
name: "InsufficientDBInstanceCapacityFault",
|
|
681
|
+
$fault: "client",
|
|
682
|
+
...opts,
|
|
683
|
+
});
|
|
684
|
+
this.name = "InsufficientDBInstanceCapacityFault";
|
|
685
|
+
this.$fault = "client";
|
|
686
|
+
Object.setPrototypeOf(this, InsufficientDBInstanceCapacityFault.prototype);
|
|
687
|
+
}
|
|
688
|
+
}
|
|
677
689
|
export class InsufficientStorageClusterCapacityFault extends __BaseException {
|
|
678
690
|
constructor(opts) {
|
|
679
691
|
super({
|
|
@@ -834,18 +846,6 @@ export class DBInstanceAlreadyExistsFault extends __BaseException {
|
|
|
834
846
|
Object.setPrototypeOf(this, DBInstanceAlreadyExistsFault.prototype);
|
|
835
847
|
}
|
|
836
848
|
}
|
|
837
|
-
export class InsufficientDBInstanceCapacityFault extends __BaseException {
|
|
838
|
-
constructor(opts) {
|
|
839
|
-
super({
|
|
840
|
-
name: "InsufficientDBInstanceCapacityFault",
|
|
841
|
-
$fault: "client",
|
|
842
|
-
...opts,
|
|
843
|
-
});
|
|
844
|
-
this.name = "InsufficientDBInstanceCapacityFault";
|
|
845
|
-
this.$fault = "client";
|
|
846
|
-
Object.setPrototypeOf(this, InsufficientDBInstanceCapacityFault.prototype);
|
|
847
|
-
}
|
|
848
|
-
}
|
|
849
849
|
export class NetworkTypeNotSupported extends __BaseException {
|
|
850
850
|
constructor(opts) {
|
|
851
851
|
super({
|
|
@@ -2238,6 +2238,9 @@ const de_CreateDBClusterCommandError = async (output, context) => {
|
|
|
2238
2238
|
case "GlobalClusterNotFoundFault":
|
|
2239
2239
|
case "com.amazonaws.rds#GlobalClusterNotFoundFault":
|
|
2240
2240
|
throw await de_GlobalClusterNotFoundFaultRes(parsedOutput, context);
|
|
2241
|
+
case "InsufficientDBInstanceCapacity":
|
|
2242
|
+
case "com.amazonaws.rds#InsufficientDBInstanceCapacityFault":
|
|
2243
|
+
throw await de_InsufficientDBInstanceCapacityFaultRes(parsedOutput, context);
|
|
2241
2244
|
case "InsufficientStorageClusterCapacity":
|
|
2242
2245
|
case "com.amazonaws.rds#InsufficientStorageClusterCapacityFault":
|
|
2243
2246
|
throw await de_InsufficientStorageClusterCapacityFaultRes(parsedOutput, context);
|
|
@@ -344,6 +344,10 @@ declare const CreateDBClusterCommand_base: {
|
|
|
344
344
|
* @throws {@link GlobalClusterNotFoundFault} (client fault)
|
|
345
345
|
* <p>The <code>GlobalClusterIdentifier</code> doesn't refer to an existing global database cluster.</p>
|
|
346
346
|
*
|
|
347
|
+
* @throws {@link InsufficientDBInstanceCapacityFault} (client fault)
|
|
348
|
+
* <p>The specified DB instance class isn't available in the specified Availability
|
|
349
|
+
* Zone.</p>
|
|
350
|
+
*
|
|
347
351
|
* @throws {@link InsufficientStorageClusterCapacityFault} (client fault)
|
|
348
352
|
* <p>There is insufficient storage available for the current action. You might be able to
|
|
349
353
|
* resolve this error by updating your subnet group to use different Availability Zones
|
|
@@ -5315,6 +5315,19 @@ export declare class GlobalClusterNotFoundFault extends __BaseException {
|
|
|
5315
5315
|
*/
|
|
5316
5316
|
constructor(opts: __ExceptionOptionType<GlobalClusterNotFoundFault, __BaseException>);
|
|
5317
5317
|
}
|
|
5318
|
+
/**
|
|
5319
|
+
* @public
|
|
5320
|
+
* <p>The specified DB instance class isn't available in the specified Availability
|
|
5321
|
+
* Zone.</p>
|
|
5322
|
+
*/
|
|
5323
|
+
export declare class InsufficientDBInstanceCapacityFault extends __BaseException {
|
|
5324
|
+
readonly name: "InsufficientDBInstanceCapacityFault";
|
|
5325
|
+
readonly $fault: "client";
|
|
5326
|
+
/**
|
|
5327
|
+
* @internal
|
|
5328
|
+
*/
|
|
5329
|
+
constructor(opts: __ExceptionOptionType<InsufficientDBInstanceCapacityFault, __BaseException>);
|
|
5330
|
+
}
|
|
5318
5331
|
/**
|
|
5319
5332
|
* @public
|
|
5320
5333
|
* <p>There is insufficient storage available for the current action. You might be able to
|
|
@@ -8162,19 +8175,6 @@ export declare class DBInstanceAlreadyExistsFault extends __BaseException {
|
|
|
8162
8175
|
*/
|
|
8163
8176
|
constructor(opts: __ExceptionOptionType<DBInstanceAlreadyExistsFault, __BaseException>);
|
|
8164
8177
|
}
|
|
8165
|
-
/**
|
|
8166
|
-
* @public
|
|
8167
|
-
* <p>The specified DB instance class isn't available in the specified Availability
|
|
8168
|
-
* Zone.</p>
|
|
8169
|
-
*/
|
|
8170
|
-
export declare class InsufficientDBInstanceCapacityFault extends __BaseException {
|
|
8171
|
-
readonly name: "InsufficientDBInstanceCapacityFault";
|
|
8172
|
-
readonly $fault: "client";
|
|
8173
|
-
/**
|
|
8174
|
-
* @internal
|
|
8175
|
-
*/
|
|
8176
|
-
constructor(opts: __ExceptionOptionType<InsufficientDBInstanceCapacityFault, __BaseException>);
|
|
8177
|
-
}
|
|
8178
8178
|
/**
|
|
8179
8179
|
* @public
|
|
8180
8180
|
* <p>The network type is invalid for the DB instance. Valid nework type values are <code>IPV4</code> and <code>DUAL</code>.</p>
|
|
@@ -1117,6 +1117,16 @@ export declare class GlobalClusterNotFoundFault extends __BaseException {
|
|
|
1117
1117
|
opts: __ExceptionOptionType<GlobalClusterNotFoundFault, __BaseException>
|
|
1118
1118
|
);
|
|
1119
1119
|
}
|
|
1120
|
+
export declare class InsufficientDBInstanceCapacityFault extends __BaseException {
|
|
1121
|
+
readonly name: "InsufficientDBInstanceCapacityFault";
|
|
1122
|
+
readonly $fault: "client";
|
|
1123
|
+
constructor(
|
|
1124
|
+
opts: __ExceptionOptionType<
|
|
1125
|
+
InsufficientDBInstanceCapacityFault,
|
|
1126
|
+
__BaseException
|
|
1127
|
+
>
|
|
1128
|
+
);
|
|
1129
|
+
}
|
|
1120
1130
|
export declare class InsufficientStorageClusterCapacityFault extends __BaseException {
|
|
1121
1131
|
readonly name: "InsufficientStorageClusterCapacityFault";
|
|
1122
1132
|
readonly $fault: "client";
|
|
@@ -1488,16 +1498,6 @@ export declare class DBInstanceAlreadyExistsFault extends __BaseException {
|
|
|
1488
1498
|
opts: __ExceptionOptionType<DBInstanceAlreadyExistsFault, __BaseException>
|
|
1489
1499
|
);
|
|
1490
1500
|
}
|
|
1491
|
-
export declare class InsufficientDBInstanceCapacityFault extends __BaseException {
|
|
1492
|
-
readonly name: "InsufficientDBInstanceCapacityFault";
|
|
1493
|
-
readonly $fault: "client";
|
|
1494
|
-
constructor(
|
|
1495
|
-
opts: __ExceptionOptionType<
|
|
1496
|
-
InsufficientDBInstanceCapacityFault,
|
|
1497
|
-
__BaseException
|
|
1498
|
-
>
|
|
1499
|
-
);
|
|
1500
|
-
}
|
|
1501
1501
|
export declare class NetworkTypeNotSupported extends __BaseException {
|
|
1502
1502
|
readonly name: "NetworkTypeNotSupported";
|
|
1503
1503
|
readonly $fault: "client";
|
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.497.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,50 +20,50 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-sdk-rds": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-middleware": "^2.1.
|
|
59
|
-
"@smithy/util-retry": "^2.1.
|
|
60
|
-
"@smithy/util-utf8": "^2.1.
|
|
61
|
-
"@smithy/util-waiter": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.496.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.496.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-sdk-rds": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-middleware": "^2.1.1",
|
|
59
|
+
"@smithy/util-retry": "^2.1.1",
|
|
60
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
61
|
+
"@smithy/util-waiter": "^2.1.1",
|
|
62
62
|
"fast-xml-parser": "4.2.5",
|
|
63
63
|
"tslib": "^2.5.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
66
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
67
67
|
"@tsconfig/node14": "1.0.3",
|
|
68
68
|
"@types/node": "^14.14.31",
|
|
69
69
|
"concurrently": "7.0.0",
|