libZSservicesZSamazonka-codeguru-reviewerZSamazonka-codeguru-reviewer
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CodeGuruReviewer.Types.RepositoryHeadSourceCodeType

Description

 
Synopsis

Documentation

data RepositoryHeadSourceCodeType Source #

A SourceCodeType that specifies the tip of a branch in an associated repository.

See: newRepositoryHeadSourceCodeType smart constructor.

Constructors

RepositoryHeadSourceCodeType' 

Fields

  • branchName :: Text

    The name of the branch in an associated repository. The RepositoryHeadSourceCodeType specifies the tip of this branch.

Instances

Instances details
Eq RepositoryHeadSourceCodeType Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.Types.RepositoryHeadSourceCodeType

Read RepositoryHeadSourceCodeType Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.Types.RepositoryHeadSourceCodeType

Show RepositoryHeadSourceCodeType Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.Types.RepositoryHeadSourceCodeType

Generic RepositoryHeadSourceCodeType Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.Types.RepositoryHeadSourceCodeType

Associated Types

type Rep RepositoryHeadSourceCodeType :: Type -> Type #

NFData RepositoryHeadSourceCodeType Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.Types.RepositoryHeadSourceCodeType

Hashable RepositoryHeadSourceCodeType Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.Types.RepositoryHeadSourceCodeType

ToJSON RepositoryHeadSourceCodeType Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.Types.RepositoryHeadSourceCodeType

FromJSON RepositoryHeadSourceCodeType Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.Types.RepositoryHeadSourceCodeType

type Rep RepositoryHeadSourceCodeType Source # 
Instance details

Defined in Amazonka.CodeGuruReviewer.Types.RepositoryHeadSourceCodeType

type Rep RepositoryHeadSourceCodeType = D1 ('MetaData "RepositoryHeadSourceCodeType" "Amazonka.CodeGuruReviewer.Types.RepositoryHeadSourceCodeType" "libZSservicesZSamazonka-codeguru-reviewerZSamazonka-codeguru-reviewer" 'False) (C1 ('MetaCons "RepositoryHeadSourceCodeType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "branchName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRepositoryHeadSourceCodeType Source #

Create a value of RepositoryHeadSourceCodeType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:branchName:RepositoryHeadSourceCodeType', repositoryHeadSourceCodeType_branchName - The name of the branch in an associated repository. The RepositoryHeadSourceCodeType specifies the tip of this branch.

repositoryHeadSourceCodeType_branchName :: Lens' RepositoryHeadSourceCodeType Text Source #

The name of the branch in an associated repository. The RepositoryHeadSourceCodeType specifies the tip of this branch.