@aws-sdk/client-detective 3.478.0 → 3.481.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/dist-cjs/commands/AcceptInvitationCommand.js +18 -41
  2. package/dist-cjs/commands/BatchGetGraphMemberDatasourcesCommand.js +18 -41
  3. package/dist-cjs/commands/BatchGetMembershipDatasourcesCommand.js +18 -41
  4. package/dist-cjs/commands/CreateGraphCommand.js +18 -41
  5. package/dist-cjs/commands/CreateMembersCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteGraphCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteMembersCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +18 -41
  9. package/dist-cjs/commands/DisableOrganizationAdminAccountCommand.js +18 -41
  10. package/dist-cjs/commands/DisassociateMembershipCommand.js +18 -41
  11. package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +18 -41
  12. package/dist-cjs/commands/GetInvestigationCommand.js +18 -41
  13. package/dist-cjs/commands/GetMembersCommand.js +18 -41
  14. package/dist-cjs/commands/ListDatasourcePackagesCommand.js +18 -41
  15. package/dist-cjs/commands/ListGraphsCommand.js +18 -41
  16. package/dist-cjs/commands/ListIndicatorsCommand.js +18 -41
  17. package/dist-cjs/commands/ListInvestigationsCommand.js +18 -41
  18. package/dist-cjs/commands/ListInvitationsCommand.js +18 -41
  19. package/dist-cjs/commands/ListMembersCommand.js +18 -41
  20. package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +18 -41
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  22. package/dist-cjs/commands/RejectInvitationCommand.js +18 -41
  23. package/dist-cjs/commands/StartInvestigationCommand.js +18 -41
  24. package/dist-cjs/commands/StartMonitoringMemberCommand.js +18 -41
  25. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  26. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  27. package/dist-cjs/commands/UpdateDatasourcePackagesCommand.js +18 -41
  28. package/dist-cjs/commands/UpdateInvestigationStateCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +18 -41
  30. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  31. package/dist-es/commands/AcceptInvitationCommand.js +18 -41
  32. package/dist-es/commands/BatchGetGraphMemberDatasourcesCommand.js +18 -41
  33. package/dist-es/commands/BatchGetMembershipDatasourcesCommand.js +18 -41
  34. package/dist-es/commands/CreateGraphCommand.js +18 -41
  35. package/dist-es/commands/CreateMembersCommand.js +18 -41
  36. package/dist-es/commands/DeleteGraphCommand.js +18 -41
  37. package/dist-es/commands/DeleteMembersCommand.js +18 -41
  38. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +18 -41
  39. package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +18 -41
  40. package/dist-es/commands/DisassociateMembershipCommand.js +18 -41
  41. package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +18 -41
  42. package/dist-es/commands/GetInvestigationCommand.js +18 -41
  43. package/dist-es/commands/GetMembersCommand.js +18 -41
  44. package/dist-es/commands/ListDatasourcePackagesCommand.js +18 -41
  45. package/dist-es/commands/ListGraphsCommand.js +18 -41
  46. package/dist-es/commands/ListIndicatorsCommand.js +18 -41
  47. package/dist-es/commands/ListInvestigationsCommand.js +18 -41
  48. package/dist-es/commands/ListInvitationsCommand.js +18 -41
  49. package/dist-es/commands/ListMembersCommand.js +18 -41
  50. package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +18 -41
  51. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  52. package/dist-es/commands/RejectInvitationCommand.js +18 -41
  53. package/dist-es/commands/StartInvestigationCommand.js +18 -41
  54. package/dist-es/commands/StartMonitoringMemberCommand.js +18 -41
  55. package/dist-es/commands/TagResourceCommand.js +18 -41
  56. package/dist-es/commands/UntagResourceCommand.js +18 -41
  57. package/dist-es/commands/UpdateDatasourcePackagesCommand.js +18 -41
  58. package/dist-es/commands/UpdateInvestigationStateCommand.js +18 -41
  59. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +18 -41
  60. package/dist-es/endpoint/EndpointParameters.js +6 -0
  61. package/dist-types/commands/AcceptInvitationCommand.d.ts +6 -21
  62. package/dist-types/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +6 -21
  63. package/dist-types/commands/BatchGetMembershipDatasourcesCommand.d.ts +6 -21
  64. package/dist-types/commands/CreateGraphCommand.d.ts +6 -21
  65. package/dist-types/commands/CreateMembersCommand.d.ts +6 -21
  66. package/dist-types/commands/DeleteGraphCommand.d.ts +6 -21
  67. package/dist-types/commands/DeleteMembersCommand.d.ts +6 -21
  68. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +6 -21
  69. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +6 -21
  70. package/dist-types/commands/DisassociateMembershipCommand.d.ts +6 -21
  71. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +6 -21
  72. package/dist-types/commands/GetInvestigationCommand.d.ts +6 -21
  73. package/dist-types/commands/GetMembersCommand.d.ts +6 -21
  74. package/dist-types/commands/ListDatasourcePackagesCommand.d.ts +6 -21
  75. package/dist-types/commands/ListGraphsCommand.d.ts +6 -21
  76. package/dist-types/commands/ListIndicatorsCommand.d.ts +6 -21
  77. package/dist-types/commands/ListInvestigationsCommand.d.ts +6 -21
  78. package/dist-types/commands/ListInvitationsCommand.d.ts +6 -21
  79. package/dist-types/commands/ListMembersCommand.d.ts +6 -21
  80. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +6 -21
  81. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  82. package/dist-types/commands/RejectInvitationCommand.d.ts +6 -21
  83. package/dist-types/commands/StartInvestigationCommand.d.ts +6 -21
  84. package/dist-types/commands/StartMonitoringMemberCommand.d.ts +6 -21
  85. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  86. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  87. package/dist-types/commands/UpdateDatasourcePackagesCommand.d.ts +6 -21
  88. package/dist-types/commands/UpdateInvestigationStateCommand.d.ts +6 -21
  89. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +6 -21
  90. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  91. package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +12 -24
  93. package/dist-types/ts3.4/commands/BatchGetMembershipDatasourcesCommand.d.ts +12 -24
  94. package/dist-types/ts3.4/commands/CreateGraphCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/DeleteGraphCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/DisassociateMembershipCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +12 -24
  102. package/dist-types/ts3.4/commands/GetInvestigationCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/ListDatasourcePackagesCommand.d.ts +12 -24
  105. package/dist-types/ts3.4/commands/ListGraphsCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/ListIndicatorsCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/ListInvestigationsCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +14 -23
  109. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +12 -24
  111. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/StartInvestigationCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/StartMonitoringMemberCommand.d.ts +12 -24
  115. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/UpdateDatasourcePackagesCommand.d.ts +12 -24
  118. package/dist-types/ts3.4/commands/UpdateInvestigationStateCommand.d.ts +12 -24
  119. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +12 -24
  120. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  121. package/package.json +9 -9
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UntagResourceCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UntagResourceCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "DetectiveClient";
26
- const commandName = "UntagResourceCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmazonDetective",
35
- operation: "UntagResource",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UntagResourceCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UntagResourceCommand(output, context);
46
- }
7
+ export class UntagResourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmazonDetective", "UntagResource", {})
19
+ .n("DetectiveClient", "UntagResourceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UntagResourceCommand)
22
+ .de(de_UntagResourceCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateDatasourcePackagesCommand, se_UpdateDatasourcePackagesCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateDatasourcePackagesCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateDatasourcePackagesCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "DetectiveClient";
26
- const commandName = "UpdateDatasourcePackagesCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmazonDetective",
35
- operation: "UpdateDatasourcePackages",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateDatasourcePackagesCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateDatasourcePackagesCommand(output, context);
46
- }
7
+ export class UpdateDatasourcePackagesCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmazonDetective", "UpdateDatasourcePackages", {})
19
+ .n("DetectiveClient", "UpdateDatasourcePackagesCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateDatasourcePackagesCommand)
22
+ .de(de_UpdateDatasourcePackagesCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateInvestigationStateCommand, se_UpdateInvestigationStateCommand } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateInvestigationStateCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateInvestigationStateCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "DetectiveClient";
26
- const commandName = "UpdateInvestigationStateCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmazonDetective",
35
- operation: "UpdateInvestigationState",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateInvestigationStateCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateInvestigationStateCommand(output, context);
46
- }
7
+ export class UpdateInvestigationStateCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmazonDetective", "UpdateInvestigationState", {})
19
+ .n("DetectiveClient", "UpdateInvestigationStateCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateInvestigationStateCommand)
22
+ .de(de_UpdateInvestigationStateCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateOrganizationConfigurationCommand, se_UpdateOrganizationConfigurationCommand, } from "../protocols/Aws_restJson1";
6
6
  export { $Command };
7
- export class UpdateOrganizationConfigurationCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateOrganizationConfigurationCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "DetectiveClient";
26
- const commandName = "UpdateOrganizationConfigurationCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AmazonDetective",
35
- operation: "UpdateOrganizationConfiguration",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateOrganizationConfigurationCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateOrganizationConfigurationCommand(output, context);
46
- }
7
+ export class UpdateOrganizationConfigurationCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AmazonDetective", "UpdateOrganizationConfiguration", {})
19
+ .n("DetectiveClient", "UpdateOrganizationConfigurationCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateOrganizationConfigurationCommand)
22
+ .de(de_UpdateOrganizationConfigurationCommand)
23
+ .build() {
47
24
  }
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
6
6
  defaultSigningName: "detective",
7
7
  };
8
8
  };
9
+ export const commonParams = {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
@@ -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 { AcceptInvitationRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface AcceptInvitationCommandInput extends AcceptInvitationRequest {
21
20
  */
22
21
  export interface AcceptInvitationCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const AcceptInvitationCommand_base: {
24
+ new (input: AcceptInvitationCommandInput): import("@smithy/smithy-client").CommandImpl<AcceptInvitationCommandInput, AcceptInvitationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Accepts an invitation for the member account to contribute data to a behavior graph.
@@ -68,23 +71,5 @@ export interface AcceptInvitationCommandOutput extends __MetadataBearer {
68
71
  * <p>Base exception class for all service exceptions from Detective service.</p>
69
72
  *
70
73
  */
71
- export declare class AcceptInvitationCommand extends $Command<AcceptInvitationCommandInput, AcceptInvitationCommandOutput, DetectiveClientResolvedConfig> {
72
- readonly input: AcceptInvitationCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: AcceptInvitationCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AcceptInvitationCommandInput, AcceptInvitationCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class AcceptInvitationCommand extends AcceptInvitationCommand_base {
90
75
  }
@@ -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 { BatchGetGraphMemberDatasourcesRequest, BatchGetGraphMemberDatasourcesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface BatchGetGraphMemberDatasourcesCommandInput extends BatchGetGrap
21
20
  */
22
21
  export interface BatchGetGraphMemberDatasourcesCommandOutput extends BatchGetGraphMemberDatasourcesResponse, __MetadataBearer {
23
22
  }
23
+ declare const BatchGetGraphMemberDatasourcesCommand_base: {
24
+ new (input: BatchGetGraphMemberDatasourcesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetGraphMemberDatasourcesCommandInput, BatchGetGraphMemberDatasourcesCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets data source package information for the behavior graph.</p>
@@ -85,23 +88,5 @@ export interface BatchGetGraphMemberDatasourcesCommandOutput extends BatchGetGra
85
88
  * <p>Base exception class for all service exceptions from Detective service.</p>
86
89
  *
87
90
  */
88
- export declare class BatchGetGraphMemberDatasourcesCommand extends $Command<BatchGetGraphMemberDatasourcesCommandInput, BatchGetGraphMemberDatasourcesCommandOutput, DetectiveClientResolvedConfig> {
89
- readonly input: BatchGetGraphMemberDatasourcesCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: BatchGetGraphMemberDatasourcesCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetGraphMemberDatasourcesCommandInput, BatchGetGraphMemberDatasourcesCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class BatchGetGraphMemberDatasourcesCommand extends BatchGetGraphMemberDatasourcesCommand_base {
107
92
  }
@@ -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 { BatchGetMembershipDatasourcesRequest, BatchGetMembershipDatasourcesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface BatchGetMembershipDatasourcesCommandInput extends BatchGetMembe
21
20
  */
22
21
  export interface BatchGetMembershipDatasourcesCommandOutput extends BatchGetMembershipDatasourcesResponse, __MetadataBearer {
23
22
  }
23
+ declare const BatchGetMembershipDatasourcesCommand_base: {
24
+ new (input: BatchGetMembershipDatasourcesCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetMembershipDatasourcesCommandInput, BatchGetMembershipDatasourcesCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets information on the data source package history for an account.</p>
@@ -84,23 +87,5 @@ export interface BatchGetMembershipDatasourcesCommandOutput extends BatchGetMemb
84
87
  * <p>Base exception class for all service exceptions from Detective service.</p>
85
88
  *
86
89
  */
87
- export declare class BatchGetMembershipDatasourcesCommand extends $Command<BatchGetMembershipDatasourcesCommandInput, BatchGetMembershipDatasourcesCommandOutput, DetectiveClientResolvedConfig> {
88
- readonly input: BatchGetMembershipDatasourcesCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: BatchGetMembershipDatasourcesCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetMembershipDatasourcesCommandInput, BatchGetMembershipDatasourcesCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class BatchGetMembershipDatasourcesCommand extends BatchGetMembershipDatasourcesCommand_base {
106
91
  }
@@ -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 { CreateGraphRequest, CreateGraphResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateGraphCommandInput extends CreateGraphRequest {
21
20
  */
22
21
  export interface CreateGraphCommandOutput extends CreateGraphResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateGraphCommand_base: {
24
+ new (input: CreateGraphCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGraphCommandInput, CreateGraphCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a new behavior graph for the calling account, and sets that account as the
@@ -96,23 +99,5 @@ export interface CreateGraphCommandOutput extends CreateGraphResponse, __Metadat
96
99
  * <p>Base exception class for all service exceptions from Detective service.</p>
97
100
  *
98
101
  */
99
- export declare class CreateGraphCommand extends $Command<CreateGraphCommandInput, CreateGraphCommandOutput, DetectiveClientResolvedConfig> {
100
- readonly input: CreateGraphCommandInput;
101
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
102
- /**
103
- * @public
104
- */
105
- constructor(input: CreateGraphCommandInput);
106
- /**
107
- * @internal
108
- */
109
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGraphCommandInput, CreateGraphCommandOutput>;
110
- /**
111
- * @internal
112
- */
113
- private serialize;
114
- /**
115
- * @internal
116
- */
117
- private deserialize;
102
+ export declare class CreateGraphCommand extends CreateGraphCommand_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 { CreateMembersRequest, CreateMembersResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateMembersCommandInput extends CreateMembersRequest {
21
20
  */
22
21
  export interface CreateMembersCommandOutput extends CreateMembersResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateMembersCommand_base: {
24
+ new (input: CreateMembersCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMembersCommandInput, CreateMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -153,23 +156,5 @@ export interface CreateMembersCommandOutput extends CreateMembersResponse, __Met
153
156
  * <p>Base exception class for all service exceptions from Detective service.</p>
154
157
  *
155
158
  */
156
- export declare class CreateMembersCommand extends $Command<CreateMembersCommandInput, CreateMembersCommandOutput, DetectiveClientResolvedConfig> {
157
- readonly input: CreateMembersCommandInput;
158
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
159
- /**
160
- * @public
161
- */
162
- constructor(input: CreateMembersCommandInput);
163
- /**
164
- * @internal
165
- */
166
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMembersCommandInput, CreateMembersCommandOutput>;
167
- /**
168
- * @internal
169
- */
170
- private serialize;
171
- /**
172
- * @internal
173
- */
174
- private deserialize;
159
+ export declare class CreateMembersCommand extends CreateMembersCommand_base {
175
160
  }
@@ -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 { DeleteGraphRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteGraphCommandInput extends DeleteGraphRequest {
21
20
  */
22
21
  export interface DeleteGraphCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const DeleteGraphCommand_base: {
24
+ new (input: DeleteGraphCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGraphCommandInput, DeleteGraphCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disables the specified behavior graph and queues it to be deleted. This operation
@@ -66,23 +69,5 @@ export interface DeleteGraphCommandOutput extends __MetadataBearer {
66
69
  * <p>Base exception class for all service exceptions from Detective service.</p>
67
70
  *
68
71
  */
69
- export declare class DeleteGraphCommand extends $Command<DeleteGraphCommandInput, DeleteGraphCommandOutput, DetectiveClientResolvedConfig> {
70
- readonly input: DeleteGraphCommandInput;
71
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
- /**
73
- * @public
74
- */
75
- constructor(input: DeleteGraphCommandInput);
76
- /**
77
- * @internal
78
- */
79
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGraphCommandInput, DeleteGraphCommandOutput>;
80
- /**
81
- * @internal
82
- */
83
- private serialize;
84
- /**
85
- * @internal
86
- */
87
- private deserialize;
72
+ export declare class DeleteGraphCommand extends DeleteGraphCommand_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 { DeleteMembersRequest, DeleteMembersResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteMembersCommandInput extends DeleteMembersRequest {
21
20
  */
22
21
  export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteMembersCommand_base: {
24
+ new (input: DeleteMembersCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMembersCommandInput, DeleteMembersCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes the specified member accounts from the behavior graph. The removed accounts no
@@ -90,23 +93,5 @@ export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __Met
90
93
  * <p>Base exception class for all service exceptions from Detective service.</p>
91
94
  *
92
95
  */
93
- export declare class DeleteMembersCommand extends $Command<DeleteMembersCommandInput, DeleteMembersCommandOutput, DetectiveClientResolvedConfig> {
94
- readonly input: DeleteMembersCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: DeleteMembersCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMembersCommandInput, DeleteMembersCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class DeleteMembersCommand extends DeleteMembersCommand_base {
112
97
  }
@@ -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 { DescribeOrganizationConfigurationRequest, DescribeOrganizationConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeOrganizationConfigurationCommandInput extends DescribeO
21
20
  */
22
21
  export interface DescribeOrganizationConfigurationCommandOutput extends DescribeOrganizationConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeOrganizationConfigurationCommand_base: {
24
+ new (input: DescribeOrganizationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns information about the configuration for the organization behavior graph.
@@ -68,23 +71,5 @@ export interface DescribeOrganizationConfigurationCommandOutput extends Describe
68
71
  * <p>Base exception class for all service exceptions from Detective service.</p>
69
72
  *
70
73
  */
71
- export declare class DescribeOrganizationConfigurationCommand extends $Command<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, DetectiveClientResolvedConfig> {
72
- readonly input: DescribeOrganizationConfigurationCommandInput;
73
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
74
- /**
75
- * @public
76
- */
77
- constructor(input: DescribeOrganizationConfigurationCommandInput);
78
- /**
79
- * @internal
80
- */
81
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput>;
82
- /**
83
- * @internal
84
- */
85
- private serialize;
86
- /**
87
- * @internal
88
- */
89
- private deserialize;
74
+ export declare class DescribeOrganizationConfigurationCommand extends DescribeOrganizationConfigurationCommand_base {
90
75
  }