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 |
Documentation
data SourceFileSpecifier Source #
Information about a source file that is part of changes made in a commit.
See: newSourceFileSpecifier
smart constructor.
Instances
newSourceFileSpecifier Source #
Create a value of SourceFileSpecifier
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:isMove:SourceFileSpecifier'
, sourceFileSpecifier_isMove
- Whether to remove the source file from the parent commit.
$sel:filePath:SourceFileSpecifier'
, sourceFileSpecifier_filePath
- The full path to the file, including the name of the file.
sourceFileSpecifier_isMove :: Lens' SourceFileSpecifier (Maybe Bool) Source #
Whether to remove the source file from the parent commit.
sourceFileSpecifier_filePath :: Lens' SourceFileSpecifier Text Source #
The full path to the file, including the name of the file.