You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-auditmanager): With this release, the AssessmentControl description field has been deprecated, as of May 19, 2025. Additionally, the UpdateAssessment API can now return a ServiceQuotaExceededException when applicable service quotas are exceeded.
* <p>Gets a list of the Amazon Web Services from which Audit Manager can collect
31
+
* <p>Gets a list of the Amazon Web Services services from which Audit Manager can collect
32
32
* evidence. </p>
33
-
* <p>Audit Manager defines which Amazon Web Services are in scope for an
33
+
* <p>Audit Manager defines which Amazon Web Services services are in scope for an
34
34
* assessment. Audit Manager infers this scope by examining the assessment’s controls and
35
35
* their data sources, and then mapping this information to one or more of the corresponding
36
-
* Amazon Web Services that are in this list.</p>
36
+
* Amazon Web Services services that are in this list.</p>
37
37
* <note>
38
38
* <p>For information about why it's no longer possible to specify services in scope manually, see
39
39
* <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
* <p>You've reached your account quota for this resource type. To perform the requested
218
+
* 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
219
+
* 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
* <p> An Amazon Web Service such as Amazon S3 or CloudTrail.
509
+
* <p> An Amazon Web Services service such as Amazon S3 or CloudTrail.
508
510
* </p>
509
-
* <p>For an example of how to find an Amazon Web Service name and how to define it in
511
+
* <p>For an example of how to find an Amazon Web Services service name and how to define it in
510
512
* your assessment scope, see the following:</p>
511
513
* <ul>
512
514
* <li>
513
515
* <p>
514
-
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_GetServicesInScope.html#API_GetServicesInScope_Example_2">Finding an Amazon Web Service name to use in your assessment scope</a>
516
+
* <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>
515
517
* </p>
516
518
* </li>
517
519
* <li>
518
520
* <p>
519
-
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_GetServicesInScope.html#API_GetServicesInScope_Example_3">Defining an Amazon Web Service name in your assessment scope</a>
521
+
* <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>
520
522
* </p>
521
523
* </li>
522
524
* </ul>
523
525
* @public
524
526
*/
525
527
exportinterfaceAWSService{
526
528
/**
527
-
* <p> The name of the Amazon Web Service. </p>
529
+
* <p> The name of the Amazon Web Services service. </p>
* <p>For CloudTrail: Make sure that the <code>keywordValue</code> is written
2098
2100
* as <code>serviceprefix_ActionName</code>. For example,
2099
2101
* <code>cloudtrail_StartLogging</code>. For accuracy, we recommend that you
2100
-
* review the Amazon Web 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>
2102
+
* 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>
2101
2103
* </li>
2102
2104
* </ol>
2103
2105
* </important>
@@ -3292,7 +3294,7 @@ export interface Evidence {
3292
3294
time?: Date|undefined;
3293
3295
3294
3296
/**
3295
-
* <p> The Amazon Web Service that the evidence is collected from. </p>
3297
+
* <p> The Amazon Web Services service that the evidence is collected from. </p>
0 commit comments