1{
2  "version":"2.0",
3  "metadata":{
4    "apiVersion":"2019-11-01",
5    "endpointPrefix":"access-analyzer",
6    "jsonVersion":"1.1",
7    "protocol":"rest-json",
8    "serviceFullName":"Access Analyzer",
9    "serviceId":"AccessAnalyzer",
10    "signatureVersion":"v4",
11    "signingName":"access-analyzer",
12    "uid":"accessanalyzer-2019-11-01"
13  },
14  "operations":{
15    "ApplyArchiveRule":{
16      "name":"ApplyArchiveRule",
17      "http":{
18        "method":"PUT",
19        "requestUri":"/archive-rule",
20        "responseCode":200
21      },
22      "input":{"shape":"ApplyArchiveRuleRequest"},
23      "errors":[
24        {"shape":"ResourceNotFoundException"},
25        {"shape":"ValidationException"},
26        {"shape":"InternalServerException"},
27        {"shape":"ThrottlingException"},
28        {"shape":"AccessDeniedException"}
29      ],
30      "documentation":"<p>Retroactively applies the archive rule to existing findings that meet the archive rule criteria.</p>",
31      "idempotent":true
32    },
33    "CancelPolicyGeneration":{
34      "name":"CancelPolicyGeneration",
35      "http":{
36        "method":"PUT",
37        "requestUri":"/policy/generation/{jobId}",
38        "responseCode":200
39      },
40      "input":{"shape":"CancelPolicyGenerationRequest"},
41      "output":{"shape":"CancelPolicyGenerationResponse"},
42      "errors":[
43        {"shape":"ValidationException"},
44        {"shape":"InternalServerException"},
45        {"shape":"ThrottlingException"},
46        {"shape":"AccessDeniedException"}
47      ],
48      "documentation":"<p>Cancels the requested policy generation.</p>",
49      "idempotent":true
50    },
51    "CreateAccessPreview":{
52      "name":"CreateAccessPreview",
53      "http":{
54        "method":"PUT",
55        "requestUri":"/access-preview",
56        "responseCode":200
57      },
58      "input":{"shape":"CreateAccessPreviewRequest"},
59      "output":{"shape":"CreateAccessPreviewResponse"},
60      "errors":[
61        {"shape":"ResourceNotFoundException"},
62        {"shape":"ConflictException"},
63        {"shape":"ValidationException"},
64        {"shape":"InternalServerException"},
65        {"shape":"ServiceQuotaExceededException"},
66        {"shape":"ThrottlingException"},
67        {"shape":"AccessDeniedException"}
68      ],
69      "documentation":"<p>Creates an access preview that allows you to preview IAM Access Analyzer findings for your resource before deploying resource permissions.</p>",
70      "idempotent":true
71    },
72    "CreateAnalyzer":{
73      "name":"CreateAnalyzer",
74      "http":{
75        "method":"PUT",
76        "requestUri":"/analyzer",
77        "responseCode":200
78      },
79      "input":{"shape":"CreateAnalyzerRequest"},
80      "output":{"shape":"CreateAnalyzerResponse"},
81      "errors":[
82        {"shape":"ConflictException"},
83        {"shape":"ValidationException"},
84        {"shape":"InternalServerException"},
85        {"shape":"ServiceQuotaExceededException"},
86        {"shape":"ThrottlingException"},
87        {"shape":"AccessDeniedException"}
88      ],
89      "documentation":"<p>Creates an analyzer for your account.</p>",
90      "idempotent":true
91    },
92    "CreateArchiveRule":{
93      "name":"CreateArchiveRule",
94      "http":{
95        "method":"PUT",
96        "requestUri":"/analyzer/{analyzerName}/archive-rule",
97        "responseCode":200
98      },
99      "input":{"shape":"CreateArchiveRuleRequest"},
100      "errors":[
101        {"shape":"ResourceNotFoundException"},
102        {"shape":"ConflictException"},
103        {"shape":"ValidationException"},
104        {"shape":"InternalServerException"},
105        {"shape":"ServiceQuotaExceededException"},
106        {"shape":"ThrottlingException"},
107        {"shape":"AccessDeniedException"}
108      ],
109      "documentation":"<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\">IAM Access Analyzer filter keys</a> in the <b>IAM User Guide</b>.</p>",
110      "idempotent":true
111    },
112    "DeleteAnalyzer":{
113      "name":"DeleteAnalyzer",
114      "http":{
115        "method":"DELETE",
116        "requestUri":"/analyzer/{analyzerName}",
117        "responseCode":200
118      },
119      "input":{"shape":"DeleteAnalyzerRequest"},
120      "errors":[
121        {"shape":"ResourceNotFoundException"},
122        {"shape":"ValidationException"},
123        {"shape":"InternalServerException"},
124        {"shape":"ThrottlingException"},
125        {"shape":"AccessDeniedException"}
126      ],
127      "documentation":"<p>Deletes the specified analyzer. When you delete an analyzer, IAM 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>",
128      "idempotent":true
129    },
130    "DeleteArchiveRule":{
131      "name":"DeleteArchiveRule",
132      "http":{
133        "method":"DELETE",
134        "requestUri":"/analyzer/{analyzerName}/archive-rule/{ruleName}",
135        "responseCode":200
136      },
137      "input":{"shape":"DeleteArchiveRuleRequest"},
138      "errors":[
139        {"shape":"ResourceNotFoundException"},
140        {"shape":"ValidationException"},
141        {"shape":"InternalServerException"},
142        {"shape":"ThrottlingException"},
143        {"shape":"AccessDeniedException"}
144      ],
145      "documentation":"<p>Deletes the specified archive rule.</p>",
146      "idempotent":true
147    },
148    "GetAccessPreview":{
149      "name":"GetAccessPreview",
150      "http":{
151        "method":"GET",
152        "requestUri":"/access-preview/{accessPreviewId}",
153        "responseCode":200
154      },
155      "input":{"shape":"GetAccessPreviewRequest"},
156      "output":{"shape":"GetAccessPreviewResponse"},
157      "errors":[
158        {"shape":"ResourceNotFoundException"},
159        {"shape":"ValidationException"},
160        {"shape":"InternalServerException"},
161        {"shape":"ThrottlingException"},
162        {"shape":"AccessDeniedException"}
163      ],
164      "documentation":"<p>Retrieves information about an access preview for the specified analyzer.</p>"
165    },
166    "GetAnalyzedResource":{
167      "name":"GetAnalyzedResource",
168      "http":{
169        "method":"GET",
170        "requestUri":"/analyzed-resource",
171        "responseCode":200
172      },
173      "input":{"shape":"GetAnalyzedResourceRequest"},
174      "output":{"shape":"GetAnalyzedResourceResponse"},
175      "errors":[
176        {"shape":"ResourceNotFoundException"},
177        {"shape":"ValidationException"},
178        {"shape":"InternalServerException"},
179        {"shape":"ThrottlingException"},
180        {"shape":"AccessDeniedException"}
181      ],
182      "documentation":"<p>Retrieves information about a resource that was analyzed.</p>"
183    },
184    "GetAnalyzer":{
185      "name":"GetAnalyzer",
186      "http":{
187        "method":"GET",
188        "requestUri":"/analyzer/{analyzerName}",
189        "responseCode":200
190      },
191      "input":{"shape":"GetAnalyzerRequest"},
192      "output":{"shape":"GetAnalyzerResponse"},
193      "errors":[
194        {"shape":"ResourceNotFoundException"},
195        {"shape":"ValidationException"},
196        {"shape":"InternalServerException"},
197        {"shape":"ThrottlingException"},
198        {"shape":"AccessDeniedException"}
199      ],
200      "documentation":"<p>Retrieves information about the specified analyzer.</p>"
201    },
202    "GetArchiveRule":{
203      "name":"GetArchiveRule",
204      "http":{
205        "method":"GET",
206        "requestUri":"/analyzer/{analyzerName}/archive-rule/{ruleName}",
207        "responseCode":200
208      },
209      "input":{"shape":"GetArchiveRuleRequest"},
210      "output":{"shape":"GetArchiveRuleResponse"},
211      "errors":[
212        {"shape":"ResourceNotFoundException"},
213        {"shape":"ValidationException"},
214        {"shape":"InternalServerException"},
215        {"shape":"ThrottlingException"},
216        {"shape":"AccessDeniedException"}
217      ],
218      "documentation":"<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\">IAM Access Analyzer filter keys</a> in the <b>IAM User Guide</b>.</p>"
219    },
220    "GetFinding":{
221      "name":"GetFinding",
222      "http":{
223        "method":"GET",
224        "requestUri":"/finding/{id}",
225        "responseCode":200
226      },
227      "input":{"shape":"GetFindingRequest"},
228      "output":{"shape":"GetFindingResponse"},
229      "errors":[
230        {"shape":"ResourceNotFoundException"},
231        {"shape":"ValidationException"},
232        {"shape":"InternalServerException"},
233        {"shape":"ThrottlingException"},
234        {"shape":"AccessDeniedException"}
235      ],
236      "documentation":"<p>Retrieves information about the specified finding.</p>"
237    },
238    "GetGeneratedPolicy":{
239      "name":"GetGeneratedPolicy",
240      "http":{
241        "method":"GET",
242        "requestUri":"/policy/generation/{jobId}",
243        "responseCode":200
244      },
245      "input":{"shape":"GetGeneratedPolicyRequest"},
246      "output":{"shape":"GetGeneratedPolicyResponse"},
247      "errors":[
248        {"shape":"ValidationException"},
249        {"shape":"InternalServerException"},
250        {"shape":"ThrottlingException"},
251        {"shape":"AccessDeniedException"}
252      ],
253      "documentation":"<p>Retrieves the policy that was generated using <code>StartPolicyGeneration</code>. </p>"
254    },
255    "ListAccessPreviewFindings":{
256      "name":"ListAccessPreviewFindings",
257      "http":{
258        "method":"POST",
259        "requestUri":"/access-preview/{accessPreviewId}",
260        "responseCode":200
261      },
262      "input":{"shape":"ListAccessPreviewFindingsRequest"},
263      "output":{"shape":"ListAccessPreviewFindingsResponse"},
264      "errors":[
265        {"shape":"ResourceNotFoundException"},
266        {"shape":"ConflictException"},
267        {"shape":"ValidationException"},
268        {"shape":"InternalServerException"},
269        {"shape":"ThrottlingException"},
270        {"shape":"AccessDeniedException"}
271      ],
272      "documentation":"<p>Retrieves a list of access preview findings generated by the specified access preview.</p>"
273    },
274    "ListAccessPreviews":{
275      "name":"ListAccessPreviews",
276      "http":{
277        "method":"GET",
278        "requestUri":"/access-preview",
279        "responseCode":200
280      },
281      "input":{"shape":"ListAccessPreviewsRequest"},
282      "output":{"shape":"ListAccessPreviewsResponse"},
283      "errors":[
284        {"shape":"ResourceNotFoundException"},
285        {"shape":"ValidationException"},
286        {"shape":"InternalServerException"},
287        {"shape":"ThrottlingException"},
288        {"shape":"AccessDeniedException"}
289      ],
290      "documentation":"<p>Retrieves a list of access previews for the specified analyzer.</p>"
291    },
292    "ListAnalyzedResources":{
293      "name":"ListAnalyzedResources",
294      "http":{
295        "method":"POST",
296        "requestUri":"/analyzed-resource",
297        "responseCode":200
298      },
299      "input":{"shape":"ListAnalyzedResourcesRequest"},
300      "output":{"shape":"ListAnalyzedResourcesResponse"},
301      "errors":[
302        {"shape":"ResourceNotFoundException"},
303        {"shape":"ValidationException"},
304        {"shape":"InternalServerException"},
305        {"shape":"ThrottlingException"},
306        {"shape":"AccessDeniedException"}
307      ],
308      "documentation":"<p>Retrieves a list of resources of the specified type that have been analyzed by the specified analyzer..</p>"
309    },
310    "ListAnalyzers":{
311      "name":"ListAnalyzers",
312      "http":{
313        "method":"GET",
314        "requestUri":"/analyzer",
315        "responseCode":200
316      },
317      "input":{"shape":"ListAnalyzersRequest"},
318      "output":{"shape":"ListAnalyzersResponse"},
319      "errors":[
320        {"shape":"ValidationException"},
321        {"shape":"InternalServerException"},
322        {"shape":"ThrottlingException"},
323        {"shape":"AccessDeniedException"}
324      ],
325      "documentation":"<p>Retrieves a list of analyzers.</p>"
326    },
327    "ListArchiveRules":{
328      "name":"ListArchiveRules",
329      "http":{
330        "method":"GET",
331        "requestUri":"/analyzer/{analyzerName}/archive-rule",
332        "responseCode":200
333      },
334      "input":{"shape":"ListArchiveRulesRequest"},
335      "output":{"shape":"ListArchiveRulesResponse"},
336      "errors":[
337        {"shape":"ValidationException"},
338        {"shape":"InternalServerException"},
339        {"shape":"ThrottlingException"},
340        {"shape":"AccessDeniedException"}
341      ],
342      "documentation":"<p>Retrieves a list of archive rules created for the specified analyzer.</p>"
343    },
344    "ListFindings":{
345      "name":"ListFindings",
346      "http":{
347        "method":"POST",
348        "requestUri":"/finding",
349        "responseCode":200
350      },
351      "input":{"shape":"ListFindingsRequest"},
352      "output":{"shape":"ListFindingsResponse"},
353      "errors":[
354        {"shape":"ResourceNotFoundException"},
355        {"shape":"ValidationException"},
356        {"shape":"InternalServerException"},
357        {"shape":"ThrottlingException"},
358        {"shape":"AccessDeniedException"}
359      ],
360      "documentation":"<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\">IAM Access Analyzer filter keys</a> in the <b>IAM User Guide</b>.</p>"
361    },
362    "ListPolicyGenerations":{
363      "name":"ListPolicyGenerations",
364      "http":{
365        "method":"GET",
366        "requestUri":"/policy/generation",
367        "responseCode":200
368      },
369      "input":{"shape":"ListPolicyGenerationsRequest"},
370      "output":{"shape":"ListPolicyGenerationsResponse"},
371      "errors":[
372        {"shape":"ValidationException"},
373        {"shape":"InternalServerException"},
374        {"shape":"ThrottlingException"},
375        {"shape":"AccessDeniedException"}
376      ],
377      "documentation":"<p>Lists all of the policy generations requested in the last seven days.</p>"
378    },
379    "ListTagsForResource":{
380      "name":"ListTagsForResource",
381      "http":{
382        "method":"GET",
383        "requestUri":"/tags/{resourceArn}",
384        "responseCode":200
385      },
386      "input":{"shape":"ListTagsForResourceRequest"},
387      "output":{"shape":"ListTagsForResourceResponse"},
388      "errors":[
389        {"shape":"ResourceNotFoundException"},
390        {"shape":"ValidationException"},
391        {"shape":"InternalServerException"},
392        {"shape":"ThrottlingException"},
393        {"shape":"AccessDeniedException"}
394      ],
395      "documentation":"<p>Retrieves a list of tags applied to the specified resource.</p>"
396    },
397    "StartPolicyGeneration":{
398      "name":"StartPolicyGeneration",
399      "http":{
400        "method":"PUT",
401        "requestUri":"/policy/generation",
402        "responseCode":200
403      },
404      "input":{"shape":"StartPolicyGenerationRequest"},
405      "output":{"shape":"StartPolicyGenerationResponse"},
406      "errors":[
407        {"shape":"ConflictException"},
408        {"shape":"ValidationException"},
409        {"shape":"InternalServerException"},
410        {"shape":"ServiceQuotaExceededException"},
411        {"shape":"ThrottlingException"},
412        {"shape":"AccessDeniedException"}
413      ],
414      "documentation":"<p>Starts the policy generation request.</p>",
415      "idempotent":true
416    },
417    "StartResourceScan":{
418      "name":"StartResourceScan",
419      "http":{
420        "method":"POST",
421        "requestUri":"/resource/scan",
422        "responseCode":200
423      },
424      "input":{"shape":"StartResourceScanRequest"},
425      "errors":[
426        {"shape":"ResourceNotFoundException"},
427        {"shape":"ValidationException"},
428        {"shape":"InternalServerException"},
429        {"shape":"ThrottlingException"},
430        {"shape":"AccessDeniedException"}
431      ],
432      "documentation":"<p>Immediately starts a scan of the policies applied to the specified resource.</p>"
433    },
434    "TagResource":{
435      "name":"TagResource",
436      "http":{
437        "method":"POST",
438        "requestUri":"/tags/{resourceArn}",
439        "responseCode":200
440      },
441      "input":{"shape":"TagResourceRequest"},
442      "output":{"shape":"TagResourceResponse"},
443      "errors":[
444        {"shape":"ResourceNotFoundException"},
445        {"shape":"ValidationException"},
446        {"shape":"InternalServerException"},
447        {"shape":"ThrottlingException"},
448        {"shape":"AccessDeniedException"}
449      ],
450      "documentation":"<p>Adds a tag to the specified resource.</p>",
451      "idempotent":true
452    },
453    "UntagResource":{
454      "name":"UntagResource",
455      "http":{
456        "method":"DELETE",
457        "requestUri":"/tags/{resourceArn}",
458        "responseCode":200
459      },
460      "input":{"shape":"UntagResourceRequest"},
461      "output":{"shape":"UntagResourceResponse"},
462      "errors":[
463        {"shape":"ResourceNotFoundException"},
464        {"shape":"ValidationException"},
465        {"shape":"InternalServerException"},
466        {"shape":"ThrottlingException"},
467        {"shape":"AccessDeniedException"}
468      ],
469      "documentation":"<p>Removes a tag from the specified resource.</p>",
470      "idempotent":true
471    },
472    "UpdateArchiveRule":{
473      "name":"UpdateArchiveRule",
474      "http":{
475        "method":"PUT",
476        "requestUri":"/analyzer/{analyzerName}/archive-rule/{ruleName}",
477        "responseCode":200
478      },
479      "input":{"shape":"UpdateArchiveRuleRequest"},
480      "errors":[
481        {"shape":"ResourceNotFoundException"},
482        {"shape":"ValidationException"},
483        {"shape":"InternalServerException"},
484        {"shape":"ThrottlingException"},
485        {"shape":"AccessDeniedException"}
486      ],
487      "documentation":"<p>Updates the criteria and values for the specified archive rule.</p>",
488      "idempotent":true
489    },
490    "UpdateFindings":{
491      "name":"UpdateFindings",
492      "http":{
493        "method":"PUT",
494        "requestUri":"/finding",
495        "responseCode":200
496      },
497      "input":{"shape":"UpdateFindingsRequest"},
498      "errors":[
499        {"shape":"ResourceNotFoundException"},
500        {"shape":"ValidationException"},
501        {"shape":"InternalServerException"},
502        {"shape":"ThrottlingException"},
503        {"shape":"AccessDeniedException"}
504      ],
505      "documentation":"<p>Updates the status for the specified findings.</p>",
506      "idempotent":true
507    },
508    "ValidatePolicy":{
509      "name":"ValidatePolicy",
510      "http":{
511        "method":"POST",
512        "requestUri":"/policy/validation",
513        "responseCode":200
514      },
515      "input":{"shape":"ValidatePolicyRequest"},
516      "output":{"shape":"ValidatePolicyResponse"},
517      "errors":[
518        {"shape":"ValidationException"},
519        {"shape":"InternalServerException"},
520        {"shape":"ThrottlingException"},
521        {"shape":"AccessDeniedException"}
522      ],
523      "documentation":"<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>"
524    }
525  },
526  "shapes":{
527    "AccessDeniedException":{
528      "type":"structure",
529      "required":["message"],
530      "members":{
531        "message":{"shape":"String"}
532      },
533      "documentation":"<p>You do not have sufficient access to perform this action.</p>",
534      "error":{
535        "httpStatusCode":403,
536        "senderFault":true
537      },
538      "exception":true
539    },
540    "AccessPointArn":{
541      "type":"string",
542      "pattern":"arn:[^:]*:s3:[^:]*:[^:]*:accesspoint/.*"
543    },
544    "AccessPointPolicy":{"type":"string"},
545    "AccessPreview":{
546      "type":"structure",
547      "required":[
548        "analyzerArn",
549        "configurations",
550        "createdAt",
551        "id",
552        "status"
553      ],
554      "members":{
555        "analyzerArn":{
556          "shape":"AnalyzerArn",
557          "documentation":"<p>The ARN of the analyzer used to generate the access preview.</p>"
558        },
559        "configurations":{
560          "shape":"ConfigurationsMap",
561          "documentation":"<p>A map of resource ARNs for the proposed resource configuration.</p>"
562        },
563        "createdAt":{
564          "shape":"Timestamp",
565          "documentation":"<p>The time at which the access preview was created.</p>"
566        },
567        "id":{
568          "shape":"AccessPreviewId",
569          "documentation":"<p>The unique ID for the access preview.</p>"
570        },
571        "status":{
572          "shape":"AccessPreviewStatus",
573          "documentation":"<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>"
574        },
575        "statusReason":{
576          "shape":"AccessPreviewStatusReason",
577          "documentation":"<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>"
578        }
579      },
580      "documentation":"<p>Contains information about an access preview.</p>"
581    },
582    "AccessPreviewFinding":{
583      "type":"structure",
584      "required":[
585        "changeType",
586        "createdAt",
587        "id",
588        "resourceOwnerAccount",
589        "resourceType",
590        "status"
591      ],
592      "members":{
593        "action":{
594          "shape":"ActionList",
595          "documentation":"<p>The action in the analyzed policy statement that an external principal has permission to perform.</p>"
596        },
597        "changeType":{
598          "shape":"FindingChangeType",
599          "documentation":"<p>Provides context on how the access preview finding compares to existing access identified in IAM 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>"
600        },
601        "condition":{
602          "shape":"ConditionKeyMap",
603          "documentation":"<p>The condition in the analyzed policy statement that resulted in a finding.</p>"
604        },
605        "createdAt":{
606          "shape":"Timestamp",
607          "documentation":"<p>The time at which the access preview finding was created.</p>"
608        },
609        "error":{
610          "shape":"String",
611          "documentation":"<p>An error.</p>"
612        },
613        "existingFindingId":{
614          "shape":"FindingId",
615          "documentation":"<p>The existing ID of the finding in IAM Access Analyzer, provided only for existing findings.</p>"
616        },
617        "existingFindingStatus":{
618          "shape":"FindingStatus",
619          "documentation":"<p>The existing status of the finding, provided only for existing findings.</p>"
620        },
621        "id":{
622          "shape":"AccessPreviewFindingId",
623          "documentation":"<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>"
624        },
625        "isPublic":{
626          "shape":"Boolean",
627          "documentation":"<p>Indicates whether the policy that generated the finding allows public access to the resource.</p>"
628        },
629        "principal":{
630          "shape":"PrincipalMap",
631          "documentation":"<p>The external principal that has access to a resource within the zone of trust.</p>"
632        },
633        "resource":{
634          "shape":"String",
635          "documentation":"<p>The resource that an external principal has access to. This is the resource associated with the access preview.</p>"
636        },
637        "resourceOwnerAccount":{
638          "shape":"String",
639          "documentation":"<p>The Amazon Web Services account ID that owns the resource. For most Amazon Web Services resources, the owning account is the account in which the resource was created.</p>"
640        },
641        "resourceType":{
642          "shape":"ResourceType",
643          "documentation":"<p>The type of the resource that can be accessed in the finding.</p>"
644        },
645        "sources":{
646          "shape":"FindingSourceList",
647          "documentation":"<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>"
648        },
649        "status":{
650          "shape":"FindingStatus",
651          "documentation":"<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>"
652        }
653      },
654      "documentation":"<p>An access preview finding generated by the access preview.</p>"
655    },
656    "AccessPreviewFindingId":{"type":"string"},
657    "AccessPreviewFindingsList":{
658      "type":"list",
659      "member":{"shape":"AccessPreviewFinding"}
660    },
661    "AccessPreviewId":{
662      "type":"string",
663      "pattern":"[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}"
664    },
665    "AccessPreviewStatus":{
666      "type":"string",
667      "enum":[
668        "COMPLETED",
669        "CREATING",
670        "FAILED"
671      ]
672    },
673    "AccessPreviewStatusReason":{
674      "type":"structure",
675      "required":["code"],
676      "members":{
677        "code":{
678          "shape":"AccessPreviewStatusReasonCode",
679          "documentation":"<p>The reason code for the current status of the access preview.</p>"
680        }
681      },
682      "documentation":"<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>"
683    },
684    "AccessPreviewStatusReasonCode":{
685      "type":"string",
686      "enum":[
687        "INTERNAL_ERROR",
688        "INVALID_CONFIGURATION"
689      ]
690    },
691    "AccessPreviewSummary":{
692      "type":"structure",
693      "required":[
694        "analyzerArn",
695        "createdAt",
696        "id",
697        "status"
698      ],
699      "members":{
700        "analyzerArn":{
701          "shape":"AnalyzerArn",
702          "documentation":"<p>The ARN of the analyzer used to generate the access preview.</p>"
703        },
704        "createdAt":{
705          "shape":"Timestamp",
706          "documentation":"<p>The time at which the access preview was created.</p>"
707        },
708        "id":{
709          "shape":"AccessPreviewId",
710          "documentation":"<p>The unique ID for the access preview.</p>"
711        },
712        "status":{
713          "shape":"AccessPreviewStatus",
714          "documentation":"<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>"
715        },
716        "statusReason":{"shape":"AccessPreviewStatusReason"}
717      },
718      "documentation":"<p>Contains a summary of information about an access preview.</p>"
719    },
720    "AccessPreviewsList":{
721      "type":"list",
722      "member":{"shape":"AccessPreviewSummary"}
723    },
724    "AclCanonicalId":{"type":"string"},
725    "AclGrantee":{
726      "type":"structure",
727      "members":{
728        "id":{
729          "shape":"AclCanonicalId",
730          "documentation":"<p>The value specified is the canonical user ID of an Amazon Web Services account.</p>"
731        },
732        "uri":{
733          "shape":"AclUri",
734          "documentation":"<p>Used for granting permissions to a predefined group.</p>"
735        }
736      },
737      "documentation":"<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>",
738      "union":true
739    },
740    "AclPermission":{
741      "type":"string",
742      "enum":[
743        "READ",
744        "WRITE",
745        "READ_ACP",
746        "WRITE_ACP",
747        "FULL_CONTROL"
748      ]
749    },
750    "AclUri":{"type":"string"},
751    "ActionList":{
752      "type":"list",
753      "member":{"shape":"String"}
754    },
755    "AnalyzedResource":{
756      "type":"structure",
757      "required":[
758        "analyzedAt",
759        "createdAt",
760        "isPublic",
761        "resourceArn",
762        "resourceOwnerAccount",
763        "resourceType",
764        "updatedAt"
765      ],
766      "members":{
767        "actions":{
768          "shape":"ActionList",
769          "documentation":"<p>The actions that an external principal is granted permission to use by the policy that generated the finding.</p>"
770        },
771        "analyzedAt":{
772          "shape":"Timestamp",
773          "documentation":"<p>The time at which the resource was analyzed.</p>"
774        },
775        "createdAt":{
776          "shape":"Timestamp",
777          "documentation":"<p>The time at which the finding was created.</p>"
778        },
779        "error":{
780          "shape":"String",
781          "documentation":"<p>An error message.</p>"
782        },
783        "isPublic":{
784          "shape":"Boolean",
785          "documentation":"<p>Indicates whether the policy that generated the finding grants public access to the resource.</p>"
786        },
787        "resourceArn":{
788          "shape":"ResourceArn",
789          "documentation":"<p>The ARN of the resource that was analyzed.</p>"
790        },
791        "resourceOwnerAccount":{
792          "shape":"String",
793          "documentation":"<p>The Amazon Web Services account ID that owns the resource.</p>"
794        },
795        "resourceType":{
796          "shape":"ResourceType",
797          "documentation":"<p>The type of the resource that was analyzed.</p>"
798        },
799        "sharedVia":{
800          "shape":"SharedViaList",
801          "documentation":"<p>Indicates how the access that generated the finding is granted. This is populated for Amazon S3 bucket findings.</p>"
802        },
803        "status":{
804          "shape":"FindingStatus",
805          "documentation":"<p>The current status of the finding generated from the analyzed resource.</p>"
806        },
807        "updatedAt":{
808          "shape":"Timestamp",
809          "documentation":"<p>The time at which the finding was updated.</p>"
810        }
811      },
812      "documentation":"<p>Contains details about the analyzed resource.</p>"
813    },
814    "AnalyzedResourceSummary":{
815      "type":"structure",
816      "required":[
817        "resourceArn",
818        "resourceOwnerAccount",
819        "resourceType"
820      ],
821      "members":{
822        "resourceArn":{
823          "shape":"ResourceArn",
824          "documentation":"<p>The ARN of the analyzed resource.</p>"
825        },
826        "resourceOwnerAccount":{
827          "shape":"String",
828          "documentation":"<p>The Amazon Web Services account ID that owns the resource.</p>"
829        },
830        "resourceType":{
831          "shape":"ResourceType",
832          "documentation":"<p>The type of resource that was analyzed.</p>"
833        }
834      },
835      "documentation":"<p>Contains the ARN of the analyzed resource.</p>"
836    },
837    "AnalyzedResourcesList":{
838      "type":"list",
839      "member":{"shape":"AnalyzedResourceSummary"}
840    },
841    "AnalyzerArn":{
842      "type":"string",
843      "pattern":"[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:analyzer/.{1,255}"
844    },
845    "AnalyzerStatus":{
846      "type":"string",
847      "enum":[
848        "ACTIVE",
849        "CREATING",
850        "DISABLED",
851        "FAILED"
852      ]
853    },
854    "AnalyzerSummary":{
855      "type":"structure",
856      "required":[
857        "arn",
858        "createdAt",
859        "name",
860        "status",
861        "type"
862      ],
863      "members":{
864        "arn":{
865          "shape":"AnalyzerArn",
866          "documentation":"<p>The ARN of the analyzer.</p>"
867        },
868        "createdAt":{
869          "shape":"Timestamp",
870          "documentation":"<p>A timestamp for the time at which the analyzer was created.</p>"
871        },
872        "lastResourceAnalyzed":{
873          "shape":"String",
874          "documentation":"<p>The resource that was most recently analyzed by the analyzer.</p>"
875        },
876        "lastResourceAnalyzedAt":{
877          "shape":"Timestamp",
878          "documentation":"<p>The time at which the most recently analyzed resource was analyzed.</p>"
879        },
880        "name":{
881          "shape":"Name",
882          "documentation":"<p>The name of the analyzer.</p>"
883        },
884        "status":{
885          "shape":"AnalyzerStatus",
886          "documentation":"<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 Identity and Access Management Access Analyzer from 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>"
887        },
888        "statusReason":{
889          "shape":"StatusReason",
890          "documentation":"<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 Amazon Web Services organization.</p>"
891        },
892        "tags":{
893          "shape":"TagsMap",
894          "documentation":"<p>The tags added to the analyzer.</p>"
895        },
896        "type":{
897          "shape":"Type",
898          "documentation":"<p>The type of analyzer, which corresponds to the zone of trust chosen for the analyzer.</p>"
899        }
900      },
901      "documentation":"<p>Contains information about the analyzer.</p>"
902    },
903    "AnalyzersList":{
904      "type":"list",
905      "member":{"shape":"AnalyzerSummary"}
906    },
907    "ApplyArchiveRuleRequest":{
908      "type":"structure",
909      "required":[
910        "analyzerArn",
911        "ruleName"
912      ],
913      "members":{
914        "analyzerArn":{
915          "shape":"AnalyzerArn",
916          "documentation":"<p>The Amazon resource name (ARN) of the analyzer.</p>"
917        },
918        "clientToken":{
919          "shape":"String",
920          "documentation":"<p>A client token.</p>",
921          "idempotencyToken":true
922        },
923        "ruleName":{
924          "shape":"Name",
925          "documentation":"<p>The name of the rule to apply.</p>"
926        }
927      },
928      "documentation":"<p>Retroactively applies an archive rule.</p>"
929    },
930    "ArchiveRuleSummary":{
931      "type":"structure",
932      "required":[
933        "createdAt",
934        "filter",
935        "ruleName",
936        "updatedAt"
937      ],
938      "members":{
939        "createdAt":{
940          "shape":"Timestamp",
941          "documentation":"<p>The time at which the archive rule was created.</p>"
942        },
943        "filter":{
944          "shape":"FilterCriteriaMap",
945          "documentation":"<p>A filter used to define the archive rule.</p>"
946        },
947        "ruleName":{
948          "shape":"Name",
949          "documentation":"<p>The name of the archive rule.</p>"
950        },
951        "updatedAt":{
952          "shape":"Timestamp",
953          "documentation":"<p>The time at which the archive rule was last updated.</p>"
954        }
955      },
956      "documentation":"<p>Contains information about an archive rule.</p>"
957    },
958    "ArchiveRulesList":{
959      "type":"list",
960      "member":{"shape":"ArchiveRuleSummary"}
961    },
962    "Boolean":{
963      "type":"boolean",
964      "box":true
965    },
966    "CancelPolicyGenerationRequest":{
967      "type":"structure",
968      "required":["jobId"],
969      "members":{
970        "jobId":{
971          "shape":"JobId",
972          "documentation":"<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>",
973          "location":"uri",
974          "locationName":"jobId"
975        }
976      }
977    },
978    "CancelPolicyGenerationResponse":{
979      "type":"structure",
980      "members":{
981      }
982    },
983    "CloudTrailArn":{
984      "type":"string",
985      "pattern":"arn:[^:]*:cloudtrail:[^:]*:[^:]*:trail/.{1,576}"
986    },
987    "CloudTrailDetails":{
988      "type":"structure",
989      "required":[
990        "accessRole",
991        "startTime",
992        "trails"
993      ],
994      "members":{
995        "accessRole":{
996          "shape":"RoleArn",
997          "documentation":"<p>The ARN of the service role that IAM Access Analyzer uses to access your CloudTrail trail and service last accessed information.</p>"
998        },
999        "endTime":{
1000          "shape":"Timestamp",
1001          "documentation":"<p>The end of the time range for which IAM 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>"
1002        },
1003        "startTime":{
1004          "shape":"Timestamp",
1005          "documentation":"<p>The start of the time range for which IAM Access Analyzer reviews your CloudTrail events. Events with a timestamp before this time are not considered to generate a policy.</p>"
1006        },
1007        "trails":{
1008          "shape":"TrailList",
1009          "documentation":"<p>A <code>Trail</code> object that contains settings for a trail.</p>"
1010        }
1011      },
1012      "documentation":"<p>Contains information about CloudTrail access.</p>"
1013    },
1014    "CloudTrailProperties":{
1015      "type":"structure",
1016      "required":[
1017        "endTime",
1018        "startTime",
1019        "trailProperties"
1020      ],
1021      "members":{
1022        "endTime":{
1023          "shape":"Timestamp",
1024          "documentation":"<p>The end of the time range for which IAM 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>"
1025        },
1026        "startTime":{
1027          "shape":"Timestamp",
1028          "documentation":"<p>The start of the time range for which IAM Access Analyzer reviews your CloudTrail events. Events with a timestamp before this time are not considered to generate a policy.</p>"
1029        },
1030        "trailProperties":{
1031          "shape":"TrailPropertiesList",
1032          "documentation":"<p>A <code>TrailProperties</code> object that contains settings for trail properties.</p>"
1033        }
1034      },
1035      "documentation":"<p>Contains information about CloudTrail access.</p>"
1036    },
1037    "ConditionKeyMap":{
1038      "type":"map",
1039      "key":{"shape":"String"},
1040      "value":{"shape":"String"}
1041    },
1042    "Configuration":{
1043      "type":"structure",
1044      "members":{
1045        "iamRole":{
1046          "shape":"IamRoleConfiguration",
1047          "documentation":"<p>The access control configuration is for an IAM role. </p>"
1048        },
1049        "kmsKey":{
1050          "shape":"KmsKeyConfiguration",
1051          "documentation":"<p>The access control configuration is for a KMS key. </p>"
1052        },
1053        "s3Bucket":{
1054          "shape":"S3BucketConfiguration",
1055          "documentation":"<p>The access control configuration is for an Amazon S3 Bucket. </p>"
1056        },
1057        "secretsManagerSecret":{
1058          "shape":"SecretsManagerSecretConfiguration",
1059          "documentation":"<p>The access control configuration is for a Secrets Manager secret.</p>"
1060        },
1061        "sqsQueue":{
1062          "shape":"SqsQueueConfiguration",
1063          "documentation":"<p>The access control configuration is for an Amazon SQS queue. </p>"
1064        }
1065      },
1066      "documentation":"<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>",
1067      "union":true
1068    },
1069    "ConfigurationsMap":{
1070      "type":"map",
1071      "key":{"shape":"ConfigurationsMapKey"},
1072      "value":{"shape":"Configuration"}
1073    },
1074    "ConfigurationsMapKey":{"type":"string"},
1075    "ConflictException":{
1076      "type":"structure",
1077      "required":[
1078        "message",
1079        "resourceId",
1080        "resourceType"
1081      ],
1082      "members":{
1083        "message":{"shape":"String"},
1084        "resourceId":{
1085          "shape":"String",
1086          "documentation":"<p>The ID of the resource.</p>"
1087        },
1088        "resourceType":{
1089          "shape":"String",
1090          "documentation":"<p>The resource type.</p>"
1091        }
1092      },
1093      "documentation":"<p>A conflict exception error.</p>",
1094      "error":{
1095        "httpStatusCode":409,
1096        "senderFault":true
1097      },
1098      "exception":true
1099    },
1100    "CreateAccessPreviewRequest":{
1101      "type":"structure",
1102      "required":[
1103        "analyzerArn",
1104        "configurations"
1105      ],
1106      "members":{
1107        "analyzerArn":{
1108          "shape":"AnalyzerArn",
1109          "documentation":"<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>"
1110        },
1111        "clientToken":{
1112          "shape":"String",
1113          "documentation":"<p>A client token.</p>",
1114          "idempotencyToken":true
1115        },
1116        "configurations":{
1117          "shape":"ConfigurationsMap",
1118          "documentation":"<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>"
1119        }
1120      }
1121    },
1122    "CreateAccessPreviewResponse":{
1123      "type":"structure",
1124      "required":["id"],
1125      "members":{
1126        "id":{
1127          "shape":"AccessPreviewId",
1128          "documentation":"<p>The unique ID for the access preview.</p>"
1129        }
1130      }
1131    },
1132    "CreateAnalyzerRequest":{
1133      "type":"structure",
1134      "required":[
1135        "analyzerName",
1136        "type"
1137      ],
1138      "members":{
1139        "analyzerName":{
1140          "shape":"Name",
1141          "documentation":"<p>The name of the analyzer to create.</p>"
1142        },
1143        "archiveRules":{
1144          "shape":"InlineArchiveRulesList",
1145          "documentation":"<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>"
1146        },
1147        "clientToken":{
1148          "shape":"String",
1149          "documentation":"<p>A client token.</p>",
1150          "idempotencyToken":true
1151        },
1152        "tags":{
1153          "shape":"TagsMap",
1154          "documentation":"<p>The tags to apply to the analyzer.</p>"
1155        },
1156        "type":{
1157          "shape":"Type",
1158          "documentation":"<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>"
1159        }
1160      },
1161      "documentation":"<p>Creates an analyzer.</p>"
1162    },
1163    "CreateAnalyzerResponse":{
1164      "type":"structure",
1165      "members":{
1166        "arn":{
1167          "shape":"AnalyzerArn",
1168          "documentation":"<p>The ARN of the analyzer that was created by the request.</p>"
1169        }
1170      },
1171      "documentation":"<p>The response to the request to create an analyzer.</p>"
1172    },
1173    "CreateArchiveRuleRequest":{
1174      "type":"structure",
1175      "required":[
1176        "analyzerName",
1177        "filter",
1178        "ruleName"
1179      ],
1180      "members":{
1181        "analyzerName":{
1182          "shape":"Name",
1183          "documentation":"<p>The name of the created analyzer.</p>",
1184          "location":"uri",
1185          "locationName":"analyzerName"
1186        },
1187        "clientToken":{
1188          "shape":"String",
1189          "documentation":"<p>A client token.</p>",
1190          "idempotencyToken":true
1191        },
1192        "filter":{
1193          "shape":"FilterCriteriaMap",
1194          "documentation":"<p>The criteria for the rule.</p>"
1195        },
1196        "ruleName":{
1197          "shape":"Name",
1198          "documentation":"<p>The name of the rule to create.</p>"
1199        }
1200      },
1201      "documentation":"<p>Creates an archive rule.</p>"
1202    },
1203    "Criterion":{
1204      "type":"structure",
1205      "members":{
1206        "contains":{
1207          "shape":"ValueList",
1208          "documentation":"<p>A \"contains\" operator to match for the filter used to create the rule.</p>"
1209        },
1210        "eq":{
1211          "shape":"ValueList",
1212          "documentation":"<p>An \"equals\" operator to match for the filter used to create the rule.</p>"
1213        },
1214        "exists":{
1215          "shape":"Boolean",
1216          "documentation":"<p>An \"exists\" operator to match for the filter used to create the rule. </p>"
1217        },
1218        "neq":{
1219          "shape":"ValueList",
1220          "documentation":"<p>A \"not equals\" operator to match for the filter used to create the rule.</p>"
1221        }
1222      },
1223      "documentation":"<p>The criteria to use in the filter that defines the archive rule.</p>"
1224    },
1225    "DeleteAnalyzerRequest":{
1226      "type":"structure",
1227      "required":["analyzerName"],
1228      "members":{
1229        "analyzerName":{
1230          "shape":"Name",
1231          "documentation":"<p>The name of the analyzer to delete.</p>",
1232          "location":"uri",
1233          "locationName":"analyzerName"
1234        },
1235        "clientToken":{
1236          "shape":"String",
1237          "documentation":"<p>A client token.</p>",
1238          "idempotencyToken":true,
1239          "location":"querystring",
1240          "locationName":"clientToken"
1241        }
1242      },
1243      "documentation":"<p>Deletes an analyzer.</p>"
1244    },
1245    "DeleteArchiveRuleRequest":{
1246      "type":"structure",
1247      "required":[
1248        "analyzerName",
1249        "ruleName"
1250      ],
1251      "members":{
1252        "analyzerName":{
1253          "shape":"Name",
1254          "documentation":"<p>The name of the analyzer that associated with the archive rule to delete.</p>",
1255          "location":"uri",
1256          "locationName":"analyzerName"
1257        },
1258        "clientToken":{
1259          "shape":"String",
1260          "documentation":"<p>A client token.</p>",
1261          "idempotencyToken":true,
1262          "location":"querystring",
1263          "locationName":"clientToken"
1264        },
1265        "ruleName":{
1266          "shape":"Name",
1267          "documentation":"<p>The name of the rule to delete.</p>",
1268          "location":"uri",
1269          "locationName":"ruleName"
1270        }
1271      },
1272      "documentation":"<p>Deletes an archive rule.</p>"
1273    },
1274    "FilterCriteriaMap":{
1275      "type":"map",
1276      "key":{"shape":"String"},
1277      "value":{"shape":"Criterion"}
1278    },
1279    "Finding":{
1280      "type":"structure",
1281      "required":[
1282        "analyzedAt",
1283        "condition",
1284        "createdAt",
1285        "id",
1286        "resourceOwnerAccount",
1287        "resourceType",
1288        "status",
1289        "updatedAt"
1290      ],
1291      "members":{
1292        "action":{
1293          "shape":"ActionList",
1294          "documentation":"<p>The action in the analyzed policy statement that an external principal has permission to use.</p>"
1295        },
1296        "analyzedAt":{
1297          "shape":"Timestamp",
1298          "documentation":"<p>The time at which the resource was analyzed.</p>"
1299        },
1300        "condition":{
1301          "shape":"ConditionKeyMap",
1302          "documentation":"<p>The condition in the analyzed policy statement that resulted in a finding.</p>"
1303        },
1304        "createdAt":{
1305          "shape":"Timestamp",
1306          "documentation":"<p>The time at which the finding was generated.</p>"
1307        },
1308        "error":{
1309          "shape":"String",
1310          "documentation":"<p>An error.</p>"
1311        },
1312        "id":{
1313          "shape":"FindingId",
1314          "documentation":"<p>The ID of the finding.</p>"
1315        },
1316        "isPublic":{
1317          "shape":"Boolean",
1318          "documentation":"<p>Indicates whether the policy that generated the finding allows public access to the resource.</p>"
1319        },
1320        "principal":{
1321          "shape":"PrincipalMap",
1322          "documentation":"<p>The external principal that access to a resource within the zone of trust.</p>"
1323        },
1324        "resource":{
1325          "shape":"String",
1326          "documentation":"<p>The resource that an external principal has access to.</p>"
1327        },
1328        "resourceOwnerAccount":{
1329          "shape":"String",
1330          "documentation":"<p>The Amazon Web Services account ID that owns the resource.</p>"
1331        },
1332        "resourceType":{
1333          "shape":"ResourceType",
1334          "documentation":"<p>The type of the resource identified in the finding.</p>"
1335        },
1336        "sources":{
1337          "shape":"FindingSourceList",
1338          "documentation":"<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>"
1339        },
1340        "status":{
1341          "shape":"FindingStatus",
1342          "documentation":"<p>The current status of the finding.</p>"
1343        },
1344        "updatedAt":{
1345          "shape":"Timestamp",
1346          "documentation":"<p>The time at which the finding was updated.</p>"
1347        }
1348      },
1349      "documentation":"<p>Contains information about a finding.</p>"
1350    },
1351    "FindingChangeType":{
1352      "type":"string",
1353      "enum":[
1354        "CHANGED",
1355        "NEW",
1356        "UNCHANGED"
1357      ]
1358    },
1359    "FindingId":{"type":"string"},
1360    "FindingIdList":{
1361      "type":"list",
1362      "member":{"shape":"FindingId"}
1363    },
1364    "FindingSource":{
1365      "type":"structure",
1366      "required":["type"],
1367      "members":{
1368        "detail":{
1369          "shape":"FindingSourceDetail",
1370          "documentation":"<p>Includes details about how the access that generated the finding is granted. This is populated for Amazon S3 bucket findings.</p>"
1371        },
1372        "type":{
1373          "shape":"FindingSourceType",
1374          "documentation":"<p>Indicates the type of access that generated the finding.</p>"
1375        }
1376      },
1377      "documentation":"<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>"
1378    },
1379    "FindingSourceDetail":{
1380      "type":"structure",
1381      "members":{
1382        "accessPointArn":{
1383          "shape":"String",
1384          "documentation":"<p>The ARN of the access point that generated the finding. The ARN format depends on whether the ARN represents an access point or a multi-region access point.</p>"
1385        }
1386      },
1387      "documentation":"<p>Includes details about how the access that generated the finding is granted. This is populated for Amazon S3 bucket findings.</p>"
1388    },
1389    "FindingSourceList":{
1390      "type":"list",
1391      "member":{"shape":"FindingSource"}
1392    },
1393    "FindingSourceType":{
1394      "type":"string",
1395      "enum":[
1396        "POLICY",
1397        "BUCKET_ACL",
1398        "S3_ACCESS_POINT"
1399      ]
1400    },
1401    "FindingStatus":{
1402      "type":"string",
1403      "enum":[
1404        "ACTIVE",
1405        "ARCHIVED",
1406        "RESOLVED"
1407      ]
1408    },
1409    "FindingStatusUpdate":{
1410      "type":"string",
1411      "enum":[
1412        "ACTIVE",
1413        "ARCHIVED"
1414      ]
1415    },
1416    "FindingSummary":{
1417      "type":"structure",
1418      "required":[
1419        "analyzedAt",
1420        "condition",
1421        "createdAt",
1422        "id",
1423        "resourceOwnerAccount",
1424        "resourceType",
1425        "status",
1426        "updatedAt"
1427      ],
1428      "members":{
1429        "action":{
1430          "shape":"ActionList",
1431          "documentation":"<p>The action in the analyzed policy statement that an external principal has permission to use.</p>"
1432        },
1433        "analyzedAt":{
1434          "shape":"Timestamp",
1435          "documentation":"<p>The time at which the resource-based policy that generated the finding was analyzed.</p>"
1436        },
1437        "condition":{
1438          "shape":"ConditionKeyMap",
1439          "documentation":"<p>The condition in the analyzed policy statement that resulted in a finding.</p>"
1440        },
1441        "createdAt":{
1442          "shape":"Timestamp",
1443          "documentation":"<p>The time at which the finding was created.</p>"
1444        },
1445        "error":{
1446          "shape":"String",
1447          "documentation":"<p>The error that resulted in an Error finding.</p>"
1448        },
1449        "id":{
1450          "shape":"FindingId",
1451          "documentation":"<p>The ID of the finding.</p>"
1452        },
1453        "isPublic":{
1454          "shape":"Boolean",
1455          "documentation":"<p>Indicates whether the finding reports a resource that has a policy that allows public access.</p>"
1456        },
1457        "principal":{
1458          "shape":"PrincipalMap",
1459          "documentation":"<p>The external principal that has access to a resource within the zone of trust.</p>"
1460        },
1461        "resource":{
1462          "shape":"String",
1463          "documentation":"<p>The resource that the external principal has access to.</p>"
1464        },
1465        "resourceOwnerAccount":{
1466          "shape":"String",
1467          "documentation":"<p>The Amazon Web Services account ID that owns the resource.</p>"
1468        },
1469        "resourceType":{
1470          "shape":"ResourceType",
1471          "documentation":"<p>The type of the resource that the external principal has access to.</p>"
1472        },
1473        "sources":{
1474          "shape":"FindingSourceList",
1475          "documentation":"<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>"
1476        },
1477        "status":{
1478          "shape":"FindingStatus",
1479          "documentation":"<p>The status of the finding.</p>"
1480        },
1481        "updatedAt":{
1482          "shape":"Timestamp",
1483          "documentation":"<p>The time at which the finding was most recently updated.</p>"
1484        }
1485      },
1486      "documentation":"<p>Contains information about a finding.</p>"
1487    },
1488    "FindingsList":{
1489      "type":"list",
1490      "member":{"shape":"FindingSummary"}
1491    },
1492    "GeneratedPolicy":{
1493      "type":"structure",
1494      "required":["policy"],
1495      "members":{
1496        "policy":{
1497          "shape":"String",
1498          "documentation":"<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>"
1499        }
1500      },
1501      "documentation":"<p>Contains the text for the generated policy.</p>"
1502    },
1503    "GeneratedPolicyList":{
1504      "type":"list",
1505      "member":{"shape":"GeneratedPolicy"}
1506    },
1507    "GeneratedPolicyProperties":{
1508      "type":"structure",
1509      "required":["principalArn"],
1510      "members":{
1511        "cloudTrailProperties":{
1512          "shape":"CloudTrailProperties",
1513          "documentation":"<p>Lists details about the <code>Trail</code> used to generated policy.</p>"
1514        },
1515        "isComplete":{
1516          "shape":"Boolean",
1517          "documentation":"<p>This value is set to <code>true</code> if the generated policy contains all possible actions for a service that IAM Access Analyzer identified from the CloudTrail trail that you specified, and <code>false</code> otherwise.</p>"
1518        },
1519        "principalArn":{
1520          "shape":"PrincipalArn",
1521          "documentation":"<p>The ARN of the IAM entity (user or role) for which you are generating a policy.</p>"
1522        }
1523      },
1524      "documentation":"<p>Contains the generated policy details.</p>"
1525    },
1526    "GeneratedPolicyResult":{
1527      "type":"structure",
1528      "required":["properties"],
1529      "members":{
1530        "generatedPolicies":{
1531          "shape":"GeneratedPolicyList",
1532          "documentation":"<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>"
1533        },
1534        "properties":{
1535          "shape":"GeneratedPolicyProperties",
1536          "documentation":"<p>A <code>GeneratedPolicyProperties</code> object that contains properties of the generated policy.</p>"
1537        }
1538      },
1539      "documentation":"<p>Contains the text for the generated policy and its details.</p>"
1540    },
1541    "GetAccessPreviewRequest":{
1542      "type":"structure",
1543      "required":[
1544        "accessPreviewId",
1545        "analyzerArn"
1546      ],
1547      "members":{
1548        "accessPreviewId":{
1549          "shape":"AccessPreviewId",
1550          "documentation":"<p>The unique ID for the access preview.</p>",
1551          "location":"uri",
1552          "locationName":"accessPreviewId"
1553        },
1554        "analyzerArn":{
1555          "shape":"AnalyzerArn",
1556          "documentation":"<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>",
1557          "location":"querystring",
1558          "locationName":"analyzerArn"
1559        }
1560      }
1561    },
1562    "GetAccessPreviewResponse":{
1563      "type":"structure",
1564      "required":["accessPreview"],
1565      "members":{
1566        "accessPreview":{
1567          "shape":"AccessPreview",
1568          "documentation":"<p>An object that contains information about the access preview.</p>"
1569        }
1570      }
1571    },
1572    "GetAnalyzedResourceRequest":{
1573      "type":"structure",
1574      "required":[
1575        "analyzerArn",
1576        "resourceArn"
1577      ],
1578      "members":{
1579        "analyzerArn":{
1580          "shape":"AnalyzerArn",
1581          "documentation":"<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>",
1582          "location":"querystring",
1583          "locationName":"analyzerArn"
1584        },
1585        "resourceArn":{
1586          "shape":"ResourceArn",
1587          "documentation":"<p>The ARN of the resource to retrieve information about.</p>",
1588          "location":"querystring",
1589          "locationName":"resourceArn"
1590        }
1591      },
1592      "documentation":"<p>Retrieves an analyzed resource.</p>"
1593    },
1594    "GetAnalyzedResourceResponse":{
1595      "type":"structure",
1596      "members":{
1597        "resource":{
1598          "shape":"AnalyzedResource",
1599          "documentation":"<p>An <code>AnalyzedResource</code> object that contains information that IAM Access Analyzer found when it analyzed the resource.</p>"
1600        }
1601      },
1602      "documentation":"<p>The response to the request.</p>"
1603    },
1604    "GetAnalyzerRequest":{
1605      "type":"structure",
1606      "required":["analyzerName"],
1607      "members":{
1608        "analyzerName":{
1609          "shape":"Name",
1610          "documentation":"<p>The name of the analyzer retrieved.</p>",
1611          "location":"uri",
1612          "locationName":"analyzerName"
1613        }
1614      },
1615      "documentation":"<p>Retrieves an analyzer.</p>"
1616    },
1617    "GetAnalyzerResponse":{
1618      "type":"structure",
1619      "required":["analyzer"],
1620      "members":{
1621        "analyzer":{
1622          "shape":"AnalyzerSummary",
1623          "documentation":"<p>An <code>AnalyzerSummary</code> object that contains information about the analyzer.</p>"
1624        }
1625      },
1626      "documentation":"<p>The response to the request.</p>"
1627    },
1628    "GetArchiveRuleRequest":{
1629      "type":"structure",
1630      "required":[
1631        "analyzerName",
1632        "ruleName"
1633      ],
1634      "members":{
1635        "analyzerName":{
1636          "shape":"Name",
1637          "documentation":"<p>The name of the analyzer to retrieve rules from.</p>",
1638          "location":"uri",
1639          "locationName":"analyzerName"
1640        },
1641        "ruleName":{
1642          "shape":"Name",
1643          "documentation":"<p>The name of the rule to retrieve.</p>",
1644          "location":"uri",
1645          "locationName":"ruleName"
1646        }
1647      },
1648      "documentation":"<p>Retrieves an archive rule.</p>"
1649    },
1650    "GetArchiveRuleResponse":{
1651      "type":"structure",
1652      "required":["archiveRule"],
1653      "members":{
1654        "archiveRule":{"shape":"ArchiveRuleSummary"}
1655      },
1656      "documentation":"<p>The response to the request.</p>"
1657    },
1658    "GetFindingRequest":{
1659      "type":"structure",
1660      "required":[
1661        "analyzerArn",
1662        "id"
1663      ],
1664      "members":{
1665        "analyzerArn":{
1666          "shape":"AnalyzerArn",
1667          "documentation":"<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>",
1668          "location":"querystring",
1669          "locationName":"analyzerArn"
1670        },
1671        "id":{
1672          "shape":"FindingId",
1673          "documentation":"<p>The ID of the finding to retrieve.</p>",
1674          "location":"uri",
1675          "locationName":"id"
1676        }
1677      },
1678      "documentation":"<p>Retrieves a finding.</p>"
1679    },
1680    "GetFindingResponse":{
1681      "type":"structure",
1682      "members":{
1683        "finding":{
1684          "shape":"Finding",
1685          "documentation":"<p>A <code>finding</code> object that contains finding details.</p>"
1686        }
1687      },
1688      "documentation":"<p>The response to the request.</p>"
1689    },
1690    "GetGeneratedPolicyRequest":{
1691      "type":"structure",
1692      "required":["jobId"],
1693      "members":{
1694        "includeResourcePlaceholders":{
1695          "shape":"Boolean",
1696          "documentation":"<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>",
1697          "location":"querystring",
1698          "locationName":"includeResourcePlaceholders"
1699        },
1700        "includeServiceLevelTemplate":{
1701          "shape":"Boolean",
1702          "documentation":"<p>The level of detail that you want to generate. You can specify whether to generate service-level policies. </p> <p>IAM Access Analyzer uses <code>iam:servicelastaccessed</code> to identify services that have been used recently to create this service-level template.</p>",
1703          "location":"querystring",
1704          "locationName":"includeServiceLevelTemplate"
1705        },
1706        "jobId":{
1707          "shape":"JobId",
1708          "documentation":"<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>",
1709          "location":"uri",
1710          "locationName":"jobId"
1711        }
1712      }
1713    },
1714    "GetGeneratedPolicyResponse":{
1715      "type":"structure",
1716      "required":[
1717        "generatedPolicyResult",
1718        "jobDetails"
1719      ],
1720      "members":{
1721        "generatedPolicyResult":{
1722          "shape":"GeneratedPolicyResult",
1723          "documentation":"<p>A <code>GeneratedPolicyResult</code> object that contains the generated policies and associated details.</p>"
1724        },
1725        "jobDetails":{
1726          "shape":"JobDetails",
1727          "documentation":"<p>A <code>GeneratedPolicyDetails</code> object that contains details about the generated policy.</p>"
1728        }
1729      }
1730    },
1731    "GranteePrincipal":{"type":"string"},
1732    "IamRoleConfiguration":{
1733      "type":"structure",
1734      "members":{
1735        "trustPolicy":{
1736          "shape":"IamTrustPolicy",
1737          "documentation":"<p>The proposed trust policy for the IAM role.</p>"
1738        }
1739      },
1740      "documentation":"<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>"
1741    },
1742    "IamTrustPolicy":{"type":"string"},
1743    "InlineArchiveRule":{
1744      "type":"structure",
1745      "required":[
1746        "filter",
1747        "ruleName"
1748      ],
1749      "members":{
1750        "filter":{
1751          "shape":"FilterCriteriaMap",
1752          "documentation":"<p>The condition and values for a criterion.</p>"
1753        },
1754        "ruleName":{
1755          "shape":"Name",
1756          "documentation":"<p>The name of the rule.</p>"
1757        }
1758      },
1759      "documentation":"<p>An criterion statement in an archive rule. Each archive rule may have multiple criteria.</p>"
1760    },
1761    "InlineArchiveRulesList":{
1762      "type":"list",
1763      "member":{"shape":"InlineArchiveRule"}
1764    },
1765    "Integer":{
1766      "type":"integer",
1767      "box":true
1768    },
1769    "InternalServerException":{
1770      "type":"structure",
1771      "required":["message"],
1772      "members":{
1773        "message":{"shape":"String"},
1774        "retryAfterSeconds":{
1775          "shape":"Integer",
1776          "documentation":"<p>The seconds to wait to retry.</p>",
1777          "location":"header",
1778          "locationName":"Retry-After"
1779        }
1780      },
1781      "documentation":"<p>Internal server error.</p>",
1782      "error":{"httpStatusCode":500},
1783      "exception":true,
1784      "fault":true,
1785      "retryable":{"throttling":false}
1786    },
1787    "InternetConfiguration":{
1788      "type":"structure",
1789      "members":{
1790      },
1791      "documentation":"<p>This configuration sets the network origin for the Amazon S3 access point or multi-region access point to <code>Internet</code>.</p>"
1792    },
1793    "IssueCode":{"type":"string"},
1794    "IssuingAccount":{"type":"string"},
1795    "JobDetails":{
1796      "type":"structure",
1797      "required":[
1798        "jobId",
1799        "startedOn",
1800        "status"
1801      ],
1802      "members":{
1803        "completedOn":{
1804          "shape":"Timestamp",
1805          "documentation":"<p>A timestamp of when the job was completed.</p>"
1806        },
1807        "jobError":{
1808          "shape":"JobError",
1809          "documentation":"<p>The job error for the policy generation request.</p>"
1810        },
1811        "jobId":{
1812          "shape":"JobId",
1813          "documentation":"<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>"
1814        },
1815        "startedOn":{
1816          "shape":"Timestamp",
1817          "documentation":"<p>A timestamp of when the job was started.</p>"
1818        },
1819        "status":{
1820          "shape":"JobStatus",
1821          "documentation":"<p>The status of the job request.</p>"
1822        }
1823      },
1824      "documentation":"<p>Contains details about the policy generation request.</p>"
1825    },
1826    "JobError":{
1827      "type":"structure",
1828      "required":[
1829        "code",
1830        "message"
1831      ],
1832      "members":{
1833        "code":{
1834          "shape":"JobErrorCode",
1835          "documentation":"<p>The job error code.</p>"
1836        },
1837        "message":{
1838          "shape":"String",
1839          "documentation":"<p>Specific information about the error. For example, which service quota was exceeded or which resource was not found.</p>"
1840        }
1841      },
1842      "documentation":"<p>Contains the details about the policy generation error.</p>"
1843    },
1844    "JobErrorCode":{
1845      "type":"string",
1846      "enum":[
1847        "AUTHORIZATION_ERROR",
1848        "RESOURCE_NOT_FOUND_ERROR",
1849        "SERVICE_QUOTA_EXCEEDED_ERROR",
1850        "SERVICE_ERROR"
1851      ]
1852    },
1853    "JobId":{"type":"string"},
1854    "JobStatus":{
1855      "type":"string",
1856      "enum":[
1857        "IN_PROGRESS",
1858        "SUCCEEDED",
1859        "FAILED",
1860        "CANCELED"
1861      ]
1862    },
1863    "KmsConstraintsKey":{"type":"string"},
1864    "KmsConstraintsMap":{
1865      "type":"map",
1866      "key":{"shape":"KmsConstraintsKey"},
1867      "value":{"shape":"KmsConstraintsValue"}
1868    },
1869    "KmsConstraintsValue":{"type":"string"},
1870    "KmsGrantConfiguration":{
1871      "type":"structure",
1872      "required":[
1873        "granteePrincipal",
1874        "issuingAccount",
1875        "operations"
1876      ],
1877      "members":{
1878        "constraints":{
1879          "shape":"KmsGrantConstraints",
1880          "documentation":"<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>"
1881        },
1882        "granteePrincipal":{
1883          "shape":"GranteePrincipal",
1884          "documentation":"<p>The principal that is given permission to perform the operations that the grant permits.</p>"
1885        },
1886        "issuingAccount":{
1887          "shape":"IssuingAccount",
1888          "documentation":"<p> The Amazon Web Services 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>"
1889        },
1890        "operations":{
1891          "shape":"KmsGrantOperationsList",
1892          "documentation":"<p>A list of operations that the grant permits.</p>"
1893        },
1894        "retiringPrincipal":{
1895          "shape":"RetiringPrincipal",
1896          "documentation":"<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>"
1897        }
1898      },
1899      "documentation":"<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>"
1900    },
1901    "KmsGrantConfigurationsList":{
1902      "type":"list",
1903      "member":{"shape":"KmsGrantConfiguration"}
1904    },
1905    "KmsGrantConstraints":{
1906      "type":"structure",
1907      "members":{
1908        "encryptionContextEquals":{
1909          "shape":"KmsConstraintsMap",
1910          "documentation":"<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>"
1911        },
1912        "encryptionContextSubset":{
1913          "shape":"KmsConstraintsMap",
1914          "documentation":"<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>"
1915        }
1916      },
1917      "documentation":"<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>"
1918    },
1919    "KmsGrantOperation":{
1920      "type":"string",
1921      "enum":[
1922        "CreateGrant",
1923        "Decrypt",
1924        "DescribeKey",
1925        "Encrypt",
1926        "GenerateDataKey",
1927        "GenerateDataKeyPair",
1928        "GenerateDataKeyPairWithoutPlaintext",
1929        "GenerateDataKeyWithoutPlaintext",
1930        "GetPublicKey",
1931        "ReEncryptFrom",
1932        "ReEncryptTo",
1933        "RetireGrant",
1934        "Sign",
1935        "Verify"
1936      ]
1937    },
1938    "KmsGrantOperationsList":{
1939      "type":"list",
1940      "member":{"shape":"KmsGrantOperation"}
1941    },
1942    "KmsKeyConfiguration":{
1943      "type":"structure",
1944      "members":{
1945        "grants":{
1946          "shape":"KmsGrantConfigurationsList",
1947          "documentation":"<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>"
1948        },
1949        "keyPolicies":{
1950          "shape":"KmsKeyPoliciesMap",
1951          "documentation":"<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>"
1952        }
1953      },
1954      "documentation":"<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/>"
1955    },
1956    "KmsKeyPoliciesMap":{
1957      "type":"map",
1958      "key":{"shape":"PolicyName"},
1959      "value":{"shape":"KmsKeyPolicy"}
1960    },
1961    "KmsKeyPolicy":{"type":"string"},
1962    "LearnMoreLink":{"type":"string"},
1963    "ListAccessPreviewFindingsRequest":{
1964      "type":"structure",
1965      "required":[
1966        "accessPreviewId",
1967        "analyzerArn"
1968      ],
1969      "members":{
1970        "accessPreviewId":{
1971          "shape":"AccessPreviewId",
1972          "documentation":"<p>The unique ID for the access preview.</p>",
1973          "location":"uri",
1974          "locationName":"accessPreviewId"
1975        },
1976        "analyzerArn":{
1977          "shape":"AnalyzerArn",
1978          "documentation":"<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>"
1979        },
1980        "filter":{
1981          "shape":"FilterCriteriaMap",
1982          "documentation":"<p>Criteria to filter the returned findings.</p>"
1983        },
1984        "maxResults":{
1985          "shape":"Integer",
1986          "documentation":"<p>The maximum number of results to return in the response.</p>"
1987        },
1988        "nextToken":{
1989          "shape":"Token",
1990          "documentation":"<p>A token used for pagination of results returned.</p>"
1991        }
1992      }
1993    },
1994    "ListAccessPreviewFindingsResponse":{
1995      "type":"structure",
1996      "required":["findings"],
1997      "members":{
1998        "findings":{
1999          "shape":"AccessPreviewFindingsList",
2000          "documentation":"<p>A list of access preview findings that match the specified filter criteria.</p>"
2001        },
2002        "nextToken":{
2003          "shape":"Token",
2004          "documentation":"<p>A token used for pagination of results returned.</p>"
2005        }
2006      }
2007    },
2008    "ListAccessPreviewsRequest":{
2009      "type":"structure",
2010      "required":["analyzerArn"],
2011      "members":{
2012        "analyzerArn":{
2013          "shape":"AnalyzerArn",
2014          "documentation":"<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>",
2015          "location":"querystring",
2016          "locationName":"analyzerArn"
2017        },
2018        "maxResults":{
2019          "shape":"Integer",
2020          "documentation":"<p>The maximum number of results to return in the response.</p>",
2021          "location":"querystring",
2022          "locationName":"maxResults"
2023        },
2024        "nextToken":{
2025          "shape":"Token",
2026          "documentation":"<p>A token used for pagination of results returned.</p>",
2027          "location":"querystring",
2028          "locationName":"nextToken"
2029        }
2030      }
2031    },
2032    "ListAccessPreviewsResponse":{
2033      "type":"structure",
2034      "required":["accessPreviews"],
2035      "members":{
2036        "accessPreviews":{
2037          "shape":"AccessPreviewsList",
2038          "documentation":"<p>A list of access previews retrieved for the analyzer.</p>"
2039        },
2040        "nextToken":{
2041          "shape":"Token",
2042          "documentation":"<p>A token used for pagination of results returned.</p>"
2043        }
2044      }
2045    },
2046    "ListAnalyzedResourcesRequest":{
2047      "type":"structure",
2048      "required":["analyzerArn"],
2049      "members":{
2050        "analyzerArn":{
2051          "shape":"AnalyzerArn",
2052          "documentation":"<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>"
2053        },
2054        "maxResults":{
2055          "shape":"Integer",
2056          "documentation":"<p>The maximum number of results to return in the response.</p>"
2057        },
2058        "nextToken":{
2059          "shape":"Token",
2060          "documentation":"<p>A token used for pagination of results returned.</p>"
2061        },
2062        "resourceType":{
2063          "shape":"ResourceType",
2064          "documentation":"<p>The type of resource.</p>"
2065        }
2066      },
2067      "documentation":"<p>Retrieves a list of resources that have been analyzed.</p>"
2068    },
2069    "ListAnalyzedResourcesResponse":{
2070      "type":"structure",
2071      "required":["analyzedResources"],
2072      "members":{
2073        "analyzedResources":{
2074          "shape":"AnalyzedResourcesList",
2075          "documentation":"<p>A list of resources that were analyzed.</p>"
2076        },
2077        "nextToken":{
2078          "shape":"Token",
2079          "documentation":"<p>A token used for pagination of results returned.</p>"
2080        }
2081      },
2082      "documentation":"<p>The response to the request.</p>"
2083    },
2084    "ListAnalyzersRequest":{
2085      "type":"structure",
2086      "members":{
2087        "maxResults":{
2088          "shape":"Integer",
2089          "documentation":"<p>The maximum number of results to return in the response.</p>",
2090          "location":"querystring",
2091          "locationName":"maxResults"
2092        },
2093        "nextToken":{
2094          "shape":"Token",
2095          "documentation":"<p>A token used for pagination of results returned.</p>",
2096          "location":"querystring",
2097          "locationName":"nextToken"
2098        },
2099        "type":{
2100          "shape":"Type",
2101          "documentation":"<p>The type of analyzer.</p>",
2102          "location":"querystring",
2103          "locationName":"type"
2104        }
2105      },
2106      "documentation":"<p>Retrieves a list of analyzers.</p>"
2107    },
2108    "ListAnalyzersResponse":{
2109      "type":"structure",
2110      "required":["analyzers"],
2111      "members":{
2112        "analyzers":{
2113          "shape":"AnalyzersList",
2114          "documentation":"<p>The analyzers retrieved.</p>"
2115        },
2116        "nextToken":{
2117          "shape":"Token",
2118          "documentation":"<p>A token used for pagination of results returned.</p>"
2119        }
2120      },
2121      "documentation":"<p>The response to the request.</p>"
2122    },
2123    "ListArchiveRulesRequest":{
2124      "type":"structure",
2125      "required":["analyzerName"],
2126      "members":{
2127        "analyzerName":{
2128          "shape":"Name",
2129          "documentation":"<p>The name of the analyzer to retrieve rules from.</p>",
2130          "location":"uri",
2131          "locationName":"analyzerName"
2132        },
2133        "maxResults":{
2134          "shape":"Integer",
2135          "documentation":"<p>The maximum number of results to return in the request.</p>",
2136          "location":"querystring",
2137          "locationName":"maxResults"
2138        },
2139        "nextToken":{
2140          "shape":"Token",
2141          "documentation":"<p>A token used for pagination of results returned.</p>",
2142          "location":"querystring",
2143          "locationName":"nextToken"
2144        }
2145      },
2146      "documentation":"<p>Retrieves a list of archive rules created for the specified analyzer.</p>"
2147    },
2148    "ListArchiveRulesResponse":{
2149      "type":"structure",
2150      "required":["archiveRules"],
2151      "members":{
2152        "archiveRules":{
2153          "shape":"ArchiveRulesList",
2154          "documentation":"<p>A list of archive rules created for the specified analyzer.</p>"
2155        },
2156        "nextToken":{
2157          "shape":"Token",
2158          "documentation":"<p>A token used for pagination of results returned.</p>"
2159        }
2160      },
2161      "documentation":"<p>The response to the request.</p>"
2162    },
2163    "ListFindingsRequest":{
2164      "type":"structure",
2165      "required":["analyzerArn"],
2166      "members":{
2167        "analyzerArn":{
2168          "shape":"AnalyzerArn",
2169          "documentation":"<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>"
2170        },
2171        "filter":{
2172          "shape":"FilterCriteriaMap",
2173          "documentation":"<p>A filter to match for the findings to return.</p>"
2174        },
2175        "maxResults":{
2176          "shape":"Integer",
2177          "documentation":"<p>The maximum number of results to return in the response.</p>"
2178        },
2179        "nextToken":{
2180          "shape":"Token",
2181          "documentation":"<p>A token used for pagination of results returned.</p>"
2182        },
2183        "sort":{
2184          "shape":"SortCriteria",
2185          "documentation":"<p>The sort order for the findings returned.</p>"
2186        }
2187      },
2188      "documentation":"<p>Retrieves a list of findings generated by the specified analyzer.</p>"
2189    },
2190    "ListFindingsResponse":{
2191      "type":"structure",
2192      "required":["findings"],
2193      "members":{
2194        "findings":{
2195          "shape":"FindingsList",
2196          "documentation":"<p>A list of findings retrieved from the analyzer that match the filter criteria specified, if any.</p>"
2197        },
2198        "nextToken":{
2199          "shape":"Token",
2200          "documentation":"<p>A token used for pagination of results returned.</p>"
2201        }
2202      },
2203      "documentation":"<p>The response to the request.</p>"
2204    },
2205    "ListPolicyGenerationsRequest":{
2206      "type":"structure",
2207      "members":{
2208        "maxResults":{
2209          "shape":"ListPolicyGenerationsRequestMaxResultsInteger",
2210          "documentation":"<p>The maximum number of results to return in the response.</p>",
2211          "location":"querystring",
2212          "locationName":"maxResults"
2213        },
2214        "nextToken":{
2215          "shape":"Token",
2216          "documentation":"<p>A token used for pagination of results returned.</p>",
2217          "location":"querystring",
2218          "locationName":"nextToken"
2219        },
2220        "principalArn":{
2221          "shape":"PrincipalArn",
2222          "documentation":"<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>",
2223          "location":"querystring",
2224          "locationName":"principalArn"
2225        }
2226      }
2227    },
2228    "ListPolicyGenerationsRequestMaxResultsInteger":{
2229      "type":"integer",
2230      "box":true,
2231      "min":1
2232    },
2233    "ListPolicyGenerationsResponse":{
2234      "type":"structure",
2235      "required":["policyGenerations"],
2236      "members":{
2237        "nextToken":{
2238          "shape":"Token",
2239          "documentation":"<p>A token used for pagination of results returned.</p>"
2240        },
2241        "policyGenerations":{
2242          "shape":"PolicyGenerationList",
2243          "documentation":"<p>A <code>PolicyGeneration</code> object that contains details about the generated policy.</p>"
2244        }
2245      }
2246    },
2247    "ListTagsForResourceRequest":{
2248      "type":"structure",
2249      "required":["resourceArn"],
2250      "members":{
2251        "resourceArn":{
2252          "shape":"String",
2253          "documentation":"<p>The ARN of the resource to retrieve tags from.</p>",
2254          "location":"uri",
2255          "locationName":"resourceArn"
2256        }
2257      },
2258      "documentation":"<p>Retrieves a list of tags applied to the specified resource.</p>"
2259    },
2260    "ListTagsForResourceResponse":{
2261      "type":"structure",
2262      "members":{
2263        "tags":{
2264          "shape":"TagsMap",
2265          "documentation":"<p>The tags that are applied to the specified resource.</p>"
2266        }
2267      },
2268      "documentation":"<p>The response to the request.</p>"
2269    },
2270    "Locale":{
2271      "type":"string",
2272      "enum":[
2273        "DE",
2274        "EN",
2275        "ES",
2276        "FR",
2277        "IT",
2278        "JA",
2279        "KO",
2280        "PT_BR",
2281        "ZH_CN",
2282        "ZH_TW"
2283      ]
2284    },
2285    "Location":{
2286      "type":"structure",
2287      "required":[
2288        "path",
2289        "span"
2290      ],
2291      "members":{
2292        "path":{
2293          "shape":"PathElementList",
2294          "documentation":"<p>A path in a policy, represented as a sequence of path elements.</p>"
2295        },
2296        "span":{
2297          "shape":"Span",
2298          "documentation":"<p>A span in a policy.</p>"
2299        }
2300      },
2301      "documentation":"<p>A location in a policy that is represented as a path through the JSON representation and a corresponding span.</p>"
2302    },
2303    "LocationList":{
2304      "type":"list",
2305      "member":{"shape":"Location"}
2306    },
2307    "Name":{
2308      "type":"string",
2309      "max":255,
2310      "min":1,
2311      "pattern":"[A-Za-z][A-Za-z0-9_.-]*"
2312    },
2313    "NetworkOriginConfiguration":{
2314      "type":"structure",
2315      "members":{
2316        "internetConfiguration":{
2317          "shape":"InternetConfiguration",
2318          "documentation":"<p>The configuration for the Amazon S3 access point or multi-region access point with an <code>Internet</code> origin.</p>"
2319        },
2320        "vpcConfiguration":{"shape":"VpcConfiguration"}
2321      },
2322      "documentation":"<p>The proposed <code>InternetConfiguration</code> or <code>VpcConfiguration</code> to apply to the Amazon S3 access point. <code>VpcConfiguration</code> does not apply to multi-region access points. 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>",
2323      "union":true
2324    },
2325    "OrderBy":{
2326      "type":"string",
2327      "enum":[
2328        "ASC",
2329        "DESC"
2330      ]
2331    },
2332    "PathElement":{
2333      "type":"structure",
2334      "members":{
2335        "index":{
2336          "shape":"Integer",
2337          "documentation":"<p>Refers to an index in a JSON array.</p>"
2338        },
2339        "key":{
2340          "shape":"String",
2341          "documentation":"<p>Refers to a key in a JSON object.</p>"
2342        },
2343        "substring":{
2344          "shape":"Substring",
2345          "documentation":"<p>Refers to a substring of a literal string in a JSON object.</p>"
2346        },
2347        "value":{
2348          "shape":"String",
2349          "documentation":"<p>Refers to the value associated with a given key in a JSON object.</p>"
2350        }
2351      },
2352      "documentation":"<p>A single element in a path through the JSON representation of a policy.</p>",
2353      "union":true
2354    },
2355    "PathElementList":{
2356      "type":"list",
2357      "member":{"shape":"PathElement"}
2358    },
2359    "PolicyDocument":{"type":"string"},
2360    "PolicyGeneration":{
2361      "type":"structure",
2362      "required":[
2363        "jobId",
2364        "principalArn",
2365        "startedOn",
2366        "status"
2367      ],
2368      "members":{
2369        "completedOn":{
2370          "shape":"Timestamp",
2371          "documentation":"<p>A timestamp of when the policy generation was completed.</p>"
2372        },
2373        "jobId":{
2374          "shape":"JobId",
2375          "documentation":"<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>"
2376        },
2377        "principalArn":{
2378          "shape":"PrincipalArn",
2379          "documentation":"<p>The ARN of the IAM entity (user or role) for which you are generating a policy.</p>"
2380        },
2381        "startedOn":{
2382          "shape":"Timestamp",
2383          "documentation":"<p>A timestamp of when the policy generation started.</p>"
2384        },
2385        "status":{
2386          "shape":"JobStatus",
2387          "documentation":"<p>The status of the policy generation request.</p>"
2388        }
2389      },
2390      "documentation":"<p>Contains details about the policy generation status and properties.</p>"
2391    },
2392    "PolicyGenerationDetails":{
2393      "type":"structure",
2394      "required":["principalArn"],
2395      "members":{
2396        "principalArn":{
2397          "shape":"PrincipalArn",
2398          "documentation":"<p>The ARN of the IAM entity (user or role) for which you are generating a policy.</p>"
2399        }
2400      },
2401      "documentation":"<p>Contains the ARN details about the IAM entity for which the policy is generated.</p>"
2402    },
2403    "PolicyGenerationList":{
2404      "type":"list",
2405      "member":{"shape":"PolicyGeneration"}
2406    },
2407    "PolicyName":{"type":"string"},
2408    "PolicyType":{
2409      "type":"string",
2410      "enum":[
2411        "IDENTITY_POLICY",
2412        "RESOURCE_POLICY",
2413        "SERVICE_CONTROL_POLICY"
2414      ]
2415    },
2416    "Position":{
2417      "type":"structure",
2418      "required":[
2419        "column",
2420        "line",
2421        "offset"
2422      ],
2423      "members":{
2424        "column":{
2425          "shape":"Integer",
2426          "documentation":"<p>The column of the position, starting from 0.</p>"
2427        },
2428        "line":{
2429          "shape":"Integer",
2430          "documentation":"<p>The line of the position, starting from 1.</p>"
2431        },
2432        "offset":{
2433          "shape":"Integer",
2434          "documentation":"<p>The offset within the policy that corresponds to the position, starting from 0.</p>"
2435        }
2436      },
2437      "documentation":"<p>A position in a policy.</p>"
2438    },
2439    "PrincipalArn":{
2440      "type":"string",
2441      "pattern":"arn:[^:]*:iam::[^:]*:(role|user)/.{1,576}"
2442    },
2443    "PrincipalMap":{
2444      "type":"map",
2445      "key":{"shape":"String"},
2446      "value":{"shape":"String"}
2447    },
2448    "ReasonCode":{
2449      "type":"string",
2450      "enum":[
2451        "AWS_SERVICE_ACCESS_DISABLED",
2452        "DELEGATED_ADMINISTRATOR_DEREGISTERED",
2453        "ORGANIZATION_DELETED",
2454        "SERVICE_LINKED_ROLE_CREATION_FAILED"
2455      ]
2456    },
2457    "RegionList":{
2458      "type":"list",
2459      "member":{"shape":"String"}
2460    },
2461    "ResourceArn":{
2462      "type":"string",
2463      "pattern":"arn:[^:]*:[^:]*:[^:]*:[^:]*:.*"
2464    },
2465    "ResourceNotFoundException":{
2466      "type":"structure",
2467      "required":[
2468        "message",
2469        "resourceId",
2470        "resourceType"
2471      ],
2472      "members":{
2473        "message":{"shape":"String"},
2474        "resourceId":{
2475          "shape":"String",
2476          "documentation":"<p>The ID of the resource.</p>"
2477        },
2478        "resourceType":{
2479          "shape":"String",
2480          "documentation":"<p>The type of the resource.</p>"
2481        }
2482      },
2483      "documentation":"<p>The specified resource could not be found.</p>",
2484      "error":{
2485        "httpStatusCode":404,
2486        "senderFault":true
2487      },
2488      "exception":true
2489    },
2490    "ResourceType":{
2491      "type":"string",
2492      "enum":[
2493        "AWS::S3::Bucket",
2494        "AWS::IAM::Role",
2495        "AWS::SQS::Queue",
2496        "AWS::Lambda::Function",
2497        "AWS::Lambda::LayerVersion",
2498        "AWS::KMS::Key",
2499        "AWS::SecretsManager::Secret"
2500      ]
2501    },
2502    "RetiringPrincipal":{"type":"string"},
2503    "RoleArn":{
2504      "type":"string",
2505      "pattern":"arn:[^:]*:iam::[^:]*:role/.{1,576}"
2506    },
2507    "S3AccessPointConfiguration":{
2508      "type":"structure",
2509      "members":{
2510        "accessPointPolicy":{
2511          "shape":"AccessPointPolicy",
2512          "documentation":"<p>The access point or multi-region access point policy.</p>"
2513        },
2514        "networkOrigin":{
2515          "shape":"NetworkOriginConfiguration",
2516          "documentation":"<p>The proposed <code>Internet</code> and <code>VpcConfiguration</code> to apply to this Amazon S3 access point. <code>VpcConfiguration</code> does not apply to multi-region access points. 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>"
2517        },
2518        "publicAccessBlock":{
2519          "shape":"S3PublicAccessBlockConfiguration",
2520          "documentation":"<p>The proposed <code>S3PublicAccessBlock</code> configuration to apply to this Amazon S3 access point or multi-region access point.</p>"
2521        }
2522      },
2523      "documentation":"<p>The configuration for an Amazon S3 access point or multi-region access point for the bucket. You can propose up to 10 access points or multi-region 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>"
2524    },
2525    "S3AccessPointConfigurationsMap":{
2526      "type":"map",
2527      "key":{"shape":"AccessPointArn"},
2528      "value":{"shape":"S3AccessPointConfiguration"}
2529    },
2530    "S3BucketAclGrantConfiguration":{
2531      "type":"structure",
2532      "required":[
2533        "grantee",
2534        "permission"
2535      ],
2536      "members":{
2537        "grantee":{
2538          "shape":"AclGrantee",
2539          "documentation":"<p>The grantee to whom you’re assigning access rights.</p>"
2540        },
2541        "permission":{
2542          "shape":"AclPermission",
2543          "documentation":"<p>The permissions being granted.</p>"
2544        }
2545      },
2546      "documentation":"<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>"
2547    },
2548    "S3BucketAclGrantConfigurationsList":{
2549      "type":"list",
2550      "member":{"shape":"S3BucketAclGrantConfiguration"}
2551    },
2552    "S3BucketConfiguration":{
2553      "type":"structure",
2554      "members":{
2555        "accessPoints":{
2556          "shape":"S3AccessPointConfigurationsMap",
2557          "documentation":"<p>The configuration of Amazon S3 access points or multi-region access points for the bucket. You can propose up to 10 new access points per bucket.</p>"
2558        },
2559        "bucketAclGrants":{
2560          "shape":"S3BucketAclGrantConfigurationsList",
2561          "documentation":"<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>"
2562        },
2563        "bucketPolicy":{
2564          "shape":"S3BucketPolicy",
2565          "documentation":"<p>The proposed bucket policy for the Amazon S3 bucket.</p>"
2566        },
2567        "bucketPublicAccessBlock":{
2568          "shape":"S3PublicAccessBlockConfiguration",
2569          "documentation":"<p>The proposed block public access configuration for the Amazon S3 bucket.</p>"
2570        }
2571      },
2572      "documentation":"<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, Amazon S3 access points, and multi-region 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>"
2573    },
2574    "S3BucketPolicy":{"type":"string"},
2575    "S3PublicAccessBlockConfiguration":{
2576      "type":"structure",
2577      "required":[
2578        "ignorePublicAcls",
2579        "restrictPublicBuckets"
2580      ],
2581      "members":{
2582        "ignorePublicAcls":{
2583          "shape":"Boolean",
2584          "documentation":"<p> Specifies whether Amazon S3 should ignore public ACLs for this bucket and objects in this bucket. </p>"
2585        },
2586        "restrictPublicBuckets":{
2587          "shape":"Boolean",
2588          "documentation":"<p> Specifies whether Amazon S3 should restrict public bucket policies for this bucket. </p>"
2589        }
2590      },
2591      "documentation":"<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 or multi-region 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>"
2592    },
2593    "SecretsManagerSecretConfiguration":{
2594      "type":"structure",
2595      "members":{
2596        "kmsKeyId":{
2597          "shape":"SecretsManagerSecretKmsId",
2598          "documentation":"<p>The proposed ARN, key ID, or alias of the KMS customer master key (CMK).</p>"
2599        },
2600        "secretPolicy":{
2601          "shape":"SecretsManagerSecretPolicy",
2602          "documentation":"<p>The proposed resource policy defining who can access or manage the secret.</p>"
2603        }
2604      },
2605      "documentation":"<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 Amazon Web Services account. If you specify an empty string for the KMS key ID, the access preview uses the default CMK of the Amazon Web Services account. For more information about secret policy limits, see <a href=\"https://docs.aws.amazon.com/secretsmanager/latest/userguide/reference_limits.html\">Quotas for Secrets Manager.</a>.</p>"
2606    },
2607    "SecretsManagerSecretKmsId":{"type":"string"},
2608    "SecretsManagerSecretPolicy":{"type":"string"},
2609    "ServiceQuotaExceededException":{
2610      "type":"structure",
2611      "required":[
2612        "message",
2613        "resourceId",
2614        "resourceType"
2615      ],
2616      "members":{
2617        "message":{"shape":"String"},
2618        "resourceId":{
2619          "shape":"String",
2620          "documentation":"<p>The resource ID.</p>"
2621        },
2622        "resourceType":{
2623          "shape":"String",
2624          "documentation":"<p>The resource type.</p>"
2625        }
2626      },
2627      "documentation":"<p>Service quote met error.</p>",
2628      "error":{
2629        "httpStatusCode":402,
2630        "senderFault":true
2631      },
2632      "exception":true
2633    },
2634    "SharedViaList":{
2635      "type":"list",
2636      "member":{"shape":"String"}
2637    },
2638    "SortCriteria":{
2639      "type":"structure",
2640      "members":{
2641        "attributeName":{
2642          "shape":"String",
2643          "documentation":"<p>The name of the attribute to sort on.</p>"
2644        },
2645        "orderBy":{
2646          "shape":"OrderBy",
2647          "documentation":"<p>The sort order, ascending or descending.</p>"
2648        }
2649      },
2650      "documentation":"<p>The criteria used to sort.</p>"
2651    },
2652    "Span":{
2653      "type":"structure",
2654      "required":[
2655        "end",
2656        "start"
2657      ],
2658      "members":{
2659        "end":{
2660          "shape":"Position",
2661          "documentation":"<p>The end position of the span (exclusive).</p>"
2662        },
2663        "start":{
2664          "shape":"Position",
2665          "documentation":"<p>The start position of the span (inclusive).</p>"
2666        }
2667      },
2668      "documentation":"<p>A span in a policy. The span consists of a start position (inclusive) and end position (exclusive).</p>"
2669    },
2670    "SqsQueueConfiguration":{
2671      "type":"structure",
2672      "members":{
2673        "queuePolicy":{
2674          "shape":"SqsQueuePolicy",
2675          "documentation":"<p> The proposed resource policy for the Amazon SQS queue. </p>"
2676        }
2677      },
2678      "documentation":"<p>The proposed access control configuration for an Amazon SQS queue. You can propose a configuration for a new Amazon SQS queue or an existing Amazon SQS queue that you own by specifying the Amazon SQS policy. If the configuration is for an existing Amazon SQS queue and you do not specify the Amazon SQS policy, the access preview uses the existing Amazon 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 Amazon SQS queue without a policy. To propose deletion of an existing Amazon SQS queue policy, you can specify an empty string for the Amazon SQS policy. For more information about Amazon SQS policy limits, see <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/quotas-policies.html\">Quotas related to policies</a>.</p>"
2679    },
2680    "SqsQueuePolicy":{"type":"string"},
2681    "StartPolicyGenerationRequest":{
2682      "type":"structure",
2683      "required":["policyGenerationDetails"],
2684      "members":{
2685        "clientToken":{
2686          "shape":"String",
2687          "documentation":"<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 Amazon Web Services SDK.</p>",
2688          "idempotencyToken":true
2689        },
2690        "cloudTrailDetails":{
2691          "shape":"CloudTrailDetails",
2692          "documentation":"<p>A <code>CloudTrailDetails</code> object that contains details about a <code>Trail</code> that you want to analyze to generate policies.</p>"
2693        },
2694        "policyGenerationDetails":{
2695          "shape":"PolicyGenerationDetails",
2696          "documentation":"<p>Contains the ARN of the IAM entity (user or role) for which you are generating a policy.</p>"
2697        }
2698      }
2699    },
2700    "StartPolicyGenerationResponse":{
2701      "type":"structure",
2702      "required":["jobId"],
2703      "members":{
2704        "jobId":{
2705          "shape":"JobId",
2706          "documentation":"<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>"
2707        }
2708      }
2709    },
2710    "StartResourceScanRequest":{
2711      "type":"structure",
2712      "required":[
2713        "analyzerArn",
2714        "resourceArn"
2715      ],
2716      "members":{
2717        "analyzerArn":{
2718          "shape":"AnalyzerArn",
2719          "documentation":"<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>"
2720        },
2721        "resourceArn":{
2722          "shape":"ResourceArn",
2723          "documentation":"<p>The ARN of the resource to scan.</p>"
2724        }
2725      },
2726      "documentation":"<p>Starts a scan of the policies applied to the specified resource.</p>"
2727    },
2728    "StatusReason":{
2729      "type":"structure",
2730      "required":["code"],
2731      "members":{
2732        "code":{
2733          "shape":"ReasonCode",
2734          "documentation":"<p>The reason code for the current status of the analyzer.</p>"
2735        }
2736      },
2737      "documentation":"<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 Amazon Web Services organization.</p>"
2738    },
2739    "String":{"type":"string"},
2740    "Substring":{
2741      "type":"structure",
2742      "required":[
2743        "length",
2744        "start"
2745      ],
2746      "members":{
2747        "length":{
2748          "shape":"Integer",
2749          "documentation":"<p>The length of the substring.</p>"
2750        },
2751        "start":{
2752          "shape":"Integer",
2753          "documentation":"<p>The start index of the substring, starting from 0.</p>"
2754        }
2755      },
2756      "documentation":"<p>A reference to a substring of a literal string in a JSON document.</p>"
2757    },
2758    "TagKeys":{
2759      "type":"list",
2760      "member":{"shape":"String"}
2761    },
2762    "TagResourceRequest":{
2763      "type":"structure",
2764      "required":[
2765        "resourceArn",
2766        "tags"
2767      ],
2768      "members":{
2769        "resourceArn":{
2770          "shape":"String",
2771          "documentation":"<p>The ARN of the resource to add the tag to.</p>",
2772          "location":"uri",
2773          "locationName":"resourceArn"
2774        },
2775        "tags":{
2776          "shape":"TagsMap",
2777          "documentation":"<p>The tags to add to the resource.</p>"
2778        }
2779      },
2780      "documentation":"<p>Adds a tag to the specified resource.</p>"
2781    },
2782    "TagResourceResponse":{
2783      "type":"structure",
2784      "members":{
2785      },
2786      "documentation":"<p>The response to the request.</p>"
2787    },
2788    "TagsMap":{
2789      "type":"map",
2790      "key":{"shape":"String"},
2791      "value":{"shape":"String"}
2792    },
2793    "ThrottlingException":{
2794      "type":"structure",
2795      "required":["message"],
2796      "members":{
2797        "message":{"shape":"String"},
2798        "retryAfterSeconds":{
2799          "shape":"Integer",
2800          "documentation":"<p>The seconds to wait to retry.</p>",
2801          "location":"header",
2802          "locationName":"Retry-After"
2803        }
2804      },
2805      "documentation":"<p>Throttling limit exceeded error.</p>",
2806      "error":{
2807        "httpStatusCode":429,
2808        "senderFault":true
2809      },
2810      "exception":true,
2811      "retryable":{"throttling":true}
2812    },
2813    "Timestamp":{
2814      "type":"timestamp",
2815      "timestampFormat":"iso8601"
2816    },
2817    "Token":{"type":"string"},
2818    "Trail":{
2819      "type":"structure",
2820      "required":["cloudTrailArn"],
2821      "members":{
2822        "allRegions":{
2823          "shape":"Boolean",
2824          "documentation":"<p>Possible values are <code>true</code> or <code>false</code>. If set to <code>true</code>, IAM Access Analyzer retrieves CloudTrail data from all regions to analyze and generate a policy.</p>"
2825        },
2826        "cloudTrailArn":{
2827          "shape":"CloudTrailArn",
2828          "documentation":"<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>"
2829        },
2830        "regions":{
2831          "shape":"RegionList",
2832          "documentation":"<p>A list of regions to get CloudTrail data from and analyze to generate a policy.</p>"
2833        }
2834      },
2835      "documentation":"<p>Contains details about the CloudTrail trail being analyzed to generate a policy.</p>"
2836    },
2837    "TrailList":{
2838      "type":"list",
2839      "member":{"shape":"Trail"}
2840    },
2841    "TrailProperties":{
2842      "type":"structure",
2843      "required":["cloudTrailArn"],
2844      "members":{
2845        "allRegions":{
2846          "shape":"Boolean",
2847          "documentation":"<p>Possible values are <code>true</code> or <code>false</code>. If set to <code>true</code>, IAM Access Analyzer retrieves CloudTrail data from all regions to analyze and generate a policy.</p>"
2848        },
2849        "cloudTrailArn":{
2850          "shape":"CloudTrailArn",
2851          "documentation":"<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>"
2852        },
2853        "regions":{
2854          "shape":"RegionList",
2855          "documentation":"<p>A list of regions to get CloudTrail data from and analyze to generate a policy.</p>"
2856        }
2857      },
2858      "documentation":"<p>Contains details about the CloudTrail trail being analyzed to generate a policy.</p>"
2859    },
2860    "TrailPropertiesList":{
2861      "type":"list",
2862      "member":{"shape":"TrailProperties"}
2863    },
2864    "Type":{
2865      "type":"string",
2866      "enum":[
2867        "ACCOUNT",
2868        "ORGANIZATION"
2869      ]
2870    },
2871    "UntagResourceRequest":{
2872      "type":"structure",
2873      "required":[
2874        "resourceArn",
2875        "tagKeys"
2876      ],
2877      "members":{
2878        "resourceArn":{
2879          "shape":"String",
2880          "documentation":"<p>The ARN of the resource to remove the tag from.</p>",
2881          "location":"uri",
2882          "locationName":"resourceArn"
2883        },
2884        "tagKeys":{
2885          "shape":"TagKeys",
2886          "documentation":"<p>The key for the tag to add.</p>",
2887          "location":"querystring",
2888          "locationName":"tagKeys"
2889        }
2890      },
2891      "documentation":"<p>Removes a tag from the specified resource.</p>"
2892    },
2893    "UntagResourceResponse":{
2894      "type":"structure",
2895      "members":{
2896      },
2897      "documentation":"<p>The response to the request.</p>"
2898    },
2899    "UpdateArchiveRuleRequest":{
2900      "type":"structure",
2901      "required":[
2902        "analyzerName",
2903        "filter",
2904        "ruleName"
2905      ],
2906      "members":{
2907        "analyzerName":{
2908          "shape":"Name",
2909          "documentation":"<p>The name of the analyzer to update the archive rules for.</p>",
2910          "location":"uri",
2911          "locationName":"analyzerName"
2912        },
2913        "clientToken":{
2914          "shape":"String",
2915          "documentation":"<p>A client token.</p>",
2916          "idempotencyToken":true
2917        },
2918        "filter":{
2919          "shape":"FilterCriteriaMap",
2920          "documentation":"<p>A filter to match for the rules to update. Only rules that match the filter are updated.</p>"
2921        },
2922        "ruleName":{
2923          "shape":"Name",
2924          "documentation":"<p>The name of the rule to update.</p>",
2925          "location":"uri",
2926          "locationName":"ruleName"
2927        }
2928      },
2929      "documentation":"<p>Updates the specified archive rule.</p>"
2930    },
2931    "UpdateFindingsRequest":{
2932      "type":"structure",
2933      "required":[
2934        "analyzerArn",
2935        "status"
2936      ],
2937      "members":{
2938        "analyzerArn":{
2939          "shape":"AnalyzerArn",
2940          "documentation":"<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>"
2941        },
2942        "clientToken":{
2943          "shape":"String",
2944          "documentation":"<p>A client token.</p>",
2945          "idempotencyToken":true
2946        },
2947        "ids":{
2948          "shape":"FindingIdList",
2949          "documentation":"<p>The IDs of the findings to update.</p>"
2950        },
2951        "resourceArn":{
2952          "shape":"ResourceArn",
2953          "documentation":"<p>The ARN of the resource identified in the finding.</p>"
2954        },
2955        "status":{
2956          "shape":"FindingStatusUpdate",
2957          "documentation":"<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>"
2958        }
2959      },
2960      "documentation":"<p>Updates findings with the new values provided in the request.</p>"
2961    },
2962    "ValidatePolicyFinding":{
2963      "type":"structure",
2964      "required":[
2965        "findingDetails",
2966        "findingType",
2967        "issueCode",
2968        "learnMoreLink",
2969        "locations"
2970      ],
2971      "members":{
2972        "findingDetails":{
2973          "shape":"String",
2974          "documentation":"<p>A localized message that explains the finding and provides guidance on how to address it.</p>"
2975        },
2976        "findingType":{
2977          "shape":"ValidatePolicyFindingType",
2978          "documentation":"<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>"
2979        },
2980        "issueCode":{
2981          "shape":"IssueCode",
2982          "documentation":"<p>The issue code provides an identifier of the issue associated with this finding.</p>"
2983        },
2984        "learnMoreLink":{
2985          "shape":"LearnMoreLink",
2986          "documentation":"<p>A link to additional documentation about the type of finding.</p>"
2987        },
2988        "locations":{
2989          "shape":"LocationList",
2990          "documentation":"<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>"
2991        }
2992      },
2993      "documentation":"<p>A finding in a policy. Each finding is an actionable recommendation that can be used to improve the policy.</p>"
2994    },
2995    "ValidatePolicyFindingList":{
2996      "type":"list",
2997      "member":{"shape":"ValidatePolicyFinding"}
2998    },
2999    "ValidatePolicyFindingType":{
3000      "type":"string",
3001      "enum":[
3002        "ERROR",
3003        "SECURITY_WARNING",
3004        "SUGGESTION",
3005        "WARNING"
3006      ]
3007    },
3008    "ValidatePolicyRequest":{
3009      "type":"structure",
3010      "required":[
3011        "policyDocument",
3012        "policyType"
3013      ],
3014      "members":{
3015        "locale":{
3016          "shape":"Locale",
3017          "documentation":"<p>The locale to use for localizing the findings.</p>"
3018        },
3019        "maxResults":{
3020          "shape":"Integer",
3021          "documentation":"<p>The maximum number of results to return in the response.</p>",
3022          "location":"querystring",
3023          "locationName":"maxResults"
3024        },
3025        "nextToken":{
3026          "shape":"Token",
3027          "documentation":"<p>A token used for pagination of results returned.</p>",
3028          "location":"querystring",
3029          "locationName":"nextToken"
3030        },
3031        "policyDocument":{
3032          "shape":"PolicyDocument",
3033          "documentation":"<p>The JSON policy document to use as the content for the policy.</p>"
3034        },
3035        "policyType":{
3036          "shape":"PolicyType",
3037          "documentation":"<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 Amazon Web Services organization, organizational unit (OU), or an account.</p> <p>Resource policies grant permissions on Amazon Web Services resources. Resource policies include trust policies for IAM roles and bucket policies for Amazon S3 buckets. You can provide a generic input such as identity policy or resource policy or a specific input such as managed policy or Amazon S3 bucket policy. </p>"
3038        }
3039      }
3040    },
3041    "ValidatePolicyResponse":{
3042      "type":"structure",
3043      "required":["findings"],
3044      "members":{
3045        "findings":{
3046          "shape":"ValidatePolicyFindingList",
3047          "documentation":"<p>The list of findings in a policy returned by IAM Access Analyzer based on its suite of policy checks.</p>"
3048        },
3049        "nextToken":{
3050          "shape":"Token",
3051          "documentation":"<p>A token used for pagination of results returned.</p>"
3052        }
3053      }
3054    },
3055    "ValidationException":{
3056      "type":"structure",
3057      "required":[
3058        "message",
3059        "reason"
3060      ],
3061      "members":{
3062        "fieldList":{
3063          "shape":"ValidationExceptionFieldList",
3064          "documentation":"<p>A list of fields that didn't validate.</p>"
3065        },
3066        "message":{"shape":"String"},
3067        "reason":{
3068          "shape":"ValidationExceptionReason",
3069          "documentation":"<p>The reason for the exception.</p>"
3070        }
3071      },
3072      "documentation":"<p>Validation exception error.</p>",
3073      "error":{
3074        "httpStatusCode":400,
3075        "senderFault":true
3076      },
3077      "exception":true
3078    },
3079    "ValidationExceptionField":{
3080      "type":"structure",
3081      "required":[
3082        "message",
3083        "name"
3084      ],
3085      "members":{
3086        "message":{
3087          "shape":"String",
3088          "documentation":"<p>A message about the validation exception.</p>"
3089        },
3090        "name":{
3091          "shape":"String",
3092          "documentation":"<p>The name of the validation exception.</p>"
3093        }
3094      },
3095      "documentation":"<p>Contains information about a validation exception.</p>"
3096    },
3097    "ValidationExceptionFieldList":{
3098      "type":"list",
3099      "member":{"shape":"ValidationExceptionField"}
3100    },
3101    "ValidationExceptionReason":{
3102      "type":"string",
3103      "enum":[
3104        "unknownOperation",
3105        "cannotParse",
3106        "fieldValidationFailed",
3107        "other"
3108      ]
3109    },
3110    "ValueList":{
3111      "type":"list",
3112      "member":{"shape":"String"},
3113      "max":20,
3114      "min":1
3115    },
3116    "VpcConfiguration":{
3117      "type":"structure",
3118      "required":["vpcId"],
3119      "members":{
3120        "vpcId":{
3121          "shape":"VpcId",
3122          "documentation":"<p> If this field is specified, this access point will only allow connections from the specified VPC ID. </p>"
3123        }
3124      },
3125      "documentation":"<p>The proposed virtual private cloud (VPC) configuration for the Amazon S3 access point. VPC configuration does not apply to multi-region access points. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_VpcConfiguration.html\">VpcConfiguration</a>. </p>"
3126    },
3127    "VpcId":{
3128      "type":"string",
3129      "pattern":"vpc-([0-9a-f]){8}(([0-9a-f]){9})?"
3130    }
3131  },
3132  "documentation":"<p>Identity and Access Management 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 Amazon Web Services environment. An external principal can be another Amazon Web Services account, a root user, an IAM user or role, a federated user, an Amazon Web Services service, or an anonymous user. You can also use IAM Access Analyzer to preview and validate public and cross-account access to your resources before deploying permissions changes. This guide describes the Identity and Access Management Access Analyzer operations that you can call programmatically. For general information about IAM Access Analyzer, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/what-is-access-analyzer.html\">Identity and Access Management Access Analyzer</a> in the <b>IAM User Guide</b>.</p> <p>To start using IAM Access Analyzer, you first need to create an analyzer.</p>"
3133}
3134