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

Description

 
Synopsis

Documentation

data S3Location Source #

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

See: newS3Location smart constructor.

Constructors

S3Location' 

Fields

  • bucketKey :: Maybe Text

    The Amazon S3 object key where the source code files provided with the project request are stored.

  • bucketName :: Maybe Text

    The Amazon S3 bucket name where the source code files provided with the project request are stored.

Instances

Instances details
Eq S3Location Source # 
Instance details

Defined in Amazonka.CodeStar.Types.S3Location

Read S3Location Source # 
Instance details

Defined in Amazonka.CodeStar.Types.S3Location

Show S3Location Source # 
Instance details

Defined in Amazonka.CodeStar.Types.S3Location

Generic S3Location Source # 
Instance details

Defined in Amazonka.CodeStar.Types.S3Location

Associated Types

type Rep S3Location :: Type -> Type #

NFData S3Location Source # 
Instance details

Defined in Amazonka.CodeStar.Types.S3Location

Methods

rnf :: S3Location -> () #

Hashable S3Location Source # 
Instance details

Defined in Amazonka.CodeStar.Types.S3Location

ToJSON S3Location Source # 
Instance details

Defined in Amazonka.CodeStar.Types.S3Location

type Rep S3Location Source # 
Instance details

Defined in Amazonka.CodeStar.Types.S3Location

type Rep S3Location = D1 ('MetaData "S3Location" "Amazonka.CodeStar.Types.S3Location" "libZSservicesZSamazonka-codestarZSamazonka-codestar" 'False) (C1 ('MetaCons "S3Location'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucketKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newS3Location :: S3Location Source #

Create a value of S3Location 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:bucketKey:S3Location', s3Location_bucketKey - The Amazon S3 object key where the source code files provided with the project request are stored.

$sel:bucketName:S3Location', s3Location_bucketName - The Amazon S3 bucket name where the source code files provided with the project request are stored.

s3Location_bucketKey :: Lens' S3Location (Maybe Text) Source #

The Amazon S3 object key where the source code files provided with the project request are stored.

s3Location_bucketName :: Lens' S3Location (Maybe Text) Source #

The Amazon S3 bucket name where the source code files provided with the project request are stored.