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 |
Synopsis
- data SymbolicLink = SymbolicLink' {}
- newSymbolicLink :: SymbolicLink
- symbolicLink_absolutePath :: Lens' SymbolicLink (Maybe Text)
- symbolicLink_fileMode :: Lens' SymbolicLink (Maybe FileModeTypeEnum)
- symbolicLink_blobId :: Lens' SymbolicLink (Maybe Text)
- symbolicLink_relativePath :: Lens' SymbolicLink (Maybe Text)
Documentation
data SymbolicLink Source #
Returns information about a symbolic link in a repository folder.
See: newSymbolicLink
smart constructor.
SymbolicLink' | |
|
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.