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

Amazonka.CodeBuild.Types

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

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

Errors

_AccountLimitExceededException :: AsError a => Fold a ServiceError Source #

An Amazon Web Services service limit was exceeded for the calling Amazon Web Services account.

_InvalidInputException :: AsError a => Fold a ServiceError Source #

The input value that was provided is not valid.

_OAuthProviderException :: AsError a => Fold a ServiceError Source #

There was a problem with the underlying OAuth provider.

_ResourceAlreadyExistsException :: AsError a => Fold a ServiceError Source #

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

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

The specified Amazon Web Services resource cannot be found.

ArtifactNamespace

newtype ArtifactNamespace Source #

Instances

Instances details
FromJSON ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

FromJSONKey ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

ToJSON ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

ToJSONKey ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

ToByteString ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

ToHeader ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

ToLog ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

ToQuery ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

FromText ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

ToText ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

FromXML ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

ToXML ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

Generic ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

Associated Types

type Rep ArtifactNamespace :: Type -> Type #

Read ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

Show ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

NFData ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

Methods

rnf :: ArtifactNamespace -> () #

Eq ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

Ord ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

Hashable ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

type Rep ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

type Rep ArtifactNamespace = D1 ('MetaData "ArtifactNamespace" "Amazonka.CodeBuild.Types.ArtifactNamespace" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "ArtifactNamespace'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromArtifactNamespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ArtifactPackaging

newtype ArtifactPackaging Source #

Instances

Instances details
FromJSON ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

FromJSONKey ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

ToJSON ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

ToJSONKey ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

ToByteString ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

ToHeader ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

ToLog ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

ToQuery ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

FromText ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

ToText ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

FromXML ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

ToXML ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

Generic ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

Associated Types

type Rep ArtifactPackaging :: Type -> Type #

Read ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

Show ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

NFData ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

Methods

rnf :: ArtifactPackaging -> () #

Eq ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

Ord ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

Hashable ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

type Rep ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

type Rep ArtifactPackaging = D1 ('MetaData "ArtifactPackaging" "Amazonka.CodeBuild.Types.ArtifactPackaging" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "ArtifactPackaging'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromArtifactPackaging") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ArtifactsType

newtype ArtifactsType Source #

Constructors

ArtifactsType' 

Instances

Instances details
FromJSON ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

FromJSONKey ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

ToJSON ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

ToJSONKey ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

ToByteString ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

ToHeader ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

ToLog ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

ToQuery ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

FromText ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

ToText ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Methods

toText :: ArtifactsType -> Text #

FromXML ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

ToXML ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Methods

toXML :: ArtifactsType -> XML #

Generic ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Associated Types

type Rep ArtifactsType :: Type -> Type #

Read ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Show ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

NFData ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Methods

rnf :: ArtifactsType -> () #

Eq ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Ord ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Hashable ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

type Rep ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

type Rep ArtifactsType = D1 ('MetaData "ArtifactsType" "Amazonka.CodeBuild.Types.ArtifactsType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "ArtifactsType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromArtifactsType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AuthType

newtype AuthType Source #

Constructors

AuthType' 

Fields

Bundled Patterns

pattern AuthType_BASIC_AUTH :: AuthType 
pattern AuthType_OAUTH :: AuthType 
pattern AuthType_PERSONAL_ACCESS_TOKEN :: AuthType 

Instances

Instances details
FromJSON AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

FromJSONKey AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

ToJSON AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

ToJSONKey AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

ToByteString AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Methods

toBS :: AuthType -> ByteString #

ToHeader AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Methods

toHeader :: HeaderName -> AuthType -> [Header] #

ToLog AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

ToQuery AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

FromText AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

ToText AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Methods

toText :: AuthType -> Text #

FromXML AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

ToXML AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Methods

toXML :: AuthType -> XML #

Generic AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Associated Types

type Rep AuthType :: Type -> Type #

Methods

from :: AuthType -> Rep AuthType x #

to :: Rep AuthType x -> AuthType #

Read AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Show AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

NFData AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Methods

rnf :: AuthType -> () #

Eq AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Ord AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Hashable AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Methods

hashWithSalt :: Int -> AuthType -> Int #

hash :: AuthType -> Int #

type Rep AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

type Rep AuthType = D1 ('MetaData "AuthType" "Amazonka.CodeBuild.Types.AuthType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "AuthType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAuthType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BatchReportModeType

newtype BatchReportModeType Source #

Instances

Instances details
FromJSON BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

FromJSONKey BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

ToJSON BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

ToJSONKey BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

ToByteString BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

ToHeader BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

ToLog BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

ToQuery BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

FromText BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

ToText BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

FromXML BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

ToXML BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

Generic BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

Associated Types

type Rep BatchReportModeType :: Type -> Type #

Read BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

Show BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

NFData BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

Methods

rnf :: BatchReportModeType -> () #

Eq BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

Ord BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

Hashable BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

type Rep BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

type Rep BatchReportModeType = D1 ('MetaData "BatchReportModeType" "Amazonka.CodeBuild.Types.BatchReportModeType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "BatchReportModeType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBatchReportModeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BucketOwnerAccess

newtype BucketOwnerAccess Source #

Specifies the bucket owner's access for objects that another account uploads to their Amazon S3 bucket. By default, only the account that uploads the objects to the bucket has access to these objects. This property allows you to give the bucket owner access to these objects.

To use this property, your CodeBuild service role must have the s3:PutBucketAcl permission. This permission allows CodeBuild to modify the access control list for the bucket.

This property can be one of the following values:

NONE
The bucket owner does not have access to the objects. This is the default.
READ_ONLY
The bucket owner has read-only access to the objects. The uploading account retains ownership of the objects.
FULL
The bucket owner has full access to the objects. Object ownership is determined by the following criteria:
  • If the bucket is configured with the Bucket owner preferred setting, the bucket owner owns the objects. The uploading account will have object access as specified by the bucket's policy.
  • Otherwise, the uploading account retains ownership of the objects.

For more information about Amazon S3 object ownership, see Controlling ownership of uploaded objects using S3 Object Ownership in the Amazon Simple Storage Service User Guide.

Instances

Instances details
FromJSON BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

FromJSONKey BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

ToJSON BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

ToJSONKey BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

ToByteString BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

ToHeader BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

ToLog BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

ToQuery BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

FromText BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

ToText BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

FromXML BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

ToXML BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

Generic BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

Associated Types

type Rep BucketOwnerAccess :: Type -> Type #

Read BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

Show BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

NFData BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

Methods

rnf :: BucketOwnerAccess -> () #

Eq BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

Ord BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

Hashable BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

type Rep BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

type Rep BucketOwnerAccess = D1 ('MetaData "BucketOwnerAccess" "Amazonka.CodeBuild.Types.BucketOwnerAccess" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "BucketOwnerAccess'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBucketOwnerAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BuildBatchPhaseType

newtype BuildBatchPhaseType Source #

Instances

Instances details
FromJSON BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

FromJSONKey BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

ToJSON BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

ToJSONKey BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

ToByteString BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

ToHeader BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

ToLog BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

ToQuery BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

FromText BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

ToText BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

FromXML BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

ToXML BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

Generic BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

Associated Types

type Rep BuildBatchPhaseType :: Type -> Type #

Read BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

Show BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

NFData BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

Methods

rnf :: BuildBatchPhaseType -> () #

Eq BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

Ord BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

Hashable BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

type Rep BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

type Rep BuildBatchPhaseType = D1 ('MetaData "BuildBatchPhaseType" "Amazonka.CodeBuild.Types.BuildBatchPhaseType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "BuildBatchPhaseType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBuildBatchPhaseType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BuildPhaseType

newtype BuildPhaseType Source #

Constructors

BuildPhaseType' 

Instances

Instances details
FromJSON BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

FromJSONKey BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

ToJSON BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

ToJSONKey BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

ToByteString BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

ToHeader BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

ToLog BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

ToQuery BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

FromText BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

ToText BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

FromXML BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

ToXML BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

Methods

toXML :: BuildPhaseType -> XML #

Generic BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

Associated Types

type Rep BuildPhaseType :: Type -> Type #

Read BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

Show BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

NFData BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

Methods

rnf :: BuildPhaseType -> () #

Eq BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

Ord BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

Hashable BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

type Rep BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

type Rep BuildPhaseType = D1 ('MetaData "BuildPhaseType" "Amazonka.CodeBuild.Types.BuildPhaseType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "BuildPhaseType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromBuildPhaseType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CacheMode

newtype CacheMode Source #

Constructors

CacheMode' 

Fields

Instances

Instances details
FromJSON CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

FromJSONKey CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

ToJSON CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

ToJSONKey CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

ToByteString CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Methods

toBS :: CacheMode -> ByteString #

ToHeader CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

ToLog CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

ToQuery CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

FromText CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

ToText CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Methods

toText :: CacheMode -> Text #

FromXML CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

ToXML CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Methods

toXML :: CacheMode -> XML #

Generic CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Associated Types

type Rep CacheMode :: Type -> Type #

Read CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Show CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

NFData CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Methods

rnf :: CacheMode -> () #

Eq CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Ord CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Hashable CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

type Rep CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

type Rep CacheMode = D1 ('MetaData "CacheMode" "Amazonka.CodeBuild.Types.CacheMode" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "CacheMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCacheMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CacheType

newtype CacheType Source #

Constructors

CacheType' 

Fields

Bundled Patterns

pattern CacheType_LOCAL :: CacheType 
pattern CacheType_NO_CACHE :: CacheType 
pattern CacheType_S3 :: CacheType 

Instances

Instances details
FromJSON CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

FromJSONKey CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

ToJSON CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

ToJSONKey CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

ToByteString CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Methods

toBS :: CacheType -> ByteString #

ToHeader CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

ToLog CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

ToQuery CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

FromText CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

ToText CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Methods

toText :: CacheType -> Text #

FromXML CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

ToXML CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Methods

toXML :: CacheType -> XML #

Generic CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Associated Types

type Rep CacheType :: Type -> Type #

Read CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Show CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

NFData CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Methods

rnf :: CacheType -> () #

Eq CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Ord CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Hashable CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

type Rep CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

type Rep CacheType = D1 ('MetaData "CacheType" "Amazonka.CodeBuild.Types.CacheType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "CacheType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCacheType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ComputeType

newtype ComputeType Source #

Constructors

ComputeType' 

Instances

Instances details
FromJSON ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

FromJSONKey ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

ToJSON ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

ToJSONKey ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

ToByteString ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

ToHeader ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

ToLog ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

ToQuery ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

FromText ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

ToText ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Methods

toText :: ComputeType -> Text #

FromXML ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

ToXML ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Methods

toXML :: ComputeType -> XML #

Generic ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Associated Types

type Rep ComputeType :: Type -> Type #

Read ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Show ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

NFData ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Methods

rnf :: ComputeType -> () #

Eq ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Ord ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Hashable ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

type Rep ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

type Rep ComputeType = D1 ('MetaData "ComputeType" "Amazonka.CodeBuild.Types.ComputeType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "ComputeType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromComputeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CredentialProviderType

newtype CredentialProviderType Source #

Instances

Instances details
FromJSON CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

FromJSONKey CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

ToJSON CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

ToJSONKey CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

ToByteString CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

ToHeader CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

ToLog CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

ToQuery CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

FromText CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

ToText CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

FromXML CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

ToXML CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

Generic CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

Associated Types

type Rep CredentialProviderType :: Type -> Type #

Read CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

Show CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

NFData CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

Methods

rnf :: CredentialProviderType -> () #

Eq CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

Ord CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

Hashable CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

type Rep CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

type Rep CredentialProviderType = D1 ('MetaData "CredentialProviderType" "Amazonka.CodeBuild.Types.CredentialProviderType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "CredentialProviderType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCredentialProviderType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EnvironmentType

newtype EnvironmentType Source #

Constructors

EnvironmentType' 

Instances

Instances details
FromJSON EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

FromJSONKey EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

ToJSON EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

ToJSONKey EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

ToByteString EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

ToHeader EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

ToLog EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

ToQuery EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

FromText EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

ToText EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

FromXML EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

ToXML EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

Methods

toXML :: EnvironmentType -> XML #

Generic EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

Associated Types

type Rep EnvironmentType :: Type -> Type #

Read EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

Show EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

NFData EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

Methods

rnf :: EnvironmentType -> () #

Eq EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

Ord EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

Hashable EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

type Rep EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

type Rep EnvironmentType = D1 ('MetaData "EnvironmentType" "Amazonka.CodeBuild.Types.EnvironmentType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "EnvironmentType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEnvironmentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EnvironmentVariableType

newtype EnvironmentVariableType Source #

Instances

Instances details
FromJSON EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

FromJSONKey EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

ToJSON EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

ToJSONKey EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

ToByteString EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

ToHeader EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

ToLog EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

ToQuery EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

FromText EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

ToText EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

FromXML EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

ToXML EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

Generic EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

Associated Types

type Rep EnvironmentVariableType :: Type -> Type #

Read EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

Show EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

NFData EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

Methods

rnf :: EnvironmentVariableType -> () #

Eq EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

Ord EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

Hashable EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

type Rep EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

type Rep EnvironmentVariableType = D1 ('MetaData "EnvironmentVariableType" "Amazonka.CodeBuild.Types.EnvironmentVariableType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "EnvironmentVariableType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEnvironmentVariableType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FileSystemType

newtype FileSystemType Source #

Constructors

FileSystemType' 

Bundled Patterns

pattern FileSystemType_EFS :: FileSystemType 

Instances

Instances details
FromJSON FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

FromJSONKey FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

ToJSON FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

ToJSONKey FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

ToByteString FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

ToHeader FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

ToLog FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

ToQuery FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

FromText FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

ToText FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

FromXML FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

ToXML FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

Methods

toXML :: FileSystemType -> XML #

Generic FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

Associated Types

type Rep FileSystemType :: Type -> Type #

Read FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

Show FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

NFData FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

Methods

rnf :: FileSystemType -> () #

Eq FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

Ord FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

Hashable FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

type Rep FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

type Rep FileSystemType = D1 ('MetaData "FileSystemType" "Amazonka.CodeBuild.Types.FileSystemType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "FileSystemType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFileSystemType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ImagePullCredentialsType

newtype ImagePullCredentialsType Source #

Instances

Instances details
FromJSON ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

FromJSONKey ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

ToJSON ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

ToJSONKey ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

ToByteString ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

ToHeader ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

ToLog ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

ToQuery ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

FromText ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

ToText ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

FromXML ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

ToXML ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

Generic ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

Associated Types

type Rep ImagePullCredentialsType :: Type -> Type #

Read ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

Show ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

NFData ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

Eq ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

Ord ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

Hashable ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

type Rep ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

type Rep ImagePullCredentialsType = D1 ('MetaData "ImagePullCredentialsType" "Amazonka.CodeBuild.Types.ImagePullCredentialsType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "ImagePullCredentialsType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromImagePullCredentialsType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LanguageType

newtype LanguageType Source #

Constructors

LanguageType' 

Instances

Instances details
FromJSON LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

FromJSONKey LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

ToJSON LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

ToJSONKey LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

ToByteString LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

ToHeader LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

ToLog LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

ToQuery LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

FromText LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

ToText LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Methods

toText :: LanguageType -> Text #

FromXML LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

ToXML LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Methods

toXML :: LanguageType -> XML #

Generic LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Associated Types

type Rep LanguageType :: Type -> Type #

Read LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Show LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

NFData LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Methods

rnf :: LanguageType -> () #

Eq LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Ord LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Hashable LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

type Rep LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

type Rep LanguageType = D1 ('MetaData "LanguageType" "Amazonka.CodeBuild.Types.LanguageType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "LanguageType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLanguageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

LogsConfigStatusType

newtype LogsConfigStatusType Source #

Instances

Instances details
FromJSON LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

FromJSONKey LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

ToJSON LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

ToJSONKey LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

ToByteString LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

ToHeader LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

ToLog LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

ToQuery LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

FromText LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

ToText LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

FromXML LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

ToXML LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

Generic LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

Associated Types

type Rep LogsConfigStatusType :: Type -> Type #

Read LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

Show LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

NFData LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

Methods

rnf :: LogsConfigStatusType -> () #

Eq LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

Ord LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

Hashable LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

type Rep LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

type Rep LogsConfigStatusType = D1 ('MetaData "LogsConfigStatusType" "Amazonka.CodeBuild.Types.LogsConfigStatusType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "LogsConfigStatusType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromLogsConfigStatusType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PlatformType

newtype PlatformType Source #

Constructors

PlatformType' 

Instances

Instances details
FromJSON PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

FromJSONKey PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

ToJSON PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

ToJSONKey PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

ToByteString PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

ToHeader PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

ToLog PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

ToQuery PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

FromText PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

ToText PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Methods

toText :: PlatformType -> Text #

FromXML PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

ToXML PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Methods

toXML :: PlatformType -> XML #

Generic PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Associated Types

type Rep PlatformType :: Type -> Type #

Read PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Show PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

NFData PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Methods

rnf :: PlatformType -> () #

Eq PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Ord PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Hashable PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

type Rep PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

type Rep PlatformType = D1 ('MetaData "PlatformType" "Amazonka.CodeBuild.Types.PlatformType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "PlatformType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPlatformType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProjectSortByType

newtype ProjectSortByType Source #

Instances

Instances details
FromJSON ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

FromJSONKey ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

ToJSON ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

ToJSONKey ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

ToByteString ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

ToHeader ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

ToLog ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

ToQuery ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

FromText ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

ToText ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

FromXML ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

ToXML ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

Generic ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

Associated Types

type Rep ProjectSortByType :: Type -> Type #

Read ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

Show ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

NFData ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

Methods

rnf :: ProjectSortByType -> () #

Eq ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

Ord ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

Hashable ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

type Rep ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

type Rep ProjectSortByType = D1 ('MetaData "ProjectSortByType" "Amazonka.CodeBuild.Types.ProjectSortByType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "ProjectSortByType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProjectSortByType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ProjectVisibilityType

newtype ProjectVisibilityType Source #

Specifies the visibility of the project's builds. Possible values are:

PUBLIC_READ
The project builds are visible to the public.
PRIVATE
The project builds are not visible to the public.

Instances

Instances details
FromJSON ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

FromJSONKey ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

ToJSON ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

ToJSONKey ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

ToByteString ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

ToHeader ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

ToLog ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

ToQuery ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

FromText ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

ToText ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

FromXML ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

ToXML ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

Generic ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

Associated Types

type Rep ProjectVisibilityType :: Type -> Type #

Read ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

Show ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

NFData ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

Methods

rnf :: ProjectVisibilityType -> () #

Eq ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

Ord ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

Hashable ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

type Rep ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

type Rep ProjectVisibilityType = D1 ('MetaData "ProjectVisibilityType" "Amazonka.CodeBuild.Types.ProjectVisibilityType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "ProjectVisibilityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProjectVisibilityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReportCodeCoverageSortByType

newtype ReportCodeCoverageSortByType Source #

Instances

Instances details
FromJSON ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

FromJSONKey ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

ToJSON ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

ToJSONKey ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

ToByteString ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

ToHeader ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

ToLog ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

ToQuery ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

FromText ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

ToText ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

FromXML ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

ToXML ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

Generic ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

Associated Types

type Rep ReportCodeCoverageSortByType :: Type -> Type #

Read ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

Show ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

NFData ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

Eq ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

Ord ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

Hashable ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

type Rep ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

type Rep ReportCodeCoverageSortByType = D1 ('MetaData "ReportCodeCoverageSortByType" "Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "ReportCodeCoverageSortByType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReportCodeCoverageSortByType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReportExportConfigType

newtype ReportExportConfigType Source #

Instances

Instances details
FromJSON ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

FromJSONKey ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

ToJSON ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

ToJSONKey ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

ToByteString ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

ToHeader ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

ToLog ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

ToQuery ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

FromText ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

ToText ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

FromXML ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

ToXML ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

Generic ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

Associated Types

type Rep ReportExportConfigType :: Type -> Type #

Read ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

Show ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

NFData ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

Methods

rnf :: ReportExportConfigType -> () #

Eq ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

Ord ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

Hashable ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

type Rep ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

type Rep ReportExportConfigType = D1 ('MetaData "ReportExportConfigType" "Amazonka.CodeBuild.Types.ReportExportConfigType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "ReportExportConfigType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReportExportConfigType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReportGroupSortByType

newtype ReportGroupSortByType Source #

Instances

Instances details
FromJSON ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

FromJSONKey ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

ToJSON ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

ToJSONKey ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

ToByteString ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

ToHeader ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

ToLog ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

ToQuery ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

FromText ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

ToText ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

FromXML ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

ToXML ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

Generic ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

Associated Types

type Rep ReportGroupSortByType :: Type -> Type #

Read ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

Show ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

NFData ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

Methods

rnf :: ReportGroupSortByType -> () #

Eq ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

Ord ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

Hashable ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

type Rep ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

type Rep ReportGroupSortByType = D1 ('MetaData "ReportGroupSortByType" "Amazonka.CodeBuild.Types.ReportGroupSortByType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "ReportGroupSortByType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReportGroupSortByType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReportGroupStatusType

newtype ReportGroupStatusType Source #

Instances

Instances details
FromJSON ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

FromJSONKey ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

ToJSON ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

ToJSONKey ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

ToByteString ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

ToHeader ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

ToLog ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

ToQuery ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

FromText ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

ToText ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

FromXML ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

ToXML ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

Generic ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

Associated Types

type Rep ReportGroupStatusType :: Type -> Type #

Read ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

Show ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

NFData ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

Methods

rnf :: ReportGroupStatusType -> () #

Eq ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

Ord ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

Hashable ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

type Rep ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

type Rep ReportGroupStatusType = D1 ('MetaData "ReportGroupStatusType" "Amazonka.CodeBuild.Types.ReportGroupStatusType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "ReportGroupStatusType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReportGroupStatusType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReportGroupTrendFieldType

newtype ReportGroupTrendFieldType Source #

Instances

Instances details
FromJSON ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

FromJSONKey ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

ToJSON ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

ToJSONKey ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

ToByteString ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

ToHeader ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

ToLog ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

ToQuery ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

FromText ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

ToText ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

FromXML ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

ToXML ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

Generic ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

Associated Types

type Rep ReportGroupTrendFieldType :: Type -> Type #

Read ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

Show ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

NFData ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

Eq ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

Ord ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

Hashable ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

type Rep ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

type Rep ReportGroupTrendFieldType = D1 ('MetaData "ReportGroupTrendFieldType" "Amazonka.CodeBuild.Types.ReportGroupTrendFieldType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "ReportGroupTrendFieldType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReportGroupTrendFieldType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReportPackagingType

newtype ReportPackagingType Source #

Instances

Instances details
FromJSON ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

FromJSONKey ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

ToJSON ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

ToJSONKey ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

ToByteString ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

ToHeader ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

ToLog ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

ToQuery ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

FromText ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

ToText ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

FromXML ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

ToXML ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

Generic ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

Associated Types

type Rep ReportPackagingType :: Type -> Type #

Read ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

Show ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

NFData ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

Methods

rnf :: ReportPackagingType -> () #

Eq ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

Ord ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

Hashable ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

type Rep ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

type Rep ReportPackagingType = D1 ('MetaData "ReportPackagingType" "Amazonka.CodeBuild.Types.ReportPackagingType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "ReportPackagingType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReportPackagingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReportStatusType

newtype ReportStatusType Source #

Instances

Instances details
FromJSON ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

FromJSONKey ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

ToJSON ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

ToJSONKey ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

ToByteString ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

ToHeader ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

ToLog ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

ToQuery ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

FromText ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

ToText ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

FromXML ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

ToXML ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

Generic ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

Associated Types

type Rep ReportStatusType :: Type -> Type #

Read ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

Show ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

NFData ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

Methods

rnf :: ReportStatusType -> () #

Eq ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

Ord ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

Hashable ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

type Rep ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

type Rep ReportStatusType = D1 ('MetaData "ReportStatusType" "Amazonka.CodeBuild.Types.ReportStatusType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "ReportStatusType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReportStatusType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReportType

newtype ReportType Source #

Constructors

ReportType' 

Fields

Bundled Patterns

pattern ReportType_CODE_COVERAGE :: ReportType 
pattern ReportType_TEST :: ReportType 

Instances

Instances details
FromJSON ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

FromJSONKey ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

ToJSON ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

ToJSONKey ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

ToByteString ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

ToHeader ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

ToLog ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

ToQuery ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

FromText ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

ToText ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Methods

toText :: ReportType -> Text #

FromXML ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

ToXML ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Methods

toXML :: ReportType -> XML #

Generic ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Associated Types

type Rep ReportType :: Type -> Type #

Read ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Show ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

NFData ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Methods

rnf :: ReportType -> () #

Eq ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Ord ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Hashable ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

type Rep ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

type Rep ReportType = D1 ('MetaData "ReportType" "Amazonka.CodeBuild.Types.ReportType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "ReportType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReportType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RetryBuildBatchType

newtype RetryBuildBatchType Source #

Instances

Instances details
FromJSON RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

FromJSONKey RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

ToJSON RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

ToJSONKey RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

ToByteString RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

ToHeader RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

ToLog RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

ToQuery RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

FromText RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

ToText RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

FromXML RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

ToXML RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

Generic RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

Associated Types

type Rep RetryBuildBatchType :: Type -> Type #

Read RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

Show RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

NFData RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

Methods

rnf :: RetryBuildBatchType -> () #

Eq RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

Ord RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

Hashable RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

type Rep RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

type Rep RetryBuildBatchType = D1 ('MetaData "RetryBuildBatchType" "Amazonka.CodeBuild.Types.RetryBuildBatchType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "RetryBuildBatchType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRetryBuildBatchType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ServerType

newtype ServerType Source #

Constructors

ServerType' 

Fields

Instances

Instances details
FromJSON ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

FromJSONKey ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

ToJSON ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

ToJSONKey ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

ToByteString ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

ToHeader ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

ToLog ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

ToQuery ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

FromText ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

ToText ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Methods

toText :: ServerType -> Text #

FromXML ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

ToXML ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Methods

toXML :: ServerType -> XML #

Generic ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Associated Types

type Rep ServerType :: Type -> Type #

Read ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Show ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

NFData ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Methods

rnf :: ServerType -> () #

Eq ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Ord ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Hashable ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

type Rep ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

type Rep ServerType = D1 ('MetaData "ServerType" "Amazonka.CodeBuild.Types.ServerType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "ServerType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromServerType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SharedResourceSortByType

newtype SharedResourceSortByType Source #

Instances

Instances details
FromJSON SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

FromJSONKey SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

ToJSON SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

ToJSONKey SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

ToByteString SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

ToHeader SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

ToLog SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

ToQuery SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

FromText SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

ToText SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

FromXML SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

ToXML SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

Generic SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

Associated Types

type Rep SharedResourceSortByType :: Type -> Type #

Read SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

Show SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

NFData SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

Eq SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

Ord SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

Hashable SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

type Rep SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

type Rep SharedResourceSortByType = D1 ('MetaData "SharedResourceSortByType" "Amazonka.CodeBuild.Types.SharedResourceSortByType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "SharedResourceSortByType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSharedResourceSortByType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SortOrderType

newtype SortOrderType Source #

Constructors

SortOrderType' 

Instances

Instances details
FromJSON SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

FromJSONKey SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

ToJSON SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

ToJSONKey SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

ToByteString SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

ToHeader SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

ToLog SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

ToQuery SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

FromText SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

ToText SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Methods

toText :: SortOrderType -> Text #

FromXML SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

ToXML SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Methods

toXML :: SortOrderType -> XML #

Generic SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Associated Types

type Rep SortOrderType :: Type -> Type #

Read SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Show SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

NFData SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Methods

rnf :: SortOrderType -> () #

Eq SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Ord SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Hashable SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

type Rep SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

type Rep SortOrderType = D1 ('MetaData "SortOrderType" "Amazonka.CodeBuild.Types.SortOrderType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "SortOrderType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSortOrderType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SourceAuthType

newtype SourceAuthType Source #

Constructors

SourceAuthType' 

Bundled Patterns

pattern SourceAuthType_OAUTH :: SourceAuthType 

Instances

Instances details
FromJSON SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

FromJSONKey SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToJSON SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToJSONKey SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToByteString SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToHeader SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToLog SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToQuery SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

FromText SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToText SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

FromXML SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToXML SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Methods

toXML :: SourceAuthType -> XML #

Generic SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Associated Types

type Rep SourceAuthType :: Type -> Type #

Read SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Show SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

NFData SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Methods

rnf :: SourceAuthType -> () #

Eq SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Ord SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Hashable SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

type Rep SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

type Rep SourceAuthType = D1 ('MetaData "SourceAuthType" "Amazonka.CodeBuild.Types.SourceAuthType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "SourceAuthType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSourceAuthType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SourceType

newtype SourceType Source #

Constructors

SourceType' 

Fields

Instances

Instances details
FromJSON SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

FromJSONKey SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

ToJSON SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

ToJSONKey SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

ToByteString SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

ToHeader SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

ToLog SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

ToQuery SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

FromText SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

ToText SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Methods

toText :: SourceType -> Text #

FromXML SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

ToXML SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Methods

toXML :: SourceType -> XML #

Generic SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Associated Types

type Rep SourceType :: Type -> Type #

Read SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Show SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

NFData SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Methods

rnf :: SourceType -> () #

Eq SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Ord SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Hashable SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

type Rep SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

type Rep SourceType = D1 ('MetaData "SourceType" "Amazonka.CodeBuild.Types.SourceType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "SourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StatusType

newtype StatusType Source #

Constructors

StatusType' 

Fields

Instances

Instances details
FromJSON StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

FromJSONKey StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

ToJSON StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

ToJSONKey StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

ToByteString StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

ToHeader StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

ToLog StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

ToQuery StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

FromText StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

ToText StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Methods

toText :: StatusType -> Text #

FromXML StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

ToXML StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Methods

toXML :: StatusType -> XML #

Generic StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Associated Types

type Rep StatusType :: Type -> Type #

Read StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Show StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

NFData StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Methods

rnf :: StatusType -> () #

Eq StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Ord StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Hashable StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

type Rep StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

type Rep StatusType = D1 ('MetaData "StatusType" "Amazonka.CodeBuild.Types.StatusType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "StatusType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStatusType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WebhookBuildType

newtype WebhookBuildType Source #

Instances

Instances details
FromJSON WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

FromJSONKey WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

ToJSON WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

ToJSONKey WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

ToByteString WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

ToHeader WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

ToLog WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

ToQuery WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

FromText WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

ToText WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

FromXML WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

ToXML WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

Generic WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

Associated Types

type Rep WebhookBuildType :: Type -> Type #

Read WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

Show WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

NFData WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

Methods

rnf :: WebhookBuildType -> () #

Eq WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

Ord WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

Hashable WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

type Rep WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

type Rep WebhookBuildType = D1 ('MetaData "WebhookBuildType" "Amazonka.CodeBuild.Types.WebhookBuildType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "WebhookBuildType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWebhookBuildType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

WebhookFilterType

newtype WebhookFilterType Source #

Instances

Instances details
FromJSON WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

FromJSONKey WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

ToJSON WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

ToJSONKey WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

ToByteString WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

ToHeader WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

ToLog WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

ToQuery WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

FromText WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

ToText WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

FromXML WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

ToXML WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

Generic WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

Associated Types

type Rep WebhookFilterType :: Type -> Type #

Read WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

Show WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

NFData WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

Methods

rnf :: WebhookFilterType -> () #

Eq WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

Ord WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

Hashable WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

type Rep WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

type Rep WebhookFilterType = D1 ('MetaData "WebhookFilterType" "Amazonka.CodeBuild.Types.WebhookFilterType" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "WebhookFilterType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromWebhookFilterType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

BatchRestrictions

data BatchRestrictions Source #

Specifies restrictions for the batch build.

See: newBatchRestrictions smart constructor.

Constructors

BatchRestrictions' 

Fields

Instances

Instances details
FromJSON BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

ToJSON BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

Generic BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

Associated Types

type Rep BatchRestrictions :: Type -> Type #

Read BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

Show BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

NFData BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

Methods

rnf :: BatchRestrictions -> () #

Eq BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

Hashable BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

type Rep BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

type Rep BatchRestrictions = D1 ('MetaData "BatchRestrictions" "Amazonka.CodeBuild.Types.BatchRestrictions" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "BatchRestrictions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "computeTypesAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "maximumBuildsAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newBatchRestrictions :: BatchRestrictions Source #

Create a value of BatchRestrictions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:computeTypesAllowed:BatchRestrictions', batchRestrictions_computeTypesAllowed - An array of strings that specify the compute types that are allowed for the batch build. See Build environment compute types in the CodeBuild User Guide for these values.

$sel:maximumBuildsAllowed:BatchRestrictions', batchRestrictions_maximumBuildsAllowed - Specifies the maximum number of builds allowed.

batchRestrictions_computeTypesAllowed :: Lens' BatchRestrictions (Maybe [Text]) Source #

An array of strings that specify the compute types that are allowed for the batch build. See Build environment compute types in the CodeBuild User Guide for these values.

batchRestrictions_maximumBuildsAllowed :: Lens' BatchRestrictions (Maybe Int) Source #

Specifies the maximum number of builds allowed.

Build

data Build Source #

Information about a build.

See: newBuild smart constructor.

Constructors

Build' 

Fields

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the build.

  • artifacts :: Maybe BuildArtifacts

    Information about the output artifacts for the build.

  • buildBatchArn :: Maybe Text

    The ARN of the batch build that this build is a member of, if applicable.

  • buildComplete :: Maybe Bool

    Whether the build is complete. True if complete; otherwise, false.

  • buildNumber :: Maybe Integer

    The number of the build. For each project, the buildNumber of its first build is 1. The buildNumber of each subsequent build is incremented by 1. If a build is deleted, the buildNumber of other builds does not change.

  • buildStatus :: Maybe StatusType

    The current status of the build. 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.
  • cache :: Maybe ProjectCache

    Information about the cache for the build.

  • currentPhase :: Maybe Text

    The current build phase.

  • debugSession :: Maybe DebugSession

    Contains information about the debug session for this build.

  • encryptionKey :: Maybe Text

    The Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.

    You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key.

    You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format alias/<alias-name>).

  • endTime :: Maybe POSIX

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

  • environment :: Maybe ProjectEnvironment

    Information about the build environment for this build.

  • exportedEnvironmentVariables :: Maybe [ExportedEnvironmentVariable]

    A list of exported environment variables for this build.

    Exported environment variables are used in conjunction with CodePipeline to export environment variables from the current build stage to subsequent stages in the pipeline. For more information, see Working with variables in the CodePipeline User Guide.

  • fileSystemLocations :: Maybe [ProjectFileSystemLocation]

    An array of ProjectFileSystemLocation objects for a CodeBuild build project. A ProjectFileSystemLocation object specifies the identifier, location, mountOptions, mountPoint, and type of a file system created using Amazon Elastic File System.

  • id :: Maybe Text

    The unique ID for the build.

  • initiator :: Maybe Text

    The entity that started the build. Valid values include:

    • If CodePipeline started the build, the pipeline's name (for example, codepipeline/my-demo-pipeline).
    • If an IAM user started the build, the user's name (for example, MyUserName).
    • If the Jenkins plugin for CodeBuild started the build, the string CodeBuild-Jenkins-Plugin.
  • logs :: Maybe LogsLocation

    Information about the build's logs in CloudWatch Logs.

  • networkInterface :: Maybe NetworkInterface

    Describes a network interface.

  • phases :: Maybe [BuildPhase]

    Information about all previous build phases that are complete and information about any current build phase that is not yet complete.

  • projectName :: Maybe Text

    The name of the CodeBuild project.

  • queuedTimeoutInMinutes :: Maybe Int

    The number of minutes a build is allowed to be queued before it times out.

  • reportArns :: Maybe [Text]

    An array of the ARNs associated with this build's reports.

  • resolvedSourceVersion :: Maybe Text

    An identifier for the version of this build's source code.

    • For CodeCommit, GitHub, GitHub Enterprise, and BitBucket, the commit ID.
    • For CodePipeline, the source revision provided by CodePipeline.
    • For Amazon S3, this does not apply.
  • secondaryArtifacts :: Maybe [BuildArtifacts]

    An array of ProjectArtifacts objects.

  • secondarySourceVersions :: Maybe [ProjectSourceVersion]

    An array of ProjectSourceVersion objects. Each ProjectSourceVersion must be one of:

    • For CodeCommit: the commit ID, branch, or Git tag to use.
    • For GitHub: the commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a pull request ID is specified, it must use the format pr/pull-request-ID (for example, pr/25). If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
    • For Bitbucket: the commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
    • For Amazon S3: the version ID of the object that represents the build input ZIP file to use.
  • secondarySources :: Maybe [ProjectSource]

    An array of ProjectSource objects.

  • serviceRole :: Maybe Text

    The name of a service role used for this build.

  • source :: Maybe ProjectSource

    Information about the source code to be built.

  • sourceVersion :: Maybe Text

    Any version identifier for the version of the source code to be built. If sourceVersion is specified at the project level, then this sourceVersion (at the build level) takes precedence.

    For more information, see Source Version Sample with CodeBuild in the CodeBuild User Guide.

  • startTime :: Maybe POSIX

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

  • timeoutInMinutes :: Maybe Int

    How long, in minutes, for CodeBuild to wait before timing out this build if it does not get marked as completed.

  • vpcConfig :: Maybe VpcConfig

    If your CodeBuild project accesses resources in an Amazon VPC, you provide this parameter that identifies the VPC ID and the list of security group IDs and subnet IDs. The security groups and subnets must belong to the same VPC. You must provide at least one security group and one subnet ID.

Instances

Instances details
FromJSON Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

Generic Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

Associated Types

type Rep Build :: Type -> Type #

Methods

from :: Build -> Rep Build x #

to :: Rep Build x -> Build #

Read Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

Show Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

Methods

showsPrec :: Int -> Build -> ShowS #

show :: Build -> String #

showList :: [Build] -> ShowS #

NFData Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

Methods

rnf :: Build -> () #

Eq Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

Methods

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

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

Hashable Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

Methods

hashWithSalt :: Int -> Build -> Int #

hash :: Build -> Int #

type Rep Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

type Rep Build = D1 ('MetaData "Build" "Amazonka.CodeBuild.Types.Build" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "Build'" 'PrefixI 'True) (((((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "artifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BuildArtifacts))) :*: (S1 ('MetaSel ('Just "buildBatchArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "buildComplete") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "buildNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "buildStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StatusType))) :*: (S1 ('MetaSel ('Just "cache") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectCache)) :*: S1 ('MetaSel ('Just "currentPhase") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "debugSession") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DebugSession)) :*: S1 ('MetaSel ('Just "encryptionKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectEnvironment)))) :*: ((S1 ('MetaSel ('Just "exportedEnvironmentVariables") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ExportedEnvironmentVariable])) :*: S1 ('MetaSel ('Just "fileSystemLocations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProjectFileSystemLocation]))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "initiator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: ((((S1 ('MetaSel ('Just "logs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogsLocation)) :*: S1 ('MetaSel ('Just "networkInterface") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkInterface))) :*: (S1 ('MetaSel ('Just "phases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BuildPhase])) :*: S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "queuedTimeoutInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "reportArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "resolvedSourceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "secondaryArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BuildArtifacts]))))) :*: (((S1 ('MetaSel ('Just "secondarySourceVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProjectSourceVersion])) :*: S1 ('MetaSel ('Just "secondarySources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProjectSource]))) :*: (S1 ('MetaSel ('Just "serviceRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectSource)))) :*: ((S1 ('MetaSel ('Just "sourceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "timeoutInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfig))))))))

newBuild :: Build Source #

Create a value of Build with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:Build', build_arn - The Amazon Resource Name (ARN) of the build.

$sel:artifacts:Build', build_artifacts - Information about the output artifacts for the build.

$sel:buildBatchArn:Build', build_buildBatchArn - The ARN of the batch build that this build is a member of, if applicable.

$sel:buildComplete:Build', build_buildComplete - Whether the build is complete. True if complete; otherwise, false.

$sel:buildNumber:Build', build_buildNumber - The number of the build. For each project, the buildNumber of its first build is 1. The buildNumber of each subsequent build is incremented by 1. If a build is deleted, the buildNumber of other builds does not change.

$sel:buildStatus:Build', build_buildStatus - The current status of the build. 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.

$sel:cache:Build', build_cache - Information about the cache for the build.

$sel:currentPhase:Build', build_currentPhase - The current build phase.

$sel:debugSession:Build', build_debugSession - Contains information about the debug session for this build.

$sel:encryptionKey:Build', build_encryptionKey - The Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.

You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key.

You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format alias/<alias-name>).

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

$sel:environment:Build', build_environment - Information about the build environment for this build.

$sel:exportedEnvironmentVariables:Build', build_exportedEnvironmentVariables - A list of exported environment variables for this build.

Exported environment variables are used in conjunction with CodePipeline to export environment variables from the current build stage to subsequent stages in the pipeline. For more information, see Working with variables in the CodePipeline User Guide.

$sel:fileSystemLocations:Build', build_fileSystemLocations - An array of ProjectFileSystemLocation objects for a CodeBuild build project. A ProjectFileSystemLocation object specifies the identifier, location, mountOptions, mountPoint, and type of a file system created using Amazon Elastic File System.

$sel:id:Build', build_id - The unique ID for the build.

$sel:initiator:Build', build_initiator - The entity that started the build. Valid values include:

  • If CodePipeline started the build, the pipeline's name (for example, codepipeline/my-demo-pipeline).
  • If an IAM user started the build, the user's name (for example, MyUserName).
  • If the Jenkins plugin for CodeBuild started the build, the string CodeBuild-Jenkins-Plugin.

$sel:logs:Build', build_logs - Information about the build's logs in CloudWatch Logs.

$sel:networkInterface:Build', build_networkInterface - Describes a network interface.

$sel:phases:Build', build_phases - Information about all previous build phases that are complete and information about any current build phase that is not yet complete.

$sel:projectName:Build', build_projectName - The name of the CodeBuild project.

$sel:queuedTimeoutInMinutes:Build', build_queuedTimeoutInMinutes - The number of minutes a build is allowed to be queued before it times out.

$sel:reportArns:Build', build_reportArns - An array of the ARNs associated with this build's reports.

$sel:resolvedSourceVersion:Build', build_resolvedSourceVersion - An identifier for the version of this build's source code.

  • For CodeCommit, GitHub, GitHub Enterprise, and BitBucket, the commit ID.
  • For CodePipeline, the source revision provided by CodePipeline.
  • For Amazon S3, this does not apply.

$sel:secondaryArtifacts:Build', build_secondaryArtifacts - An array of ProjectArtifacts objects.

$sel:secondarySourceVersions:Build', build_secondarySourceVersions - An array of ProjectSourceVersion objects. Each ProjectSourceVersion must be one of:

  • For CodeCommit: the commit ID, branch, or Git tag to use.
  • For GitHub: the commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a pull request ID is specified, it must use the format pr/pull-request-ID (for example, pr/25). If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
  • For Bitbucket: the commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
  • For Amazon S3: the version ID of the object that represents the build input ZIP file to use.

$sel:secondarySources:Build', build_secondarySources - An array of ProjectSource objects.

$sel:serviceRole:Build', build_serviceRole - The name of a service role used for this build.

$sel:source:Build', build_source - Information about the source code to be built.

Build, build_sourceVersion - Any version identifier for the version of the source code to be built. If sourceVersion is specified at the project level, then this sourceVersion (at the build level) takes precedence.

For more information, see Source Version Sample with CodeBuild in the CodeBuild User Guide.

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

$sel:timeoutInMinutes:Build', build_timeoutInMinutes - How long, in minutes, for CodeBuild to wait before timing out this build if it does not get marked as completed.

$sel:vpcConfig:Build', build_vpcConfig - If your CodeBuild project accesses resources in an Amazon VPC, you provide this parameter that identifies the VPC ID and the list of security group IDs and subnet IDs. The security groups and subnets must belong to the same VPC. You must provide at least one security group and one subnet ID.

build_arn :: Lens' Build (Maybe Text) Source #

The Amazon Resource Name (ARN) of the build.

build_artifacts :: Lens' Build (Maybe BuildArtifacts) Source #

Information about the output artifacts for the build.

build_buildBatchArn :: Lens' Build (Maybe Text) Source #

The ARN of the batch build that this build is a member of, if applicable.

build_buildComplete :: Lens' Build (Maybe Bool) Source #

Whether the build is complete. True if complete; otherwise, false.

build_buildNumber :: Lens' Build (Maybe Integer) Source #

The number of the build. For each project, the buildNumber of its first build is 1. The buildNumber of each subsequent build is incremented by 1. If a build is deleted, the buildNumber of other builds does not change.

build_buildStatus :: Lens' Build (Maybe StatusType) Source #

The current status of the build. 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.

build_cache :: Lens' Build (Maybe ProjectCache) Source #

Information about the cache for the build.

build_currentPhase :: Lens' Build (Maybe Text) Source #

The current build phase.

build_debugSession :: Lens' Build (Maybe DebugSession) Source #

Contains information about the debug session for this build.

build_encryptionKey :: Lens' Build (Maybe Text) Source #

The Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.

You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key.

You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format alias/<alias-name>).

build_endTime :: Lens' Build (Maybe UTCTime) Source #

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

build_environment :: Lens' Build (Maybe ProjectEnvironment) Source #

Information about the build environment for this build.

build_exportedEnvironmentVariables :: Lens' Build (Maybe [ExportedEnvironmentVariable]) Source #

A list of exported environment variables for this build.

Exported environment variables are used in conjunction with CodePipeline to export environment variables from the current build stage to subsequent stages in the pipeline. For more information, see Working with variables in the CodePipeline User Guide.

build_fileSystemLocations :: Lens' Build (Maybe [ProjectFileSystemLocation]) Source #

An array of ProjectFileSystemLocation objects for a CodeBuild build project. A ProjectFileSystemLocation object specifies the identifier, location, mountOptions, mountPoint, and type of a file system created using Amazon Elastic File System.

build_id :: Lens' Build (Maybe Text) Source #

The unique ID for the build.

build_initiator :: Lens' Build (Maybe Text) Source #

The entity that started the build. Valid values include:

  • If CodePipeline started the build, the pipeline's name (for example, codepipeline/my-demo-pipeline).
  • If an IAM user started the build, the user's name (for example, MyUserName).
  • If the Jenkins plugin for CodeBuild started the build, the string CodeBuild-Jenkins-Plugin.

build_logs :: Lens' Build (Maybe LogsLocation) Source #

Information about the build's logs in CloudWatch Logs.

build_networkInterface :: Lens' Build (Maybe NetworkInterface) Source #

Describes a network interface.

build_phases :: Lens' Build (Maybe [BuildPhase]) Source #

Information about all previous build phases that are complete and information about any current build phase that is not yet complete.

build_projectName :: Lens' Build (Maybe Text) Source #

The name of the CodeBuild project.

build_queuedTimeoutInMinutes :: Lens' Build (Maybe Int) Source #

The number of minutes a build is allowed to be queued before it times out.

build_reportArns :: Lens' Build (Maybe [Text]) Source #

An array of the ARNs associated with this build's reports.

build_resolvedSourceVersion :: Lens' Build (Maybe Text) Source #

An identifier for the version of this build's source code.

  • For CodeCommit, GitHub, GitHub Enterprise, and BitBucket, the commit ID.
  • For CodePipeline, the source revision provided by CodePipeline.
  • For Amazon S3, this does not apply.

build_secondaryArtifacts :: Lens' Build (Maybe [BuildArtifacts]) Source #

An array of ProjectArtifacts objects.

build_secondarySourceVersions :: Lens' Build (Maybe [ProjectSourceVersion]) Source #

An array of ProjectSourceVersion objects. Each ProjectSourceVersion must be one of:

  • For CodeCommit: the commit ID, branch, or Git tag to use.
  • For GitHub: the commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a pull request ID is specified, it must use the format pr/pull-request-ID (for example, pr/25). If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
  • For Bitbucket: the commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
  • For Amazon S3: the version ID of the object that represents the build input ZIP file to use.

build_secondarySources :: Lens' Build (Maybe [ProjectSource]) Source #

An array of ProjectSource objects.

build_serviceRole :: Lens' Build (Maybe Text) Source #

The name of a service role used for this build.

build_source :: Lens' Build (Maybe ProjectSource) Source #

Information about the source code to be built.

build_sourceVersion :: Lens' Build (Maybe Text) Source #

Any version identifier for the version of the source code to be built. If sourceVersion is specified at the project level, then this sourceVersion (at the build level) takes precedence.

For more information, see Source Version Sample with CodeBuild in the CodeBuild User Guide.

build_startTime :: Lens' Build (Maybe UTCTime) Source #

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

build_timeoutInMinutes :: Lens' Build (Maybe Int) Source #

How long, in minutes, for CodeBuild to wait before timing out this build if it does not get marked as completed.

build_vpcConfig :: Lens' Build (Maybe VpcConfig) Source #

If your CodeBuild project accesses resources in an Amazon VPC, you provide this parameter that identifies the VPC ID and the list of security group IDs and subnet IDs. The security groups and subnets must belong to the same VPC. You must provide at least one security group and one subnet ID.

BuildArtifacts

data BuildArtifacts Source #

Information about build output artifacts.

See: newBuildArtifacts smart constructor.

Constructors

BuildArtifacts' 

Fields

  • artifactIdentifier :: Maybe Text

    An identifier for this artifact definition.

  • bucketOwnerAccess :: Maybe BucketOwnerAccess
     
  • encryptionDisabled :: Maybe Bool

    Information that tells you if encryption for build artifacts is disabled.

  • location :: Maybe Text

    Information about the location of the build artifacts.

  • md5sum :: Maybe Text

    The MD5 hash of the build artifact.

    You can use this hash along with a checksum tool to confirm file integrity and authenticity.

    This value is available only if the build project's packaging value is set to ZIP.

  • overrideArtifactName :: Maybe Bool

    If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language. For example, you can append a date and time to your artifact name so that it is always unique.

  • sha256sum :: Maybe Text

    The SHA-256 hash of the build artifact.

    You can use this hash along with a checksum tool to confirm file integrity and authenticity.

    This value is available only if the build project's packaging value is set to ZIP.

Instances

Instances details
FromJSON BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

Generic BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

Associated Types

type Rep BuildArtifacts :: Type -> Type #

Read BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

Show BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

NFData BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

Methods

rnf :: BuildArtifacts -> () #

Eq BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

Hashable BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

type Rep BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

type Rep BuildArtifacts = D1 ('MetaData "BuildArtifacts" "Amazonka.CodeBuild.Types.BuildArtifacts" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "BuildArtifacts'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "artifactIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "bucketOwnerAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BucketOwnerAccess)) :*: S1 ('MetaSel ('Just "encryptionDisabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "md5sum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "overrideArtifactName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "sha256sum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newBuildArtifacts :: BuildArtifacts Source #

Create a value of BuildArtifacts with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:artifactIdentifier:BuildArtifacts', buildArtifacts_artifactIdentifier - An identifier for this artifact definition.

$sel:bucketOwnerAccess:BuildArtifacts', buildArtifacts_bucketOwnerAccess - Undocumented member.

$sel:encryptionDisabled:BuildArtifacts', buildArtifacts_encryptionDisabled - Information that tells you if encryption for build artifacts is disabled.

$sel:location:BuildArtifacts', buildArtifacts_location - Information about the location of the build artifacts.

$sel:md5sum:BuildArtifacts', buildArtifacts_md5sum - The MD5 hash of the build artifact.

You can use this hash along with a checksum tool to confirm file integrity and authenticity.

This value is available only if the build project's packaging value is set to ZIP.

$sel:overrideArtifactName:BuildArtifacts', buildArtifacts_overrideArtifactName - If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language. For example, you can append a date and time to your artifact name so that it is always unique.

$sel:sha256sum:BuildArtifacts', buildArtifacts_sha256sum - The SHA-256 hash of the build artifact.

You can use this hash along with a checksum tool to confirm file integrity and authenticity.

This value is available only if the build project's packaging value is set to ZIP.

buildArtifacts_artifactIdentifier :: Lens' BuildArtifacts (Maybe Text) Source #

An identifier for this artifact definition.

buildArtifacts_encryptionDisabled :: Lens' BuildArtifacts (Maybe Bool) Source #

Information that tells you if encryption for build artifacts is disabled.

buildArtifacts_location :: Lens' BuildArtifacts (Maybe Text) Source #

Information about the location of the build artifacts.

buildArtifacts_md5sum :: Lens' BuildArtifacts (Maybe Text) Source #

The MD5 hash of the build artifact.

You can use this hash along with a checksum tool to confirm file integrity and authenticity.

This value is available only if the build project's packaging value is set to ZIP.

buildArtifacts_overrideArtifactName :: Lens' BuildArtifacts (Maybe Bool) Source #

If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language. For example, you can append a date and time to your artifact name so that it is always unique.

buildArtifacts_sha256sum :: Lens' BuildArtifacts (Maybe Text) Source #

The SHA-256 hash of the build artifact.

You can use this hash along with a checksum tool to confirm file integrity and authenticity.

This value is available only if the build project's packaging value is set to ZIP.

BuildBatch

data BuildBatch Source #

Contains information about a batch build.

See: newBuildBatch smart constructor.

Constructors

BuildBatch' 

Fields

  • arn :: Maybe Text

    The ARN of the batch build.

  • artifacts :: Maybe BuildArtifacts

    A BuildArtifacts object the defines the build artifacts for this batch build.

  • buildBatchConfig :: Maybe ProjectBuildBatchConfig
     
  • buildBatchNumber :: Maybe Integer

    The number of the batch build. For each project, the buildBatchNumber of its first batch build is 1. The buildBatchNumber of each subsequent batch build is incremented by 1. If a batch build is deleted, the buildBatchNumber of other batch builds does not change.

  • buildBatchStatus :: Maybe StatusType

    The status of the batch build.

  • buildGroups :: Maybe [BuildGroup]

    An array of BuildGroup objects that define the build groups for the batch build.

  • buildTimeoutInMinutes :: Maybe Int

    Specifies the maximum amount of time, in minutes, that the build in a batch must be completed in.

  • cache :: Maybe ProjectCache
     
  • complete :: Maybe Bool

    Indicates if the batch build is complete.

  • currentPhase :: Maybe Text

    The current phase of the batch build.

  • debugSessionEnabled :: Maybe Bool

    Specifies if session debugging is enabled for this batch build. For more information, see Viewing a running build in Session Manager. Batch session debugging is not supported for matrix batch builds.

  • encryptionKey :: Maybe Text

    The Key Management Service customer master key (CMK) to be used for encrypting the batch build output artifacts.

    You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key.

    You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format alias/<alias-name>).

  • endTime :: Maybe POSIX

    The date and time that the batch build ended.

  • environment :: Maybe ProjectEnvironment
     
  • fileSystemLocations :: Maybe [ProjectFileSystemLocation]

    An array of ProjectFileSystemLocation objects for the batch build project. A ProjectFileSystemLocation object specifies the identifier, location, mountOptions, mountPoint, and type of a file system created using Amazon Elastic File System.

  • id :: Maybe Text

    The identifier of the batch build.

  • initiator :: Maybe Text

    The entity that started the batch build. Valid values include:

    • If CodePipeline started the build, the pipeline's name (for example, codepipeline/my-demo-pipeline).
    • If an IAM user started the build, the user's name.
    • If the Jenkins plugin for CodeBuild started the build, the string CodeBuild-Jenkins-Plugin.
  • logConfig :: Maybe LogsConfig
     
  • phases :: Maybe [BuildBatchPhase]

    An array of BuildBatchPhase objects the specify the phases of the batch build.

  • projectName :: Maybe Text

    The name of the batch build project.

  • queuedTimeoutInMinutes :: Maybe Int

    Specifies the amount of time, in minutes, that the batch build is allowed to be queued before it times out.

  • resolvedSourceVersion :: Maybe Text

    The identifier of the resolved version of this batch build's source code.

    • For CodeCommit, GitHub, GitHub Enterprise, and BitBucket, the commit ID.
    • For CodePipeline, the source revision provided by CodePipeline.
    • For Amazon S3, this does not apply.
  • secondaryArtifacts :: Maybe [BuildArtifacts]

    An array of BuildArtifacts objects the define the build artifacts for this batch build.

  • secondarySourceVersions :: Maybe [ProjectSourceVersion]

    An array of ProjectSourceVersion objects. Each ProjectSourceVersion must be one of:

    • For CodeCommit: the commit ID, branch, or Git tag to use.
    • For GitHub: the commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a pull request ID is specified, it must use the format pr/pull-request-ID (for example, pr/25). If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
    • For Bitbucket: the commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
    • For Amazon S3: the version ID of the object that represents the build input ZIP file to use.
  • secondarySources :: Maybe [ProjectSource]

    An array of ProjectSource objects that define the sources for the batch build.

  • serviceRole :: Maybe Text

    The name of a service role used for builds in the batch.

  • source :: Maybe ProjectSource
     
  • sourceVersion :: Maybe Text

    The identifier of the version of the source code to be built.

  • startTime :: Maybe POSIX

    The date and time that the batch build started.

  • vpcConfig :: Maybe VpcConfig
     

Instances

Instances details
FromJSON BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

Generic BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

Associated Types

type Rep BuildBatch :: Type -> Type #

Read BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

Show BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

NFData BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

Methods

rnf :: BuildBatch -> () #

Eq BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

Hashable BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

type Rep BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

type Rep BuildBatch = D1 ('MetaData "BuildBatch" "Amazonka.CodeBuild.Types.BuildBatch" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "BuildBatch'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "artifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BuildArtifacts)) :*: S1 ('MetaSel ('Just "buildBatchConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectBuildBatchConfig)))) :*: ((S1 ('MetaSel ('Just "buildBatchNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "buildBatchStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StatusType))) :*: (S1 ('MetaSel ('Just "buildGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BuildGroup])) :*: S1 ('MetaSel ('Just "buildTimeoutInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: (((S1 ('MetaSel ('Just "cache") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectCache)) :*: S1 ('MetaSel ('Just "complete") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "currentPhase") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "debugSessionEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "encryptionKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectEnvironment)) :*: S1 ('MetaSel ('Just "fileSystemLocations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProjectFileSystemLocation])))))) :*: (((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "initiator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "logConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogsConfig)))) :*: ((S1 ('MetaSel ('Just "phases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BuildBatchPhase])) :*: S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "queuedTimeoutInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "resolvedSourceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "secondaryArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BuildArtifacts])) :*: S1 ('MetaSel ('Just "secondarySourceVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProjectSourceVersion]))) :*: (S1 ('MetaSel ('Just "secondarySources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProjectSource])) :*: S1 ('MetaSel ('Just "serviceRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectSource)) :*: S1 ('MetaSel ('Just "sourceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfig))))))))

newBuildBatch :: BuildBatch Source #

Create a value of BuildBatch with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:BuildBatch', buildBatch_arn - The ARN of the batch build.

$sel:artifacts:BuildBatch', buildBatch_artifacts - A BuildArtifacts object the defines the build artifacts for this batch build.

$sel:buildBatchConfig:BuildBatch', buildBatch_buildBatchConfig - Undocumented member.

$sel:buildBatchNumber:BuildBatch', buildBatch_buildBatchNumber - The number of the batch build. For each project, the buildBatchNumber of its first batch build is 1. The buildBatchNumber of each subsequent batch build is incremented by 1. If a batch build is deleted, the buildBatchNumber of other batch builds does not change.

$sel:buildBatchStatus:BuildBatch', buildBatch_buildBatchStatus - The status of the batch build.

$sel:buildGroups:BuildBatch', buildBatch_buildGroups - An array of BuildGroup objects that define the build groups for the batch build.

$sel:buildTimeoutInMinutes:BuildBatch', buildBatch_buildTimeoutInMinutes - Specifies the maximum amount of time, in minutes, that the build in a batch must be completed in.

$sel:cache:BuildBatch', buildBatch_cache - Undocumented member.

$sel:complete:BuildBatch', buildBatch_complete - Indicates if the batch build is complete.

$sel:currentPhase:BuildBatch', buildBatch_currentPhase - The current phase of the batch build.

$sel:debugSessionEnabled:BuildBatch', buildBatch_debugSessionEnabled - Specifies if session debugging is enabled for this batch build. For more information, see Viewing a running build in Session Manager. Batch session debugging is not supported for matrix batch builds.

$sel:encryptionKey:BuildBatch', buildBatch_encryptionKey - The Key Management Service customer master key (CMK) to be used for encrypting the batch build output artifacts.

You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key.

You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format alias/<alias-name>).

BuildBatch, buildBatch_endTime - The date and time that the batch build ended.

$sel:environment:BuildBatch', buildBatch_environment - Undocumented member.

$sel:fileSystemLocations:BuildBatch', buildBatch_fileSystemLocations - An array of ProjectFileSystemLocation objects for the batch build project. A ProjectFileSystemLocation object specifies the identifier, location, mountOptions, mountPoint, and type of a file system created using Amazon Elastic File System.

$sel:id:BuildBatch', buildBatch_id - The identifier of the batch build.

$sel:initiator:BuildBatch', buildBatch_initiator - The entity that started the batch build. Valid values include:

  • If CodePipeline started the build, the pipeline's name (for example, codepipeline/my-demo-pipeline).
  • If an IAM user started the build, the user's name.
  • If the Jenkins plugin for CodeBuild started the build, the string CodeBuild-Jenkins-Plugin.

$sel:logConfig:BuildBatch', buildBatch_logConfig - Undocumented member.

$sel:phases:BuildBatch', buildBatch_phases - An array of BuildBatchPhase objects the specify the phases of the batch build.

$sel:projectName:BuildBatch', buildBatch_projectName - The name of the batch build project.

$sel:queuedTimeoutInMinutes:BuildBatch', buildBatch_queuedTimeoutInMinutes - Specifies the amount of time, in minutes, that the batch build is allowed to be queued before it times out.

$sel:resolvedSourceVersion:BuildBatch', buildBatch_resolvedSourceVersion - The identifier of the resolved version of this batch build's source code.

  • For CodeCommit, GitHub, GitHub Enterprise, and BitBucket, the commit ID.
  • For CodePipeline, the source revision provided by CodePipeline.
  • For Amazon S3, this does not apply.

$sel:secondaryArtifacts:BuildBatch', buildBatch_secondaryArtifacts - An array of BuildArtifacts objects the define the build artifacts for this batch build.

$sel:secondarySourceVersions:BuildBatch', buildBatch_secondarySourceVersions - An array of ProjectSourceVersion objects. Each ProjectSourceVersion must be one of:

  • For CodeCommit: the commit ID, branch, or Git tag to use.
  • For GitHub: the commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a pull request ID is specified, it must use the format pr/pull-request-ID (for example, pr/25). If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
  • For Bitbucket: the commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
  • For Amazon S3: the version ID of the object that represents the build input ZIP file to use.

$sel:secondarySources:BuildBatch', buildBatch_secondarySources - An array of ProjectSource objects that define the sources for the batch build.

BuildBatch, buildBatch_serviceRole - The name of a service role used for builds in the batch.

$sel:source:BuildBatch', buildBatch_source - Undocumented member.

BuildBatch, buildBatch_sourceVersion - The identifier of the version of the source code to be built.

BuildBatch, buildBatch_startTime - The date and time that the batch build started.

$sel:vpcConfig:BuildBatch', buildBatch_vpcConfig - Undocumented member.

buildBatch_arn :: Lens' BuildBatch (Maybe Text) Source #

The ARN of the batch build.

buildBatch_artifacts :: Lens' BuildBatch (Maybe BuildArtifacts) Source #

A BuildArtifacts object the defines the build artifacts for this batch build.

buildBatch_buildBatchNumber :: Lens' BuildBatch (Maybe Integer) Source #

The number of the batch build. For each project, the buildBatchNumber of its first batch build is 1. The buildBatchNumber of each subsequent batch build is incremented by 1. If a batch build is deleted, the buildBatchNumber of other batch builds does not change.

buildBatch_buildGroups :: Lens' BuildBatch (Maybe [BuildGroup]) Source #

An array of BuildGroup objects that define the build groups for the batch build.

buildBatch_buildTimeoutInMinutes :: Lens' BuildBatch (Maybe Int) Source #

Specifies the maximum amount of time, in minutes, that the build in a batch must be completed in.

buildBatch_complete :: Lens' BuildBatch (Maybe Bool) Source #

Indicates if the batch build is complete.

buildBatch_currentPhase :: Lens' BuildBatch (Maybe Text) Source #

The current phase of the batch build.

buildBatch_debugSessionEnabled :: Lens' BuildBatch (Maybe Bool) Source #

Specifies if session debugging is enabled for this batch build. For more information, see Viewing a running build in Session Manager. Batch session debugging is not supported for matrix batch builds.

buildBatch_encryptionKey :: Lens' BuildBatch (Maybe Text) Source #

The Key Management Service customer master key (CMK) to be used for encrypting the batch build output artifacts.

You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key.

You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format alias/<alias-name>).

buildBatch_endTime :: Lens' BuildBatch (Maybe UTCTime) Source #

The date and time that the batch build ended.

buildBatch_fileSystemLocations :: Lens' BuildBatch (Maybe [ProjectFileSystemLocation]) Source #

An array of ProjectFileSystemLocation objects for the batch build project. A ProjectFileSystemLocation object specifies the identifier, location, mountOptions, mountPoint, and type of a file system created using Amazon Elastic File System.

buildBatch_id :: Lens' BuildBatch (Maybe Text) Source #

The identifier of the batch build.

buildBatch_initiator :: Lens' BuildBatch (Maybe Text) Source #

The entity that started the batch build. Valid values include:

  • If CodePipeline started the build, the pipeline's name (for example, codepipeline/my-demo-pipeline).
  • If an IAM user started the build, the user's name.
  • If the Jenkins plugin for CodeBuild started the build, the string CodeBuild-Jenkins-Plugin.

buildBatch_phases :: Lens' BuildBatch (Maybe [BuildBatchPhase]) Source #

An array of BuildBatchPhase objects the specify the phases of the batch build.

buildBatch_projectName :: Lens' BuildBatch (Maybe Text) Source #

The name of the batch build project.

buildBatch_queuedTimeoutInMinutes :: Lens' BuildBatch (Maybe Int) Source #

Specifies the amount of time, in minutes, that the batch build is allowed to be queued before it times out.

buildBatch_resolvedSourceVersion :: Lens' BuildBatch (Maybe Text) Source #

The identifier of the resolved version of this batch build's source code.

  • For CodeCommit, GitHub, GitHub Enterprise, and BitBucket, the commit ID.
  • For CodePipeline, the source revision provided by CodePipeline.
  • For Amazon S3, this does not apply.

buildBatch_secondaryArtifacts :: Lens' BuildBatch (Maybe [BuildArtifacts]) Source #

An array of BuildArtifacts objects the define the build artifacts for this batch build.

buildBatch_secondarySourceVersions :: Lens' BuildBatch (Maybe [ProjectSourceVersion]) Source #

An array of ProjectSourceVersion objects. Each ProjectSourceVersion must be one of:

  • For CodeCommit: the commit ID, branch, or Git tag to use.
  • For GitHub: the commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a pull request ID is specified, it must use the format pr/pull-request-ID (for example, pr/25). If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
  • For Bitbucket: the commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
  • For Amazon S3: the version ID of the object that represents the build input ZIP file to use.

buildBatch_secondarySources :: Lens' BuildBatch (Maybe [ProjectSource]) Source #

An array of ProjectSource objects that define the sources for the batch build.

buildBatch_serviceRole :: Lens' BuildBatch (Maybe Text) Source #

The name of a service role used for builds in the batch.

buildBatch_sourceVersion :: Lens' BuildBatch (Maybe Text) Source #

The identifier of the version of the source code to be built.

buildBatch_startTime :: Lens' BuildBatch (Maybe UTCTime) Source #

The date and time that the batch build started.

BuildBatchFilter

data BuildBatchFilter Source #

Specifies filters when retrieving batch builds.

See: newBuildBatchFilter smart constructor.

Constructors

BuildBatchFilter' 

Fields

  • status :: Maybe StatusType

    The status of the batch builds to retrieve. Only batch builds that have this status will be retrieved.

Instances

Instances details
ToJSON BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

Generic BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

Associated Types

type Rep BuildBatchFilter :: Type -> Type #

Read BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

Show BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

NFData BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

Methods

rnf :: BuildBatchFilter -> () #

Eq BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

Hashable BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

type Rep BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

type Rep BuildBatchFilter = D1 ('MetaData "BuildBatchFilter" "Amazonka.CodeBuild.Types.BuildBatchFilter" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "BuildBatchFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StatusType))))

newBuildBatchFilter :: BuildBatchFilter Source #

Create a value of BuildBatchFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:BuildBatchFilter', buildBatchFilter_status - The status of the batch builds to retrieve. Only batch builds that have this status will be retrieved.

buildBatchFilter_status :: Lens' BuildBatchFilter (Maybe StatusType) Source #

The status of the batch builds to retrieve. Only batch builds that have this status will be retrieved.

BuildBatchPhase

data BuildBatchPhase Source #

Contains information about a stage for a batch build.

See: newBuildBatchPhase smart constructor.

Constructors

BuildBatchPhase' 

Fields

  • contexts :: Maybe [PhaseContext]

    Additional information about the batch build phase. Especially to help troubleshoot a failed batch build.

  • durationInSeconds :: Maybe Integer

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

  • endTime :: Maybe POSIX

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

  • phaseStatus :: Maybe StatusType

    The current status of the batch build phase. 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.
  • phaseType :: Maybe BuildBatchPhaseType

    The name of the batch build phase. Valid values include:

    COMBINE_ARTIFACTS
    Build output artifacts are being combined and uploaded to the output location.
    DOWNLOAD_BATCHSPEC
    The batch build specification is being downloaded.
    FAILED
    One or more of the builds failed.
    IN_PROGRESS
    The batch build is in progress.
    STOPPED
    The batch build was stopped.
    SUBMITTED
    The btach build has been submitted.
    SUCCEEDED
    The batch build succeeded.
  • startTime :: Maybe POSIX

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

Instances

Instances details
FromJSON BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

Generic BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

Associated Types

type Rep BuildBatchPhase :: Type -> Type #

Read BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

Show BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

NFData BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

Methods

rnf :: BuildBatchPhase -> () #

Eq BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

Hashable BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

type Rep BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

type Rep BuildBatchPhase = D1 ('MetaData "BuildBatchPhase" "Amazonka.CodeBuild.Types.BuildBatchPhase" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "BuildBatchPhase'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "contexts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhaseContext])) :*: (S1 ('MetaSel ('Just "durationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "phaseStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StatusType)) :*: (S1 ('MetaSel ('Just "phaseType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BuildBatchPhaseType)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newBuildBatchPhase :: BuildBatchPhase Source #

Create a value of BuildBatchPhase with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:contexts:BuildBatchPhase', buildBatchPhase_contexts - Additional information about the batch build phase. Especially to help troubleshoot a failed batch build.

$sel:durationInSeconds:BuildBatchPhase', buildBatchPhase_durationInSeconds - How long, in seconds, between the starting and ending times of the batch build's phase.

$sel:endTime:BuildBatchPhase', buildBatchPhase_endTime - When the batch build phase ended, expressed in Unix time format.

$sel:phaseStatus:BuildBatchPhase', buildBatchPhase_phaseStatus - The current status of the batch build phase. 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.

$sel:phaseType:BuildBatchPhase', buildBatchPhase_phaseType - The name of the batch build phase. Valid values include:

COMBINE_ARTIFACTS
Build output artifacts are being combined and uploaded to the output location.
DOWNLOAD_BATCHSPEC
The batch build specification is being downloaded.
FAILED
One or more of the builds failed.
IN_PROGRESS
The batch build is in progress.
STOPPED
The batch build was stopped.
SUBMITTED
The btach build has been submitted.
SUCCEEDED
The batch build succeeded.

$sel:startTime:BuildBatchPhase', buildBatchPhase_startTime - When the batch build phase started, expressed in Unix time format.

buildBatchPhase_contexts :: Lens' BuildBatchPhase (Maybe [PhaseContext]) Source #

Additional information about the batch build phase. Especially to help troubleshoot a failed batch build.

buildBatchPhase_durationInSeconds :: Lens' BuildBatchPhase (Maybe Integer) Source #

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

buildBatchPhase_endTime :: Lens' BuildBatchPhase (Maybe UTCTime) Source #

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

buildBatchPhase_phaseStatus :: Lens' BuildBatchPhase (Maybe StatusType) Source #

The current status of the batch build phase. 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.

buildBatchPhase_phaseType :: Lens' BuildBatchPhase (Maybe BuildBatchPhaseType) Source #

The name of the batch build phase. Valid values include:

COMBINE_ARTIFACTS
Build output artifacts are being combined and uploaded to the output location.
DOWNLOAD_BATCHSPEC
The batch build specification is being downloaded.
FAILED
One or more of the builds failed.
IN_PROGRESS
The batch build is in progress.
STOPPED
The batch build was stopped.
SUBMITTED
The btach build has been submitted.
SUCCEEDED
The batch build succeeded.

buildBatchPhase_startTime :: Lens' BuildBatchPhase (Maybe UTCTime) Source #

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

BuildGroup

data BuildGroup Source #

Contains information about a batch build build group. Build groups are used to combine builds that can run in parallel, while still being able to set dependencies on other build groups.

See: newBuildGroup smart constructor.

Constructors

BuildGroup' 

Fields

Instances

Instances details
FromJSON BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

Generic BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

Associated Types

type Rep BuildGroup :: Type -> Type #

Read BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

Show BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

NFData BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

Methods

rnf :: BuildGroup -> () #

Eq BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

Hashable BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

type Rep BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

type Rep BuildGroup = D1 ('MetaData "BuildGroup" "Amazonka.CodeBuild.Types.BuildGroup" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "BuildGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "currentBuildSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BuildSummary)) :*: S1 ('MetaSel ('Just "dependsOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "ignoreFailure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "priorBuildSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BuildSummary]))))))

newBuildGroup :: BuildGroup Source #

Create a value of BuildGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:currentBuildSummary:BuildGroup', buildGroup_currentBuildSummary - A BuildSummary object that contains a summary of the current build group.

$sel:dependsOn:BuildGroup', buildGroup_dependsOn - An array of strings that contain the identifiers of the build groups that this build group depends on.

$sel:identifier:BuildGroup', buildGroup_identifier - Contains the identifier of the build group.

$sel:ignoreFailure:BuildGroup', buildGroup_ignoreFailure - Specifies if failures in this build group can be ignored.

$sel:priorBuildSummaryList:BuildGroup', buildGroup_priorBuildSummaryList - An array of BuildSummary objects that contain summaries of previous build groups.

buildGroup_currentBuildSummary :: Lens' BuildGroup (Maybe BuildSummary) Source #

A BuildSummary object that contains a summary of the current build group.

buildGroup_dependsOn :: Lens' BuildGroup (Maybe [Text]) Source #

An array of strings that contain the identifiers of the build groups that this build group depends on.

buildGroup_identifier :: Lens' BuildGroup (Maybe Text) Source #

Contains the identifier of the build group.

buildGroup_ignoreFailure :: Lens' BuildGroup (Maybe Bool) Source #

Specifies if failures in this build group can be ignored.

buildGroup_priorBuildSummaryList :: Lens' BuildGroup (Maybe [BuildSummary]) Source #

An array of BuildSummary objects that contain summaries of previous build groups.

BuildNotDeleted

data BuildNotDeleted Source #

Information about a build that could not be successfully deleted.

See: newBuildNotDeleted smart constructor.

Constructors

BuildNotDeleted' 

Fields

  • id :: Maybe Text

    The ID of the build that could not be successfully deleted.

  • statusCode :: Maybe Text

    Additional information about the build that could not be successfully deleted.

Instances

Instances details
FromJSON BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

Generic BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

Associated Types

type Rep BuildNotDeleted :: Type -> Type #

Read BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

Show BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

NFData BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

Methods

rnf :: BuildNotDeleted -> () #

Eq BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

Hashable BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

type Rep BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

type Rep BuildNotDeleted = D1 ('MetaData "BuildNotDeleted" "Amazonka.CodeBuild.Types.BuildNotDeleted" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "BuildNotDeleted'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newBuildNotDeleted :: BuildNotDeleted Source #

Create a value of BuildNotDeleted with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:BuildNotDeleted', buildNotDeleted_id - The ID of the build that could not be successfully deleted.

$sel:statusCode:BuildNotDeleted', buildNotDeleted_statusCode - Additional information about the build that could not be successfully deleted.

buildNotDeleted_id :: Lens' BuildNotDeleted (Maybe Text) Source #

The ID of the build that could not be successfully deleted.

buildNotDeleted_statusCode :: Lens' BuildNotDeleted (Maybe Text) Source #

Additional information about the build that could not be successfully deleted.

BuildPhase

data BuildPhase Source #

Information about a stage for a build.

See: newBuildPhase smart constructor.

Constructors

BuildPhase' 

Fields

  • contexts :: Maybe [PhaseContext]

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

  • durationInSeconds :: Maybe Integer

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

  • endTime :: Maybe POSIX

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

  • phaseStatus :: Maybe StatusType

    The current status of the build phase. 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.
  • phaseType :: Maybe BuildPhaseType

    The name of the build phase. Valid values include:

    BUILD
    Core build activities typically occur in this build phase.
    COMPLETED
    The build has been 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.
    QUEUED
    The build has been submitted and is queued behind other submitted builds.
    SUBMITTED
    The build has been submitted.
    UPLOAD_ARTIFACTS
    Build output artifacts are being uploaded to the output location.
  • startTime :: Maybe POSIX

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

Instances

Instances details
FromJSON BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

Generic BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

Associated Types

type Rep BuildPhase :: Type -> Type #

Read BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

Show BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

NFData BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

Methods

rnf :: BuildPhase -> () #

Eq BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

Hashable BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

type Rep BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

newBuildPhase :: BuildPhase Source #

Create a value of BuildPhase with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:contexts:BuildPhase', buildPhase_contexts - Additional information about a build phase, especially to help troubleshoot a failed build.

$sel:durationInSeconds:BuildPhase', buildPhase_durationInSeconds - How long, in seconds, between the starting and ending times of the build's phase.

$sel:endTime:BuildPhase', buildPhase_endTime - When the build phase ended, expressed in Unix time format.

$sel:phaseStatus:BuildPhase', buildPhase_phaseStatus - The current status of the build phase. 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.

$sel:phaseType:BuildPhase', buildPhase_phaseType - The name of the build phase. Valid values include:

BUILD
Core build activities typically occur in this build phase.
COMPLETED
The build has been 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.
QUEUED
The build has been submitted and is queued behind other submitted builds.
SUBMITTED
The build has been submitted.
UPLOAD_ARTIFACTS
Build output artifacts are being uploaded to the output location.

$sel:startTime:BuildPhase', buildPhase_startTime - When the build phase started, expressed in Unix time format.

buildPhase_contexts :: Lens' BuildPhase (Maybe [PhaseContext]) Source #

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

buildPhase_durationInSeconds :: Lens' BuildPhase (Maybe Integer) Source #

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

buildPhase_endTime :: Lens' BuildPhase (Maybe UTCTime) Source #

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

buildPhase_phaseStatus :: Lens' BuildPhase (Maybe StatusType) Source #

The current status of the build phase. 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.

buildPhase_phaseType :: Lens' BuildPhase (Maybe BuildPhaseType) Source #

The name of the build phase. Valid values include:

BUILD
Core build activities typically occur in this build phase.
COMPLETED
The build has been 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.
QUEUED
The build has been submitted and is queued behind other submitted builds.
SUBMITTED
The build has been submitted.
UPLOAD_ARTIFACTS
Build output artifacts are being uploaded to the output location.

buildPhase_startTime :: Lens' BuildPhase (Maybe UTCTime) Source #

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

BuildStatusConfig

data BuildStatusConfig Source #

Contains information that defines how the CodeBuild build project reports the build status to the source provider.

See: newBuildStatusConfig smart constructor.

Constructors

BuildStatusConfig' 

Fields

  • context :: Maybe Text

    Specifies the context of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.

    Bitbucket
    This parameter is used for the name parameter in the Bitbucket commit status. For more information, see build in the Bitbucket API documentation.
    GitHub/GitHub Enterprise Server
    This parameter is used for the context parameter in the GitHub commit status. For more information, see Create a commit status in the GitHub developer guide.
  • targetUrl :: Maybe Text

    Specifies the target url of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.

    Bitbucket
    This parameter is used for the url parameter in the Bitbucket commit status. For more information, see build in the Bitbucket API documentation.
    GitHub/GitHub Enterprise Server
    This parameter is used for the target_url parameter in the GitHub commit status. For more information, see Create a commit status in the GitHub developer guide.

Instances

Instances details
FromJSON BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

ToJSON BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

Generic BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

Associated Types

type Rep BuildStatusConfig :: Type -> Type #

Read BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

Show BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

NFData BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

Methods

rnf :: BuildStatusConfig -> () #

Eq BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

Hashable BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

type Rep BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

type Rep BuildStatusConfig = D1 ('MetaData "BuildStatusConfig" "Amazonka.CodeBuild.Types.BuildStatusConfig" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "BuildStatusConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "context") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newBuildStatusConfig :: BuildStatusConfig Source #

Create a value of BuildStatusConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:context:BuildStatusConfig', buildStatusConfig_context - Specifies the context of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.

Bitbucket
This parameter is used for the name parameter in the Bitbucket commit status. For more information, see build in the Bitbucket API documentation.
GitHub/GitHub Enterprise Server
This parameter is used for the context parameter in the GitHub commit status. For more information, see Create a commit status in the GitHub developer guide.

$sel:targetUrl:BuildStatusConfig', buildStatusConfig_targetUrl - Specifies the target url of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.

Bitbucket
This parameter is used for the url parameter in the Bitbucket commit status. For more information, see build in the Bitbucket API documentation.
GitHub/GitHub Enterprise Server
This parameter is used for the target_url parameter in the GitHub commit status. For more information, see Create a commit status in the GitHub developer guide.

buildStatusConfig_context :: Lens' BuildStatusConfig (Maybe Text) Source #

Specifies the context of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.

Bitbucket
This parameter is used for the name parameter in the Bitbucket commit status. For more information, see build in the Bitbucket API documentation.
GitHub/GitHub Enterprise Server
This parameter is used for the context parameter in the GitHub commit status. For more information, see Create a commit status in the GitHub developer guide.

buildStatusConfig_targetUrl :: Lens' BuildStatusConfig (Maybe Text) Source #

Specifies the target url of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.

Bitbucket
This parameter is used for the url parameter in the Bitbucket commit status. For more information, see build in the Bitbucket API documentation.
GitHub/GitHub Enterprise Server
This parameter is used for the target_url parameter in the GitHub commit status. For more information, see Create a commit status in the GitHub developer guide.

BuildSummary

data BuildSummary Source #

Contains summary information about a batch build group.

See: newBuildSummary smart constructor.

Constructors

BuildSummary' 

Fields

Instances

Instances details
FromJSON BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

Generic BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

Associated Types

type Rep BuildSummary :: Type -> Type #

Read BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

Show BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

NFData BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

Methods

rnf :: BuildSummary -> () #

Eq BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

Hashable BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

type Rep BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

type Rep BuildSummary = D1 ('MetaData "BuildSummary" "Amazonka.CodeBuild.Types.BuildSummary" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "BuildSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "buildStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StatusType))) :*: (S1 ('MetaSel ('Just "primaryArtifact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResolvedArtifact)) :*: (S1 ('MetaSel ('Just "requestedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "secondaryArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResolvedArtifact]))))))

newBuildSummary :: BuildSummary Source #

Create a value of BuildSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:BuildSummary', buildSummary_arn - The batch build ARN.

$sel:buildStatus:BuildSummary', buildSummary_buildStatus - The status of the build group.

FAILED
The build group failed.
FAULT
The build group faulted.
IN_PROGRESS
The build group is still in progress.
STOPPED
The build group stopped.
SUCCEEDED
The build group succeeded.
TIMED_OUT
The build group timed out.

$sel:primaryArtifact:BuildSummary', buildSummary_primaryArtifact - A ResolvedArtifact object that represents the primary build artifacts for the build group.

$sel:requestedOn:BuildSummary', buildSummary_requestedOn - When the build was started, expressed in Unix time format.

$sel:secondaryArtifacts:BuildSummary', buildSummary_secondaryArtifacts - An array of ResolvedArtifact objects that represents the secondary build artifacts for the build group.

buildSummary_buildStatus :: Lens' BuildSummary (Maybe StatusType) Source #

The status of the build group.

FAILED
The build group failed.
FAULT
The build group faulted.
IN_PROGRESS
The build group is still in progress.
STOPPED
The build group stopped.
SUCCEEDED
The build group succeeded.
TIMED_OUT
The build group timed out.

buildSummary_primaryArtifact :: Lens' BuildSummary (Maybe ResolvedArtifact) Source #

A ResolvedArtifact object that represents the primary build artifacts for the build group.

buildSummary_requestedOn :: Lens' BuildSummary (Maybe UTCTime) Source #

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

buildSummary_secondaryArtifacts :: Lens' BuildSummary (Maybe [ResolvedArtifact]) Source #

An array of ResolvedArtifact objects that represents the secondary build artifacts for the build group.

CloudWatchLogsConfig

data CloudWatchLogsConfig Source #

Information about CloudWatch Logs for a build project.

See: newCloudWatchLogsConfig smart constructor.

Constructors

CloudWatchLogsConfig' 

Fields

Instances

Instances details
FromJSON CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

ToJSON CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

Generic CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

Associated Types

type Rep CloudWatchLogsConfig :: Type -> Type #

Read CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

Show CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

NFData CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

Methods

rnf :: CloudWatchLogsConfig -> () #

Eq CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

Hashable CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

type Rep CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

type Rep CloudWatchLogsConfig = D1 ('MetaData "CloudWatchLogsConfig" "Amazonka.CodeBuild.Types.CloudWatchLogsConfig" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "CloudWatchLogsConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "streamName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LogsConfigStatusType))))

newCloudWatchLogsConfig Source #

Create a value of CloudWatchLogsConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:groupName:CloudWatchLogsConfig', cloudWatchLogsConfig_groupName - The group name of the logs in CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.

$sel:streamName:CloudWatchLogsConfig', cloudWatchLogsConfig_streamName - The prefix of the stream name of the CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.

$sel:status:CloudWatchLogsConfig', cloudWatchLogsConfig_status - The current status of the logs in CloudWatch Logs for a build project. Valid values are:

  • ENABLED: CloudWatch Logs are enabled for this build project.
  • DISABLED: CloudWatch Logs are not enabled for this build project.

cloudWatchLogsConfig_groupName :: Lens' CloudWatchLogsConfig (Maybe Text) Source #

The group name of the logs in CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.

cloudWatchLogsConfig_streamName :: Lens' CloudWatchLogsConfig (Maybe Text) Source #

The prefix of the stream name of the CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.

cloudWatchLogsConfig_status :: Lens' CloudWatchLogsConfig LogsConfigStatusType Source #

The current status of the logs in CloudWatch Logs for a build project. Valid values are:

  • ENABLED: CloudWatch Logs are enabled for this build project.
  • DISABLED: CloudWatch Logs are not enabled for this build project.

CodeCoverage

data CodeCoverage Source #

Contains code coverage report information.

Line coverage measures how many statements your tests cover. A statement is a single instruction, not including comments, conditionals, etc.

Branch coverage determines if your tests cover every possible branch of a control structure, such as an if or case statement.

See: newCodeCoverage smart constructor.

Constructors

CodeCoverage' 

Fields

Instances

Instances details
FromJSON CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

Generic CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

Associated Types

type Rep CodeCoverage :: Type -> Type #

Read CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

Show CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

NFData CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

Methods

rnf :: CodeCoverage -> () #

Eq CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

Hashable CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

type Rep CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

newCodeCoverage :: CodeCoverage Source #

Create a value of CodeCoverage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:branchCoveragePercentage:CodeCoverage', codeCoverage_branchCoveragePercentage - The percentage of branches that are covered by your tests.

$sel:branchesCovered:CodeCoverage', codeCoverage_branchesCovered - The number of conditional branches that are covered by your tests.

$sel:branchesMissed:CodeCoverage', codeCoverage_branchesMissed - The number of conditional branches that are not covered by your tests.

$sel:expired:CodeCoverage', codeCoverage_expired - The date and time that the tests were run.

$sel:filePath:CodeCoverage', codeCoverage_filePath - The path of the test report file.

$sel:id:CodeCoverage', codeCoverage_id - The identifier of the code coverage report.

$sel:lineCoveragePercentage:CodeCoverage', codeCoverage_lineCoveragePercentage - The percentage of lines that are covered by your tests.

$sel:linesCovered:CodeCoverage', codeCoverage_linesCovered - The number of lines that are covered by your tests.

$sel:linesMissed:CodeCoverage', codeCoverage_linesMissed - The number of lines that are not covered by your tests.

$sel:reportARN:CodeCoverage', codeCoverage_reportARN - The ARN of the report.

codeCoverage_branchCoveragePercentage :: Lens' CodeCoverage (Maybe Double) Source #

The percentage of branches that are covered by your tests.

codeCoverage_branchesCovered :: Lens' CodeCoverage (Maybe Natural) Source #

The number of conditional branches that are covered by your tests.

codeCoverage_branchesMissed :: Lens' CodeCoverage (Maybe Natural) Source #

The number of conditional branches that are not covered by your tests.

codeCoverage_expired :: Lens' CodeCoverage (Maybe UTCTime) Source #

The date and time that the tests were run.

codeCoverage_filePath :: Lens' CodeCoverage (Maybe Text) Source #

The path of the test report file.

codeCoverage_id :: Lens' CodeCoverage (Maybe Text) Source #

The identifier of the code coverage report.

codeCoverage_lineCoveragePercentage :: Lens' CodeCoverage (Maybe Double) Source #

The percentage of lines that are covered by your tests.

codeCoverage_linesCovered :: Lens' CodeCoverage (Maybe Natural) Source #

The number of lines that are covered by your tests.

codeCoverage_linesMissed :: Lens' CodeCoverage (Maybe Natural) Source #

The number of lines that are not covered by your tests.

CodeCoverageReportSummary

data CodeCoverageReportSummary Source #

Contains a summary of a code coverage report.

Line coverage measures how many statements your tests cover. A statement is a single instruction, not including comments, conditionals, etc.

Branch coverage determines if your tests cover every possible branch of a control structure, such as an if or case statement.

See: newCodeCoverageReportSummary smart constructor.

Constructors

CodeCoverageReportSummary' 

Fields

Instances

Instances details
FromJSON CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

Generic CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

Associated Types

type Rep CodeCoverageReportSummary :: Type -> Type #

Read CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

Show CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

NFData CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

Eq CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

Hashable CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

type Rep CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

type Rep CodeCoverageReportSummary = D1 ('MetaData "CodeCoverageReportSummary" "Amazonka.CodeBuild.Types.CodeCoverageReportSummary" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "CodeCoverageReportSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "branchCoveragePercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "branchesCovered") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "branchesMissed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "lineCoveragePercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "linesCovered") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "linesMissed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))

newCodeCoverageReportSummary :: CodeCoverageReportSummary Source #

Create a value of CodeCoverageReportSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:branchCoveragePercentage:CodeCoverageReportSummary', codeCoverageReportSummary_branchCoveragePercentage - The percentage of branches that are covered by your tests.

$sel:branchesCovered:CodeCoverageReportSummary', codeCoverageReportSummary_branchesCovered - The number of conditional branches that are covered by your tests.

$sel:branchesMissed:CodeCoverageReportSummary', codeCoverageReportSummary_branchesMissed - The number of conditional branches that are not covered by your tests.

$sel:lineCoveragePercentage:CodeCoverageReportSummary', codeCoverageReportSummary_lineCoveragePercentage - The percentage of lines that are covered by your tests.

$sel:linesCovered:CodeCoverageReportSummary', codeCoverageReportSummary_linesCovered - The number of lines that are covered by your tests.

$sel:linesMissed:CodeCoverageReportSummary', codeCoverageReportSummary_linesMissed - The number of lines that are not covered by your tests.

codeCoverageReportSummary_branchCoveragePercentage :: Lens' CodeCoverageReportSummary (Maybe Double) Source #

The percentage of branches that are covered by your tests.

codeCoverageReportSummary_branchesCovered :: Lens' CodeCoverageReportSummary (Maybe Natural) Source #

The number of conditional branches that are covered by your tests.

codeCoverageReportSummary_branchesMissed :: Lens' CodeCoverageReportSummary (Maybe Natural) Source #

The number of conditional branches that are not covered by your tests.

codeCoverageReportSummary_lineCoveragePercentage :: Lens' CodeCoverageReportSummary (Maybe Double) Source #

The percentage of lines that are covered by your tests.

codeCoverageReportSummary_linesCovered :: Lens' CodeCoverageReportSummary (Maybe Natural) Source #

The number of lines that are covered by your tests.

codeCoverageReportSummary_linesMissed :: Lens' CodeCoverageReportSummary (Maybe Natural) Source #

The number of lines that are not covered by your tests.

DebugSession

data DebugSession Source #

Contains information about the debug session for a build. For more information, see Viewing a running build in Session Manager.

See: newDebugSession smart constructor.

Constructors

DebugSession' 

Fields

  • sessionEnabled :: Maybe Bool

    Specifies if session debugging is enabled for this build.

  • sessionTarget :: Maybe Text

    Contains the identifier of the Session Manager session used for the build. To work with the paused build, you open this session to examine, control, and resume the build.

Instances

Instances details
FromJSON DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

Generic DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

Associated Types

type Rep DebugSession :: Type -> Type #

Read DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

Show DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

NFData DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

Methods

rnf :: DebugSession -> () #

Eq DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

Hashable DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

type Rep DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

type Rep DebugSession = D1 ('MetaData "DebugSession" "Amazonka.CodeBuild.Types.DebugSession" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "DebugSession'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sessionEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "sessionTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDebugSession :: DebugSession Source #

Create a value of DebugSession with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sessionEnabled:DebugSession', debugSession_sessionEnabled - Specifies if session debugging is enabled for this build.

$sel:sessionTarget:DebugSession', debugSession_sessionTarget - Contains the identifier of the Session Manager session used for the build. To work with the paused build, you open this session to examine, control, and resume the build.

debugSession_sessionEnabled :: Lens' DebugSession (Maybe Bool) Source #

Specifies if session debugging is enabled for this build.

debugSession_sessionTarget :: Lens' DebugSession (Maybe Text) Source #

Contains the identifier of the Session Manager session used for the build. To work with the paused build, you open this session to examine, control, and resume the build.

EnvironmentImage

data EnvironmentImage Source #

Information about a Docker image that is managed by CodeBuild.

See: newEnvironmentImage smart constructor.

Constructors

EnvironmentImage' 

Fields

Instances

Instances details
FromJSON EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

Generic EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

Associated Types

type Rep EnvironmentImage :: Type -> Type #

Read EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

Show EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

NFData EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

Methods

rnf :: EnvironmentImage -> () #

Eq EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

Hashable EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

type Rep EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

type Rep EnvironmentImage = D1 ('MetaData "EnvironmentImage" "Amazonka.CodeBuild.Types.EnvironmentImage" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "EnvironmentImage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "versions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newEnvironmentImage :: EnvironmentImage Source #

Create a value of EnvironmentImage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:description:EnvironmentImage', environmentImage_description - The description of the Docker image.

$sel:name:EnvironmentImage', environmentImage_name - The name of the Docker image.

$sel:versions:EnvironmentImage', environmentImage_versions - A list of environment image versions.

environmentImage_description :: Lens' EnvironmentImage (Maybe Text) Source #

The description of the Docker image.

environmentImage_name :: Lens' EnvironmentImage (Maybe Text) Source #

The name of the Docker image.

environmentImage_versions :: Lens' EnvironmentImage (Maybe [Text]) Source #

A list of environment image versions.

EnvironmentLanguage

data EnvironmentLanguage Source #

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

See: newEnvironmentLanguage smart constructor.

Constructors

EnvironmentLanguage' 

Fields

Instances

Instances details
FromJSON EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

Generic EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

Associated Types

type Rep EnvironmentLanguage :: Type -> Type #

Read EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

Show EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

NFData EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

Methods

rnf :: EnvironmentLanguage -> () #

Eq EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

Hashable EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

type Rep EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

type Rep EnvironmentLanguage = D1 ('MetaData "EnvironmentLanguage" "Amazonka.CodeBuild.Types.EnvironmentLanguage" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "EnvironmentLanguage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "images") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EnvironmentImage])) :*: S1 ('MetaSel ('Just "language") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LanguageType))))

newEnvironmentLanguage :: EnvironmentLanguage Source #

Create a value of EnvironmentLanguage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:images:EnvironmentLanguage', environmentLanguage_images - The list of Docker images that are related by the specified programming language.

$sel:language:EnvironmentLanguage', environmentLanguage_language - The programming language for the Docker images.

environmentLanguage_images :: Lens' EnvironmentLanguage (Maybe [EnvironmentImage]) Source #

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

environmentLanguage_language :: Lens' EnvironmentLanguage (Maybe LanguageType) Source #

The programming language for the Docker images.

EnvironmentPlatform

data EnvironmentPlatform Source #

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

See: newEnvironmentPlatform smart constructor.

Constructors

EnvironmentPlatform' 

Fields

Instances

Instances details
FromJSON EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

Generic EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

Associated Types

type Rep EnvironmentPlatform :: Type -> Type #

Read EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

Show EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

NFData EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

Methods

rnf :: EnvironmentPlatform -> () #

Eq EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

Hashable EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

type Rep EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

type Rep EnvironmentPlatform = D1 ('MetaData "EnvironmentPlatform" "Amazonka.CodeBuild.Types.EnvironmentPlatform" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "EnvironmentPlatform'" 'PrefixI 'True) (S1 ('MetaSel ('Just "languages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EnvironmentLanguage])) :*: S1 ('MetaSel ('Just "platform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlatformType))))

newEnvironmentPlatform :: EnvironmentPlatform Source #

Create a value of EnvironmentPlatform with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:languages:EnvironmentPlatform', environmentPlatform_languages - The list of programming languages that are available for the specified platform.

$sel:platform:EnvironmentPlatform', environmentPlatform_platform - The platform's name.

environmentPlatform_languages :: Lens' EnvironmentPlatform (Maybe [EnvironmentLanguage]) Source #

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

EnvironmentVariable

data EnvironmentVariable Source #

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

See: newEnvironmentVariable smart constructor.

Constructors

EnvironmentVariable' 

Fields

  • type' :: Maybe EnvironmentVariableType

    The type of environment variable. Valid values include:

    • PARAMETER_STORE: An environment variable stored in Systems Manager Parameter Store. To learn how to specify a parameter store environment variable, see env/parameter-store in the CodeBuild User Guide.
    • PLAINTEXT: An environment variable in plain text format. This is the default value.
    • SECRETS_MANAGER: An environment variable stored in Secrets Manager. To learn how to specify a secrets manager environment variable, see env/secrets-manager in the CodeBuild User Guide.
  • name :: Text

    The name or key of the environment variable.

  • value :: Text

    The value of the environment variable.

    We strongly discourage the use of PLAINTEXT environment variables to store sensitive values, especially Amazon Web Services secret key IDs and secret access keys. PLAINTEXT environment variables can be displayed in plain text using the CodeBuild console and the CLI. For sensitive values, we recommend you use an environment variable of type PARAMETER_STORE or SECRETS_MANAGER.

Instances

Instances details
FromJSON EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

ToJSON EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

Generic EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

Associated Types

type Rep EnvironmentVariable :: Type -> Type #

Read EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

Show EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

NFData EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

Methods

rnf :: EnvironmentVariable -> () #

Eq EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

Hashable EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

type Rep EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

type Rep EnvironmentVariable = D1 ('MetaData "EnvironmentVariable" "Amazonka.CodeBuild.Types.EnvironmentVariable" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "EnvironmentVariable'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentVariableType)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newEnvironmentVariable Source #

Create a value of EnvironmentVariable with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:type':EnvironmentVariable', environmentVariable_type - The type of environment variable. Valid values include:

  • PARAMETER_STORE: An environment variable stored in Systems Manager Parameter Store. To learn how to specify a parameter store environment variable, see env/parameter-store in the CodeBuild User Guide.
  • PLAINTEXT: An environment variable in plain text format. This is the default value.
  • SECRETS_MANAGER: An environment variable stored in Secrets Manager. To learn how to specify a secrets manager environment variable, see env/secrets-manager in the CodeBuild User Guide.

$sel:name:EnvironmentVariable', environmentVariable_name - The name or key of the environment variable.

$sel:value:EnvironmentVariable', environmentVariable_value - The value of the environment variable.

We strongly discourage the use of PLAINTEXT environment variables to store sensitive values, especially Amazon Web Services secret key IDs and secret access keys. PLAINTEXT environment variables can be displayed in plain text using the CodeBuild console and the CLI. For sensitive values, we recommend you use an environment variable of type PARAMETER_STORE or SECRETS_MANAGER.

environmentVariable_type :: Lens' EnvironmentVariable (Maybe EnvironmentVariableType) Source #

The type of environment variable. Valid values include:

  • PARAMETER_STORE: An environment variable stored in Systems Manager Parameter Store. To learn how to specify a parameter store environment variable, see env/parameter-store in the CodeBuild User Guide.
  • PLAINTEXT: An environment variable in plain text format. This is the default value.
  • SECRETS_MANAGER: An environment variable stored in Secrets Manager. To learn how to specify a secrets manager environment variable, see env/secrets-manager in the CodeBuild User Guide.

environmentVariable_name :: Lens' EnvironmentVariable Text Source #

The name or key of the environment variable.

environmentVariable_value :: Lens' EnvironmentVariable Text Source #

The value of the environment variable.

We strongly discourage the use of PLAINTEXT environment variables to store sensitive values, especially Amazon Web Services secret key IDs and secret access keys. PLAINTEXT environment variables can be displayed in plain text using the CodeBuild console and the CLI. For sensitive values, we recommend you use an environment variable of type PARAMETER_STORE or SECRETS_MANAGER.

ExportedEnvironmentVariable

data ExportedEnvironmentVariable Source #

Contains information about an exported environment variable.

Exported environment variables are used in conjunction with CodePipeline to export environment variables from the current build stage to subsequent stages in the pipeline. For more information, see Working with variables in the CodePipeline User Guide.

During a build, the value of a variable is available starting with the install phase. It can be updated between the start of the install phase and the end of the post_build phase. After the post_build phase ends, the value of exported variables cannot change.

See: newExportedEnvironmentVariable smart constructor.

Constructors

ExportedEnvironmentVariable' 

Fields

  • name :: Maybe Text

    The name of the exported environment variable.

  • value :: Maybe Text

    The value assigned to the exported environment variable.

Instances

Instances details
FromJSON ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

Generic ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

Associated Types

type Rep ExportedEnvironmentVariable :: Type -> Type #

Read ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

Show ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

NFData ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

Eq ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

Hashable ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

type Rep ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

type Rep ExportedEnvironmentVariable = D1 ('MetaData "ExportedEnvironmentVariable" "Amazonka.CodeBuild.Types.ExportedEnvironmentVariable" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ExportedEnvironmentVariable'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newExportedEnvironmentVariable :: ExportedEnvironmentVariable Source #

Create a value of ExportedEnvironmentVariable with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:ExportedEnvironmentVariable', exportedEnvironmentVariable_name - The name of the exported environment variable.

$sel:value:ExportedEnvironmentVariable', exportedEnvironmentVariable_value - The value assigned to the exported environment variable.

exportedEnvironmentVariable_name :: Lens' ExportedEnvironmentVariable (Maybe Text) Source #

The name of the exported environment variable.

exportedEnvironmentVariable_value :: Lens' ExportedEnvironmentVariable (Maybe Text) Source #

The value assigned to the exported environment variable.

GitSubmodulesConfig

data GitSubmodulesConfig Source #

Information about the Git submodules configuration for an CodeBuild build project.

See: newGitSubmodulesConfig smart constructor.

Constructors

GitSubmodulesConfig' 

Fields

Instances

Instances details
FromJSON GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

ToJSON GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

Generic GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

Associated Types

type Rep GitSubmodulesConfig :: Type -> Type #

Read GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

Show GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

NFData GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

Methods

rnf :: GitSubmodulesConfig -> () #

Eq GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

Hashable GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

type Rep GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

type Rep GitSubmodulesConfig = D1 ('MetaData "GitSubmodulesConfig" "Amazonka.CodeBuild.Types.GitSubmodulesConfig" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "GitSubmodulesConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fetchSubmodules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))

newGitSubmodulesConfig Source #

Create a value of GitSubmodulesConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fetchSubmodules:GitSubmodulesConfig', gitSubmodulesConfig_fetchSubmodules - Set to true to fetch Git submodules for your CodeBuild build project.

gitSubmodulesConfig_fetchSubmodules :: Lens' GitSubmodulesConfig Bool Source #

Set to true to fetch Git submodules for your CodeBuild build project.

LogsConfig

data LogsConfig Source #

Information about logs for a build project. These can be logs in CloudWatch Logs, built in a specified S3 bucket, or both.

See: newLogsConfig smart constructor.

Constructors

LogsConfig' 

Fields

Instances

Instances details
FromJSON LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

ToJSON LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

Generic LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

Associated Types

type Rep LogsConfig :: Type -> Type #

Read LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

Show LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

NFData LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

Methods

rnf :: LogsConfig -> () #

Eq LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

Hashable LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

type Rep LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

type Rep LogsConfig = D1 ('MetaData "LogsConfig" "Amazonka.CodeBuild.Types.LogsConfig" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "LogsConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cloudWatchLogs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchLogsConfig)) :*: S1 ('MetaSel ('Just "s3Logs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3LogsConfig))))

newLogsConfig :: LogsConfig Source #

Create a value of LogsConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cloudWatchLogs:LogsConfig', logsConfig_cloudWatchLogs - Information about CloudWatch Logs for a build project. CloudWatch Logs are enabled by default.

$sel:s3Logs:LogsConfig', logsConfig_s3Logs - Information about logs built to an S3 bucket for a build project. S3 logs are not enabled by default.

logsConfig_cloudWatchLogs :: Lens' LogsConfig (Maybe CloudWatchLogsConfig) Source #

Information about CloudWatch Logs for a build project. CloudWatch Logs are enabled by default.

logsConfig_s3Logs :: Lens' LogsConfig (Maybe S3LogsConfig) Source #

Information about logs built to an S3 bucket for a build project. S3 logs are not enabled by default.

LogsLocation

data LogsLocation Source #

Information about build logs in CloudWatch Logs.

See: newLogsLocation smart constructor.

Constructors

LogsLocation' 

Fields

Instances

Instances details
FromJSON LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

Generic LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

Associated Types

type Rep LogsLocation :: Type -> Type #

Read LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

Show LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

NFData LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

Methods

rnf :: LogsLocation -> () #

Eq LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

Hashable LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

type Rep LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

newLogsLocation :: LogsLocation Source #

Create a value of LogsLocation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cloudWatchLogs:LogsLocation', logsLocation_cloudWatchLogs - Information about CloudWatch Logs for a build project.

$sel:cloudWatchLogsArn:LogsLocation', logsLocation_cloudWatchLogsArn - The ARN of CloudWatch Logs for a build project. Its format is arn:${Partition}:logs:${Region}:${Account}:log-group:${LogGroupName}:log-stream:${LogStreamName}. For more information, see Resources Defined by CloudWatch Logs.

$sel:deepLink:LogsLocation', logsLocation_deepLink - The URL to an individual build log in CloudWatch Logs.

LogsLocation, logsLocation_groupName - The name of the CloudWatch Logs group for the build logs.

$sel:s3DeepLink:LogsLocation', logsLocation_s3DeepLink - The URL to a build log in an S3 bucket.

$sel:s3Logs:LogsLocation', logsLocation_s3Logs - Information about S3 logs for a build project.

$sel:s3LogsArn:LogsLocation', logsLocation_s3LogsArn - The ARN of S3 logs for a build project. Its format is arn:${Partition}:s3:::${BucketName}/${ObjectName}. For more information, see Resources Defined by Amazon S3.

LogsLocation, logsLocation_streamName - The name of the CloudWatch Logs stream for the build logs.

logsLocation_cloudWatchLogs :: Lens' LogsLocation (Maybe CloudWatchLogsConfig) Source #

Information about CloudWatch Logs for a build project.

logsLocation_cloudWatchLogsArn :: Lens' LogsLocation (Maybe Text) Source #

The ARN of CloudWatch Logs for a build project. Its format is arn:${Partition}:logs:${Region}:${Account}:log-group:${LogGroupName}:log-stream:${LogStreamName}. For more information, see Resources Defined by CloudWatch Logs.

logsLocation_deepLink :: Lens' LogsLocation (Maybe Text) Source #

The URL to an individual build log in CloudWatch Logs.

logsLocation_groupName :: Lens' LogsLocation (Maybe Text) Source #

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

logsLocation_s3DeepLink :: Lens' LogsLocation (Maybe Text) Source #

The URL to a build log in an S3 bucket.

logsLocation_s3Logs :: Lens' LogsLocation (Maybe S3LogsConfig) Source #

Information about S3 logs for a build project.

logsLocation_s3LogsArn :: Lens' LogsLocation (Maybe Text) Source #

The ARN of S3 logs for a build project. Its format is arn:${Partition}:s3:::${BucketName}/${ObjectName}. For more information, see Resources Defined by Amazon S3.

logsLocation_streamName :: Lens' LogsLocation (Maybe Text) Source #

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

NetworkInterface

data NetworkInterface Source #

Describes a network interface.

See: newNetworkInterface smart constructor.

Constructors

NetworkInterface' 

Fields

Instances

Instances details
FromJSON NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

Generic NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

Associated Types

type Rep NetworkInterface :: Type -> Type #

Read NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

Show NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

NFData NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

Methods

rnf :: NetworkInterface -> () #

Eq NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

Hashable NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

type Rep NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

type Rep NetworkInterface = D1 ('MetaData "NetworkInterface" "Amazonka.CodeBuild.Types.NetworkInterface" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "NetworkInterface'" 'PrefixI 'True) (S1 ('MetaSel ('Just "networkInterfaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subnetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newNetworkInterface :: NetworkInterface Source #

Create a value of NetworkInterface with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:networkInterfaceId:NetworkInterface', networkInterface_networkInterfaceId - The ID of the network interface.

$sel:subnetId:NetworkInterface', networkInterface_subnetId - The ID of the subnet.

PhaseContext

data PhaseContext Source #

Additional information about a build phase that has an error. You can use this information for troubleshooting.

See: newPhaseContext smart constructor.

Constructors

PhaseContext' 

Fields

  • message :: Maybe Text

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

  • statusCode :: Maybe Text

    The status code for the context of the build phase.

Instances

Instances details
FromJSON PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

Generic PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

Associated Types

type Rep PhaseContext :: Type -> Type #

Read PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

Show PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

NFData PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

Methods

rnf :: PhaseContext -> () #

Eq PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

Hashable PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

type Rep PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

type Rep PhaseContext = D1 ('MetaData "PhaseContext" "Amazonka.CodeBuild.Types.PhaseContext" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "PhaseContext'" 'PrefixI 'True) (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPhaseContext :: PhaseContext Source #

Create a value of PhaseContext with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:message:PhaseContext', phaseContext_message - An explanation of the build phase's context. This might include a command ID and an exit code.

$sel:statusCode:PhaseContext', phaseContext_statusCode - The status code for the context of the build phase.

phaseContext_message :: Lens' PhaseContext (Maybe Text) Source #

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

phaseContext_statusCode :: Lens' PhaseContext (Maybe Text) Source #

The status code for the context of the build phase.

Project

data Project Source #

Information about a build project.

See: newProject smart constructor.

Constructors

Project' 

Fields

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the build project.

  • artifacts :: Maybe ProjectArtifacts

    Information about the build output artifacts for the build project.

  • badge :: Maybe ProjectBadge

    Information about the build badge for the build project.

  • buildBatchConfig :: Maybe ProjectBuildBatchConfig

    A ProjectBuildBatchConfig object that defines the batch build options for the project.

  • cache :: Maybe ProjectCache

    Information about the cache for the build project.

  • concurrentBuildLimit :: Maybe Int

    The maximum number of concurrent builds that are allowed for this project.

    New builds are only started if the current number of builds is less than or equal to this limit. If the current build count meets this limit, new builds are throttled and are not run.

  • created :: Maybe POSIX

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

  • description :: Maybe Text

    A description that makes the build project easy to identify.

  • encryptionKey :: Maybe Text

    The Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.

    You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key.

    You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format alias/<alias-name>). If you don't specify a value, CodeBuild uses the managed CMK for Amazon Simple Storage Service (Amazon S3).

  • environment :: Maybe ProjectEnvironment

    Information about the build environment for this build project.

  • fileSystemLocations :: Maybe [ProjectFileSystemLocation]

    An array of ProjectFileSystemLocation objects for a CodeBuild build project. A ProjectFileSystemLocation object specifies the identifier, location, mountOptions, mountPoint, and type of a file system created using Amazon Elastic File System.

  • lastModified :: Maybe POSIX

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

  • logsConfig :: Maybe LogsConfig

    Information about logs for the build project. A project can create logs in CloudWatch Logs, an S3 bucket, or both.

  • name :: Maybe Text

    The name of the build project.

  • projectVisibility :: Maybe ProjectVisibilityType
     
  • publicProjectAlias :: Maybe Text

    Contains the project identifier used with the public build APIs.

  • queuedTimeoutInMinutes :: Maybe Natural

    The number of minutes a build is allowed to be queued before it times out.

  • resourceAccessRole :: Maybe Text

    The ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs and Amazon S3 artifacts for the project's builds.

  • secondaryArtifacts :: Maybe [ProjectArtifacts]

    An array of ProjectArtifacts objects.

  • secondarySourceVersions :: Maybe [ProjectSourceVersion]

    An array of ProjectSourceVersion objects. If secondarySourceVersions is specified at the build level, then they take over these secondarySourceVersions (at the project level).

  • secondarySources :: Maybe [ProjectSource]

    An array of ProjectSource objects.

  • serviceRole :: Maybe Text

    The ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf of the Amazon Web Services account.

  • source :: Maybe ProjectSource

    Information about the build input source code for this build project.

  • sourceVersion :: Maybe Text

    A version of the build input to be built for this project. If not specified, the latest version is used. If specified, it must be one of:

    • For CodeCommit: the commit ID, branch, or Git tag to use.
    • For GitHub: the commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a pull request ID is specified, it must use the format pr/pull-request-ID (for example pr/25). If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
    • For Bitbucket: the commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
    • For Amazon S3: the version ID of the object that represents the build input ZIP file to use.

    If sourceVersion is specified at the build level, then that version takes precedence over this sourceVersion (at the project level).

    For more information, see Source Version Sample with CodeBuild in the CodeBuild User Guide.

  • tags :: Maybe [Tag]

    A list of tag key and value pairs associated with this build project.

    These tags are available for use by Amazon Web Services services that support CodeBuild build project tags.

  • timeoutInMinutes :: Maybe Natural

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

  • vpcConfig :: Maybe VpcConfig

    Information about the VPC configuration that CodeBuild accesses.

  • webhook :: Maybe Webhook

    Information about a webhook that connects repository events to a build project in CodeBuild.

Instances

Instances details
FromJSON Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

Generic Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

Associated Types

type Rep Project :: Type -> Type #

Methods

from :: Project -> Rep Project x #

to :: Rep Project x -> Project #

Read Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

Show Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

NFData Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

Methods

rnf :: Project -> () #

Eq Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

Methods

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

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

Hashable Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

Methods

hashWithSalt :: Int -> Project -> Int #

hash :: Project -> Int #

type Rep Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

type Rep Project = D1 ('MetaData "Project" "Amazonka.CodeBuild.Types.Project" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "Project'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "artifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectArtifacts)) :*: S1 ('MetaSel ('Just "badge") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectBadge)))) :*: ((S1 ('MetaSel ('Just "buildBatchConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectBuildBatchConfig)) :*: S1 ('MetaSel ('Just "cache") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectCache))) :*: (S1 ('MetaSel ('Just "concurrentBuildLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "created") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "encryptionKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectEnvironment)))) :*: ((S1 ('MetaSel ('Just "fileSystemLocations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProjectFileSystemLocation])) :*: S1 ('MetaSel ('Just "lastModified") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "logsConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogsConfig)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "projectVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectVisibilityType)) :*: (S1 ('MetaSel ('Just "publicProjectAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "queuedTimeoutInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: ((S1 ('MetaSel ('Just "resourceAccessRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "secondaryArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProjectArtifacts]))) :*: (S1 ('MetaSel ('Just "secondarySourceVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProjectSourceVersion])) :*: S1 ('MetaSel ('Just "secondarySources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProjectSource]))))) :*: ((S1 ('MetaSel ('Just "serviceRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectSource)) :*: S1 ('MetaSel ('Just "sourceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "timeoutInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfig)) :*: S1 ('MetaSel ('Just "webhook") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Webhook))))))))

newProject :: Project Source #

Create a value of Project with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:Project', project_arn - The Amazon Resource Name (ARN) of the build project.

$sel:artifacts:Project', project_artifacts - Information about the build output artifacts for the build project.

$sel:badge:Project', project_badge - Information about the build badge for the build project.

$sel:buildBatchConfig:Project', project_buildBatchConfig - A ProjectBuildBatchConfig object that defines the batch build options for the project.

$sel:cache:Project', project_cache - Information about the cache for the build project.

$sel:concurrentBuildLimit:Project', project_concurrentBuildLimit - The maximum number of concurrent builds that are allowed for this project.

New builds are only started if the current number of builds is less than or equal to this limit. If the current build count meets this limit, new builds are throttled and are not run.

$sel:created:Project', project_created - When the build project was created, expressed in Unix time format.

$sel:description:Project', project_description - A description that makes the build project easy to identify.

$sel:encryptionKey:Project', project_encryptionKey - The Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.

You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key.

You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format alias/<alias-name>). If you don't specify a value, CodeBuild uses the managed CMK for Amazon Simple Storage Service (Amazon S3).

$sel:environment:Project', project_environment - Information about the build environment for this build project.

$sel:fileSystemLocations:Project', project_fileSystemLocations - An array of ProjectFileSystemLocation objects for a CodeBuild build project. A ProjectFileSystemLocation object specifies the identifier, location, mountOptions, mountPoint, and type of a file system created using Amazon Elastic File System.

$sel:lastModified:Project', project_lastModified - When the build project's settings were last modified, expressed in Unix time format.

$sel:logsConfig:Project', project_logsConfig - Information about logs for the build project. A project can create logs in CloudWatch Logs, an S3 bucket, or both.

Project, project_name - The name of the build project.

$sel:projectVisibility:Project', project_projectVisibility - Undocumented member.

$sel:publicProjectAlias:Project', project_publicProjectAlias - Contains the project identifier used with the public build APIs.

$sel:queuedTimeoutInMinutes:Project', project_queuedTimeoutInMinutes - The number of minutes a build is allowed to be queued before it times out.

$sel:resourceAccessRole:Project', project_resourceAccessRole - The ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs and Amazon S3 artifacts for the project's builds.

$sel:secondaryArtifacts:Project', project_secondaryArtifacts - An array of ProjectArtifacts objects.

$sel:secondarySourceVersions:Project', project_secondarySourceVersions - An array of ProjectSourceVersion objects. If secondarySourceVersions is specified at the build level, then they take over these secondarySourceVersions (at the project level).

$sel:secondarySources:Project', project_secondarySources - An array of ProjectSource objects.

Project, project_serviceRole - The ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf of the Amazon Web Services account.

$sel:source:Project', project_source - Information about the build input source code for this build project.

Project, project_sourceVersion - A version of the build input to be built for this project. If not specified, the latest version is used. If specified, it must be one of:

  • For CodeCommit: the commit ID, branch, or Git tag to use.
  • For GitHub: the commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a pull request ID is specified, it must use the format pr/pull-request-ID (for example pr/25). If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
  • For Bitbucket: the commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
  • For Amazon S3: the version ID of the object that represents the build input ZIP file to use.

If sourceVersion is specified at the build level, then that version takes precedence over this sourceVersion (at the project level).

For more information, see Source Version Sample with CodeBuild in the CodeBuild User Guide.

$sel:tags:Project', project_tags - A list of tag key and value pairs associated with this build project.

These tags are available for use by Amazon Web Services services that support CodeBuild build project tags.

$sel:timeoutInMinutes:Project', project_timeoutInMinutes - How long, in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before timing out any related build that did not get marked as completed. The default is 60 minutes.

$sel:vpcConfig:Project', project_vpcConfig - Information about the VPC configuration that CodeBuild accesses.

$sel:webhook:Project', project_webhook - Information about a webhook that connects repository events to a build project in CodeBuild.

project_arn :: Lens' Project (Maybe Text) Source #

The Amazon Resource Name (ARN) of the build project.

project_artifacts :: Lens' Project (Maybe ProjectArtifacts) Source #

Information about the build output artifacts for the build project.

project_badge :: Lens' Project (Maybe ProjectBadge) Source #

Information about the build badge for the build project.

project_buildBatchConfig :: Lens' Project (Maybe ProjectBuildBatchConfig) Source #

A ProjectBuildBatchConfig object that defines the batch build options for the project.

project_cache :: Lens' Project (Maybe ProjectCache) Source #

Information about the cache for the build project.

project_concurrentBuildLimit :: Lens' Project (Maybe Int) Source #

The maximum number of concurrent builds that are allowed for this project.

New builds are only started if the current number of builds is less than or equal to this limit. If the current build count meets this limit, new builds are throttled and are not run.

project_created :: Lens' Project (Maybe UTCTime) Source #

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

project_description :: Lens' Project (Maybe Text) Source #

A description that makes the build project easy to identify.

project_encryptionKey :: Lens' Project (Maybe Text) Source #

The Key Management Service customer master key (CMK) to be used for encrypting the build output artifacts.

You can use a cross-account KMS key to encrypt the build output artifacts if your service role has permission to that key.

You can specify either the Amazon Resource Name (ARN) of the CMK or, if available, the CMK's alias (using the format alias/<alias-name>). If you don't specify a value, CodeBuild uses the managed CMK for Amazon Simple Storage Service (Amazon S3).

project_environment :: Lens' Project (Maybe ProjectEnvironment) Source #

Information about the build environment for this build project.

project_fileSystemLocations :: Lens' Project (Maybe [ProjectFileSystemLocation]) Source #

An array of ProjectFileSystemLocation objects for a CodeBuild build project. A ProjectFileSystemLocation object specifies the identifier, location, mountOptions, mountPoint, and type of a file system created using Amazon Elastic File System.

project_lastModified :: Lens' Project (Maybe UTCTime) Source #

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

project_logsConfig :: Lens' Project (Maybe LogsConfig) Source #

Information about logs for the build project. A project can create logs in CloudWatch Logs, an S3 bucket, or both.

project_name :: Lens' Project (Maybe Text) Source #

The name of the build project.

project_publicProjectAlias :: Lens' Project (Maybe Text) Source #

Contains the project identifier used with the public build APIs.

project_queuedTimeoutInMinutes :: Lens' Project (Maybe Natural) Source #

The number of minutes a build is allowed to be queued before it times out.

project_resourceAccessRole :: Lens' Project (Maybe Text) Source #

The ARN of the IAM role that enables CodeBuild to access the CloudWatch Logs and Amazon S3 artifacts for the project's builds.

project_secondaryArtifacts :: Lens' Project (Maybe [ProjectArtifacts]) Source #

An array of ProjectArtifacts objects.

project_secondarySourceVersions :: Lens' Project (Maybe [ProjectSourceVersion]) Source #

An array of ProjectSourceVersion objects. If secondarySourceVersions is specified at the build level, then they take over these secondarySourceVersions (at the project level).

project_secondarySources :: Lens' Project (Maybe [ProjectSource]) Source #

An array of ProjectSource objects.

project_serviceRole :: Lens' Project (Maybe Text) Source #

The ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf of the Amazon Web Services account.

project_source :: Lens' Project (Maybe ProjectSource) Source #

Information about the build input source code for this build project.

project_sourceVersion :: Lens' Project (Maybe Text) Source #

A version of the build input to be built for this project. If not specified, the latest version is used. If specified, it must be one of:

  • For CodeCommit: the commit ID, branch, or Git tag to use.
  • For GitHub: the commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a pull request ID is specified, it must use the format pr/pull-request-ID (for example pr/25). If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
  • For Bitbucket: the commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
  • For Amazon S3: the version ID of the object that represents the build input ZIP file to use.

If sourceVersion is specified at the build level, then that version takes precedence over this sourceVersion (at the project level).

For more information, see Source Version Sample with CodeBuild in the CodeBuild User Guide.

project_tags :: Lens' Project (Maybe [Tag]) Source #

A list of tag key and value pairs associated with this build project.

These tags are available for use by Amazon Web Services services that support CodeBuild build project tags.

project_timeoutInMinutes :: Lens' Project (Maybe Natural) Source #

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

project_vpcConfig :: Lens' Project (Maybe VpcConfig) Source #

Information about the VPC configuration that CodeBuild accesses.

project_webhook :: Lens' Project (Maybe Webhook) Source #

Information about a webhook that connects repository events to a build project in CodeBuild.

ProjectArtifacts

data ProjectArtifacts Source #

Information about the build output artifacts for the build project.

See: newProjectArtifacts smart constructor.

Constructors

ProjectArtifacts' 

Fields

  • artifactIdentifier :: Maybe Text

    An identifier for this artifact definition.

  • bucketOwnerAccess :: Maybe BucketOwnerAccess
     
  • encryptionDisabled :: Maybe Bool

    Set to true if you do not want your output artifacts encrypted. This option is valid only if your artifacts type is Amazon S3. If this is set with another artifacts type, an invalidInputException is thrown.

  • location :: Maybe Text

    Information about the build output artifact location:

    • If type is set to CODEPIPELINE, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output locations instead of CodeBuild.
    • If type is set to NO_ARTIFACTS, this value is ignored if specified, because no build output is produced.
    • If type is set to S3, this is the name of the output bucket.
  • name :: Maybe Text

    Along with path and namespaceType, the pattern that CodeBuild uses to name and store the output artifact:

    • If type is set to CODEPIPELINE, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output names instead of CodeBuild.
    • If type is set to NO_ARTIFACTS, this value is ignored if specified, because no build output is produced.
    • If type is set to S3, this is the name of the output artifact object. If you set the name to be a forward slash ("/"), the artifact is stored in the root of the output bucket.

    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 is stored in MyArtifacts/<build-ID>/MyArtifact.zip.
    • If path is empty, namespaceType is set to NONE, and name is set to "/", the output artifact is stored in the root of the output bucket.
    • If path is set to MyArtifacts, namespaceType is set to BUILD_ID, and name is set to "/", the output artifact is stored in MyArtifacts/<build-ID>.
  • namespaceType :: Maybe ArtifactNamespace

    Along with path and name, the pattern that CodeBuild uses to determine the name and location to store the output artifact:

    • If type is set to CODEPIPELINE, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output names instead of CodeBuild.
    • If type is set to NO_ARTIFACTS, this value is ignored if specified, because no build output is produced.
    • If type is set to S3, 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, the output artifact is stored in MyArtifacts/<build-ID>/MyArtifact.zip.

  • overrideArtifactName :: Maybe Bool

    If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language. For example, you can append a date and time to your artifact name so that it is always unique.

  • packaging :: Maybe ArtifactPackaging

    The type of build output artifact to create:

    • If type is set to CODEPIPELINE, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output artifacts instead of CodeBuild.
    • If type is set to NO_ARTIFACTS, this value is ignored if specified, because no build output is produced.
    • If type is set to S3, valid values include:

      • NONE: CodeBuild creates in the output bucket a folder that contains the build output. This is the default if packaging is not specified.
      • ZIP: CodeBuild creates in the output bucket a ZIP file that contains the build output.
  • path :: Maybe Text

    Along with namespaceType and name, the pattern that CodeBuild uses to name and store the output artifact:

    • If type is set to CODEPIPELINE, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output names instead of CodeBuild.
    • If type is set to NO_ARTIFACTS, this value is ignored if specified, because no build output is produced.
    • If type is set to S3, this is the path to the output artifact. If path is not specified, path is not used.

    For example, if path is set to MyArtifacts, namespaceType is set to NONE, and name is set to MyArtifact.zip, the output artifact is stored in the output bucket at MyArtifacts/MyArtifact.zip.

  • type' :: ArtifactsType

    The type of build output artifact. Valid values include:

    • CODEPIPELINE: The build project has build output generated through CodePipeline.

      The CODEPIPELINE type is not supported for secondaryArtifacts.

    • NO_ARTIFACTS: The build project does not produce any build output.
    • S3: The build project stores build output in Amazon S3.

Instances

Instances details
FromJSON ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

ToJSON ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

Generic ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

Associated Types

type Rep ProjectArtifacts :: Type -> Type #

Read ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

Show ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

NFData ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

Methods

rnf :: ProjectArtifacts -> () #

Eq ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

Hashable ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

type Rep ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

newProjectArtifacts Source #

Create a value of ProjectArtifacts with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:artifactIdentifier:ProjectArtifacts', projectArtifacts_artifactIdentifier - An identifier for this artifact definition.

$sel:bucketOwnerAccess:ProjectArtifacts', projectArtifacts_bucketOwnerAccess - Undocumented member.

$sel:encryptionDisabled:ProjectArtifacts', projectArtifacts_encryptionDisabled - Set to true if you do not want your output artifacts encrypted. This option is valid only if your artifacts type is Amazon S3. If this is set with another artifacts type, an invalidInputException is thrown.

$sel:location:ProjectArtifacts', projectArtifacts_location - Information about the build output artifact location:

  • If type is set to CODEPIPELINE, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output locations instead of CodeBuild.
  • If type is set to NO_ARTIFACTS, this value is ignored if specified, because no build output is produced.
  • If type is set to S3, this is the name of the output bucket.

$sel:name:ProjectArtifacts', projectArtifacts_name - Along with path and namespaceType, the pattern that CodeBuild uses to name and store the output artifact:

  • If type is set to CODEPIPELINE, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output names instead of CodeBuild.
  • If type is set to NO_ARTIFACTS, this value is ignored if specified, because no build output is produced.
  • If type is set to S3, this is the name of the output artifact object. If you set the name to be a forward slash ("/"), the artifact is stored in the root of the output bucket.

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 is stored in MyArtifacts/<build-ID>/MyArtifact.zip.
  • If path is empty, namespaceType is set to NONE, and name is set to "/", the output artifact is stored in the root of the output bucket.
  • If path is set to MyArtifacts, namespaceType is set to BUILD_ID, and name is set to "/", the output artifact is stored in MyArtifacts/<build-ID>.

$sel:namespaceType:ProjectArtifacts', projectArtifacts_namespaceType - Along with path and name, the pattern that CodeBuild uses to determine the name and location to store the output artifact:

  • If type is set to CODEPIPELINE, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output names instead of CodeBuild.
  • If type is set to NO_ARTIFACTS, this value is ignored if specified, because no build output is produced.
  • If type is set to S3, 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, the output artifact is stored in MyArtifacts/<build-ID>/MyArtifact.zip.

$sel:overrideArtifactName:ProjectArtifacts', projectArtifacts_overrideArtifactName - If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language. For example, you can append a date and time to your artifact name so that it is always unique.

$sel:packaging:ProjectArtifacts', projectArtifacts_packaging - The type of build output artifact to create:

  • If type is set to CODEPIPELINE, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output artifacts instead of CodeBuild.
  • If type is set to NO_ARTIFACTS, this value is ignored if specified, because no build output is produced.
  • If type is set to S3, valid values include:

    • NONE: CodeBuild creates in the output bucket a folder that contains the build output. This is the default if packaging is not specified.
    • ZIP: CodeBuild creates in the output bucket a ZIP file that contains the build output.

$sel:path:ProjectArtifacts', projectArtifacts_path - Along with namespaceType and name, the pattern that CodeBuild uses to name and store the output artifact:

  • If type is set to CODEPIPELINE, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output names instead of CodeBuild.
  • If type is set to NO_ARTIFACTS, this value is ignored if specified, because no build output is produced.
  • If type is set to S3, this is the path to the output artifact. If path is not specified, path is not used.

For example, if path is set to MyArtifacts, namespaceType is set to NONE, and name is set to MyArtifact.zip, the output artifact is stored in the output bucket at MyArtifacts/MyArtifact.zip.

$sel:type':ProjectArtifacts', projectArtifacts_type - The type of build output artifact. Valid values include:

  • CODEPIPELINE: The build project has build output generated through CodePipeline.

    The CODEPIPELINE type is not supported for secondaryArtifacts.

  • NO_ARTIFACTS: The build project does not produce any build output.
  • S3: The build project stores build output in Amazon S3.

projectArtifacts_artifactIdentifier :: Lens' ProjectArtifacts (Maybe Text) Source #

An identifier for this artifact definition.

projectArtifacts_encryptionDisabled :: Lens' ProjectArtifacts (Maybe Bool) Source #

Set to true if you do not want your output artifacts encrypted. This option is valid only if your artifacts type is Amazon S3. If this is set with another artifacts type, an invalidInputException is thrown.

projectArtifacts_location :: Lens' ProjectArtifacts (Maybe Text) Source #

Information about the build output artifact location:

  • If type is set to CODEPIPELINE, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output locations instead of CodeBuild.
  • If type is set to NO_ARTIFACTS, this value is ignored if specified, because no build output is produced.
  • If type is set to S3, this is the name of the output bucket.

projectArtifacts_name :: Lens' ProjectArtifacts (Maybe Text) Source #

Along with path and namespaceType, the pattern that CodeBuild uses to name and store the output artifact:

  • If type is set to CODEPIPELINE, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output names instead of CodeBuild.
  • If type is set to NO_ARTIFACTS, this value is ignored if specified, because no build output is produced.
  • If type is set to S3, this is the name of the output artifact object. If you set the name to be a forward slash ("/"), the artifact is stored in the root of the output bucket.

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 is stored in MyArtifacts/<build-ID>/MyArtifact.zip.
  • If path is empty, namespaceType is set to NONE, and name is set to "/", the output artifact is stored in the root of the output bucket.
  • If path is set to MyArtifacts, namespaceType is set to BUILD_ID, and name is set to "/", the output artifact is stored in MyArtifacts/<build-ID>.

projectArtifacts_namespaceType :: Lens' ProjectArtifacts (Maybe ArtifactNamespace) Source #

Along with path and name, the pattern that CodeBuild uses to determine the name and location to store the output artifact:

  • If type is set to CODEPIPELINE, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output names instead of CodeBuild.
  • If type is set to NO_ARTIFACTS, this value is ignored if specified, because no build output is produced.
  • If type is set to S3, 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, the output artifact is stored in MyArtifacts/<build-ID>/MyArtifact.zip.

projectArtifacts_overrideArtifactName :: Lens' ProjectArtifacts (Maybe Bool) Source #

If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language. For example, you can append a date and time to your artifact name so that it is always unique.

projectArtifacts_packaging :: Lens' ProjectArtifacts (Maybe ArtifactPackaging) Source #

The type of build output artifact to create:

  • If type is set to CODEPIPELINE, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output artifacts instead of CodeBuild.
  • If type is set to NO_ARTIFACTS, this value is ignored if specified, because no build output is produced.
  • If type is set to S3, valid values include:

    • NONE: CodeBuild creates in the output bucket a folder that contains the build output. This is the default if packaging is not specified.
    • ZIP: CodeBuild creates in the output bucket a ZIP file that contains the build output.

projectArtifacts_path :: Lens' ProjectArtifacts (Maybe Text) Source #

Along with namespaceType and name, the pattern that CodeBuild uses to name and store the output artifact:

  • If type is set to CODEPIPELINE, CodePipeline ignores this value if specified. This is because CodePipeline manages its build output names instead of CodeBuild.
  • If type is set to NO_ARTIFACTS, this value is ignored if specified, because no build output is produced.
  • If type is set to S3, this is the path to the output artifact. If path is not specified, path is not used.

For example, if path is set to MyArtifacts, namespaceType is set to NONE, and name is set to MyArtifact.zip, the output artifact is stored in the output bucket at MyArtifacts/MyArtifact.zip.

projectArtifacts_type :: Lens' ProjectArtifacts ArtifactsType Source #

The type of build output artifact. Valid values include:

  • CODEPIPELINE: The build project has build output generated through CodePipeline.

    The CODEPIPELINE type is not supported for secondaryArtifacts.

  • NO_ARTIFACTS: The build project does not produce any build output.
  • S3: The build project stores build output in Amazon S3.

ProjectBadge

data ProjectBadge Source #

Information about the build badge for the build project.

See: newProjectBadge smart constructor.

Constructors

ProjectBadge' 

Fields

  • badgeEnabled :: Maybe Bool

    Set this to true to generate a publicly accessible URL for your project's build badge.

  • badgeRequestUrl :: Maybe Text

    The publicly-accessible URL through which you can access the build badge for your project.

Instances

Instances details
FromJSON ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

Generic ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

Associated Types

type Rep ProjectBadge :: Type -> Type #

Read ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

Show ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

NFData ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

Methods

rnf :: ProjectBadge -> () #

Eq ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

Hashable ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

type Rep ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

type Rep ProjectBadge = D1 ('MetaData "ProjectBadge" "Amazonka.CodeBuild.Types.ProjectBadge" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ProjectBadge'" 'PrefixI 'True) (S1 ('MetaSel ('Just "badgeEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "badgeRequestUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newProjectBadge :: ProjectBadge Source #

Create a value of ProjectBadge with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:badgeEnabled:ProjectBadge', projectBadge_badgeEnabled - Set this to true to generate a publicly accessible URL for your project's build badge.

$sel:badgeRequestUrl:ProjectBadge', projectBadge_badgeRequestUrl - The publicly-accessible URL through which you can access the build badge for your project.

projectBadge_badgeEnabled :: Lens' ProjectBadge (Maybe Bool) Source #

Set this to true to generate a publicly accessible URL for your project's build badge.

projectBadge_badgeRequestUrl :: Lens' ProjectBadge (Maybe Text) Source #

The publicly-accessible URL through which you can access the build badge for your project.

ProjectBuildBatchConfig

data ProjectBuildBatchConfig Source #

Contains configuration information about a batch build project.

See: newProjectBuildBatchConfig smart constructor.

Constructors

ProjectBuildBatchConfig' 

Fields

  • batchReportMode :: Maybe BatchReportModeType

    Specifies how build status reports are sent to the source provider for the batch build. This property is only used when the source provider for your project is Bitbucket, GitHub, or GitHub Enterprise, and your project is configured to report build statuses to the source provider.

    REPORT_AGGREGATED_BATCH Aggregate all of the build statuses into a single status report.

    REPORT_INDIVIDUAL_BUILDS
    Send a separate status report for each individual build.
  • combineArtifacts :: Maybe Bool

    Specifies if the build artifacts for the batch build should be combined into a single artifact location.

  • restrictions :: Maybe BatchRestrictions

    A BatchRestrictions object that specifies the restrictions for the batch build.

  • serviceRole :: Maybe Text

    Specifies the service role ARN for the batch build project.

  • timeoutInMins :: Maybe Int

    Specifies the maximum amount of time, in minutes, that the batch build must be completed in.

Instances

Instances details
FromJSON ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

ToJSON ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

Generic ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

Associated Types

type Rep ProjectBuildBatchConfig :: Type -> Type #

Read ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

Show ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

NFData ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

Methods

rnf :: ProjectBuildBatchConfig -> () #

Eq ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

Hashable ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

type Rep ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

type Rep ProjectBuildBatchConfig = D1 ('MetaData "ProjectBuildBatchConfig" "Amazonka.CodeBuild.Types.ProjectBuildBatchConfig" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ProjectBuildBatchConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "batchReportMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchReportModeType)) :*: S1 ('MetaSel ('Just "combineArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "restrictions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchRestrictions)) :*: (S1 ('MetaSel ('Just "serviceRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timeoutInMins") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))

newProjectBuildBatchConfig :: ProjectBuildBatchConfig Source #

Create a value of ProjectBuildBatchConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:batchReportMode:ProjectBuildBatchConfig', projectBuildBatchConfig_batchReportMode - Specifies how build status reports are sent to the source provider for the batch build. This property is only used when the source provider for your project is Bitbucket, GitHub, or GitHub Enterprise, and your project is configured to report build statuses to the source provider.

REPORT_AGGREGATED_BATCH Aggregate all of the build statuses into a single status report.

REPORT_INDIVIDUAL_BUILDS
Send a separate status report for each individual build.

$sel:combineArtifacts:ProjectBuildBatchConfig', projectBuildBatchConfig_combineArtifacts - Specifies if the build artifacts for the batch build should be combined into a single artifact location.

$sel:restrictions:ProjectBuildBatchConfig', projectBuildBatchConfig_restrictions - A BatchRestrictions object that specifies the restrictions for the batch build.

$sel:serviceRole:ProjectBuildBatchConfig', projectBuildBatchConfig_serviceRole - Specifies the service role ARN for the batch build project.

$sel:timeoutInMins:ProjectBuildBatchConfig', projectBuildBatchConfig_timeoutInMins - Specifies the maximum amount of time, in minutes, that the batch build must be completed in.

projectBuildBatchConfig_batchReportMode :: Lens' ProjectBuildBatchConfig (Maybe BatchReportModeType) Source #

Specifies how build status reports are sent to the source provider for the batch build. This property is only used when the source provider for your project is Bitbucket, GitHub, or GitHub Enterprise, and your project is configured to report build statuses to the source provider.

REPORT_AGGREGATED_BATCH Aggregate all of the build statuses into a single status report.

REPORT_INDIVIDUAL_BUILDS
Send a separate status report for each individual build.

projectBuildBatchConfig_combineArtifacts :: Lens' ProjectBuildBatchConfig (Maybe Bool) Source #

Specifies if the build artifacts for the batch build should be combined into a single artifact location.

projectBuildBatchConfig_restrictions :: Lens' ProjectBuildBatchConfig (Maybe BatchRestrictions) Source #

A BatchRestrictions object that specifies the restrictions for the batch build.

projectBuildBatchConfig_serviceRole :: Lens' ProjectBuildBatchConfig (Maybe Text) Source #

Specifies the service role ARN for the batch build project.

projectBuildBatchConfig_timeoutInMins :: Lens' ProjectBuildBatchConfig (Maybe Int) Source #

Specifies the maximum amount of time, in minutes, that the batch build must be completed in.

ProjectCache

data ProjectCache Source #

Information about the cache for the build project.

See: newProjectCache smart constructor.

Constructors

ProjectCache' 

Fields

  • location :: Maybe Text

    Information about the cache location:

    • NO_CACHE or LOCAL: This value is ignored.
    • S3: This is the S3 bucket name/prefix.
  • modes :: Maybe [CacheMode]

    An array of strings that specify the local cache modes. You can use one or more local cache modes at the same time. This is only used for LOCAL cache types.

    Possible values are:

    LOCAL_SOURCE_CACHE
    Caches Git metadata for primary and secondary sources. After the cache is created, subsequent builds pull only the change between commits. This mode is a good choice for projects with a clean working directory and a source that is a large Git repository. If you choose this option and your project does not use a Git repository (GitHub, GitHub Enterprise, or Bitbucket), the option is ignored.
    LOCAL_DOCKER_LAYER_CACHE
    Caches existing Docker layers. This mode is a good choice for projects that build or pull large Docker images. It can prevent the performance issues caused by pulling large Docker images down from the network.
    • You can use a Docker layer cache in the Linux environment only.
    • The privileged flag must be set so that your project has the required Docker permissions.
    • You should consider the security implications before you use a Docker layer cache.
    LOCAL_CUSTOM_CACHE
    Caches directories you specify in the buildspec file. This mode is a good choice if your build scenario is not suited to one of the other three local cache modes. If you use a custom cache:
    • Only directories can be specified for caching. You cannot specify individual files.
    • Symlinks are used to reference cached directories.
    • Cached directories are linked to your build before it downloads its project sources. Cached items are overridden if a source item has the same name. Directories are specified using cache paths in the buildspec file.
  • type' :: CacheType

    The type of cache used by the build project. Valid values include:

    • NO_CACHE: The build project does not use any cache.
    • S3: The build project reads and writes from and to S3.
    • LOCAL: The build project stores a cache locally on a build host that is only available to that build host.

Instances

Instances details
FromJSON ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

ToJSON ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

Generic ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

Associated Types

type Rep ProjectCache :: Type -> Type #

Read ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

Show ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

NFData ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

Methods

rnf :: ProjectCache -> () #

Eq ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

Hashable ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

type Rep ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

type Rep ProjectCache = D1 ('MetaData "ProjectCache" "Amazonka.CodeBuild.Types.ProjectCache" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ProjectCache'" 'PrefixI 'True) (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "modes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CacheMode])) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CacheType))))

newProjectCache Source #

Create a value of ProjectCache with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:location:ProjectCache', projectCache_location - Information about the cache location:

  • NO_CACHE or LOCAL: This value is ignored.
  • S3: This is the S3 bucket name/prefix.

$sel:modes:ProjectCache', projectCache_modes - An array of strings that specify the local cache modes. You can use one or more local cache modes at the same time. This is only used for LOCAL cache types.

Possible values are:

LOCAL_SOURCE_CACHE
Caches Git metadata for primary and secondary sources. After the cache is created, subsequent builds pull only the change between commits. This mode is a good choice for projects with a clean working directory and a source that is a large Git repository. If you choose this option and your project does not use a Git repository (GitHub, GitHub Enterprise, or Bitbucket), the option is ignored.
LOCAL_DOCKER_LAYER_CACHE
Caches existing Docker layers. This mode is a good choice for projects that build or pull large Docker images. It can prevent the performance issues caused by pulling large Docker images down from the network.
  • You can use a Docker layer cache in the Linux environment only.
  • The privileged flag must be set so that your project has the required Docker permissions.
  • You should consider the security implications before you use a Docker layer cache.
LOCAL_CUSTOM_CACHE
Caches directories you specify in the buildspec file. This mode is a good choice if your build scenario is not suited to one of the other three local cache modes. If you use a custom cache:
  • Only directories can be specified for caching. You cannot specify individual files.
  • Symlinks are used to reference cached directories.
  • Cached directories are linked to your build before it downloads its project sources. Cached items are overridden if a source item has the same name. Directories are specified using cache paths in the buildspec file.

$sel:type':ProjectCache', projectCache_type - The type of cache used by the build project. Valid values include:

  • NO_CACHE: The build project does not use any cache.
  • S3: The build project reads and writes from and to S3.
  • LOCAL: The build project stores a cache locally on a build host that is only available to that build host.

projectCache_location :: Lens' ProjectCache (Maybe Text) Source #

Information about the cache location:

  • NO_CACHE or LOCAL: This value is ignored.
  • S3: This is the S3 bucket name/prefix.

projectCache_modes :: Lens' ProjectCache (Maybe [CacheMode]) Source #

An array of strings that specify the local cache modes. You can use one or more local cache modes at the same time. This is only used for LOCAL cache types.

Possible values are:

LOCAL_SOURCE_CACHE
Caches Git metadata for primary and secondary sources. After the cache is created, subsequent builds pull only the change between commits. This mode is a good choice for projects with a clean working directory and a source that is a large Git repository. If you choose this option and your project does not use a Git repository (GitHub, GitHub Enterprise, or Bitbucket), the option is ignored.
LOCAL_DOCKER_LAYER_CACHE
Caches existing Docker layers. This mode is a good choice for projects that build or pull large Docker images. It can prevent the performance issues caused by pulling large Docker images down from the network.
  • You can use a Docker layer cache in the Linux environment only.
  • The privileged flag must be set so that your project has the required Docker permissions.
  • You should consider the security implications before you use a Docker layer cache.
LOCAL_CUSTOM_CACHE
Caches directories you specify in the buildspec file. This mode is a good choice if your build scenario is not suited to one of the other three local cache modes. If you use a custom cache:
  • Only directories can be specified for caching. You cannot specify individual files.
  • Symlinks are used to reference cached directories.
  • Cached directories are linked to your build before it downloads its project sources. Cached items are overridden if a source item has the same name. Directories are specified using cache paths in the buildspec file.

projectCache_type :: Lens' ProjectCache CacheType Source #

The type of cache used by the build project. Valid values include:

  • NO_CACHE: The build project does not use any cache.
  • S3: The build project reads and writes from and to S3.
  • LOCAL: The build project stores a cache locally on a build host that is only available to that build host.

ProjectEnvironment

data ProjectEnvironment Source #

Information about the build environment of the build project.

See: newProjectEnvironment smart constructor.

Constructors

ProjectEnvironment' 

Fields

  • certificate :: Maybe Text

    The ARN of the Amazon S3 bucket, path prefix, and object key that contains the PEM-encoded certificate for the build project. For more information, see certificate in the CodeBuild User Guide.

  • environmentVariables :: Maybe [EnvironmentVariable]

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

  • imagePullCredentialsType :: Maybe ImagePullCredentialsType

    The type of credentials CodeBuild uses to pull images in your build. There are two valid values:

    • CODEBUILD specifies that CodeBuild uses its own credentials. This requires that you modify your ECR repository policy to trust CodeBuild service principal.
    • SERVICE_ROLE specifies that CodeBuild uses your build project's service role.

    When you use a cross-account or private registry image, you must use SERVICE_ROLE credentials. When you use an CodeBuild curated image, you must use CODEBUILD credentials.

  • privilegedMode :: Maybe Bool

    Enables running the Docker daemon inside a Docker container. Set to true only if the build project is used to build Docker images. Otherwise, a build that attempts to interact with the Docker daemon fails. The default setting is false.

    You can initialize the Docker daemon during the install phase of your build by adding one of the following sets of commands to the install phase of your buildspec file:

    If the operating system's base image is Ubuntu Linux:

    - nohup /usr/local/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2375 --storage-driver=overlay&
    - timeout 15 sh -c "until docker info; do echo .; sleep 1; done"

    If the operating system's base image is Alpine Linux and the previous command does not work, add the -t argument to timeout:

    - nohup /usr/local/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2375 --storage-driver=overlay&
    - timeout -t 15 sh -c "until docker info; do echo .; sleep 1; done"
  • registryCredential :: Maybe RegistryCredential

    The credentials for access to a private registry.

  • type' :: EnvironmentType

    The type of build environment to use for related builds.

    • The environment type ARM_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), Asia Pacific (Mumbai), Asia Pacific (Tokyo), Asia Pacific (Sydney), and EU (Frankfurt).
    • The environment type LINUX_CONTAINER with compute type build.general1.2xlarge is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney), China (Beijing), and China (Ningxia).
    • The environment type LINUX_GPU_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney) , China (Beijing), and China (Ningxia).
    • The environment types WINDOWS_CONTAINER and WINDOWS_SERVER_2019_CONTAINER are available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), and EU (Ireland).

    For more information, see Build environment compute types in the CodeBuild user guide.

  • image :: Text

    The image tag or image digest that identifies the Docker image to use for this build project. Use the following formats:

    • For an image tag: <registry>/<repository>:<tag>. For example, in the Docker repository that CodeBuild uses to manage its Docker images, this would be aws/codebuild/standard:4.0.
    • For an image digest: <registry>/<repository>@<digest>. For example, to specify an image with the digest "sha256:cbbf2f9a99b47fc460d422812b6a5adff7dfee951d8fa2e4a98caa0382cfbdbf," use <registry>/<repository>@sha256:cbbf2f9a99b47fc460d422812b6a5adff7dfee951d8fa2e4a98caa0382cfbdbf.

    For more information, see Docker images provided by CodeBuild in the CodeBuild user guide.

  • computeType :: ComputeType

    Information about the compute resources the build project uses. 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 16 GB memory and 8 vCPUs for builds, depending on your environment type.
    • BUILD_GENERAL1_2XLARGE: Use up to 145 GB memory, 72 vCPUs, and 824 GB of SSD storage for builds. This compute type supports Docker images up to 100 GB uncompressed.

    If you use BUILD_GENERAL1_LARGE:

    • For environment type LINUX_CONTAINER, you can use up to 15 GB memory and 8 vCPUs for builds.
    • For environment type LINUX_GPU_CONTAINER, you can use up to 255 GB memory, 32 vCPUs, and 4 NVIDIA Tesla V100 GPUs for builds.
    • For environment type ARM_CONTAINER, you can use up to 16 GB memory and 8 vCPUs on ARM-based processors for builds.

    For more information, see Build Environment Compute Types in the CodeBuild User Guide.

Instances

Instances details
FromJSON ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

ToJSON ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

Generic ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

Associated Types

type Rep ProjectEnvironment :: Type -> Type #

Read ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

Show ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

NFData ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

Methods

rnf :: ProjectEnvironment -> () #

Eq ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

Hashable ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

type Rep ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

newProjectEnvironment Source #

Create a value of ProjectEnvironment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:certificate:ProjectEnvironment', projectEnvironment_certificate - The ARN of the Amazon S3 bucket, path prefix, and object key that contains the PEM-encoded certificate for the build project. For more information, see certificate in the CodeBuild User Guide.

$sel:environmentVariables:ProjectEnvironment', projectEnvironment_environmentVariables - A set of environment variables to make available to builds for this build project.

$sel:imagePullCredentialsType:ProjectEnvironment', projectEnvironment_imagePullCredentialsType - The type of credentials CodeBuild uses to pull images in your build. There are two valid values:

  • CODEBUILD specifies that CodeBuild uses its own credentials. This requires that you modify your ECR repository policy to trust CodeBuild service principal.
  • SERVICE_ROLE specifies that CodeBuild uses your build project's service role.

When you use a cross-account or private registry image, you must use SERVICE_ROLE credentials. When you use an CodeBuild curated image, you must use CODEBUILD credentials.

$sel:privilegedMode:ProjectEnvironment', projectEnvironment_privilegedMode - Enables running the Docker daemon inside a Docker container. Set to true only if the build project is used to build Docker images. Otherwise, a build that attempts to interact with the Docker daemon fails. The default setting is false.

You can initialize the Docker daemon during the install phase of your build by adding one of the following sets of commands to the install phase of your buildspec file:

If the operating system's base image is Ubuntu Linux:

- nohup /usr/local/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2375 --storage-driver=overlay&
- timeout 15 sh -c "until docker info; do echo .; sleep 1; done"

If the operating system's base image is Alpine Linux and the previous command does not work, add the -t argument to timeout:

- nohup /usr/local/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2375 --storage-driver=overlay&
- timeout -t 15 sh -c "until docker info; do echo .; sleep 1; done"

$sel:registryCredential:ProjectEnvironment', projectEnvironment_registryCredential - The credentials for access to a private registry.

ProjectEnvironment, projectEnvironment_type - The type of build environment to use for related builds.

  • The environment type ARM_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), Asia Pacific (Mumbai), Asia Pacific (Tokyo), Asia Pacific (Sydney), and EU (Frankfurt).
  • The environment type LINUX_CONTAINER with compute type build.general1.2xlarge is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney), China (Beijing), and China (Ningxia).
  • The environment type LINUX_GPU_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney) , China (Beijing), and China (Ningxia).
  • The environment types WINDOWS_CONTAINER and WINDOWS_SERVER_2019_CONTAINER are available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), and EU (Ireland).

For more information, see Build environment compute types in the CodeBuild user guide.

$sel:image:ProjectEnvironment', projectEnvironment_image - The image tag or image digest that identifies the Docker image to use for this build project. Use the following formats:

  • For an image tag: <registry>/<repository>:<tag>. For example, in the Docker repository that CodeBuild uses to manage its Docker images, this would be aws/codebuild/standard:4.0.
  • For an image digest: <registry>/<repository>@<digest>. For example, to specify an image with the digest "sha256:cbbf2f9a99b47fc460d422812b6a5adff7dfee951d8fa2e4a98caa0382cfbdbf," use <registry>/<repository>@sha256:cbbf2f9a99b47fc460d422812b6a5adff7dfee951d8fa2e4a98caa0382cfbdbf.

For more information, see Docker images provided by CodeBuild in the CodeBuild user guide.

$sel:computeType:ProjectEnvironment', projectEnvironment_computeType - Information about the compute resources the build project uses. 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 16 GB memory and 8 vCPUs for builds, depending on your environment type.
  • BUILD_GENERAL1_2XLARGE: Use up to 145 GB memory, 72 vCPUs, and 824 GB of SSD storage for builds. This compute type supports Docker images up to 100 GB uncompressed.

If you use BUILD_GENERAL1_LARGE:

  • For environment type LINUX_CONTAINER, you can use up to 15 GB memory and 8 vCPUs for builds.
  • For environment type LINUX_GPU_CONTAINER, you can use up to 255 GB memory, 32 vCPUs, and 4 NVIDIA Tesla V100 GPUs for builds.
  • For environment type ARM_CONTAINER, you can use up to 16 GB memory and 8 vCPUs on ARM-based processors for builds.

For more information, see Build Environment Compute Types in the CodeBuild User Guide.

projectEnvironment_certificate :: Lens' ProjectEnvironment (Maybe Text) Source #

The ARN of the Amazon S3 bucket, path prefix, and object key that contains the PEM-encoded certificate for the build project. For more information, see certificate in the CodeBuild User Guide.

projectEnvironment_environmentVariables :: Lens' ProjectEnvironment (Maybe [EnvironmentVariable]) Source #

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

projectEnvironment_imagePullCredentialsType :: Lens' ProjectEnvironment (Maybe ImagePullCredentialsType) Source #

The type of credentials CodeBuild uses to pull images in your build. There are two valid values:

  • CODEBUILD specifies that CodeBuild uses its own credentials. This requires that you modify your ECR repository policy to trust CodeBuild service principal.
  • SERVICE_ROLE specifies that CodeBuild uses your build project's service role.

When you use a cross-account or private registry image, you must use SERVICE_ROLE credentials. When you use an CodeBuild curated image, you must use CODEBUILD credentials.

projectEnvironment_privilegedMode :: Lens' ProjectEnvironment (Maybe Bool) Source #

Enables running the Docker daemon inside a Docker container. Set to true only if the build project is used to build Docker images. Otherwise, a build that attempts to interact with the Docker daemon fails. The default setting is false.

You can initialize the Docker daemon during the install phase of your build by adding one of the following sets of commands to the install phase of your buildspec file:

If the operating system's base image is Ubuntu Linux:

- nohup /usr/local/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2375 --storage-driver=overlay&
- timeout 15 sh -c "until docker info; do echo .; sleep 1; done"

If the operating system's base image is Alpine Linux and the previous command does not work, add the -t argument to timeout:

- nohup /usr/local/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2375 --storage-driver=overlay&
- timeout -t 15 sh -c "until docker info; do echo .; sleep 1; done"

projectEnvironment_registryCredential :: Lens' ProjectEnvironment (Maybe RegistryCredential) Source #

The credentials for access to a private registry.

projectEnvironment_type :: Lens' ProjectEnvironment EnvironmentType Source #

The type of build environment to use for related builds.

  • The environment type ARM_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), Asia Pacific (Mumbai), Asia Pacific (Tokyo), Asia Pacific (Sydney), and EU (Frankfurt).
  • The environment type LINUX_CONTAINER with compute type build.general1.2xlarge is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney), China (Beijing), and China (Ningxia).
  • The environment type LINUX_GPU_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney) , China (Beijing), and China (Ningxia).
  • The environment types WINDOWS_CONTAINER and WINDOWS_SERVER_2019_CONTAINER are available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), and EU (Ireland).

For more information, see Build environment compute types in the CodeBuild user guide.

projectEnvironment_image :: Lens' ProjectEnvironment Text Source #

The image tag or image digest that identifies the Docker image to use for this build project. Use the following formats:

  • For an image tag: <registry>/<repository>:<tag>. For example, in the Docker repository that CodeBuild uses to manage its Docker images, this would be aws/codebuild/standard:4.0.
  • For an image digest: <registry>/<repository>@<digest>. For example, to specify an image with the digest "sha256:cbbf2f9a99b47fc460d422812b6a5adff7dfee951d8fa2e4a98caa0382cfbdbf," use <registry>/<repository>@sha256:cbbf2f9a99b47fc460d422812b6a5adff7dfee951d8fa2e4a98caa0382cfbdbf.

For more information, see Docker images provided by CodeBuild in the CodeBuild user guide.

projectEnvironment_computeType :: Lens' ProjectEnvironment ComputeType Source #

Information about the compute resources the build project uses. 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 16 GB memory and 8 vCPUs for builds, depending on your environment type.
  • BUILD_GENERAL1_2XLARGE: Use up to 145 GB memory, 72 vCPUs, and 824 GB of SSD storage for builds. This compute type supports Docker images up to 100 GB uncompressed.

If you use BUILD_GENERAL1_LARGE:

  • For environment type LINUX_CONTAINER, you can use up to 15 GB memory and 8 vCPUs for builds.
  • For environment type LINUX_GPU_CONTAINER, you can use up to 255 GB memory, 32 vCPUs, and 4 NVIDIA Tesla V100 GPUs for builds.
  • For environment type ARM_CONTAINER, you can use up to 16 GB memory and 8 vCPUs on ARM-based processors for builds.

For more information, see Build Environment Compute Types in the CodeBuild User Guide.

ProjectFileSystemLocation

data ProjectFileSystemLocation Source #

Information about a file system created by Amazon Elastic File System (EFS). For more information, see What Is Amazon Elastic File System?

See: newProjectFileSystemLocation smart constructor.

Constructors

ProjectFileSystemLocation' 

Fields

  • identifier :: Maybe Text

    The name used to access a file system created by Amazon EFS. CodeBuild creates an environment variable by appending the identifier in all capital letters to CODEBUILD_. For example, if you specify my_efs for identifier, a new environment variable is create named CODEBUILD_MY_EFS.

    The identifier is used to mount your file system.

  • location :: Maybe Text

    A string that specifies the location of the file system created by Amazon EFS. Its format is efs-dns-name:/directory-path. You can find the DNS name of file system when you view it in the Amazon EFS console. The directory path is a path to a directory in the file system that CodeBuild mounts. For example, if the DNS name of a file system is fs-abcd1234.efs.us-west-2.amazonaws.com, and its mount directory is my-efs-mount-directory, then the location is fs-abcd1234.efs.us-west-2.amazonaws.com:/my-efs-mount-directory.

    The directory path in the format efs-dns-name:/directory-path is optional. If you do not specify a directory path, the location is only the DNS name and CodeBuild mounts the entire file system.

  • mountOptions :: Maybe Text

    The mount options for a file system created by Amazon EFS. The default mount options used by CodeBuild are nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2. For more information, see Recommended NFS Mount Options.

  • mountPoint :: Maybe Text

    The location in the container where you mount the file system.

  • type' :: Maybe FileSystemType

    The type of the file system. The one supported type is EFS.

Instances

Instances details
FromJSON ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

ToJSON ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

Generic ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

Associated Types

type Rep ProjectFileSystemLocation :: Type -> Type #

Read ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

Show ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

NFData ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

Eq ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

Hashable ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

type Rep ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

type Rep ProjectFileSystemLocation = D1 ('MetaData "ProjectFileSystemLocation" "Amazonka.CodeBuild.Types.ProjectFileSystemLocation" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ProjectFileSystemLocation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "mountOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "mountPoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileSystemType))))))

newProjectFileSystemLocation :: ProjectFileSystemLocation Source #

Create a value of ProjectFileSystemLocation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:identifier:ProjectFileSystemLocation', projectFileSystemLocation_identifier - The name used to access a file system created by Amazon EFS. CodeBuild creates an environment variable by appending the identifier in all capital letters to CODEBUILD_. For example, if you specify my_efs for identifier, a new environment variable is create named CODEBUILD_MY_EFS.

The identifier is used to mount your file system.

$sel:location:ProjectFileSystemLocation', projectFileSystemLocation_location - A string that specifies the location of the file system created by Amazon EFS. Its format is efs-dns-name:/directory-path. You can find the DNS name of file system when you view it in the Amazon EFS console. The directory path is a path to a directory in the file system that CodeBuild mounts. For example, if the DNS name of a file system is fs-abcd1234.efs.us-west-2.amazonaws.com, and its mount directory is my-efs-mount-directory, then the location is fs-abcd1234.efs.us-west-2.amazonaws.com:/my-efs-mount-directory.

The directory path in the format efs-dns-name:/directory-path is optional. If you do not specify a directory path, the location is only the DNS name and CodeBuild mounts the entire file system.

$sel:mountOptions:ProjectFileSystemLocation', projectFileSystemLocation_mountOptions - The mount options for a file system created by Amazon EFS. The default mount options used by CodeBuild are nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2. For more information, see Recommended NFS Mount Options.

$sel:mountPoint:ProjectFileSystemLocation', projectFileSystemLocation_mountPoint - The location in the container where you mount the file system.

$sel:type':ProjectFileSystemLocation', projectFileSystemLocation_type - The type of the file system. The one supported type is EFS.

projectFileSystemLocation_identifier :: Lens' ProjectFileSystemLocation (Maybe Text) Source #

The name used to access a file system created by Amazon EFS. CodeBuild creates an environment variable by appending the identifier in all capital letters to CODEBUILD_. For example, if you specify my_efs for identifier, a new environment variable is create named CODEBUILD_MY_EFS.

The identifier is used to mount your file system.

projectFileSystemLocation_location :: Lens' ProjectFileSystemLocation (Maybe Text) Source #

A string that specifies the location of the file system created by Amazon EFS. Its format is efs-dns-name:/directory-path. You can find the DNS name of file system when you view it in the Amazon EFS console. The directory path is a path to a directory in the file system that CodeBuild mounts. For example, if the DNS name of a file system is fs-abcd1234.efs.us-west-2.amazonaws.com, and its mount directory is my-efs-mount-directory, then the location is fs-abcd1234.efs.us-west-2.amazonaws.com:/my-efs-mount-directory.

The directory path in the format efs-dns-name:/directory-path is optional. If you do not specify a directory path, the location is only the DNS name and CodeBuild mounts the entire file system.

projectFileSystemLocation_mountOptions :: Lens' ProjectFileSystemLocation (Maybe Text) Source #

The mount options for a file system created by Amazon EFS. The default mount options used by CodeBuild are nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2. For more information, see Recommended NFS Mount Options.

projectFileSystemLocation_mountPoint :: Lens' ProjectFileSystemLocation (Maybe Text) Source #

The location in the container where you mount the file system.

projectFileSystemLocation_type :: Lens' ProjectFileSystemLocation (Maybe FileSystemType) Source #

The type of the file system. The one supported type is EFS.

ProjectSource

data ProjectSource Source #

Information about the build input source code for the build project.

See: newProjectSource smart constructor.

Constructors

ProjectSource' 

Fields

  • auth :: Maybe SourceAuth

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

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

  • buildStatusConfig :: Maybe BuildStatusConfig

    Contains information that defines how the build project reports the build status to the source provider. This option is only used when the source provider is GITHUB, GITHUB_ENTERPRISE, or BITBUCKET.

  • buildspec :: Maybe Text

    The buildspec file declaration to use for the builds in this build project.

    If this value is set, it can be either an inline buildspec definition, the path to an alternate buildspec file relative to the value of the built-in CODEBUILD_SRC_DIR environment variable, or the path to an S3 bucket. The bucket must be in the same Amazon Web Services Region as the build project. Specify the buildspec file using its ARN (for example, arn:aws:s3:::my-codebuild-sample2/buildspec.yml). If this value is not provided or is set to an empty string, the source code must contain a buildspec file in its root directory. For more information, see Buildspec File Name and Storage Location.

  • gitCloneDepth :: Maybe Natural

    Information about the Git clone depth for the build project.

  • gitSubmodulesConfig :: Maybe GitSubmodulesConfig

    Information about the Git submodules configuration for the build project.

  • insecureSsl :: Maybe Bool

    Enable this flag to ignore SSL warnings while connecting to the project source code.

  • location :: 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 CodePipeline, location should not be specified. If it is specified, CodePipeline ignores it. This is because CodePipeline uses the settings in a pipeline's source action instead of this value.
    • For source code in an CodeCommit repository, the HTTPS clone URL to the repository that contains the source code and the buildspec file (for example, https://git-codecommit.<region-ID>.amazonaws.com/v1/repos/<repo-name>).
    • For source code in an Amazon S3 input bucket, one of the following.

      • The path to the ZIP file that contains the source code (for example, <bucket-name>/<path>/<object-name>.zip).
      • The path to the folder that contains the source code (for example, <bucket-name>/<path-to-source-code>/<folder>/).
    • For source code in a GitHub repository, the HTTPS clone URL to the repository that contains the source and the buildspec file. You must connect your Amazon Web Services account to your GitHub account. Use the CodeBuild console to start creating a build project. When you use the console to connect (or reconnect) with GitHub, on the GitHub Authorize application page, for Organization access, choose Request access next to each repository you want to allow CodeBuild to have access to, and then choose __Authorize application__. (After you have connected to your GitHub account, you do not need to finish creating the build project. You can leave the CodeBuild console.) To instruct CodeBuild to use this connection, in the source object, set the auth object's type value to OAUTH.
    • For source code in a Bitbucket repository, the HTTPS clone URL to the repository that contains the source and the buildspec file. You must connect your Amazon Web Services account to your Bitbucket account. Use the CodeBuild console to start creating a build project. When you use the console to connect (or reconnect) with Bitbucket, on the Bitbucket Confirm access to your account page, choose Grant access. (After you have connected to your Bitbucket account, you do not need to finish creating the build project. You can leave the CodeBuild console.) To instruct CodeBuild to use this connection, in the source object, set the auth object's type value to OAUTH.

    If you specify CODEPIPELINE for the Type property, don't specify this property. For all of the other types, you must specify Location.

  • reportBuildStatus :: Maybe Bool

    Set to true to report the status of a build's start and finish to your source provider. This option is valid only when your source provider is GitHub, GitHub Enterprise, or Bitbucket. If this is set and you use a different source provider, an invalidInputException is thrown.

    To be able to report the build status to the source provider, the user associated with the source provider must have write access to the repo. If the user does not have write access, the build status cannot be updated. For more information, see Source provider access in the CodeBuild User Guide.

    The status of a build triggered by a webhook is always reported to your source provider.

    If your project's builds are triggered by a webhook, you must push a new commit to the repo for a change to this property to take effect.

  • sourceIdentifier :: Maybe Text

    An identifier for this project source. The identifier can only contain alphanumeric characters and underscores, and must be less than 128 characters in length.

  • type' :: SourceType

    The type of repository that contains the source code to be built. Valid values include:

    • BITBUCKET: The source code is in a Bitbucket repository.
    • CODECOMMIT: The source code is in an CodeCommit repository.
    • CODEPIPELINE: The source code settings are specified in the source action of a pipeline in CodePipeline.
    • GITHUB: The source code is in a GitHub or GitHub Enterprise Cloud repository.
    • GITHUB_ENTERPRISE: The source code is in a GitHub Enterprise Server repository.
    • NO_SOURCE: The project does not have input source code.
    • S3: The source code is in an Amazon S3 bucket.

Instances

Instances details
FromJSON ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

ToJSON ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

Generic ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

Associated Types

type Rep ProjectSource :: Type -> Type #

Read ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

Show ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

NFData ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

Methods

rnf :: ProjectSource -> () #

Eq ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

Hashable ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

type Rep ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

newProjectSource Source #

Create a value of ProjectSource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:auth:ProjectSource', projectSource_auth - Information about the authorization settings for CodeBuild to access the source code to be built.

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

$sel:buildStatusConfig:ProjectSource', projectSource_buildStatusConfig - Contains information that defines how the build project reports the build status to the source provider. This option is only used when the source provider is GITHUB, GITHUB_ENTERPRISE, or BITBUCKET.

$sel:buildspec:ProjectSource', projectSource_buildspec - The buildspec file declaration to use for the builds in this build project.

If this value is set, it can be either an inline buildspec definition, the path to an alternate buildspec file relative to the value of the built-in CODEBUILD_SRC_DIR environment variable, or the path to an S3 bucket. The bucket must be in the same Amazon Web Services Region as the build project. Specify the buildspec file using its ARN (for example, arn:aws:s3:::my-codebuild-sample2/buildspec.yml). If this value is not provided or is set to an empty string, the source code must contain a buildspec file in its root directory. For more information, see Buildspec File Name and Storage Location.

$sel:gitCloneDepth:ProjectSource', projectSource_gitCloneDepth - Information about the Git clone depth for the build project.

$sel:gitSubmodulesConfig:ProjectSource', projectSource_gitSubmodulesConfig - Information about the Git submodules configuration for the build project.

$sel:insecureSsl:ProjectSource', projectSource_insecureSsl - Enable this flag to ignore SSL warnings while connecting to the project source code.

$sel:location:ProjectSource', projectSource_location - 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 CodePipeline, location should not be specified. If it is specified, CodePipeline ignores it. This is because CodePipeline uses the settings in a pipeline's source action instead of this value.
  • For source code in an CodeCommit repository, the HTTPS clone URL to the repository that contains the source code and the buildspec file (for example, https://git-codecommit.<region-ID>.amazonaws.com/v1/repos/<repo-name>).
  • For source code in an Amazon S3 input bucket, one of the following.

    • The path to the ZIP file that contains the source code (for example, <bucket-name>/<path>/<object-name>.zip).
    • The path to the folder that contains the source code (for example, <bucket-name>/<path-to-source-code>/<folder>/).
  • For source code in a GitHub repository, the HTTPS clone URL to the repository that contains the source and the buildspec file. You must connect your Amazon Web Services account to your GitHub account. Use the CodeBuild console to start creating a build project. When you use the console to connect (or reconnect) with GitHub, on the GitHub Authorize application page, for Organization access, choose Request access next to each repository you want to allow CodeBuild to have access to, and then choose __Authorize application__. (After you have connected to your GitHub account, you do not need to finish creating the build project. You can leave the CodeBuild console.) To instruct CodeBuild to use this connection, in the source object, set the auth object's type value to OAUTH.
  • For source code in a Bitbucket repository, the HTTPS clone URL to the repository that contains the source and the buildspec file. You must connect your Amazon Web Services account to your Bitbucket account. Use the CodeBuild console to start creating a build project. When you use the console to connect (or reconnect) with Bitbucket, on the Bitbucket Confirm access to your account page, choose Grant access. (After you have connected to your Bitbucket account, you do not need to finish creating the build project. You can leave the CodeBuild console.) To instruct CodeBuild to use this connection, in the source object, set the auth object's type value to OAUTH.

If you specify CODEPIPELINE for the Type property, don't specify this property. For all of the other types, you must specify Location.

$sel:reportBuildStatus:ProjectSource', projectSource_reportBuildStatus - Set to true to report the status of a build's start and finish to your source provider. This option is valid only when your source provider is GitHub, GitHub Enterprise, or Bitbucket. If this is set and you use a different source provider, an invalidInputException is thrown.

To be able to report the build status to the source provider, the user associated with the source provider must have write access to the repo. If the user does not have write access, the build status cannot be updated. For more information, see Source provider access in the CodeBuild User Guide.

The status of a build triggered by a webhook is always reported to your source provider.

If your project's builds are triggered by a webhook, you must push a new commit to the repo for a change to this property to take effect.

$sel:sourceIdentifier:ProjectSource', projectSource_sourceIdentifier - An identifier for this project source. The identifier can only contain alphanumeric characters and underscores, and must be less than 128 characters in length.

ProjectSource, projectSource_type - The type of repository that contains the source code to be built. Valid values include:

  • BITBUCKET: The source code is in a Bitbucket repository.
  • CODECOMMIT: The source code is in an CodeCommit repository.
  • CODEPIPELINE: The source code settings are specified in the source action of a pipeline in CodePipeline.
  • GITHUB: The source code is in a GitHub or GitHub Enterprise Cloud repository.
  • GITHUB_ENTERPRISE: The source code is in a GitHub Enterprise Server repository.
  • NO_SOURCE: The project does not have input source code.
  • S3: The source code is in an Amazon S3 bucket.

projectSource_auth :: Lens' ProjectSource (Maybe SourceAuth) Source #

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

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

projectSource_buildStatusConfig :: Lens' ProjectSource (Maybe BuildStatusConfig) Source #

Contains information that defines how the build project reports the build status to the source provider. This option is only used when the source provider is GITHUB, GITHUB_ENTERPRISE, or BITBUCKET.

projectSource_buildspec :: Lens' ProjectSource (Maybe Text) Source #

The buildspec file declaration to use for the builds in this build project.

If this value is set, it can be either an inline buildspec definition, the path to an alternate buildspec file relative to the value of the built-in CODEBUILD_SRC_DIR environment variable, or the path to an S3 bucket. The bucket must be in the same Amazon Web Services Region as the build project. Specify the buildspec file using its ARN (for example, arn:aws:s3:::my-codebuild-sample2/buildspec.yml). If this value is not provided or is set to an empty string, the source code must contain a buildspec file in its root directory. For more information, see Buildspec File Name and Storage Location.

projectSource_gitCloneDepth :: Lens' ProjectSource (Maybe Natural) Source #

Information about the Git clone depth for the build project.

projectSource_gitSubmodulesConfig :: Lens' ProjectSource (Maybe GitSubmodulesConfig) Source #

Information about the Git submodules configuration for the build project.

projectSource_insecureSsl :: Lens' ProjectSource (Maybe Bool) Source #

Enable this flag to ignore SSL warnings while connecting to the project source code.

projectSource_location :: Lens' ProjectSource (Maybe Text) Source #

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 CodePipeline, location should not be specified. If it is specified, CodePipeline ignores it. This is because CodePipeline uses the settings in a pipeline's source action instead of this value.
  • For source code in an CodeCommit repository, the HTTPS clone URL to the repository that contains the source code and the buildspec file (for example, https://git-codecommit.<region-ID>.amazonaws.com/v1/repos/<repo-name>).
  • For source code in an Amazon S3 input bucket, one of the following.

    • The path to the ZIP file that contains the source code (for example, <bucket-name>/<path>/<object-name>.zip).
    • The path to the folder that contains the source code (for example, <bucket-name>/<path-to-source-code>/<folder>/).
  • For source code in a GitHub repository, the HTTPS clone URL to the repository that contains the source and the buildspec file. You must connect your Amazon Web Services account to your GitHub account. Use the CodeBuild console to start creating a build project. When you use the console to connect (or reconnect) with GitHub, on the GitHub Authorize application page, for Organization access, choose Request access next to each repository you want to allow CodeBuild to have access to, and then choose __Authorize application__. (After you have connected to your GitHub account, you do not need to finish creating the build project. You can leave the CodeBuild console.) To instruct CodeBuild to use this connection, in the source object, set the auth object's type value to OAUTH.
  • For source code in a Bitbucket repository, the HTTPS clone URL to the repository that contains the source and the buildspec file. You must connect your Amazon Web Services account to your Bitbucket account. Use the CodeBuild console to start creating a build project. When you use the console to connect (or reconnect) with Bitbucket, on the Bitbucket Confirm access to your account page, choose Grant access. (After you have connected to your Bitbucket account, you do not need to finish creating the build project. You can leave the CodeBuild console.) To instruct CodeBuild to use this connection, in the source object, set the auth object's type value to OAUTH.

If you specify CODEPIPELINE for the Type property, don't specify this property. For all of the other types, you must specify Location.

projectSource_reportBuildStatus :: Lens' ProjectSource (Maybe Bool) Source #

Set to true to report the status of a build's start and finish to your source provider. This option is valid only when your source provider is GitHub, GitHub Enterprise, or Bitbucket. If this is set and you use a different source provider, an invalidInputException is thrown.

To be able to report the build status to the source provider, the user associated with the source provider must have write access to the repo. If the user does not have write access, the build status cannot be updated. For more information, see Source provider access in the CodeBuild User Guide.

The status of a build triggered by a webhook is always reported to your source provider.

If your project's builds are triggered by a webhook, you must push a new commit to the repo for a change to this property to take effect.

projectSource_sourceIdentifier :: Lens' ProjectSource (Maybe Text) Source #

An identifier for this project source. The identifier can only contain alphanumeric characters and underscores, and must be less than 128 characters in length.

projectSource_type :: Lens' ProjectSource SourceType Source #

The type of repository that contains the source code to be built. Valid values include:

  • BITBUCKET: The source code is in a Bitbucket repository.
  • CODECOMMIT: The source code is in an CodeCommit repository.
  • CODEPIPELINE: The source code settings are specified in the source action of a pipeline in CodePipeline.
  • GITHUB: The source code is in a GitHub or GitHub Enterprise Cloud repository.
  • GITHUB_ENTERPRISE: The source code is in a GitHub Enterprise Server repository.
  • NO_SOURCE: The project does not have input source code.
  • S3: The source code is in an Amazon S3 bucket.

ProjectSourceVersion

data ProjectSourceVersion Source #

A source identifier and its corresponding version.

See: newProjectSourceVersion smart constructor.

Constructors

ProjectSourceVersion' 

Fields

  • sourceIdentifier :: Text

    An identifier for a source in the build project. The identifier can only contain alphanumeric characters and underscores, and must be less than 128 characters in length.

  • sourceVersion :: Text

    The source version for the corresponding source identifier. If specified, must be one of:

    • For CodeCommit: the commit ID, branch, or Git tag to use.
    • For GitHub: the commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a pull request ID is specified, it must use the format pr/pull-request-ID (for example, pr/25). If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
    • For Bitbucket: the commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
    • For Amazon S3: the version ID of the object that represents the build input ZIP file to use.

    For more information, see Source Version Sample with CodeBuild in the CodeBuild User Guide.

Instances

Instances details
FromJSON ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

ToJSON ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

Generic ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

Associated Types

type Rep ProjectSourceVersion :: Type -> Type #

Read ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

Show ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

NFData ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

Methods

rnf :: ProjectSourceVersion -> () #

Eq ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

Hashable ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

type Rep ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

type Rep ProjectSourceVersion = D1 ('MetaData "ProjectSourceVersion" "Amazonka.CodeBuild.Types.ProjectSourceVersion" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ProjectSourceVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newProjectSourceVersion Source #

Create a value of ProjectSourceVersion with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sourceIdentifier:ProjectSourceVersion', projectSourceVersion_sourceIdentifier - An identifier for a source in the build project. The identifier can only contain alphanumeric characters and underscores, and must be less than 128 characters in length.

$sel:sourceVersion:ProjectSourceVersion', projectSourceVersion_sourceVersion - The source version for the corresponding source identifier. If specified, must be one of:

  • For CodeCommit: the commit ID, branch, or Git tag to use.
  • For GitHub: the commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a pull request ID is specified, it must use the format pr/pull-request-ID (for example, pr/25). If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
  • For Bitbucket: the commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
  • For Amazon S3: the version ID of the object that represents the build input ZIP file to use.

For more information, see Source Version Sample with CodeBuild in the CodeBuild User Guide.

projectSourceVersion_sourceIdentifier :: Lens' ProjectSourceVersion Text Source #

An identifier for a source in the build project. The identifier can only contain alphanumeric characters and underscores, and must be less than 128 characters in length.

projectSourceVersion_sourceVersion :: Lens' ProjectSourceVersion Text Source #

The source version for the corresponding source identifier. If specified, must be one of:

  • For CodeCommit: the commit ID, branch, or Git tag to use.
  • For GitHub: the commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a pull request ID is specified, it must use the format pr/pull-request-ID (for example, pr/25). If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
  • For Bitbucket: the commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.
  • For Amazon S3: the version ID of the object that represents the build input ZIP file to use.

For more information, see Source Version Sample with CodeBuild in the CodeBuild User Guide.

RegistryCredential

data RegistryCredential Source #

Information about credentials that provide access to a private Docker registry. When this is set:

  • imagePullCredentialsType must be set to SERVICE_ROLE.
  • images cannot be curated or an Amazon ECR image.

For more information, see Private Registry with Secrets Manager Sample for CodeBuild.

See: newRegistryCredential smart constructor.

Constructors

RegistryCredential' 

Fields

  • credential :: Text

    The Amazon Resource Name (ARN) or name of credentials created using Secrets Manager.

    The credential can use the name of the credentials only if they exist in your current Amazon Web Services Region.

  • credentialProvider :: CredentialProviderType

    The service that created the credentials to access a private Docker registry. The valid value, SECRETS_MANAGER, is for Secrets Manager.

Instances

Instances details
FromJSON RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

ToJSON RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

Generic RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

Associated Types

type Rep RegistryCredential :: Type -> Type #

Read RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

Show RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

NFData RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

Methods

rnf :: RegistryCredential -> () #

Eq RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

Hashable RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

type Rep RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

type Rep RegistryCredential = D1 ('MetaData "RegistryCredential" "Amazonka.CodeBuild.Types.RegistryCredential" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "RegistryCredential'" 'PrefixI 'True) (S1 ('MetaSel ('Just "credential") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "credentialProvider") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CredentialProviderType)))

newRegistryCredential Source #

Create a value of RegistryCredential with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:credential:RegistryCredential', registryCredential_credential - The Amazon Resource Name (ARN) or name of credentials created using Secrets Manager.

The credential can use the name of the credentials only if they exist in your current Amazon Web Services Region.

$sel:credentialProvider:RegistryCredential', registryCredential_credentialProvider - The service that created the credentials to access a private Docker registry. The valid value, SECRETS_MANAGER, is for Secrets Manager.

registryCredential_credential :: Lens' RegistryCredential Text Source #

The Amazon Resource Name (ARN) or name of credentials created using Secrets Manager.

The credential can use the name of the credentials only if they exist in your current Amazon Web Services Region.

registryCredential_credentialProvider :: Lens' RegistryCredential CredentialProviderType Source #

The service that created the credentials to access a private Docker registry. The valid value, SECRETS_MANAGER, is for Secrets Manager.

Report

data Report Source #

Information about the results from running a series of test cases during the run of a build project. The test cases are specified in the buildspec for the build project using one or more paths to the test case files. You can specify any type of tests you want, such as unit tests, integration tests, and functional tests.

See: newReport smart constructor.

Constructors

Report' 

Fields

Instances

Instances details
FromJSON Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

Generic Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

Associated Types

type Rep Report :: Type -> Type #

Methods

from :: Report -> Rep Report x #

to :: Rep Report x -> Report #

Read Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

Show Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

NFData Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

Methods

rnf :: Report -> () #

Eq Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

Methods

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

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

Hashable Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

Methods

hashWithSalt :: Int -> Report -> Int #

hash :: Report -> Int #

type Rep Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

type Rep Report = D1 ('MetaData "Report" "Amazonka.CodeBuild.Types.Report" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "Report'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "codeCoverageSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CodeCoverageReportSummary)) :*: S1 ('MetaSel ('Just "created") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "executionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "expired") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "exportConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportExportConfig))))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "reportGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportStatusType)))) :*: (S1 ('MetaSel ('Just "testSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TestReportSummary)) :*: (S1 ('MetaSel ('Just "truncated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportType)))))))

newReport :: Report Source #

Create a value of Report with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:Report', report_arn - The ARN of the report run.

$sel:codeCoverageSummary:Report', report_codeCoverageSummary - A CodeCoverageReportSummary object that contains a code coverage summary for this report.

$sel:created:Report', report_created - The date and time this report run occurred.

$sel:executionId:Report', report_executionId - The ARN of the build run that generated this report.

$sel:expired:Report', report_expired - The date and time a report expires. A report expires 30 days after it is created. An expired report is not available to view in CodeBuild.

$sel:exportConfig:Report', report_exportConfig - Information about where the raw data used to generate this report was exported.

$sel:name:Report', report_name - The name of the report that was run.

$sel:reportGroupArn:Report', report_reportGroupArn - The ARN of the report group associated with this report.

$sel:status:Report', report_status - The status of this report.

$sel:testSummary:Report', report_testSummary - A TestReportSummary object that contains information about this test report.

$sel:truncated:Report', report_truncated - A boolean that specifies if this report run is truncated. The list of test cases is truncated after the maximum number of test cases is reached.

$sel:type':Report', report_type - The type of the report that was run.

CODE_COVERAGE
A code coverage report.
TEST
A test report.

report_arn :: Lens' Report (Maybe Text) Source #

The ARN of the report run.

report_codeCoverageSummary :: Lens' Report (Maybe CodeCoverageReportSummary) Source #

A CodeCoverageReportSummary object that contains a code coverage summary for this report.

report_created :: Lens' Report (Maybe UTCTime) Source #

The date and time this report run occurred.

report_executionId :: Lens' Report (Maybe Text) Source #

The ARN of the build run that generated this report.

report_expired :: Lens' Report (Maybe UTCTime) Source #

The date and time a report expires. A report expires 30 days after it is created. An expired report is not available to view in CodeBuild.

report_exportConfig :: Lens' Report (Maybe ReportExportConfig) Source #

Information about where the raw data used to generate this report was exported.

report_name :: Lens' Report (Maybe Text) Source #

The name of the report that was run.

report_reportGroupArn :: Lens' Report (Maybe Text) Source #

The ARN of the report group associated with this report.

report_status :: Lens' Report (Maybe ReportStatusType) Source #

The status of this report.

report_testSummary :: Lens' Report (Maybe TestReportSummary) Source #

A TestReportSummary object that contains information about this test report.

report_truncated :: Lens' Report (Maybe Bool) Source #

A boolean that specifies if this report run is truncated. The list of test cases is truncated after the maximum number of test cases is reached.

report_type :: Lens' Report (Maybe ReportType) Source #

The type of the report that was run.

CODE_COVERAGE
A code coverage report.
TEST
A test report.

ReportExportConfig

data ReportExportConfig Source #

Information about the location where the run of a report is exported.

See: newReportExportConfig smart constructor.

Constructors

ReportExportConfig' 

Fields

Instances

Instances details
FromJSON ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

ToJSON ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

Generic ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

Associated Types

type Rep ReportExportConfig :: Type -> Type #

Read ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

Show ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

NFData ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

Methods

rnf :: ReportExportConfig -> () #

Eq ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

Hashable ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

type Rep ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

type Rep ReportExportConfig = D1 ('MetaData "ReportExportConfig" "Amazonka.CodeBuild.Types.ReportExportConfig" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ReportExportConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "exportConfigType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportExportConfigType)) :*: S1 ('MetaSel ('Just "s3Destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3ReportExportConfig))))

newReportExportConfig :: ReportExportConfig Source #

Create a value of ReportExportConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:exportConfigType:ReportExportConfig', reportExportConfig_exportConfigType - The export configuration type. Valid values are:

  • S3: The report results are exported to an S3 bucket.
  • NO_EXPORT: The report results are not exported.

$sel:s3Destination:ReportExportConfig', reportExportConfig_s3Destination - A S3ReportExportConfig object that contains information about the S3 bucket where the run of a report is exported.

reportExportConfig_exportConfigType :: Lens' ReportExportConfig (Maybe ReportExportConfigType) Source #

The export configuration type. Valid values are:

  • S3: The report results are exported to an S3 bucket.
  • NO_EXPORT: The report results are not exported.

reportExportConfig_s3Destination :: Lens' ReportExportConfig (Maybe S3ReportExportConfig) Source #

A S3ReportExportConfig object that contains information about the S3 bucket where the run of a report is exported.

ReportFilter

data ReportFilter Source #

A filter used to return reports with the status specified by the input status parameter.

See: newReportFilter smart constructor.

Constructors

ReportFilter' 

Fields

Instances

Instances details
ToJSON ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

Generic ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

Associated Types

type Rep ReportFilter :: Type -> Type #

Read ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

Show ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

NFData ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

Methods

rnf :: ReportFilter -> () #

Eq ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

Hashable ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

type Rep ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

type Rep ReportFilter = D1 ('MetaData "ReportFilter" "Amazonka.CodeBuild.Types.ReportFilter" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ReportFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportStatusType))))

newReportFilter :: ReportFilter Source #

Create a value of ReportFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:ReportFilter', reportFilter_status - The status used to filter reports. You can filter using one status only.

reportFilter_status :: Lens' ReportFilter (Maybe ReportStatusType) Source #

The status used to filter reports. You can filter using one status only.

ReportGroup

data ReportGroup Source #

A series of reports. Each report contains information about the results from running a series of test cases. You specify the test cases for a report group in the buildspec for a build project using one or more paths to the test case files.

See: newReportGroup smart constructor.

Constructors

ReportGroup' 

Fields

  • arn :: Maybe Text

    The ARN of the ReportGroup.

  • created :: Maybe POSIX

    The date and time this ReportGroup was created.

  • exportConfig :: Maybe ReportExportConfig

    Information about the destination where the raw data of this ReportGroup is exported.

  • lastModified :: Maybe POSIX

    The date and time this ReportGroup was last modified.

  • name :: Maybe Text

    The name of the ReportGroup.

  • status :: Maybe ReportGroupStatusType

    The status of the report group. This property is read-only.

    This can be one of the following values:

    ACTIVE
    The report group is active.
    DELETING
    The report group is in the process of being deleted.
  • tags :: Maybe [Tag]

    A list of tag key and value pairs associated with this report group.

    These tags are available for use by Amazon Web Services services that support CodeBuild report group tags.

  • type' :: Maybe ReportType

    The type of the ReportGroup. This can be one of the following values:

    CODE_COVERAGE
    The report group contains code coverage reports.
    TEST
    The report group contains test reports.

Instances

Instances details
FromJSON ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

Generic ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

Associated Types

type Rep ReportGroup :: Type -> Type #

Read ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

Show ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

NFData ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

Methods

rnf :: ReportGroup -> () #

Eq ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

Hashable ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

type Rep ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

newReportGroup :: ReportGroup Source #

Create a value of ReportGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:ReportGroup', reportGroup_arn - The ARN of the ReportGroup.

$sel:created:ReportGroup', reportGroup_created - The date and time this ReportGroup was created.

$sel:exportConfig:ReportGroup', reportGroup_exportConfig - Information about the destination where the raw data of this ReportGroup is exported.

$sel:lastModified:ReportGroup', reportGroup_lastModified - The date and time this ReportGroup was last modified.

$sel:name:ReportGroup', reportGroup_name - The name of the ReportGroup.

$sel:status:ReportGroup', reportGroup_status - The status of the report group. This property is read-only.

This can be one of the following values:

ACTIVE
The report group is active.
DELETING
The report group is in the process of being deleted.

$sel:tags:ReportGroup', reportGroup_tags - A list of tag key and value pairs associated with this report group.

These tags are available for use by Amazon Web Services services that support CodeBuild report group tags.

$sel:type':ReportGroup', reportGroup_type - The type of the ReportGroup. This can be one of the following values:

CODE_COVERAGE
The report group contains code coverage reports.
TEST
The report group contains test reports.

reportGroup_arn :: Lens' ReportGroup (Maybe Text) Source #

The ARN of the ReportGroup.

reportGroup_created :: Lens' ReportGroup (Maybe UTCTime) Source #

The date and time this ReportGroup was created.

reportGroup_exportConfig :: Lens' ReportGroup (Maybe ReportExportConfig) Source #

Information about the destination where the raw data of this ReportGroup is exported.

reportGroup_lastModified :: Lens' ReportGroup (Maybe UTCTime) Source #

The date and time this ReportGroup was last modified.

reportGroup_name :: Lens' ReportGroup (Maybe Text) Source #

The name of the ReportGroup.

reportGroup_status :: Lens' ReportGroup (Maybe ReportGroupStatusType) Source #

The status of the report group. This property is read-only.

This can be one of the following values:

ACTIVE
The report group is active.
DELETING
The report group is in the process of being deleted.

reportGroup_tags :: Lens' ReportGroup (Maybe [Tag]) Source #

A list of tag key and value pairs associated with this report group.

These tags are available for use by Amazon Web Services services that support CodeBuild report group tags.

reportGroup_type :: Lens' ReportGroup (Maybe ReportType) Source #

The type of the ReportGroup. This can be one of the following values:

CODE_COVERAGE
The report group contains code coverage reports.
TEST
The report group contains test reports.

ReportGroupTrendStats

data ReportGroupTrendStats Source #

Contains trend statistics for a set of reports. The actual values depend on the type of trend being collected. For more information, see .

See: newReportGroupTrendStats smart constructor.

Constructors

ReportGroupTrendStats' 

Fields

Instances

Instances details
FromJSON ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

Generic ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

Associated Types

type Rep ReportGroupTrendStats :: Type -> Type #

Read ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

Show ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

NFData ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

Methods

rnf :: ReportGroupTrendStats -> () #

Eq ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

Hashable ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

type Rep ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

type Rep ReportGroupTrendStats = D1 ('MetaData "ReportGroupTrendStats" "Amazonka.CodeBuild.Types.ReportGroupTrendStats" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ReportGroupTrendStats'" 'PrefixI 'True) (S1 ('MetaSel ('Just "average") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "max") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "min") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newReportGroupTrendStats :: ReportGroupTrendStats Source #

Create a value of ReportGroupTrendStats with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:average:ReportGroupTrendStats', reportGroupTrendStats_average - Contains the average of all values analyzed.

$sel:max:ReportGroupTrendStats', reportGroupTrendStats_max - Contains the maximum value analyzed.

$sel:min:ReportGroupTrendStats', reportGroupTrendStats_min - Contains the minimum value analyzed.

reportGroupTrendStats_average :: Lens' ReportGroupTrendStats (Maybe Text) Source #

Contains the average of all values analyzed.

reportGroupTrendStats_max :: Lens' ReportGroupTrendStats (Maybe Text) Source #

Contains the maximum value analyzed.

reportGroupTrendStats_min :: Lens' ReportGroupTrendStats (Maybe Text) Source #

Contains the minimum value analyzed.

ReportWithRawData

data ReportWithRawData Source #

Contains the unmodified data for the report. For more information, see .

See: newReportWithRawData smart constructor.

Constructors

ReportWithRawData' 

Fields

Instances

Instances details
FromJSON ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

Generic ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

Associated Types

type Rep ReportWithRawData :: Type -> Type #

Read ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

Show ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

NFData ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

Methods

rnf :: ReportWithRawData -> () #

Eq ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

Hashable ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

type Rep ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

type Rep ReportWithRawData = D1 ('MetaData "ReportWithRawData" "Amazonka.CodeBuild.Types.ReportWithRawData" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ReportWithRawData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "data'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "reportArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newReportWithRawData :: ReportWithRawData Source #

Create a value of ReportWithRawData with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:data':ReportWithRawData', reportWithRawData_data - The value of the requested data field from the report.

$sel:reportArn:ReportWithRawData', reportWithRawData_reportArn - The ARN of the report.

reportWithRawData_data :: Lens' ReportWithRawData (Maybe Text) Source #

The value of the requested data field from the report.

ResolvedArtifact

data ResolvedArtifact Source #

Represents a resolved build artifact. A resolved artifact is an artifact that is built and deployed to the destination, such as Amazon S3.

See: newResolvedArtifact smart constructor.

Constructors

ResolvedArtifact' 

Fields

Instances

Instances details
FromJSON ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

Generic ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

Associated Types

type Rep ResolvedArtifact :: Type -> Type #

Read ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

Show ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

NFData ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

Methods

rnf :: ResolvedArtifact -> () #

Eq ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

Hashable ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

type Rep ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

type Rep ResolvedArtifact = D1 ('MetaData "ResolvedArtifact" "Amazonka.CodeBuild.Types.ResolvedArtifact" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ResolvedArtifact'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArtifactsType)))))

newResolvedArtifact :: ResolvedArtifact Source #

Create a value of ResolvedArtifact with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:identifier:ResolvedArtifact', resolvedArtifact_identifier - The identifier of the artifact.

$sel:location:ResolvedArtifact', resolvedArtifact_location - The location of the artifact.

$sel:type':ResolvedArtifact', resolvedArtifact_type - Specifies the type of artifact.

S3LogsConfig

data S3LogsConfig Source #

Information about S3 logs for a build project.

See: newS3LogsConfig smart constructor.

Constructors

S3LogsConfig' 

Fields

  • bucketOwnerAccess :: Maybe BucketOwnerAccess
     
  • encryptionDisabled :: Maybe Bool

    Set to true if you do not want your S3 build log output encrypted. By default S3 build logs are encrypted.

  • location :: Maybe Text

    The ARN of an S3 bucket and the path prefix for S3 logs. If your Amazon S3 bucket name is my-bucket, and your path prefix is build-log, then acceptable formats are my-bucket/build-log or arn:aws:s3:::my-bucket/build-log.

  • status :: LogsConfigStatusType

    The current status of the S3 build logs. Valid values are:

    • ENABLED: S3 build logs are enabled for this build project.
    • DISABLED: S3 build logs are not enabled for this build project.

Instances

Instances details
FromJSON S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

ToJSON S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

Generic S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

Associated Types

type Rep S3LogsConfig :: Type -> Type #

Read S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

Show S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

NFData S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

Methods

rnf :: S3LogsConfig -> () #

Eq S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

Hashable S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

type Rep S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

type Rep S3LogsConfig = D1 ('MetaData "S3LogsConfig" "Amazonka.CodeBuild.Types.S3LogsConfig" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "S3LogsConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bucketOwnerAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BucketOwnerAccess)) :*: S1 ('MetaSel ('Just "encryptionDisabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LogsConfigStatusType))))

newS3LogsConfig Source #

Create a value of S3LogsConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:bucketOwnerAccess:S3LogsConfig', s3LogsConfig_bucketOwnerAccess - Undocumented member.

$sel:encryptionDisabled:S3LogsConfig', s3LogsConfig_encryptionDisabled - Set to true if you do not want your S3 build log output encrypted. By default S3 build logs are encrypted.

$sel:location:S3LogsConfig', s3LogsConfig_location - The ARN of an S3 bucket and the path prefix for S3 logs. If your Amazon S3 bucket name is my-bucket, and your path prefix is build-log, then acceptable formats are my-bucket/build-log or arn:aws:s3:::my-bucket/build-log.

$sel:status:S3LogsConfig', s3LogsConfig_status - The current status of the S3 build logs. Valid values are:

  • ENABLED: S3 build logs are enabled for this build project.
  • DISABLED: S3 build logs are not enabled for this build project.

s3LogsConfig_encryptionDisabled :: Lens' S3LogsConfig (Maybe Bool) Source #

Set to true if you do not want your S3 build log output encrypted. By default S3 build logs are encrypted.

s3LogsConfig_location :: Lens' S3LogsConfig (Maybe Text) Source #

The ARN of an S3 bucket and the path prefix for S3 logs. If your Amazon S3 bucket name is my-bucket, and your path prefix is build-log, then acceptable formats are my-bucket/build-log or arn:aws:s3:::my-bucket/build-log.

s3LogsConfig_status :: Lens' S3LogsConfig LogsConfigStatusType Source #

The current status of the S3 build logs. Valid values are:

  • ENABLED: S3 build logs are enabled for this build project.
  • DISABLED: S3 build logs are not enabled for this build project.

S3ReportExportConfig

data S3ReportExportConfig Source #

Information about the S3 bucket where the raw data of a report are exported.

See: newS3ReportExportConfig smart constructor.

Constructors

S3ReportExportConfig' 

Fields

  • bucket :: Maybe Text

    The name of the S3 bucket where the raw data of a report are exported.

  • bucketOwner :: Maybe Text

    The Amazon Web Services account identifier of the owner of the Amazon S3 bucket. This allows report data to be exported to an Amazon S3 bucket that is owned by an account other than the account running the build.

  • encryptionDisabled :: Maybe Bool

    A boolean value that specifies if the results of a report are encrypted.

  • encryptionKey :: Maybe Text

    The encryption key for the report's encrypted raw data.

  • packaging :: Maybe ReportPackagingType

    The type of build output artifact to create. Valid values include:

    • NONE: CodeBuild creates the raw data in the output bucket. This is the default if packaging is not specified.
    • ZIP: CodeBuild creates a ZIP file with the raw data in the output bucket.
  • path :: Maybe Text

    The path to the exported report's raw data results.

Instances

Instances details
FromJSON S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

ToJSON S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

Generic S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

Associated Types

type Rep S3ReportExportConfig :: Type -> Type #

Read S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

Show S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

NFData S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

Methods

rnf :: S3ReportExportConfig -> () #

Eq S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

Hashable S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

type Rep S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

type Rep S3ReportExportConfig = D1 ('MetaData "S3ReportExportConfig" "Amazonka.CodeBuild.Types.S3ReportExportConfig" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "S3ReportExportConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "bucketOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "encryptionDisabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "encryptionKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "packaging") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportPackagingType)) :*: S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newS3ReportExportConfig :: S3ReportExportConfig Source #

Create a value of S3ReportExportConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:bucket:S3ReportExportConfig', s3ReportExportConfig_bucket - The name of the S3 bucket where the raw data of a report are exported.

$sel:bucketOwner:S3ReportExportConfig', s3ReportExportConfig_bucketOwner - The Amazon Web Services account identifier of the owner of the Amazon S3 bucket. This allows report data to be exported to an Amazon S3 bucket that is owned by an account other than the account running the build.

$sel:encryptionDisabled:S3ReportExportConfig', s3ReportExportConfig_encryptionDisabled - A boolean value that specifies if the results of a report are encrypted.

$sel:encryptionKey:S3ReportExportConfig', s3ReportExportConfig_encryptionKey - The encryption key for the report's encrypted raw data.

$sel:packaging:S3ReportExportConfig', s3ReportExportConfig_packaging - The type of build output artifact to create. Valid values include:

  • NONE: CodeBuild creates the raw data in the output bucket. This is the default if packaging is not specified.
  • ZIP: CodeBuild creates a ZIP file with the raw data in the output bucket.

$sel:path:S3ReportExportConfig', s3ReportExportConfig_path - The path to the exported report's raw data results.

s3ReportExportConfig_bucket :: Lens' S3ReportExportConfig (Maybe Text) Source #

The name of the S3 bucket where the raw data of a report are exported.

s3ReportExportConfig_bucketOwner :: Lens' S3ReportExportConfig (Maybe Text) Source #

The Amazon Web Services account identifier of the owner of the Amazon S3 bucket. This allows report data to be exported to an Amazon S3 bucket that is owned by an account other than the account running the build.

s3ReportExportConfig_encryptionDisabled :: Lens' S3ReportExportConfig (Maybe Bool) Source #

A boolean value that specifies if the results of a report are encrypted.

s3ReportExportConfig_encryptionKey :: Lens' S3ReportExportConfig (Maybe Text) Source #

The encryption key for the report's encrypted raw data.

s3ReportExportConfig_packaging :: Lens' S3ReportExportConfig (Maybe ReportPackagingType) Source #

The type of build output artifact to create. Valid values include:

  • NONE: CodeBuild creates the raw data in the output bucket. This is the default if packaging is not specified.
  • ZIP: CodeBuild creates a ZIP file with the raw data in the output bucket.

s3ReportExportConfig_path :: Lens' S3ReportExportConfig (Maybe Text) Source #

The path to the exported report's raw data results.

SourceAuth

data SourceAuth Source #

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

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

See: newSourceAuth smart constructor.

Constructors

SourceAuth' 

Fields

  • resource :: Maybe Text

    The resource value that applies to the specified authorization type.

  • type' :: SourceAuthType

    This data type is deprecated and is no longer accurate or used.

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

Instances

Instances details
FromJSON SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

ToJSON SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

Generic SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

Associated Types

type Rep SourceAuth :: Type -> Type #

Read SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

Show SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

NFData SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

Methods

rnf :: SourceAuth -> () #

Eq SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

Hashable SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

type Rep SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

type Rep SourceAuth = D1 ('MetaData "SourceAuth" "Amazonka.CodeBuild.Types.SourceAuth" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "SourceAuth'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SourceAuthType)))

newSourceAuth Source #

Create a value of SourceAuth with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resource:SourceAuth', sourceAuth_resource - The resource value that applies to the specified authorization type.

$sel:type':SourceAuth', sourceAuth_type - This data type is deprecated and is no longer accurate or used.

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

sourceAuth_resource :: Lens' SourceAuth (Maybe Text) Source #

The resource value that applies to the specified authorization type.

sourceAuth_type :: Lens' SourceAuth SourceAuthType Source #

This data type is deprecated and is no longer accurate or used.

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

SourceCredentialsInfo

data SourceCredentialsInfo Source #

Information about the credentials for a GitHub, GitHub Enterprise, or Bitbucket repository.

See: newSourceCredentialsInfo smart constructor.

Constructors

SourceCredentialsInfo' 

Fields

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the token.

  • authType :: Maybe AuthType

    The type of authentication used by the credentials. Valid options are OAUTH, BASIC_AUTH, or PERSONAL_ACCESS_TOKEN.

  • serverType :: Maybe ServerType

    The type of source provider. The valid options are GITHUB, GITHUB_ENTERPRISE, or BITBUCKET.

Instances

Instances details
FromJSON SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

Generic SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

Associated Types

type Rep SourceCredentialsInfo :: Type -> Type #

Read SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

Show SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

NFData SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

Methods

rnf :: SourceCredentialsInfo -> () #

Eq SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

Hashable SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

type Rep SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

type Rep SourceCredentialsInfo = D1 ('MetaData "SourceCredentialsInfo" "Amazonka.CodeBuild.Types.SourceCredentialsInfo" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "SourceCredentialsInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "authType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AuthType)) :*: S1 ('MetaSel ('Just "serverType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServerType)))))

newSourceCredentialsInfo :: SourceCredentialsInfo Source #

Create a value of SourceCredentialsInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:SourceCredentialsInfo', sourceCredentialsInfo_arn - The Amazon Resource Name (ARN) of the token.

$sel:authType:SourceCredentialsInfo', sourceCredentialsInfo_authType - The type of authentication used by the credentials. Valid options are OAUTH, BASIC_AUTH, or PERSONAL_ACCESS_TOKEN.

$sel:serverType:SourceCredentialsInfo', sourceCredentialsInfo_serverType - The type of source provider. The valid options are GITHUB, GITHUB_ENTERPRISE, or BITBUCKET.

sourceCredentialsInfo_arn :: Lens' SourceCredentialsInfo (Maybe Text) Source #

The Amazon Resource Name (ARN) of the token.

sourceCredentialsInfo_authType :: Lens' SourceCredentialsInfo (Maybe AuthType) Source #

The type of authentication used by the credentials. Valid options are OAUTH, BASIC_AUTH, or PERSONAL_ACCESS_TOKEN.

sourceCredentialsInfo_serverType :: Lens' SourceCredentialsInfo (Maybe ServerType) Source #

The type of source provider. The valid options are GITHUB, GITHUB_ENTERPRISE, or BITBUCKET.

Tag

data Tag Source #

A tag, consisting of a key and a value.

This tag is available for use by Amazon Web Services services that support tags in CodeBuild.

See: newTag smart constructor.

Constructors

Tag' 

Fields

Instances

Instances details
FromJSON Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

ToJSON Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

Generic Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Read Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

NFData Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

Methods

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

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

Hashable Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.CodeBuild.Types.Tag" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTag :: Tag Source #

Create a value of Tag with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:key:Tag', tag_key - The tag's key.

$sel:value:Tag', tag_value - The tag's value.

tag_key :: Lens' Tag (Maybe Text) Source #

The tag's key.

tag_value :: Lens' Tag (Maybe Text) Source #

The tag's value.

TestCase

data TestCase Source #

Information about a test case created using a framework such as NUnit or Cucumber. A test case might be a unit test or a configuration test.

See: newTestCase smart constructor.

Constructors

TestCase' 

Fields

  • durationInNanoSeconds :: Maybe Integer

    The number of nanoseconds it took to run this test case.

  • expired :: Maybe POSIX

    The date and time a test case expires. A test case expires 30 days after it is created. An expired test case is not available to view in CodeBuild.

  • message :: Maybe Text

    A message associated with a test case. For example, an error message or stack trace.

  • name :: Maybe Text

    The name of the test case.

  • prefix :: Maybe Text

    A string that is applied to a series of related test cases. CodeBuild generates the prefix. The prefix depends on the framework used to generate the tests.

  • reportArn :: Maybe Text

    The ARN of the report to which the test case belongs.

  • status :: Maybe Text

    The status returned by the test case after it was run. Valid statuses are SUCCEEDED, FAILED, ERROR, SKIPPED, and UNKNOWN.

  • testRawDataPath :: Maybe Text

    The path to the raw data file that contains the test result.

Instances

Instances details
FromJSON TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

Generic TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

Associated Types

type Rep TestCase :: Type -> Type #

Methods

from :: TestCase -> Rep TestCase x #

to :: Rep TestCase x -> TestCase #

Read TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

Show TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

NFData TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

Methods

rnf :: TestCase -> () #

Eq TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

Hashable TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

Methods

hashWithSalt :: Int -> TestCase -> Int #

hash :: TestCase -> Int #

type Rep TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

newTestCase :: TestCase Source #

Create a value of TestCase with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:durationInNanoSeconds:TestCase', testCase_durationInNanoSeconds - The number of nanoseconds it took to run this test case.

$sel:expired:TestCase', testCase_expired - The date and time a test case expires. A test case expires 30 days after it is created. An expired test case is not available to view in CodeBuild.

$sel:message:TestCase', testCase_message - A message associated with a test case. For example, an error message or stack trace.

$sel:name:TestCase', testCase_name - The name of the test case.

$sel:prefix:TestCase', testCase_prefix - A string that is applied to a series of related test cases. CodeBuild generates the prefix. The prefix depends on the framework used to generate the tests.

$sel:reportArn:TestCase', testCase_reportArn - The ARN of the report to which the test case belongs.

$sel:status:TestCase', testCase_status - The status returned by the test case after it was run. Valid statuses are SUCCEEDED, FAILED, ERROR, SKIPPED, and UNKNOWN.

$sel:testRawDataPath:TestCase', testCase_testRawDataPath - The path to the raw data file that contains the test result.

testCase_durationInNanoSeconds :: Lens' TestCase (Maybe Integer) Source #

The number of nanoseconds it took to run this test case.

testCase_expired :: Lens' TestCase (Maybe UTCTime) Source #

The date and time a test case expires. A test case expires 30 days after it is created. An expired test case is not available to view in CodeBuild.

testCase_message :: Lens' TestCase (Maybe Text) Source #

A message associated with a test case. For example, an error message or stack trace.

testCase_name :: Lens' TestCase (Maybe Text) Source #

The name of the test case.

testCase_prefix :: Lens' TestCase (Maybe Text) Source #

A string that is applied to a series of related test cases. CodeBuild generates the prefix. The prefix depends on the framework used to generate the tests.

testCase_reportArn :: Lens' TestCase (Maybe Text) Source #

The ARN of the report to which the test case belongs.

testCase_status :: Lens' TestCase (Maybe Text) Source #

The status returned by the test case after it was run. Valid statuses are SUCCEEDED, FAILED, ERROR, SKIPPED, and UNKNOWN.

testCase_testRawDataPath :: Lens' TestCase (Maybe Text) Source #

The path to the raw data file that contains the test result.

TestCaseFilter

data TestCaseFilter Source #

A filter used to return specific types of test cases. In order to pass the filter, the report must meet all of the filter properties.

See: newTestCaseFilter smart constructor.

Constructors

TestCaseFilter' 

Fields

  • keyword :: Maybe Text

    A keyword that is used to filter on the name or the prefix of the test cases. Only test cases where the keyword is a substring of the name or the prefix will be returned.

  • status :: Maybe Text

    The status used to filter test cases. A TestCaseFilter can have one status. Valid values are:

    • SUCCEEDED
    • FAILED
    • ERROR
    • SKIPPED
    • UNKNOWN

Instances

Instances details
ToJSON TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

Generic TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

Associated Types

type Rep TestCaseFilter :: Type -> Type #

Read TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

Show TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

NFData TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

Methods

rnf :: TestCaseFilter -> () #

Eq TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

Hashable TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

type Rep TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

type Rep TestCaseFilter = D1 ('MetaData "TestCaseFilter" "Amazonka.CodeBuild.Types.TestCaseFilter" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "TestCaseFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTestCaseFilter :: TestCaseFilter Source #

Create a value of TestCaseFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:keyword:TestCaseFilter', testCaseFilter_keyword - A keyword that is used to filter on the name or the prefix of the test cases. Only test cases where the keyword is a substring of the name or the prefix will be returned.

$sel:status:TestCaseFilter', testCaseFilter_status - The status used to filter test cases. A TestCaseFilter can have one status. Valid values are:

  • SUCCEEDED
  • FAILED
  • ERROR
  • SKIPPED
  • UNKNOWN

testCaseFilter_keyword :: Lens' TestCaseFilter (Maybe Text) Source #

A keyword that is used to filter on the name or the prefix of the test cases. Only test cases where the keyword is a substring of the name or the prefix will be returned.

testCaseFilter_status :: Lens' TestCaseFilter (Maybe Text) Source #

The status used to filter test cases. A TestCaseFilter can have one status. Valid values are:

  • SUCCEEDED
  • FAILED
  • ERROR
  • SKIPPED
  • UNKNOWN

TestReportSummary

data TestReportSummary Source #

Information about a test report.

See: newTestReportSummary smart constructor.

Constructors

TestReportSummary' 

Fields

  • total :: Int

    The number of test cases in this TestReportSummary. The total includes truncated test cases.

  • statusCounts :: HashMap Text Int

    A map that contains the number of each type of status returned by the test results in this TestReportSummary.

  • durationInNanoSeconds :: Integer

    The number of nanoseconds it took to run all of the test cases in this report.

Instances

Instances details
FromJSON TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

Generic TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

Associated Types

type Rep TestReportSummary :: Type -> Type #

Read TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

Show TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

NFData TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

Methods

rnf :: TestReportSummary -> () #

Eq TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

Hashable TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

type Rep TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

type Rep TestReportSummary = D1 ('MetaData "TestReportSummary" "Amazonka.CodeBuild.Types.TestReportSummary" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "TestReportSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "total") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "statusCounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Int)) :*: S1 ('MetaSel ('Just "durationInNanoSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newTestReportSummary Source #

Create a value of TestReportSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:total:TestReportSummary', testReportSummary_total - The number of test cases in this TestReportSummary. The total includes truncated test cases.

$sel:statusCounts:TestReportSummary', testReportSummary_statusCounts - A map that contains the number of each type of status returned by the test results in this TestReportSummary.

$sel:durationInNanoSeconds:TestReportSummary', testReportSummary_durationInNanoSeconds - The number of nanoseconds it took to run all of the test cases in this report.

testReportSummary_total :: Lens' TestReportSummary Int Source #

The number of test cases in this TestReportSummary. The total includes truncated test cases.

testReportSummary_statusCounts :: Lens' TestReportSummary (HashMap Text Int) Source #

A map that contains the number of each type of status returned by the test results in this TestReportSummary.

testReportSummary_durationInNanoSeconds :: Lens' TestReportSummary Integer Source #

The number of nanoseconds it took to run all of the test cases in this report.

VpcConfig

data VpcConfig Source #

Information about the VPC configuration that CodeBuild accesses.

See: newVpcConfig smart constructor.

Constructors

VpcConfig' 

Fields

Instances

Instances details
FromJSON VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

ToJSON VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

Generic VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

Associated Types

type Rep VpcConfig :: Type -> Type #

Read VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

Show VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

NFData VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

Methods

rnf :: VpcConfig -> () #

Eq VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

Hashable VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

type Rep VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

type Rep VpcConfig = D1 ('MetaData "VpcConfig" "Amazonka.CodeBuild.Types.VpcConfig" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "VpcConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "subnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newVpcConfig :: VpcConfig Source #

Create a value of VpcConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:securityGroupIds:VpcConfig', vpcConfig_securityGroupIds - A list of one or more security groups IDs in your Amazon VPC.

$sel:subnets:VpcConfig', vpcConfig_subnets - A list of one or more subnet IDs in your Amazon VPC.

$sel:vpcId:VpcConfig', vpcConfig_vpcId - The ID of the Amazon VPC.

vpcConfig_securityGroupIds :: Lens' VpcConfig (Maybe [Text]) Source #

A list of one or more security groups IDs in your Amazon VPC.

vpcConfig_subnets :: Lens' VpcConfig (Maybe [Text]) Source #

A list of one or more subnet IDs in your Amazon VPC.

vpcConfig_vpcId :: Lens' VpcConfig (Maybe Text) Source #

The ID of the Amazon VPC.

Webhook

data Webhook Source #

Information about a webhook that connects repository events to a build project in CodeBuild.

See: newWebhook smart constructor.

Constructors

Webhook' 

Fields

  • branchFilter :: Maybe Text

    A regular expression used to determine which repository branches are built when a webhook is triggered. If the name of a branch matches the regular expression, then it is built. If branchFilter is empty, then all branches are built.

    It is recommended that you use filterGroups instead of branchFilter.

  • buildType :: Maybe WebhookBuildType

    Specifies the type of build this webhook will trigger.

  • filterGroups :: Maybe [[WebhookFilter]]

    An array of arrays of WebhookFilter objects used to determine which webhooks are triggered. At least one WebhookFilter in the array must specify EVENT as its type.

    For a build to be triggered, at least one filter group in the filterGroups array must pass. For a filter group to pass, each of its filters must pass.

  • lastModifiedSecret :: Maybe POSIX

    A timestamp that indicates the last time a repository's secret token was modified.

  • payloadUrl :: Maybe Text

    The CodeBuild endpoint where webhook events are sent.

  • secret :: Maybe Text

    The secret token of the associated repository.

    A Bitbucket webhook does not support secret.

  • url :: Maybe Text

    The URL to the webhook.

Instances

Instances details
FromJSON Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

Generic Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

Associated Types

type Rep Webhook :: Type -> Type #

Methods

from :: Webhook -> Rep Webhook x #

to :: Rep Webhook x -> Webhook #

Read Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

Show Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

NFData Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

Methods

rnf :: Webhook -> () #

Eq Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

Methods

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

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

Hashable Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

Methods

hashWithSalt :: Int -> Webhook -> Int #

hash :: Webhook -> Int #

type Rep Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

newWebhook :: Webhook Source #

Create a value of Webhook with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:branchFilter:Webhook', webhook_branchFilter - A regular expression used to determine which repository branches are built when a webhook is triggered. If the name of a branch matches the regular expression, then it is built. If branchFilter is empty, then all branches are built.

It is recommended that you use filterGroups instead of branchFilter.

$sel:buildType:Webhook', webhook_buildType - Specifies the type of build this webhook will trigger.

$sel:filterGroups:Webhook', webhook_filterGroups - An array of arrays of WebhookFilter objects used to determine which webhooks are triggered. At least one WebhookFilter in the array must specify EVENT as its type.

For a build to be triggered, at least one filter group in the filterGroups array must pass. For a filter group to pass, each of its filters must pass.

$sel:lastModifiedSecret:Webhook', webhook_lastModifiedSecret - A timestamp that indicates the last time a repository's secret token was modified.

$sel:payloadUrl:Webhook', webhook_payloadUrl - The CodeBuild endpoint where webhook events are sent.

$sel:secret:Webhook', webhook_secret - The secret token of the associated repository.

A Bitbucket webhook does not support secret.

$sel:url:Webhook', webhook_url - The URL to the webhook.

webhook_branchFilter :: Lens' Webhook (Maybe Text) Source #

A regular expression used to determine which repository branches are built when a webhook is triggered. If the name of a branch matches the regular expression, then it is built. If branchFilter is empty, then all branches are built.

It is recommended that you use filterGroups instead of branchFilter.

webhook_buildType :: Lens' Webhook (Maybe WebhookBuildType) Source #

Specifies the type of build this webhook will trigger.

webhook_filterGroups :: Lens' Webhook (Maybe [[WebhookFilter]]) Source #

An array of arrays of WebhookFilter objects used to determine which webhooks are triggered. At least one WebhookFilter in the array must specify EVENT as its type.

For a build to be triggered, at least one filter group in the filterGroups array must pass. For a filter group to pass, each of its filters must pass.

webhook_lastModifiedSecret :: Lens' Webhook (Maybe UTCTime) Source #

A timestamp that indicates the last time a repository's secret token was modified.

webhook_payloadUrl :: Lens' Webhook (Maybe Text) Source #

The CodeBuild endpoint where webhook events are sent.

webhook_secret :: Lens' Webhook (Maybe Text) Source #

The secret token of the associated repository.

A Bitbucket webhook does not support secret.

webhook_url :: Lens' Webhook (Maybe Text) Source #

The URL to the webhook.

WebhookFilter

data WebhookFilter Source #

A filter used to determine which webhooks trigger a build.

See: newWebhookFilter smart constructor.

Constructors

WebhookFilter' 

Fields

  • excludeMatchedPattern :: Maybe Bool

    Used to indicate that the pattern determines which webhook events do not trigger a build. If true, then a webhook event that does not match the pattern triggers a build. If false, then a webhook event that matches the pattern triggers a build.

  • type' :: WebhookFilterType

    The type of webhook filter. There are six webhook filter types: EVENT, ACTOR_ACCOUNT_ID, HEAD_REF, BASE_REF, FILE_PATH, and COMMIT_MESSAGE.

    EVENT
    A webhook event triggers a build when the provided pattern matches one of five event types: PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED, PULL_REQUEST_REOPENED, and PULL_REQUEST_MERGED. The EVENT patterns are specified as a comma-separated string. For example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED filters all push, pull request created, and pull request updated events.

    The PULL_REQUEST_REOPENED works with GitHub and GitHub Enterprise only.

    ACTOR_ACCOUNT_ID
    A webhook event triggers a build when a GitHub, GitHub Enterprise, or Bitbucket account ID matches the regular expression pattern.
    HEAD_REF
    A webhook event triggers a build when the head reference matches the regular expression pattern. For example, refs/heads/branch-name and refs/tags/tag-name.

    Works with GitHub and GitHub Enterprise push, GitHub and GitHub Enterprise pull request, Bitbucket push, and Bitbucket pull request events.

    BASE_REF
    A webhook event triggers a build when the base reference matches the regular expression pattern. For example, refs/heads/branch-name.

    Works with pull request events only.

    FILE_PATH
    A webhook triggers a build when the path of a changed file matches the regular expression pattern.

    Works with GitHub and Bitbucket events push and pull requests events. Also works with GitHub Enterprise push events, but does not work with GitHub Enterprise pull request events.

    COMMIT_MESSAGE
    A webhook triggers a build when the head commit message matches the regular expression pattern.

    Works with GitHub and Bitbucket events push and pull requests events. Also works with GitHub Enterprise push events, but does not work with GitHub Enterprise pull request events.

  • pattern' :: Text

    For a WebHookFilter that uses EVENT type, a comma-separated string that specifies one or more events. For example, the webhook filter PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED allows all push, pull request created, and pull request updated events to trigger a build.

    For a WebHookFilter that uses any of the other filter types, a regular expression pattern. For example, a WebHookFilter that uses HEAD_REF for its type and the pattern ^refs/heads/ triggers a build when the head reference is a branch with a reference name refs/heads/branch-name.

Instances

Instances details
FromJSON WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

ToJSON WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

Generic WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

Associated Types

type Rep WebhookFilter :: Type -> Type #

Read WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

Show WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

NFData WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

Methods

rnf :: WebhookFilter -> () #

Eq WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

Hashable WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

type Rep WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

type Rep WebhookFilter = D1 ('MetaData "WebhookFilter" "Amazonka.CodeBuild.Types.WebhookFilter" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "WebhookFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "excludeMatchedPattern") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WebhookFilterType) :*: S1 ('MetaSel ('Just "pattern'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newWebhookFilter Source #

Create a value of WebhookFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:excludeMatchedPattern:WebhookFilter', webhookFilter_excludeMatchedPattern - Used to indicate that the pattern determines which webhook events do not trigger a build. If true, then a webhook event that does not match the pattern triggers a build. If false, then a webhook event that matches the pattern triggers a build.

$sel:type':WebhookFilter', webhookFilter_type - The type of webhook filter. There are six webhook filter types: EVENT, ACTOR_ACCOUNT_ID, HEAD_REF, BASE_REF, FILE_PATH, and COMMIT_MESSAGE.

EVENT
A webhook event triggers a build when the provided pattern matches one of five event types: PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED, PULL_REQUEST_REOPENED, and PULL_REQUEST_MERGED. The EVENT patterns are specified as a comma-separated string. For example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED filters all push, pull request created, and pull request updated events.

The PULL_REQUEST_REOPENED works with GitHub and GitHub Enterprise only.

ACTOR_ACCOUNT_ID
A webhook event triggers a build when a GitHub, GitHub Enterprise, or Bitbucket account ID matches the regular expression pattern.
HEAD_REF
A webhook event triggers a build when the head reference matches the regular expression pattern. For example, refs/heads/branch-name and refs/tags/tag-name.

Works with GitHub and GitHub Enterprise push, GitHub and GitHub Enterprise pull request, Bitbucket push, and Bitbucket pull request events.

BASE_REF
A webhook event triggers a build when the base reference matches the regular expression pattern. For example, refs/heads/branch-name.

Works with pull request events only.

FILE_PATH
A webhook triggers a build when the path of a changed file matches the regular expression pattern.

Works with GitHub and Bitbucket events push and pull requests events. Also works with GitHub Enterprise push events, but does not work with GitHub Enterprise pull request events.

COMMIT_MESSAGE
A webhook triggers a build when the head commit message matches the regular expression pattern.

Works with GitHub and Bitbucket events push and pull requests events. Also works with GitHub Enterprise push events, but does not work with GitHub Enterprise pull request events.

$sel:pattern':WebhookFilter', webhookFilter_pattern - For a WebHookFilter that uses EVENT type, a comma-separated string that specifies one or more events. For example, the webhook filter PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED allows all push, pull request created, and pull request updated events to trigger a build.

For a WebHookFilter that uses any of the other filter types, a regular expression pattern. For example, a WebHookFilter that uses HEAD_REF for its type and the pattern ^refs/heads/ triggers a build when the head reference is a branch with a reference name refs/heads/branch-name.

webhookFilter_excludeMatchedPattern :: Lens' WebhookFilter (Maybe Bool) Source #

Used to indicate that the pattern determines which webhook events do not trigger a build. If true, then a webhook event that does not match the pattern triggers a build. If false, then a webhook event that matches the pattern triggers a build.

webhookFilter_type :: Lens' WebhookFilter WebhookFilterType Source #

The type of webhook filter. There are six webhook filter types: EVENT, ACTOR_ACCOUNT_ID, HEAD_REF, BASE_REF, FILE_PATH, and COMMIT_MESSAGE.

EVENT
A webhook event triggers a build when the provided pattern matches one of five event types: PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED, PULL_REQUEST_REOPENED, and PULL_REQUEST_MERGED. The EVENT patterns are specified as a comma-separated string. For example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED filters all push, pull request created, and pull request updated events.

The PULL_REQUEST_REOPENED works with GitHub and GitHub Enterprise only.

ACTOR_ACCOUNT_ID
A webhook event triggers a build when a GitHub, GitHub Enterprise, or Bitbucket account ID matches the regular expression pattern.
HEAD_REF
A webhook event triggers a build when the head reference matches the regular expression pattern. For example, refs/heads/branch-name and refs/tags/tag-name.

Works with GitHub and GitHub Enterprise push, GitHub and GitHub Enterprise pull request, Bitbucket push, and Bitbucket pull request events.

BASE_REF
A webhook event triggers a build when the base reference matches the regular expression pattern. For example, refs/heads/branch-name.

Works with pull request events only.

FILE_PATH
A webhook triggers a build when the path of a changed file matches the regular expression pattern.

Works with GitHub and Bitbucket events push and pull requests events. Also works with GitHub Enterprise push events, but does not work with GitHub Enterprise pull request events.

COMMIT_MESSAGE
A webhook triggers a build when the head commit message matches the regular expression pattern.

Works with GitHub and Bitbucket events push and pull requests events. Also works with GitHub Enterprise push events, but does not work with GitHub Enterprise pull request events.

webhookFilter_pattern :: Lens' WebhookFilter Text Source #

For a WebHookFilter that uses EVENT type, a comma-separated string that specifies one or more events. For example, the webhook filter PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED allows all push, pull request created, and pull request updated events to trigger a build.

For a WebHookFilter that uses any of the other filter types, a regular expression pattern. For example, a WebHookFilter that uses HEAD_REF for its type and the pattern ^refs/heads/ triggers a build when the head reference is a branch with a reference name refs/heads/branch-name.