@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,49 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { AuditManagerServiceException as __BaseException } from "./AuditManagerServiceException";
3
- /**
4
- * <p> Your account isn't registered with Audit Manager. Check the delegated
5
- * administrator setup on the Audit Manager settings page, and try again. </p>
6
- * @public
7
- */
8
- export declare class AccessDeniedException extends __BaseException {
9
- readonly name: "AccessDeniedException";
10
- readonly $fault: "client";
11
- /**
12
- * @internal
13
- */
14
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
15
- }
16
- /**
17
- * @public
18
- * @enum
19
- */
20
- export declare const AccountStatus: {
21
- readonly ACTIVE: "ACTIVE";
22
- readonly INACTIVE: "INACTIVE";
23
- readonly PENDING_ACTIVATION: "PENDING_ACTIVATION";
24
- };
25
- /**
26
- * @public
27
- */
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];
1
+ import { AccountStatus, ActionEnum, AssessmentReportDestinationType, AssessmentReportStatus, AssessmentStatus, ControlResponse, ControlSetStatus, ControlState, ControlStatus, ControlType, DataSourceType, DelegationStatus, DeleteResources, EvidenceFinderBackfillStatus, EvidenceFinderEnablementStatus, ExportDestinationType, FrameworkType, KeywordInputType, ObjectTypeEnum, RoleType, SettingAttribute, ShareRequestAction, ShareRequestStatus, ShareRequestType, SourceFrequency, SourceSetUpOption, SourceType } from "./enums";
47
2
  /**
48
3
  * <p> The wrapper of Amazon Web Services account details, such as account ID or email address.
49
4
  * </p>
@@ -88,33 +43,6 @@ export interface ControlComment {
88
43
  */
89
44
  postedDate?: Date | undefined;
90
45
  }
91
- /**
92
- * @public
93
- * @enum
94
- */
95
- export declare const ControlResponse: {
96
- readonly AUTOMATE: "AUTOMATE";
97
- readonly DEFER: "DEFER";
98
- readonly IGNORE: "IGNORE";
99
- readonly MANUAL: "MANUAL";
100
- };
101
- /**
102
- * @public
103
- */
104
- export type ControlResponse = (typeof ControlResponse)[keyof typeof ControlResponse];
105
- /**
106
- * @public
107
- * @enum
108
- */
109
- export declare const ControlStatus: {
110
- readonly INACTIVE: "INACTIVE";
111
- readonly REVIEWED: "REVIEWED";
112
- readonly UNDER_REVIEW: "UNDER_REVIEW";
113
- };
114
- /**
115
- * @public
116
- */
117
- export type ControlStatus = (typeof ControlStatus)[keyof typeof ControlStatus];
118
46
  /**
119
47
  * <p> The control entity that represents a standard control or a custom control in an Audit Manager assessment. </p>
120
48
  * @public
@@ -168,31 +96,6 @@ export interface AssessmentControl {
168
96
  */
169
97
  assessmentReportEvidenceCount?: number | undefined;
170
98
  }
171
- /**
172
- * @public
173
- * @enum
174
- */
175
- export declare const RoleType: {
176
- readonly PROCESS_OWNER: "PROCESS_OWNER";
177
- readonly RESOURCE_OWNER: "RESOURCE_OWNER";
178
- };
179
- /**
180
- * @public
181
- */
182
- export type RoleType = (typeof RoleType)[keyof typeof RoleType];
183
- /**
184
- * @public
185
- * @enum
186
- */
187
- export declare const DelegationStatus: {
188
- readonly COMPLETE: "COMPLETE";
189
- readonly IN_PROGRESS: "IN_PROGRESS";
190
- readonly UNDER_REVIEW: "UNDER_REVIEW";
191
- };
192
- /**
193
- * @public
194
- */
195
- export type DelegationStatus = (typeof DelegationStatus)[keyof typeof DelegationStatus];
196
99
  /**
197
100
  * <p> The assignment of a control set to a delegate for review. </p>
198
101
  * @public
@@ -287,19 +190,6 @@ export interface Role {
287
190
  */
288
191
  roleArn: string | undefined;
289
192
  }
290
- /**
291
- * @public
292
- * @enum
293
- */
294
- export declare const ControlSetStatus: {
295
- readonly ACTIVE: "ACTIVE";
296
- readonly REVIEWED: "REVIEWED";
297
- readonly UNDER_REVIEW: "UNDER_REVIEW";
298
- };
299
- /**
300
- * @public
301
- */
302
- export type ControlSetStatus = (typeof ControlSetStatus)[keyof typeof ControlSetStatus];
303
193
  /**
304
194
  * <p> Represents a set of controls in an Audit Manager assessment. </p>
305
195
  * @public
@@ -403,17 +293,6 @@ export interface AssessmentFramework {
403
293
  */
404
294
  controlSets?: AssessmentControlSet[] | undefined;
405
295
  }
406
- /**
407
- * @public
408
- * @enum
409
- */
410
- export declare const AssessmentReportDestinationType: {
411
- readonly S3: "S3";
412
- };
413
- /**
414
- * @public
415
- */
416
- export type AssessmentReportDestinationType = (typeof AssessmentReportDestinationType)[keyof typeof AssessmentReportDestinationType];
417
296
  /**
418
297
  * <p> The location where Audit Manager saves assessment reports for the given
419
298
  * assessment. </p>
@@ -493,18 +372,6 @@ export interface Scope {
493
372
  */
494
373
  awsServices?: AWSService[] | undefined;
495
374
  }
496
- /**
497
- * @public
498
- * @enum
499
- */
500
- export declare const AssessmentStatus: {
501
- readonly ACTIVE: "ACTIVE";
502
- readonly INACTIVE: "INACTIVE";
503
- };
504
- /**
505
- * @public
506
- */
507
- export type AssessmentStatus = (typeof AssessmentStatus)[keyof typeof AssessmentStatus];
508
375
  /**
509
376
  * <p> The metadata that's associated with the specified assessment. </p>
510
377
  * @public
@@ -703,18 +570,6 @@ export interface AssessmentEvidenceFolder {
703
570
  */
704
571
  evidenceAwsServiceSourceCount?: number | undefined;
705
572
  }
706
- /**
707
- * @public
708
- * @enum
709
- */
710
- export declare const FrameworkType: {
711
- readonly CUSTOM: "Custom";
712
- readonly STANDARD: "Standard";
713
- };
714
- /**
715
- * @public
716
- */
717
- export type FrameworkType = (typeof FrameworkType)[keyof typeof FrameworkType];
718
573
  /**
719
574
  * <p> The metadata that's associated with a standard framework or a custom framework. </p>
720
575
  * @public
@@ -777,24 +632,6 @@ export interface AssessmentFrameworkMetadata {
777
632
  */
778
633
  lastUpdatedAt?: Date | undefined;
779
634
  }
780
- /**
781
- * @public
782
- * @enum
783
- */
784
- export declare const ShareRequestStatus: {
785
- readonly ACTIVE: "ACTIVE";
786
- readonly DECLINED: "DECLINED";
787
- readonly EXPIRED: "EXPIRED";
788
- readonly EXPIRING: "EXPIRING";
789
- readonly FAILED: "FAILED";
790
- readonly REPLICATING: "REPLICATING";
791
- readonly REVOKED: "REVOKED";
792
- readonly SHARED: "SHARED";
793
- };
794
- /**
795
- * @public
796
- */
797
- export type ShareRequestStatus = (typeof ShareRequestStatus)[keyof typeof ShareRequestStatus];
798
635
  /**
799
636
  * <p> Represents a share request for a custom framework in Audit Manager. </p>
800
637
  * @public
@@ -925,19 +762,6 @@ export interface AssessmentMetadataItem {
925
762
  */
926
763
  lastUpdated?: Date | undefined;
927
764
  }
928
- /**
929
- * @public
930
- * @enum
931
- */
932
- export declare const AssessmentReportStatus: {
933
- readonly COMPLETE: "COMPLETE";
934
- readonly FAILED: "FAILED";
935
- readonly IN_PROGRESS: "IN_PROGRESS";
936
- };
937
- /**
938
- * @public
939
- */
940
- export type AssessmentReportStatus = (typeof AssessmentReportStatus)[keyof typeof AssessmentReportStatus];
941
765
  /**
942
766
  * <p> A finalized document that's generated from an Audit Manager assessment. These
943
767
  * reports summarize the relevant evidence that was collected for your audit, and link to the
@@ -1080,41 +904,6 @@ export interface AssociateAssessmentReportEvidenceFolderRequest {
1080
904
  */
1081
905
  export interface AssociateAssessmentReportEvidenceFolderResponse {
1082
906
  }
1083
- /**
1084
- * <p> An internal service error occurred during the processing of your request. Try again
1085
- * later. </p>
1086
- * @public
1087
- */
1088
- export declare class InternalServerException extends __BaseException {
1089
- readonly name: "InternalServerException";
1090
- readonly $fault: "server";
1091
- /**
1092
- * @internal
1093
- */
1094
- constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
1095
- }
1096
- /**
1097
- * <p> The resource that's specified in the request can't be found. </p>
1098
- * @public
1099
- */
1100
- export declare class ResourceNotFoundException extends __BaseException {
1101
- readonly name: "ResourceNotFoundException";
1102
- readonly $fault: "client";
1103
- /**
1104
- * <p> The unique identifier for the resource. </p>
1105
- * @public
1106
- */
1107
- resourceId: string | undefined;
1108
- /**
1109
- * <p> The type of resource that's affected by the error. </p>
1110
- * @public
1111
- */
1112
- resourceType: string | undefined;
1113
- /**
1114
- * @internal
1115
- */
1116
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
1117
- }
1118
907
  /**
1119
908
  * <p> Indicates that the request has invalid or missing parameters for the field. </p>
1120
909
  * @public
@@ -1131,42 +920,6 @@ export interface ValidationExceptionField {
1131
920
  */
1132
921
  message: string | undefined;
1133
922
  }
1134
- /**
1135
- * @public
1136
- * @enum
1137
- */
1138
- export declare const ValidationExceptionReason: {
1139
- readonly CANNOT_PARSE: "cannotParse";
1140
- readonly FIELD_VALIDATION_FAILED: "fieldValidationFailed";
1141
- readonly OTHER: "other";
1142
- readonly UNKNOWN_OPERATION: "unknownOperation";
1143
- };
1144
- /**
1145
- * @public
1146
- */
1147
- export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
1148
- /**
1149
- * <p> The request has invalid or missing parameters. </p>
1150
- * @public
1151
- */
1152
- export declare class ValidationException extends __BaseException {
1153
- readonly name: "ValidationException";
1154
- readonly $fault: "client";
1155
- /**
1156
- * <p> The reason the request failed validation. </p>
1157
- * @public
1158
- */
1159
- reason?: ValidationExceptionReason | undefined;
1160
- /**
1161
- * <p> The fields that caused the error, if applicable. </p>
1162
- * @public
1163
- */
1164
- fields?: ValidationExceptionField[] | undefined;
1165
- /**
1166
- * @internal
1167
- */
1168
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
1169
- }
1170
923
  /**
1171
924
  * @public
1172
925
  */
@@ -1465,18 +1218,6 @@ export interface BatchImportEvidenceToAssessmentControlResponse {
1465
1218
  */
1466
1219
  errors?: BatchImportEvidenceToAssessmentControlError[] | undefined;
1467
1220
  }
1468
- /**
1469
- * <p>The request was denied due to request throttling.</p>
1470
- * @public
1471
- */
1472
- export declare class ThrottlingException extends __BaseException {
1473
- readonly name: "ThrottlingException";
1474
- readonly $fault: "client";
1475
- /**
1476
- * @internal
1477
- */
1478
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
1479
- }
1480
1221
  /**
1481
1222
  * @public
1482
1223
  */
@@ -1540,21 +1281,6 @@ export interface CreateAssessmentResponse {
1540
1281
  */
1541
1282
  assessment?: Assessment | undefined;
1542
1283
  }
1543
- /**
1544
- * <p>You've reached your account quota for this resource type. To perform the requested
1545
- * action, delete some existing resources or <a href="https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html">request a quota increase</a> from
1546
- * the Service Quotas console. For a list of Audit Manager service quotas, see <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html">Quotas and
1547
- * restrictions for Audit Manager</a>.</p>
1548
- * @public
1549
- */
1550
- export declare class ServiceQuotaExceededException extends __BaseException {
1551
- readonly name: "ServiceQuotaExceededException";
1552
- readonly $fault: "client";
1553
- /**
1554
- * @internal
1555
- */
1556
- constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
1557
- }
1558
1284
  /**
1559
1285
  * <p> The control entity attributes that uniquely identify an existing control to be added to
1560
1286
  * a framework in Audit Manager. </p>
@@ -1619,32 +1345,6 @@ export interface CreateAssessmentFrameworkRequest {
1619
1345
  */
1620
1346
  tags?: Record<string, string> | undefined;
1621
1347
  }
1622
- /**
1623
- * @public
1624
- * @enum
1625
- */
1626
- export declare const SourceFrequency: {
1627
- readonly DAILY: "DAILY";
1628
- readonly MONTHLY: "MONTHLY";
1629
- readonly WEEKLY: "WEEKLY";
1630
- };
1631
- /**
1632
- * @public
1633
- */
1634
- export type SourceFrequency = (typeof SourceFrequency)[keyof typeof SourceFrequency];
1635
- /**
1636
- * @public
1637
- * @enum
1638
- */
1639
- export declare const KeywordInputType: {
1640
- readonly INPUT_TEXT: "INPUT_TEXT";
1641
- readonly SELECT_FROM_LIST: "SELECT_FROM_LIST";
1642
- readonly UPLOAD_FILE: "UPLOAD_FILE";
1643
- };
1644
- /**
1645
- * @public
1646
- */
1647
- export type KeywordInputType = (typeof KeywordInputType)[keyof typeof KeywordInputType];
1648
1348
  /**
1649
1349
  * <p>A keyword that relates to the control data source.</p>
1650
1350
  * <p>For manual evidence, this keyword indicates if the manual evidence is a file or
@@ -1825,35 +1525,6 @@ export interface SourceKeyword {
1825
1525
  */
1826
1526
  keywordValue?: string | undefined;
1827
1527
  }
1828
- /**
1829
- * @public
1830
- * @enum
1831
- */
1832
- export declare const SourceSetUpOption: {
1833
- readonly PROCEDURAL_CONTROLS_MAPPING: "Procedural_Controls_Mapping";
1834
- readonly SYSTEM_CONTROLS_MAPPING: "System_Controls_Mapping";
1835
- };
1836
- /**
1837
- * @public
1838
- */
1839
- export type SourceSetUpOption = (typeof SourceSetUpOption)[keyof typeof SourceSetUpOption];
1840
- /**
1841
- * @public
1842
- * @enum
1843
- */
1844
- export declare const SourceType: {
1845
- readonly AWS_API_CALL: "AWS_API_Call";
1846
- readonly AWS_CLOUDTRAIL: "AWS_Cloudtrail";
1847
- readonly AWS_CONFIG: "AWS_Config";
1848
- readonly AWS_SECURITY_HUB: "AWS_Security_Hub";
1849
- readonly COMMON_CONTROL: "Common_Control";
1850
- readonly CORE_CONTROL: "Core_Control";
1851
- readonly MANUAL: "MANUAL";
1852
- };
1853
- /**
1854
- * @public
1855
- */
1856
- export type SourceType = (typeof SourceType)[keyof typeof SourceType];
1857
1528
  /**
1858
1529
  * <p> The data source that determines where Audit Manager collects evidence from for
1859
1530
  * the control. </p>
@@ -1946,31 +1617,6 @@ export interface ControlMappingSource {
1946
1617
  */
1947
1618
  troubleshootingText?: string | undefined;
1948
1619
  }
1949
- /**
1950
- * @public
1951
- * @enum
1952
- */
1953
- export declare const ControlState: {
1954
- readonly ACTIVE: "ACTIVE";
1955
- readonly END_OF_SUPPORT: "END_OF_SUPPORT";
1956
- };
1957
- /**
1958
- * @public
1959
- */
1960
- export type ControlState = (typeof ControlState)[keyof typeof ControlState];
1961
- /**
1962
- * @public
1963
- * @enum
1964
- */
1965
- export declare const ControlType: {
1966
- readonly CORE: "Core";
1967
- readonly CUSTOM: "Custom";
1968
- readonly STANDARD: "Standard";
1969
- };
1970
- /**
1971
- * @public
1972
- */
1973
- export type ControlType = (typeof ControlType)[keyof typeof ControlType];
1974
1620
  /**
1975
1621
  * <p> A control in Audit Manager. </p>
1976
1622
  * @public
@@ -2394,18 +2040,6 @@ export interface DeleteAssessmentFrameworkRequest {
2394
2040
  */
2395
2041
  export interface DeleteAssessmentFrameworkResponse {
2396
2042
  }
2397
- /**
2398
- * @public
2399
- * @enum
2400
- */
2401
- export declare const ShareRequestType: {
2402
- readonly RECEIVED: "RECEIVED";
2403
- readonly SENT: "SENT";
2404
- };
2405
- /**
2406
- * @public
2407
- */
2408
- export type ShareRequestType = (typeof ShareRequestType)[keyof typeof ShareRequestType];
2409
2043
  /**
2410
2044
  * @public
2411
2045
  */
@@ -2651,21 +2285,6 @@ export interface GetChangeLogsRequest {
2651
2285
  */
2652
2286
  maxResults?: number | undefined;
2653
2287
  }
2654
- /**
2655
- * @public
2656
- * @enum
2657
- */
2658
- export declare const ObjectTypeEnum: {
2659
- readonly ASSESSMENT: "ASSESSMENT";
2660
- readonly ASSESSMENT_REPORT: "ASSESSMENT_REPORT";
2661
- readonly CONTROL: "CONTROL";
2662
- readonly CONTROL_SET: "CONTROL_SET";
2663
- readonly DELEGATION: "DELEGATION";
2664
- };
2665
- /**
2666
- * @public
2667
- */
2668
- export type ObjectTypeEnum = (typeof ObjectTypeEnum)[keyof typeof ObjectTypeEnum];
2669
2288
  /**
2670
2289
  * <p> The record of a change within Audit Manager. For example, this could be the
2671
2290
  * status change of an assessment or the delegation of a control set. </p>
@@ -3435,24 +3054,6 @@ export interface GetServicesInScopeResponse {
3435
3054
  */
3436
3055
  serviceMetadata?: ServiceMetadata[] | undefined;
3437
3056
  }
3438
- /**
3439
- * @public
3440
- * @enum
3441
- */
3442
- export declare const SettingAttribute: {
3443
- readonly ALL: "ALL";
3444
- readonly DEFAULT_ASSESSMENT_REPORTS_DESTINATION: "DEFAULT_ASSESSMENT_REPORTS_DESTINATION";
3445
- readonly DEFAULT_EXPORT_DESTINATION: "DEFAULT_EXPORT_DESTINATION";
3446
- readonly DEFAULT_PROCESS_OWNERS: "DEFAULT_PROCESS_OWNERS";
3447
- readonly DEREGISTRATION_POLICY: "DEREGISTRATION_POLICY";
3448
- readonly EVIDENCE_FINDER_ENABLEMENT: "EVIDENCE_FINDER_ENABLEMENT";
3449
- readonly IS_AWS_ORG_ENABLED: "IS_AWS_ORG_ENABLED";
3450
- readonly SNS_TOPIC: "SNS_TOPIC";
3451
- };
3452
- /**
3453
- * @public
3454
- */
3455
- export type SettingAttribute = (typeof SettingAttribute)[keyof typeof SettingAttribute];
3456
3057
  /**
3457
3058
  * @public
3458
3059
  */
@@ -3463,17 +3064,6 @@ export interface GetSettingsRequest {
3463
3064
  */
3464
3065
  attribute: SettingAttribute | undefined;
3465
3066
  }
3466
- /**
3467
- * @public
3468
- * @enum
3469
- */
3470
- export declare const ExportDestinationType: {
3471
- readonly S3: "S3";
3472
- };
3473
- /**
3474
- * @public
3475
- */
3476
- export type ExportDestinationType = (typeof ExportDestinationType)[keyof typeof ExportDestinationType];
3477
3067
  /**
3478
3068
  * <p>The default s3 bucket where Audit Manager saves the files that you export from evidence finder.</p>
3479
3069
  * @public
@@ -3490,18 +3080,6 @@ export interface DefaultExportDestination {
3490
3080
  */
3491
3081
  destination?: string | undefined;
3492
3082
  }
3493
- /**
3494
- * @public
3495
- * @enum
3496
- */
3497
- export declare const DeleteResources: {
3498
- readonly ALL: "ALL";
3499
- readonly DEFAULT: "DEFAULT";
3500
- };
3501
- /**
3502
- * @public
3503
- */
3504
- export type DeleteResources = (typeof DeleteResources)[keyof typeof DeleteResources];
3505
3083
  /**
3506
3084
  * <p>The deregistration policy for the data that's stored in Audit Manager. You can
3507
3085
  * use this attribute to determine how your data is handled when you <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeregisterAccount.html">deregister Audit Manager</a>.</p>
@@ -3540,33 +3118,6 @@ export interface DeregistrationPolicy {
3540
3118
  */
3541
3119
  deleteResources?: DeleteResources | undefined;
3542
3120
  }
3543
- /**
3544
- * @public
3545
- * @enum
3546
- */
3547
- export declare const EvidenceFinderBackfillStatus: {
3548
- readonly COMPLETED: "COMPLETED";
3549
- readonly IN_PROGRESS: "IN_PROGRESS";
3550
- readonly NOT_STARTED: "NOT_STARTED";
3551
- };
3552
- /**
3553
- * @public
3554
- */
3555
- export type EvidenceFinderBackfillStatus = (typeof EvidenceFinderBackfillStatus)[keyof typeof EvidenceFinderBackfillStatus];
3556
- /**
3557
- * @public
3558
- * @enum
3559
- */
3560
- export declare const EvidenceFinderEnablementStatus: {
3561
- readonly DISABLED: "DISABLED";
3562
- readonly DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS";
3563
- readonly ENABLED: "ENABLED";
3564
- readonly ENABLE_IN_PROGRESS: "ENABLE_IN_PROGRESS";
3565
- };
3566
- /**
3567
- * @public
3568
- */
3569
- export type EvidenceFinderEnablementStatus = (typeof EvidenceFinderEnablementStatus)[keyof typeof EvidenceFinderEnablementStatus];
3570
3121
  /**
3571
3122
  * <p>The settings object that specifies whether evidence finder is enabled. This object also
3572
3123
  * describes the related event data store, and the backfill status for populating the event
@@ -4236,21 +3787,6 @@ export interface ListControlsResponse {
4236
3787
  */
4237
3788
  nextToken?: string | undefined;
4238
3789
  }
4239
- /**
4240
- * @public
4241
- * @enum
4242
- */
4243
- export declare const DataSourceType: {
4244
- readonly AWS_API_CALL: "AWS_API_Call";
4245
- readonly AWS_CLOUDTRAIL: "AWS_Cloudtrail";
4246
- readonly AWS_CONFIG: "AWS_Config";
4247
- readonly AWS_SECURITY_HUB: "AWS_Security_Hub";
4248
- readonly MANUAL: "MANUAL";
4249
- };
4250
- /**
4251
- * @public
4252
- */
4253
- export type DataSourceType = (typeof DataSourceType)[keyof typeof DataSourceType];
4254
3790
  /**
4255
3791
  * @public
4256
3792
  */
@@ -4700,19 +4236,6 @@ export interface UpdateAssessmentFrameworkResponse {
4700
4236
  */
4701
4237
  framework?: Framework | undefined;
4702
4238
  }
4703
- /**
4704
- * @public
4705
- * @enum
4706
- */
4707
- export declare const ShareRequestAction: {
4708
- readonly ACCEPT: "ACCEPT";
4709
- readonly DECLINE: "DECLINE";
4710
- readonly REVOKE: "REVOKE";
4711
- };
4712
- /**
4713
- * @public
4714
- */
4715
- export type ShareRequestAction = (typeof ShareRequestAction)[keyof typeof ShareRequestAction];
4716
4239
  /**
4717
4240
  * @public
4718
4241
  */
@@ -5,5 +5,7 @@ export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { AuditManagerExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export * from "./pagination";
8
- export * from "./models";
8
+ export * from "./models/enums";
9
+ export * from "./models/errors";
10
+ export * from "./models/models_0";
9
11
  export { AuditManagerServiceException } from "./models/AuditManagerServiceException";