@aws-sdk/client-detective 3.478.0 → 3.481.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 (121) hide show
  1. package/dist-cjs/commands/AcceptInvitationCommand.js +18 -41
  2. package/dist-cjs/commands/BatchGetGraphMemberDatasourcesCommand.js +18 -41
  3. package/dist-cjs/commands/BatchGetMembershipDatasourcesCommand.js +18 -41
  4. package/dist-cjs/commands/CreateGraphCommand.js +18 -41
  5. package/dist-cjs/commands/CreateMembersCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteGraphCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteMembersCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +18 -41
  9. package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +18 -41
  10. package/dist-cjs/commands/DisassociateMembershipCommand.js +18 -41
  11. package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +18 -41
  12. package/dist-cjs/commands/GetInvestigationCommand.js +18 -41
  13. package/dist-cjs/commands/GetMembersCommand.js +18 -41
  14. package/dist-cjs/commands/ListDatasourcePackagesCommand.js +18 -41
  15. package/dist-cjs/commands/ListGraphsCommand.js +18 -41
  16. package/dist-cjs/commands/ListIndicatorsCommand.js +18 -41
  17. package/dist-cjs/commands/ListInvestigationsCommand.js +18 -41
  18. package/dist-cjs/commands/ListInvitationsCommand.js +18 -41
  19. package/dist-cjs/commands/ListMembersCommand.js +18 -41
  20. package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +18 -41
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  22. package/dist-cjs/commands/RejectInvitationCommand.js +18 -41
  23. package/dist-cjs/commands/StartInvestigationCommand.js +18 -41
  24. package/dist-cjs/commands/StartMonitoringMemberCommand.js +18 -41
  25. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  26. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  27. package/dist-cjs/commands/UpdateDatasourcePackagesCommand.js +18 -41
  28. package/dist-cjs/commands/UpdateInvestigationStateCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +18 -41
  30. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  31. package/dist-es/commands/AcceptInvitationCommand.js +18 -41
  32. package/dist-es/commands/BatchGetGraphMemberDatasourcesCommand.js +18 -41
  33. package/dist-es/commands/BatchGetMembershipDatasourcesCommand.js +18 -41
  34. package/dist-es/commands/CreateGraphCommand.js +18 -41
  35. package/dist-es/commands/CreateMembersCommand.js +18 -41
  36. package/dist-es/commands/DeleteGraphCommand.js +18 -41
  37. package/dist-es/commands/DeleteMembersCommand.js +18 -41
  38. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +18 -41
  39. package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +18 -41
  40. package/dist-es/commands/DisassociateMembershipCommand.js +18 -41
  41. package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +18 -41
  42. package/dist-es/commands/GetInvestigationCommand.js +18 -41
  43. package/dist-es/commands/GetMembersCommand.js +18 -41
  44. package/dist-es/commands/ListDatasourcePackagesCommand.js +18 -41
  45. package/dist-es/commands/ListGraphsCommand.js +18 -41
  46. package/dist-es/commands/ListIndicatorsCommand.js +18 -41
  47. package/dist-es/commands/ListInvestigationsCommand.js +18 -41
  48. package/dist-es/commands/ListInvitationsCommand.js +18 -41
  49. package/dist-es/commands/ListMembersCommand.js +18 -41
  50. package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +18 -41
  51. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  52. package/dist-es/commands/RejectInvitationCommand.js +18 -41
  53. package/dist-es/commands/StartInvestigationCommand.js +18 -41
  54. package/dist-es/commands/StartMonitoringMemberCommand.js +18 -41
  55. package/dist-es/commands/TagResourceCommand.js +18 -41
  56. package/dist-es/commands/UntagResourceCommand.js +18 -41
  57. package/dist-es/commands/UpdateDatasourcePackagesCommand.js +18 -41
  58. package/dist-es/commands/UpdateInvestigationStateCommand.js +18 -41
  59. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +18 -41
  60. package/dist-es/endpoint/EndpointParameters.js +6 -0
  61. package/dist-types/commands/AcceptInvitationCommand.d.ts +6 -21
  62. package/dist-types/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +6 -21
  63. package/dist-types/commands/BatchGetMembershipDatasourcesCommand.d.ts +6 -21
  64. package/dist-types/commands/CreateGraphCommand.d.ts +6 -21
  65. package/dist-types/commands/CreateMembersCommand.d.ts +6 -21
  66. package/dist-types/commands/DeleteGraphCommand.d.ts +6 -21
  67. package/dist-types/commands/DeleteMembersCommand.d.ts +6 -21
  68. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +6 -21
  69. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +6 -21
  70. package/dist-types/commands/DisassociateMembershipCommand.d.ts +6 -21
  71. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +6 -21
  72. package/dist-types/commands/GetInvestigationCommand.d.ts +6 -21
  73. package/dist-types/commands/GetMembersCommand.d.ts +6 -21
  74. package/dist-types/commands/ListDatasourcePackagesCommand.d.ts +6 -21
  75. package/dist-types/commands/ListGraphsCommand.d.ts +6 -21
  76. package/dist-types/commands/ListIndicatorsCommand.d.ts +6 -21
  77. package/dist-types/commands/ListInvestigationsCommand.d.ts +6 -21
  78. package/dist-types/commands/ListInvitationsCommand.d.ts +6 -21
  79. package/dist-types/commands/ListMembersCommand.d.ts +6 -21
  80. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +6 -21
  81. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  82. package/dist-types/commands/RejectInvitationCommand.d.ts +6 -21
  83. package/dist-types/commands/StartInvestigationCommand.d.ts +6 -21
  84. package/dist-types/commands/StartMonitoringMemberCommand.d.ts +6 -21
  85. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  86. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  87. package/dist-types/commands/UpdateDatasourcePackagesCommand.d.ts +6 -21
  88. package/dist-types/commands/UpdateInvestigationStateCommand.d.ts +6 -21
  89. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +6 -21
  90. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  91. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +12 -24
  93. package/dist-types/ts3.4/commands/BatchGetMembershipDatasourcesCommand.d.ts +12 -24
  94. package/dist-types/ts3.4/commands/CreateGraphCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/DeleteGraphCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/DisassociateMembershipCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +12 -24
  102. package/dist-types/ts3.4/commands/GetInvestigationCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/ListDatasourcePackagesCommand.d.ts +12 -24
  105. package/dist-types/ts3.4/commands/ListGraphsCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/ListIndicatorsCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/ListInvestigationsCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +12 -24
  111. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/StartInvestigationCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/StartMonitoringMemberCommand.d.ts +12 -24
  115. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/UpdateDatasourcePackagesCommand.d.ts +12 -24
  118. package/dist-types/ts3.4/commands/UpdateInvestigationStateCommand.d.ts +12 -24
  119. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +12 -24
  120. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  121. package/package.json +9 -9
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DetectiveClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DeleteMembersCommandInput extends DeleteMembersRequest {}
20
14
  export interface DeleteMembersCommandOutput
21
15
  extends DeleteMembersResponse,
22
16
  __MetadataBearer {}
23
- export declare class DeleteMembersCommand extends $Command<
24
- DeleteMembersCommandInput,
25
- DeleteMembersCommandOutput,
26
- DetectiveClientResolvedConfig
27
- > {
28
- readonly input: DeleteMembersCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteMembersCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: DetectiveClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteMembersCommandInput, DeleteMembersCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteMembersCommand_base: {
18
+ new (
19
+ input: DeleteMembersCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteMembersCommandInput,
22
+ DeleteMembersCommandOutput,
23
+ DetectiveClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteMembersCommand extends DeleteMembersCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DetectiveClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeOrganizationConfigurationCommandInput
21
15
  export interface DescribeOrganizationConfigurationCommandOutput
22
16
  extends DescribeOrganizationConfigurationResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeOrganizationConfigurationCommand extends $Command<
25
- DescribeOrganizationConfigurationCommandInput,
26
- DescribeOrganizationConfigurationCommandOutput,
27
- DetectiveClientResolvedConfig
28
- > {
29
- readonly input: DescribeOrganizationConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeOrganizationConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DetectiveClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeOrganizationConfigurationCommand_base: {
19
+ new (
20
+ input: DescribeOrganizationConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeOrganizationConfigurationCommandInput,
38
- DescribeOrganizationConfigurationCommandOutput
23
+ DescribeOrganizationConfigurationCommandOutput,
24
+ DetectiveClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeOrganizationConfigurationCommand extends DescribeOrganizationConfigurationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DetectiveClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,22 +9,16 @@ export { __MetadataBearer, $Command };
15
9
  export interface DisableOrganizationAdminAccountCommandInput {}
16
10
  export interface DisableOrganizationAdminAccountCommandOutput
17
11
  extends __MetadataBearer {}
18
- export declare class DisableOrganizationAdminAccountCommand extends $Command<
19
- DisableOrganizationAdminAccountCommandInput,
20
- DisableOrganizationAdminAccountCommandOutput,
21
- DetectiveClientResolvedConfig
22
- > {
23
- readonly input: DisableOrganizationAdminAccountCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DisableOrganizationAdminAccountCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: DetectiveClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<
12
+ declare const DisableOrganizationAdminAccountCommand_base: {
13
+ new (
14
+ input: DisableOrganizationAdminAccountCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
31
16
  DisableOrganizationAdminAccountCommandInput,
32
- DisableOrganizationAdminAccountCommandOutput
17
+ DisableOrganizationAdminAccountCommandOutput,
18
+ DetectiveClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
33
21
  >;
34
- private serialize;
35
- private deserialize;
36
- }
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DisableOrganizationAdminAccountCommand extends DisableOrganizationAdminAccountCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DetectiveClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -16,22 +10,16 @@ export { __MetadataBearer, $Command };
16
10
  export interface DisassociateMembershipCommandInput
17
11
  extends DisassociateMembershipRequest {}
18
12
  export interface DisassociateMembershipCommandOutput extends __MetadataBearer {}
19
- export declare class DisassociateMembershipCommand extends $Command<
20
- DisassociateMembershipCommandInput,
21
- DisassociateMembershipCommandOutput,
22
- DetectiveClientResolvedConfig
23
- > {
24
- readonly input: DisassociateMembershipCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: DisassociateMembershipCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: DetectiveClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<
13
+ declare const DisassociateMembershipCommand_base: {
14
+ new (
15
+ input: DisassociateMembershipCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
32
17
  DisassociateMembershipCommandInput,
33
- DisassociateMembershipCommandOutput
18
+ DisassociateMembershipCommandOutput,
19
+ DetectiveClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
34
22
  >;
35
- private serialize;
36
- private deserialize;
37
- }
23
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ };
25
+ export declare class DisassociateMembershipCommand extends DisassociateMembershipCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DetectiveClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,22 +11,16 @@ export interface EnableOrganizationAdminAccountCommandInput
17
11
  extends EnableOrganizationAdminAccountRequest {}
18
12
  export interface EnableOrganizationAdminAccountCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class EnableOrganizationAdminAccountCommand extends $Command<
21
- EnableOrganizationAdminAccountCommandInput,
22
- EnableOrganizationAdminAccountCommandOutput,
23
- DetectiveClientResolvedConfig
24
- > {
25
- readonly input: EnableOrganizationAdminAccountCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: EnableOrganizationAdminAccountCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: DetectiveClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const EnableOrganizationAdminAccountCommand_base: {
15
+ new (
16
+ input: EnableOrganizationAdminAccountCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  EnableOrganizationAdminAccountCommandInput,
34
- EnableOrganizationAdminAccountCommandOutput
19
+ EnableOrganizationAdminAccountCommandOutput,
20
+ DetectiveClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class EnableOrganizationAdminAccountCommand extends EnableOrganizationAdminAccountCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DetectiveClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface GetInvestigationCommandInput extends GetInvestigationRequest {}
20
14
  export interface GetInvestigationCommandOutput
21
15
  extends GetInvestigationResponse,
22
16
  __MetadataBearer {}
23
- export declare class GetInvestigationCommand extends $Command<
24
- GetInvestigationCommandInput,
25
- GetInvestigationCommandOutput,
26
- DetectiveClientResolvedConfig
27
- > {
28
- readonly input: GetInvestigationCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: GetInvestigationCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: DetectiveClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<GetInvestigationCommandInput, GetInvestigationCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const GetInvestigationCommand_base: {
18
+ new (
19
+ input: GetInvestigationCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ GetInvestigationCommandInput,
22
+ GetInvestigationCommandOutput,
23
+ DetectiveClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class GetInvestigationCommand extends GetInvestigationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DetectiveClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface GetMembersCommandInput extends GetMembersRequest {}
17
11
  export interface GetMembersCommandOutput
18
12
  extends GetMembersResponse,
19
13
  __MetadataBearer {}
20
- export declare class GetMembersCommand extends $Command<
21
- GetMembersCommandInput,
22
- GetMembersCommandOutput,
23
- DetectiveClientResolvedConfig
24
- > {
25
- readonly input: GetMembersCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: GetMembersCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: DetectiveClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<GetMembersCommandInput, GetMembersCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const GetMembersCommand_base: {
15
+ new (
16
+ input: GetMembersCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ GetMembersCommandInput,
19
+ GetMembersCommandOutput,
20
+ DetectiveClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class GetMembersCommand extends GetMembersCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DetectiveClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListDatasourcePackagesCommandInput
21
15
  export interface ListDatasourcePackagesCommandOutput
22
16
  extends ListDatasourcePackagesResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListDatasourcePackagesCommand extends $Command<
25
- ListDatasourcePackagesCommandInput,
26
- ListDatasourcePackagesCommandOutput,
27
- DetectiveClientResolvedConfig
28
- > {
29
- readonly input: ListDatasourcePackagesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListDatasourcePackagesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DetectiveClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListDatasourcePackagesCommand_base: {
19
+ new (
20
+ input: ListDatasourcePackagesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListDatasourcePackagesCommandInput,
38
- ListDatasourcePackagesCommandOutput
23
+ ListDatasourcePackagesCommandOutput,
24
+ DetectiveClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListDatasourcePackagesCommand extends ListDatasourcePackagesCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DetectiveClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListGraphsCommandInput extends ListGraphsRequest {}
17
11
  export interface ListGraphsCommandOutput
18
12
  extends ListGraphsResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListGraphsCommand extends $Command<
21
- ListGraphsCommandInput,
22
- ListGraphsCommandOutput,
23
- DetectiveClientResolvedConfig
24
- > {
25
- readonly input: ListGraphsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListGraphsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: DetectiveClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListGraphsCommandInput, ListGraphsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListGraphsCommand_base: {
15
+ new (
16
+ input: ListGraphsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListGraphsCommandInput,
19
+ ListGraphsCommandOutput,
20
+ DetectiveClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListGraphsCommand extends ListGraphsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DetectiveClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ListIndicatorsCommandInput extends ListIndicatorsRequest {}
20
14
  export interface ListIndicatorsCommandOutput
21
15
  extends ListIndicatorsResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListIndicatorsCommand extends $Command<
24
- ListIndicatorsCommandInput,
25
- ListIndicatorsCommandOutput,
26
- DetectiveClientResolvedConfig
27
- > {
28
- readonly input: ListIndicatorsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListIndicatorsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: DetectiveClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListIndicatorsCommandInput, ListIndicatorsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListIndicatorsCommand_base: {
18
+ new (
19
+ input: ListIndicatorsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListIndicatorsCommandInput,
22
+ ListIndicatorsCommandOutput,
23
+ DetectiveClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListIndicatorsCommand extends ListIndicatorsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DetectiveClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListInvestigationsCommandInput
21
15
  export interface ListInvestigationsCommandOutput
22
16
  extends ListInvestigationsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListInvestigationsCommand extends $Command<
25
- ListInvestigationsCommandInput,
26
- ListInvestigationsCommandOutput,
27
- DetectiveClientResolvedConfig
28
- > {
29
- readonly input: ListInvestigationsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListInvestigationsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DetectiveClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListInvestigationsCommandInput, ListInvestigationsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListInvestigationsCommand_base: {
19
+ new (
20
+ input: ListInvestigationsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListInvestigationsCommandInput,
23
+ ListInvestigationsCommandOutput,
24
+ DetectiveClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListInvestigationsCommand extends ListInvestigationsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DetectiveClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface ListInvitationsCommandInput extends ListInvitationsRequest {}
20
14
  export interface ListInvitationsCommandOutput
21
15
  extends ListInvitationsResponse,
22
16
  __MetadataBearer {}
23
- export declare class ListInvitationsCommand extends $Command<
24
- ListInvitationsCommandInput,
25
- ListInvitationsCommandOutput,
26
- DetectiveClientResolvedConfig
27
- > {
28
- readonly input: ListInvitationsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: ListInvitationsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: DetectiveClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<ListInvitationsCommandInput, ListInvitationsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const ListInvitationsCommand_base: {
18
+ new (
19
+ input: ListInvitationsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ ListInvitationsCommandInput,
22
+ ListInvitationsCommandOutput,
23
+ DetectiveClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class ListInvitationsCommand extends ListInvitationsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DetectiveClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface ListMembersCommandInput extends ListMembersRequest {}
17
11
  export interface ListMembersCommandOutput
18
12
  extends ListMembersResponse,
19
13
  __MetadataBearer {}
20
- export declare class ListMembersCommand extends $Command<
21
- ListMembersCommandInput,
22
- ListMembersCommandOutput,
23
- DetectiveClientResolvedConfig
24
- > {
25
- readonly input: ListMembersCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: ListMembersCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: DetectiveClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<ListMembersCommandInput, ListMembersCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const ListMembersCommand_base: {
15
+ new (
16
+ input: ListMembersCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ ListMembersCommandInput,
19
+ ListMembersCommandOutput,
20
+ DetectiveClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class ListMembersCommand extends ListMembersCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DetectiveClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface ListOrganizationAdminAccountsCommandInput
21
15
  export interface ListOrganizationAdminAccountsCommandOutput
22
16
  extends ListOrganizationAdminAccountsResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListOrganizationAdminAccountsCommand extends $Command<
25
- ListOrganizationAdminAccountsCommandInput,
26
- ListOrganizationAdminAccountsCommandOutput,
27
- DetectiveClientResolvedConfig
28
- > {
29
- readonly input: ListOrganizationAdminAccountsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListOrganizationAdminAccountsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DetectiveClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const ListOrganizationAdminAccountsCommand_base: {
19
+ new (
20
+ input: ListOrganizationAdminAccountsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  ListOrganizationAdminAccountsCommandInput,
38
- ListOrganizationAdminAccountsCommandOutput
23
+ ListOrganizationAdminAccountsCommandOutput,
24
+ DetectiveClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListOrganizationAdminAccountsCommand extends ListOrganizationAdminAccountsCommand_base {}