@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 { UpdateOrganizationConfigurationRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateOrganizationConfigurationCommandInput extends UpdateOrgan
21
20
  */
22
21
  export interface UpdateOrganizationConfigurationCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const UpdateOrganizationConfigurationCommand_base: {
24
+ new (input: UpdateOrganizationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the configuration for the Organizations integration in the current Region.
@@ -66,23 +69,5 @@ export interface UpdateOrganizationConfigurationCommandOutput extends __Metadata
66
69
  * <p>Base exception class for all service exceptions from Detective service.</p>
67
70
  *
68
71
  */
69
- export declare class UpdateOrganizationConfigurationCommand extends $Command<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput, DetectiveClientResolvedConfig> {
70
- readonly input: UpdateOrganizationConfigurationCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: UpdateOrganizationConfigurationCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class UpdateOrganizationConfigurationCommand extends UpdateOrganizationConfigurationCommand_base {
88
73
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -4,4 +4,4 @@ import { DetectivePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListDatasourcePackages(config: DetectivePaginationConfiguration, input: ListDatasourcePackagesCommandInput, ...additionalArguments: any): Paginator<ListDatasourcePackagesCommandOutput>;
7
+ export declare const paginateListDatasourcePackages: (config: DetectivePaginationConfiguration, input: ListDatasourcePackagesCommandInput, ...rest: any[]) => Paginator<ListDatasourcePackagesCommandOutput>;
@@ -4,4 +4,4 @@ import { DetectivePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListGraphs(config: DetectivePaginationConfiguration, input: ListGraphsCommandInput, ...additionalArguments: any): Paginator<ListGraphsCommandOutput>;
7
+ export declare const paginateListGraphs: (config: DetectivePaginationConfiguration, input: ListGraphsCommandInput, ...rest: any[]) => Paginator<ListGraphsCommandOutput>;
@@ -4,4 +4,4 @@ import { DetectivePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListInvitations(config: DetectivePaginationConfiguration, input: ListInvitationsCommandInput, ...additionalArguments: any): Paginator<ListInvitationsCommandOutput>;
7
+ export declare const paginateListInvitations: (config: DetectivePaginationConfiguration, input: ListInvitationsCommandInput, ...rest: any[]) => Paginator<ListInvitationsCommandOutput>;
@@ -4,4 +4,4 @@ import { DetectivePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListMembers(config: DetectivePaginationConfiguration, input: ListMembersCommandInput, ...additionalArguments: any): Paginator<ListMembersCommandOutput>;
7
+ export declare const paginateListMembers: (config: DetectivePaginationConfiguration, input: ListMembersCommandInput, ...rest: any[]) => Paginator<ListMembersCommandOutput>;
@@ -4,4 +4,4 @@ import { DetectivePaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListOrganizationAdminAccounts(config: DetectivePaginationConfiguration, input: ListOrganizationAdminAccountsCommandInput, ...additionalArguments: any): Paginator<ListOrganizationAdminAccountsCommandOutput>;
7
+ export declare const paginateListOrganizationAdminAccounts: (config: DetectivePaginationConfiguration, input: ListOrganizationAdminAccountsCommandInput, ...rest: any[]) => Paginator<ListOrganizationAdminAccountsCommandOutput>;
@@ -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 { AcceptInvitationRequest } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface AcceptInvitationCommandInput extends AcceptInvitationRequest {}
17
11
  export interface AcceptInvitationCommandOutput extends __MetadataBearer {}
18
- export declare class AcceptInvitationCommand extends $Command<
19
- AcceptInvitationCommandInput,
20
- AcceptInvitationCommandOutput,
21
- DetectiveClientResolvedConfig
22
- > {
23
- readonly input: AcceptInvitationCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: AcceptInvitationCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: DetectiveClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<AcceptInvitationCommandInput, AcceptInvitationCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const AcceptInvitationCommand_base: {
13
+ new (
14
+ input: AcceptInvitationCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ AcceptInvitationCommandInput,
17
+ AcceptInvitationCommandOutput,
18
+ DetectiveClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class AcceptInvitationCommand extends AcceptInvitationCommand_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 BatchGetGraphMemberDatasourcesCommandInput
21
15
  export interface BatchGetGraphMemberDatasourcesCommandOutput
22
16
  extends BatchGetGraphMemberDatasourcesResponse,
23
17
  __MetadataBearer {}
24
- export declare class BatchGetGraphMemberDatasourcesCommand extends $Command<
25
- BatchGetGraphMemberDatasourcesCommandInput,
26
- BatchGetGraphMemberDatasourcesCommandOutput,
27
- DetectiveClientResolvedConfig
28
- > {
29
- readonly input: BatchGetGraphMemberDatasourcesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: BatchGetGraphMemberDatasourcesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DetectiveClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const BatchGetGraphMemberDatasourcesCommand_base: {
19
+ new (
20
+ input: BatchGetGraphMemberDatasourcesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  BatchGetGraphMemberDatasourcesCommandInput,
38
- BatchGetGraphMemberDatasourcesCommandOutput
23
+ BatchGetGraphMemberDatasourcesCommandOutput,
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 BatchGetGraphMemberDatasourcesCommand extends BatchGetGraphMemberDatasourcesCommand_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 BatchGetMembershipDatasourcesCommandInput
21
15
  export interface BatchGetMembershipDatasourcesCommandOutput
22
16
  extends BatchGetMembershipDatasourcesResponse,
23
17
  __MetadataBearer {}
24
- export declare class BatchGetMembershipDatasourcesCommand extends $Command<
25
- BatchGetMembershipDatasourcesCommandInput,
26
- BatchGetMembershipDatasourcesCommandOutput,
27
- DetectiveClientResolvedConfig
28
- > {
29
- readonly input: BatchGetMembershipDatasourcesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: BatchGetMembershipDatasourcesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DetectiveClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const BatchGetMembershipDatasourcesCommand_base: {
19
+ new (
20
+ input: BatchGetMembershipDatasourcesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  BatchGetMembershipDatasourcesCommandInput,
38
- BatchGetMembershipDatasourcesCommandOutput
23
+ BatchGetMembershipDatasourcesCommandOutput,
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 BatchGetMembershipDatasourcesCommand extends BatchGetMembershipDatasourcesCommand_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 CreateGraphCommandInput extends CreateGraphRequest {}
17
11
  export interface CreateGraphCommandOutput
18
12
  extends CreateGraphResponse,
19
13
  __MetadataBearer {}
20
- export declare class CreateGraphCommand extends $Command<
21
- CreateGraphCommandInput,
22
- CreateGraphCommandOutput,
23
- DetectiveClientResolvedConfig
24
- > {
25
- readonly input: CreateGraphCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateGraphCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: DetectiveClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateGraphCommandInput, CreateGraphCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateGraphCommand_base: {
15
+ new (
16
+ input: CreateGraphCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateGraphCommandInput,
19
+ CreateGraphCommandOutput,
20
+ DetectiveClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateGraphCommand extends CreateGraphCommand_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 CreateMembersCommandInput extends CreateMembersRequest {}
20
14
  export interface CreateMembersCommandOutput
21
15
  extends CreateMembersResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateMembersCommand extends $Command<
24
- CreateMembersCommandInput,
25
- CreateMembersCommandOutput,
26
- DetectiveClientResolvedConfig
27
- > {
28
- readonly input: CreateMembersCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateMembersCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: DetectiveClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateMembersCommandInput, CreateMembersCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateMembersCommand_base: {
18
+ new (
19
+ input: CreateMembersCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateMembersCommandInput,
22
+ CreateMembersCommandOutput,
23
+ DetectiveClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateMembersCommand extends CreateMembersCommand_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 { DeleteGraphRequest } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteGraphCommandInput extends DeleteGraphRequest {}
17
11
  export interface DeleteGraphCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteGraphCommand extends $Command<
19
- DeleteGraphCommandInput,
20
- DeleteGraphCommandOutput,
21
- DetectiveClientResolvedConfig
22
- > {
23
- readonly input: DeleteGraphCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteGraphCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: DetectiveClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteGraphCommandInput, DeleteGraphCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteGraphCommand_base: {
13
+ new (
14
+ input: DeleteGraphCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteGraphCommandInput,
17
+ DeleteGraphCommandOutput,
18
+ DetectiveClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteGraphCommand extends DeleteGraphCommand_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 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 {}