| 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.CodeCommit.Types.SourceFileSpecifier
Description
Documentation
data SourceFileSpecifier Source #
Information about a source file that is part of changes made in a commit.
See: newSourceFileSpecifier smart constructor.
Constructors
| SourceFileSpecifier' | |
Instances
newSourceFileSpecifier Source #
Arguments
| :: Text | |
| -> SourceFileSpecifier |
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.