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): This release adds an exceeded quota exception to several APIs. We added a ServiceQuotaExceededException for the following operations: CreateAssessment, CreateControl, CreateAssessmentFramework, and UpdateAssessmentStatus.
@@ -1727,9 +1726,10 @@ export class AuditManager extends AuditManagerClient {
1727
1726
* <p>Lists the latest analytics data for control domains across all of your active
1728
1727
* assessments. </p>
1729
1728
* <note>
1730
-
* <p>A control domain is listed only if at least one of the controls within that domain collected
1731
-
* evidence on the <code>lastUpdated</code> date of <code>controlDomainInsights</code>. If
1732
-
* this condition isn’t met, no data is listed for that control domain.</p>
1729
+
* <p>A control domain is listed only if at least one of the controls within that domain
1730
+
* collected evidence on the <code>lastUpdated</code> date of
1731
+
* <code>controlDomainInsights</code>. If this condition isn’t met, no data is listed
1732
+
* for that control domain.</p>
1733
1733
* </note>
1734
1734
*/
1735
1735
publiclistControlDomainInsights(
@@ -1764,9 +1764,10 @@ export class AuditManager extends AuditManagerClient {
1764
1764
/**
1765
1765
* <p>Lists analytics data for control domains within a specified active assessment.</p>
1766
1766
* <note>
1767
-
* <p>A control domain is listed only if at least one of the controls within that domain collected
1768
-
* evidence on the <code>lastUpdated</code> date of <code>controlDomainInsights</code>. If
1769
-
* this condition isn’t met, no data is listed for that domain.</p>
1767
+
* <p>A control domain is listed only if at least one of the controls within that domain
1768
+
* collected evidence on the <code>lastUpdated</code> date of
1769
+
* <code>controlDomainInsights</code>. If this condition isn’t met, no data is listed
1770
+
* for that domain.</p>
1770
1771
* </note>
1771
1772
*/
1772
1773
publiclistControlDomainInsightsByAssessment(
@@ -1804,10 +1805,10 @@ export class AuditManager extends AuditManagerClient {
1804
1805
* <p>Lists the latest analytics data for controls within a specific control domain across all
1805
1806
* active assessments.</p>
1806
1807
* <note>
1807
-
* <p>Control insights are listed only if the control belongs to the control domain that was
1808
-
* specified and the control collected evidence on the <code>lastUpdated</code> date of
1809
-
* <code>controlInsightsMetadata</code>. If neither of these conditions are met, no data
1810
-
* is listed for that control. </p>
1808
+
* <p>Control insights are listed only if the control belongs to the control domain that
1809
+
* was specified and the control collected evidence on the <code>lastUpdated</code> date of
1810
+
* <code>controlInsightsMetadata</code>. If neither of these conditions are met, no data
1811
+
* is listed for that control. </p>
1811
1812
* </note>
1812
1813
*/
1813
1814
publiclistControlInsightsByControlDomain(
@@ -1869,7 +1870,8 @@ export class AuditManager extends AuditManagerClient {
1869
1870
}
1870
1871
1871
1872
/**
1872
-
* <p> Returns a list of keywords that are pre-mapped to the specified control data source. </p>
1873
+
* <p> Returns a list of keywords that are pre-mapped to the specified control data source.
1874
+
* </p>
1873
1875
*/
1874
1876
publiclistKeywordsForDataSource(
1875
1877
args: ListKeywordsForDataSourceCommandInput,
@@ -2031,7 +2033,9 @@ export class AuditManager extends AuditManagerClient {
2031
2033
2032
2034
/**
2033
2035
* <p> Creates a share request for a custom framework in Audit Manager. </p>
2034
-
* <p>The share request specifies a recipient and notifies them that a custom framework is available. Recipients have 120 days to accept or decline the request. If no action is taken, the share request expires.</p>
2036
+
* <p>The share request specifies a recipient and notifies them that a custom framework is
2037
+
* available. Recipients have 120 days to accept or decline the request. If no action is
2038
+
* taken, the share request expires.</p>
2035
2039
* <p>When you create a share request, Audit Manager stores a snapshot of your custom
2036
2040
* framework in the US East (N. Virginia) Amazon Web Services Region. Audit Manager also
2037
2041
* stores a backup of the same snapshot in the US West (Oregon) Amazon Web Services Region.</p>
@@ -2054,8 +2058,8 @@ export class AuditManager extends AuditManagerClient {
2054
2058
* </ul>
2055
2059
* <p>When a sender <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/framework-sharing.html#framework-sharing-resend">resends a share request</a>, the snapshot is replaced with an updated version that
2056
2060
* corresponds with the latest version of the custom framework. </p>
2057
-
* <p>When a recipient accepts a share request, the snapshot is replicated into their
2058
-
* Amazon Web Services account under the Amazon Web Services Region that was specified in the share request. </p>
2061
+
* <p>When a recipient accepts a share request, the snapshot is replicated into their Amazon Web Services account under the Amazon Web Services Region that was specified in the share
2062
+
* request. </p>
2059
2063
* <important>
2060
2064
* <p>When you invoke the <code>StartAssessmentFrameworkShare</code> API, you are about to
2061
2065
* share a custom framework with another Amazon Web Services account. You may not share a
* <p> Creates a share request for a custom framework in Audit Manager. </p>
34
-
* <p>The share request specifies a recipient and notifies them that a custom framework is available. Recipients have 120 days to accept or decline the request. If no action is taken, the share request expires.</p>
34
+
* <p>The share request specifies a recipient and notifies them that a custom framework is
35
+
* available. Recipients have 120 days to accept or decline the request. If no action is
36
+
* taken, the share request expires.</p>
35
37
* <p>When you create a share request, Audit Manager stores a snapshot of your custom
36
38
* framework in the US East (N. Virginia) Amazon Web Services Region. Audit Manager also
37
39
* stores a backup of the same snapshot in the US West (Oregon) Amazon Web Services Region.</p>
* <p>When a sender <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/framework-sharing.html#framework-sharing-resend">resends a share request</a>, the snapshot is replaced with an updated version that
56
58
* corresponds with the latest version of the custom framework. </p>
57
-
* <p>When a recipient accepts a share request, the snapshot is replicated into their
58
-
* Amazon Web Services account under the Amazon Web Services Region that was specified in the share request. </p>
59
+
* <p>When a recipient accepts a share request, the snapshot is replicated into their Amazon Web Services account under the Amazon Web Services Region that was specified in the share
60
+
* request. </p>
59
61
* <important>
60
62
* <p>When you invoke the <code>StartAssessmentFrameworkShare</code> API, you are about to
61
63
* share a custom framework with another Amazon Web Services account. You may not share a
0 commit comments