You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-bedrock): This release includes model updates and enhanced SDK documentation for union fields in automated reasoning policy components. Added docs cover policy definitions, mutations (add/update for rules/types/variables), build assets, workflow sources, test results, and tag exception handling.
* <p>The request contains more tags than can be associated with a resource (50 tags per resource). The maximum number of tags includes both existing tags and those included in your current request. </p>
* <p>Represents a formal logic rule in an Automated Reasoning policy. For example, rules can be expressed as if-then statements that define logical constraints.</p>
1755
+
* <p>The rule definition that specifies the formal logical expression and metadata for the new rule being added to the policy.</p>
* <p>Represents a custom user-defined viarble type in an Automated Reasoning policy. Types are enum-based and provide additional context beyond predefined variable types.</p>
1767
+
* <p>The type definition that specifies the name, description, and possible values for the new custom type being added to the policy.</p>
* <p>Represents a variable in an Automated Reasoning policy. Variables represent concepts that can have values assigned during natural language translation.</p>
1779
+
* <p>The variable definition that specifies the name, type, and description for the new variable being added to the policy.</p>
* <p>Represents a formal logic rule in an Automated Reasoning policy. For example, rules can be expressed as if-then statements that define logical constraints.</p>
1827
+
* <p>The updated rule definition containing the modified formal logical expression and any changed metadata for the existing rule.</p>
* <p>Represents a custom user-defined viarble type in an Automated Reasoning policy. Types are enum-based and provide additional context beyond predefined variable types.</p>
1839
+
* <p>The updated type definition containing the modified name, description, or values for the existing custom type.</p>
* <p>Represents a variable in an Automated Reasoning policy. Variables represent concepts that can have values assigned during natural language translation.</p>
1851
+
* <p>The updated variable definition containing the modified name, type, or description for the existing variable.</p>
* <p>Represents a variable in an Automated Reasoning policy. Variables represent concepts that can have values assigned during natural language translation.</p>
2183
+
* <p>A variable element within the policy definition that represents a concept used in logical expressions and rules.</p>
* <p>Represents a custom user-defined viarble type in an Automated Reasoning policy. Types are enum-based and provide additional context beyond predefined variable types.</p>
2194
+
* <p>A custom type element within the policy definition that defines a set of possible values for variables.</p>
* <p>Represents a formal logic rule in an Automated Reasoning policy. For example, rules can be expressed as if-then statements that define logical constraints.</p>
2205
+
* <p>A rule element within the policy definition that contains a formal logical expression used for validation.</p>
2206
2206
* @public
2207
2207
*/
2208
2208
exportinterfacePolicyDefinitionRuleMember{
@@ -2418,7 +2418,7 @@ export type AutomatedReasoningPolicyBuildResultAssets =
* <p>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.</p>
2421
+
* <p>The complete policy definition generated by the build workflow, containing all rules, variables, and custom types extracted from the source documents.</p>
2422
2422
* @public
2423
2423
*/
2424
2424
exportinterfacePolicyDefinitionMember{
@@ -3151,7 +3151,7 @@ export type AutomatedReasoningPolicyTestRunStatus =
* <p>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.</p>
3566
+
* <p>An existing policy definition that serves as the starting point for the build workflow, typically used in policy repair or update scenarios.</p>
"smithy.api#documentation": "<p>The rule definition that specifies the formal logical expression and metadata for the new rule being added to the policy.</p>",
"smithy.api#documentation": "<p>The type definition that specifies the name, description, and possible values for the new custom type being added to the policy.</p>",
"smithy.api#documentation": "<p>The variable definition that specifies the name, type, and description for the new variable being added to the policy.</p>",
"smithy.api#documentation": "<p>The complete policy definition generated by the build workflow, containing all rules, variables, and custom types extracted from the source documents.</p>"
"smithy.api#documentation": "<p>An existing policy definition that serves as the starting point for the build workflow, typically used in policy repair or update scenarios.</p>"
"smithy.api#documentation": "<p>The test case that was executed, including the input content, expected results, and configuration parameters used during validation.</p>",
"smithy.api#documentation": "<p>The updated rule definition containing the modified formal logical expression and any changed metadata for the existing rule.</p>",
0 commit comments