Values.GetAutomatedReasoningPolicyResponseSourceRetrieves details about an Automated Reasoning policy or policy version. Returns information including the policy definition, metadata, and timestamps.
type nonrec t = {policyArn : AutomatedReasoningPolicyArn.t option;The Amazon Resource Name (ARN) of the policy.
*)name : AutomatedReasoningPolicyName.t option;The name of the policy.
*)version : AutomatedReasoningPolicyVersion.t option;The version of the policy.
*)policyId : AutomatedReasoningPolicyId.t option;The unique identifier of the policy.
*)description : AutomatedReasoningPolicyDescription.t option;The description of the policy.
*)definitionHash : AutomatedReasoningPolicyHash.t option;The hash of the policy definition used as a concurrency token.
*)kmsKeyArn : KmsKeyArn.t option;The Amazon Resource Name (ARN) of the KMS key used to encrypt the automated reasoning policy and its associated artifacts. If a KMS key is not provided during the initial CreateAutomatedReasoningPolicyRequest, the kmsKeyArn won't be included in the GetAutomatedReasoningPolicyResponse.
*)createdAt : Timestamp.t option;The timestamp when the policy was created.
*)updatedAt : Timestamp.t option;The timestamp when the policy was last updated.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]val to_value :
t ->
[> `Structure of
(string
* [> `String of AutomatedReasoningPolicyArn.t
| `Timestamp of Timestamp.t ])
list ]