Versions in this module Expand all Collapse all v1 v1.0.1 Jul 4, 2024 v1.0.0 Jul 4, 2024 Changes in this version + const AnalysisTypeCodeQuality + const AnalysisTypeSecurity + const ConfigFileStateAbsent + const ConfigFileStatePresent + const ConfigFileStatePresentWithErrors + const EncryptionOptionAwsOwnedCmk + const EncryptionOptionCustomerManagedCmk + const EndpointsID + const ErrCodeAccessDeniedException + const ErrCodeConflictException + const ErrCodeInternalServerException + const ErrCodeNotFoundException + const ErrCodeResourceNotFoundException + const ErrCodeThrottlingException + const ErrCodeValidationException + const JobStateCompleted + const JobStateDeleting + const JobStateFailed + const JobStatePending + const ProviderTypeBitbucket + const ProviderTypeCodeCommit + const ProviderTypeGitHub + const ProviderTypeGitHubEnterpriseServer + const ProviderTypeS3bucket + const ReactionThumbsDown + const ReactionThumbsUp + const RecommendationCategoryAwsbestPractices + const RecommendationCategoryAwscloudFormationIssues + const RecommendationCategoryCodeInconsistencies + const RecommendationCategoryCodeMaintenanceIssues + const RecommendationCategoryConcurrencyIssues + const RecommendationCategoryDuplicateCode + const RecommendationCategoryInputValidations + const RecommendationCategoryJavaBestPractices + const RecommendationCategoryPythonBestPractices + const RecommendationCategoryResourceLeaks + const RecommendationCategorySecurityIssues + const RepositoryAssociationStateAssociated + const RepositoryAssociationStateAssociating + const RepositoryAssociationStateDisassociated + const RepositoryAssociationStateDisassociating + const RepositoryAssociationStateFailed + const ServiceID + const ServiceName + const SeverityCritical + const SeverityHigh + const SeverityInfo + const SeverityLow + const SeverityMedium + const TypePullRequest + const TypeRepositoryAnalysis + const VendorNameGitHub + const VendorNameGitLab + const VendorNameNativeS3 + func AnalysisType_Values() []string + func ConfigFileState_Values() []string + func EncryptionOption_Values() []string + func JobState_Values() []string + func ProviderType_Values() []string + func Reaction_Values() []string + func RecommendationCategory_Values() []string + func RepositoryAssociationState_Values() []string + func Severity_Values() []string + func Type_Values() []string + func VendorName_Values() []string + type AccessDeniedException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *AccessDeniedException) Code() string + func (s *AccessDeniedException) Error() string + func (s *AccessDeniedException) Message() string + func (s *AccessDeniedException) OrigErr() error + func (s *AccessDeniedException) RequestID() string + func (s *AccessDeniedException) StatusCode() int + func (s AccessDeniedException) GoString() string + func (s AccessDeniedException) String() string + type AssociateRepositoryInput struct + ClientRequestToken *string + KMSKeyDetails *KMSKeyDetails + Repository *Repository + Tags map[string]*string + func (s *AssociateRepositoryInput) SetClientRequestToken(v string) *AssociateRepositoryInput + func (s *AssociateRepositoryInput) SetKMSKeyDetails(v *KMSKeyDetails) *AssociateRepositoryInput + func (s *AssociateRepositoryInput) SetRepository(v *Repository) *AssociateRepositoryInput + func (s *AssociateRepositoryInput) SetTags(v map[string]*string) *AssociateRepositoryInput + func (s *AssociateRepositoryInput) Validate() error + func (s AssociateRepositoryInput) GoString() string + func (s AssociateRepositoryInput) String() string + type AssociateRepositoryOutput struct + RepositoryAssociation *RepositoryAssociation + Tags map[string]*string + func (s *AssociateRepositoryOutput) SetRepositoryAssociation(v *RepositoryAssociation) *AssociateRepositoryOutput + func (s *AssociateRepositoryOutput) SetTags(v map[string]*string) *AssociateRepositoryOutput + func (s AssociateRepositoryOutput) GoString() string + func (s AssociateRepositoryOutput) String() string + type BranchDiffSourceCodeType struct + DestinationBranchName *string + SourceBranchName *string + func (s *BranchDiffSourceCodeType) SetDestinationBranchName(v string) *BranchDiffSourceCodeType + func (s *BranchDiffSourceCodeType) SetSourceBranchName(v string) *BranchDiffSourceCodeType + func (s *BranchDiffSourceCodeType) Validate() error + func (s BranchDiffSourceCodeType) GoString() string + func (s BranchDiffSourceCodeType) String() string + type CodeArtifacts struct + BuildArtifactsObjectKey *string + SourceCodeArtifactsObjectKey *string + func (s *CodeArtifacts) SetBuildArtifactsObjectKey(v string) *CodeArtifacts + func (s *CodeArtifacts) SetSourceCodeArtifactsObjectKey(v string) *CodeArtifacts + func (s *CodeArtifacts) Validate() error + func (s CodeArtifacts) GoString() string + func (s CodeArtifacts) String() string + type CodeCommitRepository struct + Name *string + func (s *CodeCommitRepository) SetName(v string) *CodeCommitRepository + func (s *CodeCommitRepository) Validate() error + func (s CodeCommitRepository) GoString() string + func (s CodeCommitRepository) String() string + type CodeGuruReviewer struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *CodeGuruReviewer + func (c *CodeGuruReviewer) AssociateRepository(input *AssociateRepositoryInput) (*AssociateRepositoryOutput, error) + func (c *CodeGuruReviewer) AssociateRepositoryRequest(input *AssociateRepositoryInput) (req *request.Request, output *AssociateRepositoryOutput) + func (c *CodeGuruReviewer) AssociateRepositoryWithContext(ctx aws.Context, input *AssociateRepositoryInput, opts ...request.Option) (*AssociateRepositoryOutput, error) + func (c *CodeGuruReviewer) CreateCodeReview(input *CreateCodeReviewInput) (*CreateCodeReviewOutput, error) + func (c *CodeGuruReviewer) CreateCodeReviewRequest(input *CreateCodeReviewInput) (req *request.Request, output *CreateCodeReviewOutput) + func (c *CodeGuruReviewer) CreateCodeReviewWithContext(ctx aws.Context, input *CreateCodeReviewInput, opts ...request.Option) (*CreateCodeReviewOutput, error) + func (c *CodeGuruReviewer) DescribeCodeReview(input *DescribeCodeReviewInput) (*DescribeCodeReviewOutput, error) + func (c *CodeGuruReviewer) DescribeCodeReviewRequest(input *DescribeCodeReviewInput) (req *request.Request, output *DescribeCodeReviewOutput) + func (c *CodeGuruReviewer) DescribeCodeReviewWithContext(ctx aws.Context, input *DescribeCodeReviewInput, opts ...request.Option) (*DescribeCodeReviewOutput, error) + func (c *CodeGuruReviewer) DescribeRecommendationFeedback(input *DescribeRecommendationFeedbackInput) (*DescribeRecommendationFeedbackOutput, error) + func (c *CodeGuruReviewer) DescribeRecommendationFeedbackRequest(input *DescribeRecommendationFeedbackInput) (req *request.Request, output *DescribeRecommendationFeedbackOutput) + func (c *CodeGuruReviewer) DescribeRecommendationFeedbackWithContext(ctx aws.Context, input *DescribeRecommendationFeedbackInput, ...) (*DescribeRecommendationFeedbackOutput, error) + func (c *CodeGuruReviewer) DescribeRepositoryAssociation(input *DescribeRepositoryAssociationInput) (*DescribeRepositoryAssociationOutput, error) + func (c *CodeGuruReviewer) DescribeRepositoryAssociationRequest(input *DescribeRepositoryAssociationInput) (req *request.Request, output *DescribeRepositoryAssociationOutput) + func (c *CodeGuruReviewer) DescribeRepositoryAssociationWithContext(ctx aws.Context, input *DescribeRepositoryAssociationInput, ...) (*DescribeRepositoryAssociationOutput, error) + func (c *CodeGuruReviewer) DisassociateRepository(input *DisassociateRepositoryInput) (*DisassociateRepositoryOutput, error) + func (c *CodeGuruReviewer) DisassociateRepositoryRequest(input *DisassociateRepositoryInput) (req *request.Request, output *DisassociateRepositoryOutput) + func (c *CodeGuruReviewer) DisassociateRepositoryWithContext(ctx aws.Context, input *DisassociateRepositoryInput, opts ...request.Option) (*DisassociateRepositoryOutput, error) + func (c *CodeGuruReviewer) ListCodeReviews(input *ListCodeReviewsInput) (*ListCodeReviewsOutput, error) + func (c *CodeGuruReviewer) ListCodeReviewsPages(input *ListCodeReviewsInput, fn func(*ListCodeReviewsOutput, bool) bool) error + func (c *CodeGuruReviewer) ListCodeReviewsPagesWithContext(ctx aws.Context, input *ListCodeReviewsInput, ...) error + func (c *CodeGuruReviewer) ListCodeReviewsRequest(input *ListCodeReviewsInput) (req *request.Request, output *ListCodeReviewsOutput) + func (c *CodeGuruReviewer) ListCodeReviewsWithContext(ctx aws.Context, input *ListCodeReviewsInput, opts ...request.Option) (*ListCodeReviewsOutput, error) + func (c *CodeGuruReviewer) ListRecommendationFeedback(input *ListRecommendationFeedbackInput) (*ListRecommendationFeedbackOutput, error) + func (c *CodeGuruReviewer) ListRecommendationFeedbackPages(input *ListRecommendationFeedbackInput, ...) error + func (c *CodeGuruReviewer) ListRecommendationFeedbackPagesWithContext(ctx aws.Context, input *ListRecommendationFeedbackInput, ...) error + func (c *CodeGuruReviewer) ListRecommendationFeedbackRequest(input *ListRecommendationFeedbackInput) (req *request.Request, output *ListRecommendationFeedbackOutput) + func (c *CodeGuruReviewer) ListRecommendationFeedbackWithContext(ctx aws.Context, input *ListRecommendationFeedbackInput, ...) (*ListRecommendationFeedbackOutput, error) + func (c *CodeGuruReviewer) ListRecommendations(input *ListRecommendationsInput) (*ListRecommendationsOutput, error) + func (c *CodeGuruReviewer) ListRecommendationsPages(input *ListRecommendationsInput, ...) error + func (c *CodeGuruReviewer) ListRecommendationsPagesWithContext(ctx aws.Context, input *ListRecommendationsInput, ...) error + func (c *CodeGuruReviewer) ListRecommendationsRequest(input *ListRecommendationsInput) (req *request.Request, output *ListRecommendationsOutput) + func (c *CodeGuruReviewer) ListRecommendationsWithContext(ctx aws.Context, input *ListRecommendationsInput, opts ...request.Option) (*ListRecommendationsOutput, error) + func (c *CodeGuruReviewer) ListRepositoryAssociations(input *ListRepositoryAssociationsInput) (*ListRepositoryAssociationsOutput, error) + func (c *CodeGuruReviewer) ListRepositoryAssociationsPages(input *ListRepositoryAssociationsInput, ...) error + func (c *CodeGuruReviewer) ListRepositoryAssociationsPagesWithContext(ctx aws.Context, input *ListRepositoryAssociationsInput, ...) error + func (c *CodeGuruReviewer) ListRepositoryAssociationsRequest(input *ListRepositoryAssociationsInput) (req *request.Request, output *ListRepositoryAssociationsOutput) + func (c *CodeGuruReviewer) ListRepositoryAssociationsWithContext(ctx aws.Context, input *ListRepositoryAssociationsInput, ...) (*ListRepositoryAssociationsOutput, error) + func (c *CodeGuruReviewer) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *CodeGuruReviewer) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *CodeGuruReviewer) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *CodeGuruReviewer) PutRecommendationFeedback(input *PutRecommendationFeedbackInput) (*PutRecommendationFeedbackOutput, error) + func (c *CodeGuruReviewer) PutRecommendationFeedbackRequest(input *PutRecommendationFeedbackInput) (req *request.Request, output *PutRecommendationFeedbackOutput) + func (c *CodeGuruReviewer) PutRecommendationFeedbackWithContext(ctx aws.Context, input *PutRecommendationFeedbackInput, opts ...request.Option) (*PutRecommendationFeedbackOutput, error) + func (c *CodeGuruReviewer) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *CodeGuruReviewer) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *CodeGuruReviewer) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *CodeGuruReviewer) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *CodeGuruReviewer) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *CodeGuruReviewer) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *CodeGuruReviewer) WaitUntilCodeReviewCompleted(input *DescribeCodeReviewInput) error + func (c *CodeGuruReviewer) WaitUntilCodeReviewCompletedWithContext(ctx aws.Context, input *DescribeCodeReviewInput, opts ...request.WaiterOption) error + func (c *CodeGuruReviewer) WaitUntilRepositoryAssociationSucceeded(input *DescribeRepositoryAssociationInput) error + func (c *CodeGuruReviewer) WaitUntilRepositoryAssociationSucceededWithContext(ctx aws.Context, input *DescribeRepositoryAssociationInput, ...) error + type CodeReview struct + AnalysisTypes []*string + AssociationArn *string + CodeReviewArn *string + ConfigFileState *string + CreatedTimeStamp *time.Time + LastUpdatedTimeStamp *time.Time + Metrics *Metrics + Name *string + Owner *string + ProviderType *string + PullRequestId *string + RepositoryName *string + SourceCodeType *SourceCodeType + State *string + StateReason *string + Type *string + func (s *CodeReview) SetAnalysisTypes(v []*string) *CodeReview + func (s *CodeReview) SetAssociationArn(v string) *CodeReview + func (s *CodeReview) SetCodeReviewArn(v string) *CodeReview + func (s *CodeReview) SetConfigFileState(v string) *CodeReview + func (s *CodeReview) SetCreatedTimeStamp(v time.Time) *CodeReview + func (s *CodeReview) SetLastUpdatedTimeStamp(v time.Time) *CodeReview + func (s *CodeReview) SetMetrics(v *Metrics) *CodeReview + func (s *CodeReview) SetName(v string) *CodeReview + func (s *CodeReview) SetOwner(v string) *CodeReview + func (s *CodeReview) SetProviderType(v string) *CodeReview + func (s *CodeReview) SetPullRequestId(v string) *CodeReview + func (s *CodeReview) SetRepositoryName(v string) *CodeReview + func (s *CodeReview) SetSourceCodeType(v *SourceCodeType) *CodeReview + func (s *CodeReview) SetState(v string) *CodeReview + func (s *CodeReview) SetStateReason(v string) *CodeReview + func (s *CodeReview) SetType(v string) *CodeReview + func (s CodeReview) GoString() string + func (s CodeReview) String() string + type CodeReviewSummary struct + CodeReviewArn *string + CreatedTimeStamp *time.Time + LastUpdatedTimeStamp *time.Time + MetricsSummary *MetricsSummary + Name *string + Owner *string + ProviderType *string + PullRequestId *string + RepositoryName *string + SourceCodeType *SourceCodeType + State *string + Type *string + func (s *CodeReviewSummary) SetCodeReviewArn(v string) *CodeReviewSummary + func (s *CodeReviewSummary) SetCreatedTimeStamp(v time.Time) *CodeReviewSummary + func (s *CodeReviewSummary) SetLastUpdatedTimeStamp(v time.Time) *CodeReviewSummary + func (s *CodeReviewSummary) SetMetricsSummary(v *MetricsSummary) *CodeReviewSummary + func (s *CodeReviewSummary) SetName(v string) *CodeReviewSummary + func (s *CodeReviewSummary) SetOwner(v string) *CodeReviewSummary + func (s *CodeReviewSummary) SetProviderType(v string) *CodeReviewSummary + func (s *CodeReviewSummary) SetPullRequestId(v string) *CodeReviewSummary + func (s *CodeReviewSummary) SetRepositoryName(v string) *CodeReviewSummary + func (s *CodeReviewSummary) SetSourceCodeType(v *SourceCodeType) *CodeReviewSummary + func (s *CodeReviewSummary) SetState(v string) *CodeReviewSummary + func (s *CodeReviewSummary) SetType(v string) *CodeReviewSummary + func (s CodeReviewSummary) GoString() string + func (s CodeReviewSummary) String() string + type CodeReviewType struct + AnalysisTypes []*string + RepositoryAnalysis *RepositoryAnalysis + func (s *CodeReviewType) SetAnalysisTypes(v []*string) *CodeReviewType + func (s *CodeReviewType) SetRepositoryAnalysis(v *RepositoryAnalysis) *CodeReviewType + func (s *CodeReviewType) Validate() error + func (s CodeReviewType) GoString() string + func (s CodeReviewType) String() string + type CommitDiffSourceCodeType struct + DestinationCommit *string + MergeBaseCommit *string + SourceCommit *string + func (s *CommitDiffSourceCodeType) SetDestinationCommit(v string) *CommitDiffSourceCodeType + func (s *CommitDiffSourceCodeType) SetMergeBaseCommit(v string) *CommitDiffSourceCodeType + func (s *CommitDiffSourceCodeType) SetSourceCommit(v string) *CommitDiffSourceCodeType + func (s *CommitDiffSourceCodeType) Validate() error + func (s CommitDiffSourceCodeType) GoString() string + func (s CommitDiffSourceCodeType) String() string + type ConflictException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ConflictException) Code() string + func (s *ConflictException) Error() string + func (s *ConflictException) Message() string + func (s *ConflictException) OrigErr() error + func (s *ConflictException) RequestID() string + func (s *ConflictException) StatusCode() int + func (s ConflictException) GoString() string + func (s ConflictException) String() string + type CreateCodeReviewInput struct + ClientRequestToken *string + Name *string + RepositoryAssociationArn *string + Type *CodeReviewType + func (s *CreateCodeReviewInput) SetClientRequestToken(v string) *CreateCodeReviewInput + func (s *CreateCodeReviewInput) SetName(v string) *CreateCodeReviewInput + func (s *CreateCodeReviewInput) SetRepositoryAssociationArn(v string) *CreateCodeReviewInput + func (s *CreateCodeReviewInput) SetType(v *CodeReviewType) *CreateCodeReviewInput + func (s *CreateCodeReviewInput) Validate() error + func (s CreateCodeReviewInput) GoString() string + func (s CreateCodeReviewInput) String() string + type CreateCodeReviewOutput struct + CodeReview *CodeReview + func (s *CreateCodeReviewOutput) SetCodeReview(v *CodeReview) *CreateCodeReviewOutput + func (s CreateCodeReviewOutput) GoString() string + func (s CreateCodeReviewOutput) String() string + type DescribeCodeReviewInput struct + CodeReviewArn *string + func (s *DescribeCodeReviewInput) SetCodeReviewArn(v string) *DescribeCodeReviewInput + func (s *DescribeCodeReviewInput) Validate() error + func (s DescribeCodeReviewInput) GoString() string + func (s DescribeCodeReviewInput) String() string + type DescribeCodeReviewOutput struct + CodeReview *CodeReview + func (s *DescribeCodeReviewOutput) SetCodeReview(v *CodeReview) *DescribeCodeReviewOutput + func (s DescribeCodeReviewOutput) GoString() string + func (s DescribeCodeReviewOutput) String() string + type DescribeRecommendationFeedbackInput struct + CodeReviewArn *string + RecommendationId *string + UserId *string + func (s *DescribeRecommendationFeedbackInput) SetCodeReviewArn(v string) *DescribeRecommendationFeedbackInput + func (s *DescribeRecommendationFeedbackInput) SetRecommendationId(v string) *DescribeRecommendationFeedbackInput + func (s *DescribeRecommendationFeedbackInput) SetUserId(v string) *DescribeRecommendationFeedbackInput + func (s *DescribeRecommendationFeedbackInput) Validate() error + func (s DescribeRecommendationFeedbackInput) GoString() string + func (s DescribeRecommendationFeedbackInput) String() string + type DescribeRecommendationFeedbackOutput struct + RecommendationFeedback *RecommendationFeedback + func (s *DescribeRecommendationFeedbackOutput) SetRecommendationFeedback(v *RecommendationFeedback) *DescribeRecommendationFeedbackOutput + func (s DescribeRecommendationFeedbackOutput) GoString() string + func (s DescribeRecommendationFeedbackOutput) String() string + type DescribeRepositoryAssociationInput struct + AssociationArn *string + func (s *DescribeRepositoryAssociationInput) SetAssociationArn(v string) *DescribeRepositoryAssociationInput + func (s *DescribeRepositoryAssociationInput) Validate() error + func (s DescribeRepositoryAssociationInput) GoString() string + func (s DescribeRepositoryAssociationInput) String() string + type DescribeRepositoryAssociationOutput struct + RepositoryAssociation *RepositoryAssociation + Tags map[string]*string + func (s *DescribeRepositoryAssociationOutput) SetRepositoryAssociation(v *RepositoryAssociation) *DescribeRepositoryAssociationOutput + func (s *DescribeRepositoryAssociationOutput) SetTags(v map[string]*string) *DescribeRepositoryAssociationOutput + func (s DescribeRepositoryAssociationOutput) GoString() string + func (s DescribeRepositoryAssociationOutput) String() string + type DisassociateRepositoryInput struct + AssociationArn *string + func (s *DisassociateRepositoryInput) SetAssociationArn(v string) *DisassociateRepositoryInput + func (s *DisassociateRepositoryInput) Validate() error + func (s DisassociateRepositoryInput) GoString() string + func (s DisassociateRepositoryInput) String() string + type DisassociateRepositoryOutput struct + RepositoryAssociation *RepositoryAssociation + Tags map[string]*string + func (s *DisassociateRepositoryOutput) SetRepositoryAssociation(v *RepositoryAssociation) *DisassociateRepositoryOutput + func (s *DisassociateRepositoryOutput) SetTags(v map[string]*string) *DisassociateRepositoryOutput + func (s DisassociateRepositoryOutput) GoString() string + func (s DisassociateRepositoryOutput) String() string + type EventInfo struct + Name *string + State *string + func (s *EventInfo) SetName(v string) *EventInfo + func (s *EventInfo) SetState(v string) *EventInfo + func (s *EventInfo) Validate() error + func (s EventInfo) GoString() string + func (s EventInfo) String() string + type InternalServerException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InternalServerException) Code() string + func (s *InternalServerException) Error() string + func (s *InternalServerException) Message() string + func (s *InternalServerException) OrigErr() error + func (s *InternalServerException) RequestID() string + func (s *InternalServerException) StatusCode() int + func (s InternalServerException) GoString() string + func (s InternalServerException) String() string + type KMSKeyDetails struct + EncryptionOption *string + KMSKeyId *string + func (s *KMSKeyDetails) SetEncryptionOption(v string) *KMSKeyDetails + func (s *KMSKeyDetails) SetKMSKeyId(v string) *KMSKeyDetails + func (s *KMSKeyDetails) Validate() error + func (s KMSKeyDetails) GoString() string + func (s KMSKeyDetails) String() string + type ListCodeReviewsInput struct + MaxResults *int64 + NextToken *string + ProviderTypes []*string + RepositoryNames []*string + States []*string + Type *string + func (s *ListCodeReviewsInput) SetMaxResults(v int64) *ListCodeReviewsInput + func (s *ListCodeReviewsInput) SetNextToken(v string) *ListCodeReviewsInput + func (s *ListCodeReviewsInput) SetProviderTypes(v []*string) *ListCodeReviewsInput + func (s *ListCodeReviewsInput) SetRepositoryNames(v []*string) *ListCodeReviewsInput + func (s *ListCodeReviewsInput) SetStates(v []*string) *ListCodeReviewsInput + func (s *ListCodeReviewsInput) SetType(v string) *ListCodeReviewsInput + func (s *ListCodeReviewsInput) Validate() error + func (s ListCodeReviewsInput) GoString() string + func (s ListCodeReviewsInput) String() string + type ListCodeReviewsOutput struct + CodeReviewSummaries []*CodeReviewSummary + NextToken *string + func (s *ListCodeReviewsOutput) SetCodeReviewSummaries(v []*CodeReviewSummary) *ListCodeReviewsOutput + func (s *ListCodeReviewsOutput) SetNextToken(v string) *ListCodeReviewsOutput + func (s ListCodeReviewsOutput) GoString() string + func (s ListCodeReviewsOutput) String() string + type ListRecommendationFeedbackInput struct + CodeReviewArn *string + MaxResults *int64 + NextToken *string + RecommendationIds []*string + UserIds []*string + func (s *ListRecommendationFeedbackInput) SetCodeReviewArn(v string) *ListRecommendationFeedbackInput + func (s *ListRecommendationFeedbackInput) SetMaxResults(v int64) *ListRecommendationFeedbackInput + func (s *ListRecommendationFeedbackInput) SetNextToken(v string) *ListRecommendationFeedbackInput + func (s *ListRecommendationFeedbackInput) SetRecommendationIds(v []*string) *ListRecommendationFeedbackInput + func (s *ListRecommendationFeedbackInput) SetUserIds(v []*string) *ListRecommendationFeedbackInput + func (s *ListRecommendationFeedbackInput) Validate() error + func (s ListRecommendationFeedbackInput) GoString() string + func (s ListRecommendationFeedbackInput) String() string + type ListRecommendationFeedbackOutput struct + NextToken *string + RecommendationFeedbackSummaries []*RecommendationFeedbackSummary + func (s *ListRecommendationFeedbackOutput) SetNextToken(v string) *ListRecommendationFeedbackOutput + func (s *ListRecommendationFeedbackOutput) SetRecommendationFeedbackSummaries(v []*RecommendationFeedbackSummary) *ListRecommendationFeedbackOutput + func (s ListRecommendationFeedbackOutput) GoString() string + func (s ListRecommendationFeedbackOutput) String() string + type ListRecommendationsInput struct + CodeReviewArn *string + MaxResults *int64 + NextToken *string + func (s *ListRecommendationsInput) SetCodeReviewArn(v string) *ListRecommendationsInput + func (s *ListRecommendationsInput) SetMaxResults(v int64) *ListRecommendationsInput + func (s *ListRecommendationsInput) SetNextToken(v string) *ListRecommendationsInput + func (s *ListRecommendationsInput) Validate() error + func (s ListRecommendationsInput) GoString() string + func (s ListRecommendationsInput) String() string + type ListRecommendationsOutput struct + NextToken *string + RecommendationSummaries []*RecommendationSummary + func (s *ListRecommendationsOutput) SetNextToken(v string) *ListRecommendationsOutput + func (s *ListRecommendationsOutput) SetRecommendationSummaries(v []*RecommendationSummary) *ListRecommendationsOutput + func (s ListRecommendationsOutput) GoString() string + func (s ListRecommendationsOutput) String() string + type ListRepositoryAssociationsInput struct + MaxResults *int64 + Names []*string + NextToken *string + Owners []*string + ProviderTypes []*string + States []*string + func (s *ListRepositoryAssociationsInput) SetMaxResults(v int64) *ListRepositoryAssociationsInput + func (s *ListRepositoryAssociationsInput) SetNames(v []*string) *ListRepositoryAssociationsInput + func (s *ListRepositoryAssociationsInput) SetNextToken(v string) *ListRepositoryAssociationsInput + func (s *ListRepositoryAssociationsInput) SetOwners(v []*string) *ListRepositoryAssociationsInput + func (s *ListRepositoryAssociationsInput) SetProviderTypes(v []*string) *ListRepositoryAssociationsInput + func (s *ListRepositoryAssociationsInput) SetStates(v []*string) *ListRepositoryAssociationsInput + func (s *ListRepositoryAssociationsInput) Validate() error + func (s ListRepositoryAssociationsInput) GoString() string + func (s ListRepositoryAssociationsInput) String() string + type ListRepositoryAssociationsOutput struct + NextToken *string + RepositoryAssociationSummaries []*RepositoryAssociationSummary + func (s *ListRepositoryAssociationsOutput) SetNextToken(v string) *ListRepositoryAssociationsOutput + func (s *ListRepositoryAssociationsOutput) SetRepositoryAssociationSummaries(v []*RepositoryAssociationSummary) *ListRepositoryAssociationsOutput + func (s ListRepositoryAssociationsOutput) GoString() string + func (s ListRepositoryAssociationsOutput) String() string + type ListTagsForResourceInput struct + ResourceArn *string + func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + Tags map[string]*string + func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type Metrics struct + FindingsCount *int64 + MeteredLinesOfCodeCount *int64 + SuppressedLinesOfCodeCount *int64 + func (s *Metrics) SetFindingsCount(v int64) *Metrics + func (s *Metrics) SetMeteredLinesOfCodeCount(v int64) *Metrics + func (s *Metrics) SetSuppressedLinesOfCodeCount(v int64) *Metrics + func (s Metrics) GoString() string + func (s Metrics) String() string + type MetricsSummary struct + FindingsCount *int64 + MeteredLinesOfCodeCount *int64 + SuppressedLinesOfCodeCount *int64 + func (s *MetricsSummary) SetFindingsCount(v int64) *MetricsSummary + func (s *MetricsSummary) SetMeteredLinesOfCodeCount(v int64) *MetricsSummary + func (s *MetricsSummary) SetSuppressedLinesOfCodeCount(v int64) *MetricsSummary + func (s MetricsSummary) GoString() string + func (s MetricsSummary) String() string + type NotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *NotFoundException) Code() string + func (s *NotFoundException) Error() string + func (s *NotFoundException) Message() string + func (s *NotFoundException) OrigErr() error + func (s *NotFoundException) RequestID() string + func (s *NotFoundException) StatusCode() int + func (s NotFoundException) GoString() string + func (s NotFoundException) String() string + type PutRecommendationFeedbackInput struct + CodeReviewArn *string + Reactions []*string + RecommendationId *string + func (s *PutRecommendationFeedbackInput) SetCodeReviewArn(v string) *PutRecommendationFeedbackInput + func (s *PutRecommendationFeedbackInput) SetReactions(v []*string) *PutRecommendationFeedbackInput + func (s *PutRecommendationFeedbackInput) SetRecommendationId(v string) *PutRecommendationFeedbackInput + func (s *PutRecommendationFeedbackInput) Validate() error + func (s PutRecommendationFeedbackInput) GoString() string + func (s PutRecommendationFeedbackInput) String() string + type PutRecommendationFeedbackOutput struct + func (s PutRecommendationFeedbackOutput) GoString() string + func (s PutRecommendationFeedbackOutput) String() string + type RecommendationFeedback struct + CodeReviewArn *string + CreatedTimeStamp *time.Time + LastUpdatedTimeStamp *time.Time + Reactions []*string + RecommendationId *string + UserId *string + func (s *RecommendationFeedback) SetCodeReviewArn(v string) *RecommendationFeedback + func (s *RecommendationFeedback) SetCreatedTimeStamp(v time.Time) *RecommendationFeedback + func (s *RecommendationFeedback) SetLastUpdatedTimeStamp(v time.Time) *RecommendationFeedback + func (s *RecommendationFeedback) SetReactions(v []*string) *RecommendationFeedback + func (s *RecommendationFeedback) SetRecommendationId(v string) *RecommendationFeedback + func (s *RecommendationFeedback) SetUserId(v string) *RecommendationFeedback + func (s RecommendationFeedback) GoString() string + func (s RecommendationFeedback) String() string + type RecommendationFeedbackSummary struct + Reactions []*string + RecommendationId *string + UserId *string + func (s *RecommendationFeedbackSummary) SetReactions(v []*string) *RecommendationFeedbackSummary + func (s *RecommendationFeedbackSummary) SetRecommendationId(v string) *RecommendationFeedbackSummary + func (s *RecommendationFeedbackSummary) SetUserId(v string) *RecommendationFeedbackSummary + func (s RecommendationFeedbackSummary) GoString() string + func (s RecommendationFeedbackSummary) String() string + type RecommendationSummary struct + Description *string + EndLine *int64 + FilePath *string + RecommendationCategory *string + RecommendationId *string + RuleMetadata *RuleMetadata + Severity *string + StartLine *int64 + func (s *RecommendationSummary) SetDescription(v string) *RecommendationSummary + func (s *RecommendationSummary) SetEndLine(v int64) *RecommendationSummary + func (s *RecommendationSummary) SetFilePath(v string) *RecommendationSummary + func (s *RecommendationSummary) SetRecommendationCategory(v string) *RecommendationSummary + func (s *RecommendationSummary) SetRecommendationId(v string) *RecommendationSummary + func (s *RecommendationSummary) SetRuleMetadata(v *RuleMetadata) *RecommendationSummary + func (s *RecommendationSummary) SetSeverity(v string) *RecommendationSummary + func (s *RecommendationSummary) SetStartLine(v int64) *RecommendationSummary + func (s RecommendationSummary) GoString() string + func (s RecommendationSummary) String() string + type Repository struct + Bitbucket *ThirdPartySourceRepository + CodeCommit *CodeCommitRepository + GitHubEnterpriseServer *ThirdPartySourceRepository + S3Bucket *S3Repository + func (s *Repository) SetBitbucket(v *ThirdPartySourceRepository) *Repository + func (s *Repository) SetCodeCommit(v *CodeCommitRepository) *Repository + func (s *Repository) SetGitHubEnterpriseServer(v *ThirdPartySourceRepository) *Repository + func (s *Repository) SetS3Bucket(v *S3Repository) *Repository + func (s *Repository) Validate() error + func (s Repository) GoString() string + func (s Repository) String() string + type RepositoryAnalysis struct + RepositoryHead *RepositoryHeadSourceCodeType + SourceCodeType *SourceCodeType + func (s *RepositoryAnalysis) SetRepositoryHead(v *RepositoryHeadSourceCodeType) *RepositoryAnalysis + func (s *RepositoryAnalysis) SetSourceCodeType(v *SourceCodeType) *RepositoryAnalysis + func (s *RepositoryAnalysis) Validate() error + func (s RepositoryAnalysis) GoString() string + func (s RepositoryAnalysis) String() string + type RepositoryAssociation struct + AssociationArn *string + AssociationId *string + ConnectionArn *string + CreatedTimeStamp *time.Time + KMSKeyDetails *KMSKeyDetails + LastUpdatedTimeStamp *time.Time + Name *string + Owner *string + ProviderType *string + S3RepositoryDetails *S3RepositoryDetails + State *string + StateReason *string + func (s *RepositoryAssociation) SetAssociationArn(v string) *RepositoryAssociation + func (s *RepositoryAssociation) SetAssociationId(v string) *RepositoryAssociation + func (s *RepositoryAssociation) SetConnectionArn(v string) *RepositoryAssociation + func (s *RepositoryAssociation) SetCreatedTimeStamp(v time.Time) *RepositoryAssociation + func (s *RepositoryAssociation) SetKMSKeyDetails(v *KMSKeyDetails) *RepositoryAssociation + func (s *RepositoryAssociation) SetLastUpdatedTimeStamp(v time.Time) *RepositoryAssociation + func (s *RepositoryAssociation) SetName(v string) *RepositoryAssociation + func (s *RepositoryAssociation) SetOwner(v string) *RepositoryAssociation + func (s *RepositoryAssociation) SetProviderType(v string) *RepositoryAssociation + func (s *RepositoryAssociation) SetS3RepositoryDetails(v *S3RepositoryDetails) *RepositoryAssociation + func (s *RepositoryAssociation) SetState(v string) *RepositoryAssociation + func (s *RepositoryAssociation) SetStateReason(v string) *RepositoryAssociation + func (s RepositoryAssociation) GoString() string + func (s RepositoryAssociation) String() string + type RepositoryAssociationSummary struct + AssociationArn *string + AssociationId *string + ConnectionArn *string + LastUpdatedTimeStamp *time.Time + Name *string + Owner *string + ProviderType *string + State *string + func (s *RepositoryAssociationSummary) SetAssociationArn(v string) *RepositoryAssociationSummary + func (s *RepositoryAssociationSummary) SetAssociationId(v string) *RepositoryAssociationSummary + func (s *RepositoryAssociationSummary) SetConnectionArn(v string) *RepositoryAssociationSummary + func (s *RepositoryAssociationSummary) SetLastUpdatedTimeStamp(v time.Time) *RepositoryAssociationSummary + func (s *RepositoryAssociationSummary) SetName(v string) *RepositoryAssociationSummary + func (s *RepositoryAssociationSummary) SetOwner(v string) *RepositoryAssociationSummary + func (s *RepositoryAssociationSummary) SetProviderType(v string) *RepositoryAssociationSummary + func (s *RepositoryAssociationSummary) SetState(v string) *RepositoryAssociationSummary + func (s RepositoryAssociationSummary) GoString() string + func (s RepositoryAssociationSummary) String() string + type RepositoryHeadSourceCodeType struct + BranchName *string + func (s *RepositoryHeadSourceCodeType) SetBranchName(v string) *RepositoryHeadSourceCodeType + func (s *RepositoryHeadSourceCodeType) Validate() error + func (s RepositoryHeadSourceCodeType) GoString() string + func (s RepositoryHeadSourceCodeType) String() string + type RequestMetadata struct + EventInfo *EventInfo + RequestId *string + Requester *string + VendorName *string + func (s *RequestMetadata) SetEventInfo(v *EventInfo) *RequestMetadata + func (s *RequestMetadata) SetRequestId(v string) *RequestMetadata + func (s *RequestMetadata) SetRequester(v string) *RequestMetadata + func (s *RequestMetadata) SetVendorName(v string) *RequestMetadata + func (s *RequestMetadata) Validate() error + func (s RequestMetadata) GoString() string + func (s RequestMetadata) String() string + type ResourceNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type RuleMetadata struct + LongDescription *string + RuleId *string + RuleName *string + RuleTags []*string + ShortDescription *string + func (s *RuleMetadata) SetLongDescription(v string) *RuleMetadata + func (s *RuleMetadata) SetRuleId(v string) *RuleMetadata + func (s *RuleMetadata) SetRuleName(v string) *RuleMetadata + func (s *RuleMetadata) SetRuleTags(v []*string) *RuleMetadata + func (s *RuleMetadata) SetShortDescription(v string) *RuleMetadata + func (s RuleMetadata) GoString() string + func (s RuleMetadata) String() string + type S3BucketRepository struct + Details *S3RepositoryDetails + Name *string + func (s *S3BucketRepository) SetDetails(v *S3RepositoryDetails) *S3BucketRepository + func (s *S3BucketRepository) SetName(v string) *S3BucketRepository + func (s *S3BucketRepository) Validate() error + func (s S3BucketRepository) GoString() string + func (s S3BucketRepository) String() string + type S3Repository struct + BucketName *string + Name *string + func (s *S3Repository) SetBucketName(v string) *S3Repository + func (s *S3Repository) SetName(v string) *S3Repository + func (s *S3Repository) Validate() error + func (s S3Repository) GoString() string + func (s S3Repository) String() string + type S3RepositoryDetails struct + BucketName *string + CodeArtifacts *CodeArtifacts + func (s *S3RepositoryDetails) SetBucketName(v string) *S3RepositoryDetails + func (s *S3RepositoryDetails) SetCodeArtifacts(v *CodeArtifacts) *S3RepositoryDetails + func (s *S3RepositoryDetails) Validate() error + func (s S3RepositoryDetails) GoString() string + func (s S3RepositoryDetails) String() string + type SourceCodeType struct + BranchDiff *BranchDiffSourceCodeType + CommitDiff *CommitDiffSourceCodeType + RepositoryHead *RepositoryHeadSourceCodeType + RequestMetadata *RequestMetadata + S3BucketRepository *S3BucketRepository + func (s *SourceCodeType) SetBranchDiff(v *BranchDiffSourceCodeType) *SourceCodeType + func (s *SourceCodeType) SetCommitDiff(v *CommitDiffSourceCodeType) *SourceCodeType + func (s *SourceCodeType) SetRepositoryHead(v *RepositoryHeadSourceCodeType) *SourceCodeType + func (s *SourceCodeType) SetRequestMetadata(v *RequestMetadata) *SourceCodeType + func (s *SourceCodeType) SetS3BucketRepository(v *S3BucketRepository) *SourceCodeType + func (s *SourceCodeType) Validate() error + func (s SourceCodeType) GoString() string + func (s SourceCodeType) String() string + type TagResourceInput struct + ResourceArn *string + Tags map[string]*string + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type ThirdPartySourceRepository struct + ConnectionArn *string + Name *string + Owner *string + func (s *ThirdPartySourceRepository) SetConnectionArn(v string) *ThirdPartySourceRepository + func (s *ThirdPartySourceRepository) SetName(v string) *ThirdPartySourceRepository + func (s *ThirdPartySourceRepository) SetOwner(v string) *ThirdPartySourceRepository + func (s *ThirdPartySourceRepository) Validate() error + func (s ThirdPartySourceRepository) GoString() string + func (s ThirdPartySourceRepository) String() string + type ThrottlingException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ThrottlingException) Code() string + func (s *ThrottlingException) Error() string + func (s *ThrottlingException) Message() string + func (s *ThrottlingException) OrigErr() error + func (s *ThrottlingException) RequestID() string + func (s *ThrottlingException) StatusCode() int + func (s ThrottlingException) GoString() string + func (s ThrottlingException) String() string + type UntagResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type ValidationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string