@aws-sdk/client-auditmanager 3.137.0 → 3.142.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.
@@ -471,8 +471,9 @@ export interface AssessmentEvidenceFolder {
471
471
  */
472
472
  evidenceResourcesIncludedCount?: number;
473
473
  /**
474
- * <p> The number of evidence that falls under the configuration data category. This
475
- * evidence is collected from configuration snapshots of other Amazon Web Services such as Amazon EC2, Amazon S3, or IAM. </p>
474
+ * <p> The number of evidence that falls under the configuration data category. This evidence
475
+ * is collected from configuration snapshots of other Amazon Web Services such as
476
+ * Amazon EC2, Amazon S3, or IAM. </p>
476
477
  */
477
478
  evidenceByTypeConfigurationDataCount?: number;
478
479
  /**
@@ -626,7 +627,8 @@ export interface AssessmentFrameworkShareRequest {
626
627
  */
627
628
  customControlsCount?: number;
628
629
  /**
629
- * <p>The compliance type that the shared custom framework supports, such as CIS or HIPAA.</p>
630
+ * <p>The compliance type that the shared custom framework supports, such as CIS or
631
+ * HIPAA.</p>
630
632
  */
631
633
  complianceType?: string;
632
634
  }
@@ -881,7 +883,7 @@ export interface BatchAssociateAssessmentReportEvidenceResponse {
881
883
  }
882
884
  /**
883
885
  * <p> A collection of attributes that's used to create a delegation for an assessment in
884
- * Audit Manager. </p>
886
+ * Audit Manager. </p>
885
887
  */
886
888
  export interface CreateDelegationRequest {
887
889
  /**
@@ -900,11 +902,11 @@ export interface CreateDelegationRequest {
900
902
  * <p> The type of customer persona. </p>
901
903
  * <note>
902
904
  * <p>In <code>CreateAssessment</code>, <code>roleType</code> can only be
903
- * <code>PROCESS_OWNER</code>. </p>
905
+ * <code>PROCESS_OWNER</code>. </p>
904
906
  * <p>In <code>UpdateSettings</code>, <code>roleType</code> can only be
905
- * <code>PROCESS_OWNER</code>.</p>
907
+ * <code>PROCESS_OWNER</code>.</p>
906
908
  * <p>In <code>BatchCreateDelegationByAssessment</code>, <code>roleType</code> can only be
907
- * <code>RESOURCE_OWNER</code>.</p>
909
+ * <code>RESOURCE_OWNER</code>.</p>
908
910
  * </note>
909
911
  */
910
912
  roleType?: RoleType | string;
@@ -1076,7 +1078,8 @@ export interface CreateAssessmentRequest {
1076
1078
  */
1077
1079
  description?: string;
1078
1080
  /**
1079
- * <p> The assessment report storage destination for the assessment that's being created. </p>
1081
+ * <p> The assessment report storage destination for the assessment that's being created.
1082
+ * </p>
1080
1083
  */
1081
1084
  assessmentReportsDestination: AssessmentReportsDestination | undefined;
1082
1085
  /**
@@ -1105,6 +1108,20 @@ export interface CreateAssessmentResponse {
1105
1108
  */
1106
1109
  assessment?: Assessment;
1107
1110
  }
1111
+ /**
1112
+ * <p>You've reached your account quota for this resource type. To perform the requested
1113
+ * 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
1114
+ * 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
1115
+ * restrictions for Audit Manager</a>.</p>
1116
+ */
1117
+ export declare class ServiceQuotaExceededException extends __BaseException {
1118
+ readonly name: "ServiceQuotaExceededException";
1119
+ readonly $fault: "client";
1120
+ /**
1121
+ * @internal
1122
+ */
1123
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
1124
+ }
1108
1125
  /**
1109
1126
  * <p> The control entity attributes that uniquely identify an existing control to be added to
1110
1127
  * a framework in Audit Manager. </p>
@@ -1162,7 +1179,33 @@ export declare enum KeywordInputType {
1162
1179
  }
1163
1180
  /**
1164
1181
  * <p> The keyword to search for in CloudTrail logs, Config rules,
1165
- * Security Hub checks, and Amazon Web Services API names. </p>
1182
+ * Security Hub checks, and Amazon Web Services API names. </p>
1183
+ * <p> To learn more about the supported keywords that you can use when mapping a control data
1184
+ * source, see the following pages in the <i>Audit Manager User
1185
+ * Guide</i>:</p>
1186
+ * <ul>
1187
+ * <li>
1188
+ * <p>
1189
+ * <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-ash.html">Config rules supported by Audit Manager</a>
1190
+ * </p>
1191
+ * </li>
1192
+ * <li>
1193
+ * <p>
1194
+ * <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-config.html">Security Hub controls supported by Audit Manager</a>
1195
+ * </p>
1196
+ * </li>
1197
+ * <li>
1198
+ * <p>
1199
+ * <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-api.html">API calls
1200
+ * supported by Audit Manager</a>
1201
+ * </p>
1202
+ * </li>
1203
+ * <li>
1204
+ * <p>
1205
+ * <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-cloudtrail.html">CloudTrail event names supported by Audit Manager</a>
1206
+ * </p>
1207
+ * </li>
1208
+ * </ul>
1166
1209
  */
1167
1210
  export interface SourceKeyword {
1168
1211
  /**
@@ -1276,7 +1319,33 @@ export interface ControlMappingSource {
1276
1319
  sourceType?: SourceType | string;
1277
1320
  /**
1278
1321
  * <p> The keyword to search for in CloudTrail logs, Config rules,
1279
- * Security Hub checks, and Amazon Web Services API names. </p>
1322
+ * Security Hub checks, and Amazon Web Services API names. </p>
1323
+ * <p> To learn more about the supported keywords that you can use when mapping a control data
1324
+ * source, see the following pages in the <i>Audit Manager User
1325
+ * Guide</i>:</p>
1326
+ * <ul>
1327
+ * <li>
1328
+ * <p>
1329
+ * <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-ash.html">Config rules supported by Audit Manager</a>
1330
+ * </p>
1331
+ * </li>
1332
+ * <li>
1333
+ * <p>
1334
+ * <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-config.html">Security Hub controls supported by Audit Manager</a>
1335
+ * </p>
1336
+ * </li>
1337
+ * <li>
1338
+ * <p>
1339
+ * <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-api.html">API calls
1340
+ * supported by Audit Manager</a>
1341
+ * </p>
1342
+ * </li>
1343
+ * <li>
1344
+ * <p>
1345
+ * <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-cloudtrail.html">CloudTrail event names supported by Audit Manager</a>
1346
+ * </p>
1347
+ * </li>
1348
+ * </ul>
1280
1349
  */
1281
1350
  sourceKeyword?: SourceKeyword;
1282
1351
  /**
@@ -1493,7 +1562,33 @@ export interface CreateControlMappingSource {
1493
1562
  sourceType?: SourceType | string;
1494
1563
  /**
1495
1564
  * <p> The keyword to search for in CloudTrail logs, Config rules,
1496
- * Security Hub checks, and Amazon Web Services API names. </p>
1565
+ * Security Hub checks, and Amazon Web Services API names. </p>
1566
+ * <p> To learn more about the supported keywords that you can use when mapping a control data
1567
+ * source, see the following pages in the <i>Audit Manager User
1568
+ * Guide</i>:</p>
1569
+ * <ul>
1570
+ * <li>
1571
+ * <p>
1572
+ * <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-ash.html">Config rules supported by Audit Manager</a>
1573
+ * </p>
1574
+ * </li>
1575
+ * <li>
1576
+ * <p>
1577
+ * <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-config.html">Security Hub controls supported by Audit Manager</a>
1578
+ * </p>
1579
+ * </li>
1580
+ * <li>
1581
+ * <p>
1582
+ * <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-api.html">API calls
1583
+ * supported by Audit Manager</a>
1584
+ * </p>
1585
+ * </li>
1586
+ * <li>
1587
+ * <p>
1588
+ * <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-cloudtrail.html">CloudTrail event names supported by Audit Manager</a>
1589
+ * </p>
1590
+ * </li>
1591
+ * </ul>
1497
1592
  */
1498
1593
  sourceKeyword?: SourceKeyword;
1499
1594
  /**
@@ -1902,7 +1997,7 @@ export interface Evidence {
1902
1997
  /**
1903
1998
  * <p> The evaluation status for evidence that falls under the compliance check category. For
1904
1999
  * evidence collected from Security Hub, a <i>Pass</i> or
1905
- * <i>Fail</i> result is shown. For evidence collected from Config, a <i>Compliant</i> or <i>Noncompliant</i>
2000
+ * <i>Fail</i> result is shown. For evidence collected from Config, a <i>Compliant</i> or <i>Noncompliant</i>
1906
2001
  * result is shown. </p>
1907
2002
  */
1908
2003
  complianceCheck?: string;
@@ -2037,7 +2132,7 @@ export interface GetEvidenceFoldersByAssessmentControlRequest {
2037
2132
  export interface GetEvidenceFoldersByAssessmentControlResponse {
2038
2133
  /**
2039
2134
  * <p> The list of evidence folders that the
2040
- * <code>GetEvidenceFoldersByAssessmentControl</code> API returned. </p>
2135
+ * <code>GetEvidenceFoldersByAssessmentControl</code> API returned. </p>
2041
2136
  */
2042
2137
  evidenceFolders?: AssessmentEvidenceFolder[];
2043
2138
  /**
@@ -2050,7 +2145,7 @@ export interface GetInsightsRequest {
2050
2145
  /**
2051
2146
  * <p>A summary of the latest analytics data for all your active assessments. </p>
2052
2147
  * <p>This summary is a snapshot of the data that your active assessments collected on the
2053
- * <code>lastUpdated</code> date. It’s important to understand that the following totals
2148
+ * <code>lastUpdated</code> date. It’s important to understand that the following totals
2054
2149
  * are daily counts based on this date — they aren’t a total sum to date. </p>
2055
2150
  * <p>The <code>Insights</code> data is eventually consistent. This means that, when you read
2056
2151
  * data from <code>Insights</code>, the response might not instantly reflect the results of a
@@ -2058,20 +2153,21 @@ export interface GetInsightsRequest {
2058
2153
  * hours, the response should return the latest data.</p>
2059
2154
  * <note>
2060
2155
  * <p>If you delete an assessment or change its status to inactive,
2061
- * <code>InsightsByAssessment</code> includes data for that assessment as
2156
+ * <code>InsightsByAssessment</code> includes data for that assessment as
2062
2157
  * follows.</p>
2063
2158
  * <ul>
2064
2159
  * <li>
2065
2160
  * <p>
2066
- * <b>Inactive assessments</b> - If Audit Manager collected
2067
- * evidence for your assessment before you changed it inactive, that evidence is
2068
- * included in the <code>InsightsByAssessment</code> counts for that day.</p>
2161
+ * <b>Inactive assessments</b> - If Audit Manager
2162
+ * collected evidence for your assessment before you changed it inactive, that
2163
+ * evidence is included in the <code>InsightsByAssessment</code> counts for that
2164
+ * day.</p>
2069
2165
  * </li>
2070
2166
  * <li>
2071
2167
  * <p>
2072
- * <b>Deleted assessments</b> - If Audit Manager collected
2073
- * evidence for your assessment before you deleted it, that evidence isn't included
2074
- * in the <code>InsightsByAssessment</code> counts for that day.</p>
2168
+ * <b>Deleted assessments</b> - If Audit Manager
2169
+ * collected evidence for your assessment before you deleted it, that evidence isn't
2170
+ * included in the <code>InsightsByAssessment</code> counts for that day.</p>
2075
2171
  * </li>
2076
2172
  * </ul>
2077
2173
  * </note>
@@ -2082,32 +2178,34 @@ export interface Insights {
2082
2178
  */
2083
2179
  activeAssessmentsCount?: number;
2084
2180
  /**
2085
- * <p>The number of compliance check evidence that Audit Manager classified as non-compliant
2086
- * on the <code>lastUpdated</code> date. This includes evidence that was collected from
2087
- * Security Hub with a <i>Fail</i> ruling, or collected from
2088
- * Config with a <i>Non-compliant</i> ruling. </p>
2181
+ * <p>The number of compliance check evidence that Audit Manager classified as
2182
+ * non-compliant on the <code>lastUpdated</code> date. This includes evidence that was
2183
+ * collected from Security Hub with a <i>Fail</i> ruling, or collected
2184
+ * from Config with a <i>Non-compliant</i> ruling. </p>
2089
2185
  */
2090
2186
  noncompliantEvidenceCount?: number;
2091
2187
  /**
2092
- * <p>The number of compliance check evidence that Audit Manager classified as compliant on
2093
- * 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>
2188
+ * <p>The number of compliance check evidence that Audit Manager classified as compliant
2189
+ * on the <code>lastUpdated</code> date. This includes evidence that was collected from
2190
+ * Security Hub with a <i>Pass</i> ruling, or collected from
2191
+ * Config with a <i>Compliant</i> ruling. </p>
2094
2192
  */
2095
2193
  compliantEvidenceCount?: number;
2096
2194
  /**
2097
- * <p>The number of evidence without a compliance check ruling. Evidence is inconclusive when the
2098
- * associated control uses Security Hub or Config as a data source
2099
- * but you didn't enable those services. This is also the case when a control uses a data
2100
- * source that doesn’t support compliance checks (for example: manual evidence, API calls, or
2101
- * CloudTrail). </p>
2195
+ * <p>The number of evidence without a compliance check ruling. Evidence is inconclusive when
2196
+ * the associated control uses Security Hub or Config as a data
2197
+ * source but you didn't enable those services. This is also the case when a control uses a
2198
+ * data source that doesn’t support compliance checks (for example: manual evidence, API
2199
+ * calls, or CloudTrail). </p>
2102
2200
  * <note>
2103
- * <p>If evidence has a compliance check status of <i>not applicable</i>, it's classed
2104
- * as <i>inconclusive</i> in <code>Insights</code> data.</p>
2201
+ * <p>If evidence has a compliance check status of <i>not applicable</i>,
2202
+ * it's classed as <i>inconclusive</i> in <code>Insights</code> data.</p>
2105
2203
  * </note>
2106
2204
  */
2107
2205
  inconclusiveEvidenceCount?: number;
2108
2206
  /**
2109
2207
  * <p>The number of assessment controls that collected non-compliant evidence on the
2110
- * <code>lastUpdated</code> date. </p>
2208
+ * <code>lastUpdated</code> date. </p>
2111
2209
  */
2112
2210
  assessmentControlsCountByNoncompliantEvidence?: number;
2113
2211
  /**
@@ -2133,63 +2231,66 @@ export interface GetInsightsByAssessmentRequest {
2133
2231
  }
2134
2232
  /**
2135
2233
  * <p>A summary of the latest analytics data for a specific active assessment.</p>
2136
- * <p>This summary is a snapshot of the data that was collected on the <code>lastUpdated</code>
2137
- * date. It’s important to understand that the totals in <code>InsightsByAssessment</code> are
2138
- * daily counts based on this date — they aren’t a total sum to date. </p>
2234
+ * <p>This summary is a snapshot of the data that was collected on the
2235
+ * <code>lastUpdated</code> date. It’s important to understand that the totals in
2236
+ * <code>InsightsByAssessment</code> are daily counts based on this date — they aren’t a
2237
+ * total sum to date. </p>
2139
2238
  * <p>The <code>InsightsByAssessment</code> data is eventually consistent. This means that
2140
2239
  * when you read data from <code>InsightsByAssessment</code>, the response might not instantly
2141
2240
  * reflect the results of a recently completed write or update operation. If you repeat your
2142
2241
  * read request after a few hours, the response returns the latest data.</p>
2143
2242
  * <note>
2144
2243
  * <p>If you delete an assessment or change its status to inactive,
2145
- * <code>InsightsByAssessment</code> includes data for that assessment as
2244
+ * <code>InsightsByAssessment</code> includes data for that assessment as
2146
2245
  * follows.</p>
2147
2246
  * <ul>
2148
2247
  * <li>
2149
2248
  * <p>
2150
- * <b>Inactive assessments</b> - If Audit Manager collected
2151
- * evidence for your assessment before you changed it inactive, that evidence is
2152
- * included in the <code>InsightsByAssessment</code> counts for that day.</p>
2249
+ * <b>Inactive assessments</b> - If Audit Manager
2250
+ * collected evidence for your assessment before you changed it inactive, that
2251
+ * evidence is included in the <code>InsightsByAssessment</code> counts for that
2252
+ * day.</p>
2153
2253
  * </li>
2154
2254
  * <li>
2155
2255
  * <p>
2156
- * <b>Deleted assessments</b> - If Audit Manager collected
2157
- * evidence for your assessment before you deleted it, that evidence isn't included
2158
- * in the <code>InsightsByAssessment</code> counts for that day.</p>
2256
+ * <b>Deleted assessments</b> - If Audit Manager
2257
+ * collected evidence for your assessment before you deleted it, that evidence isn't
2258
+ * included in the <code>InsightsByAssessment</code> counts for that day.</p>
2159
2259
  * </li>
2160
2260
  * </ul>
2161
2261
  * </note>
2162
2262
  */
2163
2263
  export interface InsightsByAssessment {
2164
2264
  /**
2165
- * <p>The number of compliance check evidence that Audit Manager classified as non-compliant.
2166
- * This includes evidence that was collected from Security Hub with a
2167
- * <i>Fail</i> ruling, or collected from Config with a
2168
- * <i>Non-compliant</i> ruling. </p>
2265
+ * <p>The number of compliance check evidence that Audit Manager classified as
2266
+ * non-compliant. This includes evidence that was collected from Security Hub with a
2267
+ * <i>Fail</i> ruling, or collected from Config with a
2268
+ * <i>Non-compliant</i> ruling. </p>
2169
2269
  */
2170
2270
  noncompliantEvidenceCount?: number;
2171
2271
  /**
2172
2272
  * <p>The number of compliance check evidence that Audit Manager classified as compliant.
2173
2273
  * This includes evidence that was collected from Security Hub with a
2174
- * <i>Pass</i> ruling, or collected from Config with a
2175
- * <i>Compliant</i> ruling. </p>
2274
+ * <i>Pass</i> ruling, or collected from Config with a
2275
+ * <i>Compliant</i> ruling. </p>
2176
2276
  */
2177
2277
  compliantEvidenceCount?: number;
2178
2278
  /**
2179
- * <p>The amount of evidence without a compliance check ruling. Evidence is inconclusive if the
2180
- * associated control uses Security Hub or Config as a data source
2181
- * and you didn't enable those services. This is also the case if a control uses a data source
2182
- * that doesn’t support compliance checks (for example, manual evidence, API calls, or CloudTrail). </p>
2279
+ * <p>The amount of evidence without a compliance check ruling. Evidence is inconclusive if
2280
+ * the associated control uses Security Hub or Config as a data
2281
+ * source and you didn't enable those services. This is also the case if a control uses a data
2282
+ * source that doesn’t support compliance checks (for example, manual evidence, API calls, or
2283
+ * CloudTrail). </p>
2183
2284
  * <note>
2184
- * <p>If evidence has a compliance check status of <i>not applicable</i>, it's
2185
- * classified as <i>inconclusive</i> in <code>InsightsByAssessment</code>
2186
- * data.</p>
2285
+ * <p>If evidence has a compliance check status of <i>not applicable</i>,
2286
+ * it's classified as <i>inconclusive</i> in
2287
+ * <code>InsightsByAssessment</code> data.</p>
2187
2288
  * </note>
2188
2289
  */
2189
2290
  inconclusiveEvidenceCount?: number;
2190
2291
  /**
2191
2292
  * <p>The number of assessment controls that collected non-compliant evidence on the
2192
- * <code>lastUpdated</code> date. </p>
2293
+ * <code>lastUpdated</code> date. </p>
2193
2294
  */
2194
2295
  assessmentControlsCountByNoncompliantEvidence?: number;
2195
2296
  /**
@@ -2313,22 +2414,21 @@ export interface ListAssessmentControlInsightsByControlDomainRequest {
2313
2414
  maxResults?: number;
2314
2415
  }
2315
2416
  /**
2316
- * <p>A breakdown of the latest compliance check status for the evidence in your Audit Manager
2317
- * assessments. </p>
2417
+ * <p>A breakdown of the latest compliance check status for the evidence in your Audit Manager assessments. </p>
2318
2418
  */
2319
2419
  export interface EvidenceInsights {
2320
2420
  /**
2321
- * <p>The number of compliance check evidence that Audit Manager classified as non-compliant.
2322
- * This includes evidence that was collected from Security Hub with a
2323
- * <i>Fail</i> ruling, or collected from Config with a
2324
- * <i>Non-compliant</i> ruling. </p>
2421
+ * <p>The number of compliance check evidence that Audit Manager classified as
2422
+ * non-compliant. This includes evidence that was collected from Security Hub with a
2423
+ * <i>Fail</i> ruling, or collected from Config with a
2424
+ * <i>Non-compliant</i> ruling. </p>
2325
2425
  */
2326
2426
  noncompliantEvidenceCount?: number;
2327
2427
  /**
2328
- * <p>The number of compliance check evidence that Audit Manager classified as compliant. This
2329
- * includes evidence that was collected from Security Hub with a
2330
- * <i>Pass</i> ruling, or collected from Config with a
2331
- * <i>Compliant</i> ruling. </p>
2428
+ * <p>The number of compliance check evidence that Audit Manager classified as compliant.
2429
+ * This includes evidence that was collected from Security Hub with a
2430
+ * <i>Pass</i> ruling, or collected from Config with a
2431
+ * <i>Compliant</i> ruling. </p>
2332
2432
  */
2333
2433
  compliantEvidenceCount?: number;
2334
2434
  /**
@@ -2337,9 +2437,9 @@ export interface EvidenceInsights {
2337
2437
  * control uses a data source that doesn’t support compliance checks (for example, manual
2338
2438
  * evidence, API calls, or CloudTrail). </p>
2339
2439
  * <note>
2340
- * <p>If evidence has a compliance check status of <i>not applicable</i> in the
2341
- * console, it's classified as <i>inconclusive</i> in
2342
- * <code>EvidenceInsights</code> data.</p>
2440
+ * <p>If evidence has a compliance check status of <i>not applicable</i> in
2441
+ * the console, it's classified as <i>inconclusive</i> in
2442
+ * <code>EvidenceInsights</code> data.</p>
2343
2443
  * </note>
2344
2444
  */
2345
2445
  inconclusiveEvidenceCount?: number;
@@ -2347,8 +2447,8 @@ export interface EvidenceInsights {
2347
2447
  /**
2348
2448
  * <p>A summary of the latest analytics data for a specific control in a specific active
2349
2449
  * assessment.</p>
2350
- * <p>Control insights are grouped by control domain, and ranked by the highest total count of non-compliant evidence.
2351
- * </p>
2450
+ * <p>Control insights are grouped by control domain, and ranked by the highest total count of
2451
+ * non-compliant evidence. </p>
2352
2452
  */
2353
2453
  export interface ControlInsightsMetadataByAssessmentItem {
2354
2454
  /**
@@ -2376,7 +2476,7 @@ export interface ControlInsightsMetadataByAssessmentItem {
2376
2476
  export interface ListAssessmentControlInsightsByControlDomainResponse {
2377
2477
  /**
2378
2478
  * <p>The assessment control analytics data that the
2379
- * <code>ListAssessmentControlInsightsByControlDomain</code> API returned. </p>
2479
+ * <code>ListAssessmentControlInsightsByControlDomain</code> API returned. </p>
2380
2480
  */
2381
2481
  controlInsightsByAssessment?: ControlInsightsMetadataByAssessmentItem[];
2382
2482
  /**
@@ -2490,7 +2590,8 @@ export interface ListControlDomainInsightsRequest {
2490
2590
  }
2491
2591
  /**
2492
2592
  * <p>A summary of the latest analytics data for a specific control domain.</p>
2493
- * <p>Control domain insights are grouped by control domain, and ranked by the highest total count of non-compliant evidence.</p>
2593
+ * <p>Control domain insights are grouped by control domain, and ranked by the highest total
2594
+ * count of non-compliant evidence.</p>
2494
2595
  */
2495
2596
  export interface ControlDomainInsights {
2496
2597
  /**
@@ -2502,8 +2603,8 @@ export interface ControlDomainInsights {
2502
2603
  */
2503
2604
  id?: string;
2504
2605
  /**
2505
- * <p>The number of controls in the control domain that collected non-compliant evidence on the
2506
- * <code>lastUpdated</code> date. </p>
2606
+ * <p>The number of controls in the control domain that collected non-compliant evidence on
2607
+ * the <code>lastUpdated</code> date. </p>
2507
2608
  */
2508
2609
  controlsCountByNoncompliantEvidence?: number;
2509
2610
  /**
@@ -2511,8 +2612,8 @@ export interface ControlDomainInsights {
2511
2612
  */
2512
2613
  totalControlsCount?: number;
2513
2614
  /**
2514
- * <p>A breakdown of the compliance check status for the evidence that’s associated with the control
2515
- * domain. </p>
2615
+ * <p>A breakdown of the compliance check status for the evidence that’s associated with the
2616
+ * control domain. </p>
2516
2617
  */
2517
2618
  evidenceInsights?: EvidenceInsights;
2518
2619
  /**
@@ -2548,7 +2649,7 @@ export interface ListControlDomainInsightsByAssessmentRequest {
2548
2649
  export interface ListControlDomainInsightsByAssessmentResponse {
2549
2650
  /**
2550
2651
  * <p>The control domain analytics data that the
2551
- * <code>ListControlDomainInsightsByAssessment</code> API returned. </p>
2652
+ * <code>ListControlDomainInsightsByAssessment</code> API returned. </p>
2552
2653
  */
2553
2654
  controlDomainInsights?: ControlDomainInsights[];
2554
2655
  /**
@@ -2572,7 +2673,9 @@ export interface ListControlInsightsByControlDomainRequest {
2572
2673
  }
2573
2674
  /**
2574
2675
  * <p>A summary of the latest analytics data for a specific control. </p>
2575
- * <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>
2676
+ * <p>This data reflects the total counts for the specified control across all active
2677
+ * assessments. Control insights are grouped by control domain, and ranked by the highest
2678
+ * total count of non-compliant evidence.</p>
2576
2679
  */
2577
2680
  export interface ControlInsightsMetadataItem {
2578
2681
  /**
@@ -2930,7 +3033,7 @@ export interface UpdateAssessmentControlSetStatusRequest {
2930
3033
  export interface UpdateAssessmentControlSetStatusResponse {
2931
3034
  /**
2932
3035
  * <p> The name of the updated control set that the
2933
- * <code>UpdateAssessmentControlSetStatus</code> API returned. </p>
3036
+ * <code>UpdateAssessmentControlSetStatus</code> API returned. </p>
2934
3037
  */
2935
3038
  controlSet?: AssessmentControlSet;
2936
3039
  }
@@ -3002,7 +3105,7 @@ export interface UpdateAssessmentFrameworkShareRequest {
3002
3105
  export interface UpdateAssessmentFrameworkShareResponse {
3003
3106
  /**
3004
3107
  * <p> The updated share request that's returned by the
3005
- * <code>UpdateAssessmentFrameworkShare</code> operation. </p>
3108
+ * <code>UpdateAssessmentFrameworkShare</code> operation. </p>
3006
3109
  */
3007
3110
  assessmentFrameworkShareRequest?: AssessmentFrameworkShareRequest;
3008
3111
  }
@@ -585,6 +585,13 @@ export interface CreateAssessmentResponse {
585
585
  assessment?: Assessment;
586
586
  }
587
587
 
588
+ export declare class ServiceQuotaExceededException extends __BaseException {
589
+ readonly name: "ServiceQuotaExceededException";
590
+ readonly $fault: "client";
591
+
592
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
593
+ }
594
+
588
595
  export interface CreateAssessmentFrameworkControl {
589
596
 
590
597
  id: string | 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.137.0",
4
+ "version": "3.142.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.137.0",
21
+ "@aws-sdk/client-sts": "3.142.0",
22
22
  "@aws-sdk/config-resolver": "3.130.0",
23
- "@aws-sdk/credential-provider-node": "3.137.0",
23
+ "@aws-sdk/credential-provider-node": "3.142.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.131.0",
25
25
  "@aws-sdk/hash-node": "3.127.0",
26
26
  "@aws-sdk/invalid-dependency": "3.127.0",
@@ -36,15 +36,15 @@
36
36
  "@aws-sdk/node-config-provider": "3.127.0",
37
37
  "@aws-sdk/node-http-handler": "3.127.0",
38
38
  "@aws-sdk/protocol-http": "3.127.0",
39
- "@aws-sdk/smithy-client": "3.137.0",
39
+ "@aws-sdk/smithy-client": "3.142.0",
40
40
  "@aws-sdk/types": "3.127.0",
41
41
  "@aws-sdk/url-parser": "3.127.0",
42
42
  "@aws-sdk/util-base64-browser": "3.109.0",
43
43
  "@aws-sdk/util-base64-node": "3.55.0",
44
44
  "@aws-sdk/util-body-length-browser": "3.55.0",
45
45
  "@aws-sdk/util-body-length-node": "3.55.0",
46
- "@aws-sdk/util-defaults-mode-browser": "3.137.0",
47
- "@aws-sdk/util-defaults-mode-node": "3.137.0",
46
+ "@aws-sdk/util-defaults-mode-browser": "3.142.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.142.0",
48
48
  "@aws-sdk/util-user-agent-browser": "3.127.0",
49
49
  "@aws-sdk/util-user-agent-node": "3.127.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.109.0",