@aws-sdk/client-security-ir 3.1077.0 → 3.1079.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 (80) hide show
  1. package/dist-cjs/index.js +32 -243
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchGetMemberAccountDetailsCommand.js +2 -14
  4. package/dist-es/commands/CancelMembershipCommand.js +2 -14
  5. package/dist-es/commands/CloseCaseCommand.js +2 -14
  6. package/dist-es/commands/CreateCaseCommand.js +2 -14
  7. package/dist-es/commands/CreateCaseCommentCommand.js +2 -14
  8. package/dist-es/commands/CreateMembershipCommand.js +2 -14
  9. package/dist-es/commands/GetCaseAttachmentDownloadUrlCommand.js +2 -14
  10. package/dist-es/commands/GetCaseAttachmentUploadUrlCommand.js +2 -14
  11. package/dist-es/commands/GetCaseCommand.js +2 -14
  12. package/dist-es/commands/GetMembershipCommand.js +2 -14
  13. package/dist-es/commands/ListCaseEditsCommand.js +2 -14
  14. package/dist-es/commands/ListCasesCommand.js +2 -14
  15. package/dist-es/commands/ListCommentsCommand.js +2 -14
  16. package/dist-es/commands/ListInvestigationsCommand.js +2 -14
  17. package/dist-es/commands/ListMembershipsCommand.js +2 -14
  18. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  19. package/dist-es/commands/SendFeedbackCommand.js +2 -14
  20. package/dist-es/commands/TagResourceCommand.js +2 -14
  21. package/dist-es/commands/UntagResourceCommand.js +2 -14
  22. package/dist-es/commands/UpdateCaseCommand.js +2 -14
  23. package/dist-es/commands/UpdateCaseCommentCommand.js +2 -14
  24. package/dist-es/commands/UpdateCaseStatusCommand.js +2 -14
  25. package/dist-es/commands/UpdateMembershipCommand.js +2 -14
  26. package/dist-es/commands/UpdateResolverTypeCommand.js +2 -14
  27. package/dist-es/index.js +1 -0
  28. package/dist-types/commandBuilder.d.ts +18 -0
  29. package/dist-types/commands/BatchGetMemberAccountDetailsCommand.d.ts +3 -8
  30. package/dist-types/commands/CancelMembershipCommand.d.ts +3 -8
  31. package/dist-types/commands/CloseCaseCommand.d.ts +3 -8
  32. package/dist-types/commands/CreateCaseCommand.d.ts +3 -8
  33. package/dist-types/commands/CreateCaseCommentCommand.d.ts +3 -8
  34. package/dist-types/commands/CreateMembershipCommand.d.ts +3 -8
  35. package/dist-types/commands/GetCaseAttachmentDownloadUrlCommand.d.ts +3 -8
  36. package/dist-types/commands/GetCaseAttachmentUploadUrlCommand.d.ts +3 -8
  37. package/dist-types/commands/GetCaseCommand.d.ts +3 -8
  38. package/dist-types/commands/GetMembershipCommand.d.ts +3 -8
  39. package/dist-types/commands/ListCaseEditsCommand.d.ts +3 -8
  40. package/dist-types/commands/ListCasesCommand.d.ts +3 -8
  41. package/dist-types/commands/ListCommentsCommand.d.ts +3 -8
  42. package/dist-types/commands/ListInvestigationsCommand.d.ts +3 -8
  43. package/dist-types/commands/ListMembershipsCommand.d.ts +3 -8
  44. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  45. package/dist-types/commands/SendFeedbackCommand.d.ts +3 -8
  46. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  47. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  48. package/dist-types/commands/UpdateCaseCommand.d.ts +3 -8
  49. package/dist-types/commands/UpdateCaseCommentCommand.d.ts +3 -8
  50. package/dist-types/commands/UpdateCaseStatusCommand.d.ts +3 -8
  51. package/dist-types/commands/UpdateMembershipCommand.d.ts +3 -8
  52. package/dist-types/commands/UpdateResolverTypeCommand.d.ts +3 -8
  53. package/dist-types/index.d.ts +1 -0
  54. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  55. package/dist-types/ts3.4/commands/BatchGetMemberAccountDetailsCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/CancelMembershipCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/CloseCaseCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/CreateCaseCommentCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/GetCaseAttachmentDownloadUrlCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/GetCaseAttachmentUploadUrlCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/GetCaseCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/GetMembershipCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/ListCaseEditsCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/ListCasesCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/ListCommentsCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/ListInvestigationsCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/ListMembershipsCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/SendFeedbackCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/UpdateCaseCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/UpdateCaseCommentCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/UpdateCaseStatusCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/UpdateMembershipCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/UpdateResolverTypeCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/index.d.ts +1 -0
  80. package/package.json +8 -8
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SecurityIncidentResponse", "ListTagsForResource", {})
13
- .n("SecurityIRClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { SendFeedback$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SendFeedbackCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SecurityIncidentResponse", "SendFeedback", {})
13
- .n("SecurityIRClient", "SendFeedbackCommand")
14
- .sc(SendFeedback$)
15
- .build() {
3
+ export class SendFeedbackCommand extends command(_ep0, _mw0, "SendFeedback", SendFeedback$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SecurityIncidentResponse", "TagResource", {})
13
- .n("SecurityIRClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SecurityIncidentResponse", "UntagResource", {})
13
- .n("SecurityIRClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateCase$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateCaseCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SecurityIncidentResponse", "UpdateCase", {})
13
- .n("SecurityIRClient", "UpdateCaseCommand")
14
- .sc(UpdateCase$)
15
- .build() {
3
+ export class UpdateCaseCommand extends command(_ep0, _mw0, "UpdateCase", UpdateCase$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateCaseComment$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateCaseCommentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SecurityIncidentResponse", "UpdateCaseComment", {})
13
- .n("SecurityIRClient", "UpdateCaseCommentCommand")
14
- .sc(UpdateCaseComment$)
15
- .build() {
3
+ export class UpdateCaseCommentCommand extends command(_ep0, _mw0, "UpdateCaseComment", UpdateCaseComment$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateCaseStatus$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateCaseStatusCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SecurityIncidentResponse", "UpdateCaseStatus", {})
13
- .n("SecurityIRClient", "UpdateCaseStatusCommand")
14
- .sc(UpdateCaseStatus$)
15
- .build() {
3
+ export class UpdateCaseStatusCommand extends command(_ep0, _mw0, "UpdateCaseStatus", UpdateCaseStatus$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateMembership$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateMembershipCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SecurityIncidentResponse", "UpdateMembership", {})
13
- .n("SecurityIRClient", "UpdateMembershipCommand")
14
- .sc(UpdateMembership$)
15
- .build() {
3
+ export class UpdateMembershipCommand extends command(_ep0, _mw0, "UpdateMembership", UpdateMembership$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateResolverType$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateResolverTypeCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SecurityIncidentResponse", "UpdateResolverType", {})
13
- .n("SecurityIRClient", "UpdateResolverTypeCommand")
14
- .sc(UpdateResolverType$)
15
- .build() {
3
+ export class UpdateResolverTypeCommand extends command(_ep0, _mw0, "UpdateResolverType", UpdateResolverType$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./SecurityIRClient";
2
2
  export * from "./SecurityIR";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./SecurityIRClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { BatchGetMemberAccountDetailsRequest, BatchGetMemberAccountDetailsResponse } from "../models/models_0";
4
- import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface BatchGetMemberAccountDetailsCommandInput extends BatchGetMember
22
19
  export interface BatchGetMemberAccountDetailsCommandOutput extends BatchGetMemberAccountDetailsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const BatchGetMemberAccountDetailsCommand_base: {
25
- new (input: BatchGetMemberAccountDetailsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetMemberAccountDetailsCommandInput, BatchGetMemberAccountDetailsCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchGetMemberAccountDetailsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetMemberAccountDetailsCommandInput, BatchGetMemberAccountDetailsCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchGetMemberAccountDetailsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetMemberAccountDetailsCommandInput, BatchGetMemberAccountDetailsCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchGetMemberAccountDetailsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetMemberAccountDetailsCommandInput, BatchGetMemberAccountDetailsCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Provides information on whether the supplied account IDs are associated with a membership.</p> <note> <p> AWS account ID's may appear less than 12 characters and need to be zero-prepended. An example would be <code>123123123</code> which is nine digits, and with zero-prepend would be <code>000123123123</code>. Not zero-prepending to 12 digits could result in errors. </p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CancelMembershipRequest, CancelMembershipResponse } from "../models/models_0";
4
- import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CancelMembershipCommandInput extends CancelMembershipRequest {
22
19
  export interface CancelMembershipCommandOutput extends CancelMembershipResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CancelMembershipCommand_base: {
25
- new (input: CancelMembershipCommandInput): import("@smithy/core/client").CommandImpl<CancelMembershipCommandInput, CancelMembershipCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CancelMembershipCommandInput): import("@smithy/core/client").CommandImpl<CancelMembershipCommandInput, CancelMembershipCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CancelMembershipCommandInput): import("@smithy/core/client").CommandImpl<CancelMembershipCommandInput, CancelMembershipCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CancelMembershipCommandInput): import("@smithy/core/client").CommandImpl<CancelMembershipCommandInput, CancelMembershipCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Cancels an existing membership.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CloseCaseRequest, CloseCaseResponse } from "../models/models_0";
4
- import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CloseCaseCommandInput extends CloseCaseRequest {
22
19
  export interface CloseCaseCommandOutput extends CloseCaseResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CloseCaseCommand_base: {
25
- new (input: CloseCaseCommandInput): import("@smithy/core/client").CommandImpl<CloseCaseCommandInput, CloseCaseCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CloseCaseCommandInput): import("@smithy/core/client").CommandImpl<CloseCaseCommandInput, CloseCaseCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CloseCaseCommandInput): import("@smithy/core/client").CommandImpl<CloseCaseCommandInput, CloseCaseCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CloseCaseCommandInput): import("@smithy/core/client").CommandImpl<CloseCaseCommandInput, CloseCaseCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Closes an existing case.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateCaseRequest, CreateCaseResponse } from "../models/models_0";
4
- import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateCaseCommandInput extends CreateCaseRequest {
22
19
  export interface CreateCaseCommandOutput extends CreateCaseResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateCaseCommand_base: {
25
- new (input: CreateCaseCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseCommandInput, CreateCaseCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateCaseCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseCommandInput, CreateCaseCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateCaseCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseCommandInput, CreateCaseCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateCaseCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseCommandInput, CreateCaseCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new case.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateCaseCommentRequest, CreateCaseCommentResponse } from "../models/models_0";
4
- import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateCaseCommentCommandInput extends CreateCaseCommentRequest
22
19
  export interface CreateCaseCommentCommandOutput extends CreateCaseCommentResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateCaseCommentCommand_base: {
25
- new (input: CreateCaseCommentCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseCommentCommandInput, CreateCaseCommentCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateCaseCommentCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseCommentCommandInput, CreateCaseCommentCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateCaseCommentCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseCommentCommandInput, CreateCaseCommentCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateCaseCommentCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseCommentCommandInput, CreateCaseCommentCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds a comment to an existing case.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateMembershipRequest, CreateMembershipResponse } from "../models/models_0";
4
- import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateMembershipCommandInput extends CreateMembershipRequest {
22
19
  export interface CreateMembershipCommandOutput extends CreateMembershipResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateMembershipCommand_base: {
25
- new (input: CreateMembershipCommandInput): import("@smithy/core/client").CommandImpl<CreateMembershipCommandInput, CreateMembershipCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateMembershipCommandInput): import("@smithy/core/client").CommandImpl<CreateMembershipCommandInput, CreateMembershipCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateMembershipCommandInput): import("@smithy/core/client").CommandImpl<CreateMembershipCommandInput, CreateMembershipCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateMembershipCommandInput): import("@smithy/core/client").CommandImpl<CreateMembershipCommandInput, CreateMembershipCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new membership.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetCaseAttachmentDownloadUrlRequest, GetCaseAttachmentDownloadUrlResponse } from "../models/models_0";
4
- import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetCaseAttachmentDownloadUrlCommandInput extends GetCaseAttachm
22
19
  export interface GetCaseAttachmentDownloadUrlCommandOutput extends GetCaseAttachmentDownloadUrlResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetCaseAttachmentDownloadUrlCommand_base: {
25
- new (input: GetCaseAttachmentDownloadUrlCommandInput): import("@smithy/core/client").CommandImpl<GetCaseAttachmentDownloadUrlCommandInput, GetCaseAttachmentDownloadUrlCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetCaseAttachmentDownloadUrlCommandInput): import("@smithy/core/client").CommandImpl<GetCaseAttachmentDownloadUrlCommandInput, GetCaseAttachmentDownloadUrlCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetCaseAttachmentDownloadUrlCommandInput): import("@smithy/core/client").CommandImpl<GetCaseAttachmentDownloadUrlCommandInput, GetCaseAttachmentDownloadUrlCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetCaseAttachmentDownloadUrlCommandInput): import("@smithy/core/client").CommandImpl<GetCaseAttachmentDownloadUrlCommandInput, GetCaseAttachmentDownloadUrlCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a Pre-Signed URL for uploading attachments into a case.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetCaseAttachmentUploadUrlRequest, GetCaseAttachmentUploadUrlResponse } from "../models/models_0";
4
- import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetCaseAttachmentUploadUrlCommandInput extends GetCaseAttachmen
22
19
  export interface GetCaseAttachmentUploadUrlCommandOutput extends GetCaseAttachmentUploadUrlResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetCaseAttachmentUploadUrlCommand_base: {
25
- new (input: GetCaseAttachmentUploadUrlCommandInput): import("@smithy/core/client").CommandImpl<GetCaseAttachmentUploadUrlCommandInput, GetCaseAttachmentUploadUrlCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetCaseAttachmentUploadUrlCommandInput): import("@smithy/core/client").CommandImpl<GetCaseAttachmentUploadUrlCommandInput, GetCaseAttachmentUploadUrlCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetCaseAttachmentUploadUrlCommandInput): import("@smithy/core/client").CommandImpl<GetCaseAttachmentUploadUrlCommandInput, GetCaseAttachmentUploadUrlCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetCaseAttachmentUploadUrlCommandInput): import("@smithy/core/client").CommandImpl<GetCaseAttachmentUploadUrlCommandInput, GetCaseAttachmentUploadUrlCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Uploads an attachment to a case.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetCaseRequest, GetCaseResponse } from "../models/models_0";
4
- import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetCaseCommandInput extends GetCaseRequest {
22
19
  export interface GetCaseCommandOutput extends GetCaseResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetCaseCommand_base: {
25
- new (input: GetCaseCommandInput): import("@smithy/core/client").CommandImpl<GetCaseCommandInput, GetCaseCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetCaseCommandInput): import("@smithy/core/client").CommandImpl<GetCaseCommandInput, GetCaseCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetCaseCommandInput): import("@smithy/core/client").CommandImpl<GetCaseCommandInput, GetCaseCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetCaseCommandInput): import("@smithy/core/client").CommandImpl<GetCaseCommandInput, GetCaseCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the attributes of a case.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetMembershipRequest, GetMembershipResponse } from "../models/models_0";
4
- import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetMembershipCommandInput extends GetMembershipRequest {
22
19
  export interface GetMembershipCommandOutput extends GetMembershipResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetMembershipCommand_base: {
25
- new (input: GetMembershipCommandInput): import("@smithy/core/client").CommandImpl<GetMembershipCommandInput, GetMembershipCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetMembershipCommandInput): import("@smithy/core/client").CommandImpl<GetMembershipCommandInput, GetMembershipCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetMembershipCommandInput): import("@smithy/core/client").CommandImpl<GetMembershipCommandInput, GetMembershipCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetMembershipCommandInput): import("@smithy/core/client").CommandImpl<GetMembershipCommandInput, GetMembershipCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the attributes of a membership.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListCaseEditsRequest, ListCaseEditsResponse } from "../models/models_0";
4
- import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListCaseEditsCommandInput extends ListCaseEditsRequest {
22
19
  export interface ListCaseEditsCommandOutput extends ListCaseEditsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListCaseEditsCommand_base: {
25
- new (input: ListCaseEditsCommandInput): import("@smithy/core/client").CommandImpl<ListCaseEditsCommandInput, ListCaseEditsCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListCaseEditsCommandInput): import("@smithy/core/client").CommandImpl<ListCaseEditsCommandInput, ListCaseEditsCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListCaseEditsCommandInput): import("@smithy/core/client").CommandImpl<ListCaseEditsCommandInput, ListCaseEditsCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListCaseEditsCommandInput): import("@smithy/core/client").CommandImpl<ListCaseEditsCommandInput, ListCaseEditsCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Views the case history for edits made to a designated case.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListCasesRequest, ListCasesResponse } from "../models/models_0";
4
- import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListCasesCommandInput extends ListCasesRequest {
22
19
  export interface ListCasesCommandOutput extends ListCasesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListCasesCommand_base: {
25
- new (input: ListCasesCommandInput): import("@smithy/core/client").CommandImpl<ListCasesCommandInput, ListCasesCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListCasesCommandInput]): import("@smithy/core/client").CommandImpl<ListCasesCommandInput, ListCasesCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListCasesCommandInput): import("@smithy/core/client").CommandImpl<ListCasesCommandInput, ListCasesCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListCasesCommandInput]): import("@smithy/core/client").CommandImpl<ListCasesCommandInput, ListCasesCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all cases the requester has access to.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListCommentsRequest, ListCommentsResponse } from "../models/models_0";
4
- import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListCommentsCommandInput extends ListCommentsRequest {
22
19
  export interface ListCommentsCommandOutput extends ListCommentsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListCommentsCommand_base: {
25
- new (input: ListCommentsCommandInput): import("@smithy/core/client").CommandImpl<ListCommentsCommandInput, ListCommentsCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListCommentsCommandInput): import("@smithy/core/client").CommandImpl<ListCommentsCommandInput, ListCommentsCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListCommentsCommandInput): import("@smithy/core/client").CommandImpl<ListCommentsCommandInput, ListCommentsCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListCommentsCommandInput): import("@smithy/core/client").CommandImpl<ListCommentsCommandInput, ListCommentsCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns comments for a designated case.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListInvestigationsRequest, ListInvestigationsResponse } from "../models/models_0";
4
- import type { SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityIRClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListInvestigationsCommandInput extends ListInvestigationsReques
22
19
  export interface ListInvestigationsCommandOutput extends ListInvestigationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListInvestigationsCommand_base: {
25
- new (input: ListInvestigationsCommandInput): import("@smithy/core/client").CommandImpl<ListInvestigationsCommandInput, ListInvestigationsCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListInvestigationsCommandInput): import("@smithy/core/client").CommandImpl<ListInvestigationsCommandInput, ListInvestigationsCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListInvestigationsCommandInput): import("@smithy/core/client").CommandImpl<ListInvestigationsCommandInput, ListInvestigationsCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListInvestigationsCommandInput): import("@smithy/core/client").CommandImpl<ListInvestigationsCommandInput, ListInvestigationsCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Investigation performed by an agent for a security incident...</p>