@aws-sdk/client-docdb 3.261.0 → 3.264.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.
|
@@ -5011,10 +5011,10 @@ const deserializeAws_queryCertificate = (output, context) => {
|
|
|
5011
5011
|
contents.Thumbprint = (0, smithy_client_1.expectString)(output["Thumbprint"]);
|
|
5012
5012
|
}
|
|
5013
5013
|
if (output["ValidFrom"] !== undefined) {
|
|
5014
|
-
contents.ValidFrom = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
5014
|
+
contents.ValidFrom = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["ValidFrom"]));
|
|
5015
5015
|
}
|
|
5016
5016
|
if (output["ValidTill"] !== undefined) {
|
|
5017
|
-
contents.ValidTill = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
5017
|
+
contents.ValidTill = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["ValidTill"]));
|
|
5018
5018
|
}
|
|
5019
5019
|
if (output["CertificateArn"] !== undefined) {
|
|
5020
5020
|
contents.CertificateArn = (0, smithy_client_1.expectString)(output["CertificateArn"]);
|
|
@@ -5195,7 +5195,7 @@ const deserializeAws_queryDBCluster = (output, context) => {
|
|
|
5195
5195
|
contents.PercentProgress = (0, smithy_client_1.expectString)(output["PercentProgress"]);
|
|
5196
5196
|
}
|
|
5197
5197
|
if (output["EarliestRestorableTime"] !== undefined) {
|
|
5198
|
-
contents.EarliestRestorableTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
5198
|
+
contents.EarliestRestorableTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["EarliestRestorableTime"]));
|
|
5199
5199
|
}
|
|
5200
5200
|
if (output["Endpoint"] !== undefined) {
|
|
5201
5201
|
contents.Endpoint = (0, smithy_client_1.expectString)(output["Endpoint"]);
|
|
@@ -5213,7 +5213,7 @@ const deserializeAws_queryDBCluster = (output, context) => {
|
|
|
5213
5213
|
contents.EngineVersion = (0, smithy_client_1.expectString)(output["EngineVersion"]);
|
|
5214
5214
|
}
|
|
5215
5215
|
if (output["LatestRestorableTime"] !== undefined) {
|
|
5216
|
-
contents.LatestRestorableTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
5216
|
+
contents.LatestRestorableTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["LatestRestorableTime"]));
|
|
5217
5217
|
}
|
|
5218
5218
|
if (output["Port"] !== undefined) {
|
|
5219
5219
|
contents.Port = (0, smithy_client_1.strictParseInt32)(output["Port"]);
|
|
@@ -5275,7 +5275,7 @@ const deserializeAws_queryDBCluster = (output, context) => {
|
|
|
5275
5275
|
contents.CloneGroupId = (0, smithy_client_1.expectString)(output["CloneGroupId"]);
|
|
5276
5276
|
}
|
|
5277
5277
|
if (output["ClusterCreateTime"] !== undefined) {
|
|
5278
|
-
contents.ClusterCreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
5278
|
+
contents.ClusterCreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["ClusterCreateTime"]));
|
|
5279
5279
|
}
|
|
5280
5280
|
if (output.EnabledCloudwatchLogsExports === "") {
|
|
5281
5281
|
contents.EnabledCloudwatchLogsExports = [];
|
|
@@ -5500,7 +5500,7 @@ const deserializeAws_queryDBClusterSnapshot = (output, context) => {
|
|
|
5500
5500
|
contents.DBClusterIdentifier = (0, smithy_client_1.expectString)(output["DBClusterIdentifier"]);
|
|
5501
5501
|
}
|
|
5502
5502
|
if (output["SnapshotCreateTime"] !== undefined) {
|
|
5503
|
-
contents.SnapshotCreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
5503
|
+
contents.SnapshotCreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["SnapshotCreateTime"]));
|
|
5504
5504
|
}
|
|
5505
5505
|
if (output["Engine"] !== undefined) {
|
|
5506
5506
|
contents.Engine = (0, smithy_client_1.expectString)(output["Engine"]);
|
|
@@ -5515,7 +5515,7 @@ const deserializeAws_queryDBClusterSnapshot = (output, context) => {
|
|
|
5515
5515
|
contents.VpcId = (0, smithy_client_1.expectString)(output["VpcId"]);
|
|
5516
5516
|
}
|
|
5517
5517
|
if (output["ClusterCreateTime"] !== undefined) {
|
|
5518
|
-
contents.ClusterCreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
5518
|
+
contents.ClusterCreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["ClusterCreateTime"]));
|
|
5519
5519
|
}
|
|
5520
5520
|
if (output["MasterUsername"] !== undefined) {
|
|
5521
5521
|
contents.MasterUsername = (0, smithy_client_1.expectString)(output["MasterUsername"]);
|
|
@@ -5738,7 +5738,7 @@ const deserializeAws_queryDBInstance = (output, context) => {
|
|
|
5738
5738
|
contents.Endpoint = deserializeAws_queryEndpoint(output["Endpoint"], context);
|
|
5739
5739
|
}
|
|
5740
5740
|
if (output["InstanceCreateTime"] !== undefined) {
|
|
5741
|
-
contents.InstanceCreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
5741
|
+
contents.InstanceCreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["InstanceCreateTime"]));
|
|
5742
5742
|
}
|
|
5743
5743
|
if (output["PreferredBackupWindow"] !== undefined) {
|
|
5744
5744
|
contents.PreferredBackupWindow = (0, smithy_client_1.expectString)(output["PreferredBackupWindow"]);
|
|
@@ -5766,7 +5766,7 @@ const deserializeAws_queryDBInstance = (output, context) => {
|
|
|
5766
5766
|
contents.PendingModifiedValues = deserializeAws_queryPendingModifiedValues(output["PendingModifiedValues"], context);
|
|
5767
5767
|
}
|
|
5768
5768
|
if (output["LatestRestorableTime"] !== undefined) {
|
|
5769
|
-
contents.LatestRestorableTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
5769
|
+
contents.LatestRestorableTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["LatestRestorableTime"]));
|
|
5770
5770
|
}
|
|
5771
5771
|
if (output["EngineVersion"] !== undefined) {
|
|
5772
5772
|
contents.EngineVersion = (0, smithy_client_1.expectString)(output["EngineVersion"]);
|
|
@@ -6173,7 +6173,7 @@ const deserializeAws_queryEvent = (output, context) => {
|
|
|
6173
6173
|
contents.EventCategories = deserializeAws_queryEventCategoriesList((0, smithy_client_1.getArrayIfSingleItem)(output["EventCategories"]["EventCategory"]), context);
|
|
6174
6174
|
}
|
|
6175
6175
|
if (output["Date"] !== undefined) {
|
|
6176
|
-
contents.Date = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
6176
|
+
contents.Date = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["Date"]));
|
|
6177
6177
|
}
|
|
6178
6178
|
if (output["SourceArn"] !== undefined) {
|
|
6179
6179
|
contents.SourceArn = (0, smithy_client_1.expectString)(output["SourceArn"]);
|
|
@@ -6830,16 +6830,16 @@ const deserializeAws_queryPendingMaintenanceAction = (output, context) => {
|
|
|
6830
6830
|
contents.Action = (0, smithy_client_1.expectString)(output["Action"]);
|
|
6831
6831
|
}
|
|
6832
6832
|
if (output["AutoAppliedAfterDate"] !== undefined) {
|
|
6833
|
-
contents.AutoAppliedAfterDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
6833
|
+
contents.AutoAppliedAfterDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["AutoAppliedAfterDate"]));
|
|
6834
6834
|
}
|
|
6835
6835
|
if (output["ForcedApplyDate"] !== undefined) {
|
|
6836
|
-
contents.ForcedApplyDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
6836
|
+
contents.ForcedApplyDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["ForcedApplyDate"]));
|
|
6837
6837
|
}
|
|
6838
6838
|
if (output["OptInStatus"] !== undefined) {
|
|
6839
6839
|
contents.OptInStatus = (0, smithy_client_1.expectString)(output["OptInStatus"]);
|
|
6840
6840
|
}
|
|
6841
6841
|
if (output["CurrentApplyDate"] !== undefined) {
|
|
6842
|
-
contents.CurrentApplyDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
6842
|
+
contents.CurrentApplyDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["CurrentApplyDate"]));
|
|
6843
6843
|
}
|
|
6844
6844
|
if (output["Description"] !== undefined) {
|
|
6845
6845
|
contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http";
|
|
2
|
-
import { decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, getArrayIfSingleItem as __getArrayIfSingleItem, getValueFromTextNode as __getValueFromTextNode, parseBoolean as __parseBoolean,
|
|
2
|
+
import { decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, getArrayIfSingleItem as __getArrayIfSingleItem, getValueFromTextNode as __getValueFromTextNode, parseBoolean as __parseBoolean, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, strictParseInt32 as __strictParseInt32, throwDefaultError, } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { XMLParser } from "fast-xml-parser";
|
|
4
4
|
import { DocDBServiceException as __BaseException } from "../models/DocDBServiceException";
|
|
5
5
|
import { AuthorizationNotFoundFault, CertificateNotFoundFault, DBClusterAlreadyExistsFault, DBClusterNotFoundFault, DBClusterParameterGroupNotFoundFault, DBClusterQuotaExceededFault, DBClusterSnapshotAlreadyExistsFault, DBClusterSnapshotNotFoundFault, DBInstanceAlreadyExistsFault, DBInstanceNotFoundFault, DBParameterGroupAlreadyExistsFault, DBParameterGroupNotFoundFault, DBParameterGroupQuotaExceededFault, DBSecurityGroupNotFoundFault, DBSnapshotAlreadyExistsFault, DBSnapshotNotFoundFault, DBSubnetGroupAlreadyExistsFault, DBSubnetGroupDoesNotCoverEnoughAZs, DBSubnetGroupNotFoundFault, DBSubnetGroupQuotaExceededFault, DBSubnetQuotaExceededFault, DBUpgradeDependencyFailureFault, EventSubscriptionQuotaExceededFault, GlobalClusterAlreadyExistsFault, GlobalClusterNotFoundFault, GlobalClusterQuotaExceededFault, InstanceQuotaExceededFault, InsufficientDBClusterCapacityFault, InsufficientDBInstanceCapacityFault, InsufficientStorageClusterCapacityFault, InvalidDBClusterSnapshotStateFault, InvalidDBClusterStateFault, InvalidDBInstanceStateFault, InvalidDBParameterGroupStateFault, InvalidDBSecurityGroupStateFault, InvalidDBSnapshotStateFault, InvalidDBSubnetGroupStateFault, InvalidDBSubnetStateFault, InvalidEventSubscriptionStateFault, InvalidGlobalClusterStateFault, InvalidRestoreFault, InvalidSubnet, InvalidVPCNetworkStateFault, KMSKeyNotAccessibleFault, ResourceNotFoundFault, SharedSnapshotQuotaExceededFault, SnapshotQuotaExceededFault, SNSInvalidTopicFault, SNSNoAuthorizationFault, SNSTopicArnNotFoundFault, SourceNotFoundFault, StorageQuotaExceededFault, StorageTypeNotSupportedFault, SubnetAlreadyInUse, SubscriptionAlreadyExistFault, SubscriptionCategoryNotFoundFault, SubscriptionNotFoundFault, } from "../models/models_0";
|
|
@@ -4900,10 +4900,10 @@ const deserializeAws_queryCertificate = (output, context) => {
|
|
|
4900
4900
|
contents.Thumbprint = __expectString(output["Thumbprint"]);
|
|
4901
4901
|
}
|
|
4902
4902
|
if (output["ValidFrom"] !== undefined) {
|
|
4903
|
-
contents.ValidFrom = __expectNonNull(
|
|
4903
|
+
contents.ValidFrom = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["ValidFrom"]));
|
|
4904
4904
|
}
|
|
4905
4905
|
if (output["ValidTill"] !== undefined) {
|
|
4906
|
-
contents.ValidTill = __expectNonNull(
|
|
4906
|
+
contents.ValidTill = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["ValidTill"]));
|
|
4907
4907
|
}
|
|
4908
4908
|
if (output["CertificateArn"] !== undefined) {
|
|
4909
4909
|
contents.CertificateArn = __expectString(output["CertificateArn"]);
|
|
@@ -5084,7 +5084,7 @@ const deserializeAws_queryDBCluster = (output, context) => {
|
|
|
5084
5084
|
contents.PercentProgress = __expectString(output["PercentProgress"]);
|
|
5085
5085
|
}
|
|
5086
5086
|
if (output["EarliestRestorableTime"] !== undefined) {
|
|
5087
|
-
contents.EarliestRestorableTime = __expectNonNull(
|
|
5087
|
+
contents.EarliestRestorableTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["EarliestRestorableTime"]));
|
|
5088
5088
|
}
|
|
5089
5089
|
if (output["Endpoint"] !== undefined) {
|
|
5090
5090
|
contents.Endpoint = __expectString(output["Endpoint"]);
|
|
@@ -5102,7 +5102,7 @@ const deserializeAws_queryDBCluster = (output, context) => {
|
|
|
5102
5102
|
contents.EngineVersion = __expectString(output["EngineVersion"]);
|
|
5103
5103
|
}
|
|
5104
5104
|
if (output["LatestRestorableTime"] !== undefined) {
|
|
5105
|
-
contents.LatestRestorableTime = __expectNonNull(
|
|
5105
|
+
contents.LatestRestorableTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["LatestRestorableTime"]));
|
|
5106
5106
|
}
|
|
5107
5107
|
if (output["Port"] !== undefined) {
|
|
5108
5108
|
contents.Port = __strictParseInt32(output["Port"]);
|
|
@@ -5164,7 +5164,7 @@ const deserializeAws_queryDBCluster = (output, context) => {
|
|
|
5164
5164
|
contents.CloneGroupId = __expectString(output["CloneGroupId"]);
|
|
5165
5165
|
}
|
|
5166
5166
|
if (output["ClusterCreateTime"] !== undefined) {
|
|
5167
|
-
contents.ClusterCreateTime = __expectNonNull(
|
|
5167
|
+
contents.ClusterCreateTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["ClusterCreateTime"]));
|
|
5168
5168
|
}
|
|
5169
5169
|
if (output.EnabledCloudwatchLogsExports === "") {
|
|
5170
5170
|
contents.EnabledCloudwatchLogsExports = [];
|
|
@@ -5389,7 +5389,7 @@ const deserializeAws_queryDBClusterSnapshot = (output, context) => {
|
|
|
5389
5389
|
contents.DBClusterIdentifier = __expectString(output["DBClusterIdentifier"]);
|
|
5390
5390
|
}
|
|
5391
5391
|
if (output["SnapshotCreateTime"] !== undefined) {
|
|
5392
|
-
contents.SnapshotCreateTime = __expectNonNull(
|
|
5392
|
+
contents.SnapshotCreateTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["SnapshotCreateTime"]));
|
|
5393
5393
|
}
|
|
5394
5394
|
if (output["Engine"] !== undefined) {
|
|
5395
5395
|
contents.Engine = __expectString(output["Engine"]);
|
|
@@ -5404,7 +5404,7 @@ const deserializeAws_queryDBClusterSnapshot = (output, context) => {
|
|
|
5404
5404
|
contents.VpcId = __expectString(output["VpcId"]);
|
|
5405
5405
|
}
|
|
5406
5406
|
if (output["ClusterCreateTime"] !== undefined) {
|
|
5407
|
-
contents.ClusterCreateTime = __expectNonNull(
|
|
5407
|
+
contents.ClusterCreateTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["ClusterCreateTime"]));
|
|
5408
5408
|
}
|
|
5409
5409
|
if (output["MasterUsername"] !== undefined) {
|
|
5410
5410
|
contents.MasterUsername = __expectString(output["MasterUsername"]);
|
|
@@ -5627,7 +5627,7 @@ const deserializeAws_queryDBInstance = (output, context) => {
|
|
|
5627
5627
|
contents.Endpoint = deserializeAws_queryEndpoint(output["Endpoint"], context);
|
|
5628
5628
|
}
|
|
5629
5629
|
if (output["InstanceCreateTime"] !== undefined) {
|
|
5630
|
-
contents.InstanceCreateTime = __expectNonNull(
|
|
5630
|
+
contents.InstanceCreateTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["InstanceCreateTime"]));
|
|
5631
5631
|
}
|
|
5632
5632
|
if (output["PreferredBackupWindow"] !== undefined) {
|
|
5633
5633
|
contents.PreferredBackupWindow = __expectString(output["PreferredBackupWindow"]);
|
|
@@ -5655,7 +5655,7 @@ const deserializeAws_queryDBInstance = (output, context) => {
|
|
|
5655
5655
|
contents.PendingModifiedValues = deserializeAws_queryPendingModifiedValues(output["PendingModifiedValues"], context);
|
|
5656
5656
|
}
|
|
5657
5657
|
if (output["LatestRestorableTime"] !== undefined) {
|
|
5658
|
-
contents.LatestRestorableTime = __expectNonNull(
|
|
5658
|
+
contents.LatestRestorableTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["LatestRestorableTime"]));
|
|
5659
5659
|
}
|
|
5660
5660
|
if (output["EngineVersion"] !== undefined) {
|
|
5661
5661
|
contents.EngineVersion = __expectString(output["EngineVersion"]);
|
|
@@ -6062,7 +6062,7 @@ const deserializeAws_queryEvent = (output, context) => {
|
|
|
6062
6062
|
contents.EventCategories = deserializeAws_queryEventCategoriesList(__getArrayIfSingleItem(output["EventCategories"]["EventCategory"]), context);
|
|
6063
6063
|
}
|
|
6064
6064
|
if (output["Date"] !== undefined) {
|
|
6065
|
-
contents.Date = __expectNonNull(
|
|
6065
|
+
contents.Date = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["Date"]));
|
|
6066
6066
|
}
|
|
6067
6067
|
if (output["SourceArn"] !== undefined) {
|
|
6068
6068
|
contents.SourceArn = __expectString(output["SourceArn"]);
|
|
@@ -6719,16 +6719,16 @@ const deserializeAws_queryPendingMaintenanceAction = (output, context) => {
|
|
|
6719
6719
|
contents.Action = __expectString(output["Action"]);
|
|
6720
6720
|
}
|
|
6721
6721
|
if (output["AutoAppliedAfterDate"] !== undefined) {
|
|
6722
|
-
contents.AutoAppliedAfterDate = __expectNonNull(
|
|
6722
|
+
contents.AutoAppliedAfterDate = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["AutoAppliedAfterDate"]));
|
|
6723
6723
|
}
|
|
6724
6724
|
if (output["ForcedApplyDate"] !== undefined) {
|
|
6725
|
-
contents.ForcedApplyDate = __expectNonNull(
|
|
6725
|
+
contents.ForcedApplyDate = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["ForcedApplyDate"]));
|
|
6726
6726
|
}
|
|
6727
6727
|
if (output["OptInStatus"] !== undefined) {
|
|
6728
6728
|
contents.OptInStatus = __expectString(output["OptInStatus"]);
|
|
6729
6729
|
}
|
|
6730
6730
|
if (output["CurrentApplyDate"] !== undefined) {
|
|
6731
|
-
contents.CurrentApplyDate = __expectNonNull(
|
|
6731
|
+
contents.CurrentApplyDate = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["CurrentApplyDate"]));
|
|
6732
6732
|
}
|
|
6733
6733
|
if (output["Description"] !== undefined) {
|
|
6734
6734
|
contents.Description = __expectString(output["Description"]);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-docdb",
|
|
3
3
|
"description": "AWS SDK for JavaScript Docdb Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.264.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,19 +20,19 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.264.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.259.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.264.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.257.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.257.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.257.0",
|
|
29
29
|
"@aws-sdk/middleware-content-length": "3.257.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.264.0",
|
|
31
31
|
"@aws-sdk/middleware-host-header": "3.257.0",
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.257.0",
|
|
33
33
|
"@aws-sdk/middleware-recursion-detection": "3.257.0",
|
|
34
34
|
"@aws-sdk/middleware-retry": "3.259.0",
|
|
35
|
-
"@aws-sdk/middleware-sdk-rds": "3.
|
|
35
|
+
"@aws-sdk/middleware-sdk-rds": "3.264.0",
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.257.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.257.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.257.0",
|