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 |
Documentation
Returns information about a folder in a repository.
See: newFolder
smart constructor.
Folder' | |
|
Instances
Eq Folder Source # | |
Read Folder Source # | |
Show Folder Source # | |
Generic Folder Source # | |
NFData Folder Source # | |
Defined in Amazonka.CodeCommit.Types.Folder | |
Hashable Folder Source # | |
Defined in Amazonka.CodeCommit.Types.Folder | |
FromJSON Folder Source # | |
type Rep Folder Source # | |
Defined in Amazonka.CodeCommit.Types.Folder type Rep Folder = D1 ('MetaData "Folder" "Amazonka.CodeCommit.Types.Folder" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "Folder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "absolutePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "treeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "relativePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) |
Create a value of Folder
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:Folder'
, folder_absolutePath
- The fully qualified path of the folder in the repository.
$sel:treeId:Folder'
, folder_treeId
- The full SHA-1 pointer of the tree information for the commit that
contains the folder.
$sel:relativePath:Folder'
, folder_relativePath
- The relative path of the specified folder from the folder where the
query originated.
folder_absolutePath :: Lens' Folder (Maybe Text) Source #
The fully qualified path of the folder in the repository.