amazonka-codebuild-1.4.5: Amazon CodeBuild SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CodeBuild.Types

Contents

Description

 

Synopsis

Service Configuration

codeBuild :: Service #

API version 2016-10-06 of the Amazon CodeBuild SDK configuration.

Errors

_ResourceAlreadyExistsException :: AsError a => Getting (First ServiceError) a ServiceError #

The specified AWS resource cannot be created, because an AWS resource with the same settings already exists.

_AccountLimitExceededException :: AsError a => Getting (First ServiceError) a ServiceError #

An AWS service limit was exceeded for the calling AWS account.

_InvalidInputException :: AsError a => Getting (First ServiceError) a ServiceError #

The input value that was provided is not valid.

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError #

The specified AWS resource cannot be found.

ArtifactNamespace

data ArtifactNamespace #

Constructors

ANBuildId 
ANNone 

Instances

Bounded ArtifactNamespace # 
Enum ArtifactNamespace # 
Eq ArtifactNamespace # 
Data ArtifactNamespace # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ArtifactNamespace -> c ArtifactNamespace #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ArtifactNamespace #

toConstr :: ArtifactNamespace -> Constr #

dataTypeOf :: ArtifactNamespace -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ArtifactNamespace) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ArtifactNamespace) #

gmapT :: (forall b. Data b => b -> b) -> ArtifactNamespace -> ArtifactNamespace #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ArtifactNamespace -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ArtifactNamespace -> r #

gmapQ :: (forall d. Data d => d -> u) -> ArtifactNamespace -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ArtifactNamespace -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ArtifactNamespace -> m ArtifactNamespace #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ArtifactNamespace -> m ArtifactNamespace #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ArtifactNamespace -> m ArtifactNamespace #

Ord ArtifactNamespace # 
Read ArtifactNamespace # 
Show ArtifactNamespace # 
Generic ArtifactNamespace # 
Hashable ArtifactNamespace # 
ToJSON ArtifactNamespace # 
FromJSON ArtifactNamespace # 
NFData ArtifactNamespace # 

Methods

rnf :: ArtifactNamespace -> () #

ToQuery ArtifactNamespace # 
ToHeader ArtifactNamespace # 
ToByteString ArtifactNamespace # 
FromText ArtifactNamespace # 
ToText ArtifactNamespace # 
type Rep ArtifactNamespace # 
type Rep ArtifactNamespace = D1 (MetaData "ArtifactNamespace" "Network.AWS.CodeBuild.Types.Sum" "amazonka-codebuild-1.4.5-3NVU2twfIhsHq4YMwwDof3" False) ((:+:) (C1 (MetaCons "ANBuildId" PrefixI False) U1) (C1 (MetaCons "ANNone" PrefixI False) U1))

ArtifactPackaging

data ArtifactPackaging #

Constructors

None 
Zip 

Instances

Bounded ArtifactPackaging # 
Enum ArtifactPackaging # 
Eq ArtifactPackaging # 
Data ArtifactPackaging # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ArtifactPackaging -> c ArtifactPackaging #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ArtifactPackaging #

toConstr :: ArtifactPackaging -> Constr #

dataTypeOf :: ArtifactPackaging -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ArtifactPackaging) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ArtifactPackaging) #

gmapT :: (forall b. Data b => b -> b) -> ArtifactPackaging -> ArtifactPackaging #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ArtifactPackaging -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ArtifactPackaging -> r #

gmapQ :: (forall d. Data d => d -> u) -> ArtifactPackaging -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ArtifactPackaging -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ArtifactPackaging -> m ArtifactPackaging #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ArtifactPackaging -> m ArtifactPackaging #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ArtifactPackaging -> m ArtifactPackaging #

Ord ArtifactPackaging # 
Read ArtifactPackaging # 
Show ArtifactPackaging # 
Generic ArtifactPackaging # 
Hashable ArtifactPackaging # 
ToJSON ArtifactPackaging # 
FromJSON ArtifactPackaging # 
NFData ArtifactPackaging # 

Methods

rnf :: ArtifactPackaging -> () #

ToQuery ArtifactPackaging # 
ToHeader ArtifactPackaging # 
ToByteString ArtifactPackaging # 
FromText ArtifactPackaging # 
ToText ArtifactPackaging # 
type Rep ArtifactPackaging # 
type Rep ArtifactPackaging = D1 (MetaData "ArtifactPackaging" "Network.AWS.CodeBuild.Types.Sum" "amazonka-codebuild-1.4.5-3NVU2twfIhsHq4YMwwDof3" False) ((:+:) (C1 (MetaCons "None" PrefixI False) U1) (C1 (MetaCons "Zip" PrefixI False) U1))

ArtifactsType

data ArtifactsType #

Constructors

Codepipeline 
NoArtifacts 
S3 

Instances

Bounded ArtifactsType # 
Enum ArtifactsType # 
Eq ArtifactsType # 
Data ArtifactsType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ArtifactsType -> c ArtifactsType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ArtifactsType #

toConstr :: ArtifactsType -> Constr #

dataTypeOf :: ArtifactsType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ArtifactsType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ArtifactsType) #

gmapT :: (forall b. Data b => b -> b) -> ArtifactsType -> ArtifactsType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ArtifactsType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ArtifactsType -> r #

gmapQ :: (forall d. Data d => d -> u) -> ArtifactsType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ArtifactsType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ArtifactsType -> m ArtifactsType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ArtifactsType -> m ArtifactsType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ArtifactsType -> m ArtifactsType #

Ord ArtifactsType # 
Read ArtifactsType # 
Show ArtifactsType # 
Generic ArtifactsType # 

Associated Types

type Rep ArtifactsType :: * -> * #

Hashable ArtifactsType # 
ToJSON ArtifactsType # 
FromJSON ArtifactsType # 
NFData ArtifactsType # 

Methods

rnf :: ArtifactsType -> () #

ToQuery ArtifactsType # 
ToHeader ArtifactsType # 
ToByteString ArtifactsType # 
FromText ArtifactsType # 
ToText ArtifactsType # 

Methods

toText :: ArtifactsType -> Text #

type Rep ArtifactsType # 
type Rep ArtifactsType = D1 (MetaData "ArtifactsType" "Network.AWS.CodeBuild.Types.Sum" "amazonka-codebuild-1.4.5-3NVU2twfIhsHq4YMwwDof3" False) ((:+:) (C1 (MetaCons "Codepipeline" PrefixI False) U1) ((:+:) (C1 (MetaCons "NoArtifacts" PrefixI False) U1) (C1 (MetaCons "S3" PrefixI False) U1)))

BuildPhaseType

data BuildPhaseType #

Instances

Bounded BuildPhaseType # 
Enum BuildPhaseType # 
Eq BuildPhaseType # 
Data BuildPhaseType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> BuildPhaseType -> c BuildPhaseType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c BuildPhaseType #

toConstr :: BuildPhaseType -> Constr #

dataTypeOf :: BuildPhaseType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c BuildPhaseType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c BuildPhaseType) #

gmapT :: (forall b. Data b => b -> b) -> BuildPhaseType -> BuildPhaseType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> BuildPhaseType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> BuildPhaseType -> r #

gmapQ :: (forall d. Data d => d -> u) -> BuildPhaseType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> BuildPhaseType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> BuildPhaseType -> m BuildPhaseType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> BuildPhaseType -> m BuildPhaseType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> BuildPhaseType -> m BuildPhaseType #

Ord BuildPhaseType # 
Read BuildPhaseType # 
Show BuildPhaseType # 
Generic BuildPhaseType # 

Associated Types

type Rep BuildPhaseType :: * -> * #

Hashable BuildPhaseType # 
FromJSON BuildPhaseType # 
NFData BuildPhaseType # 

Methods

rnf :: BuildPhaseType -> () #

ToQuery BuildPhaseType # 
ToHeader BuildPhaseType # 
ToByteString BuildPhaseType # 
FromText BuildPhaseType # 
ToText BuildPhaseType # 
type Rep BuildPhaseType # 
type Rep BuildPhaseType = D1 (MetaData "BuildPhaseType" "Network.AWS.CodeBuild.Types.Sum" "amazonka-codebuild-1.4.5-3NVU2twfIhsHq4YMwwDof3" False) ((:+:) ((:+:) ((:+:) (C1 (MetaCons "Build" PrefixI False) U1) (C1 (MetaCons "Completed" PrefixI False) U1)) ((:+:) (C1 (MetaCons "DownloadSource" PrefixI False) U1) ((:+:) (C1 (MetaCons "Finalizing" PrefixI False) U1) (C1 (MetaCons "Install" PrefixI False) U1)))) ((:+:) ((:+:) (C1 (MetaCons "PostBuild" PrefixI False) U1) (C1 (MetaCons "PreBuild" PrefixI False) U1)) ((:+:) (C1 (MetaCons "Provisioning" PrefixI False) U1) ((:+:) (C1 (MetaCons "Submitted" PrefixI False) U1) (C1 (MetaCons "UploadArtifacts" PrefixI False) U1)))))

ComputeType

data ComputeType #

Instances

Bounded ComputeType # 
Enum ComputeType # 
Eq ComputeType # 
Data ComputeType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ComputeType -> c ComputeType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ComputeType #

toConstr :: ComputeType -> Constr #

dataTypeOf :: ComputeType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ComputeType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ComputeType) #

gmapT :: (forall b. Data b => b -> b) -> ComputeType -> ComputeType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ComputeType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ComputeType -> r #

gmapQ :: (forall d. Data d => d -> u) -> ComputeType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ComputeType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ComputeType -> m ComputeType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ComputeType -> m ComputeType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ComputeType -> m ComputeType #

Ord ComputeType # 
Read ComputeType # 
Show ComputeType # 
Generic ComputeType # 

Associated Types

type Rep ComputeType :: * -> * #

Hashable ComputeType # 
ToJSON ComputeType # 
FromJSON ComputeType # 
NFData ComputeType # 

Methods

rnf :: ComputeType -> () #

ToQuery ComputeType # 
ToHeader ComputeType # 
ToByteString ComputeType # 
FromText ComputeType # 
ToText ComputeType # 

Methods

toText :: ComputeType -> Text #

type Rep ComputeType # 
type Rep ComputeType = D1 (MetaData "ComputeType" "Network.AWS.CodeBuild.Types.Sum" "amazonka-codebuild-1.4.5-3NVU2twfIhsHq4YMwwDof3" False) ((:+:) (C1 (MetaCons "BuildGENERAL1Large" PrefixI False) U1) ((:+:) (C1 (MetaCons "BuildGENERAL1Medium" PrefixI False) U1) (C1 (MetaCons "BuildGENERAL1Small" PrefixI False) U1)))

EnvironmentType

data EnvironmentType #

Constructors

LinuxContainer 

Instances

Bounded EnvironmentType # 
Enum EnvironmentType # 
Eq EnvironmentType # 
Data EnvironmentType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EnvironmentType -> c EnvironmentType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EnvironmentType #

toConstr :: EnvironmentType -> Constr #

dataTypeOf :: EnvironmentType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c EnvironmentType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EnvironmentType) #

gmapT :: (forall b. Data b => b -> b) -> EnvironmentType -> EnvironmentType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EnvironmentType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EnvironmentType -> r #

gmapQ :: (forall d. Data d => d -> u) -> EnvironmentType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EnvironmentType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EnvironmentType -> m EnvironmentType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EnvironmentType -> m EnvironmentType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EnvironmentType -> m EnvironmentType #

Ord EnvironmentType # 
Read EnvironmentType # 
Show EnvironmentType # 
Generic EnvironmentType # 
Hashable EnvironmentType # 
ToJSON EnvironmentType # 
FromJSON EnvironmentType # 
NFData EnvironmentType # 

Methods

rnf :: EnvironmentType -> () #

ToQuery EnvironmentType # 
ToHeader EnvironmentType # 
ToByteString EnvironmentType # 
FromText EnvironmentType # 
ToText EnvironmentType # 
type Rep EnvironmentType # 
type Rep EnvironmentType = D1 (MetaData "EnvironmentType" "Network.AWS.CodeBuild.Types.Sum" "amazonka-codebuild-1.4.5-3NVU2twfIhsHq4YMwwDof3" False) (C1 (MetaCons "LinuxContainer" PrefixI False) U1)

LanguageType

data LanguageType #

Instances

Bounded LanguageType # 
Enum LanguageType # 
Eq LanguageType # 
Data LanguageType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LanguageType -> c LanguageType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LanguageType #

toConstr :: LanguageType -> Constr #

dataTypeOf :: LanguageType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c LanguageType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LanguageType) #

gmapT :: (forall b. Data b => b -> b) -> LanguageType -> LanguageType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LanguageType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LanguageType -> r #

gmapQ :: (forall d. Data d => d -> u) -> LanguageType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LanguageType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LanguageType -> m LanguageType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LanguageType -> m LanguageType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LanguageType -> m LanguageType #

Ord LanguageType # 
Read LanguageType # 
Show LanguageType # 
Generic LanguageType # 

Associated Types

type Rep LanguageType :: * -> * #

Hashable LanguageType # 
FromJSON LanguageType # 
NFData LanguageType # 

Methods

rnf :: LanguageType -> () #

ToQuery LanguageType # 
ToHeader LanguageType # 
ToByteString LanguageType # 
FromText LanguageType # 
ToText LanguageType # 

Methods

toText :: LanguageType -> Text #

type Rep LanguageType # 
type Rep LanguageType = D1 (MetaData "LanguageType" "Network.AWS.CodeBuild.Types.Sum" "amazonka-codebuild-1.4.5-3NVU2twfIhsHq4YMwwDof3" False) ((:+:) ((:+:) ((:+:) (C1 (MetaCons "Android" PrefixI False) U1) (C1 (MetaCons "Base" PrefixI False) U1)) ((:+:) (C1 (MetaCons "Docker" PrefixI False) U1) (C1 (MetaCons "Golang" PrefixI False) U1))) ((:+:) ((:+:) (C1 (MetaCons "Java" PrefixI False) U1) (C1 (MetaCons "NodeJs" PrefixI False) U1)) ((:+:) (C1 (MetaCons "Python" PrefixI False) U1) (C1 (MetaCons "Ruby" PrefixI False) U1))))

PlatformType

data PlatformType #

Constructors

AmazonLinux 
Debian 
Ubuntu 

Instances

Bounded PlatformType # 
Enum PlatformType # 
Eq PlatformType # 
Data PlatformType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PlatformType -> c PlatformType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PlatformType #

toConstr :: PlatformType -> Constr #

dataTypeOf :: PlatformType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c PlatformType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PlatformType) #

gmapT :: (forall b. Data b => b -> b) -> PlatformType -> PlatformType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PlatformType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PlatformType -> r #

gmapQ :: (forall d. Data d => d -> u) -> PlatformType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PlatformType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PlatformType -> m PlatformType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PlatformType -> m PlatformType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PlatformType -> m PlatformType #

Ord PlatformType # 
Read PlatformType # 
Show PlatformType # 
Generic PlatformType # 

Associated Types

type Rep PlatformType :: * -> * #

Hashable PlatformType # 
FromJSON PlatformType # 
NFData PlatformType # 

Methods

rnf :: PlatformType -> () #

ToQuery PlatformType # 
ToHeader PlatformType # 
ToByteString PlatformType # 
FromText PlatformType # 
ToText PlatformType # 

Methods

toText :: PlatformType -> Text #

type Rep PlatformType # 
type Rep PlatformType = D1 (MetaData "PlatformType" "Network.AWS.CodeBuild.Types.Sum" "amazonka-codebuild-1.4.5-3NVU2twfIhsHq4YMwwDof3" False) ((:+:) (C1 (MetaCons "AmazonLinux" PrefixI False) U1) ((:+:) (C1 (MetaCons "Debian" PrefixI False) U1) (C1 (MetaCons "Ubuntu" PrefixI False) U1)))

ProjectSortByType

data ProjectSortByType #

Instances

Bounded ProjectSortByType # 
Enum ProjectSortByType # 
Eq ProjectSortByType # 
Data ProjectSortByType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ProjectSortByType -> c ProjectSortByType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ProjectSortByType #

toConstr :: ProjectSortByType -> Constr #

dataTypeOf :: ProjectSortByType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ProjectSortByType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ProjectSortByType) #

gmapT :: (forall b. Data b => b -> b) -> ProjectSortByType -> ProjectSortByType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ProjectSortByType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ProjectSortByType -> r #

gmapQ :: (forall d. Data d => d -> u) -> ProjectSortByType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ProjectSortByType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ProjectSortByType -> m ProjectSortByType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectSortByType -> m ProjectSortByType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectSortByType -> m ProjectSortByType #

Ord ProjectSortByType # 
Read ProjectSortByType # 
Show ProjectSortByType # 
Generic ProjectSortByType # 
Hashable ProjectSortByType # 
ToJSON ProjectSortByType # 
NFData ProjectSortByType # 

Methods

rnf :: ProjectSortByType -> () #

ToQuery ProjectSortByType # 
ToHeader ProjectSortByType # 
ToByteString ProjectSortByType # 
FromText ProjectSortByType # 
ToText ProjectSortByType # 
type Rep ProjectSortByType # 
type Rep ProjectSortByType = D1 (MetaData "ProjectSortByType" "Network.AWS.CodeBuild.Types.Sum" "amazonka-codebuild-1.4.5-3NVU2twfIhsHq4YMwwDof3" False) ((:+:) (C1 (MetaCons "CreatedTime" PrefixI False) U1) ((:+:) (C1 (MetaCons "LastModifiedTime" PrefixI False) U1) (C1 (MetaCons "Name" PrefixI False) U1)))

SortOrderType

data SortOrderType #

Constructors

Ascending 
Descending 

Instances

Bounded SortOrderType # 
Enum SortOrderType # 
Eq SortOrderType # 
Data SortOrderType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SortOrderType -> c SortOrderType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SortOrderType #

toConstr :: SortOrderType -> Constr #

dataTypeOf :: SortOrderType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c SortOrderType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SortOrderType) #

gmapT :: (forall b. Data b => b -> b) -> SortOrderType -> SortOrderType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SortOrderType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SortOrderType -> r #

gmapQ :: (forall d. Data d => d -> u) -> SortOrderType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SortOrderType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SortOrderType -> m SortOrderType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SortOrderType -> m SortOrderType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SortOrderType -> m SortOrderType #

Ord SortOrderType # 
Read SortOrderType # 
Show SortOrderType # 
Generic SortOrderType # 

Associated Types

type Rep SortOrderType :: * -> * #

Hashable SortOrderType # 
ToJSON SortOrderType # 
NFData SortOrderType # 

Methods

rnf :: SortOrderType -> () #

ToQuery SortOrderType # 
ToHeader SortOrderType # 
ToByteString SortOrderType # 
FromText SortOrderType # 
ToText SortOrderType # 

Methods

toText :: SortOrderType -> Text #

type Rep SortOrderType # 
type Rep SortOrderType = D1 (MetaData "SortOrderType" "Network.AWS.CodeBuild.Types.Sum" "amazonka-codebuild-1.4.5-3NVU2twfIhsHq4YMwwDof3" False) ((:+:) (C1 (MetaCons "Ascending" PrefixI False) U1) (C1 (MetaCons "Descending" PrefixI False) U1))

SourceAuthType

data SourceAuthType #

Constructors

Oauth 

Instances

Bounded SourceAuthType # 
Enum SourceAuthType # 
Eq SourceAuthType # 
Data SourceAuthType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SourceAuthType -> c SourceAuthType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SourceAuthType #

toConstr :: SourceAuthType -> Constr #

dataTypeOf :: SourceAuthType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c SourceAuthType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SourceAuthType) #

gmapT :: (forall b. Data b => b -> b) -> SourceAuthType -> SourceAuthType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SourceAuthType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SourceAuthType -> r #

gmapQ :: (forall d. Data d => d -> u) -> SourceAuthType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SourceAuthType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SourceAuthType -> m SourceAuthType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceAuthType -> m SourceAuthType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceAuthType -> m SourceAuthType #

Ord SourceAuthType # 
Read SourceAuthType # 
Show SourceAuthType # 
Generic SourceAuthType # 

Associated Types

type Rep SourceAuthType :: * -> * #

Hashable SourceAuthType # 
ToJSON SourceAuthType # 
FromJSON SourceAuthType # 
NFData SourceAuthType # 

Methods

rnf :: SourceAuthType -> () #

ToQuery SourceAuthType # 
ToHeader SourceAuthType # 
ToByteString SourceAuthType # 
FromText SourceAuthType # 
ToText SourceAuthType # 
type Rep SourceAuthType # 
type Rep SourceAuthType = D1 (MetaData "SourceAuthType" "Network.AWS.CodeBuild.Types.Sum" "amazonka-codebuild-1.4.5-3NVU2twfIhsHq4YMwwDof3" False) (C1 (MetaCons "Oauth" PrefixI False) U1)

SourceType

data SourceType #

Instances

Bounded SourceType # 
Enum SourceType # 
Eq SourceType # 
Data SourceType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SourceType -> c SourceType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SourceType #

toConstr :: SourceType -> Constr #

dataTypeOf :: SourceType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c SourceType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SourceType) #

gmapT :: (forall b. Data b => b -> b) -> SourceType -> SourceType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SourceType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SourceType -> r #

gmapQ :: (forall d. Data d => d -> u) -> SourceType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SourceType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SourceType -> m SourceType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceType -> m SourceType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceType -> m SourceType #

Ord SourceType # 
Read SourceType # 
Show SourceType # 
Generic SourceType # 

Associated Types

type Rep SourceType :: * -> * #

Hashable SourceType # 
ToJSON SourceType # 
FromJSON SourceType # 
NFData SourceType # 

Methods

rnf :: SourceType -> () #

ToQuery SourceType # 
ToHeader SourceType # 
ToByteString SourceType # 
FromText SourceType # 
ToText SourceType # 

Methods

toText :: SourceType -> Text #

type Rep SourceType # 
type Rep SourceType = D1 (MetaData "SourceType" "Network.AWS.CodeBuild.Types.Sum" "amazonka-codebuild-1.4.5-3NVU2twfIhsHq4YMwwDof3" False) ((:+:) ((:+:) (C1 (MetaCons "STCodecommit" PrefixI False) U1) (C1 (MetaCons "STCodepipeline" PrefixI False) U1)) ((:+:) (C1 (MetaCons "STGithub" PrefixI False) U1) (C1 (MetaCons "STS3" PrefixI False) U1)))

StatusType

data StatusType #

Instances

Bounded StatusType # 
Enum StatusType # 
Eq StatusType # 
Data StatusType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StatusType -> c StatusType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StatusType #

toConstr :: StatusType -> Constr #

dataTypeOf :: StatusType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c StatusType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StatusType) #

gmapT :: (forall b. Data b => b -> b) -> StatusType -> StatusType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StatusType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StatusType -> r #

gmapQ :: (forall d. Data d => d -> u) -> StatusType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StatusType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StatusType -> m StatusType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StatusType -> m StatusType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StatusType -> m StatusType #

Ord StatusType # 
Read StatusType # 
Show StatusType # 
Generic StatusType # 

Associated Types

type Rep StatusType :: * -> * #

Hashable StatusType # 
FromJSON StatusType # 
NFData StatusType # 

Methods

rnf :: StatusType -> () #

ToQuery StatusType # 
ToHeader StatusType # 
ToByteString StatusType # 
FromText StatusType # 
ToText StatusType # 

Methods

toText :: StatusType -> Text #

type Rep StatusType # 
type Rep StatusType = D1 (MetaData "StatusType" "Network.AWS.CodeBuild.Types.Sum" "amazonka-codebuild-1.4.5-3NVU2twfIhsHq4YMwwDof3" False) ((:+:) ((:+:) (C1 (MetaCons "Failed" PrefixI False) U1) ((:+:) (C1 (MetaCons "Fault" PrefixI False) U1) (C1 (MetaCons "InProgress" PrefixI False) U1))) ((:+:) (C1 (MetaCons "Stopped" PrefixI False) U1) ((:+:) (C1 (MetaCons "Succeeded" PrefixI False) U1) (C1 (MetaCons "TimedOut" PrefixI False) U1))))

Build

data Build #

Information about a build.

See: build smart constructor.

Instances

Eq Build # 

Methods

(==) :: Build -> Build -> Bool #

(/=) :: Build -> Build -> Bool #

Data Build # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Build -> c Build #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Build #

toConstr :: Build -> Constr #

dataTypeOf :: Build -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Build) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Build) #

gmapT :: (forall b. Data b => b -> b) -> Build -> Build #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Build -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Build -> r #

gmapQ :: (forall d. Data d => d -> u) -> Build -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Build -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Build -> m Build #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Build -> m Build #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Build -> m Build #

Read Build # 
Show Build # 

Methods

showsPrec :: Int -> Build -> ShowS #

show :: Build -> String #

showList :: [Build] -> ShowS #

Generic Build # 

Associated Types

type Rep Build :: * -> * #

Methods

from :: Build -> Rep Build x #

to :: Rep Build x -> Build #

Hashable Build # 

Methods

hashWithSalt :: Int -> Build -> Int #

hash :: Build -> Int #

FromJSON Build # 
NFData Build # 

Methods

rnf :: Build -> () #

type Rep Build # 
type Rep Build = D1 (MetaData "Build" "Network.AWS.CodeBuild.Types.Product" "amazonka-codebuild-1.4.5-3NVU2twfIhsHq4YMwwDof3" False) (C1 (MetaCons "Build'" PrefixI True) ((:*:) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_bPhases") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [BuildPhase]))) (S1 (MetaSel (Just Symbol "_bBuildComplete") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))) ((:*:) (S1 (MetaSel (Just Symbol "_bArn") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_bStartTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_bArtifacts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe BuildArtifacts))) (S1 (MetaSel (Just Symbol "_bEnvironment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ProjectEnvironment)))) ((:*:) (S1 (MetaSel (Just Symbol "_bInitiator") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_bCurrentPhase") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_bSourceVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_bLogs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LogsLocation)))) ((:*:) (S1 (MetaSel (Just Symbol "_bEndTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) (S1 (MetaSel (Just Symbol "_bProjectName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_bBuildStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StatusType))) (S1 (MetaSel (Just Symbol "_bSource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ProjectSource)))) ((:*:) (S1 (MetaSel (Just Symbol "_bId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_bTimeoutInMinutes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))))))))

build :: Build #

Creates a value of Build with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • bPhases - Information about all previous build phases that have completed, and information about any current build phase that has not yet completed.
  • bBuildComplete - Whether the build has finished. Valid values include true if completed; otherwise, false.
  • bArn - The build's Amazon Resource Name (ARN).
  • bStartTime - When the build process started, expressed in Unix time format.
  • bArtifacts - Information about the build's output artifacts.
  • bEnvironment - Information about the build environment for this build.
  • bInitiator - The entity that started the build. Valid values include: * If AWS CodePipeline started the build, the pipeline's name, for example codepipeline/my-demo-pipeline . * If an AWS Identity and Access Management (IAM) user started the build, the user's name, for example MyUserName . * If the Jenkins plugin for AWS CodeBuild started the build, the string CodeBuild-Jenkins-Plugin .
  • bCurrentPhase - The build's current build phase.
  • bSourceVersion - Any version identifier for the version of the source code to be built.
  • bLogs - Information about the build's logs in Amazon CloudWatch Logs.
  • bEndTime - When the build process ended, expressed in Unix time format.
  • bProjectName - The build project's name.
  • bBuildStatus - The build's current status. Valid values include: * FAILED : The build failed. * FAULT : The build faulted. * IN_PROGRESS : The build is still in progress. * STOPPED : The build stopped. * SUCCEEDED : The build succeeded. * TIMED_OUT : The build timed out.
  • bSource - Information about the source code to be built.
  • bId - The build's unique ID.
  • bTimeoutInMinutes - How long in minutes for AWS CodeBuild to wait to timeout this build if it does not get marked as completed.

bPhases :: Lens' Build [BuildPhase] #

Information about all previous build phases that have completed, and information about any current build phase that has not yet completed.

bBuildComplete :: Lens' Build (Maybe Bool) #

Whether the build has finished. Valid values include true if completed; otherwise, false.

bArn :: Lens' Build (Maybe Text) #

The build's Amazon Resource Name (ARN).

bStartTime :: Lens' Build (Maybe UTCTime) #

When the build process started, expressed in Unix time format.

bArtifacts :: Lens' Build (Maybe BuildArtifacts) #

Information about the build's output artifacts.

bEnvironment :: Lens' Build (Maybe ProjectEnvironment) #

Information about the build environment for this build.

bInitiator :: Lens' Build (Maybe Text) #

The entity that started the build. Valid values include: * If AWS CodePipeline started the build, the pipeline's name, for example codepipeline/my-demo-pipeline . * If an AWS Identity and Access Management (IAM) user started the build, the user's name, for example MyUserName . * If the Jenkins plugin for AWS CodeBuild started the build, the string CodeBuild-Jenkins-Plugin .

bCurrentPhase :: Lens' Build (Maybe Text) #

The build's current build phase.

bSourceVersion :: Lens' Build (Maybe Text) #

Any version identifier for the version of the source code to be built.

bLogs :: Lens' Build (Maybe LogsLocation) #

Information about the build's logs in Amazon CloudWatch Logs.

bEndTime :: Lens' Build (Maybe UTCTime) #

When the build process ended, expressed in Unix time format.

bProjectName :: Lens' Build (Maybe Text) #

The build project's name.

bBuildStatus :: Lens' Build (Maybe StatusType) #

The build's current status. Valid values include: * FAILED : The build failed. * FAULT : The build faulted. * IN_PROGRESS : The build is still in progress. * STOPPED : The build stopped. * SUCCEEDED : The build succeeded. * TIMED_OUT : The build timed out.

bSource :: Lens' Build (Maybe ProjectSource) #

Information about the source code to be built.

bId :: Lens' Build (Maybe Text) #

The build's unique ID.

bTimeoutInMinutes :: Lens' Build (Maybe Int) #

How long in minutes for AWS CodeBuild to wait to timeout this build if it does not get marked as completed.

BuildArtifacts

data BuildArtifacts #

Information about build output artifacts.

See: buildArtifacts smart constructor.

Instances

Eq BuildArtifacts # 
Data BuildArtifacts # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> BuildArtifacts -> c BuildArtifacts #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c BuildArtifacts #

toConstr :: BuildArtifacts -> Constr #

dataTypeOf :: BuildArtifacts -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c BuildArtifacts) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c BuildArtifacts) #

gmapT :: (forall b. Data b => b -> b) -> BuildArtifacts -> BuildArtifacts #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> BuildArtifacts -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> BuildArtifacts -> r #

gmapQ :: (forall d. Data d => d -> u) -> BuildArtifacts -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> BuildArtifacts -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> BuildArtifacts -> m BuildArtifacts #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> BuildArtifacts -> m BuildArtifacts #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> BuildArtifacts -> m BuildArtifacts #

Read BuildArtifacts # 
Show BuildArtifacts # 
Generic BuildArtifacts # 

Associated Types

type Rep BuildArtifacts :: * -> * #

Hashable BuildArtifacts # 
FromJSON BuildArtifacts # 
NFData BuildArtifacts # 

Methods

rnf :: BuildArtifacts -> () #

type Rep BuildArtifacts # 
type Rep BuildArtifacts = D1 (MetaData "BuildArtifacts" "Network.AWS.CodeBuild.Types.Product" "amazonka-codebuild-1.4.5-3NVU2twfIhsHq4YMwwDof3" False) (C1 (MetaCons "BuildArtifacts'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_baLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_baMd5sum") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_baSha256sum") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

buildArtifacts :: BuildArtifacts #

Creates a value of BuildArtifacts with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • baLocation - Information about the build artifacts' location.
  • baMd5sum - The MD5 hash of the build artifact. You can use this hash along with a checksum tool to confirm both file integrity and authenticity.
  • baSha256sum - The SHA-256 hash of the build artifact. You can use this hash along with a checksum tool to confirm both file integrity and authenticity.

baLocation :: Lens' BuildArtifacts (Maybe Text) #

Information about the build artifacts' location.

baMd5sum :: Lens' BuildArtifacts (Maybe Text) #

The MD5 hash of the build artifact. You can use this hash along with a checksum tool to confirm both file integrity and authenticity.

baSha256sum :: Lens' BuildArtifacts (Maybe Text) #

The SHA-256 hash of the build artifact. You can use this hash along with a checksum tool to confirm both file integrity and authenticity.

BuildPhase

data BuildPhase #

Information about a stage for a build.

See: buildPhase smart constructor.

Instances

Eq BuildPhase # 
Data BuildPhase # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> BuildPhase -> c BuildPhase #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c BuildPhase #

toConstr :: BuildPhase -> Constr #

dataTypeOf :: BuildPhase -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c BuildPhase) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c BuildPhase) #

gmapT :: (forall b. Data b => b -> b) -> BuildPhase -> BuildPhase #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> BuildPhase -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> BuildPhase -> r #

gmapQ :: (forall d. Data d => d -> u) -> BuildPhase -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> BuildPhase -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> BuildPhase -> m BuildPhase #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> BuildPhase -> m BuildPhase #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> BuildPhase -> m BuildPhase #

Read BuildPhase # 
Show BuildPhase # 
Generic BuildPhase # 

Associated Types

type Rep BuildPhase :: * -> * #

Hashable BuildPhase # 
FromJSON BuildPhase # 
NFData BuildPhase # 

Methods

rnf :: BuildPhase -> () #

type Rep BuildPhase # 

buildPhase :: BuildPhase #

Creates a value of BuildPhase with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • bpContexts - Additional information about a build phase, especially to help troubleshoot a failed build.
  • bpStartTime - When the build phase started, expressed in Unix time format.
  • bpPhaseStatus - The build phase's current status. Valid values include: * FAILED : The build phase failed. * FAULT : The build phase faulted. * IN_PROGRESS : The build phase is still in progress. * STOPPED : The build phase stopped. * SUCCEEDED : The build phase succeeded. * TIMED_OUT : The build phase timed out.
  • bpPhaseType - The build phase's name. Valid values include: * BUILD : Core build activities typically occur in this build phase. * COMPLETED : The build has completed. * DOWNLOAD_SOURCE : Source code is being downloaded in this build phase. * FINALIZING : The build process is completing in this build phase. * INSTALL : Installation activities typically occur in this build phase. * POST_BUILD : Post-build activities typically occur in this build phase. * PRE_BUILD : Pre-build activities typically occur in this build phase. * PROVISIONING : The build environment is being set up. * SUBMITTED : The build has been submitted. * UPLOAD_ARTIFACTS : Build output artifacts are being uploaded to output location.
  • bpEndTime - When the build phase ended, expressed in Unix time format.
  • bpDurationInSeconds - How long, in seconds, between the build's phase starting and ending times.

bpContexts :: Lens' BuildPhase [PhaseContext] #

Additional information about a build phase, especially to help troubleshoot a failed build.

bpStartTime :: Lens' BuildPhase (Maybe UTCTime) #

When the build phase started, expressed in Unix time format.

bpPhaseStatus :: Lens' BuildPhase (Maybe StatusType) #

The build phase's current status. Valid values include: * FAILED : The build phase failed. * FAULT : The build phase faulted. * IN_PROGRESS : The build phase is still in progress. * STOPPED : The build phase stopped. * SUCCEEDED : The build phase succeeded. * TIMED_OUT : The build phase timed out.

bpPhaseType :: Lens' BuildPhase (Maybe BuildPhaseType) #

The build phase's name. Valid values include: * BUILD : Core build activities typically occur in this build phase. * COMPLETED : The build has completed. * DOWNLOAD_SOURCE : Source code is being downloaded in this build phase. * FINALIZING : The build process is completing in this build phase. * INSTALL : Installation activities typically occur in this build phase. * POST_BUILD : Post-build activities typically occur in this build phase. * PRE_BUILD : Pre-build activities typically occur in this build phase. * PROVISIONING : The build environment is being set up. * SUBMITTED : The build has been submitted. * UPLOAD_ARTIFACTS : Build output artifacts are being uploaded to output location.

bpEndTime :: Lens' BuildPhase (Maybe UTCTime) #

When the build phase ended, expressed in Unix time format.

bpDurationInSeconds :: Lens' BuildPhase (Maybe Integer) #

How long, in seconds, between the build's phase starting and ending times.

EnvironmentImage

data EnvironmentImage #

Information about a Docker image that is managed by AWS CodeBuild.

See: environmentImage smart constructor.

Instances

Eq EnvironmentImage # 
Data EnvironmentImage # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EnvironmentImage -> c EnvironmentImage #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EnvironmentImage #

toConstr :: EnvironmentImage -> Constr #

dataTypeOf :: EnvironmentImage -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c EnvironmentImage) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EnvironmentImage) #

gmapT :: (forall b. Data b => b -> b) -> EnvironmentImage -> EnvironmentImage #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EnvironmentImage -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EnvironmentImage -> r #

gmapQ :: (forall d. Data d => d -> u) -> EnvironmentImage -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EnvironmentImage -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EnvironmentImage -> m EnvironmentImage #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EnvironmentImage -> m EnvironmentImage #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EnvironmentImage -> m EnvironmentImage #

Read EnvironmentImage # 
Show EnvironmentImage # 
Generic EnvironmentImage # 
Hashable EnvironmentImage # 
FromJSON EnvironmentImage # 
NFData EnvironmentImage # 

Methods

rnf :: EnvironmentImage -> () #

type Rep EnvironmentImage # 
type Rep EnvironmentImage = D1 (MetaData "EnvironmentImage" "Network.AWS.CodeBuild.Types.Product" "amazonka-codebuild-1.4.5-3NVU2twfIhsHq4YMwwDof3" False) (C1 (MetaCons "EnvironmentImage'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_eiName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_eiDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

environmentImage :: EnvironmentImage #

Creates a value of EnvironmentImage with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

eiName :: Lens' EnvironmentImage (Maybe Text) #

The Docker image's name.

eiDescription :: Lens' EnvironmentImage (Maybe Text) #

The Docker image's description.

EnvironmentLanguage

data EnvironmentLanguage #

A set of Docker images that are related by programming language and are managed by AWS CodeBuild.

See: environmentLanguage smart constructor.

Instances

Eq EnvironmentLanguage # 
Data EnvironmentLanguage # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EnvironmentLanguage -> c EnvironmentLanguage #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EnvironmentLanguage #

toConstr :: EnvironmentLanguage -> Constr #

dataTypeOf :: EnvironmentLanguage -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c EnvironmentLanguage) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EnvironmentLanguage) #

gmapT :: (forall b. Data b => b -> b) -> EnvironmentLanguage -> EnvironmentLanguage #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EnvironmentLanguage -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EnvironmentLanguage -> r #

gmapQ :: (forall d. Data d => d -> u) -> EnvironmentLanguage -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EnvironmentLanguage -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EnvironmentLanguage -> m EnvironmentLanguage #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EnvironmentLanguage -> m EnvironmentLanguage #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EnvironmentLanguage -> m EnvironmentLanguage #

Read EnvironmentLanguage # 
Show EnvironmentLanguage # 
Generic EnvironmentLanguage # 
Hashable EnvironmentLanguage # 
FromJSON EnvironmentLanguage # 
NFData EnvironmentLanguage # 

Methods

rnf :: EnvironmentLanguage -> () #

type Rep EnvironmentLanguage # 
type Rep EnvironmentLanguage = D1 (MetaData "EnvironmentLanguage" "Network.AWS.CodeBuild.Types.Product" "amazonka-codebuild-1.4.5-3NVU2twfIhsHq4YMwwDof3" False) (C1 (MetaCons "EnvironmentLanguage'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_elImages") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [EnvironmentImage]))) (S1 (MetaSel (Just Symbol "_elLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LanguageType)))))

environmentLanguage :: EnvironmentLanguage #

Creates a value of EnvironmentLanguage with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • elImages - The list of Docker images that are related by the specified programming language.
  • elLanguage - The programming language for the related set of Docker images.

elImages :: Lens' EnvironmentLanguage [EnvironmentImage] #

The list of Docker images that are related by the specified programming language.

elLanguage :: Lens' EnvironmentLanguage (Maybe LanguageType) #

The programming language for the related set of Docker images.

EnvironmentPlatform

data EnvironmentPlatform #

A set of Docker images that are related by platform and are managed by AWS CodeBuild.

See: environmentPlatform smart constructor.

Instances

Eq EnvironmentPlatform # 
Data EnvironmentPlatform # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EnvironmentPlatform -> c EnvironmentPlatform #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EnvironmentPlatform #

toConstr :: EnvironmentPlatform -> Constr #

dataTypeOf :: EnvironmentPlatform -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c EnvironmentPlatform) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EnvironmentPlatform) #

gmapT :: (forall b. Data b => b -> b) -> EnvironmentPlatform -> EnvironmentPlatform #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EnvironmentPlatform -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EnvironmentPlatform -> r #

gmapQ :: (forall d. Data d => d -> u) -> EnvironmentPlatform -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EnvironmentPlatform -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EnvironmentPlatform -> m EnvironmentPlatform #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EnvironmentPlatform -> m EnvironmentPlatform #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EnvironmentPlatform -> m EnvironmentPlatform #

Read EnvironmentPlatform # 
Show EnvironmentPlatform # 
Generic EnvironmentPlatform # 
Hashable EnvironmentPlatform # 
FromJSON EnvironmentPlatform # 
NFData EnvironmentPlatform # 

Methods

rnf :: EnvironmentPlatform -> () #

type Rep EnvironmentPlatform # 
type Rep EnvironmentPlatform = D1 (MetaData "EnvironmentPlatform" "Network.AWS.CodeBuild.Types.Product" "amazonka-codebuild-1.4.5-3NVU2twfIhsHq4YMwwDof3" False) (C1 (MetaCons "EnvironmentPlatform'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_epPlatform") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PlatformType))) (S1 (MetaSel (Just Symbol "_epLanguages") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [EnvironmentLanguage])))))

environmentPlatform :: EnvironmentPlatform #

Creates a value of EnvironmentPlatform with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • epPlatform - The platform's name.
  • epLanguages - The list of programming languages that are available for the specified platform.

epLanguages :: Lens' EnvironmentPlatform [EnvironmentLanguage] #

The list of programming languages that are available for the specified platform.

EnvironmentVariable

data EnvironmentVariable #

Information about an environment variable for a build project or a build.

See: environmentVariable smart constructor.

Instances

Eq EnvironmentVariable # 
Data EnvironmentVariable # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> EnvironmentVariable -> c EnvironmentVariable #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c EnvironmentVariable #

toConstr :: EnvironmentVariable -> Constr #

dataTypeOf :: EnvironmentVariable -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c EnvironmentVariable) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c EnvironmentVariable) #

gmapT :: (forall b. Data b => b -> b) -> EnvironmentVariable -> EnvironmentVariable #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> EnvironmentVariable -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> EnvironmentVariable -> r #

gmapQ :: (forall d. Data d => d -> u) -> EnvironmentVariable -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> EnvironmentVariable -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> EnvironmentVariable -> m EnvironmentVariable #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> EnvironmentVariable -> m EnvironmentVariable #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> EnvironmentVariable -> m EnvironmentVariable #

Read EnvironmentVariable # 
Show EnvironmentVariable # 
Generic EnvironmentVariable # 
Hashable EnvironmentVariable # 
ToJSON EnvironmentVariable # 
FromJSON EnvironmentVariable # 
NFData EnvironmentVariable # 

Methods

rnf :: EnvironmentVariable -> () #

type Rep EnvironmentVariable # 
type Rep EnvironmentVariable = D1 (MetaData "EnvironmentVariable" "Network.AWS.CodeBuild.Types.Product" "amazonka-codebuild-1.4.5-3NVU2twfIhsHq4YMwwDof3" False) (C1 (MetaCons "EnvironmentVariable'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_evName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_evValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))

environmentVariable #

Creates a value of EnvironmentVariable with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • evName - The environment variable's name or key.
  • evValue - The environment variable's value.

evName :: Lens' EnvironmentVariable Text #

The environment variable's name or key.

evValue :: Lens' EnvironmentVariable Text #

The environment variable's value.

LogsLocation

data LogsLocation #

Information about build logs in Amazon CloudWatch Logs.

See: logsLocation smart constructor.

Instances

Eq LogsLocation # 
Data LogsLocation # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LogsLocation -> c LogsLocation #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LogsLocation #

toConstr :: LogsLocation -> Constr #

dataTypeOf :: LogsLocation -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c LogsLocation) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LogsLocation) #

gmapT :: (forall b. Data b => b -> b) -> LogsLocation -> LogsLocation #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LogsLocation -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LogsLocation -> r #

gmapQ :: (forall d. Data d => d -> u) -> LogsLocation -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LogsLocation -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LogsLocation -> m LogsLocation #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LogsLocation -> m LogsLocation #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LogsLocation -> m LogsLocation #

Read LogsLocation # 
Show LogsLocation # 
Generic LogsLocation # 

Associated Types

type Rep LogsLocation :: * -> * #

Hashable LogsLocation # 
FromJSON LogsLocation # 
NFData LogsLocation # 

Methods

rnf :: LogsLocation -> () #

type Rep LogsLocation # 
type Rep LogsLocation = D1 (MetaData "LogsLocation" "Network.AWS.CodeBuild.Types.Product" "amazonka-codebuild-1.4.5-3NVU2twfIhsHq4YMwwDof3" False) (C1 (MetaCons "LogsLocation'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_llDeepLink") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_llGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_llStreamName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

logsLocation :: LogsLocation #

Creates a value of LogsLocation with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • llDeepLink - The URL to an individual build log in Amazon CloudWatch Logs.
  • llGroupName - The name of the Amazon CloudWatch Logs group for the associated build logs.
  • llStreamName - The name of the Amazon CloudWatch Logs stream for the associated build logs.

llDeepLink :: Lens' LogsLocation (Maybe Text) #

The URL to an individual build log in Amazon CloudWatch Logs.

llGroupName :: Lens' LogsLocation (Maybe Text) #

The name of the Amazon CloudWatch Logs group for the associated build logs.

llStreamName :: Lens' LogsLocation (Maybe Text) #

The name of the Amazon CloudWatch Logs stream for the associated build logs.

PhaseContext

data PhaseContext #

Additional information about a build phase that has an error, which you can use to help troubleshoot a failed build.

See: phaseContext smart constructor.

Instances

Eq PhaseContext # 
Data PhaseContext # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PhaseContext -> c PhaseContext #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PhaseContext #

toConstr :: PhaseContext -> Constr #

dataTypeOf :: PhaseContext -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c PhaseContext) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PhaseContext) #

gmapT :: (forall b. Data b => b -> b) -> PhaseContext -> PhaseContext #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PhaseContext -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PhaseContext -> r #

gmapQ :: (forall d. Data d => d -> u) -> PhaseContext -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PhaseContext -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PhaseContext -> m PhaseContext #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PhaseContext -> m PhaseContext #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PhaseContext -> m PhaseContext #

Read PhaseContext # 
Show PhaseContext # 
Generic PhaseContext # 

Associated Types

type Rep PhaseContext :: * -> * #

Hashable PhaseContext # 
FromJSON PhaseContext # 
NFData PhaseContext # 

Methods

rnf :: PhaseContext -> () #

type Rep PhaseContext # 
type Rep PhaseContext = D1 (MetaData "PhaseContext" "Network.AWS.CodeBuild.Types.Product" "amazonka-codebuild-1.4.5-3NVU2twfIhsHq4YMwwDof3" False) (C1 (MetaCons "PhaseContext'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_pcMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_pcStatusCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

phaseContext :: PhaseContext #

Creates a value of PhaseContext with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • pcMessage - An explanation of the build phase's context. This explanation may include a command ID and an exit code.
  • pcStatusCode - The status code for the context of the build phase.

pcMessage :: Lens' PhaseContext (Maybe Text) #

An explanation of the build phase's context. This explanation may include a command ID and an exit code.

pcStatusCode :: Lens' PhaseContext (Maybe Text) #

The status code for the context of the build phase.

Project

data Project #

Information about a build project.

See: project smart constructor.

Instances

Eq Project # 

Methods

(==) :: Project -> Project -> Bool #

(/=) :: Project -> Project -> Bool #

Data Project # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Project -> c Project #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Project #

toConstr :: Project -> Constr #

dataTypeOf :: Project -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Project) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Project) #

gmapT :: (forall b. Data b => b -> b) -> Project -> Project #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Project -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Project -> r #

gmapQ :: (forall d. Data d => d -> u) -> Project -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Project -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Project -> m Project #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Project -> m Project #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Project -> m Project #

Read Project # 
Show Project # 
Generic Project # 

Associated Types

type Rep Project :: * -> * #

Methods

from :: Project -> Rep Project x #

to :: Rep Project x -> Project #

Hashable Project # 

Methods

hashWithSalt :: Int -> Project -> Int #

hash :: Project -> Int #

FromJSON Project # 
NFData Project # 

Methods

rnf :: Project -> () #

type Rep Project # 
type Rep Project = D1 (MetaData "Project" "Network.AWS.CodeBuild.Types.Product" "amazonka-codebuild-1.4.5-3NVU2twfIhsHq4YMwwDof3" False) (C1 (MetaCons "Project'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_pArn") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_pArtifacts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ProjectArtifacts))) (S1 (MetaSel (Just Symbol "_pEnvironment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ProjectEnvironment))))) ((:*:) (S1 (MetaSel (Just Symbol "_pCreated") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) ((:*:) (S1 (MetaSel (Just Symbol "_pName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_pSource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ProjectSource)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_pEncryptionKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_pLastModified") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe POSIX))) (S1 (MetaSel (Just Symbol "_pDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_pServiceRole") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_pTags") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Tag]))) (S1 (MetaSel (Just Symbol "_pTimeoutInMinutes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))))))))

project :: Project #

Creates a value of Project with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • pArn - The build project's Amazon Resource Name (ARN).
  • pArtifacts - Information about the build project's build output artifacts.
  • pEnvironment - Information about the build environment for this build project.
  • pCreated - When the build project was created, expressed in Unix time format.
  • pName - The build project's name.
  • pSource - Information about the build project's build input source code.
  • pEncryptionKey - The AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the build project's build output artifacts. This is expressed either as the CMK's Amazon Resource Name (ARN) or, if specified, the CMK's alias (using the format alias/alias-name ).
  • pLastModified - When the build project's settings were last modified, expressed in Unix time format.
  • pDescription - A meaningful description of the build project.
  • pServiceRole - The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that enables AWS CodeBuild to interact with dependent AWS services on behalf of the AWS account.
  • pTags - The tags for this build project. These tags are available for use by AWS services that support AWS CodeBuild build project tags.
  • pTimeoutInMinutes - How long in minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait to timeout any related build that did not get marked as completed. The default is 60 minutes.

pArn :: Lens' Project (Maybe Text) #

The build project's Amazon Resource Name (ARN).

pArtifacts :: Lens' Project (Maybe ProjectArtifacts) #

Information about the build project's build output artifacts.

pEnvironment :: Lens' Project (Maybe ProjectEnvironment) #

Information about the build environment for this build project.

pCreated :: Lens' Project (Maybe UTCTime) #

When the build project was created, expressed in Unix time format.

pName :: Lens' Project (Maybe Text) #

The build project's name.

pSource :: Lens' Project (Maybe ProjectSource) #

Information about the build project's build input source code.

pEncryptionKey :: Lens' Project (Maybe Text) #

The AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the build project's build output artifacts. This is expressed either as the CMK's Amazon Resource Name (ARN) or, if specified, the CMK's alias (using the format alias/alias-name ).

pLastModified :: Lens' Project (Maybe UTCTime) #

When the build project's settings were last modified, expressed in Unix time format.

pDescription :: Lens' Project (Maybe Text) #

A meaningful description of the build project.

pServiceRole :: Lens' Project (Maybe Text) #

The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that enables AWS CodeBuild to interact with dependent AWS services on behalf of the AWS account.

pTags :: Lens' Project [Tag] #

The tags for this build project. These tags are available for use by AWS services that support AWS CodeBuild build project tags.

pTimeoutInMinutes :: Lens' Project (Maybe Natural) #

How long in minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait to timeout any related build that did not get marked as completed. The default is 60 minutes.

ProjectArtifacts

data ProjectArtifacts #

Information about the build project's build output artifacts.

See: projectArtifacts smart constructor.

Instances

Eq ProjectArtifacts # 
Data ProjectArtifacts # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ProjectArtifacts -> c ProjectArtifacts #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ProjectArtifacts #

toConstr :: ProjectArtifacts -> Constr #

dataTypeOf :: ProjectArtifacts -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ProjectArtifacts) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ProjectArtifacts) #

gmapT :: (forall b. Data b => b -> b) -> ProjectArtifacts -> ProjectArtifacts #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ProjectArtifacts -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ProjectArtifacts -> r #

gmapQ :: (forall d. Data d => d -> u) -> ProjectArtifacts -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ProjectArtifacts -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ProjectArtifacts -> m ProjectArtifacts #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectArtifacts -> m ProjectArtifacts #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectArtifacts -> m ProjectArtifacts #

Read ProjectArtifacts # 
Show ProjectArtifacts # 
Generic ProjectArtifacts # 
Hashable ProjectArtifacts # 
ToJSON ProjectArtifacts # 
FromJSON ProjectArtifacts # 
NFData ProjectArtifacts # 

Methods

rnf :: ProjectArtifacts -> () #

type Rep ProjectArtifacts # 

projectArtifacts #

Creates a value of ProjectArtifacts with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • paPackaging - The type of build output artifact to create, as follows: * If type is set to CODEPIPELINE , then AWS CodePipeline will ignore this value if specified. This is because AWS CodePipeline manages its build output artifacts instead of AWS CodeBuild. * If type is set to NO_ARTIFACTS , then this value will be ignored if specified, because no build output will be produced. * If type is set to S3 , valid values include: * NONE : AWS CodeBuild will create in the output bucket a folder containing the build output. This is the default if packaging is not specified. * ZIP : AWS CodeBuild will create in the output bucket a ZIP file containing the build output.
  • paPath - Along with namespaceType and name , the pattern that AWS CodeBuild will use to name and store the output artifact, as follows: * If type is set to CODEPIPELINE , then AWS CodePipeline will ignore this value if specified. This is because AWS CodePipeline manages its build output names instead of AWS CodeBuild. * If type is set to NO_ARTIFACTS , then this value will be ignored if specified, because no build output will be produced. * If type is set to S3 , this is the path to the output artifact. If path is not specified, then path will not be used. For example, if path is set to MyArtifacts , namespaceType is set to NONE , and name is set to MyArtifact.zip , then the output artifact would be stored in the output bucket at MyArtifacts/MyArtifact.zip .
  • paLocation - Information about the build output artifact location, as follows: * If type is set to CODEPIPELINE , then AWS CodePipeline will ignore this value if specified. This is because AWS CodePipeline manages its build output locations instead of AWS CodeBuild. * If type is set to NO_ARTIFACTS , then this value will be ignored if specified, because no build output will be produced. * If type is set to S3 , this is the name of the output bucket. If path is not also specified, then location can also specify the path of the output artifact in the output bucket.
  • paName - Along with path and namespaceType , the pattern that AWS CodeBuild will use to name and store the output artifact, as follows: * If type is set to CODEPIPELINE , then AWS CodePipeline will ignore this value if specified. This is because AWS CodePipeline manages its build output names instead of AWS CodeBuild. * If type is set to NO_ARTIFACTS , then this value will be ignored if specified, because no build output will be produced. * If type is set to S3 , this is the name of the output artifact object. For example, if path is set to MyArtifacts , namespaceType is set to BUILD_ID , and name is set to MyArtifact.zip , then the output artifact would be stored in MyArtifacts/build-ID /MyArtifact.zip .
  • paNamespaceType - Along with path and name , the pattern that AWS CodeBuild will use to determine the name and location to store the output artifact, as follows: * If type is set to CODEPIPELINE , then AWS CodePipeline will ignore this value if specified. This is because AWS CodePipeline manages its build output names instead of AWS CodeBuild. * If type is set to NO_ARTIFACTS , then this value will be ignored if specified, because no build output will be produced. * If type is set to S3 , then valid values include: * BUILD_ID : Include the build ID in the location of the build output artifact. * NONE : Do not include the build ID. This is the default if namespaceType is not specified. For example, if path is set to MyArtifacts , namespaceType is set to BUILD_ID , and name is set to MyArtifact.zip , then the output artifact would be stored in MyArtifacts/build-ID /MyArtifact.zip .
  • paType - The build output artifact's type. Valid values include: * CODEPIPELINE : The build project with have build output generated through AWS CodePipeline. * NO_ARTIFACTS : The build project will not produce any build output. * S3 : The build project will store build output in Amazon Simple Storage Service (Amazon S3).

paPackaging :: Lens' ProjectArtifacts (Maybe ArtifactPackaging) #

The type of build output artifact to create, as follows: * If type is set to CODEPIPELINE , then AWS CodePipeline will ignore this value if specified. This is because AWS CodePipeline manages its build output artifacts instead of AWS CodeBuild. * If type is set to NO_ARTIFACTS , then this value will be ignored if specified, because no build output will be produced. * If type is set to S3 , valid values include: * NONE : AWS CodeBuild will create in the output bucket a folder containing the build output. This is the default if packaging is not specified. * ZIP : AWS CodeBuild will create in the output bucket a ZIP file containing the build output.

paPath :: Lens' ProjectArtifacts (Maybe Text) #

Along with namespaceType and name , the pattern that AWS CodeBuild will use to name and store the output artifact, as follows: * If type is set to CODEPIPELINE , then AWS CodePipeline will ignore this value if specified. This is because AWS CodePipeline manages its build output names instead of AWS CodeBuild. * If type is set to NO_ARTIFACTS , then this value will be ignored if specified, because no build output will be produced. * If type is set to S3 , this is the path to the output artifact. If path is not specified, then path will not be used. For example, if path is set to MyArtifacts , namespaceType is set to NONE , and name is set to MyArtifact.zip , then the output artifact would be stored in the output bucket at MyArtifacts/MyArtifact.zip .

paLocation :: Lens' ProjectArtifacts (Maybe Text) #

Information about the build output artifact location, as follows: * If type is set to CODEPIPELINE , then AWS CodePipeline will ignore this value if specified. This is because AWS CodePipeline manages its build output locations instead of AWS CodeBuild. * If type is set to NO_ARTIFACTS , then this value will be ignored if specified, because no build output will be produced. * If type is set to S3 , this is the name of the output bucket. If path is not also specified, then location can also specify the path of the output artifact in the output bucket.

paName :: Lens' ProjectArtifacts (Maybe Text) #

Along with path and namespaceType , the pattern that AWS CodeBuild will use to name and store the output artifact, as follows: * If type is set to CODEPIPELINE , then AWS CodePipeline will ignore this value if specified. This is because AWS CodePipeline manages its build output names instead of AWS CodeBuild. * If type is set to NO_ARTIFACTS , then this value will be ignored if specified, because no build output will be produced. * If type is set to S3 , this is the name of the output artifact object. For example, if path is set to MyArtifacts , namespaceType is set to BUILD_ID , and name is set to MyArtifact.zip , then the output artifact would be stored in MyArtifacts/build-ID /MyArtifact.zip .

paNamespaceType :: Lens' ProjectArtifacts (Maybe ArtifactNamespace) #

Along with path and name , the pattern that AWS CodeBuild will use to determine the name and location to store the output artifact, as follows: * If type is set to CODEPIPELINE , then AWS CodePipeline will ignore this value if specified. This is because AWS CodePipeline manages its build output names instead of AWS CodeBuild. * If type is set to NO_ARTIFACTS , then this value will be ignored if specified, because no build output will be produced. * If type is set to S3 , then valid values include: * BUILD_ID : Include the build ID in the location of the build output artifact. * NONE : Do not include the build ID. This is the default if namespaceType is not specified. For example, if path is set to MyArtifacts , namespaceType is set to BUILD_ID , and name is set to MyArtifact.zip , then the output artifact would be stored in MyArtifacts/build-ID /MyArtifact.zip .

paType :: Lens' ProjectArtifacts ArtifactsType #

The build output artifact's type. Valid values include: * CODEPIPELINE : The build project with have build output generated through AWS CodePipeline. * NO_ARTIFACTS : The build project will not produce any build output. * S3 : The build project will store build output in Amazon Simple Storage Service (Amazon S3).

ProjectEnvironment

data ProjectEnvironment #

Information about the build project's build environment.

See: projectEnvironment smart constructor.

Instances

Eq ProjectEnvironment # 
Data ProjectEnvironment # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ProjectEnvironment -> c ProjectEnvironment #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ProjectEnvironment #

toConstr :: ProjectEnvironment -> Constr #

dataTypeOf :: ProjectEnvironment -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ProjectEnvironment) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ProjectEnvironment) #

gmapT :: (forall b. Data b => b -> b) -> ProjectEnvironment -> ProjectEnvironment #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ProjectEnvironment -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ProjectEnvironment -> r #

gmapQ :: (forall d. Data d => d -> u) -> ProjectEnvironment -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ProjectEnvironment -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ProjectEnvironment -> m ProjectEnvironment #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectEnvironment -> m ProjectEnvironment #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectEnvironment -> m ProjectEnvironment #

Read ProjectEnvironment # 
Show ProjectEnvironment # 
Generic ProjectEnvironment # 
Hashable ProjectEnvironment # 
ToJSON ProjectEnvironment # 
FromJSON ProjectEnvironment # 
NFData ProjectEnvironment # 

Methods

rnf :: ProjectEnvironment -> () #

type Rep ProjectEnvironment # 
type Rep ProjectEnvironment = D1 (MetaData "ProjectEnvironment" "Network.AWS.CodeBuild.Types.Product" "amazonka-codebuild-1.4.5-3NVU2twfIhsHq4YMwwDof3" False) (C1 (MetaCons "ProjectEnvironment'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_peEnvironmentVariables") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [EnvironmentVariable]))) (S1 (MetaSel (Just Symbol "_peType") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 EnvironmentType))) ((:*:) (S1 (MetaSel (Just Symbol "_peImage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_peComputeType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ComputeType)))))

projectEnvironment #

Creates a value of ProjectEnvironment with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • peEnvironmentVariables - A set of environment variables to make available to builds for this build project.
  • peType - The type of build environment to use for related builds. The only valid value is LINUX_CONTAINER , which represents a Linux-based build environment.
  • peImage - The ID of the Docker image to use for this build project.
  • peComputeType - Information about the compute resources the build project will use. Available values include: * BUILD_GENERAL1_SMALL : Use up to 3 GB memory and 2 vCPUs for builds. * BUILD_GENERAL1_MEDIUM : Use up to 7 GB memory and 4 vCPUs for builds. * BUILD_GENERAL1_LARGE : Use up to 15 GB memory and 8 vCPUs for builds.

peEnvironmentVariables :: Lens' ProjectEnvironment [EnvironmentVariable] #

A set of environment variables to make available to builds for this build project.

peType :: Lens' ProjectEnvironment EnvironmentType #

The type of build environment to use for related builds. The only valid value is LINUX_CONTAINER , which represents a Linux-based build environment.

peImage :: Lens' ProjectEnvironment Text #

The ID of the Docker image to use for this build project.

peComputeType :: Lens' ProjectEnvironment ComputeType #

Information about the compute resources the build project will use. Available values include: * BUILD_GENERAL1_SMALL : Use up to 3 GB memory and 2 vCPUs for builds. * BUILD_GENERAL1_MEDIUM : Use up to 7 GB memory and 4 vCPUs for builds. * BUILD_GENERAL1_LARGE : Use up to 15 GB memory and 8 vCPUs for builds.

ProjectSource

data ProjectSource #

Information about the build project's build input source code.

See: projectSource smart constructor.

Instances

Eq ProjectSource # 
Data ProjectSource # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ProjectSource -> c ProjectSource #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ProjectSource #

toConstr :: ProjectSource -> Constr #

dataTypeOf :: ProjectSource -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ProjectSource) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ProjectSource) #

gmapT :: (forall b. Data b => b -> b) -> ProjectSource -> ProjectSource #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ProjectSource -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ProjectSource -> r #

gmapQ :: (forall d. Data d => d -> u) -> ProjectSource -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ProjectSource -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ProjectSource -> m ProjectSource #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectSource -> m ProjectSource #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectSource -> m ProjectSource #

Read ProjectSource # 
Show ProjectSource # 
Generic ProjectSource # 

Associated Types

type Rep ProjectSource :: * -> * #

Hashable ProjectSource # 
ToJSON ProjectSource # 
FromJSON ProjectSource # 
NFData ProjectSource # 

Methods

rnf :: ProjectSource -> () #

type Rep ProjectSource # 
type Rep ProjectSource = D1 (MetaData "ProjectSource" "Network.AWS.CodeBuild.Types.Product" "amazonka-codebuild-1.4.5-3NVU2twfIhsHq4YMwwDof3" False) (C1 (MetaCons "ProjectSource'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_psLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_psAuth") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SourceAuth)))) ((:*:) (S1 (MetaSel (Just Symbol "_psBuildspec") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_psType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 SourceType)))))

projectSource #

Creates a value of ProjectSource with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • psLocation - Information about the location of the source code to be built. Valid values include: * For source code settings that are specified in the source action of a pipeline in AWS CodePipeline, location should not be specified. If it is specified, AWS CodePipeline will ignore it. This is because AWS CodePipeline uses the settings in a pipeline's source action instead of this value. * For source code in an AWS CodeCommit repository, the HTTPS clone URL to the repository that contains the source code and the build spec (for example, https://git-codecommit./region-ID/ .amazonaws.comv1repos/repo-name ). * For source code in an Amazon Simple Storage Service (Amazon S3) input bucket, the path to the ZIP file that contains the source code (for example, bucket-name /path /to /object-name .zip ) * For source code in a GitHub repository, the HTTPS clone URL, including the user name and personal access token, to the repository that contains the source code and the build spec (for example, https:///login-user-name/ :personal-access-token github.com/repo-owner-name /repo-name .git@ ). For more information, see Creating an Access Token for Command-Line Use on the GitHub Help website.
  • psAuth - Information about the authorization settings for AWS CodeBuild to access the source code to be built. This information is only for the AWS CodeBuild console's use. Your code should not get or set this information directly.
  • psBuildspec - The build spec declaration to use for this build project's related builds. If this value is not specified, a build spec must be included along with the source code to be built.
  • psType - The type of repository that contains the source code to be built. Valid values include: * CODECOMMIT : The source code is in an AWS CodeCommit repository. * CODEPIPELINE : The source code settings are specified in the source action of a pipeline in AWS CodePipeline. * GITHUB : The source code is in a GitHub repository. * S3 : The source code is in an Amazon Simple Storage Service (Amazon S3) input bucket.

psLocation :: Lens' ProjectSource (Maybe Text) #

Information about the location of the source code to be built. Valid values include: * For source code settings that are specified in the source action of a pipeline in AWS CodePipeline, location should not be specified. If it is specified, AWS CodePipeline will ignore it. This is because AWS CodePipeline uses the settings in a pipeline's source action instead of this value. * For source code in an AWS CodeCommit repository, the HTTPS clone URL to the repository that contains the source code and the build spec (for example, https://git-codecommit./region-ID/ .amazonaws.comv1repos/repo-name ). * For source code in an Amazon Simple Storage Service (Amazon S3) input bucket, the path to the ZIP file that contains the source code (for example, bucket-name /path /to /object-name .zip ) * For source code in a GitHub repository, the HTTPS clone URL, including the user name and personal access token, to the repository that contains the source code and the build spec (for example, https:///login-user-name/ :personal-access-token github.com/repo-owner-name /repo-name .git@ ). For more information, see Creating an Access Token for Command-Line Use on the GitHub Help website.

psAuth :: Lens' ProjectSource (Maybe SourceAuth) #

Information about the authorization settings for AWS CodeBuild to access the source code to be built. This information is only for the AWS CodeBuild console's use. Your code should not get or set this information directly.

psBuildspec :: Lens' ProjectSource (Maybe Text) #

The build spec declaration to use for this build project's related builds. If this value is not specified, a build spec must be included along with the source code to be built.

psType :: Lens' ProjectSource SourceType #

The type of repository that contains the source code to be built. Valid values include: * CODECOMMIT : The source code is in an AWS CodeCommit repository. * CODEPIPELINE : The source code settings are specified in the source action of a pipeline in AWS CodePipeline. * GITHUB : The source code is in a GitHub repository. * S3 : The source code is in an Amazon Simple Storage Service (Amazon S3) input bucket.

SourceAuth

data SourceAuth #

Information about the authorization settings for AWS CodeBuild to access the source code to be built.

This information is only for the AWS CodeBuild console's use. Your code should not get or set this information directly.

See: sourceAuth smart constructor.

Instances

Eq SourceAuth # 
Data SourceAuth # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SourceAuth -> c SourceAuth #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SourceAuth #

toConstr :: SourceAuth -> Constr #

dataTypeOf :: SourceAuth -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c SourceAuth) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SourceAuth) #

gmapT :: (forall b. Data b => b -> b) -> SourceAuth -> SourceAuth #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SourceAuth -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SourceAuth -> r #

gmapQ :: (forall d. Data d => d -> u) -> SourceAuth -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SourceAuth -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SourceAuth -> m SourceAuth #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceAuth -> m SourceAuth #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SourceAuth -> m SourceAuth #

Read SourceAuth # 
Show SourceAuth # 
Generic SourceAuth # 

Associated Types

type Rep SourceAuth :: * -> * #

Hashable SourceAuth # 
ToJSON SourceAuth # 
FromJSON SourceAuth # 
NFData SourceAuth # 

Methods

rnf :: SourceAuth -> () #

type Rep SourceAuth # 
type Rep SourceAuth = D1 (MetaData "SourceAuth" "Network.AWS.CodeBuild.Types.Product" "amazonka-codebuild-1.4.5-3NVU2twfIhsHq4YMwwDof3" False) (C1 (MetaCons "SourceAuth'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_saResource") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_saType") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 SourceAuthType))))

sourceAuth #

Creates a value of SourceAuth with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • saResource - The resource value that applies to the specified authorization type.
  • saType - The authorization type to use. The only valid value is OAUTH , which represents the OAuth authorization type.

saResource :: Lens' SourceAuth (Maybe Text) #

The resource value that applies to the specified authorization type.

saType :: Lens' SourceAuth SourceAuthType #

The authorization type to use. The only valid value is OAUTH , which represents the OAuth authorization type.

Tag

data Tag #

A tag, consisting of a key and a value.

This tag is available for use by AWS services that support tags in AWS CodeBuild.

See: tag smart constructor.

Instances

Eq Tag # 

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Data Tag # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Tag -> c Tag #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Tag #

toConstr :: Tag -> Constr #

dataTypeOf :: Tag -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Tag) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Tag) #

gmapT :: (forall b. Data b => b -> b) -> Tag -> Tag #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Tag -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Tag -> r #

gmapQ :: (forall d. Data d => d -> u) -> Tag -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Tag -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Tag -> m Tag #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Tag -> m Tag #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Tag -> m Tag #

Read Tag # 
Show Tag # 

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag # 

Associated Types

type Rep Tag :: * -> * #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Hashable Tag # 

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag # 
FromJSON Tag # 
NFData Tag # 

Methods

rnf :: Tag -> () #

type Rep Tag # 
type Rep Tag = D1 (MetaData "Tag" "Network.AWS.CodeBuild.Types.Product" "amazonka-codebuild-1.4.5-3NVU2twfIhsHq4YMwwDof3" False) (C1 (MetaCons "Tag'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_tagValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_tagKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

tag :: Tag #

Creates a value of Tag with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

tagValue :: Lens' Tag (Maybe Text) #

The tag's value.

tagKey :: Lens' Tag (Maybe Text) #

The tag's key.