| 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.ObjectTypes
Description
Documentation
data ObjectTypes Source #
Information about the type of an object in a merge operation.
See: newObjectTypes smart constructor.
Constructors
| ObjectTypes' | |
Fields 
  | |
Instances
newObjectTypes :: ObjectTypes Source #
Create a value of ObjectTypes 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:ObjectTypes', objectTypes_base - The type of the object in the base commit of the merge.
$sel:destination:ObjectTypes', objectTypes_destination - The type of the object in the destination branch.
$sel:source:ObjectTypes', objectTypes_source - The type of the object in the source branch.
objectTypes_base :: Lens' ObjectTypes (Maybe ObjectTypeEnum) Source #
The type of the object in the base commit of the merge.
objectTypes_destination :: Lens' ObjectTypes (Maybe ObjectTypeEnum) Source #
The type of the object in the destination branch.
objectTypes_source :: Lens' ObjectTypes (Maybe ObjectTypeEnum) Source #
The type of the object in the source branch.