@aws-sdk/client-lightsail 3.245.0 → 3.252.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.
|
@@ -9849,7 +9849,7 @@ const serializeAws_json1_1CreateRelationalDatabaseFromSnapshotRequest = (input,
|
|
|
9849
9849
|
...(input.relationalDatabaseSnapshotName != null && {
|
|
9850
9850
|
relationalDatabaseSnapshotName: input.relationalDatabaseSnapshotName,
|
|
9851
9851
|
}),
|
|
9852
|
-
...(input.restoreTime != null && { restoreTime: Math.round(input.restoreTime.getTime() / 1000) }),
|
|
9852
|
+
...(input.restoreTime != null && { restoreTime: Math.round(input.restoreTime.getTime() / 1000).toString() }),
|
|
9853
9853
|
...(input.sourceRelationalDatabaseName != null && {
|
|
9854
9854
|
sourceRelationalDatabaseName: input.sourceRelationalDatabaseName,
|
|
9855
9855
|
}),
|
|
@@ -10140,10 +10140,10 @@ const serializeAws_json1_1GetBucketBundlesRequest = (input, context) => {
|
|
|
10140
10140
|
const serializeAws_json1_1GetBucketMetricDataRequest = (input, context) => {
|
|
10141
10141
|
return {
|
|
10142
10142
|
...(input.bucketName != null && { bucketName: input.bucketName }),
|
|
10143
|
-
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000) }),
|
|
10143
|
+
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000).toString() }),
|
|
10144
10144
|
...(input.metricName != null && { metricName: input.metricName }),
|
|
10145
10145
|
...(input.period != null && { period: input.period }),
|
|
10146
|
-
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000) }),
|
|
10146
|
+
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000).toString() }),
|
|
10147
10147
|
...(input.statistics != null && { statistics: serializeAws_json1_1MetricStatisticList(input.statistics, context) }),
|
|
10148
10148
|
...(input.unit != null && { unit: input.unit }),
|
|
10149
10149
|
};
|
|
@@ -10191,11 +10191,11 @@ const serializeAws_json1_1GetContainerImagesRequest = (input, context) => {
|
|
|
10191
10191
|
const serializeAws_json1_1GetContainerLogRequest = (input, context) => {
|
|
10192
10192
|
return {
|
|
10193
10193
|
...(input.containerName != null && { containerName: input.containerName }),
|
|
10194
|
-
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000) }),
|
|
10194
|
+
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000).toString() }),
|
|
10195
10195
|
...(input.filterPattern != null && { filterPattern: input.filterPattern }),
|
|
10196
10196
|
...(input.pageToken != null && { pageToken: input.pageToken }),
|
|
10197
10197
|
...(input.serviceName != null && { serviceName: input.serviceName }),
|
|
10198
|
-
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000) }),
|
|
10198
|
+
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000).toString() }),
|
|
10199
10199
|
};
|
|
10200
10200
|
};
|
|
10201
10201
|
const serializeAws_json1_1GetContainerServiceDeploymentsRequest = (input, context) => {
|
|
@@ -10205,11 +10205,11 @@ const serializeAws_json1_1GetContainerServiceDeploymentsRequest = (input, contex
|
|
|
10205
10205
|
};
|
|
10206
10206
|
const serializeAws_json1_1GetContainerServiceMetricDataRequest = (input, context) => {
|
|
10207
10207
|
return {
|
|
10208
|
-
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000) }),
|
|
10208
|
+
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000).toString() }),
|
|
10209
10209
|
...(input.metricName != null && { metricName: input.metricName }),
|
|
10210
10210
|
...(input.period != null && { period: input.period }),
|
|
10211
10211
|
...(input.serviceName != null && { serviceName: input.serviceName }),
|
|
10212
|
-
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000) }),
|
|
10212
|
+
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000).toString() }),
|
|
10213
10213
|
...(input.statistics != null && { statistics: serializeAws_json1_1MetricStatisticList(input.statistics, context) }),
|
|
10214
10214
|
};
|
|
10215
10215
|
};
|
|
@@ -10252,10 +10252,10 @@ const serializeAws_json1_1GetDistributionLatestCacheResetRequest = (input, conte
|
|
|
10252
10252
|
const serializeAws_json1_1GetDistributionMetricDataRequest = (input, context) => {
|
|
10253
10253
|
return {
|
|
10254
10254
|
...(input.distributionName != null && { distributionName: input.distributionName }),
|
|
10255
|
-
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000) }),
|
|
10255
|
+
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000).toString() }),
|
|
10256
10256
|
...(input.metricName != null && { metricName: input.metricName }),
|
|
10257
10257
|
...(input.period != null && { period: input.period }),
|
|
10258
|
-
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000) }),
|
|
10258
|
+
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000).toString() }),
|
|
10259
10259
|
...(input.statistics != null && { statistics: serializeAws_json1_1MetricStatisticList(input.statistics, context) }),
|
|
10260
10260
|
...(input.unit != null && { unit: input.unit }),
|
|
10261
10261
|
};
|
|
@@ -10289,11 +10289,11 @@ const serializeAws_json1_1GetInstanceAccessDetailsRequest = (input, context) =>
|
|
|
10289
10289
|
};
|
|
10290
10290
|
const serializeAws_json1_1GetInstanceMetricDataRequest = (input, context) => {
|
|
10291
10291
|
return {
|
|
10292
|
-
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000) }),
|
|
10292
|
+
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000).toString() }),
|
|
10293
10293
|
...(input.instanceName != null && { instanceName: input.instanceName }),
|
|
10294
10294
|
...(input.metricName != null && { metricName: input.metricName }),
|
|
10295
10295
|
...(input.period != null && { period: input.period }),
|
|
10296
|
-
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000) }),
|
|
10296
|
+
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000).toString() }),
|
|
10297
10297
|
...(input.statistics != null && { statistics: serializeAws_json1_1MetricStatisticList(input.statistics, context) }),
|
|
10298
10298
|
...(input.unit != null && { unit: input.unit }),
|
|
10299
10299
|
};
|
|
@@ -10341,11 +10341,11 @@ const serializeAws_json1_1GetKeyPairsRequest = (input, context) => {
|
|
|
10341
10341
|
};
|
|
10342
10342
|
const serializeAws_json1_1GetLoadBalancerMetricDataRequest = (input, context) => {
|
|
10343
10343
|
return {
|
|
10344
|
-
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000) }),
|
|
10344
|
+
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000).toString() }),
|
|
10345
10345
|
...(input.loadBalancerName != null && { loadBalancerName: input.loadBalancerName }),
|
|
10346
10346
|
...(input.metricName != null && { metricName: input.metricName }),
|
|
10347
10347
|
...(input.period != null && { period: input.period }),
|
|
10348
|
-
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000) }),
|
|
10348
|
+
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000).toString() }),
|
|
10349
10349
|
...(input.statistics != null && { statistics: serializeAws_json1_1MetricStatisticList(input.statistics, context) }),
|
|
10350
10350
|
...(input.unit != null && { unit: input.unit }),
|
|
10351
10351
|
};
|
|
@@ -10414,12 +10414,12 @@ const serializeAws_json1_1GetRelationalDatabaseEventsRequest = (input, context)
|
|
|
10414
10414
|
};
|
|
10415
10415
|
const serializeAws_json1_1GetRelationalDatabaseLogEventsRequest = (input, context) => {
|
|
10416
10416
|
return {
|
|
10417
|
-
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000) }),
|
|
10417
|
+
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000).toString() }),
|
|
10418
10418
|
...(input.logStreamName != null && { logStreamName: input.logStreamName }),
|
|
10419
10419
|
...(input.pageToken != null && { pageToken: input.pageToken }),
|
|
10420
10420
|
...(input.relationalDatabaseName != null && { relationalDatabaseName: input.relationalDatabaseName }),
|
|
10421
10421
|
...(input.startFromHead != null && { startFromHead: input.startFromHead }),
|
|
10422
|
-
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000) }),
|
|
10422
|
+
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000).toString() }),
|
|
10423
10423
|
};
|
|
10424
10424
|
};
|
|
10425
10425
|
const serializeAws_json1_1GetRelationalDatabaseLogStreamsRequest = (input, context) => {
|
|
@@ -10435,11 +10435,11 @@ const serializeAws_json1_1GetRelationalDatabaseMasterUserPasswordRequest = (inpu
|
|
|
10435
10435
|
};
|
|
10436
10436
|
const serializeAws_json1_1GetRelationalDatabaseMetricDataRequest = (input, context) => {
|
|
10437
10437
|
return {
|
|
10438
|
-
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000) }),
|
|
10438
|
+
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000).toString() }),
|
|
10439
10439
|
...(input.metricName != null && { metricName: input.metricName }),
|
|
10440
10440
|
...(input.period != null && { period: input.period }),
|
|
10441
10441
|
...(input.relationalDatabaseName != null && { relationalDatabaseName: input.relationalDatabaseName }),
|
|
10442
|
-
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000) }),
|
|
10442
|
+
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000).toString() }),
|
|
10443
10443
|
...(input.statistics != null && { statistics: serializeAws_json1_1MetricStatisticList(input.statistics, context) }),
|
|
10444
10444
|
...(input.unit != null && { unit: input.unit }),
|
|
10445
10445
|
};
|
|
@@ -9530,7 +9530,7 @@ const serializeAws_json1_1CreateRelationalDatabaseFromSnapshotRequest = (input,
|
|
|
9530
9530
|
...(input.relationalDatabaseSnapshotName != null && {
|
|
9531
9531
|
relationalDatabaseSnapshotName: input.relationalDatabaseSnapshotName,
|
|
9532
9532
|
}),
|
|
9533
|
-
...(input.restoreTime != null && { restoreTime: Math.round(input.restoreTime.getTime() / 1000) }),
|
|
9533
|
+
...(input.restoreTime != null && { restoreTime: Math.round(input.restoreTime.getTime() / 1000).toString() }),
|
|
9534
9534
|
...(input.sourceRelationalDatabaseName != null && {
|
|
9535
9535
|
sourceRelationalDatabaseName: input.sourceRelationalDatabaseName,
|
|
9536
9536
|
}),
|
|
@@ -9821,10 +9821,10 @@ const serializeAws_json1_1GetBucketBundlesRequest = (input, context) => {
|
|
|
9821
9821
|
const serializeAws_json1_1GetBucketMetricDataRequest = (input, context) => {
|
|
9822
9822
|
return {
|
|
9823
9823
|
...(input.bucketName != null && { bucketName: input.bucketName }),
|
|
9824
|
-
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000) }),
|
|
9824
|
+
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000).toString() }),
|
|
9825
9825
|
...(input.metricName != null && { metricName: input.metricName }),
|
|
9826
9826
|
...(input.period != null && { period: input.period }),
|
|
9827
|
-
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000) }),
|
|
9827
|
+
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000).toString() }),
|
|
9828
9828
|
...(input.statistics != null && { statistics: serializeAws_json1_1MetricStatisticList(input.statistics, context) }),
|
|
9829
9829
|
...(input.unit != null && { unit: input.unit }),
|
|
9830
9830
|
};
|
|
@@ -9872,11 +9872,11 @@ const serializeAws_json1_1GetContainerImagesRequest = (input, context) => {
|
|
|
9872
9872
|
const serializeAws_json1_1GetContainerLogRequest = (input, context) => {
|
|
9873
9873
|
return {
|
|
9874
9874
|
...(input.containerName != null && { containerName: input.containerName }),
|
|
9875
|
-
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000) }),
|
|
9875
|
+
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000).toString() }),
|
|
9876
9876
|
...(input.filterPattern != null && { filterPattern: input.filterPattern }),
|
|
9877
9877
|
...(input.pageToken != null && { pageToken: input.pageToken }),
|
|
9878
9878
|
...(input.serviceName != null && { serviceName: input.serviceName }),
|
|
9879
|
-
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000) }),
|
|
9879
|
+
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000).toString() }),
|
|
9880
9880
|
};
|
|
9881
9881
|
};
|
|
9882
9882
|
const serializeAws_json1_1GetContainerServiceDeploymentsRequest = (input, context) => {
|
|
@@ -9886,11 +9886,11 @@ const serializeAws_json1_1GetContainerServiceDeploymentsRequest = (input, contex
|
|
|
9886
9886
|
};
|
|
9887
9887
|
const serializeAws_json1_1GetContainerServiceMetricDataRequest = (input, context) => {
|
|
9888
9888
|
return {
|
|
9889
|
-
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000) }),
|
|
9889
|
+
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000).toString() }),
|
|
9890
9890
|
...(input.metricName != null && { metricName: input.metricName }),
|
|
9891
9891
|
...(input.period != null && { period: input.period }),
|
|
9892
9892
|
...(input.serviceName != null && { serviceName: input.serviceName }),
|
|
9893
|
-
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000) }),
|
|
9893
|
+
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000).toString() }),
|
|
9894
9894
|
...(input.statistics != null && { statistics: serializeAws_json1_1MetricStatisticList(input.statistics, context) }),
|
|
9895
9895
|
};
|
|
9896
9896
|
};
|
|
@@ -9933,10 +9933,10 @@ const serializeAws_json1_1GetDistributionLatestCacheResetRequest = (input, conte
|
|
|
9933
9933
|
const serializeAws_json1_1GetDistributionMetricDataRequest = (input, context) => {
|
|
9934
9934
|
return {
|
|
9935
9935
|
...(input.distributionName != null && { distributionName: input.distributionName }),
|
|
9936
|
-
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000) }),
|
|
9936
|
+
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000).toString() }),
|
|
9937
9937
|
...(input.metricName != null && { metricName: input.metricName }),
|
|
9938
9938
|
...(input.period != null && { period: input.period }),
|
|
9939
|
-
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000) }),
|
|
9939
|
+
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000).toString() }),
|
|
9940
9940
|
...(input.statistics != null && { statistics: serializeAws_json1_1MetricStatisticList(input.statistics, context) }),
|
|
9941
9941
|
...(input.unit != null && { unit: input.unit }),
|
|
9942
9942
|
};
|
|
@@ -9970,11 +9970,11 @@ const serializeAws_json1_1GetInstanceAccessDetailsRequest = (input, context) =>
|
|
|
9970
9970
|
};
|
|
9971
9971
|
const serializeAws_json1_1GetInstanceMetricDataRequest = (input, context) => {
|
|
9972
9972
|
return {
|
|
9973
|
-
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000) }),
|
|
9973
|
+
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000).toString() }),
|
|
9974
9974
|
...(input.instanceName != null && { instanceName: input.instanceName }),
|
|
9975
9975
|
...(input.metricName != null && { metricName: input.metricName }),
|
|
9976
9976
|
...(input.period != null && { period: input.period }),
|
|
9977
|
-
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000) }),
|
|
9977
|
+
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000).toString() }),
|
|
9978
9978
|
...(input.statistics != null && { statistics: serializeAws_json1_1MetricStatisticList(input.statistics, context) }),
|
|
9979
9979
|
...(input.unit != null && { unit: input.unit }),
|
|
9980
9980
|
};
|
|
@@ -10022,11 +10022,11 @@ const serializeAws_json1_1GetKeyPairsRequest = (input, context) => {
|
|
|
10022
10022
|
};
|
|
10023
10023
|
const serializeAws_json1_1GetLoadBalancerMetricDataRequest = (input, context) => {
|
|
10024
10024
|
return {
|
|
10025
|
-
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000) }),
|
|
10025
|
+
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000).toString() }),
|
|
10026
10026
|
...(input.loadBalancerName != null && { loadBalancerName: input.loadBalancerName }),
|
|
10027
10027
|
...(input.metricName != null && { metricName: input.metricName }),
|
|
10028
10028
|
...(input.period != null && { period: input.period }),
|
|
10029
|
-
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000) }),
|
|
10029
|
+
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000).toString() }),
|
|
10030
10030
|
...(input.statistics != null && { statistics: serializeAws_json1_1MetricStatisticList(input.statistics, context) }),
|
|
10031
10031
|
...(input.unit != null && { unit: input.unit }),
|
|
10032
10032
|
};
|
|
@@ -10095,12 +10095,12 @@ const serializeAws_json1_1GetRelationalDatabaseEventsRequest = (input, context)
|
|
|
10095
10095
|
};
|
|
10096
10096
|
const serializeAws_json1_1GetRelationalDatabaseLogEventsRequest = (input, context) => {
|
|
10097
10097
|
return {
|
|
10098
|
-
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000) }),
|
|
10098
|
+
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000).toString() }),
|
|
10099
10099
|
...(input.logStreamName != null && { logStreamName: input.logStreamName }),
|
|
10100
10100
|
...(input.pageToken != null && { pageToken: input.pageToken }),
|
|
10101
10101
|
...(input.relationalDatabaseName != null && { relationalDatabaseName: input.relationalDatabaseName }),
|
|
10102
10102
|
...(input.startFromHead != null && { startFromHead: input.startFromHead }),
|
|
10103
|
-
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000) }),
|
|
10103
|
+
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000).toString() }),
|
|
10104
10104
|
};
|
|
10105
10105
|
};
|
|
10106
10106
|
const serializeAws_json1_1GetRelationalDatabaseLogStreamsRequest = (input, context) => {
|
|
@@ -10116,11 +10116,11 @@ const serializeAws_json1_1GetRelationalDatabaseMasterUserPasswordRequest = (inpu
|
|
|
10116
10116
|
};
|
|
10117
10117
|
const serializeAws_json1_1GetRelationalDatabaseMetricDataRequest = (input, context) => {
|
|
10118
10118
|
return {
|
|
10119
|
-
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000) }),
|
|
10119
|
+
...(input.endTime != null && { endTime: Math.round(input.endTime.getTime() / 1000).toString() }),
|
|
10120
10120
|
...(input.metricName != null && { metricName: input.metricName }),
|
|
10121
10121
|
...(input.period != null && { period: input.period }),
|
|
10122
10122
|
...(input.relationalDatabaseName != null && { relationalDatabaseName: input.relationalDatabaseName }),
|
|
10123
|
-
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000) }),
|
|
10123
|
+
...(input.startTime != null && { startTime: Math.round(input.startTime.getTime() / 1000).toString() }),
|
|
10124
10124
|
...(input.statistics != null && { statistics: serializeAws_json1_1MetricStatisticList(input.statistics, context) }),
|
|
10125
10125
|
...(input.unit != null && { unit: input.unit }),
|
|
10126
10126
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lightsail",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lightsail Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.252.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",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
-
"generate:client": "
|
|
14
|
+
"generate:client": "node ../../scripts/generate-clients/single-service --solo lightsail"
|
|
15
15
|
},
|
|
16
16
|
"main": "./dist-cjs/index.js",
|
|
17
17
|
"types": "./dist-types/index.d.ts",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.252.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.234.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.252.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.226.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.226.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.226.0",
|