aws-sdk 2.1012.0 → 2.1016.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/CHANGELOG.md +27 -1
- package/README.md +1 -1
- package/apis/auditmanager-2017-07-25.min.json +168 -12
- package/apis/auditmanager-2017-07-25.paginators.json +5 -0
- package/apis/autoscaling-2011-01-01.min.json +240 -94
- package/apis/chime-2018-05-01.min.json +4 -2
- package/apis/chime-sdk-identity-2021-04-20.min.json +362 -13
- package/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
- package/apis/chime-sdk-messaging-2021-05-15.min.json +180 -29
- package/apis/ec2-2016-11-15.min.json +1331 -800
- package/apis/ec2-2016-11-15.paginators.json +12 -0
- package/apis/emr-containers-2020-10-01.min.json +18 -6
- package/apis/quicksight-2018-04-01.min.json +27 -21
- package/apis/rds-2014-10-31.min.json +412 -317
- package/apis/route53resolver-2018-04-01.min.json +85 -13
- package/apis/route53resolver-2018-04-01.paginators.json +6 -0
- package/apis/sagemaker-2017-07-24.min.json +924 -792
- package/apis/textract-2018-06-27.min.json +107 -43
- package/clients/auditmanager.d.ts +486 -305
- package/clients/autoscaling.d.ts +217 -15
- package/clients/chime.d.ts +8 -0
- package/clients/chimesdkidentity.d.ts +314 -2
- package/clients/chimesdkmessaging.d.ts +146 -15
- package/clients/connect.d.ts +11 -11
- package/clients/ec2.d.ts +548 -4
- package/clients/eks.d.ts +1 -1
- package/clients/emrcontainers.d.ts +18 -3
- package/clients/finspace.js +0 -1
- package/clients/finspacedata.js +0 -1
- package/clients/lexmodelsv2.js +0 -1
- package/clients/lookoutmetrics.js +0 -1
- package/clients/quicksight.d.ts +12 -2
- package/clients/rds.d.ts +361 -200
- package/clients/route53resolver.d.ts +94 -0
- package/clients/sagemaker.d.ts +152 -8
- package/clients/textract.d.ts +98 -6
- package/dist/aws-sdk-core-react-native.js +57 -22
- package/dist/aws-sdk-react-native.js +299 -340
- package/dist/aws-sdk.js +2134 -1234
- package/dist/aws-sdk.min.js +87 -87
- package/lib/core.js +1 -1
- package/lib/protocol/rest_json.js +6 -12
- package/lib/region_config.js +44 -1
- package/lib/region_config_data.json +81 -0
- package/lib/request.js +4 -6
- package/lib/service.js +1 -1
- package/package.json +2 -2
- package/scripts/region-checker/allowlist.js +4 -0
- package/lib/services/finspace.js +0 -23
- package/lib/services/finspacedata.js +0 -23
- package/lib/services/lexmodelsv2.js +0 -23
- package/lib/services/lookoutmetrics.js +0 -22
|
@@ -12,11 +12,11 @@ declare class AuditManager extends Service {
|
|
|
12
12
|
constructor(options?: AuditManager.Types.ClientConfiguration)
|
|
13
13
|
config: Config & AuditManager.Types.ClientConfiguration;
|
|
14
14
|
/**
|
|
15
|
-
* Associates an evidence folder to
|
|
15
|
+
* Associates an evidence folder to an assessment report in a Audit Manager assessment.
|
|
16
16
|
*/
|
|
17
17
|
associateAssessmentReportEvidenceFolder(params: AuditManager.Types.AssociateAssessmentReportEvidenceFolderRequest, callback?: (err: AWSError, data: AuditManager.Types.AssociateAssessmentReportEvidenceFolderResponse) => void): Request<AuditManager.Types.AssociateAssessmentReportEvidenceFolderResponse, AWSError>;
|
|
18
18
|
/**
|
|
19
|
-
* Associates an evidence folder to
|
|
19
|
+
* Associates an evidence folder to an assessment report in a Audit Manager assessment.
|
|
20
20
|
*/
|
|
21
21
|
associateAssessmentReportEvidenceFolder(callback?: (err: AWSError, data: AuditManager.Types.AssociateAssessmentReportEvidenceFolderResponse) => void): Request<AuditManager.Types.AssociateAssessmentReportEvidenceFolderResponse, AWSError>;
|
|
22
22
|
/**
|
|
@@ -28,35 +28,35 @@ declare class AuditManager extends Service {
|
|
|
28
28
|
*/
|
|
29
29
|
batchAssociateAssessmentReportEvidence(callback?: (err: AWSError, data: AuditManager.Types.BatchAssociateAssessmentReportEvidenceResponse) => void): Request<AuditManager.Types.BatchAssociateAssessmentReportEvidenceResponse, AWSError>;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Creates a batch of delegations for an assessment in Audit Manager.
|
|
32
32
|
*/
|
|
33
33
|
batchCreateDelegationByAssessment(params: AuditManager.Types.BatchCreateDelegationByAssessmentRequest, callback?: (err: AWSError, data: AuditManager.Types.BatchCreateDelegationByAssessmentResponse) => void): Request<AuditManager.Types.BatchCreateDelegationByAssessmentResponse, AWSError>;
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* Creates a batch of delegations for an assessment in Audit Manager.
|
|
36
36
|
*/
|
|
37
37
|
batchCreateDelegationByAssessment(callback?: (err: AWSError, data: AuditManager.Types.BatchCreateDelegationByAssessmentResponse) => void): Request<AuditManager.Types.BatchCreateDelegationByAssessmentResponse, AWSError>;
|
|
38
38
|
/**
|
|
39
|
-
* Deletes
|
|
39
|
+
* Deletes a batch of delegations for an assessment in Audit Manager.
|
|
40
40
|
*/
|
|
41
41
|
batchDeleteDelegationByAssessment(params: AuditManager.Types.BatchDeleteDelegationByAssessmentRequest, callback?: (err: AWSError, data: AuditManager.Types.BatchDeleteDelegationByAssessmentResponse) => void): Request<AuditManager.Types.BatchDeleteDelegationByAssessmentResponse, AWSError>;
|
|
42
42
|
/**
|
|
43
|
-
* Deletes
|
|
43
|
+
* Deletes a batch of delegations for an assessment in Audit Manager.
|
|
44
44
|
*/
|
|
45
45
|
batchDeleteDelegationByAssessment(callback?: (err: AWSError, data: AuditManager.Types.BatchDeleteDelegationByAssessmentResponse) => void): Request<AuditManager.Types.BatchDeleteDelegationByAssessmentResponse, AWSError>;
|
|
46
46
|
/**
|
|
47
|
-
* Disassociates a list of evidence from
|
|
47
|
+
* Disassociates a list of evidence from an assessment report in Audit Manager.
|
|
48
48
|
*/
|
|
49
49
|
batchDisassociateAssessmentReportEvidence(params: AuditManager.Types.BatchDisassociateAssessmentReportEvidenceRequest, callback?: (err: AWSError, data: AuditManager.Types.BatchDisassociateAssessmentReportEvidenceResponse) => void): Request<AuditManager.Types.BatchDisassociateAssessmentReportEvidenceResponse, AWSError>;
|
|
50
50
|
/**
|
|
51
|
-
* Disassociates a list of evidence from
|
|
51
|
+
* Disassociates a list of evidence from an assessment report in Audit Manager.
|
|
52
52
|
*/
|
|
53
53
|
batchDisassociateAssessmentReportEvidence(callback?: (err: AWSError, data: AuditManager.Types.BatchDisassociateAssessmentReportEvidenceResponse) => void): Request<AuditManager.Types.BatchDisassociateAssessmentReportEvidenceResponse, AWSError>;
|
|
54
54
|
/**
|
|
55
|
-
* Uploads one or more pieces of evidence to
|
|
55
|
+
* Uploads one or more pieces of evidence to a control in an Audit Manager assessment.
|
|
56
56
|
*/
|
|
57
57
|
batchImportEvidenceToAssessmentControl(params: AuditManager.Types.BatchImportEvidenceToAssessmentControlRequest, callback?: (err: AWSError, data: AuditManager.Types.BatchImportEvidenceToAssessmentControlResponse) => void): Request<AuditManager.Types.BatchImportEvidenceToAssessmentControlResponse, AWSError>;
|
|
58
58
|
/**
|
|
59
|
-
* Uploads one or more pieces of evidence to
|
|
59
|
+
* Uploads one or more pieces of evidence to a control in an Audit Manager assessment.
|
|
60
60
|
*/
|
|
61
61
|
batchImportEvidenceToAssessmentControl(callback?: (err: AWSError, data: AuditManager.Types.BatchImportEvidenceToAssessmentControlResponse) => void): Request<AuditManager.Types.BatchImportEvidenceToAssessmentControlResponse, AWSError>;
|
|
62
62
|
/**
|
|
@@ -107,6 +107,14 @@ declare class AuditManager extends Service {
|
|
|
107
107
|
* Deletes a custom framework in Audit Manager.
|
|
108
108
|
*/
|
|
109
109
|
deleteAssessmentFramework(callback?: (err: AWSError, data: AuditManager.Types.DeleteAssessmentFrameworkResponse) => void): Request<AuditManager.Types.DeleteAssessmentFrameworkResponse, AWSError>;
|
|
110
|
+
/**
|
|
111
|
+
* Deletes a share request for a custom framework in Audit Manager.
|
|
112
|
+
*/
|
|
113
|
+
deleteAssessmentFrameworkShare(params: AuditManager.Types.DeleteAssessmentFrameworkShareRequest, callback?: (err: AWSError, data: AuditManager.Types.DeleteAssessmentFrameworkShareResponse) => void): Request<AuditManager.Types.DeleteAssessmentFrameworkShareResponse, AWSError>;
|
|
114
|
+
/**
|
|
115
|
+
* Deletes a share request for a custom framework in Audit Manager.
|
|
116
|
+
*/
|
|
117
|
+
deleteAssessmentFrameworkShare(callback?: (err: AWSError, data: AuditManager.Types.DeleteAssessmentFrameworkShareResponse) => void): Request<AuditManager.Types.DeleteAssessmentFrameworkShareResponse, AWSError>;
|
|
110
118
|
/**
|
|
111
119
|
* Deletes an assessment report from an assessment in Audit Manager.
|
|
112
120
|
*/
|
|
@@ -132,11 +140,11 @@ declare class AuditManager extends Service {
|
|
|
132
140
|
*/
|
|
133
141
|
deregisterAccount(callback?: (err: AWSError, data: AuditManager.Types.DeregisterAccountResponse) => void): Request<AuditManager.Types.DeregisterAccountResponse, AWSError>;
|
|
134
142
|
/**
|
|
135
|
-
* Removes the specified member account as a delegated administrator for Audit Manager. When you remove a delegated administrator from your Audit Manager settings,
|
|
143
|
+
* Removes the specified member Amazon Web Services account as a delegated administrator for Audit Manager. When you remove a delegated administrator from your Audit Manager settings, you continue to have access to the evidence that you previously collected under that account. This is also the case when you deregister a delegated administrator from Audit Manager. However, Audit Manager will stop collecting and attaching evidence to that delegated administrator account moving forward.
|
|
136
144
|
*/
|
|
137
145
|
deregisterOrganizationAdminAccount(params: AuditManager.Types.DeregisterOrganizationAdminAccountRequest, callback?: (err: AWSError, data: AuditManager.Types.DeregisterOrganizationAdminAccountResponse) => void): Request<AuditManager.Types.DeregisterOrganizationAdminAccountResponse, AWSError>;
|
|
138
146
|
/**
|
|
139
|
-
* Removes the specified member account as a delegated administrator for Audit Manager. When you remove a delegated administrator from your Audit Manager settings,
|
|
147
|
+
* Removes the specified member Amazon Web Services account as a delegated administrator for Audit Manager. When you remove a delegated administrator from your Audit Manager settings, you continue to have access to the evidence that you previously collected under that account. This is also the case when you deregister a delegated administrator from Audit Manager. However, Audit Manager will stop collecting and attaching evidence to that delegated administrator account moving forward.
|
|
140
148
|
*/
|
|
141
149
|
deregisterOrganizationAdminAccount(callback?: (err: AWSError, data: AuditManager.Types.DeregisterOrganizationAdminAccountResponse) => void): Request<AuditManager.Types.DeregisterOrganizationAdminAccountResponse, AWSError>;
|
|
142
150
|
/**
|
|
@@ -172,11 +180,11 @@ declare class AuditManager extends Service {
|
|
|
172
180
|
*/
|
|
173
181
|
getAssessmentFramework(callback?: (err: AWSError, data: AuditManager.Types.GetAssessmentFrameworkResponse) => void): Request<AuditManager.Types.GetAssessmentFrameworkResponse, AWSError>;
|
|
174
182
|
/**
|
|
175
|
-
* Returns the URL of
|
|
183
|
+
* Returns the URL of an assessment report in Audit Manager.
|
|
176
184
|
*/
|
|
177
185
|
getAssessmentReportUrl(params: AuditManager.Types.GetAssessmentReportUrlRequest, callback?: (err: AWSError, data: AuditManager.Types.GetAssessmentReportUrlResponse) => void): Request<AuditManager.Types.GetAssessmentReportUrlResponse, AWSError>;
|
|
178
186
|
/**
|
|
179
|
-
* Returns the URL of
|
|
187
|
+
* Returns the URL of an assessment report in Audit Manager.
|
|
180
188
|
*/
|
|
181
189
|
getAssessmentReportUrl(callback?: (err: AWSError, data: AuditManager.Types.GetAssessmentReportUrlResponse) => void): Request<AuditManager.Types.GetAssessmentReportUrlResponse, AWSError>;
|
|
182
190
|
/**
|
|
@@ -236,11 +244,11 @@ declare class AuditManager extends Service {
|
|
|
236
244
|
*/
|
|
237
245
|
getEvidenceFoldersByAssessment(callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceFoldersByAssessmentResponse) => void): Request<AuditManager.Types.GetEvidenceFoldersByAssessmentResponse, AWSError>;
|
|
238
246
|
/**
|
|
239
|
-
* Returns a list of evidence folders associated with a specified control of an assessment in Audit Manager.
|
|
247
|
+
* Returns a list of evidence folders that are associated with a specified control of an assessment in Audit Manager.
|
|
240
248
|
*/
|
|
241
249
|
getEvidenceFoldersByAssessmentControl(params: AuditManager.Types.GetEvidenceFoldersByAssessmentControlRequest, callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceFoldersByAssessmentControlResponse) => void): Request<AuditManager.Types.GetEvidenceFoldersByAssessmentControlResponse, AWSError>;
|
|
242
250
|
/**
|
|
243
|
-
* Returns a list of evidence folders associated with a specified control of an assessment in Audit Manager.
|
|
251
|
+
* Returns a list of evidence folders that are associated with a specified control of an assessment in Audit Manager.
|
|
244
252
|
*/
|
|
245
253
|
getEvidenceFoldersByAssessmentControl(callback?: (err: AWSError, data: AuditManager.Types.GetEvidenceFoldersByAssessmentControlResponse) => void): Request<AuditManager.Types.GetEvidenceFoldersByAssessmentControlResponse, AWSError>;
|
|
246
254
|
/**
|
|
@@ -260,19 +268,27 @@ declare class AuditManager extends Service {
|
|
|
260
268
|
*/
|
|
261
269
|
getServicesInScope(callback?: (err: AWSError, data: AuditManager.Types.GetServicesInScopeResponse) => void): Request<AuditManager.Types.GetServicesInScopeResponse, AWSError>;
|
|
262
270
|
/**
|
|
263
|
-
* Returns the settings for the specified account.
|
|
271
|
+
* Returns the settings for the specified Amazon Web Services account.
|
|
264
272
|
*/
|
|
265
273
|
getSettings(params: AuditManager.Types.GetSettingsRequest, callback?: (err: AWSError, data: AuditManager.Types.GetSettingsResponse) => void): Request<AuditManager.Types.GetSettingsResponse, AWSError>;
|
|
266
274
|
/**
|
|
267
|
-
* Returns the settings for the specified account.
|
|
275
|
+
* Returns the settings for the specified Amazon Web Services account.
|
|
268
276
|
*/
|
|
269
277
|
getSettings(callback?: (err: AWSError, data: AuditManager.Types.GetSettingsResponse) => void): Request<AuditManager.Types.GetSettingsResponse, AWSError>;
|
|
270
278
|
/**
|
|
271
|
-
* Returns a list of
|
|
279
|
+
* Returns a list of sent or received share requests for custom frameworks in Audit Manager.
|
|
280
|
+
*/
|
|
281
|
+
listAssessmentFrameworkShareRequests(params: AuditManager.Types.ListAssessmentFrameworkShareRequestsRequest, callback?: (err: AWSError, data: AuditManager.Types.ListAssessmentFrameworkShareRequestsResponse) => void): Request<AuditManager.Types.ListAssessmentFrameworkShareRequestsResponse, AWSError>;
|
|
282
|
+
/**
|
|
283
|
+
* Returns a list of sent or received share requests for custom frameworks in Audit Manager.
|
|
284
|
+
*/
|
|
285
|
+
listAssessmentFrameworkShareRequests(callback?: (err: AWSError, data: AuditManager.Types.ListAssessmentFrameworkShareRequestsResponse) => void): Request<AuditManager.Types.ListAssessmentFrameworkShareRequestsResponse, AWSError>;
|
|
286
|
+
/**
|
|
287
|
+
* Returns a list of the frameworks that are available in the Audit Manager framework library.
|
|
272
288
|
*/
|
|
273
289
|
listAssessmentFrameworks(params: AuditManager.Types.ListAssessmentFrameworksRequest, callback?: (err: AWSError, data: AuditManager.Types.ListAssessmentFrameworksResponse) => void): Request<AuditManager.Types.ListAssessmentFrameworksResponse, AWSError>;
|
|
274
290
|
/**
|
|
275
|
-
* Returns a list of the frameworks available in the Audit Manager framework library.
|
|
291
|
+
* Returns a list of the frameworks that are available in the Audit Manager framework library.
|
|
276
292
|
*/
|
|
277
293
|
listAssessmentFrameworks(callback?: (err: AWSError, data: AuditManager.Types.ListAssessmentFrameworksResponse) => void): Request<AuditManager.Types.ListAssessmentFrameworksResponse, AWSError>;
|
|
278
294
|
/**
|
|
@@ -300,11 +316,11 @@ declare class AuditManager extends Service {
|
|
|
300
316
|
*/
|
|
301
317
|
listControls(callback?: (err: AWSError, data: AuditManager.Types.ListControlsResponse) => void): Request<AuditManager.Types.ListControlsResponse, AWSError>;
|
|
302
318
|
/**
|
|
303
|
-
* Returns a list of keywords that pre-mapped to the specified control data source.
|
|
319
|
+
* Returns a list of keywords that are pre-mapped to the specified control data source.
|
|
304
320
|
*/
|
|
305
321
|
listKeywordsForDataSource(params: AuditManager.Types.ListKeywordsForDataSourceRequest, callback?: (err: AWSError, data: AuditManager.Types.ListKeywordsForDataSourceResponse) => void): Request<AuditManager.Types.ListKeywordsForDataSourceResponse, AWSError>;
|
|
306
322
|
/**
|
|
307
|
-
* Returns a list of keywords that pre-mapped to the specified control data source.
|
|
323
|
+
* Returns a list of keywords that are pre-mapped to the specified control data source.
|
|
308
324
|
*/
|
|
309
325
|
listKeywordsForDataSource(callback?: (err: AWSError, data: AuditManager.Types.ListKeywordsForDataSourceResponse) => void): Request<AuditManager.Types.ListKeywordsForDataSourceResponse, AWSError>;
|
|
310
326
|
/**
|
|
@@ -324,21 +340,29 @@ declare class AuditManager extends Service {
|
|
|
324
340
|
*/
|
|
325
341
|
listTagsForResource(callback?: (err: AWSError, data: AuditManager.Types.ListTagsForResourceResponse) => void): Request<AuditManager.Types.ListTagsForResourceResponse, AWSError>;
|
|
326
342
|
/**
|
|
327
|
-
* Enables Audit Manager for the specified account.
|
|
343
|
+
* Enables Audit Manager for the specified Amazon Web Services account.
|
|
328
344
|
*/
|
|
329
345
|
registerAccount(params: AuditManager.Types.RegisterAccountRequest, callback?: (err: AWSError, data: AuditManager.Types.RegisterAccountResponse) => void): Request<AuditManager.Types.RegisterAccountResponse, AWSError>;
|
|
330
346
|
/**
|
|
331
|
-
* Enables Audit Manager for the specified account.
|
|
347
|
+
* Enables Audit Manager for the specified Amazon Web Services account.
|
|
332
348
|
*/
|
|
333
349
|
registerAccount(callback?: (err: AWSError, data: AuditManager.Types.RegisterAccountResponse) => void): Request<AuditManager.Types.RegisterAccountResponse, AWSError>;
|
|
334
350
|
/**
|
|
335
|
-
* Enables an account within the organization as the delegated administrator for Audit Manager.
|
|
351
|
+
* Enables an Amazon Web Services account within the organization as the delegated administrator for Audit Manager.
|
|
336
352
|
*/
|
|
337
353
|
registerOrganizationAdminAccount(params: AuditManager.Types.RegisterOrganizationAdminAccountRequest, callback?: (err: AWSError, data: AuditManager.Types.RegisterOrganizationAdminAccountResponse) => void): Request<AuditManager.Types.RegisterOrganizationAdminAccountResponse, AWSError>;
|
|
338
354
|
/**
|
|
339
|
-
* Enables an account within the organization as the delegated administrator for Audit Manager.
|
|
355
|
+
* Enables an Amazon Web Services account within the organization as the delegated administrator for Audit Manager.
|
|
340
356
|
*/
|
|
341
357
|
registerOrganizationAdminAccount(callback?: (err: AWSError, data: AuditManager.Types.RegisterOrganizationAdminAccountResponse) => void): Request<AuditManager.Types.RegisterOrganizationAdminAccountResponse, AWSError>;
|
|
358
|
+
/**
|
|
359
|
+
* Creates a share request for a custom framework in Audit Manager. The share request specifies a recipient and notifies them that a custom framework is available. Recipients have 120 days to accept or decline the request. If no action is taken, the share request expires. When you invoke the StartAssessmentFrameworkShare API, you are about to share a custom framework with another Amazon Web Services account. You may not share a custom framework that is derived from a standard framework if the standard framework is designated as not eligible for sharing by Amazon Web Services, unless you have obtained permission to do so from the owner of the standard framework. To learn more about which standard frameworks are eligible for sharing, see Framework sharing eligibility in the Audit Manager User Guide.
|
|
360
|
+
*/
|
|
361
|
+
startAssessmentFrameworkShare(params: AuditManager.Types.StartAssessmentFrameworkShareRequest, callback?: (err: AWSError, data: AuditManager.Types.StartAssessmentFrameworkShareResponse) => void): Request<AuditManager.Types.StartAssessmentFrameworkShareResponse, AWSError>;
|
|
362
|
+
/**
|
|
363
|
+
* Creates a share request for a custom framework in Audit Manager. The share request specifies a recipient and notifies them that a custom framework is available. Recipients have 120 days to accept or decline the request. If no action is taken, the share request expires. When you invoke the StartAssessmentFrameworkShare API, you are about to share a custom framework with another Amazon Web Services account. You may not share a custom framework that is derived from a standard framework if the standard framework is designated as not eligible for sharing by Amazon Web Services, unless you have obtained permission to do so from the owner of the standard framework. To learn more about which standard frameworks are eligible for sharing, see Framework sharing eligibility in the Audit Manager User Guide.
|
|
364
|
+
*/
|
|
365
|
+
startAssessmentFrameworkShare(callback?: (err: AWSError, data: AuditManager.Types.StartAssessmentFrameworkShareResponse) => void): Request<AuditManager.Types.StartAssessmentFrameworkShareResponse, AWSError>;
|
|
342
366
|
/**
|
|
343
367
|
* Tags the specified resource in Audit Manager.
|
|
344
368
|
*/
|
|
@@ -387,6 +411,14 @@ declare class AuditManager extends Service {
|
|
|
387
411
|
* Updates a custom framework in Audit Manager.
|
|
388
412
|
*/
|
|
389
413
|
updateAssessmentFramework(callback?: (err: AWSError, data: AuditManager.Types.UpdateAssessmentFrameworkResponse) => void): Request<AuditManager.Types.UpdateAssessmentFrameworkResponse, AWSError>;
|
|
414
|
+
/**
|
|
415
|
+
* Updates a share request for a custom framework in Audit Manager.
|
|
416
|
+
*/
|
|
417
|
+
updateAssessmentFrameworkShare(params: AuditManager.Types.UpdateAssessmentFrameworkShareRequest, callback?: (err: AWSError, data: AuditManager.Types.UpdateAssessmentFrameworkShareResponse) => void): Request<AuditManager.Types.UpdateAssessmentFrameworkShareResponse, AWSError>;
|
|
418
|
+
/**
|
|
419
|
+
* Updates a share request for a custom framework in Audit Manager.
|
|
420
|
+
*/
|
|
421
|
+
updateAssessmentFrameworkShare(callback?: (err: AWSError, data: AuditManager.Types.UpdateAssessmentFrameworkShareResponse) => void): Request<AuditManager.Types.UpdateAssessmentFrameworkShareResponse, AWSError>;
|
|
390
422
|
/**
|
|
391
423
|
* Updates the status of an assessment in Audit Manager.
|
|
392
424
|
*/
|
|
@@ -423,15 +455,15 @@ declare class AuditManager extends Service {
|
|
|
423
455
|
declare namespace AuditManager {
|
|
424
456
|
export interface AWSAccount {
|
|
425
457
|
/**
|
|
426
|
-
* The identifier for the
|
|
458
|
+
* The identifier for the Amazon Web Services account.
|
|
427
459
|
*/
|
|
428
460
|
id?: AccountId;
|
|
429
461
|
/**
|
|
430
|
-
* The email address associated with the
|
|
462
|
+
* The email address that's associated with the Amazon Web Services account.
|
|
431
463
|
*/
|
|
432
464
|
emailAddress?: EmailAddress;
|
|
433
465
|
/**
|
|
434
|
-
* The name of the
|
|
466
|
+
* The name of the Amazon Web Services account.
|
|
435
467
|
*/
|
|
436
468
|
name?: AccountName;
|
|
437
469
|
}
|
|
@@ -456,53 +488,53 @@ declare namespace AuditManager {
|
|
|
456
488
|
*/
|
|
457
489
|
arn?: AuditManagerArn;
|
|
458
490
|
/**
|
|
459
|
-
* The account associated with the assessment.
|
|
491
|
+
* The Amazon Web Services account that's associated with the assessment.
|
|
460
492
|
*/
|
|
461
493
|
awsAccount?: AWSAccount;
|
|
462
494
|
/**
|
|
463
|
-
* The metadata for the
|
|
495
|
+
* The metadata for the assessment.
|
|
464
496
|
*/
|
|
465
497
|
metadata?: AssessmentMetadata;
|
|
466
498
|
/**
|
|
467
|
-
* The framework
|
|
499
|
+
* The framework that the assessment was created from.
|
|
468
500
|
*/
|
|
469
501
|
framework?: AssessmentFramework;
|
|
470
502
|
/**
|
|
471
|
-
* The tags associated with the assessment.
|
|
503
|
+
* The tags that are associated with the assessment.
|
|
472
504
|
*/
|
|
473
505
|
tags?: TagMap;
|
|
474
506
|
}
|
|
475
507
|
export interface AssessmentControl {
|
|
476
508
|
/**
|
|
477
|
-
* The identifier for the
|
|
509
|
+
* The identifier for the control.
|
|
478
510
|
*/
|
|
479
511
|
id?: UUID;
|
|
480
512
|
/**
|
|
481
|
-
* The name of the
|
|
513
|
+
* The name of the control.
|
|
482
514
|
*/
|
|
483
515
|
name?: ControlName;
|
|
484
516
|
/**
|
|
485
|
-
* The description of the
|
|
517
|
+
* The description of the control.
|
|
486
518
|
*/
|
|
487
519
|
description?: ControlDescription;
|
|
488
520
|
/**
|
|
489
|
-
* The status of the
|
|
521
|
+
* The status of the control.
|
|
490
522
|
*/
|
|
491
523
|
status?: ControlStatus;
|
|
492
524
|
/**
|
|
493
|
-
* The response of the
|
|
525
|
+
* The response of the control.
|
|
494
526
|
*/
|
|
495
527
|
response?: ControlResponse;
|
|
496
528
|
/**
|
|
497
|
-
* The list of comments attached to the
|
|
529
|
+
* The list of comments that's attached to the control.
|
|
498
530
|
*/
|
|
499
531
|
comments?: ControlComments;
|
|
500
532
|
/**
|
|
501
|
-
* The list of data sources for the
|
|
533
|
+
* The list of data sources for the evidence.
|
|
502
534
|
*/
|
|
503
535
|
evidenceSources?: EvidenceSources;
|
|
504
536
|
/**
|
|
505
|
-
* The amount of evidence generated for the control.
|
|
537
|
+
* The amount of evidence that's generated for the control.
|
|
506
538
|
*/
|
|
507
539
|
evidenceCount?: Integer;
|
|
508
540
|
/**
|
|
@@ -524,23 +556,23 @@ declare namespace AuditManager {
|
|
|
524
556
|
*/
|
|
525
557
|
status?: ControlSetStatus;
|
|
526
558
|
/**
|
|
527
|
-
* The roles associated with the control set.
|
|
559
|
+
* The roles that are associated with the control set.
|
|
528
560
|
*/
|
|
529
561
|
roles?: Roles;
|
|
530
562
|
/**
|
|
531
|
-
* The list of controls contained with the control set.
|
|
563
|
+
* The list of controls that's contained with the control set.
|
|
532
564
|
*/
|
|
533
565
|
controls?: AssessmentControls;
|
|
534
566
|
/**
|
|
535
|
-
* The delegations associated with the control set.
|
|
567
|
+
* The delegations that are associated with the control set.
|
|
536
568
|
*/
|
|
537
569
|
delegations?: Delegations;
|
|
538
570
|
/**
|
|
539
|
-
* The total number of evidence objects retrieved automatically for the control set.
|
|
571
|
+
* The total number of evidence objects that are retrieved automatically for the control set.
|
|
540
572
|
*/
|
|
541
573
|
systemEvidenceCount?: Integer;
|
|
542
574
|
/**
|
|
543
|
-
* The total number of evidence objects uploaded manually to the control set.
|
|
575
|
+
* The total number of evidence objects that are uploaded manually to the control set.
|
|
544
576
|
*/
|
|
545
577
|
manualEvidenceCount?: Integer;
|
|
546
578
|
}
|
|
@@ -549,7 +581,7 @@ declare namespace AuditManager {
|
|
|
549
581
|
export type AssessmentDescription = string;
|
|
550
582
|
export interface AssessmentEvidenceFolder {
|
|
551
583
|
/**
|
|
552
|
-
* The name of the
|
|
584
|
+
* The name of the evidence folder.
|
|
553
585
|
*/
|
|
554
586
|
name?: AssessmentEvidenceFolderName;
|
|
555
587
|
/**
|
|
@@ -557,7 +589,7 @@ declare namespace AuditManager {
|
|
|
557
589
|
*/
|
|
558
590
|
date?: Timestamp;
|
|
559
591
|
/**
|
|
560
|
-
* The identifier for the
|
|
592
|
+
* The identifier for the assessment.
|
|
561
593
|
*/
|
|
562
594
|
assessmentId?: UUID;
|
|
563
595
|
/**
|
|
@@ -565,15 +597,15 @@ declare namespace AuditManager {
|
|
|
565
597
|
*/
|
|
566
598
|
controlSetId?: ControlSetId;
|
|
567
599
|
/**
|
|
568
|
-
* The unique identifier for the
|
|
600
|
+
* The unique identifier for the control.
|
|
569
601
|
*/
|
|
570
602
|
controlId?: UUID;
|
|
571
603
|
/**
|
|
572
|
-
* The identifier for the folder
|
|
604
|
+
* The identifier for the folder that the evidence is stored in.
|
|
573
605
|
*/
|
|
574
606
|
id?: UUID;
|
|
575
607
|
/**
|
|
576
|
-
* The Amazon Web Service
|
|
608
|
+
* The Amazon Web Service that the evidence was collected from.
|
|
577
609
|
*/
|
|
578
610
|
dataSource?: String;
|
|
579
611
|
/**
|
|
@@ -585,7 +617,7 @@ declare namespace AuditManager {
|
|
|
585
617
|
*/
|
|
586
618
|
totalEvidence?: Integer;
|
|
587
619
|
/**
|
|
588
|
-
* The total count of evidence included in the assessment report.
|
|
620
|
+
* The total count of evidence that's included in the assessment report.
|
|
589
621
|
*/
|
|
590
622
|
assessmentReportSelectionCount?: Integer;
|
|
591
623
|
/**
|
|
@@ -593,7 +625,7 @@ declare namespace AuditManager {
|
|
|
593
625
|
*/
|
|
594
626
|
controlName?: ControlName;
|
|
595
627
|
/**
|
|
596
|
-
* The amount of evidence included in the evidence folder.
|
|
628
|
+
* The amount of evidence that's included in the evidence folder.
|
|
597
629
|
*/
|
|
598
630
|
evidenceResourcesIncludedCount?: Integer;
|
|
599
631
|
/**
|
|
@@ -617,7 +649,7 @@ declare namespace AuditManager {
|
|
|
617
649
|
*/
|
|
618
650
|
evidenceByTypeUserActivityCount?: Integer;
|
|
619
651
|
/**
|
|
620
|
-
* The total number of Amazon Web Services resources assessed to generate the evidence.
|
|
652
|
+
* The total number of Amazon Web Services resources that were assessed to generate the evidence.
|
|
621
653
|
*/
|
|
622
654
|
evidenceAwsServiceSourceCount?: Integer;
|
|
623
655
|
}
|
|
@@ -629,12 +661,12 @@ declare namespace AuditManager {
|
|
|
629
661
|
*/
|
|
630
662
|
id?: UUID;
|
|
631
663
|
/**
|
|
632
|
-
* The Amazon Resource Name (ARN) of the
|
|
664
|
+
* The Amazon Resource Name (ARN) of the framework.
|
|
633
665
|
*/
|
|
634
666
|
arn?: AuditManagerArn;
|
|
635
667
|
metadata?: FrameworkMetadata;
|
|
636
668
|
/**
|
|
637
|
-
* The control sets associated with the framework.
|
|
669
|
+
* The control sets that are associated with the framework.
|
|
638
670
|
*/
|
|
639
671
|
controlSets?: AssessmentControlSets;
|
|
640
672
|
}
|
|
@@ -645,23 +677,23 @@ declare namespace AuditManager {
|
|
|
645
677
|
*/
|
|
646
678
|
arn?: AuditManagerArn;
|
|
647
679
|
/**
|
|
648
|
-
* The unique
|
|
680
|
+
* The unique identifier for the framework.
|
|
649
681
|
*/
|
|
650
682
|
id?: UUID;
|
|
651
683
|
/**
|
|
652
|
-
* The framework type, such as standard or custom.
|
|
684
|
+
* The framework type, such as a standard framework or a custom framework.
|
|
653
685
|
*/
|
|
654
686
|
type?: FrameworkType;
|
|
655
687
|
/**
|
|
656
|
-
* The name of the
|
|
688
|
+
* The name of the framework.
|
|
657
689
|
*/
|
|
658
690
|
name?: FrameworkName;
|
|
659
691
|
/**
|
|
660
|
-
* The description of the
|
|
692
|
+
* The description of the framework.
|
|
661
693
|
*/
|
|
662
694
|
description?: FrameworkDescription;
|
|
663
695
|
/**
|
|
664
|
-
* The logo associated with the framework.
|
|
696
|
+
* The logo that's associated with the framework.
|
|
665
697
|
*/
|
|
666
698
|
logo?: Filename;
|
|
667
699
|
/**
|
|
@@ -669,11 +701,11 @@ declare namespace AuditManager {
|
|
|
669
701
|
*/
|
|
670
702
|
complianceType?: ComplianceType;
|
|
671
703
|
/**
|
|
672
|
-
* The number of controls associated with the
|
|
704
|
+
* The number of controls that are associated with the framework.
|
|
673
705
|
*/
|
|
674
706
|
controlsCount?: ControlsCount;
|
|
675
707
|
/**
|
|
676
|
-
* The number of control sets associated with the
|
|
708
|
+
* The number of control sets that are associated with the framework.
|
|
677
709
|
*/
|
|
678
710
|
controlSetsCount?: ControlSetsCount;
|
|
679
711
|
/**
|
|
@@ -685,6 +717,69 @@ declare namespace AuditManager {
|
|
|
685
717
|
*/
|
|
686
718
|
lastUpdatedAt?: Timestamp;
|
|
687
719
|
}
|
|
720
|
+
export interface AssessmentFrameworkShareRequest {
|
|
721
|
+
/**
|
|
722
|
+
* The unique identifier for the share request.
|
|
723
|
+
*/
|
|
724
|
+
id?: UUID;
|
|
725
|
+
/**
|
|
726
|
+
* The unique identifier for the shared custom framework.
|
|
727
|
+
*/
|
|
728
|
+
frameworkId?: UUID;
|
|
729
|
+
/**
|
|
730
|
+
* The name of the custom framework that the share request is for.
|
|
731
|
+
*/
|
|
732
|
+
frameworkName?: FrameworkName;
|
|
733
|
+
/**
|
|
734
|
+
* The description of the shared custom framework.
|
|
735
|
+
*/
|
|
736
|
+
frameworkDescription?: FrameworkDescription;
|
|
737
|
+
/**
|
|
738
|
+
* The status of the share request.
|
|
739
|
+
*/
|
|
740
|
+
status?: ShareRequestStatus;
|
|
741
|
+
/**
|
|
742
|
+
* The Amazon Web Services account of the sender.
|
|
743
|
+
*/
|
|
744
|
+
sourceAccount?: AccountId;
|
|
745
|
+
/**
|
|
746
|
+
* The Amazon Web Services account of the recipient.
|
|
747
|
+
*/
|
|
748
|
+
destinationAccount?: AccountId;
|
|
749
|
+
/**
|
|
750
|
+
* The Amazon Web Services Region of the recipient.
|
|
751
|
+
*/
|
|
752
|
+
destinationRegion?: Region;
|
|
753
|
+
/**
|
|
754
|
+
* The time when the share request expires.
|
|
755
|
+
*/
|
|
756
|
+
expirationTime?: Timestamp;
|
|
757
|
+
/**
|
|
758
|
+
* The time when the share request was created.
|
|
759
|
+
*/
|
|
760
|
+
creationTime?: Timestamp;
|
|
761
|
+
/**
|
|
762
|
+
* Specifies when the share request was last updated.
|
|
763
|
+
*/
|
|
764
|
+
lastUpdated?: Timestamp;
|
|
765
|
+
/**
|
|
766
|
+
* An optional comment from the sender about the share request.
|
|
767
|
+
*/
|
|
768
|
+
comment?: ShareRequestComment;
|
|
769
|
+
/**
|
|
770
|
+
* The number of standard controls that are part of the shared custom framework.
|
|
771
|
+
*/
|
|
772
|
+
standardControlsCount?: NullableInteger;
|
|
773
|
+
/**
|
|
774
|
+
* The number of custom controls that are part of the shared custom framework.
|
|
775
|
+
*/
|
|
776
|
+
customControlsCount?: NullableInteger;
|
|
777
|
+
/**
|
|
778
|
+
* The compliance type that the shared custom framework supports, such as CIS or HIPAA.
|
|
779
|
+
*/
|
|
780
|
+
complianceType?: ComplianceType;
|
|
781
|
+
}
|
|
782
|
+
export type AssessmentFrameworkShareRequestList = AssessmentFrameworkShareRequest[];
|
|
688
783
|
export interface AssessmentMetadata {
|
|
689
784
|
/**
|
|
690
785
|
* The name of the assessment.
|
|
@@ -699,7 +794,7 @@ declare namespace AuditManager {
|
|
|
699
794
|
*/
|
|
700
795
|
description?: AssessmentDescription;
|
|
701
796
|
/**
|
|
702
|
-
* The name of
|
|
797
|
+
* The name of the compliance standard that's related to the assessment, such as PCI-DSS.
|
|
703
798
|
*/
|
|
704
799
|
complianceType?: ComplianceType;
|
|
705
800
|
/**
|
|
@@ -707,19 +802,19 @@ declare namespace AuditManager {
|
|
|
707
802
|
*/
|
|
708
803
|
status?: AssessmentStatus;
|
|
709
804
|
/**
|
|
710
|
-
* The destination
|
|
805
|
+
* The destination that evidence reports are stored in for the assessment.
|
|
711
806
|
*/
|
|
712
807
|
assessmentReportsDestination?: AssessmentReportsDestination;
|
|
713
808
|
/**
|
|
714
|
-
* The wrapper of accounts and services in scope for the assessment.
|
|
809
|
+
* The wrapper of Amazon Web Services accounts and services that are in scope for the assessment.
|
|
715
810
|
*/
|
|
716
811
|
scope?: Scope;
|
|
717
812
|
/**
|
|
718
|
-
* The roles associated with the assessment.
|
|
813
|
+
* The roles that are associated with the assessment.
|
|
719
814
|
*/
|
|
720
815
|
roles?: Roles;
|
|
721
816
|
/**
|
|
722
|
-
* The delegations associated with the assessment.
|
|
817
|
+
* The delegations that are associated with the assessment.
|
|
723
818
|
*/
|
|
724
819
|
delegations?: Delegations;
|
|
725
820
|
/**
|
|
@@ -741,7 +836,7 @@ declare namespace AuditManager {
|
|
|
741
836
|
*/
|
|
742
837
|
id?: UUID;
|
|
743
838
|
/**
|
|
744
|
-
* The name of the compliance standard related to the assessment, such as PCI-DSS.
|
|
839
|
+
* The name of the compliance standard that's related to the assessment, such as PCI-DSS.
|
|
745
840
|
*/
|
|
746
841
|
complianceType?: ComplianceType;
|
|
747
842
|
/**
|
|
@@ -749,11 +844,11 @@ declare namespace AuditManager {
|
|
|
749
844
|
*/
|
|
750
845
|
status?: AssessmentStatus;
|
|
751
846
|
/**
|
|
752
|
-
* The roles associated with the assessment.
|
|
847
|
+
* The roles that are associated with the assessment.
|
|
753
848
|
*/
|
|
754
849
|
roles?: Roles;
|
|
755
850
|
/**
|
|
756
|
-
* The delegations associated with the assessment.
|
|
851
|
+
* The delegations that are associated with the assessment.
|
|
757
852
|
*/
|
|
758
853
|
delegations?: Delegations;
|
|
759
854
|
/**
|
|
@@ -768,11 +863,11 @@ declare namespace AuditManager {
|
|
|
768
863
|
export type AssessmentName = string;
|
|
769
864
|
export interface AssessmentReport {
|
|
770
865
|
/**
|
|
771
|
-
* The unique identifier for the
|
|
866
|
+
* The unique identifier for the assessment report.
|
|
772
867
|
*/
|
|
773
868
|
id?: UUID;
|
|
774
869
|
/**
|
|
775
|
-
* The name given to the assessment report.
|
|
870
|
+
* The name that's given to the assessment report.
|
|
776
871
|
*/
|
|
777
872
|
name?: AssessmentReportName;
|
|
778
873
|
/**
|
|
@@ -780,7 +875,7 @@ declare namespace AuditManager {
|
|
|
780
875
|
*/
|
|
781
876
|
description?: AssessmentReportDescription;
|
|
782
877
|
/**
|
|
783
|
-
* The identifier for the specified account.
|
|
878
|
+
* The identifier for the specified Amazon Web Services account.
|
|
784
879
|
*/
|
|
785
880
|
awsAccountId?: AccountId;
|
|
786
881
|
/**
|
|
@@ -812,11 +907,11 @@ declare namespace AuditManager {
|
|
|
812
907
|
*/
|
|
813
908
|
evidenceId?: UUID;
|
|
814
909
|
/**
|
|
815
|
-
* The error code
|
|
910
|
+
* The error code that the AssessmentReportEvidence API returned.
|
|
816
911
|
*/
|
|
817
912
|
errorCode?: ErrorCode;
|
|
818
913
|
/**
|
|
819
|
-
* The error message
|
|
914
|
+
* The error message that the AssessmentReportEvidence API returned.
|
|
820
915
|
*/
|
|
821
916
|
errorMessage?: ErrorMessage;
|
|
822
917
|
}
|
|
@@ -831,7 +926,7 @@ declare namespace AuditManager {
|
|
|
831
926
|
*/
|
|
832
927
|
name?: AssessmentReportName;
|
|
833
928
|
/**
|
|
834
|
-
* The description of the
|
|
929
|
+
* The description of the assessment report.
|
|
835
930
|
*/
|
|
836
931
|
description?: AssessmentReportDescription;
|
|
837
932
|
/**
|
|
@@ -871,11 +966,11 @@ declare namespace AuditManager {
|
|
|
871
966
|
export type AssessmentStatus = "ACTIVE"|"INACTIVE"|string;
|
|
872
967
|
export interface AssociateAssessmentReportEvidenceFolderRequest {
|
|
873
968
|
/**
|
|
874
|
-
* The identifier for the
|
|
969
|
+
* The identifier for the assessment.
|
|
875
970
|
*/
|
|
876
971
|
assessmentId: UUID;
|
|
877
972
|
/**
|
|
878
|
-
* The identifier for the folder
|
|
973
|
+
* The identifier for the folder that the evidence is stored in.
|
|
879
974
|
*/
|
|
880
975
|
evidenceFolderId: UUID;
|
|
881
976
|
}
|
|
@@ -884,11 +979,11 @@ declare namespace AuditManager {
|
|
|
884
979
|
export type AuditManagerArn = string;
|
|
885
980
|
export interface BatchAssociateAssessmentReportEvidenceRequest {
|
|
886
981
|
/**
|
|
887
|
-
* The
|
|
982
|
+
* The identifier for the assessment.
|
|
888
983
|
*/
|
|
889
984
|
assessmentId: UUID;
|
|
890
985
|
/**
|
|
891
|
-
* The identifier for the folder
|
|
986
|
+
* The identifier for the folder that the evidence is stored in.
|
|
892
987
|
*/
|
|
893
988
|
evidenceFolderId: UUID;
|
|
894
989
|
/**
|
|
@@ -898,11 +993,11 @@ declare namespace AuditManager {
|
|
|
898
993
|
}
|
|
899
994
|
export interface BatchAssociateAssessmentReportEvidenceResponse {
|
|
900
995
|
/**
|
|
901
|
-
* The
|
|
996
|
+
* The list of evidence identifiers.
|
|
902
997
|
*/
|
|
903
998
|
evidenceIds?: EvidenceIds;
|
|
904
999
|
/**
|
|
905
|
-
* A list of errors
|
|
1000
|
+
* A list of errors that the BatchAssociateAssessmentReportEvidence API returned.
|
|
906
1001
|
*/
|
|
907
1002
|
errors?: AssessmentReportEvidenceErrors;
|
|
908
1003
|
}
|
|
@@ -912,11 +1007,11 @@ declare namespace AuditManager {
|
|
|
912
1007
|
*/
|
|
913
1008
|
createDelegationRequest?: CreateDelegationRequest;
|
|
914
1009
|
/**
|
|
915
|
-
* The error code
|
|
1010
|
+
* The error code that the BatchCreateDelegationByAssessment API returned.
|
|
916
1011
|
*/
|
|
917
1012
|
errorCode?: ErrorCode;
|
|
918
1013
|
/**
|
|
919
|
-
* The error message
|
|
1014
|
+
* The error message that the BatchCreateDelegationByAssessment API returned.
|
|
920
1015
|
*/
|
|
921
1016
|
errorMessage?: ErrorMessage;
|
|
922
1017
|
}
|
|
@@ -927,58 +1022,58 @@ declare namespace AuditManager {
|
|
|
927
1022
|
*/
|
|
928
1023
|
createDelegationRequests: CreateDelegationRequests;
|
|
929
1024
|
/**
|
|
930
|
-
* The identifier for the
|
|
1025
|
+
* The identifier for the assessment.
|
|
931
1026
|
*/
|
|
932
1027
|
assessmentId: UUID;
|
|
933
1028
|
}
|
|
934
1029
|
export interface BatchCreateDelegationByAssessmentResponse {
|
|
935
1030
|
/**
|
|
936
|
-
* The delegations associated with the assessment.
|
|
1031
|
+
* The delegations that are associated with the assessment.
|
|
937
1032
|
*/
|
|
938
1033
|
delegations?: Delegations;
|
|
939
1034
|
/**
|
|
940
|
-
* A list of errors
|
|
1035
|
+
* A list of errors that the BatchCreateDelegationByAssessment API returned.
|
|
941
1036
|
*/
|
|
942
1037
|
errors?: BatchCreateDelegationByAssessmentErrors;
|
|
943
1038
|
}
|
|
944
1039
|
export interface BatchDeleteDelegationByAssessmentError {
|
|
945
1040
|
/**
|
|
946
|
-
* The identifier for the
|
|
1041
|
+
* The identifier for the delegation.
|
|
947
1042
|
*/
|
|
948
1043
|
delegationId?: UUID;
|
|
949
1044
|
/**
|
|
950
|
-
* The error code
|
|
1045
|
+
* The error code that the BatchDeleteDelegationByAssessment API returned.
|
|
951
1046
|
*/
|
|
952
1047
|
errorCode?: ErrorCode;
|
|
953
1048
|
/**
|
|
954
|
-
* The error message
|
|
1049
|
+
* The error message that the BatchDeleteDelegationByAssessment API returned.
|
|
955
1050
|
*/
|
|
956
1051
|
errorMessage?: ErrorMessage;
|
|
957
1052
|
}
|
|
958
1053
|
export type BatchDeleteDelegationByAssessmentErrors = BatchDeleteDelegationByAssessmentError[];
|
|
959
1054
|
export interface BatchDeleteDelegationByAssessmentRequest {
|
|
960
1055
|
/**
|
|
961
|
-
* The identifiers for the
|
|
1056
|
+
* The identifiers for the delegations.
|
|
962
1057
|
*/
|
|
963
1058
|
delegationIds: DelegationIds;
|
|
964
1059
|
/**
|
|
965
|
-
* The identifier for the
|
|
1060
|
+
* The identifier for the assessment.
|
|
966
1061
|
*/
|
|
967
1062
|
assessmentId: UUID;
|
|
968
1063
|
}
|
|
969
1064
|
export interface BatchDeleteDelegationByAssessmentResponse {
|
|
970
1065
|
/**
|
|
971
|
-
* A list of errors
|
|
1066
|
+
* A list of errors that the BatchDeleteDelegationByAssessment API returned.
|
|
972
1067
|
*/
|
|
973
1068
|
errors?: BatchDeleteDelegationByAssessmentErrors;
|
|
974
1069
|
}
|
|
975
1070
|
export interface BatchDisassociateAssessmentReportEvidenceRequest {
|
|
976
1071
|
/**
|
|
977
|
-
* The identifier for the
|
|
1072
|
+
* The identifier for the assessment.
|
|
978
1073
|
*/
|
|
979
1074
|
assessmentId: UUID;
|
|
980
1075
|
/**
|
|
981
|
-
* The identifier for the folder
|
|
1076
|
+
* The identifier for the folder that the evidence is stored in.
|
|
982
1077
|
*/
|
|
983
1078
|
evidenceFolderId: UUID;
|
|
984
1079
|
/**
|
|
@@ -992,36 +1087,36 @@ declare namespace AuditManager {
|
|
|
992
1087
|
*/
|
|
993
1088
|
evidenceIds?: EvidenceIds;
|
|
994
1089
|
/**
|
|
995
|
-
* A list of errors
|
|
1090
|
+
* A list of errors that the BatchDisassociateAssessmentReportEvidence API returned.
|
|
996
1091
|
*/
|
|
997
1092
|
errors?: AssessmentReportEvidenceErrors;
|
|
998
1093
|
}
|
|
999
1094
|
export interface BatchImportEvidenceToAssessmentControlError {
|
|
1000
1095
|
/**
|
|
1001
|
-
* Manual evidence that
|
|
1096
|
+
* Manual evidence that can't be collected automatically by Audit Manager.
|
|
1002
1097
|
*/
|
|
1003
1098
|
manualEvidence?: ManualEvidence;
|
|
1004
1099
|
/**
|
|
1005
|
-
* The error code
|
|
1100
|
+
* The error code that the BatchImportEvidenceToAssessmentControl API returned.
|
|
1006
1101
|
*/
|
|
1007
1102
|
errorCode?: ErrorCode;
|
|
1008
1103
|
/**
|
|
1009
|
-
* The error message
|
|
1104
|
+
* The error message that the BatchImportEvidenceToAssessmentControl API returned.
|
|
1010
1105
|
*/
|
|
1011
1106
|
errorMessage?: ErrorMessage;
|
|
1012
1107
|
}
|
|
1013
1108
|
export type BatchImportEvidenceToAssessmentControlErrors = BatchImportEvidenceToAssessmentControlError[];
|
|
1014
1109
|
export interface BatchImportEvidenceToAssessmentControlRequest {
|
|
1015
1110
|
/**
|
|
1016
|
-
* The identifier for the
|
|
1111
|
+
* The identifier for the assessment.
|
|
1017
1112
|
*/
|
|
1018
1113
|
assessmentId: UUID;
|
|
1019
1114
|
/**
|
|
1020
|
-
* The identifier for the
|
|
1115
|
+
* The identifier for the control set.
|
|
1021
1116
|
*/
|
|
1022
1117
|
controlSetId: ControlSetId;
|
|
1023
1118
|
/**
|
|
1024
|
-
* The identifier for the
|
|
1119
|
+
* The identifier for the control.
|
|
1025
1120
|
*/
|
|
1026
1121
|
controlId: UUID;
|
|
1027
1122
|
/**
|
|
@@ -1031,26 +1126,26 @@ declare namespace AuditManager {
|
|
|
1031
1126
|
}
|
|
1032
1127
|
export interface BatchImportEvidenceToAssessmentControlResponse {
|
|
1033
1128
|
/**
|
|
1034
|
-
* A list of errors
|
|
1129
|
+
* A list of errors that the BatchImportEvidenceToAssessmentControl API returned.
|
|
1035
1130
|
*/
|
|
1036
1131
|
errors?: BatchImportEvidenceToAssessmentControlErrors;
|
|
1037
1132
|
}
|
|
1038
1133
|
export type Boolean = boolean;
|
|
1039
1134
|
export interface ChangeLog {
|
|
1040
1135
|
/**
|
|
1041
|
-
* The
|
|
1136
|
+
* The object that was changed, such as an assessment, control, or control set.
|
|
1042
1137
|
*/
|
|
1043
1138
|
objectType?: ObjectTypeEnum;
|
|
1044
1139
|
/**
|
|
1045
|
-
* The name of the
|
|
1140
|
+
* The name of the object that changed. This could be the name of an assessment, control, or control set.
|
|
1046
1141
|
*/
|
|
1047
1142
|
objectName?: NonEmptyString;
|
|
1048
1143
|
/**
|
|
1049
|
-
* The action performed.
|
|
1144
|
+
* The action that was performed.
|
|
1050
1145
|
*/
|
|
1051
1146
|
action?: ActionEnum;
|
|
1052
1147
|
/**
|
|
1053
|
-
* The time
|
|
1148
|
+
* The time when the action was performed and the changelog record was created.
|
|
1054
1149
|
*/
|
|
1055
1150
|
createdAt?: Timestamp;
|
|
1056
1151
|
/**
|
|
@@ -1062,7 +1157,7 @@ declare namespace AuditManager {
|
|
|
1062
1157
|
export type ComplianceType = string;
|
|
1063
1158
|
export interface Control {
|
|
1064
1159
|
/**
|
|
1065
|
-
* The Amazon Resource Name (ARN) of the
|
|
1160
|
+
* The Amazon Resource Name (ARN) of the control.
|
|
1066
1161
|
*/
|
|
1067
1162
|
arn?: AuditManagerArn;
|
|
1068
1163
|
/**
|
|
@@ -1070,19 +1165,19 @@ declare namespace AuditManager {
|
|
|
1070
1165
|
*/
|
|
1071
1166
|
id?: UUID;
|
|
1072
1167
|
/**
|
|
1073
|
-
* The type of control, such as custom or standard.
|
|
1168
|
+
* The type of control, such as a custom control or a standard control.
|
|
1074
1169
|
*/
|
|
1075
1170
|
type?: ControlType;
|
|
1076
1171
|
/**
|
|
1077
|
-
* The name of the
|
|
1172
|
+
* The name of the control.
|
|
1078
1173
|
*/
|
|
1079
1174
|
name?: ControlName;
|
|
1080
1175
|
/**
|
|
1081
|
-
* The description of the
|
|
1176
|
+
* The description of the control.
|
|
1082
1177
|
*/
|
|
1083
1178
|
description?: ControlDescription;
|
|
1084
1179
|
/**
|
|
1085
|
-
* The steps
|
|
1180
|
+
* The steps that you should follow to determine if the control has been satisfied.
|
|
1086
1181
|
*/
|
|
1087
1182
|
testingInformation?: TestingInformation;
|
|
1088
1183
|
/**
|
|
@@ -1090,15 +1185,15 @@ declare namespace AuditManager {
|
|
|
1090
1185
|
*/
|
|
1091
1186
|
actionPlanTitle?: ActionPlanTitle;
|
|
1092
1187
|
/**
|
|
1093
|
-
* The recommended actions to carry out if the control
|
|
1188
|
+
* The recommended actions to carry out if the control isn't fulfilled.
|
|
1094
1189
|
*/
|
|
1095
1190
|
actionPlanInstructions?: ActionPlanInstructions;
|
|
1096
1191
|
/**
|
|
1097
|
-
* The data source that determines
|
|
1192
|
+
* The data source that determines where Audit Manager collects evidence from for the control.
|
|
1098
1193
|
*/
|
|
1099
1194
|
controlSources?: ControlSources;
|
|
1100
1195
|
/**
|
|
1101
|
-
* The data mapping sources for the
|
|
1196
|
+
* The data mapping sources for the control.
|
|
1102
1197
|
*/
|
|
1103
1198
|
controlMappingSources?: ControlMappingSources;
|
|
1104
1199
|
/**
|
|
@@ -1141,19 +1236,19 @@ declare namespace AuditManager {
|
|
|
1141
1236
|
export type ControlDescription = string;
|
|
1142
1237
|
export interface ControlMappingSource {
|
|
1143
1238
|
/**
|
|
1144
|
-
* The unique identifier for the
|
|
1239
|
+
* The unique identifier for the source.
|
|
1145
1240
|
*/
|
|
1146
1241
|
sourceId?: UUID;
|
|
1147
1242
|
/**
|
|
1148
|
-
* The name of the
|
|
1243
|
+
* The name of the source.
|
|
1149
1244
|
*/
|
|
1150
1245
|
sourceName?: SourceName;
|
|
1151
1246
|
/**
|
|
1152
|
-
* The description of the
|
|
1247
|
+
* The description of the source.
|
|
1153
1248
|
*/
|
|
1154
1249
|
sourceDescription?: SourceDescription;
|
|
1155
1250
|
/**
|
|
1156
|
-
* The setup option for the data source
|
|
1251
|
+
* The setup option for the data source. This option reflects if the evidence collection is automated or manual.
|
|
1157
1252
|
*/
|
|
1158
1253
|
sourceSetUpOption?: SourceSetUpOption;
|
|
1159
1254
|
/**
|
|
@@ -1162,30 +1257,30 @@ declare namespace AuditManager {
|
|
|
1162
1257
|
sourceType?: SourceType;
|
|
1163
1258
|
sourceKeyword?: SourceKeyword;
|
|
1164
1259
|
/**
|
|
1165
|
-
* The frequency of evidence collection for the
|
|
1260
|
+
* The frequency of evidence collection for the control mapping source.
|
|
1166
1261
|
*/
|
|
1167
1262
|
sourceFrequency?: SourceFrequency;
|
|
1168
1263
|
/**
|
|
1169
|
-
* The instructions for troubleshooting the
|
|
1264
|
+
* The instructions for troubleshooting the control.
|
|
1170
1265
|
*/
|
|
1171
1266
|
troubleshootingText?: TroubleshootingText;
|
|
1172
1267
|
}
|
|
1173
1268
|
export type ControlMappingSources = ControlMappingSource[];
|
|
1174
1269
|
export interface ControlMetadata {
|
|
1175
1270
|
/**
|
|
1176
|
-
* The Amazon Resource Name (ARN) of the
|
|
1271
|
+
* The Amazon Resource Name (ARN) of the control.
|
|
1177
1272
|
*/
|
|
1178
1273
|
arn?: AuditManagerArn;
|
|
1179
1274
|
/**
|
|
1180
|
-
* The unique identifier for the
|
|
1275
|
+
* The unique identifier for the control.
|
|
1181
1276
|
*/
|
|
1182
1277
|
id?: UUID;
|
|
1183
1278
|
/**
|
|
1184
|
-
* The name of the
|
|
1279
|
+
* The name of the control.
|
|
1185
1280
|
*/
|
|
1186
1281
|
name?: ControlName;
|
|
1187
1282
|
/**
|
|
1188
|
-
* The data source that determines
|
|
1283
|
+
* The data source that determines where Audit Manager collects evidence from for the control.
|
|
1189
1284
|
*/
|
|
1190
1285
|
controlSources?: ControlSources;
|
|
1191
1286
|
/**
|
|
@@ -1232,11 +1327,11 @@ declare namespace AuditManager {
|
|
|
1232
1327
|
}
|
|
1233
1328
|
export interface CreateAssessmentFrameworkControlSet {
|
|
1234
1329
|
/**
|
|
1235
|
-
* The name of the
|
|
1330
|
+
* The name of the control set.
|
|
1236
1331
|
*/
|
|
1237
1332
|
name: ControlSetName;
|
|
1238
1333
|
/**
|
|
1239
|
-
* The list of controls within the control set. This
|
|
1334
|
+
* The list of controls within the control set. This doesn't contain the control set ID.
|
|
1240
1335
|
*/
|
|
1241
1336
|
controls?: CreateAssessmentFrameworkControls;
|
|
1242
1337
|
}
|
|
@@ -1256,17 +1351,17 @@ declare namespace AuditManager {
|
|
|
1256
1351
|
*/
|
|
1257
1352
|
complianceType?: ComplianceType;
|
|
1258
1353
|
/**
|
|
1259
|
-
* The control sets
|
|
1354
|
+
* The control sets that are associated with the framework.
|
|
1260
1355
|
*/
|
|
1261
1356
|
controlSets: CreateAssessmentFrameworkControlSets;
|
|
1262
1357
|
/**
|
|
1263
|
-
* The tags associated with the framework.
|
|
1358
|
+
* The tags that are associated with the framework.
|
|
1264
1359
|
*/
|
|
1265
1360
|
tags?: TagMap;
|
|
1266
1361
|
}
|
|
1267
1362
|
export interface CreateAssessmentFrameworkResponse {
|
|
1268
1363
|
/**
|
|
1269
|
-
* The name of the new framework
|
|
1364
|
+
* The name of the new framework that the CreateAssessmentFramework API returned.
|
|
1270
1365
|
*/
|
|
1271
1366
|
framework?: Framework;
|
|
1272
1367
|
}
|
|
@@ -1280,13 +1375,13 @@ declare namespace AuditManager {
|
|
|
1280
1375
|
*/
|
|
1281
1376
|
description?: AssessmentReportDescription;
|
|
1282
1377
|
/**
|
|
1283
|
-
* The identifier for the
|
|
1378
|
+
* The identifier for the assessment.
|
|
1284
1379
|
*/
|
|
1285
1380
|
assessmentId: UUID;
|
|
1286
1381
|
}
|
|
1287
1382
|
export interface CreateAssessmentReportResponse {
|
|
1288
1383
|
/**
|
|
1289
|
-
* The new assessment report
|
|
1384
|
+
* The new assessment report that the CreateAssessmentReport API returned.
|
|
1290
1385
|
*/
|
|
1291
1386
|
assessmentReport?: AssessmentReport;
|
|
1292
1387
|
}
|
|
@@ -1300,20 +1395,20 @@ declare namespace AuditManager {
|
|
|
1300
1395
|
*/
|
|
1301
1396
|
description?: AssessmentDescription;
|
|
1302
1397
|
/**
|
|
1303
|
-
* The assessment report storage destination for the
|
|
1398
|
+
* The assessment report storage destination for the assessment that's being created.
|
|
1304
1399
|
*/
|
|
1305
1400
|
assessmentReportsDestination: AssessmentReportsDestination;
|
|
1306
1401
|
scope: Scope;
|
|
1307
1402
|
/**
|
|
1308
|
-
* The list of roles for the
|
|
1403
|
+
* The list of roles for the assessment.
|
|
1309
1404
|
*/
|
|
1310
1405
|
roles: Roles;
|
|
1311
1406
|
/**
|
|
1312
|
-
* The identifier for the
|
|
1407
|
+
* The identifier for the framework that the assessment will be created from.
|
|
1313
1408
|
*/
|
|
1314
1409
|
frameworkId: UUID;
|
|
1315
1410
|
/**
|
|
1316
|
-
* The tags associated with the assessment.
|
|
1411
|
+
* The tags that are associated with the assessment.
|
|
1317
1412
|
*/
|
|
1318
1413
|
tags?: TagMap;
|
|
1319
1414
|
}
|
|
@@ -1326,7 +1421,7 @@ declare namespace AuditManager {
|
|
|
1326
1421
|
*/
|
|
1327
1422
|
sourceName?: SourceName;
|
|
1328
1423
|
/**
|
|
1329
|
-
* The description of the data source that determines
|
|
1424
|
+
* The description of the data source that determines where Audit Manager collects evidence from for the control.
|
|
1330
1425
|
*/
|
|
1331
1426
|
sourceDescription?: SourceDescription;
|
|
1332
1427
|
/**
|
|
@@ -1339,11 +1434,11 @@ declare namespace AuditManager {
|
|
|
1339
1434
|
sourceType?: SourceType;
|
|
1340
1435
|
sourceKeyword?: SourceKeyword;
|
|
1341
1436
|
/**
|
|
1342
|
-
* The frequency of evidence collection for the
|
|
1437
|
+
* The frequency of evidence collection for the control mapping source.
|
|
1343
1438
|
*/
|
|
1344
1439
|
sourceFrequency?: SourceFrequency;
|
|
1345
1440
|
/**
|
|
1346
|
-
* The instructions for troubleshooting the
|
|
1441
|
+
* The instructions for troubleshooting the control.
|
|
1347
1442
|
*/
|
|
1348
1443
|
troubleshootingText?: TroubleshootingText;
|
|
1349
1444
|
}
|
|
@@ -1358,7 +1453,7 @@ declare namespace AuditManager {
|
|
|
1358
1453
|
*/
|
|
1359
1454
|
description?: ControlDescription;
|
|
1360
1455
|
/**
|
|
1361
|
-
* The steps to follow to determine if the control
|
|
1456
|
+
* The steps to follow to determine if the control is satisfied.
|
|
1362
1457
|
*/
|
|
1363
1458
|
testingInformation?: TestingInformation;
|
|
1364
1459
|
/**
|
|
@@ -1366,27 +1461,27 @@ declare namespace AuditManager {
|
|
|
1366
1461
|
*/
|
|
1367
1462
|
actionPlanTitle?: ActionPlanTitle;
|
|
1368
1463
|
/**
|
|
1369
|
-
* The recommended actions to carry out if the control
|
|
1464
|
+
* The recommended actions to carry out if the control isn't fulfilled.
|
|
1370
1465
|
*/
|
|
1371
1466
|
actionPlanInstructions?: ActionPlanInstructions;
|
|
1372
1467
|
/**
|
|
1373
|
-
* The data mapping sources for the
|
|
1468
|
+
* The data mapping sources for the control.
|
|
1374
1469
|
*/
|
|
1375
1470
|
controlMappingSources: CreateControlMappingSources;
|
|
1376
1471
|
/**
|
|
1377
|
-
* The tags associated with the control.
|
|
1472
|
+
* The tags that are associated with the control.
|
|
1378
1473
|
*/
|
|
1379
1474
|
tags?: TagMap;
|
|
1380
1475
|
}
|
|
1381
1476
|
export interface CreateControlResponse {
|
|
1382
1477
|
/**
|
|
1383
|
-
* The new control
|
|
1478
|
+
* The new control that the CreateControl API returned.
|
|
1384
1479
|
*/
|
|
1385
1480
|
control?: Control;
|
|
1386
1481
|
}
|
|
1387
1482
|
export interface CreateDelegationRequest {
|
|
1388
1483
|
/**
|
|
1389
|
-
* A comment related to the delegation request.
|
|
1484
|
+
* A comment that's related to the delegation request.
|
|
1390
1485
|
*/
|
|
1391
1486
|
comment?: DelegationComment;
|
|
1392
1487
|
/**
|
|
@@ -1410,11 +1505,11 @@ declare namespace AuditManager {
|
|
|
1410
1505
|
*/
|
|
1411
1506
|
id?: UUID;
|
|
1412
1507
|
/**
|
|
1413
|
-
* The name of the associated
|
|
1508
|
+
* The name of the assessment that's associated with the delegation.
|
|
1414
1509
|
*/
|
|
1415
1510
|
assessmentName?: AssessmentName;
|
|
1416
1511
|
/**
|
|
1417
|
-
* The identifier for the associated
|
|
1512
|
+
* The identifier for the assessment that's associated with the delegation.
|
|
1418
1513
|
*/
|
|
1419
1514
|
assessmentId?: UUID;
|
|
1420
1515
|
/**
|
|
@@ -1438,11 +1533,11 @@ declare namespace AuditManager {
|
|
|
1438
1533
|
*/
|
|
1439
1534
|
lastUpdated?: Timestamp;
|
|
1440
1535
|
/**
|
|
1441
|
-
* The identifier for the associated
|
|
1536
|
+
* The identifier for the control set that's associated with the delegation.
|
|
1442
1537
|
*/
|
|
1443
1538
|
controlSetId?: ControlSetId;
|
|
1444
1539
|
/**
|
|
1445
|
-
* The comment related to the delegation.
|
|
1540
|
+
* The comment that's related to the delegation.
|
|
1446
1541
|
*/
|
|
1447
1542
|
comment?: DelegationComment;
|
|
1448
1543
|
/**
|
|
@@ -1462,11 +1557,11 @@ declare namespace AuditManager {
|
|
|
1462
1557
|
*/
|
|
1463
1558
|
assessmentName?: AssessmentName;
|
|
1464
1559
|
/**
|
|
1465
|
-
* The unique identifier for the
|
|
1560
|
+
* The unique identifier for the assessment.
|
|
1466
1561
|
*/
|
|
1467
1562
|
assessmentId?: UUID;
|
|
1468
1563
|
/**
|
|
1469
|
-
* The current status of the
|
|
1564
|
+
* The current status of the delegation.
|
|
1470
1565
|
*/
|
|
1471
1566
|
status?: DelegationStatus;
|
|
1472
1567
|
/**
|
|
@@ -1478,7 +1573,7 @@ declare namespace AuditManager {
|
|
|
1478
1573
|
*/
|
|
1479
1574
|
creationTime?: Timestamp;
|
|
1480
1575
|
/**
|
|
1481
|
-
* Specifies the name of the control set delegated for review.
|
|
1576
|
+
* Specifies the name of the control set that was delegated for review.
|
|
1482
1577
|
*/
|
|
1483
1578
|
controlSetName?: NonEmptyString;
|
|
1484
1579
|
}
|
|
@@ -1487,15 +1582,27 @@ declare namespace AuditManager {
|
|
|
1487
1582
|
export type Delegations = Delegation[];
|
|
1488
1583
|
export interface DeleteAssessmentFrameworkRequest {
|
|
1489
1584
|
/**
|
|
1490
|
-
* The identifier for the
|
|
1585
|
+
* The identifier for the framework.
|
|
1491
1586
|
*/
|
|
1492
1587
|
frameworkId: UUID;
|
|
1493
1588
|
}
|
|
1494
1589
|
export interface DeleteAssessmentFrameworkResponse {
|
|
1495
1590
|
}
|
|
1591
|
+
export interface DeleteAssessmentFrameworkShareRequest {
|
|
1592
|
+
/**
|
|
1593
|
+
* The unique identifier for the share request to be deleted.
|
|
1594
|
+
*/
|
|
1595
|
+
requestId: UUID;
|
|
1596
|
+
/**
|
|
1597
|
+
* Specifies whether the share request is a sent request or a received request.
|
|
1598
|
+
*/
|
|
1599
|
+
requestType: ShareRequestType;
|
|
1600
|
+
}
|
|
1601
|
+
export interface DeleteAssessmentFrameworkShareResponse {
|
|
1602
|
+
}
|
|
1496
1603
|
export interface DeleteAssessmentReportRequest {
|
|
1497
1604
|
/**
|
|
1498
|
-
* The identifier for the
|
|
1605
|
+
* The identifier for the assessment.
|
|
1499
1606
|
*/
|
|
1500
1607
|
assessmentId: UUID;
|
|
1501
1608
|
/**
|
|
@@ -1507,7 +1614,7 @@ declare namespace AuditManager {
|
|
|
1507
1614
|
}
|
|
1508
1615
|
export interface DeleteAssessmentRequest {
|
|
1509
1616
|
/**
|
|
1510
|
-
* The identifier for the
|
|
1617
|
+
* The identifier for the assessment.
|
|
1511
1618
|
*/
|
|
1512
1619
|
assessmentId: UUID;
|
|
1513
1620
|
}
|
|
@@ -1515,7 +1622,7 @@ declare namespace AuditManager {
|
|
|
1515
1622
|
}
|
|
1516
1623
|
export interface DeleteControlRequest {
|
|
1517
1624
|
/**
|
|
1518
|
-
* The identifier for the
|
|
1625
|
+
* The identifier for the control.
|
|
1519
1626
|
*/
|
|
1520
1627
|
controlId: UUID;
|
|
1521
1628
|
}
|
|
@@ -1531,7 +1638,7 @@ declare namespace AuditManager {
|
|
|
1531
1638
|
}
|
|
1532
1639
|
export interface DeregisterOrganizationAdminAccountRequest {
|
|
1533
1640
|
/**
|
|
1534
|
-
* The identifier for the
|
|
1641
|
+
* The identifier for the administrator account.
|
|
1535
1642
|
*/
|
|
1536
1643
|
adminAccountId?: AccountId;
|
|
1537
1644
|
}
|
|
@@ -1539,7 +1646,7 @@ declare namespace AuditManager {
|
|
|
1539
1646
|
}
|
|
1540
1647
|
export interface DisassociateAssessmentReportEvidenceFolderRequest {
|
|
1541
1648
|
/**
|
|
1542
|
-
* The identifier for the
|
|
1649
|
+
* The identifier for the assessment.
|
|
1543
1650
|
*/
|
|
1544
1651
|
assessmentId: UUID;
|
|
1545
1652
|
/**
|
|
@@ -1555,11 +1662,11 @@ declare namespace AuditManager {
|
|
|
1555
1662
|
export type EventName = string;
|
|
1556
1663
|
export interface Evidence {
|
|
1557
1664
|
/**
|
|
1558
|
-
* The data source
|
|
1665
|
+
* The data source where the evidence was collected from.
|
|
1559
1666
|
*/
|
|
1560
1667
|
dataSource?: String;
|
|
1561
1668
|
/**
|
|
1562
|
-
* The identifier for the
|
|
1669
|
+
* The identifier for the Amazon Web Services account.
|
|
1563
1670
|
*/
|
|
1564
1671
|
evidenceAwsAccountId?: AccountId;
|
|
1565
1672
|
/**
|
|
@@ -1567,11 +1674,11 @@ declare namespace AuditManager {
|
|
|
1567
1674
|
*/
|
|
1568
1675
|
time?: Timestamp;
|
|
1569
1676
|
/**
|
|
1570
|
-
* The Amazon Web Service
|
|
1677
|
+
* The Amazon Web Service that the evidence is collected from.
|
|
1571
1678
|
*/
|
|
1572
1679
|
eventSource?: AWSServiceName;
|
|
1573
1680
|
/**
|
|
1574
|
-
* The name of the
|
|
1681
|
+
* The name of the evidence event.
|
|
1575
1682
|
*/
|
|
1576
1683
|
eventName?: EventName;
|
|
1577
1684
|
/**
|
|
@@ -1579,15 +1686,15 @@ declare namespace AuditManager {
|
|
|
1579
1686
|
*/
|
|
1580
1687
|
evidenceByType?: String;
|
|
1581
1688
|
/**
|
|
1582
|
-
* The list of resources assessed to generate the evidence.
|
|
1689
|
+
* The list of resources that are assessed to generate the evidence.
|
|
1583
1690
|
*/
|
|
1584
1691
|
resourcesIncluded?: Resources;
|
|
1585
1692
|
/**
|
|
1586
|
-
* The names and values used by the evidence event
|
|
1693
|
+
* The names and values that are used by the evidence event. This includes an attribute name (such as allowUsersToChangePassword) and value (such as true or false).
|
|
1587
1694
|
*/
|
|
1588
1695
|
attributes?: EvidenceAttributes;
|
|
1589
1696
|
/**
|
|
1590
|
-
* The unique identifier for the IAM user or role associated with the evidence.
|
|
1697
|
+
* The unique identifier for the IAM user or role that's associated with the evidence.
|
|
1591
1698
|
*/
|
|
1592
1699
|
iamId?: IamArn;
|
|
1593
1700
|
/**
|
|
@@ -1595,15 +1702,15 @@ declare namespace AuditManager {
|
|
|
1595
1702
|
*/
|
|
1596
1703
|
complianceCheck?: String;
|
|
1597
1704
|
/**
|
|
1598
|
-
* The account
|
|
1705
|
+
* The Amazon Web Services account that the evidence is collected from, and its organization path.
|
|
1599
1706
|
*/
|
|
1600
1707
|
awsOrganization?: String;
|
|
1601
1708
|
/**
|
|
1602
|
-
* The identifier for the
|
|
1709
|
+
* The identifier for the Amazon Web Services account.
|
|
1603
1710
|
*/
|
|
1604
1711
|
awsAccountId?: AccountId;
|
|
1605
1712
|
/**
|
|
1606
|
-
* The identifier for the folder
|
|
1713
|
+
* The identifier for the folder that the evidence is stored in.
|
|
1607
1714
|
*/
|
|
1608
1715
|
evidenceFolderId?: UUID;
|
|
1609
1716
|
/**
|
|
@@ -1624,19 +1731,19 @@ declare namespace AuditManager {
|
|
|
1624
1731
|
export type Filename = string;
|
|
1625
1732
|
export interface Framework {
|
|
1626
1733
|
/**
|
|
1627
|
-
* The Amazon Resource Name (ARN) of the
|
|
1734
|
+
* The Amazon Resource Name (ARN) of the framework.
|
|
1628
1735
|
*/
|
|
1629
1736
|
arn?: AuditManagerArn;
|
|
1630
1737
|
/**
|
|
1631
|
-
* The unique identifier for the
|
|
1738
|
+
* The unique identifier for the framework.
|
|
1632
1739
|
*/
|
|
1633
1740
|
id?: UUID;
|
|
1634
1741
|
/**
|
|
1635
|
-
* The name of the
|
|
1742
|
+
* The name of the framework.
|
|
1636
1743
|
*/
|
|
1637
1744
|
name?: FrameworkName;
|
|
1638
1745
|
/**
|
|
1639
|
-
* The framework type, such as custom or standard.
|
|
1746
|
+
* The framework type, such as a custom framework or a standard framework.
|
|
1640
1747
|
*/
|
|
1641
1748
|
type?: FrameworkType;
|
|
1642
1749
|
/**
|
|
@@ -1644,19 +1751,19 @@ declare namespace AuditManager {
|
|
|
1644
1751
|
*/
|
|
1645
1752
|
complianceType?: ComplianceType;
|
|
1646
1753
|
/**
|
|
1647
|
-
* The description of the
|
|
1754
|
+
* The description of the framework.
|
|
1648
1755
|
*/
|
|
1649
1756
|
description?: FrameworkDescription;
|
|
1650
1757
|
/**
|
|
1651
|
-
* The logo associated with the framework.
|
|
1758
|
+
* The logo that's associated with the framework.
|
|
1652
1759
|
*/
|
|
1653
1760
|
logo?: Filename;
|
|
1654
1761
|
/**
|
|
1655
|
-
* The sources
|
|
1762
|
+
* The sources that Audit Manager collects evidence from for the control.
|
|
1656
1763
|
*/
|
|
1657
1764
|
controlSources?: ControlSources;
|
|
1658
1765
|
/**
|
|
1659
|
-
* The control sets associated with the framework.
|
|
1766
|
+
* The control sets that are associated with the framework.
|
|
1660
1767
|
*/
|
|
1661
1768
|
controlSets?: ControlSets;
|
|
1662
1769
|
/**
|
|
@@ -1676,7 +1783,7 @@ declare namespace AuditManager {
|
|
|
1676
1783
|
*/
|
|
1677
1784
|
lastUpdatedBy?: LastUpdatedBy;
|
|
1678
1785
|
/**
|
|
1679
|
-
* The tags associated with the framework.
|
|
1786
|
+
* The tags that are associated with the framework.
|
|
1680
1787
|
*/
|
|
1681
1788
|
tags?: TagMap;
|
|
1682
1789
|
}
|
|
@@ -1691,11 +1798,11 @@ declare namespace AuditManager {
|
|
|
1691
1798
|
*/
|
|
1692
1799
|
description?: AssessmentFrameworkDescription;
|
|
1693
1800
|
/**
|
|
1694
|
-
* The logo associated with the framework.
|
|
1801
|
+
* The logo that's associated with the framework.
|
|
1695
1802
|
*/
|
|
1696
1803
|
logo?: Filename;
|
|
1697
1804
|
/**
|
|
1698
|
-
* The compliance standard associated with the framework,
|
|
1805
|
+
* The compliance standard that's associated with the framework. For example, this could be PCI DSS or HIPAA.
|
|
1699
1806
|
*/
|
|
1700
1807
|
complianceType?: ComplianceType;
|
|
1701
1808
|
}
|
|
@@ -1707,19 +1814,19 @@ declare namespace AuditManager {
|
|
|
1707
1814
|
}
|
|
1708
1815
|
export interface GetAccountStatusResponse {
|
|
1709
1816
|
/**
|
|
1710
|
-
* The status of the
|
|
1817
|
+
* The status of the Amazon Web Services account.
|
|
1711
1818
|
*/
|
|
1712
1819
|
status?: AccountStatus;
|
|
1713
1820
|
}
|
|
1714
1821
|
export interface GetAssessmentFrameworkRequest {
|
|
1715
1822
|
/**
|
|
1716
|
-
* The identifier for the
|
|
1823
|
+
* The identifier for the framework.
|
|
1717
1824
|
*/
|
|
1718
1825
|
frameworkId: UUID;
|
|
1719
1826
|
}
|
|
1720
1827
|
export interface GetAssessmentFrameworkResponse {
|
|
1721
1828
|
/**
|
|
1722
|
-
* The framework
|
|
1829
|
+
* The framework that the GetAssessmentFramework API returned.
|
|
1723
1830
|
*/
|
|
1724
1831
|
framework?: Framework;
|
|
1725
1832
|
}
|
|
@@ -1729,7 +1836,7 @@ declare namespace AuditManager {
|
|
|
1729
1836
|
*/
|
|
1730
1837
|
assessmentReportId: UUID;
|
|
1731
1838
|
/**
|
|
1732
|
-
* The identifier for the
|
|
1839
|
+
* The identifier for the assessment.
|
|
1733
1840
|
*/
|
|
1734
1841
|
assessmentId: UUID;
|
|
1735
1842
|
}
|
|
@@ -1738,7 +1845,7 @@ declare namespace AuditManager {
|
|
|
1738
1845
|
}
|
|
1739
1846
|
export interface GetAssessmentRequest {
|
|
1740
1847
|
/**
|
|
1741
|
-
* The identifier for the
|
|
1848
|
+
* The identifier for the assessment.
|
|
1742
1849
|
*/
|
|
1743
1850
|
assessmentId: UUID;
|
|
1744
1851
|
}
|
|
@@ -1748,23 +1855,23 @@ declare namespace AuditManager {
|
|
|
1748
1855
|
}
|
|
1749
1856
|
export interface GetChangeLogsRequest {
|
|
1750
1857
|
/**
|
|
1751
|
-
* The identifier for the
|
|
1858
|
+
* The identifier for the assessment.
|
|
1752
1859
|
*/
|
|
1753
1860
|
assessmentId: UUID;
|
|
1754
1861
|
/**
|
|
1755
|
-
* The identifier for the
|
|
1862
|
+
* The identifier for the control set.
|
|
1756
1863
|
*/
|
|
1757
1864
|
controlSetId?: ControlSetId;
|
|
1758
1865
|
/**
|
|
1759
|
-
* The identifier for the
|
|
1866
|
+
* The identifier for the control.
|
|
1760
1867
|
*/
|
|
1761
1868
|
controlId?: UUID;
|
|
1762
1869
|
/**
|
|
1763
|
-
* The pagination token used to fetch the next set of results.
|
|
1870
|
+
* The pagination token that's used to fetch the next set of results.
|
|
1764
1871
|
*/
|
|
1765
1872
|
nextToken?: Token;
|
|
1766
1873
|
/**
|
|
1767
|
-
* Represents the maximum number of results
|
|
1874
|
+
* Represents the maximum number of results on a page or for an API request call.
|
|
1768
1875
|
*/
|
|
1769
1876
|
maxResults?: MaxResults;
|
|
1770
1877
|
}
|
|
@@ -1774,45 +1881,45 @@ declare namespace AuditManager {
|
|
|
1774
1881
|
*/
|
|
1775
1882
|
changeLogs?: ChangeLogs;
|
|
1776
1883
|
/**
|
|
1777
|
-
* The pagination token used to fetch the next set of results.
|
|
1884
|
+
* The pagination token that's used to fetch the next set of results.
|
|
1778
1885
|
*/
|
|
1779
1886
|
nextToken?: Token;
|
|
1780
1887
|
}
|
|
1781
1888
|
export interface GetControlRequest {
|
|
1782
1889
|
/**
|
|
1783
|
-
* The identifier for the
|
|
1890
|
+
* The identifier for the control.
|
|
1784
1891
|
*/
|
|
1785
1892
|
controlId: UUID;
|
|
1786
1893
|
}
|
|
1787
1894
|
export interface GetControlResponse {
|
|
1788
1895
|
/**
|
|
1789
|
-
* The name of the control
|
|
1896
|
+
* The name of the control that the GetControl API returned.
|
|
1790
1897
|
*/
|
|
1791
1898
|
control?: Control;
|
|
1792
1899
|
}
|
|
1793
1900
|
export interface GetDelegationsRequest {
|
|
1794
1901
|
/**
|
|
1795
|
-
* The pagination token used to fetch the next set of results.
|
|
1902
|
+
* The pagination token that's used to fetch the next set of results.
|
|
1796
1903
|
*/
|
|
1797
1904
|
nextToken?: Token;
|
|
1798
1905
|
/**
|
|
1799
|
-
* Represents the maximum number of results
|
|
1906
|
+
* Represents the maximum number of results on a page or for an API request call.
|
|
1800
1907
|
*/
|
|
1801
1908
|
maxResults?: MaxResults;
|
|
1802
1909
|
}
|
|
1803
1910
|
export interface GetDelegationsResponse {
|
|
1804
1911
|
/**
|
|
1805
|
-
* The list of delegations
|
|
1912
|
+
* The list of delegations that the GetDelegations API returned.
|
|
1806
1913
|
*/
|
|
1807
1914
|
delegations?: DelegationMetadataList;
|
|
1808
1915
|
/**
|
|
1809
|
-
* The pagination token used to fetch the next set of results.
|
|
1916
|
+
* The pagination token that's used to fetch the next set of results.
|
|
1810
1917
|
*/
|
|
1811
1918
|
nextToken?: Token;
|
|
1812
1919
|
}
|
|
1813
1920
|
export interface GetEvidenceByEvidenceFolderRequest {
|
|
1814
1921
|
/**
|
|
1815
|
-
* The identifier for the
|
|
1922
|
+
* The identifier for the assessment.
|
|
1816
1923
|
*/
|
|
1817
1924
|
assessmentId: UUID;
|
|
1818
1925
|
/**
|
|
@@ -1820,115 +1927,115 @@ declare namespace AuditManager {
|
|
|
1820
1927
|
*/
|
|
1821
1928
|
controlSetId: ControlSetId;
|
|
1822
1929
|
/**
|
|
1823
|
-
* The unique identifier for the folder
|
|
1930
|
+
* The unique identifier for the folder that the evidence is stored in.
|
|
1824
1931
|
*/
|
|
1825
1932
|
evidenceFolderId: UUID;
|
|
1826
1933
|
/**
|
|
1827
|
-
* The pagination token used to fetch the next set of results.
|
|
1934
|
+
* The pagination token that's used to fetch the next set of results.
|
|
1828
1935
|
*/
|
|
1829
1936
|
nextToken?: Token;
|
|
1830
1937
|
/**
|
|
1831
|
-
* Represents the maximum number of results
|
|
1938
|
+
* Represents the maximum number of results on a page or for an API request call.
|
|
1832
1939
|
*/
|
|
1833
1940
|
maxResults?: MaxResults;
|
|
1834
1941
|
}
|
|
1835
1942
|
export interface GetEvidenceByEvidenceFolderResponse {
|
|
1836
1943
|
/**
|
|
1837
|
-
* The list of evidence
|
|
1944
|
+
* The list of evidence that the GetEvidenceByEvidenceFolder API returned.
|
|
1838
1945
|
*/
|
|
1839
1946
|
evidence?: EvidenceList;
|
|
1840
1947
|
/**
|
|
1841
|
-
* The pagination token used to fetch the next set of results.
|
|
1948
|
+
* The pagination token that's used to fetch the next set of results.
|
|
1842
1949
|
*/
|
|
1843
1950
|
nextToken?: Token;
|
|
1844
1951
|
}
|
|
1845
1952
|
export interface GetEvidenceFolderRequest {
|
|
1846
1953
|
/**
|
|
1847
|
-
* The identifier for the
|
|
1954
|
+
* The identifier for the assessment.
|
|
1848
1955
|
*/
|
|
1849
1956
|
assessmentId: UUID;
|
|
1850
1957
|
/**
|
|
1851
|
-
* The identifier for the
|
|
1958
|
+
* The identifier for the control set.
|
|
1852
1959
|
*/
|
|
1853
1960
|
controlSetId: ControlSetId;
|
|
1854
1961
|
/**
|
|
1855
|
-
* The identifier for the folder
|
|
1962
|
+
* The identifier for the folder that the evidence is stored in.
|
|
1856
1963
|
*/
|
|
1857
1964
|
evidenceFolderId: UUID;
|
|
1858
1965
|
}
|
|
1859
1966
|
export interface GetEvidenceFolderResponse {
|
|
1860
1967
|
/**
|
|
1861
|
-
* The folder
|
|
1968
|
+
* The folder that the evidence is stored in.
|
|
1862
1969
|
*/
|
|
1863
1970
|
evidenceFolder?: AssessmentEvidenceFolder;
|
|
1864
1971
|
}
|
|
1865
1972
|
export interface GetEvidenceFoldersByAssessmentControlRequest {
|
|
1866
1973
|
/**
|
|
1867
|
-
* The identifier for the
|
|
1974
|
+
* The identifier for the assessment.
|
|
1868
1975
|
*/
|
|
1869
1976
|
assessmentId: UUID;
|
|
1870
1977
|
/**
|
|
1871
|
-
* The identifier for the
|
|
1978
|
+
* The identifier for the control set.
|
|
1872
1979
|
*/
|
|
1873
1980
|
controlSetId: ControlSetId;
|
|
1874
1981
|
/**
|
|
1875
|
-
* The identifier for the
|
|
1982
|
+
* The identifier for the control.
|
|
1876
1983
|
*/
|
|
1877
1984
|
controlId: UUID;
|
|
1878
1985
|
/**
|
|
1879
|
-
* The pagination token used to fetch the next set of results.
|
|
1986
|
+
* The pagination token that's used to fetch the next set of results.
|
|
1880
1987
|
*/
|
|
1881
1988
|
nextToken?: Token;
|
|
1882
1989
|
/**
|
|
1883
|
-
* Represents the maximum number of results
|
|
1990
|
+
* Represents the maximum number of results on a page or for an API request call.
|
|
1884
1991
|
*/
|
|
1885
1992
|
maxResults?: MaxResults;
|
|
1886
1993
|
}
|
|
1887
1994
|
export interface GetEvidenceFoldersByAssessmentControlResponse {
|
|
1888
1995
|
/**
|
|
1889
|
-
* The list of evidence folders
|
|
1996
|
+
* The list of evidence folders that the GetEvidenceFoldersByAssessmentControl API returned.
|
|
1890
1997
|
*/
|
|
1891
1998
|
evidenceFolders?: AssessmentEvidenceFolders;
|
|
1892
1999
|
/**
|
|
1893
|
-
* The pagination token used to fetch the next set of results.
|
|
2000
|
+
* The pagination token that's used to fetch the next set of results.
|
|
1894
2001
|
*/
|
|
1895
2002
|
nextToken?: Token;
|
|
1896
2003
|
}
|
|
1897
2004
|
export interface GetEvidenceFoldersByAssessmentRequest {
|
|
1898
2005
|
/**
|
|
1899
|
-
* The identifier for the
|
|
2006
|
+
* The identifier for the assessment.
|
|
1900
2007
|
*/
|
|
1901
2008
|
assessmentId: UUID;
|
|
1902
2009
|
/**
|
|
1903
|
-
* The pagination token used to fetch the next set of results.
|
|
2010
|
+
* The pagination token that's used to fetch the next set of results.
|
|
1904
2011
|
*/
|
|
1905
2012
|
nextToken?: Token;
|
|
1906
2013
|
/**
|
|
1907
|
-
* Represents the maximum number of results
|
|
2014
|
+
* Represents the maximum number of results on a page or for an API request call.
|
|
1908
2015
|
*/
|
|
1909
2016
|
maxResults?: MaxResults;
|
|
1910
2017
|
}
|
|
1911
2018
|
export interface GetEvidenceFoldersByAssessmentResponse {
|
|
1912
2019
|
/**
|
|
1913
|
-
* The list of evidence folders
|
|
2020
|
+
* The list of evidence folders that the GetEvidenceFoldersByAssessment API returned.
|
|
1914
2021
|
*/
|
|
1915
2022
|
evidenceFolders?: AssessmentEvidenceFolders;
|
|
1916
2023
|
/**
|
|
1917
|
-
* The pagination token used to fetch the next set of results.
|
|
2024
|
+
* The pagination token that's used to fetch the next set of results.
|
|
1918
2025
|
*/
|
|
1919
2026
|
nextToken?: Token;
|
|
1920
2027
|
}
|
|
1921
2028
|
export interface GetEvidenceRequest {
|
|
1922
2029
|
/**
|
|
1923
|
-
* The identifier for the
|
|
2030
|
+
* The identifier for the assessment.
|
|
1924
2031
|
*/
|
|
1925
2032
|
assessmentId: UUID;
|
|
1926
2033
|
/**
|
|
1927
|
-
* The identifier for the
|
|
2034
|
+
* The identifier for the control set.
|
|
1928
2035
|
*/
|
|
1929
2036
|
controlSetId: ControlSetId;
|
|
1930
2037
|
/**
|
|
1931
|
-
* The identifier for the folder
|
|
2038
|
+
* The identifier for the folder that the evidence is stored in.
|
|
1932
2039
|
*/
|
|
1933
2040
|
evidenceFolderId: UUID;
|
|
1934
2041
|
/**
|
|
@@ -1938,7 +2045,7 @@ declare namespace AuditManager {
|
|
|
1938
2045
|
}
|
|
1939
2046
|
export interface GetEvidenceResponse {
|
|
1940
2047
|
/**
|
|
1941
|
-
* The evidence
|
|
2048
|
+
* The evidence that the GetEvidenceResponse API returned.
|
|
1942
2049
|
*/
|
|
1943
2050
|
evidence?: Evidence;
|
|
1944
2051
|
}
|
|
@@ -1946,11 +2053,11 @@ declare namespace AuditManager {
|
|
|
1946
2053
|
}
|
|
1947
2054
|
export interface GetOrganizationAdminAccountResponse {
|
|
1948
2055
|
/**
|
|
1949
|
-
* The identifier for the
|
|
2056
|
+
* The identifier for the administrator account.
|
|
1950
2057
|
*/
|
|
1951
2058
|
adminAccountId?: AccountId;
|
|
1952
2059
|
/**
|
|
1953
|
-
* The identifier for the
|
|
2060
|
+
* The identifier for the organization.
|
|
1954
2061
|
*/
|
|
1955
2062
|
organizationId?: organizationId;
|
|
1956
2063
|
}
|
|
@@ -1958,7 +2065,7 @@ declare namespace AuditManager {
|
|
|
1958
2065
|
}
|
|
1959
2066
|
export interface GetServicesInScopeResponse {
|
|
1960
2067
|
/**
|
|
1961
|
-
* The metadata associated with the Amazon Web Service.
|
|
2068
|
+
* The metadata that's associated with the Amazon Web Service.
|
|
1962
2069
|
*/
|
|
1963
2070
|
serviceMetadata?: ServiceMetadataList;
|
|
1964
2071
|
}
|
|
@@ -1982,126 +2089,150 @@ declare namespace AuditManager {
|
|
|
1982
2089
|
export type Keywords = KeywordValue[];
|
|
1983
2090
|
export type KmsKey = string;
|
|
1984
2091
|
export type LastUpdatedBy = string;
|
|
2092
|
+
export interface ListAssessmentFrameworkShareRequestsRequest {
|
|
2093
|
+
/**
|
|
2094
|
+
* Specifies whether the share request is a sent request or a received request.
|
|
2095
|
+
*/
|
|
2096
|
+
requestType: ShareRequestType;
|
|
2097
|
+
/**
|
|
2098
|
+
* The pagination token that's used to fetch the next set of results.
|
|
2099
|
+
*/
|
|
2100
|
+
nextToken?: Token;
|
|
2101
|
+
/**
|
|
2102
|
+
* Represents the maximum number of results on a page or for an API request call.
|
|
2103
|
+
*/
|
|
2104
|
+
maxResults?: MaxResults;
|
|
2105
|
+
}
|
|
2106
|
+
export interface ListAssessmentFrameworkShareRequestsResponse {
|
|
2107
|
+
/**
|
|
2108
|
+
* The list of share requests that the ListAssessmentFrameworkShareRequests API returned.
|
|
2109
|
+
*/
|
|
2110
|
+
assessmentFrameworkShareRequests?: AssessmentFrameworkShareRequestList;
|
|
2111
|
+
/**
|
|
2112
|
+
* The pagination token that's used to fetch the next set of results.
|
|
2113
|
+
*/
|
|
2114
|
+
nextToken?: Token;
|
|
2115
|
+
}
|
|
1985
2116
|
export interface ListAssessmentFrameworksRequest {
|
|
1986
2117
|
/**
|
|
1987
|
-
* The type of framework, such as standard or custom.
|
|
2118
|
+
* The type of framework, such as a standard framework or a custom framework.
|
|
1988
2119
|
*/
|
|
1989
2120
|
frameworkType: FrameworkType;
|
|
1990
2121
|
/**
|
|
1991
|
-
* The pagination token used to fetch the next set of results.
|
|
2122
|
+
* The pagination token that's used to fetch the next set of results.
|
|
1992
2123
|
*/
|
|
1993
2124
|
nextToken?: Token;
|
|
1994
2125
|
/**
|
|
1995
|
-
* Represents the maximum number of results
|
|
2126
|
+
* Represents the maximum number of results on a page or for an API request call.
|
|
1996
2127
|
*/
|
|
1997
2128
|
maxResults?: MaxResults;
|
|
1998
2129
|
}
|
|
1999
2130
|
export interface ListAssessmentFrameworksResponse {
|
|
2000
2131
|
/**
|
|
2001
|
-
* The list of metadata objects for the
|
|
2132
|
+
* The list of metadata objects for the framework.
|
|
2002
2133
|
*/
|
|
2003
2134
|
frameworkMetadataList?: FrameworkMetadataList;
|
|
2004
2135
|
/**
|
|
2005
|
-
* The pagination token used to fetch the next set of results.
|
|
2136
|
+
* The pagination token that's used to fetch the next set of results.
|
|
2006
2137
|
*/
|
|
2007
2138
|
nextToken?: Token;
|
|
2008
2139
|
}
|
|
2009
2140
|
export type ListAssessmentMetadata = AssessmentMetadataItem[];
|
|
2010
2141
|
export interface ListAssessmentReportsRequest {
|
|
2011
2142
|
/**
|
|
2012
|
-
* The pagination token used to fetch the next set of results.
|
|
2143
|
+
* The pagination token that's used to fetch the next set of results.
|
|
2013
2144
|
*/
|
|
2014
2145
|
nextToken?: Token;
|
|
2015
2146
|
/**
|
|
2016
|
-
* Represents the maximum number of results
|
|
2147
|
+
* Represents the maximum number of results on a page or for an API request call.
|
|
2017
2148
|
*/
|
|
2018
2149
|
maxResults?: MaxResults;
|
|
2019
2150
|
}
|
|
2020
2151
|
export interface ListAssessmentReportsResponse {
|
|
2021
2152
|
/**
|
|
2022
|
-
* The list of assessment reports
|
|
2153
|
+
* The list of assessment reports that the ListAssessmentReports API returned.
|
|
2023
2154
|
*/
|
|
2024
2155
|
assessmentReports?: AssessmentReportsMetadata;
|
|
2025
2156
|
/**
|
|
2026
|
-
* The pagination token used to fetch the next set of results.
|
|
2157
|
+
* The pagination token that's used to fetch the next set of results.
|
|
2027
2158
|
*/
|
|
2028
2159
|
nextToken?: Token;
|
|
2029
2160
|
}
|
|
2030
2161
|
export interface ListAssessmentsRequest {
|
|
2031
2162
|
/**
|
|
2032
|
-
* The pagination token used to fetch the next set of results.
|
|
2163
|
+
* The pagination token that's used to fetch the next set of results.
|
|
2033
2164
|
*/
|
|
2034
2165
|
nextToken?: Token;
|
|
2035
2166
|
/**
|
|
2036
|
-
* Represents the maximum number of results
|
|
2167
|
+
* Represents the maximum number of results on a page or for an API request call.
|
|
2037
2168
|
*/
|
|
2038
2169
|
maxResults?: MaxResults;
|
|
2039
2170
|
}
|
|
2040
2171
|
export interface ListAssessmentsResponse {
|
|
2041
2172
|
/**
|
|
2042
|
-
* The metadata associated with the assessment.
|
|
2173
|
+
* The metadata that's associated with the assessment.
|
|
2043
2174
|
*/
|
|
2044
2175
|
assessmentMetadata?: ListAssessmentMetadata;
|
|
2045
2176
|
/**
|
|
2046
|
-
* The pagination token used to fetch the next set of results.
|
|
2177
|
+
* The pagination token that's used to fetch the next set of results.
|
|
2047
2178
|
*/
|
|
2048
2179
|
nextToken?: Token;
|
|
2049
2180
|
}
|
|
2050
2181
|
export interface ListControlsRequest {
|
|
2051
2182
|
/**
|
|
2052
|
-
* The type of control, such as standard or custom.
|
|
2183
|
+
* The type of control, such as a standard control or a custom control.
|
|
2053
2184
|
*/
|
|
2054
2185
|
controlType: ControlType;
|
|
2055
2186
|
/**
|
|
2056
|
-
* The pagination token used to fetch the next set of results.
|
|
2187
|
+
* The pagination token that's used to fetch the next set of results.
|
|
2057
2188
|
*/
|
|
2058
2189
|
nextToken?: Token;
|
|
2059
2190
|
/**
|
|
2060
|
-
* Represents the maximum number of results
|
|
2191
|
+
* Represents the maximum number of results on a page or for an API request call.
|
|
2061
2192
|
*/
|
|
2062
2193
|
maxResults?: MaxResults;
|
|
2063
2194
|
}
|
|
2064
2195
|
export interface ListControlsResponse {
|
|
2065
2196
|
/**
|
|
2066
|
-
* The list of control metadata objects
|
|
2197
|
+
* The list of control metadata objects that the ListControls API returned.
|
|
2067
2198
|
*/
|
|
2068
2199
|
controlMetadataList?: ControlMetadataList;
|
|
2069
2200
|
/**
|
|
2070
|
-
* The pagination token used to fetch the next set of results.
|
|
2201
|
+
* The pagination token that's used to fetch the next set of results.
|
|
2071
2202
|
*/
|
|
2072
2203
|
nextToken?: Token;
|
|
2073
2204
|
}
|
|
2074
2205
|
export interface ListKeywordsForDataSourceRequest {
|
|
2075
2206
|
/**
|
|
2076
|
-
* The control mapping data source
|
|
2207
|
+
* The control mapping data source that the keywords apply to.
|
|
2077
2208
|
*/
|
|
2078
2209
|
source: SourceType;
|
|
2079
2210
|
/**
|
|
2080
|
-
* The pagination token used to fetch the next set of results.
|
|
2211
|
+
* The pagination token that's used to fetch the next set of results.
|
|
2081
2212
|
*/
|
|
2082
2213
|
nextToken?: Token;
|
|
2083
2214
|
/**
|
|
2084
|
-
* Represents the maximum number of results
|
|
2215
|
+
* Represents the maximum number of results on a page or for an API request call.
|
|
2085
2216
|
*/
|
|
2086
2217
|
maxResults?: MaxResults;
|
|
2087
2218
|
}
|
|
2088
2219
|
export interface ListKeywordsForDataSourceResponse {
|
|
2089
2220
|
/**
|
|
2090
|
-
* The list of keywords for the
|
|
2221
|
+
* The list of keywords for the event mapping source.
|
|
2091
2222
|
*/
|
|
2092
2223
|
keywords?: Keywords;
|
|
2093
2224
|
/**
|
|
2094
|
-
* The pagination token used to fetch the next set of results.
|
|
2225
|
+
* The pagination token that's used to fetch the next set of results.
|
|
2095
2226
|
*/
|
|
2096
2227
|
nextToken?: Token;
|
|
2097
2228
|
}
|
|
2098
2229
|
export interface ListNotificationsRequest {
|
|
2099
2230
|
/**
|
|
2100
|
-
* The pagination token used to fetch the next set of results.
|
|
2231
|
+
* The pagination token that's used to fetch the next set of results.
|
|
2101
2232
|
*/
|
|
2102
2233
|
nextToken?: Token;
|
|
2103
2234
|
/**
|
|
2104
|
-
* Represents the maximum number of results
|
|
2235
|
+
* Represents the maximum number of results on a page or for an API request call.
|
|
2105
2236
|
*/
|
|
2106
2237
|
maxResults?: MaxResults;
|
|
2107
2238
|
}
|
|
@@ -2111,19 +2242,19 @@ declare namespace AuditManager {
|
|
|
2111
2242
|
*/
|
|
2112
2243
|
notifications?: Notifications;
|
|
2113
2244
|
/**
|
|
2114
|
-
* The pagination token used to fetch the next set of results.
|
|
2245
|
+
* The pagination token that's used to fetch the next set of results.
|
|
2115
2246
|
*/
|
|
2116
2247
|
nextToken?: Token;
|
|
2117
2248
|
}
|
|
2118
2249
|
export interface ListTagsForResourceRequest {
|
|
2119
2250
|
/**
|
|
2120
|
-
* The Amazon Resource Name (ARN) of the
|
|
2251
|
+
* The Amazon Resource Name (ARN) of the resource.
|
|
2121
2252
|
*/
|
|
2122
2253
|
resourceArn: AuditManagerArn;
|
|
2123
2254
|
}
|
|
2124
2255
|
export interface ListTagsForResourceResponse {
|
|
2125
2256
|
/**
|
|
2126
|
-
* The list of tags
|
|
2257
|
+
* The list of tags that the ListTagsForResource API returned.
|
|
2127
2258
|
*/
|
|
2128
2259
|
tags?: TagMap;
|
|
2129
2260
|
}
|
|
@@ -2142,7 +2273,7 @@ declare namespace AuditManager {
|
|
|
2142
2273
|
*/
|
|
2143
2274
|
id?: TimestampUUID;
|
|
2144
2275
|
/**
|
|
2145
|
-
* The identifier for the
|
|
2276
|
+
* The identifier for the assessment.
|
|
2146
2277
|
*/
|
|
2147
2278
|
assessmentId?: UUID;
|
|
2148
2279
|
/**
|
|
@@ -2150,7 +2281,7 @@ declare namespace AuditManager {
|
|
|
2150
2281
|
*/
|
|
2151
2282
|
assessmentName?: AssessmentName;
|
|
2152
2283
|
/**
|
|
2153
|
-
* The identifier for the
|
|
2284
|
+
* The identifier for the control set.
|
|
2154
2285
|
*/
|
|
2155
2286
|
controlSetId?: ControlSetId;
|
|
2156
2287
|
/**
|
|
@@ -2171,7 +2302,9 @@ declare namespace AuditManager {
|
|
|
2171
2302
|
source?: NonEmptyString;
|
|
2172
2303
|
}
|
|
2173
2304
|
export type Notifications = Notification[];
|
|
2305
|
+
export type NullableInteger = number;
|
|
2174
2306
|
export type ObjectTypeEnum = "ASSESSMENT"|"CONTROL_SET"|"CONTROL"|"DELEGATION"|"ASSESSMENT_REPORT"|string;
|
|
2307
|
+
export type Region = string;
|
|
2175
2308
|
export interface RegisterAccountRequest {
|
|
2176
2309
|
/**
|
|
2177
2310
|
* The KMS key details.
|
|
@@ -2190,27 +2323,27 @@ declare namespace AuditManager {
|
|
|
2190
2323
|
}
|
|
2191
2324
|
export interface RegisterOrganizationAdminAccountRequest {
|
|
2192
2325
|
/**
|
|
2193
|
-
* The identifier for the
|
|
2326
|
+
* The identifier for the delegated administrator account.
|
|
2194
2327
|
*/
|
|
2195
2328
|
adminAccountId: AccountId;
|
|
2196
2329
|
}
|
|
2197
2330
|
export interface RegisterOrganizationAdminAccountResponse {
|
|
2198
2331
|
/**
|
|
2199
|
-
* The identifier for the
|
|
2332
|
+
* The identifier for the delegated administrator account.
|
|
2200
2333
|
*/
|
|
2201
2334
|
adminAccountId?: AccountId;
|
|
2202
2335
|
/**
|
|
2203
|
-
* The identifier for the
|
|
2336
|
+
* The identifier for the organization.
|
|
2204
2337
|
*/
|
|
2205
2338
|
organizationId?: organizationId;
|
|
2206
2339
|
}
|
|
2207
2340
|
export interface Resource {
|
|
2208
2341
|
/**
|
|
2209
|
-
* The Amazon Resource Name (ARN) for the
|
|
2342
|
+
* The Amazon Resource Name (ARN) for the resource.
|
|
2210
2343
|
*/
|
|
2211
2344
|
arn?: GenericArn;
|
|
2212
2345
|
/**
|
|
2213
|
-
* The value of the
|
|
2346
|
+
* The value of the resource.
|
|
2214
2347
|
*/
|
|
2215
2348
|
value?: String;
|
|
2216
2349
|
}
|
|
@@ -2231,11 +2364,11 @@ declare namespace AuditManager {
|
|
|
2231
2364
|
export type SNSTopic = string;
|
|
2232
2365
|
export interface Scope {
|
|
2233
2366
|
/**
|
|
2234
|
-
* The accounts included in the scope of the assessment.
|
|
2367
|
+
* The Amazon Web Services accounts that are included in the scope of the assessment.
|
|
2235
2368
|
*/
|
|
2236
2369
|
awsAccounts?: AWSAccounts;
|
|
2237
2370
|
/**
|
|
2238
|
-
* The Amazon Web Services services included in the scope of the assessment.
|
|
2371
|
+
* The Amazon Web Services services that are included in the scope of the assessment.
|
|
2239
2372
|
*/
|
|
2240
2373
|
awsServices?: AWSServices;
|
|
2241
2374
|
}
|
|
@@ -2249,11 +2382,11 @@ declare namespace AuditManager {
|
|
|
2249
2382
|
*/
|
|
2250
2383
|
displayName?: NonEmptyString;
|
|
2251
2384
|
/**
|
|
2252
|
-
* The description of the
|
|
2385
|
+
* The description of the Amazon Web Service.
|
|
2253
2386
|
*/
|
|
2254
2387
|
description?: NonEmptyString;
|
|
2255
2388
|
/**
|
|
2256
|
-
* The category
|
|
2389
|
+
* The category that the Amazon Web Service belongs to, such as compute, storage, or database.
|
|
2257
2390
|
*/
|
|
2258
2391
|
category?: NonEmptyString;
|
|
2259
2392
|
}
|
|
@@ -2281,33 +2414,61 @@ declare namespace AuditManager {
|
|
|
2281
2414
|
*/
|
|
2282
2415
|
kmsKey?: KmsKey;
|
|
2283
2416
|
}
|
|
2417
|
+
export type ShareRequestAction = "ACCEPT"|"DECLINE"|"REVOKE"|string;
|
|
2418
|
+
export type ShareRequestComment = string;
|
|
2419
|
+
export type ShareRequestStatus = "ACTIVE"|"REPLICATING"|"SHARED"|"EXPIRING"|"FAILED"|"EXPIRED"|"DECLINED"|"REVOKED"|string;
|
|
2420
|
+
export type ShareRequestType = "SENT"|"RECEIVED"|string;
|
|
2284
2421
|
export type SnsArn = string;
|
|
2285
2422
|
export type SourceDescription = string;
|
|
2286
2423
|
export type SourceFrequency = "DAILY"|"WEEKLY"|"MONTHLY"|string;
|
|
2287
2424
|
export interface SourceKeyword {
|
|
2288
2425
|
/**
|
|
2289
|
-
* The method of input for the
|
|
2426
|
+
* The method of input for the keyword.
|
|
2290
2427
|
*/
|
|
2291
2428
|
keywordInputType?: KeywordInputType;
|
|
2292
2429
|
/**
|
|
2293
|
-
* The value of the keyword used to search CloudTrail logs, Config rules, Security Hub checks, and Amazon Web Services API names when mapping a control data source.
|
|
2430
|
+
* The value of the keyword that's used to search CloudTrail logs, Config rules, Security Hub checks, and Amazon Web Services API names when mapping a control data source.
|
|
2294
2431
|
*/
|
|
2295
2432
|
keywordValue?: KeywordValue;
|
|
2296
2433
|
}
|
|
2297
2434
|
export type SourceName = string;
|
|
2298
2435
|
export type SourceSetUpOption = "System_Controls_Mapping"|"Procedural_Controls_Mapping"|string;
|
|
2299
2436
|
export type SourceType = "AWS_Cloudtrail"|"AWS_Config"|"AWS_Security_Hub"|"AWS_API_Call"|"MANUAL"|string;
|
|
2437
|
+
export interface StartAssessmentFrameworkShareRequest {
|
|
2438
|
+
/**
|
|
2439
|
+
* The unique identifier for the custom framework to be shared.
|
|
2440
|
+
*/
|
|
2441
|
+
frameworkId: UUID;
|
|
2442
|
+
/**
|
|
2443
|
+
* The Amazon Web Services account of the recipient.
|
|
2444
|
+
*/
|
|
2445
|
+
destinationAccount: AccountId;
|
|
2446
|
+
/**
|
|
2447
|
+
* The Amazon Web Services Region of the recipient.
|
|
2448
|
+
*/
|
|
2449
|
+
destinationRegion: Region;
|
|
2450
|
+
/**
|
|
2451
|
+
* An optional comment from the sender about the share request.
|
|
2452
|
+
*/
|
|
2453
|
+
comment?: ShareRequestComment;
|
|
2454
|
+
}
|
|
2455
|
+
export interface StartAssessmentFrameworkShareResponse {
|
|
2456
|
+
/**
|
|
2457
|
+
* The share request that's created by the StartAssessmentFrameworkShare API.
|
|
2458
|
+
*/
|
|
2459
|
+
assessmentFrameworkShareRequest?: AssessmentFrameworkShareRequest;
|
|
2460
|
+
}
|
|
2300
2461
|
export type String = string;
|
|
2301
2462
|
export type TagKey = string;
|
|
2302
2463
|
export type TagKeyList = TagKey[];
|
|
2303
2464
|
export type TagMap = {[key: string]: TagValue};
|
|
2304
2465
|
export interface TagResourceRequest {
|
|
2305
2466
|
/**
|
|
2306
|
-
* The Amazon Resource Name (ARN) of the
|
|
2467
|
+
* The Amazon Resource Name (ARN) of the resource.
|
|
2307
2468
|
*/
|
|
2308
2469
|
resourceArn: AuditManagerArn;
|
|
2309
2470
|
/**
|
|
2310
|
-
* The tags
|
|
2471
|
+
* The tags that are associated with the resource.
|
|
2311
2472
|
*/
|
|
2312
2473
|
tags: TagMap;
|
|
2313
2474
|
}
|
|
@@ -2321,7 +2482,7 @@ declare namespace AuditManager {
|
|
|
2321
2482
|
export type TroubleshootingText = string;
|
|
2322
2483
|
export interface URL {
|
|
2323
2484
|
/**
|
|
2324
|
-
* The name or word used as a hyperlink to the URL.
|
|
2485
|
+
* The name or word that's used as a hyperlink to the URL.
|
|
2325
2486
|
*/
|
|
2326
2487
|
hyperlinkName?: HyperlinkName;
|
|
2327
2488
|
/**
|
|
@@ -2344,53 +2505,53 @@ declare namespace AuditManager {
|
|
|
2344
2505
|
}
|
|
2345
2506
|
export interface UpdateAssessmentControlRequest {
|
|
2346
2507
|
/**
|
|
2347
|
-
* The identifier for the
|
|
2508
|
+
* The identifier for the assessment.
|
|
2348
2509
|
*/
|
|
2349
2510
|
assessmentId: UUID;
|
|
2350
2511
|
/**
|
|
2351
|
-
* The identifier for the
|
|
2512
|
+
* The identifier for the control set.
|
|
2352
2513
|
*/
|
|
2353
2514
|
controlSetId: ControlSetId;
|
|
2354
2515
|
/**
|
|
2355
|
-
* The identifier for the
|
|
2516
|
+
* The identifier for the control.
|
|
2356
2517
|
*/
|
|
2357
2518
|
controlId: UUID;
|
|
2358
2519
|
/**
|
|
2359
|
-
* The status of the
|
|
2520
|
+
* The status of the control.
|
|
2360
2521
|
*/
|
|
2361
2522
|
controlStatus?: ControlStatus;
|
|
2362
2523
|
/**
|
|
2363
|
-
* The comment body text for the
|
|
2524
|
+
* The comment body text for the control.
|
|
2364
2525
|
*/
|
|
2365
2526
|
commentBody?: ControlCommentBody;
|
|
2366
2527
|
}
|
|
2367
2528
|
export interface UpdateAssessmentControlResponse {
|
|
2368
2529
|
/**
|
|
2369
|
-
* The name of the updated control set
|
|
2530
|
+
* The name of the updated control set that the UpdateAssessmentControl API returned.
|
|
2370
2531
|
*/
|
|
2371
2532
|
control?: AssessmentControl;
|
|
2372
2533
|
}
|
|
2373
2534
|
export interface UpdateAssessmentControlSetStatusRequest {
|
|
2374
2535
|
/**
|
|
2375
|
-
* The identifier for the
|
|
2536
|
+
* The identifier for the assessment.
|
|
2376
2537
|
*/
|
|
2377
2538
|
assessmentId: UUID;
|
|
2378
2539
|
/**
|
|
2379
|
-
* The identifier for the
|
|
2540
|
+
* The identifier for the control set.
|
|
2380
2541
|
*/
|
|
2381
2542
|
controlSetId: String;
|
|
2382
2543
|
/**
|
|
2383
|
-
* The status of the control set that
|
|
2544
|
+
* The status of the control set that's being updated.
|
|
2384
2545
|
*/
|
|
2385
2546
|
status: ControlSetStatus;
|
|
2386
2547
|
/**
|
|
2387
|
-
* The comment related to the status update.
|
|
2548
|
+
* The comment that's related to the status update.
|
|
2388
2549
|
*/
|
|
2389
2550
|
comment: DelegationComment;
|
|
2390
2551
|
}
|
|
2391
2552
|
export interface UpdateAssessmentControlSetStatusResponse {
|
|
2392
2553
|
/**
|
|
2393
|
-
* The name of the updated control set
|
|
2554
|
+
* The name of the updated control set that the UpdateAssessmentControlSetStatus API returned.
|
|
2394
2555
|
*/
|
|
2395
2556
|
controlSet?: AssessmentControlSet;
|
|
2396
2557
|
}
|
|
@@ -2404,14 +2565,14 @@ declare namespace AuditManager {
|
|
|
2404
2565
|
*/
|
|
2405
2566
|
name: ControlSetName;
|
|
2406
2567
|
/**
|
|
2407
|
-
* The list of controls contained within the control set.
|
|
2568
|
+
* The list of controls that are contained within the control set.
|
|
2408
2569
|
*/
|
|
2409
2570
|
controls?: CreateAssessmentFrameworkControls;
|
|
2410
2571
|
}
|
|
2411
2572
|
export type UpdateAssessmentFrameworkControlSets = UpdateAssessmentFrameworkControlSet[];
|
|
2412
2573
|
export interface UpdateAssessmentFrameworkRequest {
|
|
2413
2574
|
/**
|
|
2414
|
-
* The identifier for the
|
|
2575
|
+
* The identifier for the framework.
|
|
2415
2576
|
*/
|
|
2416
2577
|
frameworkId: UUID;
|
|
2417
2578
|
/**
|
|
@@ -2419,7 +2580,7 @@ declare namespace AuditManager {
|
|
|
2419
2580
|
*/
|
|
2420
2581
|
name: FrameworkName;
|
|
2421
2582
|
/**
|
|
2422
|
-
* The description of the framework
|
|
2583
|
+
* The description of the updated framework.
|
|
2423
2584
|
*/
|
|
2424
2585
|
description?: FrameworkDescription;
|
|
2425
2586
|
/**
|
|
@@ -2427,71 +2588,91 @@ declare namespace AuditManager {
|
|
|
2427
2588
|
*/
|
|
2428
2589
|
complianceType?: ComplianceType;
|
|
2429
2590
|
/**
|
|
2430
|
-
* The control sets associated with the framework.
|
|
2591
|
+
* The control sets that are associated with the framework.
|
|
2431
2592
|
*/
|
|
2432
2593
|
controlSets: UpdateAssessmentFrameworkControlSets;
|
|
2433
2594
|
}
|
|
2434
2595
|
export interface UpdateAssessmentFrameworkResponse {
|
|
2435
2596
|
/**
|
|
2436
|
-
* The name of the
|
|
2597
|
+
* The name of the framework.
|
|
2437
2598
|
*/
|
|
2438
2599
|
framework?: Framework;
|
|
2439
2600
|
}
|
|
2601
|
+
export interface UpdateAssessmentFrameworkShareRequest {
|
|
2602
|
+
/**
|
|
2603
|
+
* The unique identifier for the share request.
|
|
2604
|
+
*/
|
|
2605
|
+
requestId: UUID;
|
|
2606
|
+
/**
|
|
2607
|
+
* Specifies whether the share request is a sent request or a received request.
|
|
2608
|
+
*/
|
|
2609
|
+
requestType: ShareRequestType;
|
|
2610
|
+
/**
|
|
2611
|
+
* Specifies the update action for the share request.
|
|
2612
|
+
*/
|
|
2613
|
+
action: ShareRequestAction;
|
|
2614
|
+
}
|
|
2615
|
+
export interface UpdateAssessmentFrameworkShareResponse {
|
|
2616
|
+
/**
|
|
2617
|
+
* The updated share request that's returned by the UpdateAssessmentFrameworkShare operation.
|
|
2618
|
+
*/
|
|
2619
|
+
assessmentFrameworkShareRequest?: AssessmentFrameworkShareRequest;
|
|
2620
|
+
}
|
|
2440
2621
|
export interface UpdateAssessmentRequest {
|
|
2441
2622
|
/**
|
|
2442
|
-
* The identifier for the
|
|
2623
|
+
* The identifier for the assessment.
|
|
2443
2624
|
*/
|
|
2444
2625
|
assessmentId: UUID;
|
|
2445
2626
|
/**
|
|
2446
|
-
* The name of the
|
|
2627
|
+
* The name of the assessment to be updated.
|
|
2447
2628
|
*/
|
|
2448
2629
|
assessmentName?: AssessmentName;
|
|
2449
2630
|
/**
|
|
2450
|
-
* The description of the
|
|
2631
|
+
* The description of the assessment.
|
|
2451
2632
|
*/
|
|
2452
2633
|
assessmentDescription?: AssessmentDescription;
|
|
2453
2634
|
/**
|
|
2454
|
-
* The scope of the
|
|
2635
|
+
* The scope of the assessment.
|
|
2455
2636
|
*/
|
|
2456
2637
|
scope: Scope;
|
|
2457
2638
|
/**
|
|
2458
|
-
* The assessment report storage destination for the
|
|
2639
|
+
* The assessment report storage destination for the assessment that's being updated.
|
|
2459
2640
|
*/
|
|
2460
2641
|
assessmentReportsDestination?: AssessmentReportsDestination;
|
|
2461
2642
|
/**
|
|
2462
|
-
* The list of roles for the
|
|
2643
|
+
* The list of roles for the assessment.
|
|
2463
2644
|
*/
|
|
2464
2645
|
roles?: Roles;
|
|
2465
2646
|
}
|
|
2466
2647
|
export interface UpdateAssessmentResponse {
|
|
2467
2648
|
/**
|
|
2468
|
-
* The response object
|
|
2649
|
+
* The response object for the UpdateAssessmentRequest API. This is the name of the updated assessment.
|
|
2469
2650
|
*/
|
|
2470
2651
|
assessment?: Assessment;
|
|
2471
2652
|
}
|
|
2472
2653
|
export interface UpdateAssessmentStatusRequest {
|
|
2473
2654
|
/**
|
|
2474
|
-
* The identifier for the
|
|
2655
|
+
* The identifier for the assessment.
|
|
2475
2656
|
*/
|
|
2476
2657
|
assessmentId: UUID;
|
|
2477
2658
|
/**
|
|
2478
|
-
* The current status of the
|
|
2659
|
+
* The current status of the assessment.
|
|
2479
2660
|
*/
|
|
2480
2661
|
status: AssessmentStatus;
|
|
2481
2662
|
}
|
|
2482
2663
|
export interface UpdateAssessmentStatusResponse {
|
|
2483
2664
|
/**
|
|
2484
|
-
* The name of the updated assessment
|
|
2665
|
+
* The name of the updated assessment that the UpdateAssessmentStatus API returned.
|
|
2485
2666
|
*/
|
|
2486
2667
|
assessment?: Assessment;
|
|
2487
2668
|
}
|
|
2488
2669
|
export interface UpdateControlRequest {
|
|
2489
2670
|
/**
|
|
2490
|
-
* The identifier for the
|
|
2671
|
+
* The identifier for the control.
|
|
2491
2672
|
*/
|
|
2492
2673
|
controlId: UUID;
|
|
2493
2674
|
/**
|
|
2494
|
-
* The name of the control
|
|
2675
|
+
* The name of the updated control.
|
|
2495
2676
|
*/
|
|
2496
2677
|
name: ControlName;
|
|
2497
2678
|
/**
|
|
@@ -2499,7 +2680,7 @@ declare namespace AuditManager {
|
|
|
2499
2680
|
*/
|
|
2500
2681
|
description?: ControlDescription;
|
|
2501
2682
|
/**
|
|
2502
|
-
* The steps that
|
|
2683
|
+
* The steps that you should follow to determine if the control is met.
|
|
2503
2684
|
*/
|
|
2504
2685
|
testingInformation?: TestingInformation;
|
|
2505
2686
|
/**
|
|
@@ -2507,23 +2688,23 @@ declare namespace AuditManager {
|
|
|
2507
2688
|
*/
|
|
2508
2689
|
actionPlanTitle?: ActionPlanTitle;
|
|
2509
2690
|
/**
|
|
2510
|
-
* The recommended actions to carry out if the control
|
|
2691
|
+
* The recommended actions to carry out if the control isn't fulfilled.
|
|
2511
2692
|
*/
|
|
2512
2693
|
actionPlanInstructions?: ActionPlanInstructions;
|
|
2513
2694
|
/**
|
|
2514
|
-
* The data mapping sources for the
|
|
2695
|
+
* The data mapping sources for the control.
|
|
2515
2696
|
*/
|
|
2516
2697
|
controlMappingSources: ControlMappingSources;
|
|
2517
2698
|
}
|
|
2518
2699
|
export interface UpdateControlResponse {
|
|
2519
2700
|
/**
|
|
2520
|
-
* The name of the updated control set
|
|
2701
|
+
* The name of the updated control set that the UpdateControl API returned.
|
|
2521
2702
|
*/
|
|
2522
2703
|
control?: Control;
|
|
2523
2704
|
}
|
|
2524
2705
|
export interface UpdateSettingsRequest {
|
|
2525
2706
|
/**
|
|
2526
|
-
* The Amazon Simple Notification Service (Amazon SNS) topic
|
|
2707
|
+
* The Amazon Simple Notification Service (Amazon SNS) topic that Audit Manager sends notifications to.
|
|
2527
2708
|
*/
|
|
2528
2709
|
snsTopic?: SnsArn;
|
|
2529
2710
|
/**
|
|
@@ -2549,7 +2730,7 @@ declare namespace AuditManager {
|
|
|
2549
2730
|
export type Username = string;
|
|
2550
2731
|
export interface ValidateAssessmentReportIntegrityRequest {
|
|
2551
2732
|
/**
|
|
2552
|
-
* The relative path of the
|
|
2733
|
+
* The relative path of the Amazon S3 bucket that the assessment report is stored in.
|
|
2553
2734
|
*/
|
|
2554
2735
|
s3RelativePath: S3Url;
|
|
2555
2736
|
}
|
|
@@ -2559,7 +2740,7 @@ declare namespace AuditManager {
|
|
|
2559
2740
|
*/
|
|
2560
2741
|
signatureValid?: Boolean;
|
|
2561
2742
|
/**
|
|
2562
|
-
* The signature algorithm used to code sign the assessment report file.
|
|
2743
|
+
* The signature algorithm that's used to code sign the assessment report file.
|
|
2563
2744
|
*/
|
|
2564
2745
|
signatureAlgorithm?: String;
|
|
2565
2746
|
/**
|