Values.GetApprovalRuleTemplateOutputSourceReturns information about a specified approval rule template.
type nonrec t = {approvalRuleTemplate : ApprovalRuleTemplate.t option;The content and structure of the approval rule template.
*)}type nonrec error = [ | `ApprovalRuleTemplateDoesNotExistException of
ApprovalRuleTemplateDoesNotExistException.t| `ApprovalRuleTemplateNameRequiredException of
ApprovalRuleTemplateNameRequiredException.t| `InvalidApprovalRuleTemplateNameException of
InvalidApprovalRuleTemplateNameException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ApprovalRuleTemplateDoesNotExistException of unit
| `ApprovalRuleTemplateNameRequiredException of unit
| `InvalidApprovalRuleTemplateNameException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ApprovalRuleTemplateDoesNotExistException of unit
| `ApprovalRuleTemplateNameRequiredException of unit
| `InvalidApprovalRuleTemplateNameException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of ApprovalRuleTemplateId.t
| `Timestamp of LastModifiedDate.t ])
list ])
list ]