@aws-sdk/client-securitylake 3.649.0 → 3.651.1

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.
Files changed (33) hide show
  1. package/dist-cjs/index.js +31 -93
  2. package/dist-es/commands/CreateAwsLogSourceCommand.js +1 -3
  3. package/dist-es/commands/CreateCustomLogSourceCommand.js +1 -3
  4. package/dist-es/commands/CreateDataLakeCommand.js +1 -3
  5. package/dist-es/commands/CreateDataLakeExceptionSubscriptionCommand.js +1 -3
  6. package/dist-es/commands/CreateDataLakeOrganizationConfigurationCommand.js +1 -3
  7. package/dist-es/commands/CreateSubscriberCommand.js +1 -3
  8. package/dist-es/commands/CreateSubscriberNotificationCommand.js +1 -3
  9. package/dist-es/commands/DeleteAwsLogSourceCommand.js +1 -3
  10. package/dist-es/commands/DeleteCustomLogSourceCommand.js +1 -3
  11. package/dist-es/commands/DeleteDataLakeCommand.js +1 -3
  12. package/dist-es/commands/DeleteDataLakeExceptionSubscriptionCommand.js +1 -3
  13. package/dist-es/commands/DeleteDataLakeOrganizationConfigurationCommand.js +1 -3
  14. package/dist-es/commands/DeleteSubscriberCommand.js +1 -3
  15. package/dist-es/commands/DeleteSubscriberNotificationCommand.js +1 -3
  16. package/dist-es/commands/DeregisterDataLakeDelegatedAdministratorCommand.js +1 -3
  17. package/dist-es/commands/GetDataLakeExceptionSubscriptionCommand.js +1 -3
  18. package/dist-es/commands/GetDataLakeOrganizationConfigurationCommand.js +1 -3
  19. package/dist-es/commands/GetDataLakeSourcesCommand.js +1 -3
  20. package/dist-es/commands/GetSubscriberCommand.js +1 -3
  21. package/dist-es/commands/ListDataLakeExceptionsCommand.js +1 -3
  22. package/dist-es/commands/ListDataLakesCommand.js +1 -3
  23. package/dist-es/commands/ListLogSourcesCommand.js +1 -3
  24. package/dist-es/commands/ListSubscribersCommand.js +1 -3
  25. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  26. package/dist-es/commands/RegisterDataLakeDelegatedAdministratorCommand.js +1 -3
  27. package/dist-es/commands/TagResourceCommand.js +1 -3
  28. package/dist-es/commands/UntagResourceCommand.js +1 -3
  29. package/dist-es/commands/UpdateDataLakeCommand.js +1 -3
  30. package/dist-es/commands/UpdateDataLakeExceptionSubscriptionCommand.js +1 -3
  31. package/dist-es/commands/UpdateSubscriberCommand.js +1 -3
  32. package/dist-es/commands/UpdateSubscriberNotificationCommand.js +1 -3
  33. package/package.json +5 -5
package/dist-cjs/index.js CHANGED
@@ -1411,9 +1411,7 @@ var _sV = "sourceVersion";
1411
1411
  var _tK = "tagKeys";
1412
1412
 
1413
1413
  // src/commands/CreateAwsLogSourceCommand.ts
1414
- var _CreateAwsLogSourceCommand = class _CreateAwsLogSourceCommand extends import_smithy_client.Command.classBuilder().ep({
1415
- ...commonParams
1416
- }).m(function(Command, cs, config, o) {
1414
+ var _CreateAwsLogSourceCommand = class _CreateAwsLogSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1417
1415
  return [
1418
1416
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1419
1417
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1427,9 +1425,7 @@ var CreateAwsLogSourceCommand = _CreateAwsLogSourceCommand;
1427
1425
 
1428
1426
 
1429
1427
 
1430
- var _CreateCustomLogSourceCommand = class _CreateCustomLogSourceCommand extends import_smithy_client.Command.classBuilder().ep({
1431
- ...commonParams
1432
- }).m(function(Command, cs, config, o) {
1428
+ var _CreateCustomLogSourceCommand = class _CreateCustomLogSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1433
1429
  return [
1434
1430
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1435
1431
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1443,9 +1439,7 @@ var CreateCustomLogSourceCommand = _CreateCustomLogSourceCommand;
1443
1439
 
1444
1440
 
1445
1441
 
1446
- var _CreateDataLakeCommand = class _CreateDataLakeCommand extends import_smithy_client.Command.classBuilder().ep({
1447
- ...commonParams
1448
- }).m(function(Command, cs, config, o) {
1442
+ var _CreateDataLakeCommand = class _CreateDataLakeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1449
1443
  return [
1450
1444
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1451
1445
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1459,9 +1453,7 @@ var CreateDataLakeCommand = _CreateDataLakeCommand;
1459
1453
 
1460
1454
 
1461
1455
 
1462
- var _CreateDataLakeExceptionSubscriptionCommand = class _CreateDataLakeExceptionSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
1463
- ...commonParams
1464
- }).m(function(Command, cs, config, o) {
1456
+ var _CreateDataLakeExceptionSubscriptionCommand = class _CreateDataLakeExceptionSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1465
1457
  return [
1466
1458
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1467
1459
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1475,9 +1467,7 @@ var CreateDataLakeExceptionSubscriptionCommand = _CreateDataLakeExceptionSubscri
1475
1467
 
1476
1468
 
1477
1469
 
1478
- var _CreateDataLakeOrganizationConfigurationCommand = class _CreateDataLakeOrganizationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1479
- ...commonParams
1480
- }).m(function(Command, cs, config, o) {
1470
+ var _CreateDataLakeOrganizationConfigurationCommand = class _CreateDataLakeOrganizationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1481
1471
  return [
1482
1472
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1483
1473
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1491,9 +1481,7 @@ var CreateDataLakeOrganizationConfigurationCommand = _CreateDataLakeOrganization
1491
1481
 
1492
1482
 
1493
1483
 
1494
- var _CreateSubscriberCommand = class _CreateSubscriberCommand extends import_smithy_client.Command.classBuilder().ep({
1495
- ...commonParams
1496
- }).m(function(Command, cs, config, o) {
1484
+ var _CreateSubscriberCommand = class _CreateSubscriberCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1497
1485
  return [
1498
1486
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1499
1487
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1507,9 +1495,7 @@ var CreateSubscriberCommand = _CreateSubscriberCommand;
1507
1495
 
1508
1496
 
1509
1497
 
1510
- var _CreateSubscriberNotificationCommand = class _CreateSubscriberNotificationCommand extends import_smithy_client.Command.classBuilder().ep({
1511
- ...commonParams
1512
- }).m(function(Command, cs, config, o) {
1498
+ var _CreateSubscriberNotificationCommand = class _CreateSubscriberNotificationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1513
1499
  return [
1514
1500
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1515
1501
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1523,9 +1509,7 @@ var CreateSubscriberNotificationCommand = _CreateSubscriberNotificationCommand;
1523
1509
 
1524
1510
 
1525
1511
 
1526
- var _DeleteAwsLogSourceCommand = class _DeleteAwsLogSourceCommand extends import_smithy_client.Command.classBuilder().ep({
1527
- ...commonParams
1528
- }).m(function(Command, cs, config, o) {
1512
+ var _DeleteAwsLogSourceCommand = class _DeleteAwsLogSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1529
1513
  return [
1530
1514
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1531
1515
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1539,9 +1523,7 @@ var DeleteAwsLogSourceCommand = _DeleteAwsLogSourceCommand;
1539
1523
 
1540
1524
 
1541
1525
 
1542
- var _DeleteCustomLogSourceCommand = class _DeleteCustomLogSourceCommand extends import_smithy_client.Command.classBuilder().ep({
1543
- ...commonParams
1544
- }).m(function(Command, cs, config, o) {
1526
+ var _DeleteCustomLogSourceCommand = class _DeleteCustomLogSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1545
1527
  return [
1546
1528
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1547
1529
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1555,9 +1537,7 @@ var DeleteCustomLogSourceCommand = _DeleteCustomLogSourceCommand;
1555
1537
 
1556
1538
 
1557
1539
 
1558
- var _DeleteDataLakeCommand = class _DeleteDataLakeCommand extends import_smithy_client.Command.classBuilder().ep({
1559
- ...commonParams
1560
- }).m(function(Command, cs, config, o) {
1540
+ var _DeleteDataLakeCommand = class _DeleteDataLakeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1561
1541
  return [
1562
1542
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1563
1543
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1571,9 +1551,7 @@ var DeleteDataLakeCommand = _DeleteDataLakeCommand;
1571
1551
 
1572
1552
 
1573
1553
 
1574
- var _DeleteDataLakeExceptionSubscriptionCommand = class _DeleteDataLakeExceptionSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
1575
- ...commonParams
1576
- }).m(function(Command, cs, config, o) {
1554
+ var _DeleteDataLakeExceptionSubscriptionCommand = class _DeleteDataLakeExceptionSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1577
1555
  return [
1578
1556
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1579
1557
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1587,9 +1565,7 @@ var DeleteDataLakeExceptionSubscriptionCommand = _DeleteDataLakeExceptionSubscri
1587
1565
 
1588
1566
 
1589
1567
 
1590
- var _DeleteDataLakeOrganizationConfigurationCommand = class _DeleteDataLakeOrganizationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1591
- ...commonParams
1592
- }).m(function(Command, cs, config, o) {
1568
+ var _DeleteDataLakeOrganizationConfigurationCommand = class _DeleteDataLakeOrganizationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1593
1569
  return [
1594
1570
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1595
1571
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1603,9 +1579,7 @@ var DeleteDataLakeOrganizationConfigurationCommand = _DeleteDataLakeOrganization
1603
1579
 
1604
1580
 
1605
1581
 
1606
- var _DeleteSubscriberCommand = class _DeleteSubscriberCommand extends import_smithy_client.Command.classBuilder().ep({
1607
- ...commonParams
1608
- }).m(function(Command, cs, config, o) {
1582
+ var _DeleteSubscriberCommand = class _DeleteSubscriberCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1609
1583
  return [
1610
1584
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1611
1585
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1619,9 +1593,7 @@ var DeleteSubscriberCommand = _DeleteSubscriberCommand;
1619
1593
 
1620
1594
 
1621
1595
 
1622
- var _DeleteSubscriberNotificationCommand = class _DeleteSubscriberNotificationCommand extends import_smithy_client.Command.classBuilder().ep({
1623
- ...commonParams
1624
- }).m(function(Command, cs, config, o) {
1596
+ var _DeleteSubscriberNotificationCommand = class _DeleteSubscriberNotificationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1625
1597
  return [
1626
1598
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1627
1599
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1635,9 +1607,7 @@ var DeleteSubscriberNotificationCommand = _DeleteSubscriberNotificationCommand;
1635
1607
 
1636
1608
 
1637
1609
 
1638
- var _DeregisterDataLakeDelegatedAdministratorCommand = class _DeregisterDataLakeDelegatedAdministratorCommand extends import_smithy_client.Command.classBuilder().ep({
1639
- ...commonParams
1640
- }).m(function(Command, cs, config, o) {
1610
+ var _DeregisterDataLakeDelegatedAdministratorCommand = class _DeregisterDataLakeDelegatedAdministratorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1641
1611
  return [
1642
1612
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1643
1613
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1651,9 +1621,7 @@ var DeregisterDataLakeDelegatedAdministratorCommand = _DeregisterDataLakeDelegat
1651
1621
 
1652
1622
 
1653
1623
 
1654
- var _GetDataLakeExceptionSubscriptionCommand = class _GetDataLakeExceptionSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
1655
- ...commonParams
1656
- }).m(function(Command, cs, config, o) {
1624
+ var _GetDataLakeExceptionSubscriptionCommand = class _GetDataLakeExceptionSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1657
1625
  return [
1658
1626
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1659
1627
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1667,9 +1635,7 @@ var GetDataLakeExceptionSubscriptionCommand = _GetDataLakeExceptionSubscriptionC
1667
1635
 
1668
1636
 
1669
1637
 
1670
- var _GetDataLakeOrganizationConfigurationCommand = class _GetDataLakeOrganizationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1671
- ...commonParams
1672
- }).m(function(Command, cs, config, o) {
1638
+ var _GetDataLakeOrganizationConfigurationCommand = class _GetDataLakeOrganizationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1673
1639
  return [
1674
1640
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1675
1641
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1683,9 +1649,7 @@ var GetDataLakeOrganizationConfigurationCommand = _GetDataLakeOrganizationConfig
1683
1649
 
1684
1650
 
1685
1651
 
1686
- var _GetDataLakeSourcesCommand = class _GetDataLakeSourcesCommand extends import_smithy_client.Command.classBuilder().ep({
1687
- ...commonParams
1688
- }).m(function(Command, cs, config, o) {
1652
+ var _GetDataLakeSourcesCommand = class _GetDataLakeSourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1689
1653
  return [
1690
1654
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1691
1655
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1699,9 +1663,7 @@ var GetDataLakeSourcesCommand = _GetDataLakeSourcesCommand;
1699
1663
 
1700
1664
 
1701
1665
 
1702
- var _GetSubscriberCommand = class _GetSubscriberCommand extends import_smithy_client.Command.classBuilder().ep({
1703
- ...commonParams
1704
- }).m(function(Command, cs, config, o) {
1666
+ var _GetSubscriberCommand = class _GetSubscriberCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1705
1667
  return [
1706
1668
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1707
1669
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1715,9 +1677,7 @@ var GetSubscriberCommand = _GetSubscriberCommand;
1715
1677
 
1716
1678
 
1717
1679
 
1718
- var _ListDataLakeExceptionsCommand = class _ListDataLakeExceptionsCommand extends import_smithy_client.Command.classBuilder().ep({
1719
- ...commonParams
1720
- }).m(function(Command, cs, config, o) {
1680
+ var _ListDataLakeExceptionsCommand = class _ListDataLakeExceptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1721
1681
  return [
1722
1682
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1723
1683
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1731,9 +1691,7 @@ var ListDataLakeExceptionsCommand = _ListDataLakeExceptionsCommand;
1731
1691
 
1732
1692
 
1733
1693
 
1734
- var _ListDataLakesCommand = class _ListDataLakesCommand extends import_smithy_client.Command.classBuilder().ep({
1735
- ...commonParams
1736
- }).m(function(Command, cs, config, o) {
1694
+ var _ListDataLakesCommand = class _ListDataLakesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1737
1695
  return [
1738
1696
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1739
1697
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1747,9 +1705,7 @@ var ListDataLakesCommand = _ListDataLakesCommand;
1747
1705
 
1748
1706
 
1749
1707
 
1750
- var _ListLogSourcesCommand = class _ListLogSourcesCommand extends import_smithy_client.Command.classBuilder().ep({
1751
- ...commonParams
1752
- }).m(function(Command, cs, config, o) {
1708
+ var _ListLogSourcesCommand = class _ListLogSourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1753
1709
  return [
1754
1710
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1755
1711
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1763,9 +1719,7 @@ var ListLogSourcesCommand = _ListLogSourcesCommand;
1763
1719
 
1764
1720
 
1765
1721
 
1766
- var _ListSubscribersCommand = class _ListSubscribersCommand extends import_smithy_client.Command.classBuilder().ep({
1767
- ...commonParams
1768
- }).m(function(Command, cs, config, o) {
1722
+ var _ListSubscribersCommand = class _ListSubscribersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1769
1723
  return [
1770
1724
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1771
1725
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1779,9 +1733,7 @@ var ListSubscribersCommand = _ListSubscribersCommand;
1779
1733
 
1780
1734
 
1781
1735
 
1782
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1783
- ...commonParams
1784
- }).m(function(Command, cs, config, o) {
1736
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1785
1737
  return [
1786
1738
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1787
1739
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1795,9 +1747,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1795
1747
 
1796
1748
 
1797
1749
 
1798
- var _RegisterDataLakeDelegatedAdministratorCommand = class _RegisterDataLakeDelegatedAdministratorCommand extends import_smithy_client.Command.classBuilder().ep({
1799
- ...commonParams
1800
- }).m(function(Command, cs, config, o) {
1750
+ var _RegisterDataLakeDelegatedAdministratorCommand = class _RegisterDataLakeDelegatedAdministratorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1801
1751
  return [
1802
1752
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1803
1753
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1811,9 +1761,7 @@ var RegisterDataLakeDelegatedAdministratorCommand = _RegisterDataLakeDelegatedAd
1811
1761
 
1812
1762
 
1813
1763
 
1814
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1815
- ...commonParams
1816
- }).m(function(Command, cs, config, o) {
1764
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1817
1765
  return [
1818
1766
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1819
1767
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1827,9 +1775,7 @@ var TagResourceCommand = _TagResourceCommand;
1827
1775
 
1828
1776
 
1829
1777
 
1830
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1831
- ...commonParams
1832
- }).m(function(Command, cs, config, o) {
1778
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1833
1779
  return [
1834
1780
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1835
1781
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1843,9 +1789,7 @@ var UntagResourceCommand = _UntagResourceCommand;
1843
1789
 
1844
1790
 
1845
1791
 
1846
- var _UpdateDataLakeCommand = class _UpdateDataLakeCommand extends import_smithy_client.Command.classBuilder().ep({
1847
- ...commonParams
1848
- }).m(function(Command, cs, config, o) {
1792
+ var _UpdateDataLakeCommand = class _UpdateDataLakeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1849
1793
  return [
1850
1794
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1851
1795
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1859,9 +1803,7 @@ var UpdateDataLakeCommand = _UpdateDataLakeCommand;
1859
1803
 
1860
1804
 
1861
1805
 
1862
- var _UpdateDataLakeExceptionSubscriptionCommand = class _UpdateDataLakeExceptionSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
1863
- ...commonParams
1864
- }).m(function(Command, cs, config, o) {
1806
+ var _UpdateDataLakeExceptionSubscriptionCommand = class _UpdateDataLakeExceptionSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1865
1807
  return [
1866
1808
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1867
1809
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1875,9 +1817,7 @@ var UpdateDataLakeExceptionSubscriptionCommand = _UpdateDataLakeExceptionSubscri
1875
1817
 
1876
1818
 
1877
1819
 
1878
- var _UpdateSubscriberCommand = class _UpdateSubscriberCommand extends import_smithy_client.Command.classBuilder().ep({
1879
- ...commonParams
1880
- }).m(function(Command, cs, config, o) {
1820
+ var _UpdateSubscriberCommand = class _UpdateSubscriberCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1881
1821
  return [
1882
1822
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1883
1823
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -1891,9 +1831,7 @@ var UpdateSubscriberCommand = _UpdateSubscriberCommand;
1891
1831
 
1892
1832
 
1893
1833
 
1894
- var _UpdateSubscriberNotificationCommand = class _UpdateSubscriberNotificationCommand extends import_smithy_client.Command.classBuilder().ep({
1895
- ...commonParams
1896
- }).m(function(Command, cs, config, o) {
1834
+ var _UpdateSubscriberNotificationCommand = class _UpdateSubscriberNotificationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1897
1835
  return [
1898
1836
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1899
1837
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_CreateAwsLogSourceCommand, se_CreateAwsLogSourceCommand } from "../p
6
6
  export { $Command };
7
7
  export class CreateAwsLogSourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateCustomLogSourceCommand, se_CreateCustomLogSourceCommand } from
6
6
  export { $Command };
7
7
  export class CreateCustomLogSourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateDataLakeCommand, se_CreateDataLakeCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class CreateDataLakeCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateDataLakeExceptionSubscriptionCommand, se_CreateDataLakeExcepti
6
6
  export { $Command };
7
7
  export class CreateDataLakeExceptionSubscriptionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateDataLakeOrganizationConfigurationCommand, se_CreateDataLakeOrg
6
6
  export { $Command };
7
7
  export class CreateDataLakeOrganizationConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateSubscriberCommand, se_CreateSubscriberCommand } from "../proto
6
6
  export { $Command };
7
7
  export class CreateSubscriberCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateSubscriberNotificationCommand, se_CreateSubscriberNotification
6
6
  export { $Command };
7
7
  export class CreateSubscriberNotificationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteAwsLogSourceCommand, se_DeleteAwsLogSourceCommand } from "../p
6
6
  export { $Command };
7
7
  export class DeleteAwsLogSourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteCustomLogSourceCommand, se_DeleteCustomLogSourceCommand } from
6
6
  export { $Command };
7
7
  export class DeleteCustomLogSourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteDataLakeCommand, se_DeleteDataLakeCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class DeleteDataLakeCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteDataLakeExceptionSubscriptionCommand, se_DeleteDataLakeExcepti
6
6
  export { $Command };
7
7
  export class DeleteDataLakeExceptionSubscriptionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteDataLakeOrganizationConfigurationCommand, se_DeleteDataLakeOrg
6
6
  export { $Command };
7
7
  export class DeleteDataLakeOrganizationConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteSubscriberCommand, se_DeleteSubscriberCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DeleteSubscriberCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteSubscriberNotificationCommand, se_DeleteSubscriberNotification
6
6
  export { $Command };
7
7
  export class DeleteSubscriberNotificationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeregisterDataLakeDelegatedAdministratorCommand, se_DeregisterDataLa
6
6
  export { $Command };
7
7
  export class DeregisterDataLakeDelegatedAdministratorCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetDataLakeExceptionSubscriptionCommand, se_GetDataLakeExceptionSubs
6
6
  export { $Command };
7
7
  export class GetDataLakeExceptionSubscriptionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetDataLakeOrganizationConfigurationCommand, se_GetDataLakeOrganizat
6
6
  export { $Command };
7
7
  export class GetDataLakeOrganizationConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetDataLakeSourcesCommand, se_GetDataLakeSourcesCommand } from "../p
6
6
  export { $Command };
7
7
  export class GetDataLakeSourcesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetSubscriberCommand, se_GetSubscriberCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class GetSubscriberCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListDataLakeExceptionsCommand, se_ListDataLakeExceptionsCommand } fr
6
6
  export { $Command };
7
7
  export class ListDataLakeExceptionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListDataLakesCommand, se_ListDataLakesCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class ListDataLakesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListLogSourcesCommand, se_ListLogSourcesCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class ListLogSourcesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListSubscribersCommand, se_ListSubscribersCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class ListSubscribersCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
6
6
  export { $Command };
7
7
  export class ListTagsForResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_RegisterDataLakeDelegatedAdministratorCommand, se_RegisterDataLakeDe
6
6
  export { $Command };
7
7
  export class RegisterDataLakeDelegatedAdministratorCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class TagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UntagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateDataLakeCommand, se_UpdateDataLakeCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class UpdateDataLakeCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateDataLakeExceptionSubscriptionCommand, se_UpdateDataLakeExcepti
6
6
  export { $Command };
7
7
  export class UpdateDataLakeExceptionSubscriptionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateSubscriberCommand, se_UpdateSubscriberCommand } from "../proto
6
6
  export { $Command };
7
7
  export class UpdateSubscriberCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateSubscriberNotificationCommand, se_UpdateSubscriberNotification
6
6
  export { $Command };
7
7
  export class UpdateSubscriberNotificationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
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.649.0",
4
+ "version": "3.651.1",
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,10 +20,10 @@
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.649.0",
24
- "@aws-sdk/client-sts": "3.649.0",
25
- "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.649.0",
23
+ "@aws-sdk/client-sso-oidc": "3.651.1",
24
+ "@aws-sdk/client-sts": "3.651.1",
25
+ "@aws-sdk/core": "3.651.1",
26
+ "@aws-sdk/credential-provider-node": "3.651.1",
27
27
  "@aws-sdk/middleware-host-header": "3.649.0",
28
28
  "@aws-sdk/middleware-logger": "3.649.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.649.0",