Skip to content

Commit 344035a

Browse files
author
AWS
committed
Amazon Bedrock Update: Release includes an increase to the maximum policy build document size, an update to DeleteAutomatedReasoningPolicyBuildWorkflow to add ResourceInUseException, and corrections to UpdateAutomatedReasoningPolicyTestCaseRequest.
1 parent 758e830 commit 344035a

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
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": "Release includes an increase to the maximum policy build document size, an update to DeleteAutomatedReasoningPolicyBuildWorkflow to add ResourceInUseException, and corrections to UpdateAutomatedReasoningPolicyTestCaseRequest."
6+
}

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

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@
445445
{"shape":"ValidationException"},
446446
{"shape":"ConflictException"},
447447
{"shape":"InternalServerException"},
448+
{"shape":"ResourceInUseException"},
448449
{"shape":"ThrottlingException"}
449450
],
450451
"documentation":"<p>Deletes an Automated Reasoning policy build workflow and its associated artifacts. This permanently removes the workflow history and any generated assets.</p>",
@@ -2477,6 +2478,12 @@
24772478
"min":1,
24782479
"pattern":"arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:automated-reasoning-policy/[a-z0-9]{12}(:([1-9][0-9]{0,11}))?"
24792480
},
2481+
"AutomatedReasoningPolicyBuildDocumentBlob":{
2482+
"type":"blob",
2483+
"max":5000000,
2484+
"min":1,
2485+
"sensitive":true
2486+
},
24802487
"AutomatedReasoningPolicyBuildDocumentContentType":{
24812488
"type":"string",
24822489
"enum":[
@@ -2641,7 +2648,7 @@
26412648
],
26422649
"members":{
26432650
"document":{
2644-
"shape":"AutomatedReasoningPolicyBuildWorkflowDocumentDocumentBlob",
2651+
"shape":"AutomatedReasoningPolicyBuildDocumentBlob",
26452652
"documentation":"<p>The actual content of the source document that will be analyzed to extract policy rules and concepts.</p>"
26462653
},
26472654
"documentContentType":{
@@ -2659,11 +2666,6 @@
26592666
},
26602667
"documentation":"<p>Represents a source document used in the policy build workflow, containing the content and metadata needed for policy generation.</p>"
26612668
},
2662-
"AutomatedReasoningPolicyBuildWorkflowDocumentDocumentBlob":{
2663-
"type":"blob",
2664-
"max":4500000,
2665-
"min":1
2666-
},
26672669
"AutomatedReasoningPolicyBuildWorkflowDocumentList":{
26682670
"type":"list",
26692671
"member":{"shape":"AutomatedReasoningPolicyBuildWorkflowDocument"},
@@ -12525,10 +12527,6 @@
1252512527
"shape":"AutomatedReasoningCheckTranslationConfidence",
1252612528
"documentation":"<p>The updated minimum confidence level for logic validation. If null is provided, the threshold will be removed.</p>"
1252712529
},
12528-
"kmsKeyArn":{
12529-
"shape":"KmsKeyArn",
12530-
"documentation":"<p>The KMS key ARN for encrypting the test at rest. If not provided, the key will not be updated. Use <code>DISCARD</code> to remove the key.</p>"
12531-
},
1253212530
"clientRequestToken":{
1253312531
"shape":"IdempotencyToken",
1253412532
"documentation":"<p>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.</p>",

0 commit comments

Comments
 (0)