| 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.IsBinaryFile
Description
Synopsis
Documentation
data IsBinaryFile Source #
Information about whether a file is binary or textual in a merge or pull request operation.
See: newIsBinaryFile smart constructor.
Constructors
| IsBinaryFile' | |
Fields 
  | |
Instances
newIsBinaryFile :: IsBinaryFile Source #
Create a value of IsBinaryFile 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:base:IsBinaryFile', isBinaryFile_base - The binary or non-binary status of a file in the base of a merge or pull
 request.
$sel:destination:IsBinaryFile', isBinaryFile_destination - The binary or non-binary status of a file in the destination of a merge
 or pull request.
$sel:source:IsBinaryFile', isBinaryFile_source - The binary or non-binary status of file in the source of a merge or pull
 request.
isBinaryFile_base :: Lens' IsBinaryFile (Maybe Bool) Source #
The binary or non-binary status of a file in the base of a merge or pull request.
isBinaryFile_destination :: Lens' IsBinaryFile (Maybe Bool) Source #
The binary or non-binary status of a file in the destination of a merge or pull request.
isBinaryFile_source :: Lens' IsBinaryFile (Maybe Bool) Source #
The binary or non-binary status of file in the source of a merge or pull request.