NAME
Paws::CodeGuruReviewer - Perl Interface to AWS Amazon CodeGuru Reviewer
SYNOPSIS
use Paws;
my $obj = Paws->service('CodeGuruReviewer');
my $res = $obj->Method(
Arg1 => $val1,
Arg2 => [ 'V1', 'V2' ],
# if Arg3 is an object, the HashRef will be used as arguments to the constructor
# of the arguments type
Arg3 => { Att1 => 'Val1' },
# if Arg4 is an array of objects, the HashRefs will be passed as arguments to
# the constructor of the arguments type
Arg4 => [ { Att1 => 'Val1' }, { Att1 => 'Val2' } ],
);
DESCRIPTION
This section provides documentation for the Amazon CodeGuru Reviewer API operations.
For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/codeguru-reviewer-2019-09-19
METHODS
AssociateRepository
- Repository => Paws::CodeGuruReviewer::Repository
- [ClientRequestToken => Str]
Each argument is described in detail in: Paws::CodeGuruReviewer::AssociateRepository
Returns: a Paws::CodeGuruReviewer::AssociateRepositoryResponse instance
Associates an AWS CodeCommit repository with Amazon CodeGuru Reviewer. When you associate an AWS CodeCommit repository with Amazon CodeGuru Reviewer, Amazon CodeGuru Reviewer will provide recommendations for each pull request. You can view recommendations in the AWS CodeCommit repository.
You can associate a GitHub repository using the Amazon CodeGuru Reviewer console.
DescribeRepositoryAssociation
Each argument is described in detail in: Paws::CodeGuruReviewer::DescribeRepositoryAssociation
Returns: a Paws::CodeGuruReviewer::DescribeRepositoryAssociationResponse instance
Describes a repository association.
DisassociateRepository
Each argument is described in detail in: Paws::CodeGuruReviewer::DisassociateRepository
Returns: a Paws::CodeGuruReviewer::DisassociateRepositoryResponse instance
Removes the association between Amazon CodeGuru Reviewer and a repository.
ListRepositoryAssociations
- [MaxResults => Int]
- [Names => ArrayRef[Str|Undef]]
- [NextToken => Str]
- [Owners => ArrayRef[Str|Undef]]
- [ProviderTypes => ArrayRef[Str|Undef]]
- [States => ArrayRef[Str|Undef]]
Each argument is described in detail in: Paws::CodeGuruReviewer::ListRepositoryAssociations
Returns: a Paws::CodeGuruReviewer::ListRepositoryAssociationsResponse instance
Lists repository associations. You can optionally filter on one or more of the following recommendation properties: provider types, states, names, and owners.
PAGINATORS
Paginator methods are helpers that repetively call methods that return partial results
ListAllRepositoryAssociations(sub { },[MaxResults => Int, Names => ArrayRef[Str|Undef], NextToken => Str, Owners => ArrayRef[Str|Undef], ProviderTypes => ArrayRef[Str|Undef], States => ArrayRef[Str|Undef]])
ListAllRepositoryAssociations([MaxResults => Int, Names => ArrayRef[Str|Undef], NextToken => Str, Owners => ArrayRef[Str|Undef], ProviderTypes => ArrayRef[Str|Undef], States => ArrayRef[Str|Undef]])
If passed a sub as first parameter, it will call the sub for each element found in :
- RepositoryAssociationSummaries, passing the object as the first parameter, and the string 'RepositoryAssociationSummaries' as the second parameter
If not, it will return a a Paws::CodeGuruReviewer::ListRepositoryAssociationsResponse instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.
SEE ALSO
This service class forms part of Paws
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues