Values.GetPolicyTemplateOutputSourceRetrieve the details for the specified policy template in the specified policy store.
type nonrec t = {policyStoreId : PolicyStoreId.t option;The ID of the policy store that contains the policy template.
*)policyTemplateId : PolicyTemplateId.t option;The ID of the policy template.
*)description : PolicyTemplateDescription.t option;The description of the policy template.
*)statement : PolicyStatement.t option;The content of the body of the policy template written in the Cedar policy language.
*)createdDate : TimestampFormat.t option;The date and time that the policy template was originally created.
*)lastUpdatedDate : TimestampFormat.t option;The date and time that the policy template was most recently updated.
*)name : PolicyTemplateName.t option;The name of the policy template, if one was assigned when the policy template was created or 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 PolicyStoreId.t | `Timestamp of TimestampFormat.t ])
list ]