Update Approval Rule Template Name
codecommit_update_approval_rule_template_name | R Documentation |
Updates the name of a specified approval rule template¶
Description¶
Updates the name of a specified approval rule template.
Usage¶
codecommit_update_approval_rule_template_name(
oldApprovalRuleTemplateName, newApprovalRuleTemplateName)
Arguments¶
oldApprovalRuleTemplateName
[required] The current name of the approval rule template.
newApprovalRuleTemplateName
[required] The new name you want to apply to the approval rule template.
Value¶
A list with the following syntax:
list(
approvalRuleTemplate = list(
approvalRuleTemplateId = "string",
approvalRuleTemplateName = "string",
approvalRuleTemplateDescription = "string",
approvalRuleTemplateContent = "string",
ruleContentSha256 = "string",
lastModifiedDate = as.POSIXct(
"2015-01-01"
),
creationDate = as.POSIXct(
"2015-01-01"
),
lastModifiedUser = "string"
)
)