v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141531,219979.8 KB

Updates an existing policy engine within the AgentCore Policy system. This operation allows modification of the policy engine description while maintaining its identity. This is an asynchronous operation. Use the <code>GetPolicyEngine</code> operation to poll the <code>status</code> field to track completion.

patch/policy-engines/{policyEngineId}

Path parameters

policyEngineIdstring required

The unique identifier of the policy engine to be updated.

Request body

Response

Success

policyEngineIdstring required

The unique identifier of the updated policy engine.

namestring required

The name of the updated policy engine.

createdAtstring date-time required

The original creation timestamp of the policy engine.

updatedAtstring date-time required

The timestamp when the policy engine was last updated.

policyEngineArnstring required

The ARN of the updated policy engine.

status'CREATING' | 'ACTIVE' | 'UPDATING' | 'DELETING' | 'CREATE_FAILED' | 'UPDATE_FAILED' | 'DELETE_FAILED' required

The current status of the updated policy engine.

encryptionKeyArnstring

The Amazon Resource Name (ARN) of the KMS key used to encrypt the policy engine data.

descriptionstring password

The updated description of the policy engine.

statusReasonsString[] required

Additional information about the update status.