createApprovalRuleTemplate
inline suspend fun CodeCommitClient.createApprovalRuleTemplate(crossinline block: CreateApprovalRuleTemplateRequest.Builder.() -> Unit): CreateApprovalRuleTemplateResponse
Creates a template for approval rules that can then be associated with one or more repositories in your Amazon Web Services account. When you associate a template with a repository, CodeCommit creates an approval rule that matches the conditions of the template for all pull requests that meet the conditions of the template. For more information, see AssociateApprovalRuleTemplateWithRepository.