@aws-sdk/client-auditmanager 3.295.0 → 3.297.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.
- package/dist-types/AuditManager.d.ts +62 -0
- package/dist-types/AuditManagerClient.d.ts +24 -4
- package/dist-types/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +16 -0
- package/dist-types/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +16 -0
- package/dist-types/commands/BatchCreateDelegationByAssessmentCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +16 -0
- package/dist-types/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +16 -0
- package/dist-types/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +16 -0
- package/dist-types/commands/CreateAssessmentCommand.d.ts +16 -0
- package/dist-types/commands/CreateAssessmentFrameworkCommand.d.ts +16 -0
- package/dist-types/commands/CreateAssessmentReportCommand.d.ts +16 -0
- package/dist-types/commands/CreateControlCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAssessmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAssessmentFrameworkCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAssessmentFrameworkShareCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAssessmentReportCommand.d.ts +16 -0
- package/dist-types/commands/DeleteControlCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterAccountCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterOrganizationAdminAccountCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +16 -0
- package/dist-types/commands/GetAccountStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetAssessmentCommand.d.ts +16 -0
- package/dist-types/commands/GetAssessmentFrameworkCommand.d.ts +16 -0
- package/dist-types/commands/GetAssessmentReportUrlCommand.d.ts +16 -0
- package/dist-types/commands/GetChangeLogsCommand.d.ts +16 -0
- package/dist-types/commands/GetControlCommand.d.ts +16 -0
- package/dist-types/commands/GetDelegationsCommand.d.ts +16 -0
- package/dist-types/commands/GetEvidenceByEvidenceFolderCommand.d.ts +16 -0
- package/dist-types/commands/GetEvidenceCommand.d.ts +16 -0
- package/dist-types/commands/GetEvidenceFolderCommand.d.ts +16 -0
- package/dist-types/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +16 -0
- package/dist-types/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +16 -0
- package/dist-types/commands/GetInsightsByAssessmentCommand.d.ts +16 -0
- package/dist-types/commands/GetInsightsCommand.d.ts +16 -0
- package/dist-types/commands/GetOrganizationAdminAccountCommand.d.ts +16 -0
- package/dist-types/commands/GetServicesInScopeCommand.d.ts +16 -0
- package/dist-types/commands/GetSettingsCommand.d.ts +16 -0
- package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +16 -0
- package/dist-types/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +16 -0
- package/dist-types/commands/ListAssessmentFrameworksCommand.d.ts +16 -0
- package/dist-types/commands/ListAssessmentReportsCommand.d.ts +16 -0
- package/dist-types/commands/ListAssessmentsCommand.d.ts +16 -0
- package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +16 -0
- package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +16 -0
- package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +16 -0
- package/dist-types/commands/ListControlsCommand.d.ts +16 -0
- package/dist-types/commands/ListKeywordsForDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/ListNotificationsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/RegisterAccountCommand.d.ts +16 -0
- package/dist-types/commands/RegisterOrganizationAdminAccountCommand.d.ts +16 -0
- package/dist-types/commands/StartAssessmentFrameworkShareCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAssessmentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAssessmentControlCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAssessmentControlSetStatusCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAssessmentFrameworkCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAssessmentFrameworkShareCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAssessmentStatusCommand.d.ts +16 -0
- package/dist-types/commands/UpdateControlCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSettingsCommand.d.ts +16 -0
- package/dist-types/commands/ValidateAssessmentReportIntegrityCommand.d.ts +16 -0
- package/dist-types/models/AuditManagerServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +499 -0
- package/dist-types/pagination/GetChangeLogsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetDelegationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetEvidenceByEvidenceFolderPaginator.d.ts +3 -0
- package/dist-types/pagination/GetEvidenceFoldersByAssessmentControlPaginator.d.ts +3 -0
- package/dist-types/pagination/GetEvidenceFoldersByAssessmentPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAssessmentControlInsightsByControlDomainPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAssessmentFrameworkShareRequestsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAssessmentFrameworksPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAssessmentReportsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAssessmentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListControlDomainInsightsByAssessmentPaginator.d.ts +3 -0
- package/dist-types/pagination/ListControlDomainInsightsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListControlInsightsByControlDomainPaginator.d.ts +3 -0
- package/dist-types/pagination/ListControlsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListKeywordsForDataSourcePaginator.d.ts +3 -0
- package/dist-types/pagination/ListNotificationsPaginator.d.ts +3 -0
- package/package.json +29 -29
|
@@ -62,6 +62,7 @@ import { UpdateControlCommandInput, UpdateControlCommandOutput } from "./command
|
|
|
62
62
|
import { UpdateSettingsCommandInput, UpdateSettingsCommandOutput } from "./commands/UpdateSettingsCommand";
|
|
63
63
|
import { ValidateAssessmentReportIntegrityCommandInput, ValidateAssessmentReportIntegrityCommandOutput } from "./commands/ValidateAssessmentReportIntegrityCommand";
|
|
64
64
|
/**
|
|
65
|
+
* @public
|
|
65
66
|
* <p>Welcome to the Audit Manager API reference. This guide is for developers who
|
|
66
67
|
* need detailed information about the Audit Manager API operations, data types, and
|
|
67
68
|
* errors. </p>
|
|
@@ -101,6 +102,7 @@ import { ValidateAssessmentReportIntegrityCommandInput, ValidateAssessmentReport
|
|
|
101
102
|
*/
|
|
102
103
|
export declare class AuditManager extends AuditManagerClient {
|
|
103
104
|
/**
|
|
105
|
+
* @public
|
|
104
106
|
* <p> Associates an evidence folder to an assessment report in an Audit Manager
|
|
105
107
|
* assessment. </p>
|
|
106
108
|
*/
|
|
@@ -108,6 +110,7 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
108
110
|
associateAssessmentReportEvidenceFolder(args: AssociateAssessmentReportEvidenceFolderCommandInput, cb: (err: any, data?: AssociateAssessmentReportEvidenceFolderCommandOutput) => void): void;
|
|
109
111
|
associateAssessmentReportEvidenceFolder(args: AssociateAssessmentReportEvidenceFolderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateAssessmentReportEvidenceFolderCommandOutput) => void): void;
|
|
110
112
|
/**
|
|
113
|
+
* @public
|
|
111
114
|
* <p> Associates a list of evidence to an assessment report in an Audit Manager
|
|
112
115
|
* assessment. </p>
|
|
113
116
|
*/
|
|
@@ -115,18 +118,21 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
115
118
|
batchAssociateAssessmentReportEvidence(args: BatchAssociateAssessmentReportEvidenceCommandInput, cb: (err: any, data?: BatchAssociateAssessmentReportEvidenceCommandOutput) => void): void;
|
|
116
119
|
batchAssociateAssessmentReportEvidence(args: BatchAssociateAssessmentReportEvidenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchAssociateAssessmentReportEvidenceCommandOutput) => void): void;
|
|
117
120
|
/**
|
|
121
|
+
* @public
|
|
118
122
|
* <p> Creates a batch of delegations for an assessment in Audit Manager. </p>
|
|
119
123
|
*/
|
|
120
124
|
batchCreateDelegationByAssessment(args: BatchCreateDelegationByAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<BatchCreateDelegationByAssessmentCommandOutput>;
|
|
121
125
|
batchCreateDelegationByAssessment(args: BatchCreateDelegationByAssessmentCommandInput, cb: (err: any, data?: BatchCreateDelegationByAssessmentCommandOutput) => void): void;
|
|
122
126
|
batchCreateDelegationByAssessment(args: BatchCreateDelegationByAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchCreateDelegationByAssessmentCommandOutput) => void): void;
|
|
123
127
|
/**
|
|
128
|
+
* @public
|
|
124
129
|
* <p> Deletes a batch of delegations for an assessment in Audit Manager. </p>
|
|
125
130
|
*/
|
|
126
131
|
batchDeleteDelegationByAssessment(args: BatchDeleteDelegationByAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteDelegationByAssessmentCommandOutput>;
|
|
127
132
|
batchDeleteDelegationByAssessment(args: BatchDeleteDelegationByAssessmentCommandInput, cb: (err: any, data?: BatchDeleteDelegationByAssessmentCommandOutput) => void): void;
|
|
128
133
|
batchDeleteDelegationByAssessment(args: BatchDeleteDelegationByAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteDelegationByAssessmentCommandOutput) => void): void;
|
|
129
134
|
/**
|
|
135
|
+
* @public
|
|
130
136
|
* <p> Disassociates a list of evidence from an assessment report in Audit Manager.
|
|
131
137
|
* </p>
|
|
132
138
|
*/
|
|
@@ -134,6 +140,7 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
134
140
|
batchDisassociateAssessmentReportEvidence(args: BatchDisassociateAssessmentReportEvidenceCommandInput, cb: (err: any, data?: BatchDisassociateAssessmentReportEvidenceCommandOutput) => void): void;
|
|
135
141
|
batchDisassociateAssessmentReportEvidence(args: BatchDisassociateAssessmentReportEvidenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDisassociateAssessmentReportEvidenceCommandOutput) => void): void;
|
|
136
142
|
/**
|
|
143
|
+
* @public
|
|
137
144
|
* <p>Uploads one or more pieces of evidence to a control in an Audit Manager assessment.
|
|
138
145
|
* You can upload manual evidence from any Amazon Simple Storage Service (Amazon S3) bucket by
|
|
139
146
|
* specifying the S3 URI of the evidence. </p>
|
|
@@ -161,48 +168,56 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
161
168
|
batchImportEvidenceToAssessmentControl(args: BatchImportEvidenceToAssessmentControlCommandInput, cb: (err: any, data?: BatchImportEvidenceToAssessmentControlCommandOutput) => void): void;
|
|
162
169
|
batchImportEvidenceToAssessmentControl(args: BatchImportEvidenceToAssessmentControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchImportEvidenceToAssessmentControlCommandOutput) => void): void;
|
|
163
170
|
/**
|
|
171
|
+
* @public
|
|
164
172
|
* <p> Creates an assessment in Audit Manager. </p>
|
|
165
173
|
*/
|
|
166
174
|
createAssessment(args: CreateAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<CreateAssessmentCommandOutput>;
|
|
167
175
|
createAssessment(args: CreateAssessmentCommandInput, cb: (err: any, data?: CreateAssessmentCommandOutput) => void): void;
|
|
168
176
|
createAssessment(args: CreateAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAssessmentCommandOutput) => void): void;
|
|
169
177
|
/**
|
|
178
|
+
* @public
|
|
170
179
|
* <p> Creates a custom framework in Audit Manager. </p>
|
|
171
180
|
*/
|
|
172
181
|
createAssessmentFramework(args: CreateAssessmentFrameworkCommandInput, options?: __HttpHandlerOptions): Promise<CreateAssessmentFrameworkCommandOutput>;
|
|
173
182
|
createAssessmentFramework(args: CreateAssessmentFrameworkCommandInput, cb: (err: any, data?: CreateAssessmentFrameworkCommandOutput) => void): void;
|
|
174
183
|
createAssessmentFramework(args: CreateAssessmentFrameworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAssessmentFrameworkCommandOutput) => void): void;
|
|
175
184
|
/**
|
|
185
|
+
* @public
|
|
176
186
|
* <p> Creates an assessment report for the specified assessment. </p>
|
|
177
187
|
*/
|
|
178
188
|
createAssessmentReport(args: CreateAssessmentReportCommandInput, options?: __HttpHandlerOptions): Promise<CreateAssessmentReportCommandOutput>;
|
|
179
189
|
createAssessmentReport(args: CreateAssessmentReportCommandInput, cb: (err: any, data?: CreateAssessmentReportCommandOutput) => void): void;
|
|
180
190
|
createAssessmentReport(args: CreateAssessmentReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAssessmentReportCommandOutput) => void): void;
|
|
181
191
|
/**
|
|
192
|
+
* @public
|
|
182
193
|
* <p> Creates a new custom control in Audit Manager. </p>
|
|
183
194
|
*/
|
|
184
195
|
createControl(args: CreateControlCommandInput, options?: __HttpHandlerOptions): Promise<CreateControlCommandOutput>;
|
|
185
196
|
createControl(args: CreateControlCommandInput, cb: (err: any, data?: CreateControlCommandOutput) => void): void;
|
|
186
197
|
createControl(args: CreateControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateControlCommandOutput) => void): void;
|
|
187
198
|
/**
|
|
199
|
+
* @public
|
|
188
200
|
* <p> Deletes an assessment in Audit Manager. </p>
|
|
189
201
|
*/
|
|
190
202
|
deleteAssessment(args: DeleteAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAssessmentCommandOutput>;
|
|
191
203
|
deleteAssessment(args: DeleteAssessmentCommandInput, cb: (err: any, data?: DeleteAssessmentCommandOutput) => void): void;
|
|
192
204
|
deleteAssessment(args: DeleteAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAssessmentCommandOutput) => void): void;
|
|
193
205
|
/**
|
|
206
|
+
* @public
|
|
194
207
|
* <p> Deletes a custom framework in Audit Manager. </p>
|
|
195
208
|
*/
|
|
196
209
|
deleteAssessmentFramework(args: DeleteAssessmentFrameworkCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAssessmentFrameworkCommandOutput>;
|
|
197
210
|
deleteAssessmentFramework(args: DeleteAssessmentFrameworkCommandInput, cb: (err: any, data?: DeleteAssessmentFrameworkCommandOutput) => void): void;
|
|
198
211
|
deleteAssessmentFramework(args: DeleteAssessmentFrameworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAssessmentFrameworkCommandOutput) => void): void;
|
|
199
212
|
/**
|
|
213
|
+
* @public
|
|
200
214
|
* <p> Deletes a share request for a custom framework in Audit Manager. </p>
|
|
201
215
|
*/
|
|
202
216
|
deleteAssessmentFrameworkShare(args: DeleteAssessmentFrameworkShareCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAssessmentFrameworkShareCommandOutput>;
|
|
203
217
|
deleteAssessmentFrameworkShare(args: DeleteAssessmentFrameworkShareCommandInput, cb: (err: any, data?: DeleteAssessmentFrameworkShareCommandOutput) => void): void;
|
|
204
218
|
deleteAssessmentFrameworkShare(args: DeleteAssessmentFrameworkShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAssessmentFrameworkShareCommandOutput) => void): void;
|
|
205
219
|
/**
|
|
220
|
+
* @public
|
|
206
221
|
* <p>Deletes an assessment report in Audit Manager. </p>
|
|
207
222
|
* <p>When you run the <code>DeleteAssessmentReport</code> operation, Audit Manager
|
|
208
223
|
* attempts to delete the following data:</p>
|
|
@@ -230,12 +245,14 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
230
245
|
deleteAssessmentReport(args: DeleteAssessmentReportCommandInput, cb: (err: any, data?: DeleteAssessmentReportCommandOutput) => void): void;
|
|
231
246
|
deleteAssessmentReport(args: DeleteAssessmentReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAssessmentReportCommandOutput) => void): void;
|
|
232
247
|
/**
|
|
248
|
+
* @public
|
|
233
249
|
* <p> Deletes a custom control in Audit Manager. </p>
|
|
234
250
|
*/
|
|
235
251
|
deleteControl(args: DeleteControlCommandInput, options?: __HttpHandlerOptions): Promise<DeleteControlCommandOutput>;
|
|
236
252
|
deleteControl(args: DeleteControlCommandInput, cb: (err: any, data?: DeleteControlCommandOutput) => void): void;
|
|
237
253
|
deleteControl(args: DeleteControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteControlCommandOutput) => void): void;
|
|
238
254
|
/**
|
|
255
|
+
* @public
|
|
239
256
|
* <p> Deregisters an account in Audit Manager. </p>
|
|
240
257
|
* <note>
|
|
241
258
|
* <p>Before you deregister, you can use the <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_UpdateSettings.html">UpdateSettings</a> API operation to set your preferred data retention policy. By
|
|
@@ -251,6 +268,7 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
251
268
|
deregisterAccount(args: DeregisterAccountCommandInput, cb: (err: any, data?: DeregisterAccountCommandOutput) => void): void;
|
|
252
269
|
deregisterAccount(args: DeregisterAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterAccountCommandOutput) => void): void;
|
|
253
270
|
/**
|
|
271
|
+
* @public
|
|
254
272
|
* <p>Removes the specified Amazon Web Services account as a delegated administrator for
|
|
255
273
|
* Audit Manager. </p>
|
|
256
274
|
* <p>When you remove a delegated administrator from your Audit Manager settings, you
|
|
@@ -316,66 +334,77 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
316
334
|
deregisterOrganizationAdminAccount(args: DeregisterOrganizationAdminAccountCommandInput, cb: (err: any, data?: DeregisterOrganizationAdminAccountCommandOutput) => void): void;
|
|
317
335
|
deregisterOrganizationAdminAccount(args: DeregisterOrganizationAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeregisterOrganizationAdminAccountCommandOutput) => void): void;
|
|
318
336
|
/**
|
|
337
|
+
* @public
|
|
319
338
|
* <p> Disassociates an evidence folder from the specified assessment report in Audit Manager. </p>
|
|
320
339
|
*/
|
|
321
340
|
disassociateAssessmentReportEvidenceFolder(args: DisassociateAssessmentReportEvidenceFolderCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateAssessmentReportEvidenceFolderCommandOutput>;
|
|
322
341
|
disassociateAssessmentReportEvidenceFolder(args: DisassociateAssessmentReportEvidenceFolderCommandInput, cb: (err: any, data?: DisassociateAssessmentReportEvidenceFolderCommandOutput) => void): void;
|
|
323
342
|
disassociateAssessmentReportEvidenceFolder(args: DisassociateAssessmentReportEvidenceFolderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateAssessmentReportEvidenceFolderCommandOutput) => void): void;
|
|
324
343
|
/**
|
|
344
|
+
* @public
|
|
325
345
|
* <p> Returns the registration status of an account in Audit Manager. </p>
|
|
326
346
|
*/
|
|
327
347
|
getAccountStatus(args: GetAccountStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountStatusCommandOutput>;
|
|
328
348
|
getAccountStatus(args: GetAccountStatusCommandInput, cb: (err: any, data?: GetAccountStatusCommandOutput) => void): void;
|
|
329
349
|
getAccountStatus(args: GetAccountStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountStatusCommandOutput) => void): void;
|
|
330
350
|
/**
|
|
351
|
+
* @public
|
|
331
352
|
* <p>Returns an assessment from Audit Manager. </p>
|
|
332
353
|
*/
|
|
333
354
|
getAssessment(args: GetAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<GetAssessmentCommandOutput>;
|
|
334
355
|
getAssessment(args: GetAssessmentCommandInput, cb: (err: any, data?: GetAssessmentCommandOutput) => void): void;
|
|
335
356
|
getAssessment(args: GetAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAssessmentCommandOutput) => void): void;
|
|
336
357
|
/**
|
|
358
|
+
* @public
|
|
337
359
|
* <p>Returns a framework from Audit Manager. </p>
|
|
338
360
|
*/
|
|
339
361
|
getAssessmentFramework(args: GetAssessmentFrameworkCommandInput, options?: __HttpHandlerOptions): Promise<GetAssessmentFrameworkCommandOutput>;
|
|
340
362
|
getAssessmentFramework(args: GetAssessmentFrameworkCommandInput, cb: (err: any, data?: GetAssessmentFrameworkCommandOutput) => void): void;
|
|
341
363
|
getAssessmentFramework(args: GetAssessmentFrameworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAssessmentFrameworkCommandOutput) => void): void;
|
|
342
364
|
/**
|
|
365
|
+
* @public
|
|
343
366
|
* <p> Returns the URL of an assessment report in Audit Manager. </p>
|
|
344
367
|
*/
|
|
345
368
|
getAssessmentReportUrl(args: GetAssessmentReportUrlCommandInput, options?: __HttpHandlerOptions): Promise<GetAssessmentReportUrlCommandOutput>;
|
|
346
369
|
getAssessmentReportUrl(args: GetAssessmentReportUrlCommandInput, cb: (err: any, data?: GetAssessmentReportUrlCommandOutput) => void): void;
|
|
347
370
|
getAssessmentReportUrl(args: GetAssessmentReportUrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAssessmentReportUrlCommandOutput) => void): void;
|
|
348
371
|
/**
|
|
372
|
+
* @public
|
|
349
373
|
* <p> Returns a list of changelogs from Audit Manager. </p>
|
|
350
374
|
*/
|
|
351
375
|
getChangeLogs(args: GetChangeLogsCommandInput, options?: __HttpHandlerOptions): Promise<GetChangeLogsCommandOutput>;
|
|
352
376
|
getChangeLogs(args: GetChangeLogsCommandInput, cb: (err: any, data?: GetChangeLogsCommandOutput) => void): void;
|
|
353
377
|
getChangeLogs(args: GetChangeLogsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetChangeLogsCommandOutput) => void): void;
|
|
354
378
|
/**
|
|
379
|
+
* @public
|
|
355
380
|
* <p> Returns a control from Audit Manager. </p>
|
|
356
381
|
*/
|
|
357
382
|
getControl(args: GetControlCommandInput, options?: __HttpHandlerOptions): Promise<GetControlCommandOutput>;
|
|
358
383
|
getControl(args: GetControlCommandInput, cb: (err: any, data?: GetControlCommandOutput) => void): void;
|
|
359
384
|
getControl(args: GetControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetControlCommandOutput) => void): void;
|
|
360
385
|
/**
|
|
386
|
+
* @public
|
|
361
387
|
* <p> Returns a list of delegations from an audit owner to a delegate. </p>
|
|
362
388
|
*/
|
|
363
389
|
getDelegations(args: GetDelegationsCommandInput, options?: __HttpHandlerOptions): Promise<GetDelegationsCommandOutput>;
|
|
364
390
|
getDelegations(args: GetDelegationsCommandInput, cb: (err: any, data?: GetDelegationsCommandOutput) => void): void;
|
|
365
391
|
getDelegations(args: GetDelegationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDelegationsCommandOutput) => void): void;
|
|
366
392
|
/**
|
|
393
|
+
* @public
|
|
367
394
|
* <p> Returns evidence from Audit Manager. </p>
|
|
368
395
|
*/
|
|
369
396
|
getEvidence(args: GetEvidenceCommandInput, options?: __HttpHandlerOptions): Promise<GetEvidenceCommandOutput>;
|
|
370
397
|
getEvidence(args: GetEvidenceCommandInput, cb: (err: any, data?: GetEvidenceCommandOutput) => void): void;
|
|
371
398
|
getEvidence(args: GetEvidenceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEvidenceCommandOutput) => void): void;
|
|
372
399
|
/**
|
|
400
|
+
* @public
|
|
373
401
|
* <p> Returns all evidence from a specified evidence folder in Audit Manager. </p>
|
|
374
402
|
*/
|
|
375
403
|
getEvidenceByEvidenceFolder(args: GetEvidenceByEvidenceFolderCommandInput, options?: __HttpHandlerOptions): Promise<GetEvidenceByEvidenceFolderCommandOutput>;
|
|
376
404
|
getEvidenceByEvidenceFolder(args: GetEvidenceByEvidenceFolderCommandInput, cb: (err: any, data?: GetEvidenceByEvidenceFolderCommandOutput) => void): void;
|
|
377
405
|
getEvidenceByEvidenceFolder(args: GetEvidenceByEvidenceFolderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEvidenceByEvidenceFolderCommandOutput) => void): void;
|
|
378
406
|
/**
|
|
407
|
+
* @public
|
|
379
408
|
* <p> Returns an evidence folder from the specified assessment in Audit Manager.
|
|
380
409
|
* </p>
|
|
381
410
|
*/
|
|
@@ -383,6 +412,7 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
383
412
|
getEvidenceFolder(args: GetEvidenceFolderCommandInput, cb: (err: any, data?: GetEvidenceFolderCommandOutput) => void): void;
|
|
384
413
|
getEvidenceFolder(args: GetEvidenceFolderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEvidenceFolderCommandOutput) => void): void;
|
|
385
414
|
/**
|
|
415
|
+
* @public
|
|
386
416
|
* <p> Returns the evidence folders from a specified assessment in Audit Manager.
|
|
387
417
|
* </p>
|
|
388
418
|
*/
|
|
@@ -390,6 +420,7 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
390
420
|
getEvidenceFoldersByAssessment(args: GetEvidenceFoldersByAssessmentCommandInput, cb: (err: any, data?: GetEvidenceFoldersByAssessmentCommandOutput) => void): void;
|
|
391
421
|
getEvidenceFoldersByAssessment(args: GetEvidenceFoldersByAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEvidenceFoldersByAssessmentCommandOutput) => void): void;
|
|
392
422
|
/**
|
|
423
|
+
* @public
|
|
393
424
|
* <p> Returns a list of evidence folders that are associated with a specified control in an
|
|
394
425
|
* Audit Manager assessment. </p>
|
|
395
426
|
*/
|
|
@@ -397,18 +428,21 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
397
428
|
getEvidenceFoldersByAssessmentControl(args: GetEvidenceFoldersByAssessmentControlCommandInput, cb: (err: any, data?: GetEvidenceFoldersByAssessmentControlCommandOutput) => void): void;
|
|
398
429
|
getEvidenceFoldersByAssessmentControl(args: GetEvidenceFoldersByAssessmentControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEvidenceFoldersByAssessmentControlCommandOutput) => void): void;
|
|
399
430
|
/**
|
|
431
|
+
* @public
|
|
400
432
|
* <p>Gets the latest analytics data for all your current active assessments. </p>
|
|
401
433
|
*/
|
|
402
434
|
getInsights(args: GetInsightsCommandInput, options?: __HttpHandlerOptions): Promise<GetInsightsCommandOutput>;
|
|
403
435
|
getInsights(args: GetInsightsCommandInput, cb: (err: any, data?: GetInsightsCommandOutput) => void): void;
|
|
404
436
|
getInsights(args: GetInsightsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInsightsCommandOutput) => void): void;
|
|
405
437
|
/**
|
|
438
|
+
* @public
|
|
406
439
|
* <p>Gets the latest analytics data for a specific active assessment. </p>
|
|
407
440
|
*/
|
|
408
441
|
getInsightsByAssessment(args: GetInsightsByAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<GetInsightsByAssessmentCommandOutput>;
|
|
409
442
|
getInsightsByAssessment(args: GetInsightsByAssessmentCommandInput, cb: (err: any, data?: GetInsightsByAssessmentCommandOutput) => void): void;
|
|
410
443
|
getInsightsByAssessment(args: GetInsightsByAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInsightsByAssessmentCommandOutput) => void): void;
|
|
411
444
|
/**
|
|
445
|
+
* @public
|
|
412
446
|
* <p> Returns the name of the delegated Amazon Web Services administrator account for the
|
|
413
447
|
* organization. </p>
|
|
414
448
|
*/
|
|
@@ -416,6 +450,7 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
416
450
|
getOrganizationAdminAccount(args: GetOrganizationAdminAccountCommandInput, cb: (err: any, data?: GetOrganizationAdminAccountCommandOutput) => void): void;
|
|
417
451
|
getOrganizationAdminAccount(args: GetOrganizationAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOrganizationAdminAccountCommandOutput) => void): void;
|
|
418
452
|
/**
|
|
453
|
+
* @public
|
|
419
454
|
* <p>Returns a list of all of the Amazon Web Services that you can choose to include
|
|
420
455
|
* in your assessment. When you <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_CreateAssessment.html">create an assessment</a>, specify which of these services you want to include to
|
|
421
456
|
* narrow the assessment's <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_Scope.html">scope</a>.</p>
|
|
@@ -424,12 +459,14 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
424
459
|
getServicesInScope(args: GetServicesInScopeCommandInput, cb: (err: any, data?: GetServicesInScopeCommandOutput) => void): void;
|
|
425
460
|
getServicesInScope(args: GetServicesInScopeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetServicesInScopeCommandOutput) => void): void;
|
|
426
461
|
/**
|
|
462
|
+
* @public
|
|
427
463
|
* <p> Returns the settings for the specified Amazon Web Services account. </p>
|
|
428
464
|
*/
|
|
429
465
|
getSettings(args: GetSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetSettingsCommandOutput>;
|
|
430
466
|
getSettings(args: GetSettingsCommandInput, cb: (err: any, data?: GetSettingsCommandOutput) => void): void;
|
|
431
467
|
getSettings(args: GetSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSettingsCommandOutput) => void): void;
|
|
432
468
|
/**
|
|
469
|
+
* @public
|
|
433
470
|
* <p>Lists the latest analytics data for controls within a specific control domain and a
|
|
434
471
|
* specific active assessment.</p>
|
|
435
472
|
* <note>
|
|
@@ -443,6 +480,7 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
443
480
|
listAssessmentControlInsightsByControlDomain(args: ListAssessmentControlInsightsByControlDomainCommandInput, cb: (err: any, data?: ListAssessmentControlInsightsByControlDomainCommandOutput) => void): void;
|
|
444
481
|
listAssessmentControlInsightsByControlDomain(args: ListAssessmentControlInsightsByControlDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssessmentControlInsightsByControlDomainCommandOutput) => void): void;
|
|
445
482
|
/**
|
|
483
|
+
* @public
|
|
446
484
|
* <p> Returns a list of the frameworks that are available in the Audit Manager framework
|
|
447
485
|
* library. </p>
|
|
448
486
|
*/
|
|
@@ -450,24 +488,28 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
450
488
|
listAssessmentFrameworks(args: ListAssessmentFrameworksCommandInput, cb: (err: any, data?: ListAssessmentFrameworksCommandOutput) => void): void;
|
|
451
489
|
listAssessmentFrameworks(args: ListAssessmentFrameworksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssessmentFrameworksCommandOutput) => void): void;
|
|
452
490
|
/**
|
|
491
|
+
* @public
|
|
453
492
|
* <p> Returns a list of sent or received share requests for custom frameworks in Audit Manager. </p>
|
|
454
493
|
*/
|
|
455
494
|
listAssessmentFrameworkShareRequests(args: ListAssessmentFrameworkShareRequestsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssessmentFrameworkShareRequestsCommandOutput>;
|
|
456
495
|
listAssessmentFrameworkShareRequests(args: ListAssessmentFrameworkShareRequestsCommandInput, cb: (err: any, data?: ListAssessmentFrameworkShareRequestsCommandOutput) => void): void;
|
|
457
496
|
listAssessmentFrameworkShareRequests(args: ListAssessmentFrameworkShareRequestsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssessmentFrameworkShareRequestsCommandOutput) => void): void;
|
|
458
497
|
/**
|
|
498
|
+
* @public
|
|
459
499
|
* <p> Returns a list of assessment reports created in Audit Manager. </p>
|
|
460
500
|
*/
|
|
461
501
|
listAssessmentReports(args: ListAssessmentReportsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssessmentReportsCommandOutput>;
|
|
462
502
|
listAssessmentReports(args: ListAssessmentReportsCommandInput, cb: (err: any, data?: ListAssessmentReportsCommandOutput) => void): void;
|
|
463
503
|
listAssessmentReports(args: ListAssessmentReportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssessmentReportsCommandOutput) => void): void;
|
|
464
504
|
/**
|
|
505
|
+
* @public
|
|
465
506
|
* <p> Returns a list of current and past assessments from Audit Manager. </p>
|
|
466
507
|
*/
|
|
467
508
|
listAssessments(args: ListAssessmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssessmentsCommandOutput>;
|
|
468
509
|
listAssessments(args: ListAssessmentsCommandInput, cb: (err: any, data?: ListAssessmentsCommandOutput) => void): void;
|
|
469
510
|
listAssessments(args: ListAssessmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssessmentsCommandOutput) => void): void;
|
|
470
511
|
/**
|
|
512
|
+
* @public
|
|
471
513
|
* <p>Lists the latest analytics data for control domains across all of your active
|
|
472
514
|
* assessments. </p>
|
|
473
515
|
* <note>
|
|
@@ -481,6 +523,7 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
481
523
|
listControlDomainInsights(args: ListControlDomainInsightsCommandInput, cb: (err: any, data?: ListControlDomainInsightsCommandOutput) => void): void;
|
|
482
524
|
listControlDomainInsights(args: ListControlDomainInsightsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListControlDomainInsightsCommandOutput) => void): void;
|
|
483
525
|
/**
|
|
526
|
+
* @public
|
|
484
527
|
* <p>Lists analytics data for control domains within a specified active assessment.</p>
|
|
485
528
|
* <note>
|
|
486
529
|
* <p>A control domain is listed only if at least one of the controls within that domain
|
|
@@ -493,6 +536,7 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
493
536
|
listControlDomainInsightsByAssessment(args: ListControlDomainInsightsByAssessmentCommandInput, cb: (err: any, data?: ListControlDomainInsightsByAssessmentCommandOutput) => void): void;
|
|
494
537
|
listControlDomainInsightsByAssessment(args: ListControlDomainInsightsByAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListControlDomainInsightsByAssessmentCommandOutput) => void): void;
|
|
495
538
|
/**
|
|
539
|
+
* @public
|
|
496
540
|
* <p>Lists the latest analytics data for controls within a specific control domain across all
|
|
497
541
|
* active assessments.</p>
|
|
498
542
|
* <note>
|
|
@@ -506,12 +550,14 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
506
550
|
listControlInsightsByControlDomain(args: ListControlInsightsByControlDomainCommandInput, cb: (err: any, data?: ListControlInsightsByControlDomainCommandOutput) => void): void;
|
|
507
551
|
listControlInsightsByControlDomain(args: ListControlInsightsByControlDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListControlInsightsByControlDomainCommandOutput) => void): void;
|
|
508
552
|
/**
|
|
553
|
+
* @public
|
|
509
554
|
* <p> Returns a list of controls from Audit Manager. </p>
|
|
510
555
|
*/
|
|
511
556
|
listControls(args: ListControlsCommandInput, options?: __HttpHandlerOptions): Promise<ListControlsCommandOutput>;
|
|
512
557
|
listControls(args: ListControlsCommandInput, cb: (err: any, data?: ListControlsCommandOutput) => void): void;
|
|
513
558
|
listControls(args: ListControlsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListControlsCommandOutput) => void): void;
|
|
514
559
|
/**
|
|
560
|
+
* @public
|
|
515
561
|
* <p> Returns a list of keywords that are pre-mapped to the specified control data source.
|
|
516
562
|
* </p>
|
|
517
563
|
*/
|
|
@@ -519,24 +565,28 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
519
565
|
listKeywordsForDataSource(args: ListKeywordsForDataSourceCommandInput, cb: (err: any, data?: ListKeywordsForDataSourceCommandOutput) => void): void;
|
|
520
566
|
listKeywordsForDataSource(args: ListKeywordsForDataSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListKeywordsForDataSourceCommandOutput) => void): void;
|
|
521
567
|
/**
|
|
568
|
+
* @public
|
|
522
569
|
* <p> Returns a list of all Audit Manager notifications. </p>
|
|
523
570
|
*/
|
|
524
571
|
listNotifications(args: ListNotificationsCommandInput, options?: __HttpHandlerOptions): Promise<ListNotificationsCommandOutput>;
|
|
525
572
|
listNotifications(args: ListNotificationsCommandInput, cb: (err: any, data?: ListNotificationsCommandOutput) => void): void;
|
|
526
573
|
listNotifications(args: ListNotificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNotificationsCommandOutput) => void): void;
|
|
527
574
|
/**
|
|
575
|
+
* @public
|
|
528
576
|
* <p> Returns a list of tags for the specified resource in Audit Manager. </p>
|
|
529
577
|
*/
|
|
530
578
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
531
579
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
532
580
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
533
581
|
/**
|
|
582
|
+
* @public
|
|
534
583
|
* <p> Enables Audit Manager for the specified Amazon Web Services account. </p>
|
|
535
584
|
*/
|
|
536
585
|
registerAccount(args: RegisterAccountCommandInput, options?: __HttpHandlerOptions): Promise<RegisterAccountCommandOutput>;
|
|
537
586
|
registerAccount(args: RegisterAccountCommandInput, cb: (err: any, data?: RegisterAccountCommandOutput) => void): void;
|
|
538
587
|
registerAccount(args: RegisterAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterAccountCommandOutput) => void): void;
|
|
539
588
|
/**
|
|
589
|
+
* @public
|
|
540
590
|
* <p> Enables an Amazon Web Services account within the organization as the delegated
|
|
541
591
|
* administrator for Audit Manager. </p>
|
|
542
592
|
*/
|
|
@@ -544,6 +594,7 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
544
594
|
registerOrganizationAdminAccount(args: RegisterOrganizationAdminAccountCommandInput, cb: (err: any, data?: RegisterOrganizationAdminAccountCommandOutput) => void): void;
|
|
545
595
|
registerOrganizationAdminAccount(args: RegisterOrganizationAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterOrganizationAdminAccountCommandOutput) => void): void;
|
|
546
596
|
/**
|
|
597
|
+
* @public
|
|
547
598
|
* <p> Creates a share request for a custom framework in Audit Manager. </p>
|
|
548
599
|
* <p>The share request specifies a recipient and notifies them that a custom framework is
|
|
549
600
|
* available. Recipients have 120 days to accept or decline the request. If no action is
|
|
@@ -586,66 +637,77 @@ export declare class AuditManager extends AuditManagerClient {
|
|
|
586
637
|
startAssessmentFrameworkShare(args: StartAssessmentFrameworkShareCommandInput, cb: (err: any, data?: StartAssessmentFrameworkShareCommandOutput) => void): void;
|
|
587
638
|
startAssessmentFrameworkShare(args: StartAssessmentFrameworkShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartAssessmentFrameworkShareCommandOutput) => void): void;
|
|
588
639
|
/**
|
|
640
|
+
* @public
|
|
589
641
|
* <p> Tags the specified resource in Audit Manager. </p>
|
|
590
642
|
*/
|
|
591
643
|
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
592
644
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
593
645
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
594
646
|
/**
|
|
647
|
+
* @public
|
|
595
648
|
* <p> Removes a tag from a resource in Audit Manager. </p>
|
|
596
649
|
*/
|
|
597
650
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
598
651
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
599
652
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
600
653
|
/**
|
|
654
|
+
* @public
|
|
601
655
|
* <p> Edits an Audit Manager assessment. </p>
|
|
602
656
|
*/
|
|
603
657
|
updateAssessment(args: UpdateAssessmentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAssessmentCommandOutput>;
|
|
604
658
|
updateAssessment(args: UpdateAssessmentCommandInput, cb: (err: any, data?: UpdateAssessmentCommandOutput) => void): void;
|
|
605
659
|
updateAssessment(args: UpdateAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAssessmentCommandOutput) => void): void;
|
|
606
660
|
/**
|
|
661
|
+
* @public
|
|
607
662
|
* <p> Updates a control within an assessment in Audit Manager. </p>
|
|
608
663
|
*/
|
|
609
664
|
updateAssessmentControl(args: UpdateAssessmentControlCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAssessmentControlCommandOutput>;
|
|
610
665
|
updateAssessmentControl(args: UpdateAssessmentControlCommandInput, cb: (err: any, data?: UpdateAssessmentControlCommandOutput) => void): void;
|
|
611
666
|
updateAssessmentControl(args: UpdateAssessmentControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAssessmentControlCommandOutput) => void): void;
|
|
612
667
|
/**
|
|
668
|
+
* @public
|
|
613
669
|
* <p> Updates the status of a control set in an Audit Manager assessment. </p>
|
|
614
670
|
*/
|
|
615
671
|
updateAssessmentControlSetStatus(args: UpdateAssessmentControlSetStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAssessmentControlSetStatusCommandOutput>;
|
|
616
672
|
updateAssessmentControlSetStatus(args: UpdateAssessmentControlSetStatusCommandInput, cb: (err: any, data?: UpdateAssessmentControlSetStatusCommandOutput) => void): void;
|
|
617
673
|
updateAssessmentControlSetStatus(args: UpdateAssessmentControlSetStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAssessmentControlSetStatusCommandOutput) => void): void;
|
|
618
674
|
/**
|
|
675
|
+
* @public
|
|
619
676
|
* <p> Updates a custom framework in Audit Manager. </p>
|
|
620
677
|
*/
|
|
621
678
|
updateAssessmentFramework(args: UpdateAssessmentFrameworkCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAssessmentFrameworkCommandOutput>;
|
|
622
679
|
updateAssessmentFramework(args: UpdateAssessmentFrameworkCommandInput, cb: (err: any, data?: UpdateAssessmentFrameworkCommandOutput) => void): void;
|
|
623
680
|
updateAssessmentFramework(args: UpdateAssessmentFrameworkCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAssessmentFrameworkCommandOutput) => void): void;
|
|
624
681
|
/**
|
|
682
|
+
* @public
|
|
625
683
|
* <p> Updates a share request for a custom framework in Audit Manager. </p>
|
|
626
684
|
*/
|
|
627
685
|
updateAssessmentFrameworkShare(args: UpdateAssessmentFrameworkShareCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAssessmentFrameworkShareCommandOutput>;
|
|
628
686
|
updateAssessmentFrameworkShare(args: UpdateAssessmentFrameworkShareCommandInput, cb: (err: any, data?: UpdateAssessmentFrameworkShareCommandOutput) => void): void;
|
|
629
687
|
updateAssessmentFrameworkShare(args: UpdateAssessmentFrameworkShareCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAssessmentFrameworkShareCommandOutput) => void): void;
|
|
630
688
|
/**
|
|
689
|
+
* @public
|
|
631
690
|
* <p> Updates the status of an assessment in Audit Manager. </p>
|
|
632
691
|
*/
|
|
633
692
|
updateAssessmentStatus(args: UpdateAssessmentStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAssessmentStatusCommandOutput>;
|
|
634
693
|
updateAssessmentStatus(args: UpdateAssessmentStatusCommandInput, cb: (err: any, data?: UpdateAssessmentStatusCommandOutput) => void): void;
|
|
635
694
|
updateAssessmentStatus(args: UpdateAssessmentStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAssessmentStatusCommandOutput) => void): void;
|
|
636
695
|
/**
|
|
696
|
+
* @public
|
|
637
697
|
* <p> Updates a custom control in Audit Manager. </p>
|
|
638
698
|
*/
|
|
639
699
|
updateControl(args: UpdateControlCommandInput, options?: __HttpHandlerOptions): Promise<UpdateControlCommandOutput>;
|
|
640
700
|
updateControl(args: UpdateControlCommandInput, cb: (err: any, data?: UpdateControlCommandOutput) => void): void;
|
|
641
701
|
updateControl(args: UpdateControlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateControlCommandOutput) => void): void;
|
|
642
702
|
/**
|
|
703
|
+
* @public
|
|
643
704
|
* <p> Updates Audit Manager settings for the current account. </p>
|
|
644
705
|
*/
|
|
645
706
|
updateSettings(args: UpdateSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSettingsCommandOutput>;
|
|
646
707
|
updateSettings(args: UpdateSettingsCommandInput, cb: (err: any, data?: UpdateSettingsCommandOutput) => void): void;
|
|
647
708
|
updateSettings(args: UpdateSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSettingsCommandOutput) => void): void;
|
|
648
709
|
/**
|
|
710
|
+
* @public
|
|
649
711
|
* <p> Validates the integrity of an assessment report in Audit Manager. </p>
|
|
650
712
|
*/
|
|
651
713
|
validateAssessmentReportIntegrity(args: ValidateAssessmentReportIntegrityCommandInput, options?: __HttpHandlerOptions): Promise<ValidateAssessmentReportIntegrityCommandOutput>;
|
|
@@ -69,15 +69,24 @@ import { UpdateControlCommandInput, UpdateControlCommandOutput } from "./command
|
|
|
69
69
|
import { UpdateSettingsCommandInput, UpdateSettingsCommandOutput } from "./commands/UpdateSettingsCommand";
|
|
70
70
|
import { ValidateAssessmentReportIntegrityCommandInput, ValidateAssessmentReportIntegrityCommandOutput } from "./commands/ValidateAssessmentReportIntegrityCommand";
|
|
71
71
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
72
75
|
export type ServiceInputTypes = AssociateAssessmentReportEvidenceFolderCommandInput | BatchAssociateAssessmentReportEvidenceCommandInput | BatchCreateDelegationByAssessmentCommandInput | BatchDeleteDelegationByAssessmentCommandInput | BatchDisassociateAssessmentReportEvidenceCommandInput | BatchImportEvidenceToAssessmentControlCommandInput | CreateAssessmentCommandInput | CreateAssessmentFrameworkCommandInput | CreateAssessmentReportCommandInput | CreateControlCommandInput | DeleteAssessmentCommandInput | DeleteAssessmentFrameworkCommandInput | DeleteAssessmentFrameworkShareCommandInput | DeleteAssessmentReportCommandInput | DeleteControlCommandInput | DeregisterAccountCommandInput | DeregisterOrganizationAdminAccountCommandInput | DisassociateAssessmentReportEvidenceFolderCommandInput | GetAccountStatusCommandInput | GetAssessmentCommandInput | GetAssessmentFrameworkCommandInput | GetAssessmentReportUrlCommandInput | GetChangeLogsCommandInput | GetControlCommandInput | GetDelegationsCommandInput | GetEvidenceByEvidenceFolderCommandInput | GetEvidenceCommandInput | GetEvidenceFolderCommandInput | GetEvidenceFoldersByAssessmentCommandInput | GetEvidenceFoldersByAssessmentControlCommandInput | GetInsightsByAssessmentCommandInput | GetInsightsCommandInput | GetOrganizationAdminAccountCommandInput | GetServicesInScopeCommandInput | GetSettingsCommandInput | ListAssessmentControlInsightsByControlDomainCommandInput | ListAssessmentFrameworkShareRequestsCommandInput | ListAssessmentFrameworksCommandInput | ListAssessmentReportsCommandInput | ListAssessmentsCommandInput | ListControlDomainInsightsByAssessmentCommandInput | ListControlDomainInsightsCommandInput | ListControlInsightsByControlDomainCommandInput | ListControlsCommandInput | ListKeywordsForDataSourceCommandInput | ListNotificationsCommandInput | ListTagsForResourceCommandInput | RegisterAccountCommandInput | RegisterOrganizationAdminAccountCommandInput | StartAssessmentFrameworkShareCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAssessmentCommandInput | UpdateAssessmentControlCommandInput | UpdateAssessmentControlSetStatusCommandInput | UpdateAssessmentFrameworkCommandInput | UpdateAssessmentFrameworkShareCommandInput | UpdateAssessmentStatusCommandInput | UpdateControlCommandInput | UpdateSettingsCommandInput | ValidateAssessmentReportIntegrityCommandInput;
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
73
79
|
export type ServiceOutputTypes = AssociateAssessmentReportEvidenceFolderCommandOutput | BatchAssociateAssessmentReportEvidenceCommandOutput | BatchCreateDelegationByAssessmentCommandOutput | BatchDeleteDelegationByAssessmentCommandOutput | BatchDisassociateAssessmentReportEvidenceCommandOutput | BatchImportEvidenceToAssessmentControlCommandOutput | CreateAssessmentCommandOutput | CreateAssessmentFrameworkCommandOutput | CreateAssessmentReportCommandOutput | CreateControlCommandOutput | DeleteAssessmentCommandOutput | DeleteAssessmentFrameworkCommandOutput | DeleteAssessmentFrameworkShareCommandOutput | DeleteAssessmentReportCommandOutput | DeleteControlCommandOutput | DeregisterAccountCommandOutput | DeregisterOrganizationAdminAccountCommandOutput | DisassociateAssessmentReportEvidenceFolderCommandOutput | GetAccountStatusCommandOutput | GetAssessmentCommandOutput | GetAssessmentFrameworkCommandOutput | GetAssessmentReportUrlCommandOutput | GetChangeLogsCommandOutput | GetControlCommandOutput | GetDelegationsCommandOutput | GetEvidenceByEvidenceFolderCommandOutput | GetEvidenceCommandOutput | GetEvidenceFolderCommandOutput | GetEvidenceFoldersByAssessmentCommandOutput | GetEvidenceFoldersByAssessmentControlCommandOutput | GetInsightsByAssessmentCommandOutput | GetInsightsCommandOutput | GetOrganizationAdminAccountCommandOutput | GetServicesInScopeCommandOutput | GetSettingsCommandOutput | ListAssessmentControlInsightsByControlDomainCommandOutput | ListAssessmentFrameworkShareRequestsCommandOutput | ListAssessmentFrameworksCommandOutput | ListAssessmentReportsCommandOutput | ListAssessmentsCommandOutput | ListControlDomainInsightsByAssessmentCommandOutput | ListControlDomainInsightsCommandOutput | ListControlInsightsByControlDomainCommandOutput | ListControlsCommandOutput | ListKeywordsForDataSourceCommandOutput | ListNotificationsCommandOutput | ListTagsForResourceCommandOutput | RegisterAccountCommandOutput | RegisterOrganizationAdminAccountCommandOutput | StartAssessmentFrameworkShareCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAssessmentCommandOutput | UpdateAssessmentControlCommandOutput | UpdateAssessmentControlSetStatusCommandOutput | UpdateAssessmentFrameworkCommandOutput | UpdateAssessmentFrameworkShareCommandOutput | UpdateAssessmentStatusCommandOutput | UpdateControlCommandOutput | UpdateSettingsCommandOutput | ValidateAssessmentReportIntegrityCommandOutput;
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
74
83
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
75
84
|
/**
|
|
76
85
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
77
86
|
*/
|
|
78
87
|
requestHandler?: __HttpHandler;
|
|
79
88
|
/**
|
|
80
|
-
* A constructor for a class implementing the {@link
|
|
89
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
81
90
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
82
91
|
* @internal
|
|
83
92
|
*/
|
|
@@ -167,23 +176,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
167
176
|
*/
|
|
168
177
|
logger?: __Logger;
|
|
169
178
|
/**
|
|
170
|
-
* The {@link
|
|
179
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
171
180
|
*/
|
|
172
181
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
173
182
|
}
|
|
183
|
+
/**
|
|
184
|
+
* @public
|
|
185
|
+
*/
|
|
174
186
|
type AuditManagerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
175
187
|
/**
|
|
176
|
-
*
|
|
188
|
+
* @public
|
|
189
|
+
*
|
|
190
|
+
* The configuration interface of AuditManagerClient class constructor that set the region, credentials and other options.
|
|
177
191
|
*/
|
|
178
192
|
export interface AuditManagerClientConfig extends AuditManagerClientConfigType {
|
|
179
193
|
}
|
|
194
|
+
/**
|
|
195
|
+
* @public
|
|
196
|
+
*/
|
|
180
197
|
type AuditManagerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
181
198
|
/**
|
|
182
|
-
*
|
|
199
|
+
* @public
|
|
200
|
+
*
|
|
201
|
+
* The resolved configuration interface of AuditManagerClient class. This is resolved and normalized from the {@link AuditManagerClientConfig | constructor configuration interface}.
|
|
183
202
|
*/
|
|
184
203
|
export interface AuditManagerClientResolvedConfig extends AuditManagerClientResolvedConfigType {
|
|
185
204
|
}
|
|
186
205
|
/**
|
|
206
|
+
* @public
|
|
187
207
|
* <p>Welcome to the Audit Manager API reference. This guide is for developers who
|
|
188
208
|
* need detailed information about the Audit Manager API operations, data types, and
|
|
189
209
|
* errors. </p>
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
5
|
import { AssociateAssessmentReportEvidenceFolderRequest, AssociateAssessmentReportEvidenceFolderResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link AssociateAssessmentReportEvidenceFolderCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface AssociateAssessmentReportEvidenceFolderCommandInput extends AssociateAssessmentReportEvidenceFolderRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link AssociateAssessmentReportEvidenceFolderCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface AssociateAssessmentReportEvidenceFolderCommandOutput extends AssociateAssessmentReportEvidenceFolderResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Associates an evidence folder to an assessment report in an Audit Manager
|
|
18
23
|
* assessment. </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface AssociateAssessmentReportEvidenceFolderCommandOutput extends As
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param AssociateAssessmentReportEvidenceFolderCommandInput - {@link AssociateAssessmentReportEvidenceFolderCommandInput}
|
|
35
|
+
* @returns {@link AssociateAssessmentReportEvidenceFolderCommandOutput}
|
|
29
36
|
* @see {@link AssociateAssessmentReportEvidenceFolderCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link AssociateAssessmentReportEvidenceFolderCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface AssociateAssessmentReportEvidenceFolderCommandOutput extends As
|
|
|
49
56
|
export declare class AssociateAssessmentReportEvidenceFolderCommand extends $Command<AssociateAssessmentReportEvidenceFolderCommandInput, AssociateAssessmentReportEvidenceFolderCommandOutput, AuditManagerClientResolvedConfig> {
|
|
50
57
|
readonly input: AssociateAssessmentReportEvidenceFolderCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: AssociateAssessmentReportEvidenceFolderCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateAssessmentReportEvidenceFolderCommandInput, AssociateAssessmentReportEvidenceFolderCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
5
|
import { BatchAssociateAssessmentReportEvidenceRequest, BatchAssociateAssessmentReportEvidenceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link BatchAssociateAssessmentReportEvidenceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface BatchAssociateAssessmentReportEvidenceCommandInput extends BatchAssociateAssessmentReportEvidenceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link BatchAssociateAssessmentReportEvidenceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface BatchAssociateAssessmentReportEvidenceCommandOutput extends BatchAssociateAssessmentReportEvidenceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Associates a list of evidence to an assessment report in an Audit Manager
|
|
18
23
|
* assessment. </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface BatchAssociateAssessmentReportEvidenceCommandOutput extends Bat
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param BatchAssociateAssessmentReportEvidenceCommandInput - {@link BatchAssociateAssessmentReportEvidenceCommandInput}
|
|
35
|
+
* @returns {@link BatchAssociateAssessmentReportEvidenceCommandOutput}
|
|
29
36
|
* @see {@link BatchAssociateAssessmentReportEvidenceCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link BatchAssociateAssessmentReportEvidenceCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface BatchAssociateAssessmentReportEvidenceCommandOutput extends Bat
|
|
|
49
56
|
export declare class BatchAssociateAssessmentReportEvidenceCommand extends $Command<BatchAssociateAssessmentReportEvidenceCommandInput, BatchAssociateAssessmentReportEvidenceCommandOutput, AuditManagerClientResolvedConfig> {
|
|
50
57
|
readonly input: BatchAssociateAssessmentReportEvidenceCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: BatchAssociateAssessmentReportEvidenceCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchAssociateAssessmentReportEvidenceCommandInput, BatchAssociateAssessmentReportEvidenceCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|