|
181 | 181 | "errors":[
|
182 | 182 | {"shape":"NoSuchRemediationConfigurationException"},
|
183 | 183 | {"shape":"RemediationInProgressException"},
|
184 |
| - {"shape":"InsufficientPermissionsException"} |
| 184 | + {"shape":"InsufficientPermissionsException"}, |
| 185 | + {"shape":"InvalidParameterValueException"} |
185 | 186 | ],
|
186 | 187 | "documentation":"<p>Deletes the remediation configuration.</p>"
|
187 | 188 | },
|
|
283 | 284 | {"shape":"InvalidNextTokenException"},
|
284 | 285 | {"shape":"NoSuchConfigurationAggregatorException"}
|
285 | 286 | ],
|
286 |
| - "documentation":"<p>Returns a list of the conformance packs and their associated compliance status with the count of compliant and noncompliant AWS Config rules within each conformance pack.</p> <note> <p>The results can return an empty result page, but if you have a <code>nextToken</code>, the results are displayed on the next page.</p> </note>" |
| 287 | + "documentation":"<p>Returns a list of the conformance packs and their associated compliance status with the count of compliant and noncompliant AWS Config rules within each conformance pack. Also returns the total rule count which includes compliant rules, noncompliant rules, and rules that cannot be evaluated due to insufficient data.</p> <note> <p>The results can return an empty result page, but if you have a <code>nextToken</code>, the results are displayed on the next page.</p> </note>" |
287 | 288 | },
|
288 | 289 | "DescribeAggregationAuthorizations":{
|
289 | 290 | "name":"DescribeAggregationAuthorizations",
|
|
603 | 604 | "output":{"shape":"DescribeRemediationExecutionStatusResponse"},
|
604 | 605 | "errors":[
|
605 | 606 | {"shape":"NoSuchRemediationConfigurationException"},
|
606 |
| - {"shape":"InvalidNextTokenException"} |
| 607 | + {"shape":"InvalidNextTokenException"}, |
| 608 | + {"shape":"InvalidParameterValueException"} |
607 | 609 | ],
|
608 | 610 | "documentation":"<p>Provides a detailed view of a Remediation Execution for a set of resources including state, timestamps for when steps for the remediation execution occur, and any error messages for steps that have failed. When you specify the limit and the next token, you receive a paginated response.</p>"
|
609 | 611 | },
|
|
668 | 670 | {"shape":"InvalidNextTokenException"},
|
669 | 671 | {"shape":"NoSuchConfigurationAggregatorException"}
|
670 | 672 | ],
|
671 |
| - "documentation":"<p>Returns the count of compliant and noncompliant conformance packs across all AWS Accounts and AWS Regions. You can filter based on AWS Account ID or AWS Region.</p> <note> <p>The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.</p> </note>" |
| 673 | + "documentation":"<p>Returns the count of compliant and noncompliant conformance packs across all AWS Accounts and AWS Regions in an aggregator. You can filter based on AWS Account ID or AWS Region.</p> <note> <p>The results can return an empty result page, but if you have a nextToken, the results are displayed on the next page.</p> </note>" |
672 | 674 | },
|
673 | 675 | "GetAggregateDiscoveredResourceCounts":{
|
674 | 676 | "name":"GetAggregateDiscoveredResourceCounts",
|
|
1361 | 1363 | "documentation":"<p>The source AWS Region from where the data is aggregated.</p>"
|
1362 | 1364 | }
|
1363 | 1365 | },
|
1364 |
| - "documentation":"<p>Provides aggregate compliance of the conformance pack. Indicates whether a conformance pack is compliant based on the name of the conformance pack, account ID, and region.</p> <p>A conformance pack is compliant if all of the rules in that conformance packs are compliant. It is noncompliant if any of the rules are not compliant.</p> <note> <p>If a conformance pack has rules that return INSUFFICIENT_DATA, the conformance pack returns INSUFFICIENT_DATA only if all the rules within that conformance pack return INSUFFICIENT_DATA. If some of the rules in a conformance pack are compliant and others return INSUFFICIENT_DATA, the conformance pack shows compliant.</p> </note>" |
| 1366 | + "documentation":"<p>Provides aggregate compliance of the conformance pack. Indicates whether a conformance pack is compliant based on the name of the conformance pack, account ID, and region.</p> <p>A conformance pack is compliant if all of the rules in a conformance packs are compliant. It is noncompliant if any of the rules are not compliant. The compliance status of a conformance pack is INSUFFICIENT_DATA only if all rules within a conformance pack cannot be evaluated due to insufficient data. If some of the rules in a conformance pack are compliant but the compliance status of other rules in that same conformance pack is INSUFFICIENT_DATA, the conformance pack shows compliant.</p>" |
1365 | 1367 | },
|
1366 | 1368 | "AggregateComplianceByConformancePackList":{
|
1367 | 1369 | "type":"list",
|
|
1405 | 1407 | "documentation":"<p>Total number of compliant rules, noncompliant rules, and the rules that do not have any applicable resources to evaluate upon resulting in insufficient data.</p>"
|
1406 | 1408 | }
|
1407 | 1409 | },
|
1408 |
| - "documentation":"<p>Provides the number of compliant and noncompliant rules within a conformance pack. Also provides the total count of compliant rules, noncompliant rules, and the rules that do not have any applicable resources to evaluate upon resulting in insufficient data. </p>" |
| 1410 | + "documentation":"<p>Provides the number of compliant and noncompliant rules within a conformance pack. Also provides the compliance status of the conformance pack and the total rule count which includes compliant rules, noncompliant rules, and rules that cannot be evaluated due to insufficient data.</p> <p>A conformance pack is compliant if all of the rules in a conformance packs are compliant. It is noncompliant if any of the rules are not compliant. The compliance status of a conformance pack is INSUFFICIENT_DATA only if all rules within a conformance pack cannot be evaluated due to insufficient data. If some of the rules in a conformance pack are compliant but the compliance status of other rules in that same conformance pack is INSUFFICIENT_DATA, the conformance pack shows compliant.</p>" |
1409 | 1411 | },
|
1410 | 1412 | "AggregateConformancePackComplianceCount":{
|
1411 | 1413 | "type":"structure",
|
|
3074 | 3076 | },
|
3075 | 3077 | "Limit":{
|
3076 | 3078 | "shape":"Limit",
|
3077 |
| - "documentation":"<p>The maximum number of conformance packs details returned on each page. The default is maximum. If you specify 0, AWS Config uses the default. </p>" |
| 3079 | + "documentation":"<p>The maximum number of conformance packs compliance details returned on each page. The default is maximum. If you specify 0, AWS Config uses the default. </p>" |
3078 | 3080 | },
|
3079 | 3081 | "NextToken":{
|
3080 | 3082 | "shape":"NextToken",
|
|
0 commit comments