@aws-sdk/client-marketplace-catalog 3.716.0 → 3.723.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
@@ -167,7 +167,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
167
167
  }, "resolveRuntimeExtensions");
168
168
 
169
169
  // src/MarketplaceCatalogClient.ts
170
- var _MarketplaceCatalogClient = class _MarketplaceCatalogClient extends import_smithy_client.Client {
170
+ var MarketplaceCatalogClient = class extends import_smithy_client.Client {
171
+ static {
172
+ __name(this, "MarketplaceCatalogClient");
173
+ }
174
+ /**
175
+ * The resolved configuration of MarketplaceCatalogClient class. This is resolved and normalized from the {@link MarketplaceCatalogClientConfig | constructor configuration interface}.
176
+ */
177
+ config;
171
178
  constructor(...[configuration]) {
172
179
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
173
180
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -177,7 +184,7 @@ var _MarketplaceCatalogClient = class _MarketplaceCatalogClient extends import_s
177
184
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
178
185
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
179
186
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
180
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
187
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
181
188
  super(_config_8);
182
189
  this.config = _config_8;
183
190
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -205,8 +212,6 @@ var _MarketplaceCatalogClient = class _MarketplaceCatalogClient extends import_s
205
212
  super.destroy();
206
213
  }
207
214
  };
208
- __name(_MarketplaceCatalogClient, "MarketplaceCatalogClient");
209
- var MarketplaceCatalogClient = _MarketplaceCatalogClient;
210
215
 
211
216
  // src/MarketplaceCatalog.ts
212
217
 
@@ -224,7 +229,10 @@ var import_uuid = require("uuid");
224
229
 
225
230
  // src/models/MarketplaceCatalogServiceException.ts
226
231
 
227
- var _MarketplaceCatalogServiceException = class _MarketplaceCatalogServiceException extends import_smithy_client.ServiceException {
232
+ var MarketplaceCatalogServiceException = class _MarketplaceCatalogServiceException extends import_smithy_client.ServiceException {
233
+ static {
234
+ __name(this, "MarketplaceCatalogServiceException");
235
+ }
228
236
  /**
229
237
  * @internal
230
238
  */
@@ -233,11 +241,15 @@ var _MarketplaceCatalogServiceException = class _MarketplaceCatalogServiceExcept
233
241
  Object.setPrototypeOf(this, _MarketplaceCatalogServiceException.prototype);
234
242
  }
235
243
  };
236
- __name(_MarketplaceCatalogServiceException, "MarketplaceCatalogServiceException");
237
- var MarketplaceCatalogServiceException = _MarketplaceCatalogServiceException;
238
244
 
239
245
  // src/models/models_0.ts
240
- var _AccessDeniedException = class _AccessDeniedException extends MarketplaceCatalogServiceException {
246
+ var AccessDeniedException = class _AccessDeniedException extends MarketplaceCatalogServiceException {
247
+ static {
248
+ __name(this, "AccessDeniedException");
249
+ }
250
+ name = "AccessDeniedException";
251
+ $fault = "client";
252
+ Message;
241
253
  /**
242
254
  * @internal
243
255
  */
@@ -247,14 +259,10 @@ var _AccessDeniedException = class _AccessDeniedException extends MarketplaceCat
247
259
  $fault: "client",
248
260
  ...opts
249
261
  });
250
- this.name = "AccessDeniedException";
251
- this.$fault = "client";
252
262
  Object.setPrototypeOf(this, _AccessDeniedException.prototype);
253
263
  this.Message = opts.Message;
254
264
  }
255
265
  };
256
- __name(_AccessDeniedException, "AccessDeniedException");
257
- var AccessDeniedException = _AccessDeniedException;
258
266
  var AmiProductVisibilityString = {
259
267
  Draft: "Draft",
260
268
  Limited: "Limited",
@@ -271,7 +279,13 @@ var SortOrder = {
271
279
  ASCENDING: "ASCENDING",
272
280
  DESCENDING: "DESCENDING"
273
281
  };
274
- var _InternalServiceException = class _InternalServiceException extends MarketplaceCatalogServiceException {
282
+ var InternalServiceException = class _InternalServiceException extends MarketplaceCatalogServiceException {
283
+ static {
284
+ __name(this, "InternalServiceException");
285
+ }
286
+ name = "InternalServiceException";
287
+ $fault = "server";
288
+ Message;
275
289
  /**
276
290
  * @internal
277
291
  */
@@ -281,15 +295,17 @@ var _InternalServiceException = class _InternalServiceException extends Marketpl
281
295
  $fault: "server",
282
296
  ...opts
283
297
  });
284
- this.name = "InternalServiceException";
285
- this.$fault = "server";
286
298
  Object.setPrototypeOf(this, _InternalServiceException.prototype);
287
299
  this.Message = opts.Message;
288
300
  }
289
301
  };
290
- __name(_InternalServiceException, "InternalServiceException");
291
- var InternalServiceException = _InternalServiceException;
292
- var _ThrottlingException = class _ThrottlingException extends MarketplaceCatalogServiceException {
302
+ var ThrottlingException = class _ThrottlingException extends MarketplaceCatalogServiceException {
303
+ static {
304
+ __name(this, "ThrottlingException");
305
+ }
306
+ name = "ThrottlingException";
307
+ $fault = "client";
308
+ Message;
293
309
  /**
294
310
  * @internal
295
311
  */
@@ -299,15 +315,17 @@ var _ThrottlingException = class _ThrottlingException extends MarketplaceCatalog
299
315
  $fault: "client",
300
316
  ...opts
301
317
  });
302
- this.name = "ThrottlingException";
303
- this.$fault = "client";
304
318
  Object.setPrototypeOf(this, _ThrottlingException.prototype);
305
319
  this.Message = opts.Message;
306
320
  }
307
321
  };
308
- __name(_ThrottlingException, "ThrottlingException");
309
- var ThrottlingException = _ThrottlingException;
310
- var _ValidationException = class _ValidationException extends MarketplaceCatalogServiceException {
322
+ var ValidationException = class _ValidationException extends MarketplaceCatalogServiceException {
323
+ static {
324
+ __name(this, "ValidationException");
325
+ }
326
+ name = "ValidationException";
327
+ $fault = "client";
328
+ Message;
311
329
  /**
312
330
  * @internal
313
331
  */
@@ -317,15 +335,17 @@ var _ValidationException = class _ValidationException extends MarketplaceCatalog
317
335
  $fault: "client",
318
336
  ...opts
319
337
  });
320
- this.name = "ValidationException";
321
- this.$fault = "client";
322
338
  Object.setPrototypeOf(this, _ValidationException.prototype);
323
339
  this.Message = opts.Message;
324
340
  }
325
341
  };
326
- __name(_ValidationException, "ValidationException");
327
- var ValidationException = _ValidationException;
328
- var _ResourceInUseException = class _ResourceInUseException extends MarketplaceCatalogServiceException {
342
+ var ResourceInUseException = class _ResourceInUseException extends MarketplaceCatalogServiceException {
343
+ static {
344
+ __name(this, "ResourceInUseException");
345
+ }
346
+ name = "ResourceInUseException";
347
+ $fault = "client";
348
+ Message;
329
349
  /**
330
350
  * @internal
331
351
  */
@@ -335,15 +355,17 @@ var _ResourceInUseException = class _ResourceInUseException extends MarketplaceC
335
355
  $fault: "client",
336
356
  ...opts
337
357
  });
338
- this.name = "ResourceInUseException";
339
- this.$fault = "client";
340
358
  Object.setPrototypeOf(this, _ResourceInUseException.prototype);
341
359
  this.Message = opts.Message;
342
360
  }
343
361
  };
344
- __name(_ResourceInUseException, "ResourceInUseException");
345
- var ResourceInUseException = _ResourceInUseException;
346
- var _ResourceNotFoundException = class _ResourceNotFoundException extends MarketplaceCatalogServiceException {
362
+ var ResourceNotFoundException = class _ResourceNotFoundException extends MarketplaceCatalogServiceException {
363
+ static {
364
+ __name(this, "ResourceNotFoundException");
365
+ }
366
+ name = "ResourceNotFoundException";
367
+ $fault = "client";
368
+ Message;
347
369
  /**
348
370
  * @internal
349
371
  */
@@ -353,14 +375,10 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Market
353
375
  $fault: "client",
354
376
  ...opts
355
377
  });
356
- this.name = "ResourceNotFoundException";
357
- this.$fault = "client";
358
378
  Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
359
379
  this.Message = opts.Message;
360
380
  }
361
381
  };
362
- __name(_ResourceNotFoundException, "ResourceNotFoundException");
363
- var ResourceNotFoundException = _ResourceNotFoundException;
364
382
  var FailureCode = {
365
383
  ClientError: "CLIENT_ERROR",
366
384
  ServerFault: "SERVER_FAULT"
@@ -376,7 +394,13 @@ var ChangeStatus = {
376
394
  PREPARING: "PREPARING",
377
395
  SUCCEEDED: "SUCCEEDED"
378
396
  };
379
- var _ResourceNotSupportedException = class _ResourceNotSupportedException extends MarketplaceCatalogServiceException {
397
+ var ResourceNotSupportedException = class _ResourceNotSupportedException extends MarketplaceCatalogServiceException {
398
+ static {
399
+ __name(this, "ResourceNotSupportedException");
400
+ }
401
+ name = "ResourceNotSupportedException";
402
+ $fault = "client";
403
+ Message;
380
404
  /**
381
405
  * @internal
382
406
  */
@@ -386,14 +410,10 @@ var _ResourceNotSupportedException = class _ResourceNotSupportedException extend
386
410
  $fault: "client",
387
411
  ...opts
388
412
  });
389
- this.name = "ResourceNotSupportedException";
390
- this.$fault = "client";
391
413
  Object.setPrototypeOf(this, _ResourceNotSupportedException.prototype);
392
414
  this.Message = opts.Message;
393
415
  }
394
416
  };
395
- __name(_ResourceNotSupportedException, "ResourceNotSupportedException");
396
- var ResourceNotSupportedException = _ResourceNotSupportedException;
397
417
  var ContainerProductVisibilityString = {
398
418
  Draft: "Draft",
399
419
  Limited: "Limited",
@@ -513,7 +533,13 @@ var OwnershipType = {
513
533
  SELF: "SELF",
514
534
  SHARED: "SHARED"
515
535
  };
516
- var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extends MarketplaceCatalogServiceException {
536
+ var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends MarketplaceCatalogServiceException {
537
+ static {
538
+ __name(this, "ServiceQuotaExceededException");
539
+ }
540
+ name = "ServiceQuotaExceededException";
541
+ $fault = "client";
542
+ Message;
517
543
  /**
518
544
  * @internal
519
545
  */
@@ -523,14 +549,10 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
523
549
  $fault: "client",
524
550
  ...opts
525
551
  });
526
- this.name = "ServiceQuotaExceededException";
527
- this.$fault = "client";
528
552
  Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
529
553
  this.Message = opts.Message;
530
554
  }
531
555
  };
532
- __name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
533
- var ServiceQuotaExceededException = _ServiceQuotaExceededException;
534
556
 
535
557
  // src/protocols/Aws_restJson1.ts
536
558
  var se_BatchDescribeEntitiesCommand = /* @__PURE__ */ __name(async (input, context) => {
@@ -1133,183 +1155,196 @@ var _eI = "entityId";
1133
1155
  var _rA = "resourceArn";
1134
1156
 
1135
1157
  // src/commands/BatchDescribeEntitiesCommand.ts
1136
- var _BatchDescribeEntitiesCommand = class _BatchDescribeEntitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1158
+ var BatchDescribeEntitiesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1137
1159
  return [
1138
1160
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1139
1161
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1140
1162
  ];
1141
1163
  }).s("AWSMPSeymour", "BatchDescribeEntities", {}).n("MarketplaceCatalogClient", "BatchDescribeEntitiesCommand").f(void 0, void 0).ser(se_BatchDescribeEntitiesCommand).de(de_BatchDescribeEntitiesCommand).build() {
1164
+ static {
1165
+ __name(this, "BatchDescribeEntitiesCommand");
1166
+ }
1142
1167
  };
1143
- __name(_BatchDescribeEntitiesCommand, "BatchDescribeEntitiesCommand");
1144
- var BatchDescribeEntitiesCommand = _BatchDescribeEntitiesCommand;
1145
1168
 
1146
1169
  // src/commands/CancelChangeSetCommand.ts
1147
1170
 
1148
1171
 
1149
1172
 
1150
- var _CancelChangeSetCommand = class _CancelChangeSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1173
+ var CancelChangeSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1151
1174
  return [
1152
1175
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1153
1176
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1154
1177
  ];
1155
1178
  }).s("AWSMPSeymour", "CancelChangeSet", {}).n("MarketplaceCatalogClient", "CancelChangeSetCommand").f(void 0, void 0).ser(se_CancelChangeSetCommand).de(de_CancelChangeSetCommand).build() {
1179
+ static {
1180
+ __name(this, "CancelChangeSetCommand");
1181
+ }
1156
1182
  };
1157
- __name(_CancelChangeSetCommand, "CancelChangeSetCommand");
1158
- var CancelChangeSetCommand = _CancelChangeSetCommand;
1159
1183
 
1160
1184
  // src/commands/DeleteResourcePolicyCommand.ts
1161
1185
 
1162
1186
 
1163
1187
 
1164
- var _DeleteResourcePolicyCommand = class _DeleteResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1188
+ var DeleteResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1165
1189
  return [
1166
1190
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1167
1191
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1168
1192
  ];
1169
1193
  }).s("AWSMPSeymour", "DeleteResourcePolicy", {}).n("MarketplaceCatalogClient", "DeleteResourcePolicyCommand").f(void 0, void 0).ser(se_DeleteResourcePolicyCommand).de(de_DeleteResourcePolicyCommand).build() {
1194
+ static {
1195
+ __name(this, "DeleteResourcePolicyCommand");
1196
+ }
1170
1197
  };
1171
- __name(_DeleteResourcePolicyCommand, "DeleteResourcePolicyCommand");
1172
- var DeleteResourcePolicyCommand = _DeleteResourcePolicyCommand;
1173
1198
 
1174
1199
  // src/commands/DescribeChangeSetCommand.ts
1175
1200
 
1176
1201
 
1177
1202
 
1178
- var _DescribeChangeSetCommand = class _DescribeChangeSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1203
+ var DescribeChangeSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1179
1204
  return [
1180
1205
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1181
1206
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1182
1207
  ];
1183
1208
  }).s("AWSMPSeymour", "DescribeChangeSet", {}).n("MarketplaceCatalogClient", "DescribeChangeSetCommand").f(void 0, void 0).ser(se_DescribeChangeSetCommand).de(de_DescribeChangeSetCommand).build() {
1209
+ static {
1210
+ __name(this, "DescribeChangeSetCommand");
1211
+ }
1184
1212
  };
1185
- __name(_DescribeChangeSetCommand, "DescribeChangeSetCommand");
1186
- var DescribeChangeSetCommand = _DescribeChangeSetCommand;
1187
1213
 
1188
1214
  // src/commands/DescribeEntityCommand.ts
1189
1215
 
1190
1216
 
1191
1217
 
1192
- var _DescribeEntityCommand = class _DescribeEntityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1218
+ var DescribeEntityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1193
1219
  return [
1194
1220
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1195
1221
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1196
1222
  ];
1197
1223
  }).s("AWSMPSeymour", "DescribeEntity", {}).n("MarketplaceCatalogClient", "DescribeEntityCommand").f(void 0, void 0).ser(se_DescribeEntityCommand).de(de_DescribeEntityCommand).build() {
1224
+ static {
1225
+ __name(this, "DescribeEntityCommand");
1226
+ }
1198
1227
  };
1199
- __name(_DescribeEntityCommand, "DescribeEntityCommand");
1200
- var DescribeEntityCommand = _DescribeEntityCommand;
1201
1228
 
1202
1229
  // src/commands/GetResourcePolicyCommand.ts
1203
1230
 
1204
1231
 
1205
1232
 
1206
- var _GetResourcePolicyCommand = class _GetResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1233
+ var GetResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1207
1234
  return [
1208
1235
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1209
1236
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1210
1237
  ];
1211
1238
  }).s("AWSMPSeymour", "GetResourcePolicy", {}).n("MarketplaceCatalogClient", "GetResourcePolicyCommand").f(void 0, void 0).ser(se_GetResourcePolicyCommand).de(de_GetResourcePolicyCommand).build() {
1239
+ static {
1240
+ __name(this, "GetResourcePolicyCommand");
1241
+ }
1212
1242
  };
1213
- __name(_GetResourcePolicyCommand, "GetResourcePolicyCommand");
1214
- var GetResourcePolicyCommand = _GetResourcePolicyCommand;
1215
1243
 
1216
1244
  // src/commands/ListChangeSetsCommand.ts
1217
1245
 
1218
1246
 
1219
1247
 
1220
- var _ListChangeSetsCommand = class _ListChangeSetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1248
+ var ListChangeSetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1221
1249
  return [
1222
1250
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1223
1251
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1224
1252
  ];
1225
1253
  }).s("AWSMPSeymour", "ListChangeSets", {}).n("MarketplaceCatalogClient", "ListChangeSetsCommand").f(void 0, void 0).ser(se_ListChangeSetsCommand).de(de_ListChangeSetsCommand).build() {
1254
+ static {
1255
+ __name(this, "ListChangeSetsCommand");
1256
+ }
1226
1257
  };
1227
- __name(_ListChangeSetsCommand, "ListChangeSetsCommand");
1228
- var ListChangeSetsCommand = _ListChangeSetsCommand;
1229
1258
 
1230
1259
  // src/commands/ListEntitiesCommand.ts
1231
1260
 
1232
1261
 
1233
1262
 
1234
- var _ListEntitiesCommand = class _ListEntitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1263
+ var ListEntitiesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1235
1264
  return [
1236
1265
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1237
1266
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1238
1267
  ];
1239
1268
  }).s("AWSMPSeymour", "ListEntities", {}).n("MarketplaceCatalogClient", "ListEntitiesCommand").f(void 0, void 0).ser(se_ListEntitiesCommand).de(de_ListEntitiesCommand).build() {
1269
+ static {
1270
+ __name(this, "ListEntitiesCommand");
1271
+ }
1240
1272
  };
1241
- __name(_ListEntitiesCommand, "ListEntitiesCommand");
1242
- var ListEntitiesCommand = _ListEntitiesCommand;
1243
1273
 
1244
1274
  // src/commands/ListTagsForResourceCommand.ts
1245
1275
 
1246
1276
 
1247
1277
 
1248
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1278
+ var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1249
1279
  return [
1250
1280
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1251
1281
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1252
1282
  ];
1253
1283
  }).s("AWSMPSeymour", "ListTagsForResource", {}).n("MarketplaceCatalogClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
1284
+ static {
1285
+ __name(this, "ListTagsForResourceCommand");
1286
+ }
1254
1287
  };
1255
- __name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
1256
- var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1257
1288
 
1258
1289
  // src/commands/PutResourcePolicyCommand.ts
1259
1290
 
1260
1291
 
1261
1292
 
1262
- var _PutResourcePolicyCommand = class _PutResourcePolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1293
+ var PutResourcePolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1263
1294
  return [
1264
1295
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1265
1296
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1266
1297
  ];
1267
1298
  }).s("AWSMPSeymour", "PutResourcePolicy", {}).n("MarketplaceCatalogClient", "PutResourcePolicyCommand").f(void 0, void 0).ser(se_PutResourcePolicyCommand).de(de_PutResourcePolicyCommand).build() {
1299
+ static {
1300
+ __name(this, "PutResourcePolicyCommand");
1301
+ }
1268
1302
  };
1269
- __name(_PutResourcePolicyCommand, "PutResourcePolicyCommand");
1270
- var PutResourcePolicyCommand = _PutResourcePolicyCommand;
1271
1303
 
1272
1304
  // src/commands/StartChangeSetCommand.ts
1273
1305
 
1274
1306
 
1275
1307
 
1276
- var _StartChangeSetCommand = class _StartChangeSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1308
+ var StartChangeSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1277
1309
  return [
1278
1310
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1279
1311
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1280
1312
  ];
1281
1313
  }).s("AWSMPSeymour", "StartChangeSet", {}).n("MarketplaceCatalogClient", "StartChangeSetCommand").f(void 0, void 0).ser(se_StartChangeSetCommand).de(de_StartChangeSetCommand).build() {
1314
+ static {
1315
+ __name(this, "StartChangeSetCommand");
1316
+ }
1282
1317
  };
1283
- __name(_StartChangeSetCommand, "StartChangeSetCommand");
1284
- var StartChangeSetCommand = _StartChangeSetCommand;
1285
1318
 
1286
1319
  // src/commands/TagResourceCommand.ts
1287
1320
 
1288
1321
 
1289
1322
 
1290
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1323
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1291
1324
  return [
1292
1325
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1293
1326
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1294
1327
  ];
1295
1328
  }).s("AWSMPSeymour", "TagResource", {}).n("MarketplaceCatalogClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
1329
+ static {
1330
+ __name(this, "TagResourceCommand");
1331
+ }
1296
1332
  };
1297
- __name(_TagResourceCommand, "TagResourceCommand");
1298
- var TagResourceCommand = _TagResourceCommand;
1299
1333
 
1300
1334
  // src/commands/UntagResourceCommand.ts
1301
1335
 
1302
1336
 
1303
1337
 
1304
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1338
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1305
1339
  return [
1306
1340
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1307
1341
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1308
1342
  ];
1309
1343
  }).s("AWSMPSeymour", "UntagResource", {}).n("MarketplaceCatalogClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
1344
+ static {
1345
+ __name(this, "UntagResourceCommand");
1346
+ }
1310
1347
  };
1311
- __name(_UntagResourceCommand, "UntagResourceCommand");
1312
- var UntagResourceCommand = _UntagResourceCommand;
1313
1348
 
1314
1349
  // src/MarketplaceCatalog.ts
1315
1350
  var commands = {
@@ -1327,10 +1362,11 @@ var commands = {
1327
1362
  TagResourceCommand,
1328
1363
  UntagResourceCommand
1329
1364
  };
1330
- var _MarketplaceCatalog = class _MarketplaceCatalog extends MarketplaceCatalogClient {
1365
+ var MarketplaceCatalog = class extends MarketplaceCatalogClient {
1366
+ static {
1367
+ __name(this, "MarketplaceCatalog");
1368
+ }
1331
1369
  };
1332
- __name(_MarketplaceCatalog, "MarketplaceCatalog");
1333
- var MarketplaceCatalog = _MarketplaceCatalog;
1334
1370
  (0, import_smithy_client.createAggregatedClient)(commands, MarketplaceCatalog);
1335
1371
 
1336
1372
  // src/pagination/ListChangeSetsPaginator.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 MarketplaceCatalogClient 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,14 @@
1
1
  import { MarketplaceCatalogServiceException as __BaseException } from "./MarketplaceCatalogServiceException";
2
2
  export class AccessDeniedException extends __BaseException {
3
+ name = "AccessDeniedException";
4
+ $fault = "client";
5
+ Message;
3
6
  constructor(opts) {
4
7
  super({
5
8
  name: "AccessDeniedException",
6
9
  $fault: "client",
7
10
  ...opts,
8
11
  });
9
- this.name = "AccessDeniedException";
10
- this.$fault = "client";
11
12
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
12
13
  this.Message = opts.Message;
13
14
  }
@@ -29,66 +30,71 @@ export const SortOrder = {
29
30
  DESCENDING: "DESCENDING",
30
31
  };
31
32
  export class InternalServiceException extends __BaseException {
33
+ name = "InternalServiceException";
34
+ $fault = "server";
35
+ Message;
32
36
  constructor(opts) {
33
37
  super({
34
38
  name: "InternalServiceException",
35
39
  $fault: "server",
36
40
  ...opts,
37
41
  });
38
- this.name = "InternalServiceException";
39
- this.$fault = "server";
40
42
  Object.setPrototypeOf(this, InternalServiceException.prototype);
41
43
  this.Message = opts.Message;
42
44
  }
43
45
  }
44
46
  export class ThrottlingException extends __BaseException {
47
+ name = "ThrottlingException";
48
+ $fault = "client";
49
+ Message;
45
50
  constructor(opts) {
46
51
  super({
47
52
  name: "ThrottlingException",
48
53
  $fault: "client",
49
54
  ...opts,
50
55
  });
51
- this.name = "ThrottlingException";
52
- this.$fault = "client";
53
56
  Object.setPrototypeOf(this, ThrottlingException.prototype);
54
57
  this.Message = opts.Message;
55
58
  }
56
59
  }
57
60
  export class ValidationException extends __BaseException {
61
+ name = "ValidationException";
62
+ $fault = "client";
63
+ Message;
58
64
  constructor(opts) {
59
65
  super({
60
66
  name: "ValidationException",
61
67
  $fault: "client",
62
68
  ...opts,
63
69
  });
64
- this.name = "ValidationException";
65
- this.$fault = "client";
66
70
  Object.setPrototypeOf(this, ValidationException.prototype);
67
71
  this.Message = opts.Message;
68
72
  }
69
73
  }
70
74
  export class ResourceInUseException extends __BaseException {
75
+ name = "ResourceInUseException";
76
+ $fault = "client";
77
+ Message;
71
78
  constructor(opts) {
72
79
  super({
73
80
  name: "ResourceInUseException",
74
81
  $fault: "client",
75
82
  ...opts,
76
83
  });
77
- this.name = "ResourceInUseException";
78
- this.$fault = "client";
79
84
  Object.setPrototypeOf(this, ResourceInUseException.prototype);
80
85
  this.Message = opts.Message;
81
86
  }
82
87
  }
83
88
  export class ResourceNotFoundException extends __BaseException {
89
+ name = "ResourceNotFoundException";
90
+ $fault = "client";
91
+ Message;
84
92
  constructor(opts) {
85
93
  super({
86
94
  name: "ResourceNotFoundException",
87
95
  $fault: "client",
88
96
  ...opts,
89
97
  });
90
- this.name = "ResourceNotFoundException";
91
- this.$fault = "client";
92
98
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
93
99
  this.Message = opts.Message;
94
100
  }
@@ -109,14 +115,15 @@ export const ChangeStatus = {
109
115
  SUCCEEDED: "SUCCEEDED",
110
116
  };
111
117
  export class ResourceNotSupportedException extends __BaseException {
118
+ name = "ResourceNotSupportedException";
119
+ $fault = "client";
120
+ Message;
112
121
  constructor(opts) {
113
122
  super({
114
123
  name: "ResourceNotSupportedException",
115
124
  $fault: "client",
116
125
  ...opts,
117
126
  });
118
- this.name = "ResourceNotSupportedException";
119
- this.$fault = "client";
120
127
  Object.setPrototypeOf(this, ResourceNotSupportedException.prototype);
121
128
  this.Message = opts.Message;
122
129
  }
@@ -241,14 +248,15 @@ export const OwnershipType = {
241
248
  SHARED: "SHARED",
242
249
  };
243
250
  export class ServiceQuotaExceededException extends __BaseException {
251
+ name = "ServiceQuotaExceededException";
252
+ $fault = "client";
253
+ Message;
244
254
  constructor(opts) {
245
255
  super({
246
256
  name: "ServiceQuotaExceededException",
247
257
  $fault: "client",
248
258
  ...opts,
249
259
  });
250
- this.name = "ServiceQuotaExceededException";
251
- this.$fault = "client";
252
260
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
253
261
  this.Message = opts.Message;
254
262
  }
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: MarketplaceCatalogClientConfig)
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: MarketplaceCatalogClientConfig)
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: MarketplaceCatalogClientConfig)
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: MarketplaceCatalogClientConfig)
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;
@@ -8,9 +8,11 @@ export declare const getRuntimeConfig: (
8
8
  import("@smithy/smithy-client").ResolvedDefaultsMode
9
9
  >;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: (
12
- input: any
13
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
11
+ credentialDefaultProvider:
12
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
+ | ((
14
+ _: unknown
15
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
14
16
  defaultUserAgentProvider: (
15
17
  config?:
16
18
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
@@ -8,13 +8,15 @@ export declare const getRuntimeConfig: (
8
8
  import("@smithy/smithy-client").ResolvedDefaultsMode
9
9
  >;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
- credentialDefaultProvider: (
12
- init?:
13
- | import("@aws-sdk/credential-provider-node").DefaultProviderInit
14
- | undefined
15
- ) => import("@smithy/types").MemoizedProvider<
16
- import("@smithy/types").AwsCredentialIdentity
17
- >;
11
+ credentialDefaultProvider:
12
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
+ | ((
14
+ init?:
15
+ | import("@aws-sdk/credential-provider-node").DefaultProviderInit
16
+ | undefined
17
+ ) => import("@smithy/types").MemoizedProvider<
18
+ import("@smithy/types").AwsCredentialIdentity
19
+ >);
18
20
  defaultUserAgentProvider: (
19
21
  config?:
20
22
  | import("@aws-sdk/util-user-agent-node").PreviouslyResolved
@@ -30,9 +30,11 @@ export declare const getRuntimeConfig: (
30
30
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
31
31
  | undefined
32
32
  ) => Promise<import("@smithy/types").UserAgent>;
33
- credentialDefaultProvider: (
34
- input: any
35
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
33
+ credentialDefaultProvider:
34
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
35
+ | ((
36
+ _: unknown
37
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
36
38
  maxAttempts: number | import("@smithy/types").Provider<number>;
37
39
  retryMode: string | import("@smithy/types").Provider<string>;
38
40
  logger: import("@smithy/types").Logger;
@@ -52,11 +54,21 @@ export declare const getRuntimeConfig: (
52
54
  | import("@smithy/types").RetryStrategyV2
53
55
  | undefined;
54
56
  endpoint?:
55
- | string
56
- | import("@smithy/types").Endpoint
57
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
58
- | import("@smithy/types").EndpointV2
59
- | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
57
+ | ((
58
+ | string
59
+ | import("@smithy/types").Endpoint
60
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
61
+ | import("@smithy/types").EndpointV2
62
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
63
+ ) &
64
+ (
65
+ | string
66
+ | import("@smithy/types").Provider<string>
67
+ | import("@smithy/types").Endpoint
68
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
69
+ | import("@smithy/types").EndpointV2
70
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
71
+ ))
60
72
  | undefined;
61
73
  endpointProvider: (
62
74
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-marketplace-catalog",
3
3
  "description": "AWS SDK for JavaScript Marketplace Catalog Client for Node.js, Browser and React Native",
4
- "version": "3.716.0",
4
+ "version": "3.723.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-marketplace-catalog",
@@ -20,58 +20,58 @@
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.716.0",
24
- "@aws-sdk/client-sts": "3.716.0",
25
- "@aws-sdk/core": "3.716.0",
26
- "@aws-sdk/credential-provider-node": "3.716.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.716.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.716.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.723.0",
24
+ "@aws-sdk/client-sts": "3.723.0",
25
+ "@aws-sdk/core": "3.723.0",
26
+ "@aws-sdk/credential-provider-node": "3.723.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.723.0",
31
+ "@aws-sdk/region-config-resolver": "3.723.0",
32
+ "@aws-sdk/types": "3.723.0",
33
+ "@aws-sdk/util-endpoints": "3.723.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.723.0",
35
+ "@aws-sdk/util-user-agent-node": "3.723.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
  "@types/uuid": "^9.0.1",
62
62
  "tslib": "^2.6.2",
63
63
  "uuid": "^9.0.1"
64
64
  },
65
65
  "devDependencies": {
66
- "@tsconfig/node16": "16.1.3",
67
- "@types/node": "^16.18.96",
66
+ "@tsconfig/node18": "18.2.4",
67
+ "@types/node": "^18.19.69",
68
68
  "concurrently": "7.0.0",
69
69
  "downlevel-dts": "0.10.1",
70
70
  "rimraf": "3.0.2",
71
- "typescript": "~4.9.5"
71
+ "typescript": "~5.2.2"
72
72
  },
73
73
  "engines": {
74
- "node": ">=16.0.0"
74
+ "node": ">=18.0.0"
75
75
  },
76
76
  "typesVersions": {
77
77
  "<4.0": {