@aws-sdk/client-detective 3.928.0 → 3.930.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 +933 -1345
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/DetectiveClient.js +2 -0
- package/dist-es/commands/AcceptInvitationCommand.js +3 -9
- package/dist-es/commands/BatchGetGraphMemberDatasourcesCommand.js +3 -9
- package/dist-es/commands/BatchGetMembershipDatasourcesCommand.js +3 -9
- package/dist-es/commands/CreateGraphCommand.js +3 -9
- package/dist-es/commands/CreateMembersCommand.js +3 -10
- package/dist-es/commands/DeleteGraphCommand.js +3 -9
- package/dist-es/commands/DeleteMembersCommand.js +3 -9
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +3 -9
- package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +3 -9
- package/dist-es/commands/DisassociateMembershipCommand.js +3 -9
- package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +3 -9
- package/dist-es/commands/GetInvestigationCommand.js +3 -9
- package/dist-es/commands/GetMembersCommand.js +3 -10
- package/dist-es/commands/ListDatasourcePackagesCommand.js +3 -9
- package/dist-es/commands/ListGraphsCommand.js +3 -9
- package/dist-es/commands/ListIndicatorsCommand.js +3 -9
- package/dist-es/commands/ListInvestigationsCommand.js +3 -9
- package/dist-es/commands/ListInvitationsCommand.js +3 -10
- package/dist-es/commands/ListMembersCommand.js +3 -10
- package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/RejectInvitationCommand.js +3 -9
- package/dist-es/commands/StartInvestigationCommand.js +3 -9
- package/dist-es/commands/StartMonitoringMemberCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateDatasourcePackagesCommand.js +3 -9
- package/dist-es/commands/UpdateInvestigationStateCommand.js +3 -9
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -30
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +862 -0
- package/dist-types/DetectiveClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -28
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +2 -5
- package/dist-types/schemas/schemas_0.d.ts +134 -0
- package/dist-types/ts3.4/DetectiveClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -17
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +141 -0
- package/package.json +33 -33
- package/dist-es/protocols/Aws_restJson1.js +0 -1088
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -263
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -353
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "./commands/AcceptInvitationCommand";
|
|
11
11
|
import { BatchGetGraphMemberDatasourcesCommandInput, BatchGetGraphMemberDatasourcesCommandOutput } from "./commands/BatchGetGraphMemberDatasourcesCommand";
|
|
@@ -170,6 +170,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
170
170
|
* Optional extensions
|
|
171
171
|
*/
|
|
172
172
|
extensions?: RuntimeExtension[];
|
|
173
|
+
/**
|
|
174
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
175
|
+
* may be overridden. A default will always be set by the client.
|
|
176
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
177
|
+
* the client.
|
|
178
|
+
* @alpha
|
|
179
|
+
*
|
|
180
|
+
*/
|
|
181
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
173
182
|
/**
|
|
174
183
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
175
184
|
*/
|
|
@@ -1820,31 +1820,3 @@ export interface UpdateOrganizationConfigurationRequest {
|
|
|
1820
1820
|
*/
|
|
1821
1821
|
AutoEnable?: boolean | undefined;
|
|
1822
1822
|
}
|
|
1823
|
-
/**
|
|
1824
|
-
* @internal
|
|
1825
|
-
*/
|
|
1826
|
-
export declare const AccountFilterSensitiveLog: (obj: Account) => any;
|
|
1827
|
-
/**
|
|
1828
|
-
* @internal
|
|
1829
|
-
*/
|
|
1830
|
-
export declare const CreateMembersRequestFilterSensitiveLog: (obj: CreateMembersRequest) => any;
|
|
1831
|
-
/**
|
|
1832
|
-
* @internal
|
|
1833
|
-
*/
|
|
1834
|
-
export declare const MemberDetailFilterSensitiveLog: (obj: MemberDetail) => any;
|
|
1835
|
-
/**
|
|
1836
|
-
* @internal
|
|
1837
|
-
*/
|
|
1838
|
-
export declare const CreateMembersResponseFilterSensitiveLog: (obj: CreateMembersResponse) => any;
|
|
1839
|
-
/**
|
|
1840
|
-
* @internal
|
|
1841
|
-
*/
|
|
1842
|
-
export declare const GetMembersResponseFilterSensitiveLog: (obj: GetMembersResponse) => any;
|
|
1843
|
-
/**
|
|
1844
|
-
* @internal
|
|
1845
|
-
*/
|
|
1846
|
-
export declare const ListInvitationsResponseFilterSensitiveLog: (obj: ListInvitationsResponse) => any;
|
|
1847
|
-
/**
|
|
1848
|
-
* @internal
|
|
1849
|
-
*/
|
|
1850
|
-
export declare const ListMembersResponseFilterSensitiveLog: (obj: ListMembersResponse) => any;
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: DetectiveClientConfig) => {
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: DetectiveClientConfig) => {
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: DetectiveClientConfig) => {
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -8,16 +8,13 @@ export declare const getRuntimeConfig: (config: DetectiveClientConfig) => {
|
|
|
8
8
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
9
9
|
disableHostPrefix: boolean;
|
|
10
10
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
|
-
logger
|
|
12
|
-
/**
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
15
|
-
?: import("@smithy/types").Logger;
|
|
11
|
+
logger?: import("@smithy/types").Logger;
|
|
16
12
|
}) => import("@smithy/types").EndpointV2;
|
|
17
13
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
18
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DetectiveHttpAuthSchemeProvider;
|
|
19
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
20
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
21
18
|
serviceId: string;
|
|
22
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var EmailAddress: StaticSimpleSchema;
|
|
3
|
+
export declare var EmailMessage: StaticSimpleSchema;
|
|
4
|
+
export declare var AcceptInvitationRequest: StaticStructureSchema;
|
|
5
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
6
|
+
export declare var Account: StaticStructureSchema;
|
|
7
|
+
export declare var Administrator: StaticStructureSchema;
|
|
8
|
+
export declare var BatchGetGraphMemberDatasourcesRequest: StaticStructureSchema;
|
|
9
|
+
export declare var BatchGetGraphMemberDatasourcesResponse: StaticStructureSchema;
|
|
10
|
+
export declare var BatchGetMembershipDatasourcesRequest: StaticStructureSchema;
|
|
11
|
+
export declare var BatchGetMembershipDatasourcesResponse: StaticStructureSchema;
|
|
12
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
13
|
+
export declare var CreateGraphRequest: StaticStructureSchema;
|
|
14
|
+
export declare var CreateGraphResponse: StaticStructureSchema;
|
|
15
|
+
export declare var CreateMembersRequest: StaticStructureSchema;
|
|
16
|
+
export declare var CreateMembersResponse: StaticStructureSchema;
|
|
17
|
+
export declare var DatasourcePackageIngestDetail: StaticStructureSchema;
|
|
18
|
+
export declare var DatasourcePackageUsageInfo: StaticStructureSchema;
|
|
19
|
+
export declare var DateFilter: StaticStructureSchema;
|
|
20
|
+
export declare var DeleteGraphRequest: StaticStructureSchema;
|
|
21
|
+
export declare var DeleteMembersRequest: StaticStructureSchema;
|
|
22
|
+
export declare var DeleteMembersResponse: StaticStructureSchema;
|
|
23
|
+
export declare var DescribeOrganizationConfigurationRequest: StaticStructureSchema;
|
|
24
|
+
export declare var DescribeOrganizationConfigurationResponse: StaticStructureSchema;
|
|
25
|
+
export declare var DisassociateMembershipRequest: StaticStructureSchema;
|
|
26
|
+
export declare var EnableOrganizationAdminAccountRequest: StaticStructureSchema;
|
|
27
|
+
export declare var FilterCriteria: StaticStructureSchema;
|
|
28
|
+
export declare var FlaggedIpAddressDetail: StaticStructureSchema;
|
|
29
|
+
export declare var GetInvestigationRequest: StaticStructureSchema;
|
|
30
|
+
export declare var GetInvestigationResponse: StaticStructureSchema;
|
|
31
|
+
export declare var GetMembersRequest: StaticStructureSchema;
|
|
32
|
+
export declare var GetMembersResponse: StaticStructureSchema;
|
|
33
|
+
export declare var Graph: StaticStructureSchema;
|
|
34
|
+
export declare var ImpossibleTravelDetail: StaticStructureSchema;
|
|
35
|
+
export declare var Indicator: StaticStructureSchema;
|
|
36
|
+
export declare var IndicatorDetail: StaticStructureSchema;
|
|
37
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
38
|
+
export declare var InvestigationDetail: StaticStructureSchema;
|
|
39
|
+
export declare var ListDatasourcePackagesRequest: StaticStructureSchema;
|
|
40
|
+
export declare var ListDatasourcePackagesResponse: StaticStructureSchema;
|
|
41
|
+
export declare var ListGraphsRequest: StaticStructureSchema;
|
|
42
|
+
export declare var ListGraphsResponse: StaticStructureSchema;
|
|
43
|
+
export declare var ListIndicatorsRequest: StaticStructureSchema;
|
|
44
|
+
export declare var ListIndicatorsResponse: StaticStructureSchema;
|
|
45
|
+
export declare var ListInvestigationsRequest: StaticStructureSchema;
|
|
46
|
+
export declare var ListInvestigationsResponse: StaticStructureSchema;
|
|
47
|
+
export declare var ListInvitationsRequest: StaticStructureSchema;
|
|
48
|
+
export declare var ListInvitationsResponse: StaticStructureSchema;
|
|
49
|
+
export declare var ListMembersRequest: StaticStructureSchema;
|
|
50
|
+
export declare var ListMembersResponse: StaticStructureSchema;
|
|
51
|
+
export declare var ListOrganizationAdminAccountsRequest: StaticStructureSchema;
|
|
52
|
+
export declare var ListOrganizationAdminAccountsResponse: StaticStructureSchema;
|
|
53
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
54
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
55
|
+
export declare var MemberDetail: StaticStructureSchema;
|
|
56
|
+
export declare var MembershipDatasources: StaticStructureSchema;
|
|
57
|
+
export declare var NewAsoDetail: StaticStructureSchema;
|
|
58
|
+
export declare var NewGeolocationDetail: StaticStructureSchema;
|
|
59
|
+
export declare var NewUserAgentDetail: StaticStructureSchema;
|
|
60
|
+
export declare var RejectInvitationRequest: StaticStructureSchema;
|
|
61
|
+
export declare var RelatedFindingDetail: StaticStructureSchema;
|
|
62
|
+
export declare var RelatedFindingGroupDetail: StaticStructureSchema;
|
|
63
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
64
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
65
|
+
export declare var SortCriteria: StaticStructureSchema;
|
|
66
|
+
export declare var StartInvestigationRequest: StaticStructureSchema;
|
|
67
|
+
export declare var StartInvestigationResponse: StaticStructureSchema;
|
|
68
|
+
export declare var StartMonitoringMemberRequest: StaticStructureSchema;
|
|
69
|
+
export declare var StringFilter: StaticStructureSchema;
|
|
70
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
71
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
72
|
+
export declare var TimestampForCollection: StaticStructureSchema;
|
|
73
|
+
export declare var TooManyRequestsException: StaticErrorSchema;
|
|
74
|
+
export declare var TTPsObservedDetail: StaticStructureSchema;
|
|
75
|
+
export declare var UnprocessedAccount: StaticStructureSchema;
|
|
76
|
+
export declare var UnprocessedGraph: StaticStructureSchema;
|
|
77
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
78
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
79
|
+
export declare var UpdateDatasourcePackagesRequest: StaticStructureSchema;
|
|
80
|
+
export declare var UpdateInvestigationStateRequest: StaticStructureSchema;
|
|
81
|
+
export declare var UpdateOrganizationConfigurationRequest: StaticStructureSchema;
|
|
82
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
83
|
+
export declare var __Unit: "unit";
|
|
84
|
+
export declare var DetectiveServiceException: StaticErrorSchema;
|
|
85
|
+
export declare var AccountIdExtendedList: number;
|
|
86
|
+
export declare var AccountIdList: number;
|
|
87
|
+
export declare var AccountList: StaticListSchema;
|
|
88
|
+
export declare var AdministratorList: StaticListSchema;
|
|
89
|
+
export declare var DatasourcePackageList: number;
|
|
90
|
+
export declare var GraphArnList: number;
|
|
91
|
+
export declare var GraphList: StaticListSchema;
|
|
92
|
+
export declare var Indicators: StaticListSchema;
|
|
93
|
+
export declare var InvestigationDetails: StaticListSchema;
|
|
94
|
+
export declare var MemberDetailList: StaticListSchema;
|
|
95
|
+
export declare var MembershipDatasourcesList: StaticListSchema;
|
|
96
|
+
export declare var ResourceList: number;
|
|
97
|
+
export declare var TagKeyList: number;
|
|
98
|
+
export declare var UnprocessedAccountList: StaticListSchema;
|
|
99
|
+
export declare var UnprocessedGraphList: StaticListSchema;
|
|
100
|
+
export declare var DatasourcePackageIngestDetails: StaticMapSchema;
|
|
101
|
+
export declare var DatasourcePackageIngestHistory: StaticMapSchema;
|
|
102
|
+
export declare var DatasourcePackageIngestStates: number;
|
|
103
|
+
export declare var LastIngestStateChangeDates: StaticMapSchema;
|
|
104
|
+
export declare var TagMap: number;
|
|
105
|
+
export declare var VolumeUsageByDatasourcePackage: StaticMapSchema;
|
|
106
|
+
export declare var AcceptInvitation: StaticOperationSchema;
|
|
107
|
+
export declare var BatchGetGraphMemberDatasources: StaticOperationSchema;
|
|
108
|
+
export declare var BatchGetMembershipDatasources: StaticOperationSchema;
|
|
109
|
+
export declare var CreateGraph: StaticOperationSchema;
|
|
110
|
+
export declare var CreateMembers: StaticOperationSchema;
|
|
111
|
+
export declare var DeleteGraph: StaticOperationSchema;
|
|
112
|
+
export declare var DeleteMembers: StaticOperationSchema;
|
|
113
|
+
export declare var DescribeOrganizationConfiguration: StaticOperationSchema;
|
|
114
|
+
export declare var DisableOrganizationAdminAccount: StaticOperationSchema;
|
|
115
|
+
export declare var DisassociateMembership: StaticOperationSchema;
|
|
116
|
+
export declare var EnableOrganizationAdminAccount: StaticOperationSchema;
|
|
117
|
+
export declare var GetInvestigation: StaticOperationSchema;
|
|
118
|
+
export declare var GetMembers: StaticOperationSchema;
|
|
119
|
+
export declare var ListDatasourcePackages: StaticOperationSchema;
|
|
120
|
+
export declare var ListGraphs: StaticOperationSchema;
|
|
121
|
+
export declare var ListIndicators: StaticOperationSchema;
|
|
122
|
+
export declare var ListInvestigations: StaticOperationSchema;
|
|
123
|
+
export declare var ListInvitations: StaticOperationSchema;
|
|
124
|
+
export declare var ListMembers: StaticOperationSchema;
|
|
125
|
+
export declare var ListOrganizationAdminAccounts: StaticOperationSchema;
|
|
126
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
127
|
+
export declare var RejectInvitation: StaticOperationSchema;
|
|
128
|
+
export declare var StartInvestigation: StaticOperationSchema;
|
|
129
|
+
export declare var StartMonitoringMember: StaticOperationSchema;
|
|
130
|
+
export declare var TagResource: StaticOperationSchema;
|
|
131
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
132
|
+
export declare var UpdateDatasourcePackages: StaticOperationSchema;
|
|
133
|
+
export declare var UpdateInvestigationState: StaticOperationSchema;
|
|
134
|
+
export declare var UpdateOrganizationConfiguration: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -252,6 +255,7 @@ export interface ClientDefaults
|
|
|
252
255
|
retryMode?: string | __Provider<string>;
|
|
253
256
|
logger?: __Logger;
|
|
254
257
|
extensions?: RuntimeExtension[];
|
|
258
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
255
259
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
256
260
|
}
|
|
257
261
|
export type DetectiveClientConfigType = Partial<
|
|
@@ -495,20 +495,3 @@ export interface UpdateOrganizationConfigurationRequest {
|
|
|
495
495
|
GraphArn: string | undefined;
|
|
496
496
|
AutoEnable?: boolean | undefined;
|
|
497
497
|
}
|
|
498
|
-
export declare const AccountFilterSensitiveLog: (obj: Account) => any;
|
|
499
|
-
export declare const CreateMembersRequestFilterSensitiveLog: (
|
|
500
|
-
obj: CreateMembersRequest
|
|
501
|
-
) => any;
|
|
502
|
-
export declare const MemberDetailFilterSensitiveLog: (obj: MemberDetail) => any;
|
|
503
|
-
export declare const CreateMembersResponseFilterSensitiveLog: (
|
|
504
|
-
obj: CreateMembersResponse
|
|
505
|
-
) => any;
|
|
506
|
-
export declare const GetMembersResponseFilterSensitiveLog: (
|
|
507
|
-
obj: GetMembersResponse
|
|
508
|
-
) => any;
|
|
509
|
-
export declare const ListInvitationsResponseFilterSensitiveLog: (
|
|
510
|
-
obj: ListInvitationsResponse
|
|
511
|
-
) => any;
|
|
512
|
-
export declare const ListMembersResponseFilterSensitiveLog: (
|
|
513
|
-
obj: ListMembersResponse
|
|
514
|
-
) => any;
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: DetectiveClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
userAgentAppId?:
|
|
43
47
|
| string
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: DetectiveClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
retryStrategy?:
|
|
43
47
|
| import("@smithy/types").RetryStrategy
|
|
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: DetectiveClientConfig) => {
|
|
|
37
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
38
|
logger: import("@smithy/types").Logger;
|
|
39
39
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
+
import("@smithy/types").HttpRequest,
|
|
42
|
+
import("@smithy/types").HttpResponse
|
|
43
|
+
>;
|
|
40
44
|
defaultsMode:
|
|
41
45
|
| import("@smithy/smithy-client").DefaultsMode
|
|
42
46
|
| import("@smithy/types").Provider<
|
|
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: DetectiveClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DetectiveHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
18
|
+
import("@smithy/types").HttpRequest,
|
|
19
|
+
import("@smithy/types").HttpResponse
|
|
20
|
+
>;
|
|
17
21
|
serviceId: string;
|
|
18
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
23
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticMapSchema,
|
|
5
|
+
StaticOperationSchema,
|
|
6
|
+
StaticSimpleSchema,
|
|
7
|
+
StaticStructureSchema,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
export declare var EmailAddress: StaticSimpleSchema;
|
|
10
|
+
export declare var EmailMessage: StaticSimpleSchema;
|
|
11
|
+
export declare var AcceptInvitationRequest: StaticStructureSchema;
|
|
12
|
+
export declare var AccessDeniedException: StaticErrorSchema;
|
|
13
|
+
export declare var Account: StaticStructureSchema;
|
|
14
|
+
export declare var Administrator: StaticStructureSchema;
|
|
15
|
+
export declare var BatchGetGraphMemberDatasourcesRequest: StaticStructureSchema;
|
|
16
|
+
export declare var BatchGetGraphMemberDatasourcesResponse: StaticStructureSchema;
|
|
17
|
+
export declare var BatchGetMembershipDatasourcesRequest: StaticStructureSchema;
|
|
18
|
+
export declare var BatchGetMembershipDatasourcesResponse: StaticStructureSchema;
|
|
19
|
+
export declare var ConflictException: StaticErrorSchema;
|
|
20
|
+
export declare var CreateGraphRequest: StaticStructureSchema;
|
|
21
|
+
export declare var CreateGraphResponse: StaticStructureSchema;
|
|
22
|
+
export declare var CreateMembersRequest: StaticStructureSchema;
|
|
23
|
+
export declare var CreateMembersResponse: StaticStructureSchema;
|
|
24
|
+
export declare var DatasourcePackageIngestDetail: StaticStructureSchema;
|
|
25
|
+
export declare var DatasourcePackageUsageInfo: StaticStructureSchema;
|
|
26
|
+
export declare var DateFilter: StaticStructureSchema;
|
|
27
|
+
export declare var DeleteGraphRequest: StaticStructureSchema;
|
|
28
|
+
export declare var DeleteMembersRequest: StaticStructureSchema;
|
|
29
|
+
export declare var DeleteMembersResponse: StaticStructureSchema;
|
|
30
|
+
export declare var DescribeOrganizationConfigurationRequest: StaticStructureSchema;
|
|
31
|
+
export declare var DescribeOrganizationConfigurationResponse: StaticStructureSchema;
|
|
32
|
+
export declare var DisassociateMembershipRequest: StaticStructureSchema;
|
|
33
|
+
export declare var EnableOrganizationAdminAccountRequest: StaticStructureSchema;
|
|
34
|
+
export declare var FilterCriteria: StaticStructureSchema;
|
|
35
|
+
export declare var FlaggedIpAddressDetail: StaticStructureSchema;
|
|
36
|
+
export declare var GetInvestigationRequest: StaticStructureSchema;
|
|
37
|
+
export declare var GetInvestigationResponse: StaticStructureSchema;
|
|
38
|
+
export declare var GetMembersRequest: StaticStructureSchema;
|
|
39
|
+
export declare var GetMembersResponse: StaticStructureSchema;
|
|
40
|
+
export declare var Graph: StaticStructureSchema;
|
|
41
|
+
export declare var ImpossibleTravelDetail: StaticStructureSchema;
|
|
42
|
+
export declare var Indicator: StaticStructureSchema;
|
|
43
|
+
export declare var IndicatorDetail: StaticStructureSchema;
|
|
44
|
+
export declare var InternalServerException: StaticErrorSchema;
|
|
45
|
+
export declare var InvestigationDetail: StaticStructureSchema;
|
|
46
|
+
export declare var ListDatasourcePackagesRequest: StaticStructureSchema;
|
|
47
|
+
export declare var ListDatasourcePackagesResponse: StaticStructureSchema;
|
|
48
|
+
export declare var ListGraphsRequest: StaticStructureSchema;
|
|
49
|
+
export declare var ListGraphsResponse: StaticStructureSchema;
|
|
50
|
+
export declare var ListIndicatorsRequest: StaticStructureSchema;
|
|
51
|
+
export declare var ListIndicatorsResponse: StaticStructureSchema;
|
|
52
|
+
export declare var ListInvestigationsRequest: StaticStructureSchema;
|
|
53
|
+
export declare var ListInvestigationsResponse: StaticStructureSchema;
|
|
54
|
+
export declare var ListInvitationsRequest: StaticStructureSchema;
|
|
55
|
+
export declare var ListInvitationsResponse: StaticStructureSchema;
|
|
56
|
+
export declare var ListMembersRequest: StaticStructureSchema;
|
|
57
|
+
export declare var ListMembersResponse: StaticStructureSchema;
|
|
58
|
+
export declare var ListOrganizationAdminAccountsRequest: StaticStructureSchema;
|
|
59
|
+
export declare var ListOrganizationAdminAccountsResponse: StaticStructureSchema;
|
|
60
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
61
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
62
|
+
export declare var MemberDetail: StaticStructureSchema;
|
|
63
|
+
export declare var MembershipDatasources: StaticStructureSchema;
|
|
64
|
+
export declare var NewAsoDetail: StaticStructureSchema;
|
|
65
|
+
export declare var NewGeolocationDetail: StaticStructureSchema;
|
|
66
|
+
export declare var NewUserAgentDetail: StaticStructureSchema;
|
|
67
|
+
export declare var RejectInvitationRequest: StaticStructureSchema;
|
|
68
|
+
export declare var RelatedFindingDetail: StaticStructureSchema;
|
|
69
|
+
export declare var RelatedFindingGroupDetail: StaticStructureSchema;
|
|
70
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
71
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
72
|
+
export declare var SortCriteria: StaticStructureSchema;
|
|
73
|
+
export declare var StartInvestigationRequest: StaticStructureSchema;
|
|
74
|
+
export declare var StartInvestigationResponse: StaticStructureSchema;
|
|
75
|
+
export declare var StartMonitoringMemberRequest: StaticStructureSchema;
|
|
76
|
+
export declare var StringFilter: StaticStructureSchema;
|
|
77
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
78
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
79
|
+
export declare var TimestampForCollection: StaticStructureSchema;
|
|
80
|
+
export declare var TooManyRequestsException: StaticErrorSchema;
|
|
81
|
+
export declare var TTPsObservedDetail: StaticStructureSchema;
|
|
82
|
+
export declare var UnprocessedAccount: StaticStructureSchema;
|
|
83
|
+
export declare var UnprocessedGraph: StaticStructureSchema;
|
|
84
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
85
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
86
|
+
export declare var UpdateDatasourcePackagesRequest: StaticStructureSchema;
|
|
87
|
+
export declare var UpdateInvestigationStateRequest: StaticStructureSchema;
|
|
88
|
+
export declare var UpdateOrganizationConfigurationRequest: StaticStructureSchema;
|
|
89
|
+
export declare var ValidationException: StaticErrorSchema;
|
|
90
|
+
export declare var __Unit: "unit";
|
|
91
|
+
export declare var DetectiveServiceException: StaticErrorSchema;
|
|
92
|
+
export declare var AccountIdExtendedList: number;
|
|
93
|
+
export declare var AccountIdList: number;
|
|
94
|
+
export declare var AccountList: StaticListSchema;
|
|
95
|
+
export declare var AdministratorList: StaticListSchema;
|
|
96
|
+
export declare var DatasourcePackageList: number;
|
|
97
|
+
export declare var GraphArnList: number;
|
|
98
|
+
export declare var GraphList: StaticListSchema;
|
|
99
|
+
export declare var Indicators: StaticListSchema;
|
|
100
|
+
export declare var InvestigationDetails: StaticListSchema;
|
|
101
|
+
export declare var MemberDetailList: StaticListSchema;
|
|
102
|
+
export declare var MembershipDatasourcesList: StaticListSchema;
|
|
103
|
+
export declare var ResourceList: number;
|
|
104
|
+
export declare var TagKeyList: number;
|
|
105
|
+
export declare var UnprocessedAccountList: StaticListSchema;
|
|
106
|
+
export declare var UnprocessedGraphList: StaticListSchema;
|
|
107
|
+
export declare var DatasourcePackageIngestDetails: StaticMapSchema;
|
|
108
|
+
export declare var DatasourcePackageIngestHistory: StaticMapSchema;
|
|
109
|
+
export declare var DatasourcePackageIngestStates: number;
|
|
110
|
+
export declare var LastIngestStateChangeDates: StaticMapSchema;
|
|
111
|
+
export declare var TagMap: number;
|
|
112
|
+
export declare var VolumeUsageByDatasourcePackage: StaticMapSchema;
|
|
113
|
+
export declare var AcceptInvitation: StaticOperationSchema;
|
|
114
|
+
export declare var BatchGetGraphMemberDatasources: StaticOperationSchema;
|
|
115
|
+
export declare var BatchGetMembershipDatasources: StaticOperationSchema;
|
|
116
|
+
export declare var CreateGraph: StaticOperationSchema;
|
|
117
|
+
export declare var CreateMembers: StaticOperationSchema;
|
|
118
|
+
export declare var DeleteGraph: StaticOperationSchema;
|
|
119
|
+
export declare var DeleteMembers: StaticOperationSchema;
|
|
120
|
+
export declare var DescribeOrganizationConfiguration: StaticOperationSchema;
|
|
121
|
+
export declare var DisableOrganizationAdminAccount: StaticOperationSchema;
|
|
122
|
+
export declare var DisassociateMembership: StaticOperationSchema;
|
|
123
|
+
export declare var EnableOrganizationAdminAccount: StaticOperationSchema;
|
|
124
|
+
export declare var GetInvestigation: StaticOperationSchema;
|
|
125
|
+
export declare var GetMembers: StaticOperationSchema;
|
|
126
|
+
export declare var ListDatasourcePackages: StaticOperationSchema;
|
|
127
|
+
export declare var ListGraphs: StaticOperationSchema;
|
|
128
|
+
export declare var ListIndicators: StaticOperationSchema;
|
|
129
|
+
export declare var ListInvestigations: StaticOperationSchema;
|
|
130
|
+
export declare var ListInvitations: StaticOperationSchema;
|
|
131
|
+
export declare var ListMembers: StaticOperationSchema;
|
|
132
|
+
export declare var ListOrganizationAdminAccounts: StaticOperationSchema;
|
|
133
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
134
|
+
export declare var RejectInvitation: StaticOperationSchema;
|
|
135
|
+
export declare var StartInvestigation: StaticOperationSchema;
|
|
136
|
+
export declare var StartMonitoringMember: StaticOperationSchema;
|
|
137
|
+
export declare var TagResource: StaticOperationSchema;
|
|
138
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
139
|
+
export declare var UpdateDatasourcePackages: StaticOperationSchema;
|
|
140
|
+
export declare var UpdateInvestigationState: StaticOperationSchema;
|
|
141
|
+
export declare var UpdateOrganizationConfiguration: StaticOperationSchema;
|
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.930.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,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.4.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
37
|
-
"@smithy/hash-node": "^4.2.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
-
"@smithy/middleware-stack": "^4.2.
|
|
44
|
-
"@smithy/node-config-provider": "^4.3.
|
|
45
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
-
"@smithy/protocol-http": "^5.3.
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.930.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.930.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.930.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
|
+
"@aws-sdk/types": "3.930.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.930.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
+
"@smithy/core": "^3.18.2",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
|
+
"@smithy/hash-node": "^4.2.5",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.9",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.9",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.5",
|
|
43
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
45
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
46
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
48
|
+
"@smithy/types": "^4.9.0",
|
|
49
|
+
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
-
"@smithy/util-endpoints": "^3.2.
|
|
56
|
-
"@smithy/util-middleware": "^4.2.
|
|
57
|
-
"@smithy/util-retry": "^4.2.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.11",
|
|
55
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
56
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
57
|
+
"@smithy/util-retry": "^4.2.5",
|
|
58
58
|
"@smithy/util-utf8": "^4.2.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|