@aws-sdk/client-auditmanager 3.325.0 → 3.326.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 (62) hide show
  1. package/dist-types/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +4 -0
  2. package/dist-types/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +15 -0
  3. package/dist-types/commands/BatchCreateDelegationByAssessmentCommand.d.ts +32 -0
  4. package/dist-types/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +12 -0
  5. package/dist-types/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +15 -0
  6. package/dist-types/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +14 -0
  7. package/dist-types/commands/CreateAssessmentCommand.d.ts +125 -0
  8. package/dist-types/commands/CreateAssessmentFrameworkCommand.d.ts +63 -0
  9. package/dist-types/commands/CreateAssessmentReportCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateControlCommand.d.ts +38 -0
  11. package/dist-types/commands/DeleteAssessmentCommand.d.ts +4 -0
  12. package/dist-types/commands/DeleteAssessmentFrameworkCommand.d.ts +4 -0
  13. package/dist-types/commands/DeleteAssessmentFrameworkShareCommand.d.ts +4 -0
  14. package/dist-types/commands/DeleteAssessmentReportCommand.d.ts +4 -0
  15. package/dist-types/commands/DeleteControlCommand.d.ts +4 -0
  16. package/dist-types/commands/DeregisterAccountCommand.d.ts +6 -0
  17. package/dist-types/commands/DeregisterOrganizationAdminAccountCommand.d.ts +4 -0
  18. package/dist-types/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +4 -0
  19. package/dist-types/commands/GetAccountStatusCommand.d.ts +6 -0
  20. package/dist-types/commands/GetAssessmentCommand.d.ts +126 -0
  21. package/dist-types/commands/GetAssessmentFrameworkCommand.d.ts +63 -0
  22. package/dist-types/commands/GetAssessmentReportUrlCommand.d.ts +9 -0
  23. package/dist-types/commands/GetChangeLogsCommand.d.ts +15 -0
  24. package/dist-types/commands/GetControlCommand.d.ts +38 -0
  25. package/dist-types/commands/GetDelegationsCommand.d.ts +17 -0
  26. package/dist-types/commands/GetEvidenceByEvidenceFolderCommand.d.ts +33 -0
  27. package/dist-types/commands/GetEvidenceCommand.d.ts +30 -0
  28. package/dist-types/commands/GetEvidenceFolderCommand.d.ts +25 -0
  29. package/dist-types/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +28 -0
  30. package/dist-types/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +28 -0
  31. package/dist-types/commands/GetInsightsByAssessmentCommand.d.ts +13 -0
  32. package/dist-types/commands/GetInsightsCommand.d.ts +14 -0
  33. package/dist-types/commands/GetOrganizationAdminAccountCommand.d.ts +7 -0
  34. package/dist-types/commands/GetServicesInScopeCommand.d.ts +13 -0
  35. package/dist-types/commands/GetSettingsCommand.d.ts +29 -0
  36. package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +19 -0
  37. package/dist-types/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +25 -0
  38. package/dist-types/commands/ListAssessmentFrameworksCommand.d.ts +21 -0
  39. package/dist-types/commands/ListAssessmentReportsCommand.d.ts +18 -0
  40. package/dist-types/commands/ListAssessmentsCommand.d.ts +37 -0
  41. package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +20 -0
  42. package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +20 -0
  43. package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +18 -0
  44. package/dist-types/commands/ListControlsCommand.d.ts +16 -0
  45. package/dist-types/commands/ListKeywordsForDataSourceCommand.d.ts +9 -0
  46. package/dist-types/commands/ListNotificationsCommand.d.ts +18 -0
  47. package/dist-types/commands/ListTagsForResourceCommand.d.ts +8 -0
  48. package/dist-types/commands/RegisterAccountCommand.d.ts +6 -0
  49. package/dist-types/commands/RegisterOrganizationAdminAccountCommand.d.ts +7 -0
  50. package/dist-types/commands/StartAssessmentFrameworkShareCommand.d.ts +22 -0
  51. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  52. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  53. package/dist-types/commands/UpdateAssessmentCommand.d.ts +125 -0
  54. package/dist-types/commands/UpdateAssessmentControlCommand.d.ts +24 -0
  55. package/dist-types/commands/UpdateAssessmentControlSetStatusCommand.d.ts +54 -0
  56. package/dist-types/commands/UpdateAssessmentFrameworkCommand.d.ts +63 -0
  57. package/dist-types/commands/UpdateAssessmentFrameworkShareCommand.d.ts +22 -0
  58. package/dist-types/commands/UpdateAssessmentStatusCommand.d.ts +125 -0
  59. package/dist-types/commands/UpdateControlCommand.d.ts +38 -0
  60. package/dist-types/commands/UpdateSettingsCommand.d.ts +29 -0
  61. package/dist-types/commands/ValidateAssessmentReportIntegrityCommand.d.ts +12 -0
  62. package/package.json +3 -3
@@ -33,6 +33,8 @@ export interface AssociateAssessmentReportEvidenceFolderCommandOutput extends As
33
33
  * };
34
34
  * const command = new AssociateAssessmentReportEvidenceFolderCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param AssociateAssessmentReportEvidenceFolderCommandInput - {@link AssociateAssessmentReportEvidenceFolderCommandInput}
@@ -55,6 +57,8 @@ export interface AssociateAssessmentReportEvidenceFolderCommandOutput extends As
55
57
  * @throws {@link ValidationException} (client fault)
56
58
  * <p> The request has invalid or missing parameters. </p>
57
59
  *
60
+ * @throws {@link AuditManagerServiceException}
61
+ * <p>Base exception class for all service exceptions from AuditManager service.</p>
58
62
  *
59
63
  */
60
64
  export declare class AssociateAssessmentReportEvidenceFolderCommand extends $Command<AssociateAssessmentReportEvidenceFolderCommandInput, AssociateAssessmentReportEvidenceFolderCommandOutput, AuditManagerClientResolvedConfig> {
@@ -36,6 +36,19 @@ export interface BatchAssociateAssessmentReportEvidenceCommandOutput extends Bat
36
36
  * };
37
37
  * const command = new BatchAssociateAssessmentReportEvidenceCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // BatchAssociateAssessmentReportEvidenceResponse
40
+ * // evidenceIds: [ // EvidenceIds
41
+ * // "STRING_VALUE",
42
+ * // ],
43
+ * // errors: [ // AssessmentReportEvidenceErrors
44
+ * // { // AssessmentReportEvidenceError
45
+ * // evidenceId: "STRING_VALUE",
46
+ * // errorCode: "STRING_VALUE",
47
+ * // errorMessage: "STRING_VALUE",
48
+ * // },
49
+ * // ],
50
+ * // };
51
+ *
39
52
  * ```
40
53
  *
41
54
  * @param BatchAssociateAssessmentReportEvidenceCommandInput - {@link BatchAssociateAssessmentReportEvidenceCommandInput}
@@ -58,6 +71,8 @@ export interface BatchAssociateAssessmentReportEvidenceCommandOutput extends Bat
58
71
  * @throws {@link ValidationException} (client fault)
59
72
  * <p> The request has invalid or missing parameters. </p>
60
73
  *
74
+ * @throws {@link AuditManagerServiceException}
75
+ * <p>Base exception class for all service exceptions from AuditManager service.</p>
61
76
  *
62
77
  */
63
78
  export declare class BatchAssociateAssessmentReportEvidenceCommand extends $Command<BatchAssociateAssessmentReportEvidenceCommandInput, BatchAssociateAssessmentReportEvidenceCommandOutput, AuditManagerClientResolvedConfig> {
@@ -39,6 +39,36 @@ export interface BatchCreateDelegationByAssessmentCommandOutput extends BatchCre
39
39
  * };
40
40
  * const command = new BatchCreateDelegationByAssessmentCommand(input);
41
41
  * const response = await client.send(command);
42
+ * // { // BatchCreateDelegationByAssessmentResponse
43
+ * // delegations: [ // Delegations
44
+ * // { // Delegation
45
+ * // id: "STRING_VALUE",
46
+ * // assessmentName: "STRING_VALUE",
47
+ * // assessmentId: "STRING_VALUE",
48
+ * // status: "IN_PROGRESS" || "UNDER_REVIEW" || "COMPLETE",
49
+ * // roleArn: "STRING_VALUE",
50
+ * // roleType: "PROCESS_OWNER" || "RESOURCE_OWNER",
51
+ * // creationTime: new Date("TIMESTAMP"),
52
+ * // lastUpdated: new Date("TIMESTAMP"),
53
+ * // controlSetId: "STRING_VALUE",
54
+ * // comment: "STRING_VALUE",
55
+ * // createdBy: "STRING_VALUE",
56
+ * // },
57
+ * // ],
58
+ * // errors: [ // BatchCreateDelegationByAssessmentErrors
59
+ * // { // BatchCreateDelegationByAssessmentError
60
+ * // createDelegationRequest: { // CreateDelegationRequest
61
+ * // comment: "STRING_VALUE",
62
+ * // controlSetId: "STRING_VALUE",
63
+ * // roleArn: "STRING_VALUE",
64
+ * // roleType: "PROCESS_OWNER" || "RESOURCE_OWNER",
65
+ * // },
66
+ * // errorCode: "STRING_VALUE",
67
+ * // errorMessage: "STRING_VALUE",
68
+ * // },
69
+ * // ],
70
+ * // };
71
+ *
42
72
  * ```
43
73
  *
44
74
  * @param BatchCreateDelegationByAssessmentCommandInput - {@link BatchCreateDelegationByAssessmentCommandInput}
@@ -61,6 +91,8 @@ export interface BatchCreateDelegationByAssessmentCommandOutput extends BatchCre
61
91
  * @throws {@link ValidationException} (client fault)
62
92
  * <p> The request has invalid or missing parameters. </p>
63
93
  *
94
+ * @throws {@link AuditManagerServiceException}
95
+ * <p>Base exception class for all service exceptions from AuditManager service.</p>
64
96
  *
65
97
  */
66
98
  export declare class BatchCreateDelegationByAssessmentCommand extends $Command<BatchCreateDelegationByAssessmentCommandInput, BatchCreateDelegationByAssessmentCommandOutput, AuditManagerClientResolvedConfig> {
@@ -34,6 +34,16 @@ export interface BatchDeleteDelegationByAssessmentCommandOutput extends BatchDel
34
34
  * };
35
35
  * const command = new BatchDeleteDelegationByAssessmentCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // BatchDeleteDelegationByAssessmentResponse
38
+ * // errors: [ // BatchDeleteDelegationByAssessmentErrors
39
+ * // { // BatchDeleteDelegationByAssessmentError
40
+ * // delegationId: "STRING_VALUE",
41
+ * // errorCode: "STRING_VALUE",
42
+ * // errorMessage: "STRING_VALUE",
43
+ * // },
44
+ * // ],
45
+ * // };
46
+ *
37
47
  * ```
38
48
  *
39
49
  * @param BatchDeleteDelegationByAssessmentCommandInput - {@link BatchDeleteDelegationByAssessmentCommandInput}
@@ -56,6 +66,8 @@ export interface BatchDeleteDelegationByAssessmentCommandOutput extends BatchDel
56
66
  * @throws {@link ValidationException} (client fault)
57
67
  * <p> The request has invalid or missing parameters. </p>
58
68
  *
69
+ * @throws {@link AuditManagerServiceException}
70
+ * <p>Base exception class for all service exceptions from AuditManager service.</p>
59
71
  *
60
72
  */
61
73
  export declare class BatchDeleteDelegationByAssessmentCommand extends $Command<BatchDeleteDelegationByAssessmentCommandInput, BatchDeleteDelegationByAssessmentCommandOutput, AuditManagerClientResolvedConfig> {
@@ -36,6 +36,19 @@ export interface BatchDisassociateAssessmentReportEvidenceCommandOutput extends
36
36
  * };
37
37
  * const command = new BatchDisassociateAssessmentReportEvidenceCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // BatchDisassociateAssessmentReportEvidenceResponse
40
+ * // evidenceIds: [ // EvidenceIds
41
+ * // "STRING_VALUE",
42
+ * // ],
43
+ * // errors: [ // AssessmentReportEvidenceErrors
44
+ * // { // AssessmentReportEvidenceError
45
+ * // evidenceId: "STRING_VALUE",
46
+ * // errorCode: "STRING_VALUE",
47
+ * // errorMessage: "STRING_VALUE",
48
+ * // },
49
+ * // ],
50
+ * // };
51
+ *
39
52
  * ```
40
53
  *
41
54
  * @param BatchDisassociateAssessmentReportEvidenceCommandInput - {@link BatchDisassociateAssessmentReportEvidenceCommandInput}
@@ -58,6 +71,8 @@ export interface BatchDisassociateAssessmentReportEvidenceCommandOutput extends
58
71
  * @throws {@link ValidationException} (client fault)
59
72
  * <p> The request has invalid or missing parameters. </p>
60
73
  *
74
+ * @throws {@link AuditManagerServiceException}
75
+ * <p>Base exception class for all service exceptions from AuditManager service.</p>
61
76
  *
62
77
  */
63
78
  export declare class BatchDisassociateAssessmentReportEvidenceCommand extends $Command<BatchDisassociateAssessmentReportEvidenceCommandInput, BatchDisassociateAssessmentReportEvidenceCommandOutput, AuditManagerClientResolvedConfig> {
@@ -59,6 +59,18 @@ export interface BatchImportEvidenceToAssessmentControlCommandOutput extends Bat
59
59
  * };
60
60
  * const command = new BatchImportEvidenceToAssessmentControlCommand(input);
61
61
  * const response = await client.send(command);
62
+ * // { // BatchImportEvidenceToAssessmentControlResponse
63
+ * // errors: [ // BatchImportEvidenceToAssessmentControlErrors
64
+ * // { // BatchImportEvidenceToAssessmentControlError
65
+ * // manualEvidence: { // ManualEvidence
66
+ * // s3ResourcePath: "STRING_VALUE",
67
+ * // },
68
+ * // errorCode: "STRING_VALUE",
69
+ * // errorMessage: "STRING_VALUE",
70
+ * // },
71
+ * // ],
72
+ * // };
73
+ *
62
74
  * ```
63
75
  *
64
76
  * @param BatchImportEvidenceToAssessmentControlCommandInput - {@link BatchImportEvidenceToAssessmentControlCommandInput}
@@ -81,6 +93,8 @@ export interface BatchImportEvidenceToAssessmentControlCommandOutput extends Bat
81
93
  * @throws {@link ValidationException} (client fault)
82
94
  * <p> The request has invalid or missing parameters. </p>
83
95
  *
96
+ * @throws {@link AuditManagerServiceException}
97
+ * <p>Base exception class for all service exceptions from AuditManager service.</p>
84
98
  *
85
99
  */
86
100
  export declare class BatchImportEvidenceToAssessmentControlCommand extends $Command<BatchImportEvidenceToAssessmentControlCommandInput, BatchImportEvidenceToAssessmentControlCommandOutput, AuditManagerClientResolvedConfig> {
@@ -60,6 +60,129 @@ export interface CreateAssessmentCommandOutput extends CreateAssessmentResponse,
60
60
  * };
61
61
  * const command = new CreateAssessmentCommand(input);
62
62
  * const response = await client.send(command);
63
+ * // { // CreateAssessmentResponse
64
+ * // assessment: { // Assessment
65
+ * // arn: "STRING_VALUE",
66
+ * // awsAccount: { // AWSAccount
67
+ * // id: "STRING_VALUE",
68
+ * // emailAddress: "STRING_VALUE",
69
+ * // name: "STRING_VALUE",
70
+ * // },
71
+ * // metadata: { // AssessmentMetadata
72
+ * // name: "STRING_VALUE",
73
+ * // id: "STRING_VALUE",
74
+ * // description: "STRING_VALUE",
75
+ * // complianceType: "STRING_VALUE",
76
+ * // status: "ACTIVE" || "INACTIVE",
77
+ * // assessmentReportsDestination: { // AssessmentReportsDestination
78
+ * // destinationType: "S3",
79
+ * // destination: "STRING_VALUE",
80
+ * // },
81
+ * // scope: { // Scope
82
+ * // awsAccounts: [ // AWSAccounts
83
+ * // {
84
+ * // id: "STRING_VALUE",
85
+ * // emailAddress: "STRING_VALUE",
86
+ * // name: "STRING_VALUE",
87
+ * // },
88
+ * // ],
89
+ * // awsServices: [ // AWSServices
90
+ * // { // AWSService
91
+ * // serviceName: "STRING_VALUE",
92
+ * // },
93
+ * // ],
94
+ * // },
95
+ * // roles: [ // Roles
96
+ * // { // Role
97
+ * // roleType: "PROCESS_OWNER" || "RESOURCE_OWNER", // required
98
+ * // roleArn: "STRING_VALUE", // required
99
+ * // },
100
+ * // ],
101
+ * // delegations: [ // Delegations
102
+ * // { // Delegation
103
+ * // id: "STRING_VALUE",
104
+ * // assessmentName: "STRING_VALUE",
105
+ * // assessmentId: "STRING_VALUE",
106
+ * // status: "IN_PROGRESS" || "UNDER_REVIEW" || "COMPLETE",
107
+ * // roleArn: "STRING_VALUE",
108
+ * // roleType: "PROCESS_OWNER" || "RESOURCE_OWNER",
109
+ * // creationTime: new Date("TIMESTAMP"),
110
+ * // lastUpdated: new Date("TIMESTAMP"),
111
+ * // controlSetId: "STRING_VALUE",
112
+ * // comment: "STRING_VALUE",
113
+ * // createdBy: "STRING_VALUE",
114
+ * // },
115
+ * // ],
116
+ * // creationTime: new Date("TIMESTAMP"),
117
+ * // lastUpdated: new Date("TIMESTAMP"),
118
+ * // },
119
+ * // framework: { // AssessmentFramework
120
+ * // id: "STRING_VALUE",
121
+ * // arn: "STRING_VALUE",
122
+ * // metadata: { // FrameworkMetadata
123
+ * // name: "STRING_VALUE",
124
+ * // description: "STRING_VALUE",
125
+ * // logo: "STRING_VALUE",
126
+ * // complianceType: "STRING_VALUE",
127
+ * // },
128
+ * // controlSets: [ // AssessmentControlSets
129
+ * // { // AssessmentControlSet
130
+ * // id: "STRING_VALUE",
131
+ * // description: "STRING_VALUE",
132
+ * // status: "ACTIVE" || "UNDER_REVIEW" || "REVIEWED",
133
+ * // roles: [
134
+ * // {
135
+ * // roleType: "PROCESS_OWNER" || "RESOURCE_OWNER", // required
136
+ * // roleArn: "STRING_VALUE", // required
137
+ * // },
138
+ * // ],
139
+ * // controls: [ // AssessmentControls
140
+ * // { // AssessmentControl
141
+ * // id: "STRING_VALUE",
142
+ * // name: "STRING_VALUE",
143
+ * // description: "STRING_VALUE",
144
+ * // status: "UNDER_REVIEW" || "REVIEWED" || "INACTIVE",
145
+ * // response: "MANUAL" || "AUTOMATE" || "DEFER" || "IGNORE",
146
+ * // comments: [ // ControlComments
147
+ * // { // ControlComment
148
+ * // authorName: "STRING_VALUE",
149
+ * // commentBody: "STRING_VALUE",
150
+ * // postedDate: new Date("TIMESTAMP"),
151
+ * // },
152
+ * // ],
153
+ * // evidenceSources: [ // EvidenceSources
154
+ * // "STRING_VALUE",
155
+ * // ],
156
+ * // evidenceCount: Number("int"),
157
+ * // assessmentReportEvidenceCount: Number("int"),
158
+ * // },
159
+ * // ],
160
+ * // delegations: [
161
+ * // {
162
+ * // id: "STRING_VALUE",
163
+ * // assessmentName: "STRING_VALUE",
164
+ * // assessmentId: "STRING_VALUE",
165
+ * // status: "IN_PROGRESS" || "UNDER_REVIEW" || "COMPLETE",
166
+ * // roleArn: "STRING_VALUE",
167
+ * // roleType: "PROCESS_OWNER" || "RESOURCE_OWNER",
168
+ * // creationTime: new Date("TIMESTAMP"),
169
+ * // lastUpdated: new Date("TIMESTAMP"),
170
+ * // controlSetId: "STRING_VALUE",
171
+ * // comment: "STRING_VALUE",
172
+ * // createdBy: "STRING_VALUE",
173
+ * // },
174
+ * // ],
175
+ * // systemEvidenceCount: Number("int"),
176
+ * // manualEvidenceCount: Number("int"),
177
+ * // },
178
+ * // ],
179
+ * // },
180
+ * // tags: { // TagMap
181
+ * // "<keys>": "STRING_VALUE",
182
+ * // },
183
+ * // },
184
+ * // };
185
+ *
63
186
  * ```
64
187
  *
65
188
  * @param CreateAssessmentCommandInput - {@link CreateAssessmentCommandInput}
@@ -88,6 +211,8 @@ export interface CreateAssessmentCommandOutput extends CreateAssessmentResponse,
88
211
  * @throws {@link ValidationException} (client fault)
89
212
  * <p> The request has invalid or missing parameters. </p>
90
213
  *
214
+ * @throws {@link AuditManagerServiceException}
215
+ * <p>Base exception class for all service exceptions from AuditManager service.</p>
91
216
  *
92
217
  */
93
218
  export declare class CreateAssessmentCommand extends $Command<CreateAssessmentCommandInput, CreateAssessmentCommandOutput, AuditManagerClientResolvedConfig> {
@@ -46,6 +46,67 @@ export interface CreateAssessmentFrameworkCommandOutput extends CreateAssessment
46
46
  * };
47
47
  * const command = new CreateAssessmentFrameworkCommand(input);
48
48
  * const response = await client.send(command);
49
+ * // { // CreateAssessmentFrameworkResponse
50
+ * // framework: { // Framework
51
+ * // arn: "STRING_VALUE",
52
+ * // id: "STRING_VALUE",
53
+ * // name: "STRING_VALUE",
54
+ * // type: "Standard" || "Custom",
55
+ * // complianceType: "STRING_VALUE",
56
+ * // description: "STRING_VALUE",
57
+ * // logo: "STRING_VALUE",
58
+ * // controlSources: "STRING_VALUE",
59
+ * // controlSets: [ // ControlSets
60
+ * // { // ControlSet
61
+ * // id: "STRING_VALUE",
62
+ * // name: "STRING_VALUE",
63
+ * // controls: [ // Controls
64
+ * // { // Control
65
+ * // arn: "STRING_VALUE",
66
+ * // id: "STRING_VALUE",
67
+ * // type: "Standard" || "Custom",
68
+ * // name: "STRING_VALUE",
69
+ * // description: "STRING_VALUE",
70
+ * // testingInformation: "STRING_VALUE",
71
+ * // actionPlanTitle: "STRING_VALUE",
72
+ * // actionPlanInstructions: "STRING_VALUE",
73
+ * // controlSources: "STRING_VALUE",
74
+ * // controlMappingSources: [ // ControlMappingSources
75
+ * // { // ControlMappingSource
76
+ * // sourceId: "STRING_VALUE",
77
+ * // sourceName: "STRING_VALUE",
78
+ * // sourceDescription: "STRING_VALUE",
79
+ * // sourceSetUpOption: "System_Controls_Mapping" || "Procedural_Controls_Mapping",
80
+ * // sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL",
81
+ * // sourceKeyword: { // SourceKeyword
82
+ * // keywordInputType: "SELECT_FROM_LIST",
83
+ * // keywordValue: "STRING_VALUE",
84
+ * // },
85
+ * // sourceFrequency: "DAILY" || "WEEKLY" || "MONTHLY",
86
+ * // troubleshootingText: "STRING_VALUE",
87
+ * // },
88
+ * // ],
89
+ * // createdAt: new Date("TIMESTAMP"),
90
+ * // lastUpdatedAt: new Date("TIMESTAMP"),
91
+ * // createdBy: "STRING_VALUE",
92
+ * // lastUpdatedBy: "STRING_VALUE",
93
+ * // tags: { // TagMap
94
+ * // "<keys>": "STRING_VALUE",
95
+ * // },
96
+ * // },
97
+ * // ],
98
+ * // },
99
+ * // ],
100
+ * // createdAt: new Date("TIMESTAMP"),
101
+ * // lastUpdatedAt: new Date("TIMESTAMP"),
102
+ * // createdBy: "STRING_VALUE",
103
+ * // lastUpdatedBy: "STRING_VALUE",
104
+ * // tags: {
105
+ * // "<keys>": "STRING_VALUE",
106
+ * // },
107
+ * // },
108
+ * // };
109
+ *
49
110
  * ```
50
111
  *
51
112
  * @param CreateAssessmentFrameworkCommandInput - {@link CreateAssessmentFrameworkCommandInput}
@@ -74,6 +135,8 @@ export interface CreateAssessmentFrameworkCommandOutput extends CreateAssessment
74
135
  * @throws {@link ValidationException} (client fault)
75
136
  * <p> The request has invalid or missing parameters. </p>
76
137
  *
138
+ * @throws {@link AuditManagerServiceException}
139
+ * <p>Base exception class for all service exceptions from AuditManager service.</p>
77
140
  *
78
141
  */
79
142
  export declare class CreateAssessmentFrameworkCommand extends $Command<CreateAssessmentFrameworkCommandInput, CreateAssessmentFrameworkCommandOutput, AuditManagerClientResolvedConfig> {
@@ -34,6 +34,20 @@ export interface CreateAssessmentReportCommandOutput extends CreateAssessmentRep
34
34
  * };
35
35
  * const command = new CreateAssessmentReportCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // CreateAssessmentReportResponse
38
+ * // assessmentReport: { // AssessmentReport
39
+ * // id: "STRING_VALUE",
40
+ * // name: "STRING_VALUE",
41
+ * // description: "STRING_VALUE",
42
+ * // awsAccountId: "STRING_VALUE",
43
+ * // assessmentId: "STRING_VALUE",
44
+ * // assessmentName: "STRING_VALUE",
45
+ * // author: "STRING_VALUE",
46
+ * // status: "COMPLETE" || "IN_PROGRESS" || "FAILED",
47
+ * // creationTime: new Date("TIMESTAMP"),
48
+ * // },
49
+ * // };
50
+ *
37
51
  * ```
38
52
  *
39
53
  * @param CreateAssessmentReportCommandInput - {@link CreateAssessmentReportCommandInput}
@@ -56,6 +70,8 @@ export interface CreateAssessmentReportCommandOutput extends CreateAssessmentRep
56
70
  * @throws {@link ValidationException} (client fault)
57
71
  * <p> The request has invalid or missing parameters. </p>
58
72
  *
73
+ * @throws {@link AuditManagerServiceException}
74
+ * <p>Base exception class for all service exceptions from AuditManager service.</p>
59
75
  *
60
76
  */
61
77
  export declare class CreateAssessmentReportCommand extends $Command<CreateAssessmentReportCommandInput, CreateAssessmentReportCommandOutput, AuditManagerClientResolvedConfig> {
@@ -52,6 +52,42 @@ export interface CreateControlCommandOutput extends CreateControlResponse, __Met
52
52
  * };
53
53
  * const command = new CreateControlCommand(input);
54
54
  * const response = await client.send(command);
55
+ * // { // CreateControlResponse
56
+ * // control: { // Control
57
+ * // arn: "STRING_VALUE",
58
+ * // id: "STRING_VALUE",
59
+ * // type: "Standard" || "Custom",
60
+ * // name: "STRING_VALUE",
61
+ * // description: "STRING_VALUE",
62
+ * // testingInformation: "STRING_VALUE",
63
+ * // actionPlanTitle: "STRING_VALUE",
64
+ * // actionPlanInstructions: "STRING_VALUE",
65
+ * // controlSources: "STRING_VALUE",
66
+ * // controlMappingSources: [ // ControlMappingSources
67
+ * // { // ControlMappingSource
68
+ * // sourceId: "STRING_VALUE",
69
+ * // sourceName: "STRING_VALUE",
70
+ * // sourceDescription: "STRING_VALUE",
71
+ * // sourceSetUpOption: "System_Controls_Mapping" || "Procedural_Controls_Mapping",
72
+ * // sourceType: "AWS_Cloudtrail" || "AWS_Config" || "AWS_Security_Hub" || "AWS_API_Call" || "MANUAL",
73
+ * // sourceKeyword: { // SourceKeyword
74
+ * // keywordInputType: "SELECT_FROM_LIST",
75
+ * // keywordValue: "STRING_VALUE",
76
+ * // },
77
+ * // sourceFrequency: "DAILY" || "WEEKLY" || "MONTHLY",
78
+ * // troubleshootingText: "STRING_VALUE",
79
+ * // },
80
+ * // ],
81
+ * // createdAt: new Date("TIMESTAMP"),
82
+ * // lastUpdatedAt: new Date("TIMESTAMP"),
83
+ * // createdBy: "STRING_VALUE",
84
+ * // lastUpdatedBy: "STRING_VALUE",
85
+ * // tags: { // TagMap
86
+ * // "<keys>": "STRING_VALUE",
87
+ * // },
88
+ * // },
89
+ * // };
90
+ *
55
91
  * ```
56
92
  *
57
93
  * @param CreateControlCommandInput - {@link CreateControlCommandInput}
@@ -80,6 +116,8 @@ export interface CreateControlCommandOutput extends CreateControlResponse, __Met
80
116
  * @throws {@link ValidationException} (client fault)
81
117
  * <p> The request has invalid or missing parameters. </p>
82
118
  *
119
+ * @throws {@link AuditManagerServiceException}
120
+ * <p>Base exception class for all service exceptions from AuditManager service.</p>
83
121
  *
84
122
  */
85
123
  export declare class CreateControlCommand extends $Command<CreateControlCommandInput, CreateControlCommandOutput, AuditManagerClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteAssessmentCommandOutput extends DeleteAssessmentResponse,
31
31
  * };
32
32
  * const command = new DeleteAssessmentCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteAssessmentCommandInput - {@link DeleteAssessmentCommandInput}
@@ -53,6 +55,8 @@ export interface DeleteAssessmentCommandOutput extends DeleteAssessmentResponse,
53
55
  * @throws {@link ValidationException} (client fault)
54
56
  * <p> The request has invalid or missing parameters. </p>
55
57
  *
58
+ * @throws {@link AuditManagerServiceException}
59
+ * <p>Base exception class for all service exceptions from AuditManager service.</p>
56
60
  *
57
61
  */
58
62
  export declare class DeleteAssessmentCommand extends $Command<DeleteAssessmentCommandInput, DeleteAssessmentCommandOutput, AuditManagerClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteAssessmentFrameworkCommandOutput extends DeleteAssessment
31
31
  * };
32
32
  * const command = new DeleteAssessmentFrameworkCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteAssessmentFrameworkCommandInput - {@link DeleteAssessmentFrameworkCommandInput}
@@ -53,6 +55,8 @@ export interface DeleteAssessmentFrameworkCommandOutput extends DeleteAssessment
53
55
  * @throws {@link ValidationException} (client fault)
54
56
  * <p> The request has invalid or missing parameters. </p>
55
57
  *
58
+ * @throws {@link AuditManagerServiceException}
59
+ * <p>Base exception class for all service exceptions from AuditManager service.</p>
56
60
  *
57
61
  */
58
62
  export declare class DeleteAssessmentFrameworkCommand extends $Command<DeleteAssessmentFrameworkCommandInput, DeleteAssessmentFrameworkCommandOutput, AuditManagerClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DeleteAssessmentFrameworkShareCommandOutput extends DeleteAsses
32
32
  * };
33
33
  * const command = new DeleteAssessmentFrameworkShareCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DeleteAssessmentFrameworkShareCommandInput - {@link DeleteAssessmentFrameworkShareCommandInput}
@@ -54,6 +56,8 @@ export interface DeleteAssessmentFrameworkShareCommandOutput extends DeleteAsses
54
56
  * @throws {@link ValidationException} (client fault)
55
57
  * <p> The request has invalid or missing parameters. </p>
56
58
  *
59
+ * @throws {@link AuditManagerServiceException}
60
+ * <p>Base exception class for all service exceptions from AuditManager service.</p>
57
61
  *
58
62
  */
59
63
  export declare class DeleteAssessmentFrameworkShareCommand extends $Command<DeleteAssessmentFrameworkShareCommandInput, DeleteAssessmentFrameworkShareCommandOutput, AuditManagerClientResolvedConfig> {
@@ -53,6 +53,8 @@ export interface DeleteAssessmentReportCommandOutput extends DeleteAssessmentRep
53
53
  * };
54
54
  * const command = new DeleteAssessmentReportCommand(input);
55
55
  * const response = await client.send(command);
56
+ * // {};
57
+ *
56
58
  * ```
57
59
  *
58
60
  * @param DeleteAssessmentReportCommandInput - {@link DeleteAssessmentReportCommandInput}
@@ -75,6 +77,8 @@ export interface DeleteAssessmentReportCommandOutput extends DeleteAssessmentRep
75
77
  * @throws {@link ValidationException} (client fault)
76
78
  * <p> The request has invalid or missing parameters. </p>
77
79
  *
80
+ * @throws {@link AuditManagerServiceException}
81
+ * <p>Base exception class for all service exceptions from AuditManager service.</p>
78
82
  *
79
83
  */
80
84
  export declare class DeleteAssessmentReportCommand extends $Command<DeleteAssessmentReportCommandInput, DeleteAssessmentReportCommandOutput, AuditManagerClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteControlCommandOutput extends DeleteControlResponse, __Met
31
31
  * };
32
32
  * const command = new DeleteControlCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteControlCommandInput - {@link DeleteControlCommandInput}
@@ -53,6 +55,8 @@ export interface DeleteControlCommandOutput extends DeleteControlResponse, __Met
53
55
  * @throws {@link ValidationException} (client fault)
54
56
  * <p> The request has invalid or missing parameters. </p>
55
57
  *
58
+ * @throws {@link AuditManagerServiceException}
59
+ * <p>Base exception class for all service exceptions from AuditManager service.</p>
56
60
  *
57
61
  */
58
62
  export declare class DeleteControlCommand extends $Command<DeleteControlCommandInput, DeleteControlCommandOutput, AuditManagerClientResolvedConfig> {
@@ -38,6 +38,10 @@ export interface DeregisterAccountCommandOutput extends DeregisterAccountRespons
38
38
  * const input = {};
39
39
  * const command = new DeregisterAccountCommand(input);
40
40
  * const response = await client.send(command);
41
+ * // { // DeregisterAccountResponse
42
+ * // status: "ACTIVE" || "INACTIVE" || "PENDING_ACTIVATION",
43
+ * // };
44
+ *
41
45
  * ```
42
46
  *
43
47
  * @param DeregisterAccountCommandInput - {@link DeregisterAccountCommandInput}
@@ -60,6 +64,8 @@ export interface DeregisterAccountCommandOutput extends DeregisterAccountRespons
60
64
  * @throws {@link ValidationException} (client fault)
61
65
  * <p> The request has invalid or missing parameters. </p>
62
66
  *
67
+ * @throws {@link AuditManagerServiceException}
68
+ * <p>Base exception class for all service exceptions from AuditManager service.</p>
63
69
  *
64
70
  */
65
71
  export declare class DeregisterAccountCommand extends $Command<DeregisterAccountCommandInput, DeregisterAccountCommandOutput, AuditManagerClientResolvedConfig> {
@@ -90,6 +90,8 @@ export interface DeregisterOrganizationAdminAccountCommandOutput extends Deregis
90
90
  * };
91
91
  * const command = new DeregisterOrganizationAdminAccountCommand(input);
92
92
  * const response = await client.send(command);
93
+ * // {};
94
+ *
93
95
  * ```
94
96
  *
95
97
  * @param DeregisterOrganizationAdminAccountCommandInput - {@link DeregisterOrganizationAdminAccountCommandInput}
@@ -112,6 +114,8 @@ export interface DeregisterOrganizationAdminAccountCommandOutput extends Deregis
112
114
  * @throws {@link ValidationException} (client fault)
113
115
  * <p> The request has invalid or missing parameters. </p>
114
116
  *
117
+ * @throws {@link AuditManagerServiceException}
118
+ * <p>Base exception class for all service exceptions from AuditManager service.</p>
115
119
  *
116
120
  */
117
121
  export declare class DeregisterOrganizationAdminAccountCommand extends $Command<DeregisterOrganizationAdminAccountCommandInput, DeregisterOrganizationAdminAccountCommandOutput, AuditManagerClientResolvedConfig> {
@@ -32,6 +32,8 @@ export interface DisassociateAssessmentReportEvidenceFolderCommandOutput extends
32
32
  * };
33
33
  * const command = new DisassociateAssessmentReportEvidenceFolderCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // {};
36
+ *
35
37
  * ```
36
38
  *
37
39
  * @param DisassociateAssessmentReportEvidenceFolderCommandInput - {@link DisassociateAssessmentReportEvidenceFolderCommandInput}
@@ -54,6 +56,8 @@ export interface DisassociateAssessmentReportEvidenceFolderCommandOutput extends
54
56
  * @throws {@link ValidationException} (client fault)
55
57
  * <p> The request has invalid or missing parameters. </p>
56
58
  *
59
+ * @throws {@link AuditManagerServiceException}
60
+ * <p>Base exception class for all service exceptions from AuditManager service.</p>
57
61
  *
58
62
  */
59
63
  export declare class DisassociateAssessmentReportEvidenceFolderCommand extends $Command<DisassociateAssessmentReportEvidenceFolderCommandInput, DisassociateAssessmentReportEvidenceFolderCommandOutput, AuditManagerClientResolvedConfig> {
@@ -29,6 +29,10 @@ export interface GetAccountStatusCommandOutput extends GetAccountStatusResponse,
29
29
  * const input = {};
30
30
  * const command = new GetAccountStatusCommand(input);
31
31
  * const response = await client.send(command);
32
+ * // { // GetAccountStatusResponse
33
+ * // status: "ACTIVE" || "INACTIVE" || "PENDING_ACTIVATION",
34
+ * // };
35
+ *
32
36
  * ```
33
37
  *
34
38
  * @param GetAccountStatusCommandInput - {@link GetAccountStatusCommandInput}
@@ -41,6 +45,8 @@ export interface GetAccountStatusCommandOutput extends GetAccountStatusResponse,
41
45
  * <p> An internal service error occurred during the processing of your request. Try again
42
46
  * later. </p>
43
47
  *
48
+ * @throws {@link AuditManagerServiceException}
49
+ * <p>Base exception class for all service exceptions from AuditManager service.</p>
44
50
  *
45
51
  */
46
52
  export declare class GetAccountStatusCommand extends $Command<GetAccountStatusCommandInput, GetAccountStatusCommandOutput, AuditManagerClientResolvedConfig> {