v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1472262334.5 KB

Updates an existing report plan identified by its <code>ReportPlanName</code> with the input document in JSON format.

put/audit/report-plans/{reportPlanName}

Path parameters

reportPlanNamestring required

The unique name of the report plan. This name is between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).

Request body

ReportPlanDescriptionstring

An optional description of the report plan with a maximum 1,024 characters.

IdempotencyTokenstring

A customer-chosen string that you can use to distinguish between otherwise identical calls to <code>UpdateReportPlanInput</code>. Retrying a successful request with the same idempotency token results in a success message with no action taken.

Response

Success

ReportPlanNamestring

The unique name of the report plan.

ReportPlanArnstring

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

CreationTimestring date-time

The date and time that a report plan is created, in Unix format and Coordinated Universal Time (UTC). The value of <code>CreationTime</code> is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.