@aws-sdk/client-auditmanager 3.300.0 → 3.303.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 (61) hide show
  1. package/dist-cjs/models/models_0.js +135 -160
  2. package/dist-es/models/models_0.js +135 -160
  3. package/dist-types/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +1 -1
  4. package/dist-types/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +2 -2
  5. package/dist-types/commands/BatchCreateDelegationByAssessmentCommand.d.ts +3 -3
  6. package/dist-types/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +2 -2
  7. package/dist-types/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +2 -2
  8. package/dist-types/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +3 -3
  9. package/dist-types/commands/CreateAssessmentCommand.d.ts +10 -10
  10. package/dist-types/commands/CreateAssessmentFrameworkCommand.d.ts +6 -6
  11. package/dist-types/commands/CreateAssessmentReportCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateControlCommand.d.ts +5 -5
  13. package/dist-types/commands/DeleteAssessmentCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteAssessmentFrameworkCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteAssessmentFrameworkShareCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteAssessmentReportCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteControlCommand.d.ts +1 -1
  18. package/dist-types/commands/DeregisterOrganizationAdminAccountCommand.d.ts +1 -1
  19. package/dist-types/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +1 -1
  20. package/dist-types/commands/GetAssessmentCommand.d.ts +1 -1
  21. package/dist-types/commands/GetAssessmentFrameworkCommand.d.ts +1 -1
  22. package/dist-types/commands/GetAssessmentReportUrlCommand.d.ts +1 -1
  23. package/dist-types/commands/GetChangeLogsCommand.d.ts +1 -1
  24. package/dist-types/commands/GetControlCommand.d.ts +1 -1
  25. package/dist-types/commands/GetDelegationsCommand.d.ts +1 -1
  26. package/dist-types/commands/GetEvidenceByEvidenceFolderCommand.d.ts +1 -1
  27. package/dist-types/commands/GetEvidenceCommand.d.ts +1 -1
  28. package/dist-types/commands/GetEvidenceFolderCommand.d.ts +1 -1
  29. package/dist-types/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +1 -1
  30. package/dist-types/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +1 -1
  31. package/dist-types/commands/GetInsightsByAssessmentCommand.d.ts +1 -1
  32. package/dist-types/commands/GetSettingsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +1 -1
  34. package/dist-types/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +1 -1
  35. package/dist-types/commands/ListAssessmentFrameworksCommand.d.ts +1 -1
  36. package/dist-types/commands/ListAssessmentReportsCommand.d.ts +1 -1
  37. package/dist-types/commands/ListAssessmentsCommand.d.ts +1 -1
  38. package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +1 -1
  39. package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +1 -1
  40. package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +1 -1
  41. package/dist-types/commands/ListControlsCommand.d.ts +1 -1
  42. package/dist-types/commands/ListKeywordsForDataSourceCommand.d.ts +1 -1
  43. package/dist-types/commands/ListNotificationsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  45. package/dist-types/commands/RegisterAccountCommand.d.ts +1 -1
  46. package/dist-types/commands/RegisterOrganizationAdminAccountCommand.d.ts +1 -1
  47. package/dist-types/commands/StartAssessmentFrameworkShareCommand.d.ts +1 -1
  48. package/dist-types/commands/TagResourceCommand.d.ts +2 -2
  49. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  50. package/dist-types/commands/UpdateAssessmentCommand.d.ts +9 -9
  51. package/dist-types/commands/UpdateAssessmentControlCommand.d.ts +1 -1
  52. package/dist-types/commands/UpdateAssessmentControlSetStatusCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateAssessmentFrameworkCommand.d.ts +5 -5
  54. package/dist-types/commands/UpdateAssessmentFrameworkShareCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateAssessmentStatusCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateControlCommand.d.ts +4 -4
  57. package/dist-types/commands/UpdateSettingsCommand.d.ts +5 -5
  58. package/dist-types/commands/ValidateAssessmentReportIntegrityCommand.d.ts +1 -1
  59. package/dist-types/models/models_0.d.ts +260 -135
  60. package/dist-types/ts3.4/models/models_0.d.ts +178 -135
  61. package/package.json +34 -34
@@ -15,25 +15,35 @@ export declare class AccessDeniedException extends __BaseException {
15
15
  }
16
16
  /**
17
17
  * @public
18
+ * @enum
18
19
  */
19
- export declare enum AccountStatus {
20
- ACTIVE = "ACTIVE",
21
- INACTIVE = "INACTIVE",
22
- PENDING_ACTIVATION = "PENDING_ACTIVATION"
23
- }
20
+ export declare const AccountStatus: {
21
+ readonly ACTIVE: "ACTIVE";
22
+ readonly INACTIVE: "INACTIVE";
23
+ readonly PENDING_ACTIVATION: "PENDING_ACTIVATION";
24
+ };
24
25
  /**
25
26
  * @public
26
27
  */
27
- export declare enum ActionEnum {
28
- ACTIVE = "ACTIVE",
29
- CREATE = "CREATE",
30
- DELETE = "DELETE",
31
- IMPORT_EVIDENCE = "IMPORT_EVIDENCE",
32
- INACTIVE = "INACTIVE",
33
- REVIEWED = "REVIEWED",
34
- UNDER_REVIEW = "UNDER_REVIEW",
35
- UPDATE_METADATA = "UPDATE_METADATA"
36
- }
28
+ export type AccountStatus = (typeof AccountStatus)[keyof typeof AccountStatus];
29
+ /**
30
+ * @public
31
+ * @enum
32
+ */
33
+ export declare const ActionEnum: {
34
+ readonly ACTIVE: "ACTIVE";
35
+ readonly CREATE: "CREATE";
36
+ readonly DELETE: "DELETE";
37
+ readonly IMPORT_EVIDENCE: "IMPORT_EVIDENCE";
38
+ readonly INACTIVE: "INACTIVE";
39
+ readonly REVIEWED: "REVIEWED";
40
+ readonly UNDER_REVIEW: "UNDER_REVIEW";
41
+ readonly UPDATE_METADATA: "UPDATE_METADATA";
42
+ };
43
+ /**
44
+ * @public
45
+ */
46
+ export type ActionEnum = (typeof ActionEnum)[keyof typeof ActionEnum];
37
47
  /**
38
48
  * @public
39
49
  * <p> The wrapper of Amazon Web Services account details, such as account ID or email address.
@@ -74,21 +84,31 @@ export interface ControlComment {
74
84
  }
75
85
  /**
76
86
  * @public
87
+ * @enum
77
88
  */
78
- export declare enum ControlResponse {
79
- AUTOMATE = "AUTOMATE",
80
- DEFER = "DEFER",
81
- IGNORE = "IGNORE",
82
- MANUAL = "MANUAL"
83
- }
89
+ export declare const ControlResponse: {
90
+ readonly AUTOMATE: "AUTOMATE";
91
+ readonly DEFER: "DEFER";
92
+ readonly IGNORE: "IGNORE";
93
+ readonly MANUAL: "MANUAL";
94
+ };
84
95
  /**
85
96
  * @public
86
97
  */
87
- export declare enum ControlStatus {
88
- INACTIVE = "INACTIVE",
89
- REVIEWED = "REVIEWED",
90
- UNDER_REVIEW = "UNDER_REVIEW"
91
- }
98
+ export type ControlResponse = (typeof ControlResponse)[keyof typeof ControlResponse];
99
+ /**
100
+ * @public
101
+ * @enum
102
+ */
103
+ export declare const ControlStatus: {
104
+ readonly INACTIVE: "INACTIVE";
105
+ readonly REVIEWED: "REVIEWED";
106
+ readonly UNDER_REVIEW: "UNDER_REVIEW";
107
+ };
108
+ /**
109
+ * @public
110
+ */
111
+ export type ControlStatus = (typeof ControlStatus)[keyof typeof ControlStatus];
92
112
  /**
93
113
  * @public
94
114
  * <p> The control entity that represents a standard control or a custom control in an Audit Manager assessment. </p>
@@ -133,19 +153,29 @@ export interface AssessmentControl {
133
153
  }
134
154
  /**
135
155
  * @public
156
+ * @enum
136
157
  */
137
- export declare enum RoleType {
138
- PROCESS_OWNER = "PROCESS_OWNER",
139
- RESOURCE_OWNER = "RESOURCE_OWNER"
140
- }
158
+ export declare const RoleType: {
159
+ readonly PROCESS_OWNER: "PROCESS_OWNER";
160
+ readonly RESOURCE_OWNER: "RESOURCE_OWNER";
161
+ };
141
162
  /**
142
163
  * @public
143
164
  */
144
- export declare enum DelegationStatus {
145
- COMPLETE = "COMPLETE",
146
- IN_PROGRESS = "IN_PROGRESS",
147
- UNDER_REVIEW = "UNDER_REVIEW"
148
- }
165
+ export type RoleType = (typeof RoleType)[keyof typeof RoleType];
166
+ /**
167
+ * @public
168
+ * @enum
169
+ */
170
+ export declare const DelegationStatus: {
171
+ readonly COMPLETE: "COMPLETE";
172
+ readonly IN_PROGRESS: "IN_PROGRESS";
173
+ readonly UNDER_REVIEW: "UNDER_REVIEW";
174
+ };
175
+ /**
176
+ * @public
177
+ */
178
+ export type DelegationStatus = (typeof DelegationStatus)[keyof typeof DelegationStatus];
149
179
  /**
150
180
  * @public
151
181
  * <p> The assignment of a control set to a delegate for review. </p>
@@ -229,12 +259,17 @@ export interface Role {
229
259
  }
230
260
  /**
231
261
  * @public
262
+ * @enum
232
263
  */
233
- export declare enum ControlSetStatus {
234
- ACTIVE = "ACTIVE",
235
- REVIEWED = "REVIEWED",
236
- UNDER_REVIEW = "UNDER_REVIEW"
237
- }
264
+ export declare const ControlSetStatus: {
265
+ readonly ACTIVE: "ACTIVE";
266
+ readonly REVIEWED: "REVIEWED";
267
+ readonly UNDER_REVIEW: "UNDER_REVIEW";
268
+ };
269
+ /**
270
+ * @public
271
+ */
272
+ export type ControlSetStatus = (typeof ControlSetStatus)[keyof typeof ControlSetStatus];
238
273
  /**
239
274
  * @public
240
275
  * <p> Represents a set of controls in an Audit Manager assessment. </p>
@@ -324,10 +359,15 @@ export interface AssessmentFramework {
324
359
  }
325
360
  /**
326
361
  * @public
362
+ * @enum
327
363
  */
328
- export declare enum AssessmentReportDestinationType {
329
- S3 = "S3"
330
- }
364
+ export declare const AssessmentReportDestinationType: {
365
+ readonly S3: "S3";
366
+ };
367
+ /**
368
+ * @public
369
+ */
370
+ export type AssessmentReportDestinationType = (typeof AssessmentReportDestinationType)[keyof typeof AssessmentReportDestinationType];
331
371
  /**
332
372
  * @public
333
373
  * <p> The location where Audit Manager saves assessment reports for the given
@@ -387,11 +427,16 @@ export interface Scope {
387
427
  }
388
428
  /**
389
429
  * @public
430
+ * @enum
390
431
  */
391
- export declare enum AssessmentStatus {
392
- ACTIVE = "ACTIVE",
393
- INACTIVE = "INACTIVE"
394
- }
432
+ export declare const AssessmentStatus: {
433
+ readonly ACTIVE: "ACTIVE";
434
+ readonly INACTIVE: "INACTIVE";
435
+ };
436
+ /**
437
+ * @public
438
+ */
439
+ export type AssessmentStatus = (typeof AssessmentStatus)[keyof typeof AssessmentStatus];
395
440
  /**
396
441
  * @public
397
442
  * <p> The metadata that's associated with the specified assessment. </p>
@@ -558,11 +603,16 @@ export interface AssessmentEvidenceFolder {
558
603
  }
559
604
  /**
560
605
  * @public
606
+ * @enum
561
607
  */
562
- export declare enum FrameworkType {
563
- CUSTOM = "Custom",
564
- STANDARD = "Standard"
565
- }
608
+ export declare const FrameworkType: {
609
+ readonly CUSTOM: "Custom";
610
+ readonly STANDARD: "Standard";
611
+ };
612
+ /**
613
+ * @public
614
+ */
615
+ export type FrameworkType = (typeof FrameworkType)[keyof typeof FrameworkType];
566
616
  /**
567
617
  * @public
568
618
  * <p> The metadata that's associated with a standard framework or a custom framework. </p>
@@ -616,17 +666,22 @@ export interface AssessmentFrameworkMetadata {
616
666
  }
617
667
  /**
618
668
  * @public
669
+ * @enum
619
670
  */
620
- export declare enum ShareRequestStatus {
621
- ACTIVE = "ACTIVE",
622
- DECLINED = "DECLINED",
623
- EXPIRED = "EXPIRED",
624
- EXPIRING = "EXPIRING",
625
- FAILED = "FAILED",
626
- REPLICATING = "REPLICATING",
627
- REVOKED = "REVOKED",
628
- SHARED = "SHARED"
629
- }
671
+ export declare const ShareRequestStatus: {
672
+ readonly ACTIVE: "ACTIVE";
673
+ readonly DECLINED: "DECLINED";
674
+ readonly EXPIRED: "EXPIRED";
675
+ readonly EXPIRING: "EXPIRING";
676
+ readonly FAILED: "FAILED";
677
+ readonly REPLICATING: "REPLICATING";
678
+ readonly REVOKED: "REVOKED";
679
+ readonly SHARED: "SHARED";
680
+ };
681
+ /**
682
+ * @public
683
+ */
684
+ export type ShareRequestStatus = (typeof ShareRequestStatus)[keyof typeof ShareRequestStatus];
630
685
  /**
631
686
  * @public
632
687
  * <p> Represents a share request for a custom framework in Audit Manager. </p>
@@ -736,12 +791,17 @@ export interface AssessmentMetadataItem {
736
791
  }
737
792
  /**
738
793
  * @public
794
+ * @enum
739
795
  */
740
- export declare enum AssessmentReportStatus {
741
- COMPLETE = "COMPLETE",
742
- FAILED = "FAILED",
743
- IN_PROGRESS = "IN_PROGRESS"
744
- }
796
+ export declare const AssessmentReportStatus: {
797
+ readonly COMPLETE: "COMPLETE";
798
+ readonly FAILED: "FAILED";
799
+ readonly IN_PROGRESS: "IN_PROGRESS";
800
+ };
801
+ /**
802
+ * @public
803
+ */
804
+ export type AssessmentReportStatus = (typeof AssessmentReportStatus)[keyof typeof AssessmentReportStatus];
745
805
  /**
746
806
  * @public
747
807
  * <p> A finalized document that's generated from an Audit Manager assessment. These
@@ -911,13 +971,18 @@ export interface ValidationExceptionField {
911
971
  }
912
972
  /**
913
973
  * @public
974
+ * @enum
914
975
  */
915
- export declare enum ValidationExceptionReason {
916
- CANNOT_PARSE = "cannotParse",
917
- FIELD_VALIDATION_FAILED = "fieldValidationFailed",
918
- OTHER = "other",
919
- UNKNOWN_OPERATION = "unknownOperation"
920
- }
976
+ export declare const ValidationExceptionReason: {
977
+ readonly CANNOT_PARSE: "cannotParse";
978
+ readonly FIELD_VALIDATION_FAILED: "fieldValidationFailed";
979
+ readonly OTHER: "other";
980
+ readonly UNKNOWN_OPERATION: "unknownOperation";
981
+ };
982
+ /**
983
+ * @public
984
+ */
985
+ export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
921
986
  /**
922
987
  * @public
923
988
  * <p> The request has invalid or missing parameters. </p>
@@ -1299,18 +1364,28 @@ export interface CreateAssessmentFrameworkRequest {
1299
1364
  }
1300
1365
  /**
1301
1366
  * @public
1367
+ * @enum
1302
1368
  */
1303
- export declare enum SourceFrequency {
1304
- DAILY = "DAILY",
1305
- MONTHLY = "MONTHLY",
1306
- WEEKLY = "WEEKLY"
1307
- }
1369
+ export declare const SourceFrequency: {
1370
+ readonly DAILY: "DAILY";
1371
+ readonly MONTHLY: "MONTHLY";
1372
+ readonly WEEKLY: "WEEKLY";
1373
+ };
1308
1374
  /**
1309
1375
  * @public
1310
1376
  */
1311
- export declare enum KeywordInputType {
1312
- SELECT_FROM_LIST = "SELECT_FROM_LIST"
1313
- }
1377
+ export type SourceFrequency = (typeof SourceFrequency)[keyof typeof SourceFrequency];
1378
+ /**
1379
+ * @public
1380
+ * @enum
1381
+ */
1382
+ export declare const KeywordInputType: {
1383
+ readonly SELECT_FROM_LIST: "SELECT_FROM_LIST";
1384
+ };
1385
+ /**
1386
+ * @public
1387
+ */
1388
+ export type KeywordInputType = (typeof KeywordInputType)[keyof typeof KeywordInputType];
1314
1389
  /**
1315
1390
  * @public
1316
1391
  * <p> The keyword to search for in CloudTrail logs, Config rules,
@@ -1410,21 +1485,31 @@ export interface SourceKeyword {
1410
1485
  }
1411
1486
  /**
1412
1487
  * @public
1488
+ * @enum
1413
1489
  */
1414
- export declare enum SourceSetUpOption {
1415
- PROCEDURAL_CONTROLS_MAPPING = "Procedural_Controls_Mapping",
1416
- SYSTEM_CONTROLS_MAPPING = "System_Controls_Mapping"
1417
- }
1490
+ export declare const SourceSetUpOption: {
1491
+ readonly PROCEDURAL_CONTROLS_MAPPING: "Procedural_Controls_Mapping";
1492
+ readonly SYSTEM_CONTROLS_MAPPING: "System_Controls_Mapping";
1493
+ };
1418
1494
  /**
1419
1495
  * @public
1420
1496
  */
1421
- export declare enum SourceType {
1422
- AWS_API_CALL = "AWS_API_Call",
1423
- AWS_CLOUDTRAIL = "AWS_Cloudtrail",
1424
- AWS_CONFIG = "AWS_Config",
1425
- AWS_SECURITY_HUB = "AWS_Security_Hub",
1426
- MANUAL = "MANUAL"
1427
- }
1497
+ export type SourceSetUpOption = (typeof SourceSetUpOption)[keyof typeof SourceSetUpOption];
1498
+ /**
1499
+ * @public
1500
+ * @enum
1501
+ */
1502
+ export declare const SourceType: {
1503
+ readonly AWS_API_CALL: "AWS_API_Call";
1504
+ readonly AWS_CLOUDTRAIL: "AWS_Cloudtrail";
1505
+ readonly AWS_CONFIG: "AWS_Config";
1506
+ readonly AWS_SECURITY_HUB: "AWS_Security_Hub";
1507
+ readonly MANUAL: "MANUAL";
1508
+ };
1509
+ /**
1510
+ * @public
1511
+ */
1512
+ export type SourceType = (typeof SourceType)[keyof typeof SourceType];
1428
1513
  /**
1429
1514
  * @public
1430
1515
  * <p> The data source that determines where Audit Manager collects evidence from for
@@ -1494,11 +1579,16 @@ export interface ControlMappingSource {
1494
1579
  }
1495
1580
  /**
1496
1581
  * @public
1582
+ * @enum
1497
1583
  */
1498
- export declare enum ControlType {
1499
- CUSTOM = "Custom",
1500
- STANDARD = "Standard"
1501
- }
1584
+ export declare const ControlType: {
1585
+ readonly CUSTOM: "Custom";
1586
+ readonly STANDARD: "Standard";
1587
+ };
1588
+ /**
1589
+ * @public
1590
+ */
1591
+ export type ControlType = (typeof ControlType)[keyof typeof ControlType];
1502
1592
  /**
1503
1593
  * @public
1504
1594
  * <p> A control in Audit Manager. </p>
@@ -1836,11 +1926,16 @@ export interface DeleteAssessmentFrameworkResponse {
1836
1926
  }
1837
1927
  /**
1838
1928
  * @public
1929
+ * @enum
1839
1930
  */
1840
- export declare enum ShareRequestType {
1841
- RECEIVED = "RECEIVED",
1842
- SENT = "SENT"
1843
- }
1931
+ export declare const ShareRequestType: {
1932
+ readonly RECEIVED: "RECEIVED";
1933
+ readonly SENT: "SENT";
1934
+ };
1935
+ /**
1936
+ * @public
1937
+ */
1938
+ export type ShareRequestType = (typeof ShareRequestType)[keyof typeof ShareRequestType];
1844
1939
  /**
1845
1940
  * @public
1846
1941
  */
@@ -2058,14 +2153,19 @@ export interface GetChangeLogsRequest {
2058
2153
  }
2059
2154
  /**
2060
2155
  * @public
2156
+ * @enum
2061
2157
  */
2062
- export declare enum ObjectTypeEnum {
2063
- ASSESSMENT = "ASSESSMENT",
2064
- ASSESSMENT_REPORT = "ASSESSMENT_REPORT",
2065
- CONTROL = "CONTROL",
2066
- CONTROL_SET = "CONTROL_SET",
2067
- DELEGATION = "DELEGATION"
2068
- }
2158
+ export declare const ObjectTypeEnum: {
2159
+ readonly ASSESSMENT: "ASSESSMENT";
2160
+ readonly ASSESSMENT_REPORT: "ASSESSMENT_REPORT";
2161
+ readonly CONTROL: "CONTROL";
2162
+ readonly CONTROL_SET: "CONTROL_SET";
2163
+ readonly DELEGATION: "DELEGATION";
2164
+ };
2165
+ /**
2166
+ * @public
2167
+ */
2168
+ export type ObjectTypeEnum = (typeof ObjectTypeEnum)[keyof typeof ObjectTypeEnum];
2069
2169
  /**
2070
2170
  * @public
2071
2171
  * <p> The record of a change within Audit Manager. For example, this could be the
@@ -2721,16 +2821,21 @@ export interface GetServicesInScopeResponse {
2721
2821
  }
2722
2822
  /**
2723
2823
  * @public
2824
+ * @enum
2724
2825
  */
2725
- export declare enum SettingAttribute {
2726
- ALL = "ALL",
2727
- DEFAULT_ASSESSMENT_REPORTS_DESTINATION = "DEFAULT_ASSESSMENT_REPORTS_DESTINATION",
2728
- DEFAULT_PROCESS_OWNERS = "DEFAULT_PROCESS_OWNERS",
2729
- DEREGISTRATION_POLICY = "DEREGISTRATION_POLICY",
2730
- EVIDENCE_FINDER_ENABLEMENT = "EVIDENCE_FINDER_ENABLEMENT",
2731
- IS_AWS_ORG_ENABLED = "IS_AWS_ORG_ENABLED",
2732
- SNS_TOPIC = "SNS_TOPIC"
2733
- }
2826
+ export declare const SettingAttribute: {
2827
+ readonly ALL: "ALL";
2828
+ readonly DEFAULT_ASSESSMENT_REPORTS_DESTINATION: "DEFAULT_ASSESSMENT_REPORTS_DESTINATION";
2829
+ readonly DEFAULT_PROCESS_OWNERS: "DEFAULT_PROCESS_OWNERS";
2830
+ readonly DEREGISTRATION_POLICY: "DEREGISTRATION_POLICY";
2831
+ readonly EVIDENCE_FINDER_ENABLEMENT: "EVIDENCE_FINDER_ENABLEMENT";
2832
+ readonly IS_AWS_ORG_ENABLED: "IS_AWS_ORG_ENABLED";
2833
+ readonly SNS_TOPIC: "SNS_TOPIC";
2834
+ };
2835
+ /**
2836
+ * @public
2837
+ */
2838
+ export type SettingAttribute = (typeof SettingAttribute)[keyof typeof SettingAttribute];
2734
2839
  /**
2735
2840
  * @public
2736
2841
  */
@@ -2742,11 +2847,16 @@ export interface GetSettingsRequest {
2742
2847
  }
2743
2848
  /**
2744
2849
  * @public
2850
+ * @enum
2745
2851
  */
2746
- export declare enum DeleteResources {
2747
- ALL = "ALL",
2748
- DEFAULT = "DEFAULT"
2749
- }
2852
+ export declare const DeleteResources: {
2853
+ readonly ALL: "ALL";
2854
+ readonly DEFAULT: "DEFAULT";
2855
+ };
2856
+ /**
2857
+ * @public
2858
+ */
2859
+ export type DeleteResources = (typeof DeleteResources)[keyof typeof DeleteResources];
2750
2860
  /**
2751
2861
  * @public
2752
2862
  * <p>The deregistration policy for the data that's stored in Audit Manager. You can
@@ -2786,21 +2896,31 @@ export interface DeregistrationPolicy {
2786
2896
  }
2787
2897
  /**
2788
2898
  * @public
2899
+ * @enum
2789
2900
  */
2790
- export declare enum EvidenceFinderBackfillStatus {
2791
- COMPLETED = "COMPLETED",
2792
- IN_PROGRESS = "IN_PROGRESS",
2793
- NOT_STARTED = "NOT_STARTED"
2794
- }
2901
+ export declare const EvidenceFinderBackfillStatus: {
2902
+ readonly COMPLETED: "COMPLETED";
2903
+ readonly IN_PROGRESS: "IN_PROGRESS";
2904
+ readonly NOT_STARTED: "NOT_STARTED";
2905
+ };
2795
2906
  /**
2796
2907
  * @public
2797
2908
  */
2798
- export declare enum EvidenceFinderEnablementStatus {
2799
- DISABLED = "DISABLED",
2800
- DISABLE_IN_PROGRESS = "DISABLE_IN_PROGRESS",
2801
- ENABLED = "ENABLED",
2802
- ENABLE_IN_PROGRESS = "ENABLE_IN_PROGRESS"
2803
- }
2909
+ export type EvidenceFinderBackfillStatus = (typeof EvidenceFinderBackfillStatus)[keyof typeof EvidenceFinderBackfillStatus];
2910
+ /**
2911
+ * @public
2912
+ * @enum
2913
+ */
2914
+ export declare const EvidenceFinderEnablementStatus: {
2915
+ readonly DISABLED: "DISABLED";
2916
+ readonly DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS";
2917
+ readonly ENABLED: "ENABLED";
2918
+ readonly ENABLE_IN_PROGRESS: "ENABLE_IN_PROGRESS";
2919
+ };
2920
+ /**
2921
+ * @public
2922
+ */
2923
+ export type EvidenceFinderEnablementStatus = (typeof EvidenceFinderEnablementStatus)[keyof typeof EvidenceFinderEnablementStatus];
2804
2924
  /**
2805
2925
  * @public
2806
2926
  * <p>The settings object that specifies whether evidence finder is enabled. This object also
@@ -3740,12 +3860,17 @@ export interface UpdateAssessmentFrameworkResponse {
3740
3860
  }
3741
3861
  /**
3742
3862
  * @public
3863
+ * @enum
3743
3864
  */
3744
- export declare enum ShareRequestAction {
3745
- ACCEPT = "ACCEPT",
3746
- DECLINE = "DECLINE",
3747
- REVOKE = "REVOKE"
3748
- }
3865
+ export declare const ShareRequestAction: {
3866
+ readonly ACCEPT: "ACCEPT";
3867
+ readonly DECLINE: "DECLINE";
3868
+ readonly REVOKE: "REVOKE";
3869
+ };
3870
+ /**
3871
+ * @public
3872
+ */
3873
+ export type ShareRequestAction = (typeof ShareRequestAction)[keyof typeof ShareRequestAction];
3749
3874
  /**
3750
3875
  * @public
3751
3876
  */