|
445 | 445 | {"shape":"ValidationException"},
|
446 | 446 | {"shape":"ConflictException"},
|
447 | 447 | {"shape":"InternalServerException"},
|
| 448 | + {"shape":"ResourceInUseException"}, |
448 | 449 | {"shape":"ThrottlingException"}
|
449 | 450 | ],
|
450 | 451 | "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 | 2478 | "min":1,
|
2478 | 2479 | "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}))?"
|
2479 | 2480 | },
|
| 2481 | + "AutomatedReasoningPolicyBuildDocumentBlob":{ |
| 2482 | + "type":"blob", |
| 2483 | + "max":5000000, |
| 2484 | + "min":1, |
| 2485 | + "sensitive":true |
| 2486 | + }, |
2480 | 2487 | "AutomatedReasoningPolicyBuildDocumentContentType":{
|
2481 | 2488 | "type":"string",
|
2482 | 2489 | "enum":[
|
|
2641 | 2648 | ],
|
2642 | 2649 | "members":{
|
2643 | 2650 | "document":{
|
2644 |
| - "shape":"AutomatedReasoningPolicyBuildWorkflowDocumentDocumentBlob", |
| 2651 | + "shape":"AutomatedReasoningPolicyBuildDocumentBlob", |
2645 | 2652 | "documentation":"<p>The actual content of the source document that will be analyzed to extract policy rules and concepts.</p>"
|
2646 | 2653 | },
|
2647 | 2654 | "documentContentType":{
|
|
2659 | 2666 | },
|
2660 | 2667 | "documentation":"<p>Represents a source document used in the policy build workflow, containing the content and metadata needed for policy generation.</p>"
|
2661 | 2668 | },
|
2662 |
| - "AutomatedReasoningPolicyBuildWorkflowDocumentDocumentBlob":{ |
2663 |
| - "type":"blob", |
2664 |
| - "max":4500000, |
2665 |
| - "min":1 |
2666 |
| - }, |
2667 | 2669 | "AutomatedReasoningPolicyBuildWorkflowDocumentList":{
|
2668 | 2670 | "type":"list",
|
2669 | 2671 | "member":{"shape":"AutomatedReasoningPolicyBuildWorkflowDocument"},
|
|
12525 | 12527 | "shape":"AutomatedReasoningCheckTranslationConfidence",
|
12526 | 12528 | "documentation":"<p>The updated minimum confidence level for logic validation. If null is provided, the threshold will be removed.</p>"
|
12527 | 12529 | },
|
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 |
| - }, |
12532 | 12530 | "clientRequestToken":{
|
12533 | 12531 | "shape":"IdempotencyToken",
|
12534 | 12532 | "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