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

Description

 
Synopsis

Documentation

data SymbolicLink Source #

Returns information about a symbolic link in a repository folder.

See: newSymbolicLink smart constructor.

Constructors

SymbolicLink' 

Fields

Instances

newSymbolicLink :: SymbolicLink Source #

Create a value of SymbolicLink 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:absolutePath:SymbolicLink', symbolicLink_absolutePath - The fully qualified path to the folder that contains the symbolic link.

$sel:fileMode:SymbolicLink', symbolicLink_fileMode - The file mode permissions of the blob that cotains information about the symbolic link.

$sel:blobId:SymbolicLink', symbolicLink_blobId - The blob ID that contains the information about the symbolic link.

$sel:relativePath:SymbolicLink', symbolicLink_relativePath - The relative path of the symbolic link from the folder where the query originated.

symbolicLink_absolutePath :: Lens' SymbolicLink (Maybe Text) Source #

The fully qualified path to the folder that contains the symbolic link.

symbolicLink_fileMode :: Lens' SymbolicLink (Maybe FileModeTypeEnum) Source #

The file mode permissions of the blob that cotains information about the symbolic link.

symbolicLink_blobId :: Lens' SymbolicLink (Maybe Text) Source #

The blob ID that contains the information about the symbolic link.

symbolicLink_relativePath :: Lens' SymbolicLink (Maybe Text) Source #

The relative path of the symbolic link from the folder where the query originated.