@aws-sdk/client-auditmanager 3.590.0 → 3.593.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. package/dist-cjs/index.js +27 -63
  2. package/dist-es/models/models_0.js +19 -0
  3. package/dist-es/protocols/Aws_restJson1.js +3 -0
  4. package/dist-types/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +2 -1
  5. package/dist-types/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +2 -1
  6. package/dist-types/commands/BatchCreateDelegationByAssessmentCommand.d.ts +2 -1
  7. package/dist-types/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +2 -1
  9. package/dist-types/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateAssessmentCommand.d.ts +5 -1
  11. package/dist-types/commands/CreateAssessmentFrameworkCommand.d.ts +5 -3
  12. package/dist-types/commands/CreateAssessmentReportCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateControlCommand.d.ts +6 -4
  14. package/dist-types/commands/DeleteAssessmentCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteAssessmentFrameworkCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteAssessmentFrameworkShareCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteAssessmentReportCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteControlCommand.d.ts +2 -1
  19. package/dist-types/commands/DeregisterAccountCommand.d.ts +2 -1
  20. package/dist-types/commands/DeregisterOrganizationAdminAccountCommand.d.ts +2 -1
  21. package/dist-types/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +2 -1
  22. package/dist-types/commands/GetAccountStatusCommand.d.ts +2 -1
  23. package/dist-types/commands/GetAssessmentCommand.d.ts +2 -1
  24. package/dist-types/commands/GetAssessmentFrameworkCommand.d.ts +5 -3
  25. package/dist-types/commands/GetAssessmentReportUrlCommand.d.ts +2 -1
  26. package/dist-types/commands/GetChangeLogsCommand.d.ts +2 -1
  27. package/dist-types/commands/GetControlCommand.d.ts +5 -3
  28. package/dist-types/commands/GetDelegationsCommand.d.ts +2 -1
  29. package/dist-types/commands/GetEvidenceByEvidenceFolderCommand.d.ts +2 -1
  30. package/dist-types/commands/GetEvidenceCommand.d.ts +2 -1
  31. package/dist-types/commands/GetEvidenceFileUploadUrlCommand.d.ts +2 -1
  32. package/dist-types/commands/GetEvidenceFolderCommand.d.ts +2 -1
  33. package/dist-types/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +2 -1
  34. package/dist-types/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +2 -1
  35. package/dist-types/commands/GetInsightsByAssessmentCommand.d.ts +2 -1
  36. package/dist-types/commands/GetInsightsCommand.d.ts +2 -1
  37. package/dist-types/commands/GetOrganizationAdminAccountCommand.d.ts +2 -1
  38. package/dist-types/commands/GetServicesInScopeCommand.d.ts +14 -4
  39. package/dist-types/commands/GetSettingsCommand.d.ts +2 -1
  40. package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +2 -1
  41. package/dist-types/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListAssessmentFrameworksCommand.d.ts +2 -1
  43. package/dist-types/commands/ListAssessmentReportsCommand.d.ts +2 -1
  44. package/dist-types/commands/ListAssessmentsCommand.d.ts +2 -1
  45. package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +8 -1
  46. package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +8 -1
  47. package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +2 -1
  48. package/dist-types/commands/ListControlsCommand.d.ts +4 -2
  49. package/dist-types/commands/ListKeywordsForDataSourceCommand.d.ts +4 -3
  50. package/dist-types/commands/ListNotificationsCommand.d.ts +2 -1
  51. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  52. package/dist-types/commands/RegisterAccountCommand.d.ts +2 -1
  53. package/dist-types/commands/RegisterOrganizationAdminAccountCommand.d.ts +2 -1
  54. package/dist-types/commands/StartAssessmentFrameworkShareCommand.d.ts +2 -1
  55. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  56. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateAssessmentCommand.d.ts +5 -1
  58. package/dist-types/commands/UpdateAssessmentControlCommand.d.ts +2 -1
  59. package/dist-types/commands/UpdateAssessmentControlSetStatusCommand.d.ts +2 -1
  60. package/dist-types/commands/UpdateAssessmentFrameworkCommand.d.ts +5 -3
  61. package/dist-types/commands/UpdateAssessmentFrameworkShareCommand.d.ts +2 -1
  62. package/dist-types/commands/UpdateAssessmentStatusCommand.d.ts +2 -1
  63. package/dist-types/commands/UpdateControlCommand.d.ts +6 -4
  64. package/dist-types/commands/UpdateSettingsCommand.d.ts +2 -1
  65. package/dist-types/commands/ValidateAssessmentReportIntegrityCommand.d.ts +2 -1
  66. package/dist-types/index.d.ts +2 -2
  67. package/dist-types/models/AuditManagerServiceException.d.ts +2 -1
  68. package/dist-types/models/models_0.d.ts +151 -17
  69. package/dist-types/ts3.4/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/BatchCreateDelegationByAssessmentCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/CreateAssessmentCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/CreateAssessmentFrameworkCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/CreateAssessmentReportCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/CreateControlCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/DeleteAssessmentCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkShareCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/DeleteAssessmentReportCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/DeleteControlCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/DeregisterAccountCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/DeregisterOrganizationAdminAccountCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/GetAccountStatusCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/GetAssessmentCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/GetAssessmentFrameworkCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/GetAssessmentReportUrlCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/GetChangeLogsCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/GetControlCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/GetDelegationsCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/GetEvidenceByEvidenceFolderCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/GetEvidenceCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/GetEvidenceFileUploadUrlCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/GetEvidenceFolderCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/GetInsightsByAssessmentCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/GetOrganizationAdminAccountCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/GetServicesInScopeCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/GetSettingsCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/ListAssessmentFrameworksCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/commands/ListAssessmentReportsCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/commands/ListAssessmentsCommand.d.ts +2 -1
  110. package/dist-types/ts3.4/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +2 -1
  111. package/dist-types/ts3.4/commands/ListControlDomainInsightsCommand.d.ts +2 -1
  112. package/dist-types/ts3.4/commands/ListControlInsightsByControlDomainCommand.d.ts +2 -1
  113. package/dist-types/ts3.4/commands/ListControlsCommand.d.ts +2 -1
  114. package/dist-types/ts3.4/commands/ListKeywordsForDataSourceCommand.d.ts +2 -1
  115. package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +2 -1
  116. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  117. package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +2 -1
  118. package/dist-types/ts3.4/commands/RegisterOrganizationAdminAccountCommand.d.ts +2 -1
  119. package/dist-types/ts3.4/commands/StartAssessmentFrameworkShareCommand.d.ts +2 -1
  120. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  121. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  122. package/dist-types/ts3.4/commands/UpdateAssessmentCommand.d.ts +2 -1
  123. package/dist-types/ts3.4/commands/UpdateAssessmentControlCommand.d.ts +2 -1
  124. package/dist-types/ts3.4/commands/UpdateAssessmentControlSetStatusCommand.d.ts +2 -1
  125. package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkCommand.d.ts +2 -1
  126. package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkShareCommand.d.ts +2 -1
  127. package/dist-types/ts3.4/commands/UpdateAssessmentStatusCommand.d.ts +2 -1
  128. package/dist-types/ts3.4/commands/UpdateControlCommand.d.ts +2 -1
  129. package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +2 -1
  130. package/dist-types/ts3.4/commands/ValidateAssessmentReportIntegrityCommand.d.ts +2 -1
  131. package/dist-types/ts3.4/models/AuditManagerServiceException.d.ts +2 -1
  132. package/dist-types/ts3.4/models/models_0.d.ts +20 -1
  133. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -61,6 +61,7 @@ __export(src_exports, {
61
61
  ControlResponse: () => ControlResponse,
62
62
  ControlSetFilterSensitiveLog: () => ControlSetFilterSensitiveLog,
63
63
  ControlSetStatus: () => ControlSetStatus,
64
+ ControlState: () => ControlState,
64
65
  ControlStatus: () => ControlStatus,
65
66
  ControlType: () => ControlType,
66
67
  CreateAssessmentCommand: () => CreateAssessmentCommand,
@@ -77,6 +78,7 @@ __export(src_exports, {
77
78
  CreateControlRequestFilterSensitiveLog: () => CreateControlRequestFilterSensitiveLog,
78
79
  CreateControlResponseFilterSensitiveLog: () => CreateControlResponseFilterSensitiveLog,
79
80
  CreateDelegationRequestFilterSensitiveLog: () => CreateDelegationRequestFilterSensitiveLog,
81
+ DataSourceType: () => DataSourceType,
80
82
  DelegationFilterSensitiveLog: () => DelegationFilterSensitiveLog,
81
83
  DelegationMetadataFilterSensitiveLog: () => DelegationMetadataFilterSensitiveLog,
82
84
  DelegationStatus: () => DelegationStatus,
@@ -356,7 +358,6 @@ var AuditManagerClient = _AuditManagerClient;
356
358
 
357
359
  var import_middleware_serde = require("@smithy/middleware-serde");
358
360
 
359
- var import_types = require("@smithy/types");
360
361
 
361
362
  // src/protocols/Aws_restJson1.ts
362
363
  var import_core2 = require("@aws-sdk/core");
@@ -576,9 +577,16 @@ var SourceType = {
576
577
  AWS_CLOUDTRAIL: "AWS_Cloudtrail",
577
578
  AWS_CONFIG: "AWS_Config",
578
579
  AWS_SECURITY_HUB: "AWS_Security_Hub",
580
+ COMMON_CONTROL: "Common_Control",
581
+ CORE_CONTROL: "Core_Control",
579
582
  MANUAL: "MANUAL"
580
583
  };
584
+ var ControlState = {
585
+ ACTIVE: "ACTIVE",
586
+ END_OF_SUPPORT: "END_OF_SUPPORT"
587
+ };
581
588
  var ControlType = {
589
+ CORE: "Core",
582
590
  CUSTOM: "Custom",
583
591
  STANDARD: "Standard"
584
592
  };
@@ -621,6 +629,13 @@ var EvidenceFinderEnablementStatus = {
621
629
  ENABLED: "ENABLED",
622
630
  ENABLE_IN_PROGRESS: "ENABLE_IN_PROGRESS"
623
631
  };
632
+ var DataSourceType = {
633
+ AWS_API_CALL: "AWS_API_Call",
634
+ AWS_CLOUDTRAIL: "AWS_Cloudtrail",
635
+ AWS_CONFIG: "AWS_Config",
636
+ AWS_SECURITY_HUB: "AWS_Security_Hub",
637
+ MANUAL: "MANUAL"
638
+ };
624
639
  var ShareRequestAction = {
625
640
  ACCEPT: "ACCEPT",
626
641
  DECLINE: "DECLINE",
@@ -637,6 +652,7 @@ var ControlCommentFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
637
652
  }), "ControlCommentFilterSensitiveLog");
638
653
  var AssessmentControlFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
639
654
  ...obj,
655
+ ...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
640
656
  ...obj.comments && { comments: obj.comments.map((item) => ControlCommentFilterSensitiveLog(item)) }
641
657
  }), "AssessmentControlFilterSensitiveLog");
642
658
  var DelegationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
@@ -648,6 +664,7 @@ var DelegationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
648
664
  var AssessmentControlSetFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
649
665
  ...obj,
650
666
  ...obj.roles && { roles: import_smithy_client.SENSITIVE_STRING },
667
+ ...obj.controls && { controls: obj.controls.map((item) => AssessmentControlFilterSensitiveLog(item)) },
651
668
  ...obj.delegations && { delegations: import_smithy_client.SENSITIVE_STRING }
652
669
  }), "AssessmentControlSetFilterSensitiveLog");
653
670
  var FrameworkMetadataFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
@@ -776,6 +793,7 @@ var ControlMappingSourceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
776
793
  }), "ControlMappingSourceFilterSensitiveLog");
777
794
  var ControlFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
778
795
  ...obj,
796
+ ...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
779
797
  ...obj.testingInformation && { testingInformation: import_smithy_client.SENSITIVE_STRING },
780
798
  ...obj.actionPlanTitle && { actionPlanTitle: import_smithy_client.SENSITIVE_STRING },
781
799
  ...obj.actionPlanInstructions && { actionPlanInstructions: import_smithy_client.SENSITIVE_STRING },
@@ -814,6 +832,7 @@ var CreateControlMappingSourceFilterSensitiveLog = /* @__PURE__ */ __name((obj)
814
832
  }), "CreateControlMappingSourceFilterSensitiveLog");
815
833
  var CreateControlRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
816
834
  ...obj,
835
+ ...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
817
836
  ...obj.testingInformation && { testingInformation: import_smithy_client.SENSITIVE_STRING },
818
837
  ...obj.actionPlanTitle && { actionPlanTitle: import_smithy_client.SENSITIVE_STRING },
819
838
  ...obj.actionPlanInstructions && { actionPlanInstructions: import_smithy_client.SENSITIVE_STRING },
@@ -954,6 +973,7 @@ var UpdateAssessmentStatusResponseFilterSensitiveLog = /* @__PURE__ */ __name((o
954
973
  }), "UpdateAssessmentStatusResponseFilterSensitiveLog");
955
974
  var UpdateControlRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
956
975
  ...obj,
976
+ ...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
957
977
  ...obj.testingInformation && { testingInformation: import_smithy_client.SENSITIVE_STRING },
958
978
  ...obj.actionPlanTitle && { actionPlanTitle: import_smithy_client.SENSITIVE_STRING },
959
979
  ...obj.actionPlanInstructions && { actionPlanInstructions: import_smithy_client.SENSITIVE_STRING },
@@ -1561,7 +1581,8 @@ var se_ListControlsCommand = /* @__PURE__ */ __name(async (input, context) => {
1561
1581
  const query = (0, import_smithy_client.map)({
1562
1582
  [_cT]: [, (0, import_smithy_client.expectNonNull)(input[_cT], `controlType`)],
1563
1583
  [_nT]: [, input[_nT]],
1564
- [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
1584
+ [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
1585
+ [_cCI]: [, input[_cCI]]
1565
1586
  });
1566
1587
  let body;
1567
1588
  b.m("GET").h(headers).q(query).b(body);
@@ -3028,6 +3049,7 @@ var de_Control = /* @__PURE__ */ __name((output, context) => {
3028
3049
  lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
3029
3050
  lastUpdatedBy: import_smithy_client.expectString,
3030
3051
  name: import_smithy_client.expectString,
3052
+ state: import_smithy_client.expectString,
3031
3053
  tags: import_smithy_client._json,
3032
3054
  testingInformation: import_smithy_client.expectString,
3033
3055
  type: import_smithy_client.expectString
@@ -3265,6 +3287,7 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
3265
3287
  cfId: output.headers["x-amz-cf-id"]
3266
3288
  }), "deserializeMetadata");
3267
3289
  var _aI = "assessmentId";
3290
+ var _cCI = "controlCatalogId";
3268
3291
  var _cDI = "controlDomainId";
3269
3292
  var _cI = "controlId";
3270
3293
  var _cSI = "controlSetId";
@@ -3295,7 +3318,6 @@ var AssociateAssessmentReportEvidenceFolderCommand = _AssociateAssessmentReportE
3295
3318
 
3296
3319
 
3297
3320
 
3298
-
3299
3321
  var _BatchAssociateAssessmentReportEvidenceCommand = class _BatchAssociateAssessmentReportEvidenceCommand extends import_smithy_client.Command.classBuilder().ep({
3300
3322
  ...commonParams
3301
3323
  }).m(function(Command, cs, config, o) {
@@ -3312,7 +3334,6 @@ var BatchAssociateAssessmentReportEvidenceCommand = _BatchAssociateAssessmentRep
3312
3334
 
3313
3335
 
3314
3336
 
3315
-
3316
3337
  var _BatchCreateDelegationByAssessmentCommand = class _BatchCreateDelegationByAssessmentCommand extends import_smithy_client.Command.classBuilder().ep({
3317
3338
  ...commonParams
3318
3339
  }).m(function(Command, cs, config, o) {
@@ -3332,7 +3353,6 @@ var BatchCreateDelegationByAssessmentCommand = _BatchCreateDelegationByAssessmen
3332
3353
 
3333
3354
 
3334
3355
 
3335
-
3336
3356
  var _BatchDeleteDelegationByAssessmentCommand = class _BatchDeleteDelegationByAssessmentCommand extends import_smithy_client.Command.classBuilder().ep({
3337
3357
  ...commonParams
3338
3358
  }).m(function(Command, cs, config, o) {
@@ -3349,7 +3369,6 @@ var BatchDeleteDelegationByAssessmentCommand = _BatchDeleteDelegationByAssessmen
3349
3369
 
3350
3370
 
3351
3371
 
3352
-
3353
3372
  var _BatchDisassociateAssessmentReportEvidenceCommand = class _BatchDisassociateAssessmentReportEvidenceCommand extends import_smithy_client.Command.classBuilder().ep({
3354
3373
  ...commonParams
3355
3374
  }).m(function(Command, cs, config, o) {
@@ -3366,7 +3385,6 @@ var BatchDisassociateAssessmentReportEvidenceCommand = _BatchDisassociateAssessm
3366
3385
 
3367
3386
 
3368
3387
 
3369
-
3370
3388
  var _BatchImportEvidenceToAssessmentControlCommand = class _BatchImportEvidenceToAssessmentControlCommand extends import_smithy_client.Command.classBuilder().ep({
3371
3389
  ...commonParams
3372
3390
  }).m(function(Command, cs, config, o) {
@@ -3386,7 +3404,6 @@ var BatchImportEvidenceToAssessmentControlCommand = _BatchImportEvidenceToAssess
3386
3404
 
3387
3405
 
3388
3406
 
3389
-
3390
3407
  var _CreateAssessmentCommand = class _CreateAssessmentCommand extends import_smithy_client.Command.classBuilder().ep({
3391
3408
  ...commonParams
3392
3409
  }).m(function(Command, cs, config, o) {
@@ -3403,7 +3420,6 @@ var CreateAssessmentCommand = _CreateAssessmentCommand;
3403
3420
 
3404
3421
 
3405
3422
 
3406
-
3407
3423
  var _CreateAssessmentFrameworkCommand = class _CreateAssessmentFrameworkCommand extends import_smithy_client.Command.classBuilder().ep({
3408
3424
  ...commonParams
3409
3425
  }).m(function(Command, cs, config, o) {
@@ -3420,7 +3436,6 @@ var CreateAssessmentFrameworkCommand = _CreateAssessmentFrameworkCommand;
3420
3436
 
3421
3437
 
3422
3438
 
3423
-
3424
3439
  var _CreateAssessmentReportCommand = class _CreateAssessmentReportCommand extends import_smithy_client.Command.classBuilder().ep({
3425
3440
  ...commonParams
3426
3441
  }).m(function(Command, cs, config, o) {
@@ -3437,7 +3452,6 @@ var CreateAssessmentReportCommand = _CreateAssessmentReportCommand;
3437
3452
 
3438
3453
 
3439
3454
 
3440
-
3441
3455
  var _CreateControlCommand = class _CreateControlCommand extends import_smithy_client.Command.classBuilder().ep({
3442
3456
  ...commonParams
3443
3457
  }).m(function(Command, cs, config, o) {
@@ -3454,7 +3468,6 @@ var CreateControlCommand = _CreateControlCommand;
3454
3468
 
3455
3469
 
3456
3470
 
3457
-
3458
3471
  var _DeleteAssessmentCommand = class _DeleteAssessmentCommand extends import_smithy_client.Command.classBuilder().ep({
3459
3472
  ...commonParams
3460
3473
  }).m(function(Command, cs, config, o) {
@@ -3471,7 +3484,6 @@ var DeleteAssessmentCommand = _DeleteAssessmentCommand;
3471
3484
 
3472
3485
 
3473
3486
 
3474
-
3475
3487
  var _DeleteAssessmentFrameworkCommand = class _DeleteAssessmentFrameworkCommand extends import_smithy_client.Command.classBuilder().ep({
3476
3488
  ...commonParams
3477
3489
  }).m(function(Command, cs, config, o) {
@@ -3488,7 +3500,6 @@ var DeleteAssessmentFrameworkCommand = _DeleteAssessmentFrameworkCommand;
3488
3500
 
3489
3501
 
3490
3502
 
3491
-
3492
3503
  var _DeleteAssessmentFrameworkShareCommand = class _DeleteAssessmentFrameworkShareCommand extends import_smithy_client.Command.classBuilder().ep({
3493
3504
  ...commonParams
3494
3505
  }).m(function(Command, cs, config, o) {
@@ -3505,7 +3516,6 @@ var DeleteAssessmentFrameworkShareCommand = _DeleteAssessmentFrameworkShareComma
3505
3516
 
3506
3517
 
3507
3518
 
3508
-
3509
3519
  var _DeleteAssessmentReportCommand = class _DeleteAssessmentReportCommand extends import_smithy_client.Command.classBuilder().ep({
3510
3520
  ...commonParams
3511
3521
  }).m(function(Command, cs, config, o) {
@@ -3522,7 +3532,6 @@ var DeleteAssessmentReportCommand = _DeleteAssessmentReportCommand;
3522
3532
 
3523
3533
 
3524
3534
 
3525
-
3526
3535
  var _DeleteControlCommand = class _DeleteControlCommand extends import_smithy_client.Command.classBuilder().ep({
3527
3536
  ...commonParams
3528
3537
  }).m(function(Command, cs, config, o) {
@@ -3539,7 +3548,6 @@ var DeleteControlCommand = _DeleteControlCommand;
3539
3548
 
3540
3549
 
3541
3550
 
3542
-
3543
3551
  var _DeregisterAccountCommand = class _DeregisterAccountCommand extends import_smithy_client.Command.classBuilder().ep({
3544
3552
  ...commonParams
3545
3553
  }).m(function(Command, cs, config, o) {
@@ -3556,7 +3564,6 @@ var DeregisterAccountCommand = _DeregisterAccountCommand;
3556
3564
 
3557
3565
 
3558
3566
 
3559
-
3560
3567
  var _DeregisterOrganizationAdminAccountCommand = class _DeregisterOrganizationAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep({
3561
3568
  ...commonParams
3562
3569
  }).m(function(Command, cs, config, o) {
@@ -3573,7 +3580,6 @@ var DeregisterOrganizationAdminAccountCommand = _DeregisterOrganizationAdminAcco
3573
3580
 
3574
3581
 
3575
3582
 
3576
-
3577
3583
  var _DisassociateAssessmentReportEvidenceFolderCommand = class _DisassociateAssessmentReportEvidenceFolderCommand extends import_smithy_client.Command.classBuilder().ep({
3578
3584
  ...commonParams
3579
3585
  }).m(function(Command, cs, config, o) {
@@ -3590,7 +3596,6 @@ var DisassociateAssessmentReportEvidenceFolderCommand = _DisassociateAssessmentR
3590
3596
 
3591
3597
 
3592
3598
 
3593
-
3594
3599
  var _GetAccountStatusCommand = class _GetAccountStatusCommand extends import_smithy_client.Command.classBuilder().ep({
3595
3600
  ...commonParams
3596
3601
  }).m(function(Command, cs, config, o) {
@@ -3607,7 +3612,6 @@ var GetAccountStatusCommand = _GetAccountStatusCommand;
3607
3612
 
3608
3613
 
3609
3614
 
3610
-
3611
3615
  var _GetAssessmentCommand = class _GetAssessmentCommand extends import_smithy_client.Command.classBuilder().ep({
3612
3616
  ...commonParams
3613
3617
  }).m(function(Command, cs, config, o) {
@@ -3624,7 +3628,6 @@ var GetAssessmentCommand = _GetAssessmentCommand;
3624
3628
 
3625
3629
 
3626
3630
 
3627
-
3628
3631
  var _GetAssessmentFrameworkCommand = class _GetAssessmentFrameworkCommand extends import_smithy_client.Command.classBuilder().ep({
3629
3632
  ...commonParams
3630
3633
  }).m(function(Command, cs, config, o) {
@@ -3641,7 +3644,6 @@ var GetAssessmentFrameworkCommand = _GetAssessmentFrameworkCommand;
3641
3644
 
3642
3645
 
3643
3646
 
3644
-
3645
3647
  var _GetAssessmentReportUrlCommand = class _GetAssessmentReportUrlCommand extends import_smithy_client.Command.classBuilder().ep({
3646
3648
  ...commonParams
3647
3649
  }).m(function(Command, cs, config, o) {
@@ -3658,7 +3660,6 @@ var GetAssessmentReportUrlCommand = _GetAssessmentReportUrlCommand;
3658
3660
 
3659
3661
 
3660
3662
 
3661
-
3662
3663
  var _GetChangeLogsCommand = class _GetChangeLogsCommand extends import_smithy_client.Command.classBuilder().ep({
3663
3664
  ...commonParams
3664
3665
  }).m(function(Command, cs, config, o) {
@@ -3675,7 +3676,6 @@ var GetChangeLogsCommand = _GetChangeLogsCommand;
3675
3676
 
3676
3677
 
3677
3678
 
3678
-
3679
3679
  var _GetControlCommand = class _GetControlCommand extends import_smithy_client.Command.classBuilder().ep({
3680
3680
  ...commonParams
3681
3681
  }).m(function(Command, cs, config, o) {
@@ -3692,7 +3692,6 @@ var GetControlCommand = _GetControlCommand;
3692
3692
 
3693
3693
 
3694
3694
 
3695
-
3696
3695
  var _GetDelegationsCommand = class _GetDelegationsCommand extends import_smithy_client.Command.classBuilder().ep({
3697
3696
  ...commonParams
3698
3697
  }).m(function(Command, cs, config, o) {
@@ -3709,7 +3708,6 @@ var GetDelegationsCommand = _GetDelegationsCommand;
3709
3708
 
3710
3709
 
3711
3710
 
3712
-
3713
3711
  var _GetEvidenceByEvidenceFolderCommand = class _GetEvidenceByEvidenceFolderCommand extends import_smithy_client.Command.classBuilder().ep({
3714
3712
  ...commonParams
3715
3713
  }).m(function(Command, cs, config, o) {
@@ -3726,7 +3724,6 @@ var GetEvidenceByEvidenceFolderCommand = _GetEvidenceByEvidenceFolderCommand;
3726
3724
 
3727
3725
 
3728
3726
 
3729
-
3730
3727
  var _GetEvidenceCommand = class _GetEvidenceCommand extends import_smithy_client.Command.classBuilder().ep({
3731
3728
  ...commonParams
3732
3729
  }).m(function(Command, cs, config, o) {
@@ -3743,7 +3740,6 @@ var GetEvidenceCommand = _GetEvidenceCommand;
3743
3740
 
3744
3741
 
3745
3742
 
3746
-
3747
3743
  var _GetEvidenceFileUploadUrlCommand = class _GetEvidenceFileUploadUrlCommand extends import_smithy_client.Command.classBuilder().ep({
3748
3744
  ...commonParams
3749
3745
  }).m(function(Command, cs, config, o) {
@@ -3760,7 +3756,6 @@ var GetEvidenceFileUploadUrlCommand = _GetEvidenceFileUploadUrlCommand;
3760
3756
 
3761
3757
 
3762
3758
 
3763
-
3764
3759
  var _GetEvidenceFolderCommand = class _GetEvidenceFolderCommand extends import_smithy_client.Command.classBuilder().ep({
3765
3760
  ...commonParams
3766
3761
  }).m(function(Command, cs, config, o) {
@@ -3777,7 +3772,6 @@ var GetEvidenceFolderCommand = _GetEvidenceFolderCommand;
3777
3772
 
3778
3773
 
3779
3774
 
3780
-
3781
3775
  var _GetEvidenceFoldersByAssessmentCommand = class _GetEvidenceFoldersByAssessmentCommand extends import_smithy_client.Command.classBuilder().ep({
3782
3776
  ...commonParams
3783
3777
  }).m(function(Command, cs, config, o) {
@@ -3794,7 +3788,6 @@ var GetEvidenceFoldersByAssessmentCommand = _GetEvidenceFoldersByAssessmentComma
3794
3788
 
3795
3789
 
3796
3790
 
3797
-
3798
3791
  var _GetEvidenceFoldersByAssessmentControlCommand = class _GetEvidenceFoldersByAssessmentControlCommand extends import_smithy_client.Command.classBuilder().ep({
3799
3792
  ...commonParams
3800
3793
  }).m(function(Command, cs, config, o) {
@@ -3811,7 +3804,6 @@ var GetEvidenceFoldersByAssessmentControlCommand = _GetEvidenceFoldersByAssessme
3811
3804
 
3812
3805
 
3813
3806
 
3814
-
3815
3807
  var _GetInsightsByAssessmentCommand = class _GetInsightsByAssessmentCommand extends import_smithy_client.Command.classBuilder().ep({
3816
3808
  ...commonParams
3817
3809
  }).m(function(Command, cs, config, o) {
@@ -3828,7 +3820,6 @@ var GetInsightsByAssessmentCommand = _GetInsightsByAssessmentCommand;
3828
3820
 
3829
3821
 
3830
3822
 
3831
-
3832
3823
  var _GetInsightsCommand = class _GetInsightsCommand extends import_smithy_client.Command.classBuilder().ep({
3833
3824
  ...commonParams
3834
3825
  }).m(function(Command, cs, config, o) {
@@ -3845,7 +3836,6 @@ var GetInsightsCommand = _GetInsightsCommand;
3845
3836
 
3846
3837
 
3847
3838
 
3848
-
3849
3839
  var _GetOrganizationAdminAccountCommand = class _GetOrganizationAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep({
3850
3840
  ...commonParams
3851
3841
  }).m(function(Command, cs, config, o) {
@@ -3862,7 +3852,6 @@ var GetOrganizationAdminAccountCommand = _GetOrganizationAdminAccountCommand;
3862
3852
 
3863
3853
 
3864
3854
 
3865
-
3866
3855
  var _GetServicesInScopeCommand = class _GetServicesInScopeCommand extends import_smithy_client.Command.classBuilder().ep({
3867
3856
  ...commonParams
3868
3857
  }).m(function(Command, cs, config, o) {
@@ -3879,7 +3868,6 @@ var GetServicesInScopeCommand = _GetServicesInScopeCommand;
3879
3868
 
3880
3869
 
3881
3870
 
3882
-
3883
3871
  var _GetSettingsCommand = class _GetSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
3884
3872
  ...commonParams
3885
3873
  }).m(function(Command, cs, config, o) {
@@ -3896,7 +3884,6 @@ var GetSettingsCommand = _GetSettingsCommand;
3896
3884
 
3897
3885
 
3898
3886
 
3899
-
3900
3887
  var _ListAssessmentControlInsightsByControlDomainCommand = class _ListAssessmentControlInsightsByControlDomainCommand extends import_smithy_client.Command.classBuilder().ep({
3901
3888
  ...commonParams
3902
3889
  }).m(function(Command, cs, config, o) {
@@ -3913,7 +3900,6 @@ var ListAssessmentControlInsightsByControlDomainCommand = _ListAssessmentControl
3913
3900
 
3914
3901
 
3915
3902
 
3916
-
3917
3903
  var _ListAssessmentFrameworksCommand = class _ListAssessmentFrameworksCommand extends import_smithy_client.Command.classBuilder().ep({
3918
3904
  ...commonParams
3919
3905
  }).m(function(Command, cs, config, o) {
@@ -3930,7 +3916,6 @@ var ListAssessmentFrameworksCommand = _ListAssessmentFrameworksCommand;
3930
3916
 
3931
3917
 
3932
3918
 
3933
-
3934
3919
  var _ListAssessmentFrameworkShareRequestsCommand = class _ListAssessmentFrameworkShareRequestsCommand extends import_smithy_client.Command.classBuilder().ep({
3935
3920
  ...commonParams
3936
3921
  }).m(function(Command, cs, config, o) {
@@ -3947,7 +3932,6 @@ var ListAssessmentFrameworkShareRequestsCommand = _ListAssessmentFrameworkShareR
3947
3932
 
3948
3933
 
3949
3934
 
3950
-
3951
3935
  var _ListAssessmentReportsCommand = class _ListAssessmentReportsCommand extends import_smithy_client.Command.classBuilder().ep({
3952
3936
  ...commonParams
3953
3937
  }).m(function(Command, cs, config, o) {
@@ -3964,7 +3948,6 @@ var ListAssessmentReportsCommand = _ListAssessmentReportsCommand;
3964
3948
 
3965
3949
 
3966
3950
 
3967
-
3968
3951
  var _ListAssessmentsCommand = class _ListAssessmentsCommand extends import_smithy_client.Command.classBuilder().ep({
3969
3952
  ...commonParams
3970
3953
  }).m(function(Command, cs, config, o) {
@@ -3981,7 +3964,6 @@ var ListAssessmentsCommand = _ListAssessmentsCommand;
3981
3964
 
3982
3965
 
3983
3966
 
3984
-
3985
3967
  var _ListControlDomainInsightsByAssessmentCommand = class _ListControlDomainInsightsByAssessmentCommand extends import_smithy_client.Command.classBuilder().ep({
3986
3968
  ...commonParams
3987
3969
  }).m(function(Command, cs, config, o) {
@@ -3998,7 +3980,6 @@ var ListControlDomainInsightsByAssessmentCommand = _ListControlDomainInsightsByA
3998
3980
 
3999
3981
 
4000
3982
 
4001
-
4002
3983
  var _ListControlDomainInsightsCommand = class _ListControlDomainInsightsCommand extends import_smithy_client.Command.classBuilder().ep({
4003
3984
  ...commonParams
4004
3985
  }).m(function(Command, cs, config, o) {
@@ -4015,7 +3996,6 @@ var ListControlDomainInsightsCommand = _ListControlDomainInsightsCommand;
4015
3996
 
4016
3997
 
4017
3998
 
4018
-
4019
3999
  var _ListControlInsightsByControlDomainCommand = class _ListControlInsightsByControlDomainCommand extends import_smithy_client.Command.classBuilder().ep({
4020
4000
  ...commonParams
4021
4001
  }).m(function(Command, cs, config, o) {
@@ -4032,7 +4012,6 @@ var ListControlInsightsByControlDomainCommand = _ListControlInsightsByControlDom
4032
4012
 
4033
4013
 
4034
4014
 
4035
-
4036
4015
  var _ListControlsCommand = class _ListControlsCommand extends import_smithy_client.Command.classBuilder().ep({
4037
4016
  ...commonParams
4038
4017
  }).m(function(Command, cs, config, o) {
@@ -4049,7 +4028,6 @@ var ListControlsCommand = _ListControlsCommand;
4049
4028
 
4050
4029
 
4051
4030
 
4052
-
4053
4031
  var _ListKeywordsForDataSourceCommand = class _ListKeywordsForDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
4054
4032
  ...commonParams
4055
4033
  }).m(function(Command, cs, config, o) {
@@ -4066,7 +4044,6 @@ var ListKeywordsForDataSourceCommand = _ListKeywordsForDataSourceCommand;
4066
4044
 
4067
4045
 
4068
4046
 
4069
-
4070
4047
  var _ListNotificationsCommand = class _ListNotificationsCommand extends import_smithy_client.Command.classBuilder().ep({
4071
4048
  ...commonParams
4072
4049
  }).m(function(Command, cs, config, o) {
@@ -4083,7 +4060,6 @@ var ListNotificationsCommand = _ListNotificationsCommand;
4083
4060
 
4084
4061
 
4085
4062
 
4086
-
4087
4063
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
4088
4064
  ...commonParams
4089
4065
  }).m(function(Command, cs, config, o) {
@@ -4100,7 +4076,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
4100
4076
 
4101
4077
 
4102
4078
 
4103
-
4104
4079
  var _RegisterAccountCommand = class _RegisterAccountCommand extends import_smithy_client.Command.classBuilder().ep({
4105
4080
  ...commonParams
4106
4081
  }).m(function(Command, cs, config, o) {
@@ -4117,7 +4092,6 @@ var RegisterAccountCommand = _RegisterAccountCommand;
4117
4092
 
4118
4093
 
4119
4094
 
4120
-
4121
4095
  var _RegisterOrganizationAdminAccountCommand = class _RegisterOrganizationAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep({
4122
4096
  ...commonParams
4123
4097
  }).m(function(Command, cs, config, o) {
@@ -4134,7 +4108,6 @@ var RegisterOrganizationAdminAccountCommand = _RegisterOrganizationAdminAccountC
4134
4108
 
4135
4109
 
4136
4110
 
4137
-
4138
4111
  var _StartAssessmentFrameworkShareCommand = class _StartAssessmentFrameworkShareCommand extends import_smithy_client.Command.classBuilder().ep({
4139
4112
  ...commonParams
4140
4113
  }).m(function(Command, cs, config, o) {
@@ -4151,7 +4124,6 @@ var StartAssessmentFrameworkShareCommand = _StartAssessmentFrameworkShareCommand
4151
4124
 
4152
4125
 
4153
4126
 
4154
-
4155
4127
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
4156
4128
  ...commonParams
4157
4129
  }).m(function(Command, cs, config, o) {
@@ -4168,7 +4140,6 @@ var TagResourceCommand = _TagResourceCommand;
4168
4140
 
4169
4141
 
4170
4142
 
4171
-
4172
4143
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
4173
4144
  ...commonParams
4174
4145
  }).m(function(Command, cs, config, o) {
@@ -4185,7 +4156,6 @@ var UntagResourceCommand = _UntagResourceCommand;
4185
4156
 
4186
4157
 
4187
4158
 
4188
-
4189
4159
  var _UpdateAssessmentCommand = class _UpdateAssessmentCommand extends import_smithy_client.Command.classBuilder().ep({
4190
4160
  ...commonParams
4191
4161
  }).m(function(Command, cs, config, o) {
@@ -4202,7 +4172,6 @@ var UpdateAssessmentCommand = _UpdateAssessmentCommand;
4202
4172
 
4203
4173
 
4204
4174
 
4205
-
4206
4175
  var _UpdateAssessmentControlCommand = class _UpdateAssessmentControlCommand extends import_smithy_client.Command.classBuilder().ep({
4207
4176
  ...commonParams
4208
4177
  }).m(function(Command, cs, config, o) {
@@ -4219,7 +4188,6 @@ var UpdateAssessmentControlCommand = _UpdateAssessmentControlCommand;
4219
4188
 
4220
4189
 
4221
4190
 
4222
-
4223
4191
  var _UpdateAssessmentControlSetStatusCommand = class _UpdateAssessmentControlSetStatusCommand extends import_smithy_client.Command.classBuilder().ep({
4224
4192
  ...commonParams
4225
4193
  }).m(function(Command, cs, config, o) {
@@ -4239,7 +4207,6 @@ var UpdateAssessmentControlSetStatusCommand = _UpdateAssessmentControlSetStatusC
4239
4207
 
4240
4208
 
4241
4209
 
4242
-
4243
4210
  var _UpdateAssessmentFrameworkCommand = class _UpdateAssessmentFrameworkCommand extends import_smithy_client.Command.classBuilder().ep({
4244
4211
  ...commonParams
4245
4212
  }).m(function(Command, cs, config, o) {
@@ -4256,7 +4223,6 @@ var UpdateAssessmentFrameworkCommand = _UpdateAssessmentFrameworkCommand;
4256
4223
 
4257
4224
 
4258
4225
 
4259
-
4260
4226
  var _UpdateAssessmentFrameworkShareCommand = class _UpdateAssessmentFrameworkShareCommand extends import_smithy_client.Command.classBuilder().ep({
4261
4227
  ...commonParams
4262
4228
  }).m(function(Command, cs, config, o) {
@@ -4273,7 +4239,6 @@ var UpdateAssessmentFrameworkShareCommand = _UpdateAssessmentFrameworkShareComma
4273
4239
 
4274
4240
 
4275
4241
 
4276
-
4277
4242
  var _UpdateAssessmentStatusCommand = class _UpdateAssessmentStatusCommand extends import_smithy_client.Command.classBuilder().ep({
4278
4243
  ...commonParams
4279
4244
  }).m(function(Command, cs, config, o) {
@@ -4290,7 +4255,6 @@ var UpdateAssessmentStatusCommand = _UpdateAssessmentStatusCommand;
4290
4255
 
4291
4256
 
4292
4257
 
4293
-
4294
4258
  var _UpdateControlCommand = class _UpdateControlCommand extends import_smithy_client.Command.classBuilder().ep({
4295
4259
  ...commonParams
4296
4260
  }).m(function(Command, cs, config, o) {
@@ -4307,7 +4271,6 @@ var UpdateControlCommand = _UpdateControlCommand;
4307
4271
 
4308
4272
 
4309
4273
 
4310
-
4311
4274
  var _UpdateSettingsCommand = class _UpdateSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
4312
4275
  ...commonParams
4313
4276
  }).m(function(Command, cs, config, o) {
@@ -4324,7 +4287,6 @@ var UpdateSettingsCommand = _UpdateSettingsCommand;
4324
4287
 
4325
4288
 
4326
4289
 
4327
-
4328
4290
  var _ValidateAssessmentReportIntegrityCommand = class _ValidateAssessmentReportIntegrityCommand extends import_smithy_client.Command.classBuilder().ep({
4329
4291
  ...commonParams
4330
4292
  }).m(function(Command, cs, config, o) {
@@ -4580,6 +4542,7 @@ var paginateListNotifications = (0, import_core.createPaginator)(AuditManagerCli
4580
4542
  KeywordInputType,
4581
4543
  SourceSetUpOption,
4582
4544
  SourceType,
4545
+ ControlState,
4583
4546
  ControlType,
4584
4547
  ShareRequestType,
4585
4548
  ObjectTypeEnum,
@@ -4588,6 +4551,7 @@ var paginateListNotifications = (0, import_core.createPaginator)(AuditManagerCli
4588
4551
  DeleteResources,
4589
4552
  EvidenceFinderBackfillStatus,
4590
4553
  EvidenceFinderEnablementStatus,
4554
+ DataSourceType,
4591
4555
  ShareRequestAction,
4592
4556
  AWSAccountFilterSensitiveLog,
4593
4557
  ControlCommentFilterSensitiveLog,
@@ -167,9 +167,16 @@ export const SourceType = {
167
167
  AWS_CLOUDTRAIL: "AWS_Cloudtrail",
168
168
  AWS_CONFIG: "AWS_Config",
169
169
  AWS_SECURITY_HUB: "AWS_Security_Hub",
170
+ COMMON_CONTROL: "Common_Control",
171
+ CORE_CONTROL: "Core_Control",
170
172
  MANUAL: "MANUAL",
171
173
  };
174
+ export const ControlState = {
175
+ ACTIVE: "ACTIVE",
176
+ END_OF_SUPPORT: "END_OF_SUPPORT",
177
+ };
172
178
  export const ControlType = {
179
+ CORE: "Core",
173
180
  CUSTOM: "Custom",
174
181
  STANDARD: "Standard",
175
182
  };
@@ -212,6 +219,13 @@ export const EvidenceFinderEnablementStatus = {
212
219
  ENABLED: "ENABLED",
213
220
  ENABLE_IN_PROGRESS: "ENABLE_IN_PROGRESS",
214
221
  };
222
+ export const DataSourceType = {
223
+ AWS_API_CALL: "AWS_API_Call",
224
+ AWS_CLOUDTRAIL: "AWS_Cloudtrail",
225
+ AWS_CONFIG: "AWS_Config",
226
+ AWS_SECURITY_HUB: "AWS_Security_Hub",
227
+ MANUAL: "MANUAL",
228
+ };
215
229
  export const ShareRequestAction = {
216
230
  ACCEPT: "ACCEPT",
217
231
  DECLINE: "DECLINE",
@@ -228,6 +242,7 @@ export const ControlCommentFilterSensitiveLog = (obj) => ({
228
242
  });
229
243
  export const AssessmentControlFilterSensitiveLog = (obj) => ({
230
244
  ...obj,
245
+ ...(obj.description && { description: SENSITIVE_STRING }),
231
246
  ...(obj.comments && { comments: obj.comments.map((item) => ControlCommentFilterSensitiveLog(item)) }),
232
247
  });
233
248
  export const DelegationFilterSensitiveLog = (obj) => ({
@@ -239,6 +254,7 @@ export const DelegationFilterSensitiveLog = (obj) => ({
239
254
  export const AssessmentControlSetFilterSensitiveLog = (obj) => ({
240
255
  ...obj,
241
256
  ...(obj.roles && { roles: SENSITIVE_STRING }),
257
+ ...(obj.controls && { controls: obj.controls.map((item) => AssessmentControlFilterSensitiveLog(item)) }),
242
258
  ...(obj.delegations && { delegations: SENSITIVE_STRING }),
243
259
  });
244
260
  export const FrameworkMetadataFilterSensitiveLog = (obj) => ({
@@ -367,6 +383,7 @@ export const ControlMappingSourceFilterSensitiveLog = (obj) => ({
367
383
  });
368
384
  export const ControlFilterSensitiveLog = (obj) => ({
369
385
  ...obj,
386
+ ...(obj.description && { description: SENSITIVE_STRING }),
370
387
  ...(obj.testingInformation && { testingInformation: SENSITIVE_STRING }),
371
388
  ...(obj.actionPlanTitle && { actionPlanTitle: SENSITIVE_STRING }),
372
389
  ...(obj.actionPlanInstructions && { actionPlanInstructions: SENSITIVE_STRING }),
@@ -405,6 +422,7 @@ export const CreateControlMappingSourceFilterSensitiveLog = (obj) => ({
405
422
  });
406
423
  export const CreateControlRequestFilterSensitiveLog = (obj) => ({
407
424
  ...obj,
425
+ ...(obj.description && { description: SENSITIVE_STRING }),
408
426
  ...(obj.testingInformation && { testingInformation: SENSITIVE_STRING }),
409
427
  ...(obj.actionPlanTitle && { actionPlanTitle: SENSITIVE_STRING }),
410
428
  ...(obj.actionPlanInstructions && { actionPlanInstructions: SENSITIVE_STRING }),
@@ -539,6 +557,7 @@ export const UpdateAssessmentStatusResponseFilterSensitiveLog = (obj) => ({
539
557
  });
540
558
  export const UpdateControlRequestFilterSensitiveLog = (obj) => ({
541
559
  ...obj,
560
+ ...(obj.description && { description: SENSITIVE_STRING }),
542
561
  ...(obj.testingInformation && { testingInformation: SENSITIVE_STRING }),
543
562
  ...(obj.actionPlanTitle && { actionPlanTitle: SENSITIVE_STRING }),
544
563
  ...(obj.actionPlanInstructions && { actionPlanInstructions: SENSITIVE_STRING }),
@@ -563,6 +563,7 @@ export const se_ListControlsCommand = async (input, context) => {
563
563
  [_cT]: [, __expectNonNull(input[_cT], `controlType`)],
564
564
  [_nT]: [, input[_nT]],
565
565
  [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
566
+ [_cCI]: [, input[_cCI]],
566
567
  });
567
568
  let body;
568
569
  b.m("GET").h(headers).q(query).b(body);
@@ -2015,6 +2016,7 @@ const de_Control = (output, context) => {
2015
2016
  lastUpdatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2016
2017
  lastUpdatedBy: __expectString,
2017
2018
  name: __expectString,
2019
+ state: __expectString,
2018
2020
  tags: _json,
2019
2021
  testingInformation: __expectString,
2020
2022
  type: __expectString,
@@ -2284,6 +2286,7 @@ const isSerializableHeaderValue = (value) => value !== undefined &&
2284
2286
  (!Object.getOwnPropertyNames(value).includes("length") || value.length != 0) &&
2285
2287
  (!Object.getOwnPropertyNames(value).includes("size") || value.size != 0);
2286
2288
  const _aI = "assessmentId";
2289
+ const _cCI = "controlCatalogId";
2287
2290
  const _cDI = "controlDomainId";
2288
2291
  const _cI = "controlId";
2289
2292
  const _cSI = "controlSetId";