@aws-sdk/client-detective 3.529.1 → 3.535.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-types/Detective.d.ts +6 -1
- package/dist-types/DetectiveClient.d.ts +1 -1
- 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/models/models_0.d.ts +226 -226
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/Detective.d.ts +5 -0
- package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetMembershipDatasourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateGraphCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteGraphCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateMembershipCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetInvestigationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasourcePackagesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListGraphsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListIndicatorsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListInvestigationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartInvestigationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartMonitoringMemberCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDatasourcePackagesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateInvestigationStateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -51,6 +51,7 @@ export interface Detective {
|
|
|
51
51
|
/**
|
|
52
52
|
* @see {@link CreateGraphCommand}
|
|
53
53
|
*/
|
|
54
|
+
createGraph(): Promise<CreateGraphCommandOutput>;
|
|
54
55
|
createGraph(args: CreateGraphCommandInput, options?: __HttpHandlerOptions): Promise<CreateGraphCommandOutput>;
|
|
55
56
|
createGraph(args: CreateGraphCommandInput, cb: (err: any, data?: CreateGraphCommandOutput) => void): void;
|
|
56
57
|
createGraph(args: CreateGraphCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGraphCommandOutput) => void): void;
|
|
@@ -81,6 +82,7 @@ export interface Detective {
|
|
|
81
82
|
/**
|
|
82
83
|
* @see {@link DisableOrganizationAdminAccountCommand}
|
|
83
84
|
*/
|
|
85
|
+
disableOrganizationAdminAccount(): Promise<DisableOrganizationAdminAccountCommandOutput>;
|
|
84
86
|
disableOrganizationAdminAccount(args: DisableOrganizationAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisableOrganizationAdminAccountCommandOutput>;
|
|
85
87
|
disableOrganizationAdminAccount(args: DisableOrganizationAdminAccountCommandInput, cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void): void;
|
|
86
88
|
disableOrganizationAdminAccount(args: DisableOrganizationAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableOrganizationAdminAccountCommandOutput) => void): void;
|
|
@@ -117,6 +119,7 @@ export interface Detective {
|
|
|
117
119
|
/**
|
|
118
120
|
* @see {@link ListGraphsCommand}
|
|
119
121
|
*/
|
|
122
|
+
listGraphs(): Promise<ListGraphsCommandOutput>;
|
|
120
123
|
listGraphs(args: ListGraphsCommandInput, options?: __HttpHandlerOptions): Promise<ListGraphsCommandOutput>;
|
|
121
124
|
listGraphs(args: ListGraphsCommandInput, cb: (err: any, data?: ListGraphsCommandOutput) => void): void;
|
|
122
125
|
listGraphs(args: ListGraphsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGraphsCommandOutput) => void): void;
|
|
@@ -135,6 +138,7 @@ export interface Detective {
|
|
|
135
138
|
/**
|
|
136
139
|
* @see {@link ListInvitationsCommand}
|
|
137
140
|
*/
|
|
141
|
+
listInvitations(): Promise<ListInvitationsCommandOutput>;
|
|
138
142
|
listInvitations(args: ListInvitationsCommandInput, options?: __HttpHandlerOptions): Promise<ListInvitationsCommandOutput>;
|
|
139
143
|
listInvitations(args: ListInvitationsCommandInput, cb: (err: any, data?: ListInvitationsCommandOutput) => void): void;
|
|
140
144
|
listInvitations(args: ListInvitationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInvitationsCommandOutput) => void): void;
|
|
@@ -147,6 +151,7 @@ export interface Detective {
|
|
|
147
151
|
/**
|
|
148
152
|
* @see {@link ListOrganizationAdminAccountsCommand}
|
|
149
153
|
*/
|
|
154
|
+
listOrganizationAdminAccounts(): Promise<ListOrganizationAdminAccountsCommandOutput>;
|
|
150
155
|
listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, options?: __HttpHandlerOptions): Promise<ListOrganizationAdminAccountsCommandOutput>;
|
|
151
156
|
listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void): void;
|
|
152
157
|
listOrganizationAdminAccounts(args: ListOrganizationAdminAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOrganizationAdminAccountsCommandOutput) => void): void;
|
|
@@ -206,7 +211,6 @@ export interface Detective {
|
|
|
206
211
|
updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOrganizationConfigurationCommandOutput) => void): void;
|
|
207
212
|
}
|
|
208
213
|
/**
|
|
209
|
-
* @public
|
|
210
214
|
* <p>Detective uses machine learning and purpose-built visualizations to help you to
|
|
211
215
|
* analyze and investigate security issues across your Amazon Web Services (Amazon Web Services) workloads. Detective automatically extracts time-based events such
|
|
212
216
|
* as login attempts, API calls, and network traffic from CloudTrail and Amazon Virtual Private Cloud (Amazon VPC) flow logs. It also extracts findings detected by
|
|
@@ -283,6 +287,7 @@ export interface Detective {
|
|
|
283
287
|
* Detective, the administrator account manages the accounts in their behavior
|
|
284
288
|
* graph.</p>
|
|
285
289
|
* </note>
|
|
290
|
+
* @public
|
|
286
291
|
*/
|
|
287
292
|
export declare class Detective extends DetectiveClient implements Detective {
|
|
288
293
|
}
|
|
@@ -180,7 +180,6 @@ export type DetectiveClientResolvedConfigType = __SmithyResolvedConfiguration<__
|
|
|
180
180
|
export interface DetectiveClientResolvedConfig extends DetectiveClientResolvedConfigType {
|
|
181
181
|
}
|
|
182
182
|
/**
|
|
183
|
-
* @public
|
|
184
183
|
* <p>Detective uses machine learning and purpose-built visualizations to help you to
|
|
185
184
|
* analyze and investigate security issues across your Amazon Web Services (Amazon Web Services) workloads. Detective automatically extracts time-based events such
|
|
186
185
|
* as login attempts, API calls, and network traffic from CloudTrail and Amazon Virtual Private Cloud (Amazon VPC) flow logs. It also extracts findings detected by
|
|
@@ -257,6 +256,7 @@ export interface DetectiveClientResolvedConfig extends DetectiveClientResolvedCo
|
|
|
257
256
|
* Detective, the administrator account manages the accounts in their behavior
|
|
258
257
|
* graph.</p>
|
|
259
258
|
* </note>
|
|
259
|
+
* @public
|
|
260
260
|
*/
|
|
261
261
|
export declare class DetectiveClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DetectiveClientResolvedConfig> {
|
|
262
262
|
/**
|
|
@@ -22,10 +22,10 @@ export interface AcceptInvitationCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const AcceptInvitationCommand_base: {
|
|
24
24
|
new (input: AcceptInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptInvitationCommandInput, AcceptInvitationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AcceptInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptInvitationCommandInput, AcceptInvitationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Accepts an invitation for the member account to contribute data to a behavior graph.
|
|
30
30
|
* This operation can only be called by an invited member account. </p>
|
|
31
31
|
* <p>The request provides the ARN of behavior graph.</p>
|
|
@@ -70,6 +70,7 @@ declare const AcceptInvitationCommand_base: {
|
|
|
70
70
|
* @throws {@link DetectiveServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Detective service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class AcceptInvitationCommand extends AcceptInvitationCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface BatchGetGraphMemberDatasourcesCommandOutput extends BatchGetGra
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchGetGraphMemberDatasourcesCommand_base: {
|
|
24
24
|
new (input: BatchGetGraphMemberDatasourcesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetGraphMemberDatasourcesCommandInput, BatchGetGraphMemberDatasourcesCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: BatchGetGraphMemberDatasourcesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetGraphMemberDatasourcesCommandInput, BatchGetGraphMemberDatasourcesCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets data source package information for the behavior graph.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -87,6 +87,7 @@ declare const BatchGetGraphMemberDatasourcesCommand_base: {
|
|
|
87
87
|
* @throws {@link DetectiveServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Detective service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class BatchGetGraphMemberDatasourcesCommand extends BatchGetGraphMemberDatasourcesCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface BatchGetMembershipDatasourcesCommandOutput extends BatchGetMemb
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchGetMembershipDatasourcesCommand_base: {
|
|
24
24
|
new (input: BatchGetMembershipDatasourcesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetMembershipDatasourcesCommandInput, BatchGetMembershipDatasourcesCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: BatchGetMembershipDatasourcesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetMembershipDatasourcesCommandInput, BatchGetMembershipDatasourcesCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets information on the data source package history for an account.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -86,6 +86,7 @@ declare const BatchGetMembershipDatasourcesCommand_base: {
|
|
|
86
86
|
* @throws {@link DetectiveServiceException}
|
|
87
87
|
* <p>Base exception class for all service exceptions from Detective service.</p>
|
|
88
88
|
*
|
|
89
|
+
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class BatchGetMembershipDatasourcesCommand extends BatchGetMembershipDatasourcesCommand_base {
|
|
91
92
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateGraphCommandOutput extends CreateGraphResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateGraphCommand_base: {
|
|
24
24
|
new (input: CreateGraphCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGraphCommandInput, CreateGraphCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [CreateGraphCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateGraphCommandInput, CreateGraphCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new behavior graph for the calling account, and sets that account as the
|
|
30
30
|
* administrator account. This operation is called by the account that is enabling Detective.</p>
|
|
31
31
|
* <p>The operation also enables Detective for the calling account in the currently
|
|
@@ -87,6 +87,7 @@ declare const CreateGraphCommand_base: {
|
|
|
87
87
|
* @throws {@link DetectiveServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from Detective service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class CreateGraphCommand extends CreateGraphCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateMembersCommandOutput extends CreateMembersResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateMembersCommand_base: {
|
|
24
24
|
new (input: CreateMembersCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMembersCommandInput, CreateMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateMembersCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMembersCommandInput, CreateMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* <code>CreateMembers</code> is used to send invitations to accounts. For the organization
|
|
31
31
|
* behavior graph, the Detective administrator account uses
|
|
@@ -150,6 +150,7 @@ declare const CreateMembersCommand_base: {
|
|
|
150
150
|
* @throws {@link DetectiveServiceException}
|
|
151
151
|
* <p>Base exception class for all service exceptions from Detective service.</p>
|
|
152
152
|
*
|
|
153
|
+
* @public
|
|
153
154
|
*/
|
|
154
155
|
export declare class CreateMembersCommand extends CreateMembersCommand_base {
|
|
155
156
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteGraphCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteGraphCommand_base: {
|
|
24
24
|
new (input: DeleteGraphCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGraphCommandInput, DeleteGraphCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteGraphCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGraphCommandInput, DeleteGraphCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Disables the specified behavior graph and queues it to be deleted. This operation
|
|
30
30
|
* removes the behavior graph from each member account's list of behavior graphs.</p>
|
|
31
31
|
* <p>
|
|
@@ -68,6 +68,7 @@ declare const DeleteGraphCommand_base: {
|
|
|
68
68
|
* @throws {@link DetectiveServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from Detective service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class DeleteGraphCommand extends DeleteGraphCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteMembersCommand_base: {
|
|
24
24
|
new (input: DeleteMembersCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMembersCommandInput, DeleteMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteMembersCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMembersCommandInput, DeleteMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the specified member accounts from the behavior graph. The removed accounts no
|
|
30
30
|
* longer contribute data to the behavior graph. This operation can only be called by the
|
|
31
31
|
* administrator account for the behavior graph.</p>
|
|
@@ -92,6 +92,7 @@ declare const DeleteMembersCommand_base: {
|
|
|
92
92
|
* @throws {@link DetectiveServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from Detective service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class DeleteMembersCommand extends DeleteMembersCommand_base {
|
|
97
98
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeOrganizationConfigurationCommandOutput extends Describe
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeOrganizationConfigurationCommand_base: {
|
|
24
24
|
new (input: DescribeOrganizationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeOrganizationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about the configuration for the organization behavior graph.
|
|
30
30
|
* Currently indicates whether to automatically enable new organization accounts as member
|
|
31
31
|
* accounts.</p>
|
|
@@ -70,6 +70,7 @@ declare const DescribeOrganizationConfigurationCommand_base: {
|
|
|
70
70
|
* @throws {@link DetectiveServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Detective service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DescribeOrganizationConfigurationCommand extends DescribeOrganizationConfigurationCommand_base {
|
|
75
76
|
}
|
|
@@ -21,10 +21,10 @@ export interface DisableOrganizationAdminAccountCommandOutput extends __Metadata
|
|
|
21
21
|
}
|
|
22
22
|
declare const DisableOrganizationAdminAccountCommand_base: {
|
|
23
23
|
new (input: DisableOrganizationAdminAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
24
|
+
new (...[input]: [] | [DisableOrganizationAdminAccountCommandInput]): import("@smithy/smithy-client").CommandImpl<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
24
25
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
26
|
};
|
|
26
27
|
/**
|
|
27
|
-
* @public
|
|
28
28
|
* <p>Removes the Detective administrator account in the current Region. Deletes the
|
|
29
29
|
* organization behavior graph.</p>
|
|
30
30
|
* <p>Can only be called by the organization management account.</p>
|
|
@@ -67,6 +67,7 @@ declare const DisableOrganizationAdminAccountCommand_base: {
|
|
|
67
67
|
* @throws {@link DetectiveServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from Detective service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DisableOrganizationAdminAccountCommand extends DisableOrganizationAdminAccountCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface DisassociateMembershipCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisassociateMembershipCommand_base: {
|
|
24
24
|
new (input: DisassociateMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateMembershipCommandInput, DisassociateMembershipCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DisassociateMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateMembershipCommandInput, DisassociateMembershipCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the member account from the specified behavior graph. This operation can only be
|
|
30
30
|
* called by an invited member account that has the <code>ENABLED</code> status.</p>
|
|
31
31
|
* <p>
|
|
@@ -73,6 +73,7 @@ declare const DisassociateMembershipCommand_base: {
|
|
|
73
73
|
* @throws {@link DetectiveServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Detective service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DisassociateMembershipCommand extends DisassociateMembershipCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface EnableOrganizationAdminAccountCommandOutput extends __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const EnableOrganizationAdminAccountCommand_base: {
|
|
24
24
|
new (input: EnableOrganizationAdminAccountCommandInput): import("@smithy/smithy-client").CommandImpl<EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: EnableOrganizationAdminAccountCommandInput): import("@smithy/smithy-client").CommandImpl<EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Designates the Detective administrator account for the organization in the
|
|
30
30
|
* current Region.</p>
|
|
31
31
|
* <p>If the account does not have Detective enabled, then enables Detective
|
|
@@ -76,6 +76,7 @@ declare const EnableOrganizationAdminAccountCommand_base: {
|
|
|
76
76
|
* @throws {@link DetectiveServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Detective service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class EnableOrganizationAdminAccountCommand extends EnableOrganizationAdminAccountCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetInvestigationCommandOutput extends GetInvestigationResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetInvestigationCommand_base: {
|
|
24
24
|
new (input: GetInvestigationCommandInput): import("@smithy/smithy-client").CommandImpl<GetInvestigationCommandInput, GetInvestigationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetInvestigationCommandInput): import("@smithy/smithy-client").CommandImpl<GetInvestigationCommandInput, GetInvestigationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Detective investigations lets you investigate IAM users and IAM roles using indicators of compromise. An indicator of compromise (IOC) is an artifact observed in or on a network, system, or environment that can (with a high level of confidence) identify malicious activity or a security incident. <code>GetInvestigation</code> returns the investigation results of an investigation for a behavior graph. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -80,6 +80,7 @@ declare const GetInvestigationCommand_base: {
|
|
|
80
80
|
* @throws {@link DetectiveServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from Detective service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class GetInvestigationCommand extends GetInvestigationCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetMembersCommandOutput extends GetMembersResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetMembersCommand_base: {
|
|
24
24
|
new (input: GetMembersCommandInput): import("@smithy/smithy-client").CommandImpl<GetMembersCommandInput, GetMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetMembersCommandInput): import("@smithy/smithy-client").CommandImpl<GetMembersCommandInput, GetMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the membership details for specified member accounts for a behavior
|
|
30
30
|
* graph.</p>
|
|
31
31
|
* @example
|
|
@@ -102,6 +102,7 @@ declare const GetMembersCommand_base: {
|
|
|
102
102
|
* @throws {@link DetectiveServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from Detective service.</p>
|
|
104
104
|
*
|
|
105
|
+
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class GetMembersCommand extends GetMembersCommand_base {
|
|
107
108
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListDatasourcePackagesCommandOutput extends ListDatasourcePacka
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListDatasourcePackagesCommand_base: {
|
|
24
24
|
new (input: ListDatasourcePackagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDatasourcePackagesCommandInput, ListDatasourcePackagesCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListDatasourcePackagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDatasourcePackagesCommandInput, ListDatasourcePackagesCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists data source packages in the behavior graph.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -78,6 +78,7 @@ declare const ListDatasourcePackagesCommand_base: {
|
|
|
78
78
|
* @throws {@link DetectiveServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from Detective service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListDatasourcePackagesCommand extends ListDatasourcePackagesCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListGraphsCommandOutput extends ListGraphsResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListGraphsCommand_base: {
|
|
24
24
|
new (input: ListGraphsCommandInput): import("@smithy/smithy-client").CommandImpl<ListGraphsCommandInput, ListGraphsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListGraphsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListGraphsCommandInput, ListGraphsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the list of behavior graphs that the calling account is an administrator account
|
|
30
30
|
* of. This operation can only be called by an administrator account.</p>
|
|
31
31
|
* <p>Because an account can currently only be the administrator of one behavior graph within
|
|
@@ -73,6 +73,7 @@ declare const ListGraphsCommand_base: {
|
|
|
73
73
|
* @throws {@link DetectiveServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Detective service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ListGraphsCommand extends ListGraphsCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListIndicatorsCommandOutput extends ListIndicatorsResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListIndicatorsCommand_base: {
|
|
24
24
|
new (input: ListIndicatorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIndicatorsCommandInput, ListIndicatorsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListIndicatorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIndicatorsCommandInput, ListIndicatorsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Gets the indicators from an investigation. You can use the information from the indicators to determine if an IAM user and/or IAM role is involved in an unusual activity that could indicate malicious behavior and its impact.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -124,6 +124,7 @@ declare const ListIndicatorsCommand_base: {
|
|
|
124
124
|
* @throws {@link DetectiveServiceException}
|
|
125
125
|
* <p>Base exception class for all service exceptions from Detective service.</p>
|
|
126
126
|
*
|
|
127
|
+
* @public
|
|
127
128
|
*/
|
|
128
129
|
export declare class ListIndicatorsCommand extends ListIndicatorsCommand_base {
|
|
129
130
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListInvestigationsCommandOutput extends ListInvestigationsRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListInvestigationsCommand_base: {
|
|
24
24
|
new (input: ListInvestigationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInvestigationsCommandInput, ListInvestigationsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListInvestigationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInvestigationsCommandInput, ListInvestigationsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Detective investigations lets you investigate IAM users and
|
|
30
30
|
* IAM roles using indicators of compromise. An indicator of compromise
|
|
31
31
|
* (IOC) is an artifact observed in or on a network, system, or environment that can (with a
|
|
@@ -110,6 +110,7 @@ declare const ListInvestigationsCommand_base: {
|
|
|
110
110
|
* @throws {@link DetectiveServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from Detective service.</p>
|
|
112
112
|
*
|
|
113
|
+
* @public
|
|
113
114
|
*/
|
|
114
115
|
export declare class ListInvestigationsCommand extends ListInvestigationsCommand_base {
|
|
115
116
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListInvitationsCommandOutput extends ListInvitationsResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListInvitationsCommand_base: {
|
|
24
24
|
new (input: ListInvitationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInvitationsCommandInput, ListInvitationsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListInvitationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListInvitationsCommandInput, ListInvitationsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the list of open and accepted behavior graph invitations for the member
|
|
30
30
|
* account. This operation can only be called by an invited member account.</p>
|
|
31
31
|
* <p>Open invitations are invitations that the member account has not responded to.</p>
|
|
@@ -96,6 +96,7 @@ declare const ListInvitationsCommand_base: {
|
|
|
96
96
|
* @throws {@link DetectiveServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from Detective service.</p>
|
|
98
98
|
*
|
|
99
|
+
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class ListInvitationsCommand extends ListInvitationsCommand_base {
|
|
101
102
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListMembersCommandOutput extends ListMembersResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListMembersCommand_base: {
|
|
24
24
|
new (input: ListMembersCommandInput): import("@smithy/smithy-client").CommandImpl<ListMembersCommandInput, ListMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListMembersCommandInput): import("@smithy/smithy-client").CommandImpl<ListMembersCommandInput, ListMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the list of member accounts for a behavior graph.</p>
|
|
30
30
|
* <p>For invited accounts, the results do not include member accounts that were removed from
|
|
31
31
|
* the behavior graph.</p>
|
|
@@ -100,6 +100,7 @@ declare const ListMembersCommand_base: {
|
|
|
100
100
|
* @throws {@link DetectiveServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from Detective service.</p>
|
|
102
102
|
*
|
|
103
|
+
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class ListMembersCommand extends ListMembersCommand_base {
|
|
105
106
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListOrganizationAdminAccountsCommandOutput extends ListOrganiza
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListOrganizationAdminAccountsCommand_base: {
|
|
24
24
|
new (input: ListOrganizationAdminAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListOrganizationAdminAccountsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about the Detective administrator account for an
|
|
30
30
|
* organization. Can only be called by the organization management account.</p>
|
|
31
31
|
* @example
|
|
@@ -76,6 +76,7 @@ declare const ListOrganizationAdminAccountsCommand_base: {
|
|
|
76
76
|
* @throws {@link DetectiveServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from Detective service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class ListOrganizationAdminAccountsCommand extends ListOrganizationAdminAccountsCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the tag values that are assigned to a behavior graph.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -68,6 +68,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
68
68
|
* @throws {@link DetectiveServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from Detective service.</p>
|
|
70
70
|
*
|
|
71
|
+
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
73
74
|
}
|
|
@@ -22,10 +22,10 @@ export interface RejectInvitationCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const RejectInvitationCommand_base: {
|
|
24
24
|
new (input: RejectInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<RejectInvitationCommandInput, RejectInvitationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RejectInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<RejectInvitationCommandInput, RejectInvitationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Rejects an invitation to contribute the account data to a behavior graph. This operation
|
|
30
30
|
* must be called by an invited member account that has the <code>INVITED</code>
|
|
31
31
|
* status.</p>
|
|
@@ -73,6 +73,7 @@ declare const RejectInvitationCommand_base: {
|
|
|
73
73
|
* @throws {@link DetectiveServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Detective service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class RejectInvitationCommand extends RejectInvitationCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartInvestigationCommandOutput extends StartInvestigationRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartInvestigationCommand_base: {
|
|
24
24
|
new (input: StartInvestigationCommandInput): import("@smithy/smithy-client").CommandImpl<StartInvestigationCommandInput, StartInvestigationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartInvestigationCommandInput): import("@smithy/smithy-client").CommandImpl<StartInvestigationCommandInput, StartInvestigationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Detective investigations lets you investigate IAM users and IAM roles using indicators of compromise. An indicator of compromise (IOC) is an artifact observed in or on a network, system, or environment that can (with a high level of confidence) identify malicious activity or a security incident. <code>StartInvestigation</code> initiates an investigation on an entity in a behavior graph. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const StartInvestigationCommand_base: {
|
|
|
73
73
|
* @throws {@link DetectiveServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from Detective service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class StartInvestigationCommand extends StartInvestigationCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartMonitoringMemberCommandOutput extends __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartMonitoringMemberCommand_base: {
|
|
24
24
|
new (input: StartMonitoringMemberCommandInput): import("@smithy/smithy-client").CommandImpl<StartMonitoringMemberCommandInput, StartMonitoringMemberCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartMonitoringMemberCommandInput): import("@smithy/smithy-client").CommandImpl<StartMonitoringMemberCommandInput, StartMonitoringMemberCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Sends a request to enable data ingest for a member account that has a status of
|
|
30
30
|
* <code>ACCEPTED_BUT_DISABLED</code>.</p>
|
|
31
31
|
* <p>For valid member accounts, the status is updated as follows.</p>
|
|
@@ -93,6 +93,7 @@ declare const StartMonitoringMemberCommand_base: {
|
|
|
93
93
|
* @throws {@link DetectiveServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from Detective service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class StartMonitoringMemberCommand extends StartMonitoringMemberCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Applies tag values to a behavior graph.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -67,6 +67,7 @@ declare const TagResourceCommand_base: {
|
|
|
67
67
|
* @throws {@link DetectiveServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from Detective service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes tags from a behavior graph.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -67,6 +67,7 @@ declare const UntagResourceCommand_base: {
|
|
|
67
67
|
* @throws {@link DetectiveServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from Detective service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
72
73
|
}
|