@aws-sdk/client-security-ir 3.703.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.
- package/LICENSE +201 -0
- package/README.md +381 -0
- package/dist-cjs/SecurityIR.js +55 -0
- package/dist-cjs/SecurityIRClient.js +50 -0
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/dist-cjs/commands/BatchGetMemberAccountDetailsCommand.js +26 -0
- package/dist-cjs/commands/CancelMembershipCommand.js +26 -0
- package/dist-cjs/commands/CloseCaseCommand.js +26 -0
- package/dist-cjs/commands/CreateCaseCommand.js +27 -0
- package/dist-cjs/commands/CreateCaseCommentCommand.js +27 -0
- package/dist-cjs/commands/CreateMembershipCommand.js +27 -0
- package/dist-cjs/commands/GetCaseAttachmentDownloadUrlCommand.js +27 -0
- package/dist-cjs/commands/GetCaseAttachmentUploadUrlCommand.js +27 -0
- package/dist-cjs/commands/GetCaseCommand.js +27 -0
- package/dist-cjs/commands/GetMembershipCommand.js +27 -0
- package/dist-cjs/commands/ListCaseEditsCommand.js +26 -0
- package/dist-cjs/commands/ListCasesCommand.js +27 -0
- package/dist-cjs/commands/ListCommentsCommand.js +27 -0
- package/dist-cjs/commands/ListMembershipsCommand.js +26 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +26 -0
- package/dist-cjs/commands/TagResourceCommand.js +26 -0
- package/dist-cjs/commands/UntagResourceCommand.js +26 -0
- package/dist-cjs/commands/UpdateCaseCommand.js +27 -0
- package/dist-cjs/commands/UpdateCaseCommentCommand.js +27 -0
- package/dist-cjs/commands/UpdateCaseStatusCommand.js +26 -0
- package/dist-cjs/commands/UpdateMembershipCommand.js +27 -0
- package/dist-cjs/commands/UpdateResolverTypeCommand.js +26 -0
- package/dist-cjs/commands/index.js +25 -0
- package/dist-cjs/endpoint/EndpointParameters.js +16 -0
- package/dist-cjs/endpoint/endpointResolver.js +18 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/extensionConfiguration.js +2 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/SecurityIRServiceException.js +12 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +373 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListCaseEditsPaginator.js +7 -0
- package/dist-cjs/pagination/ListCasesPaginator.js +7 -0
- package/dist-cjs/pagination/ListCommentsPaginator.js +7 -0
- package/dist-cjs/pagination/ListMembershipsPaginator.js +7 -0
- package/dist-cjs/pagination/index.js +8 -0
- package/dist-cjs/protocols/Aws_restJson1.js +956 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +50 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +34 -0
- package/dist-cjs/runtimeExtensions.js +25 -0
- package/dist-es/SecurityIR.js +51 -0
- package/dist-es/SecurityIRClient.js +46 -0
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/dist-es/commands/BatchGetMemberAccountDetailsCommand.js +22 -0
- package/dist-es/commands/CancelMembershipCommand.js +22 -0
- package/dist-es/commands/CloseCaseCommand.js +22 -0
- package/dist-es/commands/CreateCaseCommand.js +23 -0
- package/dist-es/commands/CreateCaseCommentCommand.js +23 -0
- package/dist-es/commands/CreateMembershipCommand.js +23 -0
- package/dist-es/commands/GetCaseAttachmentDownloadUrlCommand.js +23 -0
- package/dist-es/commands/GetCaseAttachmentUploadUrlCommand.js +23 -0
- package/dist-es/commands/GetCaseCommand.js +23 -0
- package/dist-es/commands/GetMembershipCommand.js +23 -0
- package/dist-es/commands/ListCaseEditsCommand.js +22 -0
- package/dist-es/commands/ListCasesCommand.js +23 -0
- package/dist-es/commands/ListCommentsCommand.js +23 -0
- package/dist-es/commands/ListMembershipsCommand.js +22 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +22 -0
- package/dist-es/commands/TagResourceCommand.js +22 -0
- package/dist-es/commands/UntagResourceCommand.js +22 -0
- package/dist-es/commands/UpdateCaseCommand.js +23 -0
- package/dist-es/commands/UpdateCaseCommentCommand.js +23 -0
- package/dist-es/commands/UpdateCaseStatusCommand.js +22 -0
- package/dist-es/commands/UpdateMembershipCommand.js +23 -0
- package/dist-es/commands/UpdateResolverTypeCommand.js +22 -0
- package/dist-es/commands/index.js +22 -0
- package/dist-es/endpoint/EndpointParameters.js +12 -0
- package/dist-es/endpoint/endpointResolver.js +14 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/extensionConfiguration.js +1 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/SecurityIRServiceException.js +8 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +341 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListCaseEditsPaginator.js +4 -0
- package/dist-es/pagination/ListCasesPaginator.js +4 -0
- package/dist-es/pagination/ListCommentsPaginator.js +4 -0
- package/dist-es/pagination/ListMembershipsPaginator.js +4 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +909 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +45 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +30 -0
- package/dist-es/runtimeExtensions.js +21 -0
- package/dist-types/SecurityIR.d.ts +166 -0
- package/dist-types/SecurityIRClient.d.ts +191 -0
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/dist-types/commands/BatchGetMemberAccountDetailsCommand.d.ts +114 -0
- package/dist-types/commands/CancelMembershipCommand.d.ts +98 -0
- package/dist-types/commands/CloseCaseCommand.d.ts +99 -0
- package/dist-types/commands/CreateCaseCommand.d.ts +130 -0
- package/dist-types/commands/CreateCaseCommentCommand.d.ts +100 -0
- package/dist-types/commands/CreateMembershipCommand.d.ts +115 -0
- package/dist-types/commands/GetCaseAttachmentDownloadUrlCommand.d.ts +99 -0
- package/dist-types/commands/GetCaseAttachmentUploadUrlCommand.d.ts +101 -0
- package/dist-types/commands/GetCaseCommand.d.ts +143 -0
- package/dist-types/commands/GetMembershipCommand.d.ts +120 -0
- package/dist-types/commands/ListCaseEditsCommand.d.ts +109 -0
- package/dist-types/commands/ListCasesCommand.d.ts +114 -0
- package/dist-types/commands/ListCommentsCommand.d.ts +111 -0
- package/dist-types/commands/ListMembershipsCommand.d.ts +108 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +100 -0
- package/dist-types/commands/TagResourceCommand.d.ts +99 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +99 -0
- package/dist-types/commands/UpdateCaseCommand.d.ts +149 -0
- package/dist-types/commands/UpdateCaseCommentCommand.d.ts +101 -0
- package/dist-types/commands/UpdateCaseStatusCommand.d.ts +101 -0
- package/dist-types/commands/UpdateMembershipCommand.d.ts +110 -0
- package/dist-types/commands/UpdateResolverTypeCommand.d.ts +105 -0
- package/dist-types/commands/index.d.ts +22 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +34 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/extensionConfiguration.d.ts +9 -0
- package/dist-types/index.d.ts +14 -0
- package/dist-types/models/SecurityIRServiceException.d.ts +14 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1734 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListCaseEditsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCasesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCommentsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListMembershipsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +200 -0
- package/dist-types/runtimeConfig.browser.d.ts +48 -0
- package/dist-types/runtimeConfig.d.ts +48 -0
- package/dist-types/runtimeConfig.native.d.ts +47 -0
- package/dist-types/runtimeConfig.shared.d.ts +21 -0
- package/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist-types/ts3.4/SecurityIR.d.ts +383 -0
- package/dist-types/ts3.4/SecurityIRClient.d.ts +250 -0
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/dist-types/ts3.4/commands/BatchGetMemberAccountDetailsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CancelMembershipCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CloseCaseCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateCaseCommentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetCaseAttachmentDownloadUrlCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCaseAttachmentUploadUrlCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCaseCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/GetMembershipCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListCaseEditsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListCasesCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListCommentsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListMembershipsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateCaseCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateCaseCommentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateCaseStatusCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateMembershipCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateResolverTypeCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +22 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +45 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +9 -0
- package/dist-types/ts3.4/models/SecurityIRServiceException.d.ts +9 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +552 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListCaseEditsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCommentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListMembershipsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +269 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +93 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +94 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +87 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +21 -0
- package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/package.json +103 -0
|
@@ -0,0 +1,1734 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
+
import { SecurityIRServiceException as __BaseException } from "./SecurityIRServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* <p/>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
8
|
+
readonly name: "AccessDeniedException";
|
|
9
|
+
readonly $fault: "client";
|
|
10
|
+
/**
|
|
11
|
+
* @internal
|
|
12
|
+
*/
|
|
13
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* @public
|
|
17
|
+
* @enum
|
|
18
|
+
*/
|
|
19
|
+
export declare const AwsRegion: {
|
|
20
|
+
readonly AF_SOUTH_1: "af-south-1";
|
|
21
|
+
readonly AP_EAST_1: "ap-east-1";
|
|
22
|
+
readonly AP_NORTHEAST_1: "ap-northeast-1";
|
|
23
|
+
readonly AP_NORTHEAST_2: "ap-northeast-2";
|
|
24
|
+
readonly AP_NORTHEAST_3: "ap-northeast-3";
|
|
25
|
+
readonly AP_SOUTHEAST_1: "ap-southeast-1";
|
|
26
|
+
readonly AP_SOUTHEAST_2: "ap-southeast-2";
|
|
27
|
+
readonly AP_SOUTHEAST_3: "ap-southeast-3";
|
|
28
|
+
readonly AP_SOUTHEAST_4: "ap-southeast-4";
|
|
29
|
+
readonly AP_SOUTHEAST_5: "ap-southeast-5";
|
|
30
|
+
readonly AP_SOUTH_1: "ap-south-1";
|
|
31
|
+
readonly AP_SOUTH_2: "ap-south-2";
|
|
32
|
+
readonly CA_CENTRAL_1: "ca-central-1";
|
|
33
|
+
readonly CA_WEST_1: "ca-west-1";
|
|
34
|
+
readonly CN_NORTHWEST_1: "cn-northwest-1";
|
|
35
|
+
readonly CN_NORTH_1: "cn-north-1";
|
|
36
|
+
readonly EU_CENTRAL_1: "eu-central-1";
|
|
37
|
+
readonly EU_CENTRAL_2: "eu-central-2";
|
|
38
|
+
readonly EU_NORTH_1: "eu-north-1";
|
|
39
|
+
readonly EU_SOUTH_1: "eu-south-1";
|
|
40
|
+
readonly EU_SOUTH_2: "eu-south-2";
|
|
41
|
+
readonly EU_WEST_1: "eu-west-1";
|
|
42
|
+
readonly EU_WEST_2: "eu-west-2";
|
|
43
|
+
readonly EU_WEST_3: "eu-west-3";
|
|
44
|
+
readonly IL_CENTRAL_1: "il-central-1";
|
|
45
|
+
readonly ME_CENTRAL_1: "me-central-1";
|
|
46
|
+
readonly ME_SOUTH_1: "me-south-1";
|
|
47
|
+
readonly SA_EAST_1: "sa-east-1";
|
|
48
|
+
readonly US_EAST_1: "us-east-1";
|
|
49
|
+
readonly US_EAST_2: "us-east-2";
|
|
50
|
+
readonly US_WEST_1: "us-west-1";
|
|
51
|
+
readonly US_WEST_2: "us-west-2";
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
export type AwsRegion = (typeof AwsRegion)[keyof typeof AwsRegion];
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
export interface BatchGetMemberAccountDetailsRequest {
|
|
61
|
+
/**
|
|
62
|
+
* <p>Required element used in combination with BatchGetMemberAccountDetails to identify the membership ID to
|
|
63
|
+
* query.
|
|
64
|
+
* </p>
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
membershipId: string | undefined;
|
|
68
|
+
/**
|
|
69
|
+
* <p>Optional element to query the membership relationship status to a provided list of account IDs.</p>
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
accountIds: string[] | undefined;
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* <p/>
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
export interface GetMembershipAccountDetailError {
|
|
79
|
+
/**
|
|
80
|
+
* <p/>
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
accountId: string | undefined;
|
|
84
|
+
/**
|
|
85
|
+
* <p/>
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
error: string | undefined;
|
|
89
|
+
/**
|
|
90
|
+
* <p/>
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
message: string | undefined;
|
|
94
|
+
}
|
|
95
|
+
/**
|
|
96
|
+
* @public
|
|
97
|
+
* @enum
|
|
98
|
+
*/
|
|
99
|
+
export declare const MembershipAccountRelationshipStatus: {
|
|
100
|
+
readonly ASSOCIATED: "Associated";
|
|
101
|
+
readonly DISASSOCIATED: "Disassociated";
|
|
102
|
+
};
|
|
103
|
+
/**
|
|
104
|
+
* @public
|
|
105
|
+
*/
|
|
106
|
+
export type MembershipAccountRelationshipStatus = (typeof MembershipAccountRelationshipStatus)[keyof typeof MembershipAccountRelationshipStatus];
|
|
107
|
+
/**
|
|
108
|
+
* @public
|
|
109
|
+
* @enum
|
|
110
|
+
*/
|
|
111
|
+
export declare const MembershipAccountRelationshipType: {
|
|
112
|
+
readonly ORGANIZATION: "Organization";
|
|
113
|
+
};
|
|
114
|
+
/**
|
|
115
|
+
* @public
|
|
116
|
+
*/
|
|
117
|
+
export type MembershipAccountRelationshipType = (typeof MembershipAccountRelationshipType)[keyof typeof MembershipAccountRelationshipType];
|
|
118
|
+
/**
|
|
119
|
+
* <p/>
|
|
120
|
+
* @public
|
|
121
|
+
*/
|
|
122
|
+
export interface GetMembershipAccountDetailItem {
|
|
123
|
+
/**
|
|
124
|
+
* <p/>
|
|
125
|
+
* @public
|
|
126
|
+
*/
|
|
127
|
+
accountId?: string | undefined;
|
|
128
|
+
/**
|
|
129
|
+
* <p/>
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
relationshipStatus?: MembershipAccountRelationshipStatus | undefined;
|
|
133
|
+
/**
|
|
134
|
+
* <p/>
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
relationshipType?: MembershipAccountRelationshipType | undefined;
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
142
|
+
export interface BatchGetMemberAccountDetailsResponse {
|
|
143
|
+
/**
|
|
144
|
+
* <p>The response element providing responses for requests to GetMembershipAccountDetails.</p>
|
|
145
|
+
* @public
|
|
146
|
+
*/
|
|
147
|
+
items?: GetMembershipAccountDetailItem[] | undefined;
|
|
148
|
+
/**
|
|
149
|
+
* <p>The response element providing errors messages for requests to GetMembershipAccountDetails.</p>
|
|
150
|
+
* @public
|
|
151
|
+
*/
|
|
152
|
+
errors?: GetMembershipAccountDetailError[] | undefined;
|
|
153
|
+
}
|
|
154
|
+
/**
|
|
155
|
+
* <p/>
|
|
156
|
+
* @public
|
|
157
|
+
*/
|
|
158
|
+
export declare class ConflictException extends __BaseException {
|
|
159
|
+
readonly name: "ConflictException";
|
|
160
|
+
readonly $fault: "client";
|
|
161
|
+
/**
|
|
162
|
+
* Element providing the ID of the resource affected.
|
|
163
|
+
* @public
|
|
164
|
+
*/
|
|
165
|
+
resourceId: string | undefined;
|
|
166
|
+
/**
|
|
167
|
+
* Element providing the type of the resource affected.
|
|
168
|
+
* @public
|
|
169
|
+
*/
|
|
170
|
+
resourceType: string | undefined;
|
|
171
|
+
/**
|
|
172
|
+
* @internal
|
|
173
|
+
*/
|
|
174
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
175
|
+
}
|
|
176
|
+
/**
|
|
177
|
+
* <p/>
|
|
178
|
+
* @public
|
|
179
|
+
*/
|
|
180
|
+
export declare class InternalServerException extends __BaseException {
|
|
181
|
+
readonly name: "InternalServerException";
|
|
182
|
+
readonly $fault: "server";
|
|
183
|
+
$retryable: {};
|
|
184
|
+
/**
|
|
185
|
+
* Element providing advice to clients on when the call can be safely retried.
|
|
186
|
+
* @public
|
|
187
|
+
*/
|
|
188
|
+
retryAfterSeconds?: number | undefined;
|
|
189
|
+
/**
|
|
190
|
+
* @internal
|
|
191
|
+
*/
|
|
192
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
193
|
+
}
|
|
194
|
+
/**
|
|
195
|
+
* <p/>
|
|
196
|
+
* @public
|
|
197
|
+
*/
|
|
198
|
+
export declare class InvalidTokenException extends __BaseException {
|
|
199
|
+
readonly name: "InvalidTokenException";
|
|
200
|
+
readonly $fault: "client";
|
|
201
|
+
$retryable: {};
|
|
202
|
+
/**
|
|
203
|
+
* @internal
|
|
204
|
+
*/
|
|
205
|
+
constructor(opts: __ExceptionOptionType<InvalidTokenException, __BaseException>);
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
* <p/>
|
|
209
|
+
* @public
|
|
210
|
+
*/
|
|
211
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
212
|
+
readonly name: "ResourceNotFoundException";
|
|
213
|
+
readonly $fault: "client";
|
|
214
|
+
/**
|
|
215
|
+
* @internal
|
|
216
|
+
*/
|
|
217
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
218
|
+
}
|
|
219
|
+
/**
|
|
220
|
+
* <p/>
|
|
221
|
+
* @public
|
|
222
|
+
*/
|
|
223
|
+
export declare class SecurityIncidentResponseNotActiveException extends __BaseException {
|
|
224
|
+
readonly name: "SecurityIncidentResponseNotActiveException";
|
|
225
|
+
readonly $fault: "client";
|
|
226
|
+
/**
|
|
227
|
+
* @internal
|
|
228
|
+
*/
|
|
229
|
+
constructor(opts: __ExceptionOptionType<SecurityIncidentResponseNotActiveException, __BaseException>);
|
|
230
|
+
}
|
|
231
|
+
/**
|
|
232
|
+
* <p/>
|
|
233
|
+
* @public
|
|
234
|
+
*/
|
|
235
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
236
|
+
readonly name: "ServiceQuotaExceededException";
|
|
237
|
+
readonly $fault: "client";
|
|
238
|
+
/**
|
|
239
|
+
* Element that provides the ID of the resource affected.
|
|
240
|
+
* @public
|
|
241
|
+
*/
|
|
242
|
+
resourceId: string | undefined;
|
|
243
|
+
/**
|
|
244
|
+
* Element that provides the type of the resource affected.
|
|
245
|
+
* @public
|
|
246
|
+
*/
|
|
247
|
+
resourceType: string | undefined;
|
|
248
|
+
/**
|
|
249
|
+
* Element that provides the originating service who made the call.
|
|
250
|
+
* @public
|
|
251
|
+
*/
|
|
252
|
+
serviceCode: string | undefined;
|
|
253
|
+
/**
|
|
254
|
+
* Element that provides the quota that was exceeded.
|
|
255
|
+
* @public
|
|
256
|
+
*/
|
|
257
|
+
quotaCode: string | undefined;
|
|
258
|
+
/**
|
|
259
|
+
* @internal
|
|
260
|
+
*/
|
|
261
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
262
|
+
}
|
|
263
|
+
/**
|
|
264
|
+
* <p/>
|
|
265
|
+
* @public
|
|
266
|
+
*/
|
|
267
|
+
export declare class ThrottlingException extends __BaseException {
|
|
268
|
+
readonly name: "ThrottlingException";
|
|
269
|
+
readonly $fault: "client";
|
|
270
|
+
$retryable: {
|
|
271
|
+
throttling: boolean;
|
|
272
|
+
};
|
|
273
|
+
/**
|
|
274
|
+
* Element providing the service code of the originating service.
|
|
275
|
+
* @public
|
|
276
|
+
*/
|
|
277
|
+
serviceCode?: string | undefined;
|
|
278
|
+
/**
|
|
279
|
+
* Element providing the quota of the originating service.
|
|
280
|
+
* @public
|
|
281
|
+
*/
|
|
282
|
+
quotaCode?: string | undefined;
|
|
283
|
+
/**
|
|
284
|
+
* Element providing advice to clients on when the call can be safely retried.
|
|
285
|
+
* @public
|
|
286
|
+
*/
|
|
287
|
+
retryAfterSeconds?: number | undefined;
|
|
288
|
+
/**
|
|
289
|
+
* @internal
|
|
290
|
+
*/
|
|
291
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
292
|
+
}
|
|
293
|
+
/**
|
|
294
|
+
* <p/>
|
|
295
|
+
* @public
|
|
296
|
+
*/
|
|
297
|
+
export interface ValidationExceptionField {
|
|
298
|
+
/**
|
|
299
|
+
* <p/>
|
|
300
|
+
* @public
|
|
301
|
+
*/
|
|
302
|
+
name: string | undefined;
|
|
303
|
+
/**
|
|
304
|
+
* <p/>
|
|
305
|
+
* @public
|
|
306
|
+
*/
|
|
307
|
+
message: string | undefined;
|
|
308
|
+
}
|
|
309
|
+
/**
|
|
310
|
+
* @public
|
|
311
|
+
* @enum
|
|
312
|
+
*/
|
|
313
|
+
export declare const ValidationExceptionReason: {
|
|
314
|
+
readonly CANNOT_PARSE: "CANNOT_PARSE";
|
|
315
|
+
readonly FIELD_VALIDATION_FAILED: "FIELD_VALIDATION_FAILED";
|
|
316
|
+
readonly OTHER: "OTHER";
|
|
317
|
+
readonly UNKNOWN_OPERATION: "UNKNOWN_OPERATION";
|
|
318
|
+
};
|
|
319
|
+
/**
|
|
320
|
+
* @public
|
|
321
|
+
*/
|
|
322
|
+
export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
|
|
323
|
+
/**
|
|
324
|
+
* <p/>
|
|
325
|
+
* @public
|
|
326
|
+
*/
|
|
327
|
+
export declare class ValidationException extends __BaseException {
|
|
328
|
+
readonly name: "ValidationException";
|
|
329
|
+
readonly $fault: "client";
|
|
330
|
+
/**
|
|
331
|
+
* Element that provides the reason the request failed validation.
|
|
332
|
+
* @public
|
|
333
|
+
*/
|
|
334
|
+
reason: ValidationExceptionReason | undefined;
|
|
335
|
+
/**
|
|
336
|
+
* Element that provides the list of field(s) that caused the error, if applicable.
|
|
337
|
+
* @public
|
|
338
|
+
*/
|
|
339
|
+
fieldList?: ValidationExceptionField[] | undefined;
|
|
340
|
+
/**
|
|
341
|
+
* @internal
|
|
342
|
+
*/
|
|
343
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
344
|
+
}
|
|
345
|
+
/**
|
|
346
|
+
* @public
|
|
347
|
+
*/
|
|
348
|
+
export interface CancelMembershipRequest {
|
|
349
|
+
/**
|
|
350
|
+
* <p>Required element used in combination with CancelMembershipRequest to identify the membership ID to
|
|
351
|
+
* cancel.
|
|
352
|
+
* </p>
|
|
353
|
+
* @public
|
|
354
|
+
*/
|
|
355
|
+
membershipId: string | undefined;
|
|
356
|
+
}
|
|
357
|
+
/**
|
|
358
|
+
* @public
|
|
359
|
+
*/
|
|
360
|
+
export interface CancelMembershipResponse {
|
|
361
|
+
/**
|
|
362
|
+
* <p>The response element providing responses for requests to CancelMembershipRequest.</p>
|
|
363
|
+
* @public
|
|
364
|
+
*/
|
|
365
|
+
membershipId: string | undefined;
|
|
366
|
+
}
|
|
367
|
+
/**
|
|
368
|
+
* @public
|
|
369
|
+
*/
|
|
370
|
+
export interface CloseCaseRequest {
|
|
371
|
+
/**
|
|
372
|
+
* <p>Required element used in combination with CloseCase to identify the case ID to close.</p>
|
|
373
|
+
* @public
|
|
374
|
+
*/
|
|
375
|
+
caseId: string | undefined;
|
|
376
|
+
}
|
|
377
|
+
/**
|
|
378
|
+
* @public
|
|
379
|
+
* @enum
|
|
380
|
+
*/
|
|
381
|
+
export declare const CaseStatus: {
|
|
382
|
+
readonly ACKNOWLEDGED: "Acknowledged";
|
|
383
|
+
readonly CLOSED: "Closed";
|
|
384
|
+
readonly CONTAINMENT_ERADICATION_AND_RECOVERY: "Containment, Eradication and Recovery";
|
|
385
|
+
readonly DETECTION_AND_ANALYSIS: "Detection and Analysis";
|
|
386
|
+
readonly POST_INCIDENT_ACTIVITIES: "Post-incident Activities";
|
|
387
|
+
readonly READY_TO_CLOSE: "Ready to Close";
|
|
388
|
+
readonly SUBMITTED: "Submitted";
|
|
389
|
+
};
|
|
390
|
+
/**
|
|
391
|
+
* @public
|
|
392
|
+
*/
|
|
393
|
+
export type CaseStatus = (typeof CaseStatus)[keyof typeof CaseStatus];
|
|
394
|
+
/**
|
|
395
|
+
* @public
|
|
396
|
+
*/
|
|
397
|
+
export interface CloseCaseResponse {
|
|
398
|
+
/**
|
|
399
|
+
* <p>A response element providing responses for requests to CloseCase. This element responds with the case
|
|
400
|
+
* status following the action.
|
|
401
|
+
* </p>
|
|
402
|
+
* @public
|
|
403
|
+
*/
|
|
404
|
+
caseStatus?: CaseStatus | undefined;
|
|
405
|
+
/**
|
|
406
|
+
* <p>A response element providing responses for requests to CloseCase. This element responds with the case
|
|
407
|
+
* closure date following the action.
|
|
408
|
+
* </p>
|
|
409
|
+
* @public
|
|
410
|
+
*/
|
|
411
|
+
closedDate?: Date | undefined;
|
|
412
|
+
}
|
|
413
|
+
/**
|
|
414
|
+
* @public
|
|
415
|
+
* @enum
|
|
416
|
+
*/
|
|
417
|
+
export declare const EngagementType: {
|
|
418
|
+
readonly INVESTIGATION: "Investigation";
|
|
419
|
+
readonly SECURITY_INCIDENT: "Security Incident";
|
|
420
|
+
};
|
|
421
|
+
/**
|
|
422
|
+
* @public
|
|
423
|
+
*/
|
|
424
|
+
export type EngagementType = (typeof EngagementType)[keyof typeof EngagementType];
|
|
425
|
+
/**
|
|
426
|
+
* <p/>
|
|
427
|
+
* @public
|
|
428
|
+
*/
|
|
429
|
+
export interface ImpactedAwsRegion {
|
|
430
|
+
/**
|
|
431
|
+
* <p/>
|
|
432
|
+
* @public
|
|
433
|
+
*/
|
|
434
|
+
region: AwsRegion | undefined;
|
|
435
|
+
}
|
|
436
|
+
/**
|
|
437
|
+
* @public
|
|
438
|
+
* @enum
|
|
439
|
+
*/
|
|
440
|
+
export declare const ResolverType: {
|
|
441
|
+
readonly AWS: "AWS";
|
|
442
|
+
readonly SELF: "Self";
|
|
443
|
+
};
|
|
444
|
+
/**
|
|
445
|
+
* @public
|
|
446
|
+
*/
|
|
447
|
+
export type ResolverType = (typeof ResolverType)[keyof typeof ResolverType];
|
|
448
|
+
/**
|
|
449
|
+
* <p/>
|
|
450
|
+
* @public
|
|
451
|
+
*/
|
|
452
|
+
export interface ThreatActorIp {
|
|
453
|
+
/**
|
|
454
|
+
* <p/>
|
|
455
|
+
* @public
|
|
456
|
+
*/
|
|
457
|
+
ipAddress: string | undefined;
|
|
458
|
+
/**
|
|
459
|
+
* <p/>
|
|
460
|
+
* @public
|
|
461
|
+
*/
|
|
462
|
+
userAgent?: string | undefined;
|
|
463
|
+
}
|
|
464
|
+
/**
|
|
465
|
+
* <p/>
|
|
466
|
+
* @public
|
|
467
|
+
*/
|
|
468
|
+
export interface Watcher {
|
|
469
|
+
/**
|
|
470
|
+
* <p/>
|
|
471
|
+
* @public
|
|
472
|
+
*/
|
|
473
|
+
email: string | undefined;
|
|
474
|
+
/**
|
|
475
|
+
* <p/>
|
|
476
|
+
* @public
|
|
477
|
+
*/
|
|
478
|
+
name?: string | undefined;
|
|
479
|
+
/**
|
|
480
|
+
* <p/>
|
|
481
|
+
* @public
|
|
482
|
+
*/
|
|
483
|
+
jobTitle?: string | undefined;
|
|
484
|
+
}
|
|
485
|
+
/**
|
|
486
|
+
* @public
|
|
487
|
+
*/
|
|
488
|
+
export interface CreateCaseRequest {
|
|
489
|
+
/**
|
|
490
|
+
* <p>Required element used in combination with CreateCase.</p>
|
|
491
|
+
* @public
|
|
492
|
+
*/
|
|
493
|
+
clientToken?: string | undefined;
|
|
494
|
+
/**
|
|
495
|
+
* <p>Required element used in combination with CreateCase to identify the resolver type. Available resolvers
|
|
496
|
+
* include self-supported | aws-supported.
|
|
497
|
+
* </p>
|
|
498
|
+
* @public
|
|
499
|
+
*/
|
|
500
|
+
resolverType: ResolverType | undefined;
|
|
501
|
+
/**
|
|
502
|
+
* <p>Required element used in combination with CreateCase to provide a title for the new case.</p>
|
|
503
|
+
* @public
|
|
504
|
+
*/
|
|
505
|
+
title: string | undefined;
|
|
506
|
+
/**
|
|
507
|
+
* <p>Required element used in combination with CreateCase to provide a description for the new case.</p>
|
|
508
|
+
* @public
|
|
509
|
+
*/
|
|
510
|
+
description: string | undefined;
|
|
511
|
+
/**
|
|
512
|
+
* <p>Required element used in combination with CreateCase to provide an engagement type for the new cases.
|
|
513
|
+
* Available engagement types include Security Incident | Investigation
|
|
514
|
+
* </p>
|
|
515
|
+
* @public
|
|
516
|
+
*/
|
|
517
|
+
engagementType: EngagementType | undefined;
|
|
518
|
+
/**
|
|
519
|
+
* <p>Required element used in combination with CreateCase to provide an initial start date for the unauthorized
|
|
520
|
+
* activity.
|
|
521
|
+
* </p>
|
|
522
|
+
* @public
|
|
523
|
+
*/
|
|
524
|
+
reportedIncidentStartDate: Date | undefined;
|
|
525
|
+
/**
|
|
526
|
+
* <p>Required element used in combination with CreateCase to provide a list of impacted accounts.</p>
|
|
527
|
+
* @public
|
|
528
|
+
*/
|
|
529
|
+
impactedAccounts: string[] | undefined;
|
|
530
|
+
/**
|
|
531
|
+
* <p>Required element used in combination with CreateCase to provide a list of entities to receive
|
|
532
|
+
* notifications for case updates.
|
|
533
|
+
* </p>
|
|
534
|
+
* @public
|
|
535
|
+
*/
|
|
536
|
+
watchers: Watcher[] | undefined;
|
|
537
|
+
/**
|
|
538
|
+
* <p>An optional element used in combination with CreateCase to provide a list of suspicious internet protocol
|
|
539
|
+
* addresses associated with unauthorized activity.
|
|
540
|
+
* </p>
|
|
541
|
+
* @public
|
|
542
|
+
*/
|
|
543
|
+
threatActorIpAddresses?: ThreatActorIp[] | undefined;
|
|
544
|
+
/**
|
|
545
|
+
* <p>An optional element used in combination with CreateCase to provide a list of services impacted.</p>
|
|
546
|
+
* @public
|
|
547
|
+
*/
|
|
548
|
+
impactedServices?: string[] | undefined;
|
|
549
|
+
/**
|
|
550
|
+
* <p>An optional element used in combination with CreateCase to provide a list of impacted regions.</p>
|
|
551
|
+
* @public
|
|
552
|
+
*/
|
|
553
|
+
impactedAwsRegions?: ImpactedAwsRegion[] | undefined;
|
|
554
|
+
/**
|
|
555
|
+
* <p>An optional element used in combination with CreateCase to add customer specified tags to a case.</p>
|
|
556
|
+
* @public
|
|
557
|
+
*/
|
|
558
|
+
tags?: Record<string, string> | undefined;
|
|
559
|
+
}
|
|
560
|
+
/**
|
|
561
|
+
* @public
|
|
562
|
+
*/
|
|
563
|
+
export interface CreateCaseResponse {
|
|
564
|
+
/**
|
|
565
|
+
* <p>A response element providing responses for requests to CreateCase. This element responds with the case
|
|
566
|
+
* ID.
|
|
567
|
+
* </p>
|
|
568
|
+
* @public
|
|
569
|
+
*/
|
|
570
|
+
caseId: string | undefined;
|
|
571
|
+
}
|
|
572
|
+
/**
|
|
573
|
+
* @public
|
|
574
|
+
*/
|
|
575
|
+
export interface CreateCaseCommentRequest {
|
|
576
|
+
/**
|
|
577
|
+
* <p>Required element used in combination with CreateCaseComment to specify a case ID.</p>
|
|
578
|
+
* @public
|
|
579
|
+
*/
|
|
580
|
+
caseId: string | undefined;
|
|
581
|
+
/**
|
|
582
|
+
* <p>An optional element used in combination with CreateCaseComment.</p>
|
|
583
|
+
* @public
|
|
584
|
+
*/
|
|
585
|
+
clientToken?: string | undefined;
|
|
586
|
+
/**
|
|
587
|
+
* <p>Required element used in combination with CreateCaseComment to add content for the new comment.</p>
|
|
588
|
+
* @public
|
|
589
|
+
*/
|
|
590
|
+
body: string | undefined;
|
|
591
|
+
}
|
|
592
|
+
/**
|
|
593
|
+
* @public
|
|
594
|
+
*/
|
|
595
|
+
export interface CreateCaseCommentResponse {
|
|
596
|
+
/**
|
|
597
|
+
* <p>Response element indicating the new comment ID.</p>
|
|
598
|
+
* @public
|
|
599
|
+
*/
|
|
600
|
+
commentId: string | undefined;
|
|
601
|
+
}
|
|
602
|
+
/**
|
|
603
|
+
* @public
|
|
604
|
+
*/
|
|
605
|
+
export interface GetCaseRequest {
|
|
606
|
+
/**
|
|
607
|
+
* <p>Required element for GetCase to identify the requested case ID.</p>
|
|
608
|
+
* @public
|
|
609
|
+
*/
|
|
610
|
+
caseId: string | undefined;
|
|
611
|
+
}
|
|
612
|
+
/**
|
|
613
|
+
* @public
|
|
614
|
+
* @enum
|
|
615
|
+
*/
|
|
616
|
+
export declare const CaseAttachmentStatus: {
|
|
617
|
+
readonly FAILED: "Failed";
|
|
618
|
+
readonly PENDING: "Pending";
|
|
619
|
+
readonly VERIFIED: "Verified";
|
|
620
|
+
};
|
|
621
|
+
/**
|
|
622
|
+
* @public
|
|
623
|
+
*/
|
|
624
|
+
export type CaseAttachmentStatus = (typeof CaseAttachmentStatus)[keyof typeof CaseAttachmentStatus];
|
|
625
|
+
/**
|
|
626
|
+
* <p/>
|
|
627
|
+
* @public
|
|
628
|
+
*/
|
|
629
|
+
export interface CaseAttachmentAttributes {
|
|
630
|
+
/**
|
|
631
|
+
* <p/>
|
|
632
|
+
* @public
|
|
633
|
+
*/
|
|
634
|
+
attachmentId: string | undefined;
|
|
635
|
+
/**
|
|
636
|
+
* <p/>
|
|
637
|
+
* @public
|
|
638
|
+
*/
|
|
639
|
+
fileName: string | undefined;
|
|
640
|
+
/**
|
|
641
|
+
* <p/>
|
|
642
|
+
* @public
|
|
643
|
+
*/
|
|
644
|
+
attachmentStatus: CaseAttachmentStatus | undefined;
|
|
645
|
+
/**
|
|
646
|
+
* <p/>
|
|
647
|
+
* @public
|
|
648
|
+
*/
|
|
649
|
+
creator: string | undefined;
|
|
650
|
+
/**
|
|
651
|
+
* <p/>
|
|
652
|
+
* @public
|
|
653
|
+
*/
|
|
654
|
+
createdDate: Date | undefined;
|
|
655
|
+
}
|
|
656
|
+
/**
|
|
657
|
+
* @public
|
|
658
|
+
* @enum
|
|
659
|
+
*/
|
|
660
|
+
export declare const ClosureCode: {
|
|
661
|
+
readonly DUPLICATE: "Duplicate";
|
|
662
|
+
readonly FALSE_POSITIVE: "False Positive";
|
|
663
|
+
readonly INVESTIGATION_COMPLETED: "Investigation Completed";
|
|
664
|
+
readonly NOT_RESOLVED: "Not Resolved";
|
|
665
|
+
};
|
|
666
|
+
/**
|
|
667
|
+
* @public
|
|
668
|
+
*/
|
|
669
|
+
export type ClosureCode = (typeof ClosureCode)[keyof typeof ClosureCode];
|
|
670
|
+
/**
|
|
671
|
+
* @public
|
|
672
|
+
* @enum
|
|
673
|
+
*/
|
|
674
|
+
export declare const PendingAction: {
|
|
675
|
+
readonly CUSTOMER: "Customer";
|
|
676
|
+
readonly NONE: "None";
|
|
677
|
+
};
|
|
678
|
+
/**
|
|
679
|
+
* @public
|
|
680
|
+
*/
|
|
681
|
+
export type PendingAction = (typeof PendingAction)[keyof typeof PendingAction];
|
|
682
|
+
/**
|
|
683
|
+
* @public
|
|
684
|
+
*/
|
|
685
|
+
export interface GetCaseResponse {
|
|
686
|
+
/**
|
|
687
|
+
* <p>Response element for GetCase that provides the case title.</p>
|
|
688
|
+
* @public
|
|
689
|
+
*/
|
|
690
|
+
title?: string | undefined;
|
|
691
|
+
/**
|
|
692
|
+
* <p>Response element for GetCase that provides the case ARN</p>
|
|
693
|
+
* @public
|
|
694
|
+
*/
|
|
695
|
+
caseArn?: string | undefined;
|
|
696
|
+
/**
|
|
697
|
+
* <p>Response element for GetCase that provides contents of the case description.</p>
|
|
698
|
+
* @public
|
|
699
|
+
*/
|
|
700
|
+
description?: string | undefined;
|
|
701
|
+
/**
|
|
702
|
+
* <p>Response element for GetCase that provides the case status. Options for statuses include
|
|
703
|
+
* <code>Submitted | Detection and Analysis | Eradication, Containment and Recovery | Post-Incident Activities
|
|
704
|
+
* | Closed
|
|
705
|
+
* </code>
|
|
706
|
+
* </p>
|
|
707
|
+
* @public
|
|
708
|
+
*/
|
|
709
|
+
caseStatus?: CaseStatus | undefined;
|
|
710
|
+
/**
|
|
711
|
+
* <p>Response element for GetCase that provides the engagement type. Options for engagement type include
|
|
712
|
+
* <code>Active Security Event | Investigations</code>
|
|
713
|
+
* </p>
|
|
714
|
+
* @public
|
|
715
|
+
*/
|
|
716
|
+
engagementType?: EngagementType | undefined;
|
|
717
|
+
/**
|
|
718
|
+
* <p>Response element for GetCase that provides the customer provided incident start date.</p>
|
|
719
|
+
* @public
|
|
720
|
+
*/
|
|
721
|
+
reportedIncidentStartDate?: Date | undefined;
|
|
722
|
+
/**
|
|
723
|
+
* <p>Response element for GetCase that provides the actual incident start date as identified by data analysis
|
|
724
|
+
* during the investigation.
|
|
725
|
+
* </p>
|
|
726
|
+
* @public
|
|
727
|
+
*/
|
|
728
|
+
actualIncidentStartDate?: Date | undefined;
|
|
729
|
+
/**
|
|
730
|
+
* <p>Response element for GetCase that provides the impacted regions.</p>
|
|
731
|
+
* @public
|
|
732
|
+
*/
|
|
733
|
+
impactedAwsRegions?: ImpactedAwsRegion[] | undefined;
|
|
734
|
+
/**
|
|
735
|
+
* <p>Response element for GetCase that provides a list of suspicious IP addresses associated with unauthorized
|
|
736
|
+
* activity.
|
|
737
|
+
* </p>
|
|
738
|
+
* @public
|
|
739
|
+
*/
|
|
740
|
+
threatActorIpAddresses?: ThreatActorIp[] | undefined;
|
|
741
|
+
/**
|
|
742
|
+
* <p>Response element for GetCase that provides identifies the case is waiting on customer input.</p>
|
|
743
|
+
* @public
|
|
744
|
+
*/
|
|
745
|
+
pendingAction?: PendingAction | undefined;
|
|
746
|
+
/**
|
|
747
|
+
* <p>Response element for GetCase that provides a list of impacted accounts.</p>
|
|
748
|
+
* @public
|
|
749
|
+
*/
|
|
750
|
+
impactedAccounts?: string[] | undefined;
|
|
751
|
+
/**
|
|
752
|
+
* <p>Response element for GetCase that provides a list of Watchers added to the case.</p>
|
|
753
|
+
* @public
|
|
754
|
+
*/
|
|
755
|
+
watchers?: Watcher[] | undefined;
|
|
756
|
+
/**
|
|
757
|
+
* <p>Response element for GetCase that provides the date the case was created.</p>
|
|
758
|
+
* @public
|
|
759
|
+
*/
|
|
760
|
+
createdDate?: Date | undefined;
|
|
761
|
+
/**
|
|
762
|
+
* <p>Response element for GetCase that provides the date a case was last modified.</p>
|
|
763
|
+
* @public
|
|
764
|
+
*/
|
|
765
|
+
lastUpdatedDate?: Date | undefined;
|
|
766
|
+
/**
|
|
767
|
+
* <p>Response element for GetCase that provides the summary code for why a case was closed.</p>
|
|
768
|
+
* @public
|
|
769
|
+
*/
|
|
770
|
+
closureCode?: ClosureCode | undefined;
|
|
771
|
+
/**
|
|
772
|
+
* <p>Response element for GetCase that provides the current resolver types. Options include <code>
|
|
773
|
+
* self-supported | AWS-supported</code>.
|
|
774
|
+
* </p>
|
|
775
|
+
* @public
|
|
776
|
+
*/
|
|
777
|
+
resolverType?: ResolverType | undefined;
|
|
778
|
+
/**
|
|
779
|
+
* <p>Response element for GetCase that provides a list of impacted services.</p>
|
|
780
|
+
* @public
|
|
781
|
+
*/
|
|
782
|
+
impactedServices?: string[] | undefined;
|
|
783
|
+
/**
|
|
784
|
+
* <p>Response element for GetCase that provides a list of current case attachments.</p>
|
|
785
|
+
* @public
|
|
786
|
+
*/
|
|
787
|
+
caseAttachments?: CaseAttachmentAttributes[] | undefined;
|
|
788
|
+
/**
|
|
789
|
+
* <p>Response element for GetCase that provides the date a specified case was closed.</p>
|
|
790
|
+
* @public
|
|
791
|
+
*/
|
|
792
|
+
closedDate?: Date | undefined;
|
|
793
|
+
}
|
|
794
|
+
/**
|
|
795
|
+
* @public
|
|
796
|
+
*/
|
|
797
|
+
export interface GetCaseAttachmentDownloadUrlRequest {
|
|
798
|
+
/**
|
|
799
|
+
* <p>Required element for GetCaseAttachmentDownloadUrl to identify the case ID for downloading an attachment
|
|
800
|
+
* from.
|
|
801
|
+
* </p>
|
|
802
|
+
* @public
|
|
803
|
+
*/
|
|
804
|
+
caseId: string | undefined;
|
|
805
|
+
/**
|
|
806
|
+
* <p>Required element for GetCaseAttachmentDownloadUrl to identify the attachment ID for downloading an
|
|
807
|
+
* attachment.
|
|
808
|
+
* </p>
|
|
809
|
+
* @public
|
|
810
|
+
*/
|
|
811
|
+
attachmentId: string | undefined;
|
|
812
|
+
}
|
|
813
|
+
/**
|
|
814
|
+
* @public
|
|
815
|
+
*/
|
|
816
|
+
export interface GetCaseAttachmentDownloadUrlResponse {
|
|
817
|
+
/**
|
|
818
|
+
* <p>Response element providing the Amazon S3 presigned URL to download an attachment.</p>
|
|
819
|
+
* @public
|
|
820
|
+
*/
|
|
821
|
+
attachmentPresignedUrl: string | undefined;
|
|
822
|
+
}
|
|
823
|
+
/**
|
|
824
|
+
* @public
|
|
825
|
+
*/
|
|
826
|
+
export interface GetCaseAttachmentUploadUrlRequest {
|
|
827
|
+
/**
|
|
828
|
+
* <p>Required element for GetCaseAttachmentUploadUrl to identify the case ID for uploading an attachment to.
|
|
829
|
+
* </p>
|
|
830
|
+
* @public
|
|
831
|
+
*/
|
|
832
|
+
caseId: string | undefined;
|
|
833
|
+
/**
|
|
834
|
+
* <p>Required element for GetCaseAttachmentUploadUrl to identify the file name of the attachment to upload.
|
|
835
|
+
* </p>
|
|
836
|
+
* @public
|
|
837
|
+
*/
|
|
838
|
+
fileName: string | undefined;
|
|
839
|
+
/**
|
|
840
|
+
* <p>Required element for GetCaseAttachmentUploadUrl to identify the size od the file attachment.</p>
|
|
841
|
+
* @public
|
|
842
|
+
*/
|
|
843
|
+
contentLength: number | undefined;
|
|
844
|
+
/**
|
|
845
|
+
* <p>Optional element for customer provided token.</p>
|
|
846
|
+
* @public
|
|
847
|
+
*/
|
|
848
|
+
clientToken?: string | undefined;
|
|
849
|
+
}
|
|
850
|
+
/**
|
|
851
|
+
* @public
|
|
852
|
+
*/
|
|
853
|
+
export interface GetCaseAttachmentUploadUrlResponse {
|
|
854
|
+
/**
|
|
855
|
+
* <p>Response element providing the Amazon S3 presigned UTL to upload the attachment.</p>
|
|
856
|
+
* @public
|
|
857
|
+
*/
|
|
858
|
+
attachmentPresignedUrl: string | undefined;
|
|
859
|
+
}
|
|
860
|
+
/**
|
|
861
|
+
* @public
|
|
862
|
+
*/
|
|
863
|
+
export interface ListCaseEditsRequest {
|
|
864
|
+
/**
|
|
865
|
+
* <p>Optional element for a customer provided token.</p>
|
|
866
|
+
* @public
|
|
867
|
+
*/
|
|
868
|
+
nextToken?: string | undefined;
|
|
869
|
+
/**
|
|
870
|
+
* <p>Optional element to identify how many results to obtain. There is a maximum value of 25.</p>
|
|
871
|
+
* @public
|
|
872
|
+
*/
|
|
873
|
+
maxResults?: number | undefined;
|
|
874
|
+
/**
|
|
875
|
+
* <p>Required element used with ListCaseEdits to identify the case to query.</p>
|
|
876
|
+
* @public
|
|
877
|
+
*/
|
|
878
|
+
caseId: string | undefined;
|
|
879
|
+
}
|
|
880
|
+
/**
|
|
881
|
+
* <p/>
|
|
882
|
+
* @public
|
|
883
|
+
*/
|
|
884
|
+
export interface CaseEditItem {
|
|
885
|
+
/**
|
|
886
|
+
* <p/>
|
|
887
|
+
* @public
|
|
888
|
+
*/
|
|
889
|
+
eventTimestamp?: Date | undefined;
|
|
890
|
+
/**
|
|
891
|
+
* <p/>
|
|
892
|
+
* @public
|
|
893
|
+
*/
|
|
894
|
+
principal?: string | undefined;
|
|
895
|
+
/**
|
|
896
|
+
* <p/>
|
|
897
|
+
* @public
|
|
898
|
+
*/
|
|
899
|
+
action?: string | undefined;
|
|
900
|
+
/**
|
|
901
|
+
* <p/>
|
|
902
|
+
* @public
|
|
903
|
+
*/
|
|
904
|
+
message?: string | undefined;
|
|
905
|
+
}
|
|
906
|
+
/**
|
|
907
|
+
* @public
|
|
908
|
+
*/
|
|
909
|
+
export interface ListCaseEditsResponse {
|
|
910
|
+
/**
|
|
911
|
+
* <p>Optional element.</p>
|
|
912
|
+
* @public
|
|
913
|
+
*/
|
|
914
|
+
nextToken?: string | undefined;
|
|
915
|
+
/**
|
|
916
|
+
* <p>Response element for ListCaseEdits that includes the action, eventtimestamp, message, and principal for
|
|
917
|
+
* the response.
|
|
918
|
+
* </p>
|
|
919
|
+
* @public
|
|
920
|
+
*/
|
|
921
|
+
items?: CaseEditItem[] | undefined;
|
|
922
|
+
/**
|
|
923
|
+
* <p>Response element for ListCaseEdits that identifies the total number of edits.</p>
|
|
924
|
+
* @public
|
|
925
|
+
*/
|
|
926
|
+
total?: number | undefined;
|
|
927
|
+
}
|
|
928
|
+
/**
|
|
929
|
+
* @public
|
|
930
|
+
*/
|
|
931
|
+
export interface ListCasesRequest {
|
|
932
|
+
/**
|
|
933
|
+
* <p>Optional element.</p>
|
|
934
|
+
* @public
|
|
935
|
+
*/
|
|
936
|
+
nextToken?: string | undefined;
|
|
937
|
+
/**
|
|
938
|
+
* <p>Optional element for ListCases to limit the number of responses.</p>
|
|
939
|
+
* @public
|
|
940
|
+
*/
|
|
941
|
+
maxResults?: number | undefined;
|
|
942
|
+
}
|
|
943
|
+
/**
|
|
944
|
+
* <p/>
|
|
945
|
+
* @public
|
|
946
|
+
*/
|
|
947
|
+
export interface ListCasesItem {
|
|
948
|
+
/**
|
|
949
|
+
* <p/>
|
|
950
|
+
* @public
|
|
951
|
+
*/
|
|
952
|
+
caseId: string | undefined;
|
|
953
|
+
/**
|
|
954
|
+
* <p/>
|
|
955
|
+
* @public
|
|
956
|
+
*/
|
|
957
|
+
lastUpdatedDate?: Date | undefined;
|
|
958
|
+
/**
|
|
959
|
+
* <p/>
|
|
960
|
+
* @public
|
|
961
|
+
*/
|
|
962
|
+
title?: string | undefined;
|
|
963
|
+
/**
|
|
964
|
+
* <p/>
|
|
965
|
+
* @public
|
|
966
|
+
*/
|
|
967
|
+
caseArn?: string | undefined;
|
|
968
|
+
/**
|
|
969
|
+
* <p/>
|
|
970
|
+
* @public
|
|
971
|
+
*/
|
|
972
|
+
engagementType?: EngagementType | undefined;
|
|
973
|
+
/**
|
|
974
|
+
* <p/>
|
|
975
|
+
* @public
|
|
976
|
+
*/
|
|
977
|
+
caseStatus?: CaseStatus | undefined;
|
|
978
|
+
/**
|
|
979
|
+
* <p/>
|
|
980
|
+
* @public
|
|
981
|
+
*/
|
|
982
|
+
createdDate?: Date | undefined;
|
|
983
|
+
/**
|
|
984
|
+
* <p/>
|
|
985
|
+
* @public
|
|
986
|
+
*/
|
|
987
|
+
closedDate?: Date | undefined;
|
|
988
|
+
/**
|
|
989
|
+
* <p/>
|
|
990
|
+
* @public
|
|
991
|
+
*/
|
|
992
|
+
resolverType?: ResolverType | undefined;
|
|
993
|
+
/**
|
|
994
|
+
* <p/>
|
|
995
|
+
* @public
|
|
996
|
+
*/
|
|
997
|
+
pendingAction?: PendingAction | undefined;
|
|
998
|
+
}
|
|
999
|
+
/**
|
|
1000
|
+
* @public
|
|
1001
|
+
*/
|
|
1002
|
+
export interface ListCasesResponse {
|
|
1003
|
+
/**
|
|
1004
|
+
* <p>Optional element.</p>
|
|
1005
|
+
* @public
|
|
1006
|
+
*/
|
|
1007
|
+
nextToken?: string | undefined;
|
|
1008
|
+
/**
|
|
1009
|
+
* <p>Response element for ListCases that includes caseARN, caseID, caseStatus, closedDate,
|
|
1010
|
+
* createdDate, engagementType, lastUpdatedDate, pendingAction, resolverType, and title for each response.
|
|
1011
|
+
* </p>
|
|
1012
|
+
* @public
|
|
1013
|
+
*/
|
|
1014
|
+
items?: ListCasesItem[] | undefined;
|
|
1015
|
+
/**
|
|
1016
|
+
* <p>Response element for ListCases providing the total number of responses.</p>
|
|
1017
|
+
* @public
|
|
1018
|
+
*/
|
|
1019
|
+
total?: number | undefined;
|
|
1020
|
+
}
|
|
1021
|
+
/**
|
|
1022
|
+
* @public
|
|
1023
|
+
*/
|
|
1024
|
+
export interface ListCommentsRequest {
|
|
1025
|
+
/**
|
|
1026
|
+
* <p>Optional element.</p>
|
|
1027
|
+
* @public
|
|
1028
|
+
*/
|
|
1029
|
+
nextToken?: string | undefined;
|
|
1030
|
+
/**
|
|
1031
|
+
* <p>Optional element for ListComments to limit the number of responses.</p>
|
|
1032
|
+
* @public
|
|
1033
|
+
*/
|
|
1034
|
+
maxResults?: number | undefined;
|
|
1035
|
+
/**
|
|
1036
|
+
* <p>Required element for ListComments to designate the case to query.</p>
|
|
1037
|
+
* @public
|
|
1038
|
+
*/
|
|
1039
|
+
caseId: string | undefined;
|
|
1040
|
+
}
|
|
1041
|
+
/**
|
|
1042
|
+
* <p/>
|
|
1043
|
+
* @public
|
|
1044
|
+
*/
|
|
1045
|
+
export interface ListCommentsItem {
|
|
1046
|
+
/**
|
|
1047
|
+
* <p/>
|
|
1048
|
+
* @public
|
|
1049
|
+
*/
|
|
1050
|
+
commentId: string | undefined;
|
|
1051
|
+
/**
|
|
1052
|
+
* <p/>
|
|
1053
|
+
* @public
|
|
1054
|
+
*/
|
|
1055
|
+
createdDate?: Date | undefined;
|
|
1056
|
+
/**
|
|
1057
|
+
* <p/>
|
|
1058
|
+
* @public
|
|
1059
|
+
*/
|
|
1060
|
+
lastUpdatedDate?: Date | undefined;
|
|
1061
|
+
/**
|
|
1062
|
+
* <p/>
|
|
1063
|
+
* @public
|
|
1064
|
+
*/
|
|
1065
|
+
creator?: string | undefined;
|
|
1066
|
+
/**
|
|
1067
|
+
* <p/>
|
|
1068
|
+
* @public
|
|
1069
|
+
*/
|
|
1070
|
+
lastUpdatedBy?: string | undefined;
|
|
1071
|
+
/**
|
|
1072
|
+
* <p/>
|
|
1073
|
+
* @public
|
|
1074
|
+
*/
|
|
1075
|
+
body?: string | undefined;
|
|
1076
|
+
}
|
|
1077
|
+
/**
|
|
1078
|
+
* @public
|
|
1079
|
+
*/
|
|
1080
|
+
export interface ListCommentsResponse {
|
|
1081
|
+
/**
|
|
1082
|
+
* <p>Optional request elements.</p>
|
|
1083
|
+
* @public
|
|
1084
|
+
*/
|
|
1085
|
+
nextToken?: string | undefined;
|
|
1086
|
+
/**
|
|
1087
|
+
* <p>Response element for ListComments providing the body, commentID, createDate, creator, lastUpdatedBy and
|
|
1088
|
+
* lastUpdatedDate for each response.
|
|
1089
|
+
* </p>
|
|
1090
|
+
* @public
|
|
1091
|
+
*/
|
|
1092
|
+
items?: ListCommentsItem[] | undefined;
|
|
1093
|
+
/**
|
|
1094
|
+
* <p>Response element for ListComments identifying the number of responses.</p>
|
|
1095
|
+
* @public
|
|
1096
|
+
*/
|
|
1097
|
+
total?: number | undefined;
|
|
1098
|
+
}
|
|
1099
|
+
/**
|
|
1100
|
+
* @public
|
|
1101
|
+
*/
|
|
1102
|
+
export interface UpdateCaseRequest {
|
|
1103
|
+
/**
|
|
1104
|
+
* <p>Required element for UpdateCase to identify the case ID for updates.</p>
|
|
1105
|
+
* @public
|
|
1106
|
+
*/
|
|
1107
|
+
caseId: string | undefined;
|
|
1108
|
+
/**
|
|
1109
|
+
* <p>Optional element for UpdateCase to provide content for the title field.</p>
|
|
1110
|
+
* @public
|
|
1111
|
+
*/
|
|
1112
|
+
title?: string | undefined;
|
|
1113
|
+
/**
|
|
1114
|
+
* <p>Optional element for UpdateCase to provide content for the description field.</p>
|
|
1115
|
+
* @public
|
|
1116
|
+
*/
|
|
1117
|
+
description?: string | undefined;
|
|
1118
|
+
/**
|
|
1119
|
+
* <p>Optional element for UpdateCase to provide content for the customer reported incident start date field.
|
|
1120
|
+
* </p>
|
|
1121
|
+
* @public
|
|
1122
|
+
*/
|
|
1123
|
+
reportedIncidentStartDate?: Date | undefined;
|
|
1124
|
+
/**
|
|
1125
|
+
* <p>Optional element for UpdateCase to provide content for the incident start date field.</p>
|
|
1126
|
+
* @public
|
|
1127
|
+
*/
|
|
1128
|
+
actualIncidentStartDate?: Date | undefined;
|
|
1129
|
+
/**
|
|
1130
|
+
* <p>Optional element for UpdateCase to provide content for the engagement type field. <code>Available
|
|
1131
|
+
* engagement types include Security Incident | Investigation</code>.
|
|
1132
|
+
* </p>
|
|
1133
|
+
* @public
|
|
1134
|
+
*/
|
|
1135
|
+
engagementType?: EngagementType | undefined;
|
|
1136
|
+
/**
|
|
1137
|
+
* <p>Optional element for UpdateCase to provide content to add additional watchers to a case.</p>
|
|
1138
|
+
* @public
|
|
1139
|
+
*/
|
|
1140
|
+
watchersToAdd?: Watcher[] | undefined;
|
|
1141
|
+
/**
|
|
1142
|
+
* <p>Optional element for UpdateCase to provide content to remove existing watchers from a case.</p>
|
|
1143
|
+
* @public
|
|
1144
|
+
*/
|
|
1145
|
+
watchersToDelete?: Watcher[] | undefined;
|
|
1146
|
+
/**
|
|
1147
|
+
* <p>Optional element for UpdateCase to provide content to add additional suspicious IP addresses related to a
|
|
1148
|
+
* case.
|
|
1149
|
+
* </p>
|
|
1150
|
+
* @public
|
|
1151
|
+
*/
|
|
1152
|
+
threatActorIpAddressesToAdd?: ThreatActorIp[] | undefined;
|
|
1153
|
+
/**
|
|
1154
|
+
* <p>Optional element for UpdateCase to provide content to remove suspicious IP addresses from a case.</p>
|
|
1155
|
+
* @public
|
|
1156
|
+
*/
|
|
1157
|
+
threatActorIpAddressesToDelete?: ThreatActorIp[] | undefined;
|
|
1158
|
+
/**
|
|
1159
|
+
* <p>Optional element for UpdateCase to provide content to add services impacted.</p>
|
|
1160
|
+
* @public
|
|
1161
|
+
*/
|
|
1162
|
+
impactedServicesToAdd?: string[] | undefined;
|
|
1163
|
+
/**
|
|
1164
|
+
* <p>Optional element for UpdateCase to provide content to remove services impacted.</p>
|
|
1165
|
+
* @public
|
|
1166
|
+
*/
|
|
1167
|
+
impactedServicesToDelete?: string[] | undefined;
|
|
1168
|
+
/**
|
|
1169
|
+
* <p>Optional element for UpdateCase to provide content to add regions impacted.</p>
|
|
1170
|
+
* @public
|
|
1171
|
+
*/
|
|
1172
|
+
impactedAwsRegionsToAdd?: ImpactedAwsRegion[] | undefined;
|
|
1173
|
+
/**
|
|
1174
|
+
* <p>Optional element for UpdateCase to provide content to remove regions impacted.</p>
|
|
1175
|
+
* @public
|
|
1176
|
+
*/
|
|
1177
|
+
impactedAwsRegionsToDelete?: ImpactedAwsRegion[] | undefined;
|
|
1178
|
+
/**
|
|
1179
|
+
* <p>Optional element for UpdateCase to provide content to add accounts impacted.</p>
|
|
1180
|
+
* @public
|
|
1181
|
+
*/
|
|
1182
|
+
impactedAccountsToAdd?: string[] | undefined;
|
|
1183
|
+
/**
|
|
1184
|
+
* <p>Optional element for UpdateCase to provide content to add accounts impacted.</p>
|
|
1185
|
+
* @public
|
|
1186
|
+
*/
|
|
1187
|
+
impactedAccountsToDelete?: string[] | undefined;
|
|
1188
|
+
}
|
|
1189
|
+
/**
|
|
1190
|
+
* @public
|
|
1191
|
+
*/
|
|
1192
|
+
export interface UpdateCaseResponse {
|
|
1193
|
+
}
|
|
1194
|
+
/**
|
|
1195
|
+
* @public
|
|
1196
|
+
*/
|
|
1197
|
+
export interface UpdateCaseCommentRequest {
|
|
1198
|
+
/**
|
|
1199
|
+
* <p>Required element for UpdateCaseComment to identify the case ID containing the comment to be updated.
|
|
1200
|
+
* </p>
|
|
1201
|
+
* @public
|
|
1202
|
+
*/
|
|
1203
|
+
caseId: string | undefined;
|
|
1204
|
+
/**
|
|
1205
|
+
* <p>Required element for UpdateCaseComment to identify the case ID to be updated.</p>
|
|
1206
|
+
* @public
|
|
1207
|
+
*/
|
|
1208
|
+
commentId: string | undefined;
|
|
1209
|
+
/**
|
|
1210
|
+
* <p>Required element for UpdateCaseComment to identify the content for the comment to be updated.</p>
|
|
1211
|
+
* @public
|
|
1212
|
+
*/
|
|
1213
|
+
body: string | undefined;
|
|
1214
|
+
}
|
|
1215
|
+
/**
|
|
1216
|
+
* @public
|
|
1217
|
+
*/
|
|
1218
|
+
export interface UpdateCaseCommentResponse {
|
|
1219
|
+
/**
|
|
1220
|
+
* <p>Response element for UpdateCaseComment providing the updated comment ID.</p>
|
|
1221
|
+
* @public
|
|
1222
|
+
*/
|
|
1223
|
+
commentId: string | undefined;
|
|
1224
|
+
/**
|
|
1225
|
+
* <p>Response element for UpdateCaseComment providing the updated comment content.</p>
|
|
1226
|
+
* @public
|
|
1227
|
+
*/
|
|
1228
|
+
body?: string | undefined;
|
|
1229
|
+
}
|
|
1230
|
+
/**
|
|
1231
|
+
* @public
|
|
1232
|
+
* @enum
|
|
1233
|
+
*/
|
|
1234
|
+
export declare const SelfManagedCaseStatus: {
|
|
1235
|
+
readonly CONTAINMENT_ERADICATION_AND_RECOVERY: "Containment, Eradication and Recovery";
|
|
1236
|
+
readonly DETECTION_AND_ANALYSIS: "Detection and Analysis";
|
|
1237
|
+
readonly POST_INCIDENT_ACTIVITIES: "Post-incident Activities";
|
|
1238
|
+
readonly SUBMITTED: "Submitted";
|
|
1239
|
+
};
|
|
1240
|
+
/**
|
|
1241
|
+
* @public
|
|
1242
|
+
*/
|
|
1243
|
+
export type SelfManagedCaseStatus = (typeof SelfManagedCaseStatus)[keyof typeof SelfManagedCaseStatus];
|
|
1244
|
+
/**
|
|
1245
|
+
* @public
|
|
1246
|
+
*/
|
|
1247
|
+
export interface UpdateCaseStatusRequest {
|
|
1248
|
+
/**
|
|
1249
|
+
* <p>Required element for UpdateCaseStatus to identify the case to update.</p>
|
|
1250
|
+
* @public
|
|
1251
|
+
*/
|
|
1252
|
+
caseId: string | undefined;
|
|
1253
|
+
/**
|
|
1254
|
+
* <p>Required element for UpdateCaseStatus to identify the status for a case. Options include <code>Submitted |
|
|
1255
|
+
* Detection and Analysis | Containment, Eradication and Recovery | Post-incident Activities</code>.
|
|
1256
|
+
* </p>
|
|
1257
|
+
* @public
|
|
1258
|
+
*/
|
|
1259
|
+
caseStatus: SelfManagedCaseStatus | undefined;
|
|
1260
|
+
}
|
|
1261
|
+
/**
|
|
1262
|
+
* @public
|
|
1263
|
+
*/
|
|
1264
|
+
export interface UpdateCaseStatusResponse {
|
|
1265
|
+
/**
|
|
1266
|
+
* <p>Response element for UpdateCaseStatus showing the newly configured status.</p>
|
|
1267
|
+
* @public
|
|
1268
|
+
*/
|
|
1269
|
+
caseStatus?: SelfManagedCaseStatus | undefined;
|
|
1270
|
+
}
|
|
1271
|
+
/**
|
|
1272
|
+
* @public
|
|
1273
|
+
*/
|
|
1274
|
+
export interface UpdateResolverTypeRequest {
|
|
1275
|
+
/**
|
|
1276
|
+
* <p>Required element for UpdateResolverType to identify the case to update.</p>
|
|
1277
|
+
* @public
|
|
1278
|
+
*/
|
|
1279
|
+
caseId: string | undefined;
|
|
1280
|
+
/**
|
|
1281
|
+
* <p>Required element for UpdateResolverType to identify the new resolver.</p>
|
|
1282
|
+
* @public
|
|
1283
|
+
*/
|
|
1284
|
+
resolverType: ResolverType | undefined;
|
|
1285
|
+
}
|
|
1286
|
+
/**
|
|
1287
|
+
* @public
|
|
1288
|
+
*/
|
|
1289
|
+
export interface UpdateResolverTypeResponse {
|
|
1290
|
+
/**
|
|
1291
|
+
* <p>Response element for UpdateResolver identifying the case ID being updated.</p>
|
|
1292
|
+
* @public
|
|
1293
|
+
*/
|
|
1294
|
+
caseId: string | undefined;
|
|
1295
|
+
/**
|
|
1296
|
+
* <p>Response element for UpdateResolver identifying the current status of the case.</p>
|
|
1297
|
+
* @public
|
|
1298
|
+
*/
|
|
1299
|
+
caseStatus?: CaseStatus | undefined;
|
|
1300
|
+
/**
|
|
1301
|
+
* <p>Response element for UpdateResolver identifying the current resolver of the case.</p>
|
|
1302
|
+
* @public
|
|
1303
|
+
*/
|
|
1304
|
+
resolverType?: ResolverType | undefined;
|
|
1305
|
+
}
|
|
1306
|
+
/**
|
|
1307
|
+
* <p/>
|
|
1308
|
+
* @public
|
|
1309
|
+
*/
|
|
1310
|
+
export interface IncidentResponder {
|
|
1311
|
+
/**
|
|
1312
|
+
* <p/>
|
|
1313
|
+
* @public
|
|
1314
|
+
*/
|
|
1315
|
+
name: string | undefined;
|
|
1316
|
+
/**
|
|
1317
|
+
* <p/>
|
|
1318
|
+
* @public
|
|
1319
|
+
*/
|
|
1320
|
+
jobTitle: string | undefined;
|
|
1321
|
+
/**
|
|
1322
|
+
* <p/>
|
|
1323
|
+
* @public
|
|
1324
|
+
*/
|
|
1325
|
+
email: string | undefined;
|
|
1326
|
+
}
|
|
1327
|
+
/**
|
|
1328
|
+
* @public
|
|
1329
|
+
* @enum
|
|
1330
|
+
*/
|
|
1331
|
+
export declare const OptInFeatureName: {
|
|
1332
|
+
readonly TRIAGE: "Triage";
|
|
1333
|
+
};
|
|
1334
|
+
/**
|
|
1335
|
+
* @public
|
|
1336
|
+
*/
|
|
1337
|
+
export type OptInFeatureName = (typeof OptInFeatureName)[keyof typeof OptInFeatureName];
|
|
1338
|
+
/**
|
|
1339
|
+
* <p/>
|
|
1340
|
+
* @public
|
|
1341
|
+
*/
|
|
1342
|
+
export interface OptInFeature {
|
|
1343
|
+
/**
|
|
1344
|
+
* <p/>
|
|
1345
|
+
* @public
|
|
1346
|
+
*/
|
|
1347
|
+
featureName: OptInFeatureName | undefined;
|
|
1348
|
+
/**
|
|
1349
|
+
* <p/>
|
|
1350
|
+
* @public
|
|
1351
|
+
*/
|
|
1352
|
+
isEnabled: boolean | undefined;
|
|
1353
|
+
}
|
|
1354
|
+
/**
|
|
1355
|
+
* @public
|
|
1356
|
+
*/
|
|
1357
|
+
export interface CreateMembershipRequest {
|
|
1358
|
+
/**
|
|
1359
|
+
* <p>An optional element used in combination with CreateMembership.</p>
|
|
1360
|
+
* @public
|
|
1361
|
+
*/
|
|
1362
|
+
clientToken?: string | undefined;
|
|
1363
|
+
/**
|
|
1364
|
+
* <p>Required element use in combination with CreateMembership to create a name for the membership.</p>
|
|
1365
|
+
* @public
|
|
1366
|
+
*/
|
|
1367
|
+
membershipName: string | undefined;
|
|
1368
|
+
/**
|
|
1369
|
+
* <p>Required element use in combination with CreateMembership to add customer incident response team members
|
|
1370
|
+
* and trusted partners to the membership.
|
|
1371
|
+
* </p>
|
|
1372
|
+
* @public
|
|
1373
|
+
*/
|
|
1374
|
+
incidentResponseTeam: IncidentResponder[] | undefined;
|
|
1375
|
+
/**
|
|
1376
|
+
* <p>Optional element to enable the monitoring and investigation opt-in features for the service.</p>
|
|
1377
|
+
* @public
|
|
1378
|
+
*/
|
|
1379
|
+
optInFeatures?: OptInFeature[] | undefined;
|
|
1380
|
+
/**
|
|
1381
|
+
* <p>Optional element for customer configured tags.</p>
|
|
1382
|
+
* @public
|
|
1383
|
+
*/
|
|
1384
|
+
tags?: Record<string, string> | undefined;
|
|
1385
|
+
}
|
|
1386
|
+
/**
|
|
1387
|
+
* @public
|
|
1388
|
+
*/
|
|
1389
|
+
export interface CreateMembershipResponse {
|
|
1390
|
+
/**
|
|
1391
|
+
* <p>Response element for CreateMembership providing the newly created membership ID.</p>
|
|
1392
|
+
* @public
|
|
1393
|
+
*/
|
|
1394
|
+
membershipId: string | undefined;
|
|
1395
|
+
}
|
|
1396
|
+
/**
|
|
1397
|
+
* @public
|
|
1398
|
+
* @enum
|
|
1399
|
+
*/
|
|
1400
|
+
export declare const CustomerType: {
|
|
1401
|
+
readonly ORGANIZATION: "Organization";
|
|
1402
|
+
readonly STANDALONE: "Standalone";
|
|
1403
|
+
};
|
|
1404
|
+
/**
|
|
1405
|
+
* @public
|
|
1406
|
+
*/
|
|
1407
|
+
export type CustomerType = (typeof CustomerType)[keyof typeof CustomerType];
|
|
1408
|
+
/**
|
|
1409
|
+
* @public
|
|
1410
|
+
*/
|
|
1411
|
+
export interface GetMembershipRequest {
|
|
1412
|
+
/**
|
|
1413
|
+
* <p>Required element for GetMembership to identify the membership ID to query.</p>
|
|
1414
|
+
* @public
|
|
1415
|
+
*/
|
|
1416
|
+
membershipId: string | undefined;
|
|
1417
|
+
}
|
|
1418
|
+
/**
|
|
1419
|
+
* @public
|
|
1420
|
+
* @enum
|
|
1421
|
+
*/
|
|
1422
|
+
export declare const MembershipStatus: {
|
|
1423
|
+
readonly ACTIVE: "Active";
|
|
1424
|
+
readonly CANCELLED: "Cancelled";
|
|
1425
|
+
readonly TERMINATED: "Terminated";
|
|
1426
|
+
};
|
|
1427
|
+
/**
|
|
1428
|
+
* @public
|
|
1429
|
+
*/
|
|
1430
|
+
export type MembershipStatus = (typeof MembershipStatus)[keyof typeof MembershipStatus];
|
|
1431
|
+
/**
|
|
1432
|
+
* @public
|
|
1433
|
+
*/
|
|
1434
|
+
export interface GetMembershipResponse {
|
|
1435
|
+
/**
|
|
1436
|
+
* <p>Response element for GetMembership that provides the queried membership ID.</p>
|
|
1437
|
+
* @public
|
|
1438
|
+
*/
|
|
1439
|
+
membershipId: string | undefined;
|
|
1440
|
+
/**
|
|
1441
|
+
* <p>Response element for GetMembership that provides the configured account for managing the membership.
|
|
1442
|
+
* </p>
|
|
1443
|
+
* @public
|
|
1444
|
+
*/
|
|
1445
|
+
accountId?: string | undefined;
|
|
1446
|
+
/**
|
|
1447
|
+
* <p>Response element for GetMembership that provides the configured region for managing the membership.</p>
|
|
1448
|
+
* @public
|
|
1449
|
+
*/
|
|
1450
|
+
region?: AwsRegion | undefined;
|
|
1451
|
+
/**
|
|
1452
|
+
* <p>Response element for GetMembership that provides the configured membership name.</p>
|
|
1453
|
+
* @public
|
|
1454
|
+
*/
|
|
1455
|
+
membershipName?: string | undefined;
|
|
1456
|
+
/**
|
|
1457
|
+
* <p>Response element for GetMembership that provides the membership ARN.</p>
|
|
1458
|
+
* @public
|
|
1459
|
+
*/
|
|
1460
|
+
membershipArn?: string | undefined;
|
|
1461
|
+
/**
|
|
1462
|
+
* <p>Response element for GetMembership that provides the current membership status.</p>
|
|
1463
|
+
* @public
|
|
1464
|
+
*/
|
|
1465
|
+
membershipStatus?: MembershipStatus | undefined;
|
|
1466
|
+
/**
|
|
1467
|
+
* <p>Response element for GetMembership that provides the configured membership activation timestamp.</p>
|
|
1468
|
+
* @public
|
|
1469
|
+
*/
|
|
1470
|
+
membershipActivationTimestamp?: Date | undefined;
|
|
1471
|
+
/**
|
|
1472
|
+
* <p>Response element for GetMembership that provides the configured membership name deactivation timestamp.
|
|
1473
|
+
* </p>
|
|
1474
|
+
* @public
|
|
1475
|
+
*/
|
|
1476
|
+
membershipDeactivationTimestamp?: Date | undefined;
|
|
1477
|
+
/**
|
|
1478
|
+
* <p>Response element for GetMembership that provides the configured membership type. Options include <code>
|
|
1479
|
+
* Standalone | Organizations</code>.
|
|
1480
|
+
* </p>
|
|
1481
|
+
* @public
|
|
1482
|
+
*/
|
|
1483
|
+
customerType?: CustomerType | undefined;
|
|
1484
|
+
/**
|
|
1485
|
+
* <p>Response element for GetMembership that provides the number of accounts in the membership.</p>
|
|
1486
|
+
* @public
|
|
1487
|
+
*/
|
|
1488
|
+
numberOfAccountsCovered?: number | undefined;
|
|
1489
|
+
/**
|
|
1490
|
+
* <p>Response element for GetMembership that provides the configured membership incident response team
|
|
1491
|
+
* members.
|
|
1492
|
+
* </p>
|
|
1493
|
+
* @public
|
|
1494
|
+
*/
|
|
1495
|
+
incidentResponseTeam?: IncidentResponder[] | undefined;
|
|
1496
|
+
/**
|
|
1497
|
+
* <p>Response element for GetMembership that provides the if opt-in features have been enabled.</p>
|
|
1498
|
+
* @public
|
|
1499
|
+
*/
|
|
1500
|
+
optInFeatures?: OptInFeature[] | undefined;
|
|
1501
|
+
}
|
|
1502
|
+
/**
|
|
1503
|
+
* <p/>
|
|
1504
|
+
* @public
|
|
1505
|
+
*/
|
|
1506
|
+
export interface ListMembershipItem {
|
|
1507
|
+
/**
|
|
1508
|
+
* <p/>
|
|
1509
|
+
* @public
|
|
1510
|
+
*/
|
|
1511
|
+
membershipId: string | undefined;
|
|
1512
|
+
/**
|
|
1513
|
+
* <p/>
|
|
1514
|
+
* @public
|
|
1515
|
+
*/
|
|
1516
|
+
accountId?: string | undefined;
|
|
1517
|
+
/**
|
|
1518
|
+
* <p/>
|
|
1519
|
+
* @public
|
|
1520
|
+
*/
|
|
1521
|
+
region?: AwsRegion | undefined;
|
|
1522
|
+
/**
|
|
1523
|
+
* <p/>
|
|
1524
|
+
* @public
|
|
1525
|
+
*/
|
|
1526
|
+
membershipArn?: string | undefined;
|
|
1527
|
+
/**
|
|
1528
|
+
* <p/>
|
|
1529
|
+
* @public
|
|
1530
|
+
*/
|
|
1531
|
+
membershipStatus?: MembershipStatus | undefined;
|
|
1532
|
+
}
|
|
1533
|
+
/**
|
|
1534
|
+
* @public
|
|
1535
|
+
*/
|
|
1536
|
+
export interface ListMembershipsRequest {
|
|
1537
|
+
/**
|
|
1538
|
+
* <p>Optional element.</p>
|
|
1539
|
+
* @public
|
|
1540
|
+
*/
|
|
1541
|
+
nextToken?: string | undefined;
|
|
1542
|
+
/**
|
|
1543
|
+
* <p>Request element for ListMemberships to limit the number of responses.</p>
|
|
1544
|
+
* @public
|
|
1545
|
+
*/
|
|
1546
|
+
maxResults?: number | undefined;
|
|
1547
|
+
}
|
|
1548
|
+
/**
|
|
1549
|
+
* @public
|
|
1550
|
+
*/
|
|
1551
|
+
export interface ListMembershipsResponse {
|
|
1552
|
+
/**
|
|
1553
|
+
* <p>Optional element.</p>
|
|
1554
|
+
* @public
|
|
1555
|
+
*/
|
|
1556
|
+
nextToken?: string | undefined;
|
|
1557
|
+
/**
|
|
1558
|
+
* <p>Request element for ListMemberships including the accountID, membershipARN, membershipID,
|
|
1559
|
+
* membershipStatus, and region for each response.
|
|
1560
|
+
* </p>
|
|
1561
|
+
* @public
|
|
1562
|
+
*/
|
|
1563
|
+
items?: ListMembershipItem[] | undefined;
|
|
1564
|
+
}
|
|
1565
|
+
/**
|
|
1566
|
+
* @public
|
|
1567
|
+
*/
|
|
1568
|
+
export interface ListTagsForResourceInput {
|
|
1569
|
+
/**
|
|
1570
|
+
* <p>Required element for ListTagsForResource to provide the ARN to identify a specific resource.</p>
|
|
1571
|
+
* @public
|
|
1572
|
+
*/
|
|
1573
|
+
resourceArn: string | undefined;
|
|
1574
|
+
}
|
|
1575
|
+
/**
|
|
1576
|
+
* @public
|
|
1577
|
+
*/
|
|
1578
|
+
export interface ListTagsForResourceOutput {
|
|
1579
|
+
/**
|
|
1580
|
+
* <p>Response element for ListTagsForResource providing content for each configured tag.</p>
|
|
1581
|
+
* @public
|
|
1582
|
+
*/
|
|
1583
|
+
tags: Record<string, string> | undefined;
|
|
1584
|
+
}
|
|
1585
|
+
/**
|
|
1586
|
+
* @public
|
|
1587
|
+
*/
|
|
1588
|
+
export interface UpdateMembershipRequest {
|
|
1589
|
+
/**
|
|
1590
|
+
* <p>Required element for UpdateMembership to identify the membership to update.</p>
|
|
1591
|
+
* @public
|
|
1592
|
+
*/
|
|
1593
|
+
membershipId: string | undefined;
|
|
1594
|
+
/**
|
|
1595
|
+
* <p>Optional element for UpdateMembership to update the membership name.</p>
|
|
1596
|
+
* @public
|
|
1597
|
+
*/
|
|
1598
|
+
membershipName?: string | undefined;
|
|
1599
|
+
/**
|
|
1600
|
+
* <p>Optional element for UpdateMembership to update the membership name.</p>
|
|
1601
|
+
* @public
|
|
1602
|
+
*/
|
|
1603
|
+
incidentResponseTeam?: IncidentResponder[] | undefined;
|
|
1604
|
+
/**
|
|
1605
|
+
* <p>Optional element for UpdateMembership to enable or disable opt-in features for the service.</p>
|
|
1606
|
+
* @public
|
|
1607
|
+
*/
|
|
1608
|
+
optInFeatures?: OptInFeature[] | undefined;
|
|
1609
|
+
}
|
|
1610
|
+
/**
|
|
1611
|
+
* @public
|
|
1612
|
+
*/
|
|
1613
|
+
export interface UpdateMembershipResponse {
|
|
1614
|
+
}
|
|
1615
|
+
/**
|
|
1616
|
+
* @public
|
|
1617
|
+
*/
|
|
1618
|
+
export interface TagResourceInput {
|
|
1619
|
+
/**
|
|
1620
|
+
* <p>Required element for TagResource to identify the ARN for the resource to add a tag to.</p>
|
|
1621
|
+
* @public
|
|
1622
|
+
*/
|
|
1623
|
+
resourceArn: string | undefined;
|
|
1624
|
+
/**
|
|
1625
|
+
* <p>Required element for ListTagsForResource to provide the content for a tag.</p>
|
|
1626
|
+
* @public
|
|
1627
|
+
*/
|
|
1628
|
+
tags: Record<string, string> | undefined;
|
|
1629
|
+
}
|
|
1630
|
+
/**
|
|
1631
|
+
* @public
|
|
1632
|
+
*/
|
|
1633
|
+
export interface TagResourceOutput {
|
|
1634
|
+
}
|
|
1635
|
+
/**
|
|
1636
|
+
* @public
|
|
1637
|
+
*/
|
|
1638
|
+
export interface UntagResourceInput {
|
|
1639
|
+
/**
|
|
1640
|
+
* <p>Required element for UnTagResource to identify the ARN for the resource to remove a tag from.</p>
|
|
1641
|
+
* @public
|
|
1642
|
+
*/
|
|
1643
|
+
resourceArn: string | undefined;
|
|
1644
|
+
/**
|
|
1645
|
+
* <p>Required element for UnTagResource to identify tag to remove.</p>
|
|
1646
|
+
* @public
|
|
1647
|
+
*/
|
|
1648
|
+
tagKeys: string[] | undefined;
|
|
1649
|
+
}
|
|
1650
|
+
/**
|
|
1651
|
+
* @public
|
|
1652
|
+
*/
|
|
1653
|
+
export interface UntagResourceOutput {
|
|
1654
|
+
}
|
|
1655
|
+
/**
|
|
1656
|
+
* @internal
|
|
1657
|
+
*/
|
|
1658
|
+
export declare const ThreatActorIpFilterSensitiveLog: (obj: ThreatActorIp) => any;
|
|
1659
|
+
/**
|
|
1660
|
+
* @internal
|
|
1661
|
+
*/
|
|
1662
|
+
export declare const WatcherFilterSensitiveLog: (obj: Watcher) => any;
|
|
1663
|
+
/**
|
|
1664
|
+
* @internal
|
|
1665
|
+
*/
|
|
1666
|
+
export declare const CreateCaseRequestFilterSensitiveLog: (obj: CreateCaseRequest) => any;
|
|
1667
|
+
/**
|
|
1668
|
+
* @internal
|
|
1669
|
+
*/
|
|
1670
|
+
export declare const CreateCaseCommentRequestFilterSensitiveLog: (obj: CreateCaseCommentRequest) => any;
|
|
1671
|
+
/**
|
|
1672
|
+
* @internal
|
|
1673
|
+
*/
|
|
1674
|
+
export declare const CaseAttachmentAttributesFilterSensitiveLog: (obj: CaseAttachmentAttributes) => any;
|
|
1675
|
+
/**
|
|
1676
|
+
* @internal
|
|
1677
|
+
*/
|
|
1678
|
+
export declare const GetCaseResponseFilterSensitiveLog: (obj: GetCaseResponse) => any;
|
|
1679
|
+
/**
|
|
1680
|
+
* @internal
|
|
1681
|
+
*/
|
|
1682
|
+
export declare const GetCaseAttachmentDownloadUrlResponseFilterSensitiveLog: (obj: GetCaseAttachmentDownloadUrlResponse) => any;
|
|
1683
|
+
/**
|
|
1684
|
+
* @internal
|
|
1685
|
+
*/
|
|
1686
|
+
export declare const GetCaseAttachmentUploadUrlRequestFilterSensitiveLog: (obj: GetCaseAttachmentUploadUrlRequest) => any;
|
|
1687
|
+
/**
|
|
1688
|
+
* @internal
|
|
1689
|
+
*/
|
|
1690
|
+
export declare const GetCaseAttachmentUploadUrlResponseFilterSensitiveLog: (obj: GetCaseAttachmentUploadUrlResponse) => any;
|
|
1691
|
+
/**
|
|
1692
|
+
* @internal
|
|
1693
|
+
*/
|
|
1694
|
+
export declare const ListCasesItemFilterSensitiveLog: (obj: ListCasesItem) => any;
|
|
1695
|
+
/**
|
|
1696
|
+
* @internal
|
|
1697
|
+
*/
|
|
1698
|
+
export declare const ListCasesResponseFilterSensitiveLog: (obj: ListCasesResponse) => any;
|
|
1699
|
+
/**
|
|
1700
|
+
* @internal
|
|
1701
|
+
*/
|
|
1702
|
+
export declare const ListCommentsItemFilterSensitiveLog: (obj: ListCommentsItem) => any;
|
|
1703
|
+
/**
|
|
1704
|
+
* @internal
|
|
1705
|
+
*/
|
|
1706
|
+
export declare const ListCommentsResponseFilterSensitiveLog: (obj: ListCommentsResponse) => any;
|
|
1707
|
+
/**
|
|
1708
|
+
* @internal
|
|
1709
|
+
*/
|
|
1710
|
+
export declare const UpdateCaseRequestFilterSensitiveLog: (obj: UpdateCaseRequest) => any;
|
|
1711
|
+
/**
|
|
1712
|
+
* @internal
|
|
1713
|
+
*/
|
|
1714
|
+
export declare const UpdateCaseCommentRequestFilterSensitiveLog: (obj: UpdateCaseCommentRequest) => any;
|
|
1715
|
+
/**
|
|
1716
|
+
* @internal
|
|
1717
|
+
*/
|
|
1718
|
+
export declare const UpdateCaseCommentResponseFilterSensitiveLog: (obj: UpdateCaseCommentResponse) => any;
|
|
1719
|
+
/**
|
|
1720
|
+
* @internal
|
|
1721
|
+
*/
|
|
1722
|
+
export declare const IncidentResponderFilterSensitiveLog: (obj: IncidentResponder) => any;
|
|
1723
|
+
/**
|
|
1724
|
+
* @internal
|
|
1725
|
+
*/
|
|
1726
|
+
export declare const CreateMembershipRequestFilterSensitiveLog: (obj: CreateMembershipRequest) => any;
|
|
1727
|
+
/**
|
|
1728
|
+
* @internal
|
|
1729
|
+
*/
|
|
1730
|
+
export declare const GetMembershipResponseFilterSensitiveLog: (obj: GetMembershipResponse) => any;
|
|
1731
|
+
/**
|
|
1732
|
+
* @internal
|
|
1733
|
+
*/
|
|
1734
|
+
export declare const UpdateMembershipRequestFilterSensitiveLog: (obj: UpdateMembershipRequest) => any;
|