| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CodeGuruReviewer.Types.BranchDiffSourceCodeType
Description
Synopsis
Documentation
data BranchDiffSourceCodeType Source #
A type of SourceCodeType that specifies a code diff between a source and destination branch in an associated repository.
See: newBranchDiffSourceCodeType smart constructor.
Constructors
| BranchDiffSourceCodeType' | |
Fields
| |
Instances
newBranchDiffSourceCodeType Source #
Arguments
| :: Text | |
| -> Text | |
| -> BranchDiffSourceCodeType |
Create a value of BranchDiffSourceCodeType 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:sourceBranchName:BranchDiffSourceCodeType', branchDiffSourceCodeType_sourceBranchName - The source branch for a diff in an associated repository.
$sel:destinationBranchName:BranchDiffSourceCodeType', branchDiffSourceCodeType_destinationBranchName - The destination branch for a diff in an associated repository.
branchDiffSourceCodeType_sourceBranchName :: Lens' BranchDiffSourceCodeType Text Source #
The source branch for a diff in an associated repository.
branchDiffSourceCodeType_destinationBranchName :: Lens' BranchDiffSourceCodeType Text Source #
The destination branch for a diff in an associated repository.