@aws-sdk/client-detective 3.649.0 → 3.650.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 +29 -87
- package/dist-es/commands/AcceptInvitationCommand.js +1 -3
- package/dist-es/commands/BatchGetGraphMemberDatasourcesCommand.js +1 -3
- package/dist-es/commands/BatchGetMembershipDatasourcesCommand.js +1 -3
- package/dist-es/commands/CreateGraphCommand.js +1 -3
- package/dist-es/commands/CreateMembersCommand.js +1 -3
- package/dist-es/commands/DeleteGraphCommand.js +1 -3
- package/dist-es/commands/DeleteMembersCommand.js +1 -3
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +1 -3
- package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +1 -3
- package/dist-es/commands/DisassociateMembershipCommand.js +1 -3
- package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +1 -3
- package/dist-es/commands/GetInvestigationCommand.js +1 -3
- package/dist-es/commands/GetMembersCommand.js +1 -3
- package/dist-es/commands/ListDatasourcePackagesCommand.js +1 -3
- package/dist-es/commands/ListGraphsCommand.js +1 -3
- package/dist-es/commands/ListIndicatorsCommand.js +1 -3
- package/dist-es/commands/ListInvestigationsCommand.js +1 -3
- package/dist-es/commands/ListInvitationsCommand.js +1 -3
- package/dist-es/commands/ListMembersCommand.js +1 -3
- package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/RejectInvitationCommand.js +1 -3
- package/dist-es/commands/StartInvestigationCommand.js +1 -3
- package/dist-es/commands/StartMonitoringMemberCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateDatasourcePackagesCommand.js +1 -3
- package/dist-es/commands/UpdateInvestigationStateCommand.js +1 -3
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -1633,9 +1633,7 @@ var _TK = "TagKeys";
|
|
|
1633
1633
|
var _tK = "tagKeys";
|
|
1634
1634
|
|
|
1635
1635
|
// src/commands/AcceptInvitationCommand.ts
|
|
1636
|
-
var _AcceptInvitationCommand = class _AcceptInvitationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1637
|
-
...commonParams
|
|
1638
|
-
}).m(function(Command, cs, config, o) {
|
|
1636
|
+
var _AcceptInvitationCommand = class _AcceptInvitationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1639
1637
|
return [
|
|
1640
1638
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1641
1639
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1649,9 +1647,7 @@ var AcceptInvitationCommand = _AcceptInvitationCommand;
|
|
|
1649
1647
|
|
|
1650
1648
|
|
|
1651
1649
|
|
|
1652
|
-
var _BatchGetGraphMemberDatasourcesCommand = class _BatchGetGraphMemberDatasourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1653
|
-
...commonParams
|
|
1654
|
-
}).m(function(Command, cs, config, o) {
|
|
1650
|
+
var _BatchGetGraphMemberDatasourcesCommand = class _BatchGetGraphMemberDatasourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1655
1651
|
return [
|
|
1656
1652
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1657
1653
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1665,9 +1661,7 @@ var BatchGetGraphMemberDatasourcesCommand = _BatchGetGraphMemberDatasourcesComma
|
|
|
1665
1661
|
|
|
1666
1662
|
|
|
1667
1663
|
|
|
1668
|
-
var _BatchGetMembershipDatasourcesCommand = class _BatchGetMembershipDatasourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1669
|
-
...commonParams
|
|
1670
|
-
}).m(function(Command, cs, config, o) {
|
|
1664
|
+
var _BatchGetMembershipDatasourcesCommand = class _BatchGetMembershipDatasourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1671
1665
|
return [
|
|
1672
1666
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1673
1667
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1681,9 +1675,7 @@ var BatchGetMembershipDatasourcesCommand = _BatchGetMembershipDatasourcesCommand
|
|
|
1681
1675
|
|
|
1682
1676
|
|
|
1683
1677
|
|
|
1684
|
-
var _CreateGraphCommand = class _CreateGraphCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1685
|
-
...commonParams
|
|
1686
|
-
}).m(function(Command, cs, config, o) {
|
|
1678
|
+
var _CreateGraphCommand = class _CreateGraphCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1687
1679
|
return [
|
|
1688
1680
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1689
1681
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1697,9 +1689,7 @@ var CreateGraphCommand = _CreateGraphCommand;
|
|
|
1697
1689
|
|
|
1698
1690
|
|
|
1699
1691
|
|
|
1700
|
-
var _CreateMembersCommand = class _CreateMembersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1701
|
-
...commonParams
|
|
1702
|
-
}).m(function(Command, cs, config, o) {
|
|
1692
|
+
var _CreateMembersCommand = class _CreateMembersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1703
1693
|
return [
|
|
1704
1694
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1705
1695
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1713,9 +1703,7 @@ var CreateMembersCommand = _CreateMembersCommand;
|
|
|
1713
1703
|
|
|
1714
1704
|
|
|
1715
1705
|
|
|
1716
|
-
var _DeleteGraphCommand = class _DeleteGraphCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1717
|
-
...commonParams
|
|
1718
|
-
}).m(function(Command, cs, config, o) {
|
|
1706
|
+
var _DeleteGraphCommand = class _DeleteGraphCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1719
1707
|
return [
|
|
1720
1708
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1721
1709
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1729,9 +1717,7 @@ var DeleteGraphCommand = _DeleteGraphCommand;
|
|
|
1729
1717
|
|
|
1730
1718
|
|
|
1731
1719
|
|
|
1732
|
-
var _DeleteMembersCommand = class _DeleteMembersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1733
|
-
...commonParams
|
|
1734
|
-
}).m(function(Command, cs, config, o) {
|
|
1720
|
+
var _DeleteMembersCommand = class _DeleteMembersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1735
1721
|
return [
|
|
1736
1722
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1737
1723
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1745,9 +1731,7 @@ var DeleteMembersCommand = _DeleteMembersCommand;
|
|
|
1745
1731
|
|
|
1746
1732
|
|
|
1747
1733
|
|
|
1748
|
-
var _DescribeOrganizationConfigurationCommand = class _DescribeOrganizationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1749
|
-
...commonParams
|
|
1750
|
-
}).m(function(Command, cs, config, o) {
|
|
1734
|
+
var _DescribeOrganizationConfigurationCommand = class _DescribeOrganizationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1751
1735
|
return [
|
|
1752
1736
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1753
1737
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1761,9 +1745,7 @@ var DescribeOrganizationConfigurationCommand = _DescribeOrganizationConfiguratio
|
|
|
1761
1745
|
|
|
1762
1746
|
|
|
1763
1747
|
|
|
1764
|
-
var _DisableOrganizationAdminAccountCommand = class _DisableOrganizationAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1765
|
-
...commonParams
|
|
1766
|
-
}).m(function(Command, cs, config, o) {
|
|
1748
|
+
var _DisableOrganizationAdminAccountCommand = class _DisableOrganizationAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1767
1749
|
return [
|
|
1768
1750
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1769
1751
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1777,9 +1759,7 @@ var DisableOrganizationAdminAccountCommand = _DisableOrganizationAdminAccountCom
|
|
|
1777
1759
|
|
|
1778
1760
|
|
|
1779
1761
|
|
|
1780
|
-
var _DisassociateMembershipCommand = class _DisassociateMembershipCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1781
|
-
...commonParams
|
|
1782
|
-
}).m(function(Command, cs, config, o) {
|
|
1762
|
+
var _DisassociateMembershipCommand = class _DisassociateMembershipCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1783
1763
|
return [
|
|
1784
1764
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1785
1765
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1793,9 +1773,7 @@ var DisassociateMembershipCommand = _DisassociateMembershipCommand;
|
|
|
1793
1773
|
|
|
1794
1774
|
|
|
1795
1775
|
|
|
1796
|
-
var _EnableOrganizationAdminAccountCommand = class _EnableOrganizationAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1797
|
-
...commonParams
|
|
1798
|
-
}).m(function(Command, cs, config, o) {
|
|
1776
|
+
var _EnableOrganizationAdminAccountCommand = class _EnableOrganizationAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1799
1777
|
return [
|
|
1800
1778
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1801
1779
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1809,9 +1787,7 @@ var EnableOrganizationAdminAccountCommand = _EnableOrganizationAdminAccountComma
|
|
|
1809
1787
|
|
|
1810
1788
|
|
|
1811
1789
|
|
|
1812
|
-
var _GetInvestigationCommand = class _GetInvestigationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1813
|
-
...commonParams
|
|
1814
|
-
}).m(function(Command, cs, config, o) {
|
|
1790
|
+
var _GetInvestigationCommand = class _GetInvestigationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1815
1791
|
return [
|
|
1816
1792
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1817
1793
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1825,9 +1801,7 @@ var GetInvestigationCommand = _GetInvestigationCommand;
|
|
|
1825
1801
|
|
|
1826
1802
|
|
|
1827
1803
|
|
|
1828
|
-
var _GetMembersCommand = class _GetMembersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1829
|
-
...commonParams
|
|
1830
|
-
}).m(function(Command, cs, config, o) {
|
|
1804
|
+
var _GetMembersCommand = class _GetMembersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1831
1805
|
return [
|
|
1832
1806
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1833
1807
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1841,9 +1815,7 @@ var GetMembersCommand = _GetMembersCommand;
|
|
|
1841
1815
|
|
|
1842
1816
|
|
|
1843
1817
|
|
|
1844
|
-
var _ListDatasourcePackagesCommand = class _ListDatasourcePackagesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1845
|
-
...commonParams
|
|
1846
|
-
}).m(function(Command, cs, config, o) {
|
|
1818
|
+
var _ListDatasourcePackagesCommand = class _ListDatasourcePackagesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1847
1819
|
return [
|
|
1848
1820
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1849
1821
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1857,9 +1829,7 @@ var ListDatasourcePackagesCommand = _ListDatasourcePackagesCommand;
|
|
|
1857
1829
|
|
|
1858
1830
|
|
|
1859
1831
|
|
|
1860
|
-
var _ListGraphsCommand = class _ListGraphsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1861
|
-
...commonParams
|
|
1862
|
-
}).m(function(Command, cs, config, o) {
|
|
1832
|
+
var _ListGraphsCommand = class _ListGraphsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1863
1833
|
return [
|
|
1864
1834
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1865
1835
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1873,9 +1843,7 @@ var ListGraphsCommand = _ListGraphsCommand;
|
|
|
1873
1843
|
|
|
1874
1844
|
|
|
1875
1845
|
|
|
1876
|
-
var _ListIndicatorsCommand = class _ListIndicatorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1877
|
-
...commonParams
|
|
1878
|
-
}).m(function(Command, cs, config, o) {
|
|
1846
|
+
var _ListIndicatorsCommand = class _ListIndicatorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1879
1847
|
return [
|
|
1880
1848
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1881
1849
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1889,9 +1857,7 @@ var ListIndicatorsCommand = _ListIndicatorsCommand;
|
|
|
1889
1857
|
|
|
1890
1858
|
|
|
1891
1859
|
|
|
1892
|
-
var _ListInvestigationsCommand = class _ListInvestigationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1893
|
-
...commonParams
|
|
1894
|
-
}).m(function(Command, cs, config, o) {
|
|
1860
|
+
var _ListInvestigationsCommand = class _ListInvestigationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1895
1861
|
return [
|
|
1896
1862
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1897
1863
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1905,9 +1871,7 @@ var ListInvestigationsCommand = _ListInvestigationsCommand;
|
|
|
1905
1871
|
|
|
1906
1872
|
|
|
1907
1873
|
|
|
1908
|
-
var _ListInvitationsCommand = class _ListInvitationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1909
|
-
...commonParams
|
|
1910
|
-
}).m(function(Command, cs, config, o) {
|
|
1874
|
+
var _ListInvitationsCommand = class _ListInvitationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1911
1875
|
return [
|
|
1912
1876
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1913
1877
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1921,9 +1885,7 @@ var ListInvitationsCommand = _ListInvitationsCommand;
|
|
|
1921
1885
|
|
|
1922
1886
|
|
|
1923
1887
|
|
|
1924
|
-
var _ListMembersCommand = class _ListMembersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1925
|
-
...commonParams
|
|
1926
|
-
}).m(function(Command, cs, config, o) {
|
|
1888
|
+
var _ListMembersCommand = class _ListMembersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1927
1889
|
return [
|
|
1928
1890
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1929
1891
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1937,9 +1899,7 @@ var ListMembersCommand = _ListMembersCommand;
|
|
|
1937
1899
|
|
|
1938
1900
|
|
|
1939
1901
|
|
|
1940
|
-
var _ListOrganizationAdminAccountsCommand = class _ListOrganizationAdminAccountsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1941
|
-
...commonParams
|
|
1942
|
-
}).m(function(Command, cs, config, o) {
|
|
1902
|
+
var _ListOrganizationAdminAccountsCommand = class _ListOrganizationAdminAccountsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1943
1903
|
return [
|
|
1944
1904
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1945
1905
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1953,9 +1913,7 @@ var ListOrganizationAdminAccountsCommand = _ListOrganizationAdminAccountsCommand
|
|
|
1953
1913
|
|
|
1954
1914
|
|
|
1955
1915
|
|
|
1956
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1957
|
-
...commonParams
|
|
1958
|
-
}).m(function(Command, cs, config, o) {
|
|
1916
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1959
1917
|
return [
|
|
1960
1918
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1961
1919
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1969,9 +1927,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1969
1927
|
|
|
1970
1928
|
|
|
1971
1929
|
|
|
1972
|
-
var _RejectInvitationCommand = class _RejectInvitationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1973
|
-
...commonParams
|
|
1974
|
-
}).m(function(Command, cs, config, o) {
|
|
1930
|
+
var _RejectInvitationCommand = class _RejectInvitationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1975
1931
|
return [
|
|
1976
1932
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1977
1933
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1985,9 +1941,7 @@ var RejectInvitationCommand = _RejectInvitationCommand;
|
|
|
1985
1941
|
|
|
1986
1942
|
|
|
1987
1943
|
|
|
1988
|
-
var _StartInvestigationCommand = class _StartInvestigationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1989
|
-
...commonParams
|
|
1990
|
-
}).m(function(Command, cs, config, o) {
|
|
1944
|
+
var _StartInvestigationCommand = class _StartInvestigationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1991
1945
|
return [
|
|
1992
1946
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1993
1947
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2001,9 +1955,7 @@ var StartInvestigationCommand = _StartInvestigationCommand;
|
|
|
2001
1955
|
|
|
2002
1956
|
|
|
2003
1957
|
|
|
2004
|
-
var _StartMonitoringMemberCommand = class _StartMonitoringMemberCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2005
|
-
...commonParams
|
|
2006
|
-
}).m(function(Command, cs, config, o) {
|
|
1958
|
+
var _StartMonitoringMemberCommand = class _StartMonitoringMemberCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2007
1959
|
return [
|
|
2008
1960
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2009
1961
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2017,9 +1969,7 @@ var StartMonitoringMemberCommand = _StartMonitoringMemberCommand;
|
|
|
2017
1969
|
|
|
2018
1970
|
|
|
2019
1971
|
|
|
2020
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2021
|
-
...commonParams
|
|
2022
|
-
}).m(function(Command, cs, config, o) {
|
|
1972
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2023
1973
|
return [
|
|
2024
1974
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2025
1975
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2033,9 +1983,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2033
1983
|
|
|
2034
1984
|
|
|
2035
1985
|
|
|
2036
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2037
|
-
...commonParams
|
|
2038
|
-
}).m(function(Command, cs, config, o) {
|
|
1986
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2039
1987
|
return [
|
|
2040
1988
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2041
1989
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2049,9 +1997,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2049
1997
|
|
|
2050
1998
|
|
|
2051
1999
|
|
|
2052
|
-
var _UpdateDatasourcePackagesCommand = class _UpdateDatasourcePackagesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2053
|
-
...commonParams
|
|
2054
|
-
}).m(function(Command, cs, config, o) {
|
|
2000
|
+
var _UpdateDatasourcePackagesCommand = class _UpdateDatasourcePackagesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2055
2001
|
return [
|
|
2056
2002
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2057
2003
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2065,9 +2011,7 @@ var UpdateDatasourcePackagesCommand = _UpdateDatasourcePackagesCommand;
|
|
|
2065
2011
|
|
|
2066
2012
|
|
|
2067
2013
|
|
|
2068
|
-
var _UpdateInvestigationStateCommand = class _UpdateInvestigationStateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2069
|
-
...commonParams
|
|
2070
|
-
}).m(function(Command, cs, config, o) {
|
|
2014
|
+
var _UpdateInvestigationStateCommand = class _UpdateInvestigationStateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2071
2015
|
return [
|
|
2072
2016
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2073
2017
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2081,9 +2025,7 @@ var UpdateInvestigationStateCommand = _UpdateInvestigationStateCommand;
|
|
|
2081
2025
|
|
|
2082
2026
|
|
|
2083
2027
|
|
|
2084
|
-
var _UpdateOrganizationConfigurationCommand = class _UpdateOrganizationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2085
|
-
...commonParams
|
|
2086
|
-
}).m(function(Command, cs, config, o) {
|
|
2028
|
+
var _UpdateOrganizationConfigurationCommand = class _UpdateOrganizationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2087
2029
|
return [
|
|
2088
2030
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2089
2031
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_AcceptInvitationCommand, se_AcceptInvitationCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AcceptInvitationCommand 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_BatchGetGraphMemberDatasourcesCommand, se_BatchGetGraphMemberDatasou
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class BatchGetGraphMemberDatasourcesCommand 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_BatchGetMembershipDatasourcesCommand, se_BatchGetMembershipDatasourc
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class BatchGetMembershipDatasourcesCommand 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_CreateGraphCommand, se_CreateGraphCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateGraphCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_CreateMembersCommand, se_CreateMembersCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateMembersCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteGraphCommand, se_DeleteGraphCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteGraphCommand 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_DeleteMembersCommand, se_DeleteMembersCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteMembersCommand 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_DescribeOrganizationConfigurationCommand, se_DescribeOrganizationCon
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeOrganizationConfigurationCommand 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_DisableOrganizationAdminAccountCommand, se_DisableOrganizationAdminA
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisableOrganizationAdminAccountCommand 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_DisassociateMembershipCommand, se_DisassociateMembershipCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisassociateMembershipCommand 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_EnableOrganizationAdminAccountCommand, se_EnableOrganizationAdminAcc
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class EnableOrganizationAdminAccountCommand 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_GetInvestigationCommand, se_GetInvestigationCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetInvestigationCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_GetMembersCommand, se_GetMembersCommand } from "../protocols/Aws_res
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetMembersCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListDatasourcePackagesCommand, se_ListDatasourcePackagesCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDatasourcePackagesCommand 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_ListGraphsCommand, se_ListGraphsCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListGraphsCommand 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_ListIndicatorsCommand, se_ListIndicatorsCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListIndicatorsCommand 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_ListInvestigationsCommand, se_ListInvestigationsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListInvestigationsCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_ListInvitationsCommand, se_ListInvitationsCommand } from "../protoco
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListInvitationsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListMembersCommand, se_ListMembersCommand } from "../protocols/Aws_r
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListMembersCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListOrganizationAdminAccountsCommand, se_ListOrganizationAdminAccoun
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListOrganizationAdminAccountsCommand 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_RejectInvitationCommand, se_RejectInvitationCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RejectInvitationCommand 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_StartInvestigationCommand, se_StartInvestigationCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartInvestigationCommand 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_StartMonitoringMemberCommand, se_StartMonitoringMemberCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartMonitoringMemberCommand 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_UpdateDatasourcePackagesCommand, se_UpdateDatasourcePackagesCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateDatasourcePackagesCommand 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_UpdateInvestigationStateCommand, se_UpdateInvestigationStateCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateInvestigationStateCommand 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_UpdateOrganizationConfigurationCommand, se_UpdateOrganizationConfigu
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateOrganizationConfigurationCommand 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-detective",
|
|
3
3
|
"description": "AWS SDK for JavaScript Detective Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.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-detective",
|
|
@@ -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.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
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",
|