| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.CodeCommit.Types.SubModule
Description
Synopsis
Documentation
Returns information about a submodule reference in a repository folder.
See: newSubModule smart constructor.
Constructors
| SubModule' | |
Fields 
  | |
Instances
| FromJSON SubModule Source # | |
| Generic SubModule Source # | |
| Read SubModule Source # | |
| Show SubModule Source # | |
| NFData SubModule Source # | |
Defined in Amazonka.CodeCommit.Types.SubModule  | |
| Eq SubModule Source # | |
| Hashable SubModule Source # | |
Defined in Amazonka.CodeCommit.Types.SubModule  | |
| type Rep SubModule Source # | |
Defined in Amazonka.CodeCommit.Types.SubModule type Rep SubModule = D1 ('MetaData "SubModule" "Amazonka.CodeCommit.Types.SubModule" "amazonka-codecommit-2.0-974g5LOhuTPG9HgUSx02zG" 'False) (C1 ('MetaCons "SubModule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "absolutePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "commitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "relativePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))  | |
newSubModule :: SubModule Source #
Create a value of SubModule 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:SubModule', subModule_absolutePath - The fully qualified path to the folder that contains the reference to
 the submodule.
$sel:commitId:SubModule', subModule_commitId - The commit ID that contains the reference to the submodule.
$sel:relativePath:SubModule', subModule_relativePath - The relative path of the submodule from the folder where the query
 originated.
subModule_absolutePath :: Lens' SubModule (Maybe Text) Source #
The fully qualified path to the folder that contains the reference to the submodule.