1. Schemas
Amazon CodeGuru Reviewer
  • Root
    • /associations
    • /associations
    • /codereviews
    • /codereviews/{CodeReviewArn}
    • /feedback/{CodeReviewArn}
    • /associations/{AssociationArn}
    • /associations/{AssociationArn}
    • /codereviews
    • /feedback/{CodeReviewArn}/RecommendationFeedback
    • /codereviews/{CodeReviewArn}/Recommendations
    • /tags/{resourceArn}
    • /tags/{resourceArn}
    • /feedback
    • /tags/{resourceArn}
  • Schemas
    • Schemas
      • AssociateRepositoryResponse
      • CodeCommitRepository
      • ThirdPartySourceRepository
      • S3Repository
      • TagValue
      • KMSKeyId
      • EncryptionOption
      • InternalServerException
      • ValidationException
      • AccessDeniedException
      • ConflictException
      • ThrottlingException
      • CreateCodeReviewResponse
      • RepositoryAnalysis
      • AnalysisTypes
      • ResourceNotFoundException
      • DescribeCodeReviewResponse
      • DescribeRecommendationFeedbackResponse
      • DescribeRepositoryAssociationResponse
      • NotFoundException
      • DisassociateRepositoryResponse
      • ListCodeReviewsResponse
      • ProviderType
      • JobState
      • Name
      • ListRecommendationFeedbackResponse
      • UserId
      • RecommendationId
      • ListRecommendationsResponse
      • ListRepositoryAssociationsResponse
      • RepositoryAssociationState
      • Owner
      • ListTagsForResourceResponse
      • PutRecommendationFeedbackResponse
      • Reaction
      • TagResourceResponse
      • UntagResourceResponse
      • TagKey
      • AnalysisType
      • Arn
      • Repository
      • ClientRequestToken
      • TagMap
      • KMSKeyDetails
      • AssociateRepositoryRequest
      • RepositoryAssociation
      • AssociationArn
      • AssociationId
      • BranchName
      • BranchDiffSourceCodeType
      • BuildArtifactsObjectKey
      • SourceCodeArtifactsObjectKey
      • CodeArtifacts
      • StateReason
      • TimeStamp
      • Type
      • PullRequestId
      • SourceCodeType
      • Metrics
      • CodeReview
      • CodeReviewName
      • CodeReviewSummary
      • CodeReviewSummaries
      • MetricsSummary
      • CodeReviewType
      • CommitId
      • CommitDiffSourceCodeType
      • ConnectionArn
      • CreateCodeReviewRequest
      • DescribeCodeReviewRequest
      • DescribeRecommendationFeedbackRequest
      • RecommendationFeedback
      • DescribeRepositoryAssociationRequest
      • DisassociateRepositoryRequest
      • EventName
      • EventState
      • EventInfo
      • FilePath
      • FindingsCount
      • JobStates
      • LineNumber
      • ListCodeReviewsMaxResults
      • ProviderTypes
      • RepositoryNames
      • NextToken
      • ListCodeReviewsRequest
      • MaxResults
      • UserIds
      • RecommendationIds
      • ListRecommendationFeedbackRequest
      • RecommendationFeedbackSummaries
      • ListRecommendationsRequest
      • RecommendationSummaries
      • RepositoryAssociationStates
      • Names
      • Owners
      • ListRepositoryAssociationsRequest
      • RepositoryAssociationSummaries
      • ListTagsForResourceRequest
      • LongDescription
      • MeteredLinesOfCodeCount
      • Reactions
      • PutRecommendationFeedbackRequest
      • RecommendationCategory
      • RecommendationFeedbackSummary
      • RecommendationSummary
      • Text
      • RuleMetadata
      • Severity
      • RepositoryHeadSourceCodeType
      • S3RepositoryDetails
      • RepositoryAssociationSummary
      • RequestId
      • Requester
      • VendorName
      • RequestMetadata
      • RuleId
      • RuleName
      • ShortDescription
      • RuleTags
      • RuleTag
      • S3BucketName
      • S3BucketRepository
      • TagKeyList
      • TagResourceRequest
      • UntagResourceRequest
  1. Schemas

Repository

Information about an associated Amazon Web Services CodeCommit repository or an associated repository that is managed by Amazon Web Services CodeStar Connections (for example, Bitbucket). This Repository object is not used if your source code is in an associated GitHub repository.

{
    "CodeCommit": {
        "Name": "string"
    },
    "Bitbucket": {
        "Name": "string",
        "ConnectionArn": "string",
        "Owner": "string"
    },
    "GitHubEnterpriseServer": {},
    "S3Bucket": {
        "Name": "string",
        "BucketName": "string"
    }
}
Built with