@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
@@ -11,84 +11,72 @@ export class AccessDeniedException extends __BaseException {
11
11
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
12
12
  }
13
13
  }
14
- export var AccountStatus;
15
- (function (AccountStatus) {
16
- AccountStatus["ACTIVE"] = "ACTIVE";
17
- AccountStatus["INACTIVE"] = "INACTIVE";
18
- AccountStatus["PENDING_ACTIVATION"] = "PENDING_ACTIVATION";
19
- })(AccountStatus || (AccountStatus = {}));
20
- export var ActionEnum;
21
- (function (ActionEnum) {
22
- ActionEnum["ACTIVE"] = "ACTIVE";
23
- ActionEnum["CREATE"] = "CREATE";
24
- ActionEnum["DELETE"] = "DELETE";
25
- ActionEnum["IMPORT_EVIDENCE"] = "IMPORT_EVIDENCE";
26
- ActionEnum["INACTIVE"] = "INACTIVE";
27
- ActionEnum["REVIEWED"] = "REVIEWED";
28
- ActionEnum["UNDER_REVIEW"] = "UNDER_REVIEW";
29
- ActionEnum["UPDATE_METADATA"] = "UPDATE_METADATA";
30
- })(ActionEnum || (ActionEnum = {}));
31
- export var ControlResponse;
32
- (function (ControlResponse) {
33
- ControlResponse["AUTOMATE"] = "AUTOMATE";
34
- ControlResponse["DEFER"] = "DEFER";
35
- ControlResponse["IGNORE"] = "IGNORE";
36
- ControlResponse["MANUAL"] = "MANUAL";
37
- })(ControlResponse || (ControlResponse = {}));
38
- export var ControlStatus;
39
- (function (ControlStatus) {
40
- ControlStatus["INACTIVE"] = "INACTIVE";
41
- ControlStatus["REVIEWED"] = "REVIEWED";
42
- ControlStatus["UNDER_REVIEW"] = "UNDER_REVIEW";
43
- })(ControlStatus || (ControlStatus = {}));
44
- export var RoleType;
45
- (function (RoleType) {
46
- RoleType["PROCESS_OWNER"] = "PROCESS_OWNER";
47
- RoleType["RESOURCE_OWNER"] = "RESOURCE_OWNER";
48
- })(RoleType || (RoleType = {}));
49
- export var DelegationStatus;
50
- (function (DelegationStatus) {
51
- DelegationStatus["COMPLETE"] = "COMPLETE";
52
- DelegationStatus["IN_PROGRESS"] = "IN_PROGRESS";
53
- DelegationStatus["UNDER_REVIEW"] = "UNDER_REVIEW";
54
- })(DelegationStatus || (DelegationStatus = {}));
55
- export var ControlSetStatus;
56
- (function (ControlSetStatus) {
57
- ControlSetStatus["ACTIVE"] = "ACTIVE";
58
- ControlSetStatus["REVIEWED"] = "REVIEWED";
59
- ControlSetStatus["UNDER_REVIEW"] = "UNDER_REVIEW";
60
- })(ControlSetStatus || (ControlSetStatus = {}));
61
- export var AssessmentReportDestinationType;
62
- (function (AssessmentReportDestinationType) {
63
- AssessmentReportDestinationType["S3"] = "S3";
64
- })(AssessmentReportDestinationType || (AssessmentReportDestinationType = {}));
65
- export var AssessmentStatus;
66
- (function (AssessmentStatus) {
67
- AssessmentStatus["ACTIVE"] = "ACTIVE";
68
- AssessmentStatus["INACTIVE"] = "INACTIVE";
69
- })(AssessmentStatus || (AssessmentStatus = {}));
70
- export var FrameworkType;
71
- (function (FrameworkType) {
72
- FrameworkType["CUSTOM"] = "Custom";
73
- FrameworkType["STANDARD"] = "Standard";
74
- })(FrameworkType || (FrameworkType = {}));
75
- export var ShareRequestStatus;
76
- (function (ShareRequestStatus) {
77
- ShareRequestStatus["ACTIVE"] = "ACTIVE";
78
- ShareRequestStatus["DECLINED"] = "DECLINED";
79
- ShareRequestStatus["EXPIRED"] = "EXPIRED";
80
- ShareRequestStatus["EXPIRING"] = "EXPIRING";
81
- ShareRequestStatus["FAILED"] = "FAILED";
82
- ShareRequestStatus["REPLICATING"] = "REPLICATING";
83
- ShareRequestStatus["REVOKED"] = "REVOKED";
84
- ShareRequestStatus["SHARED"] = "SHARED";
85
- })(ShareRequestStatus || (ShareRequestStatus = {}));
86
- export var AssessmentReportStatus;
87
- (function (AssessmentReportStatus) {
88
- AssessmentReportStatus["COMPLETE"] = "COMPLETE";
89
- AssessmentReportStatus["FAILED"] = "FAILED";
90
- AssessmentReportStatus["IN_PROGRESS"] = "IN_PROGRESS";
91
- })(AssessmentReportStatus || (AssessmentReportStatus = {}));
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
+ };
92
80
  export class InternalServerException extends __BaseException {
93
81
  constructor(opts) {
94
82
  super({
@@ -115,13 +103,12 @@ export class ResourceNotFoundException extends __BaseException {
115
103
  this.resourceType = opts.resourceType;
116
104
  }
117
105
  }
118
- export var ValidationExceptionReason;
119
- (function (ValidationExceptionReason) {
120
- ValidationExceptionReason["CANNOT_PARSE"] = "cannotParse";
121
- ValidationExceptionReason["FIELD_VALIDATION_FAILED"] = "fieldValidationFailed";
122
- ValidationExceptionReason["OTHER"] = "other";
123
- ValidationExceptionReason["UNKNOWN_OPERATION"] = "unknownOperation";
124
- })(ValidationExceptionReason || (ValidationExceptionReason = {}));
106
+ export const ValidationExceptionReason = {
107
+ CANNOT_PARSE: "cannotParse",
108
+ FIELD_VALIDATION_FAILED: "fieldValidationFailed",
109
+ OTHER: "other",
110
+ UNKNOWN_OPERATION: "unknownOperation",
111
+ };
125
112
  export class ValidationException extends __BaseException {
126
113
  constructor(opts) {
127
114
  super({
@@ -148,75 +135,64 @@ export class ServiceQuotaExceededException extends __BaseException {
148
135
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
149
136
  }
150
137
  }
151
- export var SourceFrequency;
152
- (function (SourceFrequency) {
153
- SourceFrequency["DAILY"] = "DAILY";
154
- SourceFrequency["MONTHLY"] = "MONTHLY";
155
- SourceFrequency["WEEKLY"] = "WEEKLY";
156
- })(SourceFrequency || (SourceFrequency = {}));
157
- export var KeywordInputType;
158
- (function (KeywordInputType) {
159
- KeywordInputType["SELECT_FROM_LIST"] = "SELECT_FROM_LIST";
160
- })(KeywordInputType || (KeywordInputType = {}));
161
- export var SourceSetUpOption;
162
- (function (SourceSetUpOption) {
163
- SourceSetUpOption["PROCEDURAL_CONTROLS_MAPPING"] = "Procedural_Controls_Mapping";
164
- SourceSetUpOption["SYSTEM_CONTROLS_MAPPING"] = "System_Controls_Mapping";
165
- })(SourceSetUpOption || (SourceSetUpOption = {}));
166
- export var SourceType;
167
- (function (SourceType) {
168
- SourceType["AWS_API_CALL"] = "AWS_API_Call";
169
- SourceType["AWS_CLOUDTRAIL"] = "AWS_Cloudtrail";
170
- SourceType["AWS_CONFIG"] = "AWS_Config";
171
- SourceType["AWS_SECURITY_HUB"] = "AWS_Security_Hub";
172
- SourceType["MANUAL"] = "MANUAL";
173
- })(SourceType || (SourceType = {}));
174
- export var ControlType;
175
- (function (ControlType) {
176
- ControlType["CUSTOM"] = "Custom";
177
- ControlType["STANDARD"] = "Standard";
178
- })(ControlType || (ControlType = {}));
179
- export var ShareRequestType;
180
- (function (ShareRequestType) {
181
- ShareRequestType["RECEIVED"] = "RECEIVED";
182
- ShareRequestType["SENT"] = "SENT";
183
- })(ShareRequestType || (ShareRequestType = {}));
184
- export var ObjectTypeEnum;
185
- (function (ObjectTypeEnum) {
186
- ObjectTypeEnum["ASSESSMENT"] = "ASSESSMENT";
187
- ObjectTypeEnum["ASSESSMENT_REPORT"] = "ASSESSMENT_REPORT";
188
- ObjectTypeEnum["CONTROL"] = "CONTROL";
189
- ObjectTypeEnum["CONTROL_SET"] = "CONTROL_SET";
190
- ObjectTypeEnum["DELEGATION"] = "DELEGATION";
191
- })(ObjectTypeEnum || (ObjectTypeEnum = {}));
192
- export var SettingAttribute;
193
- (function (SettingAttribute) {
194
- SettingAttribute["ALL"] = "ALL";
195
- SettingAttribute["DEFAULT_ASSESSMENT_REPORTS_DESTINATION"] = "DEFAULT_ASSESSMENT_REPORTS_DESTINATION";
196
- SettingAttribute["DEFAULT_PROCESS_OWNERS"] = "DEFAULT_PROCESS_OWNERS";
197
- SettingAttribute["DEREGISTRATION_POLICY"] = "DEREGISTRATION_POLICY";
198
- SettingAttribute["EVIDENCE_FINDER_ENABLEMENT"] = "EVIDENCE_FINDER_ENABLEMENT";
199
- SettingAttribute["IS_AWS_ORG_ENABLED"] = "IS_AWS_ORG_ENABLED";
200
- SettingAttribute["SNS_TOPIC"] = "SNS_TOPIC";
201
- })(SettingAttribute || (SettingAttribute = {}));
202
- export var DeleteResources;
203
- (function (DeleteResources) {
204
- DeleteResources["ALL"] = "ALL";
205
- DeleteResources["DEFAULT"] = "DEFAULT";
206
- })(DeleteResources || (DeleteResources = {}));
207
- export var EvidenceFinderBackfillStatus;
208
- (function (EvidenceFinderBackfillStatus) {
209
- EvidenceFinderBackfillStatus["COMPLETED"] = "COMPLETED";
210
- EvidenceFinderBackfillStatus["IN_PROGRESS"] = "IN_PROGRESS";
211
- EvidenceFinderBackfillStatus["NOT_STARTED"] = "NOT_STARTED";
212
- })(EvidenceFinderBackfillStatus || (EvidenceFinderBackfillStatus = {}));
213
- export var EvidenceFinderEnablementStatus;
214
- (function (EvidenceFinderEnablementStatus) {
215
- EvidenceFinderEnablementStatus["DISABLED"] = "DISABLED";
216
- EvidenceFinderEnablementStatus["DISABLE_IN_PROGRESS"] = "DISABLE_IN_PROGRESS";
217
- EvidenceFinderEnablementStatus["ENABLED"] = "ENABLED";
218
- EvidenceFinderEnablementStatus["ENABLE_IN_PROGRESS"] = "ENABLE_IN_PROGRESS";
219
- })(EvidenceFinderEnablementStatus || (EvidenceFinderEnablementStatus = {}));
138
+ export const SourceFrequency = {
139
+ DAILY: "DAILY",
140
+ MONTHLY: "MONTHLY",
141
+ WEEKLY: "WEEKLY",
142
+ };
143
+ export const KeywordInputType = {
144
+ SELECT_FROM_LIST: "SELECT_FROM_LIST",
145
+ };
146
+ export const SourceSetUpOption = {
147
+ PROCEDURAL_CONTROLS_MAPPING: "Procedural_Controls_Mapping",
148
+ SYSTEM_CONTROLS_MAPPING: "System_Controls_Mapping",
149
+ };
150
+ export const SourceType = {
151
+ AWS_API_CALL: "AWS_API_Call",
152
+ AWS_CLOUDTRAIL: "AWS_Cloudtrail",
153
+ AWS_CONFIG: "AWS_Config",
154
+ AWS_SECURITY_HUB: "AWS_Security_Hub",
155
+ MANUAL: "MANUAL",
156
+ };
157
+ export const ControlType = {
158
+ CUSTOM: "Custom",
159
+ STANDARD: "Standard",
160
+ };
161
+ export const ShareRequestType = {
162
+ RECEIVED: "RECEIVED",
163
+ SENT: "SENT",
164
+ };
165
+ export const ObjectTypeEnum = {
166
+ ASSESSMENT: "ASSESSMENT",
167
+ ASSESSMENT_REPORT: "ASSESSMENT_REPORT",
168
+ CONTROL: "CONTROL",
169
+ CONTROL_SET: "CONTROL_SET",
170
+ DELEGATION: "DELEGATION",
171
+ };
172
+ export const SettingAttribute = {
173
+ ALL: "ALL",
174
+ DEFAULT_ASSESSMENT_REPORTS_DESTINATION: "DEFAULT_ASSESSMENT_REPORTS_DESTINATION",
175
+ DEFAULT_PROCESS_OWNERS: "DEFAULT_PROCESS_OWNERS",
176
+ DEREGISTRATION_POLICY: "DEREGISTRATION_POLICY",
177
+ EVIDENCE_FINDER_ENABLEMENT: "EVIDENCE_FINDER_ENABLEMENT",
178
+ IS_AWS_ORG_ENABLED: "IS_AWS_ORG_ENABLED",
179
+ SNS_TOPIC: "SNS_TOPIC",
180
+ };
181
+ export const DeleteResources = {
182
+ ALL: "ALL",
183
+ DEFAULT: "DEFAULT",
184
+ };
185
+ export const EvidenceFinderBackfillStatus = {
186
+ COMPLETED: "COMPLETED",
187
+ IN_PROGRESS: "IN_PROGRESS",
188
+ NOT_STARTED: "NOT_STARTED",
189
+ };
190
+ export const EvidenceFinderEnablementStatus = {
191
+ DISABLED: "DISABLED",
192
+ DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS",
193
+ ENABLED: "ENABLED",
194
+ ENABLE_IN_PROGRESS: "ENABLE_IN_PROGRESS",
195
+ };
220
196
  export class ThrottlingException extends __BaseException {
221
197
  constructor(opts) {
222
198
  super({
@@ -229,9 +205,8 @@ export class ThrottlingException extends __BaseException {
229
205
  Object.setPrototypeOf(this, ThrottlingException.prototype);
230
206
  }
231
207
  }
232
- export var ShareRequestAction;
233
- (function (ShareRequestAction) {
234
- ShareRequestAction["ACCEPT"] = "ACCEPT";
235
- ShareRequestAction["DECLINE"] = "DECLINE";
236
- ShareRequestAction["REVOKE"] = "REVOKE";
237
- })(ShareRequestAction || (ShareRequestAction = {}));
208
+ export const ShareRequestAction = {
209
+ ACCEPT: "ACCEPT",
210
+ DECLINE: "DECLINE",
211
+ REVOKE: "REVOKE",
212
+ };
@@ -27,7 +27,7 @@ export interface AssociateAssessmentReportEvidenceFolderCommandOutput extends As
27
27
  * import { AuditManagerClient, AssociateAssessmentReportEvidenceFolderCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
28
28
  * // const { AuditManagerClient, AssociateAssessmentReportEvidenceFolderCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
29
29
  * const client = new AuditManagerClient(config);
30
- * const input = {
30
+ * const input = { // AssociateAssessmentReportEvidenceFolderRequest
31
31
  * assessmentId: "STRING_VALUE", // required
32
32
  * evidenceFolderId: "STRING_VALUE", // required
33
33
  * };
@@ -27,10 +27,10 @@ export interface BatchAssociateAssessmentReportEvidenceCommandOutput extends Bat
27
27
  * import { AuditManagerClient, BatchAssociateAssessmentReportEvidenceCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
28
28
  * // const { AuditManagerClient, BatchAssociateAssessmentReportEvidenceCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
29
29
  * const client = new AuditManagerClient(config);
30
- * const input = {
30
+ * const input = { // BatchAssociateAssessmentReportEvidenceRequest
31
31
  * assessmentId: "STRING_VALUE", // required
32
32
  * evidenceFolderId: "STRING_VALUE", // required
33
- * evidenceIds: [ // required
33
+ * evidenceIds: [ // EvidenceIds // required
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * };
@@ -26,9 +26,9 @@ export interface BatchCreateDelegationByAssessmentCommandOutput extends BatchCre
26
26
  * import { AuditManagerClient, BatchCreateDelegationByAssessmentCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, BatchCreateDelegationByAssessmentCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
30
- * createDelegationRequests: [ // required
31
- * {
29
+ * const input = { // BatchCreateDelegationByAssessmentRequest
30
+ * createDelegationRequests: [ // CreateDelegationRequests // required
31
+ * { // CreateDelegationRequest
32
32
  * comment: "STRING_VALUE",
33
33
  * controlSetId: "STRING_VALUE",
34
34
  * roleArn: "STRING_VALUE",
@@ -26,8 +26,8 @@ export interface BatchDeleteDelegationByAssessmentCommandOutput extends BatchDel
26
26
  * import { AuditManagerClient, BatchDeleteDelegationByAssessmentCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, BatchDeleteDelegationByAssessmentCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
30
- * delegationIds: [ // required
29
+ * const input = { // BatchDeleteDelegationByAssessmentRequest
30
+ * delegationIds: [ // DelegationIds // required
31
31
  * "STRING_VALUE",
32
32
  * ],
33
33
  * assessmentId: "STRING_VALUE", // required
@@ -27,10 +27,10 @@ export interface BatchDisassociateAssessmentReportEvidenceCommandOutput extends
27
27
  * import { AuditManagerClient, BatchDisassociateAssessmentReportEvidenceCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
28
28
  * // const { AuditManagerClient, BatchDisassociateAssessmentReportEvidenceCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
29
29
  * const client = new AuditManagerClient(config);
30
- * const input = {
30
+ * const input = { // BatchDisassociateAssessmentReportEvidenceRequest
31
31
  * assessmentId: "STRING_VALUE", // required
32
32
  * evidenceFolderId: "STRING_VALUE", // required
33
- * evidenceIds: [ // required
33
+ * evidenceIds: [ // EvidenceIds // required
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * };
@@ -47,12 +47,12 @@ export interface BatchImportEvidenceToAssessmentControlCommandOutput extends Bat
47
47
  * import { AuditManagerClient, BatchImportEvidenceToAssessmentControlCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
48
48
  * // const { AuditManagerClient, BatchImportEvidenceToAssessmentControlCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
49
49
  * const client = new AuditManagerClient(config);
50
- * const input = {
50
+ * const input = { // BatchImportEvidenceToAssessmentControlRequest
51
51
  * assessmentId: "STRING_VALUE", // required
52
52
  * controlSetId: "STRING_VALUE", // required
53
53
  * controlId: "STRING_VALUE", // required
54
- * manualEvidence: [ // required
55
- * {
54
+ * manualEvidence: [ // ManualEvidenceList // required
55
+ * { // ManualEvidence
56
56
  * s3ResourcePath: "STRING_VALUE",
57
57
  * },
58
58
  * ],
@@ -26,35 +26,35 @@ export interface CreateAssessmentCommandOutput extends CreateAssessmentResponse,
26
26
  * import { AuditManagerClient, CreateAssessmentCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, CreateAssessmentCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // CreateAssessmentRequest
30
30
  * name: "STRING_VALUE", // required
31
31
  * description: "STRING_VALUE",
32
- * assessmentReportsDestination: {
32
+ * assessmentReportsDestination: { // AssessmentReportsDestination
33
33
  * destinationType: "S3",
34
34
  * destination: "STRING_VALUE",
35
35
  * },
36
- * scope: {
37
- * awsAccounts: [
38
- * {
36
+ * scope: { // Scope
37
+ * awsAccounts: [ // AWSAccounts
38
+ * { // AWSAccount
39
39
  * id: "STRING_VALUE",
40
40
  * emailAddress: "STRING_VALUE",
41
41
  * name: "STRING_VALUE",
42
42
  * },
43
43
  * ],
44
- * awsServices: [
45
- * {
44
+ * awsServices: [ // AWSServices
45
+ * { // AWSService
46
46
  * serviceName: "STRING_VALUE",
47
47
  * },
48
48
  * ],
49
49
  * },
50
- * roles: [ // required
51
- * {
50
+ * roles: [ // Roles // required
51
+ * { // Role
52
52
  * roleType: "PROCESS_OWNER" || "RESOURCE_OWNER", // required
53
53
  * roleArn: "STRING_VALUE", // required
54
54
  * },
55
55
  * ],
56
56
  * frameworkId: "STRING_VALUE", // required
57
- * tags: {
57
+ * tags: { // TagMap
58
58
  * "<keys>": "STRING_VALUE",
59
59
  * },
60
60
  * };
@@ -26,21 +26,21 @@ export interface CreateAssessmentFrameworkCommandOutput extends CreateAssessment
26
26
  * import { AuditManagerClient, CreateAssessmentFrameworkCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, CreateAssessmentFrameworkCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // CreateAssessmentFrameworkRequest
30
30
  * name: "STRING_VALUE", // required
31
31
  * description: "STRING_VALUE",
32
32
  * complianceType: "STRING_VALUE",
33
- * controlSets: [ // required
34
- * {
33
+ * controlSets: [ // CreateAssessmentFrameworkControlSets // required
34
+ * { // CreateAssessmentFrameworkControlSet
35
35
  * name: "STRING_VALUE", // required
36
- * controls: [
37
- * {
36
+ * controls: [ // CreateAssessmentFrameworkControls
37
+ * { // CreateAssessmentFrameworkControl
38
38
  * id: "STRING_VALUE", // required
39
39
  * },
40
40
  * ],
41
41
  * },
42
42
  * ],
43
- * tags: {
43
+ * tags: { // TagMap
44
44
  * "<keys>": "STRING_VALUE",
45
45
  * },
46
46
  * };
@@ -26,7 +26,7 @@ export interface CreateAssessmentReportCommandOutput extends CreateAssessmentRep
26
26
  * import { AuditManagerClient, CreateAssessmentReportCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, CreateAssessmentReportCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // CreateAssessmentReportRequest
30
30
  * name: "STRING_VALUE", // required
31
31
  * description: "STRING_VALUE",
32
32
  * assessmentId: "STRING_VALUE", // required
@@ -26,19 +26,19 @@ export interface CreateControlCommandOutput extends CreateControlResponse, __Met
26
26
  * import { AuditManagerClient, CreateControlCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, CreateControlCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // CreateControlRequest
30
30
  * name: "STRING_VALUE", // required
31
31
  * description: "STRING_VALUE",
32
32
  * testingInformation: "STRING_VALUE",
33
33
  * actionPlanTitle: "STRING_VALUE",
34
34
  * actionPlanInstructions: "STRING_VALUE",
35
- * controlMappingSources: [ // required
36
- * {
35
+ * controlMappingSources: [ // CreateControlMappingSources // required
36
+ * { // CreateControlMappingSource
37
37
  * sourceName: "STRING_VALUE",
38
38
  * sourceDescription: "STRING_VALUE",
39
39
  * sourceSetUpOption: "System_Controls_Mapping" || "Procedural_Controls_Mapping",
40
40
  * sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL",
41
- * sourceKeyword: {
41
+ * sourceKeyword: { // SourceKeyword
42
42
  * keywordInputType: "SELECT_FROM_LIST",
43
43
  * keywordValue: "STRING_VALUE",
44
44
  * },
@@ -46,7 +46,7 @@ export interface CreateControlCommandOutput extends CreateControlResponse, __Met
46
46
  * troubleshootingText: "STRING_VALUE",
47
47
  * },
48
48
  * ],
49
- * tags: {
49
+ * tags: { // TagMap
50
50
  * "<keys>": "STRING_VALUE",
51
51
  * },
52
52
  * };
@@ -26,7 +26,7 @@ export interface DeleteAssessmentCommandOutput extends DeleteAssessmentResponse,
26
26
  * import { AuditManagerClient, DeleteAssessmentCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, DeleteAssessmentCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteAssessmentRequest
30
30
  * assessmentId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteAssessmentCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteAssessmentFrameworkCommandOutput extends DeleteAssessment
26
26
  * import { AuditManagerClient, DeleteAssessmentFrameworkCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, DeleteAssessmentFrameworkCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteAssessmentFrameworkRequest
30
30
  * frameworkId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteAssessmentFrameworkCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteAssessmentFrameworkShareCommandOutput extends DeleteAsses
26
26
  * import { AuditManagerClient, DeleteAssessmentFrameworkShareCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, DeleteAssessmentFrameworkShareCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteAssessmentFrameworkShareRequest
30
30
  * requestId: "STRING_VALUE", // required
31
31
  * requestType: "SENT" || "RECEIVED", // required
32
32
  * };
@@ -47,7 +47,7 @@ export interface DeleteAssessmentReportCommandOutput extends DeleteAssessmentRep
47
47
  * import { AuditManagerClient, DeleteAssessmentReportCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
48
48
  * // const { AuditManagerClient, DeleteAssessmentReportCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
49
49
  * const client = new AuditManagerClient(config);
50
- * const input = {
50
+ * const input = { // DeleteAssessmentReportRequest
51
51
  * assessmentId: "STRING_VALUE", // required
52
52
  * assessmentReportId: "STRING_VALUE", // required
53
53
  * };
@@ -26,7 +26,7 @@ export interface DeleteControlCommandOutput extends DeleteControlResponse, __Met
26
26
  * import { AuditManagerClient, DeleteControlCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, DeleteControlCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteControlRequest
30
30
  * controlId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteControlCommand(input);
@@ -85,7 +85,7 @@ export interface DeregisterOrganizationAdminAccountCommandOutput extends Deregis
85
85
  * import { AuditManagerClient, DeregisterOrganizationAdminAccountCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
86
86
  * // const { AuditManagerClient, DeregisterOrganizationAdminAccountCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
87
87
  * const client = new AuditManagerClient(config);
88
- * const input = {
88
+ * const input = { // DeregisterOrganizationAdminAccountRequest
89
89
  * adminAccountId: "STRING_VALUE",
90
90
  * };
91
91
  * const command = new DeregisterOrganizationAdminAccountCommand(input);
@@ -26,7 +26,7 @@ export interface DisassociateAssessmentReportEvidenceFolderCommandOutput extends
26
26
  * import { AuditManagerClient, DisassociateAssessmentReportEvidenceFolderCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, DisassociateAssessmentReportEvidenceFolderCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // DisassociateAssessmentReportEvidenceFolderRequest
30
30
  * assessmentId: "STRING_VALUE", // required
31
31
  * evidenceFolderId: "STRING_VALUE", // required
32
32
  * };
@@ -26,7 +26,7 @@ export interface GetAssessmentCommandOutput extends GetAssessmentResponse, __Met
26
26
  * import { AuditManagerClient, GetAssessmentCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, GetAssessmentCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // GetAssessmentRequest
30
30
  * assessmentId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetAssessmentCommand(input);
@@ -26,7 +26,7 @@ export interface GetAssessmentFrameworkCommandOutput extends GetAssessmentFramew
26
26
  * import { AuditManagerClient, GetAssessmentFrameworkCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
27
27
  * // const { AuditManagerClient, GetAssessmentFrameworkCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
28
28
  * const client = new AuditManagerClient(config);
29
- * const input = {
29
+ * const input = { // GetAssessmentFrameworkRequest
30
30
  * frameworkId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetAssessmentFrameworkCommand(input);