@aws-sdk/client-security-ir 3.1077.0 → 3.1078.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,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 { ListMembershipsRequest, ListMembershipsResponse } 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 ListMembershipsCommandInput extends ListMembershipsRequest {
22
19
  export interface ListMembershipsCommandOutput extends ListMembershipsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListMembershipsCommand_base: {
25
- new (input: ListMembershipsCommandInput): import("@smithy/core/client").CommandImpl<ListMembershipsCommandInput, ListMembershipsCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListMembershipsCommandInput]): import("@smithy/core/client").CommandImpl<ListMembershipsCommandInput, ListMembershipsCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListMembershipsCommandInput): import("@smithy/core/client").CommandImpl<ListMembershipsCommandInput, ListMembershipsCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListMembershipsCommandInput]): import("@smithy/core/client").CommandImpl<ListMembershipsCommandInput, ListMembershipsCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the memberships that the calling principal can access.</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 { ListTagsForResourceInput, ListTagsForResourceOutput } 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 ListTagsForResourceCommandInput extends ListTagsForResourceInpu
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns currently configured tags on a resource.</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 { SendFeedbackRequest, SendFeedbackResponse } 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 SendFeedbackCommandInput extends SendFeedbackRequest {
22
19
  export interface SendFeedbackCommandOutput extends SendFeedbackResponse, __MetadataBearer {
23
20
  }
24
21
  declare const SendFeedbackCommand_base: {
25
- new (input: SendFeedbackCommandInput): import("@smithy/core/client").CommandImpl<SendFeedbackCommandInput, SendFeedbackCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SendFeedbackCommandInput): import("@smithy/core/client").CommandImpl<SendFeedbackCommandInput, SendFeedbackCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SendFeedbackCommandInput): import("@smithy/core/client").CommandImpl<SendFeedbackCommandInput, SendFeedbackCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SendFeedbackCommandInput): import("@smithy/core/client").CommandImpl<SendFeedbackCommandInput, SendFeedbackCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Send feedback based on response investigation action</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 { TagResourceInput, TagResourceOutput } 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 TagResourceCommandInput extends TagResourceInput {
22
19
  export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds a tag(s) to a designated resource.</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 { UntagResourceInput, UntagResourceOutput } 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 UntagResourceCommandInput extends UntagResourceInput {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes a tag(s) from a designate resource.</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 { UpdateCaseRequest, UpdateCaseResponse } 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 UpdateCaseCommandInput extends UpdateCaseRequest {
22
19
  export interface UpdateCaseCommandOutput extends UpdateCaseResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateCaseCommand_base: {
25
- new (input: UpdateCaseCommandInput): import("@smithy/core/client").CommandImpl<UpdateCaseCommandInput, UpdateCaseCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateCaseCommandInput): import("@smithy/core/client").CommandImpl<UpdateCaseCommandInput, UpdateCaseCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateCaseCommandInput): import("@smithy/core/client").CommandImpl<UpdateCaseCommandInput, UpdateCaseCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateCaseCommandInput): import("@smithy/core/client").CommandImpl<UpdateCaseCommandInput, UpdateCaseCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates 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 { UpdateCaseCommentRequest, UpdateCaseCommentResponse } 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 UpdateCaseCommentCommandInput extends UpdateCaseCommentRequest
22
19
  export interface UpdateCaseCommentCommandOutput extends UpdateCaseCommentResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateCaseCommentCommand_base: {
25
- new (input: UpdateCaseCommentCommandInput): import("@smithy/core/client").CommandImpl<UpdateCaseCommentCommandInput, UpdateCaseCommentCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateCaseCommentCommandInput): import("@smithy/core/client").CommandImpl<UpdateCaseCommentCommandInput, UpdateCaseCommentCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateCaseCommentCommandInput): import("@smithy/core/client").CommandImpl<UpdateCaseCommentCommandInput, UpdateCaseCommentCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateCaseCommentCommandInput): import("@smithy/core/client").CommandImpl<UpdateCaseCommentCommandInput, UpdateCaseCommentCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates an existing case comment.</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 { UpdateCaseStatusRequest, UpdateCaseStatusResponse } 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 UpdateCaseStatusCommandInput extends UpdateCaseStatusRequest {
22
19
  export interface UpdateCaseStatusCommandOutput extends UpdateCaseStatusResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateCaseStatusCommand_base: {
25
- new (input: UpdateCaseStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateCaseStatusCommandInput, UpdateCaseStatusCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateCaseStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateCaseStatusCommandInput, UpdateCaseStatusCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateCaseStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateCaseStatusCommandInput, UpdateCaseStatusCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateCaseStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateCaseStatusCommandInput, UpdateCaseStatusCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the state transitions for a designated cases.</p> <p> <b>Self-managed</b>: the following states are available for self-managed cases. </p> <ul> <li> <p>Submitted → Detection and Analysis</p> </li> <li> <p>Detection and Analysis → Containment, Eradication, and Recovery</p> </li> <li> <p>Detection and Analysis → Post-incident Activities</p> </li> <li> <p>Containment, Eradication, and Recovery → Detection and Analysis</p> </li> <li> <p>Containment, Eradication, and Recovery → Post-incident Activities</p> </li> <li> <p>Post-incident Activities → Containment, Eradication, and Recovery</p> </li> <li> <p>Post-incident Activities → Detection and Analysis</p> </li> <li> <p>Any → Closed</p> </li> </ul> <p> <b>AWS supported</b>: You must use the <code>CloseCase</code> API to close. </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 { UpdateMembershipRequest, UpdateMembershipResponse } 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 UpdateMembershipCommandInput extends UpdateMembershipRequest {
22
19
  export interface UpdateMembershipCommandOutput extends UpdateMembershipResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateMembershipCommand_base: {
25
- new (input: UpdateMembershipCommandInput): import("@smithy/core/client").CommandImpl<UpdateMembershipCommandInput, UpdateMembershipCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateMembershipCommandInput): import("@smithy/core/client").CommandImpl<UpdateMembershipCommandInput, UpdateMembershipCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateMembershipCommandInput): import("@smithy/core/client").CommandImpl<UpdateMembershipCommandInput, UpdateMembershipCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateMembershipCommandInput): import("@smithy/core/client").CommandImpl<UpdateMembershipCommandInput, UpdateMembershipCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates membership configuration.</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 { UpdateResolverTypeRequest, UpdateResolverTypeResponse } 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 UpdateResolverTypeCommandInput extends UpdateResolverTypeReques
22
19
  export interface UpdateResolverTypeCommandOutput extends UpdateResolverTypeResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateResolverTypeCommand_base: {
25
- new (input: UpdateResolverTypeCommandInput): import("@smithy/core/client").CommandImpl<UpdateResolverTypeCommandInput, UpdateResolverTypeCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateResolverTypeCommandInput): import("@smithy/core/client").CommandImpl<UpdateResolverTypeCommandInput, UpdateResolverTypeCommandOutput, SecurityIRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateResolverTypeCommandInput): import("@smithy/core/client").CommandImpl<UpdateResolverTypeCommandInput, UpdateResolverTypeCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateResolverTypeCommandInput): import("@smithy/core/client").CommandImpl<UpdateResolverTypeCommandInput, UpdateResolverTypeCommandOutput, import("..").SecurityIRClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the resolver type for a case.</p> <important> <p>This is a one-way action and cannot be reversed.</p> </important>
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { SecurityIRExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ SecurityIRClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./SecurityIRClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ SecurityIRClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ SecurityIRClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  BatchGetMemberAccountDetailsRequest,
5
4
  BatchGetMemberAccountDetailsResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- SecurityIRClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SecurityIRClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BatchGetMemberAccountDetailsCommandInput
15
8
  extends BatchGetMemberAccountDetailsRequest {}
16
9
  export interface BatchGetMemberAccountDetailsCommandOutput
@@ -22,22 +15,20 @@ declare const BatchGetMemberAccountDetailsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  BatchGetMemberAccountDetailsCommandInput,
24
17
  BatchGetMemberAccountDetailsCommandOutput,
25
- SecurityIRClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SecurityIRClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: BatchGetMemberAccountDetailsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  BatchGetMemberAccountDetailsCommandInput,
33
26
  BatchGetMemberAccountDetailsCommandOutput,
34
- SecurityIRClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SecurityIRClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class BatchGetMemberAccountDetailsCommand extends BatchGetMemberAccountDetailsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CancelMembershipRequest,
5
4
  CancelMembershipResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- SecurityIRClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SecurityIRClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CancelMembershipCommandInput extends CancelMembershipRequest {}
15
8
  export interface CancelMembershipCommandOutput
16
9
  extends CancelMembershipResponse,
@@ -21,22 +14,20 @@ declare const CancelMembershipCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CancelMembershipCommandInput,
23
16
  CancelMembershipCommandOutput,
24
- SecurityIRClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SecurityIRClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CancelMembershipCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CancelMembershipCommandInput,
32
25
  CancelMembershipCommandOutput,
33
- SecurityIRClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SecurityIRClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CancelMembershipCommand extends CancelMembershipCommand_base {
42
33
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { CloseCaseRequest, CloseCaseResponse } from "../models/models_0";
4
- import {
5
- SecurityIRClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../SecurityIRClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CloseCaseCommandInput extends CloseCaseRequest {}
12
5
  export interface CloseCaseCommandOutput
13
6
  extends CloseCaseResponse,
@@ -16,20 +9,18 @@ declare const CloseCaseCommand_base: {
16
9
  new (input: CloseCaseCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  CloseCaseCommandInput,
18
11
  CloseCaseCommandOutput,
19
- SecurityIRClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").SecurityIRClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (input: CloseCaseCommandInput): import("@smithy/core/client").CommandImpl<
24
17
  CloseCaseCommandInput,
25
18
  CloseCaseCommandOutput,
26
- SecurityIRClientResolvedConfig,
27
- ServiceInputTypes,
28
- ServiceOutputTypes
19
+ import("..").SecurityIRClientResolvedConfig,
20
+ import("..").ServiceInputTypes,
21
+ import("..").ServiceOutputTypes
29
22
  >;
30
- getEndpointParameterInstructions(): {
31
- [x: string]: unknown;
32
- };
23
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
33
24
  };
34
25
  export declare class CloseCaseCommand extends CloseCaseCommand_base {
35
26
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import { CreateCaseRequest, CreateCaseResponse } from "../models/models_0";
4
- import {
5
- SecurityIRClientResolvedConfig,
6
- ServiceInputTypes,
7
- ServiceOutputTypes,
8
- } from "../SecurityIRClient";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateCaseCommandInput extends CreateCaseRequest {}
12
5
  export interface CreateCaseCommandOutput
13
6
  extends CreateCaseResponse,
@@ -18,22 +11,20 @@ declare const CreateCaseCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateCaseCommandInput,
20
13
  CreateCaseCommandOutput,
21
- SecurityIRClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").SecurityIRClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateCaseCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateCaseCommandInput,
29
22
  CreateCaseCommandOutput,
30
- SecurityIRClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").SecurityIRClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CreateCaseCommand extends CreateCaseCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CreateCaseCommentRequest,
5
4
  CreateCaseCommentResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- SecurityIRClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SecurityIRClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateCaseCommentCommandInput
15
8
  extends CreateCaseCommentRequest {}
16
9
  export interface CreateCaseCommentCommandOutput
@@ -22,22 +15,20 @@ declare const CreateCaseCommentCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CreateCaseCommentCommandInput,
24
17
  CreateCaseCommentCommandOutput,
25
- SecurityIRClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").SecurityIRClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CreateCaseCommentCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CreateCaseCommentCommandInput,
33
26
  CreateCaseCommentCommandOutput,
34
- SecurityIRClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").SecurityIRClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class CreateCaseCommentCommand extends CreateCaseCommentCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import {
4
3
  CreateMembershipRequest,
5
4
  CreateMembershipResponse,
6
5
  } from "../models/models_0";
7
- import {
8
- SecurityIRClientResolvedConfig,
9
- ServiceInputTypes,
10
- ServiceOutputTypes,
11
- } from "../SecurityIRClient";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateMembershipCommandInput extends CreateMembershipRequest {}
15
8
  export interface CreateMembershipCommandOutput
16
9
  extends CreateMembershipResponse,
@@ -21,22 +14,20 @@ declare const CreateMembershipCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateMembershipCommandInput,
23
16
  CreateMembershipCommandOutput,
24
- SecurityIRClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").SecurityIRClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateMembershipCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateMembershipCommandInput,
32
25
  CreateMembershipCommandOutput,
33
- SecurityIRClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").SecurityIRClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateMembershipCommand extends CreateMembershipCommand_base {
42
33
  protected static __types: {