

# AutomatedReasoningPolicyTypeValueAnnotation
<a name="API_AutomatedReasoningPolicyTypeValueAnnotation"></a>

An annotation for managing values within custom types, including adding, updating, or removing specific type values.

## Contents
<a name="API_AutomatedReasoningPolicyTypeValueAnnotation_Contents"></a>

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

 ** addTypeValue **   <a name="bedrock-Type-AutomatedReasoningPolicyTypeValueAnnotation-addTypeValue"></a>
An operation to add a new value to an existing custom type.  
Type: [AutomatedReasoningPolicyAddTypeValue](API_AutomatedReasoningPolicyAddTypeValue.md) object  
Required: No

 ** deleteTypeValue **   <a name="bedrock-Type-AutomatedReasoningPolicyTypeValueAnnotation-deleteTypeValue"></a>
An operation to remove a value from an existing custom type.  
Type: [AutomatedReasoningPolicyDeleteTypeValue](API_AutomatedReasoningPolicyDeleteTypeValue.md) object  
Required: No

 ** updateTypeValue **   <a name="bedrock-Type-AutomatedReasoningPolicyTypeValueAnnotation-updateTypeValue"></a>
An operation to modify an existing value within a custom type.  
Type: [AutomatedReasoningPolicyUpdateTypeValue](API_AutomatedReasoningPolicyUpdateTypeValue.md) object  
Required: No

## See Also
<a name="API_AutomatedReasoningPolicyTypeValueAnnotation_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/bedrock-2023-04-20/AutomatedReasoningPolicyTypeValueAnnotation) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/bedrock-2023-04-20/AutomatedReasoningPolicyTypeValueAnnotation) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/bedrock-2023-04-20/AutomatedReasoningPolicyTypeValueAnnotation) 