Skip to content

Bedrock  >  Unions  >  AutomatedReasoningPolicyMutation

AutomatedReasoningPolicyMutation

Union Type

Union Member Types

AutomatedReasoningPolicyMutationAddType dataclass

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

Attributes

value instance-attribute

AutomatedReasoningPolicyMutationUpdateType dataclass

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

Attributes

value instance-attribute

AutomatedReasoningPolicyMutationDeleteType dataclass

A mutation to remove a custom type from the policy.

Attributes

value instance-attribute

AutomatedReasoningPolicyMutationAddVariable dataclass

A mutation to add a new variable to the policy.

Attributes

value instance-attribute

AutomatedReasoningPolicyMutationUpdateVariable dataclass

A mutation to modify an existing variable in the policy.

Attributes

value instance-attribute

AutomatedReasoningPolicyMutationDeleteVariable dataclass

A mutation to remove a variable from the policy.

Attributes

value instance-attribute

AutomatedReasoningPolicyMutationAddRule dataclass

A mutation to add a new rule to the policy.

Attributes

value instance-attribute

AutomatedReasoningPolicyMutationUpdateRule dataclass

A mutation to modify an existing rule in the policy.

Attributes

value instance-attribute

AutomatedReasoningPolicyMutationDeleteRule dataclass

A mutation to remove a rule from the policy.

Attributes

value instance-attribute

AutomatedReasoningPolicyMutationUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str