@aws-sdk/client-securitylake 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
@@ -173,7 +173,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
173
173
  }, "resolveRuntimeExtensions");
174
174
 
175
175
  // src/SecurityLakeClient.ts
176
- var _SecurityLakeClient = class _SecurityLakeClient extends import_smithy_client.Client {
176
+ var SecurityLakeClient = class extends import_smithy_client.Client {
177
+ static {
178
+ __name(this, "SecurityLakeClient");
179
+ }
180
+ /**
181
+ * The resolved configuration of SecurityLakeClient class. This is resolved and normalized from the {@link SecurityLakeClientConfig | constructor configuration interface}.
182
+ */
183
+ config;
177
184
  constructor(...[configuration]) {
178
185
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
179
186
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -183,7 +190,7 @@ var _SecurityLakeClient = class _SecurityLakeClient extends import_smithy_client
183
190
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
184
191
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
185
192
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
186
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
193
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
187
194
  super(_config_8);
188
195
  this.config = _config_8;
189
196
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -211,8 +218,6 @@ var _SecurityLakeClient = class _SecurityLakeClient extends import_smithy_client
211
218
  super.destroy();
212
219
  }
213
220
  };
214
- __name(_SecurityLakeClient, "SecurityLakeClient");
215
- var SecurityLakeClient = _SecurityLakeClient;
216
221
 
217
222
  // src/SecurityLake.ts
218
223
 
@@ -229,7 +234,10 @@ var import_core2 = require("@aws-sdk/core");
229
234
 
230
235
  // src/models/SecurityLakeServiceException.ts
231
236
 
232
- var _SecurityLakeServiceException = class _SecurityLakeServiceException extends import_smithy_client.ServiceException {
237
+ var SecurityLakeServiceException = class _SecurityLakeServiceException extends import_smithy_client.ServiceException {
238
+ static {
239
+ __name(this, "SecurityLakeServiceException");
240
+ }
233
241
  /**
234
242
  * @internal
235
243
  */
@@ -238,11 +246,19 @@ var _SecurityLakeServiceException = class _SecurityLakeServiceException extends
238
246
  Object.setPrototypeOf(this, _SecurityLakeServiceException.prototype);
239
247
  }
240
248
  };
241
- __name(_SecurityLakeServiceException, "SecurityLakeServiceException");
242
- var SecurityLakeServiceException = _SecurityLakeServiceException;
243
249
 
244
250
  // src/models/models_0.ts
245
- var _AccessDeniedException = class _AccessDeniedException extends SecurityLakeServiceException {
251
+ var AccessDeniedException = class _AccessDeniedException extends SecurityLakeServiceException {
252
+ static {
253
+ __name(this, "AccessDeniedException");
254
+ }
255
+ name = "AccessDeniedException";
256
+ $fault = "client";
257
+ /**
258
+ * <p>A coded string to provide more information about the access denied exception. You can use the error code to check the exception type.</p>
259
+ * @public
260
+ */
261
+ errorCode;
246
262
  /**
247
263
  * @internal
248
264
  */
@@ -252,14 +268,10 @@ var _AccessDeniedException = class _AccessDeniedException extends SecurityLakeSe
252
268
  $fault: "client",
253
269
  ...opts
254
270
  });
255
- this.name = "AccessDeniedException";
256
- this.$fault = "client";
257
271
  Object.setPrototypeOf(this, _AccessDeniedException.prototype);
258
272
  this.errorCode = opts.errorCode;
259
273
  }
260
274
  };
261
- __name(_AccessDeniedException, "AccessDeniedException");
262
- var AccessDeniedException = _AccessDeniedException;
263
275
  var AccessType = {
264
276
  LAKEFORMATION: "LAKEFORMATION",
265
277
  S3: "S3"
@@ -274,7 +286,12 @@ var AwsLogSourceName = {
274
286
  VPC_FLOW: "VPC_FLOW",
275
287
  WAF: "WAF"
276
288
  };
277
- var _BadRequestException = class _BadRequestException extends SecurityLakeServiceException {
289
+ var BadRequestException = class _BadRequestException extends SecurityLakeServiceException {
290
+ static {
291
+ __name(this, "BadRequestException");
292
+ }
293
+ name = "BadRequestException";
294
+ $fault = "client";
278
295
  /**
279
296
  * @internal
280
297
  */
@@ -284,14 +301,25 @@ var _BadRequestException = class _BadRequestException extends SecurityLakeServic
284
301
  $fault: "client",
285
302
  ...opts
286
303
  });
287
- this.name = "BadRequestException";
288
- this.$fault = "client";
289
304
  Object.setPrototypeOf(this, _BadRequestException.prototype);
290
305
  }
291
306
  };
292
- __name(_BadRequestException, "BadRequestException");
293
- var BadRequestException = _BadRequestException;
294
- var _ConflictException = class _ConflictException extends SecurityLakeServiceException {
307
+ var ConflictException = class _ConflictException extends SecurityLakeServiceException {
308
+ static {
309
+ __name(this, "ConflictException");
310
+ }
311
+ name = "ConflictException";
312
+ $fault = "client";
313
+ /**
314
+ * <p>The resource name.</p>
315
+ * @public
316
+ */
317
+ resourceName;
318
+ /**
319
+ * <p>The resource type.</p>
320
+ * @public
321
+ */
322
+ resourceType;
295
323
  /**
296
324
  * @internal
297
325
  */
@@ -301,16 +329,18 @@ var _ConflictException = class _ConflictException extends SecurityLakeServiceExc
301
329
  $fault: "client",
302
330
  ...opts
303
331
  });
304
- this.name = "ConflictException";
305
- this.$fault = "client";
306
332
  Object.setPrototypeOf(this, _ConflictException.prototype);
307
333
  this.resourceName = opts.resourceName;
308
334
  this.resourceType = opts.resourceType;
309
335
  }
310
336
  };
311
- __name(_ConflictException, "ConflictException");
312
- var ConflictException = _ConflictException;
313
- var _InternalServerException = class _InternalServerException extends SecurityLakeServiceException {
337
+ var InternalServerException = class _InternalServerException extends SecurityLakeServiceException {
338
+ static {
339
+ __name(this, "InternalServerException");
340
+ }
341
+ name = "InternalServerException";
342
+ $fault = "server";
343
+ $retryable = {};
314
344
  /**
315
345
  * @internal
316
346
  */
@@ -320,15 +350,25 @@ var _InternalServerException = class _InternalServerException extends SecurityLa
320
350
  $fault: "server",
321
351
  ...opts
322
352
  });
323
- this.name = "InternalServerException";
324
- this.$fault = "server";
325
- this.$retryable = {};
326
353
  Object.setPrototypeOf(this, _InternalServerException.prototype);
327
354
  }
328
355
  };
329
- __name(_InternalServerException, "InternalServerException");
330
- var InternalServerException = _InternalServerException;
331
- var _ResourceNotFoundException = class _ResourceNotFoundException extends SecurityLakeServiceException {
356
+ var ResourceNotFoundException = class _ResourceNotFoundException extends SecurityLakeServiceException {
357
+ static {
358
+ __name(this, "ResourceNotFoundException");
359
+ }
360
+ name = "ResourceNotFoundException";
361
+ $fault = "client";
362
+ /**
363
+ * <p>The name of the resource that could not be found.</p>
364
+ * @public
365
+ */
366
+ resourceName;
367
+ /**
368
+ * <p>The type of the resource that could not be found.</p>
369
+ * @public
370
+ */
371
+ resourceType;
332
372
  /**
333
373
  * @internal
334
374
  */
@@ -338,16 +378,35 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Securi
338
378
  $fault: "client",
339
379
  ...opts
340
380
  });
341
- this.name = "ResourceNotFoundException";
342
- this.$fault = "client";
343
381
  Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
344
382
  this.resourceName = opts.resourceName;
345
383
  this.resourceType = opts.resourceType;
346
384
  }
347
385
  };
348
- __name(_ResourceNotFoundException, "ResourceNotFoundException");
349
- var ResourceNotFoundException = _ResourceNotFoundException;
350
- var _ThrottlingException = class _ThrottlingException extends SecurityLakeServiceException {
386
+ var ThrottlingException = class _ThrottlingException extends SecurityLakeServiceException {
387
+ static {
388
+ __name(this, "ThrottlingException");
389
+ }
390
+ name = "ThrottlingException";
391
+ $fault = "client";
392
+ $retryable = {
393
+ throttling: true
394
+ };
395
+ /**
396
+ * <p>The code for the service in Service Quotas.</p>
397
+ * @public
398
+ */
399
+ serviceCode;
400
+ /**
401
+ * <p>That the rate of requests to Security Lake is exceeding the request quotas for your Amazon Web Services account.</p>
402
+ * @public
403
+ */
404
+ quotaCode;
405
+ /**
406
+ * <p>Retry the request after the specified time.</p>
407
+ * @public
408
+ */
409
+ retryAfterSeconds;
351
410
  /**
352
411
  * @internal
353
412
  */
@@ -357,19 +416,12 @@ var _ThrottlingException = class _ThrottlingException extends SecurityLakeServic
357
416
  $fault: "client",
358
417
  ...opts
359
418
  });
360
- this.name = "ThrottlingException";
361
- this.$fault = "client";
362
- this.$retryable = {
363
- throttling: true
364
- };
365
419
  Object.setPrototypeOf(this, _ThrottlingException.prototype);
366
420
  this.serviceCode = opts.serviceCode;
367
421
  this.quotaCode = opts.quotaCode;
368
422
  this.retryAfterSeconds = opts.retryAfterSeconds;
369
423
  }
370
424
  };
371
- __name(_ThrottlingException, "ThrottlingException");
372
- var ThrottlingException = _ThrottlingException;
373
425
  var DataLakeStatus = {
374
426
  COMPLETED: "COMPLETED",
375
427
  FAILED: "FAILED",
@@ -1408,435 +1460,466 @@ var _sV = "sourceVersion";
1408
1460
  var _tK = "tagKeys";
1409
1461
 
1410
1462
  // src/commands/CreateAwsLogSourceCommand.ts
1411
- var _CreateAwsLogSourceCommand = class _CreateAwsLogSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1463
+ var CreateAwsLogSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1412
1464
  return [
1413
1465
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1414
1466
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1415
1467
  ];
1416
1468
  }).s("SecurityLake", "CreateAwsLogSource", {}).n("SecurityLakeClient", "CreateAwsLogSourceCommand").f(void 0, void 0).ser(se_CreateAwsLogSourceCommand).de(de_CreateAwsLogSourceCommand).build() {
1469
+ static {
1470
+ __name(this, "CreateAwsLogSourceCommand");
1471
+ }
1417
1472
  };
1418
- __name(_CreateAwsLogSourceCommand, "CreateAwsLogSourceCommand");
1419
- var CreateAwsLogSourceCommand = _CreateAwsLogSourceCommand;
1420
1473
 
1421
1474
  // src/commands/CreateCustomLogSourceCommand.ts
1422
1475
 
1423
1476
 
1424
1477
 
1425
- var _CreateCustomLogSourceCommand = class _CreateCustomLogSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1478
+ var CreateCustomLogSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1426
1479
  return [
1427
1480
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1428
1481
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1429
1482
  ];
1430
1483
  }).s("SecurityLake", "CreateCustomLogSource", {}).n("SecurityLakeClient", "CreateCustomLogSourceCommand").f(void 0, void 0).ser(se_CreateCustomLogSourceCommand).de(de_CreateCustomLogSourceCommand).build() {
1484
+ static {
1485
+ __name(this, "CreateCustomLogSourceCommand");
1486
+ }
1431
1487
  };
1432
- __name(_CreateCustomLogSourceCommand, "CreateCustomLogSourceCommand");
1433
- var CreateCustomLogSourceCommand = _CreateCustomLogSourceCommand;
1434
1488
 
1435
1489
  // src/commands/CreateDataLakeCommand.ts
1436
1490
 
1437
1491
 
1438
1492
 
1439
- var _CreateDataLakeCommand = class _CreateDataLakeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1493
+ var CreateDataLakeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1440
1494
  return [
1441
1495
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1442
1496
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1443
1497
  ];
1444
1498
  }).s("SecurityLake", "CreateDataLake", {}).n("SecurityLakeClient", "CreateDataLakeCommand").f(void 0, void 0).ser(se_CreateDataLakeCommand).de(de_CreateDataLakeCommand).build() {
1499
+ static {
1500
+ __name(this, "CreateDataLakeCommand");
1501
+ }
1445
1502
  };
1446
- __name(_CreateDataLakeCommand, "CreateDataLakeCommand");
1447
- var CreateDataLakeCommand = _CreateDataLakeCommand;
1448
1503
 
1449
1504
  // src/commands/CreateDataLakeExceptionSubscriptionCommand.ts
1450
1505
 
1451
1506
 
1452
1507
 
1453
- var _CreateDataLakeExceptionSubscriptionCommand = class _CreateDataLakeExceptionSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1508
+ var CreateDataLakeExceptionSubscriptionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1454
1509
  return [
1455
1510
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1456
1511
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1457
1512
  ];
1458
1513
  }).s("SecurityLake", "CreateDataLakeExceptionSubscription", {}).n("SecurityLakeClient", "CreateDataLakeExceptionSubscriptionCommand").f(void 0, void 0).ser(se_CreateDataLakeExceptionSubscriptionCommand).de(de_CreateDataLakeExceptionSubscriptionCommand).build() {
1514
+ static {
1515
+ __name(this, "CreateDataLakeExceptionSubscriptionCommand");
1516
+ }
1459
1517
  };
1460
- __name(_CreateDataLakeExceptionSubscriptionCommand, "CreateDataLakeExceptionSubscriptionCommand");
1461
- var CreateDataLakeExceptionSubscriptionCommand = _CreateDataLakeExceptionSubscriptionCommand;
1462
1518
 
1463
1519
  // src/commands/CreateDataLakeOrganizationConfigurationCommand.ts
1464
1520
 
1465
1521
 
1466
1522
 
1467
- var _CreateDataLakeOrganizationConfigurationCommand = class _CreateDataLakeOrganizationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1523
+ var CreateDataLakeOrganizationConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1468
1524
  return [
1469
1525
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1470
1526
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1471
1527
  ];
1472
1528
  }).s("SecurityLake", "CreateDataLakeOrganizationConfiguration", {}).n("SecurityLakeClient", "CreateDataLakeOrganizationConfigurationCommand").f(void 0, void 0).ser(se_CreateDataLakeOrganizationConfigurationCommand).de(de_CreateDataLakeOrganizationConfigurationCommand).build() {
1529
+ static {
1530
+ __name(this, "CreateDataLakeOrganizationConfigurationCommand");
1531
+ }
1473
1532
  };
1474
- __name(_CreateDataLakeOrganizationConfigurationCommand, "CreateDataLakeOrganizationConfigurationCommand");
1475
- var CreateDataLakeOrganizationConfigurationCommand = _CreateDataLakeOrganizationConfigurationCommand;
1476
1533
 
1477
1534
  // src/commands/CreateSubscriberCommand.ts
1478
1535
 
1479
1536
 
1480
1537
 
1481
- var _CreateSubscriberCommand = class _CreateSubscriberCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1538
+ var CreateSubscriberCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1482
1539
  return [
1483
1540
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1484
1541
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1485
1542
  ];
1486
1543
  }).s("SecurityLake", "CreateSubscriber", {}).n("SecurityLakeClient", "CreateSubscriberCommand").f(void 0, void 0).ser(se_CreateSubscriberCommand).de(de_CreateSubscriberCommand).build() {
1544
+ static {
1545
+ __name(this, "CreateSubscriberCommand");
1546
+ }
1487
1547
  };
1488
- __name(_CreateSubscriberCommand, "CreateSubscriberCommand");
1489
- var CreateSubscriberCommand = _CreateSubscriberCommand;
1490
1548
 
1491
1549
  // src/commands/CreateSubscriberNotificationCommand.ts
1492
1550
 
1493
1551
 
1494
1552
 
1495
- var _CreateSubscriberNotificationCommand = class _CreateSubscriberNotificationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1553
+ var CreateSubscriberNotificationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1496
1554
  return [
1497
1555
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1498
1556
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1499
1557
  ];
1500
1558
  }).s("SecurityLake", "CreateSubscriberNotification", {}).n("SecurityLakeClient", "CreateSubscriberNotificationCommand").f(void 0, void 0).ser(se_CreateSubscriberNotificationCommand).de(de_CreateSubscriberNotificationCommand).build() {
1559
+ static {
1560
+ __name(this, "CreateSubscriberNotificationCommand");
1561
+ }
1501
1562
  };
1502
- __name(_CreateSubscriberNotificationCommand, "CreateSubscriberNotificationCommand");
1503
- var CreateSubscriberNotificationCommand = _CreateSubscriberNotificationCommand;
1504
1563
 
1505
1564
  // src/commands/DeleteAwsLogSourceCommand.ts
1506
1565
 
1507
1566
 
1508
1567
 
1509
- var _DeleteAwsLogSourceCommand = class _DeleteAwsLogSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1568
+ var DeleteAwsLogSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1510
1569
  return [
1511
1570
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1512
1571
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1513
1572
  ];
1514
1573
  }).s("SecurityLake", "DeleteAwsLogSource", {}).n("SecurityLakeClient", "DeleteAwsLogSourceCommand").f(void 0, void 0).ser(se_DeleteAwsLogSourceCommand).de(de_DeleteAwsLogSourceCommand).build() {
1574
+ static {
1575
+ __name(this, "DeleteAwsLogSourceCommand");
1576
+ }
1515
1577
  };
1516
- __name(_DeleteAwsLogSourceCommand, "DeleteAwsLogSourceCommand");
1517
- var DeleteAwsLogSourceCommand = _DeleteAwsLogSourceCommand;
1518
1578
 
1519
1579
  // src/commands/DeleteCustomLogSourceCommand.ts
1520
1580
 
1521
1581
 
1522
1582
 
1523
- var _DeleteCustomLogSourceCommand = class _DeleteCustomLogSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1583
+ var DeleteCustomLogSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1524
1584
  return [
1525
1585
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1526
1586
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1527
1587
  ];
1528
1588
  }).s("SecurityLake", "DeleteCustomLogSource", {}).n("SecurityLakeClient", "DeleteCustomLogSourceCommand").f(void 0, void 0).ser(se_DeleteCustomLogSourceCommand).de(de_DeleteCustomLogSourceCommand).build() {
1589
+ static {
1590
+ __name(this, "DeleteCustomLogSourceCommand");
1591
+ }
1529
1592
  };
1530
- __name(_DeleteCustomLogSourceCommand, "DeleteCustomLogSourceCommand");
1531
- var DeleteCustomLogSourceCommand = _DeleteCustomLogSourceCommand;
1532
1593
 
1533
1594
  // src/commands/DeleteDataLakeCommand.ts
1534
1595
 
1535
1596
 
1536
1597
 
1537
- var _DeleteDataLakeCommand = class _DeleteDataLakeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1598
+ var DeleteDataLakeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1538
1599
  return [
1539
1600
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1540
1601
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1541
1602
  ];
1542
1603
  }).s("SecurityLake", "DeleteDataLake", {}).n("SecurityLakeClient", "DeleteDataLakeCommand").f(void 0, void 0).ser(se_DeleteDataLakeCommand).de(de_DeleteDataLakeCommand).build() {
1604
+ static {
1605
+ __name(this, "DeleteDataLakeCommand");
1606
+ }
1543
1607
  };
1544
- __name(_DeleteDataLakeCommand, "DeleteDataLakeCommand");
1545
- var DeleteDataLakeCommand = _DeleteDataLakeCommand;
1546
1608
 
1547
1609
  // src/commands/DeleteDataLakeExceptionSubscriptionCommand.ts
1548
1610
 
1549
1611
 
1550
1612
 
1551
- var _DeleteDataLakeExceptionSubscriptionCommand = class _DeleteDataLakeExceptionSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1613
+ var DeleteDataLakeExceptionSubscriptionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1552
1614
  return [
1553
1615
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1554
1616
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1555
1617
  ];
1556
1618
  }).s("SecurityLake", "DeleteDataLakeExceptionSubscription", {}).n("SecurityLakeClient", "DeleteDataLakeExceptionSubscriptionCommand").f(void 0, void 0).ser(se_DeleteDataLakeExceptionSubscriptionCommand).de(de_DeleteDataLakeExceptionSubscriptionCommand).build() {
1619
+ static {
1620
+ __name(this, "DeleteDataLakeExceptionSubscriptionCommand");
1621
+ }
1557
1622
  };
1558
- __name(_DeleteDataLakeExceptionSubscriptionCommand, "DeleteDataLakeExceptionSubscriptionCommand");
1559
- var DeleteDataLakeExceptionSubscriptionCommand = _DeleteDataLakeExceptionSubscriptionCommand;
1560
1623
 
1561
1624
  // src/commands/DeleteDataLakeOrganizationConfigurationCommand.ts
1562
1625
 
1563
1626
 
1564
1627
 
1565
- var _DeleteDataLakeOrganizationConfigurationCommand = class _DeleteDataLakeOrganizationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1628
+ var DeleteDataLakeOrganizationConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1566
1629
  return [
1567
1630
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1568
1631
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1569
1632
  ];
1570
1633
  }).s("SecurityLake", "DeleteDataLakeOrganizationConfiguration", {}).n("SecurityLakeClient", "DeleteDataLakeOrganizationConfigurationCommand").f(void 0, void 0).ser(se_DeleteDataLakeOrganizationConfigurationCommand).de(de_DeleteDataLakeOrganizationConfigurationCommand).build() {
1634
+ static {
1635
+ __name(this, "DeleteDataLakeOrganizationConfigurationCommand");
1636
+ }
1571
1637
  };
1572
- __name(_DeleteDataLakeOrganizationConfigurationCommand, "DeleteDataLakeOrganizationConfigurationCommand");
1573
- var DeleteDataLakeOrganizationConfigurationCommand = _DeleteDataLakeOrganizationConfigurationCommand;
1574
1638
 
1575
1639
  // src/commands/DeleteSubscriberCommand.ts
1576
1640
 
1577
1641
 
1578
1642
 
1579
- var _DeleteSubscriberCommand = class _DeleteSubscriberCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1643
+ var DeleteSubscriberCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1580
1644
  return [
1581
1645
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1582
1646
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1583
1647
  ];
1584
1648
  }).s("SecurityLake", "DeleteSubscriber", {}).n("SecurityLakeClient", "DeleteSubscriberCommand").f(void 0, void 0).ser(se_DeleteSubscriberCommand).de(de_DeleteSubscriberCommand).build() {
1649
+ static {
1650
+ __name(this, "DeleteSubscriberCommand");
1651
+ }
1585
1652
  };
1586
- __name(_DeleteSubscriberCommand, "DeleteSubscriberCommand");
1587
- var DeleteSubscriberCommand = _DeleteSubscriberCommand;
1588
1653
 
1589
1654
  // src/commands/DeleteSubscriberNotificationCommand.ts
1590
1655
 
1591
1656
 
1592
1657
 
1593
- var _DeleteSubscriberNotificationCommand = class _DeleteSubscriberNotificationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1658
+ var DeleteSubscriberNotificationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1594
1659
  return [
1595
1660
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1596
1661
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1597
1662
  ];
1598
1663
  }).s("SecurityLake", "DeleteSubscriberNotification", {}).n("SecurityLakeClient", "DeleteSubscriberNotificationCommand").f(void 0, void 0).ser(se_DeleteSubscriberNotificationCommand).de(de_DeleteSubscriberNotificationCommand).build() {
1664
+ static {
1665
+ __name(this, "DeleteSubscriberNotificationCommand");
1666
+ }
1599
1667
  };
1600
- __name(_DeleteSubscriberNotificationCommand, "DeleteSubscriberNotificationCommand");
1601
- var DeleteSubscriberNotificationCommand = _DeleteSubscriberNotificationCommand;
1602
1668
 
1603
1669
  // src/commands/DeregisterDataLakeDelegatedAdministratorCommand.ts
1604
1670
 
1605
1671
 
1606
1672
 
1607
- var _DeregisterDataLakeDelegatedAdministratorCommand = class _DeregisterDataLakeDelegatedAdministratorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1673
+ var DeregisterDataLakeDelegatedAdministratorCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1608
1674
  return [
1609
1675
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1610
1676
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1611
1677
  ];
1612
1678
  }).s("SecurityLake", "DeregisterDataLakeDelegatedAdministrator", {}).n("SecurityLakeClient", "DeregisterDataLakeDelegatedAdministratorCommand").f(void 0, void 0).ser(se_DeregisterDataLakeDelegatedAdministratorCommand).de(de_DeregisterDataLakeDelegatedAdministratorCommand).build() {
1679
+ static {
1680
+ __name(this, "DeregisterDataLakeDelegatedAdministratorCommand");
1681
+ }
1613
1682
  };
1614
- __name(_DeregisterDataLakeDelegatedAdministratorCommand, "DeregisterDataLakeDelegatedAdministratorCommand");
1615
- var DeregisterDataLakeDelegatedAdministratorCommand = _DeregisterDataLakeDelegatedAdministratorCommand;
1616
1683
 
1617
1684
  // src/commands/GetDataLakeExceptionSubscriptionCommand.ts
1618
1685
 
1619
1686
 
1620
1687
 
1621
- var _GetDataLakeExceptionSubscriptionCommand = class _GetDataLakeExceptionSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1688
+ var GetDataLakeExceptionSubscriptionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1622
1689
  return [
1623
1690
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1624
1691
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1625
1692
  ];
1626
1693
  }).s("SecurityLake", "GetDataLakeExceptionSubscription", {}).n("SecurityLakeClient", "GetDataLakeExceptionSubscriptionCommand").f(void 0, void 0).ser(se_GetDataLakeExceptionSubscriptionCommand).de(de_GetDataLakeExceptionSubscriptionCommand).build() {
1694
+ static {
1695
+ __name(this, "GetDataLakeExceptionSubscriptionCommand");
1696
+ }
1627
1697
  };
1628
- __name(_GetDataLakeExceptionSubscriptionCommand, "GetDataLakeExceptionSubscriptionCommand");
1629
- var GetDataLakeExceptionSubscriptionCommand = _GetDataLakeExceptionSubscriptionCommand;
1630
1698
 
1631
1699
  // src/commands/GetDataLakeOrganizationConfigurationCommand.ts
1632
1700
 
1633
1701
 
1634
1702
 
1635
- var _GetDataLakeOrganizationConfigurationCommand = class _GetDataLakeOrganizationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1703
+ var GetDataLakeOrganizationConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1636
1704
  return [
1637
1705
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1638
1706
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1639
1707
  ];
1640
1708
  }).s("SecurityLake", "GetDataLakeOrganizationConfiguration", {}).n("SecurityLakeClient", "GetDataLakeOrganizationConfigurationCommand").f(void 0, void 0).ser(se_GetDataLakeOrganizationConfigurationCommand).de(de_GetDataLakeOrganizationConfigurationCommand).build() {
1709
+ static {
1710
+ __name(this, "GetDataLakeOrganizationConfigurationCommand");
1711
+ }
1641
1712
  };
1642
- __name(_GetDataLakeOrganizationConfigurationCommand, "GetDataLakeOrganizationConfigurationCommand");
1643
- var GetDataLakeOrganizationConfigurationCommand = _GetDataLakeOrganizationConfigurationCommand;
1644
1713
 
1645
1714
  // src/commands/GetDataLakeSourcesCommand.ts
1646
1715
 
1647
1716
 
1648
1717
 
1649
- var _GetDataLakeSourcesCommand = class _GetDataLakeSourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1718
+ var GetDataLakeSourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1650
1719
  return [
1651
1720
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1652
1721
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1653
1722
  ];
1654
1723
  }).s("SecurityLake", "GetDataLakeSources", {}).n("SecurityLakeClient", "GetDataLakeSourcesCommand").f(void 0, void 0).ser(se_GetDataLakeSourcesCommand).de(de_GetDataLakeSourcesCommand).build() {
1724
+ static {
1725
+ __name(this, "GetDataLakeSourcesCommand");
1726
+ }
1655
1727
  };
1656
- __name(_GetDataLakeSourcesCommand, "GetDataLakeSourcesCommand");
1657
- var GetDataLakeSourcesCommand = _GetDataLakeSourcesCommand;
1658
1728
 
1659
1729
  // src/commands/GetSubscriberCommand.ts
1660
1730
 
1661
1731
 
1662
1732
 
1663
- var _GetSubscriberCommand = class _GetSubscriberCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1733
+ var GetSubscriberCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1664
1734
  return [
1665
1735
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1666
1736
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1667
1737
  ];
1668
1738
  }).s("SecurityLake", "GetSubscriber", {}).n("SecurityLakeClient", "GetSubscriberCommand").f(void 0, void 0).ser(se_GetSubscriberCommand).de(de_GetSubscriberCommand).build() {
1739
+ static {
1740
+ __name(this, "GetSubscriberCommand");
1741
+ }
1669
1742
  };
1670
- __name(_GetSubscriberCommand, "GetSubscriberCommand");
1671
- var GetSubscriberCommand = _GetSubscriberCommand;
1672
1743
 
1673
1744
  // src/commands/ListDataLakeExceptionsCommand.ts
1674
1745
 
1675
1746
 
1676
1747
 
1677
- var _ListDataLakeExceptionsCommand = class _ListDataLakeExceptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1748
+ var ListDataLakeExceptionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1678
1749
  return [
1679
1750
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1680
1751
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1681
1752
  ];
1682
1753
  }).s("SecurityLake", "ListDataLakeExceptions", {}).n("SecurityLakeClient", "ListDataLakeExceptionsCommand").f(void 0, void 0).ser(se_ListDataLakeExceptionsCommand).de(de_ListDataLakeExceptionsCommand).build() {
1754
+ static {
1755
+ __name(this, "ListDataLakeExceptionsCommand");
1756
+ }
1683
1757
  };
1684
- __name(_ListDataLakeExceptionsCommand, "ListDataLakeExceptionsCommand");
1685
- var ListDataLakeExceptionsCommand = _ListDataLakeExceptionsCommand;
1686
1758
 
1687
1759
  // src/commands/ListDataLakesCommand.ts
1688
1760
 
1689
1761
 
1690
1762
 
1691
- var _ListDataLakesCommand = class _ListDataLakesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1763
+ var ListDataLakesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1692
1764
  return [
1693
1765
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1694
1766
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1695
1767
  ];
1696
1768
  }).s("SecurityLake", "ListDataLakes", {}).n("SecurityLakeClient", "ListDataLakesCommand").f(void 0, void 0).ser(se_ListDataLakesCommand).de(de_ListDataLakesCommand).build() {
1769
+ static {
1770
+ __name(this, "ListDataLakesCommand");
1771
+ }
1697
1772
  };
1698
- __name(_ListDataLakesCommand, "ListDataLakesCommand");
1699
- var ListDataLakesCommand = _ListDataLakesCommand;
1700
1773
 
1701
1774
  // src/commands/ListLogSourcesCommand.ts
1702
1775
 
1703
1776
 
1704
1777
 
1705
- var _ListLogSourcesCommand = class _ListLogSourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1778
+ var ListLogSourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1706
1779
  return [
1707
1780
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1708
1781
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1709
1782
  ];
1710
1783
  }).s("SecurityLake", "ListLogSources", {}).n("SecurityLakeClient", "ListLogSourcesCommand").f(void 0, void 0).ser(se_ListLogSourcesCommand).de(de_ListLogSourcesCommand).build() {
1784
+ static {
1785
+ __name(this, "ListLogSourcesCommand");
1786
+ }
1711
1787
  };
1712
- __name(_ListLogSourcesCommand, "ListLogSourcesCommand");
1713
- var ListLogSourcesCommand = _ListLogSourcesCommand;
1714
1788
 
1715
1789
  // src/commands/ListSubscribersCommand.ts
1716
1790
 
1717
1791
 
1718
1792
 
1719
- var _ListSubscribersCommand = class _ListSubscribersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1793
+ var ListSubscribersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1720
1794
  return [
1721
1795
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1722
1796
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1723
1797
  ];
1724
1798
  }).s("SecurityLake", "ListSubscribers", {}).n("SecurityLakeClient", "ListSubscribersCommand").f(void 0, void 0).ser(se_ListSubscribersCommand).de(de_ListSubscribersCommand).build() {
1799
+ static {
1800
+ __name(this, "ListSubscribersCommand");
1801
+ }
1725
1802
  };
1726
- __name(_ListSubscribersCommand, "ListSubscribersCommand");
1727
- var ListSubscribersCommand = _ListSubscribersCommand;
1728
1803
 
1729
1804
  // src/commands/ListTagsForResourceCommand.ts
1730
1805
 
1731
1806
 
1732
1807
 
1733
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1808
+ var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1734
1809
  return [
1735
1810
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1736
1811
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1737
1812
  ];
1738
1813
  }).s("SecurityLake", "ListTagsForResource", {}).n("SecurityLakeClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
1814
+ static {
1815
+ __name(this, "ListTagsForResourceCommand");
1816
+ }
1739
1817
  };
1740
- __name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
1741
- var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1742
1818
 
1743
1819
  // src/commands/RegisterDataLakeDelegatedAdministratorCommand.ts
1744
1820
 
1745
1821
 
1746
1822
 
1747
- var _RegisterDataLakeDelegatedAdministratorCommand = class _RegisterDataLakeDelegatedAdministratorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1823
+ var RegisterDataLakeDelegatedAdministratorCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1748
1824
  return [
1749
1825
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1750
1826
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1751
1827
  ];
1752
1828
  }).s("SecurityLake", "RegisterDataLakeDelegatedAdministrator", {}).n("SecurityLakeClient", "RegisterDataLakeDelegatedAdministratorCommand").f(void 0, void 0).ser(se_RegisterDataLakeDelegatedAdministratorCommand).de(de_RegisterDataLakeDelegatedAdministratorCommand).build() {
1829
+ static {
1830
+ __name(this, "RegisterDataLakeDelegatedAdministratorCommand");
1831
+ }
1753
1832
  };
1754
- __name(_RegisterDataLakeDelegatedAdministratorCommand, "RegisterDataLakeDelegatedAdministratorCommand");
1755
- var RegisterDataLakeDelegatedAdministratorCommand = _RegisterDataLakeDelegatedAdministratorCommand;
1756
1833
 
1757
1834
  // src/commands/TagResourceCommand.ts
1758
1835
 
1759
1836
 
1760
1837
 
1761
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1838
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1762
1839
  return [
1763
1840
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1764
1841
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1765
1842
  ];
1766
1843
  }).s("SecurityLake", "TagResource", {}).n("SecurityLakeClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
1844
+ static {
1845
+ __name(this, "TagResourceCommand");
1846
+ }
1767
1847
  };
1768
- __name(_TagResourceCommand, "TagResourceCommand");
1769
- var TagResourceCommand = _TagResourceCommand;
1770
1848
 
1771
1849
  // src/commands/UntagResourceCommand.ts
1772
1850
 
1773
1851
 
1774
1852
 
1775
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1853
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1776
1854
  return [
1777
1855
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1778
1856
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1779
1857
  ];
1780
1858
  }).s("SecurityLake", "UntagResource", {}).n("SecurityLakeClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
1859
+ static {
1860
+ __name(this, "UntagResourceCommand");
1861
+ }
1781
1862
  };
1782
- __name(_UntagResourceCommand, "UntagResourceCommand");
1783
- var UntagResourceCommand = _UntagResourceCommand;
1784
1863
 
1785
1864
  // src/commands/UpdateDataLakeCommand.ts
1786
1865
 
1787
1866
 
1788
1867
 
1789
- var _UpdateDataLakeCommand = class _UpdateDataLakeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1868
+ var UpdateDataLakeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1790
1869
  return [
1791
1870
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1792
1871
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1793
1872
  ];
1794
1873
  }).s("SecurityLake", "UpdateDataLake", {}).n("SecurityLakeClient", "UpdateDataLakeCommand").f(void 0, void 0).ser(se_UpdateDataLakeCommand).de(de_UpdateDataLakeCommand).build() {
1874
+ static {
1875
+ __name(this, "UpdateDataLakeCommand");
1876
+ }
1795
1877
  };
1796
- __name(_UpdateDataLakeCommand, "UpdateDataLakeCommand");
1797
- var UpdateDataLakeCommand = _UpdateDataLakeCommand;
1798
1878
 
1799
1879
  // src/commands/UpdateDataLakeExceptionSubscriptionCommand.ts
1800
1880
 
1801
1881
 
1802
1882
 
1803
- var _UpdateDataLakeExceptionSubscriptionCommand = class _UpdateDataLakeExceptionSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1883
+ var UpdateDataLakeExceptionSubscriptionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1804
1884
  return [
1805
1885
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1806
1886
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1807
1887
  ];
1808
1888
  }).s("SecurityLake", "UpdateDataLakeExceptionSubscription", {}).n("SecurityLakeClient", "UpdateDataLakeExceptionSubscriptionCommand").f(void 0, void 0).ser(se_UpdateDataLakeExceptionSubscriptionCommand).de(de_UpdateDataLakeExceptionSubscriptionCommand).build() {
1889
+ static {
1890
+ __name(this, "UpdateDataLakeExceptionSubscriptionCommand");
1891
+ }
1809
1892
  };
1810
- __name(_UpdateDataLakeExceptionSubscriptionCommand, "UpdateDataLakeExceptionSubscriptionCommand");
1811
- var UpdateDataLakeExceptionSubscriptionCommand = _UpdateDataLakeExceptionSubscriptionCommand;
1812
1893
 
1813
1894
  // src/commands/UpdateSubscriberCommand.ts
1814
1895
 
1815
1896
 
1816
1897
 
1817
- var _UpdateSubscriberCommand = class _UpdateSubscriberCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1898
+ var UpdateSubscriberCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1818
1899
  return [
1819
1900
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1820
1901
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1821
1902
  ];
1822
1903
  }).s("SecurityLake", "UpdateSubscriber", {}).n("SecurityLakeClient", "UpdateSubscriberCommand").f(void 0, void 0).ser(se_UpdateSubscriberCommand).de(de_UpdateSubscriberCommand).build() {
1904
+ static {
1905
+ __name(this, "UpdateSubscriberCommand");
1906
+ }
1823
1907
  };
1824
- __name(_UpdateSubscriberCommand, "UpdateSubscriberCommand");
1825
- var UpdateSubscriberCommand = _UpdateSubscriberCommand;
1826
1908
 
1827
1909
  // src/commands/UpdateSubscriberNotificationCommand.ts
1828
1910
 
1829
1911
 
1830
1912
 
1831
- var _UpdateSubscriberNotificationCommand = class _UpdateSubscriberNotificationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1913
+ var UpdateSubscriberNotificationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1832
1914
  return [
1833
1915
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1834
1916
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1835
1917
  ];
1836
1918
  }).s("SecurityLake", "UpdateSubscriberNotification", {}).n("SecurityLakeClient", "UpdateSubscriberNotificationCommand").f(void 0, void 0).ser(se_UpdateSubscriberNotificationCommand).de(de_UpdateSubscriberNotificationCommand).build() {
1919
+ static {
1920
+ __name(this, "UpdateSubscriberNotificationCommand");
1921
+ }
1837
1922
  };
1838
- __name(_UpdateSubscriberNotificationCommand, "UpdateSubscriberNotificationCommand");
1839
- var UpdateSubscriberNotificationCommand = _UpdateSubscriberNotificationCommand;
1840
1923
 
1841
1924
  // src/SecurityLake.ts
1842
1925
  var commands = {
@@ -1872,10 +1955,11 @@ var commands = {
1872
1955
  UpdateSubscriberCommand,
1873
1956
  UpdateSubscriberNotificationCommand
1874
1957
  };
1875
- var _SecurityLake = class _SecurityLake extends SecurityLakeClient {
1958
+ var SecurityLake = class extends SecurityLakeClient {
1959
+ static {
1960
+ __name(this, "SecurityLake");
1961
+ }
1876
1962
  };
1877
- __name(_SecurityLake, "SecurityLake");
1878
- var SecurityLake = _SecurityLake;
1879
1963
  (0, import_smithy_client.createAggregatedClient)(commands, SecurityLake);
1880
1964
 
1881
1965
  // src/pagination/GetDataLakeSourcesPaginator.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 SecurityLakeClient 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 { SecurityLakeServiceException as __BaseException } from "./SecurityLakeServiceException";
2
2
  export class AccessDeniedException extends __BaseException {
3
+ name = "AccessDeniedException";
4
+ $fault = "client";
5
+ errorCode;
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.errorCode = opts.errorCode;
13
14
  }
@@ -27,70 +28,77 @@ export const AwsLogSourceName = {
27
28
  WAF: "WAF",
28
29
  };
29
30
  export class BadRequestException extends __BaseException {
31
+ name = "BadRequestException";
32
+ $fault = "client";
30
33
  constructor(opts) {
31
34
  super({
32
35
  name: "BadRequestException",
33
36
  $fault: "client",
34
37
  ...opts,
35
38
  });
36
- this.name = "BadRequestException";
37
- this.$fault = "client";
38
39
  Object.setPrototypeOf(this, BadRequestException.prototype);
39
40
  }
40
41
  }
41
42
  export class ConflictException extends __BaseException {
43
+ name = "ConflictException";
44
+ $fault = "client";
45
+ resourceName;
46
+ resourceType;
42
47
  constructor(opts) {
43
48
  super({
44
49
  name: "ConflictException",
45
50
  $fault: "client",
46
51
  ...opts,
47
52
  });
48
- this.name = "ConflictException";
49
- this.$fault = "client";
50
53
  Object.setPrototypeOf(this, ConflictException.prototype);
51
54
  this.resourceName = opts.resourceName;
52
55
  this.resourceType = opts.resourceType;
53
56
  }
54
57
  }
55
58
  export class InternalServerException extends __BaseException {
59
+ name = "InternalServerException";
60
+ $fault = "server";
61
+ $retryable = {};
56
62
  constructor(opts) {
57
63
  super({
58
64
  name: "InternalServerException",
59
65
  $fault: "server",
60
66
  ...opts,
61
67
  });
62
- this.name = "InternalServerException";
63
- this.$fault = "server";
64
- this.$retryable = {};
65
68
  Object.setPrototypeOf(this, InternalServerException.prototype);
66
69
  }
67
70
  }
68
71
  export class ResourceNotFoundException extends __BaseException {
72
+ name = "ResourceNotFoundException";
73
+ $fault = "client";
74
+ resourceName;
75
+ resourceType;
69
76
  constructor(opts) {
70
77
  super({
71
78
  name: "ResourceNotFoundException",
72
79
  $fault: "client",
73
80
  ...opts,
74
81
  });
75
- this.name = "ResourceNotFoundException";
76
- this.$fault = "client";
77
82
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
78
83
  this.resourceName = opts.resourceName;
79
84
  this.resourceType = opts.resourceType;
80
85
  }
81
86
  }
82
87
  export class ThrottlingException extends __BaseException {
88
+ name = "ThrottlingException";
89
+ $fault = "client";
90
+ $retryable = {
91
+ throttling: true,
92
+ };
93
+ serviceCode;
94
+ quotaCode;
95
+ retryAfterSeconds;
83
96
  constructor(opts) {
84
97
  super({
85
98
  name: "ThrottlingException",
86
99
  $fault: "client",
87
100
  ...opts,
88
101
  });
89
- this.name = "ThrottlingException";
90
- this.$fault = "client";
91
- this.$retryable = {
92
- throttling: true,
93
- };
94
102
  Object.setPrototypeOf(this, ThrottlingException.prototype);
95
103
  this.serviceCode = opts.serviceCode;
96
104
  this.quotaCode = opts.quotaCode;
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: SecurityLakeClientConfig) => {
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: SecurityLakeClientConfig) => {
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: SecurityLakeClientConfig) => {
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: SecurityLakeClientConfig) => {
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: SecurityLakeClientConfig) => {
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: SecurityLakeClientConfig) => {
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: SecurityLakeClientConfig) => {
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: SecurityLakeClientConfig) => {
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-securitylake",
3
3
  "description": "AWS SDK for JavaScript Securitylake 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-securitylake",
@@ -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.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
  "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": {