v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1428218151.8 KB

Updates the status for the specified findings.

put/finding

Request body

analyzerArnstring required

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.

status'ACTIVE' | 'ARCHIVED' required

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.

idsFindingId[]

The IDs of the findings to update.

resourceArnstring

The ARN of the resource identified in the finding.

clientTokenstring

A client token.

Response

Success