Module Values.GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponseSource

Retrieves the resulting assets from a completed Automated Reasoning policy build workflow, including build logs, quality reports, and generated policy artifacts.

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

    The Amazon Resource Name (ARN) of the Automated Reasoning policy.

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

    The unique identifier of the build workflow.

    *)
  3. buildWorkflowAssets : AutomatedReasoningPolicyBuildResultAssets.t option;
    (*

    The requested build workflow asset. This is a union type that returns only one of the available asset types (logs, reports, or generated artifacts) based on the specific asset type requested in the API call.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `InternalServerException of InternalServerException.t
  3. | `ResourceNotFoundException of ResourceNotFoundException.t
  4. | `ThrottlingException of ThrottlingException.t
  5. | `ValidationException of ValidationException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?policyArn:??? -> ?buildWorkflowId:??? -> ?buildWorkflowAssets:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `InternalServerException of InternalServerException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `ThrottlingException of ThrottlingException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AutomatedReasoningPolicyArn.t | `Structure of (string * [> `Structure of (string * [> `Blob of AutomatedReasoningPolicyBuildDocumentBlob.t | `Double of AutomatedReasoningPolicyCoverageScore.t | `Enum of string | `Integer of Integer.t | `List of [> `String of AutomatedReasoningPolicyDefinitionTypeName.t | `Structure of (string * [> `Enum of string | `List of [> `String of AutomatedReasoningPolicyDefinitionVariableName.t | `Structure of (string * [> `Integer of Integer.t | `List of [> `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `String of AutomatedReasoningPolicyLineText.t ]) list ]) list ] list | `String of AutomatedReasoningPolicyDefinitionTypeValueName.t | `Structure of (string * [> `List of [> `Integer of Integer.t ] list | `Structure of (string * [> `List of [> `Structure of (string * [> `String of AutomatedReasoningPolicyDefinitionTypeValueName.t ]) list ] list | `String of AutomatedReasoningPolicyDefinitionVariableName.t | `Structure of (string * [> `String of AutomatedReasoningPolicyDefinitionTypeName.t | `Structure of (string * [> `List of [> `Structure of (string * [> `String of AutomatedReasoningPolicyDefinitionTypeValueName.t ]) list ] list | `String of AutomatedReasoningPolicyDefinitionTypeName.t ]) list ]) list ]) list ]) list ]) list ] list | `String of AutomatedReasoningPolicyDefinitionTypeName.t | `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 ] list | `Map of ([> `String of AutomatedReasoningPolicyDefinitionRuleId.t ] * [> `Structure of (string * [> `Double of AutomatedReasoningPolicyAccuracyScore.t | `List of [> `String of AutomatedReasoningPolicyJustificationText.t | `Structure of (string * [> `String of AutomatedReasoningPolicyDocumentId.t ]) list ] list | `String of AutomatedReasoningPolicyDefinitionRuleId.t ]) list ]) list | `String of AutomatedReasoningPolicyFormatVersion.t ]) list ]) list ]) 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