@aws-sdk/client-detective 3.477.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 (141) 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-cjs/pagination/ListDatasourcePackagesPaginator.js +2 -24
  32. package/dist-cjs/pagination/ListGraphsPaginator.js +2 -24
  33. package/dist-cjs/pagination/ListInvitationsPaginator.js +2 -24
  34. package/dist-cjs/pagination/ListMembersPaginator.js +2 -24
  35. package/dist-cjs/pagination/ListOrganizationAdminAccountsPaginator.js +2 -24
  36. package/dist-es/commands/AcceptInvitationCommand.js +18 -41
  37. package/dist-es/commands/BatchGetGraphMemberDatasourcesCommand.js +18 -41
  38. package/dist-es/commands/BatchGetMembershipDatasourcesCommand.js +18 -41
  39. package/dist-es/commands/CreateGraphCommand.js +18 -41
  40. package/dist-es/commands/CreateMembersCommand.js +18 -41
  41. package/dist-es/commands/DeleteGraphCommand.js +18 -41
  42. package/dist-es/commands/DeleteMembersCommand.js +18 -41
  43. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +18 -41
  44. package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +18 -41
  45. package/dist-es/commands/DisassociateMembershipCommand.js +18 -41
  46. package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +18 -41
  47. package/dist-es/commands/GetInvestigationCommand.js +18 -41
  48. package/dist-es/commands/GetMembersCommand.js +18 -41
  49. package/dist-es/commands/ListDatasourcePackagesCommand.js +18 -41
  50. package/dist-es/commands/ListGraphsCommand.js +18 -41
  51. package/dist-es/commands/ListIndicatorsCommand.js +18 -41
  52. package/dist-es/commands/ListInvestigationsCommand.js +18 -41
  53. package/dist-es/commands/ListInvitationsCommand.js +18 -41
  54. package/dist-es/commands/ListMembersCommand.js +18 -41
  55. package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +18 -41
  56. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  57. package/dist-es/commands/RejectInvitationCommand.js +18 -41
  58. package/dist-es/commands/StartInvestigationCommand.js +18 -41
  59. package/dist-es/commands/StartMonitoringMemberCommand.js +18 -41
  60. package/dist-es/commands/TagResourceCommand.js +18 -41
  61. package/dist-es/commands/UntagResourceCommand.js +18 -41
  62. package/dist-es/commands/UpdateDatasourcePackagesCommand.js +18 -41
  63. package/dist-es/commands/UpdateInvestigationStateCommand.js +18 -41
  64. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +18 -41
  65. package/dist-es/endpoint/EndpointParameters.js +6 -0
  66. package/dist-es/pagination/ListDatasourcePackagesPaginator.js +2 -23
  67. package/dist-es/pagination/ListGraphsPaginator.js +2 -23
  68. package/dist-es/pagination/ListInvitationsPaginator.js +2 -23
  69. package/dist-es/pagination/ListMembersPaginator.js +2 -23
  70. package/dist-es/pagination/ListOrganizationAdminAccountsPaginator.js +2 -23
  71. package/dist-types/commands/AcceptInvitationCommand.d.ts +6 -21
  72. package/dist-types/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +6 -21
  73. package/dist-types/commands/BatchGetMembershipDatasourcesCommand.d.ts +6 -21
  74. package/dist-types/commands/CreateGraphCommand.d.ts +6 -21
  75. package/dist-types/commands/CreateMembersCommand.d.ts +6 -21
  76. package/dist-types/commands/DeleteGraphCommand.d.ts +6 -21
  77. package/dist-types/commands/DeleteMembersCommand.d.ts +6 -21
  78. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +6 -21
  79. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +6 -21
  80. package/dist-types/commands/DisassociateMembershipCommand.d.ts +6 -21
  81. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +6 -21
  82. package/dist-types/commands/GetInvestigationCommand.d.ts +6 -21
  83. package/dist-types/commands/GetMembersCommand.d.ts +6 -21
  84. package/dist-types/commands/ListDatasourcePackagesCommand.d.ts +6 -21
  85. package/dist-types/commands/ListGraphsCommand.d.ts +6 -21
  86. package/dist-types/commands/ListIndicatorsCommand.d.ts +6 -21
  87. package/dist-types/commands/ListInvestigationsCommand.d.ts +6 -21
  88. package/dist-types/commands/ListInvitationsCommand.d.ts +6 -21
  89. package/dist-types/commands/ListMembersCommand.d.ts +6 -21
  90. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +6 -21
  91. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  92. package/dist-types/commands/RejectInvitationCommand.d.ts +6 -21
  93. package/dist-types/commands/StartInvestigationCommand.d.ts +6 -21
  94. package/dist-types/commands/StartMonitoringMemberCommand.d.ts +6 -21
  95. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  96. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  97. package/dist-types/commands/UpdateDatasourcePackagesCommand.d.ts +6 -21
  98. package/dist-types/commands/UpdateInvestigationStateCommand.d.ts +6 -21
  99. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +6 -21
  100. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  101. package/dist-types/pagination/ListDatasourcePackagesPaginator.d.ts +1 -1
  102. package/dist-types/pagination/ListGraphsPaginator.d.ts +1 -1
  103. package/dist-types/pagination/ListInvitationsPaginator.d.ts +1 -1
  104. package/dist-types/pagination/ListMembersPaginator.d.ts +1 -1
  105. package/dist-types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/commands/BatchGetMembershipDatasourcesCommand.d.ts +12 -24
  109. package/dist-types/ts3.4/commands/CreateGraphCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/DeleteGraphCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +12 -24
  114. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +12 -24
  115. package/dist-types/ts3.4/commands/DisassociateMembershipCommand.d.ts +12 -24
  116. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +12 -24
  117. package/dist-types/ts3.4/commands/GetInvestigationCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/ListDatasourcePackagesCommand.d.ts +12 -24
  120. package/dist-types/ts3.4/commands/ListGraphsCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/ListIndicatorsCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/ListInvestigationsCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +12 -24
  126. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  127. package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/commands/StartInvestigationCommand.d.ts +14 -23
  129. package/dist-types/ts3.4/commands/StartMonitoringMemberCommand.d.ts +12 -24
  130. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  131. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/commands/UpdateDatasourcePackagesCommand.d.ts +12 -24
  133. package/dist-types/ts3.4/commands/UpdateInvestigationStateCommand.d.ts +12 -24
  134. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +12 -24
  135. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  136. package/dist-types/ts3.4/pagination/ListDatasourcePackagesPaginator.d.ts +3 -3
  137. package/dist-types/ts3.4/pagination/ListGraphsPaginator.d.ts +3 -3
  138. package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +3 -3
  139. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +3 -3
  140. package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +3 -3
  141. package/package.json +11 -11
@@ -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 {}
@@ -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 ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- DetectiveClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DetectiveClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ DetectiveClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_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,19 +9,16 @@ import { RejectInvitationRequest } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface RejectInvitationCommandInput extends RejectInvitationRequest {}
17
11
  export interface RejectInvitationCommandOutput extends __MetadataBearer {}
18
- export declare class RejectInvitationCommand extends $Command<
19
- RejectInvitationCommandInput,
20
- RejectInvitationCommandOutput,
21
- DetectiveClientResolvedConfig
22
- > {
23
- readonly input: RejectInvitationCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: RejectInvitationCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: DetectiveClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<RejectInvitationCommandInput, RejectInvitationCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const RejectInvitationCommand_base: {
13
+ new (
14
+ input: RejectInvitationCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ RejectInvitationCommandInput,
17
+ RejectInvitationCommandOutput,
18
+ DetectiveClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class RejectInvitationCommand extends RejectInvitationCommand_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 StartInvestigationCommandInput
21
15
  export interface StartInvestigationCommandOutput
22
16
  extends StartInvestigationResponse,
23
17
  __MetadataBearer {}
24
- export declare class StartInvestigationCommand extends $Command<
25
- StartInvestigationCommandInput,
26
- StartInvestigationCommandOutput,
27
- DetectiveClientResolvedConfig
28
- > {
29
- readonly input: StartInvestigationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StartInvestigationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DetectiveClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<StartInvestigationCommandInput, StartInvestigationCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const StartInvestigationCommand_base: {
19
+ new (
20
+ input: StartInvestigationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ StartInvestigationCommandInput,
23
+ StartInvestigationCommandOutput,
24
+ DetectiveClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StartInvestigationCommand extends StartInvestigationCommand_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 StartMonitoringMemberCommandInput
17
11
  extends StartMonitoringMemberRequest {}
18
12
  export interface StartMonitoringMemberCommandOutput extends __MetadataBearer {}
19
- export declare class StartMonitoringMemberCommand extends $Command<
20
- StartMonitoringMemberCommandInput,
21
- StartMonitoringMemberCommandOutput,
22
- DetectiveClientResolvedConfig
23
- > {
24
- readonly input: StartMonitoringMemberCommandInput;
25
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
26
- constructor(input: StartMonitoringMemberCommandInput);
27
- resolveMiddleware(
28
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
- configuration: DetectiveClientResolvedConfig,
30
- options?: __HttpHandlerOptions
31
- ): Handler<
13
+ declare const StartMonitoringMemberCommand_base: {
14
+ new (
15
+ input: StartMonitoringMemberCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
32
17
  StartMonitoringMemberCommandInput,
33
- StartMonitoringMemberCommandOutput
18
+ StartMonitoringMemberCommandOutput,
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 StartMonitoringMemberCommand extends StartMonitoringMemberCommand_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 TagResourceCommandInput extends TagResourceRequest {}
17
11
  export interface TagResourceCommandOutput
18
12
  extends TagResourceResponse,
19
13
  __MetadataBearer {}
20
- export declare class TagResourceCommand extends $Command<
21
- TagResourceCommandInput,
22
- TagResourceCommandOutput,
23
- DetectiveClientResolvedConfig
24
- > {
25
- readonly input: TagResourceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: TagResourceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: DetectiveClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const TagResourceCommand_base: {
15
+ new (
16
+ input: TagResourceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ TagResourceCommandInput,
19
+ TagResourceCommandOutput,
20
+ DetectiveClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class TagResourceCommand extends TagResourceCommand_base {}