amazonka-migrationhubstrategy-2.0: Amazon Migration Hub Strategy Recommendations SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MigrationHubStrategy.Types.SourceCodeRepository

Description

 
Synopsis

Documentation

data SourceCodeRepository Source #

Object containing source code information that is linked to an application component.

See: newSourceCodeRepository smart constructor.

Constructors

SourceCodeRepository' 

Fields

Instances

Instances details
FromJSON SourceCodeRepository Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.SourceCodeRepository

Generic SourceCodeRepository Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.SourceCodeRepository

Associated Types

type Rep SourceCodeRepository :: Type -> Type #

Read SourceCodeRepository Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.SourceCodeRepository

Show SourceCodeRepository Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.SourceCodeRepository

NFData SourceCodeRepository Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.SourceCodeRepository

Methods

rnf :: SourceCodeRepository -> () #

Eq SourceCodeRepository Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.SourceCodeRepository

Hashable SourceCodeRepository Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.SourceCodeRepository

type Rep SourceCodeRepository Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.SourceCodeRepository

type Rep SourceCodeRepository = D1 ('MetaData "SourceCodeRepository" "Amazonka.MigrationHubStrategy.Types.SourceCodeRepository" "amazonka-migrationhubstrategy-2.0-mnEPazDQ9LCt8OMOo53lQ" 'False) (C1 ('MetaCons "SourceCodeRepository'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "branch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "repository") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "versionControlType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSourceCodeRepository :: SourceCodeRepository Source #

Create a value of SourceCodeRepository 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:branch:SourceCodeRepository', sourceCodeRepository_branch - The branch of the source code.

$sel:projectName:SourceCodeRepository', sourceCodeRepository_projectName - The name of the project.

$sel:repository:SourceCodeRepository', sourceCodeRepository_repository - The repository name for the source code.

$sel:versionControlType:SourceCodeRepository', sourceCodeRepository_versionControlType - The type of repository to use for the source code.

sourceCodeRepository_repository :: Lens' SourceCodeRepository (Maybe Text) Source #

The repository name for the source code.

sourceCodeRepository_versionControlType :: Lens' SourceCodeRepository (Maybe Text) Source #

The type of repository to use for the source code.