AutomatedReasoningPolicyMutation - Amazon Bedrock
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

AutomatedReasoningPolicyMutation

A container for various mutation operations that can be applied to an Automated Reasoning policy, including adding, updating, and deleting policy elements.

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

addRule

A mutation to add a new rule to the policy.

Type: AutomatedReasoningPolicyAddRuleMutation object

Required: No

addType

A mutation to add a new custom type to the policy.

Type: AutomatedReasoningPolicyAddTypeMutation object

Required: No

addVariable

A mutation to add a new variable to the policy.

Type: AutomatedReasoningPolicyAddVariableMutation object

Required: No

deleteRule

A mutation to remove a rule from the policy.

Type: AutomatedReasoningPolicyDeleteRuleMutation object

Required: No

deleteType

A mutation to remove a custom type from the policy.

Type: AutomatedReasoningPolicyDeleteTypeMutation object

Required: No

deleteVariable

A mutation to remove a variable from the policy.

Type: AutomatedReasoningPolicyDeleteVariableMutation object

Required: No

updateRule

A mutation to modify an existing rule in the policy.

Type: AutomatedReasoningPolicyUpdateRuleMutation object

Required: No

updateType

A mutation to modify an existing custom type in the policy.

Type: AutomatedReasoningPolicyUpdateTypeMutation object

Required: No

updateVariable

A mutation to modify an existing variable in the policy.

Type: AutomatedReasoningPolicyUpdateVariableMutation object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: