|
2 | 2 | "version":"2.0",
|
3 | 3 | "metadata":{
|
4 | 4 | "apiVersion":"2019-11-01",
|
| 5 | + "auth":["aws.auth#sigv4"], |
5 | 6 | "endpointPrefix":"access-analyzer",
|
6 | 7 | "protocol":"rest-json",
|
7 | 8 | "protocols":["rest-json"],
|
|
723 | 724 | "status":{"shape":"FindingStatus"},
|
724 | 725 | "resourceOwnerAccount":{"shape":"String"},
|
725 | 726 | "error":{"shape":"String"},
|
726 |
| - "sources":{"shape":"FindingSourceList"} |
| 727 | + "sources":{"shape":"FindingSourceList"}, |
| 728 | + "resourceControlPolicyRestriction":{"shape":"ResourceControlPolicyRestriction"} |
727 | 729 | }
|
728 | 730 | },
|
729 | 731 | "AccessPreviewFindingId":{"type":"string"},
|
|
1291 | 1293 | "condition":{"shape":"ConditionKeyMap"},
|
1292 | 1294 | "isPublic":{"shape":"Boolean"},
|
1293 | 1295 | "principal":{"shape":"PrincipalMap"},
|
1294 |
| - "sources":{"shape":"FindingSourceList"} |
| 1296 | + "sources":{"shape":"FindingSourceList"}, |
| 1297 | + "resourceControlPolicyRestriction":{"shape":"ResourceControlPolicyRestriction"} |
1295 | 1298 | }
|
1296 | 1299 | },
|
1297 | 1300 | "FilterCriteriaMap":{
|
|
1325 | 1328 | "status":{"shape":"FindingStatus"},
|
1326 | 1329 | "resourceOwnerAccount":{"shape":"String"},
|
1327 | 1330 | "error":{"shape":"String"},
|
1328 |
| - "sources":{"shape":"FindingSourceList"} |
| 1331 | + "sources":{"shape":"FindingSourceList"}, |
| 1332 | + "resourceControlPolicyRestriction":{"shape":"ResourceControlPolicyRestriction"} |
1329 | 1333 | }
|
1330 | 1334 | },
|
1331 | 1335 | "FindingChangeType":{
|
|
1425 | 1429 | "status":{"shape":"FindingStatus"},
|
1426 | 1430 | "resourceOwnerAccount":{"shape":"String"},
|
1427 | 1431 | "error":{"shape":"String"},
|
1428 |
| - "sources":{"shape":"FindingSourceList"} |
| 1432 | + "sources":{"shape":"FindingSourceList"}, |
| 1433 | + "resourceControlPolicyRestriction":{"shape":"ResourceControlPolicyRestriction"} |
1429 | 1434 | }
|
1430 | 1435 | },
|
1431 | 1436 | "FindingSummaryV2":{
|
|
2283 | 2288 | "enum":[
|
2284 | 2289 | "IDENTITY_POLICY",
|
2285 | 2290 | "RESOURCE_POLICY",
|
2286 |
| - "SERVICE_CONTROL_POLICY" |
| 2291 | + "SERVICE_CONTROL_POLICY", |
| 2292 | + "RESOURCE_CONTROL_POLICY" |
2287 | 2293 | ]
|
2288 | 2294 | },
|
2289 | 2295 | "Position":{
|
|
2427 | 2433 | "type":"string",
|
2428 | 2434 | "pattern":"arn:[^:]*:[^:]*:[^:]*:[^:]*:.*"
|
2429 | 2435 | },
|
| 2436 | + "ResourceControlPolicyRestriction":{ |
| 2437 | + "type":"string", |
| 2438 | + "enum":[ |
| 2439 | + "APPLICABLE", |
| 2440 | + "FAILED_TO_EVALUATE_RCP", |
| 2441 | + "NOT_APPLICABLE" |
| 2442 | + ] |
| 2443 | + }, |
2430 | 2444 | "ResourceNotFoundException":{
|
2431 | 2445 | "type":"structure",
|
2432 | 2446 | "required":[
|
|
0 commit comments