aws-codeartifact-repository/src/main/java/software/amazon/codeartifact/repository/Translator.java [103:114]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      String repositoryName,
      String domainName,
      String domainOwner
  ) {

    String arn = ArnUtils.repoArn(
        request.getAwsPartition(),
        request.getRegion(),
        domainOwner,
        domainName,
        repositoryName)
        .arn();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-codeartifact-repository/src/main/java/software/amazon/codeartifact/repository/Translator.java [129:140]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      String repositoryName,
      String domainName,
      String domainOwner
  ) {

    String arn = ArnUtils.repoArn(
        request.getAwsPartition(),
        request.getRegion(),
        domainOwner,
        domainName,
        repositoryName)
        .arn();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



