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.SetFileModeEntry

Description

 
Synopsis

Documentation

data SetFileModeEntry Source #

Information about the file mode changes.

See: newSetFileModeEntry smart constructor.

Constructors

SetFileModeEntry' 

Fields

Instances

Instances details
Eq SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

Read SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

Show SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

Generic SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

Associated Types

type Rep SetFileModeEntry :: Type -> Type #

NFData SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

Methods

rnf :: SetFileModeEntry -> () #

Hashable SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

ToJSON SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

type Rep SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

type Rep SetFileModeEntry = D1 ('MetaData "SetFileModeEntry" "Amazonka.CodeCommit.Types.SetFileModeEntry" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "SetFileModeEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "fileMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FileModeTypeEnum)))

newSetFileModeEntry Source #

Create a value of SetFileModeEntry 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:filePath:SetFileModeEntry', setFileModeEntry_filePath - The full path to the file, including the name of the file.

$sel:fileMode:SetFileModeEntry', setFileModeEntry_fileMode - The file mode for the file.

setFileModeEntry_filePath :: Lens' SetFileModeEntry Text Source #

The full path to the file, including the name of the file.