Module Values.UpdateAutomatedReasoningPolicyAnnotationsRequestSource

Updates the annotations for an Automated Reasoning policy build workflow. This allows you to modify extracted rules, variables, and types before finalizing the policy.

Sourcetype nonrec t = {
  1. policyArn : AutomatedReasoningPolicyArn.t;
    (*

    The Amazon Resource Name (ARN) of the Automated Reasoning policy whose annotations you want to update.

    *)
  2. buildWorkflowId : AutomatedReasoningPolicyBuildWorkflowId.t;
    (*

    The unique identifier of the build workflow whose annotations you want to update.

    *)
  3. annotations : AutomatedReasoningPolicyAnnotationList.t;
    (*

    The updated annotations containing modified rules, variables, and types for the policy.

    *)
  4. lastUpdatedAnnotationSetHash : AutomatedReasoningPolicyHash.t;
    (*

    The hash value of the annotation set that you're updating. This is used for optimistic concurrency control to prevent conflicting updates.

    *)
}
Sourceval context_ : string
Sourceval make : policyArn:AutomatedReasoningPolicyArn.t -> buildWorkflowId:AutomatedReasoningPolicyBuildWorkflowId.t -> annotations:AutomatedReasoningPolicyAnnotationList.t -> lastUpdatedAnnotationSetHash:AutomatedReasoningPolicyHash.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `List of [> `String of AutomatedReasoningPolicyDefinitionRuleId.t | `Structure of (string * [> `String of AutomatedReasoningPolicyDefinitionTypeValueName.t | `Structure of (string * [> `String of AutomatedReasoningPolicyDefinitionTypeValueName.t ]) list ]) list ] list | `String of AutomatedReasoningPolicyDefinitionTypeName.t ]) list ]) list ] list | `String of AutomatedReasoningPolicyArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t