@aws-sdk/client-application-auto-scaling 3.758.0 → 3.772.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 -38
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AdjustmentType: () => AdjustmentType,
|
|
25
25
|
ApplicationAutoScaling: () => ApplicationAutoScaling,
|
|
26
26
|
ApplicationAutoScalingClient: () => ApplicationAutoScalingClient,
|
|
@@ -63,7 +63,7 @@ __export(src_exports, {
|
|
|
63
63
|
paginateDescribeScalingPolicies: () => paginateDescribeScalingPolicies,
|
|
64
64
|
paginateDescribeScheduledActions: () => paginateDescribeScheduledActions
|
|
65
65
|
});
|
|
66
|
-
module.exports = __toCommonJS(
|
|
66
|
+
module.exports = __toCommonJS(index_exports);
|
|
67
67
|
|
|
68
68
|
// src/ApplicationAutoScalingClient.ts
|
|
69
69
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -190,9 +190,9 @@ var ApplicationAutoScalingClient = class extends import_smithy_client.Client {
|
|
|
190
190
|
this.middlewareStack.use(
|
|
191
191
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
192
192
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultApplicationAutoScalingHttpAuthSchemeParametersProvider,
|
|
193
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
193
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
194
194
|
"aws.auth#sigv4": config.credentials
|
|
195
|
-
})
|
|
195
|
+
}), "identityProviderConfigProvider")
|
|
196
196
|
})
|
|
197
197
|
);
|
|
198
198
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -931,12 +931,12 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
931
931
|
}, "de_ValidationExceptionRes");
|
|
932
932
|
var se_GetPredictiveScalingForecastRequest = /* @__PURE__ */ __name((input, context) => {
|
|
933
933
|
return (0, import_smithy_client.take)(input, {
|
|
934
|
-
EndTime: (_) => _.getTime() / 1e3,
|
|
934
|
+
EndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndTime"),
|
|
935
935
|
PolicyName: [],
|
|
936
936
|
ResourceId: [],
|
|
937
937
|
ScalableDimension: [],
|
|
938
938
|
ServiceNamespace: [],
|
|
939
|
-
StartTime: (_) => _.getTime() / 1e3
|
|
939
|
+
StartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTime")
|
|
940
940
|
});
|
|
941
941
|
}, "se_GetPredictiveScalingForecastRequest");
|
|
942
942
|
var se_PredictiveScalingMetricSpecification = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -959,7 +959,7 @@ var se_PredictiveScalingPolicyConfiguration = /* @__PURE__ */ __name((input, con
|
|
|
959
959
|
return (0, import_smithy_client.take)(input, {
|
|
960
960
|
MaxCapacityBreachBehavior: [],
|
|
961
961
|
MaxCapacityBuffer: [],
|
|
962
|
-
MetricSpecifications: (_) => se_PredictiveScalingMetricSpecifications(_, context),
|
|
962
|
+
MetricSpecifications: /* @__PURE__ */ __name((_) => se_PredictiveScalingMetricSpecifications(_, context), "MetricSpecifications"),
|
|
963
963
|
Mode: [],
|
|
964
964
|
SchedulingBufferTime: []
|
|
965
965
|
});
|
|
@@ -968,24 +968,24 @@ var se_PutScalingPolicyRequest = /* @__PURE__ */ __name((input, context) => {
|
|
|
968
968
|
return (0, import_smithy_client.take)(input, {
|
|
969
969
|
PolicyName: [],
|
|
970
970
|
PolicyType: [],
|
|
971
|
-
PredictiveScalingPolicyConfiguration: (_) => se_PredictiveScalingPolicyConfiguration(_, context),
|
|
971
|
+
PredictiveScalingPolicyConfiguration: /* @__PURE__ */ __name((_) => se_PredictiveScalingPolicyConfiguration(_, context), "PredictiveScalingPolicyConfiguration"),
|
|
972
972
|
ResourceId: [],
|
|
973
973
|
ScalableDimension: [],
|
|
974
974
|
ServiceNamespace: [],
|
|
975
|
-
StepScalingPolicyConfiguration: (_) => se_StepScalingPolicyConfiguration(_, context),
|
|
976
|
-
TargetTrackingScalingPolicyConfiguration: (_) => se_TargetTrackingScalingPolicyConfiguration(_, context)
|
|
975
|
+
StepScalingPolicyConfiguration: /* @__PURE__ */ __name((_) => se_StepScalingPolicyConfiguration(_, context), "StepScalingPolicyConfiguration"),
|
|
976
|
+
TargetTrackingScalingPolicyConfiguration: /* @__PURE__ */ __name((_) => se_TargetTrackingScalingPolicyConfiguration(_, context), "TargetTrackingScalingPolicyConfiguration")
|
|
977
977
|
});
|
|
978
978
|
}, "se_PutScalingPolicyRequest");
|
|
979
979
|
var se_PutScheduledActionRequest = /* @__PURE__ */ __name((input, context) => {
|
|
980
980
|
return (0, import_smithy_client.take)(input, {
|
|
981
|
-
EndTime: (_) => _.getTime() / 1e3,
|
|
981
|
+
EndTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "EndTime"),
|
|
982
982
|
ResourceId: [],
|
|
983
983
|
ScalableDimension: [],
|
|
984
984
|
ScalableTargetAction: import_smithy_client._json,
|
|
985
985
|
Schedule: [],
|
|
986
986
|
ScheduledActionName: [],
|
|
987
987
|
ServiceNamespace: [],
|
|
988
|
-
StartTime: (_) => _.getTime() / 1e3,
|
|
988
|
+
StartTime: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "StartTime"),
|
|
989
989
|
Timezone: []
|
|
990
990
|
});
|
|
991
991
|
}, "se_PutScheduledActionRequest");
|
|
@@ -1007,7 +1007,7 @@ var se_StepScalingPolicyConfiguration = /* @__PURE__ */ __name((input, context)
|
|
|
1007
1007
|
Cooldown: [],
|
|
1008
1008
|
MetricAggregationType: [],
|
|
1009
1009
|
MinAdjustmentMagnitude: [],
|
|
1010
|
-
StepAdjustments: (_) => se_StepAdjustments(_, context)
|
|
1010
|
+
StepAdjustments: /* @__PURE__ */ __name((_) => se_StepAdjustments(_, context), "StepAdjustments")
|
|
1011
1011
|
});
|
|
1012
1012
|
}, "se_StepScalingPolicyConfiguration");
|
|
1013
1013
|
var se_TargetTrackingScalingPolicyConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -1022,46 +1022,46 @@ var se_TargetTrackingScalingPolicyConfiguration = /* @__PURE__ */ __name((input,
|
|
|
1022
1022
|
}, "se_TargetTrackingScalingPolicyConfiguration");
|
|
1023
1023
|
var de_CapacityForecast = /* @__PURE__ */ __name((output, context) => {
|
|
1024
1024
|
return (0, import_smithy_client.take)(output, {
|
|
1025
|
-
Timestamps: (_) => de_PredictiveScalingForecastTimestamps(_, context),
|
|
1026
|
-
Values: (_) => de_PredictiveScalingForecastValues(_, context)
|
|
1025
|
+
Timestamps: /* @__PURE__ */ __name((_) => de_PredictiveScalingForecastTimestamps(_, context), "Timestamps"),
|
|
1026
|
+
Values: /* @__PURE__ */ __name((_) => de_PredictiveScalingForecastValues(_, context), "Values")
|
|
1027
1027
|
});
|
|
1028
1028
|
}, "de_CapacityForecast");
|
|
1029
1029
|
var de_DescribeScalableTargetsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1030
1030
|
return (0, import_smithy_client.take)(output, {
|
|
1031
1031
|
NextToken: import_smithy_client.expectString,
|
|
1032
|
-
ScalableTargets: (_) => de_ScalableTargets(_, context)
|
|
1032
|
+
ScalableTargets: /* @__PURE__ */ __name((_) => de_ScalableTargets(_, context), "ScalableTargets")
|
|
1033
1033
|
});
|
|
1034
1034
|
}, "de_DescribeScalableTargetsResponse");
|
|
1035
1035
|
var de_DescribeScalingActivitiesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1036
1036
|
return (0, import_smithy_client.take)(output, {
|
|
1037
1037
|
NextToken: import_smithy_client.expectString,
|
|
1038
|
-
ScalingActivities: (_) => de_ScalingActivities(_, context)
|
|
1038
|
+
ScalingActivities: /* @__PURE__ */ __name((_) => de_ScalingActivities(_, context), "ScalingActivities")
|
|
1039
1039
|
});
|
|
1040
1040
|
}, "de_DescribeScalingActivitiesResponse");
|
|
1041
1041
|
var de_DescribeScalingPoliciesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1042
1042
|
return (0, import_smithy_client.take)(output, {
|
|
1043
1043
|
NextToken: import_smithy_client.expectString,
|
|
1044
|
-
ScalingPolicies: (_) => de_ScalingPolicies(_, context)
|
|
1044
|
+
ScalingPolicies: /* @__PURE__ */ __name((_) => de_ScalingPolicies(_, context), "ScalingPolicies")
|
|
1045
1045
|
});
|
|
1046
1046
|
}, "de_DescribeScalingPoliciesResponse");
|
|
1047
1047
|
var de_DescribeScheduledActionsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1048
1048
|
return (0, import_smithy_client.take)(output, {
|
|
1049
1049
|
NextToken: import_smithy_client.expectString,
|
|
1050
|
-
ScheduledActions: (_) => de_ScheduledActions(_, context)
|
|
1050
|
+
ScheduledActions: /* @__PURE__ */ __name((_) => de_ScheduledActions(_, context), "ScheduledActions")
|
|
1051
1051
|
});
|
|
1052
1052
|
}, "de_DescribeScheduledActionsResponse");
|
|
1053
1053
|
var de_GetPredictiveScalingForecastResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1054
1054
|
return (0, import_smithy_client.take)(output, {
|
|
1055
|
-
CapacityForecast: (_) => de_CapacityForecast(_, context),
|
|
1056
|
-
LoadForecast: (_) => de_LoadForecasts(_, context),
|
|
1057
|
-
UpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1055
|
+
CapacityForecast: /* @__PURE__ */ __name((_) => de_CapacityForecast(_, context), "CapacityForecast"),
|
|
1056
|
+
LoadForecast: /* @__PURE__ */ __name((_) => de_LoadForecasts(_, context), "LoadForecast"),
|
|
1057
|
+
UpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "UpdateTime")
|
|
1058
1058
|
});
|
|
1059
1059
|
}, "de_GetPredictiveScalingForecastResponse");
|
|
1060
1060
|
var de_LoadForecast = /* @__PURE__ */ __name((output, context) => {
|
|
1061
1061
|
return (0, import_smithy_client.take)(output, {
|
|
1062
|
-
MetricSpecification: (_) => de_PredictiveScalingMetricSpecification(_, context),
|
|
1063
|
-
Timestamps: (_) => de_PredictiveScalingForecastTimestamps(_, context),
|
|
1064
|
-
Values: (_) => de_PredictiveScalingForecastValues(_, context)
|
|
1062
|
+
MetricSpecification: /* @__PURE__ */ __name((_) => de_PredictiveScalingMetricSpecification(_, context), "MetricSpecification"),
|
|
1063
|
+
Timestamps: /* @__PURE__ */ __name((_) => de_PredictiveScalingForecastTimestamps(_, context), "Timestamps"),
|
|
1064
|
+
Values: /* @__PURE__ */ __name((_) => de_PredictiveScalingForecastValues(_, context), "Values")
|
|
1065
1065
|
});
|
|
1066
1066
|
}, "de_LoadForecast");
|
|
1067
1067
|
var de_LoadForecasts = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1103,14 +1103,14 @@ var de_PredictiveScalingPolicyConfiguration = /* @__PURE__ */ __name((output, co
|
|
|
1103
1103
|
return (0, import_smithy_client.take)(output, {
|
|
1104
1104
|
MaxCapacityBreachBehavior: import_smithy_client.expectString,
|
|
1105
1105
|
MaxCapacityBuffer: import_smithy_client.expectInt32,
|
|
1106
|
-
MetricSpecifications: (_) => de_PredictiveScalingMetricSpecifications(_, context),
|
|
1106
|
+
MetricSpecifications: /* @__PURE__ */ __name((_) => de_PredictiveScalingMetricSpecifications(_, context), "MetricSpecifications"),
|
|
1107
1107
|
Mode: import_smithy_client.expectString,
|
|
1108
1108
|
SchedulingBufferTime: import_smithy_client.expectInt32
|
|
1109
1109
|
});
|
|
1110
1110
|
}, "de_PredictiveScalingPolicyConfiguration");
|
|
1111
1111
|
var de_ScalableTarget = /* @__PURE__ */ __name((output, context) => {
|
|
1112
1112
|
return (0, import_smithy_client.take)(output, {
|
|
1113
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1113
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1114
1114
|
MaxCapacity: import_smithy_client.expectInt32,
|
|
1115
1115
|
MinCapacity: import_smithy_client.expectInt32,
|
|
1116
1116
|
PredictedCapacity: import_smithy_client.expectInt32,
|
|
@@ -1140,12 +1140,12 @@ var de_ScalingActivity = /* @__PURE__ */ __name((output, context) => {
|
|
|
1140
1140
|
Cause: import_smithy_client.expectString,
|
|
1141
1141
|
Description: import_smithy_client.expectString,
|
|
1142
1142
|
Details: import_smithy_client.expectString,
|
|
1143
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1143
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
1144
1144
|
NotScaledReasons: import_smithy_client._json,
|
|
1145
1145
|
ResourceId: import_smithy_client.expectString,
|
|
1146
1146
|
ScalableDimension: import_smithy_client.expectString,
|
|
1147
1147
|
ServiceNamespace: import_smithy_client.expectString,
|
|
1148
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1148
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
1149
1149
|
StatusCode: import_smithy_client.expectString,
|
|
1150
1150
|
StatusMessage: import_smithy_client.expectString
|
|
1151
1151
|
});
|
|
@@ -1159,22 +1159,22 @@ var de_ScalingPolicies = /* @__PURE__ */ __name((output, context) => {
|
|
|
1159
1159
|
var de_ScalingPolicy = /* @__PURE__ */ __name((output, context) => {
|
|
1160
1160
|
return (0, import_smithy_client.take)(output, {
|
|
1161
1161
|
Alarms: import_smithy_client._json,
|
|
1162
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1162
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1163
1163
|
PolicyARN: import_smithy_client.expectString,
|
|
1164
1164
|
PolicyName: import_smithy_client.expectString,
|
|
1165
1165
|
PolicyType: import_smithy_client.expectString,
|
|
1166
|
-
PredictiveScalingPolicyConfiguration: (_) => de_PredictiveScalingPolicyConfiguration(_, context),
|
|
1166
|
+
PredictiveScalingPolicyConfiguration: /* @__PURE__ */ __name((_) => de_PredictiveScalingPolicyConfiguration(_, context), "PredictiveScalingPolicyConfiguration"),
|
|
1167
1167
|
ResourceId: import_smithy_client.expectString,
|
|
1168
1168
|
ScalableDimension: import_smithy_client.expectString,
|
|
1169
1169
|
ServiceNamespace: import_smithy_client.expectString,
|
|
1170
|
-
StepScalingPolicyConfiguration: (_) => de_StepScalingPolicyConfiguration(_, context),
|
|
1171
|
-
TargetTrackingScalingPolicyConfiguration: (_) => de_TargetTrackingScalingPolicyConfiguration(_, context)
|
|
1170
|
+
StepScalingPolicyConfiguration: /* @__PURE__ */ __name((_) => de_StepScalingPolicyConfiguration(_, context), "StepScalingPolicyConfiguration"),
|
|
1171
|
+
TargetTrackingScalingPolicyConfiguration: /* @__PURE__ */ __name((_) => de_TargetTrackingScalingPolicyConfiguration(_, context), "TargetTrackingScalingPolicyConfiguration")
|
|
1172
1172
|
});
|
|
1173
1173
|
}, "de_ScalingPolicy");
|
|
1174
1174
|
var de_ScheduledAction = /* @__PURE__ */ __name((output, context) => {
|
|
1175
1175
|
return (0, import_smithy_client.take)(output, {
|
|
1176
|
-
CreationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1177
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1176
|
+
CreationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "CreationTime"),
|
|
1177
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
1178
1178
|
ResourceId: import_smithy_client.expectString,
|
|
1179
1179
|
ScalableDimension: import_smithy_client.expectString,
|
|
1180
1180
|
ScalableTargetAction: import_smithy_client._json,
|
|
@@ -1182,7 +1182,7 @@ var de_ScheduledAction = /* @__PURE__ */ __name((output, context) => {
|
|
|
1182
1182
|
ScheduledActionARN: import_smithy_client.expectString,
|
|
1183
1183
|
ScheduledActionName: import_smithy_client.expectString,
|
|
1184
1184
|
ServiceNamespace: import_smithy_client.expectString,
|
|
1185
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1185
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
1186
1186
|
Timezone: import_smithy_client.expectString
|
|
1187
1187
|
});
|
|
1188
1188
|
}, "de_ScheduledAction");
|
|
@@ -1211,7 +1211,7 @@ var de_StepScalingPolicyConfiguration = /* @__PURE__ */ __name((output, context)
|
|
|
1211
1211
|
Cooldown: import_smithy_client.expectInt32,
|
|
1212
1212
|
MetricAggregationType: import_smithy_client.expectString,
|
|
1213
1213
|
MinAdjustmentMagnitude: import_smithy_client.expectInt32,
|
|
1214
|
-
StepAdjustments: (_) => de_StepAdjustments(_, context)
|
|
1214
|
+
StepAdjustments: /* @__PURE__ */ __name((_) => de_StepAdjustments(_, context), "StepAdjustments")
|
|
1215
1215
|
});
|
|
1216
1216
|
}, "de_StepScalingPolicyConfiguration");
|
|
1217
1217
|
var de_TargetTrackingScalingPolicyConfiguration = /* @__PURE__ */ __name((output, context) => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-application-auto-scaling",
|
|
3
3
|
"description": "AWS SDK for JavaScript Application Auto Scaling Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.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-application-auto-scaling",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|