@aws-sdk/client-detective 3.1077.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (95) hide show
  1. package/dist-cjs/index.js +37 -293
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AcceptInvitationCommand.js +2 -14
  4. package/dist-es/commands/BatchGetGraphMemberDatasourcesCommand.js +2 -14
  5. package/dist-es/commands/BatchGetMembershipDatasourcesCommand.js +2 -14
  6. package/dist-es/commands/CreateGraphCommand.js +2 -14
  7. package/dist-es/commands/CreateMembersCommand.js +2 -14
  8. package/dist-es/commands/DeleteGraphCommand.js +2 -14
  9. package/dist-es/commands/DeleteMembersCommand.js +2 -14
  10. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +2 -14
  11. package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +2 -14
  12. package/dist-es/commands/DisassociateMembershipCommand.js +2 -14
  13. package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +2 -14
  14. package/dist-es/commands/GetInvestigationCommand.js +2 -14
  15. package/dist-es/commands/GetMembersCommand.js +2 -14
  16. package/dist-es/commands/ListDatasourcePackagesCommand.js +2 -14
  17. package/dist-es/commands/ListGraphsCommand.js +2 -14
  18. package/dist-es/commands/ListIndicatorsCommand.js +2 -14
  19. package/dist-es/commands/ListInvestigationsCommand.js +2 -14
  20. package/dist-es/commands/ListInvitationsCommand.js +2 -14
  21. package/dist-es/commands/ListMembersCommand.js +2 -14
  22. package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +2 -14
  23. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  24. package/dist-es/commands/RejectInvitationCommand.js +2 -14
  25. package/dist-es/commands/StartInvestigationCommand.js +2 -14
  26. package/dist-es/commands/StartMonitoringMemberCommand.js +2 -14
  27. package/dist-es/commands/TagResourceCommand.js +2 -14
  28. package/dist-es/commands/UntagResourceCommand.js +2 -14
  29. package/dist-es/commands/UpdateDatasourcePackagesCommand.js +2 -14
  30. package/dist-es/commands/UpdateInvestigationStateCommand.js +2 -14
  31. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +2 -14
  32. package/dist-es/index.js +1 -0
  33. package/dist-types/commandBuilder.d.ts +18 -0
  34. package/dist-types/commands/AcceptInvitationCommand.d.ts +3 -8
  35. package/dist-types/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +3 -8
  36. package/dist-types/commands/BatchGetMembershipDatasourcesCommand.d.ts +3 -8
  37. package/dist-types/commands/CreateGraphCommand.d.ts +3 -8
  38. package/dist-types/commands/CreateMembersCommand.d.ts +3 -8
  39. package/dist-types/commands/DeleteGraphCommand.d.ts +3 -8
  40. package/dist-types/commands/DeleteMembersCommand.d.ts +3 -8
  41. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +3 -8
  42. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +3 -8
  43. package/dist-types/commands/DisassociateMembershipCommand.d.ts +3 -8
  44. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +3 -8
  45. package/dist-types/commands/GetInvestigationCommand.d.ts +3 -8
  46. package/dist-types/commands/GetMembersCommand.d.ts +3 -8
  47. package/dist-types/commands/ListDatasourcePackagesCommand.d.ts +3 -8
  48. package/dist-types/commands/ListGraphsCommand.d.ts +3 -8
  49. package/dist-types/commands/ListIndicatorsCommand.d.ts +3 -8
  50. package/dist-types/commands/ListInvestigationsCommand.d.ts +3 -8
  51. package/dist-types/commands/ListInvitationsCommand.d.ts +3 -8
  52. package/dist-types/commands/ListMembersCommand.d.ts +3 -8
  53. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +3 -8
  54. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  55. package/dist-types/commands/RejectInvitationCommand.d.ts +3 -8
  56. package/dist-types/commands/StartInvestigationCommand.d.ts +3 -8
  57. package/dist-types/commands/StartMonitoringMemberCommand.d.ts +3 -8
  58. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  59. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  60. package/dist-types/commands/UpdateDatasourcePackagesCommand.d.ts +3 -8
  61. package/dist-types/commands/UpdateInvestigationStateCommand.d.ts +3 -8
  62. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +3 -8
  63. package/dist-types/index.d.ts +1 -0
  64. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  65. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/BatchGetMembershipDatasourcesCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/CreateGraphCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/DeleteGraphCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/DisassociateMembershipCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/GetInvestigationCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/ListDatasourcePackagesCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/ListGraphsCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/ListIndicatorsCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/ListInvestigationsCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/StartInvestigationCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/StartMonitoringMemberCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/UpdateDatasourcePackagesCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/UpdateInvestigationStateCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/index.d.ts +1 -0
  95. package/package.json +8 -8
@@ -1,11 +1,8 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
2
  /**
5
3
  * @public
6
4
  */
7
5
  export type { __MetadataBearer };
8
- export { $Command };
9
6
  /**
10
7
  * @public
11
8
  *
@@ -21,11 +18,9 @@ export interface DisableOrganizationAdminAccountCommandInput {
21
18
  export interface DisableOrganizationAdminAccountCommandOutput extends __MetadataBearer {
22
19
  }
23
20
  declare const DisableOrganizationAdminAccountCommand_base: {
24
- new (input: DisableOrganizationAdminAccountCommandInput): import("@smithy/core/client").CommandImpl<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
- new (...[input]: [] | [DisableOrganizationAdminAccountCommandInput]): import("@smithy/core/client").CommandImpl<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- getEndpointParameterInstructions(): {
27
- [x: string]: unknown;
28
- };
21
+ new (input: DisableOrganizationAdminAccountCommandInput): import("@smithy/core/client").CommandImpl<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
22
+ new (...[input]: [] | [DisableOrganizationAdminAccountCommandInput]): import("@smithy/core/client").CommandImpl<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
29
24
  };
30
25
  /**
31
26
  * <p>Removes the Detective administrator account in the current Region. Deletes the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
2
  import type { DisassociateMembershipRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DisassociateMembershipCommandInput extends DisassociateMembersh
22
19
  export interface DisassociateMembershipCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DisassociateMembershipCommand_base: {
25
- new (input: DisassociateMembershipCommandInput): import("@smithy/core/client").CommandImpl<DisassociateMembershipCommandInput, DisassociateMembershipCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateMembershipCommandInput): import("@smithy/core/client").CommandImpl<DisassociateMembershipCommandInput, DisassociateMembershipCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DisassociateMembershipCommandInput): import("@smithy/core/client").CommandImpl<DisassociateMembershipCommandInput, DisassociateMembershipCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DisassociateMembershipCommandInput): import("@smithy/core/client").CommandImpl<DisassociateMembershipCommandInput, DisassociateMembershipCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes the member account from the specified behavior graph. This operation can only be
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
2
  import type { EnableOrganizationAdminAccountRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface EnableOrganizationAdminAccountCommandInput extends EnableOrgani
22
19
  export interface EnableOrganizationAdminAccountCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const EnableOrganizationAdminAccountCommand_base: {
25
- new (input: EnableOrganizationAdminAccountCommandInput): import("@smithy/core/client").CommandImpl<EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: EnableOrganizationAdminAccountCommandInput): import("@smithy/core/client").CommandImpl<EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: EnableOrganizationAdminAccountCommandInput): import("@smithy/core/client").CommandImpl<EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: EnableOrganizationAdminAccountCommandInput): import("@smithy/core/client").CommandImpl<EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Designates the Detective administrator account for the organization in the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
2
  import type { GetInvestigationRequest, GetInvestigationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetInvestigationCommandInput extends GetInvestigationRequest {
22
19
  export interface GetInvestigationCommandOutput extends GetInvestigationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetInvestigationCommand_base: {
25
- new (input: GetInvestigationCommandInput): import("@smithy/core/client").CommandImpl<GetInvestigationCommandInput, GetInvestigationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetInvestigationCommandInput): import("@smithy/core/client").CommandImpl<GetInvestigationCommandInput, GetInvestigationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetInvestigationCommandInput): import("@smithy/core/client").CommandImpl<GetInvestigationCommandInput, GetInvestigationCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetInvestigationCommandInput): import("@smithy/core/client").CommandImpl<GetInvestigationCommandInput, GetInvestigationCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
2
  import type { GetMembersRequest, GetMembersResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetMembersCommandInput extends GetMembersRequest {
22
19
  export interface GetMembersCommandOutput extends GetMembersResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetMembersCommand_base: {
25
- new (input: GetMembersCommandInput): import("@smithy/core/client").CommandImpl<GetMembersCommandInput, GetMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetMembersCommandInput): import("@smithy/core/client").CommandImpl<GetMembersCommandInput, GetMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetMembersCommandInput): import("@smithy/core/client").CommandImpl<GetMembersCommandInput, GetMembersCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetMembersCommandInput): import("@smithy/core/client").CommandImpl<GetMembersCommandInput, GetMembersCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the membership details for specified member accounts for a behavior
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
2
  import type { ListDatasourcePackagesRequest, ListDatasourcePackagesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListDatasourcePackagesCommandInput extends ListDatasourcePackag
22
19
  export interface ListDatasourcePackagesCommandOutput extends ListDatasourcePackagesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListDatasourcePackagesCommand_base: {
25
- new (input: ListDatasourcePackagesCommandInput): import("@smithy/core/client").CommandImpl<ListDatasourcePackagesCommandInput, ListDatasourcePackagesCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListDatasourcePackagesCommandInput): import("@smithy/core/client").CommandImpl<ListDatasourcePackagesCommandInput, ListDatasourcePackagesCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListDatasourcePackagesCommandInput): import("@smithy/core/client").CommandImpl<ListDatasourcePackagesCommandInput, ListDatasourcePackagesCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListDatasourcePackagesCommandInput): import("@smithy/core/client").CommandImpl<ListDatasourcePackagesCommandInput, ListDatasourcePackagesCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists data source packages in the behavior graph.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
2
  import type { ListGraphsRequest, ListGraphsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListGraphsCommandInput extends ListGraphsRequest {
22
19
  export interface ListGraphsCommandOutput extends ListGraphsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListGraphsCommand_base: {
25
- new (input: ListGraphsCommandInput): import("@smithy/core/client").CommandImpl<ListGraphsCommandInput, ListGraphsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListGraphsCommandInput]): import("@smithy/core/client").CommandImpl<ListGraphsCommandInput, ListGraphsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListGraphsCommandInput): import("@smithy/core/client").CommandImpl<ListGraphsCommandInput, ListGraphsCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListGraphsCommandInput]): import("@smithy/core/client").CommandImpl<ListGraphsCommandInput, ListGraphsCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the list of behavior graphs that the calling account is an administrator account
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
2
  import type { ListIndicatorsRequest, ListIndicatorsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListIndicatorsCommandInput extends ListIndicatorsRequest {
22
19
  export interface ListIndicatorsCommandOutput extends ListIndicatorsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListIndicatorsCommand_base: {
25
- new (input: ListIndicatorsCommandInput): import("@smithy/core/client").CommandImpl<ListIndicatorsCommandInput, ListIndicatorsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListIndicatorsCommandInput): import("@smithy/core/client").CommandImpl<ListIndicatorsCommandInput, ListIndicatorsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListIndicatorsCommandInput): import("@smithy/core/client").CommandImpl<ListIndicatorsCommandInput, ListIndicatorsCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListIndicatorsCommandInput): import("@smithy/core/client").CommandImpl<ListIndicatorsCommandInput, ListIndicatorsCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
2
  import type { ListInvestigationsRequest, ListInvestigationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListInvestigationsCommandInput extends ListInvestigationsReques
22
19
  export interface ListInvestigationsCommandOutput extends ListInvestigationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListInvestigationsCommand_base: {
25
- new (input: ListInvestigationsCommandInput): import("@smithy/core/client").CommandImpl<ListInvestigationsCommandInput, ListInvestigationsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListInvestigationsCommandInput): import("@smithy/core/client").CommandImpl<ListInvestigationsCommandInput, ListInvestigationsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListInvestigationsCommandInput): import("@smithy/core/client").CommandImpl<ListInvestigationsCommandInput, ListInvestigationsCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListInvestigationsCommandInput): import("@smithy/core/client").CommandImpl<ListInvestigationsCommandInput, ListInvestigationsCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Detective investigations lets you investigate IAM users and
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
2
  import type { ListInvitationsRequest, ListInvitationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListInvitationsCommandInput extends ListInvitationsRequest {
22
19
  export interface ListInvitationsCommandOutput extends ListInvitationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListInvitationsCommand_base: {
25
- new (input: ListInvitationsCommandInput): import("@smithy/core/client").CommandImpl<ListInvitationsCommandInput, ListInvitationsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListInvitationsCommandInput]): import("@smithy/core/client").CommandImpl<ListInvitationsCommandInput, ListInvitationsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListInvitationsCommandInput): import("@smithy/core/client").CommandImpl<ListInvitationsCommandInput, ListInvitationsCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListInvitationsCommandInput]): import("@smithy/core/client").CommandImpl<ListInvitationsCommandInput, ListInvitationsCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the list of open and accepted behavior graph invitations for the member
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
2
  import type { ListMembersRequest, ListMembersResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListMembersCommandInput extends ListMembersRequest {
22
19
  export interface ListMembersCommandOutput extends ListMembersResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListMembersCommand_base: {
25
- new (input: ListMembersCommandInput): import("@smithy/core/client").CommandImpl<ListMembersCommandInput, ListMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListMembersCommandInput): import("@smithy/core/client").CommandImpl<ListMembersCommandInput, ListMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListMembersCommandInput): import("@smithy/core/client").CommandImpl<ListMembersCommandInput, ListMembersCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListMembersCommandInput): import("@smithy/core/client").CommandImpl<ListMembersCommandInput, ListMembersCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the list of member accounts for a behavior graph.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
2
  import type { ListOrganizationAdminAccountsRequest, ListOrganizationAdminAccountsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListOrganizationAdminAccountsCommandInput extends ListOrganizat
22
19
  export interface ListOrganizationAdminAccountsCommandOutput extends ListOrganizationAdminAccountsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListOrganizationAdminAccountsCommand_base: {
25
- new (input: ListOrganizationAdminAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListOrganizationAdminAccountsCommandInput]): import("@smithy/core/client").CommandImpl<ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListOrganizationAdminAccountsCommandInput): import("@smithy/core/client").CommandImpl<ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListOrganizationAdminAccountsCommandInput]): import("@smithy/core/client").CommandImpl<ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about the Detective administrator account for an
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the tag values that are assigned to a behavior graph.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
2
  import type { RejectInvitationRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RejectInvitationCommandInput extends RejectInvitationRequest {
22
19
  export interface RejectInvitationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const RejectInvitationCommand_base: {
25
- new (input: RejectInvitationCommandInput): import("@smithy/core/client").CommandImpl<RejectInvitationCommandInput, RejectInvitationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RejectInvitationCommandInput): import("@smithy/core/client").CommandImpl<RejectInvitationCommandInput, RejectInvitationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RejectInvitationCommandInput): import("@smithy/core/client").CommandImpl<RejectInvitationCommandInput, RejectInvitationCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RejectInvitationCommandInput): import("@smithy/core/client").CommandImpl<RejectInvitationCommandInput, RejectInvitationCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Rejects an invitation to contribute the account data to a behavior graph. This operation
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
2
  import type { StartInvestigationRequest, StartInvestigationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartInvestigationCommandInput extends StartInvestigationReques
22
19
  export interface StartInvestigationCommandOutput extends StartInvestigationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartInvestigationCommand_base: {
25
- new (input: StartInvestigationCommandInput): import("@smithy/core/client").CommandImpl<StartInvestigationCommandInput, StartInvestigationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartInvestigationCommandInput): import("@smithy/core/client").CommandImpl<StartInvestigationCommandInput, StartInvestigationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartInvestigationCommandInput): import("@smithy/core/client").CommandImpl<StartInvestigationCommandInput, StartInvestigationCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartInvestigationCommandInput): import("@smithy/core/client").CommandImpl<StartInvestigationCommandInput, StartInvestigationCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
2
  import type { StartMonitoringMemberRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartMonitoringMemberCommandInput extends StartMonitoringMember
22
19
  export interface StartMonitoringMemberCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const StartMonitoringMemberCommand_base: {
25
- new (input: StartMonitoringMemberCommandInput): import("@smithy/core/client").CommandImpl<StartMonitoringMemberCommandInput, StartMonitoringMemberCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartMonitoringMemberCommandInput): import("@smithy/core/client").CommandImpl<StartMonitoringMemberCommandInput, StartMonitoringMemberCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartMonitoringMemberCommandInput): import("@smithy/core/client").CommandImpl<StartMonitoringMemberCommandInput, StartMonitoringMemberCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartMonitoringMemberCommandInput): import("@smithy/core/client").CommandImpl<StartMonitoringMemberCommandInput, StartMonitoringMemberCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Sends a request to enable data ingest for a member account that has a status of
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Applies tag values to a behavior graph.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes tags from a behavior graph.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
2
  import type { UpdateDatasourcePackagesRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateDatasourcePackagesCommandInput extends UpdateDatasourcePa
22
19
  export interface UpdateDatasourcePackagesCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UpdateDatasourcePackagesCommand_base: {
25
- new (input: UpdateDatasourcePackagesCommandInput): import("@smithy/core/client").CommandImpl<UpdateDatasourcePackagesCommandInput, UpdateDatasourcePackagesCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateDatasourcePackagesCommandInput): import("@smithy/core/client").CommandImpl<UpdateDatasourcePackagesCommandInput, UpdateDatasourcePackagesCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateDatasourcePackagesCommandInput): import("@smithy/core/client").CommandImpl<UpdateDatasourcePackagesCommandInput, UpdateDatasourcePackagesCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateDatasourcePackagesCommandInput): import("@smithy/core/client").CommandImpl<UpdateDatasourcePackagesCommandInput, UpdateDatasourcePackagesCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Starts a data source package for the Detective behavior graph.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
2
  import type { UpdateInvestigationStateRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateInvestigationStateCommandInput extends UpdateInvestigatio
22
19
  export interface UpdateInvestigationStateCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UpdateInvestigationStateCommand_base: {
25
- new (input: UpdateInvestigationStateCommandInput): import("@smithy/core/client").CommandImpl<UpdateInvestigationStateCommandInput, UpdateInvestigationStateCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateInvestigationStateCommandInput): import("@smithy/core/client").CommandImpl<UpdateInvestigationStateCommandInput, UpdateInvestigationStateCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateInvestigationStateCommandInput): import("@smithy/core/client").CommandImpl<UpdateInvestigationStateCommandInput, UpdateInvestigationStateCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateInvestigationStateCommandInput): import("@smithy/core/client").CommandImpl<UpdateInvestigationStateCommandInput, UpdateInvestigationStateCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the state of an investigation.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
2
  import type { UpdateOrganizationConfigurationRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateOrganizationConfigurationCommandInput extends UpdateOrgan
22
19
  export interface UpdateOrganizationConfigurationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UpdateOrganizationConfigurationCommand_base: {
25
- new (input: UpdateOrganizationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateOrganizationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateOrganizationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateOrganizationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput, import("..").DetectiveClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the configuration for the Organizations integration in the current Region.