1{
2  "version": "2.0",
3  "service": "<p>AWS IAM Access Analyzer helps identify potential resource-access risks by enabling you to identify any policies that grant access to an external principal. It does this by using logic-based reasoning to analyze resource-based policies in your AWS environment. An external principal can be another AWS account, a root user, an IAM user or role, a federated user, an AWS service, or an anonymous user. You can also use Access Analyzer to preview and validate public and cross-account access to your resources before deploying permissions changes. This guide describes the AWS IAM Access Analyzer operations that you can call programmatically. For general information about Access Analyzer, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html\">AWS IAM Access Analyzer</a> in the <b>IAM User Guide</b>.</p> <p>To start using Access Analyzer, you first need to create an analyzer.</p>",
4  "operations": {
5    "ApplyArchiveRule": "<p>Retroactively applies the archive rule to existing findings that meet the archive rule criteria.</p>",
6    "CancelPolicyGeneration": "<p>Cancels the requested policy generation.</p>",
7    "CreateAccessPreview": "<p>Creates an access preview that allows you to preview Access Analyzer findings for your resource before deploying resource permissions.</p>",
8    "CreateAnalyzer": "<p>Creates an analyzer for your account.</p>",
9    "CreateArchiveRule": "<p>Creates an archive rule for the specified analyzer. Archive rules automatically archive new findings that meet the criteria you define when you create the rule.</p> <p>To learn about filter keys that you can use to create an archive rule, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html\">Access Analyzer filter keys</a> in the <b>IAM User Guide</b>.</p>",
10    "DeleteAnalyzer": "<p>Deletes the specified analyzer. When you delete an analyzer, Access Analyzer is disabled for the account or organization in the current or specific Region. All findings that were generated by the analyzer are deleted. You cannot undo this action.</p>",
11    "DeleteArchiveRule": "<p>Deletes the specified archive rule.</p>",
12    "GetAccessPreview": "<p>Retrieves information about an access preview for the specified analyzer.</p>",
13    "GetAnalyzedResource": "<p>Retrieves information about a resource that was analyzed.</p>",
14    "GetAnalyzer": "<p>Retrieves information about the specified analyzer.</p>",
15    "GetArchiveRule": "<p>Retrieves information about an archive rule.</p> <p>To learn about filter keys that you can use to create an archive rule, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html\">Access Analyzer filter keys</a> in the <b>IAM User Guide</b>.</p>",
16    "GetFinding": "<p>Retrieves information about the specified finding.</p>",
17    "GetGeneratedPolicy": "<p>Retrieves the policy that was generated using <code>StartPolicyGeneration</code>. </p>",
18    "ListAccessPreviewFindings": "<p>Retrieves a list of access preview findings generated by the specified access preview.</p>",
19    "ListAccessPreviews": "<p>Retrieves a list of access previews for the specified analyzer.</p>",
20    "ListAnalyzedResources": "<p>Retrieves a list of resources of the specified type that have been analyzed by the specified analyzer..</p>",
21    "ListAnalyzers": "<p>Retrieves a list of analyzers.</p>",
22    "ListArchiveRules": "<p>Retrieves a list of archive rules created for the specified analyzer.</p>",
23    "ListFindings": "<p>Retrieves a list of findings generated by the specified analyzer.</p> <p>To learn about filter keys that you can use to retrieve a list of findings, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html\">Access Analyzer filter keys</a> in the <b>IAM User Guide</b>.</p>",
24    "ListPolicyGenerations": "<p>Lists all of the policy generations requested in the last seven days.</p>",
25    "ListTagsForResource": "<p>Retrieves a list of tags applied to the specified resource.</p>",
26    "StartPolicyGeneration": "<p>Starts the policy generation request.</p>",
27    "StartResourceScan": "<p>Immediately starts a scan of the policies applied to the specified resource.</p>",
28    "TagResource": "<p>Adds a tag to the specified resource.</p>",
29    "UntagResource": "<p>Removes a tag from the specified resource.</p>",
30    "UpdateArchiveRule": "<p>Updates the criteria and values for the specified archive rule.</p>",
31    "UpdateFindings": "<p>Updates the status for the specified findings.</p>",
32    "ValidatePolicy": "<p>Requests the validation of a policy and returns a list of findings. The findings help you identify issues and provide actionable recommendations to resolve the issue and enable you to author functional policies that meet security best practices. </p>"
33  },
34  "shapes": {
35    "AccessDeniedException": {
36      "base": "<p>You do not have sufficient access to perform this action.</p>",
37      "refs": {
38      }
39    },
40    "AccessPointArn": {
41      "base": null,
42      "refs": {
43        "S3AccessPointConfigurationsMap$key": null
44      }
45    },
46    "AccessPointPolicy": {
47      "base": null,
48      "refs": {
49        "S3AccessPointConfiguration$accessPointPolicy": "<p>The access point policy.</p>"
50      }
51    },
52    "AccessPreview": {
53      "base": "<p>Contains information about an access preview.</p>",
54      "refs": {
55        "GetAccessPreviewResponse$accessPreview": "<p>An object that contains information about the access preview.</p>"
56      }
57    },
58    "AccessPreviewFinding": {
59      "base": "<p>An access preview finding generated by the access preview.</p>",
60      "refs": {
61        "AccessPreviewFindingsList$member": null
62      }
63    },
64    "AccessPreviewFindingId": {
65      "base": null,
66      "refs": {
67        "AccessPreviewFinding$id": "<p>The ID of the access preview finding. This ID uniquely identifies the element in the list of access preview findings and is not related to the finding ID in Access Analyzer.</p>"
68      }
69    },
70    "AccessPreviewFindingsList": {
71      "base": null,
72      "refs": {
73        "ListAccessPreviewFindingsResponse$findings": "<p>A list of access preview findings that match the specified filter criteria.</p>"
74      }
75    },
76    "AccessPreviewId": {
77      "base": null,
78      "refs": {
79        "AccessPreview$id": "<p>The unique ID for the access preview.</p>",
80        "AccessPreviewSummary$id": "<p>The unique ID for the access preview.</p>",
81        "CreateAccessPreviewResponse$id": "<p>The unique ID for the access preview.</p>",
82        "GetAccessPreviewRequest$accessPreviewId": "<p>The unique ID for the access preview.</p>",
83        "ListAccessPreviewFindingsRequest$accessPreviewId": "<p>The unique ID for the access preview.</p>"
84      }
85    },
86    "AccessPreviewStatus": {
87      "base": null,
88      "refs": {
89        "AccessPreview$status": "<p>The status of the access preview.</p> <ul> <li> <p> <code>Creating</code> - The access preview creation is in progress.</p> </li> <li> <p> <code>Completed</code> - The access preview is complete. You can preview findings for external access to the resource.</p> </li> <li> <p> <code>Failed</code> - The access preview creation has failed.</p> </li> </ul>",
90        "AccessPreviewSummary$status": "<p>The status of the access preview.</p> <ul> <li> <p> <code>Creating</code> - The access preview creation is in progress.</p> </li> <li> <p> <code>Completed</code> - The access preview is complete and previews the findings for external access to the resource.</p> </li> <li> <p> <code>Failed</code> - The access preview creation has failed.</p> </li> </ul>"
91      }
92    },
93    "AccessPreviewStatusReason": {
94      "base": "<p>Provides more details about the current status of the access preview. For example, if the creation of the access preview fails, a <code>Failed</code> status is returned. This failure can be due to an internal issue with the analysis or due to an invalid proposed resource configuration.</p>",
95      "refs": {
96        "AccessPreview$statusReason": "<p>Provides more details about the current status of the access preview.</p> <p>For example, if the creation of the access preview fails, a <code>Failed</code> status is returned. This failure can be due to an internal issue with the analysis or due to an invalid resource configuration.</p>",
97        "AccessPreviewSummary$statusReason": null
98      }
99    },
100    "AccessPreviewStatusReasonCode": {
101      "base": null,
102      "refs": {
103        "AccessPreviewStatusReason$code": "<p>The reason code for the current status of the access preview.</p>"
104      }
105    },
106    "AccessPreviewSummary": {
107      "base": "<p>Contains a summary of information about an access preview.</p>",
108      "refs": {
109        "AccessPreviewsList$member": null
110      }
111    },
112    "AccessPreviewsList": {
113      "base": null,
114      "refs": {
115        "ListAccessPreviewsResponse$accessPreviews": "<p>A list of access previews retrieved for the analyzer.</p>"
116      }
117    },
118    "AclCanonicalId": {
119      "base": null,
120      "refs": {
121        "AclGrantee$id": "<p>The value specified is the canonical user ID of an AWS account.</p>"
122      }
123    },
124    "AclGrantee": {
125      "base": "<p>You specify each grantee as a type-value pair using one of these types. You can specify only one type of grantee. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketAcl.html\">PutBucketAcl</a>.</p>",
126      "refs": {
127        "S3BucketAclGrantConfiguration$grantee": "<p>The grantee to whom you’re assigning access rights.</p>"
128      }
129    },
130    "AclPermission": {
131      "base": null,
132      "refs": {
133        "S3BucketAclGrantConfiguration$permission": "<p>The permissions being granted.</p>"
134      }
135    },
136    "AclUri": {
137      "base": null,
138      "refs": {
139        "AclGrantee$uri": "<p>Used for granting permissions to a predefined group.</p>"
140      }
141    },
142    "ActionList": {
143      "base": null,
144      "refs": {
145        "AccessPreviewFinding$action": "<p>The action in the analyzed policy statement that an external principal has permission to perform.</p>",
146        "AnalyzedResource$actions": "<p>The actions that an external principal is granted permission to use by the policy that generated the finding.</p>",
147        "Finding$action": "<p>The action in the analyzed policy statement that an external principal has permission to use.</p>",
148        "FindingSummary$action": "<p>The action in the analyzed policy statement that an external principal has permission to use.</p>"
149      }
150    },
151    "AnalyzedResource": {
152      "base": "<p>Contains details about the analyzed resource.</p>",
153      "refs": {
154        "GetAnalyzedResourceResponse$resource": "<p>An <code>AnalyzedResource</code> object that contains information that Access Analyzer found when it analyzed the resource.</p>"
155      }
156    },
157    "AnalyzedResourceSummary": {
158      "base": "<p>Contains the ARN of the analyzed resource.</p>",
159      "refs": {
160        "AnalyzedResourcesList$member": null
161      }
162    },
163    "AnalyzedResourcesList": {
164      "base": null,
165      "refs": {
166        "ListAnalyzedResourcesResponse$analyzedResources": "<p>A list of resources that were analyzed.</p>"
167      }
168    },
169    "AnalyzerArn": {
170      "base": null,
171      "refs": {
172        "AccessPreview$analyzerArn": "<p>The ARN of the analyzer used to generate the access preview.</p>",
173        "AccessPreviewSummary$analyzerArn": "<p>The ARN of the analyzer used to generate the access preview.</p>",
174        "AnalyzerSummary$arn": "<p>The ARN of the analyzer.</p>",
175        "ApplyArchiveRuleRequest$analyzerArn": "<p>The Amazon resource name (ARN) of the analyzer.</p>",
176        "CreateAccessPreviewRequest$analyzerArn": "<p>The <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources\">ARN of the account analyzer</a> used to generate the access preview. You can only create an access preview for analyzers with an <code>Account</code> type and <code>Active</code> status.</p>",
177        "CreateAnalyzerResponse$arn": "<p>The ARN of the analyzer that was created by the request.</p>",
178        "GetAccessPreviewRequest$analyzerArn": "<p>The <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources\">ARN of the analyzer</a> used to generate the access preview.</p>",
179        "GetAnalyzedResourceRequest$analyzerArn": "<p>The <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources\">ARN of the analyzer</a> to retrieve information from.</p>",
180        "GetFindingRequest$analyzerArn": "<p>The <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources\">ARN of the analyzer</a> that generated the finding.</p>",
181        "ListAccessPreviewFindingsRequest$analyzerArn": "<p>The <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources\">ARN of the analyzer</a> used to generate the access.</p>",
182        "ListAccessPreviewsRequest$analyzerArn": "<p>The <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources\">ARN of the analyzer</a> used to generate the access preview.</p>",
183        "ListAnalyzedResourcesRequest$analyzerArn": "<p>The <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources\">ARN of the analyzer</a> to retrieve a list of analyzed resources from.</p>",
184        "ListFindingsRequest$analyzerArn": "<p>The <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources\">ARN of the analyzer</a> to retrieve findings from.</p>",
185        "StartResourceScanRequest$analyzerArn": "<p>The <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources\">ARN of the analyzer</a> to use to scan the policies applied to the specified resource.</p>",
186        "UpdateFindingsRequest$analyzerArn": "<p>The <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources\">ARN of the analyzer</a> that generated the findings to update.</p>"
187      }
188    },
189    "AnalyzerStatus": {
190      "base": null,
191      "refs": {
192        "AnalyzerSummary$status": "<p>The status of the analyzer. An <code>Active</code> analyzer successfully monitors supported resources and generates new findings. The analyzer is <code>Disabled</code> when a user action, such as removing trusted access for AWS IAM Access Analyzer from AWS Organizations, causes the analyzer to stop generating new findings. The status is <code>Creating</code> when the analyzer creation is in progress and <code>Failed</code> when the analyzer creation has failed. </p>"
193      }
194    },
195    "AnalyzerSummary": {
196      "base": "<p>Contains information about the analyzer.</p>",
197      "refs": {
198        "AnalyzersList$member": null,
199        "GetAnalyzerResponse$analyzer": "<p>An <code>AnalyzerSummary</code> object that contains information about the analyzer.</p>"
200      }
201    },
202    "AnalyzersList": {
203      "base": null,
204      "refs": {
205        "ListAnalyzersResponse$analyzers": "<p>The analyzers retrieved.</p>"
206      }
207    },
208    "ApplyArchiveRuleRequest": {
209      "base": "<p>Retroactively applies an archive rule.</p>",
210      "refs": {
211      }
212    },
213    "ArchiveRuleSummary": {
214      "base": "<p>Contains information about an archive rule.</p>",
215      "refs": {
216        "ArchiveRulesList$member": null,
217        "GetArchiveRuleResponse$archiveRule": null
218      }
219    },
220    "ArchiveRulesList": {
221      "base": null,
222      "refs": {
223        "ListArchiveRulesResponse$archiveRules": "<p>A list of archive rules created for the specified analyzer.</p>"
224      }
225    },
226    "Boolean": {
227      "base": null,
228      "refs": {
229        "AccessPreviewFinding$isPublic": "<p>Indicates whether the policy that generated the finding allows public access to the resource.</p>",
230        "AnalyzedResource$isPublic": "<p>Indicates whether the policy that generated the finding grants public access to the resource.</p>",
231        "Criterion$exists": "<p>An \"exists\" operator to match for the filter used to create the rule. </p>",
232        "Finding$isPublic": "<p>Indicates whether the policy that generated the finding allows public access to the resource.</p>",
233        "FindingSummary$isPublic": "<p>Indicates whether the finding reports a resource that has a policy that allows public access.</p>",
234        "GeneratedPolicyProperties$isComplete": "<p>This value is set to <code>true</code> if the generated policy contains all possible actions for a service that Access Analyzer identified from the CloudTrail trail that you specified, and <code>false</code> otherwise.</p>",
235        "GetGeneratedPolicyRequest$includeResourcePlaceholders": "<p>The level of detail that you want to generate. You can specify whether to generate policies with placeholders for resource ARNs for actions that support resource level granularity in policies.</p> <p>For example, in the resource section of a policy, you can receive a placeholder such as <code>\"Resource\":\"arn:aws:s3:::${BucketName}\"</code> instead of <code>\"*\"</code>.</p>",
236        "GetGeneratedPolicyRequest$includeServiceLevelTemplate": "<p>The level of detail that you want to generate. You can specify whether to generate service-level policies. </p> <p>Access Analyzer uses <code>iam:servicelastaccessed</code> to identify services that have been used recently to create this service-level template.</p>",
237        "S3PublicAccessBlockConfiguration$ignorePublicAcls": "<p> Specifies whether Amazon S3 should ignore public ACLs for this bucket and objects in this bucket. </p>",
238        "S3PublicAccessBlockConfiguration$restrictPublicBuckets": "<p> Specifies whether Amazon S3 should restrict public bucket policies for this bucket. </p>",
239        "Trail$allRegions": "<p>Possible values are <code>true</code> or <code>false</code>. If set to <code>true</code>, Access Analyzer retrieves CloudTrail data from all regions to analyze and generate a policy.</p>",
240        "TrailProperties$allRegions": "<p>Possible values are <code>true</code> or <code>false</code>. If set to <code>true</code>, Access Analyzer retrieves CloudTrail data from all regions to analyze and generate a policy.</p>"
241      }
242    },
243    "CancelPolicyGenerationRequest": {
244      "base": null,
245      "refs": {
246      }
247    },
248    "CancelPolicyGenerationResponse": {
249      "base": null,
250      "refs": {
251      }
252    },
253    "CloudTrailArn": {
254      "base": null,
255      "refs": {
256        "Trail$cloudTrailArn": "<p>Specifies the ARN of the trail. The format of a trail ARN is <code>arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail</code>.</p>",
257        "TrailProperties$cloudTrailArn": "<p>Specifies the ARN of the trail. The format of a trail ARN is <code>arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail</code>.</p>"
258      }
259    },
260    "CloudTrailDetails": {
261      "base": "<p>Contains information about CloudTrail access.</p>",
262      "refs": {
263        "StartPolicyGenerationRequest$cloudTrailDetails": "<p>A <code>CloudTrailDetails</code> object that contains details about a <code>Trail</code> that you want to analyze to generate policies.</p>"
264      }
265    },
266    "CloudTrailProperties": {
267      "base": "<p>Contains information about CloudTrail access.</p>",
268      "refs": {
269        "GeneratedPolicyProperties$cloudTrailProperties": "<p>Lists details about the <code>Trail</code> used to generated policy.</p>"
270      }
271    },
272    "ConditionKeyMap": {
273      "base": null,
274      "refs": {
275        "AccessPreviewFinding$condition": "<p>The condition in the analyzed policy statement that resulted in a finding.</p>",
276        "Finding$condition": "<p>The condition in the analyzed policy statement that resulted in a finding.</p>",
277        "FindingSummary$condition": "<p>The condition in the analyzed policy statement that resulted in a finding.</p>"
278      }
279    },
280    "Configuration": {
281      "base": "<p>Access control configuration structures for your resource. You specify the configuration as a type-value pair. You can specify only one type of access control configuration.</p>",
282      "refs": {
283        "ConfigurationsMap$value": null
284      }
285    },
286    "ConfigurationsMap": {
287      "base": null,
288      "refs": {
289        "AccessPreview$configurations": "<p>A map of resource ARNs for the proposed resource configuration.</p>",
290        "CreateAccessPreviewRequest$configurations": "<p>Access control configuration for your resource that is used to generate the access preview. The access preview includes findings for external access allowed to the resource with the proposed access control configuration. The configuration must contain exactly one element.</p>"
291      }
292    },
293    "ConfigurationsMapKey": {
294      "base": null,
295      "refs": {
296        "ConfigurationsMap$key": null
297      }
298    },
299    "ConflictException": {
300      "base": "<p>A conflict exception error.</p>",
301      "refs": {
302      }
303    },
304    "CreateAccessPreviewRequest": {
305      "base": null,
306      "refs": {
307      }
308    },
309    "CreateAccessPreviewResponse": {
310      "base": null,
311      "refs": {
312      }
313    },
314    "CreateAnalyzerRequest": {
315      "base": "<p>Creates an analyzer.</p>",
316      "refs": {
317      }
318    },
319    "CreateAnalyzerResponse": {
320      "base": "<p>The response to the request to create an analyzer.</p>",
321      "refs": {
322      }
323    },
324    "CreateArchiveRuleRequest": {
325      "base": "<p>Creates an archive rule.</p>",
326      "refs": {
327      }
328    },
329    "Criterion": {
330      "base": "<p>The criteria to use in the filter that defines the archive rule.</p>",
331      "refs": {
332        "FilterCriteriaMap$value": null
333      }
334    },
335    "DeleteAnalyzerRequest": {
336      "base": "<p>Deletes an analyzer.</p>",
337      "refs": {
338      }
339    },
340    "DeleteArchiveRuleRequest": {
341      "base": "<p>Deletes an archive rule.</p>",
342      "refs": {
343      }
344    },
345    "FilterCriteriaMap": {
346      "base": null,
347      "refs": {
348        "ArchiveRuleSummary$filter": "<p>A filter used to define the archive rule.</p>",
349        "CreateArchiveRuleRequest$filter": "<p>The criteria for the rule.</p>",
350        "InlineArchiveRule$filter": "<p>The condition and values for a criterion.</p>",
351        "ListAccessPreviewFindingsRequest$filter": "<p>Criteria to filter the returned findings.</p>",
352        "ListFindingsRequest$filter": "<p>A filter to match for the findings to return.</p>",
353        "UpdateArchiveRuleRequest$filter": "<p>A filter to match for the rules to update. Only rules that match the filter are updated.</p>"
354      }
355    },
356    "Finding": {
357      "base": "<p>Contains information about a finding.</p>",
358      "refs": {
359        "GetFindingResponse$finding": "<p>A <code>finding</code> object that contains finding details.</p>"
360      }
361    },
362    "FindingChangeType": {
363      "base": null,
364      "refs": {
365        "AccessPreviewFinding$changeType": "<p>Provides context on how the access preview finding compares to existing access identified in Access Analyzer.</p> <ul> <li> <p> <code>New</code> - The finding is for newly-introduced access.</p> </li> <li> <p> <code>Unchanged</code> - The preview finding is an existing finding that would remain unchanged.</p> </li> <li> <p> <code>Changed</code> - The preview finding is an existing finding with a change in status.</p> </li> </ul> <p>For example, a <code>Changed</code> finding with preview status <code>Resolved</code> and existing status <code>Active</code> indicates the existing <code>Active</code> finding would become <code>Resolved</code> as a result of the proposed permissions change.</p>"
366      }
367    },
368    "FindingId": {
369      "base": null,
370      "refs": {
371        "AccessPreviewFinding$existingFindingId": "<p>The existing ID of the finding in Access Analyzer, provided only for existing findings.</p>",
372        "Finding$id": "<p>The ID of the finding.</p>",
373        "FindingIdList$member": null,
374        "FindingSummary$id": "<p>The ID of the finding.</p>",
375        "GetFindingRequest$id": "<p>The ID of the finding to retrieve.</p>"
376      }
377    },
378    "FindingIdList": {
379      "base": null,
380      "refs": {
381        "UpdateFindingsRequest$ids": "<p>The IDs of the findings to update.</p>"
382      }
383    },
384    "FindingSource": {
385      "base": "<p>The source of the finding. This indicates how the access that generated the finding is granted. It is populated for Amazon S3 bucket findings.</p>",
386      "refs": {
387        "FindingSourceList$member": null
388      }
389    },
390    "FindingSourceDetail": {
391      "base": "<p>Includes details about how the access that generated the finding is granted. This is populated for Amazon S3 bucket findings.</p>",
392      "refs": {
393        "FindingSource$detail": "<p>Includes details about how the access that generated the finding is granted. This is populated for Amazon S3 bucket findings.</p>"
394      }
395    },
396    "FindingSourceList": {
397      "base": null,
398      "refs": {
399        "AccessPreviewFinding$sources": "<p>The sources of the finding. This indicates how the access that generated the finding is granted. It is populated for Amazon S3 bucket findings.</p>",
400        "Finding$sources": "<p>The sources of the finding. This indicates how the access that generated the finding is granted. It is populated for Amazon S3 bucket findings.</p>",
401        "FindingSummary$sources": "<p>The sources of the finding. This indicates how the access that generated the finding is granted. It is populated for Amazon S3 bucket findings.</p>"
402      }
403    },
404    "FindingSourceType": {
405      "base": null,
406      "refs": {
407        "FindingSource$type": "<p>Indicates the type of access that generated the finding.</p>"
408      }
409    },
410    "FindingStatus": {
411      "base": null,
412      "refs": {
413        "AccessPreviewFinding$existingFindingStatus": "<p>The existing status of the finding, provided only for existing findings.</p>",
414        "AccessPreviewFinding$status": "<p>The preview status of the finding. This is what the status of the finding would be after permissions deployment. For example, a <code>Changed</code> finding with preview status <code>Resolved</code> and existing status <code>Active</code> indicates the existing <code>Active</code> finding would become <code>Resolved</code> as a result of the proposed permissions change.</p>",
415        "AnalyzedResource$status": "<p>The current status of the finding generated from the analyzed resource.</p>",
416        "Finding$status": "<p>The current status of the finding.</p>",
417        "FindingSummary$status": "<p>The status of the finding.</p>"
418      }
419    },
420    "FindingStatusUpdate": {
421      "base": null,
422      "refs": {
423        "UpdateFindingsRequest$status": "<p>The state represents the action to take to update the finding Status. Use <code>ARCHIVE</code> to change an Active finding to an Archived finding. Use <code>ACTIVE</code> to change an Archived finding to an Active finding.</p>"
424      }
425    },
426    "FindingSummary": {
427      "base": "<p>Contains information about a finding.</p>",
428      "refs": {
429        "FindingsList$member": null
430      }
431    },
432    "FindingsList": {
433      "base": null,
434      "refs": {
435        "ListFindingsResponse$findings": "<p>A list of findings retrieved from the analyzer that match the filter criteria specified, if any.</p>"
436      }
437    },
438    "GeneratedPolicy": {
439      "base": "<p>Contains the text for the generated policy.</p>",
440      "refs": {
441        "GeneratedPolicyList$member": null
442      }
443    },
444    "GeneratedPolicyList": {
445      "base": null,
446      "refs": {
447        "GeneratedPolicyResult$generatedPolicies": "<p>The text to use as the content for the new policy. The policy is created using the <a href=\"https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreatePolicy.html\">CreatePolicy</a> action.</p>"
448      }
449    },
450    "GeneratedPolicyProperties": {
451      "base": "<p>Contains the generated policy details.</p>",
452      "refs": {
453        "GeneratedPolicyResult$properties": "<p>A <code>GeneratedPolicyProperties</code> object that contains properties of the generated policy.</p>"
454      }
455    },
456    "GeneratedPolicyResult": {
457      "base": "<p>Contains the text for the generated policy and its details.</p>",
458      "refs": {
459        "GetGeneratedPolicyResponse$generatedPolicyResult": "<p>A <code>GeneratedPolicyResult</code> object that contains the generated policies and associated details.</p>"
460      }
461    },
462    "GetAccessPreviewRequest": {
463      "base": null,
464      "refs": {
465      }
466    },
467    "GetAccessPreviewResponse": {
468      "base": null,
469      "refs": {
470      }
471    },
472    "GetAnalyzedResourceRequest": {
473      "base": "<p>Retrieves an analyzed resource.</p>",
474      "refs": {
475      }
476    },
477    "GetAnalyzedResourceResponse": {
478      "base": "<p>The response to the request.</p>",
479      "refs": {
480      }
481    },
482    "GetAnalyzerRequest": {
483      "base": "<p>Retrieves an analyzer.</p>",
484      "refs": {
485      }
486    },
487    "GetAnalyzerResponse": {
488      "base": "<p>The response to the request.</p>",
489      "refs": {
490      }
491    },
492    "GetArchiveRuleRequest": {
493      "base": "<p>Retrieves an archive rule.</p>",
494      "refs": {
495      }
496    },
497    "GetArchiveRuleResponse": {
498      "base": "<p>The response to the request.</p>",
499      "refs": {
500      }
501    },
502    "GetFindingRequest": {
503      "base": "<p>Retrieves a finding.</p>",
504      "refs": {
505      }
506    },
507    "GetFindingResponse": {
508      "base": "<p>The response to the request.</p>",
509      "refs": {
510      }
511    },
512    "GetGeneratedPolicyRequest": {
513      "base": null,
514      "refs": {
515      }
516    },
517    "GetGeneratedPolicyResponse": {
518      "base": null,
519      "refs": {
520      }
521    },
522    "GranteePrincipal": {
523      "base": null,
524      "refs": {
525        "KmsGrantConfiguration$granteePrincipal": "<p>The principal that is given permission to perform the operations that the grant permits.</p>"
526      }
527    },
528    "IamRoleConfiguration": {
529      "base": "<p>The proposed access control configuration for an IAM role. You can propose a configuration for a new IAM role or an existing IAM role that you own by specifying the trust policy. If the configuration is for a new IAM role, you must specify the trust policy. If the configuration is for an existing IAM role that you own and you do not propose the trust policy, the access preview uses the existing trust policy for the role. The proposed trust policy cannot be an empty string. For more information about role trust policy limits, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html\">IAM and STS quotas</a>.</p>",
530      "refs": {
531        "Configuration$iamRole": "<p>The access control configuration is for an IAM role. </p>"
532      }
533    },
534    "IamTrustPolicy": {
535      "base": null,
536      "refs": {
537        "IamRoleConfiguration$trustPolicy": "<p>The proposed trust policy for the IAM role.</p>"
538      }
539    },
540    "InlineArchiveRule": {
541      "base": "<p>An criterion statement in an archive rule. Each archive rule may have multiple criteria.</p>",
542      "refs": {
543        "InlineArchiveRulesList$member": null
544      }
545    },
546    "InlineArchiveRulesList": {
547      "base": null,
548      "refs": {
549        "CreateAnalyzerRequest$archiveRules": "<p>Specifies the archive rules to add for the analyzer. Archive rules automatically archive findings that meet the criteria you define for the rule.</p>"
550      }
551    },
552    "Integer": {
553      "base": null,
554      "refs": {
555        "InternalServerException$retryAfterSeconds": "<p>The seconds to wait to retry.</p>",
556        "ListAccessPreviewFindingsRequest$maxResults": "<p>The maximum number of results to return in the response.</p>",
557        "ListAccessPreviewsRequest$maxResults": "<p>The maximum number of results to return in the response.</p>",
558        "ListAnalyzedResourcesRequest$maxResults": "<p>The maximum number of results to return in the response.</p>",
559        "ListAnalyzersRequest$maxResults": "<p>The maximum number of results to return in the response.</p>",
560        "ListArchiveRulesRequest$maxResults": "<p>The maximum number of results to return in the request.</p>",
561        "ListFindingsRequest$maxResults": "<p>The maximum number of results to return in the response.</p>",
562        "PathElement$index": "<p>Refers to an index in a JSON array.</p>",
563        "Position$column": "<p>The column of the position, starting from 0.</p>",
564        "Position$line": "<p>The line of the position, starting from 1.</p>",
565        "Position$offset": "<p>The offset within the policy that corresponds to the position, starting from 0.</p>",
566        "Substring$length": "<p>The length of the substring.</p>",
567        "Substring$start": "<p>The start index of the substring, starting from 0.</p>",
568        "ThrottlingException$retryAfterSeconds": "<p>The seconds to wait to retry.</p>",
569        "ValidatePolicyRequest$maxResults": "<p>The maximum number of results to return in the response.</p>"
570      }
571    },
572    "InternalServerException": {
573      "base": "<p>Internal server error.</p>",
574      "refs": {
575      }
576    },
577    "InternetConfiguration": {
578      "base": "<p>This configuration sets the Amazon S3 access point network origin to <code>Internet</code>.</p>",
579      "refs": {
580        "NetworkOriginConfiguration$internetConfiguration": "<p>The configuration for the Amazon S3 access point with an <code>Internet</code> origin.</p>"
581      }
582    },
583    "IssueCode": {
584      "base": null,
585      "refs": {
586        "ValidatePolicyFinding$issueCode": "<p>The issue code provides an identifier of the issue associated with this finding.</p>"
587      }
588    },
589    "IssuingAccount": {
590      "base": null,
591      "refs": {
592        "KmsGrantConfiguration$issuingAccount": "<p> The AWS account under which the grant was issued. The account is used to propose KMS grants issued by accounts other than the owner of the key.</p>"
593      }
594    },
595    "JobDetails": {
596      "base": "<p>Contains details about the policy generation request.</p>",
597      "refs": {
598        "GetGeneratedPolicyResponse$jobDetails": "<p>A <code>GeneratedPolicyDetails</code> object that contains details about the generated policy.</p>"
599      }
600    },
601    "JobError": {
602      "base": "<p>Contains the details about the policy generation error.</p>",
603      "refs": {
604        "JobDetails$jobError": null
605      }
606    },
607    "JobErrorCode": {
608      "base": null,
609      "refs": {
610        "JobError$code": "<p>The job error code.</p>"
611      }
612    },
613    "JobId": {
614      "base": null,
615      "refs": {
616        "CancelPolicyGenerationRequest$jobId": "<p>The <code>JobId</code> that is returned by the <code>StartPolicyGeneration</code> operation. The <code>JobId</code> can be used with <code>GetGeneratedPolicy</code> to retrieve the generated policies or used with <code>CancelPolicyGeneration</code> to cancel the policy generation request.</p>",
617        "GetGeneratedPolicyRequest$jobId": "<p>The <code>JobId</code> that is returned by the <code>StartPolicyGeneration</code> operation. The <code>JobId</code> can be used with <code>GetGeneratedPolicy</code> to retrieve the generated policies or used with <code>CancelPolicyGeneration</code> to cancel the policy generation request.</p>",
618        "JobDetails$jobId": "<p>The <code>JobId</code> that is returned by the <code>StartPolicyGeneration</code> operation. The <code>JobId</code> can be used with <code>GetGeneratedPolicy</code> to retrieve the generated policies or used with <code>CancelPolicyGeneration</code> to cancel the policy generation request.</p>",
619        "PolicyGeneration$jobId": "<p>The <code>JobId</code> that is returned by the <code>StartPolicyGeneration</code> operation. The <code>JobId</code> can be used with <code>GetGeneratedPolicy</code> to retrieve the generated policies or used with <code>CancelPolicyGeneration</code> to cancel the policy generation request.</p>",
620        "StartPolicyGenerationResponse$jobId": "<p>The <code>JobId</code> that is returned by the <code>StartPolicyGeneration</code> operation. The <code>JobId</code> can be used with <code>GetGeneratedPolicy</code> to retrieve the generated policies or used with <code>CancelPolicyGeneration</code> to cancel the policy generation request.</p>"
621      }
622    },
623    "JobStatus": {
624      "base": null,
625      "refs": {
626        "JobDetails$status": "<p>The status of the job request.</p>",
627        "PolicyGeneration$status": "<p>The status of the policy generation request.</p>"
628      }
629    },
630    "KmsConstraintsKey": {
631      "base": null,
632      "refs": {
633        "KmsConstraintsMap$key": null
634      }
635    },
636    "KmsConstraintsMap": {
637      "base": null,
638      "refs": {
639        "KmsGrantConstraints$encryptionContextEquals": "<p>A list of key-value pairs that must match the encryption context in the <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#cryptographic-operations\">cryptographic operation</a> request. The grant allows the operation only when the encryption context in the request is the same as the encryption context specified in this constraint.</p>",
640        "KmsGrantConstraints$encryptionContextSubset": "<p>A list of key-value pairs that must be included in the encryption context of the <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#cryptographic-operations\">cryptographic operation</a> request. The grant allows the cryptographic operation only when the encryption context in the request includes the key-value pairs specified in this constraint, although it can include additional key-value pairs.</p>"
641      }
642    },
643    "KmsConstraintsValue": {
644      "base": null,
645      "refs": {
646        "KmsConstraintsMap$value": null
647      }
648    },
649    "KmsGrantConfiguration": {
650      "base": "<p>A proposed grant configuration for a KMS key. For more information, see <a href=\"https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateGrant.html\">CreateGrant</a>.</p>",
651      "refs": {
652        "KmsGrantConfigurationsList$member": null
653      }
654    },
655    "KmsGrantConfigurationsList": {
656      "base": null,
657      "refs": {
658        "KmsKeyConfiguration$grants": "<p>A list of proposed grant configurations for the KMS key. If the proposed grant configuration is for an existing key, the access preview uses the proposed list of grant configurations in place of the existing grants. Otherwise, the access preview uses the existing grants for the key.</p>"
659      }
660    },
661    "KmsGrantConstraints": {
662      "base": "<p>Use this structure to propose allowing <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#cryptographic-operations\">cryptographic operations</a> in the grant only when the operation request includes the specified <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context\">encryption context</a>. You can specify only one type of encryption context. An empty map is treated as not specified. For more information, see <a href=\"https://docs.aws.amazon.com/kms/latest/APIReference/API_GrantConstraints.html\">GrantConstraints</a>.</p>",
663      "refs": {
664        "KmsGrantConfiguration$constraints": "<p>Use this structure to propose allowing <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#cryptographic-operations\">cryptographic operations</a> in the grant only when the operation request includes the specified <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context\">encryption context</a>.</p>"
665      }
666    },
667    "KmsGrantOperation": {
668      "base": null,
669      "refs": {
670        "KmsGrantOperationsList$member": null
671      }
672    },
673    "KmsGrantOperationsList": {
674      "base": null,
675      "refs": {
676        "KmsGrantConfiguration$operations": "<p>A list of operations that the grant permits.</p>"
677      }
678    },
679    "KmsKeyConfiguration": {
680      "base": "<p>Proposed access control configuration for a KMS key. You can propose a configuration for a new KMS key or an existing KMS key that you own by specifying the key policy and KMS grant configuration. If the configuration is for an existing key and you do not specify the key policy, the access preview uses the existing policy for the key. If the access preview is for a new resource and you do not specify the key policy, then the access preview uses the default key policy. The proposed key policy cannot be an empty string. For more information, see <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html#key-policy-default\">Default key policy</a>. For more information about key policy limits, see <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/resource-limits.html\">Resource quotas</a>.</p> <p/>",
681      "refs": {
682        "Configuration$kmsKey": "<p>The access control configuration is for a KMS key. </p>"
683      }
684    },
685    "KmsKeyPoliciesMap": {
686      "base": null,
687      "refs": {
688        "KmsKeyConfiguration$keyPolicies": "<p>Resource policy configuration for the KMS key. The only valid value for the name of the key policy is <code>default</code>. For more information, see <a href=\"https://docs.aws.amazon.com/kms/latest/developerguide/key-policies.html#key-policy-default\">Default key policy</a>.</p>"
689      }
690    },
691    "KmsKeyPolicy": {
692      "base": null,
693      "refs": {
694        "KmsKeyPoliciesMap$value": null
695      }
696    },
697    "LearnMoreLink": {
698      "base": null,
699      "refs": {
700        "ValidatePolicyFinding$learnMoreLink": "<p>A link to additional documentation about the type of finding.</p>"
701      }
702    },
703    "ListAccessPreviewFindingsRequest": {
704      "base": null,
705      "refs": {
706      }
707    },
708    "ListAccessPreviewFindingsResponse": {
709      "base": null,
710      "refs": {
711      }
712    },
713    "ListAccessPreviewsRequest": {
714      "base": null,
715      "refs": {
716      }
717    },
718    "ListAccessPreviewsResponse": {
719      "base": null,
720      "refs": {
721      }
722    },
723    "ListAnalyzedResourcesRequest": {
724      "base": "<p>Retrieves a list of resources that have been analyzed.</p>",
725      "refs": {
726      }
727    },
728    "ListAnalyzedResourcesResponse": {
729      "base": "<p>The response to the request.</p>",
730      "refs": {
731      }
732    },
733    "ListAnalyzersRequest": {
734      "base": "<p>Retrieves a list of analyzers.</p>",
735      "refs": {
736      }
737    },
738    "ListAnalyzersResponse": {
739      "base": "<p>The response to the request.</p>",
740      "refs": {
741      }
742    },
743    "ListArchiveRulesRequest": {
744      "base": "<p>Retrieves a list of archive rules created for the specified analyzer.</p>",
745      "refs": {
746      }
747    },
748    "ListArchiveRulesResponse": {
749      "base": "<p>The response to the request.</p>",
750      "refs": {
751      }
752    },
753    "ListFindingsRequest": {
754      "base": "<p>Retrieves a list of findings generated by the specified analyzer.</p>",
755      "refs": {
756      }
757    },
758    "ListFindingsResponse": {
759      "base": "<p>The response to the request.</p>",
760      "refs": {
761      }
762    },
763    "ListPolicyGenerationsRequest": {
764      "base": null,
765      "refs": {
766      }
767    },
768    "ListPolicyGenerationsRequestMaxResultsInteger": {
769      "base": null,
770      "refs": {
771        "ListPolicyGenerationsRequest$maxResults": "<p>The maximum number of results to return in the response.</p>"
772      }
773    },
774    "ListPolicyGenerationsResponse": {
775      "base": null,
776      "refs": {
777      }
778    },
779    "ListTagsForResourceRequest": {
780      "base": "<p>Retrieves a list of tags applied to the specified resource.</p>",
781      "refs": {
782      }
783    },
784    "ListTagsForResourceResponse": {
785      "base": "<p>The response to the request.</p>",
786      "refs": {
787      }
788    },
789    "Locale": {
790      "base": null,
791      "refs": {
792        "ValidatePolicyRequest$locale": "<p>The locale to use for localizing the findings.</p>"
793      }
794    },
795    "Location": {
796      "base": "<p>A location in a policy that is represented as a path through the JSON representation and a corresponding span.</p>",
797      "refs": {
798        "LocationList$member": null
799      }
800    },
801    "LocationList": {
802      "base": null,
803      "refs": {
804        "ValidatePolicyFinding$locations": "<p>The list of locations in the policy document that are related to the finding. The issue code provides a summary of an issue identified by the finding.</p>"
805      }
806    },
807    "Name": {
808      "base": null,
809      "refs": {
810        "AnalyzerSummary$name": "<p>The name of the analyzer.</p>",
811        "ApplyArchiveRuleRequest$ruleName": "<p>The name of the rule to apply.</p>",
812        "ArchiveRuleSummary$ruleName": "<p>The name of the archive rule.</p>",
813        "CreateAnalyzerRequest$analyzerName": "<p>The name of the analyzer to create.</p>",
814        "CreateArchiveRuleRequest$analyzerName": "<p>The name of the created analyzer.</p>",
815        "CreateArchiveRuleRequest$ruleName": "<p>The name of the rule to create.</p>",
816        "DeleteAnalyzerRequest$analyzerName": "<p>The name of the analyzer to delete.</p>",
817        "DeleteArchiveRuleRequest$analyzerName": "<p>The name of the analyzer that associated with the archive rule to delete.</p>",
818        "DeleteArchiveRuleRequest$ruleName": "<p>The name of the rule to delete.</p>",
819        "GetAnalyzerRequest$analyzerName": "<p>The name of the analyzer retrieved.</p>",
820        "GetArchiveRuleRequest$analyzerName": "<p>The name of the analyzer to retrieve rules from.</p>",
821        "GetArchiveRuleRequest$ruleName": "<p>The name of the rule to retrieve.</p>",
822        "InlineArchiveRule$ruleName": "<p>The name of the rule.</p>",
823        "ListArchiveRulesRequest$analyzerName": "<p>The name of the analyzer to retrieve rules from.</p>",
824        "UpdateArchiveRuleRequest$analyzerName": "<p>The name of the analyzer to update the archive rules for.</p>",
825        "UpdateArchiveRuleRequest$ruleName": "<p>The name of the rule to update.</p>"
826      }
827    },
828    "NetworkOriginConfiguration": {
829      "base": "<p>The proposed <code>InternetConfiguration</code> or <code>VpcConfiguration</code> to apply to the Amazon S3 Access point. You can make the access point accessible from the internet, or you can specify that all requests made through that access point must originate from a specific virtual private cloud (VPC). You can specify only one type of network configuration. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/creating-access-points.html\">Creating access points</a>.</p>",
830      "refs": {
831        "S3AccessPointConfiguration$networkOrigin": "<p>The proposed <code>Internet</code> and <code>VpcConfiguration</code> to apply to this Amazon S3 access point. If the access preview is for a new resource and neither is specified, the access preview uses <code>Internet</code> for the network origin. If the access preview is for an existing resource and neither is specified, the access preview uses the exiting network origin.</p>"
832      }
833    },
834    "OrderBy": {
835      "base": null,
836      "refs": {
837        "SortCriteria$orderBy": "<p>The sort order, ascending or descending.</p>"
838      }
839    },
840    "PathElement": {
841      "base": "<p>A single element in a path through the JSON representation of a policy.</p>",
842      "refs": {
843        "PathElementList$member": null
844      }
845    },
846    "PathElementList": {
847      "base": null,
848      "refs": {
849        "Location$path": "<p>A path in a policy, represented as a sequence of path elements.</p>"
850      }
851    },
852    "PolicyDocument": {
853      "base": null,
854      "refs": {
855        "ValidatePolicyRequest$policyDocument": "<p>The JSON policy document to use as the content for the policy.</p>"
856      }
857    },
858    "PolicyGeneration": {
859      "base": "<p>Contains details about the policy generation status and properties.</p>",
860      "refs": {
861        "PolicyGenerationList$member": null
862      }
863    },
864    "PolicyGenerationDetails": {
865      "base": "<p>Contains the ARN details about the IAM entity for which the policy is generated.</p>",
866      "refs": {
867        "StartPolicyGenerationRequest$policyGenerationDetails": "<p>Contains the ARN of the IAM entity (user or role) for which you are generating a policy.</p>"
868      }
869    },
870    "PolicyGenerationList": {
871      "base": null,
872      "refs": {
873        "ListPolicyGenerationsResponse$policyGenerations": "<p>A <code>PolicyGeneration</code> object that contains details about the generated policy.</p>"
874      }
875    },
876    "PolicyName": {
877      "base": null,
878      "refs": {
879        "KmsKeyPoliciesMap$key": null
880      }
881    },
882    "PolicyType": {
883      "base": null,
884      "refs": {
885        "ValidatePolicyRequest$policyType": "<p>The type of policy to validate. Identity policies grant permissions to IAM principals. Identity policies include managed and inline policies for IAM roles, users, and groups. They also include service-control policies (SCPs) that are attached to an AWS organization, organizational unit (OU), or an account.</p> <p>Resource policies grant permissions on AWS resources. Resource policies include trust policies for IAM roles and bucket policies for S3 buckets. You can provide a generic input such as identity policy or resource policy or a specific input such as managed policy or S3 bucket policy. </p>"
886      }
887    },
888    "Position": {
889      "base": "<p>A position in a policy.</p>",
890      "refs": {
891        "Span$end": "<p>The end position of the span (exclusive).</p>",
892        "Span$start": "<p>The start position of the span (inclusive).</p>"
893      }
894    },
895    "PrincipalArn": {
896      "base": null,
897      "refs": {
898        "GeneratedPolicyProperties$principalArn": "<p>The ARN of the IAM entity (user or role) for which you are generating a policy.</p>",
899        "ListPolicyGenerationsRequest$principalArn": "<p>The ARN of the IAM entity (user or role) for which you are generating a policy. Use this with <code>ListGeneratedPolicies</code> to filter the results to only include results for a specific principal.</p>",
900        "PolicyGeneration$principalArn": "<p>The ARN of the IAM entity (user or role) for which you are generating a policy.</p>",
901        "PolicyGenerationDetails$principalArn": "<p>The ARN of the IAM entity (user or role) for which you are generating a policy.</p>"
902      }
903    },
904    "PrincipalMap": {
905      "base": null,
906      "refs": {
907        "AccessPreviewFinding$principal": "<p>The external principal that has access to a resource within the zone of trust.</p>",
908        "Finding$principal": "<p>The external principal that access to a resource within the zone of trust.</p>",
909        "FindingSummary$principal": "<p>The external principal that has access to a resource within the zone of trust.</p>"
910      }
911    },
912    "ReasonCode": {
913      "base": null,
914      "refs": {
915        "StatusReason$code": "<p>The reason code for the current status of the analyzer.</p>"
916      }
917    },
918    "RegionList": {
919      "base": null,
920      "refs": {
921        "Trail$regions": "<p>A list of regions to get CloudTrail data from and analyze to generate a policy.</p>",
922        "TrailProperties$regions": "<p>A list of regions to get CloudTrail data from and analyze to generate a policy.</p>"
923      }
924    },
925    "ResourceArn": {
926      "base": null,
927      "refs": {
928        "AnalyzedResource$resourceArn": "<p>The ARN of the resource that was analyzed.</p>",
929        "AnalyzedResourceSummary$resourceArn": "<p>The ARN of the analyzed resource.</p>",
930        "GetAnalyzedResourceRequest$resourceArn": "<p>The ARN of the resource to retrieve information about.</p>",
931        "StartResourceScanRequest$resourceArn": "<p>The ARN of the resource to scan.</p>",
932        "UpdateFindingsRequest$resourceArn": "<p>The ARN of the resource identified in the finding.</p>"
933      }
934    },
935    "ResourceNotFoundException": {
936      "base": "<p>The specified resource could not be found.</p>",
937      "refs": {
938      }
939    },
940    "ResourceType": {
941      "base": null,
942      "refs": {
943        "AccessPreviewFinding$resourceType": "<p>The type of the resource that can be accessed in the finding.</p>",
944        "AnalyzedResource$resourceType": "<p>The type of the resource that was analyzed.</p>",
945        "AnalyzedResourceSummary$resourceType": "<p>The type of resource that was analyzed.</p>",
946        "Finding$resourceType": "<p>The type of the resource identified in the finding.</p>",
947        "FindingSummary$resourceType": "<p>The type of the resource that the external principal has access to.</p>",
948        "ListAnalyzedResourcesRequest$resourceType": "<p>The type of resource.</p>"
949      }
950    },
951    "RetiringPrincipal": {
952      "base": null,
953      "refs": {
954        "KmsGrantConfiguration$retiringPrincipal": "<p>The principal that is given permission to retire the grant by using <a href=\"https://docs.aws.amazon.com/kms/latest/APIReference/API_RetireGrant.html\">RetireGrant</a> operation.</p>"
955      }
956    },
957    "RoleArn": {
958      "base": null,
959      "refs": {
960        "CloudTrailDetails$accessRole": "<p>The ARN of the service role that Access Analyzer uses to access your CloudTrail trail and service last accessed information.</p>"
961      }
962    },
963    "S3AccessPointConfiguration": {
964      "base": "<p>The configuration for an Amazon S3 access point for the bucket. You can propose up to 10 access points per bucket. If the proposed Amazon S3 access point configuration is for an existing bucket, the access preview uses the proposed access point configuration in place of the existing access points. To propose an access point without a policy, you can provide an empty string as the access point policy. For more information, see <a href=\"https://docs.aws.amazon.com/https:/docs.aws.amazon.com/AmazonS3/latest/dev/creating-access-points.html\">Creating access points</a>. For more information about access point policy limits, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/access-points-restrictions-limitations.html\">Access points restrictions and limitations</a>.</p>",
965      "refs": {
966        "S3AccessPointConfigurationsMap$value": null
967      }
968    },
969    "S3AccessPointConfigurationsMap": {
970      "base": null,
971      "refs": {
972        "S3BucketConfiguration$accessPoints": "<p>The configuration of Amazon S3 access points for the bucket.</p>"
973      }
974    },
975    "S3BucketAclGrantConfiguration": {
976      "base": "<p>A proposed access control list grant configuration for an Amazon S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#setting-acls\">How to Specify an ACL</a>.</p>",
977      "refs": {
978        "S3BucketAclGrantConfigurationsList$member": null
979      }
980    },
981    "S3BucketAclGrantConfigurationsList": {
982      "base": null,
983      "refs": {
984        "S3BucketConfiguration$bucketAclGrants": "<p>The proposed list of ACL grants for the Amazon S3 bucket. You can propose up to 100 ACL grants per bucket. If the proposed grant configuration is for an existing bucket, the access preview uses the proposed list of grant configurations in place of the existing grants. Otherwise, the access preview uses the existing grants for the bucket.</p>"
985      }
986    },
987    "S3BucketConfiguration": {
988      "base": "<p>Proposed access control configuration for an Amazon S3 bucket. You can propose a configuration for a new Amazon S3 bucket or an existing Amazon S3 bucket that you own by specifying the Amazon S3 bucket policy, bucket ACLs, bucket BPA settings, and Amazon S3 access points attached to the bucket. If the configuration is for an existing Amazon S3 bucket and you do not specify the Amazon S3 bucket policy, the access preview uses the existing policy attached to the bucket. If the access preview is for a new resource and you do not specify the Amazon S3 bucket policy, the access preview assumes a bucket without a policy. To propose deletion of an existing bucket policy, you can specify an empty string. For more information about bucket policy limits, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/example-bucket-policies.html\">Bucket Policy Examples</a>.</p>",
989      "refs": {
990        "Configuration$s3Bucket": "<p>The access control configuration is for an Amazon S3 Bucket. </p>"
991      }
992    },
993    "S3BucketPolicy": {
994      "base": null,
995      "refs": {
996        "S3BucketConfiguration$bucketPolicy": "<p>The proposed bucket policy for the Amazon S3 bucket.</p>"
997      }
998    },
999    "S3PublicAccessBlockConfiguration": {
1000      "base": "<p>The <code>PublicAccessBlock</code> configuration to apply to this Amazon S3 bucket. If the proposed configuration is for an existing Amazon S3 bucket and the configuration is not specified, the access preview uses the existing setting. If the proposed configuration is for a new bucket and the configuration is not specified, the access preview uses <code>false</code>. If the proposed configuration is for a new access point and the access point BPA configuration is not specified, the access preview uses <code>true</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html\">PublicAccessBlockConfiguration</a>. </p>",
1001      "refs": {
1002        "S3AccessPointConfiguration$publicAccessBlock": "<p>The proposed <code>S3PublicAccessBlock</code> configuration to apply to this Amazon S3 Access Point.</p>",
1003        "S3BucketConfiguration$bucketPublicAccessBlock": "<p>The proposed block public access configuration for the Amazon S3 bucket.</p>"
1004      }
1005    },
1006    "SecretsManagerSecretConfiguration": {
1007      "base": "<p>The configuration for a Secrets Manager secret. For more information, see <a href=\"https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_CreateSecret.html\">CreateSecret</a>.</p> <p>You can propose a configuration for a new secret or an existing secret that you own by specifying the secret policy and optional KMS encryption key. If the configuration is for an existing secret and you do not specify the secret policy, the access preview uses the existing policy for the secret. If the access preview is for a new resource and you do not specify the policy, the access preview assumes a secret without a policy. To propose deletion of an existing policy, you can specify an empty string. If the proposed configuration is for a new secret and you do not specify the KMS key ID, the access preview uses the default CMK of the AWS account. If you specify an empty string for the KMS key ID, the access preview uses the default CMK of the AWS account. For more information about secret policy limits, see <a href=\"https://docs.aws.amazon.com/secretsmanager/latest/userguide/reference_limits.html\">Quotas for AWS Secrets Manager.</a>.</p>",
1008      "refs": {
1009        "Configuration$secretsManagerSecret": "<p>The access control configuration is for a Secrets Manager secret.</p>"
1010      }
1011    },
1012    "SecretsManagerSecretKmsId": {
1013      "base": null,
1014      "refs": {
1015        "SecretsManagerSecretConfiguration$kmsKeyId": "<p>The proposed ARN, key ID, or alias of the AWS KMS customer master key (CMK).</p>"
1016      }
1017    },
1018    "SecretsManagerSecretPolicy": {
1019      "base": null,
1020      "refs": {
1021        "SecretsManagerSecretConfiguration$secretPolicy": "<p>The proposed resource policy defining who can access or manage the secret.</p>"
1022      }
1023    },
1024    "ServiceQuotaExceededException": {
1025      "base": "<p>Service quote met error.</p>",
1026      "refs": {
1027      }
1028    },
1029    "SharedViaList": {
1030      "base": null,
1031      "refs": {
1032        "AnalyzedResource$sharedVia": "<p>Indicates how the access that generated the finding is granted. This is populated for Amazon S3 bucket findings.</p>"
1033      }
1034    },
1035    "SortCriteria": {
1036      "base": "<p>The criteria used to sort.</p>",
1037      "refs": {
1038        "ListFindingsRequest$sort": "<p>The sort order for the findings returned.</p>"
1039      }
1040    },
1041    "Span": {
1042      "base": "<p>A span in a policy. The span consists of a start position (inclusive) and end position (exclusive).</p>",
1043      "refs": {
1044        "Location$span": "<p>A span in a policy.</p>"
1045      }
1046    },
1047    "SqsQueueConfiguration": {
1048      "base": "<p>The proposed access control configuration for an SQS queue. You can propose a configuration for a new SQS queue or an existing SQS queue that you own by specifying the SQS policy. If the configuration is for an existing SQS queue and you do not specify the SQS policy, the access preview uses the existing SQS policy for the queue. If the access preview is for a new resource and you do not specify the policy, the access preview assumes an SQS queue without a policy. To propose deletion of an existing SQS queue policy, you can specify an empty string for the SQS policy. For more information about SQS policy limits, see <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/quotas-policies.html\">Quotas related to policies</a>.</p>",
1049      "refs": {
1050        "Configuration$sqsQueue": "<p>The access control configuration is for an SQS queue. </p>"
1051      }
1052    },
1053    "SqsQueuePolicy": {
1054      "base": null,
1055      "refs": {
1056        "SqsQueueConfiguration$queuePolicy": "<p> The proposed resource policy for the SQS queue. </p>"
1057      }
1058    },
1059    "StartPolicyGenerationRequest": {
1060      "base": null,
1061      "refs": {
1062      }
1063    },
1064    "StartPolicyGenerationResponse": {
1065      "base": null,
1066      "refs": {
1067      }
1068    },
1069    "StartResourceScanRequest": {
1070      "base": "<p>Starts a scan of the policies applied to the specified resource.</p>",
1071      "refs": {
1072      }
1073    },
1074    "StatusReason": {
1075      "base": "<p>Provides more details about the current status of the analyzer. For example, if the creation for the analyzer fails, a <code>Failed</code> status is returned. For an analyzer with organization as the type, this failure can be due to an issue with creating the service-linked roles required in the member accounts of the AWS organization.</p>",
1076      "refs": {
1077        "AnalyzerSummary$statusReason": "<p>The <code>statusReason</code> provides more details about the current status of the analyzer. For example, if the creation for the analyzer fails, a <code>Failed</code> status is returned. For an analyzer with organization as the type, this failure can be due to an issue with creating the service-linked roles required in the member accounts of the AWS organization.</p>"
1078      }
1079    },
1080    "String": {
1081      "base": null,
1082      "refs": {
1083        "AccessDeniedException$message": null,
1084        "AccessPreviewFinding$error": "<p>An error.</p>",
1085        "AccessPreviewFinding$resource": "<p>The resource that an external principal has access to. This is the resource associated with the access preview.</p>",
1086        "AccessPreviewFinding$resourceOwnerAccount": "<p>The AWS account ID that owns the resource. For most AWS resources, the owning account is the account in which the resource was created.</p>",
1087        "ActionList$member": null,
1088        "AnalyzedResource$error": "<p>An error message.</p>",
1089        "AnalyzedResource$resourceOwnerAccount": "<p>The AWS account ID that owns the resource.</p>",
1090        "AnalyzedResourceSummary$resourceOwnerAccount": "<p>The AWS account ID that owns the resource.</p>",
1091        "AnalyzerSummary$lastResourceAnalyzed": "<p>The resource that was most recently analyzed by the analyzer.</p>",
1092        "ApplyArchiveRuleRequest$clientToken": "<p>A client token.</p>",
1093        "ConditionKeyMap$key": null,
1094        "ConditionKeyMap$value": null,
1095        "ConflictException$message": null,
1096        "ConflictException$resourceId": "<p>The ID of the resource.</p>",
1097        "ConflictException$resourceType": "<p>The resource type.</p>",
1098        "CreateAccessPreviewRequest$clientToken": "<p>A client token.</p>",
1099        "CreateAnalyzerRequest$clientToken": "<p>A client token.</p>",
1100        "CreateArchiveRuleRequest$clientToken": "<p>A client token.</p>",
1101        "DeleteAnalyzerRequest$clientToken": "<p>A client token.</p>",
1102        "DeleteArchiveRuleRequest$clientToken": "<p>A client token.</p>",
1103        "FilterCriteriaMap$key": null,
1104        "Finding$error": "<p>An error.</p>",
1105        "Finding$resource": "<p>The resource that an external principal has access to.</p>",
1106        "Finding$resourceOwnerAccount": "<p>The AWS account ID that owns the resource.</p>",
1107        "FindingSourceDetail$accessPointArn": "<p>The ARN of the access point that generated the finding.</p>",
1108        "FindingSummary$error": "<p>The error that resulted in an Error finding.</p>",
1109        "FindingSummary$resource": "<p>The resource that the external principal has access to.</p>",
1110        "FindingSummary$resourceOwnerAccount": "<p>The AWS account ID that owns the resource.</p>",
1111        "GeneratedPolicy$policy": "<p>The text to use as the content for the new policy. The policy is created using the <a href=\"https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreatePolicy.html\">CreatePolicy</a> action.</p>",
1112        "InternalServerException$message": null,
1113        "JobError$message": "<p>Specific information about the error. For example, which service quota was exceeded or which resource was not found.</p>",
1114        "ListTagsForResourceRequest$resourceArn": "<p>The ARN of the resource to retrieve tags from.</p>",
1115        "PathElement$key": "<p>Refers to a key in a JSON object.</p>",
1116        "PathElement$value": "<p>Refers to the value associated with a given key in a JSON object.</p>",
1117        "PrincipalMap$key": null,
1118        "PrincipalMap$value": null,
1119        "RegionList$member": null,
1120        "ResourceNotFoundException$message": null,
1121        "ResourceNotFoundException$resourceId": "<p>The ID of the resource.</p>",
1122        "ResourceNotFoundException$resourceType": "<p>The type of the resource.</p>",
1123        "ServiceQuotaExceededException$message": null,
1124        "ServiceQuotaExceededException$resourceId": "<p>The resource ID.</p>",
1125        "ServiceQuotaExceededException$resourceType": "<p>The resource type.</p>",
1126        "SharedViaList$member": null,
1127        "SortCriteria$attributeName": "<p>The name of the attribute to sort on.</p>",
1128        "StartPolicyGenerationRequest$clientToken": "<p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, the subsequent retries with the same client token return the result from the original successful request and they have no additional effect.</p> <p>If you do not specify a client token, one is automatically generated by the AWS SDK.</p>",
1129        "TagKeys$member": null,
1130        "TagResourceRequest$resourceArn": "<p>The ARN of the resource to add the tag to.</p>",
1131        "TagsMap$key": null,
1132        "TagsMap$value": null,
1133        "ThrottlingException$message": null,
1134        "UntagResourceRequest$resourceArn": "<p>The ARN of the resource to remove the tag from.</p>",
1135        "UpdateArchiveRuleRequest$clientToken": "<p>A client token.</p>",
1136        "UpdateFindingsRequest$clientToken": "<p>A client token.</p>",
1137        "ValidatePolicyFinding$findingDetails": "<p>A localized message that explains the finding and provides guidance on how to address it.</p>",
1138        "ValidationException$message": null,
1139        "ValidationExceptionField$message": "<p>A message about the validation exception.</p>",
1140        "ValidationExceptionField$name": "<p>The name of the validation exception.</p>",
1141        "ValueList$member": null
1142      }
1143    },
1144    "Substring": {
1145      "base": "<p>A reference to a substring of a literal string in a JSON document.</p>",
1146      "refs": {
1147        "PathElement$substring": "<p>Refers to a substring of a literal string in a JSON object.</p>"
1148      }
1149    },
1150    "TagKeys": {
1151      "base": null,
1152      "refs": {
1153        "UntagResourceRequest$tagKeys": "<p>The key for the tag to add.</p>"
1154      }
1155    },
1156    "TagResourceRequest": {
1157      "base": "<p>Adds a tag to the specified resource.</p>",
1158      "refs": {
1159      }
1160    },
1161    "TagResourceResponse": {
1162      "base": "<p>The response to the request.</p>",
1163      "refs": {
1164      }
1165    },
1166    "TagsMap": {
1167      "base": null,
1168      "refs": {
1169        "AnalyzerSummary$tags": "<p>The tags added to the analyzer.</p>",
1170        "CreateAnalyzerRequest$tags": "<p>The tags to apply to the analyzer.</p>",
1171        "ListTagsForResourceResponse$tags": "<p>The tags that are applied to the specified resource.</p>",
1172        "TagResourceRequest$tags": "<p>The tags to add to the resource.</p>"
1173      }
1174    },
1175    "ThrottlingException": {
1176      "base": "<p>Throttling limit exceeded error.</p>",
1177      "refs": {
1178      }
1179    },
1180    "Timestamp": {
1181      "base": null,
1182      "refs": {
1183        "AccessPreview$createdAt": "<p>The time at which the access preview was created.</p>",
1184        "AccessPreviewFinding$createdAt": "<p>The time at which the access preview finding was created.</p>",
1185        "AccessPreviewSummary$createdAt": "<p>The time at which the access preview was created.</p>",
1186        "AnalyzedResource$analyzedAt": "<p>The time at which the resource was analyzed.</p>",
1187        "AnalyzedResource$createdAt": "<p>The time at which the finding was created.</p>",
1188        "AnalyzedResource$updatedAt": "<p>The time at which the finding was updated.</p>",
1189        "AnalyzerSummary$createdAt": "<p>A timestamp for the time at which the analyzer was created.</p>",
1190        "AnalyzerSummary$lastResourceAnalyzedAt": "<p>The time at which the most recently analyzed resource was analyzed.</p>",
1191        "ArchiveRuleSummary$createdAt": "<p>The time at which the archive rule was created.</p>",
1192        "ArchiveRuleSummary$updatedAt": "<p>The time at which the archive rule was last updated.</p>",
1193        "CloudTrailDetails$endTime": "<p>The end of the time range for which Access Analyzer reviews your CloudTrail events. Events with a timestamp after this time are not considered to generate a policy. If this is not included in the request, the default value is the current time.</p>",
1194        "CloudTrailDetails$startTime": "<p>The start of the time range for which Access Analyzer reviews your CloudTrail events. Events with a timestamp before this time are not considered to generate a policy.</p>",
1195        "CloudTrailProperties$endTime": "<p>The end of the time range for which Access Analyzer reviews your CloudTrail events. Events with a timestamp after this time are not considered to generate a policy. If this is not included in the request, the default value is the current time.</p>",
1196        "CloudTrailProperties$startTime": "<p>The start of the time range for which Access Analyzer reviews your CloudTrail events. Events with a timestamp before this time are not considered to generate a policy.</p>",
1197        "Finding$analyzedAt": "<p>The time at which the resource was analyzed.</p>",
1198        "Finding$createdAt": "<p>The time at which the finding was generated.</p>",
1199        "Finding$updatedAt": "<p>The time at which the finding was updated.</p>",
1200        "FindingSummary$analyzedAt": "<p>The time at which the resource-based policy that generated the finding was analyzed.</p>",
1201        "FindingSummary$createdAt": "<p>The time at which the finding was created.</p>",
1202        "FindingSummary$updatedAt": "<p>The time at which the finding was most recently updated.</p>",
1203        "JobDetails$completedOn": "<p>A timestamp of when the job was completed.</p>",
1204        "JobDetails$startedOn": "<p>A timestamp of when the job was started.</p>",
1205        "PolicyGeneration$completedOn": "<p>A timestamp of when the policy generation was completed.</p>",
1206        "PolicyGeneration$startedOn": "<p>A timestamp of when the policy generation started.</p>"
1207      }
1208    },
1209    "Token": {
1210      "base": null,
1211      "refs": {
1212        "ListAccessPreviewFindingsRequest$nextToken": "<p>A token used for pagination of results returned.</p>",
1213        "ListAccessPreviewFindingsResponse$nextToken": "<p>A token used for pagination of results returned.</p>",
1214        "ListAccessPreviewsRequest$nextToken": "<p>A token used for pagination of results returned.</p>",
1215        "ListAccessPreviewsResponse$nextToken": "<p>A token used for pagination of results returned.</p>",
1216        "ListAnalyzedResourcesRequest$nextToken": "<p>A token used for pagination of results returned.</p>",
1217        "ListAnalyzedResourcesResponse$nextToken": "<p>A token used for pagination of results returned.</p>",
1218        "ListAnalyzersRequest$nextToken": "<p>A token used for pagination of results returned.</p>",
1219        "ListAnalyzersResponse$nextToken": "<p>A token used for pagination of results returned.</p>",
1220        "ListArchiveRulesRequest$nextToken": "<p>A token used for pagination of results returned.</p>",
1221        "ListArchiveRulesResponse$nextToken": "<p>A token used for pagination of results returned.</p>",
1222        "ListFindingsRequest$nextToken": "<p>A token used for pagination of results returned.</p>",
1223        "ListFindingsResponse$nextToken": "<p>A token used for pagination of results returned.</p>",
1224        "ListPolicyGenerationsRequest$nextToken": "<p>A token used for pagination of results returned.</p>",
1225        "ListPolicyGenerationsResponse$nextToken": "<p>A token used for pagination of results returned.</p>",
1226        "ValidatePolicyRequest$nextToken": "<p>A token used for pagination of results returned.</p>",
1227        "ValidatePolicyResponse$nextToken": "<p>A token used for pagination of results returned.</p>"
1228      }
1229    },
1230    "Trail": {
1231      "base": "<p>Contains details about the CloudTrail trail being analyzed to generate a policy.</p>",
1232      "refs": {
1233        "TrailList$member": null
1234      }
1235    },
1236    "TrailList": {
1237      "base": null,
1238      "refs": {
1239        "CloudTrailDetails$trails": "<p>A <code>Trail</code> object that contains settings for a trail.</p>"
1240      }
1241    },
1242    "TrailProperties": {
1243      "base": "<p>Contains details about the CloudTrail trail being analyzed to generate a policy.</p>",
1244      "refs": {
1245        "TrailPropertiesList$member": null
1246      }
1247    },
1248    "TrailPropertiesList": {
1249      "base": null,
1250      "refs": {
1251        "CloudTrailProperties$trailProperties": "<p>A <code>TrailProperties</code> object that contains settings for trail properties.</p>"
1252      }
1253    },
1254    "Type": {
1255      "base": null,
1256      "refs": {
1257        "AnalyzerSummary$type": "<p>The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.</p>",
1258        "CreateAnalyzerRequest$type": "<p>The type of analyzer to create. Only ACCOUNT and ORGANIZATION analyzers are supported. You can create only one analyzer per account per Region. You can create up to 5 analyzers per organization per Region.</p>",
1259        "ListAnalyzersRequest$type": "<p>The type of analyzer.</p>"
1260      }
1261    },
1262    "UntagResourceRequest": {
1263      "base": "<p>Removes a tag from the specified resource.</p>",
1264      "refs": {
1265      }
1266    },
1267    "UntagResourceResponse": {
1268      "base": "<p>The response to the request.</p>",
1269      "refs": {
1270      }
1271    },
1272    "UpdateArchiveRuleRequest": {
1273      "base": "<p>Updates the specified archive rule.</p>",
1274      "refs": {
1275      }
1276    },
1277    "UpdateFindingsRequest": {
1278      "base": "<p>Updates findings with the new values provided in the request.</p>",
1279      "refs": {
1280      }
1281    },
1282    "ValidatePolicyFinding": {
1283      "base": "<p>A finding in a policy. Each finding is an actionable recommendation that can be used to improve the policy.</p>",
1284      "refs": {
1285        "ValidatePolicyFindingList$member": null
1286      }
1287    },
1288    "ValidatePolicyFindingList": {
1289      "base": null,
1290      "refs": {
1291        "ValidatePolicyResponse$findings": "<p>The list of findings in a policy returned by Access Analyzer based on its suite of policy checks.</p>"
1292      }
1293    },
1294    "ValidatePolicyFindingType": {
1295      "base": null,
1296      "refs": {
1297        "ValidatePolicyFinding$findingType": "<p>The impact of the finding.</p> <p>Security warnings report when the policy allows access that we consider overly permissive.</p> <p>Errors report when a part of the policy is not functional.</p> <p>Warnings report non-security issues when a policy does not conform to policy writing best practices.</p> <p>Suggestions recommend stylistic improvements in the policy that do not impact access.</p>"
1298      }
1299    },
1300    "ValidatePolicyRequest": {
1301      "base": null,
1302      "refs": {
1303      }
1304    },
1305    "ValidatePolicyResponse": {
1306      "base": null,
1307      "refs": {
1308      }
1309    },
1310    "ValidationException": {
1311      "base": "<p>Validation exception error.</p>",
1312      "refs": {
1313      }
1314    },
1315    "ValidationExceptionField": {
1316      "base": "<p>Contains information about a validation exception.</p>",
1317      "refs": {
1318        "ValidationExceptionFieldList$member": null
1319      }
1320    },
1321    "ValidationExceptionFieldList": {
1322      "base": null,
1323      "refs": {
1324        "ValidationException$fieldList": "<p>A list of fields that didn't validate.</p>"
1325      }
1326    },
1327    "ValidationExceptionReason": {
1328      "base": null,
1329      "refs": {
1330        "ValidationException$reason": "<p>The reason for the exception.</p>"
1331      }
1332    },
1333    "ValueList": {
1334      "base": null,
1335      "refs": {
1336        "Criterion$contains": "<p>A \"contains\" operator to match for the filter used to create the rule.</p>",
1337        "Criterion$eq": "<p>An \"equals\" operator to match for the filter used to create the rule.</p>",
1338        "Criterion$neq": "<p>A \"not equals\" operator to match for the filter used to create the rule.</p>"
1339      }
1340    },
1341    "VpcConfiguration": {
1342      "base": "<p> The proposed virtual private cloud (VPC) configuration for the Amazon S3 access point. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_VpcConfiguration.html\">VpcConfiguration</a>. </p>",
1343      "refs": {
1344        "NetworkOriginConfiguration$vpcConfiguration": null
1345      }
1346    },
1347    "VpcId": {
1348      "base": null,
1349      "refs": {
1350        "VpcConfiguration$vpcId": "<p> If this field is specified, this access point will only allow connections from the specified VPC ID. </p>"
1351      }
1352    }
1353  }
1354}
1355