codecommit_update_approval_rule_template_name {paws.developer.tools}R Documentation

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.


[Package paws.developer.tools version 0.9.0 Index]