@aws-sdk/client-auditmanager 3.934.0 → 3.935.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.
@@ -1,236 +1 @@
1
- import { AuditManagerServiceException as __BaseException } from "./AuditManagerServiceException";
2
- export class AccessDeniedException extends __BaseException {
3
- name = "AccessDeniedException";
4
- $fault = "client";
5
- constructor(opts) {
6
- super({
7
- name: "AccessDeniedException",
8
- $fault: "client",
9
- ...opts,
10
- });
11
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
12
- }
13
- }
14
- export const AccountStatus = {
15
- ACTIVE: "ACTIVE",
16
- INACTIVE: "INACTIVE",
17
- PENDING_ACTIVATION: "PENDING_ACTIVATION",
18
- };
19
- export const ActionEnum = {
20
- ACTIVE: "ACTIVE",
21
- CREATE: "CREATE",
22
- DELETE: "DELETE",
23
- IMPORT_EVIDENCE: "IMPORT_EVIDENCE",
24
- INACTIVE: "INACTIVE",
25
- REVIEWED: "REVIEWED",
26
- UNDER_REVIEW: "UNDER_REVIEW",
27
- UPDATE_METADATA: "UPDATE_METADATA",
28
- };
29
- export const ControlResponse = {
30
- AUTOMATE: "AUTOMATE",
31
- DEFER: "DEFER",
32
- IGNORE: "IGNORE",
33
- MANUAL: "MANUAL",
34
- };
35
- export const ControlStatus = {
36
- INACTIVE: "INACTIVE",
37
- REVIEWED: "REVIEWED",
38
- UNDER_REVIEW: "UNDER_REVIEW",
39
- };
40
- export const RoleType = {
41
- PROCESS_OWNER: "PROCESS_OWNER",
42
- RESOURCE_OWNER: "RESOURCE_OWNER",
43
- };
44
- export const DelegationStatus = {
45
- COMPLETE: "COMPLETE",
46
- IN_PROGRESS: "IN_PROGRESS",
47
- UNDER_REVIEW: "UNDER_REVIEW",
48
- };
49
- export const ControlSetStatus = {
50
- ACTIVE: "ACTIVE",
51
- REVIEWED: "REVIEWED",
52
- UNDER_REVIEW: "UNDER_REVIEW",
53
- };
54
- export const AssessmentReportDestinationType = {
55
- S3: "S3",
56
- };
57
- export const AssessmentStatus = {
58
- ACTIVE: "ACTIVE",
59
- INACTIVE: "INACTIVE",
60
- };
61
- export const FrameworkType = {
62
- CUSTOM: "Custom",
63
- STANDARD: "Standard",
64
- };
65
- export const ShareRequestStatus = {
66
- ACTIVE: "ACTIVE",
67
- DECLINED: "DECLINED",
68
- EXPIRED: "EXPIRED",
69
- EXPIRING: "EXPIRING",
70
- FAILED: "FAILED",
71
- REPLICATING: "REPLICATING",
72
- REVOKED: "REVOKED",
73
- SHARED: "SHARED",
74
- };
75
- export const AssessmentReportStatus = {
76
- COMPLETE: "COMPLETE",
77
- FAILED: "FAILED",
78
- IN_PROGRESS: "IN_PROGRESS",
79
- };
80
- export class InternalServerException extends __BaseException {
81
- name = "InternalServerException";
82
- $fault = "server";
83
- constructor(opts) {
84
- super({
85
- name: "InternalServerException",
86
- $fault: "server",
87
- ...opts,
88
- });
89
- Object.setPrototypeOf(this, InternalServerException.prototype);
90
- }
91
- }
92
- export class ResourceNotFoundException extends __BaseException {
93
- name = "ResourceNotFoundException";
94
- $fault = "client";
95
- resourceId;
96
- resourceType;
97
- constructor(opts) {
98
- super({
99
- name: "ResourceNotFoundException",
100
- $fault: "client",
101
- ...opts,
102
- });
103
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
104
- this.resourceId = opts.resourceId;
105
- this.resourceType = opts.resourceType;
106
- }
107
- }
108
- export const ValidationExceptionReason = {
109
- CANNOT_PARSE: "cannotParse",
110
- FIELD_VALIDATION_FAILED: "fieldValidationFailed",
111
- OTHER: "other",
112
- UNKNOWN_OPERATION: "unknownOperation",
113
- };
114
- export class ValidationException extends __BaseException {
115
- name = "ValidationException";
116
- $fault = "client";
117
- reason;
118
- fields;
119
- constructor(opts) {
120
- super({
121
- name: "ValidationException",
122
- $fault: "client",
123
- ...opts,
124
- });
125
- Object.setPrototypeOf(this, ValidationException.prototype);
126
- this.reason = opts.reason;
127
- this.fields = opts.fields;
128
- }
129
- }
130
- export class ThrottlingException extends __BaseException {
131
- name = "ThrottlingException";
132
- $fault = "client";
133
- constructor(opts) {
134
- super({
135
- name: "ThrottlingException",
136
- $fault: "client",
137
- ...opts,
138
- });
139
- Object.setPrototypeOf(this, ThrottlingException.prototype);
140
- }
141
- }
142
- export class ServiceQuotaExceededException extends __BaseException {
143
- name = "ServiceQuotaExceededException";
144
- $fault = "client";
145
- constructor(opts) {
146
- super({
147
- name: "ServiceQuotaExceededException",
148
- $fault: "client",
149
- ...opts,
150
- });
151
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
152
- }
153
- }
154
- export const SourceFrequency = {
155
- DAILY: "DAILY",
156
- MONTHLY: "MONTHLY",
157
- WEEKLY: "WEEKLY",
158
- };
159
- export const KeywordInputType = {
160
- INPUT_TEXT: "INPUT_TEXT",
161
- SELECT_FROM_LIST: "SELECT_FROM_LIST",
162
- UPLOAD_FILE: "UPLOAD_FILE",
163
- };
164
- export const SourceSetUpOption = {
165
- PROCEDURAL_CONTROLS_MAPPING: "Procedural_Controls_Mapping",
166
- SYSTEM_CONTROLS_MAPPING: "System_Controls_Mapping",
167
- };
168
- export const SourceType = {
169
- AWS_API_CALL: "AWS_API_Call",
170
- AWS_CLOUDTRAIL: "AWS_Cloudtrail",
171
- AWS_CONFIG: "AWS_Config",
172
- AWS_SECURITY_HUB: "AWS_Security_Hub",
173
- COMMON_CONTROL: "Common_Control",
174
- CORE_CONTROL: "Core_Control",
175
- MANUAL: "MANUAL",
176
- };
177
- export const ControlState = {
178
- ACTIVE: "ACTIVE",
179
- END_OF_SUPPORT: "END_OF_SUPPORT",
180
- };
181
- export const ControlType = {
182
- CORE: "Core",
183
- CUSTOM: "Custom",
184
- STANDARD: "Standard",
185
- };
186
- export const ShareRequestType = {
187
- RECEIVED: "RECEIVED",
188
- SENT: "SENT",
189
- };
190
- export const ObjectTypeEnum = {
191
- ASSESSMENT: "ASSESSMENT",
192
- ASSESSMENT_REPORT: "ASSESSMENT_REPORT",
193
- CONTROL: "CONTROL",
194
- CONTROL_SET: "CONTROL_SET",
195
- DELEGATION: "DELEGATION",
196
- };
197
- export const SettingAttribute = {
198
- ALL: "ALL",
199
- DEFAULT_ASSESSMENT_REPORTS_DESTINATION: "DEFAULT_ASSESSMENT_REPORTS_DESTINATION",
200
- DEFAULT_EXPORT_DESTINATION: "DEFAULT_EXPORT_DESTINATION",
201
- DEFAULT_PROCESS_OWNERS: "DEFAULT_PROCESS_OWNERS",
202
- DEREGISTRATION_POLICY: "DEREGISTRATION_POLICY",
203
- EVIDENCE_FINDER_ENABLEMENT: "EVIDENCE_FINDER_ENABLEMENT",
204
- IS_AWS_ORG_ENABLED: "IS_AWS_ORG_ENABLED",
205
- SNS_TOPIC: "SNS_TOPIC",
206
- };
207
- export const ExportDestinationType = {
208
- S3: "S3",
209
- };
210
- export const DeleteResources = {
211
- ALL: "ALL",
212
- DEFAULT: "DEFAULT",
213
- };
214
- export const EvidenceFinderBackfillStatus = {
215
- COMPLETED: "COMPLETED",
216
- IN_PROGRESS: "IN_PROGRESS",
217
- NOT_STARTED: "NOT_STARTED",
218
- };
219
- export const EvidenceFinderEnablementStatus = {
220
- DISABLED: "DISABLED",
221
- DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS",
222
- ENABLED: "ENABLED",
223
- ENABLE_IN_PROGRESS: "ENABLE_IN_PROGRESS",
224
- };
225
- export const DataSourceType = {
226
- AWS_API_CALL: "AWS_API_Call",
227
- AWS_CLOUDTRAIL: "AWS_Cloudtrail",
228
- AWS_CONFIG: "AWS_Config",
229
- AWS_SECURITY_HUB: "AWS_Security_Hub",
230
- MANUAL: "MANUAL",
231
- };
232
- export const ShareRequestAction = {
233
- ACCEPT: "ACCEPT",
234
- DECLINE: "DECLINE",
235
- REVOKE: "REVOKE",
236
- };
1
+ export {};
@@ -508,7 +508,7 @@ const _vE = "validationErrors";
508
508
  const n0 = "com.amazonaws.auditmanager";
509
509
  import { TypeRegistry } from "@smithy/core/schema";
510
510
  import { AuditManagerServiceException as __AuditManagerServiceException } from "../models/AuditManagerServiceException";
511
- import { AccessDeniedException as __AccessDeniedException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
511
+ import { AccessDeniedException as __AccessDeniedException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
512
512
  export var ActionPlanInstructions = [0, n0, _API, 8, 0];
513
513
  export var ActionPlanTitle = [0, n0, _APT, 8, 0];
514
514
  export var AssessmentDescription = [0, n0, _AD, 8, 0];
@@ -45,5 +45,7 @@ export type { RuntimeExtension } from "./runtimeExtensions";
45
45
  export type { AuditManagerExtensionConfiguration } from "./extensionConfiguration";
46
46
  export * from "./commands";
47
47
  export * from "./pagination";
48
- export * from "./models";
48
+ export * from "./models/enums";
49
+ export * from "./models/errors";
50
+ export type * from "./models/models_0";
49
51
  export { AuditManagerServiceException } from "./models/AuditManagerServiceException";
@@ -0,0 +1,379 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const AccountStatus: {
6
+ readonly ACTIVE: "ACTIVE";
7
+ readonly INACTIVE: "INACTIVE";
8
+ readonly PENDING_ACTIVATION: "PENDING_ACTIVATION";
9
+ };
10
+ /**
11
+ * @public
12
+ */
13
+ export type AccountStatus = (typeof AccountStatus)[keyof typeof AccountStatus];
14
+ /**
15
+ * @public
16
+ * @enum
17
+ */
18
+ export declare const ActionEnum: {
19
+ readonly ACTIVE: "ACTIVE";
20
+ readonly CREATE: "CREATE";
21
+ readonly DELETE: "DELETE";
22
+ readonly IMPORT_EVIDENCE: "IMPORT_EVIDENCE";
23
+ readonly INACTIVE: "INACTIVE";
24
+ readonly REVIEWED: "REVIEWED";
25
+ readonly UNDER_REVIEW: "UNDER_REVIEW";
26
+ readonly UPDATE_METADATA: "UPDATE_METADATA";
27
+ };
28
+ /**
29
+ * @public
30
+ */
31
+ export type ActionEnum = (typeof ActionEnum)[keyof typeof ActionEnum];
32
+ /**
33
+ * @public
34
+ * @enum
35
+ */
36
+ export declare const ControlResponse: {
37
+ readonly AUTOMATE: "AUTOMATE";
38
+ readonly DEFER: "DEFER";
39
+ readonly IGNORE: "IGNORE";
40
+ readonly MANUAL: "MANUAL";
41
+ };
42
+ /**
43
+ * @public
44
+ */
45
+ export type ControlResponse = (typeof ControlResponse)[keyof typeof ControlResponse];
46
+ /**
47
+ * @public
48
+ * @enum
49
+ */
50
+ export declare const ControlStatus: {
51
+ readonly INACTIVE: "INACTIVE";
52
+ readonly REVIEWED: "REVIEWED";
53
+ readonly UNDER_REVIEW: "UNDER_REVIEW";
54
+ };
55
+ /**
56
+ * @public
57
+ */
58
+ export type ControlStatus = (typeof ControlStatus)[keyof typeof ControlStatus];
59
+ /**
60
+ * @public
61
+ * @enum
62
+ */
63
+ export declare const RoleType: {
64
+ readonly PROCESS_OWNER: "PROCESS_OWNER";
65
+ readonly RESOURCE_OWNER: "RESOURCE_OWNER";
66
+ };
67
+ /**
68
+ * @public
69
+ */
70
+ export type RoleType = (typeof RoleType)[keyof typeof RoleType];
71
+ /**
72
+ * @public
73
+ * @enum
74
+ */
75
+ export declare const DelegationStatus: {
76
+ readonly COMPLETE: "COMPLETE";
77
+ readonly IN_PROGRESS: "IN_PROGRESS";
78
+ readonly UNDER_REVIEW: "UNDER_REVIEW";
79
+ };
80
+ /**
81
+ * @public
82
+ */
83
+ export type DelegationStatus = (typeof DelegationStatus)[keyof typeof DelegationStatus];
84
+ /**
85
+ * @public
86
+ * @enum
87
+ */
88
+ export declare const ControlSetStatus: {
89
+ readonly ACTIVE: "ACTIVE";
90
+ readonly REVIEWED: "REVIEWED";
91
+ readonly UNDER_REVIEW: "UNDER_REVIEW";
92
+ };
93
+ /**
94
+ * @public
95
+ */
96
+ export type ControlSetStatus = (typeof ControlSetStatus)[keyof typeof ControlSetStatus];
97
+ /**
98
+ * @public
99
+ * @enum
100
+ */
101
+ export declare const AssessmentReportDestinationType: {
102
+ readonly S3: "S3";
103
+ };
104
+ /**
105
+ * @public
106
+ */
107
+ export type AssessmentReportDestinationType = (typeof AssessmentReportDestinationType)[keyof typeof AssessmentReportDestinationType];
108
+ /**
109
+ * @public
110
+ * @enum
111
+ */
112
+ export declare const AssessmentStatus: {
113
+ readonly ACTIVE: "ACTIVE";
114
+ readonly INACTIVE: "INACTIVE";
115
+ };
116
+ /**
117
+ * @public
118
+ */
119
+ export type AssessmentStatus = (typeof AssessmentStatus)[keyof typeof AssessmentStatus];
120
+ /**
121
+ * @public
122
+ * @enum
123
+ */
124
+ export declare const FrameworkType: {
125
+ readonly CUSTOM: "Custom";
126
+ readonly STANDARD: "Standard";
127
+ };
128
+ /**
129
+ * @public
130
+ */
131
+ export type FrameworkType = (typeof FrameworkType)[keyof typeof FrameworkType];
132
+ /**
133
+ * @public
134
+ * @enum
135
+ */
136
+ export declare const ShareRequestStatus: {
137
+ readonly ACTIVE: "ACTIVE";
138
+ readonly DECLINED: "DECLINED";
139
+ readonly EXPIRED: "EXPIRED";
140
+ readonly EXPIRING: "EXPIRING";
141
+ readonly FAILED: "FAILED";
142
+ readonly REPLICATING: "REPLICATING";
143
+ readonly REVOKED: "REVOKED";
144
+ readonly SHARED: "SHARED";
145
+ };
146
+ /**
147
+ * @public
148
+ */
149
+ export type ShareRequestStatus = (typeof ShareRequestStatus)[keyof typeof ShareRequestStatus];
150
+ /**
151
+ * @public
152
+ * @enum
153
+ */
154
+ export declare const AssessmentReportStatus: {
155
+ readonly COMPLETE: "COMPLETE";
156
+ readonly FAILED: "FAILED";
157
+ readonly IN_PROGRESS: "IN_PROGRESS";
158
+ };
159
+ /**
160
+ * @public
161
+ */
162
+ export type AssessmentReportStatus = (typeof AssessmentReportStatus)[keyof typeof AssessmentReportStatus];
163
+ /**
164
+ * @public
165
+ * @enum
166
+ */
167
+ export declare const ValidationExceptionReason: {
168
+ readonly CANNOT_PARSE: "cannotParse";
169
+ readonly FIELD_VALIDATION_FAILED: "fieldValidationFailed";
170
+ readonly OTHER: "other";
171
+ readonly UNKNOWN_OPERATION: "unknownOperation";
172
+ };
173
+ /**
174
+ * @public
175
+ */
176
+ export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
177
+ /**
178
+ * @public
179
+ * @enum
180
+ */
181
+ export declare const SourceFrequency: {
182
+ readonly DAILY: "DAILY";
183
+ readonly MONTHLY: "MONTHLY";
184
+ readonly WEEKLY: "WEEKLY";
185
+ };
186
+ /**
187
+ * @public
188
+ */
189
+ export type SourceFrequency = (typeof SourceFrequency)[keyof typeof SourceFrequency];
190
+ /**
191
+ * @public
192
+ * @enum
193
+ */
194
+ export declare const KeywordInputType: {
195
+ readonly INPUT_TEXT: "INPUT_TEXT";
196
+ readonly SELECT_FROM_LIST: "SELECT_FROM_LIST";
197
+ readonly UPLOAD_FILE: "UPLOAD_FILE";
198
+ };
199
+ /**
200
+ * @public
201
+ */
202
+ export type KeywordInputType = (typeof KeywordInputType)[keyof typeof KeywordInputType];
203
+ /**
204
+ * @public
205
+ * @enum
206
+ */
207
+ export declare const SourceSetUpOption: {
208
+ readonly PROCEDURAL_CONTROLS_MAPPING: "Procedural_Controls_Mapping";
209
+ readonly SYSTEM_CONTROLS_MAPPING: "System_Controls_Mapping";
210
+ };
211
+ /**
212
+ * @public
213
+ */
214
+ export type SourceSetUpOption = (typeof SourceSetUpOption)[keyof typeof SourceSetUpOption];
215
+ /**
216
+ * @public
217
+ * @enum
218
+ */
219
+ export declare const SourceType: {
220
+ readonly AWS_API_CALL: "AWS_API_Call";
221
+ readonly AWS_CLOUDTRAIL: "AWS_Cloudtrail";
222
+ readonly AWS_CONFIG: "AWS_Config";
223
+ readonly AWS_SECURITY_HUB: "AWS_Security_Hub";
224
+ readonly COMMON_CONTROL: "Common_Control";
225
+ readonly CORE_CONTROL: "Core_Control";
226
+ readonly MANUAL: "MANUAL";
227
+ };
228
+ /**
229
+ * @public
230
+ */
231
+ export type SourceType = (typeof SourceType)[keyof typeof SourceType];
232
+ /**
233
+ * @public
234
+ * @enum
235
+ */
236
+ export declare const ControlState: {
237
+ readonly ACTIVE: "ACTIVE";
238
+ readonly END_OF_SUPPORT: "END_OF_SUPPORT";
239
+ };
240
+ /**
241
+ * @public
242
+ */
243
+ export type ControlState = (typeof ControlState)[keyof typeof ControlState];
244
+ /**
245
+ * @public
246
+ * @enum
247
+ */
248
+ export declare const ControlType: {
249
+ readonly CORE: "Core";
250
+ readonly CUSTOM: "Custom";
251
+ readonly STANDARD: "Standard";
252
+ };
253
+ /**
254
+ * @public
255
+ */
256
+ export type ControlType = (typeof ControlType)[keyof typeof ControlType];
257
+ /**
258
+ * @public
259
+ * @enum
260
+ */
261
+ export declare const ShareRequestType: {
262
+ readonly RECEIVED: "RECEIVED";
263
+ readonly SENT: "SENT";
264
+ };
265
+ /**
266
+ * @public
267
+ */
268
+ export type ShareRequestType = (typeof ShareRequestType)[keyof typeof ShareRequestType];
269
+ /**
270
+ * @public
271
+ * @enum
272
+ */
273
+ export declare const ObjectTypeEnum: {
274
+ readonly ASSESSMENT: "ASSESSMENT";
275
+ readonly ASSESSMENT_REPORT: "ASSESSMENT_REPORT";
276
+ readonly CONTROL: "CONTROL";
277
+ readonly CONTROL_SET: "CONTROL_SET";
278
+ readonly DELEGATION: "DELEGATION";
279
+ };
280
+ /**
281
+ * @public
282
+ */
283
+ export type ObjectTypeEnum = (typeof ObjectTypeEnum)[keyof typeof ObjectTypeEnum];
284
+ /**
285
+ * @public
286
+ * @enum
287
+ */
288
+ export declare const SettingAttribute: {
289
+ readonly ALL: "ALL";
290
+ readonly DEFAULT_ASSESSMENT_REPORTS_DESTINATION: "DEFAULT_ASSESSMENT_REPORTS_DESTINATION";
291
+ readonly DEFAULT_EXPORT_DESTINATION: "DEFAULT_EXPORT_DESTINATION";
292
+ readonly DEFAULT_PROCESS_OWNERS: "DEFAULT_PROCESS_OWNERS";
293
+ readonly DEREGISTRATION_POLICY: "DEREGISTRATION_POLICY";
294
+ readonly EVIDENCE_FINDER_ENABLEMENT: "EVIDENCE_FINDER_ENABLEMENT";
295
+ readonly IS_AWS_ORG_ENABLED: "IS_AWS_ORG_ENABLED";
296
+ readonly SNS_TOPIC: "SNS_TOPIC";
297
+ };
298
+ /**
299
+ * @public
300
+ */
301
+ export type SettingAttribute = (typeof SettingAttribute)[keyof typeof SettingAttribute];
302
+ /**
303
+ * @public
304
+ * @enum
305
+ */
306
+ export declare const ExportDestinationType: {
307
+ readonly S3: "S3";
308
+ };
309
+ /**
310
+ * @public
311
+ */
312
+ export type ExportDestinationType = (typeof ExportDestinationType)[keyof typeof ExportDestinationType];
313
+ /**
314
+ * @public
315
+ * @enum
316
+ */
317
+ export declare const DeleteResources: {
318
+ readonly ALL: "ALL";
319
+ readonly DEFAULT: "DEFAULT";
320
+ };
321
+ /**
322
+ * @public
323
+ */
324
+ export type DeleteResources = (typeof DeleteResources)[keyof typeof DeleteResources];
325
+ /**
326
+ * @public
327
+ * @enum
328
+ */
329
+ export declare const EvidenceFinderBackfillStatus: {
330
+ readonly COMPLETED: "COMPLETED";
331
+ readonly IN_PROGRESS: "IN_PROGRESS";
332
+ readonly NOT_STARTED: "NOT_STARTED";
333
+ };
334
+ /**
335
+ * @public
336
+ */
337
+ export type EvidenceFinderBackfillStatus = (typeof EvidenceFinderBackfillStatus)[keyof typeof EvidenceFinderBackfillStatus];
338
+ /**
339
+ * @public
340
+ * @enum
341
+ */
342
+ export declare const EvidenceFinderEnablementStatus: {
343
+ readonly DISABLED: "DISABLED";
344
+ readonly DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS";
345
+ readonly ENABLED: "ENABLED";
346
+ readonly ENABLE_IN_PROGRESS: "ENABLE_IN_PROGRESS";
347
+ };
348
+ /**
349
+ * @public
350
+ */
351
+ export type EvidenceFinderEnablementStatus = (typeof EvidenceFinderEnablementStatus)[keyof typeof EvidenceFinderEnablementStatus];
352
+ /**
353
+ * @public
354
+ * @enum
355
+ */
356
+ export declare const DataSourceType: {
357
+ readonly AWS_API_CALL: "AWS_API_Call";
358
+ readonly AWS_CLOUDTRAIL: "AWS_Cloudtrail";
359
+ readonly AWS_CONFIG: "AWS_Config";
360
+ readonly AWS_SECURITY_HUB: "AWS_Security_Hub";
361
+ readonly MANUAL: "MANUAL";
362
+ };
363
+ /**
364
+ * @public
365
+ */
366
+ export type DataSourceType = (typeof DataSourceType)[keyof typeof DataSourceType];
367
+ /**
368
+ * @public
369
+ * @enum
370
+ */
371
+ export declare const ShareRequestAction: {
372
+ readonly ACCEPT: "ACCEPT";
373
+ readonly DECLINE: "DECLINE";
374
+ readonly REVOKE: "REVOKE";
375
+ };
376
+ /**
377
+ * @public
378
+ */
379
+ export type ShareRequestAction = (typeof ShareRequestAction)[keyof typeof ShareRequestAction];