Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
BranchDiffSourceCodeType' | |
|
Instances
newBranchDiffSourceCodeType Source #
:: 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.