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

Description

 
Synopsis

Documentation

data SubModule Source #

Returns information about a submodule reference in a repository folder.

See: newSubModule smart constructor.

Constructors

SubModule' 

Fields

  • commitId :: Maybe Text

    The commit ID that contains the reference to the submodule.

  • absolutePath :: Maybe Text

    The fully qualified path to the folder that contains the reference to the submodule.

  • relativePath :: Maybe Text

    The relative path of the submodule from the folder where the query originated.

Instances

Instances details
Eq SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

Read SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

Show SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

Generic SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

Associated Types

type Rep SubModule :: Type -> Type #

NFData SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

Methods

rnf :: SubModule -> () #

Hashable SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

FromJSON SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

type Rep SubModule Source # 
Instance details

Defined in Amazonka.CodeCommit.Types.SubModule

type Rep SubModule = D1 ('MetaData "SubModule" "Amazonka.CodeCommit.Types.SubModule" "libZSservicesZSamazonka-codecommitZSamazonka-codecommit" 'False) (C1 ('MetaCons "SubModule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "commitId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "absolutePath") '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:commitId:SubModule', subModule_commitId - The commit ID that contains the reference to the submodule.

$sel:absolutePath:SubModule', subModule_absolutePath - The fully qualified path to the folder 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_commitId :: Lens' SubModule (Maybe Text) Source #

The commit ID that contains the reference to the submodule.

subModule_absolutePath :: Lens' SubModule (Maybe Text) Source #

The fully qualified path to the folder that contains the reference to the submodule.

subModule_relativePath :: Lens' SubModule (Maybe Text) Source #

The relative path of the submodule from the folder where the query originated.