@aws-sdk/client-arc-zonal-shift 3.721.0 → 3.726.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 CHANGED
@@ -156,7 +156,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
156
156
  }, "resolveRuntimeExtensions");
157
157
 
158
158
  // src/ARCZonalShiftClient.ts
159
- var _ARCZonalShiftClient = class _ARCZonalShiftClient extends import_smithy_client.Client {
159
+ var ARCZonalShiftClient = class extends import_smithy_client.Client {
160
+ static {
161
+ __name(this, "ARCZonalShiftClient");
162
+ }
163
+ /**
164
+ * The resolved configuration of ARCZonalShiftClient class. This is resolved and normalized from the {@link ARCZonalShiftClientConfig | constructor configuration interface}.
165
+ */
166
+ config;
160
167
  constructor(...[configuration]) {
161
168
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
162
169
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -166,7 +173,7 @@ var _ARCZonalShiftClient = class _ARCZonalShiftClient extends import_smithy_clie
166
173
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
167
174
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
168
175
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
169
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
176
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
170
177
  super(_config_8);
171
178
  this.config = _config_8;
172
179
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -194,8 +201,6 @@ var _ARCZonalShiftClient = class _ARCZonalShiftClient extends import_smithy_clie
194
201
  super.destroy();
195
202
  }
196
203
  };
197
- __name(_ARCZonalShiftClient, "ARCZonalShiftClient");
198
- var ARCZonalShiftClient = _ARCZonalShiftClient;
199
204
 
200
205
  // src/ARCZonalShift.ts
201
206
 
@@ -212,7 +217,10 @@ var import_core2 = require("@aws-sdk/core");
212
217
 
213
218
  // src/models/ARCZonalShiftServiceException.ts
214
219
 
215
- var _ARCZonalShiftServiceException = class _ARCZonalShiftServiceException extends import_smithy_client.ServiceException {
220
+ var ARCZonalShiftServiceException = class _ARCZonalShiftServiceException extends import_smithy_client.ServiceException {
221
+ static {
222
+ __name(this, "ARCZonalShiftServiceException");
223
+ }
216
224
  /**
217
225
  * @internal
218
226
  */
@@ -221,11 +229,14 @@ var _ARCZonalShiftServiceException = class _ARCZonalShiftServiceException extend
221
229
  Object.setPrototypeOf(this, _ARCZonalShiftServiceException.prototype);
222
230
  }
223
231
  };
224
- __name(_ARCZonalShiftServiceException, "ARCZonalShiftServiceException");
225
- var ARCZonalShiftServiceException = _ARCZonalShiftServiceException;
226
232
 
227
233
  // src/models/models_0.ts
228
- var _AccessDeniedException = class _AccessDeniedException extends ARCZonalShiftServiceException {
234
+ var AccessDeniedException = class _AccessDeniedException extends ARCZonalShiftServiceException {
235
+ static {
236
+ __name(this, "AccessDeniedException");
237
+ }
238
+ name = "AccessDeniedException";
239
+ $fault = "client";
229
240
  /**
230
241
  * @internal
231
242
  */
@@ -235,18 +246,19 @@ var _AccessDeniedException = class _AccessDeniedException extends ARCZonalShiftS
235
246
  $fault: "client",
236
247
  ...opts
237
248
  });
238
- this.name = "AccessDeniedException";
239
- this.$fault = "client";
240
249
  Object.setPrototypeOf(this, _AccessDeniedException.prototype);
241
250
  }
242
251
  };
243
- __name(_AccessDeniedException, "AccessDeniedException");
244
- var AccessDeniedException = _AccessDeniedException;
245
252
  var AppliedStatus = {
246
253
  APPLIED: "APPLIED",
247
254
  NOT_APPLIED: "NOT_APPLIED"
248
255
  };
249
- var _InternalServerException = class _InternalServerException extends ARCZonalShiftServiceException {
256
+ var InternalServerException = class _InternalServerException extends ARCZonalShiftServiceException {
257
+ static {
258
+ __name(this, "InternalServerException");
259
+ }
260
+ name = "InternalServerException";
261
+ $fault = "server";
250
262
  /**
251
263
  * @internal
252
264
  */
@@ -256,18 +268,19 @@ var _InternalServerException = class _InternalServerException extends ARCZonalSh
256
268
  $fault: "server",
257
269
  ...opts
258
270
  });
259
- this.name = "InternalServerException";
260
- this.$fault = "server";
261
271
  Object.setPrototypeOf(this, _InternalServerException.prototype);
262
272
  }
263
273
  };
264
- __name(_InternalServerException, "InternalServerException");
265
- var InternalServerException = _InternalServerException;
266
274
  var AutoshiftExecutionStatus = {
267
275
  ACTIVE: "ACTIVE",
268
276
  COMPLETED: "COMPLETED"
269
277
  };
270
- var _ThrottlingException = class _ThrottlingException extends ARCZonalShiftServiceException {
278
+ var ThrottlingException = class _ThrottlingException extends ARCZonalShiftServiceException {
279
+ static {
280
+ __name(this, "ThrottlingException");
281
+ }
282
+ name = "ThrottlingException";
283
+ $fault = "client";
271
284
  /**
272
285
  * @internal
273
286
  */
@@ -277,13 +290,9 @@ var _ThrottlingException = class _ThrottlingException extends ARCZonalShiftServi
277
290
  $fault: "client",
278
291
  ...opts
279
292
  });
280
- this.name = "ThrottlingException";
281
- this.$fault = "client";
282
293
  Object.setPrototypeOf(this, _ThrottlingException.prototype);
283
294
  }
284
295
  };
285
- __name(_ThrottlingException, "ThrottlingException");
286
- var ThrottlingException = _ThrottlingException;
287
296
  var ValidationExceptionReason = {
288
297
  INVALID_ALARM_CONDITION: "InvalidAlarmCondition",
289
298
  INVALID_AZ: "InvalidAz",
@@ -296,7 +305,17 @@ var ValidationExceptionReason = {
296
305
  MISSING_VALUE: "MissingValue",
297
306
  UNSUPPORTED_AZ: "UnsupportedAz"
298
307
  };
299
- var _ValidationException = class _ValidationException extends ARCZonalShiftServiceException {
308
+ var ValidationException = class _ValidationException extends ARCZonalShiftServiceException {
309
+ static {
310
+ __name(this, "ValidationException");
311
+ }
312
+ name = "ValidationException";
313
+ $fault = "client";
314
+ /**
315
+ * <p>The reason for the validation exception.</p>
316
+ * @public
317
+ */
318
+ reason;
300
319
  /**
301
320
  * @internal
302
321
  */
@@ -306,14 +325,10 @@ var _ValidationException = class _ValidationException extends ARCZonalShiftServi
306
325
  $fault: "client",
307
326
  ...opts
308
327
  });
309
- this.name = "ValidationException";
310
- this.$fault = "client";
311
328
  Object.setPrototypeOf(this, _ValidationException.prototype);
312
329
  this.reason = opts.reason;
313
330
  }
314
331
  };
315
- __name(_ValidationException, "ValidationException");
316
- var ValidationException = _ValidationException;
317
332
  var AutoshiftAppliedStatus = {
318
333
  APPLIED: "APPLIED",
319
334
  NOT_APPLIED: "NOT_APPLIED"
@@ -330,7 +345,22 @@ var ConflictExceptionReason = {
330
345
  ZONAL_SHIFT_ALREADY_EXISTS: "ZonalShiftAlreadyExists",
331
346
  ZONAL_SHIFT_STATUS_NOT_ACTIVE: "ZonalShiftStatusNotActive"
332
347
  };
333
- var _ConflictException = class _ConflictException extends ARCZonalShiftServiceException {
348
+ var ConflictException = class _ConflictException extends ARCZonalShiftServiceException {
349
+ static {
350
+ __name(this, "ConflictException");
351
+ }
352
+ name = "ConflictException";
353
+ $fault = "client";
354
+ /**
355
+ * <p>The reason for the conflict exception.</p>
356
+ * @public
357
+ */
358
+ reason;
359
+ /**
360
+ * <p>The zonal shift ID associated with the conflict exception.</p>
361
+ * @public
362
+ */
363
+ zonalShiftId;
334
364
  /**
335
365
  * @internal
336
366
  */
@@ -340,16 +370,17 @@ var _ConflictException = class _ConflictException extends ARCZonalShiftServiceEx
340
370
  $fault: "client",
341
371
  ...opts
342
372
  });
343
- this.name = "ConflictException";
344
- this.$fault = "client";
345
373
  Object.setPrototypeOf(this, _ConflictException.prototype);
346
374
  this.reason = opts.reason;
347
375
  this.zonalShiftId = opts.zonalShiftId;
348
376
  }
349
377
  };
350
- __name(_ConflictException, "ConflictException");
351
- var ConflictException = _ConflictException;
352
- var _ResourceNotFoundException = class _ResourceNotFoundException extends ARCZonalShiftServiceException {
378
+ var ResourceNotFoundException = class _ResourceNotFoundException extends ARCZonalShiftServiceException {
379
+ static {
380
+ __name(this, "ResourceNotFoundException");
381
+ }
382
+ name = "ResourceNotFoundException";
383
+ $fault = "client";
353
384
  /**
354
385
  * @internal
355
386
  */
@@ -359,13 +390,9 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends ARCZon
359
390
  $fault: "client",
360
391
  ...opts
361
392
  });
362
- this.name = "ResourceNotFoundException";
363
- this.$fault = "client";
364
393
  Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
365
394
  }
366
395
  };
367
- __name(_ResourceNotFoundException, "ResourceNotFoundException");
368
- var ResourceNotFoundException = _ResourceNotFoundException;
369
396
  var ZonalShiftStatus = {
370
397
  ACTIVE: "ACTIVE",
371
398
  CANCELED: "CANCELED",
@@ -1000,183 +1027,196 @@ var _rI = "resourceIdentifier";
1000
1027
  var _s = "status";
1001
1028
 
1002
1029
  // src/commands/CancelZonalShiftCommand.ts
1003
- var _CancelZonalShiftCommand = class _CancelZonalShiftCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1030
+ var CancelZonalShiftCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1004
1031
  return [
1005
1032
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1006
1033
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1007
1034
  ];
1008
1035
  }).s("PercDataPlane", "CancelZonalShift", {}).n("ARCZonalShiftClient", "CancelZonalShiftCommand").f(void 0, void 0).ser(se_CancelZonalShiftCommand).de(de_CancelZonalShiftCommand).build() {
1036
+ static {
1037
+ __name(this, "CancelZonalShiftCommand");
1038
+ }
1009
1039
  };
1010
- __name(_CancelZonalShiftCommand, "CancelZonalShiftCommand");
1011
- var CancelZonalShiftCommand = _CancelZonalShiftCommand;
1012
1040
 
1013
1041
  // src/commands/CreatePracticeRunConfigurationCommand.ts
1014
1042
 
1015
1043
 
1016
1044
 
1017
- var _CreatePracticeRunConfigurationCommand = class _CreatePracticeRunConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1045
+ var CreatePracticeRunConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1018
1046
  return [
1019
1047
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1020
1048
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1021
1049
  ];
1022
1050
  }).s("PercDataPlane", "CreatePracticeRunConfiguration", {}).n("ARCZonalShiftClient", "CreatePracticeRunConfigurationCommand").f(void 0, void 0).ser(se_CreatePracticeRunConfigurationCommand).de(de_CreatePracticeRunConfigurationCommand).build() {
1051
+ static {
1052
+ __name(this, "CreatePracticeRunConfigurationCommand");
1053
+ }
1023
1054
  };
1024
- __name(_CreatePracticeRunConfigurationCommand, "CreatePracticeRunConfigurationCommand");
1025
- var CreatePracticeRunConfigurationCommand = _CreatePracticeRunConfigurationCommand;
1026
1055
 
1027
1056
  // src/commands/DeletePracticeRunConfigurationCommand.ts
1028
1057
 
1029
1058
 
1030
1059
 
1031
- var _DeletePracticeRunConfigurationCommand = class _DeletePracticeRunConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1060
+ var DeletePracticeRunConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1032
1061
  return [
1033
1062
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1034
1063
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1035
1064
  ];
1036
1065
  }).s("PercDataPlane", "DeletePracticeRunConfiguration", {}).n("ARCZonalShiftClient", "DeletePracticeRunConfigurationCommand").f(void 0, void 0).ser(se_DeletePracticeRunConfigurationCommand).de(de_DeletePracticeRunConfigurationCommand).build() {
1066
+ static {
1067
+ __name(this, "DeletePracticeRunConfigurationCommand");
1068
+ }
1037
1069
  };
1038
- __name(_DeletePracticeRunConfigurationCommand, "DeletePracticeRunConfigurationCommand");
1039
- var DeletePracticeRunConfigurationCommand = _DeletePracticeRunConfigurationCommand;
1040
1070
 
1041
1071
  // src/commands/GetAutoshiftObserverNotificationStatusCommand.ts
1042
1072
 
1043
1073
 
1044
1074
 
1045
- var _GetAutoshiftObserverNotificationStatusCommand = class _GetAutoshiftObserverNotificationStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1075
+ var GetAutoshiftObserverNotificationStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1046
1076
  return [
1047
1077
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1048
1078
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1049
1079
  ];
1050
1080
  }).s("PercDataPlane", "GetAutoshiftObserverNotificationStatus", {}).n("ARCZonalShiftClient", "GetAutoshiftObserverNotificationStatusCommand").f(void 0, void 0).ser(se_GetAutoshiftObserverNotificationStatusCommand).de(de_GetAutoshiftObserverNotificationStatusCommand).build() {
1081
+ static {
1082
+ __name(this, "GetAutoshiftObserverNotificationStatusCommand");
1083
+ }
1051
1084
  };
1052
- __name(_GetAutoshiftObserverNotificationStatusCommand, "GetAutoshiftObserverNotificationStatusCommand");
1053
- var GetAutoshiftObserverNotificationStatusCommand = _GetAutoshiftObserverNotificationStatusCommand;
1054
1085
 
1055
1086
  // src/commands/GetManagedResourceCommand.ts
1056
1087
 
1057
1088
 
1058
1089
 
1059
- var _GetManagedResourceCommand = class _GetManagedResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1090
+ var GetManagedResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1060
1091
  return [
1061
1092
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1062
1093
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1063
1094
  ];
1064
1095
  }).s("PercDataPlane", "GetManagedResource", {}).n("ARCZonalShiftClient", "GetManagedResourceCommand").f(void 0, void 0).ser(se_GetManagedResourceCommand).de(de_GetManagedResourceCommand).build() {
1096
+ static {
1097
+ __name(this, "GetManagedResourceCommand");
1098
+ }
1065
1099
  };
1066
- __name(_GetManagedResourceCommand, "GetManagedResourceCommand");
1067
- var GetManagedResourceCommand = _GetManagedResourceCommand;
1068
1100
 
1069
1101
  // src/commands/ListAutoshiftsCommand.ts
1070
1102
 
1071
1103
 
1072
1104
 
1073
- var _ListAutoshiftsCommand = class _ListAutoshiftsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1105
+ var ListAutoshiftsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1074
1106
  return [
1075
1107
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1076
1108
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1077
1109
  ];
1078
1110
  }).s("PercDataPlane", "ListAutoshifts", {}).n("ARCZonalShiftClient", "ListAutoshiftsCommand").f(void 0, void 0).ser(se_ListAutoshiftsCommand).de(de_ListAutoshiftsCommand).build() {
1111
+ static {
1112
+ __name(this, "ListAutoshiftsCommand");
1113
+ }
1079
1114
  };
1080
- __name(_ListAutoshiftsCommand, "ListAutoshiftsCommand");
1081
- var ListAutoshiftsCommand = _ListAutoshiftsCommand;
1082
1115
 
1083
1116
  // src/commands/ListManagedResourcesCommand.ts
1084
1117
 
1085
1118
 
1086
1119
 
1087
- var _ListManagedResourcesCommand = class _ListManagedResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1120
+ var ListManagedResourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1088
1121
  return [
1089
1122
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1090
1123
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1091
1124
  ];
1092
1125
  }).s("PercDataPlane", "ListManagedResources", {}).n("ARCZonalShiftClient", "ListManagedResourcesCommand").f(void 0, void 0).ser(se_ListManagedResourcesCommand).de(de_ListManagedResourcesCommand).build() {
1126
+ static {
1127
+ __name(this, "ListManagedResourcesCommand");
1128
+ }
1093
1129
  };
1094
- __name(_ListManagedResourcesCommand, "ListManagedResourcesCommand");
1095
- var ListManagedResourcesCommand = _ListManagedResourcesCommand;
1096
1130
 
1097
1131
  // src/commands/ListZonalShiftsCommand.ts
1098
1132
 
1099
1133
 
1100
1134
 
1101
- var _ListZonalShiftsCommand = class _ListZonalShiftsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1135
+ var ListZonalShiftsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1102
1136
  return [
1103
1137
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1104
1138
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1105
1139
  ];
1106
1140
  }).s("PercDataPlane", "ListZonalShifts", {}).n("ARCZonalShiftClient", "ListZonalShiftsCommand").f(void 0, void 0).ser(se_ListZonalShiftsCommand).de(de_ListZonalShiftsCommand).build() {
1141
+ static {
1142
+ __name(this, "ListZonalShiftsCommand");
1143
+ }
1107
1144
  };
1108
- __name(_ListZonalShiftsCommand, "ListZonalShiftsCommand");
1109
- var ListZonalShiftsCommand = _ListZonalShiftsCommand;
1110
1145
 
1111
1146
  // src/commands/StartZonalShiftCommand.ts
1112
1147
 
1113
1148
 
1114
1149
 
1115
- var _StartZonalShiftCommand = class _StartZonalShiftCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1150
+ var StartZonalShiftCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1116
1151
  return [
1117
1152
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1118
1153
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1119
1154
  ];
1120
1155
  }).s("PercDataPlane", "StartZonalShift", {}).n("ARCZonalShiftClient", "StartZonalShiftCommand").f(void 0, void 0).ser(se_StartZonalShiftCommand).de(de_StartZonalShiftCommand).build() {
1156
+ static {
1157
+ __name(this, "StartZonalShiftCommand");
1158
+ }
1121
1159
  };
1122
- __name(_StartZonalShiftCommand, "StartZonalShiftCommand");
1123
- var StartZonalShiftCommand = _StartZonalShiftCommand;
1124
1160
 
1125
1161
  // src/commands/UpdateAutoshiftObserverNotificationStatusCommand.ts
1126
1162
 
1127
1163
 
1128
1164
 
1129
- var _UpdateAutoshiftObserverNotificationStatusCommand = class _UpdateAutoshiftObserverNotificationStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1165
+ var UpdateAutoshiftObserverNotificationStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1130
1166
  return [
1131
1167
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1132
1168
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1133
1169
  ];
1134
1170
  }).s("PercDataPlane", "UpdateAutoshiftObserverNotificationStatus", {}).n("ARCZonalShiftClient", "UpdateAutoshiftObserverNotificationStatusCommand").f(void 0, void 0).ser(se_UpdateAutoshiftObserverNotificationStatusCommand).de(de_UpdateAutoshiftObserverNotificationStatusCommand).build() {
1171
+ static {
1172
+ __name(this, "UpdateAutoshiftObserverNotificationStatusCommand");
1173
+ }
1135
1174
  };
1136
- __name(_UpdateAutoshiftObserverNotificationStatusCommand, "UpdateAutoshiftObserverNotificationStatusCommand");
1137
- var UpdateAutoshiftObserverNotificationStatusCommand = _UpdateAutoshiftObserverNotificationStatusCommand;
1138
1175
 
1139
1176
  // src/commands/UpdatePracticeRunConfigurationCommand.ts
1140
1177
 
1141
1178
 
1142
1179
 
1143
- var _UpdatePracticeRunConfigurationCommand = class _UpdatePracticeRunConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1180
+ var UpdatePracticeRunConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1144
1181
  return [
1145
1182
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1146
1183
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1147
1184
  ];
1148
1185
  }).s("PercDataPlane", "UpdatePracticeRunConfiguration", {}).n("ARCZonalShiftClient", "UpdatePracticeRunConfigurationCommand").f(void 0, void 0).ser(se_UpdatePracticeRunConfigurationCommand).de(de_UpdatePracticeRunConfigurationCommand).build() {
1186
+ static {
1187
+ __name(this, "UpdatePracticeRunConfigurationCommand");
1188
+ }
1149
1189
  };
1150
- __name(_UpdatePracticeRunConfigurationCommand, "UpdatePracticeRunConfigurationCommand");
1151
- var UpdatePracticeRunConfigurationCommand = _UpdatePracticeRunConfigurationCommand;
1152
1190
 
1153
1191
  // src/commands/UpdateZonalAutoshiftConfigurationCommand.ts
1154
1192
 
1155
1193
 
1156
1194
 
1157
- var _UpdateZonalAutoshiftConfigurationCommand = class _UpdateZonalAutoshiftConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1195
+ var UpdateZonalAutoshiftConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1158
1196
  return [
1159
1197
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1160
1198
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1161
1199
  ];
1162
1200
  }).s("PercDataPlane", "UpdateZonalAutoshiftConfiguration", {}).n("ARCZonalShiftClient", "UpdateZonalAutoshiftConfigurationCommand").f(void 0, void 0).ser(se_UpdateZonalAutoshiftConfigurationCommand).de(de_UpdateZonalAutoshiftConfigurationCommand).build() {
1201
+ static {
1202
+ __name(this, "UpdateZonalAutoshiftConfigurationCommand");
1203
+ }
1163
1204
  };
1164
- __name(_UpdateZonalAutoshiftConfigurationCommand, "UpdateZonalAutoshiftConfigurationCommand");
1165
- var UpdateZonalAutoshiftConfigurationCommand = _UpdateZonalAutoshiftConfigurationCommand;
1166
1205
 
1167
1206
  // src/commands/UpdateZonalShiftCommand.ts
1168
1207
 
1169
1208
 
1170
1209
 
1171
- var _UpdateZonalShiftCommand = class _UpdateZonalShiftCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1210
+ var UpdateZonalShiftCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1172
1211
  return [
1173
1212
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1174
1213
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1175
1214
  ];
1176
1215
  }).s("PercDataPlane", "UpdateZonalShift", {}).n("ARCZonalShiftClient", "UpdateZonalShiftCommand").f(void 0, void 0).ser(se_UpdateZonalShiftCommand).de(de_UpdateZonalShiftCommand).build() {
1216
+ static {
1217
+ __name(this, "UpdateZonalShiftCommand");
1218
+ }
1177
1219
  };
1178
- __name(_UpdateZonalShiftCommand, "UpdateZonalShiftCommand");
1179
- var UpdateZonalShiftCommand = _UpdateZonalShiftCommand;
1180
1220
 
1181
1221
  // src/ARCZonalShift.ts
1182
1222
  var commands = {
@@ -1194,10 +1234,11 @@ var commands = {
1194
1234
  UpdateZonalAutoshiftConfigurationCommand,
1195
1235
  UpdateZonalShiftCommand
1196
1236
  };
1197
- var _ARCZonalShift = class _ARCZonalShift extends ARCZonalShiftClient {
1237
+ var ARCZonalShift = class extends ARCZonalShiftClient {
1238
+ static {
1239
+ __name(this, "ARCZonalShift");
1240
+ }
1198
1241
  };
1199
- __name(_ARCZonalShift, "ARCZonalShift");
1200
- var ARCZonalShift = _ARCZonalShift;
1201
1242
  (0, import_smithy_client.createAggregatedClient)(commands, ARCZonalShift);
1202
1243
 
1203
1244
  // src/pagination/ListAutoshiftsPaginator.ts
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
14
14
  import { resolveRuntimeExtensions } from "./runtimeExtensions";
15
15
  export { __Client };
16
16
  export class ARCZonalShiftClient extends __Client {
17
+ config;
17
18
  constructor(...[configuration]) {
18
19
  const _config_0 = __getRuntimeConfig(configuration || {});
19
20
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -1,13 +1,13 @@
1
1
  import { ARCZonalShiftServiceException as __BaseException } from "./ARCZonalShiftServiceException";
2
2
  export class AccessDeniedException extends __BaseException {
3
+ name = "AccessDeniedException";
4
+ $fault = "client";
3
5
  constructor(opts) {
4
6
  super({
5
7
  name: "AccessDeniedException",
6
8
  $fault: "client",
7
9
  ...opts,
8
10
  });
9
- this.name = "AccessDeniedException";
10
- this.$fault = "client";
11
11
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
12
12
  }
13
13
  }
@@ -16,14 +16,14 @@ export const AppliedStatus = {
16
16
  NOT_APPLIED: "NOT_APPLIED",
17
17
  };
18
18
  export class InternalServerException extends __BaseException {
19
+ name = "InternalServerException";
20
+ $fault = "server";
19
21
  constructor(opts) {
20
22
  super({
21
23
  name: "InternalServerException",
22
24
  $fault: "server",
23
25
  ...opts,
24
26
  });
25
- this.name = "InternalServerException";
26
- this.$fault = "server";
27
27
  Object.setPrototypeOf(this, InternalServerException.prototype);
28
28
  }
29
29
  }
@@ -32,14 +32,14 @@ export const AutoshiftExecutionStatus = {
32
32
  COMPLETED: "COMPLETED",
33
33
  };
34
34
  export class ThrottlingException extends __BaseException {
35
+ name = "ThrottlingException";
36
+ $fault = "client";
35
37
  constructor(opts) {
36
38
  super({
37
39
  name: "ThrottlingException",
38
40
  $fault: "client",
39
41
  ...opts,
40
42
  });
41
- this.name = "ThrottlingException";
42
- this.$fault = "client";
43
43
  Object.setPrototypeOf(this, ThrottlingException.prototype);
44
44
  }
45
45
  }
@@ -56,14 +56,15 @@ export const ValidationExceptionReason = {
56
56
  UNSUPPORTED_AZ: "UnsupportedAz",
57
57
  };
58
58
  export class ValidationException extends __BaseException {
59
+ name = "ValidationException";
60
+ $fault = "client";
61
+ reason;
59
62
  constructor(opts) {
60
63
  super({
61
64
  name: "ValidationException",
62
65
  $fault: "client",
63
66
  ...opts,
64
67
  });
65
- this.name = "ValidationException";
66
- this.$fault = "client";
67
68
  Object.setPrototypeOf(this, ValidationException.prototype);
68
69
  this.reason = opts.reason;
69
70
  }
@@ -85,28 +86,30 @@ export const ConflictExceptionReason = {
85
86
  ZONAL_SHIFT_STATUS_NOT_ACTIVE: "ZonalShiftStatusNotActive",
86
87
  };
87
88
  export class ConflictException extends __BaseException {
89
+ name = "ConflictException";
90
+ $fault = "client";
91
+ reason;
92
+ zonalShiftId;
88
93
  constructor(opts) {
89
94
  super({
90
95
  name: "ConflictException",
91
96
  $fault: "client",
92
97
  ...opts,
93
98
  });
94
- this.name = "ConflictException";
95
- this.$fault = "client";
96
99
  Object.setPrototypeOf(this, ConflictException.prototype);
97
100
  this.reason = opts.reason;
98
101
  this.zonalShiftId = opts.zonalShiftId;
99
102
  }
100
103
  }
101
104
  export class ResourceNotFoundException extends __BaseException {
105
+ name = "ResourceNotFoundException";
106
+ $fault = "client";
102
107
  constructor(opts) {
103
108
  super({
104
109
  name: "ResourceNotFoundException",
105
110
  $fault: "client",
106
111
  ...opts,
107
112
  });
108
- this.name = "ResourceNotFoundException";
109
- this.$fault = "client";
110
113
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
111
114
  }
112
115
  }
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: ARCZonalShiftClientConfig) => {
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: ARCZonalShiftClientConfig) => {
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<string>;
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: ARCZonalShiftClientConfig) => {
22
22
  region: string | import("@smithy/types").Provider<any>;
23
23
  profile?: string | undefined;
24
24
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
25
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
25
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
26
26
  maxAttempts: number | import("@smithy/types").Provider<number>;
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: ARCZonalShiftClientConfig) => {
31
31
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
32
32
  userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
33
33
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
34
- endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
34
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
35
35
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
36
36
  logger?: import("@smithy/types").Logger | undefined;
37
37
  }) => import("@smithy/types").EndpointV2;
@@ -6,9 +6,11 @@ export declare const getRuntimeConfig: (config: ARCZonalShiftClientConfig) => {
6
6
  import("@smithy/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
- credentialDefaultProvider: (
10
- input: any
11
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
9
+ credentialDefaultProvider:
10
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
+ | ((
12
+ _: unknown
13
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
12
14
  defaultUserAgentProvider: (
13
15
  config?:
14
16
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
@@ -6,13 +6,15 @@ export declare const getRuntimeConfig: (config: ARCZonalShiftClientConfig) => {
6
6
  import("@smithy/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
- credentialDefaultProvider: (
10
- init?:
11
- | import("@aws-sdk/credential-provider-node").DefaultProviderInit
12
- | undefined
13
- ) => import("@smithy/types").MemoizedProvider<
14
- import("@smithy/types").AwsCredentialIdentity
15
- >;
9
+ credentialDefaultProvider:
10
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
+ | ((
12
+ init?:
13
+ | import("@aws-sdk/credential-provider-node").DefaultProviderInit
14
+ | undefined
15
+ ) => import("@smithy/types").MemoizedProvider<
16
+ import("@smithy/types").AwsCredentialIdentity
17
+ >);
16
18
  defaultUserAgentProvider: (
17
19
  config?:
18
20
  | import("@aws-sdk/util-user-agent-node").PreviouslyResolved
@@ -28,9 +28,11 @@ export declare const getRuntimeConfig: (config: ARCZonalShiftClientConfig) => {
28
28
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
29
29
  | undefined
30
30
  ) => Promise<import("@smithy/types").UserAgent>;
31
- credentialDefaultProvider: (
32
- input: any
33
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
31
+ credentialDefaultProvider:
32
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
33
+ | ((
34
+ _: unknown
35
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
34
36
  maxAttempts: number | import("@smithy/types").Provider<number>;
35
37
  retryMode: string | import("@smithy/types").Provider<string>;
36
38
  logger: import("@smithy/types").Logger;
@@ -50,11 +52,21 @@ export declare const getRuntimeConfig: (config: ARCZonalShiftClientConfig) => {
50
52
  | import("@smithy/types").RetryStrategyV2
51
53
  | undefined;
52
54
  endpoint?:
53
- | string
54
- | import("@smithy/types").Endpoint
55
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
56
- | import("@smithy/types").EndpointV2
57
- | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
55
+ | ((
56
+ | string
57
+ | import("@smithy/types").Endpoint
58
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
59
+ | import("@smithy/types").EndpointV2
60
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
61
+ ) &
62
+ (
63
+ | string
64
+ | import("@smithy/types").Provider<string>
65
+ | import("@smithy/types").Endpoint
66
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
67
+ | import("@smithy/types").EndpointV2
68
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
69
+ ))
58
70
  | undefined;
59
71
  endpointProvider: (
60
72
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-arc-zonal-shift",
3
3
  "description": "AWS SDK for JavaScript Arc Zonal Shift Client for Node.js, Browser and React Native",
4
- "version": "3.721.0",
4
+ "version": "3.726.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-arc-zonal-shift",
@@ -20,56 +20,56 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.721.0",
24
- "@aws-sdk/client-sts": "3.721.0",
25
- "@aws-sdk/core": "3.716.0",
26
- "@aws-sdk/credential-provider-node": "3.721.0",
27
- "@aws-sdk/middleware-host-header": "3.714.0",
28
- "@aws-sdk/middleware-logger": "3.714.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.714.0",
30
- "@aws-sdk/middleware-user-agent": "3.721.0",
31
- "@aws-sdk/region-config-resolver": "3.714.0",
32
- "@aws-sdk/types": "3.714.0",
33
- "@aws-sdk/util-endpoints": "3.714.0",
34
- "@aws-sdk/util-user-agent-browser": "3.714.0",
35
- "@aws-sdk/util-user-agent-node": "3.721.0",
36
- "@smithy/config-resolver": "^3.0.13",
37
- "@smithy/core": "^2.5.5",
38
- "@smithy/fetch-http-handler": "^4.1.2",
39
- "@smithy/hash-node": "^3.0.11",
40
- "@smithy/invalid-dependency": "^3.0.11",
41
- "@smithy/middleware-content-length": "^3.0.13",
42
- "@smithy/middleware-endpoint": "^3.2.6",
43
- "@smithy/middleware-retry": "^3.0.31",
44
- "@smithy/middleware-serde": "^3.0.11",
45
- "@smithy/middleware-stack": "^3.0.11",
46
- "@smithy/node-config-provider": "^3.1.12",
47
- "@smithy/node-http-handler": "^3.3.2",
48
- "@smithy/protocol-http": "^4.1.8",
49
- "@smithy/smithy-client": "^3.5.1",
50
- "@smithy/types": "^3.7.2",
51
- "@smithy/url-parser": "^3.0.11",
52
- "@smithy/util-base64": "^3.0.0",
53
- "@smithy/util-body-length-browser": "^3.0.0",
54
- "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.31",
56
- "@smithy/util-defaults-mode-node": "^3.0.31",
57
- "@smithy/util-endpoints": "^2.1.7",
58
- "@smithy/util-middleware": "^3.0.11",
59
- "@smithy/util-retry": "^3.0.11",
60
- "@smithy/util-utf8": "^3.0.0",
23
+ "@aws-sdk/client-sso-oidc": "3.726.0",
24
+ "@aws-sdk/client-sts": "3.726.0",
25
+ "@aws-sdk/core": "3.723.0",
26
+ "@aws-sdk/credential-provider-node": "3.726.0",
27
+ "@aws-sdk/middleware-host-header": "3.723.0",
28
+ "@aws-sdk/middleware-logger": "3.723.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.723.0",
30
+ "@aws-sdk/middleware-user-agent": "3.726.0",
31
+ "@aws-sdk/region-config-resolver": "3.723.0",
32
+ "@aws-sdk/types": "3.723.0",
33
+ "@aws-sdk/util-endpoints": "3.726.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.723.0",
35
+ "@aws-sdk/util-user-agent-node": "3.726.0",
36
+ "@smithy/config-resolver": "^4.0.0",
37
+ "@smithy/core": "^3.0.0",
38
+ "@smithy/fetch-http-handler": "^5.0.0",
39
+ "@smithy/hash-node": "^4.0.0",
40
+ "@smithy/invalid-dependency": "^4.0.0",
41
+ "@smithy/middleware-content-length": "^4.0.0",
42
+ "@smithy/middleware-endpoint": "^4.0.0",
43
+ "@smithy/middleware-retry": "^4.0.0",
44
+ "@smithy/middleware-serde": "^4.0.0",
45
+ "@smithy/middleware-stack": "^4.0.0",
46
+ "@smithy/node-config-provider": "^4.0.0",
47
+ "@smithy/node-http-handler": "^4.0.0",
48
+ "@smithy/protocol-http": "^5.0.0",
49
+ "@smithy/smithy-client": "^4.0.0",
50
+ "@smithy/types": "^4.0.0",
51
+ "@smithy/url-parser": "^4.0.0",
52
+ "@smithy/util-base64": "^4.0.0",
53
+ "@smithy/util-body-length-browser": "^4.0.0",
54
+ "@smithy/util-body-length-node": "^4.0.0",
55
+ "@smithy/util-defaults-mode-browser": "^4.0.0",
56
+ "@smithy/util-defaults-mode-node": "^4.0.0",
57
+ "@smithy/util-endpoints": "^3.0.0",
58
+ "@smithy/util-middleware": "^4.0.0",
59
+ "@smithy/util-retry": "^4.0.0",
60
+ "@smithy/util-utf8": "^4.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@tsconfig/node16": "16.1.3",
65
- "@types/node": "^16.18.96",
64
+ "@tsconfig/node18": "18.2.4",
65
+ "@types/node": "^18.19.69",
66
66
  "concurrently": "7.0.0",
67
67
  "downlevel-dts": "0.10.1",
68
68
  "rimraf": "3.0.2",
69
- "typescript": "~4.9.5"
69
+ "typescript": "~5.2.2"
70
70
  },
71
71
  "engines": {
72
- "node": ">=16.0.0"
72
+ "node": ">=18.0.0"
73
73
  },
74
74
  "typesVersions": {
75
75
  "<4.0": {