@aws-sdk/client-auditmanager 3.812.0 → 3.816.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.
|
@@ -27,12 +27,12 @@ declare const GetServicesInScopeCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Gets a list of the Amazon Web Services from which Audit Manager can collect
|
|
30
|
+
* <p>Gets a list of the Amazon Web Services services from which Audit Manager can collect
|
|
31
31
|
* evidence. </p>
|
|
32
|
-
* <p>Audit Manager defines which Amazon Web Services are in scope for an
|
|
32
|
+
* <p>Audit Manager defines which Amazon Web Services services are in scope for an
|
|
33
33
|
* assessment. Audit Manager infers this scope by examining the assessment’s controls and
|
|
34
34
|
* their data sources, and then mapping this information to one or more of the corresponding
|
|
35
|
-
* Amazon Web Services that are in this list.</p>
|
|
35
|
+
* Amazon Web Services services that are in this list.</p>
|
|
36
36
|
* <note>
|
|
37
37
|
* <p>For information about why it's no longer possible to specify services in scope manually, see
|
|
38
38
|
* <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/evidence-collection-issues.html#unable-to-edit-services">I can't edit the services in scope for my assessment</a> in
|
|
@@ -207,6 +207,12 @@ declare const UpdateAssessmentCommand_base: {
|
|
|
207
207
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
208
208
|
* <p> The resource that's specified in the request can't be found. </p>
|
|
209
209
|
*
|
|
210
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
211
|
+
* <p>You've reached your account quota for this resource type. To perform the requested
|
|
212
|
+
* action, delete some existing resources or <a href="https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html">request a quota increase</a> from
|
|
213
|
+
* the Service Quotas console. For a list of Audit Manager service quotas, see <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html">Quotas and
|
|
214
|
+
* restrictions for Audit Manager</a>.</p>
|
|
215
|
+
*
|
|
210
216
|
* @throws {@link ThrottlingException} (client fault)
|
|
211
217
|
* <p>The request was denied due to request throttling.</p>
|
|
212
218
|
*
|
|
@@ -132,6 +132,8 @@ export interface AssessmentControl {
|
|
|
132
132
|
name?: string | undefined;
|
|
133
133
|
/**
|
|
134
134
|
* <p> The description of the control. </p>
|
|
135
|
+
*
|
|
136
|
+
* @deprecated
|
|
135
137
|
* @public
|
|
136
138
|
*/
|
|
137
139
|
description?: string | undefined;
|
|
@@ -430,19 +432,19 @@ export interface AssessmentReportsDestination {
|
|
|
430
432
|
destination?: string | undefined;
|
|
431
433
|
}
|
|
432
434
|
/**
|
|
433
|
-
* <p> An Amazon Web
|
|
435
|
+
* <p> An Amazon Web Services service such as Amazon S3 or CloudTrail.
|
|
434
436
|
* </p>
|
|
435
|
-
* <p>For an example of how to find an Amazon Web
|
|
437
|
+
* <p>For an example of how to find an Amazon Web Services service name and how to define it in
|
|
436
438
|
* your assessment scope, see the following:</p>
|
|
437
439
|
* <ul>
|
|
438
440
|
* <li>
|
|
439
441
|
* <p>
|
|
440
|
-
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_GetServicesInScope.html#API_GetServicesInScope_Example_2">Finding an Amazon Web
|
|
442
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_GetServicesInScope.html#API_GetServicesInScope_Example_2">Finding an Amazon Web Services service name to use in your assessment scope</a>
|
|
441
443
|
* </p>
|
|
442
444
|
* </li>
|
|
443
445
|
* <li>
|
|
444
446
|
* <p>
|
|
445
|
-
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_GetServicesInScope.html#API_GetServicesInScope_Example_3">Defining an Amazon Web
|
|
447
|
+
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_GetServicesInScope.html#API_GetServicesInScope_Example_3">Defining an Amazon Web Services service name in your assessment scope</a>
|
|
446
448
|
* </p>
|
|
447
449
|
* </li>
|
|
448
450
|
* </ul>
|
|
@@ -450,7 +452,7 @@ export interface AssessmentReportsDestination {
|
|
|
450
452
|
*/
|
|
451
453
|
export interface AWSService {
|
|
452
454
|
/**
|
|
453
|
-
* <p> The name of the Amazon Web
|
|
455
|
+
* <p> The name of the Amazon Web Services service. </p>
|
|
454
456
|
* @public
|
|
455
457
|
*/
|
|
456
458
|
serviceName?: string | undefined;
|
|
@@ -459,12 +461,12 @@ export interface AWSService {
|
|
|
459
461
|
* <p> The wrapper that contains the Amazon Web Services accounts that are in
|
|
460
462
|
* scope for the assessment. </p>
|
|
461
463
|
* <note>
|
|
462
|
-
* <p>You no longer need to specify which Amazon Web Services are in scope when you
|
|
464
|
+
* <p>You no longer need to specify which Amazon Web Services services are in scope when you
|
|
463
465
|
* create or update an assessment. Audit Manager infers the services in scope by
|
|
464
466
|
* examining your assessment controls and their data sources, and then mapping this
|
|
465
|
-
* information to the relevant Amazon Web Services. </p>
|
|
467
|
+
* information to the relevant Amazon Web Services services. </p>
|
|
466
468
|
* <p>If an underlying data source changes for your assessment, we automatically update the
|
|
467
|
-
* services scope as needed to reflect the correct Amazon Web Services. This
|
|
469
|
+
* services scope as needed to reflect the correct Amazon Web Services services. This
|
|
468
470
|
* ensures that your assessment collects accurate and comprehensive evidence about all of
|
|
469
471
|
* the relevant services in your AWS environment.</p>
|
|
470
472
|
* </note>
|
|
@@ -482,7 +484,7 @@ export interface Scope {
|
|
|
482
484
|
* </p>
|
|
483
485
|
* <important>
|
|
484
486
|
* <p>This API parameter is no longer supported. If you use this parameter to specify one
|
|
485
|
-
* or more Amazon Web Services, Audit Manager ignores this input. Instead, the
|
|
487
|
+
* or more Amazon Web Services services, Audit Manager ignores this input. Instead, the
|
|
486
488
|
* value for <code>awsServices</code> will show as empty.</p>
|
|
487
489
|
* </important>
|
|
488
490
|
*
|
|
@@ -634,7 +636,7 @@ export interface AssessmentEvidenceFolder {
|
|
|
634
636
|
*/
|
|
635
637
|
id?: string | undefined;
|
|
636
638
|
/**
|
|
637
|
-
* <p> The Amazon Web
|
|
639
|
+
* <p> The Amazon Web Services service that the evidence was collected from. </p>
|
|
638
640
|
* @public
|
|
639
641
|
*/
|
|
640
642
|
dataSource?: string | undefined;
|
|
@@ -665,7 +667,7 @@ export interface AssessmentEvidenceFolder {
|
|
|
665
667
|
evidenceResourcesIncludedCount?: number | undefined;
|
|
666
668
|
/**
|
|
667
669
|
* <p> The number of evidence that falls under the configuration data category. This evidence
|
|
668
|
-
* is collected from configuration snapshots of other Amazon Web Services such as
|
|
670
|
+
* is collected from configuration snapshots of other Amazon Web Services services such as
|
|
669
671
|
* Amazon EC2, Amazon S3, or IAM. </p>
|
|
670
672
|
* @public
|
|
671
673
|
*/
|
|
@@ -1499,12 +1501,12 @@ export interface CreateAssessmentRequest {
|
|
|
1499
1501
|
* <p> The wrapper that contains the Amazon Web Services accounts that are in
|
|
1500
1502
|
* scope for the assessment. </p>
|
|
1501
1503
|
* <note>
|
|
1502
|
-
* <p>You no longer need to specify which Amazon Web Services are in scope when you
|
|
1504
|
+
* <p>You no longer need to specify which Amazon Web Services services are in scope when you
|
|
1503
1505
|
* create or update an assessment. Audit Manager infers the services in scope by
|
|
1504
1506
|
* examining your assessment controls and their data sources, and then mapping this
|
|
1505
|
-
* information to the relevant Amazon Web Services. </p>
|
|
1507
|
+
* information to the relevant Amazon Web Services services. </p>
|
|
1506
1508
|
* <p>If an underlying data source changes for your assessment, we automatically update the
|
|
1507
|
-
* services scope as needed to reflect the correct Amazon Web Services. This
|
|
1509
|
+
* services scope as needed to reflect the correct Amazon Web Services services. This
|
|
1508
1510
|
* ensures that your assessment collects accurate and comprehensive evidence about all of
|
|
1509
1511
|
* the relevant services in your AWS environment.</p>
|
|
1510
1512
|
* </note>
|
|
@@ -1811,7 +1813,7 @@ export interface SourceKeyword {
|
|
|
1811
1813
|
* <p>For CloudTrail: Make sure that the <code>keywordValue</code> is written
|
|
1812
1814
|
* as <code>serviceprefix_ActionName</code>. For example,
|
|
1813
1815
|
* <code>cloudtrail_StartLogging</code>. For accuracy, we recommend that you
|
|
1814
|
-
* review the Amazon Web
|
|
1816
|
+
* review the Amazon Web Services service prefix and action names in the <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/reference_policies_actions-resources-contextkeys.html">Service Authorization Reference</a>.</p>
|
|
1815
1817
|
* </li>
|
|
1816
1818
|
* </ol>
|
|
1817
1819
|
* </important>
|
|
@@ -2874,7 +2876,7 @@ export interface Evidence {
|
|
|
2874
2876
|
*/
|
|
2875
2877
|
time?: Date | undefined;
|
|
2876
2878
|
/**
|
|
2877
|
-
* <p> The Amazon Web
|
|
2879
|
+
* <p> The Amazon Web Services service that the evidence is collected from. </p>
|
|
2878
2880
|
* @public
|
|
2879
2881
|
*/
|
|
2880
2882
|
eventSource?: string | undefined;
|
|
@@ -3379,27 +3381,27 @@ export interface GetOrganizationAdminAccountResponse {
|
|
|
3379
3381
|
export interface GetServicesInScopeRequest {
|
|
3380
3382
|
}
|
|
3381
3383
|
/**
|
|
3382
|
-
* <p> The metadata that's associated with the Amazon Web
|
|
3384
|
+
* <p> The metadata that's associated with the Amazon Web Services service. </p>
|
|
3383
3385
|
* @public
|
|
3384
3386
|
*/
|
|
3385
3387
|
export interface ServiceMetadata {
|
|
3386
3388
|
/**
|
|
3387
|
-
* <p> The name of the Amazon Web
|
|
3389
|
+
* <p> The name of the Amazon Web Services service. </p>
|
|
3388
3390
|
* @public
|
|
3389
3391
|
*/
|
|
3390
3392
|
name?: string | undefined;
|
|
3391
3393
|
/**
|
|
3392
|
-
* <p> The display name of the Amazon Web
|
|
3394
|
+
* <p> The display name of the Amazon Web Services service. </p>
|
|
3393
3395
|
* @public
|
|
3394
3396
|
*/
|
|
3395
3397
|
displayName?: string | undefined;
|
|
3396
3398
|
/**
|
|
3397
|
-
* <p> The description of the Amazon Web
|
|
3399
|
+
* <p> The description of the Amazon Web Services service. </p>
|
|
3398
3400
|
* @public
|
|
3399
3401
|
*/
|
|
3400
3402
|
description?: string | undefined;
|
|
3401
3403
|
/**
|
|
3402
|
-
* <p> The category that the Amazon Web
|
|
3404
|
+
* <p> The category that the Amazon Web Services service belongs to, such as compute, storage,
|
|
3403
3405
|
* or database. </p>
|
|
3404
3406
|
* @public
|
|
3405
3407
|
*/
|
|
@@ -3410,7 +3412,7 @@ export interface ServiceMetadata {
|
|
|
3410
3412
|
*/
|
|
3411
3413
|
export interface GetServicesInScopeResponse {
|
|
3412
3414
|
/**
|
|
3413
|
-
* <p> The metadata that's associated with the Amazon Web
|
|
3415
|
+
* <p> The metadata that's associated with the Amazon Web Services service. </p>
|
|
3414
3416
|
* @public
|
|
3415
3417
|
*/
|
|
3416
3418
|
serviceMetadata?: ServiceMetadata[] | undefined;
|
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.816.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-auditmanager",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.816.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.816.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.804.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.804.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.804.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.816.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.808.0",
|
|
30
30
|
"@aws-sdk/types": "3.804.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.808.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.804.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.816.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.2",
|
|
35
35
|
"@smithy/core": "^3.3.3",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|