Skip to content

Commit 260332b

Browse files
author
AWS
committed
Amazon Bedrock Update: You can now generate policy scenarios on demand using the new GENERATE POLICY SCENARIOS build workflow type. Scenarios will no longer be automatically generated during INGEST CONTENT, REFINE POLICY, and IMPORT POLICY workflows, resulting in faster completion times for these operations.
1 parent a27c601 commit 260332b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Bedrock",
4+
"contributor": "",
5+
"description": "You can now generate policy scenarios on demand using the new GENERATE POLICY SCENARIOS build workflow type. Scenarios will no longer be automatically generated during INGEST CONTENT, REFINE POLICY, and IMPORT POLICY workflows, resulting in faster completion times for these operations."
6+
}

services/bedrock/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3126,7 +3126,8 @@
31263126
"INGEST_CONTENT",
31273127
"REFINE_POLICY",
31283128
"IMPORT_POLICY",
3129-
"GENERATE_FIDELITY_REPORT"
3129+
"GENERATE_FIDELITY_REPORT",
3130+
"GENERATE_POLICY_SCENARIOS"
31303131
]
31313132
},
31323133
"AutomatedReasoningPolicyConflictedRuleIdList":{

0 commit comments

Comments
 (0)