AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-08-13 · Documentation low

File: cli/latest/reference/bedrock/get-automated-reasoning-policy-build-workflow-result-assets.md

Summary

Improved documentation for Automated Reasoning policy components with clearer definitions of types, variables, and rules

Security assessment

Enhances technical documentation clarity about policy structure but doesn't introduce or modify security controls. Changes focus on improving understanding of policy composition rather than addressing vulnerabilities.

Diff

diff --git a/cli/latest/reference/bedrock/get-automated-reasoning-policy-build-workflow-result-assets.md b/cli/latest/reference/bedrock/get-automated-reasoning-policy-build-workflow-result-assets.md
index b890ffed8..9193c3cdd 100644
--- a//cli/latest/reference/bedrock/get-automated-reasoning-policy-build-workflow-result-assets.md
+++ b//cli/latest/reference/bedrock/get-automated-reasoning-policy-build-workflow-result-assets.md
@@ -15 +15 @@
-  * [AWS CLI 2.28.6 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.8 Command Reference](../../index.html) »
@@ -231 +231 @@ buildWorkflowAssets -> (tagged union structure)
->> Contains the formal logic rules, variables, and custom variable types that define an Automated Reasoning policy. The policy definition specifies the constraints used to validate foundation model responses for accuracy and logical consistency.
+>> The complete policy definition generated by the build workflow, containing all rules, variables, and custom types extracted from the source documents.
@@ -653 +653 @@ buildWorkflowAssets -> (tagged union structure)
->>>>>>>>>> Represents a custom user-defined viarble type in an Automated Reasoning policy. Types are enum-based and provide additional context beyond predefined variable types.
+>>>>>>>>>> The type definition that specifies the name, description, and possible values for the new custom type being added to the policy.
@@ -685 +685 @@ buildWorkflowAssets -> (tagged union structure)
->>>>>>>>>> Represents a custom user-defined viarble type in an Automated Reasoning policy. Types are enum-based and provide additional context beyond predefined variable types.
+>>>>>>>>>> The updated type definition containing the modified name, description, or values for the existing custom type.
@@ -725 +725 @@ buildWorkflowAssets -> (tagged union structure)
->>>>>>>>>> Represents a variable in an Automated Reasoning policy. Variables represent concepts that can have values assigned during natural language translation.
+>>>>>>>>>> The variable definition that specifies the name, type, and description for the new variable being added to the policy.
@@ -745 +745 @@ buildWorkflowAssets -> (tagged union structure)
->>>>>>>>>> Represents a variable in an Automated Reasoning policy. Variables represent concepts that can have values assigned during natural language translation.
+>>>>>>>>>> The updated variable definition containing the modified name, type, or description for the existing variable.
@@ -773 +773 @@ buildWorkflowAssets -> (tagged union structure)
->>>>>>>>>> Represents a formal logic rule in an Automated Reasoning policy. For example, rules can be expressed as if-then statements that define logical constraints.
+>>>>>>>>>> The rule definition that specifies the formal logical expression and metadata for the new rule being added to the policy.
@@ -793 +793 @@ buildWorkflowAssets -> (tagged union structure)
->>>>>>>>>> Represents a formal logic rule in an Automated Reasoning policy. For example, rules can be expressed as if-then statements that define logical constraints.
+>>>>>>>>>> The updated rule definition containing the modified formal logical expression and any changed metadata for the existing rule.
@@ -825 +825 @@ buildWorkflowAssets -> (tagged union structure)
->>>>>>>> Represents a variable in an Automated Reasoning policy. Variables represent concepts that can have values assigned during natural language translation.
+>>>>>>>> A variable element within the policy definition that represents a concept used in logical expressions and rules.
@@ -841 +841 @@ buildWorkflowAssets -> (tagged union structure)
->>>>>>>> Represents a custom user-defined viarble type in an Automated Reasoning policy. Types are enum-based and provide additional context beyond predefined variable types.
+>>>>>>>> A custom type element within the policy definition that defines a set of possible values for variables.
@@ -869 +869 @@ buildWorkflowAssets -> (tagged union structure)
->>>>>>>> Represents a formal logic rule in an Automated Reasoning policy. For example, rules can be expressed as if-then statements that define logical constraints.
+>>>>>>>> A rule element within the policy definition that contains a formal logical expression used for validation.
@@ -909 +909 @@ buildWorkflowAssets -> (tagged union structure)
-  * [AWS CLI 2.28.6 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.8 Command Reference](../../index.html) »