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