v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14108906717.7 KB

Creates a new version of an existing Automated Reasoning policy. This allows you to iterate on your policy rules while maintaining previous versions for rollback or comparison purposes.

post/automated-reasoning-policies/{policyArn}/versions

Path parameters

policyArnstring required

The Amazon Resource Name (ARN) of the Automated Reasoning policy for which to create a version.

Request body

clientRequestTokenstring

A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error.

lastUpdatedDefinitionHashstring required

The hash of the current policy definition used as a concurrency token to ensure the policy hasn't been modified since you last retrieved it.

Response

Success

policyArnstring required

The versioned Amazon Resource Name (ARN) of the policy version.

versionstring required

The version number of the policy version.

namestring password required

The name of the policy version.

descriptionstring password

The description of the policy version.

definitionHashstring required

The hash of the policy definition for this version.

createdAtstring date-time required

The timestamp when the policy version was created.