@aws-sdk/client-auditmanager 3.42.0 → 3.47.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 (78) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/dist-cjs/AuditManager.js +90 -0
  3. package/dist-cjs/commands/GetInsightsByAssessmentCommand.js +36 -0
  4. package/dist-cjs/commands/GetInsightsCommand.js +36 -0
  5. package/dist-cjs/commands/ListAssessmentControlInsightsByControlDomainCommand.js +36 -0
  6. package/dist-cjs/commands/ListControlDomainInsightsByAssessmentCommand.js +36 -0
  7. package/dist-cjs/commands/ListControlDomainInsightsCommand.js +36 -0
  8. package/dist-cjs/commands/ListControlInsightsByControlDomainCommand.js +36 -0
  9. package/dist-cjs/commands/index.js +6 -0
  10. package/dist-cjs/endpoints.js +1 -0
  11. package/dist-cjs/models/models_0.js +112 -28
  12. package/dist-cjs/pagination/ListAssessmentControlInsightsByControlDomainPaginator.js +35 -0
  13. package/dist-cjs/pagination/ListControlDomainInsightsByAssessmentPaginator.js +35 -0
  14. package/dist-cjs/pagination/ListControlDomainInsightsPaginator.js +35 -0
  15. package/dist-cjs/pagination/ListControlInsightsByControlDomainPaginator.js +35 -0
  16. package/dist-cjs/pagination/index.js +4 -0
  17. package/dist-cjs/protocols/Aws_restJson1.js +753 -86
  18. package/dist-cjs/runtimeConfig.browser.js +7 -2
  19. package/dist-cjs/runtimeConfig.js +9 -3
  20. package/dist-es/AuditManager.js +90 -0
  21. package/dist-es/commands/GetInsightsByAssessmentCommand.js +39 -0
  22. package/dist-es/commands/GetInsightsCommand.js +39 -0
  23. package/dist-es/commands/ListAssessmentControlInsightsByControlDomainCommand.js +39 -0
  24. package/dist-es/commands/ListControlDomainInsightsByAssessmentCommand.js +39 -0
  25. package/dist-es/commands/ListControlDomainInsightsCommand.js +39 -0
  26. package/dist-es/commands/ListControlInsightsByControlDomainCommand.js +39 -0
  27. package/dist-es/commands/index.js +6 -0
  28. package/dist-es/endpoints.js +1 -0
  29. package/dist-es/models/models_0.js +72 -16
  30. package/dist-es/pagination/ListAssessmentControlInsightsByControlDomainPaginator.js +74 -0
  31. package/dist-es/pagination/ListControlDomainInsightsByAssessmentPaginator.js +74 -0
  32. package/dist-es/pagination/ListControlDomainInsightsPaginator.js +74 -0
  33. package/dist-es/pagination/ListControlInsightsByControlDomainPaginator.js +74 -0
  34. package/dist-es/pagination/index.js +4 -0
  35. package/dist-es/protocols/Aws_restJson1.js +798 -34
  36. package/dist-es/runtimeConfig.browser.js +12 -3
  37. package/dist-es/runtimeConfig.js +13 -6
  38. package/dist-types/AuditManager.d.ts +69 -2
  39. package/dist-types/AuditManagerClient.d.ts +13 -3
  40. package/dist-types/commands/GetAssessmentCommand.d.ts +1 -1
  41. package/dist-types/commands/GetAssessmentFrameworkCommand.d.ts +1 -1
  42. package/dist-types/commands/GetInsightsByAssessmentCommand.d.ts +35 -0
  43. package/dist-types/commands/GetInsightsCommand.d.ts +35 -0
  44. package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +42 -0
  45. package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +40 -0
  46. package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +41 -0
  47. package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +42 -0
  48. package/dist-types/commands/index.d.ts +6 -0
  49. package/dist-types/models/models_0.d.ts +521 -54
  50. package/dist-types/pagination/ListAssessmentControlInsightsByControlDomainPaginator.d.ts +4 -0
  51. package/dist-types/pagination/ListControlDomainInsightsByAssessmentPaginator.d.ts +4 -0
  52. package/dist-types/pagination/ListControlDomainInsightsPaginator.d.ts +4 -0
  53. package/dist-types/pagination/ListControlInsightsByControlDomainPaginator.d.ts +4 -0
  54. package/dist-types/pagination/index.d.ts +4 -0
  55. package/dist-types/protocols/Aws_restJson1.d.ts +18 -0
  56. package/dist-types/runtimeConfig.browser.d.ts +3 -2
  57. package/dist-types/runtimeConfig.d.ts +4 -3
  58. package/dist-types/runtimeConfig.native.d.ts +1 -0
  59. package/dist-types/ts3.4/AuditManager.d.ts +30 -0
  60. package/dist-types/ts3.4/AuditManagerClient.d.ts +11 -3
  61. package/dist-types/ts3.4/commands/GetInsightsByAssessmentCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/ListControlDomainInsightsCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/ListControlInsightsByControlDomainCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  68. package/dist-types/ts3.4/models/models_0.d.ts +224 -16
  69. package/dist-types/ts3.4/pagination/ListAssessmentControlInsightsByControlDomainPaginator.d.ts +4 -0
  70. package/dist-types/ts3.4/pagination/ListControlDomainInsightsByAssessmentPaginator.d.ts +4 -0
  71. package/dist-types/ts3.4/pagination/ListControlDomainInsightsPaginator.d.ts +4 -0
  72. package/dist-types/ts3.4/pagination/ListControlInsightsByControlDomainPaginator.d.ts +4 -0
  73. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  74. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +18 -0
  75. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  76. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
  77. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  78. package/package.json +38 -45
@@ -8,12 +8,6 @@ export interface AccessDeniedException extends __SmithyException, $MetadataBeare
8
8
  $fault: "client";
9
9
  message: string | undefined;
10
10
  }
11
- export declare namespace AccessDeniedException {
12
- /**
13
- * @internal
14
- */
15
- const filterSensitiveLog: (obj: AccessDeniedException) => any;
16
- }
17
11
  export declare enum AccountStatus {
18
12
  ACTIVE = "ACTIVE",
19
13
  INACTIVE = "INACTIVE",
@@ -930,12 +924,6 @@ export interface InternalServerException extends __SmithyException, $MetadataBea
930
924
  $fault: "server";
931
925
  message: string | undefined;
932
926
  }
933
- export declare namespace InternalServerException {
934
- /**
935
- * @internal
936
- */
937
- const filterSensitiveLog: (obj: InternalServerException) => any;
938
- }
939
927
  /**
940
928
  * <p> The resource that's specified in the request can't be found. </p>
941
929
  */
@@ -952,12 +940,6 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
952
940
  */
953
941
  resourceType: string | undefined;
954
942
  }
955
- export declare namespace ResourceNotFoundException {
956
- /**
957
- * @internal
958
- */
959
- const filterSensitiveLog: (obj: ResourceNotFoundException) => any;
960
- }
961
943
  /**
962
944
  * <p> Indicates that the request has invalid or missing parameters for the field. </p>
963
945
  */
@@ -999,12 +981,6 @@ export interface ValidationException extends __SmithyException, $MetadataBearer
999
981
  */
1000
982
  fields?: ValidationExceptionField[];
1001
983
  }
1002
- export declare namespace ValidationException {
1003
- /**
1004
- * @internal
1005
- */
1006
- const filterSensitiveLog: (obj: ValidationException) => any;
1007
- }
1008
984
  export interface BatchAssociateAssessmentReportEvidenceRequest {
1009
985
  /**
1010
986
  * <p> The identifier for the assessment. </p>
@@ -1848,7 +1824,7 @@ export declare namespace DeleteAssessmentResponse {
1848
1824
  }
1849
1825
  export interface DeleteAssessmentFrameworkRequest {
1850
1826
  /**
1851
- * <p> The identifier for the framework. </p>
1827
+ * <p> The identifier for the custom framework. </p>
1852
1828
  */
1853
1829
  frameworkId: string | undefined;
1854
1830
  }
@@ -1896,7 +1872,7 @@ export declare namespace DeleteAssessmentFrameworkShareResponse {
1896
1872
  }
1897
1873
  export interface DeleteAssessmentReportRequest {
1898
1874
  /**
1899
- * <p> The identifier for the assessment. </p>
1875
+ * <p> The unique identifier for the assessment. </p>
1900
1876
  */
1901
1877
  assessmentId: string | undefined;
1902
1878
  /**
@@ -1920,7 +1896,7 @@ export declare namespace DeleteAssessmentReportResponse {
1920
1896
  }
1921
1897
  export interface DeleteControlRequest {
1922
1898
  /**
1923
- * <p> The identifier for the control. </p>
1899
+ * <p> The unique identifier for the control. </p>
1924
1900
  */
1925
1901
  controlId: string | undefined;
1926
1902
  }
@@ -1980,11 +1956,11 @@ export declare namespace DeregisterOrganizationAdminAccountResponse {
1980
1956
  }
1981
1957
  export interface DisassociateAssessmentReportEvidenceFolderRequest {
1982
1958
  /**
1983
- * <p> The identifier for the assessment. </p>
1959
+ * <p> The unique identifier for the assessment. </p>
1984
1960
  */
1985
1961
  assessmentId: string | undefined;
1986
1962
  /**
1987
- * <p> The identifier for the folder in which evidence is stored. </p>
1963
+ * <p> The unique identifier for the folder that the evidence is stored in. </p>
1988
1964
  */
1989
1965
  evidenceFolderId: string | undefined;
1990
1966
  }
@@ -2024,7 +2000,7 @@ export declare namespace GetAccountStatusResponse {
2024
2000
  }
2025
2001
  export interface GetAssessmentRequest {
2026
2002
  /**
2027
- * <p> The identifier for the assessment. </p>
2003
+ * <p>The unique identifier for the assessment. </p>
2028
2004
  */
2029
2005
  assessmentId: string | undefined;
2030
2006
  }
@@ -2080,11 +2056,11 @@ export declare namespace GetAssessmentFrameworkResponse {
2080
2056
  }
2081
2057
  export interface GetAssessmentReportUrlRequest {
2082
2058
  /**
2083
- * <p> The identifier for the assessment report. </p>
2059
+ * <p> The unique identifier for the assessment report. </p>
2084
2060
  */
2085
2061
  assessmentReportId: string | undefined;
2086
2062
  /**
2087
- * <p> The identifier for the assessment. </p>
2063
+ * <p> The unique identifier for the assessment. </p>
2088
2064
  */
2089
2065
  assessmentId: string | undefined;
2090
2066
  }
@@ -2129,15 +2105,15 @@ export declare namespace GetAssessmentReportUrlResponse {
2129
2105
  }
2130
2106
  export interface GetChangeLogsRequest {
2131
2107
  /**
2132
- * <p> The identifier for the assessment. </p>
2108
+ * <p>The unique identifier for the assessment. </p>
2133
2109
  */
2134
2110
  assessmentId: string | undefined;
2135
2111
  /**
2136
- * <p> The identifier for the control set. </p>
2112
+ * <p> The unique identifier for the control set. </p>
2137
2113
  */
2138
2114
  controlSetId?: string;
2139
2115
  /**
2140
- * <p> The identifier for the control. </p>
2116
+ * <p> The unique identifier for the control. </p>
2141
2117
  */
2142
2118
  controlId?: string;
2143
2119
  /**
@@ -2145,7 +2121,7 @@ export interface GetChangeLogsRequest {
2145
2121
  */
2146
2122
  nextToken?: string;
2147
2123
  /**
2148
- * <p> Represents the maximum number of results on a page or for an API request call. </p>
2124
+ * <p>Represents the maximum number of results on a page or for an API request call. </p>
2149
2125
  */
2150
2126
  maxResults?: number;
2151
2127
  }
@@ -2197,11 +2173,11 @@ export declare namespace ChangeLog {
2197
2173
  }
2198
2174
  export interface GetChangeLogsResponse {
2199
2175
  /**
2200
- * <p> The list of user activity for the control. </p>
2176
+ * <p>The list of user activity for the control. </p>
2201
2177
  */
2202
2178
  changeLogs?: ChangeLog[];
2203
2179
  /**
2204
- * <p> The pagination token that's used to fetch the next set of results. </p>
2180
+ * <p>The pagination token that's used to fetch the next set of results. </p>
2205
2181
  */
2206
2182
  nextToken?: string;
2207
2183
  }
@@ -2308,19 +2284,19 @@ export declare namespace GetDelegationsResponse {
2308
2284
  }
2309
2285
  export interface GetEvidenceRequest {
2310
2286
  /**
2311
- * <p> The identifier for the assessment. </p>
2287
+ * <p> The unique identifier for the assessment. </p>
2312
2288
  */
2313
2289
  assessmentId: string | undefined;
2314
2290
  /**
2315
- * <p> The identifier for the control set. </p>
2291
+ * <p> The unique identifier for the control set. </p>
2316
2292
  */
2317
2293
  controlSetId: string | undefined;
2318
2294
  /**
2319
- * <p> The identifier for the folder that the evidence is stored in. </p>
2295
+ * <p> The unique identifier for the folder that the evidence is stored in. </p>
2320
2296
  */
2321
2297
  evidenceFolderId: string | undefined;
2322
2298
  /**
2323
- * <p> The identifier for the evidence. </p>
2299
+ * <p> The unique identifier for the evidence. </p>
2324
2300
  */
2325
2301
  evidenceId: string | undefined;
2326
2302
  }
@@ -2490,15 +2466,15 @@ export declare namespace GetEvidenceByEvidenceFolderResponse {
2490
2466
  }
2491
2467
  export interface GetEvidenceFolderRequest {
2492
2468
  /**
2493
- * <p> The identifier for the assessment. </p>
2469
+ * <p> The unique identifier for the assessment. </p>
2494
2470
  */
2495
2471
  assessmentId: string | undefined;
2496
2472
  /**
2497
- * <p> The identifier for the control set. </p>
2473
+ * <p> The unique identifier for the control set. </p>
2498
2474
  */
2499
2475
  controlSetId: string | undefined;
2500
2476
  /**
2501
- * <p> The identifier for the folder that the evidence is stored in. </p>
2477
+ * <p> The unique identifier for the folder that the evidence is stored in. </p>
2502
2478
  */
2503
2479
  evidenceFolderId: string | undefined;
2504
2480
  }
@@ -2522,7 +2498,7 @@ export declare namespace GetEvidenceFolderResponse {
2522
2498
  }
2523
2499
  export interface GetEvidenceFoldersByAssessmentRequest {
2524
2500
  /**
2525
- * <p> The identifier for the assessment. </p>
2501
+ * <p> The unique identifier for the assessment. </p>
2526
2502
  */
2527
2503
  assessmentId: string | undefined;
2528
2504
  /**
@@ -2602,6 +2578,205 @@ export declare namespace GetEvidenceFoldersByAssessmentControlResponse {
2602
2578
  */
2603
2579
  const filterSensitiveLog: (obj: GetEvidenceFoldersByAssessmentControlResponse) => any;
2604
2580
  }
2581
+ export interface GetInsightsRequest {
2582
+ }
2583
+ export declare namespace GetInsightsRequest {
2584
+ /**
2585
+ * @internal
2586
+ */
2587
+ const filterSensitiveLog: (obj: GetInsightsRequest) => any;
2588
+ }
2589
+ /**
2590
+ * <p>A summary of the latest analytics data for all your active assessments. </p>
2591
+ * <p>This summary is a snapshot of the data that your active assessments collected on the
2592
+ * <code>lastUpdated</code> date. It’s important to understand that the following totals
2593
+ * are daily counts based on this date — they aren’t a total sum to date. </p>
2594
+ * <p>The <code>Insights</code> data is eventually consistent. This means that, when you read
2595
+ * data from <code>Insights</code>, the response might not instantly reflect the results of a
2596
+ * recently completed write or update operation. If you repeat your read request after a few
2597
+ * hours, the response should return the latest data.</p>
2598
+ * <note>
2599
+ * <p>If you delete an assessment or change its status to inactive,
2600
+ * <code>InsightsByAssessment</code> includes data for that assessment as
2601
+ * follows.</p>
2602
+ * <ul>
2603
+ * <li>
2604
+ * <p>
2605
+ * <b>Inactive assessments</b> - If Audit Manager collected
2606
+ * evidence for your assessment before you changed it inactive, that evidence is
2607
+ * included in the <code>InsightsByAssessment</code> counts for that day.</p>
2608
+ * </li>
2609
+ * <li>
2610
+ * <p>
2611
+ * <b>Deleted assessments</b> - If Audit Manager collected
2612
+ * evidence for your assessment before you deleted it, that evidence isn't included
2613
+ * in the <code>InsightsByAssessment</code> counts for that day.</p>
2614
+ * </li>
2615
+ * </ul>
2616
+ * </note>
2617
+ */
2618
+ export interface Insights {
2619
+ /**
2620
+ * <p>The number of active assessments in Audit Manager. </p>
2621
+ */
2622
+ activeAssessmentsCount?: number;
2623
+ /**
2624
+ * <p>The number of compliance check evidence that Audit Manager classified as non-compliant
2625
+ * on the <code>lastUpdated</code> date. This includes evidence that was collected from
2626
+ * Security Hub with a <i>Fail</i> ruling, or collected from
2627
+ * Config with a <i>Non-compliant</i> ruling. </p>
2628
+ */
2629
+ noncompliantEvidenceCount?: number;
2630
+ /**
2631
+ * <p>The number of compliance check evidence that Audit Manager classified as compliant on
2632
+ * the <code>lastUpdated</code> date. This includes evidence that was collected from Security Hub with a <i>Pass</i> ruling, or collected from Config with a <i>Compliant</i> ruling. </p>
2633
+ */
2634
+ compliantEvidenceCount?: number;
2635
+ /**
2636
+ * <p>The number of evidence without a compliance check ruling. Evidence is inconclusive when the
2637
+ * associated control uses Security Hub or Config as a data source
2638
+ * but you didn't enable those services. This is also the case when a control uses a data
2639
+ * source that doesn’t support compliance checks (for example: manual evidence, API calls, or
2640
+ * CloudTrail). </p>
2641
+ * <note>
2642
+ * <p>If evidence has a compliance check status of <i>not applicable</i>, it's classed
2643
+ * as <i>inconclusive</i> in <code>Insights</code> data.</p>
2644
+ * </note>
2645
+ */
2646
+ inconclusiveEvidenceCount?: number;
2647
+ /**
2648
+ * <p>The number of assessment controls that collected non-compliant evidence on the
2649
+ * <code>lastUpdated</code> date. </p>
2650
+ */
2651
+ assessmentControlsCountByNoncompliantEvidence?: number;
2652
+ /**
2653
+ * <p>The total number of controls across all active assessments. </p>
2654
+ */
2655
+ totalAssessmentControlsCount?: number;
2656
+ /**
2657
+ * <p>The time when the cross-assessment insights were last updated. </p>
2658
+ */
2659
+ lastUpdated?: Date;
2660
+ }
2661
+ export declare namespace Insights {
2662
+ /**
2663
+ * @internal
2664
+ */
2665
+ const filterSensitiveLog: (obj: Insights) => any;
2666
+ }
2667
+ export interface GetInsightsResponse {
2668
+ /**
2669
+ * <p>The analytics data that the <code>GetInsights</code> API returned. </p>
2670
+ */
2671
+ insights?: Insights;
2672
+ }
2673
+ export declare namespace GetInsightsResponse {
2674
+ /**
2675
+ * @internal
2676
+ */
2677
+ const filterSensitiveLog: (obj: GetInsightsResponse) => any;
2678
+ }
2679
+ export interface GetInsightsByAssessmentRequest {
2680
+ /**
2681
+ * <p>The unique identifier for the assessment. </p>
2682
+ */
2683
+ assessmentId: string | undefined;
2684
+ }
2685
+ export declare namespace GetInsightsByAssessmentRequest {
2686
+ /**
2687
+ * @internal
2688
+ */
2689
+ const filterSensitiveLog: (obj: GetInsightsByAssessmentRequest) => any;
2690
+ }
2691
+ /**
2692
+ * <p>A summary of the latest analytics data for a specific active assessment.</p>
2693
+ * <p>This summary is a snapshot of the data that was collected on the <code>lastUpdated</code>
2694
+ * date. It’s important to understand that the totals in <code>InsightsByAssessment</code> are
2695
+ * daily counts based on this date — they aren’t a total sum to date. </p>
2696
+ * <p>The <code>InsightsByAssessment</code> data is eventually consistent. This means that
2697
+ * when you read data from <code>InsightsByAssessment</code>, the response might not instantly
2698
+ * reflect the results of a recently completed write or update operation. If you repeat your
2699
+ * read request after a few hours, the response returns the latest data.</p>
2700
+ * <note>
2701
+ * <p>If you delete an assessment or change its status to inactive,
2702
+ * <code>InsightsByAssessment</code> includes data for that assessment as
2703
+ * follows.</p>
2704
+ * <ul>
2705
+ * <li>
2706
+ * <p>
2707
+ * <b>Inactive assessments</b> - If Audit Manager collected
2708
+ * evidence for your assessment before you changed it inactive, that evidence is
2709
+ * included in the <code>InsightsByAssessment</code> counts for that day.</p>
2710
+ * </li>
2711
+ * <li>
2712
+ * <p>
2713
+ * <b>Deleted assessments</b> - If Audit Manager collected
2714
+ * evidence for your assessment before you deleted it, that evidence isn't included
2715
+ * in the <code>InsightsByAssessment</code> counts for that day.</p>
2716
+ * </li>
2717
+ * </ul>
2718
+ * </note>
2719
+ */
2720
+ export interface InsightsByAssessment {
2721
+ /**
2722
+ * <p>The number of compliance check evidence that Audit Manager classified as non-compliant.
2723
+ * This includes evidence that was collected from Security Hub with a
2724
+ * <i>Fail</i> ruling, or collected from Config with a
2725
+ * <i>Non-compliant</i> ruling. </p>
2726
+ */
2727
+ noncompliantEvidenceCount?: number;
2728
+ /**
2729
+ * <p>The number of compliance check evidence that Audit Manager classified as compliant.
2730
+ * This includes evidence that was collected from Security Hub with a
2731
+ * <i>Pass</i> ruling, or collected from Config with a
2732
+ * <i>Compliant</i> ruling. </p>
2733
+ */
2734
+ compliantEvidenceCount?: number;
2735
+ /**
2736
+ * <p>The amount of evidence without a compliance check ruling. Evidence is inconclusive if the
2737
+ * associated control uses Security Hub or Config as a data source
2738
+ * and you didn't enable those services. This is also the case if a control uses a data source
2739
+ * that doesn’t support compliance checks (for example, manual evidence, API calls, or CloudTrail). </p>
2740
+ * <note>
2741
+ * <p>If evidence has a compliance check status of <i>not applicable</i>, it's
2742
+ * classified as <i>inconclusive</i> in <code>InsightsByAssessment</code>
2743
+ * data.</p>
2744
+ * </note>
2745
+ */
2746
+ inconclusiveEvidenceCount?: number;
2747
+ /**
2748
+ * <p>The number of assessment controls that collected non-compliant evidence on the
2749
+ * <code>lastUpdated</code> date. </p>
2750
+ */
2751
+ assessmentControlsCountByNoncompliantEvidence?: number;
2752
+ /**
2753
+ * <p>The total number of controls in the assessment. </p>
2754
+ */
2755
+ totalAssessmentControlsCount?: number;
2756
+ /**
2757
+ * <p>The time when the assessment insights were last updated.</p>
2758
+ */
2759
+ lastUpdated?: Date;
2760
+ }
2761
+ export declare namespace InsightsByAssessment {
2762
+ /**
2763
+ * @internal
2764
+ */
2765
+ const filterSensitiveLog: (obj: InsightsByAssessment) => any;
2766
+ }
2767
+ export interface GetInsightsByAssessmentResponse {
2768
+ /**
2769
+ * <p> The assessment analytics data that the <code>GetInsightsByAssessment</code> API
2770
+ * returned. </p>
2771
+ */
2772
+ insights?: InsightsByAssessment;
2773
+ }
2774
+ export declare namespace GetInsightsByAssessmentResponse {
2775
+ /**
2776
+ * @internal
2777
+ */
2778
+ const filterSensitiveLog: (obj: GetInsightsByAssessmentResponse) => any;
2779
+ }
2605
2780
  export interface GetOrganizationAdminAccountRequest {
2606
2781
  }
2607
2782
  export declare namespace GetOrganizationAdminAccountRequest {
@@ -2736,6 +2911,120 @@ export declare namespace GetSettingsResponse {
2736
2911
  */
2737
2912
  const filterSensitiveLog: (obj: GetSettingsResponse) => any;
2738
2913
  }
2914
+ export interface ListAssessmentControlInsightsByControlDomainRequest {
2915
+ /**
2916
+ * <p>The unique identifier for the control domain. </p>
2917
+ */
2918
+ controlDomainId: string | undefined;
2919
+ /**
2920
+ * <p>The unique identifier for the active assessment. </p>
2921
+ */
2922
+ assessmentId: string | undefined;
2923
+ /**
2924
+ * <p>The pagination token that's used to fetch the next set of results. </p>
2925
+ */
2926
+ nextToken?: string;
2927
+ /**
2928
+ * <p>Represents the maximum number of results on a page or for an API request call. </p>
2929
+ */
2930
+ maxResults?: number;
2931
+ }
2932
+ export declare namespace ListAssessmentControlInsightsByControlDomainRequest {
2933
+ /**
2934
+ * @internal
2935
+ */
2936
+ const filterSensitiveLog: (obj: ListAssessmentControlInsightsByControlDomainRequest) => any;
2937
+ }
2938
+ /**
2939
+ * <p>A breakdown of the latest compliance check status for the evidence in your Audit Manager
2940
+ * assessments. </p>
2941
+ */
2942
+ export interface EvidenceInsights {
2943
+ /**
2944
+ * <p>The number of compliance check evidence that Audit Manager classified as non-compliant.
2945
+ * This includes evidence that was collected from Security Hub with a
2946
+ * <i>Fail</i> ruling, or collected from Config with a
2947
+ * <i>Non-compliant</i> ruling. </p>
2948
+ */
2949
+ noncompliantEvidenceCount?: number;
2950
+ /**
2951
+ * <p>The number of compliance check evidence that Audit Manager classified as compliant. This
2952
+ * includes evidence that was collected from Security Hub with a
2953
+ * <i>Pass</i> ruling, or collected from Config with a
2954
+ * <i>Compliant</i> ruling. </p>
2955
+ */
2956
+ compliantEvidenceCount?: number;
2957
+ /**
2958
+ * <p>The number of evidence that a compliance check ruling isn't available for. Evidence is
2959
+ * inconclusive when the associated control uses Security Hub or Config as a data source but you didn't enable those services. This is also the case when a
2960
+ * control uses a data source that doesn’t support compliance checks (for example, manual
2961
+ * evidence, API calls, or CloudTrail). </p>
2962
+ * <note>
2963
+ * <p>If evidence has a compliance check status of <i>not applicable</i> in the
2964
+ * console, it's classified as <i>inconclusive</i> in
2965
+ * <code>EvidenceInsights</code> data.</p>
2966
+ * </note>
2967
+ */
2968
+ inconclusiveEvidenceCount?: number;
2969
+ }
2970
+ export declare namespace EvidenceInsights {
2971
+ /**
2972
+ * @internal
2973
+ */
2974
+ const filterSensitiveLog: (obj: EvidenceInsights) => any;
2975
+ }
2976
+ /**
2977
+ * <p>A summary of the latest analytics data for a specific control in a specific active
2978
+ * assessment.</p>
2979
+ * <p>Control insights are grouped by control domain, and ranked by the highest total count of non-compliant evidence.
2980
+ * </p>
2981
+ */
2982
+ export interface ControlInsightsMetadataByAssessmentItem {
2983
+ /**
2984
+ * <p>The name of the assessment control. </p>
2985
+ */
2986
+ name?: string;
2987
+ /**
2988
+ * <p>The unique identifier for the assessment control. </p>
2989
+ */
2990
+ id?: string;
2991
+ /**
2992
+ * <p>A breakdown of the compliance check status for the evidence that’s associated with the
2993
+ * assessment control. </p>
2994
+ */
2995
+ evidenceInsights?: EvidenceInsights;
2996
+ /**
2997
+ * <p>The name of the control set that the assessment control belongs to. </p>
2998
+ */
2999
+ controlSetName?: string;
3000
+ /**
3001
+ * <p>The time when the assessment control insights were last updated. </p>
3002
+ */
3003
+ lastUpdated?: Date;
3004
+ }
3005
+ export declare namespace ControlInsightsMetadataByAssessmentItem {
3006
+ /**
3007
+ * @internal
3008
+ */
3009
+ const filterSensitiveLog: (obj: ControlInsightsMetadataByAssessmentItem) => any;
3010
+ }
3011
+ export interface ListAssessmentControlInsightsByControlDomainResponse {
3012
+ /**
3013
+ * <p>The assessment control analytics data that the
3014
+ * <code>ListAssessmentControlInsightsByControlDomain</code> API returned. </p>
3015
+ */
3016
+ controlInsightsByAssessment?: ControlInsightsMetadataByAssessmentItem[];
3017
+ /**
3018
+ * <p>The pagination token that's used to fetch the next set of results. </p>
3019
+ */
3020
+ nextToken?: string;
3021
+ }
3022
+ export declare namespace ListAssessmentControlInsightsByControlDomainResponse {
3023
+ /**
3024
+ * @internal
3025
+ */
3026
+ const filterSensitiveLog: (obj: ListAssessmentControlInsightsByControlDomainResponse) => any;
3027
+ }
2739
3028
  export interface ListAssessmentFrameworksRequest {
2740
3029
  /**
2741
3030
  * <p> The type of framework, such as a standard framework or a custom framework. </p>
@@ -2843,6 +3132,10 @@ export declare namespace ListAssessmentReportsResponse {
2843
3132
  const filterSensitiveLog: (obj: ListAssessmentReportsResponse) => any;
2844
3133
  }
2845
3134
  export interface ListAssessmentsRequest {
3135
+ /**
3136
+ * <p> The current status of the assessment.</p>
3137
+ */
3138
+ status?: AssessmentStatus | string;
2846
3139
  /**
2847
3140
  * <p> The pagination token that's used to fetch the next set of results. </p>
2848
3141
  */
@@ -2874,6 +3167,180 @@ export declare namespace ListAssessmentsResponse {
2874
3167
  */
2875
3168
  const filterSensitiveLog: (obj: ListAssessmentsResponse) => any;
2876
3169
  }
3170
+ export interface ListControlDomainInsightsRequest {
3171
+ /**
3172
+ * <p>The pagination token that's used to fetch the next set of results. </p>
3173
+ */
3174
+ nextToken?: string;
3175
+ /**
3176
+ * <p>Represents the maximum number of results on a page or for an API request call. </p>
3177
+ */
3178
+ maxResults?: number;
3179
+ }
3180
+ export declare namespace ListControlDomainInsightsRequest {
3181
+ /**
3182
+ * @internal
3183
+ */
3184
+ const filterSensitiveLog: (obj: ListControlDomainInsightsRequest) => any;
3185
+ }
3186
+ /**
3187
+ * <p>A summary of the latest analytics data for a specific control domain.</p>
3188
+ * <p>Control domain insights are grouped by control domain, and ranked by the highest total count of non-compliant evidence.</p>
3189
+ */
3190
+ export interface ControlDomainInsights {
3191
+ /**
3192
+ * <p>The name of the control domain. </p>
3193
+ */
3194
+ name?: string;
3195
+ /**
3196
+ * <p>The unique identifier for the control domain. </p>
3197
+ */
3198
+ id?: string;
3199
+ /**
3200
+ * <p>The number of controls in the control domain that collected non-compliant evidence on the
3201
+ * <code>lastUpdated</code> date. </p>
3202
+ */
3203
+ controlsCountByNoncompliantEvidence?: number;
3204
+ /**
3205
+ * <p>The total number of controls in the control domain. </p>
3206
+ */
3207
+ totalControlsCount?: number;
3208
+ /**
3209
+ * <p>A breakdown of the compliance check status for the evidence that’s associated with the control
3210
+ * domain. </p>
3211
+ */
3212
+ evidenceInsights?: EvidenceInsights;
3213
+ /**
3214
+ * <p>The time when the control domain insights were last updated. </p>
3215
+ */
3216
+ lastUpdated?: Date;
3217
+ }
3218
+ export declare namespace ControlDomainInsights {
3219
+ /**
3220
+ * @internal
3221
+ */
3222
+ const filterSensitiveLog: (obj: ControlDomainInsights) => any;
3223
+ }
3224
+ export interface ListControlDomainInsightsResponse {
3225
+ /**
3226
+ * <p>The control domain analytics data that the <code>ListControlDomainInsights</code> API
3227
+ * returned. </p>
3228
+ */
3229
+ controlDomainInsights?: ControlDomainInsights[];
3230
+ /**
3231
+ * <p>The pagination token that's used to fetch the next set of results. </p>
3232
+ */
3233
+ nextToken?: string;
3234
+ }
3235
+ export declare namespace ListControlDomainInsightsResponse {
3236
+ /**
3237
+ * @internal
3238
+ */
3239
+ const filterSensitiveLog: (obj: ListControlDomainInsightsResponse) => any;
3240
+ }
3241
+ export interface ListControlDomainInsightsByAssessmentRequest {
3242
+ /**
3243
+ * <p>The unique identifier for the active assessment. </p>
3244
+ */
3245
+ assessmentId: string | undefined;
3246
+ /**
3247
+ * <p>The pagination token that's used to fetch the next set of results. </p>
3248
+ */
3249
+ nextToken?: string;
3250
+ /**
3251
+ * <p>Represents the maximum number of results on a page or for an API request call. </p>
3252
+ */
3253
+ maxResults?: number;
3254
+ }
3255
+ export declare namespace ListControlDomainInsightsByAssessmentRequest {
3256
+ /**
3257
+ * @internal
3258
+ */
3259
+ const filterSensitiveLog: (obj: ListControlDomainInsightsByAssessmentRequest) => any;
3260
+ }
3261
+ export interface ListControlDomainInsightsByAssessmentResponse {
3262
+ /**
3263
+ * <p>The control domain analytics data that the
3264
+ * <code>ListControlDomainInsightsByAssessment</code> API returned. </p>
3265
+ */
3266
+ controlDomainInsights?: ControlDomainInsights[];
3267
+ /**
3268
+ * <p>The pagination token that's used to fetch the next set of results. </p>
3269
+ */
3270
+ nextToken?: string;
3271
+ }
3272
+ export declare namespace ListControlDomainInsightsByAssessmentResponse {
3273
+ /**
3274
+ * @internal
3275
+ */
3276
+ const filterSensitiveLog: (obj: ListControlDomainInsightsByAssessmentResponse) => any;
3277
+ }
3278
+ export interface ListControlInsightsByControlDomainRequest {
3279
+ /**
3280
+ * <p>The unique identifier for the control domain. </p>
3281
+ */
3282
+ controlDomainId: string | undefined;
3283
+ /**
3284
+ * <p>The pagination token that's used to fetch the next set of results. </p>
3285
+ */
3286
+ nextToken?: string;
3287
+ /**
3288
+ * <p>Represents the maximum number of results on a page or for an API request call. </p>
3289
+ */
3290
+ maxResults?: number;
3291
+ }
3292
+ export declare namespace ListControlInsightsByControlDomainRequest {
3293
+ /**
3294
+ * @internal
3295
+ */
3296
+ const filterSensitiveLog: (obj: ListControlInsightsByControlDomainRequest) => any;
3297
+ }
3298
+ /**
3299
+ * <p>A summary of the latest analytics data for a specific control. </p>
3300
+ * <p>This data reflects the total counts for the specified control across all active assessments. Control insights are grouped by control domain, and ranked by the highest total count of non-compliant evidence.</p>
3301
+ */
3302
+ export interface ControlInsightsMetadataItem {
3303
+ /**
3304
+ * <p>The name of the control. </p>
3305
+ */
3306
+ name?: string;
3307
+ /**
3308
+ * <p>The unique identifier for the control. </p>
3309
+ */
3310
+ id?: string;
3311
+ /**
3312
+ * <p>A breakdown of the compliance check status for the evidence that’s associated with the
3313
+ * control. </p>
3314
+ */
3315
+ evidenceInsights?: EvidenceInsights;
3316
+ /**
3317
+ * <p>The time when the control insights were last updated. </p>
3318
+ */
3319
+ lastUpdated?: Date;
3320
+ }
3321
+ export declare namespace ControlInsightsMetadataItem {
3322
+ /**
3323
+ * @internal
3324
+ */
3325
+ const filterSensitiveLog: (obj: ControlInsightsMetadataItem) => any;
3326
+ }
3327
+ export interface ListControlInsightsByControlDomainResponse {
3328
+ /**
3329
+ * <p>The control analytics data that the <code>ListControlInsightsByControlDomain</code> API
3330
+ * returned. </p>
3331
+ */
3332
+ controlInsightsMetadata?: ControlInsightsMetadataItem[];
3333
+ /**
3334
+ * <p>The pagination token that's used to fetch the next set of results. </p>
3335
+ */
3336
+ nextToken?: string;
3337
+ }
3338
+ export declare namespace ListControlInsightsByControlDomainResponse {
3339
+ /**
3340
+ * @internal
3341
+ */
3342
+ const filterSensitiveLog: (obj: ListControlInsightsByControlDomainResponse) => any;
3343
+ }
2877
3344
  export interface ListControlsRequest {
2878
3345
  /**
2879
3346
  * <p> The type of control, such as a standard control or a custom control. </p>
@@ -3231,7 +3698,7 @@ export declare namespace UntagResourceResponse {
3231
3698
  }
3232
3699
  export interface UpdateAssessmentRequest {
3233
3700
  /**
3234
- * <p> The identifier for the assessment. </p>
3701
+ * <p> The unique identifier for the assessment. </p>
3235
3702
  */
3236
3703
  assessmentId: string | undefined;
3237
3704
  /**
@@ -3277,15 +3744,15 @@ export declare namespace UpdateAssessmentResponse {
3277
3744
  }
3278
3745
  export interface UpdateAssessmentControlRequest {
3279
3746
  /**
3280
- * <p> The identifier for the assessment. </p>
3747
+ * <p> The unique identifier for the assessment. </p>
3281
3748
  */
3282
3749
  assessmentId: string | undefined;
3283
3750
  /**
3284
- * <p> The identifier for the control set. </p>
3751
+ * <p> The unique identifier for the control set. </p>
3285
3752
  */
3286
3753
  controlSetId: string | undefined;
3287
3754
  /**
3288
- * <p> The identifier for the control. </p>
3755
+ * <p> The unique identifier for the control. </p>
3289
3756
  */
3290
3757
  controlId: string | undefined;
3291
3758
  /**
@@ -3318,11 +3785,11 @@ export declare namespace UpdateAssessmentControlResponse {
3318
3785
  }
3319
3786
  export interface UpdateAssessmentControlSetStatusRequest {
3320
3787
  /**
3321
- * <p> The identifier for the assessment. </p>
3788
+ * <p> The unique identifier for the assessment. </p>
3322
3789
  */
3323
3790
  assessmentId: string | undefined;
3324
3791
  /**
3325
- * <p> The identifier for the control set. </p>
3792
+ * <p> The unique identifier for the control set. </p>
3326
3793
  */
3327
3794
  controlSetId: string | undefined;
3328
3795
  /**
@@ -3378,7 +3845,7 @@ export declare namespace UpdateAssessmentFrameworkControlSet {
3378
3845
  }
3379
3846
  export interface UpdateAssessmentFrameworkRequest {
3380
3847
  /**
3381
- * <p> The identifier for the framework. </p>
3848
+ * <p> The unique identifier for the framework. </p>
3382
3849
  */
3383
3850
  frameworkId: string | undefined;
3384
3851
  /**
@@ -3457,7 +3924,7 @@ export declare namespace UpdateAssessmentFrameworkShareResponse {
3457
3924
  }
3458
3925
  export interface UpdateAssessmentStatusRequest {
3459
3926
  /**
3460
- * <p> The identifier for the assessment. </p>
3927
+ * <p> The unique identifier for the assessment. </p>
3461
3928
  */
3462
3929
  assessmentId: string | undefined;
3463
3930
  /**