@aws-sdk/client-detective 3.588.0 → 3.592.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 +0 -29
- package/dist-types/DetectiveClient.d.ts +4 -4
- package/dist-types/commands/AcceptInvitationCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetMembershipDatasourcesCommand.d.ts +2 -1
- package/dist-types/commands/CreateGraphCommand.d.ts +2 -1
- package/dist-types/commands/CreateMembersCommand.d.ts +2 -1
- package/dist-types/commands/DeleteGraphCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMembersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateMembershipCommand.d.ts +2 -1
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +2 -1
- package/dist-types/commands/GetInvestigationCommand.d.ts +2 -1
- package/dist-types/commands/GetMembersCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasourcePackagesCommand.d.ts +2 -1
- package/dist-types/commands/ListGraphsCommand.d.ts +2 -1
- package/dist-types/commands/ListIndicatorsCommand.d.ts +2 -1
- package/dist-types/commands/ListInvestigationsCommand.d.ts +2 -1
- package/dist-types/commands/ListInvitationsCommand.d.ts +2 -1
- package/dist-types/commands/ListMembersCommand.d.ts +2 -1
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/RejectInvitationCommand.d.ts +2 -1
- package/dist-types/commands/StartInvestigationCommand.d.ts +2 -1
- package/dist-types/commands/StartMonitoringMemberCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDatasourcePackagesCommand.d.ts +2 -1
- package/dist-types/commands/UpdateInvestigationStateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/DetectiveServiceException.d.ts +2 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/DetectiveClient.d.ts +1 -1
- package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchGetMembershipDatasourcesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateGraphCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteGraphCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisassociateMembershipCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetInvestigationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDatasourcePackagesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListGraphsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListIndicatorsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListInvestigationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartInvestigationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartMonitoringMemberCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateDatasourcePackagesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateInvestigationStateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/DetectiveServiceException.d.ts +2 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -240,7 +240,6 @@ var DetectiveClient = _DetectiveClient;
|
|
|
240
240
|
|
|
241
241
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
242
242
|
|
|
243
|
-
var import_types = require("@smithy/types");
|
|
244
243
|
|
|
245
244
|
// src/protocols/Aws_restJson1.ts
|
|
246
245
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1659,7 +1658,6 @@ var AcceptInvitationCommand = _AcceptInvitationCommand;
|
|
|
1659
1658
|
|
|
1660
1659
|
|
|
1661
1660
|
|
|
1662
|
-
|
|
1663
1661
|
var _BatchGetGraphMemberDatasourcesCommand = class _BatchGetGraphMemberDatasourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1664
1662
|
...commonParams
|
|
1665
1663
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1676,7 +1674,6 @@ var BatchGetGraphMemberDatasourcesCommand = _BatchGetGraphMemberDatasourcesComma
|
|
|
1676
1674
|
|
|
1677
1675
|
|
|
1678
1676
|
|
|
1679
|
-
|
|
1680
1677
|
var _BatchGetMembershipDatasourcesCommand = class _BatchGetMembershipDatasourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1681
1678
|
...commonParams
|
|
1682
1679
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1693,7 +1690,6 @@ var BatchGetMembershipDatasourcesCommand = _BatchGetMembershipDatasourcesCommand
|
|
|
1693
1690
|
|
|
1694
1691
|
|
|
1695
1692
|
|
|
1696
|
-
|
|
1697
1693
|
var _CreateGraphCommand = class _CreateGraphCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1698
1694
|
...commonParams
|
|
1699
1695
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1710,7 +1706,6 @@ var CreateGraphCommand = _CreateGraphCommand;
|
|
|
1710
1706
|
|
|
1711
1707
|
|
|
1712
1708
|
|
|
1713
|
-
|
|
1714
1709
|
var _CreateMembersCommand = class _CreateMembersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1715
1710
|
...commonParams
|
|
1716
1711
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1727,7 +1722,6 @@ var CreateMembersCommand = _CreateMembersCommand;
|
|
|
1727
1722
|
|
|
1728
1723
|
|
|
1729
1724
|
|
|
1730
|
-
|
|
1731
1725
|
var _DeleteGraphCommand = class _DeleteGraphCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1732
1726
|
...commonParams
|
|
1733
1727
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1744,7 +1738,6 @@ var DeleteGraphCommand = _DeleteGraphCommand;
|
|
|
1744
1738
|
|
|
1745
1739
|
|
|
1746
1740
|
|
|
1747
|
-
|
|
1748
1741
|
var _DeleteMembersCommand = class _DeleteMembersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1749
1742
|
...commonParams
|
|
1750
1743
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1761,7 +1754,6 @@ var DeleteMembersCommand = _DeleteMembersCommand;
|
|
|
1761
1754
|
|
|
1762
1755
|
|
|
1763
1756
|
|
|
1764
|
-
|
|
1765
1757
|
var _DescribeOrganizationConfigurationCommand = class _DescribeOrganizationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1766
1758
|
...commonParams
|
|
1767
1759
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1778,7 +1770,6 @@ var DescribeOrganizationConfigurationCommand = _DescribeOrganizationConfiguratio
|
|
|
1778
1770
|
|
|
1779
1771
|
|
|
1780
1772
|
|
|
1781
|
-
|
|
1782
1773
|
var _DisableOrganizationAdminAccountCommand = class _DisableOrganizationAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1783
1774
|
...commonParams
|
|
1784
1775
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1795,7 +1786,6 @@ var DisableOrganizationAdminAccountCommand = _DisableOrganizationAdminAccountCom
|
|
|
1795
1786
|
|
|
1796
1787
|
|
|
1797
1788
|
|
|
1798
|
-
|
|
1799
1789
|
var _DisassociateMembershipCommand = class _DisassociateMembershipCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1800
1790
|
...commonParams
|
|
1801
1791
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1812,7 +1802,6 @@ var DisassociateMembershipCommand = _DisassociateMembershipCommand;
|
|
|
1812
1802
|
|
|
1813
1803
|
|
|
1814
1804
|
|
|
1815
|
-
|
|
1816
1805
|
var _EnableOrganizationAdminAccountCommand = class _EnableOrganizationAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1817
1806
|
...commonParams
|
|
1818
1807
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1829,7 +1818,6 @@ var EnableOrganizationAdminAccountCommand = _EnableOrganizationAdminAccountComma
|
|
|
1829
1818
|
|
|
1830
1819
|
|
|
1831
1820
|
|
|
1832
|
-
|
|
1833
1821
|
var _GetInvestigationCommand = class _GetInvestigationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1834
1822
|
...commonParams
|
|
1835
1823
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1846,7 +1834,6 @@ var GetInvestigationCommand = _GetInvestigationCommand;
|
|
|
1846
1834
|
|
|
1847
1835
|
|
|
1848
1836
|
|
|
1849
|
-
|
|
1850
1837
|
var _GetMembersCommand = class _GetMembersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1851
1838
|
...commonParams
|
|
1852
1839
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1863,7 +1850,6 @@ var GetMembersCommand = _GetMembersCommand;
|
|
|
1863
1850
|
|
|
1864
1851
|
|
|
1865
1852
|
|
|
1866
|
-
|
|
1867
1853
|
var _ListDatasourcePackagesCommand = class _ListDatasourcePackagesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1868
1854
|
...commonParams
|
|
1869
1855
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1880,7 +1866,6 @@ var ListDatasourcePackagesCommand = _ListDatasourcePackagesCommand;
|
|
|
1880
1866
|
|
|
1881
1867
|
|
|
1882
1868
|
|
|
1883
|
-
|
|
1884
1869
|
var _ListGraphsCommand = class _ListGraphsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1885
1870
|
...commonParams
|
|
1886
1871
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1897,7 +1882,6 @@ var ListGraphsCommand = _ListGraphsCommand;
|
|
|
1897
1882
|
|
|
1898
1883
|
|
|
1899
1884
|
|
|
1900
|
-
|
|
1901
1885
|
var _ListIndicatorsCommand = class _ListIndicatorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1902
1886
|
...commonParams
|
|
1903
1887
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1914,7 +1898,6 @@ var ListIndicatorsCommand = _ListIndicatorsCommand;
|
|
|
1914
1898
|
|
|
1915
1899
|
|
|
1916
1900
|
|
|
1917
|
-
|
|
1918
1901
|
var _ListInvestigationsCommand = class _ListInvestigationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1919
1902
|
...commonParams
|
|
1920
1903
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1931,7 +1914,6 @@ var ListInvestigationsCommand = _ListInvestigationsCommand;
|
|
|
1931
1914
|
|
|
1932
1915
|
|
|
1933
1916
|
|
|
1934
|
-
|
|
1935
1917
|
var _ListInvitationsCommand = class _ListInvitationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1936
1918
|
...commonParams
|
|
1937
1919
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1948,7 +1930,6 @@ var ListInvitationsCommand = _ListInvitationsCommand;
|
|
|
1948
1930
|
|
|
1949
1931
|
|
|
1950
1932
|
|
|
1951
|
-
|
|
1952
1933
|
var _ListMembersCommand = class _ListMembersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1953
1934
|
...commonParams
|
|
1954
1935
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1965,7 +1946,6 @@ var ListMembersCommand = _ListMembersCommand;
|
|
|
1965
1946
|
|
|
1966
1947
|
|
|
1967
1948
|
|
|
1968
|
-
|
|
1969
1949
|
var _ListOrganizationAdminAccountsCommand = class _ListOrganizationAdminAccountsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1970
1950
|
...commonParams
|
|
1971
1951
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1982,7 +1962,6 @@ var ListOrganizationAdminAccountsCommand = _ListOrganizationAdminAccountsCommand
|
|
|
1982
1962
|
|
|
1983
1963
|
|
|
1984
1964
|
|
|
1985
|
-
|
|
1986
1965
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1987
1966
|
...commonParams
|
|
1988
1967
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1999,7 +1978,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1999
1978
|
|
|
2000
1979
|
|
|
2001
1980
|
|
|
2002
|
-
|
|
2003
1981
|
var _RejectInvitationCommand = class _RejectInvitationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2004
1982
|
...commonParams
|
|
2005
1983
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2016,7 +1994,6 @@ var RejectInvitationCommand = _RejectInvitationCommand;
|
|
|
2016
1994
|
|
|
2017
1995
|
|
|
2018
1996
|
|
|
2019
|
-
|
|
2020
1997
|
var _StartInvestigationCommand = class _StartInvestigationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2021
1998
|
...commonParams
|
|
2022
1999
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2033,7 +2010,6 @@ var StartInvestigationCommand = _StartInvestigationCommand;
|
|
|
2033
2010
|
|
|
2034
2011
|
|
|
2035
2012
|
|
|
2036
|
-
|
|
2037
2013
|
var _StartMonitoringMemberCommand = class _StartMonitoringMemberCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2038
2014
|
...commonParams
|
|
2039
2015
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2050,7 +2026,6 @@ var StartMonitoringMemberCommand = _StartMonitoringMemberCommand;
|
|
|
2050
2026
|
|
|
2051
2027
|
|
|
2052
2028
|
|
|
2053
|
-
|
|
2054
2029
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2055
2030
|
...commonParams
|
|
2056
2031
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2067,7 +2042,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2067
2042
|
|
|
2068
2043
|
|
|
2069
2044
|
|
|
2070
|
-
|
|
2071
2045
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2072
2046
|
...commonParams
|
|
2073
2047
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2084,7 +2058,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2084
2058
|
|
|
2085
2059
|
|
|
2086
2060
|
|
|
2087
|
-
|
|
2088
2061
|
var _UpdateDatasourcePackagesCommand = class _UpdateDatasourcePackagesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2089
2062
|
...commonParams
|
|
2090
2063
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2101,7 +2074,6 @@ var UpdateDatasourcePackagesCommand = _UpdateDatasourcePackagesCommand;
|
|
|
2101
2074
|
|
|
2102
2075
|
|
|
2103
2076
|
|
|
2104
|
-
|
|
2105
2077
|
var _UpdateInvestigationStateCommand = class _UpdateInvestigationStateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2106
2078
|
...commonParams
|
|
2107
2079
|
}).m(function(Command, cs, config, o) {
|
|
@@ -2118,7 +2090,6 @@ var UpdateInvestigationStateCommand = _UpdateInvestigationStateCommand;
|
|
|
2118
2090
|
|
|
2119
2091
|
|
|
2120
2092
|
|
|
2121
|
-
|
|
2122
2093
|
var _UpdateOrganizationConfigurationCommand = class _UpdateOrganizationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2123
2094
|
...commonParams
|
|
2124
2095
|
}).m(function(Command, cs, config, o) {
|
|
@@ -119,15 +119,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
119
119
|
* Enables FIPS compatible endpoints.
|
|
120
120
|
*/
|
|
121
121
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
122
|
+
/**
|
|
123
|
+
* The AWS region to which this client will send requests
|
|
124
|
+
*/
|
|
125
|
+
region?: string | __Provider<string>;
|
|
122
126
|
/**
|
|
123
127
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
124
128
|
* @internal
|
|
125
129
|
*/
|
|
126
130
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
127
|
-
/**
|
|
128
|
-
* The AWS region to which this client will send requests
|
|
129
|
-
*/
|
|
130
|
-
region?: string | __Provider<string>;
|
|
131
131
|
/**
|
|
132
132
|
* Default credentials provider; Not available in browser runtime.
|
|
133
133
|
* @deprecated
|
package/dist-types/index.d.ts
CHANGED
|
@@ -81,8 +81,8 @@
|
|
|
81
81
|
export * from "./DetectiveClient";
|
|
82
82
|
export * from "./Detective";
|
|
83
83
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
84
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
85
|
-
export { DetectiveExtensionConfiguration } from "./extensionConfiguration";
|
|
84
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
85
|
+
export type { DetectiveExtensionConfiguration } from "./extensionConfiguration";
|
|
86
86
|
export * from "./commands";
|
|
87
87
|
export * from "./pagination";
|
|
88
88
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: DetectiveClientConfig) => {
|
|
|
18
18
|
serviceId: string;
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
|
-
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
22
21
|
region: string | import("@smithy/types").Provider<any>;
|
|
22
|
+
defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
24
24
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
@@ -244,8 +244,8 @@ export interface ClientDefaults
|
|
|
244
244
|
serviceId?: string;
|
|
245
245
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
246
246
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
247
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
248
247
|
region?: string | __Provider<string>;
|
|
248
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
249
249
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
250
250
|
maxAttempts?: number | __Provider<number>;
|
|
251
251
|
retryMode?: string | __Provider<string>;
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DetectiveClient";
|
|
8
8
|
import { AcceptInvitationRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface AcceptInvitationCommandInput extends AcceptInvitationRequest {}
|
|
11
12
|
export interface AcceptInvitationCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const AcceptInvitationCommand_base: {
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
BatchGetGraphMemberDatasourcesRequest,
|
|
10
10
|
BatchGetGraphMemberDatasourcesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface BatchGetGraphMemberDatasourcesCommandInput
|
|
14
15
|
extends BatchGetGraphMemberDatasourcesRequest {}
|
|
15
16
|
export interface BatchGetGraphMemberDatasourcesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
BatchGetMembershipDatasourcesRequest,
|
|
10
10
|
BatchGetMembershipDatasourcesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface BatchGetMembershipDatasourcesCommandInput
|
|
14
15
|
extends BatchGetMembershipDatasourcesRequest {}
|
|
15
16
|
export interface BatchGetMembershipDatasourcesCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DetectiveClient";
|
|
8
8
|
import { CreateGraphRequest, CreateGraphResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateGraphCommandInput extends CreateGraphRequest {}
|
|
11
12
|
export interface CreateGraphCommandOutput
|
|
12
13
|
extends CreateGraphResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateMembersRequest,
|
|
10
10
|
CreateMembersResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateMembersCommandInput extends CreateMembersRequest {}
|
|
14
15
|
export interface CreateMembersCommandOutput
|
|
15
16
|
extends CreateMembersResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DetectiveClient";
|
|
8
8
|
import { DeleteGraphRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteGraphCommandInput extends DeleteGraphRequest {}
|
|
11
12
|
export interface DeleteGraphCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const DeleteGraphCommand_base: {
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteMembersRequest,
|
|
10
10
|
DeleteMembersResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteMembersCommandInput extends DeleteMembersRequest {}
|
|
14
15
|
export interface DeleteMembersCommandOutput
|
|
15
16
|
extends DeleteMembersResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeOrganizationConfigurationRequest,
|
|
10
10
|
DescribeOrganizationConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeOrganizationConfigurationCommandInput
|
|
14
15
|
extends DescribeOrganizationConfigurationRequest {}
|
|
15
16
|
export interface DescribeOrganizationConfigurationCommandOutput
|
|
@@ -5,7 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DetectiveClient";
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
export interface DisableOrganizationAdminAccountCommandInput {}
|
|
10
11
|
export interface DisableOrganizationAdminAccountCommandOutput
|
|
11
12
|
extends __MetadataBearer {}
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DetectiveClient";
|
|
8
8
|
import { DisassociateMembershipRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DisassociateMembershipCommandInput
|
|
11
12
|
extends DisassociateMembershipRequest {}
|
|
12
13
|
export interface DisassociateMembershipCommandOutput extends __MetadataBearer {}
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DetectiveClient";
|
|
8
8
|
import { EnableOrganizationAdminAccountRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface EnableOrganizationAdminAccountCommandInput
|
|
11
12
|
extends EnableOrganizationAdminAccountRequest {}
|
|
12
13
|
export interface EnableOrganizationAdminAccountCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetInvestigationRequest,
|
|
10
10
|
GetInvestigationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetInvestigationCommandInput extends GetInvestigationRequest {}
|
|
14
15
|
export interface GetInvestigationCommandOutput
|
|
15
16
|
extends GetInvestigationResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DetectiveClient";
|
|
8
8
|
import { GetMembersRequest, GetMembersResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetMembersCommandInput extends GetMembersRequest {}
|
|
11
12
|
export interface GetMembersCommandOutput
|
|
12
13
|
extends GetMembersResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListDatasourcePackagesRequest,
|
|
10
10
|
ListDatasourcePackagesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListDatasourcePackagesCommandInput
|
|
14
15
|
extends ListDatasourcePackagesRequest {}
|
|
15
16
|
export interface ListDatasourcePackagesCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DetectiveClient";
|
|
8
8
|
import { ListGraphsRequest, ListGraphsResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListGraphsCommandInput extends ListGraphsRequest {}
|
|
11
12
|
export interface ListGraphsCommandOutput
|
|
12
13
|
extends ListGraphsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListIndicatorsRequest,
|
|
10
10
|
ListIndicatorsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListIndicatorsCommandInput extends ListIndicatorsRequest {}
|
|
14
15
|
export interface ListIndicatorsCommandOutput
|
|
15
16
|
extends ListIndicatorsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListInvestigationsRequest,
|
|
10
10
|
ListInvestigationsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListInvestigationsCommandInput
|
|
14
15
|
extends ListInvestigationsRequest {}
|
|
15
16
|
export interface ListInvestigationsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListInvitationsRequest,
|
|
10
10
|
ListInvitationsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListInvitationsCommandInput extends ListInvitationsRequest {}
|
|
14
15
|
export interface ListInvitationsCommandOutput
|
|
15
16
|
extends ListInvitationsResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DetectiveClient";
|
|
8
8
|
import { ListMembersRequest, ListMembersResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ListMembersCommandInput extends ListMembersRequest {}
|
|
11
12
|
export interface ListMembersCommandOutput
|
|
12
13
|
extends ListMembersResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListOrganizationAdminAccountsRequest,
|
|
10
10
|
ListOrganizationAdminAccountsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListOrganizationAdminAccountsCommandInput
|
|
14
15
|
extends ListOrganizationAdminAccountsRequest {}
|
|
15
16
|
export interface ListOrganizationAdminAccountsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DetectiveClient";
|
|
8
8
|
import { RejectInvitationRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface RejectInvitationCommandInput extends RejectInvitationRequest {}
|
|
11
12
|
export interface RejectInvitationCommandOutput extends __MetadataBearer {}
|
|
12
13
|
declare const RejectInvitationCommand_base: {
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartInvestigationRequest,
|
|
10
10
|
StartInvestigationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartInvestigationCommandInput
|
|
14
15
|
extends StartInvestigationRequest {}
|
|
15
16
|
export interface StartInvestigationCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DetectiveClient";
|
|
8
8
|
import { StartMonitoringMemberRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface StartMonitoringMemberCommandInput
|
|
11
12
|
extends StartMonitoringMemberRequest {}
|
|
12
13
|
export interface StartMonitoringMemberCommandOutput extends __MetadataBearer {}
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DetectiveClient";
|
|
8
8
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DetectiveClient";
|
|
8
8
|
import { UpdateDatasourcePackagesRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateDatasourcePackagesCommandInput
|
|
11
12
|
extends UpdateDatasourcePackagesRequest {}
|
|
12
13
|
export interface UpdateDatasourcePackagesCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DetectiveClient";
|
|
8
8
|
import { UpdateInvestigationStateRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateInvestigationStateCommandInput
|
|
11
12
|
extends UpdateInvestigationStateRequest {}
|
|
12
13
|
export interface UpdateInvestigationStateCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DetectiveClient";
|
|
8
8
|
import { UpdateOrganizationConfigurationRequest } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface UpdateOrganizationConfigurationCommandInput
|
|
11
12
|
extends UpdateOrganizationConfigurationRequest {}
|
|
12
13
|
export interface UpdateOrganizationConfigurationCommandOutput
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class DetectiveServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: DetectiveClientConfig) => {
|
|
|
20
20
|
serviceId: string;
|
|
21
21
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
23
|
+
region: string | import("@smithy/types").Provider<any>;
|
|
23
24
|
defaultUserAgentProvider: import("@smithy/types").Provider<
|
|
24
25
|
import("@smithy/types").UserAgent
|
|
25
26
|
>;
|
|
26
|
-
region: string | import("@smithy/types").Provider<any>;
|
|
27
27
|
credentialDefaultProvider: (
|
|
28
28
|
input: any
|
|
29
29
|
) => import("@smithy/types").AwsCredentialIdentityProvider;
|
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.592.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": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|