libZSservicesZSamazonka-codecommitZSamazonka-codecommit
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CodeCommit.Types.MergeOperations

Description

 
Synopsis

Documentation

data MergeOperations Source #

Information about the file operation conflicts in a merge operation.

See: newMergeOperations smart constructor.

Constructors

MergeOperations' 

Fields

Instances

Instances details
Eq MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

Read MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

Show MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

Generic MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

Associated Types

type Rep MergeOperations :: Type -> Type #

NFData MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

Methods

rnf :: MergeOperations -> () #

Hashable MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

FromJSON MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

type Rep MergeOperations Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.MergeOperations

type Rep MergeOperations = D1 ('MetaData "MergeOperations" "Amazonka.CodeCommit.Types.MergeOperations" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "MergeOperations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChangeTypeEnum)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChangeTypeEnum))))

newMergeOperations :: MergeOperations Source #

Create a value of MergeOperations 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:MergeOperations', mergeOperations_destination - The operation on a file in the destination of a merge or pull request.

$sel:source:MergeOperations', mergeOperations_source - The operation (add, modify, or delete) on a file in the source of a merge or pull request.

mergeOperations_destination :: Lens' MergeOperations (Maybe ChangeTypeEnum) Source #

The operation on a file in the destination of a merge or pull request.

mergeOperations_source :: Lens' MergeOperations (Maybe ChangeTypeEnum) Source #

The operation (add, modify, or delete) on a file in the source of a merge or pull request.