@aws-sdk/client-detective 3.1044.0 → 3.1046.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 (122) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +74 -75
  5. package/dist-cjs/models/DetectiveServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/Detective.js +1 -1
  10. package/dist-es/DetectiveClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AcceptInvitationCommand.js +2 -2
  13. package/dist-es/commands/BatchGetGraphMemberDatasourcesCommand.js +2 -2
  14. package/dist-es/commands/BatchGetMembershipDatasourcesCommand.js +2 -2
  15. package/dist-es/commands/CreateGraphCommand.js +2 -2
  16. package/dist-es/commands/CreateMembersCommand.js +2 -2
  17. package/dist-es/commands/DeleteGraphCommand.js +2 -2
  18. package/dist-es/commands/DeleteMembersCommand.js +2 -2
  19. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +2 -2
  20. package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +2 -2
  21. package/dist-es/commands/DisassociateMembershipCommand.js +2 -2
  22. package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +2 -2
  23. package/dist-es/commands/GetInvestigationCommand.js +2 -2
  24. package/dist-es/commands/GetMembersCommand.js +2 -2
  25. package/dist-es/commands/ListDatasourcePackagesCommand.js +2 -2
  26. package/dist-es/commands/ListGraphsCommand.js +2 -2
  27. package/dist-es/commands/ListIndicatorsCommand.js +2 -2
  28. package/dist-es/commands/ListInvestigationsCommand.js +2 -2
  29. package/dist-es/commands/ListInvitationsCommand.js +2 -2
  30. package/dist-es/commands/ListMembersCommand.js +2 -2
  31. package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +2 -2
  32. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  33. package/dist-es/commands/RejectInvitationCommand.js +2 -2
  34. package/dist-es/commands/StartInvestigationCommand.js +2 -2
  35. package/dist-es/commands/StartMonitoringMemberCommand.js +2 -2
  36. package/dist-es/commands/TagResourceCommand.js +2 -2
  37. package/dist-es/commands/UntagResourceCommand.js +2 -2
  38. package/dist-es/commands/UpdateDatasourcePackagesCommand.js +2 -2
  39. package/dist-es/commands/UpdateInvestigationStateCommand.js +2 -2
  40. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +2 -2
  41. package/dist-es/endpoint/bdd.js +1 -1
  42. package/dist-es/endpoint/endpointResolver.js +1 -1
  43. package/dist-es/models/DetectiveServiceException.js +1 -1
  44. package/dist-es/runtimeConfig.browser.js +4 -6
  45. package/dist-es/runtimeConfig.js +4 -8
  46. package/dist-es/runtimeConfig.shared.js +3 -4
  47. package/dist-es/runtimeExtensions.js +2 -2
  48. package/dist-types/DetectiveClient.d.ts +5 -5
  49. package/dist-types/commands/AcceptInvitationCommand.d.ts +6 -4
  50. package/dist-types/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +6 -4
  51. package/dist-types/commands/BatchGetMembershipDatasourcesCommand.d.ts +6 -4
  52. package/dist-types/commands/CreateGraphCommand.d.ts +6 -4
  53. package/dist-types/commands/CreateMembersCommand.d.ts +6 -4
  54. package/dist-types/commands/DeleteGraphCommand.d.ts +6 -4
  55. package/dist-types/commands/DeleteMembersCommand.d.ts +6 -4
  56. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +6 -4
  57. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +6 -4
  58. package/dist-types/commands/DisassociateMembershipCommand.d.ts +6 -4
  59. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +6 -4
  60. package/dist-types/commands/GetInvestigationCommand.d.ts +6 -4
  61. package/dist-types/commands/GetMembersCommand.d.ts +6 -4
  62. package/dist-types/commands/ListDatasourcePackagesCommand.d.ts +6 -4
  63. package/dist-types/commands/ListGraphsCommand.d.ts +6 -4
  64. package/dist-types/commands/ListIndicatorsCommand.d.ts +6 -4
  65. package/dist-types/commands/ListInvestigationsCommand.d.ts +6 -4
  66. package/dist-types/commands/ListInvitationsCommand.d.ts +6 -4
  67. package/dist-types/commands/ListMembersCommand.d.ts +6 -4
  68. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +6 -4
  69. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  70. package/dist-types/commands/RejectInvitationCommand.d.ts +6 -4
  71. package/dist-types/commands/StartInvestigationCommand.d.ts +6 -4
  72. package/dist-types/commands/StartMonitoringMemberCommand.d.ts +6 -4
  73. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  74. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  75. package/dist-types/commands/UpdateDatasourcePackagesCommand.d.ts +6 -4
  76. package/dist-types/commands/UpdateInvestigationStateCommand.d.ts +6 -4
  77. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +6 -4
  78. package/dist-types/endpoint/bdd.d.ts +1 -1
  79. package/dist-types/extensionConfiguration.d.ts +1 -1
  80. package/dist-types/models/DetectiveServiceException.d.ts +1 -1
  81. package/dist-types/models/errors.d.ts +1 -1
  82. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  83. package/dist-types/runtimeConfig.d.ts +2 -2
  84. package/dist-types/runtimeConfig.native.d.ts +2 -2
  85. package/dist-types/ts3.4/DetectiveClient.d.ts +8 -14
  86. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +6 -4
  87. package/dist-types/ts3.4/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +6 -4
  88. package/dist-types/ts3.4/commands/BatchGetMembershipDatasourcesCommand.d.ts +6 -4
  89. package/dist-types/ts3.4/commands/CreateGraphCommand.d.ts +6 -4
  90. package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/DeleteGraphCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/DisassociateMembershipCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/GetInvestigationCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/ListDatasourcePackagesCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/ListGraphsCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/ListIndicatorsCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/ListInvestigationsCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/StartInvestigationCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/StartMonitoringMemberCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/UpdateDatasourcePackagesCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/UpdateInvestigationStateCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  116. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  117. package/dist-types/ts3.4/models/DetectiveServiceException.d.ts +1 -1
  118. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  119. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  120. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  121. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  122. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
4
  import type { BatchGetMembershipDatasourcesRequest, BatchGetMembershipDatasourcesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface BatchGetMembershipDatasourcesCommandInput extends BatchGetMembe
22
22
  export interface BatchGetMembershipDatasourcesCommandOutput extends BatchGetMembershipDatasourcesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const BatchGetMembershipDatasourcesCommand_base: {
25
- new (input: BatchGetMembershipDatasourcesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetMembershipDatasourcesCommandInput, BatchGetMembershipDatasourcesCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchGetMembershipDatasourcesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetMembershipDatasourcesCommandInput, BatchGetMembershipDatasourcesCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: BatchGetMembershipDatasourcesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetMembershipDatasourcesCommandInput, BatchGetMembershipDatasourcesCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: BatchGetMembershipDatasourcesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetMembershipDatasourcesCommandInput, BatchGetMembershipDatasourcesCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets information on the data source package history for an account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
4
  import type { CreateGraphRequest, CreateGraphResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateGraphCommandInput extends CreateGraphRequest {
22
22
  export interface CreateGraphCommandOutput extends CreateGraphResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateGraphCommand_base: {
25
- new (input: CreateGraphCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGraphCommandInput, CreateGraphCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [CreateGraphCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateGraphCommandInput, CreateGraphCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateGraphCommandInput): import("@smithy/core/client").CommandImpl<CreateGraphCommandInput, CreateGraphCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [CreateGraphCommandInput]): import("@smithy/core/client").CommandImpl<CreateGraphCommandInput, CreateGraphCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new behavior graph for the calling account, and sets that account as the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
4
  import type { CreateMembersRequest, CreateMembersResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateMembersCommandInput extends CreateMembersRequest {
22
22
  export interface CreateMembersCommandOutput extends CreateMembersResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateMembersCommand_base: {
25
- new (input: CreateMembersCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMembersCommandInput, CreateMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateMembersCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMembersCommandInput, CreateMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateMembersCommandInput): import("@smithy/core/client").CommandImpl<CreateMembersCommandInput, CreateMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateMembersCommandInput): import("@smithy/core/client").CommandImpl<CreateMembersCommandInput, CreateMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
4
  import type { DeleteGraphRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteGraphCommandInput extends DeleteGraphRequest {
22
22
  export interface DeleteGraphCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteGraphCommand_base: {
25
- new (input: DeleteGraphCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGraphCommandInput, DeleteGraphCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteGraphCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGraphCommandInput, DeleteGraphCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteGraphCommandInput): import("@smithy/core/client").CommandImpl<DeleteGraphCommandInput, DeleteGraphCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteGraphCommandInput): import("@smithy/core/client").CommandImpl<DeleteGraphCommandInput, DeleteGraphCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Disables the specified behavior graph and queues it to be deleted. This operation
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
4
  import type { DeleteMembersRequest, DeleteMembersResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteMembersCommandInput extends DeleteMembersRequest {
22
22
  export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteMembersCommand_base: {
25
- new (input: DeleteMembersCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMembersCommandInput, DeleteMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteMembersCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMembersCommandInput, DeleteMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteMembersCommandInput): import("@smithy/core/client").CommandImpl<DeleteMembersCommandInput, DeleteMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteMembersCommandInput): import("@smithy/core/client").CommandImpl<DeleteMembersCommandInput, DeleteMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes the specified member accounts from the behavior graph. The removed accounts no
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
4
  import type { DescribeOrganizationConfigurationRequest, DescribeOrganizationConfigurationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeOrganizationConfigurationCommandInput extends DescribeO
22
22
  export interface DescribeOrganizationConfigurationCommandOutput extends DescribeOrganizationConfigurationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeOrganizationConfigurationCommand_base: {
25
- new (input: DescribeOrganizationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeOrganizationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeOrganizationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DescribeOrganizationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about the configuration for the organization behavior graph.
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
4
  /**
@@ -21,9 +21,11 @@ export interface DisableOrganizationAdminAccountCommandInput {
21
21
  export interface DisableOrganizationAdminAccountCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DisableOrganizationAdminAccountCommand_base: {
24
- new (input: DisableOrganizationAdminAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
- new (...[input]: [] | [DisableOrganizationAdminAccountCommandInput]): import("@smithy/smithy-client").CommandImpl<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
27
29
  };
28
30
  /**
29
31
  * <p>Removes the Detective administrator account in the current Region. Deletes the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
4
  import type { DisassociateMembershipRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DisassociateMembershipCommandInput extends DisassociateMembersh
22
22
  export interface DisassociateMembershipCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DisassociateMembershipCommand_base: {
25
- new (input: DisassociateMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateMembershipCommandInput, DisassociateMembershipCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateMembershipCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateMembershipCommandInput, DisassociateMembershipCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes the member account from the specified behavior graph. This operation can only be
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
4
  import type { EnableOrganizationAdminAccountRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface EnableOrganizationAdminAccountCommandInput extends EnableOrgani
22
22
  export interface EnableOrganizationAdminAccountCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const EnableOrganizationAdminAccountCommand_base: {
25
- new (input: EnableOrganizationAdminAccountCommandInput): import("@smithy/smithy-client").CommandImpl<EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: EnableOrganizationAdminAccountCommandInput): import("@smithy/smithy-client").CommandImpl<EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Designates the Detective administrator account for the organization in the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
4
  import type { GetInvestigationRequest, GetInvestigationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetInvestigationCommandInput extends GetInvestigationRequest {
22
22
  export interface GetInvestigationCommandOutput extends GetInvestigationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetInvestigationCommand_base: {
25
- new (input: GetInvestigationCommandInput): import("@smithy/smithy-client").CommandImpl<GetInvestigationCommandInput, GetInvestigationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetInvestigationCommandInput): import("@smithy/smithy-client").CommandImpl<GetInvestigationCommandInput, GetInvestigationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
4
  import type { GetMembersRequest, GetMembersResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetMembersCommandInput extends GetMembersRequest {
22
22
  export interface GetMembersCommandOutput extends GetMembersResponse, __MetadataBearer {
23
23
  }
24
24
  declare const GetMembersCommand_base: {
25
- new (input: GetMembersCommandInput): import("@smithy/smithy-client").CommandImpl<GetMembersCommandInput, GetMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetMembersCommandInput): import("@smithy/smithy-client").CommandImpl<GetMembersCommandInput, GetMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the membership details for specified member accounts for a behavior
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
4
  import type { ListDatasourcePackagesRequest, ListDatasourcePackagesResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListDatasourcePackagesCommandInput extends ListDatasourcePackag
22
22
  export interface ListDatasourcePackagesCommandOutput extends ListDatasourcePackagesResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListDatasourcePackagesCommand_base: {
25
- new (input: ListDatasourcePackagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDatasourcePackagesCommandInput, ListDatasourcePackagesCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListDatasourcePackagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListDatasourcePackagesCommandInput, ListDatasourcePackagesCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists data source packages in the behavior graph.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
4
  import type { ListGraphsRequest, ListGraphsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListGraphsCommandInput extends ListGraphsRequest {
22
22
  export interface ListGraphsCommandOutput extends ListGraphsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListGraphsCommand_base: {
25
- new (input: ListGraphsCommandInput): import("@smithy/smithy-client").CommandImpl<ListGraphsCommandInput, ListGraphsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListGraphsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListGraphsCommandInput, ListGraphsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the list of behavior graphs that the calling account is an administrator account
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
4
  import type { ListIndicatorsRequest, ListIndicatorsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListIndicatorsCommandInput extends ListIndicatorsRequest {
22
22
  export interface ListIndicatorsCommandOutput extends ListIndicatorsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListIndicatorsCommand_base: {
25
- new (input: ListIndicatorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIndicatorsCommandInput, ListIndicatorsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListIndicatorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIndicatorsCommandInput, ListIndicatorsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
4
  import type { ListInvestigationsRequest, ListInvestigationsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListInvestigationsCommandInput extends ListInvestigationsReques
22
22
  export interface ListInvestigationsCommandOutput extends ListInvestigationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListInvestigationsCommand_base: {
25
- new (input: ListInvestigationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInvestigationsCommandInput, ListInvestigationsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListInvestigationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInvestigationsCommandInput, ListInvestigationsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Detective investigations lets you investigate IAM users and
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
4
  import type { ListInvitationsRequest, ListInvitationsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListInvitationsCommandInput extends ListInvitationsRequest {
22
22
  export interface ListInvitationsCommandOutput extends ListInvitationsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListInvitationsCommand_base: {
25
- new (input: ListInvitationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInvitationsCommandInput, ListInvitationsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListInvitationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListInvitationsCommandInput, ListInvitationsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the list of open and accepted behavior graph invitations for the member
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
4
  import type { ListMembersRequest, ListMembersResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListMembersCommandInput extends ListMembersRequest {
22
22
  export interface ListMembersCommandOutput extends ListMembersResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListMembersCommand_base: {
25
- new (input: ListMembersCommandInput): import("@smithy/smithy-client").CommandImpl<ListMembersCommandInput, ListMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListMembersCommandInput): import("@smithy/smithy-client").CommandImpl<ListMembersCommandInput, ListMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Retrieves the list of member accounts for a behavior graph.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
4
  import type { ListOrganizationAdminAccountsRequest, ListOrganizationAdminAccountsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListOrganizationAdminAccountsCommandInput extends ListOrganizat
22
22
  export interface ListOrganizationAdminAccountsCommandOutput extends ListOrganizationAdminAccountsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListOrganizationAdminAccountsCommand_base: {
25
- new (input: ListOrganizationAdminAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListOrganizationAdminAccountsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns information about the Detective administrator account for an
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
4
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns the tag values that are assigned to a behavior graph.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
4
  import type { RejectInvitationRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface RejectInvitationCommandInput extends RejectInvitationRequest {
22
22
  export interface RejectInvitationCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const RejectInvitationCommand_base: {
25
- new (input: RejectInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<RejectInvitationCommandInput, RejectInvitationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RejectInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<RejectInvitationCommandInput, RejectInvitationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Rejects an invitation to contribute the account data to a behavior graph. This operation
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
4
  import type { StartInvestigationRequest, StartInvestigationResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartInvestigationCommandInput extends StartInvestigationReques
22
22
  export interface StartInvestigationCommandOutput extends StartInvestigationResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartInvestigationCommand_base: {
25
- new (input: StartInvestigationCommandInput): import("@smithy/smithy-client").CommandImpl<StartInvestigationCommandInput, StartInvestigationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartInvestigationCommandInput): import("@smithy/smithy-client").CommandImpl<StartInvestigationCommandInput, StartInvestigationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <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,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
4
  import type { StartMonitoringMemberRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartMonitoringMemberCommandInput extends StartMonitoringMember
22
22
  export interface StartMonitoringMemberCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const StartMonitoringMemberCommand_base: {
25
- new (input: StartMonitoringMemberCommandInput): import("@smithy/smithy-client").CommandImpl<StartMonitoringMemberCommandInput, StartMonitoringMemberCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartMonitoringMemberCommandInput): import("@smithy/smithy-client").CommandImpl<StartMonitoringMemberCommandInput, StartMonitoringMemberCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Sends a request to enable data ingest for a member account that has a status of
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
4
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
22
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Applies tag values to a behavior graph.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
4
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
22
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Removes tags from a behavior graph.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
4
  import type { UpdateDatasourcePackagesRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateDatasourcePackagesCommandInput extends UpdateDatasourcePa
22
22
  export interface UpdateDatasourcePackagesCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UpdateDatasourcePackagesCommand_base: {
25
- new (input: UpdateDatasourcePackagesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDatasourcePackagesCommandInput, UpdateDatasourcePackagesCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateDatasourcePackagesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDatasourcePackagesCommandInput, UpdateDatasourcePackagesCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts a data source package for the Detective behavior graph.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
4
4
  import type { UpdateInvestigationStateRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface UpdateInvestigationStateCommandInput extends UpdateInvestigatio
22
22
  export interface UpdateInvestigationStateCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UpdateInvestigationStateCommand_base: {
25
- new (input: UpdateInvestigationStateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateInvestigationStateCommandInput, UpdateInvestigationStateCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateInvestigationStateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateInvestigationStateCommandInput, UpdateInvestigationStateCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Updates the state of an investigation.</p>