@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,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
4
  import { ListGraphsRequest, ListGraphsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListGraphsCommandInput extends ListGraphsRequest {
21
20
  */
22
21
  export interface ListGraphsCommandOutput extends ListGraphsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListGraphsCommand_base: {
24
+ new (input: ListGraphsCommandInput): import("@smithy/smithy-client").CommandImpl<ListGraphsCommandInput, ListGraphsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the list of behavior graphs that the calling account is an administrator account
@@ -71,23 +74,5 @@ export interface ListGraphsCommandOutput extends ListGraphsResponse, __MetadataB
71
74
  * <p>Base exception class for all service exceptions from Detective service.</p>
72
75
  *
73
76
  */
74
- export declare class ListGraphsCommand extends $Command<ListGraphsCommandInput, ListGraphsCommandOutput, DetectiveClientResolvedConfig> {
75
- readonly input: ListGraphsCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: ListGraphsCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGraphsCommandInput, ListGraphsCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class ListGraphsCommand extends ListGraphsCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
4
  import { ListIndicatorsRequest, ListIndicatorsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListIndicatorsCommandInput extends ListIndicatorsRequest {
21
20
  */
22
21
  export interface ListIndicatorsCommandOutput extends ListIndicatorsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListIndicatorsCommand_base: {
24
+ new (input: ListIndicatorsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIndicatorsCommandInput, ListIndicatorsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Get the indicators from an investigation</p>
@@ -122,23 +125,5 @@ export interface ListIndicatorsCommandOutput extends ListIndicatorsResponse, __M
122
125
  * <p>Base exception class for all service exceptions from Detective service.</p>
123
126
  *
124
127
  */
125
- export declare class ListIndicatorsCommand extends $Command<ListIndicatorsCommandInput, ListIndicatorsCommandOutput, DetectiveClientResolvedConfig> {
126
- readonly input: ListIndicatorsCommandInput;
127
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
128
- /**
129
- * @public
130
- */
131
- constructor(input: ListIndicatorsCommandInput);
132
- /**
133
- * @internal
134
- */
135
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIndicatorsCommandInput, ListIndicatorsCommandOutput>;
136
- /**
137
- * @internal
138
- */
139
- private serialize;
140
- /**
141
- * @internal
142
- */
143
- private deserialize;
128
+ export declare class ListIndicatorsCommand extends ListIndicatorsCommand_base {
144
129
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
4
  import { ListInvestigationsRequest, ListInvestigationsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListInvestigationsCommandInput extends ListInvestigationsReques
21
20
  */
22
21
  export interface ListInvestigationsCommandOutput extends ListInvestigationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListInvestigationsCommand_base: {
24
+ new (input: ListInvestigationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInvestigationsCommandInput, ListInvestigationsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>List all Investigations.</p>
@@ -103,23 +106,5 @@ export interface ListInvestigationsCommandOutput extends ListInvestigationsRespo
103
106
  * <p>Base exception class for all service exceptions from Detective service.</p>
104
107
  *
105
108
  */
106
- export declare class ListInvestigationsCommand extends $Command<ListInvestigationsCommandInput, ListInvestigationsCommandOutput, DetectiveClientResolvedConfig> {
107
- readonly input: ListInvestigationsCommandInput;
108
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
109
- /**
110
- * @public
111
- */
112
- constructor(input: ListInvestigationsCommandInput);
113
- /**
114
- * @internal
115
- */
116
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInvestigationsCommandInput, ListInvestigationsCommandOutput>;
117
- /**
118
- * @internal
119
- */
120
- private serialize;
121
- /**
122
- * @internal
123
- */
124
- private deserialize;
109
+ export declare class ListInvestigationsCommand extends ListInvestigationsCommand_base {
125
110
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
4
  import { ListInvitationsRequest, ListInvitationsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListInvitationsCommandInput extends ListInvitationsRequest {
21
20
  */
22
21
  export interface ListInvitationsCommandOutput extends ListInvitationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListInvitationsCommand_base: {
24
+ new (input: ListInvitationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListInvitationsCommandInput, ListInvitationsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the list of open and accepted behavior graph invitations for the member
@@ -94,23 +97,5 @@ export interface ListInvitationsCommandOutput extends ListInvitationsResponse, _
94
97
  * <p>Base exception class for all service exceptions from Detective service.</p>
95
98
  *
96
99
  */
97
- export declare class ListInvitationsCommand extends $Command<ListInvitationsCommandInput, ListInvitationsCommandOutput, DetectiveClientResolvedConfig> {
98
- readonly input: ListInvitationsCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: ListInvitationsCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInvitationsCommandInput, ListInvitationsCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class ListInvitationsCommand extends ListInvitationsCommand_base {
116
101
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
4
  import { ListMembersRequest, ListMembersResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListMembersCommandInput extends ListMembersRequest {
21
20
  */
22
21
  export interface ListMembersCommandOutput extends ListMembersResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListMembersCommand_base: {
24
+ new (input: ListMembersCommandInput): import("@smithy/smithy-client").CommandImpl<ListMembersCommandInput, ListMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the list of member accounts for a behavior graph.</p>
@@ -98,23 +101,5 @@ export interface ListMembersCommandOutput extends ListMembersResponse, __Metadat
98
101
  * <p>Base exception class for all service exceptions from Detective service.</p>
99
102
  *
100
103
  */
101
- export declare class ListMembersCommand extends $Command<ListMembersCommandInput, ListMembersCommandOutput, DetectiveClientResolvedConfig> {
102
- readonly input: ListMembersCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: ListMembersCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMembersCommandInput, ListMembersCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
104
+ export declare class ListMembersCommand extends ListMembersCommand_base {
120
105
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
4
  import { ListOrganizationAdminAccountsRequest, ListOrganizationAdminAccountsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListOrganizationAdminAccountsCommandInput extends ListOrganizat
21
20
  */
22
21
  export interface ListOrganizationAdminAccountsCommandOutput extends ListOrganizationAdminAccountsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListOrganizationAdminAccountsCommand_base: {
24
+ new (input: ListOrganizationAdminAccountsCommandInput): import("@smithy/smithy-client").CommandImpl<ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about the Detective administrator account for an
@@ -74,23 +77,5 @@ export interface ListOrganizationAdminAccountsCommandOutput extends ListOrganiza
74
77
  * <p>Base exception class for all service exceptions from Detective service.</p>
75
78
  *
76
79
  */
77
- export declare class ListOrganizationAdminAccountsCommand extends $Command<ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput, DetectiveClientResolvedConfig> {
78
- readonly input: ListOrganizationAdminAccountsCommandInput;
79
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
- /**
81
- * @public
82
- */
83
- constructor(input: ListOrganizationAdminAccountsCommandInput);
84
- /**
85
- * @internal
86
- */
87
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput>;
88
- /**
89
- * @internal
90
- */
91
- private serialize;
92
- /**
93
- * @internal
94
- */
95
- private deserialize;
80
+ export declare class ListOrganizationAdminAccountsCommand extends ListOrganizationAdminAccountsCommand_base {
96
81
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the tag values that are assigned to a behavior graph.</p>
@@ -66,23 +69,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
66
69
  * <p>Base exception class for all service exceptions from Detective service.</p>
67
70
  *
68
71
  */
69
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DetectiveClientResolvedConfig> {
70
- readonly input: ListTagsForResourceCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: ListTagsForResourceCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
88
73
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
4
  import { RejectInvitationRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RejectInvitationCommandInput extends RejectInvitationRequest {
21
20
  */
22
21
  export interface RejectInvitationCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const RejectInvitationCommand_base: {
24
+ new (input: RejectInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<RejectInvitationCommandInput, RejectInvitationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Rejects an invitation to contribute the account data to a behavior graph. This operation
@@ -71,23 +74,5 @@ export interface RejectInvitationCommandOutput extends __MetadataBearer {
71
74
  * <p>Base exception class for all service exceptions from Detective service.</p>
72
75
  *
73
76
  */
74
- export declare class RejectInvitationCommand extends $Command<RejectInvitationCommandInput, RejectInvitationCommandOutput, DetectiveClientResolvedConfig> {
75
- readonly input: RejectInvitationCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: RejectInvitationCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RejectInvitationCommandInput, RejectInvitationCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class RejectInvitationCommand extends RejectInvitationCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
4
  import { StartInvestigationRequest, StartInvestigationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartInvestigationCommandInput extends StartInvestigationReques
21
20
  */
22
21
  export interface StartInvestigationCommandOutput extends StartInvestigationResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartInvestigationCommand_base: {
24
+ new (input: StartInvestigationCommandInput): import("@smithy/smithy-client").CommandImpl<StartInvestigationCommandInput, StartInvestigationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>initiate an investigation on an entity in a graph</p>
@@ -71,23 +74,5 @@ export interface StartInvestigationCommandOutput extends StartInvestigationRespo
71
74
  * <p>Base exception class for all service exceptions from Detective service.</p>
72
75
  *
73
76
  */
74
- export declare class StartInvestigationCommand extends $Command<StartInvestigationCommandInput, StartInvestigationCommandOutput, DetectiveClientResolvedConfig> {
75
- readonly input: StartInvestigationCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: StartInvestigationCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartInvestigationCommandInput, StartInvestigationCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class StartInvestigationCommand extends StartInvestigationCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
4
  import { StartMonitoringMemberRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartMonitoringMemberCommandInput extends StartMonitoringMember
21
20
  */
22
21
  export interface StartMonitoringMemberCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const StartMonitoringMemberCommand_base: {
24
+ new (input: StartMonitoringMemberCommandInput): import("@smithy/smithy-client").CommandImpl<StartMonitoringMemberCommandInput, StartMonitoringMemberCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Sends a request to enable data ingest for a member account that has a status of
@@ -96,23 +99,5 @@ export interface StartMonitoringMemberCommandOutput extends __MetadataBearer {
96
99
  * <p>Base exception class for all service exceptions from Detective service.</p>
97
100
  *
98
101
  */
99
- export declare class StartMonitoringMemberCommand extends $Command<StartMonitoringMemberCommandInput, StartMonitoringMemberCommandOutput, DetectiveClientResolvedConfig> {
100
- readonly input: StartMonitoringMemberCommandInput;
101
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
102
- /**
103
- * @public
104
- */
105
- constructor(input: StartMonitoringMemberCommandInput);
106
- /**
107
- * @internal
108
- */
109
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMonitoringMemberCommandInput, StartMonitoringMemberCommandOutput>;
110
- /**
111
- * @internal
112
- */
113
- private serialize;
114
- /**
115
- * @internal
116
- */
117
- private deserialize;
102
+ export declare class StartMonitoringMemberCommand extends StartMonitoringMemberCommand_base {
118
103
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Applies tag values to a behavior graph.</p>
@@ -65,23 +68,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
65
68
  * <p>Base exception class for all service exceptions from Detective service.</p>
66
69
  *
67
70
  */
68
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, DetectiveClientResolvedConfig> {
69
- readonly input: TagResourceCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: TagResourceCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class TagResourceCommand extends TagResourceCommand_base {
87
72
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes tags from a behavior graph.</p>
@@ -65,23 +68,5 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
65
68
  * <p>Base exception class for all service exceptions from Detective service.</p>
66
69
  *
67
70
  */
68
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, DetectiveClientResolvedConfig> {
69
- readonly input: UntagResourceCommandInput;
70
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
71
- /**
72
- * @public
73
- */
74
- constructor(input: UntagResourceCommandInput);
75
- /**
76
- * @internal
77
- */
78
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
79
- /**
80
- * @internal
81
- */
82
- private serialize;
83
- /**
84
- * @internal
85
- */
86
- private deserialize;
71
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
87
72
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
4
  import { UpdateDatasourcePackagesRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateDatasourcePackagesCommandInput extends UpdateDatasourcePa
21
20
  */
22
21
  export interface UpdateDatasourcePackagesCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const UpdateDatasourcePackagesCommand_base: {
24
+ new (input: UpdateDatasourcePackagesCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDatasourcePackagesCommandInput, UpdateDatasourcePackagesCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts a data source packages for the behavior graph.</p>
@@ -83,23 +86,5 @@ export interface UpdateDatasourcePackagesCommandOutput extends __MetadataBearer
83
86
  * <p>Base exception class for all service exceptions from Detective service.</p>
84
87
  *
85
88
  */
86
- export declare class UpdateDatasourcePackagesCommand extends $Command<UpdateDatasourcePackagesCommandInput, UpdateDatasourcePackagesCommandOutput, DetectiveClientResolvedConfig> {
87
- readonly input: UpdateDatasourcePackagesCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: UpdateDatasourcePackagesCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDatasourcePackagesCommandInput, UpdateDatasourcePackagesCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class UpdateDatasourcePackagesCommand extends UpdateDatasourcePackagesCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
5
4
  import { UpdateInvestigationStateRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateInvestigationStateCommandInput extends UpdateInvestigatio
21
20
  */
22
21
  export interface UpdateInvestigationStateCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const UpdateInvestigationStateCommand_base: {
24
+ new (input: UpdateInvestigationStateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateInvestigationStateCommandInput, UpdateInvestigationStateCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Update the state of an investigation.</p>
@@ -68,23 +71,5 @@ export interface UpdateInvestigationStateCommandOutput extends __MetadataBearer
68
71
  * <p>Base exception class for all service exceptions from Detective service.</p>
69
72
  *
70
73
  */
71
- export declare class UpdateInvestigationStateCommand extends $Command<UpdateInvestigationStateCommandInput, UpdateInvestigationStateCommandOutput, DetectiveClientResolvedConfig> {
72
- readonly input: UpdateInvestigationStateCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: UpdateInvestigationStateCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateInvestigationStateCommandInput, UpdateInvestigationStateCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class UpdateInvestigationStateCommand extends UpdateInvestigationStateCommand_base {
90
75
  }