Values.UpdateApprovalRuleTemplateContentOutputSourceUpdates the content of an approval rule template. You can change the number of required approvals, the membership of the approval rule, and whether an approval pool is defined.
type nonrec error = [ | `ApprovalRuleTemplateContentRequiredException of
ApprovalRuleTemplateContentRequiredException.t| `ApprovalRuleTemplateDoesNotExistException of
ApprovalRuleTemplateDoesNotExistException.t| `ApprovalRuleTemplateNameRequiredException of
ApprovalRuleTemplateNameRequiredException.t| `InvalidApprovalRuleTemplateContentException of
InvalidApprovalRuleTemplateContentException.t| `InvalidApprovalRuleTemplateNameException of
InvalidApprovalRuleTemplateNameException.t| `InvalidRuleContentSha256Exception of InvalidRuleContentSha256Exception.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ApprovalRuleTemplateContentRequiredException of unit
| `ApprovalRuleTemplateDoesNotExistException of unit
| `ApprovalRuleTemplateNameRequiredException of unit
| `InvalidApprovalRuleTemplateContentException of unit
| `InvalidApprovalRuleTemplateNameException of unit
| `InvalidRuleContentSha256Exception of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ApprovalRuleTemplateContentRequiredException of unit
| `ApprovalRuleTemplateDoesNotExistException of unit
| `ApprovalRuleTemplateNameRequiredException of unit
| `InvalidApprovalRuleTemplateContentException of unit
| `InvalidApprovalRuleTemplateNameException of unit
| `InvalidRuleContentSha256Exception 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 ]