@aws-sdk/client-auditmanager 3.1060.0 → 3.1062.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/models/models_0.d.ts +27 -27
- package/package.json +2 -2
|
@@ -547,12 +547,12 @@ export interface AssessmentEvidenceFolder {
|
|
|
547
547
|
evidenceByTypeManualCount?: number | undefined;
|
|
548
548
|
/**
|
|
549
549
|
* <p> The number of evidence that falls under the compliance check category. This evidence is
|
|
550
|
-
* collected from Config or Security Hub. </p>
|
|
550
|
+
* collected from Config or Security Hub CSPM. </p>
|
|
551
551
|
* @public
|
|
552
552
|
*/
|
|
553
553
|
evidenceByTypeComplianceCheckCount?: number | undefined;
|
|
554
554
|
/**
|
|
555
|
-
* <p> The total number of issues that were reported directly from Security Hub,
|
|
555
|
+
* <p> The total number of issues that were reported directly from Security Hub CSPM,
|
|
556
556
|
* Config, or both. </p>
|
|
557
557
|
* @public
|
|
558
558
|
*/
|
|
@@ -1350,7 +1350,7 @@ export interface CreateAssessmentFrameworkRequest {
|
|
|
1350
1350
|
* <p>For manual evidence, this keyword indicates if the manual evidence is a file or
|
|
1351
1351
|
* text.</p>
|
|
1352
1352
|
* <p>For automated evidence, this keyword identifies a specific CloudTrail event,
|
|
1353
|
-
* Config rule, Security Hub control, or Amazon Web Services API name. </p>
|
|
1353
|
+
* Config rule, Security Hub CSPM control, or Amazon Web Services API name. </p>
|
|
1354
1354
|
* <p> To learn more about the supported keywords that you can use when mapping a control data
|
|
1355
1355
|
* source, see the following pages in the <i>Audit Manager User
|
|
1356
1356
|
* Guide</i>:</p>
|
|
@@ -1362,7 +1362,7 @@ export interface CreateAssessmentFrameworkRequest {
|
|
|
1362
1362
|
* </li>
|
|
1363
1363
|
* <li>
|
|
1364
1364
|
* <p>
|
|
1365
|
-
* <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-ash.html">Security Hub controls supported by Audit Manager</a>
|
|
1365
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-ash.html">Security Hub CSPM controls supported by Audit Manager</a>
|
|
1366
1366
|
* </p>
|
|
1367
1367
|
* </li>
|
|
1368
1368
|
* <li>
|
|
@@ -1391,7 +1391,7 @@ export interface SourceKeyword {
|
|
|
1391
1391
|
* <li>
|
|
1392
1392
|
* <p>When <code>keywordInputType</code> is <code>SELECT_FROM_LIST</code>, a
|
|
1393
1393
|
* keyword must be selected to collect automated evidence. For example, this
|
|
1394
|
-
* keyword can be a CloudTrail event name, a rule name for Config, a Security Hub control, or the name of an Amazon Web Services API call.</p>
|
|
1394
|
+
* keyword can be a CloudTrail event name, a rule name for Config, a Security Hub CSPM control, or the name of an Amazon Web Services API call.</p>
|
|
1395
1395
|
* </li>
|
|
1396
1396
|
* </ul>
|
|
1397
1397
|
* </li>
|
|
@@ -1417,7 +1417,7 @@ export interface SourceKeyword {
|
|
|
1417
1417
|
/**
|
|
1418
1418
|
* <p> The value of the keyword that's used when mapping a control data source. For example,
|
|
1419
1419
|
* this can be a CloudTrail event name, a rule name for Config, a
|
|
1420
|
-
* Security Hub control, or the name of an Amazon Web Services API call. </p>
|
|
1420
|
+
* Security Hub CSPM control, or the name of an Amazon Web Services API call. </p>
|
|
1421
1421
|
* <p>If you’re mapping a data source to a rule in Config, the
|
|
1422
1422
|
* <code>keywordValue</code> that you specify depends on the type of rule:</p>
|
|
1423
1423
|
* <ul>
|
|
@@ -1502,9 +1502,9 @@ export interface SourceKeyword {
|
|
|
1502
1502
|
* </ul>
|
|
1503
1503
|
* </li>
|
|
1504
1504
|
* <li>
|
|
1505
|
-
* <p>For Security Hub: The format varies for Security Hub control names.
|
|
1505
|
+
* <p>For Security Hub CSPM: The format varies for Security Hub CSPM control names.
|
|
1506
1506
|
* For accuracy, we recommend that you reference the list of <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-ash.html">supported
|
|
1507
|
-
* Security Hub controls</a>.</p>
|
|
1507
|
+
* Security Hub CSPM controls</a>.</p>
|
|
1508
1508
|
* </li>
|
|
1509
1509
|
* <li>
|
|
1510
1510
|
* <p>For Amazon Web Services API calls: Make sure that the <code>keywordValue</code>
|
|
@@ -1576,7 +1576,7 @@ export interface ControlMappingSource {
|
|
|
1576
1576
|
* <p>For manual evidence, this keyword indicates if the manual evidence is a file or
|
|
1577
1577
|
* text.</p>
|
|
1578
1578
|
* <p>For automated evidence, this keyword identifies a specific CloudTrail event,
|
|
1579
|
-
* Config rule, Security Hub control, or Amazon Web Services API name. </p>
|
|
1579
|
+
* Config rule, Security Hub CSPM control, or Amazon Web Services API name. </p>
|
|
1580
1580
|
* <p> To learn more about the supported keywords that you can use when mapping a control data
|
|
1581
1581
|
* source, see the following pages in the <i>Audit Manager User
|
|
1582
1582
|
* Guide</i>:</p>
|
|
@@ -1588,7 +1588,7 @@ export interface ControlMappingSource {
|
|
|
1588
1588
|
* </li>
|
|
1589
1589
|
* <li>
|
|
1590
1590
|
* <p>
|
|
1591
|
-
* <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-ash.html">Security Hub controls supported by Audit Manager</a>
|
|
1591
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-ash.html">Security Hub CSPM controls supported by Audit Manager</a>
|
|
1592
1592
|
* </p>
|
|
1593
1593
|
* </li>
|
|
1594
1594
|
* <li>
|
|
@@ -1919,7 +1919,7 @@ export interface CreateControlMappingSource {
|
|
|
1919
1919
|
* <p>For manual evidence, this keyword indicates if the manual evidence is a file or
|
|
1920
1920
|
* text.</p>
|
|
1921
1921
|
* <p>For automated evidence, this keyword identifies a specific CloudTrail event,
|
|
1922
|
-
* Config rule, Security Hub control, or Amazon Web Services API name. </p>
|
|
1922
|
+
* Config rule, Security Hub CSPM control, or Amazon Web Services API name. </p>
|
|
1923
1923
|
* <p> To learn more about the supported keywords that you can use when mapping a control data
|
|
1924
1924
|
* source, see the following pages in the <i>Audit Manager User
|
|
1925
1925
|
* Guide</i>:</p>
|
|
@@ -1931,7 +1931,7 @@ export interface CreateControlMappingSource {
|
|
|
1931
1931
|
* </li>
|
|
1932
1932
|
* <li>
|
|
1933
1933
|
* <p>
|
|
1934
|
-
* <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-ash.html">Security Hub controls supported by Audit Manager</a>
|
|
1934
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-ash.html">Security Hub CSPM controls supported by Audit Manager</a>
|
|
1935
1935
|
* </p>
|
|
1936
1936
|
* </li>
|
|
1937
1937
|
* <li>
|
|
@@ -2469,18 +2469,18 @@ export interface Resource {
|
|
|
2469
2469
|
* evidence. </p>
|
|
2470
2470
|
* <ul>
|
|
2471
2471
|
* <li>
|
|
2472
|
-
* <p>Audit Manager classes the resource as non-compliant if Security Hub reports a
|
|
2472
|
+
* <p>Audit Manager classes the resource as non-compliant if Security Hub CSPM reports a
|
|
2473
2473
|
* <i>Fail</i> result, or if Config reports a
|
|
2474
2474
|
* <i>Non-compliant</i> result.</p>
|
|
2475
2475
|
* </li>
|
|
2476
2476
|
* <li>
|
|
2477
|
-
* <p>Audit Manager classes the resource as compliant if Security Hub reports a
|
|
2477
|
+
* <p>Audit Manager classes the resource as compliant if Security Hub CSPM reports a
|
|
2478
2478
|
* <i>Pass</i> result, or if Config reports a
|
|
2479
2479
|
* <i>Compliant</i> result.</p>
|
|
2480
2480
|
* </li>
|
|
2481
2481
|
* <li>
|
|
2482
2482
|
* <p>If a compliance check isn't available or applicable, then no compliance evaluation can be made
|
|
2483
|
-
* for that resource. This is the case if a resource assessment uses Config or Security Hub as the underlying data source type, but those services
|
|
2483
|
+
* for that resource. This is the case if a resource assessment uses Config or Security Hub CSPM as the underlying data source type, but those services
|
|
2484
2484
|
* aren't enabled. This is also the case if the resource assessment uses an underlying
|
|
2485
2485
|
* data source type that doesn't support compliance checks (such as manual evidence,
|
|
2486
2486
|
* Amazon Web Services API calls, or CloudTrail). </p>
|
|
@@ -2550,19 +2550,19 @@ export interface Evidence {
|
|
|
2550
2550
|
* category.</p>
|
|
2551
2551
|
* <ul>
|
|
2552
2552
|
* <li>
|
|
2553
|
-
* <p>Audit Manager classes evidence as non-compliant if Security Hub reports a
|
|
2553
|
+
* <p>Audit Manager classes evidence as non-compliant if Security Hub CSPM reports a
|
|
2554
2554
|
* <i>Fail</i> result, or if Config reports a
|
|
2555
2555
|
* <i>Non-compliant</i> result.</p>
|
|
2556
2556
|
* </li>
|
|
2557
2557
|
* <li>
|
|
2558
|
-
* <p>Audit Manager classes evidence as compliant if Security Hub reports a
|
|
2558
|
+
* <p>Audit Manager classes evidence as compliant if Security Hub CSPM reports a
|
|
2559
2559
|
* <i>Pass</i> result, or if Config reports a
|
|
2560
2560
|
* <i>Compliant</i> result.</p>
|
|
2561
2561
|
* </li>
|
|
2562
2562
|
* <li>
|
|
2563
2563
|
* <p>If a compliance check isn't available or applicable, then no compliance evaluation can be made
|
|
2564
2564
|
* for that evidence. This is the case if the evidence uses Config or
|
|
2565
|
-
* Security Hub as the underlying data source type, but those services aren't
|
|
2565
|
+
* Security Hub CSPM as the underlying data source type, but those services aren't
|
|
2566
2566
|
* enabled. This is also the case if the evidence uses an underlying data source type
|
|
2567
2567
|
* that doesn't support compliance checks (such as manual evidence, Amazon Web Services
|
|
2568
2568
|
* API calls, or CloudTrail). </p>
|
|
@@ -2838,7 +2838,7 @@ export interface Insights {
|
|
|
2838
2838
|
/**
|
|
2839
2839
|
* <p>The number of compliance check evidence that Audit Manager classified as
|
|
2840
2840
|
* non-compliant on the <code>lastUpdated</code> date. This includes evidence that was
|
|
2841
|
-
* collected from Security Hub with a <i>Fail</i> ruling, or collected
|
|
2841
|
+
* collected from Security Hub CSPM with a <i>Fail</i> ruling, or collected
|
|
2842
2842
|
* from Config with a <i>Non-compliant</i> ruling. </p>
|
|
2843
2843
|
* @public
|
|
2844
2844
|
*/
|
|
@@ -2846,14 +2846,14 @@ export interface Insights {
|
|
|
2846
2846
|
/**
|
|
2847
2847
|
* <p>The number of compliance check evidence that Audit Manager classified as compliant
|
|
2848
2848
|
* on the <code>lastUpdated</code> date. This includes evidence that was collected from
|
|
2849
|
-
* Security Hub with a <i>Pass</i> ruling, or collected from
|
|
2849
|
+
* Security Hub CSPM with a <i>Pass</i> ruling, or collected from
|
|
2850
2850
|
* Config with a <i>Compliant</i> ruling. </p>
|
|
2851
2851
|
* @public
|
|
2852
2852
|
*/
|
|
2853
2853
|
compliantEvidenceCount?: number | undefined;
|
|
2854
2854
|
/**
|
|
2855
2855
|
* <p>The number of evidence without a compliance check ruling. Evidence is inconclusive when
|
|
2856
|
-
* the associated control uses Security Hub or Config as a data
|
|
2856
|
+
* the associated control uses Security Hub CSPM or Config as a data
|
|
2857
2857
|
* source but you didn't enable those services. This is also the case when a control uses a
|
|
2858
2858
|
* data source that doesn’t support compliance checks (for example: manual evidence, API
|
|
2859
2859
|
* calls, or CloudTrail). </p>
|
|
@@ -2936,7 +2936,7 @@ export interface GetInsightsByAssessmentRequest {
|
|
|
2936
2936
|
export interface InsightsByAssessment {
|
|
2937
2937
|
/**
|
|
2938
2938
|
* <p>The number of compliance check evidence that Audit Manager classified as
|
|
2939
|
-
* non-compliant. This includes evidence that was collected from Security Hub with a
|
|
2939
|
+
* non-compliant. This includes evidence that was collected from Security Hub CSPM with a
|
|
2940
2940
|
* <i>Fail</i> ruling, or collected from Config with a
|
|
2941
2941
|
* <i>Non-compliant</i> ruling. </p>
|
|
2942
2942
|
* @public
|
|
@@ -2944,7 +2944,7 @@ export interface InsightsByAssessment {
|
|
|
2944
2944
|
noncompliantEvidenceCount?: number | undefined;
|
|
2945
2945
|
/**
|
|
2946
2946
|
* <p>The number of compliance check evidence that Audit Manager classified as compliant.
|
|
2947
|
-
* This includes evidence that was collected from Security Hub with a
|
|
2947
|
+
* This includes evidence that was collected from Security Hub CSPM with a
|
|
2948
2948
|
* <i>Pass</i> ruling, or collected from Config with a
|
|
2949
2949
|
* <i>Compliant</i> ruling. </p>
|
|
2950
2950
|
* @public
|
|
@@ -2952,7 +2952,7 @@ export interface InsightsByAssessment {
|
|
|
2952
2952
|
compliantEvidenceCount?: number | undefined;
|
|
2953
2953
|
/**
|
|
2954
2954
|
* <p>The amount of evidence without a compliance check ruling. Evidence is inconclusive if
|
|
2955
|
-
* the associated control uses Security Hub or Config as a data
|
|
2955
|
+
* the associated control uses Security Hub CSPM or Config as a data
|
|
2956
2956
|
* source and you didn't enable those services. This is also the case if a control uses a data
|
|
2957
2957
|
* source that doesn’t support compliance checks (for example, manual evidence, API calls, or
|
|
2958
2958
|
* CloudTrail). </p>
|
|
@@ -3288,7 +3288,7 @@ export interface ListAssessmentControlInsightsByControlDomainRequest {
|
|
|
3288
3288
|
export interface EvidenceInsights {
|
|
3289
3289
|
/**
|
|
3290
3290
|
* <p>The number of compliance check evidence that Audit Manager classified as
|
|
3291
|
-
* non-compliant. This includes evidence that was collected from Security Hub with a
|
|
3291
|
+
* non-compliant. This includes evidence that was collected from Security Hub CSPM with a
|
|
3292
3292
|
* <i>Fail</i> ruling, or collected from Config with a
|
|
3293
3293
|
* <i>Non-compliant</i> ruling. </p>
|
|
3294
3294
|
* @public
|
|
@@ -3296,7 +3296,7 @@ export interface EvidenceInsights {
|
|
|
3296
3296
|
noncompliantEvidenceCount?: number | undefined;
|
|
3297
3297
|
/**
|
|
3298
3298
|
* <p>The number of compliance check evidence that Audit Manager classified as compliant.
|
|
3299
|
-
* This includes evidence that was collected from Security Hub with a
|
|
3299
|
+
* This includes evidence that was collected from Security Hub CSPM with a
|
|
3300
3300
|
* <i>Pass</i> ruling, or collected from Config with a
|
|
3301
3301
|
* <i>Compliant</i> ruling. </p>
|
|
3302
3302
|
* @public
|
|
@@ -3304,7 +3304,7 @@ export interface EvidenceInsights {
|
|
|
3304
3304
|
compliantEvidenceCount?: number | undefined;
|
|
3305
3305
|
/**
|
|
3306
3306
|
* <p>The number of evidence that a compliance check ruling isn't available for. Evidence is
|
|
3307
|
-
* 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
|
|
3307
|
+
* inconclusive when the associated control uses Security Hub CSPM or Config as a data source but you didn't enable those services. This is also the case when a
|
|
3308
3308
|
* control uses a data source that doesn’t support compliance checks (for example, manual
|
|
3309
3309
|
* evidence, API calls, or CloudTrail). </p>
|
|
3310
3310
|
* <note>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-auditmanager",
|
|
3
3
|
"description": "AWS SDK for JavaScript Auditmanager Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1062.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-auditmanager",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
24
|
"@aws-sdk/core": "^3.974.17",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.51",
|
|
26
26
|
"@aws-sdk/types": "^3.973.10",
|
|
27
27
|
"@smithy/core": "^3.24.6",
|
|
28
28
|
"@smithy/fetch-http-handler": "^5.4.6",
|