amazonka-codecommit-2.0: Amazon CodeCommit SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON 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 #

Read SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

Show SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

NFData SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

Methods

rnf :: SetFileModeEntry -> () #

Eq SetFileModeEntry Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SetFileModeEntry

Hashable 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" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" '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.