Repository repository
The repository to associate.
String clientRequestToken
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
If you want to add a new repository association, this parameter specifies a unique identifier for the new repository association that helps ensure idempotency.
If you use the AWS CLI or one of the AWS SDK to call this operation, then you can leave this parameter empty. The CLI or SDK generates a random UUID for you and includes that in the request. If you don't use the SDK and instead generate a raw HTTP request to the Secrets Manager service endpoint, then you must generate a ClientRequestToken yourself for new versions and include that value in the request.
You typically only need to interact with this value if you implement your own retry logic and want to ensure that a given repository association is not created twice. We recommend that you generate a UUID-type value to ensure uniqueness within the specified repository association.
Amazon CodeGuru Reviewer uses this value to prevent the accidental creation of duplicate repository associations if there are failures and retries.
RepositoryAssociation repositoryAssociation
Information about the repository association.
String name
The name of the AWS CodeCommit repository.
String associationArn
The Amazon Resource Name (ARN) identifying the association.
RepositoryAssociation repositoryAssociation
Information about the repository association.
String associationArn
The Amazon Resource Name (ARN) identifying the association.
RepositoryAssociation repositoryAssociation
Information about the disassociated repository.
List<E> providerTypes
List of provider types to use as a filter.
List<E> states
List of states to use as a filter.
List<E> names
List of names to use as a filter.
List<E> owners
List of owners to use as a filter. For AWS CodeCommit, the owner is the AWS account id. For GitHub, it is the GitHub account name.
Integer maxResults
The maximum number of repository association results returned by ListRepositoryAssociations in
paginated output. When this parameter is used, ListRepositoryAssociations only returns
maxResults results in a single page along with a nextToken response element. The
remaining results of the initial request can be seen by sending another ListRepositoryAssociations
request with the returned nextToken value. This value can be between 1 and 100. If this parameter is
not used, then ListRepositoryAssociations returns up to 100 results and a nextToken
value if applicable.
String nextToken
The nextToken value returned from a previous paginated ListRepositoryAssociations
request where maxResults was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the nextToken value.
This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes.
List<E> repositoryAssociationSummaries
A list of repository associations that meet the criteria of the request.
String nextToken
The nextToken value to include in a future ListRecommendations request. When the
results of a ListRecommendations request exceed maxResults, this value can be used to
retrieve the next page of results. This value is null when there are no more results to return.
CodeCommitRepository codeCommit
Information about an AWS CodeCommit repository.
String associationId
The id of the repository association.
String associationArn
The Amazon Resource Name (ARN) identifying the repository association.
String name
The name of the repository.
String owner
The owner of the repository.
String providerType
The provider type of the repository association.
String state
The state of the repository association.
String stateReason
A description of why the repository association is in the current state.
Date lastUpdatedTimeStamp
The time, in milliseconds since the epoch, when the repository association was last updated.
Date createdTimeStamp
The time, in milliseconds since the epoch, when the repository association was created.
String associationArn
The Amazon Resource Name (ARN) identifying the repository association.
Date lastUpdatedTimeStamp
The time, in milliseconds since the epoch, since the repository association was last updated.
String associationId
The repository association ID.
String name
The name of the repository association.
String owner
The owner of the repository association.
String providerType
The provider type of the repository association.
String state
The state of the repository association.
Amazon CodeGuru Reviewer is associated with the repository.
The association is in progress.
The association failed. For more information about troubleshooting (or why it failed), see [troubleshooting topic].
Amazon CodeGuru Reviewer is in the process of disassociating with the repository.
Copyright © 2019. All rights reserved.