@aws-sdk/client-auditmanager 3.130.0 → 3.138.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 +30 -0
- package/dist-cjs/commands/AssociateAssessmentReportEvidenceFolderCommand.js +2 -2
- package/dist-cjs/commands/BatchAssociateAssessmentReportEvidenceCommand.js +2 -2
- package/dist-cjs/commands/BatchCreateDelegationByAssessmentCommand.js +2 -2
- package/dist-cjs/commands/BatchDeleteDelegationByAssessmentCommand.js +2 -2
- package/dist-cjs/commands/BatchDisassociateAssessmentReportEvidenceCommand.js +2 -2
- package/dist-cjs/commands/BatchImportEvidenceToAssessmentControlCommand.js +2 -2
- package/dist-cjs/commands/CreateAssessmentCommand.js +2 -2
- package/dist-cjs/commands/CreateAssessmentFrameworkCommand.js +2 -2
- package/dist-cjs/commands/CreateAssessmentReportCommand.js +2 -2
- package/dist-cjs/commands/CreateControlCommand.js +2 -2
- package/dist-cjs/commands/DeleteAssessmentCommand.js +2 -2
- package/dist-cjs/commands/DeleteAssessmentFrameworkCommand.js +2 -2
- package/dist-cjs/commands/DeleteAssessmentFrameworkShareCommand.js +2 -2
- package/dist-cjs/commands/DeleteAssessmentReportCommand.js +2 -2
- package/dist-cjs/commands/DeleteControlCommand.js +2 -2
- package/dist-cjs/commands/DeregisterAccountCommand.js +2 -2
- package/dist-cjs/commands/DeregisterOrganizationAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/DisassociateAssessmentReportEvidenceFolderCommand.js +2 -2
- package/dist-cjs/commands/GetAccountStatusCommand.js +2 -2
- package/dist-cjs/commands/GetAssessmentCommand.js +2 -2
- package/dist-cjs/commands/GetAssessmentFrameworkCommand.js +2 -2
- package/dist-cjs/commands/GetAssessmentReportUrlCommand.js +2 -2
- package/dist-cjs/commands/GetChangeLogsCommand.js +2 -2
- package/dist-cjs/commands/GetControlCommand.js +2 -2
- package/dist-cjs/commands/GetDelegationsCommand.js +2 -2
- package/dist-cjs/commands/GetEvidenceByEvidenceFolderCommand.js +2 -2
- package/dist-cjs/commands/GetEvidenceCommand.js +2 -2
- package/dist-cjs/commands/GetEvidenceFolderCommand.js +2 -2
- package/dist-cjs/commands/GetEvidenceFoldersByAssessmentCommand.js +2 -2
- package/dist-cjs/commands/GetEvidenceFoldersByAssessmentControlCommand.js +2 -2
- package/dist-cjs/commands/GetInsightsByAssessmentCommand.js +2 -2
- package/dist-cjs/commands/GetInsightsCommand.js +2 -2
- package/dist-cjs/commands/GetOrganizationAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/GetServicesInScopeCommand.js +2 -2
- package/dist-cjs/commands/GetSettingsCommand.js +2 -2
- package/dist-cjs/commands/ListAssessmentControlInsightsByControlDomainCommand.js +2 -2
- package/dist-cjs/commands/ListAssessmentFrameworkShareRequestsCommand.js +2 -2
- package/dist-cjs/commands/ListAssessmentFrameworksCommand.js +2 -2
- package/dist-cjs/commands/ListAssessmentReportsCommand.js +2 -2
- package/dist-cjs/commands/ListAssessmentsCommand.js +2 -2
- package/dist-cjs/commands/ListControlDomainInsightsByAssessmentCommand.js +2 -2
- package/dist-cjs/commands/ListControlDomainInsightsCommand.js +2 -2
- package/dist-cjs/commands/ListControlInsightsByControlDomainCommand.js +2 -2
- package/dist-cjs/commands/ListControlsCommand.js +2 -2
- package/dist-cjs/commands/ListKeywordsForDataSourceCommand.js +2 -2
- package/dist-cjs/commands/ListNotificationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/RegisterAccountCommand.js +2 -2
- package/dist-cjs/commands/RegisterOrganizationAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/StartAssessmentFrameworkShareCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAssessmentCommand.js +2 -2
- package/dist-cjs/commands/UpdateAssessmentControlCommand.js +2 -2
- package/dist-cjs/commands/UpdateAssessmentControlSetStatusCommand.js +2 -2
- package/dist-cjs/commands/UpdateAssessmentFrameworkCommand.js +2 -2
- package/dist-cjs/commands/UpdateAssessmentFrameworkShareCommand.js +2 -2
- package/dist-cjs/commands/UpdateAssessmentStatusCommand.js +2 -2
- package/dist-cjs/commands/UpdateControlCommand.js +2 -2
- package/dist-cjs/commands/UpdateSettingsCommand.js +2 -2
- package/dist-cjs/commands/ValidateAssessmentReportIntegrityCommand.js +2 -2
- package/dist-cjs/models/models_0.js +705 -1036
- package/dist-cjs/protocols/Aws_restJson1.js +24 -0
- package/dist-es/commands/AssociateAssessmentReportEvidenceFolderCommand.js +3 -3
- package/dist-es/commands/BatchAssociateAssessmentReportEvidenceCommand.js +3 -3
- package/dist-es/commands/BatchCreateDelegationByAssessmentCommand.js +3 -3
- package/dist-es/commands/BatchDeleteDelegationByAssessmentCommand.js +3 -3
- package/dist-es/commands/BatchDisassociateAssessmentReportEvidenceCommand.js +3 -3
- package/dist-es/commands/BatchImportEvidenceToAssessmentControlCommand.js +3 -3
- package/dist-es/commands/CreateAssessmentCommand.js +3 -3
- package/dist-es/commands/CreateAssessmentFrameworkCommand.js +3 -3
- package/dist-es/commands/CreateAssessmentReportCommand.js +3 -3
- package/dist-es/commands/CreateControlCommand.js +3 -3
- package/dist-es/commands/DeleteAssessmentCommand.js +3 -3
- package/dist-es/commands/DeleteAssessmentFrameworkCommand.js +3 -3
- package/dist-es/commands/DeleteAssessmentFrameworkShareCommand.js +3 -3
- package/dist-es/commands/DeleteAssessmentReportCommand.js +3 -3
- package/dist-es/commands/DeleteControlCommand.js +3 -3
- package/dist-es/commands/DeregisterAccountCommand.js +3 -3
- package/dist-es/commands/DeregisterOrganizationAdminAccountCommand.js +3 -3
- package/dist-es/commands/DisassociateAssessmentReportEvidenceFolderCommand.js +3 -3
- package/dist-es/commands/GetAccountStatusCommand.js +3 -3
- package/dist-es/commands/GetAssessmentCommand.js +3 -3
- package/dist-es/commands/GetAssessmentFrameworkCommand.js +3 -3
- package/dist-es/commands/GetAssessmentReportUrlCommand.js +3 -3
- package/dist-es/commands/GetChangeLogsCommand.js +3 -3
- package/dist-es/commands/GetControlCommand.js +3 -3
- package/dist-es/commands/GetDelegationsCommand.js +3 -3
- package/dist-es/commands/GetEvidenceByEvidenceFolderCommand.js +3 -3
- package/dist-es/commands/GetEvidenceCommand.js +3 -3
- package/dist-es/commands/GetEvidenceFolderCommand.js +3 -3
- package/dist-es/commands/GetEvidenceFoldersByAssessmentCommand.js +3 -3
- package/dist-es/commands/GetEvidenceFoldersByAssessmentControlCommand.js +3 -3
- package/dist-es/commands/GetInsightsByAssessmentCommand.js +3 -3
- package/dist-es/commands/GetInsightsCommand.js +3 -3
- package/dist-es/commands/GetOrganizationAdminAccountCommand.js +3 -3
- package/dist-es/commands/GetServicesInScopeCommand.js +3 -3
- package/dist-es/commands/GetSettingsCommand.js +3 -3
- package/dist-es/commands/ListAssessmentControlInsightsByControlDomainCommand.js +3 -3
- package/dist-es/commands/ListAssessmentFrameworkShareRequestsCommand.js +3 -3
- package/dist-es/commands/ListAssessmentFrameworksCommand.js +3 -3
- package/dist-es/commands/ListAssessmentReportsCommand.js +3 -3
- package/dist-es/commands/ListAssessmentsCommand.js +3 -3
- package/dist-es/commands/ListControlDomainInsightsByAssessmentCommand.js +3 -3
- package/dist-es/commands/ListControlDomainInsightsCommand.js +3 -3
- package/dist-es/commands/ListControlInsightsByControlDomainCommand.js +3 -3
- package/dist-es/commands/ListControlsCommand.js +3 -3
- package/dist-es/commands/ListKeywordsForDataSourceCommand.js +3 -3
- package/dist-es/commands/ListNotificationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/RegisterAccountCommand.js +3 -3
- package/dist-es/commands/RegisterOrganizationAdminAccountCommand.js +3 -3
- package/dist-es/commands/StartAssessmentFrameworkShareCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAssessmentCommand.js +3 -3
- package/dist-es/commands/UpdateAssessmentControlCommand.js +3 -3
- package/dist-es/commands/UpdateAssessmentControlSetStatusCommand.js +3 -3
- package/dist-es/commands/UpdateAssessmentFrameworkCommand.js +3 -3
- package/dist-es/commands/UpdateAssessmentFrameworkShareCommand.js +3 -3
- package/dist-es/commands/UpdateAssessmentStatusCommand.js +3 -3
- package/dist-es/commands/UpdateControlCommand.js +3 -3
- package/dist-es/commands/UpdateSettingsCommand.js +3 -3
- package/dist-es/commands/ValidateAssessmentReportIntegrityCommand.js +3 -3
- package/dist-es/models/models_0.js +184 -688
- package/dist-es/protocols/Aws_restJson1.js +49 -21
- package/dist-types/AuditManager.d.ts +33 -29
- package/dist-types/commands/DeleteAssessmentFrameworkShareCommand.d.ts +1 -3
- package/dist-types/commands/DeleteAssessmentReportCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterAccountCommand.d.ts +2 -2
- package/dist-types/commands/DeregisterOrganizationAdminAccountCommand.d.ts +5 -5
- package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +4 -4
- package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +4 -3
- package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +4 -3
- package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +4 -4
- package/dist-types/commands/ListKeywordsForDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/StartAssessmentFrameworkShareCommand.d.ts +5 -3
- package/dist-types/models/models_0.d.ts +872 -1113
- package/dist-types/ts3.4/models/models_0.d.ts +349 -686
- package/package.json +7 -7
|
@@ -45,12 +45,6 @@ export interface AWSAccount {
|
|
|
45
45
|
*/
|
|
46
46
|
name?: string;
|
|
47
47
|
}
|
|
48
|
-
export declare namespace AWSAccount {
|
|
49
|
-
/**
|
|
50
|
-
* @internal
|
|
51
|
-
*/
|
|
52
|
-
const filterSensitiveLog: (obj: AWSAccount) => any;
|
|
53
|
-
}
|
|
54
48
|
/**
|
|
55
49
|
* <p> A comment that's posted by a user on a control. This includes the author's name, the
|
|
56
50
|
* comment text, and a timestamp. </p>
|
|
@@ -69,12 +63,6 @@ export interface ControlComment {
|
|
|
69
63
|
*/
|
|
70
64
|
postedDate?: Date;
|
|
71
65
|
}
|
|
72
|
-
export declare namespace ControlComment {
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
const filterSensitiveLog: (obj: ControlComment) => any;
|
|
77
|
-
}
|
|
78
66
|
export declare enum ControlResponse {
|
|
79
67
|
AUTOMATE = "AUTOMATE",
|
|
80
68
|
DEFER = "DEFER",
|
|
@@ -127,12 +115,6 @@ export interface AssessmentControl {
|
|
|
127
115
|
*/
|
|
128
116
|
assessmentReportEvidenceCount?: number;
|
|
129
117
|
}
|
|
130
|
-
export declare namespace AssessmentControl {
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
|
-
const filterSensitiveLog: (obj: AssessmentControl) => any;
|
|
135
|
-
}
|
|
136
118
|
export declare enum RoleType {
|
|
137
119
|
PROCESS_OWNER = "PROCESS_OWNER",
|
|
138
120
|
RESOURCE_OWNER = "RESOURCE_OWNER"
|
|
@@ -199,12 +181,6 @@ export interface Delegation {
|
|
|
199
181
|
*/
|
|
200
182
|
createdBy?: string;
|
|
201
183
|
}
|
|
202
|
-
export declare namespace Delegation {
|
|
203
|
-
/**
|
|
204
|
-
* @internal
|
|
205
|
-
*/
|
|
206
|
-
const filterSensitiveLog: (obj: Delegation) => any;
|
|
207
|
-
}
|
|
208
184
|
/**
|
|
209
185
|
* <p> The wrapper that contains the Audit Manager role information of the current
|
|
210
186
|
* user. This includes the role type and IAM Amazon Resource Name (ARN).
|
|
@@ -228,12 +204,6 @@ export interface Role {
|
|
|
228
204
|
*/
|
|
229
205
|
roleArn: string | undefined;
|
|
230
206
|
}
|
|
231
|
-
export declare namespace Role {
|
|
232
|
-
/**
|
|
233
|
-
* @internal
|
|
234
|
-
*/
|
|
235
|
-
const filterSensitiveLog: (obj: Role) => any;
|
|
236
|
-
}
|
|
237
207
|
export declare enum ControlSetStatus {
|
|
238
208
|
ACTIVE = "ACTIVE",
|
|
239
209
|
REVIEWED = "REVIEWED",
|
|
@@ -279,12 +249,6 @@ export interface AssessmentControlSet {
|
|
|
279
249
|
*/
|
|
280
250
|
manualEvidenceCount?: number;
|
|
281
251
|
}
|
|
282
|
-
export declare namespace AssessmentControlSet {
|
|
283
|
-
/**
|
|
284
|
-
* @internal
|
|
285
|
-
*/
|
|
286
|
-
const filterSensitiveLog: (obj: AssessmentControlSet) => any;
|
|
287
|
-
}
|
|
288
252
|
/**
|
|
289
253
|
* <p> The metadata of a framework, such as the name, ID, or description. </p>
|
|
290
254
|
*/
|
|
@@ -307,12 +271,6 @@ export interface FrameworkMetadata {
|
|
|
307
271
|
*/
|
|
308
272
|
complianceType?: string;
|
|
309
273
|
}
|
|
310
|
-
export declare namespace FrameworkMetadata {
|
|
311
|
-
/**
|
|
312
|
-
* @internal
|
|
313
|
-
*/
|
|
314
|
-
const filterSensitiveLog: (obj: FrameworkMetadata) => any;
|
|
315
|
-
}
|
|
316
274
|
/**
|
|
317
275
|
* <p> The file used to structure and automate Audit Manager assessments for a given
|
|
318
276
|
* compliance standard. </p>
|
|
@@ -335,12 +293,6 @@ export interface AssessmentFramework {
|
|
|
335
293
|
*/
|
|
336
294
|
controlSets?: AssessmentControlSet[];
|
|
337
295
|
}
|
|
338
|
-
export declare namespace AssessmentFramework {
|
|
339
|
-
/**
|
|
340
|
-
* @internal
|
|
341
|
-
*/
|
|
342
|
-
const filterSensitiveLog: (obj: AssessmentFramework) => any;
|
|
343
|
-
}
|
|
344
296
|
export declare enum AssessmentReportDestinationType {
|
|
345
297
|
S3 = "S3"
|
|
346
298
|
}
|
|
@@ -358,12 +310,6 @@ export interface AssessmentReportsDestination {
|
|
|
358
310
|
*/
|
|
359
311
|
destination?: string;
|
|
360
312
|
}
|
|
361
|
-
export declare namespace AssessmentReportsDestination {
|
|
362
|
-
/**
|
|
363
|
-
* @internal
|
|
364
|
-
*/
|
|
365
|
-
const filterSensitiveLog: (obj: AssessmentReportsDestination) => any;
|
|
366
|
-
}
|
|
367
313
|
/**
|
|
368
314
|
* <p> An Amazon Web Service such as Amazon S3 or CloudTrail.
|
|
369
315
|
* </p>
|
|
@@ -374,12 +320,6 @@ export interface AWSService {
|
|
|
374
320
|
*/
|
|
375
321
|
serviceName?: string;
|
|
376
322
|
}
|
|
377
|
-
export declare namespace AWSService {
|
|
378
|
-
/**
|
|
379
|
-
* @internal
|
|
380
|
-
*/
|
|
381
|
-
const filterSensitiveLog: (obj: AWSService) => any;
|
|
382
|
-
}
|
|
383
323
|
/**
|
|
384
324
|
* <p> The wrapper that contains the Amazon Web Services accounts and services that are in
|
|
385
325
|
* scope for the assessment. </p>
|
|
@@ -396,12 +336,6 @@ export interface Scope {
|
|
|
396
336
|
*/
|
|
397
337
|
awsServices?: AWSService[];
|
|
398
338
|
}
|
|
399
|
-
export declare namespace Scope {
|
|
400
|
-
/**
|
|
401
|
-
* @internal
|
|
402
|
-
*/
|
|
403
|
-
const filterSensitiveLog: (obj: Scope) => any;
|
|
404
|
-
}
|
|
405
339
|
export declare enum AssessmentStatus {
|
|
406
340
|
ACTIVE = "ACTIVE",
|
|
407
341
|
INACTIVE = "INACTIVE"
|
|
@@ -457,12 +391,6 @@ export interface AssessmentMetadata {
|
|
|
457
391
|
*/
|
|
458
392
|
lastUpdated?: Date;
|
|
459
393
|
}
|
|
460
|
-
export declare namespace AssessmentMetadata {
|
|
461
|
-
/**
|
|
462
|
-
* @internal
|
|
463
|
-
*/
|
|
464
|
-
const filterSensitiveLog: (obj: AssessmentMetadata) => any;
|
|
465
|
-
}
|
|
466
394
|
/**
|
|
467
395
|
* <p> An entity that defines the scope of audit evidence collected by Audit Manager.
|
|
468
396
|
* An Audit Manager assessment is an implementation of an Audit Manager
|
|
@@ -490,12 +418,6 @@ export interface Assessment {
|
|
|
490
418
|
*/
|
|
491
419
|
tags?: Record<string, string>;
|
|
492
420
|
}
|
|
493
|
-
export declare namespace Assessment {
|
|
494
|
-
/**
|
|
495
|
-
* @internal
|
|
496
|
-
*/
|
|
497
|
-
const filterSensitiveLog: (obj: Assessment) => any;
|
|
498
|
-
}
|
|
499
421
|
/**
|
|
500
422
|
* <p> The folder where Audit Manager stores evidence for an assessment. </p>
|
|
501
423
|
*/
|
|
@@ -549,8 +471,9 @@ export interface AssessmentEvidenceFolder {
|
|
|
549
471
|
*/
|
|
550
472
|
evidenceResourcesIncludedCount?: number;
|
|
551
473
|
/**
|
|
552
|
-
* <p> The number of evidence that falls under the configuration data category. This
|
|
553
|
-
*
|
|
474
|
+
* <p> The number of evidence that falls under the configuration data category. This evidence
|
|
475
|
+
* is collected from configuration snapshots of other Amazon Web Services such as
|
|
476
|
+
* Amazon EC2, Amazon S3, or IAM. </p>
|
|
554
477
|
*/
|
|
555
478
|
evidenceByTypeConfigurationDataCount?: number;
|
|
556
479
|
/**
|
|
@@ -579,12 +502,6 @@ export interface AssessmentEvidenceFolder {
|
|
|
579
502
|
*/
|
|
580
503
|
evidenceAwsServiceSourceCount?: number;
|
|
581
504
|
}
|
|
582
|
-
export declare namespace AssessmentEvidenceFolder {
|
|
583
|
-
/**
|
|
584
|
-
* @internal
|
|
585
|
-
*/
|
|
586
|
-
const filterSensitiveLog: (obj: AssessmentEvidenceFolder) => any;
|
|
587
|
-
}
|
|
588
505
|
export declare enum FrameworkType {
|
|
589
506
|
CUSTOM = "Custom",
|
|
590
507
|
STANDARD = "Standard"
|
|
@@ -639,12 +556,6 @@ export interface AssessmentFrameworkMetadata {
|
|
|
639
556
|
*/
|
|
640
557
|
lastUpdatedAt?: Date;
|
|
641
558
|
}
|
|
642
|
-
export declare namespace AssessmentFrameworkMetadata {
|
|
643
|
-
/**
|
|
644
|
-
* @internal
|
|
645
|
-
*/
|
|
646
|
-
const filterSensitiveLog: (obj: AssessmentFrameworkMetadata) => any;
|
|
647
|
-
}
|
|
648
559
|
export declare enum ShareRequestStatus {
|
|
649
560
|
ACTIVE = "ACTIVE",
|
|
650
561
|
DECLINED = "DECLINED",
|
|
@@ -716,16 +627,11 @@ export interface AssessmentFrameworkShareRequest {
|
|
|
716
627
|
*/
|
|
717
628
|
customControlsCount?: number;
|
|
718
629
|
/**
|
|
719
|
-
* <p>The compliance type that the shared custom framework supports, such as CIS or
|
|
630
|
+
* <p>The compliance type that the shared custom framework supports, such as CIS or
|
|
631
|
+
* HIPAA.</p>
|
|
720
632
|
*/
|
|
721
633
|
complianceType?: string;
|
|
722
634
|
}
|
|
723
|
-
export declare namespace AssessmentFrameworkShareRequest {
|
|
724
|
-
/**
|
|
725
|
-
* @internal
|
|
726
|
-
*/
|
|
727
|
-
const filterSensitiveLog: (obj: AssessmentFrameworkShareRequest) => any;
|
|
728
|
-
}
|
|
729
635
|
/**
|
|
730
636
|
* <p> A metadata object that's associated with an assessment in Audit Manager.
|
|
731
637
|
* </p>
|
|
@@ -765,12 +671,6 @@ export interface AssessmentMetadataItem {
|
|
|
765
671
|
*/
|
|
766
672
|
lastUpdated?: Date;
|
|
767
673
|
}
|
|
768
|
-
export declare namespace AssessmentMetadataItem {
|
|
769
|
-
/**
|
|
770
|
-
* @internal
|
|
771
|
-
*/
|
|
772
|
-
const filterSensitiveLog: (obj: AssessmentMetadataItem) => any;
|
|
773
|
-
}
|
|
774
674
|
export declare enum AssessmentReportStatus {
|
|
775
675
|
COMPLETE = "COMPLETE",
|
|
776
676
|
FAILED = "FAILED",
|
|
@@ -820,12 +720,6 @@ export interface AssessmentReport {
|
|
|
820
720
|
*/
|
|
821
721
|
creationTime?: Date;
|
|
822
722
|
}
|
|
823
|
-
export declare namespace AssessmentReport {
|
|
824
|
-
/**
|
|
825
|
-
* @internal
|
|
826
|
-
*/
|
|
827
|
-
const filterSensitiveLog: (obj: AssessmentReport) => any;
|
|
828
|
-
}
|
|
829
723
|
/**
|
|
830
724
|
* <p> An error entity for the <code>AssessmentReportEvidence</code> API. This is used to
|
|
831
725
|
* provide more meaningful errors than a simple string message. </p>
|
|
@@ -844,12 +738,6 @@ export interface AssessmentReportEvidenceError {
|
|
|
844
738
|
*/
|
|
845
739
|
errorMessage?: string;
|
|
846
740
|
}
|
|
847
|
-
export declare namespace AssessmentReportEvidenceError {
|
|
848
|
-
/**
|
|
849
|
-
* @internal
|
|
850
|
-
*/
|
|
851
|
-
const filterSensitiveLog: (obj: AssessmentReportEvidenceError) => any;
|
|
852
|
-
}
|
|
853
741
|
/**
|
|
854
742
|
* <p> The metadata objects that are associated with the specified assessment report. </p>
|
|
855
743
|
*/
|
|
@@ -887,12 +775,6 @@ export interface AssessmentReportMetadata {
|
|
|
887
775
|
*/
|
|
888
776
|
creationTime?: Date;
|
|
889
777
|
}
|
|
890
|
-
export declare namespace AssessmentReportMetadata {
|
|
891
|
-
/**
|
|
892
|
-
* @internal
|
|
893
|
-
*/
|
|
894
|
-
const filterSensitiveLog: (obj: AssessmentReportMetadata) => any;
|
|
895
|
-
}
|
|
896
778
|
export interface AssociateAssessmentReportEvidenceFolderRequest {
|
|
897
779
|
/**
|
|
898
780
|
* <p> The identifier for the assessment. </p>
|
|
@@ -903,20 +785,8 @@ export interface AssociateAssessmentReportEvidenceFolderRequest {
|
|
|
903
785
|
*/
|
|
904
786
|
evidenceFolderId: string | undefined;
|
|
905
787
|
}
|
|
906
|
-
export declare namespace AssociateAssessmentReportEvidenceFolderRequest {
|
|
907
|
-
/**
|
|
908
|
-
* @internal
|
|
909
|
-
*/
|
|
910
|
-
const filterSensitiveLog: (obj: AssociateAssessmentReportEvidenceFolderRequest) => any;
|
|
911
|
-
}
|
|
912
788
|
export interface AssociateAssessmentReportEvidenceFolderResponse {
|
|
913
789
|
}
|
|
914
|
-
export declare namespace AssociateAssessmentReportEvidenceFolderResponse {
|
|
915
|
-
/**
|
|
916
|
-
* @internal
|
|
917
|
-
*/
|
|
918
|
-
const filterSensitiveLog: (obj: AssociateAssessmentReportEvidenceFolderResponse) => any;
|
|
919
|
-
}
|
|
920
790
|
/**
|
|
921
791
|
* <p> An internal service error occurred during the processing of your request. Try again
|
|
922
792
|
* later. </p>
|
|
@@ -961,12 +831,6 @@ export interface ValidationExceptionField {
|
|
|
961
831
|
*/
|
|
962
832
|
message: string | undefined;
|
|
963
833
|
}
|
|
964
|
-
export declare namespace ValidationExceptionField {
|
|
965
|
-
/**
|
|
966
|
-
* @internal
|
|
967
|
-
*/
|
|
968
|
-
const filterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
969
|
-
}
|
|
970
834
|
export declare enum ValidationExceptionReason {
|
|
971
835
|
CANNOT_PARSE = "cannotParse",
|
|
972
836
|
FIELD_VALIDATION_FAILED = "fieldValidationFailed",
|
|
@@ -1006,12 +870,6 @@ export interface BatchAssociateAssessmentReportEvidenceRequest {
|
|
|
1006
870
|
*/
|
|
1007
871
|
evidenceIds: string[] | undefined;
|
|
1008
872
|
}
|
|
1009
|
-
export declare namespace BatchAssociateAssessmentReportEvidenceRequest {
|
|
1010
|
-
/**
|
|
1011
|
-
* @internal
|
|
1012
|
-
*/
|
|
1013
|
-
const filterSensitiveLog: (obj: BatchAssociateAssessmentReportEvidenceRequest) => any;
|
|
1014
|
-
}
|
|
1015
873
|
export interface BatchAssociateAssessmentReportEvidenceResponse {
|
|
1016
874
|
/**
|
|
1017
875
|
* <p> The list of evidence identifiers. </p>
|
|
@@ -1023,15 +881,9 @@ export interface BatchAssociateAssessmentReportEvidenceResponse {
|
|
|
1023
881
|
*/
|
|
1024
882
|
errors?: AssessmentReportEvidenceError[];
|
|
1025
883
|
}
|
|
1026
|
-
export declare namespace BatchAssociateAssessmentReportEvidenceResponse {
|
|
1027
|
-
/**
|
|
1028
|
-
* @internal
|
|
1029
|
-
*/
|
|
1030
|
-
const filterSensitiveLog: (obj: BatchAssociateAssessmentReportEvidenceResponse) => any;
|
|
1031
|
-
}
|
|
1032
884
|
/**
|
|
1033
885
|
* <p> A collection of attributes that's used to create a delegation for an assessment in
|
|
1034
|
-
*
|
|
886
|
+
* Audit Manager. </p>
|
|
1035
887
|
*/
|
|
1036
888
|
export interface CreateDelegationRequest {
|
|
1037
889
|
/**
|
|
@@ -1050,21 +902,15 @@ export interface CreateDelegationRequest {
|
|
|
1050
902
|
* <p> The type of customer persona. </p>
|
|
1051
903
|
* <note>
|
|
1052
904
|
* <p>In <code>CreateAssessment</code>, <code>roleType</code> can only be
|
|
1053
|
-
*
|
|
905
|
+
* <code>PROCESS_OWNER</code>. </p>
|
|
1054
906
|
* <p>In <code>UpdateSettings</code>, <code>roleType</code> can only be
|
|
1055
|
-
*
|
|
907
|
+
* <code>PROCESS_OWNER</code>.</p>
|
|
1056
908
|
* <p>In <code>BatchCreateDelegationByAssessment</code>, <code>roleType</code> can only be
|
|
1057
|
-
*
|
|
909
|
+
* <code>RESOURCE_OWNER</code>.</p>
|
|
1058
910
|
* </note>
|
|
1059
911
|
*/
|
|
1060
912
|
roleType?: RoleType | string;
|
|
1061
913
|
}
|
|
1062
|
-
export declare namespace CreateDelegationRequest {
|
|
1063
|
-
/**
|
|
1064
|
-
* @internal
|
|
1065
|
-
*/
|
|
1066
|
-
const filterSensitiveLog: (obj: CreateDelegationRequest) => any;
|
|
1067
|
-
}
|
|
1068
914
|
export interface BatchCreateDelegationByAssessmentRequest {
|
|
1069
915
|
/**
|
|
1070
916
|
* <p> The API request to batch create delegations in Audit Manager. </p>
|
|
@@ -1075,12 +921,6 @@ export interface BatchCreateDelegationByAssessmentRequest {
|
|
|
1075
921
|
*/
|
|
1076
922
|
assessmentId: string | undefined;
|
|
1077
923
|
}
|
|
1078
|
-
export declare namespace BatchCreateDelegationByAssessmentRequest {
|
|
1079
|
-
/**
|
|
1080
|
-
* @internal
|
|
1081
|
-
*/
|
|
1082
|
-
const filterSensitiveLog: (obj: BatchCreateDelegationByAssessmentRequest) => any;
|
|
1083
|
-
}
|
|
1084
924
|
/**
|
|
1085
925
|
* <p> An error entity for the <code>BatchCreateDelegationByAssessment</code> API. This is
|
|
1086
926
|
* used to provide more meaningful errors than a simple string message. </p>
|
|
@@ -1101,12 +941,6 @@ export interface BatchCreateDelegationByAssessmentError {
|
|
|
1101
941
|
*/
|
|
1102
942
|
errorMessage?: string;
|
|
1103
943
|
}
|
|
1104
|
-
export declare namespace BatchCreateDelegationByAssessmentError {
|
|
1105
|
-
/**
|
|
1106
|
-
* @internal
|
|
1107
|
-
*/
|
|
1108
|
-
const filterSensitiveLog: (obj: BatchCreateDelegationByAssessmentError) => any;
|
|
1109
|
-
}
|
|
1110
944
|
export interface BatchCreateDelegationByAssessmentResponse {
|
|
1111
945
|
/**
|
|
1112
946
|
* <p> The delegations that are associated with the assessment. </p>
|
|
@@ -1118,12 +952,6 @@ export interface BatchCreateDelegationByAssessmentResponse {
|
|
|
1118
952
|
*/
|
|
1119
953
|
errors?: BatchCreateDelegationByAssessmentError[];
|
|
1120
954
|
}
|
|
1121
|
-
export declare namespace BatchCreateDelegationByAssessmentResponse {
|
|
1122
|
-
/**
|
|
1123
|
-
* @internal
|
|
1124
|
-
*/
|
|
1125
|
-
const filterSensitiveLog: (obj: BatchCreateDelegationByAssessmentResponse) => any;
|
|
1126
|
-
}
|
|
1127
955
|
export interface BatchDeleteDelegationByAssessmentRequest {
|
|
1128
956
|
/**
|
|
1129
957
|
* <p> The identifiers for the delegations. </p>
|
|
@@ -1134,12 +962,6 @@ export interface BatchDeleteDelegationByAssessmentRequest {
|
|
|
1134
962
|
*/
|
|
1135
963
|
assessmentId: string | undefined;
|
|
1136
964
|
}
|
|
1137
|
-
export declare namespace BatchDeleteDelegationByAssessmentRequest {
|
|
1138
|
-
/**
|
|
1139
|
-
* @internal
|
|
1140
|
-
*/
|
|
1141
|
-
const filterSensitiveLog: (obj: BatchDeleteDelegationByAssessmentRequest) => any;
|
|
1142
|
-
}
|
|
1143
965
|
/**
|
|
1144
966
|
* <p> An error entity for the <code>BatchDeleteDelegationByAssessment</code> API. This is
|
|
1145
967
|
* used to provide more meaningful errors than a simple string message. </p>
|
|
@@ -1160,12 +982,6 @@ export interface BatchDeleteDelegationByAssessmentError {
|
|
|
1160
982
|
*/
|
|
1161
983
|
errorMessage?: string;
|
|
1162
984
|
}
|
|
1163
|
-
export declare namespace BatchDeleteDelegationByAssessmentError {
|
|
1164
|
-
/**
|
|
1165
|
-
* @internal
|
|
1166
|
-
*/
|
|
1167
|
-
const filterSensitiveLog: (obj: BatchDeleteDelegationByAssessmentError) => any;
|
|
1168
|
-
}
|
|
1169
985
|
export interface BatchDeleteDelegationByAssessmentResponse {
|
|
1170
986
|
/**
|
|
1171
987
|
* <p> A list of errors that the <code>BatchDeleteDelegationByAssessment</code> API returned.
|
|
@@ -1173,12 +989,6 @@ export interface BatchDeleteDelegationByAssessmentResponse {
|
|
|
1173
989
|
*/
|
|
1174
990
|
errors?: BatchDeleteDelegationByAssessmentError[];
|
|
1175
991
|
}
|
|
1176
|
-
export declare namespace BatchDeleteDelegationByAssessmentResponse {
|
|
1177
|
-
/**
|
|
1178
|
-
* @internal
|
|
1179
|
-
*/
|
|
1180
|
-
const filterSensitiveLog: (obj: BatchDeleteDelegationByAssessmentResponse) => any;
|
|
1181
|
-
}
|
|
1182
992
|
export interface BatchDisassociateAssessmentReportEvidenceRequest {
|
|
1183
993
|
/**
|
|
1184
994
|
* <p> The identifier for the assessment. </p>
|
|
@@ -1193,12 +1003,6 @@ export interface BatchDisassociateAssessmentReportEvidenceRequest {
|
|
|
1193
1003
|
*/
|
|
1194
1004
|
evidenceIds: string[] | undefined;
|
|
1195
1005
|
}
|
|
1196
|
-
export declare namespace BatchDisassociateAssessmentReportEvidenceRequest {
|
|
1197
|
-
/**
|
|
1198
|
-
* @internal
|
|
1199
|
-
*/
|
|
1200
|
-
const filterSensitiveLog: (obj: BatchDisassociateAssessmentReportEvidenceRequest) => any;
|
|
1201
|
-
}
|
|
1202
1006
|
export interface BatchDisassociateAssessmentReportEvidenceResponse {
|
|
1203
1007
|
/**
|
|
1204
1008
|
* <p> The identifier for the evidence. </p>
|
|
@@ -1210,12 +1014,6 @@ export interface BatchDisassociateAssessmentReportEvidenceResponse {
|
|
|
1210
1014
|
*/
|
|
1211
1015
|
errors?: AssessmentReportEvidenceError[];
|
|
1212
1016
|
}
|
|
1213
|
-
export declare namespace BatchDisassociateAssessmentReportEvidenceResponse {
|
|
1214
|
-
/**
|
|
1215
|
-
* @internal
|
|
1216
|
-
*/
|
|
1217
|
-
const filterSensitiveLog: (obj: BatchDisassociateAssessmentReportEvidenceResponse) => any;
|
|
1218
|
-
}
|
|
1219
1017
|
/**
|
|
1220
1018
|
* <p> Evidence that's uploaded to Audit Manager manually. </p>
|
|
1221
1019
|
*/
|
|
@@ -1225,12 +1023,6 @@ export interface ManualEvidence {
|
|
|
1225
1023
|
*/
|
|
1226
1024
|
s3ResourcePath?: string;
|
|
1227
1025
|
}
|
|
1228
|
-
export declare namespace ManualEvidence {
|
|
1229
|
-
/**
|
|
1230
|
-
* @internal
|
|
1231
|
-
*/
|
|
1232
|
-
const filterSensitiveLog: (obj: ManualEvidence) => any;
|
|
1233
|
-
}
|
|
1234
1026
|
export interface BatchImportEvidenceToAssessmentControlRequest {
|
|
1235
1027
|
/**
|
|
1236
1028
|
* <p> The identifier for the assessment. </p>
|
|
@@ -1249,12 +1041,6 @@ export interface BatchImportEvidenceToAssessmentControlRequest {
|
|
|
1249
1041
|
*/
|
|
1250
1042
|
manualEvidence: ManualEvidence[] | undefined;
|
|
1251
1043
|
}
|
|
1252
|
-
export declare namespace BatchImportEvidenceToAssessmentControlRequest {
|
|
1253
|
-
/**
|
|
1254
|
-
* @internal
|
|
1255
|
-
*/
|
|
1256
|
-
const filterSensitiveLog: (obj: BatchImportEvidenceToAssessmentControlRequest) => any;
|
|
1257
|
-
}
|
|
1258
1044
|
/**
|
|
1259
1045
|
* <p> An error entity for the <code>BatchImportEvidenceToAssessmentControl</code> API. This
|
|
1260
1046
|
* is used to provide more meaningful errors than a simple string message. </p>
|
|
@@ -1275,12 +1061,6 @@ export interface BatchImportEvidenceToAssessmentControlError {
|
|
|
1275
1061
|
*/
|
|
1276
1062
|
errorMessage?: string;
|
|
1277
1063
|
}
|
|
1278
|
-
export declare namespace BatchImportEvidenceToAssessmentControlError {
|
|
1279
|
-
/**
|
|
1280
|
-
* @internal
|
|
1281
|
-
*/
|
|
1282
|
-
const filterSensitiveLog: (obj: BatchImportEvidenceToAssessmentControlError) => any;
|
|
1283
|
-
}
|
|
1284
1064
|
export interface BatchImportEvidenceToAssessmentControlResponse {
|
|
1285
1065
|
/**
|
|
1286
1066
|
* <p> A list of errors that the <code>BatchImportEvidenceToAssessmentControl</code> API
|
|
@@ -1288,12 +1068,6 @@ export interface BatchImportEvidenceToAssessmentControlResponse {
|
|
|
1288
1068
|
*/
|
|
1289
1069
|
errors?: BatchImportEvidenceToAssessmentControlError[];
|
|
1290
1070
|
}
|
|
1291
|
-
export declare namespace BatchImportEvidenceToAssessmentControlResponse {
|
|
1292
|
-
/**
|
|
1293
|
-
* @internal
|
|
1294
|
-
*/
|
|
1295
|
-
const filterSensitiveLog: (obj: BatchImportEvidenceToAssessmentControlResponse) => any;
|
|
1296
|
-
}
|
|
1297
1071
|
export interface CreateAssessmentRequest {
|
|
1298
1072
|
/**
|
|
1299
1073
|
* <p> The name of the assessment to be created. </p>
|
|
@@ -1304,7 +1078,8 @@ export interface CreateAssessmentRequest {
|
|
|
1304
1078
|
*/
|
|
1305
1079
|
description?: string;
|
|
1306
1080
|
/**
|
|
1307
|
-
* <p> The assessment report storage destination for the assessment that's being created.
|
|
1081
|
+
* <p> The assessment report storage destination for the assessment that's being created.
|
|
1082
|
+
* </p>
|
|
1308
1083
|
*/
|
|
1309
1084
|
assessmentReportsDestination: AssessmentReportsDestination | undefined;
|
|
1310
1085
|
/**
|
|
@@ -1325,12 +1100,6 @@ export interface CreateAssessmentRequest {
|
|
|
1325
1100
|
*/
|
|
1326
1101
|
tags?: Record<string, string>;
|
|
1327
1102
|
}
|
|
1328
|
-
export declare namespace CreateAssessmentRequest {
|
|
1329
|
-
/**
|
|
1330
|
-
* @internal
|
|
1331
|
-
*/
|
|
1332
|
-
const filterSensitiveLog: (obj: CreateAssessmentRequest) => any;
|
|
1333
|
-
}
|
|
1334
1103
|
export interface CreateAssessmentResponse {
|
|
1335
1104
|
/**
|
|
1336
1105
|
* <p> An entity that defines the scope of audit evidence collected by Audit Manager.
|
|
@@ -1339,11 +1108,19 @@ export interface CreateAssessmentResponse {
|
|
|
1339
1108
|
*/
|
|
1340
1109
|
assessment?: Assessment;
|
|
1341
1110
|
}
|
|
1342
|
-
|
|
1111
|
+
/**
|
|
1112
|
+
* <p>You've reached your account quota for this resource type. To perform the requested
|
|
1113
|
+
* action, delete some existing resources or <a href="https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html">request a quota increase</a> from
|
|
1114
|
+
* the Service Quotas console. For a list of Audit Manager service quotas, see <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html">Quotas and
|
|
1115
|
+
* restrictions for Audit Manager</a>.</p>
|
|
1116
|
+
*/
|
|
1117
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
1118
|
+
readonly name: "ServiceQuotaExceededException";
|
|
1119
|
+
readonly $fault: "client";
|
|
1343
1120
|
/**
|
|
1344
1121
|
* @internal
|
|
1345
1122
|
*/
|
|
1346
|
-
|
|
1123
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
1347
1124
|
}
|
|
1348
1125
|
/**
|
|
1349
1126
|
* <p> The control entity attributes that uniquely identify an existing control to be added to
|
|
@@ -1355,12 +1132,6 @@ export interface CreateAssessmentFrameworkControl {
|
|
|
1355
1132
|
*/
|
|
1356
1133
|
id: string | undefined;
|
|
1357
1134
|
}
|
|
1358
|
-
export declare namespace CreateAssessmentFrameworkControl {
|
|
1359
|
-
/**
|
|
1360
|
-
* @internal
|
|
1361
|
-
*/
|
|
1362
|
-
const filterSensitiveLog: (obj: CreateAssessmentFrameworkControl) => any;
|
|
1363
|
-
}
|
|
1364
1135
|
/**
|
|
1365
1136
|
* <p> A <code>controlSet</code> entity that represents a collection of controls in Audit Manager. This doesn't contain the control set ID. </p>
|
|
1366
1137
|
*/
|
|
@@ -1375,12 +1146,6 @@ export interface CreateAssessmentFrameworkControlSet {
|
|
|
1375
1146
|
*/
|
|
1376
1147
|
controls?: CreateAssessmentFrameworkControl[];
|
|
1377
1148
|
}
|
|
1378
|
-
export declare namespace CreateAssessmentFrameworkControlSet {
|
|
1379
|
-
/**
|
|
1380
|
-
* @internal
|
|
1381
|
-
*/
|
|
1382
|
-
const filterSensitiveLog: (obj: CreateAssessmentFrameworkControlSet) => any;
|
|
1383
|
-
}
|
|
1384
1149
|
export interface CreateAssessmentFrameworkRequest {
|
|
1385
1150
|
/**
|
|
1386
1151
|
* <p> The name of the new custom framework. </p>
|
|
@@ -1404,12 +1169,6 @@ export interface CreateAssessmentFrameworkRequest {
|
|
|
1404
1169
|
*/
|
|
1405
1170
|
tags?: Record<string, string>;
|
|
1406
1171
|
}
|
|
1407
|
-
export declare namespace CreateAssessmentFrameworkRequest {
|
|
1408
|
-
/**
|
|
1409
|
-
* @internal
|
|
1410
|
-
*/
|
|
1411
|
-
const filterSensitiveLog: (obj: CreateAssessmentFrameworkRequest) => any;
|
|
1412
|
-
}
|
|
1413
1172
|
export declare enum SourceFrequency {
|
|
1414
1173
|
DAILY = "DAILY",
|
|
1415
1174
|
MONTHLY = "MONTHLY",
|
|
@@ -1420,7 +1179,33 @@ export declare enum KeywordInputType {
|
|
|
1420
1179
|
}
|
|
1421
1180
|
/**
|
|
1422
1181
|
* <p> The keyword to search for in CloudTrail logs, Config rules,
|
|
1423
|
-
*
|
|
1182
|
+
* Security Hub checks, and Amazon Web Services API names. </p>
|
|
1183
|
+
* <p> To learn more about the supported keywords that you can use when mapping a control data
|
|
1184
|
+
* source, see the following pages in the <i>Audit Manager User
|
|
1185
|
+
* Guide</i>:</p>
|
|
1186
|
+
* <ul>
|
|
1187
|
+
* <li>
|
|
1188
|
+
* <p>
|
|
1189
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-ash.html">Config rules supported by Audit Manager</a>
|
|
1190
|
+
* </p>
|
|
1191
|
+
* </li>
|
|
1192
|
+
* <li>
|
|
1193
|
+
* <p>
|
|
1194
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-config.html">Security Hub controls supported by Audit Manager</a>
|
|
1195
|
+
* </p>
|
|
1196
|
+
* </li>
|
|
1197
|
+
* <li>
|
|
1198
|
+
* <p>
|
|
1199
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-api.html">API calls
|
|
1200
|
+
* supported by Audit Manager</a>
|
|
1201
|
+
* </p>
|
|
1202
|
+
* </li>
|
|
1203
|
+
* <li>
|
|
1204
|
+
* <p>
|
|
1205
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-cloudtrail.html">CloudTrail event names supported by Audit Manager</a>
|
|
1206
|
+
* </p>
|
|
1207
|
+
* </li>
|
|
1208
|
+
* </ul>
|
|
1424
1209
|
*/
|
|
1425
1210
|
export interface SourceKeyword {
|
|
1426
1211
|
/**
|
|
@@ -1495,12 +1280,6 @@ export interface SourceKeyword {
|
|
|
1495
1280
|
*/
|
|
1496
1281
|
keywordValue?: string;
|
|
1497
1282
|
}
|
|
1498
|
-
export declare namespace SourceKeyword {
|
|
1499
|
-
/**
|
|
1500
|
-
* @internal
|
|
1501
|
-
*/
|
|
1502
|
-
const filterSensitiveLog: (obj: SourceKeyword) => any;
|
|
1503
|
-
}
|
|
1504
1283
|
export declare enum SourceSetUpOption {
|
|
1505
1284
|
PROCEDURAL_CONTROLS_MAPPING = "Procedural_Controls_Mapping",
|
|
1506
1285
|
SYSTEM_CONTROLS_MAPPING = "System_Controls_Mapping"
|
|
@@ -1540,7 +1319,33 @@ export interface ControlMappingSource {
|
|
|
1540
1319
|
sourceType?: SourceType | string;
|
|
1541
1320
|
/**
|
|
1542
1321
|
* <p> The keyword to search for in CloudTrail logs, Config rules,
|
|
1543
|
-
*
|
|
1322
|
+
* Security Hub checks, and Amazon Web Services API names. </p>
|
|
1323
|
+
* <p> To learn more about the supported keywords that you can use when mapping a control data
|
|
1324
|
+
* source, see the following pages in the <i>Audit Manager User
|
|
1325
|
+
* Guide</i>:</p>
|
|
1326
|
+
* <ul>
|
|
1327
|
+
* <li>
|
|
1328
|
+
* <p>
|
|
1329
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-ash.html">Config rules supported by Audit Manager</a>
|
|
1330
|
+
* </p>
|
|
1331
|
+
* </li>
|
|
1332
|
+
* <li>
|
|
1333
|
+
* <p>
|
|
1334
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-config.html">Security Hub controls supported by Audit Manager</a>
|
|
1335
|
+
* </p>
|
|
1336
|
+
* </li>
|
|
1337
|
+
* <li>
|
|
1338
|
+
* <p>
|
|
1339
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-api.html">API calls
|
|
1340
|
+
* supported by Audit Manager</a>
|
|
1341
|
+
* </p>
|
|
1342
|
+
* </li>
|
|
1343
|
+
* <li>
|
|
1344
|
+
* <p>
|
|
1345
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-cloudtrail.html">CloudTrail event names supported by Audit Manager</a>
|
|
1346
|
+
* </p>
|
|
1347
|
+
* </li>
|
|
1348
|
+
* </ul>
|
|
1544
1349
|
*/
|
|
1545
1350
|
sourceKeyword?: SourceKeyword;
|
|
1546
1351
|
/**
|
|
@@ -1552,12 +1357,6 @@ export interface ControlMappingSource {
|
|
|
1552
1357
|
*/
|
|
1553
1358
|
troubleshootingText?: string;
|
|
1554
1359
|
}
|
|
1555
|
-
export declare namespace ControlMappingSource {
|
|
1556
|
-
/**
|
|
1557
|
-
* @internal
|
|
1558
|
-
*/
|
|
1559
|
-
const filterSensitiveLog: (obj: ControlMappingSource) => any;
|
|
1560
|
-
}
|
|
1561
1360
|
export declare enum ControlType {
|
|
1562
1361
|
CUSTOM = "Custom",
|
|
1563
1362
|
STANDARD = "Standard"
|
|
@@ -1629,12 +1428,6 @@ export interface Control {
|
|
|
1629
1428
|
*/
|
|
1630
1429
|
tags?: Record<string, string>;
|
|
1631
1430
|
}
|
|
1632
|
-
export declare namespace Control {
|
|
1633
|
-
/**
|
|
1634
|
-
* @internal
|
|
1635
|
-
*/
|
|
1636
|
-
const filterSensitiveLog: (obj: Control) => any;
|
|
1637
|
-
}
|
|
1638
1431
|
/**
|
|
1639
1432
|
* <p> A set of controls in Audit Manager. </p>
|
|
1640
1433
|
*/
|
|
@@ -1653,12 +1446,6 @@ export interface ControlSet {
|
|
|
1653
1446
|
*/
|
|
1654
1447
|
controls?: Control[];
|
|
1655
1448
|
}
|
|
1656
|
-
export declare namespace ControlSet {
|
|
1657
|
-
/**
|
|
1658
|
-
* @internal
|
|
1659
|
-
*/
|
|
1660
|
-
const filterSensitiveLog: (obj: ControlSet) => any;
|
|
1661
|
-
}
|
|
1662
1449
|
/**
|
|
1663
1450
|
* <p> The file that's used to structure and automate Audit Manager assessments for a
|
|
1664
1451
|
* given compliance standard. </p>
|
|
@@ -1722,12 +1509,6 @@ export interface Framework {
|
|
|
1722
1509
|
*/
|
|
1723
1510
|
tags?: Record<string, string>;
|
|
1724
1511
|
}
|
|
1725
|
-
export declare namespace Framework {
|
|
1726
|
-
/**
|
|
1727
|
-
* @internal
|
|
1728
|
-
*/
|
|
1729
|
-
const filterSensitiveLog: (obj: Framework) => any;
|
|
1730
|
-
}
|
|
1731
1512
|
export interface CreateAssessmentFrameworkResponse {
|
|
1732
1513
|
/**
|
|
1733
1514
|
* <p> The name of the new framework that the <code>CreateAssessmentFramework</code> API
|
|
@@ -1735,12 +1516,6 @@ export interface CreateAssessmentFrameworkResponse {
|
|
|
1735
1516
|
*/
|
|
1736
1517
|
framework?: Framework;
|
|
1737
1518
|
}
|
|
1738
|
-
export declare namespace CreateAssessmentFrameworkResponse {
|
|
1739
|
-
/**
|
|
1740
|
-
* @internal
|
|
1741
|
-
*/
|
|
1742
|
-
const filterSensitiveLog: (obj: CreateAssessmentFrameworkResponse) => any;
|
|
1743
|
-
}
|
|
1744
1519
|
export interface CreateAssessmentReportRequest {
|
|
1745
1520
|
/**
|
|
1746
1521
|
* <p> The name of the new assessment report. </p>
|
|
@@ -1755,12 +1530,6 @@ export interface CreateAssessmentReportRequest {
|
|
|
1755
1530
|
*/
|
|
1756
1531
|
assessmentId: string | undefined;
|
|
1757
1532
|
}
|
|
1758
|
-
export declare namespace CreateAssessmentReportRequest {
|
|
1759
|
-
/**
|
|
1760
|
-
* @internal
|
|
1761
|
-
*/
|
|
1762
|
-
const filterSensitiveLog: (obj: CreateAssessmentReportRequest) => any;
|
|
1763
|
-
}
|
|
1764
1533
|
export interface CreateAssessmentReportResponse {
|
|
1765
1534
|
/**
|
|
1766
1535
|
* <p> The new assessment report that the <code>CreateAssessmentReport</code> API returned.
|
|
@@ -1768,12 +1537,6 @@ export interface CreateAssessmentReportResponse {
|
|
|
1768
1537
|
*/
|
|
1769
1538
|
assessmentReport?: AssessmentReport;
|
|
1770
1539
|
}
|
|
1771
|
-
export declare namespace CreateAssessmentReportResponse {
|
|
1772
|
-
/**
|
|
1773
|
-
* @internal
|
|
1774
|
-
*/
|
|
1775
|
-
const filterSensitiveLog: (obj: CreateAssessmentReportResponse) => any;
|
|
1776
|
-
}
|
|
1777
1540
|
/**
|
|
1778
1541
|
* <p> The control mapping fields that represent the source for evidence collection, along
|
|
1779
1542
|
* with related parameters and metadata. This doesn't contain <code>mappingID</code>. </p>
|
|
@@ -1799,7 +1562,33 @@ export interface CreateControlMappingSource {
|
|
|
1799
1562
|
sourceType?: SourceType | string;
|
|
1800
1563
|
/**
|
|
1801
1564
|
* <p> The keyword to search for in CloudTrail logs, Config rules,
|
|
1802
|
-
*
|
|
1565
|
+
* Security Hub checks, and Amazon Web Services API names. </p>
|
|
1566
|
+
* <p> To learn more about the supported keywords that you can use when mapping a control data
|
|
1567
|
+
* source, see the following pages in the <i>Audit Manager User
|
|
1568
|
+
* Guide</i>:</p>
|
|
1569
|
+
* <ul>
|
|
1570
|
+
* <li>
|
|
1571
|
+
* <p>
|
|
1572
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-ash.html">Config rules supported by Audit Manager</a>
|
|
1573
|
+
* </p>
|
|
1574
|
+
* </li>
|
|
1575
|
+
* <li>
|
|
1576
|
+
* <p>
|
|
1577
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-config.html">Security Hub controls supported by Audit Manager</a>
|
|
1578
|
+
* </p>
|
|
1579
|
+
* </li>
|
|
1580
|
+
* <li>
|
|
1581
|
+
* <p>
|
|
1582
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-api.html">API calls
|
|
1583
|
+
* supported by Audit Manager</a>
|
|
1584
|
+
* </p>
|
|
1585
|
+
* </li>
|
|
1586
|
+
* <li>
|
|
1587
|
+
* <p>
|
|
1588
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-cloudtrail.html">CloudTrail event names supported by Audit Manager</a>
|
|
1589
|
+
* </p>
|
|
1590
|
+
* </li>
|
|
1591
|
+
* </ul>
|
|
1803
1592
|
*/
|
|
1804
1593
|
sourceKeyword?: SourceKeyword;
|
|
1805
1594
|
/**
|
|
@@ -1811,12 +1600,6 @@ export interface CreateControlMappingSource {
|
|
|
1811
1600
|
*/
|
|
1812
1601
|
troubleshootingText?: string;
|
|
1813
1602
|
}
|
|
1814
|
-
export declare namespace CreateControlMappingSource {
|
|
1815
|
-
/**
|
|
1816
|
-
* @internal
|
|
1817
|
-
*/
|
|
1818
|
-
const filterSensitiveLog: (obj: CreateControlMappingSource) => any;
|
|
1819
|
-
}
|
|
1820
1603
|
export interface CreateControlRequest {
|
|
1821
1604
|
/**
|
|
1822
1605
|
* <p> The name of the control. </p>
|
|
@@ -1847,64 +1630,28 @@ export interface CreateControlRequest {
|
|
|
1847
1630
|
*/
|
|
1848
1631
|
tags?: Record<string, string>;
|
|
1849
1632
|
}
|
|
1850
|
-
export declare namespace CreateControlRequest {
|
|
1851
|
-
/**
|
|
1852
|
-
* @internal
|
|
1853
|
-
*/
|
|
1854
|
-
const filterSensitiveLog: (obj: CreateControlRequest) => any;
|
|
1855
|
-
}
|
|
1856
1633
|
export interface CreateControlResponse {
|
|
1857
1634
|
/**
|
|
1858
1635
|
* <p> The new control that the <code>CreateControl</code> API returned. </p>
|
|
1859
1636
|
*/
|
|
1860
1637
|
control?: Control;
|
|
1861
1638
|
}
|
|
1862
|
-
export declare namespace CreateControlResponse {
|
|
1863
|
-
/**
|
|
1864
|
-
* @internal
|
|
1865
|
-
*/
|
|
1866
|
-
const filterSensitiveLog: (obj: CreateControlResponse) => any;
|
|
1867
|
-
}
|
|
1868
1639
|
export interface DeleteAssessmentRequest {
|
|
1869
1640
|
/**
|
|
1870
1641
|
* <p> The identifier for the assessment. </p>
|
|
1871
1642
|
*/
|
|
1872
1643
|
assessmentId: string | undefined;
|
|
1873
1644
|
}
|
|
1874
|
-
export declare namespace DeleteAssessmentRequest {
|
|
1875
|
-
/**
|
|
1876
|
-
* @internal
|
|
1877
|
-
*/
|
|
1878
|
-
const filterSensitiveLog: (obj: DeleteAssessmentRequest) => any;
|
|
1879
|
-
}
|
|
1880
1645
|
export interface DeleteAssessmentResponse {
|
|
1881
1646
|
}
|
|
1882
|
-
export declare namespace DeleteAssessmentResponse {
|
|
1883
|
-
/**
|
|
1884
|
-
* @internal
|
|
1885
|
-
*/
|
|
1886
|
-
const filterSensitiveLog: (obj: DeleteAssessmentResponse) => any;
|
|
1887
|
-
}
|
|
1888
1647
|
export interface DeleteAssessmentFrameworkRequest {
|
|
1889
1648
|
/**
|
|
1890
1649
|
* <p> The identifier for the custom framework. </p>
|
|
1891
1650
|
*/
|
|
1892
1651
|
frameworkId: string | undefined;
|
|
1893
1652
|
}
|
|
1894
|
-
export declare namespace DeleteAssessmentFrameworkRequest {
|
|
1895
|
-
/**
|
|
1896
|
-
* @internal
|
|
1897
|
-
*/
|
|
1898
|
-
const filterSensitiveLog: (obj: DeleteAssessmentFrameworkRequest) => any;
|
|
1899
|
-
}
|
|
1900
1653
|
export interface DeleteAssessmentFrameworkResponse {
|
|
1901
1654
|
}
|
|
1902
|
-
export declare namespace DeleteAssessmentFrameworkResponse {
|
|
1903
|
-
/**
|
|
1904
|
-
* @internal
|
|
1905
|
-
*/
|
|
1906
|
-
const filterSensitiveLog: (obj: DeleteAssessmentFrameworkResponse) => any;
|
|
1907
|
-
}
|
|
1908
1655
|
export declare enum ShareRequestType {
|
|
1909
1656
|
RECEIVED = "RECEIVED",
|
|
1910
1657
|
SENT = "SENT"
|
|
@@ -1919,20 +1666,8 @@ export interface DeleteAssessmentFrameworkShareRequest {
|
|
|
1919
1666
|
*/
|
|
1920
1667
|
requestType: ShareRequestType | string | undefined;
|
|
1921
1668
|
}
|
|
1922
|
-
export declare namespace DeleteAssessmentFrameworkShareRequest {
|
|
1923
|
-
/**
|
|
1924
|
-
* @internal
|
|
1925
|
-
*/
|
|
1926
|
-
const filterSensitiveLog: (obj: DeleteAssessmentFrameworkShareRequest) => any;
|
|
1927
|
-
}
|
|
1928
1669
|
export interface DeleteAssessmentFrameworkShareResponse {
|
|
1929
1670
|
}
|
|
1930
|
-
export declare namespace DeleteAssessmentFrameworkShareResponse {
|
|
1931
|
-
/**
|
|
1932
|
-
* @internal
|
|
1933
|
-
*/
|
|
1934
|
-
const filterSensitiveLog: (obj: DeleteAssessmentFrameworkShareResponse) => any;
|
|
1935
|
-
}
|
|
1936
1671
|
export interface DeleteAssessmentReportRequest {
|
|
1937
1672
|
/**
|
|
1938
1673
|
* <p> The unique identifier for the assessment. </p>
|
|
@@ -1943,80 +1678,32 @@ export interface DeleteAssessmentReportRequest {
|
|
|
1943
1678
|
*/
|
|
1944
1679
|
assessmentReportId: string | undefined;
|
|
1945
1680
|
}
|
|
1946
|
-
export declare namespace DeleteAssessmentReportRequest {
|
|
1947
|
-
/**
|
|
1948
|
-
* @internal
|
|
1949
|
-
*/
|
|
1950
|
-
const filterSensitiveLog: (obj: DeleteAssessmentReportRequest) => any;
|
|
1951
|
-
}
|
|
1952
1681
|
export interface DeleteAssessmentReportResponse {
|
|
1953
1682
|
}
|
|
1954
|
-
export declare namespace DeleteAssessmentReportResponse {
|
|
1955
|
-
/**
|
|
1956
|
-
* @internal
|
|
1957
|
-
*/
|
|
1958
|
-
const filterSensitiveLog: (obj: DeleteAssessmentReportResponse) => any;
|
|
1959
|
-
}
|
|
1960
1683
|
export interface DeleteControlRequest {
|
|
1961
1684
|
/**
|
|
1962
1685
|
* <p> The unique identifier for the control. </p>
|
|
1963
1686
|
*/
|
|
1964
1687
|
controlId: string | undefined;
|
|
1965
1688
|
}
|
|
1966
|
-
export declare namespace DeleteControlRequest {
|
|
1967
|
-
/**
|
|
1968
|
-
* @internal
|
|
1969
|
-
*/
|
|
1970
|
-
const filterSensitiveLog: (obj: DeleteControlRequest) => any;
|
|
1971
|
-
}
|
|
1972
1689
|
export interface DeleteControlResponse {
|
|
1973
1690
|
}
|
|
1974
|
-
export declare namespace DeleteControlResponse {
|
|
1975
|
-
/**
|
|
1976
|
-
* @internal
|
|
1977
|
-
*/
|
|
1978
|
-
const filterSensitiveLog: (obj: DeleteControlResponse) => any;
|
|
1979
|
-
}
|
|
1980
1691
|
export interface DeregisterAccountRequest {
|
|
1981
1692
|
}
|
|
1982
|
-
export declare namespace DeregisterAccountRequest {
|
|
1983
|
-
/**
|
|
1984
|
-
* @internal
|
|
1985
|
-
*/
|
|
1986
|
-
const filterSensitiveLog: (obj: DeregisterAccountRequest) => any;
|
|
1987
|
-
}
|
|
1988
1693
|
export interface DeregisterAccountResponse {
|
|
1989
1694
|
/**
|
|
1990
1695
|
* <p> The registration status of the account. </p>
|
|
1991
1696
|
*/
|
|
1992
1697
|
status?: AccountStatus | string;
|
|
1993
1698
|
}
|
|
1994
|
-
export declare namespace DeregisterAccountResponse {
|
|
1995
|
-
/**
|
|
1996
|
-
* @internal
|
|
1997
|
-
*/
|
|
1998
|
-
const filterSensitiveLog: (obj: DeregisterAccountResponse) => any;
|
|
1999
|
-
}
|
|
2000
1699
|
export interface DeregisterOrganizationAdminAccountRequest {
|
|
2001
1700
|
/**
|
|
2002
1701
|
* <p> The identifier for the administrator account. </p>
|
|
2003
1702
|
*/
|
|
2004
1703
|
adminAccountId?: string;
|
|
2005
1704
|
}
|
|
2006
|
-
export declare namespace DeregisterOrganizationAdminAccountRequest {
|
|
2007
|
-
/**
|
|
2008
|
-
* @internal
|
|
2009
|
-
*/
|
|
2010
|
-
const filterSensitiveLog: (obj: DeregisterOrganizationAdminAccountRequest) => any;
|
|
2011
|
-
}
|
|
2012
1705
|
export interface DeregisterOrganizationAdminAccountResponse {
|
|
2013
1706
|
}
|
|
2014
|
-
export declare namespace DeregisterOrganizationAdminAccountResponse {
|
|
2015
|
-
/**
|
|
2016
|
-
* @internal
|
|
2017
|
-
*/
|
|
2018
|
-
const filterSensitiveLog: (obj: DeregisterOrganizationAdminAccountResponse) => any;
|
|
2019
|
-
}
|
|
2020
1707
|
export interface DisassociateAssessmentReportEvidenceFolderRequest {
|
|
2021
1708
|
/**
|
|
2022
1709
|
* <p> The unique identifier for the assessment. </p>
|
|
@@ -2027,52 +1714,22 @@ export interface DisassociateAssessmentReportEvidenceFolderRequest {
|
|
|
2027
1714
|
*/
|
|
2028
1715
|
evidenceFolderId: string | undefined;
|
|
2029
1716
|
}
|
|
2030
|
-
export declare namespace DisassociateAssessmentReportEvidenceFolderRequest {
|
|
2031
|
-
/**
|
|
2032
|
-
* @internal
|
|
2033
|
-
*/
|
|
2034
|
-
const filterSensitiveLog: (obj: DisassociateAssessmentReportEvidenceFolderRequest) => any;
|
|
2035
|
-
}
|
|
2036
1717
|
export interface DisassociateAssessmentReportEvidenceFolderResponse {
|
|
2037
1718
|
}
|
|
2038
|
-
export declare namespace DisassociateAssessmentReportEvidenceFolderResponse {
|
|
2039
|
-
/**
|
|
2040
|
-
* @internal
|
|
2041
|
-
*/
|
|
2042
|
-
const filterSensitiveLog: (obj: DisassociateAssessmentReportEvidenceFolderResponse) => any;
|
|
2043
|
-
}
|
|
2044
1719
|
export interface GetAccountStatusRequest {
|
|
2045
1720
|
}
|
|
2046
|
-
export declare namespace GetAccountStatusRequest {
|
|
2047
|
-
/**
|
|
2048
|
-
* @internal
|
|
2049
|
-
*/
|
|
2050
|
-
const filterSensitiveLog: (obj: GetAccountStatusRequest) => any;
|
|
2051
|
-
}
|
|
2052
1721
|
export interface GetAccountStatusResponse {
|
|
2053
1722
|
/**
|
|
2054
1723
|
* <p> The status of the Amazon Web Services account. </p>
|
|
2055
1724
|
*/
|
|
2056
1725
|
status?: AccountStatus | string;
|
|
2057
1726
|
}
|
|
2058
|
-
export declare namespace GetAccountStatusResponse {
|
|
2059
|
-
/**
|
|
2060
|
-
* @internal
|
|
2061
|
-
*/
|
|
2062
|
-
const filterSensitiveLog: (obj: GetAccountStatusResponse) => any;
|
|
2063
|
-
}
|
|
2064
1727
|
export interface GetAssessmentRequest {
|
|
2065
1728
|
/**
|
|
2066
1729
|
* <p>The unique identifier for the assessment. </p>
|
|
2067
1730
|
*/
|
|
2068
1731
|
assessmentId: string | undefined;
|
|
2069
1732
|
}
|
|
2070
|
-
export declare namespace GetAssessmentRequest {
|
|
2071
|
-
/**
|
|
2072
|
-
* @internal
|
|
2073
|
-
*/
|
|
2074
|
-
const filterSensitiveLog: (obj: GetAssessmentRequest) => any;
|
|
2075
|
-
}
|
|
2076
1733
|
export interface GetAssessmentResponse {
|
|
2077
1734
|
/**
|
|
2078
1735
|
* <p> An entity that defines the scope of audit evidence collected by Audit Manager.
|
|
@@ -2087,36 +1744,18 @@ export interface GetAssessmentResponse {
|
|
|
2087
1744
|
*/
|
|
2088
1745
|
userRole?: Role;
|
|
2089
1746
|
}
|
|
2090
|
-
export declare namespace GetAssessmentResponse {
|
|
2091
|
-
/**
|
|
2092
|
-
* @internal
|
|
2093
|
-
*/
|
|
2094
|
-
const filterSensitiveLog: (obj: GetAssessmentResponse) => any;
|
|
2095
|
-
}
|
|
2096
1747
|
export interface GetAssessmentFrameworkRequest {
|
|
2097
1748
|
/**
|
|
2098
1749
|
* <p> The identifier for the framework. </p>
|
|
2099
1750
|
*/
|
|
2100
1751
|
frameworkId: string | undefined;
|
|
2101
1752
|
}
|
|
2102
|
-
export declare namespace GetAssessmentFrameworkRequest {
|
|
2103
|
-
/**
|
|
2104
|
-
* @internal
|
|
2105
|
-
*/
|
|
2106
|
-
const filterSensitiveLog: (obj: GetAssessmentFrameworkRequest) => any;
|
|
2107
|
-
}
|
|
2108
1753
|
export interface GetAssessmentFrameworkResponse {
|
|
2109
1754
|
/**
|
|
2110
1755
|
* <p> The framework that the <code>GetAssessmentFramework</code> API returned. </p>
|
|
2111
1756
|
*/
|
|
2112
1757
|
framework?: Framework;
|
|
2113
1758
|
}
|
|
2114
|
-
export declare namespace GetAssessmentFrameworkResponse {
|
|
2115
|
-
/**
|
|
2116
|
-
* @internal
|
|
2117
|
-
*/
|
|
2118
|
-
const filterSensitiveLog: (obj: GetAssessmentFrameworkResponse) => any;
|
|
2119
|
-
}
|
|
2120
1759
|
export interface GetAssessmentReportUrlRequest {
|
|
2121
1760
|
/**
|
|
2122
1761
|
* <p> The unique identifier for the assessment report. </p>
|
|
@@ -2127,12 +1766,6 @@ export interface GetAssessmentReportUrlRequest {
|
|
|
2127
1766
|
*/
|
|
2128
1767
|
assessmentId: string | undefined;
|
|
2129
1768
|
}
|
|
2130
|
-
export declare namespace GetAssessmentReportUrlRequest {
|
|
2131
|
-
/**
|
|
2132
|
-
* @internal
|
|
2133
|
-
*/
|
|
2134
|
-
const filterSensitiveLog: (obj: GetAssessmentReportUrlRequest) => any;
|
|
2135
|
-
}
|
|
2136
1769
|
/**
|
|
2137
1770
|
* <p> Short for uniform resource locator. A URL is used as a unique identifier to locate a
|
|
2138
1771
|
* resource on the internet. </p>
|
|
@@ -2147,12 +1780,6 @@ export interface URL {
|
|
|
2147
1780
|
*/
|
|
2148
1781
|
link?: string;
|
|
2149
1782
|
}
|
|
2150
|
-
export declare namespace URL {
|
|
2151
|
-
/**
|
|
2152
|
-
* @internal
|
|
2153
|
-
*/
|
|
2154
|
-
const filterSensitiveLog: (obj: URL) => any;
|
|
2155
|
-
}
|
|
2156
1783
|
export interface GetAssessmentReportUrlResponse {
|
|
2157
1784
|
/**
|
|
2158
1785
|
* <p> Short for uniform resource locator. A URL is used as a unique identifier to locate a
|
|
@@ -2160,12 +1787,6 @@ export interface GetAssessmentReportUrlResponse {
|
|
|
2160
1787
|
*/
|
|
2161
1788
|
preSignedUrl?: URL;
|
|
2162
1789
|
}
|
|
2163
|
-
export declare namespace GetAssessmentReportUrlResponse {
|
|
2164
|
-
/**
|
|
2165
|
-
* @internal
|
|
2166
|
-
*/
|
|
2167
|
-
const filterSensitiveLog: (obj: GetAssessmentReportUrlResponse) => any;
|
|
2168
|
-
}
|
|
2169
1790
|
export interface GetChangeLogsRequest {
|
|
2170
1791
|
/**
|
|
2171
1792
|
* <p>The unique identifier for the assessment. </p>
|
|
@@ -2188,12 +1809,6 @@ export interface GetChangeLogsRequest {
|
|
|
2188
1809
|
*/
|
|
2189
1810
|
maxResults?: number;
|
|
2190
1811
|
}
|
|
2191
|
-
export declare namespace GetChangeLogsRequest {
|
|
2192
|
-
/**
|
|
2193
|
-
* @internal
|
|
2194
|
-
*/
|
|
2195
|
-
const filterSensitiveLog: (obj: GetChangeLogsRequest) => any;
|
|
2196
|
-
}
|
|
2197
1812
|
export declare enum ObjectTypeEnum {
|
|
2198
1813
|
ASSESSMENT = "ASSESSMENT",
|
|
2199
1814
|
ASSESSMENT_REPORT = "ASSESSMENT_REPORT",
|
|
@@ -2228,12 +1843,6 @@ export interface ChangeLog {
|
|
|
2228
1843
|
*/
|
|
2229
1844
|
createdBy?: string;
|
|
2230
1845
|
}
|
|
2231
|
-
export declare namespace ChangeLog {
|
|
2232
|
-
/**
|
|
2233
|
-
* @internal
|
|
2234
|
-
*/
|
|
2235
|
-
const filterSensitiveLog: (obj: ChangeLog) => any;
|
|
2236
|
-
}
|
|
2237
1846
|
export interface GetChangeLogsResponse {
|
|
2238
1847
|
/**
|
|
2239
1848
|
* <p>The list of user activity for the control. </p>
|
|
@@ -2244,36 +1853,18 @@ export interface GetChangeLogsResponse {
|
|
|
2244
1853
|
*/
|
|
2245
1854
|
nextToken?: string;
|
|
2246
1855
|
}
|
|
2247
|
-
export declare namespace GetChangeLogsResponse {
|
|
2248
|
-
/**
|
|
2249
|
-
* @internal
|
|
2250
|
-
*/
|
|
2251
|
-
const filterSensitiveLog: (obj: GetChangeLogsResponse) => any;
|
|
2252
|
-
}
|
|
2253
1856
|
export interface GetControlRequest {
|
|
2254
1857
|
/**
|
|
2255
1858
|
* <p> The identifier for the control. </p>
|
|
2256
1859
|
*/
|
|
2257
1860
|
controlId: string | undefined;
|
|
2258
1861
|
}
|
|
2259
|
-
export declare namespace GetControlRequest {
|
|
2260
|
-
/**
|
|
2261
|
-
* @internal
|
|
2262
|
-
*/
|
|
2263
|
-
const filterSensitiveLog: (obj: GetControlRequest) => any;
|
|
2264
|
-
}
|
|
2265
1862
|
export interface GetControlResponse {
|
|
2266
1863
|
/**
|
|
2267
1864
|
* <p> The name of the control that the <code>GetControl</code> API returned. </p>
|
|
2268
1865
|
*/
|
|
2269
1866
|
control?: Control;
|
|
2270
1867
|
}
|
|
2271
|
-
export declare namespace GetControlResponse {
|
|
2272
|
-
/**
|
|
2273
|
-
* @internal
|
|
2274
|
-
*/
|
|
2275
|
-
const filterSensitiveLog: (obj: GetControlResponse) => any;
|
|
2276
|
-
}
|
|
2277
1868
|
export interface GetDelegationsRequest {
|
|
2278
1869
|
/**
|
|
2279
1870
|
* <p> The pagination token that's used to fetch the next set of results. </p>
|
|
@@ -2284,12 +1875,6 @@ export interface GetDelegationsRequest {
|
|
|
2284
1875
|
*/
|
|
2285
1876
|
maxResults?: number;
|
|
2286
1877
|
}
|
|
2287
|
-
export declare namespace GetDelegationsRequest {
|
|
2288
|
-
/**
|
|
2289
|
-
* @internal
|
|
2290
|
-
*/
|
|
2291
|
-
const filterSensitiveLog: (obj: GetDelegationsRequest) => any;
|
|
2292
|
-
}
|
|
2293
1878
|
/**
|
|
2294
1879
|
* <p> The metadata that's associated with the delegation. </p>
|
|
2295
1880
|
*/
|
|
@@ -2323,12 +1908,6 @@ export interface DelegationMetadata {
|
|
|
2323
1908
|
*/
|
|
2324
1909
|
controlSetName?: string;
|
|
2325
1910
|
}
|
|
2326
|
-
export declare namespace DelegationMetadata {
|
|
2327
|
-
/**
|
|
2328
|
-
* @internal
|
|
2329
|
-
*/
|
|
2330
|
-
const filterSensitiveLog: (obj: DelegationMetadata) => any;
|
|
2331
|
-
}
|
|
2332
1911
|
export interface GetDelegationsResponse {
|
|
2333
1912
|
/**
|
|
2334
1913
|
* <p> The list of delegations that the <code>GetDelegations</code> API returned. </p>
|
|
@@ -2339,12 +1918,6 @@ export interface GetDelegationsResponse {
|
|
|
2339
1918
|
*/
|
|
2340
1919
|
nextToken?: string;
|
|
2341
1920
|
}
|
|
2342
|
-
export declare namespace GetDelegationsResponse {
|
|
2343
|
-
/**
|
|
2344
|
-
* @internal
|
|
2345
|
-
*/
|
|
2346
|
-
const filterSensitiveLog: (obj: GetDelegationsResponse) => any;
|
|
2347
|
-
}
|
|
2348
1921
|
export interface GetEvidenceRequest {
|
|
2349
1922
|
/**
|
|
2350
1923
|
* <p> The unique identifier for the assessment. </p>
|
|
@@ -2363,12 +1936,6 @@ export interface GetEvidenceRequest {
|
|
|
2363
1936
|
*/
|
|
2364
1937
|
evidenceId: string | undefined;
|
|
2365
1938
|
}
|
|
2366
|
-
export declare namespace GetEvidenceRequest {
|
|
2367
|
-
/**
|
|
2368
|
-
* @internal
|
|
2369
|
-
*/
|
|
2370
|
-
const filterSensitiveLog: (obj: GetEvidenceRequest) => any;
|
|
2371
|
-
}
|
|
2372
1939
|
/**
|
|
2373
1940
|
* <p> A system asset that's evaluated in an Audit Manager assessment. </p>
|
|
2374
1941
|
*/
|
|
@@ -2382,12 +1949,6 @@ export interface Resource {
|
|
|
2382
1949
|
*/
|
|
2383
1950
|
value?: string;
|
|
2384
1951
|
}
|
|
2385
|
-
export declare namespace Resource {
|
|
2386
|
-
/**
|
|
2387
|
-
* @internal
|
|
2388
|
-
*/
|
|
2389
|
-
const filterSensitiveLog: (obj: Resource) => any;
|
|
2390
|
-
}
|
|
2391
1952
|
/**
|
|
2392
1953
|
* <p> A record that contains the information needed to demonstrate compliance with the
|
|
2393
1954
|
* requirements specified by a control. Examples of evidence include change activity triggered
|
|
@@ -2436,7 +1997,7 @@ export interface Evidence {
|
|
|
2436
1997
|
/**
|
|
2437
1998
|
* <p> The evaluation status for evidence that falls under the compliance check category. For
|
|
2438
1999
|
* evidence collected from Security Hub, a <i>Pass</i> or
|
|
2439
|
-
*
|
|
2000
|
+
* <i>Fail</i> result is shown. For evidence collected from Config, a <i>Compliant</i> or <i>Noncompliant</i>
|
|
2440
2001
|
* result is shown. </p>
|
|
2441
2002
|
*/
|
|
2442
2003
|
complianceCheck?: string;
|
|
@@ -2462,24 +2023,12 @@ export interface Evidence {
|
|
|
2462
2023
|
*/
|
|
2463
2024
|
assessmentReportSelection?: string;
|
|
2464
2025
|
}
|
|
2465
|
-
export declare namespace Evidence {
|
|
2466
|
-
/**
|
|
2467
|
-
* @internal
|
|
2468
|
-
*/
|
|
2469
|
-
const filterSensitiveLog: (obj: Evidence) => any;
|
|
2470
|
-
}
|
|
2471
2026
|
export interface GetEvidenceResponse {
|
|
2472
2027
|
/**
|
|
2473
2028
|
* <p> The evidence that the <code>GetEvidenceResponse</code> API returned. </p>
|
|
2474
2029
|
*/
|
|
2475
2030
|
evidence?: Evidence;
|
|
2476
2031
|
}
|
|
2477
|
-
export declare namespace GetEvidenceResponse {
|
|
2478
|
-
/**
|
|
2479
|
-
* @internal
|
|
2480
|
-
*/
|
|
2481
|
-
const filterSensitiveLog: (obj: GetEvidenceResponse) => any;
|
|
2482
|
-
}
|
|
2483
2032
|
export interface GetEvidenceByEvidenceFolderRequest {
|
|
2484
2033
|
/**
|
|
2485
2034
|
* <p> The identifier for the assessment. </p>
|
|
@@ -2502,12 +2051,6 @@ export interface GetEvidenceByEvidenceFolderRequest {
|
|
|
2502
2051
|
*/
|
|
2503
2052
|
maxResults?: number;
|
|
2504
2053
|
}
|
|
2505
|
-
export declare namespace GetEvidenceByEvidenceFolderRequest {
|
|
2506
|
-
/**
|
|
2507
|
-
* @internal
|
|
2508
|
-
*/
|
|
2509
|
-
const filterSensitiveLog: (obj: GetEvidenceByEvidenceFolderRequest) => any;
|
|
2510
|
-
}
|
|
2511
2054
|
export interface GetEvidenceByEvidenceFolderResponse {
|
|
2512
2055
|
/**
|
|
2513
2056
|
* <p> The list of evidence that the <code>GetEvidenceByEvidenceFolder</code> API returned.
|
|
@@ -2519,12 +2062,6 @@ export interface GetEvidenceByEvidenceFolderResponse {
|
|
|
2519
2062
|
*/
|
|
2520
2063
|
nextToken?: string;
|
|
2521
2064
|
}
|
|
2522
|
-
export declare namespace GetEvidenceByEvidenceFolderResponse {
|
|
2523
|
-
/**
|
|
2524
|
-
* @internal
|
|
2525
|
-
*/
|
|
2526
|
-
const filterSensitiveLog: (obj: GetEvidenceByEvidenceFolderResponse) => any;
|
|
2527
|
-
}
|
|
2528
2065
|
export interface GetEvidenceFolderRequest {
|
|
2529
2066
|
/**
|
|
2530
2067
|
* <p> The unique identifier for the assessment. </p>
|
|
@@ -2539,24 +2076,12 @@ export interface GetEvidenceFolderRequest {
|
|
|
2539
2076
|
*/
|
|
2540
2077
|
evidenceFolderId: string | undefined;
|
|
2541
2078
|
}
|
|
2542
|
-
export declare namespace GetEvidenceFolderRequest {
|
|
2543
|
-
/**
|
|
2544
|
-
* @internal
|
|
2545
|
-
*/
|
|
2546
|
-
const filterSensitiveLog: (obj: GetEvidenceFolderRequest) => any;
|
|
2547
|
-
}
|
|
2548
2079
|
export interface GetEvidenceFolderResponse {
|
|
2549
2080
|
/**
|
|
2550
2081
|
* <p> The folder that the evidence is stored in. </p>
|
|
2551
2082
|
*/
|
|
2552
2083
|
evidenceFolder?: AssessmentEvidenceFolder;
|
|
2553
2084
|
}
|
|
2554
|
-
export declare namespace GetEvidenceFolderResponse {
|
|
2555
|
-
/**
|
|
2556
|
-
* @internal
|
|
2557
|
-
*/
|
|
2558
|
-
const filterSensitiveLog: (obj: GetEvidenceFolderResponse) => any;
|
|
2559
|
-
}
|
|
2560
2085
|
export interface GetEvidenceFoldersByAssessmentRequest {
|
|
2561
2086
|
/**
|
|
2562
2087
|
* <p> The unique identifier for the assessment. </p>
|
|
@@ -2571,12 +2096,6 @@ export interface GetEvidenceFoldersByAssessmentRequest {
|
|
|
2571
2096
|
*/
|
|
2572
2097
|
maxResults?: number;
|
|
2573
2098
|
}
|
|
2574
|
-
export declare namespace GetEvidenceFoldersByAssessmentRequest {
|
|
2575
|
-
/**
|
|
2576
|
-
* @internal
|
|
2577
|
-
*/
|
|
2578
|
-
const filterSensitiveLog: (obj: GetEvidenceFoldersByAssessmentRequest) => any;
|
|
2579
|
-
}
|
|
2580
2099
|
export interface GetEvidenceFoldersByAssessmentResponse {
|
|
2581
2100
|
/**
|
|
2582
2101
|
* <p> The list of evidence folders that the <code>GetEvidenceFoldersByAssessment</code> API
|
|
@@ -2588,12 +2107,6 @@ export interface GetEvidenceFoldersByAssessmentResponse {
|
|
|
2588
2107
|
*/
|
|
2589
2108
|
nextToken?: string;
|
|
2590
2109
|
}
|
|
2591
|
-
export declare namespace GetEvidenceFoldersByAssessmentResponse {
|
|
2592
|
-
/**
|
|
2593
|
-
* @internal
|
|
2594
|
-
*/
|
|
2595
|
-
const filterSensitiveLog: (obj: GetEvidenceFoldersByAssessmentResponse) => any;
|
|
2596
|
-
}
|
|
2597
2110
|
export interface GetEvidenceFoldersByAssessmentControlRequest {
|
|
2598
2111
|
/**
|
|
2599
2112
|
* <p> The identifier for the assessment. </p>
|
|
@@ -2616,16 +2129,10 @@ export interface GetEvidenceFoldersByAssessmentControlRequest {
|
|
|
2616
2129
|
*/
|
|
2617
2130
|
maxResults?: number;
|
|
2618
2131
|
}
|
|
2619
|
-
export declare namespace GetEvidenceFoldersByAssessmentControlRequest {
|
|
2620
|
-
/**
|
|
2621
|
-
* @internal
|
|
2622
|
-
*/
|
|
2623
|
-
const filterSensitiveLog: (obj: GetEvidenceFoldersByAssessmentControlRequest) => any;
|
|
2624
|
-
}
|
|
2625
2132
|
export interface GetEvidenceFoldersByAssessmentControlResponse {
|
|
2626
2133
|
/**
|
|
2627
2134
|
* <p> The list of evidence folders that the
|
|
2628
|
-
*
|
|
2135
|
+
* <code>GetEvidenceFoldersByAssessmentControl</code> API returned. </p>
|
|
2629
2136
|
*/
|
|
2630
2137
|
evidenceFolders?: AssessmentEvidenceFolder[];
|
|
2631
2138
|
/**
|
|
@@ -2633,24 +2140,12 @@ export interface GetEvidenceFoldersByAssessmentControlResponse {
|
|
|
2633
2140
|
*/
|
|
2634
2141
|
nextToken?: string;
|
|
2635
2142
|
}
|
|
2636
|
-
export declare namespace GetEvidenceFoldersByAssessmentControlResponse {
|
|
2637
|
-
/**
|
|
2638
|
-
* @internal
|
|
2639
|
-
*/
|
|
2640
|
-
const filterSensitiveLog: (obj: GetEvidenceFoldersByAssessmentControlResponse) => any;
|
|
2641
|
-
}
|
|
2642
2143
|
export interface GetInsightsRequest {
|
|
2643
2144
|
}
|
|
2644
|
-
export declare namespace GetInsightsRequest {
|
|
2645
|
-
/**
|
|
2646
|
-
* @internal
|
|
2647
|
-
*/
|
|
2648
|
-
const filterSensitiveLog: (obj: GetInsightsRequest) => any;
|
|
2649
|
-
}
|
|
2650
2145
|
/**
|
|
2651
2146
|
* <p>A summary of the latest analytics data for all your active assessments. </p>
|
|
2652
2147
|
* <p>This summary is a snapshot of the data that your active assessments collected on the
|
|
2653
|
-
*
|
|
2148
|
+
* <code>lastUpdated</code> date. It’s important to understand that the following totals
|
|
2654
2149
|
* are daily counts based on this date — they aren’t a total sum to date. </p>
|
|
2655
2150
|
* <p>The <code>Insights</code> data is eventually consistent. This means that, when you read
|
|
2656
2151
|
* data from <code>Insights</code>, the response might not instantly reflect the results of a
|
|
@@ -2658,20 +2153,21 @@ export declare namespace GetInsightsRequest {
|
|
|
2658
2153
|
* hours, the response should return the latest data.</p>
|
|
2659
2154
|
* <note>
|
|
2660
2155
|
* <p>If you delete an assessment or change its status to inactive,
|
|
2661
|
-
*
|
|
2156
|
+
* <code>InsightsByAssessment</code> includes data for that assessment as
|
|
2662
2157
|
* follows.</p>
|
|
2663
2158
|
* <ul>
|
|
2664
2159
|
* <li>
|
|
2665
2160
|
* <p>
|
|
2666
|
-
* <b>Inactive assessments</b> - If Audit Manager
|
|
2667
|
-
*
|
|
2668
|
-
*
|
|
2161
|
+
* <b>Inactive assessments</b> - If Audit Manager
|
|
2162
|
+
* collected evidence for your assessment before you changed it inactive, that
|
|
2163
|
+
* evidence is included in the <code>InsightsByAssessment</code> counts for that
|
|
2164
|
+
* day.</p>
|
|
2669
2165
|
* </li>
|
|
2670
2166
|
* <li>
|
|
2671
2167
|
* <p>
|
|
2672
|
-
* <b>Deleted assessments</b> - If Audit Manager
|
|
2673
|
-
*
|
|
2674
|
-
*
|
|
2168
|
+
* <b>Deleted assessments</b> - If Audit Manager
|
|
2169
|
+
* collected evidence for your assessment before you deleted it, that evidence isn't
|
|
2170
|
+
* included in the <code>InsightsByAssessment</code> counts for that day.</p>
|
|
2675
2171
|
* </li>
|
|
2676
2172
|
* </ul>
|
|
2677
2173
|
* </note>
|
|
@@ -2682,32 +2178,34 @@ export interface Insights {
|
|
|
2682
2178
|
*/
|
|
2683
2179
|
activeAssessmentsCount?: number;
|
|
2684
2180
|
/**
|
|
2685
|
-
* <p>The number of compliance check evidence that Audit Manager classified as
|
|
2686
|
-
* on the <code>lastUpdated</code> date. This includes evidence that was
|
|
2687
|
-
* Security Hub with a <i>Fail</i> ruling, or collected
|
|
2688
|
-
* Config with a <i>Non-compliant</i> ruling. </p>
|
|
2181
|
+
* <p>The number of compliance check evidence that Audit Manager classified as
|
|
2182
|
+
* non-compliant on the <code>lastUpdated</code> date. This includes evidence that was
|
|
2183
|
+
* collected from Security Hub with a <i>Fail</i> ruling, or collected
|
|
2184
|
+
* from Config with a <i>Non-compliant</i> ruling. </p>
|
|
2689
2185
|
*/
|
|
2690
2186
|
noncompliantEvidenceCount?: number;
|
|
2691
2187
|
/**
|
|
2692
|
-
* <p>The number of compliance check evidence that Audit Manager classified as compliant
|
|
2693
|
-
* the <code>lastUpdated</code> date. This includes evidence that was collected from
|
|
2188
|
+
* <p>The number of compliance check evidence that Audit Manager classified as compliant
|
|
2189
|
+
* on the <code>lastUpdated</code> date. This includes evidence that was collected from
|
|
2190
|
+
* Security Hub with a <i>Pass</i> ruling, or collected from
|
|
2191
|
+
* Config with a <i>Compliant</i> ruling. </p>
|
|
2694
2192
|
*/
|
|
2695
2193
|
compliantEvidenceCount?: number;
|
|
2696
2194
|
/**
|
|
2697
|
-
* <p>The number of evidence without a compliance check ruling. Evidence is inconclusive when
|
|
2698
|
-
* associated control uses Security Hub or Config as a data
|
|
2699
|
-
* but you didn't enable those services. This is also the case when a control uses a
|
|
2700
|
-
* source that doesn’t support compliance checks (for example: manual evidence, API
|
|
2701
|
-
* CloudTrail). </p>
|
|
2195
|
+
* <p>The number of evidence without a compliance check ruling. Evidence is inconclusive when
|
|
2196
|
+
* the associated control uses Security Hub or Config as a data
|
|
2197
|
+
* source but you didn't enable those services. This is also the case when a control uses a
|
|
2198
|
+
* data source that doesn’t support compliance checks (for example: manual evidence, API
|
|
2199
|
+
* calls, or CloudTrail). </p>
|
|
2702
2200
|
* <note>
|
|
2703
|
-
* <p>If evidence has a compliance check status of <i>not applicable</i>,
|
|
2704
|
-
*
|
|
2201
|
+
* <p>If evidence has a compliance check status of <i>not applicable</i>,
|
|
2202
|
+
* it's classed as <i>inconclusive</i> in <code>Insights</code> data.</p>
|
|
2705
2203
|
* </note>
|
|
2706
2204
|
*/
|
|
2707
2205
|
inconclusiveEvidenceCount?: number;
|
|
2708
2206
|
/**
|
|
2709
2207
|
* <p>The number of assessment controls that collected non-compliant evidence on the
|
|
2710
|
-
*
|
|
2208
|
+
* <code>lastUpdated</code> date. </p>
|
|
2711
2209
|
*/
|
|
2712
2210
|
assessmentControlsCountByNoncompliantEvidence?: number;
|
|
2713
2211
|
/**
|
|
@@ -2719,95 +2217,80 @@ export interface Insights {
|
|
|
2719
2217
|
*/
|
|
2720
2218
|
lastUpdated?: Date;
|
|
2721
2219
|
}
|
|
2722
|
-
export declare namespace Insights {
|
|
2723
|
-
/**
|
|
2724
|
-
* @internal
|
|
2725
|
-
*/
|
|
2726
|
-
const filterSensitiveLog: (obj: Insights) => any;
|
|
2727
|
-
}
|
|
2728
2220
|
export interface GetInsightsResponse {
|
|
2729
2221
|
/**
|
|
2730
2222
|
* <p>The analytics data that the <code>GetInsights</code> API returned. </p>
|
|
2731
2223
|
*/
|
|
2732
2224
|
insights?: Insights;
|
|
2733
2225
|
}
|
|
2734
|
-
export declare namespace GetInsightsResponse {
|
|
2735
|
-
/**
|
|
2736
|
-
* @internal
|
|
2737
|
-
*/
|
|
2738
|
-
const filterSensitiveLog: (obj: GetInsightsResponse) => any;
|
|
2739
|
-
}
|
|
2740
2226
|
export interface GetInsightsByAssessmentRequest {
|
|
2741
2227
|
/**
|
|
2742
2228
|
* <p>The unique identifier for the assessment. </p>
|
|
2743
2229
|
*/
|
|
2744
2230
|
assessmentId: string | undefined;
|
|
2745
2231
|
}
|
|
2746
|
-
export declare namespace GetInsightsByAssessmentRequest {
|
|
2747
|
-
/**
|
|
2748
|
-
* @internal
|
|
2749
|
-
*/
|
|
2750
|
-
const filterSensitiveLog: (obj: GetInsightsByAssessmentRequest) => any;
|
|
2751
|
-
}
|
|
2752
2232
|
/**
|
|
2753
2233
|
* <p>A summary of the latest analytics data for a specific active assessment.</p>
|
|
2754
|
-
* <p>This summary is a snapshot of the data that was collected on the
|
|
2755
|
-
*
|
|
2756
|
-
*
|
|
2234
|
+
* <p>This summary is a snapshot of the data that was collected on the
|
|
2235
|
+
* <code>lastUpdated</code> date. It’s important to understand that the totals in
|
|
2236
|
+
* <code>InsightsByAssessment</code> are daily counts based on this date — they aren’t a
|
|
2237
|
+
* total sum to date. </p>
|
|
2757
2238
|
* <p>The <code>InsightsByAssessment</code> data is eventually consistent. This means that
|
|
2758
2239
|
* when you read data from <code>InsightsByAssessment</code>, the response might not instantly
|
|
2759
2240
|
* reflect the results of a recently completed write or update operation. If you repeat your
|
|
2760
2241
|
* read request after a few hours, the response returns the latest data.</p>
|
|
2761
2242
|
* <note>
|
|
2762
2243
|
* <p>If you delete an assessment or change its status to inactive,
|
|
2763
|
-
*
|
|
2244
|
+
* <code>InsightsByAssessment</code> includes data for that assessment as
|
|
2764
2245
|
* follows.</p>
|
|
2765
2246
|
* <ul>
|
|
2766
2247
|
* <li>
|
|
2767
2248
|
* <p>
|
|
2768
|
-
* <b>Inactive assessments</b> - If Audit Manager
|
|
2769
|
-
*
|
|
2770
|
-
*
|
|
2249
|
+
* <b>Inactive assessments</b> - If Audit Manager
|
|
2250
|
+
* collected evidence for your assessment before you changed it inactive, that
|
|
2251
|
+
* evidence is included in the <code>InsightsByAssessment</code> counts for that
|
|
2252
|
+
* day.</p>
|
|
2771
2253
|
* </li>
|
|
2772
2254
|
* <li>
|
|
2773
2255
|
* <p>
|
|
2774
|
-
* <b>Deleted assessments</b> - If Audit Manager
|
|
2775
|
-
*
|
|
2776
|
-
*
|
|
2256
|
+
* <b>Deleted assessments</b> - If Audit Manager
|
|
2257
|
+
* collected evidence for your assessment before you deleted it, that evidence isn't
|
|
2258
|
+
* included in the <code>InsightsByAssessment</code> counts for that day.</p>
|
|
2777
2259
|
* </li>
|
|
2778
2260
|
* </ul>
|
|
2779
2261
|
* </note>
|
|
2780
2262
|
*/
|
|
2781
2263
|
export interface InsightsByAssessment {
|
|
2782
2264
|
/**
|
|
2783
|
-
* <p>The number of compliance check evidence that Audit Manager classified as
|
|
2784
|
-
* This includes evidence that was collected from Security Hub with a
|
|
2785
|
-
*
|
|
2786
|
-
*
|
|
2265
|
+
* <p>The number of compliance check evidence that Audit Manager classified as
|
|
2266
|
+
* non-compliant. This includes evidence that was collected from Security Hub with a
|
|
2267
|
+
* <i>Fail</i> ruling, or collected from Config with a
|
|
2268
|
+
* <i>Non-compliant</i> ruling. </p>
|
|
2787
2269
|
*/
|
|
2788
2270
|
noncompliantEvidenceCount?: number;
|
|
2789
2271
|
/**
|
|
2790
2272
|
* <p>The number of compliance check evidence that Audit Manager classified as compliant.
|
|
2791
2273
|
* This includes evidence that was collected from Security Hub with a
|
|
2792
|
-
*
|
|
2793
|
-
*
|
|
2274
|
+
* <i>Pass</i> ruling, or collected from Config with a
|
|
2275
|
+
* <i>Compliant</i> ruling. </p>
|
|
2794
2276
|
*/
|
|
2795
2277
|
compliantEvidenceCount?: number;
|
|
2796
2278
|
/**
|
|
2797
|
-
* <p>The amount of evidence without a compliance check ruling. Evidence is inconclusive if
|
|
2798
|
-
* associated control uses Security Hub or Config as a data
|
|
2799
|
-
* and you didn't enable those services. This is also the case if a control uses a data
|
|
2800
|
-
* that doesn’t support compliance checks (for example, manual evidence, API calls, or
|
|
2279
|
+
* <p>The amount of evidence without a compliance check ruling. Evidence is inconclusive if
|
|
2280
|
+
* the associated control uses Security Hub or Config as a data
|
|
2281
|
+
* source and you didn't enable those services. This is also the case if a control uses a data
|
|
2282
|
+
* source that doesn’t support compliance checks (for example, manual evidence, API calls, or
|
|
2283
|
+
* CloudTrail). </p>
|
|
2801
2284
|
* <note>
|
|
2802
|
-
* <p>If evidence has a compliance check status of <i>not applicable</i>,
|
|
2803
|
-
*
|
|
2804
|
-
*
|
|
2285
|
+
* <p>If evidence has a compliance check status of <i>not applicable</i>,
|
|
2286
|
+
* it's classified as <i>inconclusive</i> in
|
|
2287
|
+
* <code>InsightsByAssessment</code> data.</p>
|
|
2805
2288
|
* </note>
|
|
2806
2289
|
*/
|
|
2807
2290
|
inconclusiveEvidenceCount?: number;
|
|
2808
2291
|
/**
|
|
2809
2292
|
* <p>The number of assessment controls that collected non-compliant evidence on the
|
|
2810
|
-
*
|
|
2293
|
+
* <code>lastUpdated</code> date. </p>
|
|
2811
2294
|
*/
|
|
2812
2295
|
assessmentControlsCountByNoncompliantEvidence?: number;
|
|
2813
2296
|
/**
|
|
@@ -2819,12 +2302,6 @@ export interface InsightsByAssessment {
|
|
|
2819
2302
|
*/
|
|
2820
2303
|
lastUpdated?: Date;
|
|
2821
2304
|
}
|
|
2822
|
-
export declare namespace InsightsByAssessment {
|
|
2823
|
-
/**
|
|
2824
|
-
* @internal
|
|
2825
|
-
*/
|
|
2826
|
-
const filterSensitiveLog: (obj: InsightsByAssessment) => any;
|
|
2827
|
-
}
|
|
2828
2305
|
export interface GetInsightsByAssessmentResponse {
|
|
2829
2306
|
/**
|
|
2830
2307
|
* <p> The assessment analytics data that the <code>GetInsightsByAssessment</code> API
|
|
@@ -2832,20 +2309,8 @@ export interface GetInsightsByAssessmentResponse {
|
|
|
2832
2309
|
*/
|
|
2833
2310
|
insights?: InsightsByAssessment;
|
|
2834
2311
|
}
|
|
2835
|
-
export declare namespace GetInsightsByAssessmentResponse {
|
|
2836
|
-
/**
|
|
2837
|
-
* @internal
|
|
2838
|
-
*/
|
|
2839
|
-
const filterSensitiveLog: (obj: GetInsightsByAssessmentResponse) => any;
|
|
2840
|
-
}
|
|
2841
2312
|
export interface GetOrganizationAdminAccountRequest {
|
|
2842
2313
|
}
|
|
2843
|
-
export declare namespace GetOrganizationAdminAccountRequest {
|
|
2844
|
-
/**
|
|
2845
|
-
* @internal
|
|
2846
|
-
*/
|
|
2847
|
-
const filterSensitiveLog: (obj: GetOrganizationAdminAccountRequest) => any;
|
|
2848
|
-
}
|
|
2849
2314
|
export interface GetOrganizationAdminAccountResponse {
|
|
2850
2315
|
/**
|
|
2851
2316
|
* <p> The identifier for the administrator account. </p>
|
|
@@ -2856,20 +2321,8 @@ export interface GetOrganizationAdminAccountResponse {
|
|
|
2856
2321
|
*/
|
|
2857
2322
|
organizationId?: string;
|
|
2858
2323
|
}
|
|
2859
|
-
export declare namespace GetOrganizationAdminAccountResponse {
|
|
2860
|
-
/**
|
|
2861
|
-
* @internal
|
|
2862
|
-
*/
|
|
2863
|
-
const filterSensitiveLog: (obj: GetOrganizationAdminAccountResponse) => any;
|
|
2864
|
-
}
|
|
2865
2324
|
export interface GetServicesInScopeRequest {
|
|
2866
2325
|
}
|
|
2867
|
-
export declare namespace GetServicesInScopeRequest {
|
|
2868
|
-
/**
|
|
2869
|
-
* @internal
|
|
2870
|
-
*/
|
|
2871
|
-
const filterSensitiveLog: (obj: GetServicesInScopeRequest) => any;
|
|
2872
|
-
}
|
|
2873
2326
|
/**
|
|
2874
2327
|
* <p> The metadata that's associated with the Amazon Web Service. </p>
|
|
2875
2328
|
*/
|
|
@@ -2892,24 +2345,12 @@ export interface ServiceMetadata {
|
|
|
2892
2345
|
*/
|
|
2893
2346
|
category?: string;
|
|
2894
2347
|
}
|
|
2895
|
-
export declare namespace ServiceMetadata {
|
|
2896
|
-
/**
|
|
2897
|
-
* @internal
|
|
2898
|
-
*/
|
|
2899
|
-
const filterSensitiveLog: (obj: ServiceMetadata) => any;
|
|
2900
|
-
}
|
|
2901
2348
|
export interface GetServicesInScopeResponse {
|
|
2902
2349
|
/**
|
|
2903
2350
|
* <p> The metadata that's associated with the Amazon Web Service. </p>
|
|
2904
2351
|
*/
|
|
2905
2352
|
serviceMetadata?: ServiceMetadata[];
|
|
2906
2353
|
}
|
|
2907
|
-
export declare namespace GetServicesInScopeResponse {
|
|
2908
|
-
/**
|
|
2909
|
-
* @internal
|
|
2910
|
-
*/
|
|
2911
|
-
const filterSensitiveLog: (obj: GetServicesInScopeResponse) => any;
|
|
2912
|
-
}
|
|
2913
2354
|
export declare enum SettingAttribute {
|
|
2914
2355
|
ALL = "ALL",
|
|
2915
2356
|
DEFAULT_ASSESSMENT_REPORTS_DESTINATION = "DEFAULT_ASSESSMENT_REPORTS_DESTINATION",
|
|
@@ -2923,12 +2364,6 @@ export interface GetSettingsRequest {
|
|
|
2923
2364
|
*/
|
|
2924
2365
|
attribute: SettingAttribute | string | undefined;
|
|
2925
2366
|
}
|
|
2926
|
-
export declare namespace GetSettingsRequest {
|
|
2927
|
-
/**
|
|
2928
|
-
* @internal
|
|
2929
|
-
*/
|
|
2930
|
-
const filterSensitiveLog: (obj: GetSettingsRequest) => any;
|
|
2931
|
-
}
|
|
2932
2367
|
/**
|
|
2933
2368
|
* <p> The settings object that holds all supported Audit Manager settings. </p>
|
|
2934
2369
|
*/
|
|
@@ -2954,24 +2389,12 @@ export interface Settings {
|
|
|
2954
2389
|
*/
|
|
2955
2390
|
kmsKey?: string;
|
|
2956
2391
|
}
|
|
2957
|
-
export declare namespace Settings {
|
|
2958
|
-
/**
|
|
2959
|
-
* @internal
|
|
2960
|
-
*/
|
|
2961
|
-
const filterSensitiveLog: (obj: Settings) => any;
|
|
2962
|
-
}
|
|
2963
2392
|
export interface GetSettingsResponse {
|
|
2964
2393
|
/**
|
|
2965
2394
|
* <p> The settings object that holds all supported Audit Manager settings. </p>
|
|
2966
2395
|
*/
|
|
2967
2396
|
settings?: Settings;
|
|
2968
2397
|
}
|
|
2969
|
-
export declare namespace GetSettingsResponse {
|
|
2970
|
-
/**
|
|
2971
|
-
* @internal
|
|
2972
|
-
*/
|
|
2973
|
-
const filterSensitiveLog: (obj: GetSettingsResponse) => any;
|
|
2974
|
-
}
|
|
2975
2398
|
export interface ListAssessmentControlInsightsByControlDomainRequest {
|
|
2976
2399
|
/**
|
|
2977
2400
|
* <p>The unique identifier for the control domain. </p>
|
|
@@ -2990,29 +2413,22 @@ export interface ListAssessmentControlInsightsByControlDomainRequest {
|
|
|
2990
2413
|
*/
|
|
2991
2414
|
maxResults?: number;
|
|
2992
2415
|
}
|
|
2993
|
-
export declare namespace ListAssessmentControlInsightsByControlDomainRequest {
|
|
2994
|
-
/**
|
|
2995
|
-
* @internal
|
|
2996
|
-
*/
|
|
2997
|
-
const filterSensitiveLog: (obj: ListAssessmentControlInsightsByControlDomainRequest) => any;
|
|
2998
|
-
}
|
|
2999
2416
|
/**
|
|
3000
|
-
* <p>A breakdown of the latest compliance check status for the evidence in your Audit Manager
|
|
3001
|
-
* assessments. </p>
|
|
2417
|
+
* <p>A breakdown of the latest compliance check status for the evidence in your Audit Manager assessments. </p>
|
|
3002
2418
|
*/
|
|
3003
2419
|
export interface EvidenceInsights {
|
|
3004
2420
|
/**
|
|
3005
|
-
* <p>The number of compliance check evidence that Audit Manager classified as
|
|
3006
|
-
* This includes evidence that was collected from Security Hub with a
|
|
3007
|
-
*
|
|
3008
|
-
*
|
|
2421
|
+
* <p>The number of compliance check evidence that Audit Manager classified as
|
|
2422
|
+
* non-compliant. This includes evidence that was collected from Security Hub with a
|
|
2423
|
+
* <i>Fail</i> ruling, or collected from Config with a
|
|
2424
|
+
* <i>Non-compliant</i> ruling. </p>
|
|
3009
2425
|
*/
|
|
3010
2426
|
noncompliantEvidenceCount?: number;
|
|
3011
2427
|
/**
|
|
3012
|
-
* <p>The number of compliance check evidence that Audit Manager classified as compliant.
|
|
3013
|
-
* includes evidence that was collected from Security Hub with a
|
|
3014
|
-
*
|
|
3015
|
-
*
|
|
2428
|
+
* <p>The number of compliance check evidence that Audit Manager classified as compliant.
|
|
2429
|
+
* This includes evidence that was collected from Security Hub with a
|
|
2430
|
+
* <i>Pass</i> ruling, or collected from Config with a
|
|
2431
|
+
* <i>Compliant</i> ruling. </p>
|
|
3016
2432
|
*/
|
|
3017
2433
|
compliantEvidenceCount?: number;
|
|
3018
2434
|
/**
|
|
@@ -3021,24 +2437,18 @@ export interface EvidenceInsights {
|
|
|
3021
2437
|
* control uses a data source that doesn’t support compliance checks (for example, manual
|
|
3022
2438
|
* evidence, API calls, or CloudTrail). </p>
|
|
3023
2439
|
* <note>
|
|
3024
|
-
* <p>If evidence has a compliance check status of <i>not applicable</i> in
|
|
3025
|
-
*
|
|
3026
|
-
*
|
|
2440
|
+
* <p>If evidence has a compliance check status of <i>not applicable</i> in
|
|
2441
|
+
* the console, it's classified as <i>inconclusive</i> in
|
|
2442
|
+
* <code>EvidenceInsights</code> data.</p>
|
|
3027
2443
|
* </note>
|
|
3028
2444
|
*/
|
|
3029
2445
|
inconclusiveEvidenceCount?: number;
|
|
3030
2446
|
}
|
|
3031
|
-
export declare namespace EvidenceInsights {
|
|
3032
|
-
/**
|
|
3033
|
-
* @internal
|
|
3034
|
-
*/
|
|
3035
|
-
const filterSensitiveLog: (obj: EvidenceInsights) => any;
|
|
3036
|
-
}
|
|
3037
2447
|
/**
|
|
3038
2448
|
* <p>A summary of the latest analytics data for a specific control in a specific active
|
|
3039
2449
|
* assessment.</p>
|
|
3040
|
-
* <p>Control insights are grouped by control domain, and ranked by the highest total count of
|
|
3041
|
-
*
|
|
2450
|
+
* <p>Control insights are grouped by control domain, and ranked by the highest total count of
|
|
2451
|
+
* non-compliant evidence. </p>
|
|
3042
2452
|
*/
|
|
3043
2453
|
export interface ControlInsightsMetadataByAssessmentItem {
|
|
3044
2454
|
/**
|
|
@@ -3063,16 +2473,10 @@ export interface ControlInsightsMetadataByAssessmentItem {
|
|
|
3063
2473
|
*/
|
|
3064
2474
|
lastUpdated?: Date;
|
|
3065
2475
|
}
|
|
3066
|
-
export declare namespace ControlInsightsMetadataByAssessmentItem {
|
|
3067
|
-
/**
|
|
3068
|
-
* @internal
|
|
3069
|
-
*/
|
|
3070
|
-
const filterSensitiveLog: (obj: ControlInsightsMetadataByAssessmentItem) => any;
|
|
3071
|
-
}
|
|
3072
2476
|
export interface ListAssessmentControlInsightsByControlDomainResponse {
|
|
3073
2477
|
/**
|
|
3074
2478
|
* <p>The assessment control analytics data that the
|
|
3075
|
-
*
|
|
2479
|
+
* <code>ListAssessmentControlInsightsByControlDomain</code> API returned. </p>
|
|
3076
2480
|
*/
|
|
3077
2481
|
controlInsightsByAssessment?: ControlInsightsMetadataByAssessmentItem[];
|
|
3078
2482
|
/**
|
|
@@ -3080,12 +2484,6 @@ export interface ListAssessmentControlInsightsByControlDomainResponse {
|
|
|
3080
2484
|
*/
|
|
3081
2485
|
nextToken?: string;
|
|
3082
2486
|
}
|
|
3083
|
-
export declare namespace ListAssessmentControlInsightsByControlDomainResponse {
|
|
3084
|
-
/**
|
|
3085
|
-
* @internal
|
|
3086
|
-
*/
|
|
3087
|
-
const filterSensitiveLog: (obj: ListAssessmentControlInsightsByControlDomainResponse) => any;
|
|
3088
|
-
}
|
|
3089
2487
|
export interface ListAssessmentFrameworksRequest {
|
|
3090
2488
|
/**
|
|
3091
2489
|
* <p> The type of framework, such as a standard framework or a custom framework. </p>
|
|
@@ -3100,12 +2498,6 @@ export interface ListAssessmentFrameworksRequest {
|
|
|
3100
2498
|
*/
|
|
3101
2499
|
maxResults?: number;
|
|
3102
2500
|
}
|
|
3103
|
-
export declare namespace ListAssessmentFrameworksRequest {
|
|
3104
|
-
/**
|
|
3105
|
-
* @internal
|
|
3106
|
-
*/
|
|
3107
|
-
const filterSensitiveLog: (obj: ListAssessmentFrameworksRequest) => any;
|
|
3108
|
-
}
|
|
3109
2501
|
export interface ListAssessmentFrameworksResponse {
|
|
3110
2502
|
/**
|
|
3111
2503
|
* <p> The list of metadata objects for the framework. </p>
|
|
@@ -3116,12 +2508,6 @@ export interface ListAssessmentFrameworksResponse {
|
|
|
3116
2508
|
*/
|
|
3117
2509
|
nextToken?: string;
|
|
3118
2510
|
}
|
|
3119
|
-
export declare namespace ListAssessmentFrameworksResponse {
|
|
3120
|
-
/**
|
|
3121
|
-
* @internal
|
|
3122
|
-
*/
|
|
3123
|
-
const filterSensitiveLog: (obj: ListAssessmentFrameworksResponse) => any;
|
|
3124
|
-
}
|
|
3125
2511
|
export interface ListAssessmentFrameworkShareRequestsRequest {
|
|
3126
2512
|
/**
|
|
3127
2513
|
* <p> Specifies whether the share request is a sent request or a received request.</p>
|
|
@@ -3136,12 +2522,6 @@ export interface ListAssessmentFrameworkShareRequestsRequest {
|
|
|
3136
2522
|
*/
|
|
3137
2523
|
maxResults?: number;
|
|
3138
2524
|
}
|
|
3139
|
-
export declare namespace ListAssessmentFrameworkShareRequestsRequest {
|
|
3140
|
-
/**
|
|
3141
|
-
* @internal
|
|
3142
|
-
*/
|
|
3143
|
-
const filterSensitiveLog: (obj: ListAssessmentFrameworkShareRequestsRequest) => any;
|
|
3144
|
-
}
|
|
3145
2525
|
export interface ListAssessmentFrameworkShareRequestsResponse {
|
|
3146
2526
|
/**
|
|
3147
2527
|
* <p> The list of share requests that the <code>ListAssessmentFrameworkShareRequests</code>
|
|
@@ -3153,13 +2533,7 @@ export interface ListAssessmentFrameworkShareRequestsResponse {
|
|
|
3153
2533
|
*/
|
|
3154
2534
|
nextToken?: string;
|
|
3155
2535
|
}
|
|
3156
|
-
export
|
|
3157
|
-
/**
|
|
3158
|
-
* @internal
|
|
3159
|
-
*/
|
|
3160
|
-
const filterSensitiveLog: (obj: ListAssessmentFrameworkShareRequestsResponse) => any;
|
|
3161
|
-
}
|
|
3162
|
-
export interface ListAssessmentReportsRequest {
|
|
2536
|
+
export interface ListAssessmentReportsRequest {
|
|
3163
2537
|
/**
|
|
3164
2538
|
* <p> The pagination token that's used to fetch the next set of results. </p>
|
|
3165
2539
|
*/
|
|
@@ -3169,12 +2543,6 @@ export interface ListAssessmentReportsRequest {
|
|
|
3169
2543
|
*/
|
|
3170
2544
|
maxResults?: number;
|
|
3171
2545
|
}
|
|
3172
|
-
export declare namespace ListAssessmentReportsRequest {
|
|
3173
|
-
/**
|
|
3174
|
-
* @internal
|
|
3175
|
-
*/
|
|
3176
|
-
const filterSensitiveLog: (obj: ListAssessmentReportsRequest) => any;
|
|
3177
|
-
}
|
|
3178
2546
|
export interface ListAssessmentReportsResponse {
|
|
3179
2547
|
/**
|
|
3180
2548
|
* <p> The list of assessment reports that the <code>ListAssessmentReports</code> API
|
|
@@ -3186,12 +2554,6 @@ export interface ListAssessmentReportsResponse {
|
|
|
3186
2554
|
*/
|
|
3187
2555
|
nextToken?: string;
|
|
3188
2556
|
}
|
|
3189
|
-
export declare namespace ListAssessmentReportsResponse {
|
|
3190
|
-
/**
|
|
3191
|
-
* @internal
|
|
3192
|
-
*/
|
|
3193
|
-
const filterSensitiveLog: (obj: ListAssessmentReportsResponse) => any;
|
|
3194
|
-
}
|
|
3195
2557
|
export interface ListAssessmentsRequest {
|
|
3196
2558
|
/**
|
|
3197
2559
|
* <p> The current status of the assessment.</p>
|
|
@@ -3206,12 +2568,6 @@ export interface ListAssessmentsRequest {
|
|
|
3206
2568
|
*/
|
|
3207
2569
|
maxResults?: number;
|
|
3208
2570
|
}
|
|
3209
|
-
export declare namespace ListAssessmentsRequest {
|
|
3210
|
-
/**
|
|
3211
|
-
* @internal
|
|
3212
|
-
*/
|
|
3213
|
-
const filterSensitiveLog: (obj: ListAssessmentsRequest) => any;
|
|
3214
|
-
}
|
|
3215
2571
|
export interface ListAssessmentsResponse {
|
|
3216
2572
|
/**
|
|
3217
2573
|
* <p> The metadata that's associated with the assessment. </p>
|
|
@@ -3222,12 +2578,6 @@ export interface ListAssessmentsResponse {
|
|
|
3222
2578
|
*/
|
|
3223
2579
|
nextToken?: string;
|
|
3224
2580
|
}
|
|
3225
|
-
export declare namespace ListAssessmentsResponse {
|
|
3226
|
-
/**
|
|
3227
|
-
* @internal
|
|
3228
|
-
*/
|
|
3229
|
-
const filterSensitiveLog: (obj: ListAssessmentsResponse) => any;
|
|
3230
|
-
}
|
|
3231
2581
|
export interface ListControlDomainInsightsRequest {
|
|
3232
2582
|
/**
|
|
3233
2583
|
* <p>The pagination token that's used to fetch the next set of results. </p>
|
|
@@ -3238,15 +2588,10 @@ export interface ListControlDomainInsightsRequest {
|
|
|
3238
2588
|
*/
|
|
3239
2589
|
maxResults?: number;
|
|
3240
2590
|
}
|
|
3241
|
-
export declare namespace ListControlDomainInsightsRequest {
|
|
3242
|
-
/**
|
|
3243
|
-
* @internal
|
|
3244
|
-
*/
|
|
3245
|
-
const filterSensitiveLog: (obj: ListControlDomainInsightsRequest) => any;
|
|
3246
|
-
}
|
|
3247
2591
|
/**
|
|
3248
2592
|
* <p>A summary of the latest analytics data for a specific control domain.</p>
|
|
3249
|
-
* <p>Control domain insights are grouped by control domain, and ranked by the highest total
|
|
2593
|
+
* <p>Control domain insights are grouped by control domain, and ranked by the highest total
|
|
2594
|
+
* count of non-compliant evidence.</p>
|
|
3250
2595
|
*/
|
|
3251
2596
|
export interface ControlDomainInsights {
|
|
3252
2597
|
/**
|
|
@@ -3258,8 +2603,8 @@ export interface ControlDomainInsights {
|
|
|
3258
2603
|
*/
|
|
3259
2604
|
id?: string;
|
|
3260
2605
|
/**
|
|
3261
|
-
* <p>The number of controls in the control domain that collected non-compliant evidence on
|
|
3262
|
-
* <code>lastUpdated</code> date. </p>
|
|
2606
|
+
* <p>The number of controls in the control domain that collected non-compliant evidence on
|
|
2607
|
+
* the <code>lastUpdated</code> date. </p>
|
|
3263
2608
|
*/
|
|
3264
2609
|
controlsCountByNoncompliantEvidence?: number;
|
|
3265
2610
|
/**
|
|
@@ -3267,8 +2612,8 @@ export interface ControlDomainInsights {
|
|
|
3267
2612
|
*/
|
|
3268
2613
|
totalControlsCount?: number;
|
|
3269
2614
|
/**
|
|
3270
|
-
* <p>A breakdown of the compliance check status for the evidence that’s associated with the
|
|
3271
|
-
* domain. </p>
|
|
2615
|
+
* <p>A breakdown of the compliance check status for the evidence that’s associated with the
|
|
2616
|
+
* control domain. </p>
|
|
3272
2617
|
*/
|
|
3273
2618
|
evidenceInsights?: EvidenceInsights;
|
|
3274
2619
|
/**
|
|
@@ -3276,12 +2621,6 @@ export interface ControlDomainInsights {
|
|
|
3276
2621
|
*/
|
|
3277
2622
|
lastUpdated?: Date;
|
|
3278
2623
|
}
|
|
3279
|
-
export declare namespace ControlDomainInsights {
|
|
3280
|
-
/**
|
|
3281
|
-
* @internal
|
|
3282
|
-
*/
|
|
3283
|
-
const filterSensitiveLog: (obj: ControlDomainInsights) => any;
|
|
3284
|
-
}
|
|
3285
2624
|
export interface ListControlDomainInsightsResponse {
|
|
3286
2625
|
/**
|
|
3287
2626
|
* <p>The control domain analytics data that the <code>ListControlDomainInsights</code> API
|
|
@@ -3293,12 +2632,6 @@ export interface ListControlDomainInsightsResponse {
|
|
|
3293
2632
|
*/
|
|
3294
2633
|
nextToken?: string;
|
|
3295
2634
|
}
|
|
3296
|
-
export declare namespace ListControlDomainInsightsResponse {
|
|
3297
|
-
/**
|
|
3298
|
-
* @internal
|
|
3299
|
-
*/
|
|
3300
|
-
const filterSensitiveLog: (obj: ListControlDomainInsightsResponse) => any;
|
|
3301
|
-
}
|
|
3302
2635
|
export interface ListControlDomainInsightsByAssessmentRequest {
|
|
3303
2636
|
/**
|
|
3304
2637
|
* <p>The unique identifier for the active assessment. </p>
|
|
@@ -3313,16 +2646,10 @@ export interface ListControlDomainInsightsByAssessmentRequest {
|
|
|
3313
2646
|
*/
|
|
3314
2647
|
maxResults?: number;
|
|
3315
2648
|
}
|
|
3316
|
-
export declare namespace ListControlDomainInsightsByAssessmentRequest {
|
|
3317
|
-
/**
|
|
3318
|
-
* @internal
|
|
3319
|
-
*/
|
|
3320
|
-
const filterSensitiveLog: (obj: ListControlDomainInsightsByAssessmentRequest) => any;
|
|
3321
|
-
}
|
|
3322
2649
|
export interface ListControlDomainInsightsByAssessmentResponse {
|
|
3323
2650
|
/**
|
|
3324
2651
|
* <p>The control domain analytics data that the
|
|
3325
|
-
*
|
|
2652
|
+
* <code>ListControlDomainInsightsByAssessment</code> API returned. </p>
|
|
3326
2653
|
*/
|
|
3327
2654
|
controlDomainInsights?: ControlDomainInsights[];
|
|
3328
2655
|
/**
|
|
@@ -3330,12 +2657,6 @@ export interface ListControlDomainInsightsByAssessmentResponse {
|
|
|
3330
2657
|
*/
|
|
3331
2658
|
nextToken?: string;
|
|
3332
2659
|
}
|
|
3333
|
-
export declare namespace ListControlDomainInsightsByAssessmentResponse {
|
|
3334
|
-
/**
|
|
3335
|
-
* @internal
|
|
3336
|
-
*/
|
|
3337
|
-
const filterSensitiveLog: (obj: ListControlDomainInsightsByAssessmentResponse) => any;
|
|
3338
|
-
}
|
|
3339
2660
|
export interface ListControlInsightsByControlDomainRequest {
|
|
3340
2661
|
/**
|
|
3341
2662
|
* <p>The unique identifier for the control domain. </p>
|
|
@@ -3350,15 +2671,11 @@ export interface ListControlInsightsByControlDomainRequest {
|
|
|
3350
2671
|
*/
|
|
3351
2672
|
maxResults?: number;
|
|
3352
2673
|
}
|
|
3353
|
-
export declare namespace ListControlInsightsByControlDomainRequest {
|
|
3354
|
-
/**
|
|
3355
|
-
* @internal
|
|
3356
|
-
*/
|
|
3357
|
-
const filterSensitiveLog: (obj: ListControlInsightsByControlDomainRequest) => any;
|
|
3358
|
-
}
|
|
3359
2674
|
/**
|
|
3360
2675
|
* <p>A summary of the latest analytics data for a specific control. </p>
|
|
3361
|
-
* <p>This data reflects the total counts for the specified control across all active
|
|
2676
|
+
* <p>This data reflects the total counts for the specified control across all active
|
|
2677
|
+
* assessments. Control insights are grouped by control domain, and ranked by the highest
|
|
2678
|
+
* total count of non-compliant evidence.</p>
|
|
3362
2679
|
*/
|
|
3363
2680
|
export interface ControlInsightsMetadataItem {
|
|
3364
2681
|
/**
|
|
@@ -3379,12 +2696,6 @@ export interface ControlInsightsMetadataItem {
|
|
|
3379
2696
|
*/
|
|
3380
2697
|
lastUpdated?: Date;
|
|
3381
2698
|
}
|
|
3382
|
-
export declare namespace ControlInsightsMetadataItem {
|
|
3383
|
-
/**
|
|
3384
|
-
* @internal
|
|
3385
|
-
*/
|
|
3386
|
-
const filterSensitiveLog: (obj: ControlInsightsMetadataItem) => any;
|
|
3387
|
-
}
|
|
3388
2699
|
export interface ListControlInsightsByControlDomainResponse {
|
|
3389
2700
|
/**
|
|
3390
2701
|
* <p>The control analytics data that the <code>ListControlInsightsByControlDomain</code> API
|
|
@@ -3396,12 +2707,6 @@ export interface ListControlInsightsByControlDomainResponse {
|
|
|
3396
2707
|
*/
|
|
3397
2708
|
nextToken?: string;
|
|
3398
2709
|
}
|
|
3399
|
-
export declare namespace ListControlInsightsByControlDomainResponse {
|
|
3400
|
-
/**
|
|
3401
|
-
* @internal
|
|
3402
|
-
*/
|
|
3403
|
-
const filterSensitiveLog: (obj: ListControlInsightsByControlDomainResponse) => any;
|
|
3404
|
-
}
|
|
3405
2710
|
export interface ListControlsRequest {
|
|
3406
2711
|
/**
|
|
3407
2712
|
* <p> The type of control, such as a standard control or a custom control. </p>
|
|
@@ -3416,12 +2721,6 @@ export interface ListControlsRequest {
|
|
|
3416
2721
|
*/
|
|
3417
2722
|
maxResults?: number;
|
|
3418
2723
|
}
|
|
3419
|
-
export declare namespace ListControlsRequest {
|
|
3420
|
-
/**
|
|
3421
|
-
* @internal
|
|
3422
|
-
*/
|
|
3423
|
-
const filterSensitiveLog: (obj: ListControlsRequest) => any;
|
|
3424
|
-
}
|
|
3425
2724
|
/**
|
|
3426
2725
|
* <p> The metadata that's associated with the standard control or custom control. </p>
|
|
3427
2726
|
*/
|
|
@@ -3452,12 +2751,6 @@ export interface ControlMetadata {
|
|
|
3452
2751
|
*/
|
|
3453
2752
|
lastUpdatedAt?: Date;
|
|
3454
2753
|
}
|
|
3455
|
-
export declare namespace ControlMetadata {
|
|
3456
|
-
/**
|
|
3457
|
-
* @internal
|
|
3458
|
-
*/
|
|
3459
|
-
const filterSensitiveLog: (obj: ControlMetadata) => any;
|
|
3460
|
-
}
|
|
3461
2754
|
export interface ListControlsResponse {
|
|
3462
2755
|
/**
|
|
3463
2756
|
* <p> The list of control metadata objects that the <code>ListControls</code> API returned.
|
|
@@ -3469,12 +2762,6 @@ export interface ListControlsResponse {
|
|
|
3469
2762
|
*/
|
|
3470
2763
|
nextToken?: string;
|
|
3471
2764
|
}
|
|
3472
|
-
export declare namespace ListControlsResponse {
|
|
3473
|
-
/**
|
|
3474
|
-
* @internal
|
|
3475
|
-
*/
|
|
3476
|
-
const filterSensitiveLog: (obj: ListControlsResponse) => any;
|
|
3477
|
-
}
|
|
3478
2765
|
export interface ListKeywordsForDataSourceRequest {
|
|
3479
2766
|
/**
|
|
3480
2767
|
* <p> The control mapping data source that the keywords apply to. </p>
|
|
@@ -3489,12 +2776,6 @@ export interface ListKeywordsForDataSourceRequest {
|
|
|
3489
2776
|
*/
|
|
3490
2777
|
maxResults?: number;
|
|
3491
2778
|
}
|
|
3492
|
-
export declare namespace ListKeywordsForDataSourceRequest {
|
|
3493
|
-
/**
|
|
3494
|
-
* @internal
|
|
3495
|
-
*/
|
|
3496
|
-
const filterSensitiveLog: (obj: ListKeywordsForDataSourceRequest) => any;
|
|
3497
|
-
}
|
|
3498
2779
|
export interface ListKeywordsForDataSourceResponse {
|
|
3499
2780
|
/**
|
|
3500
2781
|
* <p> The list of keywords for the event mapping source. </p>
|
|
@@ -3505,12 +2786,6 @@ export interface ListKeywordsForDataSourceResponse {
|
|
|
3505
2786
|
*/
|
|
3506
2787
|
nextToken?: string;
|
|
3507
2788
|
}
|
|
3508
|
-
export declare namespace ListKeywordsForDataSourceResponse {
|
|
3509
|
-
/**
|
|
3510
|
-
* @internal
|
|
3511
|
-
*/
|
|
3512
|
-
const filterSensitiveLog: (obj: ListKeywordsForDataSourceResponse) => any;
|
|
3513
|
-
}
|
|
3514
2789
|
export interface ListNotificationsRequest {
|
|
3515
2790
|
/**
|
|
3516
2791
|
* <p> The pagination token that's used to fetch the next set of results. </p>
|
|
@@ -3521,12 +2796,6 @@ export interface ListNotificationsRequest {
|
|
|
3521
2796
|
*/
|
|
3522
2797
|
maxResults?: number;
|
|
3523
2798
|
}
|
|
3524
|
-
export declare namespace ListNotificationsRequest {
|
|
3525
|
-
/**
|
|
3526
|
-
* @internal
|
|
3527
|
-
*/
|
|
3528
|
-
const filterSensitiveLog: (obj: ListNotificationsRequest) => any;
|
|
3529
|
-
}
|
|
3530
2799
|
/**
|
|
3531
2800
|
* <p> The notification that informs a user of an update in Audit Manager. For
|
|
3532
2801
|
* example, this includes the notification that's sent when a control set is delegated for
|
|
@@ -3566,12 +2835,6 @@ export interface Notification {
|
|
|
3566
2835
|
*/
|
|
3567
2836
|
source?: string;
|
|
3568
2837
|
}
|
|
3569
|
-
export declare namespace Notification {
|
|
3570
|
-
/**
|
|
3571
|
-
* @internal
|
|
3572
|
-
*/
|
|
3573
|
-
const filterSensitiveLog: (obj: Notification) => any;
|
|
3574
|
-
}
|
|
3575
2838
|
export interface ListNotificationsResponse {
|
|
3576
2839
|
/**
|
|
3577
2840
|
* <p> The returned list of notifications. </p>
|
|
@@ -3582,36 +2845,18 @@ export interface ListNotificationsResponse {
|
|
|
3582
2845
|
*/
|
|
3583
2846
|
nextToken?: string;
|
|
3584
2847
|
}
|
|
3585
|
-
export declare namespace ListNotificationsResponse {
|
|
3586
|
-
/**
|
|
3587
|
-
* @internal
|
|
3588
|
-
*/
|
|
3589
|
-
const filterSensitiveLog: (obj: ListNotificationsResponse) => any;
|
|
3590
|
-
}
|
|
3591
2848
|
export interface ListTagsForResourceRequest {
|
|
3592
2849
|
/**
|
|
3593
2850
|
* <p> The Amazon Resource Name (ARN) of the resource. </p>
|
|
3594
2851
|
*/
|
|
3595
2852
|
resourceArn: string | undefined;
|
|
3596
2853
|
}
|
|
3597
|
-
export declare namespace ListTagsForResourceRequest {
|
|
3598
|
-
/**
|
|
3599
|
-
* @internal
|
|
3600
|
-
*/
|
|
3601
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
3602
|
-
}
|
|
3603
2854
|
export interface ListTagsForResourceResponse {
|
|
3604
2855
|
/**
|
|
3605
2856
|
* <p> The list of tags that the <code>ListTagsForResource</code> API returned. </p>
|
|
3606
2857
|
*/
|
|
3607
2858
|
tags?: Record<string, string>;
|
|
3608
2859
|
}
|
|
3609
|
-
export declare namespace ListTagsForResourceResponse {
|
|
3610
|
-
/**
|
|
3611
|
-
* @internal
|
|
3612
|
-
*/
|
|
3613
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
3614
|
-
}
|
|
3615
2860
|
export interface RegisterAccountRequest {
|
|
3616
2861
|
/**
|
|
3617
2862
|
* <p> The KMS key details. </p>
|
|
@@ -3622,24 +2867,12 @@ export interface RegisterAccountRequest {
|
|
|
3622
2867
|
*/
|
|
3623
2868
|
delegatedAdminAccount?: string;
|
|
3624
2869
|
}
|
|
3625
|
-
export declare namespace RegisterAccountRequest {
|
|
3626
|
-
/**
|
|
3627
|
-
* @internal
|
|
3628
|
-
*/
|
|
3629
|
-
const filterSensitiveLog: (obj: RegisterAccountRequest) => any;
|
|
3630
|
-
}
|
|
3631
2870
|
export interface RegisterAccountResponse {
|
|
3632
2871
|
/**
|
|
3633
2872
|
* <p> The status of the account registration request. </p>
|
|
3634
2873
|
*/
|
|
3635
2874
|
status?: AccountStatus | string;
|
|
3636
2875
|
}
|
|
3637
|
-
export declare namespace RegisterAccountResponse {
|
|
3638
|
-
/**
|
|
3639
|
-
* @internal
|
|
3640
|
-
*/
|
|
3641
|
-
const filterSensitiveLog: (obj: RegisterAccountResponse) => any;
|
|
3642
|
-
}
|
|
3643
2876
|
/**
|
|
3644
2877
|
* <p>The request was denied due to request throttling.</p>
|
|
3645
2878
|
*/
|
|
@@ -3657,12 +2890,6 @@ export interface RegisterOrganizationAdminAccountRequest {
|
|
|
3657
2890
|
*/
|
|
3658
2891
|
adminAccountId: string | undefined;
|
|
3659
2892
|
}
|
|
3660
|
-
export declare namespace RegisterOrganizationAdminAccountRequest {
|
|
3661
|
-
/**
|
|
3662
|
-
* @internal
|
|
3663
|
-
*/
|
|
3664
|
-
const filterSensitiveLog: (obj: RegisterOrganizationAdminAccountRequest) => any;
|
|
3665
|
-
}
|
|
3666
2893
|
export interface RegisterOrganizationAdminAccountResponse {
|
|
3667
2894
|
/**
|
|
3668
2895
|
* <p> The identifier for the delegated administrator account. </p>
|
|
@@ -3673,12 +2900,6 @@ export interface RegisterOrganizationAdminAccountResponse {
|
|
|
3673
2900
|
*/
|
|
3674
2901
|
organizationId?: string;
|
|
3675
2902
|
}
|
|
3676
|
-
export declare namespace RegisterOrganizationAdminAccountResponse {
|
|
3677
|
-
/**
|
|
3678
|
-
* @internal
|
|
3679
|
-
*/
|
|
3680
|
-
const filterSensitiveLog: (obj: RegisterOrganizationAdminAccountResponse) => any;
|
|
3681
|
-
}
|
|
3682
2903
|
export interface StartAssessmentFrameworkShareRequest {
|
|
3683
2904
|
/**
|
|
3684
2905
|
* <p> The unique identifier for the custom framework to be shared. </p>
|
|
@@ -3697,12 +2918,6 @@ export interface StartAssessmentFrameworkShareRequest {
|
|
|
3697
2918
|
*/
|
|
3698
2919
|
comment?: string;
|
|
3699
2920
|
}
|
|
3700
|
-
export declare namespace StartAssessmentFrameworkShareRequest {
|
|
3701
|
-
/**
|
|
3702
|
-
* @internal
|
|
3703
|
-
*/
|
|
3704
|
-
const filterSensitiveLog: (obj: StartAssessmentFrameworkShareRequest) => any;
|
|
3705
|
-
}
|
|
3706
2921
|
export interface StartAssessmentFrameworkShareResponse {
|
|
3707
2922
|
/**
|
|
3708
2923
|
* <p> The share request that's created by the <code>StartAssessmentFrameworkShare</code> API.
|
|
@@ -3710,12 +2925,6 @@ export interface StartAssessmentFrameworkShareResponse {
|
|
|
3710
2925
|
*/
|
|
3711
2926
|
assessmentFrameworkShareRequest?: AssessmentFrameworkShareRequest;
|
|
3712
2927
|
}
|
|
3713
|
-
export declare namespace StartAssessmentFrameworkShareResponse {
|
|
3714
|
-
/**
|
|
3715
|
-
* @internal
|
|
3716
|
-
*/
|
|
3717
|
-
const filterSensitiveLog: (obj: StartAssessmentFrameworkShareResponse) => any;
|
|
3718
|
-
}
|
|
3719
2928
|
export interface TagResourceRequest {
|
|
3720
2929
|
/**
|
|
3721
2930
|
* <p> The Amazon Resource Name (ARN) of the resource. </p>
|
|
@@ -3726,20 +2935,8 @@ export interface TagResourceRequest {
|
|
|
3726
2935
|
*/
|
|
3727
2936
|
tags: Record<string, string> | undefined;
|
|
3728
2937
|
}
|
|
3729
|
-
export declare namespace TagResourceRequest {
|
|
3730
|
-
/**
|
|
3731
|
-
* @internal
|
|
3732
|
-
*/
|
|
3733
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3734
|
-
}
|
|
3735
2938
|
export interface TagResourceResponse {
|
|
3736
2939
|
}
|
|
3737
|
-
export declare namespace TagResourceResponse {
|
|
3738
|
-
/**
|
|
3739
|
-
* @internal
|
|
3740
|
-
*/
|
|
3741
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
3742
|
-
}
|
|
3743
2940
|
export interface UntagResourceRequest {
|
|
3744
2941
|
/**
|
|
3745
2942
|
* <p> The Amazon Resource Name (ARN) of the specified resource. </p>
|
|
@@ -3750,20 +2947,8 @@ export interface UntagResourceRequest {
|
|
|
3750
2947
|
*/
|
|
3751
2948
|
tagKeys: string[] | undefined;
|
|
3752
2949
|
}
|
|
3753
|
-
export declare namespace UntagResourceRequest {
|
|
3754
|
-
/**
|
|
3755
|
-
* @internal
|
|
3756
|
-
*/
|
|
3757
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3758
|
-
}
|
|
3759
2950
|
export interface UntagResourceResponse {
|
|
3760
2951
|
}
|
|
3761
|
-
export declare namespace UntagResourceResponse {
|
|
3762
|
-
/**
|
|
3763
|
-
* @internal
|
|
3764
|
-
*/
|
|
3765
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
3766
|
-
}
|
|
3767
2952
|
export interface UpdateAssessmentRequest {
|
|
3768
2953
|
/**
|
|
3769
2954
|
* <p> The unique identifier for the assessment. </p>
|
|
@@ -3791,12 +2976,6 @@ export interface UpdateAssessmentRequest {
|
|
|
3791
2976
|
*/
|
|
3792
2977
|
roles?: Role[];
|
|
3793
2978
|
}
|
|
3794
|
-
export declare namespace UpdateAssessmentRequest {
|
|
3795
|
-
/**
|
|
3796
|
-
* @internal
|
|
3797
|
-
*/
|
|
3798
|
-
const filterSensitiveLog: (obj: UpdateAssessmentRequest) => any;
|
|
3799
|
-
}
|
|
3800
2979
|
export interface UpdateAssessmentResponse {
|
|
3801
2980
|
/**
|
|
3802
2981
|
* <p> The response object for the <code>UpdateAssessmentRequest</code> API. This is the name
|
|
@@ -3804,12 +2983,6 @@ export interface UpdateAssessmentResponse {
|
|
|
3804
2983
|
*/
|
|
3805
2984
|
assessment?: Assessment;
|
|
3806
2985
|
}
|
|
3807
|
-
export declare namespace UpdateAssessmentResponse {
|
|
3808
|
-
/**
|
|
3809
|
-
* @internal
|
|
3810
|
-
*/
|
|
3811
|
-
const filterSensitiveLog: (obj: UpdateAssessmentResponse) => any;
|
|
3812
|
-
}
|
|
3813
2986
|
export interface UpdateAssessmentControlRequest {
|
|
3814
2987
|
/**
|
|
3815
2988
|
* <p> The unique identifier for the assessment. </p>
|
|
@@ -3832,12 +3005,6 @@ export interface UpdateAssessmentControlRequest {
|
|
|
3832
3005
|
*/
|
|
3833
3006
|
commentBody?: string;
|
|
3834
3007
|
}
|
|
3835
|
-
export declare namespace UpdateAssessmentControlRequest {
|
|
3836
|
-
/**
|
|
3837
|
-
* @internal
|
|
3838
|
-
*/
|
|
3839
|
-
const filterSensitiveLog: (obj: UpdateAssessmentControlRequest) => any;
|
|
3840
|
-
}
|
|
3841
3008
|
export interface UpdateAssessmentControlResponse {
|
|
3842
3009
|
/**
|
|
3843
3010
|
* <p> The name of the updated control set that the <code>UpdateAssessmentControl</code> API
|
|
@@ -3845,12 +3012,6 @@ export interface UpdateAssessmentControlResponse {
|
|
|
3845
3012
|
*/
|
|
3846
3013
|
control?: AssessmentControl;
|
|
3847
3014
|
}
|
|
3848
|
-
export declare namespace UpdateAssessmentControlResponse {
|
|
3849
|
-
/**
|
|
3850
|
-
* @internal
|
|
3851
|
-
*/
|
|
3852
|
-
const filterSensitiveLog: (obj: UpdateAssessmentControlResponse) => any;
|
|
3853
|
-
}
|
|
3854
3015
|
export interface UpdateAssessmentControlSetStatusRequest {
|
|
3855
3016
|
/**
|
|
3856
3017
|
* <p> The unique identifier for the assessment. </p>
|
|
@@ -3869,25 +3030,13 @@ export interface UpdateAssessmentControlSetStatusRequest {
|
|
|
3869
3030
|
*/
|
|
3870
3031
|
comment: string | undefined;
|
|
3871
3032
|
}
|
|
3872
|
-
export declare namespace UpdateAssessmentControlSetStatusRequest {
|
|
3873
|
-
/**
|
|
3874
|
-
* @internal
|
|
3875
|
-
*/
|
|
3876
|
-
const filterSensitiveLog: (obj: UpdateAssessmentControlSetStatusRequest) => any;
|
|
3877
|
-
}
|
|
3878
3033
|
export interface UpdateAssessmentControlSetStatusResponse {
|
|
3879
3034
|
/**
|
|
3880
3035
|
* <p> The name of the updated control set that the
|
|
3881
|
-
*
|
|
3036
|
+
* <code>UpdateAssessmentControlSetStatus</code> API returned. </p>
|
|
3882
3037
|
*/
|
|
3883
3038
|
controlSet?: AssessmentControlSet;
|
|
3884
3039
|
}
|
|
3885
|
-
export declare namespace UpdateAssessmentControlSetStatusResponse {
|
|
3886
|
-
/**
|
|
3887
|
-
* @internal
|
|
3888
|
-
*/
|
|
3889
|
-
const filterSensitiveLog: (obj: UpdateAssessmentControlSetStatusResponse) => any;
|
|
3890
|
-
}
|
|
3891
3040
|
/**
|
|
3892
3041
|
* <p> A <code>controlSet</code> entity that represents a collection of controls in Audit Manager. This doesn't contain the control set ID. </p>
|
|
3893
3042
|
*/
|
|
@@ -3905,12 +3054,6 @@ export interface UpdateAssessmentFrameworkControlSet {
|
|
|
3905
3054
|
*/
|
|
3906
3055
|
controls: CreateAssessmentFrameworkControl[] | undefined;
|
|
3907
3056
|
}
|
|
3908
|
-
export declare namespace UpdateAssessmentFrameworkControlSet {
|
|
3909
|
-
/**
|
|
3910
|
-
* @internal
|
|
3911
|
-
*/
|
|
3912
|
-
const filterSensitiveLog: (obj: UpdateAssessmentFrameworkControlSet) => any;
|
|
3913
|
-
}
|
|
3914
3057
|
export interface UpdateAssessmentFrameworkRequest {
|
|
3915
3058
|
/**
|
|
3916
3059
|
* <p> The unique identifier for the framework. </p>
|
|
@@ -3934,24 +3077,12 @@ export interface UpdateAssessmentFrameworkRequest {
|
|
|
3934
3077
|
*/
|
|
3935
3078
|
controlSets: UpdateAssessmentFrameworkControlSet[] | undefined;
|
|
3936
3079
|
}
|
|
3937
|
-
export declare namespace UpdateAssessmentFrameworkRequest {
|
|
3938
|
-
/**
|
|
3939
|
-
* @internal
|
|
3940
|
-
*/
|
|
3941
|
-
const filterSensitiveLog: (obj: UpdateAssessmentFrameworkRequest) => any;
|
|
3942
|
-
}
|
|
3943
3080
|
export interface UpdateAssessmentFrameworkResponse {
|
|
3944
3081
|
/**
|
|
3945
3082
|
* <p> The name of the framework. </p>
|
|
3946
3083
|
*/
|
|
3947
3084
|
framework?: Framework;
|
|
3948
3085
|
}
|
|
3949
|
-
export declare namespace UpdateAssessmentFrameworkResponse {
|
|
3950
|
-
/**
|
|
3951
|
-
* @internal
|
|
3952
|
-
*/
|
|
3953
|
-
const filterSensitiveLog: (obj: UpdateAssessmentFrameworkResponse) => any;
|
|
3954
|
-
}
|
|
3955
3086
|
export declare enum ShareRequestAction {
|
|
3956
3087
|
ACCEPT = "ACCEPT",
|
|
3957
3088
|
DECLINE = "DECLINE",
|
|
@@ -3971,25 +3102,13 @@ export interface UpdateAssessmentFrameworkShareRequest {
|
|
|
3971
3102
|
*/
|
|
3972
3103
|
action: ShareRequestAction | string | undefined;
|
|
3973
3104
|
}
|
|
3974
|
-
export declare namespace UpdateAssessmentFrameworkShareRequest {
|
|
3975
|
-
/**
|
|
3976
|
-
* @internal
|
|
3977
|
-
*/
|
|
3978
|
-
const filterSensitiveLog: (obj: UpdateAssessmentFrameworkShareRequest) => any;
|
|
3979
|
-
}
|
|
3980
3105
|
export interface UpdateAssessmentFrameworkShareResponse {
|
|
3981
3106
|
/**
|
|
3982
3107
|
* <p> The updated share request that's returned by the
|
|
3983
|
-
*
|
|
3108
|
+
* <code>UpdateAssessmentFrameworkShare</code> operation. </p>
|
|
3984
3109
|
*/
|
|
3985
3110
|
assessmentFrameworkShareRequest?: AssessmentFrameworkShareRequest;
|
|
3986
3111
|
}
|
|
3987
|
-
export declare namespace UpdateAssessmentFrameworkShareResponse {
|
|
3988
|
-
/**
|
|
3989
|
-
* @internal
|
|
3990
|
-
*/
|
|
3991
|
-
const filterSensitiveLog: (obj: UpdateAssessmentFrameworkShareResponse) => any;
|
|
3992
|
-
}
|
|
3993
3112
|
export interface UpdateAssessmentStatusRequest {
|
|
3994
3113
|
/**
|
|
3995
3114
|
* <p> The unique identifier for the assessment. </p>
|
|
@@ -4000,12 +3119,6 @@ export interface UpdateAssessmentStatusRequest {
|
|
|
4000
3119
|
*/
|
|
4001
3120
|
status: AssessmentStatus | string | undefined;
|
|
4002
3121
|
}
|
|
4003
|
-
export declare namespace UpdateAssessmentStatusRequest {
|
|
4004
|
-
/**
|
|
4005
|
-
* @internal
|
|
4006
|
-
*/
|
|
4007
|
-
const filterSensitiveLog: (obj: UpdateAssessmentStatusRequest) => any;
|
|
4008
|
-
}
|
|
4009
3122
|
export interface UpdateAssessmentStatusResponse {
|
|
4010
3123
|
/**
|
|
4011
3124
|
* <p> The name of the updated assessment that the <code>UpdateAssessmentStatus</code> API
|
|
@@ -4013,12 +3126,6 @@ export interface UpdateAssessmentStatusResponse {
|
|
|
4013
3126
|
*/
|
|
4014
3127
|
assessment?: Assessment;
|
|
4015
3128
|
}
|
|
4016
|
-
export declare namespace UpdateAssessmentStatusResponse {
|
|
4017
|
-
/**
|
|
4018
|
-
* @internal
|
|
4019
|
-
*/
|
|
4020
|
-
const filterSensitiveLog: (obj: UpdateAssessmentStatusResponse) => any;
|
|
4021
|
-
}
|
|
4022
3129
|
export interface UpdateControlRequest {
|
|
4023
3130
|
/**
|
|
4024
3131
|
* <p> The identifier for the control. </p>
|
|
@@ -4049,12 +3156,6 @@ export interface UpdateControlRequest {
|
|
|
4049
3156
|
*/
|
|
4050
3157
|
controlMappingSources: ControlMappingSource[] | undefined;
|
|
4051
3158
|
}
|
|
4052
|
-
export declare namespace UpdateControlRequest {
|
|
4053
|
-
/**
|
|
4054
|
-
* @internal
|
|
4055
|
-
*/
|
|
4056
|
-
const filterSensitiveLog: (obj: UpdateControlRequest) => any;
|
|
4057
|
-
}
|
|
4058
3159
|
export interface UpdateControlResponse {
|
|
4059
3160
|
/**
|
|
4060
3161
|
* <p> The name of the updated control set that the <code>UpdateControl</code> API returned.
|
|
@@ -4062,12 +3163,6 @@ export interface UpdateControlResponse {
|
|
|
4062
3163
|
*/
|
|
4063
3164
|
control?: Control;
|
|
4064
3165
|
}
|
|
4065
|
-
export declare namespace UpdateControlResponse {
|
|
4066
|
-
/**
|
|
4067
|
-
* @internal
|
|
4068
|
-
*/
|
|
4069
|
-
const filterSensitiveLog: (obj: UpdateControlResponse) => any;
|
|
4070
|
-
}
|
|
4071
3166
|
export interface UpdateSettingsRequest {
|
|
4072
3167
|
/**
|
|
4073
3168
|
* <p> The Amazon Simple Notification Service (Amazon SNS) topic that Audit Manager sends
|
|
@@ -4087,24 +3182,12 @@ export interface UpdateSettingsRequest {
|
|
|
4087
3182
|
*/
|
|
4088
3183
|
kmsKey?: string;
|
|
4089
3184
|
}
|
|
4090
|
-
export declare namespace UpdateSettingsRequest {
|
|
4091
|
-
/**
|
|
4092
|
-
* @internal
|
|
4093
|
-
*/
|
|
4094
|
-
const filterSensitiveLog: (obj: UpdateSettingsRequest) => any;
|
|
4095
|
-
}
|
|
4096
3185
|
export interface UpdateSettingsResponse {
|
|
4097
3186
|
/**
|
|
4098
3187
|
* <p> The current list of settings. </p>
|
|
4099
3188
|
*/
|
|
4100
3189
|
settings?: Settings;
|
|
4101
3190
|
}
|
|
4102
|
-
export declare namespace UpdateSettingsResponse {
|
|
4103
|
-
/**
|
|
4104
|
-
* @internal
|
|
4105
|
-
*/
|
|
4106
|
-
const filterSensitiveLog: (obj: UpdateSettingsResponse) => any;
|
|
4107
|
-
}
|
|
4108
3191
|
export interface ValidateAssessmentReportIntegrityRequest {
|
|
4109
3192
|
/**
|
|
4110
3193
|
* <p> The relative path of the Amazon S3 bucket that the assessment report is stored
|
|
@@ -4112,12 +3195,6 @@ export interface ValidateAssessmentReportIntegrityRequest {
|
|
|
4112
3195
|
*/
|
|
4113
3196
|
s3RelativePath: string | undefined;
|
|
4114
3197
|
}
|
|
4115
|
-
export declare namespace ValidateAssessmentReportIntegrityRequest {
|
|
4116
|
-
/**
|
|
4117
|
-
* @internal
|
|
4118
|
-
*/
|
|
4119
|
-
const filterSensitiveLog: (obj: ValidateAssessmentReportIntegrityRequest) => any;
|
|
4120
|
-
}
|
|
4121
3198
|
export interface ValidateAssessmentReportIntegrityResponse {
|
|
4122
3199
|
/**
|
|
4123
3200
|
* <p> Specifies whether the signature key is valid. </p>
|
|
@@ -4141,9 +3218,691 @@ export interface ValidateAssessmentReportIntegrityResponse {
|
|
|
4141
3218
|
*/
|
|
4142
3219
|
validationErrors?: string[];
|
|
4143
3220
|
}
|
|
4144
|
-
|
|
4145
|
-
|
|
4146
|
-
|
|
4147
|
-
|
|
4148
|
-
|
|
4149
|
-
|
|
3221
|
+
/**
|
|
3222
|
+
* @internal
|
|
3223
|
+
*/
|
|
3224
|
+
export declare const AWSAccountFilterSensitiveLog: (obj: AWSAccount) => any;
|
|
3225
|
+
/**
|
|
3226
|
+
* @internal
|
|
3227
|
+
*/
|
|
3228
|
+
export declare const ControlCommentFilterSensitiveLog: (obj: ControlComment) => any;
|
|
3229
|
+
/**
|
|
3230
|
+
* @internal
|
|
3231
|
+
*/
|
|
3232
|
+
export declare const AssessmentControlFilterSensitiveLog: (obj: AssessmentControl) => any;
|
|
3233
|
+
/**
|
|
3234
|
+
* @internal
|
|
3235
|
+
*/
|
|
3236
|
+
export declare const DelegationFilterSensitiveLog: (obj: Delegation) => any;
|
|
3237
|
+
/**
|
|
3238
|
+
* @internal
|
|
3239
|
+
*/
|
|
3240
|
+
export declare const RoleFilterSensitiveLog: (obj: Role) => any;
|
|
3241
|
+
/**
|
|
3242
|
+
* @internal
|
|
3243
|
+
*/
|
|
3244
|
+
export declare const AssessmentControlSetFilterSensitiveLog: (obj: AssessmentControlSet) => any;
|
|
3245
|
+
/**
|
|
3246
|
+
* @internal
|
|
3247
|
+
*/
|
|
3248
|
+
export declare const FrameworkMetadataFilterSensitiveLog: (obj: FrameworkMetadata) => any;
|
|
3249
|
+
/**
|
|
3250
|
+
* @internal
|
|
3251
|
+
*/
|
|
3252
|
+
export declare const AssessmentFrameworkFilterSensitiveLog: (obj: AssessmentFramework) => any;
|
|
3253
|
+
/**
|
|
3254
|
+
* @internal
|
|
3255
|
+
*/
|
|
3256
|
+
export declare const AssessmentReportsDestinationFilterSensitiveLog: (obj: AssessmentReportsDestination) => any;
|
|
3257
|
+
/**
|
|
3258
|
+
* @internal
|
|
3259
|
+
*/
|
|
3260
|
+
export declare const AWSServiceFilterSensitiveLog: (obj: AWSService) => any;
|
|
3261
|
+
/**
|
|
3262
|
+
* @internal
|
|
3263
|
+
*/
|
|
3264
|
+
export declare const ScopeFilterSensitiveLog: (obj: Scope) => any;
|
|
3265
|
+
/**
|
|
3266
|
+
* @internal
|
|
3267
|
+
*/
|
|
3268
|
+
export declare const AssessmentMetadataFilterSensitiveLog: (obj: AssessmentMetadata) => any;
|
|
3269
|
+
/**
|
|
3270
|
+
* @internal
|
|
3271
|
+
*/
|
|
3272
|
+
export declare const AssessmentFilterSensitiveLog: (obj: Assessment) => any;
|
|
3273
|
+
/**
|
|
3274
|
+
* @internal
|
|
3275
|
+
*/
|
|
3276
|
+
export declare const AssessmentEvidenceFolderFilterSensitiveLog: (obj: AssessmentEvidenceFolder) => any;
|
|
3277
|
+
/**
|
|
3278
|
+
* @internal
|
|
3279
|
+
*/
|
|
3280
|
+
export declare const AssessmentFrameworkMetadataFilterSensitiveLog: (obj: AssessmentFrameworkMetadata) => any;
|
|
3281
|
+
/**
|
|
3282
|
+
* @internal
|
|
3283
|
+
*/
|
|
3284
|
+
export declare const AssessmentFrameworkShareRequestFilterSensitiveLog: (obj: AssessmentFrameworkShareRequest) => any;
|
|
3285
|
+
/**
|
|
3286
|
+
* @internal
|
|
3287
|
+
*/
|
|
3288
|
+
export declare const AssessmentMetadataItemFilterSensitiveLog: (obj: AssessmentMetadataItem) => any;
|
|
3289
|
+
/**
|
|
3290
|
+
* @internal
|
|
3291
|
+
*/
|
|
3292
|
+
export declare const AssessmentReportFilterSensitiveLog: (obj: AssessmentReport) => any;
|
|
3293
|
+
/**
|
|
3294
|
+
* @internal
|
|
3295
|
+
*/
|
|
3296
|
+
export declare const AssessmentReportEvidenceErrorFilterSensitiveLog: (obj: AssessmentReportEvidenceError) => any;
|
|
3297
|
+
/**
|
|
3298
|
+
* @internal
|
|
3299
|
+
*/
|
|
3300
|
+
export declare const AssessmentReportMetadataFilterSensitiveLog: (obj: AssessmentReportMetadata) => any;
|
|
3301
|
+
/**
|
|
3302
|
+
* @internal
|
|
3303
|
+
*/
|
|
3304
|
+
export declare const AssociateAssessmentReportEvidenceFolderRequestFilterSensitiveLog: (obj: AssociateAssessmentReportEvidenceFolderRequest) => any;
|
|
3305
|
+
/**
|
|
3306
|
+
* @internal
|
|
3307
|
+
*/
|
|
3308
|
+
export declare const AssociateAssessmentReportEvidenceFolderResponseFilterSensitiveLog: (obj: AssociateAssessmentReportEvidenceFolderResponse) => any;
|
|
3309
|
+
/**
|
|
3310
|
+
* @internal
|
|
3311
|
+
*/
|
|
3312
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
3313
|
+
/**
|
|
3314
|
+
* @internal
|
|
3315
|
+
*/
|
|
3316
|
+
export declare const BatchAssociateAssessmentReportEvidenceRequestFilterSensitiveLog: (obj: BatchAssociateAssessmentReportEvidenceRequest) => any;
|
|
3317
|
+
/**
|
|
3318
|
+
* @internal
|
|
3319
|
+
*/
|
|
3320
|
+
export declare const BatchAssociateAssessmentReportEvidenceResponseFilterSensitiveLog: (obj: BatchAssociateAssessmentReportEvidenceResponse) => any;
|
|
3321
|
+
/**
|
|
3322
|
+
* @internal
|
|
3323
|
+
*/
|
|
3324
|
+
export declare const CreateDelegationRequestFilterSensitiveLog: (obj: CreateDelegationRequest) => any;
|
|
3325
|
+
/**
|
|
3326
|
+
* @internal
|
|
3327
|
+
*/
|
|
3328
|
+
export declare const BatchCreateDelegationByAssessmentRequestFilterSensitiveLog: (obj: BatchCreateDelegationByAssessmentRequest) => any;
|
|
3329
|
+
/**
|
|
3330
|
+
* @internal
|
|
3331
|
+
*/
|
|
3332
|
+
export declare const BatchCreateDelegationByAssessmentErrorFilterSensitiveLog: (obj: BatchCreateDelegationByAssessmentError) => any;
|
|
3333
|
+
/**
|
|
3334
|
+
* @internal
|
|
3335
|
+
*/
|
|
3336
|
+
export declare const BatchCreateDelegationByAssessmentResponseFilterSensitiveLog: (obj: BatchCreateDelegationByAssessmentResponse) => any;
|
|
3337
|
+
/**
|
|
3338
|
+
* @internal
|
|
3339
|
+
*/
|
|
3340
|
+
export declare const BatchDeleteDelegationByAssessmentRequestFilterSensitiveLog: (obj: BatchDeleteDelegationByAssessmentRequest) => any;
|
|
3341
|
+
/**
|
|
3342
|
+
* @internal
|
|
3343
|
+
*/
|
|
3344
|
+
export declare const BatchDeleteDelegationByAssessmentErrorFilterSensitiveLog: (obj: BatchDeleteDelegationByAssessmentError) => any;
|
|
3345
|
+
/**
|
|
3346
|
+
* @internal
|
|
3347
|
+
*/
|
|
3348
|
+
export declare const BatchDeleteDelegationByAssessmentResponseFilterSensitiveLog: (obj: BatchDeleteDelegationByAssessmentResponse) => any;
|
|
3349
|
+
/**
|
|
3350
|
+
* @internal
|
|
3351
|
+
*/
|
|
3352
|
+
export declare const BatchDisassociateAssessmentReportEvidenceRequestFilterSensitiveLog: (obj: BatchDisassociateAssessmentReportEvidenceRequest) => any;
|
|
3353
|
+
/**
|
|
3354
|
+
* @internal
|
|
3355
|
+
*/
|
|
3356
|
+
export declare const BatchDisassociateAssessmentReportEvidenceResponseFilterSensitiveLog: (obj: BatchDisassociateAssessmentReportEvidenceResponse) => any;
|
|
3357
|
+
/**
|
|
3358
|
+
* @internal
|
|
3359
|
+
*/
|
|
3360
|
+
export declare const ManualEvidenceFilterSensitiveLog: (obj: ManualEvidence) => any;
|
|
3361
|
+
/**
|
|
3362
|
+
* @internal
|
|
3363
|
+
*/
|
|
3364
|
+
export declare const BatchImportEvidenceToAssessmentControlRequestFilterSensitiveLog: (obj: BatchImportEvidenceToAssessmentControlRequest) => any;
|
|
3365
|
+
/**
|
|
3366
|
+
* @internal
|
|
3367
|
+
*/
|
|
3368
|
+
export declare const BatchImportEvidenceToAssessmentControlErrorFilterSensitiveLog: (obj: BatchImportEvidenceToAssessmentControlError) => any;
|
|
3369
|
+
/**
|
|
3370
|
+
* @internal
|
|
3371
|
+
*/
|
|
3372
|
+
export declare const BatchImportEvidenceToAssessmentControlResponseFilterSensitiveLog: (obj: BatchImportEvidenceToAssessmentControlResponse) => any;
|
|
3373
|
+
/**
|
|
3374
|
+
* @internal
|
|
3375
|
+
*/
|
|
3376
|
+
export declare const CreateAssessmentRequestFilterSensitiveLog: (obj: CreateAssessmentRequest) => any;
|
|
3377
|
+
/**
|
|
3378
|
+
* @internal
|
|
3379
|
+
*/
|
|
3380
|
+
export declare const CreateAssessmentResponseFilterSensitiveLog: (obj: CreateAssessmentResponse) => any;
|
|
3381
|
+
/**
|
|
3382
|
+
* @internal
|
|
3383
|
+
*/
|
|
3384
|
+
export declare const CreateAssessmentFrameworkControlFilterSensitiveLog: (obj: CreateAssessmentFrameworkControl) => any;
|
|
3385
|
+
/**
|
|
3386
|
+
* @internal
|
|
3387
|
+
*/
|
|
3388
|
+
export declare const CreateAssessmentFrameworkControlSetFilterSensitiveLog: (obj: CreateAssessmentFrameworkControlSet) => any;
|
|
3389
|
+
/**
|
|
3390
|
+
* @internal
|
|
3391
|
+
*/
|
|
3392
|
+
export declare const CreateAssessmentFrameworkRequestFilterSensitiveLog: (obj: CreateAssessmentFrameworkRequest) => any;
|
|
3393
|
+
/**
|
|
3394
|
+
* @internal
|
|
3395
|
+
*/
|
|
3396
|
+
export declare const SourceKeywordFilterSensitiveLog: (obj: SourceKeyword) => any;
|
|
3397
|
+
/**
|
|
3398
|
+
* @internal
|
|
3399
|
+
*/
|
|
3400
|
+
export declare const ControlMappingSourceFilterSensitiveLog: (obj: ControlMappingSource) => any;
|
|
3401
|
+
/**
|
|
3402
|
+
* @internal
|
|
3403
|
+
*/
|
|
3404
|
+
export declare const ControlFilterSensitiveLog: (obj: Control) => any;
|
|
3405
|
+
/**
|
|
3406
|
+
* @internal
|
|
3407
|
+
*/
|
|
3408
|
+
export declare const ControlSetFilterSensitiveLog: (obj: ControlSet) => any;
|
|
3409
|
+
/**
|
|
3410
|
+
* @internal
|
|
3411
|
+
*/
|
|
3412
|
+
export declare const FrameworkFilterSensitiveLog: (obj: Framework) => any;
|
|
3413
|
+
/**
|
|
3414
|
+
* @internal
|
|
3415
|
+
*/
|
|
3416
|
+
export declare const CreateAssessmentFrameworkResponseFilterSensitiveLog: (obj: CreateAssessmentFrameworkResponse) => any;
|
|
3417
|
+
/**
|
|
3418
|
+
* @internal
|
|
3419
|
+
*/
|
|
3420
|
+
export declare const CreateAssessmentReportRequestFilterSensitiveLog: (obj: CreateAssessmentReportRequest) => any;
|
|
3421
|
+
/**
|
|
3422
|
+
* @internal
|
|
3423
|
+
*/
|
|
3424
|
+
export declare const CreateAssessmentReportResponseFilterSensitiveLog: (obj: CreateAssessmentReportResponse) => any;
|
|
3425
|
+
/**
|
|
3426
|
+
* @internal
|
|
3427
|
+
*/
|
|
3428
|
+
export declare const CreateControlMappingSourceFilterSensitiveLog: (obj: CreateControlMappingSource) => any;
|
|
3429
|
+
/**
|
|
3430
|
+
* @internal
|
|
3431
|
+
*/
|
|
3432
|
+
export declare const CreateControlRequestFilterSensitiveLog: (obj: CreateControlRequest) => any;
|
|
3433
|
+
/**
|
|
3434
|
+
* @internal
|
|
3435
|
+
*/
|
|
3436
|
+
export declare const CreateControlResponseFilterSensitiveLog: (obj: CreateControlResponse) => any;
|
|
3437
|
+
/**
|
|
3438
|
+
* @internal
|
|
3439
|
+
*/
|
|
3440
|
+
export declare const DeleteAssessmentRequestFilterSensitiveLog: (obj: DeleteAssessmentRequest) => any;
|
|
3441
|
+
/**
|
|
3442
|
+
* @internal
|
|
3443
|
+
*/
|
|
3444
|
+
export declare const DeleteAssessmentResponseFilterSensitiveLog: (obj: DeleteAssessmentResponse) => any;
|
|
3445
|
+
/**
|
|
3446
|
+
* @internal
|
|
3447
|
+
*/
|
|
3448
|
+
export declare const DeleteAssessmentFrameworkRequestFilterSensitiveLog: (obj: DeleteAssessmentFrameworkRequest) => any;
|
|
3449
|
+
/**
|
|
3450
|
+
* @internal
|
|
3451
|
+
*/
|
|
3452
|
+
export declare const DeleteAssessmentFrameworkResponseFilterSensitiveLog: (obj: DeleteAssessmentFrameworkResponse) => any;
|
|
3453
|
+
/**
|
|
3454
|
+
* @internal
|
|
3455
|
+
*/
|
|
3456
|
+
export declare const DeleteAssessmentFrameworkShareRequestFilterSensitiveLog: (obj: DeleteAssessmentFrameworkShareRequest) => any;
|
|
3457
|
+
/**
|
|
3458
|
+
* @internal
|
|
3459
|
+
*/
|
|
3460
|
+
export declare const DeleteAssessmentFrameworkShareResponseFilterSensitiveLog: (obj: DeleteAssessmentFrameworkShareResponse) => any;
|
|
3461
|
+
/**
|
|
3462
|
+
* @internal
|
|
3463
|
+
*/
|
|
3464
|
+
export declare const DeleteAssessmentReportRequestFilterSensitiveLog: (obj: DeleteAssessmentReportRequest) => any;
|
|
3465
|
+
/**
|
|
3466
|
+
* @internal
|
|
3467
|
+
*/
|
|
3468
|
+
export declare const DeleteAssessmentReportResponseFilterSensitiveLog: (obj: DeleteAssessmentReportResponse) => any;
|
|
3469
|
+
/**
|
|
3470
|
+
* @internal
|
|
3471
|
+
*/
|
|
3472
|
+
export declare const DeleteControlRequestFilterSensitiveLog: (obj: DeleteControlRequest) => any;
|
|
3473
|
+
/**
|
|
3474
|
+
* @internal
|
|
3475
|
+
*/
|
|
3476
|
+
export declare const DeleteControlResponseFilterSensitiveLog: (obj: DeleteControlResponse) => any;
|
|
3477
|
+
/**
|
|
3478
|
+
* @internal
|
|
3479
|
+
*/
|
|
3480
|
+
export declare const DeregisterAccountRequestFilterSensitiveLog: (obj: DeregisterAccountRequest) => any;
|
|
3481
|
+
/**
|
|
3482
|
+
* @internal
|
|
3483
|
+
*/
|
|
3484
|
+
export declare const DeregisterAccountResponseFilterSensitiveLog: (obj: DeregisterAccountResponse) => any;
|
|
3485
|
+
/**
|
|
3486
|
+
* @internal
|
|
3487
|
+
*/
|
|
3488
|
+
export declare const DeregisterOrganizationAdminAccountRequestFilterSensitiveLog: (obj: DeregisterOrganizationAdminAccountRequest) => any;
|
|
3489
|
+
/**
|
|
3490
|
+
* @internal
|
|
3491
|
+
*/
|
|
3492
|
+
export declare const DeregisterOrganizationAdminAccountResponseFilterSensitiveLog: (obj: DeregisterOrganizationAdminAccountResponse) => any;
|
|
3493
|
+
/**
|
|
3494
|
+
* @internal
|
|
3495
|
+
*/
|
|
3496
|
+
export declare const DisassociateAssessmentReportEvidenceFolderRequestFilterSensitiveLog: (obj: DisassociateAssessmentReportEvidenceFolderRequest) => any;
|
|
3497
|
+
/**
|
|
3498
|
+
* @internal
|
|
3499
|
+
*/
|
|
3500
|
+
export declare const DisassociateAssessmentReportEvidenceFolderResponseFilterSensitiveLog: (obj: DisassociateAssessmentReportEvidenceFolderResponse) => any;
|
|
3501
|
+
/**
|
|
3502
|
+
* @internal
|
|
3503
|
+
*/
|
|
3504
|
+
export declare const GetAccountStatusRequestFilterSensitiveLog: (obj: GetAccountStatusRequest) => any;
|
|
3505
|
+
/**
|
|
3506
|
+
* @internal
|
|
3507
|
+
*/
|
|
3508
|
+
export declare const GetAccountStatusResponseFilterSensitiveLog: (obj: GetAccountStatusResponse) => any;
|
|
3509
|
+
/**
|
|
3510
|
+
* @internal
|
|
3511
|
+
*/
|
|
3512
|
+
export declare const GetAssessmentRequestFilterSensitiveLog: (obj: GetAssessmentRequest) => any;
|
|
3513
|
+
/**
|
|
3514
|
+
* @internal
|
|
3515
|
+
*/
|
|
3516
|
+
export declare const GetAssessmentResponseFilterSensitiveLog: (obj: GetAssessmentResponse) => any;
|
|
3517
|
+
/**
|
|
3518
|
+
* @internal
|
|
3519
|
+
*/
|
|
3520
|
+
export declare const GetAssessmentFrameworkRequestFilterSensitiveLog: (obj: GetAssessmentFrameworkRequest) => any;
|
|
3521
|
+
/**
|
|
3522
|
+
* @internal
|
|
3523
|
+
*/
|
|
3524
|
+
export declare const GetAssessmentFrameworkResponseFilterSensitiveLog: (obj: GetAssessmentFrameworkResponse) => any;
|
|
3525
|
+
/**
|
|
3526
|
+
* @internal
|
|
3527
|
+
*/
|
|
3528
|
+
export declare const GetAssessmentReportUrlRequestFilterSensitiveLog: (obj: GetAssessmentReportUrlRequest) => any;
|
|
3529
|
+
/**
|
|
3530
|
+
* @internal
|
|
3531
|
+
*/
|
|
3532
|
+
export declare const URLFilterSensitiveLog: (obj: URL) => any;
|
|
3533
|
+
/**
|
|
3534
|
+
* @internal
|
|
3535
|
+
*/
|
|
3536
|
+
export declare const GetAssessmentReportUrlResponseFilterSensitiveLog: (obj: GetAssessmentReportUrlResponse) => any;
|
|
3537
|
+
/**
|
|
3538
|
+
* @internal
|
|
3539
|
+
*/
|
|
3540
|
+
export declare const GetChangeLogsRequestFilterSensitiveLog: (obj: GetChangeLogsRequest) => any;
|
|
3541
|
+
/**
|
|
3542
|
+
* @internal
|
|
3543
|
+
*/
|
|
3544
|
+
export declare const ChangeLogFilterSensitiveLog: (obj: ChangeLog) => any;
|
|
3545
|
+
/**
|
|
3546
|
+
* @internal
|
|
3547
|
+
*/
|
|
3548
|
+
export declare const GetChangeLogsResponseFilterSensitiveLog: (obj: GetChangeLogsResponse) => any;
|
|
3549
|
+
/**
|
|
3550
|
+
* @internal
|
|
3551
|
+
*/
|
|
3552
|
+
export declare const GetControlRequestFilterSensitiveLog: (obj: GetControlRequest) => any;
|
|
3553
|
+
/**
|
|
3554
|
+
* @internal
|
|
3555
|
+
*/
|
|
3556
|
+
export declare const GetControlResponseFilterSensitiveLog: (obj: GetControlResponse) => any;
|
|
3557
|
+
/**
|
|
3558
|
+
* @internal
|
|
3559
|
+
*/
|
|
3560
|
+
export declare const GetDelegationsRequestFilterSensitiveLog: (obj: GetDelegationsRequest) => any;
|
|
3561
|
+
/**
|
|
3562
|
+
* @internal
|
|
3563
|
+
*/
|
|
3564
|
+
export declare const DelegationMetadataFilterSensitiveLog: (obj: DelegationMetadata) => any;
|
|
3565
|
+
/**
|
|
3566
|
+
* @internal
|
|
3567
|
+
*/
|
|
3568
|
+
export declare const GetDelegationsResponseFilterSensitiveLog: (obj: GetDelegationsResponse) => any;
|
|
3569
|
+
/**
|
|
3570
|
+
* @internal
|
|
3571
|
+
*/
|
|
3572
|
+
export declare const GetEvidenceRequestFilterSensitiveLog: (obj: GetEvidenceRequest) => any;
|
|
3573
|
+
/**
|
|
3574
|
+
* @internal
|
|
3575
|
+
*/
|
|
3576
|
+
export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
|
|
3577
|
+
/**
|
|
3578
|
+
* @internal
|
|
3579
|
+
*/
|
|
3580
|
+
export declare const EvidenceFilterSensitiveLog: (obj: Evidence) => any;
|
|
3581
|
+
/**
|
|
3582
|
+
* @internal
|
|
3583
|
+
*/
|
|
3584
|
+
export declare const GetEvidenceResponseFilterSensitiveLog: (obj: GetEvidenceResponse) => any;
|
|
3585
|
+
/**
|
|
3586
|
+
* @internal
|
|
3587
|
+
*/
|
|
3588
|
+
export declare const GetEvidenceByEvidenceFolderRequestFilterSensitiveLog: (obj: GetEvidenceByEvidenceFolderRequest) => any;
|
|
3589
|
+
/**
|
|
3590
|
+
* @internal
|
|
3591
|
+
*/
|
|
3592
|
+
export declare const GetEvidenceByEvidenceFolderResponseFilterSensitiveLog: (obj: GetEvidenceByEvidenceFolderResponse) => any;
|
|
3593
|
+
/**
|
|
3594
|
+
* @internal
|
|
3595
|
+
*/
|
|
3596
|
+
export declare const GetEvidenceFolderRequestFilterSensitiveLog: (obj: GetEvidenceFolderRequest) => any;
|
|
3597
|
+
/**
|
|
3598
|
+
* @internal
|
|
3599
|
+
*/
|
|
3600
|
+
export declare const GetEvidenceFolderResponseFilterSensitiveLog: (obj: GetEvidenceFolderResponse) => any;
|
|
3601
|
+
/**
|
|
3602
|
+
* @internal
|
|
3603
|
+
*/
|
|
3604
|
+
export declare const GetEvidenceFoldersByAssessmentRequestFilterSensitiveLog: (obj: GetEvidenceFoldersByAssessmentRequest) => any;
|
|
3605
|
+
/**
|
|
3606
|
+
* @internal
|
|
3607
|
+
*/
|
|
3608
|
+
export declare const GetEvidenceFoldersByAssessmentResponseFilterSensitiveLog: (obj: GetEvidenceFoldersByAssessmentResponse) => any;
|
|
3609
|
+
/**
|
|
3610
|
+
* @internal
|
|
3611
|
+
*/
|
|
3612
|
+
export declare const GetEvidenceFoldersByAssessmentControlRequestFilterSensitiveLog: (obj: GetEvidenceFoldersByAssessmentControlRequest) => any;
|
|
3613
|
+
/**
|
|
3614
|
+
* @internal
|
|
3615
|
+
*/
|
|
3616
|
+
export declare const GetEvidenceFoldersByAssessmentControlResponseFilterSensitiveLog: (obj: GetEvidenceFoldersByAssessmentControlResponse) => any;
|
|
3617
|
+
/**
|
|
3618
|
+
* @internal
|
|
3619
|
+
*/
|
|
3620
|
+
export declare const GetInsightsRequestFilterSensitiveLog: (obj: GetInsightsRequest) => any;
|
|
3621
|
+
/**
|
|
3622
|
+
* @internal
|
|
3623
|
+
*/
|
|
3624
|
+
export declare const InsightsFilterSensitiveLog: (obj: Insights) => any;
|
|
3625
|
+
/**
|
|
3626
|
+
* @internal
|
|
3627
|
+
*/
|
|
3628
|
+
export declare const GetInsightsResponseFilterSensitiveLog: (obj: GetInsightsResponse) => any;
|
|
3629
|
+
/**
|
|
3630
|
+
* @internal
|
|
3631
|
+
*/
|
|
3632
|
+
export declare const GetInsightsByAssessmentRequestFilterSensitiveLog: (obj: GetInsightsByAssessmentRequest) => any;
|
|
3633
|
+
/**
|
|
3634
|
+
* @internal
|
|
3635
|
+
*/
|
|
3636
|
+
export declare const InsightsByAssessmentFilterSensitiveLog: (obj: InsightsByAssessment) => any;
|
|
3637
|
+
/**
|
|
3638
|
+
* @internal
|
|
3639
|
+
*/
|
|
3640
|
+
export declare const GetInsightsByAssessmentResponseFilterSensitiveLog: (obj: GetInsightsByAssessmentResponse) => any;
|
|
3641
|
+
/**
|
|
3642
|
+
* @internal
|
|
3643
|
+
*/
|
|
3644
|
+
export declare const GetOrganizationAdminAccountRequestFilterSensitiveLog: (obj: GetOrganizationAdminAccountRequest) => any;
|
|
3645
|
+
/**
|
|
3646
|
+
* @internal
|
|
3647
|
+
*/
|
|
3648
|
+
export declare const GetOrganizationAdminAccountResponseFilterSensitiveLog: (obj: GetOrganizationAdminAccountResponse) => any;
|
|
3649
|
+
/**
|
|
3650
|
+
* @internal
|
|
3651
|
+
*/
|
|
3652
|
+
export declare const GetServicesInScopeRequestFilterSensitiveLog: (obj: GetServicesInScopeRequest) => any;
|
|
3653
|
+
/**
|
|
3654
|
+
* @internal
|
|
3655
|
+
*/
|
|
3656
|
+
export declare const ServiceMetadataFilterSensitiveLog: (obj: ServiceMetadata) => any;
|
|
3657
|
+
/**
|
|
3658
|
+
* @internal
|
|
3659
|
+
*/
|
|
3660
|
+
export declare const GetServicesInScopeResponseFilterSensitiveLog: (obj: GetServicesInScopeResponse) => any;
|
|
3661
|
+
/**
|
|
3662
|
+
* @internal
|
|
3663
|
+
*/
|
|
3664
|
+
export declare const GetSettingsRequestFilterSensitiveLog: (obj: GetSettingsRequest) => any;
|
|
3665
|
+
/**
|
|
3666
|
+
* @internal
|
|
3667
|
+
*/
|
|
3668
|
+
export declare const SettingsFilterSensitiveLog: (obj: Settings) => any;
|
|
3669
|
+
/**
|
|
3670
|
+
* @internal
|
|
3671
|
+
*/
|
|
3672
|
+
export declare const GetSettingsResponseFilterSensitiveLog: (obj: GetSettingsResponse) => any;
|
|
3673
|
+
/**
|
|
3674
|
+
* @internal
|
|
3675
|
+
*/
|
|
3676
|
+
export declare const ListAssessmentControlInsightsByControlDomainRequestFilterSensitiveLog: (obj: ListAssessmentControlInsightsByControlDomainRequest) => any;
|
|
3677
|
+
/**
|
|
3678
|
+
* @internal
|
|
3679
|
+
*/
|
|
3680
|
+
export declare const EvidenceInsightsFilterSensitiveLog: (obj: EvidenceInsights) => any;
|
|
3681
|
+
/**
|
|
3682
|
+
* @internal
|
|
3683
|
+
*/
|
|
3684
|
+
export declare const ControlInsightsMetadataByAssessmentItemFilterSensitiveLog: (obj: ControlInsightsMetadataByAssessmentItem) => any;
|
|
3685
|
+
/**
|
|
3686
|
+
* @internal
|
|
3687
|
+
*/
|
|
3688
|
+
export declare const ListAssessmentControlInsightsByControlDomainResponseFilterSensitiveLog: (obj: ListAssessmentControlInsightsByControlDomainResponse) => any;
|
|
3689
|
+
/**
|
|
3690
|
+
* @internal
|
|
3691
|
+
*/
|
|
3692
|
+
export declare const ListAssessmentFrameworksRequestFilterSensitiveLog: (obj: ListAssessmentFrameworksRequest) => any;
|
|
3693
|
+
/**
|
|
3694
|
+
* @internal
|
|
3695
|
+
*/
|
|
3696
|
+
export declare const ListAssessmentFrameworksResponseFilterSensitiveLog: (obj: ListAssessmentFrameworksResponse) => any;
|
|
3697
|
+
/**
|
|
3698
|
+
* @internal
|
|
3699
|
+
*/
|
|
3700
|
+
export declare const ListAssessmentFrameworkShareRequestsRequestFilterSensitiveLog: (obj: ListAssessmentFrameworkShareRequestsRequest) => any;
|
|
3701
|
+
/**
|
|
3702
|
+
* @internal
|
|
3703
|
+
*/
|
|
3704
|
+
export declare const ListAssessmentFrameworkShareRequestsResponseFilterSensitiveLog: (obj: ListAssessmentFrameworkShareRequestsResponse) => any;
|
|
3705
|
+
/**
|
|
3706
|
+
* @internal
|
|
3707
|
+
*/
|
|
3708
|
+
export declare const ListAssessmentReportsRequestFilterSensitiveLog: (obj: ListAssessmentReportsRequest) => any;
|
|
3709
|
+
/**
|
|
3710
|
+
* @internal
|
|
3711
|
+
*/
|
|
3712
|
+
export declare const ListAssessmentReportsResponseFilterSensitiveLog: (obj: ListAssessmentReportsResponse) => any;
|
|
3713
|
+
/**
|
|
3714
|
+
* @internal
|
|
3715
|
+
*/
|
|
3716
|
+
export declare const ListAssessmentsRequestFilterSensitiveLog: (obj: ListAssessmentsRequest) => any;
|
|
3717
|
+
/**
|
|
3718
|
+
* @internal
|
|
3719
|
+
*/
|
|
3720
|
+
export declare const ListAssessmentsResponseFilterSensitiveLog: (obj: ListAssessmentsResponse) => any;
|
|
3721
|
+
/**
|
|
3722
|
+
* @internal
|
|
3723
|
+
*/
|
|
3724
|
+
export declare const ListControlDomainInsightsRequestFilterSensitiveLog: (obj: ListControlDomainInsightsRequest) => any;
|
|
3725
|
+
/**
|
|
3726
|
+
* @internal
|
|
3727
|
+
*/
|
|
3728
|
+
export declare const ControlDomainInsightsFilterSensitiveLog: (obj: ControlDomainInsights) => any;
|
|
3729
|
+
/**
|
|
3730
|
+
* @internal
|
|
3731
|
+
*/
|
|
3732
|
+
export declare const ListControlDomainInsightsResponseFilterSensitiveLog: (obj: ListControlDomainInsightsResponse) => any;
|
|
3733
|
+
/**
|
|
3734
|
+
* @internal
|
|
3735
|
+
*/
|
|
3736
|
+
export declare const ListControlDomainInsightsByAssessmentRequestFilterSensitiveLog: (obj: ListControlDomainInsightsByAssessmentRequest) => any;
|
|
3737
|
+
/**
|
|
3738
|
+
* @internal
|
|
3739
|
+
*/
|
|
3740
|
+
export declare const ListControlDomainInsightsByAssessmentResponseFilterSensitiveLog: (obj: ListControlDomainInsightsByAssessmentResponse) => any;
|
|
3741
|
+
/**
|
|
3742
|
+
* @internal
|
|
3743
|
+
*/
|
|
3744
|
+
export declare const ListControlInsightsByControlDomainRequestFilterSensitiveLog: (obj: ListControlInsightsByControlDomainRequest) => any;
|
|
3745
|
+
/**
|
|
3746
|
+
* @internal
|
|
3747
|
+
*/
|
|
3748
|
+
export declare const ControlInsightsMetadataItemFilterSensitiveLog: (obj: ControlInsightsMetadataItem) => any;
|
|
3749
|
+
/**
|
|
3750
|
+
* @internal
|
|
3751
|
+
*/
|
|
3752
|
+
export declare const ListControlInsightsByControlDomainResponseFilterSensitiveLog: (obj: ListControlInsightsByControlDomainResponse) => any;
|
|
3753
|
+
/**
|
|
3754
|
+
* @internal
|
|
3755
|
+
*/
|
|
3756
|
+
export declare const ListControlsRequestFilterSensitiveLog: (obj: ListControlsRequest) => any;
|
|
3757
|
+
/**
|
|
3758
|
+
* @internal
|
|
3759
|
+
*/
|
|
3760
|
+
export declare const ControlMetadataFilterSensitiveLog: (obj: ControlMetadata) => any;
|
|
3761
|
+
/**
|
|
3762
|
+
* @internal
|
|
3763
|
+
*/
|
|
3764
|
+
export declare const ListControlsResponseFilterSensitiveLog: (obj: ListControlsResponse) => any;
|
|
3765
|
+
/**
|
|
3766
|
+
* @internal
|
|
3767
|
+
*/
|
|
3768
|
+
export declare const ListKeywordsForDataSourceRequestFilterSensitiveLog: (obj: ListKeywordsForDataSourceRequest) => any;
|
|
3769
|
+
/**
|
|
3770
|
+
* @internal
|
|
3771
|
+
*/
|
|
3772
|
+
export declare const ListKeywordsForDataSourceResponseFilterSensitiveLog: (obj: ListKeywordsForDataSourceResponse) => any;
|
|
3773
|
+
/**
|
|
3774
|
+
* @internal
|
|
3775
|
+
*/
|
|
3776
|
+
export declare const ListNotificationsRequestFilterSensitiveLog: (obj: ListNotificationsRequest) => any;
|
|
3777
|
+
/**
|
|
3778
|
+
* @internal
|
|
3779
|
+
*/
|
|
3780
|
+
export declare const NotificationFilterSensitiveLog: (obj: Notification) => any;
|
|
3781
|
+
/**
|
|
3782
|
+
* @internal
|
|
3783
|
+
*/
|
|
3784
|
+
export declare const ListNotificationsResponseFilterSensitiveLog: (obj: ListNotificationsResponse) => any;
|
|
3785
|
+
/**
|
|
3786
|
+
* @internal
|
|
3787
|
+
*/
|
|
3788
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
3789
|
+
/**
|
|
3790
|
+
* @internal
|
|
3791
|
+
*/
|
|
3792
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
3793
|
+
/**
|
|
3794
|
+
* @internal
|
|
3795
|
+
*/
|
|
3796
|
+
export declare const RegisterAccountRequestFilterSensitiveLog: (obj: RegisterAccountRequest) => any;
|
|
3797
|
+
/**
|
|
3798
|
+
* @internal
|
|
3799
|
+
*/
|
|
3800
|
+
export declare const RegisterAccountResponseFilterSensitiveLog: (obj: RegisterAccountResponse) => any;
|
|
3801
|
+
/**
|
|
3802
|
+
* @internal
|
|
3803
|
+
*/
|
|
3804
|
+
export declare const RegisterOrganizationAdminAccountRequestFilterSensitiveLog: (obj: RegisterOrganizationAdminAccountRequest) => any;
|
|
3805
|
+
/**
|
|
3806
|
+
* @internal
|
|
3807
|
+
*/
|
|
3808
|
+
export declare const RegisterOrganizationAdminAccountResponseFilterSensitiveLog: (obj: RegisterOrganizationAdminAccountResponse) => any;
|
|
3809
|
+
/**
|
|
3810
|
+
* @internal
|
|
3811
|
+
*/
|
|
3812
|
+
export declare const StartAssessmentFrameworkShareRequestFilterSensitiveLog: (obj: StartAssessmentFrameworkShareRequest) => any;
|
|
3813
|
+
/**
|
|
3814
|
+
* @internal
|
|
3815
|
+
*/
|
|
3816
|
+
export declare const StartAssessmentFrameworkShareResponseFilterSensitiveLog: (obj: StartAssessmentFrameworkShareResponse) => any;
|
|
3817
|
+
/**
|
|
3818
|
+
* @internal
|
|
3819
|
+
*/
|
|
3820
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
3821
|
+
/**
|
|
3822
|
+
* @internal
|
|
3823
|
+
*/
|
|
3824
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
3825
|
+
/**
|
|
3826
|
+
* @internal
|
|
3827
|
+
*/
|
|
3828
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
3829
|
+
/**
|
|
3830
|
+
* @internal
|
|
3831
|
+
*/
|
|
3832
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
3833
|
+
/**
|
|
3834
|
+
* @internal
|
|
3835
|
+
*/
|
|
3836
|
+
export declare const UpdateAssessmentRequestFilterSensitiveLog: (obj: UpdateAssessmentRequest) => any;
|
|
3837
|
+
/**
|
|
3838
|
+
* @internal
|
|
3839
|
+
*/
|
|
3840
|
+
export declare const UpdateAssessmentResponseFilterSensitiveLog: (obj: UpdateAssessmentResponse) => any;
|
|
3841
|
+
/**
|
|
3842
|
+
* @internal
|
|
3843
|
+
*/
|
|
3844
|
+
export declare const UpdateAssessmentControlRequestFilterSensitiveLog: (obj: UpdateAssessmentControlRequest) => any;
|
|
3845
|
+
/**
|
|
3846
|
+
* @internal
|
|
3847
|
+
*/
|
|
3848
|
+
export declare const UpdateAssessmentControlResponseFilterSensitiveLog: (obj: UpdateAssessmentControlResponse) => any;
|
|
3849
|
+
/**
|
|
3850
|
+
* @internal
|
|
3851
|
+
*/
|
|
3852
|
+
export declare const UpdateAssessmentControlSetStatusRequestFilterSensitiveLog: (obj: UpdateAssessmentControlSetStatusRequest) => any;
|
|
3853
|
+
/**
|
|
3854
|
+
* @internal
|
|
3855
|
+
*/
|
|
3856
|
+
export declare const UpdateAssessmentControlSetStatusResponseFilterSensitiveLog: (obj: UpdateAssessmentControlSetStatusResponse) => any;
|
|
3857
|
+
/**
|
|
3858
|
+
* @internal
|
|
3859
|
+
*/
|
|
3860
|
+
export declare const UpdateAssessmentFrameworkControlSetFilterSensitiveLog: (obj: UpdateAssessmentFrameworkControlSet) => any;
|
|
3861
|
+
/**
|
|
3862
|
+
* @internal
|
|
3863
|
+
*/
|
|
3864
|
+
export declare const UpdateAssessmentFrameworkRequestFilterSensitiveLog: (obj: UpdateAssessmentFrameworkRequest) => any;
|
|
3865
|
+
/**
|
|
3866
|
+
* @internal
|
|
3867
|
+
*/
|
|
3868
|
+
export declare const UpdateAssessmentFrameworkResponseFilterSensitiveLog: (obj: UpdateAssessmentFrameworkResponse) => any;
|
|
3869
|
+
/**
|
|
3870
|
+
* @internal
|
|
3871
|
+
*/
|
|
3872
|
+
export declare const UpdateAssessmentFrameworkShareRequestFilterSensitiveLog: (obj: UpdateAssessmentFrameworkShareRequest) => any;
|
|
3873
|
+
/**
|
|
3874
|
+
* @internal
|
|
3875
|
+
*/
|
|
3876
|
+
export declare const UpdateAssessmentFrameworkShareResponseFilterSensitiveLog: (obj: UpdateAssessmentFrameworkShareResponse) => any;
|
|
3877
|
+
/**
|
|
3878
|
+
* @internal
|
|
3879
|
+
*/
|
|
3880
|
+
export declare const UpdateAssessmentStatusRequestFilterSensitiveLog: (obj: UpdateAssessmentStatusRequest) => any;
|
|
3881
|
+
/**
|
|
3882
|
+
* @internal
|
|
3883
|
+
*/
|
|
3884
|
+
export declare const UpdateAssessmentStatusResponseFilterSensitiveLog: (obj: UpdateAssessmentStatusResponse) => any;
|
|
3885
|
+
/**
|
|
3886
|
+
* @internal
|
|
3887
|
+
*/
|
|
3888
|
+
export declare const UpdateControlRequestFilterSensitiveLog: (obj: UpdateControlRequest) => any;
|
|
3889
|
+
/**
|
|
3890
|
+
* @internal
|
|
3891
|
+
*/
|
|
3892
|
+
export declare const UpdateControlResponseFilterSensitiveLog: (obj: UpdateControlResponse) => any;
|
|
3893
|
+
/**
|
|
3894
|
+
* @internal
|
|
3895
|
+
*/
|
|
3896
|
+
export declare const UpdateSettingsRequestFilterSensitiveLog: (obj: UpdateSettingsRequest) => any;
|
|
3897
|
+
/**
|
|
3898
|
+
* @internal
|
|
3899
|
+
*/
|
|
3900
|
+
export declare const UpdateSettingsResponseFilterSensitiveLog: (obj: UpdateSettingsResponse) => any;
|
|
3901
|
+
/**
|
|
3902
|
+
* @internal
|
|
3903
|
+
*/
|
|
3904
|
+
export declare const ValidateAssessmentReportIntegrityRequestFilterSensitiveLog: (obj: ValidateAssessmentReportIntegrityRequest) => any;
|
|
3905
|
+
/**
|
|
3906
|
+
* @internal
|
|
3907
|
+
*/
|
|
3908
|
+
export declare const ValidateAssessmentReportIntegrityResponseFilterSensitiveLog: (obj: ValidateAssessmentReportIntegrityResponse) => any;
|