@aws-sdk/client-securitylake 3.297.0 → 3.299.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.
Files changed (65) hide show
  1. package/dist-cjs/commands/CreateAwsLogSourceCommand.js +2 -3
  2. package/dist-cjs/commands/CreateCustomLogSourceCommand.js +2 -3
  3. package/dist-cjs/commands/CreateDatalakeAutoEnableCommand.js +2 -3
  4. package/dist-cjs/commands/CreateDatalakeCommand.js +2 -3
  5. package/dist-cjs/commands/CreateDatalakeDelegatedAdminCommand.js +2 -3
  6. package/dist-cjs/commands/CreateDatalakeExceptionsSubscriptionCommand.js +2 -3
  7. package/dist-cjs/commands/CreateSubscriberCommand.js +2 -3
  8. package/dist-cjs/commands/CreateSubscriptionNotificationConfigurationCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteAwsLogSourceCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteCustomLogSourceCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteDatalakeAutoEnableCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteDatalakeCommand.js +2 -3
  13. package/dist-cjs/commands/DeleteDatalakeDelegatedAdminCommand.js +2 -3
  14. package/dist-cjs/commands/DeleteDatalakeExceptionsSubscriptionCommand.js +2 -3
  15. package/dist-cjs/commands/DeleteSubscriberCommand.js +2 -3
  16. package/dist-cjs/commands/DeleteSubscriptionNotificationConfigurationCommand.js +2 -3
  17. package/dist-cjs/commands/GetDatalakeAutoEnableCommand.js +2 -3
  18. package/dist-cjs/commands/GetDatalakeCommand.js +2 -3
  19. package/dist-cjs/commands/GetDatalakeExceptionsExpiryCommand.js +2 -3
  20. package/dist-cjs/commands/GetDatalakeExceptionsSubscriptionCommand.js +2 -3
  21. package/dist-cjs/commands/GetDatalakeStatusCommand.js +2 -3
  22. package/dist-cjs/commands/GetSubscriberCommand.js +2 -3
  23. package/dist-cjs/commands/ListDatalakeExceptionsCommand.js +2 -3
  24. package/dist-cjs/commands/ListLogSourcesCommand.js +2 -3
  25. package/dist-cjs/commands/ListSubscribersCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateDatalakeCommand.js +2 -3
  27. package/dist-cjs/commands/UpdateDatalakeExceptionsExpiryCommand.js +2 -3
  28. package/dist-cjs/commands/UpdateDatalakeExceptionsSubscriptionCommand.js +2 -3
  29. package/dist-cjs/commands/UpdateSubscriberCommand.js +2 -3
  30. package/dist-cjs/commands/UpdateSubscriptionNotificationConfigurationCommand.js +2 -3
  31. package/dist-cjs/models/models_0.js +1 -310
  32. package/dist-es/commands/CreateAwsLogSourceCommand.js +2 -3
  33. package/dist-es/commands/CreateCustomLogSourceCommand.js +2 -3
  34. package/dist-es/commands/CreateDatalakeAutoEnableCommand.js +2 -3
  35. package/dist-es/commands/CreateDatalakeCommand.js +2 -3
  36. package/dist-es/commands/CreateDatalakeDelegatedAdminCommand.js +2 -3
  37. package/dist-es/commands/CreateDatalakeExceptionsSubscriptionCommand.js +2 -3
  38. package/dist-es/commands/CreateSubscriberCommand.js +2 -3
  39. package/dist-es/commands/CreateSubscriptionNotificationConfigurationCommand.js +2 -3
  40. package/dist-es/commands/DeleteAwsLogSourceCommand.js +2 -3
  41. package/dist-es/commands/DeleteCustomLogSourceCommand.js +2 -3
  42. package/dist-es/commands/DeleteDatalakeAutoEnableCommand.js +2 -3
  43. package/dist-es/commands/DeleteDatalakeCommand.js +2 -3
  44. package/dist-es/commands/DeleteDatalakeDelegatedAdminCommand.js +2 -3
  45. package/dist-es/commands/DeleteDatalakeExceptionsSubscriptionCommand.js +2 -3
  46. package/dist-es/commands/DeleteSubscriberCommand.js +2 -3
  47. package/dist-es/commands/DeleteSubscriptionNotificationConfigurationCommand.js +2 -3
  48. package/dist-es/commands/GetDatalakeAutoEnableCommand.js +2 -3
  49. package/dist-es/commands/GetDatalakeCommand.js +2 -3
  50. package/dist-es/commands/GetDatalakeExceptionsExpiryCommand.js +2 -3
  51. package/dist-es/commands/GetDatalakeExceptionsSubscriptionCommand.js +2 -3
  52. package/dist-es/commands/GetDatalakeStatusCommand.js +2 -3
  53. package/dist-es/commands/GetSubscriberCommand.js +2 -3
  54. package/dist-es/commands/ListDatalakeExceptionsCommand.js +2 -3
  55. package/dist-es/commands/ListLogSourcesCommand.js +2 -3
  56. package/dist-es/commands/ListSubscribersCommand.js +2 -3
  57. package/dist-es/commands/UpdateDatalakeCommand.js +2 -3
  58. package/dist-es/commands/UpdateDatalakeExceptionsExpiryCommand.js +2 -3
  59. package/dist-es/commands/UpdateDatalakeExceptionsSubscriptionCommand.js +2 -3
  60. package/dist-es/commands/UpdateSubscriberCommand.js +2 -3
  61. package/dist-es/commands/UpdateSubscriptionNotificationConfigurationCommand.js +2 -3
  62. package/dist-es/models/models_0.js +0 -233
  63. package/dist-types/models/models_0.d.ts +0 -296
  64. package/dist-types/ts3.4/models/models_0.d.ts +0 -214
  65. package/package.json +11 -10
@@ -1570,299 +1570,3 @@ export interface UpdateSubscriptionNotificationConfigurationResponse {
1570
1570
  */
1571
1571
  queueArn?: string;
1572
1572
  }
1573
- /**
1574
- * @internal
1575
- */
1576
- export declare const LogsStatusFilterSensitiveLog: (obj: LogsStatus) => any;
1577
- /**
1578
- * @internal
1579
- */
1580
- export declare const AccountSourcesFilterSensitiveLog: (obj: AccountSources) => any;
1581
- /**
1582
- * @internal
1583
- */
1584
- export declare const AutoEnableNewRegionConfigurationFilterSensitiveLog: (obj: AutoEnableNewRegionConfiguration) => any;
1585
- /**
1586
- * @internal
1587
- */
1588
- export declare const CreateAwsLogSourceRequestFilterSensitiveLog: (obj: CreateAwsLogSourceRequest) => any;
1589
- /**
1590
- * @internal
1591
- */
1592
- export declare const CreateAwsLogSourceResponseFilterSensitiveLog: (obj: CreateAwsLogSourceResponse) => any;
1593
- /**
1594
- * @internal
1595
- */
1596
- export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
1597
- /**
1598
- * @internal
1599
- */
1600
- export declare const CreateCustomLogSourceRequestFilterSensitiveLog: (obj: CreateCustomLogSourceRequest) => any;
1601
- /**
1602
- * @internal
1603
- */
1604
- export declare const CreateCustomLogSourceResponseFilterSensitiveLog: (obj: CreateCustomLogSourceResponse) => any;
1605
- /**
1606
- * @internal
1607
- */
1608
- export declare const RetentionSettingFilterSensitiveLog: (obj: RetentionSetting) => any;
1609
- /**
1610
- * @internal
1611
- */
1612
- export declare const LakeConfigurationRequestFilterSensitiveLog: (obj: LakeConfigurationRequest) => any;
1613
- /**
1614
- * @internal
1615
- */
1616
- export declare const CreateDatalakeRequestFilterSensitiveLog: (obj: CreateDatalakeRequest) => any;
1617
- /**
1618
- * @internal
1619
- */
1620
- export declare const CreateDatalakeResponseFilterSensitiveLog: (obj: CreateDatalakeResponse) => any;
1621
- /**
1622
- * @internal
1623
- */
1624
- export declare const CreateDatalakeAutoEnableRequestFilterSensitiveLog: (obj: CreateDatalakeAutoEnableRequest) => any;
1625
- /**
1626
- * @internal
1627
- */
1628
- export declare const CreateDatalakeAutoEnableResponseFilterSensitiveLog: (obj: CreateDatalakeAutoEnableResponse) => any;
1629
- /**
1630
- * @internal
1631
- */
1632
- export declare const CreateDatalakeDelegatedAdminRequestFilterSensitiveLog: (obj: CreateDatalakeDelegatedAdminRequest) => any;
1633
- /**
1634
- * @internal
1635
- */
1636
- export declare const CreateDatalakeDelegatedAdminResponseFilterSensitiveLog: (obj: CreateDatalakeDelegatedAdminResponse) => any;
1637
- /**
1638
- * @internal
1639
- */
1640
- export declare const CreateDatalakeExceptionsSubscriptionRequestFilterSensitiveLog: (obj: CreateDatalakeExceptionsSubscriptionRequest) => any;
1641
- /**
1642
- * @internal
1643
- */
1644
- export declare const CreateDatalakeExceptionsSubscriptionResponseFilterSensitiveLog: (obj: CreateDatalakeExceptionsSubscriptionResponse) => any;
1645
- /**
1646
- * @internal
1647
- */
1648
- export declare const SourceTypeFilterSensitiveLog: (obj: SourceType) => any;
1649
- /**
1650
- * @internal
1651
- */
1652
- export declare const CreateSubscriberRequestFilterSensitiveLog: (obj: CreateSubscriberRequest) => any;
1653
- /**
1654
- * @internal
1655
- */
1656
- export declare const CreateSubscriberResponseFilterSensitiveLog: (obj: CreateSubscriberResponse) => any;
1657
- /**
1658
- * @internal
1659
- */
1660
- export declare const CreateSubscriptionNotificationConfigurationRequestFilterSensitiveLog: (obj: CreateSubscriptionNotificationConfigurationRequest) => any;
1661
- /**
1662
- * @internal
1663
- */
1664
- export declare const CreateSubscriptionNotificationConfigurationResponseFilterSensitiveLog: (obj: CreateSubscriptionNotificationConfigurationResponse) => any;
1665
- /**
1666
- * @internal
1667
- */
1668
- export declare const DeleteAwsLogSourceRequestFilterSensitiveLog: (obj: DeleteAwsLogSourceRequest) => any;
1669
- /**
1670
- * @internal
1671
- */
1672
- export declare const DeleteAwsLogSourceResponseFilterSensitiveLog: (obj: DeleteAwsLogSourceResponse) => any;
1673
- /**
1674
- * @internal
1675
- */
1676
- export declare const DeleteCustomLogSourceRequestFilterSensitiveLog: (obj: DeleteCustomLogSourceRequest) => any;
1677
- /**
1678
- * @internal
1679
- */
1680
- export declare const DeleteCustomLogSourceResponseFilterSensitiveLog: (obj: DeleteCustomLogSourceResponse) => any;
1681
- /**
1682
- * @internal
1683
- */
1684
- export declare const DeleteDatalakeRequestFilterSensitiveLog: (obj: DeleteDatalakeRequest) => any;
1685
- /**
1686
- * @internal
1687
- */
1688
- export declare const DeleteDatalakeResponseFilterSensitiveLog: (obj: DeleteDatalakeResponse) => any;
1689
- /**
1690
- * @internal
1691
- */
1692
- export declare const DeleteDatalakeAutoEnableRequestFilterSensitiveLog: (obj: DeleteDatalakeAutoEnableRequest) => any;
1693
- /**
1694
- * @internal
1695
- */
1696
- export declare const DeleteDatalakeAutoEnableResponseFilterSensitiveLog: (obj: DeleteDatalakeAutoEnableResponse) => any;
1697
- /**
1698
- * @internal
1699
- */
1700
- export declare const DeleteDatalakeDelegatedAdminRequestFilterSensitiveLog: (obj: DeleteDatalakeDelegatedAdminRequest) => any;
1701
- /**
1702
- * @internal
1703
- */
1704
- export declare const DeleteDatalakeDelegatedAdminResponseFilterSensitiveLog: (obj: DeleteDatalakeDelegatedAdminResponse) => any;
1705
- /**
1706
- * @internal
1707
- */
1708
- export declare const DeleteDatalakeExceptionsSubscriptionRequestFilterSensitiveLog: (obj: DeleteDatalakeExceptionsSubscriptionRequest) => any;
1709
- /**
1710
- * @internal
1711
- */
1712
- export declare const DeleteDatalakeExceptionsSubscriptionResponseFilterSensitiveLog: (obj: DeleteDatalakeExceptionsSubscriptionResponse) => any;
1713
- /**
1714
- * @internal
1715
- */
1716
- export declare const DeleteSubscriberRequestFilterSensitiveLog: (obj: DeleteSubscriberRequest) => any;
1717
- /**
1718
- * @internal
1719
- */
1720
- export declare const DeleteSubscriberResponseFilterSensitiveLog: (obj: DeleteSubscriberResponse) => any;
1721
- /**
1722
- * @internal
1723
- */
1724
- export declare const DeleteSubscriptionNotificationConfigurationRequestFilterSensitiveLog: (obj: DeleteSubscriptionNotificationConfigurationRequest) => any;
1725
- /**
1726
- * @internal
1727
- */
1728
- export declare const DeleteSubscriptionNotificationConfigurationResponseFilterSensitiveLog: (obj: DeleteSubscriptionNotificationConfigurationResponse) => any;
1729
- /**
1730
- * @internal
1731
- */
1732
- export declare const FailuresFilterSensitiveLog: (obj: Failures) => any;
1733
- /**
1734
- * @internal
1735
- */
1736
- export declare const FailuresResponseFilterSensitiveLog: (obj: FailuresResponse) => any;
1737
- /**
1738
- * @internal
1739
- */
1740
- export declare const GetDatalakeRequestFilterSensitiveLog: (obj: GetDatalakeRequest) => any;
1741
- /**
1742
- * @internal
1743
- */
1744
- export declare const LastUpdateFailureFilterSensitiveLog: (obj: LastUpdateFailure) => any;
1745
- /**
1746
- * @internal
1747
- */
1748
- export declare const UpdateStatusFilterSensitiveLog: (obj: UpdateStatus) => any;
1749
- /**
1750
- * @internal
1751
- */
1752
- export declare const LakeConfigurationResponseFilterSensitiveLog: (obj: LakeConfigurationResponse) => any;
1753
- /**
1754
- * @internal
1755
- */
1756
- export declare const GetDatalakeResponseFilterSensitiveLog: (obj: GetDatalakeResponse) => any;
1757
- /**
1758
- * @internal
1759
- */
1760
- export declare const GetDatalakeAutoEnableRequestFilterSensitiveLog: (obj: GetDatalakeAutoEnableRequest) => any;
1761
- /**
1762
- * @internal
1763
- */
1764
- export declare const GetDatalakeAutoEnableResponseFilterSensitiveLog: (obj: GetDatalakeAutoEnableResponse) => any;
1765
- /**
1766
- * @internal
1767
- */
1768
- export declare const GetDatalakeExceptionsExpiryRequestFilterSensitiveLog: (obj: GetDatalakeExceptionsExpiryRequest) => any;
1769
- /**
1770
- * @internal
1771
- */
1772
- export declare const GetDatalakeExceptionsExpiryResponseFilterSensitiveLog: (obj: GetDatalakeExceptionsExpiryResponse) => any;
1773
- /**
1774
- * @internal
1775
- */
1776
- export declare const GetDatalakeExceptionsSubscriptionRequestFilterSensitiveLog: (obj: GetDatalakeExceptionsSubscriptionRequest) => any;
1777
- /**
1778
- * @internal
1779
- */
1780
- export declare const ProtocolAndNotificationEndpointFilterSensitiveLog: (obj: ProtocolAndNotificationEndpoint) => any;
1781
- /**
1782
- * @internal
1783
- */
1784
- export declare const GetDatalakeExceptionsSubscriptionResponseFilterSensitiveLog: (obj: GetDatalakeExceptionsSubscriptionResponse) => any;
1785
- /**
1786
- * @internal
1787
- */
1788
- export declare const GetDatalakeStatusRequestFilterSensitiveLog: (obj: GetDatalakeStatusRequest) => any;
1789
- /**
1790
- * @internal
1791
- */
1792
- export declare const GetDatalakeStatusResponseFilterSensitiveLog: (obj: GetDatalakeStatusResponse) => any;
1793
- /**
1794
- * @internal
1795
- */
1796
- export declare const GetSubscriberRequestFilterSensitiveLog: (obj: GetSubscriberRequest) => any;
1797
- /**
1798
- * @internal
1799
- */
1800
- export declare const SubscriberResourceFilterSensitiveLog: (obj: SubscriberResource) => any;
1801
- /**
1802
- * @internal
1803
- */
1804
- export declare const GetSubscriberResponseFilterSensitiveLog: (obj: GetSubscriberResponse) => any;
1805
- /**
1806
- * @internal
1807
- */
1808
- export declare const ListDatalakeExceptionsRequestFilterSensitiveLog: (obj: ListDatalakeExceptionsRequest) => any;
1809
- /**
1810
- * @internal
1811
- */
1812
- export declare const ListDatalakeExceptionsResponseFilterSensitiveLog: (obj: ListDatalakeExceptionsResponse) => any;
1813
- /**
1814
- * @internal
1815
- */
1816
- export declare const ListLogSourcesRequestFilterSensitiveLog: (obj: ListLogSourcesRequest) => any;
1817
- /**
1818
- * @internal
1819
- */
1820
- export declare const ListLogSourcesResponseFilterSensitiveLog: (obj: ListLogSourcesResponse) => any;
1821
- /**
1822
- * @internal
1823
- */
1824
- export declare const ListSubscribersRequestFilterSensitiveLog: (obj: ListSubscribersRequest) => any;
1825
- /**
1826
- * @internal
1827
- */
1828
- export declare const ListSubscribersResponseFilterSensitiveLog: (obj: ListSubscribersResponse) => any;
1829
- /**
1830
- * @internal
1831
- */
1832
- export declare const UpdateDatalakeRequestFilterSensitiveLog: (obj: UpdateDatalakeRequest) => any;
1833
- /**
1834
- * @internal
1835
- */
1836
- export declare const UpdateDatalakeResponseFilterSensitiveLog: (obj: UpdateDatalakeResponse) => any;
1837
- /**
1838
- * @internal
1839
- */
1840
- export declare const UpdateDatalakeExceptionsExpiryRequestFilterSensitiveLog: (obj: UpdateDatalakeExceptionsExpiryRequest) => any;
1841
- /**
1842
- * @internal
1843
- */
1844
- export declare const UpdateDatalakeExceptionsExpiryResponseFilterSensitiveLog: (obj: UpdateDatalakeExceptionsExpiryResponse) => any;
1845
- /**
1846
- * @internal
1847
- */
1848
- export declare const UpdateDatalakeExceptionsSubscriptionRequestFilterSensitiveLog: (obj: UpdateDatalakeExceptionsSubscriptionRequest) => any;
1849
- /**
1850
- * @internal
1851
- */
1852
- export declare const UpdateDatalakeExceptionsSubscriptionResponseFilterSensitiveLog: (obj: UpdateDatalakeExceptionsSubscriptionResponse) => any;
1853
- /**
1854
- * @internal
1855
- */
1856
- export declare const UpdateSubscriberRequestFilterSensitiveLog: (obj: UpdateSubscriberRequest) => any;
1857
- /**
1858
- * @internal
1859
- */
1860
- export declare const UpdateSubscriberResponseFilterSensitiveLog: (obj: UpdateSubscriberResponse) => any;
1861
- /**
1862
- * @internal
1863
- */
1864
- export declare const UpdateSubscriptionNotificationConfigurationRequestFilterSensitiveLog: (obj: UpdateSubscriptionNotificationConfigurationRequest) => any;
1865
- /**
1866
- * @internal
1867
- */
1868
- export declare const UpdateSubscriptionNotificationConfigurationResponseFilterSensitiveLog: (obj: UpdateSubscriptionNotificationConfigurationResponse) => any;
@@ -549,217 +549,3 @@ export interface UpdateSubscriptionNotificationConfigurationRequest {
549
549
  export interface UpdateSubscriptionNotificationConfigurationResponse {
550
550
  queueArn?: string;
551
551
  }
552
- export declare const LogsStatusFilterSensitiveLog: (obj: LogsStatus) => any;
553
- export declare const AccountSourcesFilterSensitiveLog: (
554
- obj: AccountSources
555
- ) => any;
556
- export declare const AutoEnableNewRegionConfigurationFilterSensitiveLog: (
557
- obj: AutoEnableNewRegionConfiguration
558
- ) => any;
559
- export declare const CreateAwsLogSourceRequestFilterSensitiveLog: (
560
- obj: CreateAwsLogSourceRequest
561
- ) => any;
562
- export declare const CreateAwsLogSourceResponseFilterSensitiveLog: (
563
- obj: CreateAwsLogSourceResponse
564
- ) => any;
565
- export declare const ValidationExceptionFieldFilterSensitiveLog: (
566
- obj: ValidationExceptionField
567
- ) => any;
568
- export declare const CreateCustomLogSourceRequestFilterSensitiveLog: (
569
- obj: CreateCustomLogSourceRequest
570
- ) => any;
571
- export declare const CreateCustomLogSourceResponseFilterSensitiveLog: (
572
- obj: CreateCustomLogSourceResponse
573
- ) => any;
574
- export declare const RetentionSettingFilterSensitiveLog: (
575
- obj: RetentionSetting
576
- ) => any;
577
- export declare const LakeConfigurationRequestFilterSensitiveLog: (
578
- obj: LakeConfigurationRequest
579
- ) => any;
580
- export declare const CreateDatalakeRequestFilterSensitiveLog: (
581
- obj: CreateDatalakeRequest
582
- ) => any;
583
- export declare const CreateDatalakeResponseFilterSensitiveLog: (
584
- obj: CreateDatalakeResponse
585
- ) => any;
586
- export declare const CreateDatalakeAutoEnableRequestFilterSensitiveLog: (
587
- obj: CreateDatalakeAutoEnableRequest
588
- ) => any;
589
- export declare const CreateDatalakeAutoEnableResponseFilterSensitiveLog: (
590
- obj: CreateDatalakeAutoEnableResponse
591
- ) => any;
592
- export declare const CreateDatalakeDelegatedAdminRequestFilterSensitiveLog: (
593
- obj: CreateDatalakeDelegatedAdminRequest
594
- ) => any;
595
- export declare const CreateDatalakeDelegatedAdminResponseFilterSensitiveLog: (
596
- obj: CreateDatalakeDelegatedAdminResponse
597
- ) => any;
598
- export declare const CreateDatalakeExceptionsSubscriptionRequestFilterSensitiveLog: (
599
- obj: CreateDatalakeExceptionsSubscriptionRequest
600
- ) => any;
601
- export declare const CreateDatalakeExceptionsSubscriptionResponseFilterSensitiveLog: (
602
- obj: CreateDatalakeExceptionsSubscriptionResponse
603
- ) => any;
604
- export declare const SourceTypeFilterSensitiveLog: (obj: SourceType) => any;
605
- export declare const CreateSubscriberRequestFilterSensitiveLog: (
606
- obj: CreateSubscriberRequest
607
- ) => any;
608
- export declare const CreateSubscriberResponseFilterSensitiveLog: (
609
- obj: CreateSubscriberResponse
610
- ) => any;
611
- export declare const CreateSubscriptionNotificationConfigurationRequestFilterSensitiveLog: (
612
- obj: CreateSubscriptionNotificationConfigurationRequest
613
- ) => any;
614
- export declare const CreateSubscriptionNotificationConfigurationResponseFilterSensitiveLog: (
615
- obj: CreateSubscriptionNotificationConfigurationResponse
616
- ) => any;
617
- export declare const DeleteAwsLogSourceRequestFilterSensitiveLog: (
618
- obj: DeleteAwsLogSourceRequest
619
- ) => any;
620
- export declare const DeleteAwsLogSourceResponseFilterSensitiveLog: (
621
- obj: DeleteAwsLogSourceResponse
622
- ) => any;
623
- export declare const DeleteCustomLogSourceRequestFilterSensitiveLog: (
624
- obj: DeleteCustomLogSourceRequest
625
- ) => any;
626
- export declare const DeleteCustomLogSourceResponseFilterSensitiveLog: (
627
- obj: DeleteCustomLogSourceResponse
628
- ) => any;
629
- export declare const DeleteDatalakeRequestFilterSensitiveLog: (
630
- obj: DeleteDatalakeRequest
631
- ) => any;
632
- export declare const DeleteDatalakeResponseFilterSensitiveLog: (
633
- obj: DeleteDatalakeResponse
634
- ) => any;
635
- export declare const DeleteDatalakeAutoEnableRequestFilterSensitiveLog: (
636
- obj: DeleteDatalakeAutoEnableRequest
637
- ) => any;
638
- export declare const DeleteDatalakeAutoEnableResponseFilterSensitiveLog: (
639
- obj: DeleteDatalakeAutoEnableResponse
640
- ) => any;
641
- export declare const DeleteDatalakeDelegatedAdminRequestFilterSensitiveLog: (
642
- obj: DeleteDatalakeDelegatedAdminRequest
643
- ) => any;
644
- export declare const DeleteDatalakeDelegatedAdminResponseFilterSensitiveLog: (
645
- obj: DeleteDatalakeDelegatedAdminResponse
646
- ) => any;
647
- export declare const DeleteDatalakeExceptionsSubscriptionRequestFilterSensitiveLog: (
648
- obj: DeleteDatalakeExceptionsSubscriptionRequest
649
- ) => any;
650
- export declare const DeleteDatalakeExceptionsSubscriptionResponseFilterSensitiveLog: (
651
- obj: DeleteDatalakeExceptionsSubscriptionResponse
652
- ) => any;
653
- export declare const DeleteSubscriberRequestFilterSensitiveLog: (
654
- obj: DeleteSubscriberRequest
655
- ) => any;
656
- export declare const DeleteSubscriberResponseFilterSensitiveLog: (
657
- obj: DeleteSubscriberResponse
658
- ) => any;
659
- export declare const DeleteSubscriptionNotificationConfigurationRequestFilterSensitiveLog: (
660
- obj: DeleteSubscriptionNotificationConfigurationRequest
661
- ) => any;
662
- export declare const DeleteSubscriptionNotificationConfigurationResponseFilterSensitiveLog: (
663
- obj: DeleteSubscriptionNotificationConfigurationResponse
664
- ) => any;
665
- export declare const FailuresFilterSensitiveLog: (obj: Failures) => any;
666
- export declare const FailuresResponseFilterSensitiveLog: (
667
- obj: FailuresResponse
668
- ) => any;
669
- export declare const GetDatalakeRequestFilterSensitiveLog: (
670
- obj: GetDatalakeRequest
671
- ) => any;
672
- export declare const LastUpdateFailureFilterSensitiveLog: (
673
- obj: LastUpdateFailure
674
- ) => any;
675
- export declare const UpdateStatusFilterSensitiveLog: (obj: UpdateStatus) => any;
676
- export declare const LakeConfigurationResponseFilterSensitiveLog: (
677
- obj: LakeConfigurationResponse
678
- ) => any;
679
- export declare const GetDatalakeResponseFilterSensitiveLog: (
680
- obj: GetDatalakeResponse
681
- ) => any;
682
- export declare const GetDatalakeAutoEnableRequestFilterSensitiveLog: (
683
- obj: GetDatalakeAutoEnableRequest
684
- ) => any;
685
- export declare const GetDatalakeAutoEnableResponseFilterSensitiveLog: (
686
- obj: GetDatalakeAutoEnableResponse
687
- ) => any;
688
- export declare const GetDatalakeExceptionsExpiryRequestFilterSensitiveLog: (
689
- obj: GetDatalakeExceptionsExpiryRequest
690
- ) => any;
691
- export declare const GetDatalakeExceptionsExpiryResponseFilterSensitiveLog: (
692
- obj: GetDatalakeExceptionsExpiryResponse
693
- ) => any;
694
- export declare const GetDatalakeExceptionsSubscriptionRequestFilterSensitiveLog: (
695
- obj: GetDatalakeExceptionsSubscriptionRequest
696
- ) => any;
697
- export declare const ProtocolAndNotificationEndpointFilterSensitiveLog: (
698
- obj: ProtocolAndNotificationEndpoint
699
- ) => any;
700
- export declare const GetDatalakeExceptionsSubscriptionResponseFilterSensitiveLog: (
701
- obj: GetDatalakeExceptionsSubscriptionResponse
702
- ) => any;
703
- export declare const GetDatalakeStatusRequestFilterSensitiveLog: (
704
- obj: GetDatalakeStatusRequest
705
- ) => any;
706
- export declare const GetDatalakeStatusResponseFilterSensitiveLog: (
707
- obj: GetDatalakeStatusResponse
708
- ) => any;
709
- export declare const GetSubscriberRequestFilterSensitiveLog: (
710
- obj: GetSubscriberRequest
711
- ) => any;
712
- export declare const SubscriberResourceFilterSensitiveLog: (
713
- obj: SubscriberResource
714
- ) => any;
715
- export declare const GetSubscriberResponseFilterSensitiveLog: (
716
- obj: GetSubscriberResponse
717
- ) => any;
718
- export declare const ListDatalakeExceptionsRequestFilterSensitiveLog: (
719
- obj: ListDatalakeExceptionsRequest
720
- ) => any;
721
- export declare const ListDatalakeExceptionsResponseFilterSensitiveLog: (
722
- obj: ListDatalakeExceptionsResponse
723
- ) => any;
724
- export declare const ListLogSourcesRequestFilterSensitiveLog: (
725
- obj: ListLogSourcesRequest
726
- ) => any;
727
- export declare const ListLogSourcesResponseFilterSensitiveLog: (
728
- obj: ListLogSourcesResponse
729
- ) => any;
730
- export declare const ListSubscribersRequestFilterSensitiveLog: (
731
- obj: ListSubscribersRequest
732
- ) => any;
733
- export declare const ListSubscribersResponseFilterSensitiveLog: (
734
- obj: ListSubscribersResponse
735
- ) => any;
736
- export declare const UpdateDatalakeRequestFilterSensitiveLog: (
737
- obj: UpdateDatalakeRequest
738
- ) => any;
739
- export declare const UpdateDatalakeResponseFilterSensitiveLog: (
740
- obj: UpdateDatalakeResponse
741
- ) => any;
742
- export declare const UpdateDatalakeExceptionsExpiryRequestFilterSensitiveLog: (
743
- obj: UpdateDatalakeExceptionsExpiryRequest
744
- ) => any;
745
- export declare const UpdateDatalakeExceptionsExpiryResponseFilterSensitiveLog: (
746
- obj: UpdateDatalakeExceptionsExpiryResponse
747
- ) => any;
748
- export declare const UpdateDatalakeExceptionsSubscriptionRequestFilterSensitiveLog: (
749
- obj: UpdateDatalakeExceptionsSubscriptionRequest
750
- ) => any;
751
- export declare const UpdateDatalakeExceptionsSubscriptionResponseFilterSensitiveLog: (
752
- obj: UpdateDatalakeExceptionsSubscriptionResponse
753
- ) => any;
754
- export declare const UpdateSubscriberRequestFilterSensitiveLog: (
755
- obj: UpdateSubscriberRequest
756
- ) => any;
757
- export declare const UpdateSubscriberResponseFilterSensitiveLog: (
758
- obj: UpdateSubscriberResponse
759
- ) => any;
760
- export declare const UpdateSubscriptionNotificationConfigurationRequestFilterSensitiveLog: (
761
- obj: UpdateSubscriptionNotificationConfigurationRequest
762
- ) => any;
763
- export declare const UpdateSubscriptionNotificationConfigurationResponseFilterSensitiveLog: (
764
- obj: UpdateSubscriptionNotificationConfigurationResponse
765
- ) => any;
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.297.0",
4
+ "version": "3.299.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -11,6 +11,7 @@
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
+ "extract:docs": "api-extractor run --local",
14
15
  "generate:client": "node ../../scripts/generate-clients/single-service --solo securitylake"
15
16
  },
16
17
  "main": "./dist-cjs/index.js",
@@ -20,22 +21,22 @@
20
21
  "dependencies": {
21
22
  "@aws-crypto/sha256-browser": "3.0.0",
22
23
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.297.0",
24
- "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.297.0",
24
+ "@aws-sdk/client-sts": "3.299.0",
25
+ "@aws-sdk/config-resolver": "3.299.0",
26
+ "@aws-sdk/credential-provider-node": "3.299.0",
26
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
28
  "@aws-sdk/hash-node": "3.296.0",
28
29
  "@aws-sdk/invalid-dependency": "3.296.0",
29
30
  "@aws-sdk/middleware-content-length": "3.296.0",
30
- "@aws-sdk/middleware-endpoint": "3.296.0",
31
+ "@aws-sdk/middleware-endpoint": "3.299.0",
31
32
  "@aws-sdk/middleware-host-header": "3.296.0",
32
33
  "@aws-sdk/middleware-logger": "3.296.0",
33
34
  "@aws-sdk/middleware-recursion-detection": "3.296.0",
34
35
  "@aws-sdk/middleware-retry": "3.296.0",
35
36
  "@aws-sdk/middleware-serde": "3.296.0",
36
- "@aws-sdk/middleware-signing": "3.296.0",
37
+ "@aws-sdk/middleware-signing": "3.299.0",
37
38
  "@aws-sdk/middleware-stack": "3.296.0",
38
- "@aws-sdk/middleware-user-agent": "3.296.0",
39
+ "@aws-sdk/middleware-user-agent": "3.299.0",
39
40
  "@aws-sdk/node-config-provider": "3.296.0",
40
41
  "@aws-sdk/node-http-handler": "3.296.0",
41
42
  "@aws-sdk/protocol-http": "3.296.0",
@@ -46,11 +47,11 @@
46
47
  "@aws-sdk/util-body-length-browser": "3.295.0",
47
48
  "@aws-sdk/util-body-length-node": "3.295.0",
48
49
  "@aws-sdk/util-defaults-mode-browser": "3.296.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.296.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.299.0",
50
51
  "@aws-sdk/util-endpoints": "3.296.0",
51
52
  "@aws-sdk/util-retry": "3.296.0",
52
- "@aws-sdk/util-user-agent-browser": "3.296.0",
53
- "@aws-sdk/util-user-agent-node": "3.296.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.299.0",
54
+ "@aws-sdk/util-user-agent-node": "3.299.0",
54
55
  "@aws-sdk/util-utf8": "3.295.0",
55
56
  "tslib": "^2.5.0"
56
57
  },