Learn R Programming

paws.developer.tools (version 0.8.0)

codecommit_update_approval_rule_template_name: Updates the name of a specified approval rule template

Description

Updates the name of a specified approval rule template.

See https://www.paws-r-sdk.com/docs/codecommit_update_approval_rule_template_name/ for full documentation.

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.