libZSservicesZSamazonka-codestarZSamazonka-codestar
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.CodeStar.Types.CodeSource

Description

 
Synopsis

Documentation

data CodeSource Source #

The location where the source code files provided with the project request are stored. AWS CodeStar retrieves the files during project creation.

See: newCodeSource smart constructor.

Constructors

CodeSource' 

Fields

  • s3 :: S3Location

    Information about the Amazon S3 location where the source code files provided with the project request are stored.

Instances

Instances details
Eq CodeSource Source # 
Instance details

Defined in Amazonka.CodeStar.Types.CodeSource

Read CodeSource Source # 
Instance details

Defined in Amazonka.CodeStar.Types.CodeSource

Show CodeSource Source # 
Instance details

Defined in Amazonka.CodeStar.Types.CodeSource

Generic CodeSource Source # 
Instance details

Defined in Amazonka.CodeStar.Types.CodeSource

Associated Types

type Rep CodeSource :: Type -> Type #

NFData CodeSource Source # 
Instance details

Defined in Amazonka.CodeStar.Types.CodeSource

Methods

rnf :: CodeSource -> () #

Hashable CodeSource Source # 
Instance details

Defined in Amazonka.CodeStar.Types.CodeSource

ToJSON CodeSource Source # 
Instance details

Defined in Amazonka.CodeStar.Types.CodeSource

type Rep CodeSource Source # 
Instance details

Defined in Amazonka.CodeStar.Types.CodeSource

type Rep CodeSource = D1 ('MetaData "CodeSource" "Amazonka.CodeStar.Types.CodeSource" "libZSservicesZSamazonka-codestarZSamazonka-codestar" 'False) (C1 ('MetaCons "CodeSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 S3Location)))

newCodeSource Source #

Create a value of CodeSource 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:s3:CodeSource', codeSource_s3 - Information about the Amazon S3 location where the source code files provided with the project request are stored.

codeSource_s3 :: Lens' CodeSource S3Location Source #

Information about the Amazon S3 location where the source code files provided with the project request are stored.