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

Amazonka.CodeBuild.Types

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

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

Errors

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

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

_OAuthProviderException :: AsError a => Getting (First ServiceError) a ServiceError Source #

There was a problem with the underlying OAuth provider.

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

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

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

The input value that was provided is not valid.

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

The specified Amazon Web Services resource cannot be found.

ArtifactNamespace

newtype ArtifactNamespace Source #

Instances

Instances details
Eq ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

Ord ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

Read ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

Show 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 #

NFData ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

Methods

rnf :: ArtifactNamespace -> () #

Hashable 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

FromJSON ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

FromJSONKey ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

ToLog ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

ToHeader ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

ToQuery 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

ToByteString 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

type Rep ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

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

ArtifactPackaging

newtype ArtifactPackaging Source #

Instances

Instances details
Eq ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

Ord ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

Read ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

Show 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 #

NFData ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

Methods

rnf :: ArtifactPackaging -> () #

Hashable 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

FromJSON ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

FromJSONKey ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

ToLog ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

ToHeader ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

ToQuery 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

ToByteString 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

type Rep ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

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

ArtifactsType

newtype ArtifactsType Source #

Constructors

ArtifactsType' 

Instances

Instances details
Eq ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Ord ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Read ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Show ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Generic ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Associated Types

type Rep ArtifactsType :: Type -> Type #

NFData ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Methods

rnf :: ArtifactsType -> () #

Hashable 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

FromJSON ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

FromJSONKey ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

ToLog ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

ToHeader ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

ToQuery ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

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 #

ToByteString 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 #

type Rep ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

type Rep ArtifactsType = D1 ('MetaData "ArtifactsType" "Amazonka.CodeBuild.Types.ArtifactsType" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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
Eq AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Ord AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Read AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Show AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

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 #

NFData AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Methods

rnf :: AuthType -> () #

Hashable AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Methods

hashWithSalt :: Int -> AuthType -> Int #

hash :: AuthType -> Int #

ToJSON AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

ToJSONKey AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

FromJSON AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

FromJSONKey AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

ToLog AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

ToHeader AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Methods

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

ToQuery AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

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 #

ToByteString AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Methods

toBS :: AuthType -> ByteString #

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 #

type Rep AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

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

BatchReportModeType

newtype BatchReportModeType Source #

Instances

Instances details
Eq BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

Ord BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

Read BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

Show 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 #

NFData BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

Methods

rnf :: BatchReportModeType -> () #

Hashable 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

FromJSON BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

FromJSONKey BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

ToLog BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

ToHeader BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

ToQuery 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

ToByteString 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

type Rep BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

type Rep BatchReportModeType = D1 ('MetaData "BatchReportModeType" "Amazonka.CodeBuild.Types.BatchReportModeType" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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
Eq BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

Ord BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

Read BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

Show 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 #

NFData BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

Methods

rnf :: BucketOwnerAccess -> () #

Hashable 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

FromJSON BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

FromJSONKey BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

ToLog BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

ToHeader BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

ToQuery 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

ToByteString 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

type Rep BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

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

BuildBatchPhaseType

newtype BuildBatchPhaseType Source #

Instances

Instances details
Eq BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

Ord BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

Read BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

Show 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 #

NFData BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

Methods

rnf :: BuildBatchPhaseType -> () #

Hashable 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

FromJSON BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

FromJSONKey BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

ToLog BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

ToHeader BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

ToQuery 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

ToByteString 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

type Rep BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

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

BuildPhaseType

newtype BuildPhaseType Source #

Constructors

BuildPhaseType' 

Instances

Instances details
Eq BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

Ord BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

Read BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

Show BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

Generic BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

Associated Types

type Rep BuildPhaseType :: Type -> Type #

NFData BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

Methods

rnf :: BuildPhaseType -> () #

Hashable 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

FromJSON BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

FromJSONKey BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

ToLog BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

ToHeader BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

ToQuery 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 #

ToByteString 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

type Rep BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

type Rep BuildPhaseType = D1 ('MetaData "BuildPhaseType" "Amazonka.CodeBuild.Types.BuildPhaseType" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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
Eq CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Ord CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Read CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Show CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Generic CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Associated Types

type Rep CacheMode :: Type -> Type #

NFData CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Methods

rnf :: CacheMode -> () #

Hashable 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

FromJSON CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

FromJSONKey CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

ToLog CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

ToHeader CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

ToQuery CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

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 #

ToByteString CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Methods

toBS :: CacheMode -> ByteString #

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 #

type Rep CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

type Rep CacheMode = D1 ('MetaData "CacheMode" "Amazonka.CodeBuild.Types.CacheMode" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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
Eq CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Ord CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Read CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Show CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Generic CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Associated Types

type Rep CacheType :: Type -> Type #

NFData CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Methods

rnf :: CacheType -> () #

Hashable 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

FromJSON CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

FromJSONKey CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

ToLog CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

ToHeader CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

ToQuery CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

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 #

ToByteString CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Methods

toBS :: CacheType -> ByteString #

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 #

type Rep CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

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

ComputeType

newtype ComputeType Source #

Constructors

ComputeType' 

Instances

Instances details
Eq ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Ord ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Read ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Show ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Generic ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Associated Types

type Rep ComputeType :: Type -> Type #

NFData ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Methods

rnf :: ComputeType -> () #

Hashable 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

FromJSON ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

FromJSONKey ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

ToLog ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

ToHeader ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

ToQuery ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

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 #

ToByteString 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 #

type Rep ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

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

CredentialProviderType

newtype CredentialProviderType Source #

Instances

Instances details
Eq CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

Ord CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

Read CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

Show 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 #

NFData CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

Methods

rnf :: CredentialProviderType -> () #

Hashable 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

FromJSON CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

FromJSONKey CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

ToLog CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

ToHeader CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

ToQuery 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

ToByteString 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

type Rep CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

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

EnvironmentType

newtype EnvironmentType Source #

Constructors

EnvironmentType' 

Instances

Instances details
Eq EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

Ord EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

Read EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

Show EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

Generic EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

Associated Types

type Rep EnvironmentType :: Type -> Type #

NFData EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

Methods

rnf :: EnvironmentType -> () #

Hashable 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

FromJSON EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

FromJSONKey EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

ToLog EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

ToHeader EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

ToQuery 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 #

ToByteString 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

type Rep EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

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

EnvironmentVariableType

newtype EnvironmentVariableType Source #

Instances

Instances details
Eq EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

Ord EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

Read EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

Show 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 #

NFData EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

Methods

rnf :: EnvironmentVariableType -> () #

Hashable 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

FromJSON EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

FromJSONKey EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

ToLog EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

ToHeader EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

ToQuery 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

ToByteString 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

type Rep EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

type Rep EnvironmentVariableType = D1 ('MetaData "EnvironmentVariableType" "Amazonka.CodeBuild.Types.EnvironmentVariableType" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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
Eq FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

Ord FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

Read FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

Show FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

Generic FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

Associated Types

type Rep FileSystemType :: Type -> Type #

NFData FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

Methods

rnf :: FileSystemType -> () #

Hashable 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

FromJSON FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

FromJSONKey FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

ToLog FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

ToHeader FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

ToQuery 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 #

ToByteString 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

type Rep FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

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

ImagePullCredentialsType

newtype ImagePullCredentialsType Source #

Instances

Instances details
Eq ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

Ord ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

Read ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

Show 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 #

NFData ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

Hashable 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

FromJSON ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

FromJSONKey ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

ToLog ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

ToHeader ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

ToQuery 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

ToByteString 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

type Rep ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

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

LanguageType

newtype LanguageType Source #

Constructors

LanguageType' 

Instances

Instances details
Eq LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Ord LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Read LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Show LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Generic LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Associated Types

type Rep LanguageType :: Type -> Type #

NFData LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Methods

rnf :: LanguageType -> () #

Hashable 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

FromJSON LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

FromJSONKey LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

ToLog LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

ToHeader LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

ToQuery LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

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 #

ToByteString 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 #

type Rep LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

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

LogsConfigStatusType

newtype LogsConfigStatusType Source #

Instances

Instances details
Eq LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

Ord LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

Read LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

Show 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 #

NFData LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

Methods

rnf :: LogsConfigStatusType -> () #

Hashable 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

FromJSON LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

FromJSONKey LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

ToLog LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

ToHeader LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

ToQuery 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

ToByteString 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

type Rep LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

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

PlatformType

newtype PlatformType Source #

Constructors

PlatformType' 

Instances

Instances details
Eq PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Ord PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Read PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Show PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Generic PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Associated Types

type Rep PlatformType :: Type -> Type #

NFData PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Methods

rnf :: PlatformType -> () #

Hashable 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

FromJSON PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

FromJSONKey PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

ToLog PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

ToHeader PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

ToQuery PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

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 #

ToByteString 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 #

type Rep PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

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

ProjectSortByType

newtype ProjectSortByType Source #

Instances

Instances details
Eq ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

Ord ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

Read ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

Show 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 #

NFData ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

Methods

rnf :: ProjectSortByType -> () #

Hashable 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

FromJSON ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

FromJSONKey ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

ToLog ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

ToHeader ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

ToQuery 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

ToByteString 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

type Rep ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

type Rep ProjectSortByType = D1 ('MetaData "ProjectSortByType" "Amazonka.CodeBuild.Types.ProjectSortByType" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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
Eq ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

Ord ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

Read ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

Show 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 #

NFData ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

Methods

rnf :: ProjectVisibilityType -> () #

Hashable 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

FromJSON ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

FromJSONKey ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

ToLog ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

ToHeader ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

ToQuery 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

ToByteString 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

type Rep ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

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

ReportCodeCoverageSortByType

newtype ReportCodeCoverageSortByType Source #

Instances

Instances details
Eq ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

Ord ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

Read ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

Show 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 #

NFData ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

Hashable 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

FromJSON ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

FromJSONKey ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

ToLog ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

ToHeader ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

ToQuery 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

ToByteString 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

type Rep ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

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

ReportExportConfigType

newtype ReportExportConfigType Source #

Instances

Instances details
Eq ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

Ord ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

Read ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

Show 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 #

NFData ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

Methods

rnf :: ReportExportConfigType -> () #

Hashable 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

FromJSON ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

FromJSONKey ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

ToLog ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

ToHeader ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

ToQuery 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

ToByteString 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

type Rep ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

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

ReportGroupSortByType

newtype ReportGroupSortByType Source #

Instances

Instances details
Eq ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

Ord ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

Read ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

Show 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 #

NFData ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

Methods

rnf :: ReportGroupSortByType -> () #

Hashable 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

FromJSON ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

FromJSONKey ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

ToLog ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

ToHeader ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

ToQuery 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

ToByteString 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

type Rep ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

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

ReportGroupStatusType

newtype ReportGroupStatusType Source #

Instances

Instances details
Eq ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

Ord ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

Read ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

Show 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 #

NFData ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

Methods

rnf :: ReportGroupStatusType -> () #

Hashable 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

FromJSON ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

FromJSONKey ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

ToLog ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

ToHeader ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

ToQuery 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

ToByteString 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

type Rep ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

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

ReportGroupTrendFieldType

newtype ReportGroupTrendFieldType Source #

Instances

Instances details
Eq ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

Ord ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

Read ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

Show 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 #

NFData ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

Hashable 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

FromJSON ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

FromJSONKey ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

ToLog ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

ToHeader ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

ToQuery 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

ToByteString 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

type Rep ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

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

ReportPackagingType

newtype ReportPackagingType Source #

Instances

Instances details
Eq ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

Ord ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

Read ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

Show 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 #

NFData ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

Methods

rnf :: ReportPackagingType -> () #

Hashable 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

FromJSON ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

FromJSONKey ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

ToLog ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

ToHeader ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

ToQuery 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

ToByteString 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

type Rep ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

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

ReportStatusType

newtype ReportStatusType Source #

Instances

Instances details
Eq ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

Ord ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

Read ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

Show 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 #

NFData ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

Methods

rnf :: ReportStatusType -> () #

Hashable 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

FromJSON ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

FromJSONKey ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

ToLog ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

ToHeader ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

ToQuery 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

ToByteString 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

type Rep ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

type Rep ReportStatusType = D1 ('MetaData "ReportStatusType" "Amazonka.CodeBuild.Types.ReportStatusType" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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
Eq ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Ord ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Read ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Show ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Generic ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Associated Types

type Rep ReportType :: Type -> Type #

NFData ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Methods

rnf :: ReportType -> () #

Hashable 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

FromJSON ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

FromJSONKey ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

ToLog ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

ToHeader ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

ToQuery ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

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 #

ToByteString 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 #

type Rep ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

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

RetryBuildBatchType

newtype RetryBuildBatchType Source #

Instances

Instances details
Eq RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

Ord RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

Read RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

Show 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 #

NFData RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

Methods

rnf :: RetryBuildBatchType -> () #

Hashable 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

FromJSON RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

FromJSONKey RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

ToLog RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

ToHeader RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

ToQuery 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

ToByteString 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

type Rep RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

type Rep RetryBuildBatchType = D1 ('MetaData "RetryBuildBatchType" "Amazonka.CodeBuild.Types.RetryBuildBatchType" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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
Eq ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Ord ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Read ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Show ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Generic ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Associated Types

type Rep ServerType :: Type -> Type #

NFData ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Methods

rnf :: ServerType -> () #

Hashable 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

FromJSON ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

FromJSONKey ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

ToLog ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

ToHeader ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

ToQuery ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

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 #

ToByteString 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 #

type Rep ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

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

SharedResourceSortByType

newtype SharedResourceSortByType Source #

Instances

Instances details
Eq SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

Ord SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

Read SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

Show 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 #

NFData SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

Hashable 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

FromJSON SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

FromJSONKey SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

ToLog SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

ToHeader SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

ToQuery 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

ToByteString 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

type Rep SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

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

SortOrderType

newtype SortOrderType Source #

Constructors

SortOrderType' 

Instances

Instances details
Eq SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Ord SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Read SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Show SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Generic SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Associated Types

type Rep SortOrderType :: Type -> Type #

NFData SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Methods

rnf :: SortOrderType -> () #

Hashable 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

FromJSON SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

FromJSONKey SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

ToLog SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

ToHeader SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

ToQuery SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

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 #

ToByteString 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 #

type Rep SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

type Rep SortOrderType = D1 ('MetaData "SortOrderType" "Amazonka.CodeBuild.Types.SortOrderType" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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
Eq SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Ord SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Read SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Show SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Generic SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Associated Types

type Rep SourceAuthType :: Type -> Type #

NFData SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Methods

rnf :: SourceAuthType -> () #

Hashable 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

FromJSON SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

FromJSONKey SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToLog SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToHeader SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToQuery 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 #

ToByteString 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

type Rep SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

type Rep SourceAuthType = D1 ('MetaData "SourceAuthType" "Amazonka.CodeBuild.Types.SourceAuthType" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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
Eq SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Ord SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Read SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Show SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Generic SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Associated Types

type Rep SourceType :: Type -> Type #

NFData SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Methods

rnf :: SourceType -> () #

Hashable 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

FromJSON SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

FromJSONKey SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

ToLog SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

ToHeader SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

ToQuery SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

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 #

ToByteString 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 #

type Rep SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

type Rep SourceType = D1 ('MetaData "SourceType" "Amazonka.CodeBuild.Types.SourceType" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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
Eq StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Ord StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Read StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Show StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Generic StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Associated Types

type Rep StatusType :: Type -> Type #

NFData StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Methods

rnf :: StatusType -> () #

Hashable 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

FromJSON StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

FromJSONKey StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

ToLog StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

ToHeader StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

ToQuery StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

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 #

ToByteString 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 #

type Rep StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

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

WebhookBuildType

newtype WebhookBuildType Source #

Instances

Instances details
Eq WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

Ord WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

Read WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

Show 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 #

NFData WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

Methods

rnf :: WebhookBuildType -> () #

Hashable 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

FromJSON WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

FromJSONKey WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

ToLog WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

ToHeader WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

ToQuery 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

ToByteString 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

type Rep WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

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

WebhookFilterType

newtype WebhookFilterType Source #

Instances

Instances details
Eq WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

Ord WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

Read WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

Show 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 #

NFData WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

Methods

rnf :: WebhookFilterType -> () #

Hashable 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

FromJSON WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

FromJSONKey WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

ToLog WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

ToHeader WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

ToQuery 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

ToByteString 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

type Rep WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

type Rep WebhookFilterType = D1 ('MetaData "WebhookFilterType" "Amazonka.CodeBuild.Types.WebhookFilterType" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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
Eq BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

Read BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

Show 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 #

NFData BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

Methods

rnf :: BatchRestrictions -> () #

Hashable BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

ToJSON BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "BatchRestrictions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maximumBuildsAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "computeTypesAllowed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

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:maximumBuildsAllowed:BatchRestrictions', batchRestrictions_maximumBuildsAllowed - Specifies the maximum number of builds allowed.

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

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

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.

Build

data Build Source #

Information about a build.

See: newBuild smart constructor.

Constructors

Build' 

Fields

  • phases :: Maybe [BuildPhase]

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

  • buildComplete :: Maybe Bool

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

  • secondaryArtifacts :: Maybe [BuildArtifacts]

    An array of ProjectArtifacts objects.

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the 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.

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

  • startTime :: Maybe POSIX

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

  • artifacts :: Maybe BuildArtifacts

    Information about the output artifacts for the build.

  • environment :: Maybe ProjectEnvironment

    Information about the build environment for this 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.
  • networkInterface :: Maybe NetworkInterface

    Describes a network interface.

  • 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.
  • currentPhase :: Maybe Text

    The current build phase.

  • queuedTimeoutInMinutes :: Maybe Int

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

  • cache :: Maybe ProjectCache

    Information about the cache for the build.

  • secondarySources :: Maybe [ProjectSource]

    An array of ProjectSource objects.

  • debugSession :: Maybe DebugSession

    Contains information about the debug session for this build.

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

  • buildBatchArn :: Maybe Text

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

  • logs :: Maybe LogsLocation

    Information about the build's logs in CloudWatch Logs.

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

  • endTime :: Maybe POSIX

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

  • projectName :: Maybe Text

    The name of the CodeBuild project.

  • 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.
  • source :: Maybe ProjectSource

    Information about the source code to be built.

  • id :: Maybe Text

    The unique ID for the build.

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

  • reportArns :: Maybe [Text]

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

  • 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>).

  • serviceRole :: Maybe Text

    The name of a service role used for this build.

  • timeoutInMinutes :: Maybe Int

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

Instances

Instances details
Eq Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

Methods

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

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

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 #

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 #

NFData Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

Methods

rnf :: Build -> () #

Hashable Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

Methods

hashWithSalt :: Int -> Build -> Int #

hash :: Build -> Int #

FromJSON Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

type Rep Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

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

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: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:buildComplete:Build', build_buildComplete - Whether the build is complete. True if complete; otherwise, false.

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

$sel:arn:Build', build_arn - The Amazon Resource Name (ARN) of the 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: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:startTime:Build', build_startTime - When the build process started, expressed in Unix time format.

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

$sel:environment:Build', build_environment - Information about the build environment for this 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:networkInterface:Build', build_networkInterface - Describes a network interface.

$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:currentPhase:Build', build_currentPhase - The current build phase.

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

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

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

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

$sel:sourceVersion: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.

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

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

$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: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.

$sel:endTime:Build', build_endTime - When the build process ended, expressed in Unix time format.

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

$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:source:Build', build_source - Information about the source code to be built.

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

$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:reportArns:Build', build_reportArns - An array of the ARNs associated with this build's reports.

$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>).

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

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

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_buildComplete :: Lens' Build (Maybe Bool) Source #

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

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

An array of ProjectArtifacts objects.

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

The Amazon Resource Name (ARN) of the 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_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_startTime :: Lens' Build (Maybe UTCTime) Source #

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

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

Information about the output artifacts for the build.

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

Information about the build environment for this 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_networkInterface :: Lens' Build (Maybe NetworkInterface) Source #

Describes a network interface.

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_currentPhase :: Lens' Build (Maybe Text) Source #

The current build phase.

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

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

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

Information about the cache for the build.

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

An array of ProjectSource objects.

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

Contains information about the debug session for this build.

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_buildBatchArn :: Lens' Build (Maybe Text) Source #

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

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

Information about the build's logs in CloudWatch Logs.

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

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

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

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

The name of the CodeBuild project.

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_source :: Lens' Build (Maybe ProjectSource) Source #

Information about the source code to be built.

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

The unique ID for the build.

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_reportArns :: Lens' Build (Maybe [Text]) Source #

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

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_serviceRole :: Lens' Build (Maybe Text) Source #

The name of a service role used for this build.

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.

BuildArtifacts

data BuildArtifacts Source #

Information about build output artifacts.

See: newBuildArtifacts smart constructor.

Constructors

BuildArtifacts' 

Fields

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

  • encryptionDisabled :: Maybe Bool

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

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

  • artifactIdentifier :: Maybe Text

    An identifier for this artifact definition.

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

  • bucketOwnerAccess :: Maybe BucketOwnerAccess
     

Instances

Instances details
Eq BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

Read BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

Show 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 #

NFData BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

Methods

rnf :: BuildArtifacts -> () #

Hashable BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "BuildArtifacts'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "md5sum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "encryptionDisabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "overrideArtifactName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "artifactIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sha256sum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucketOwnerAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BucketOwnerAccess))))))

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: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:encryptionDisabled:BuildArtifacts', buildArtifacts_encryptionDisabled - Information that tells you if encryption for build artifacts is disabled.

$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:artifactIdentifier:BuildArtifacts', buildArtifacts_artifactIdentifier - An identifier for this artifact definition.

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

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

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_encryptionDisabled :: Lens' BuildArtifacts (Maybe Bool) Source #

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

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_artifactIdentifier :: Lens' BuildArtifacts (Maybe Text) Source #

An identifier for this artifact definition.

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

  • phases :: Maybe [BuildBatchPhase]

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

  • secondaryArtifacts :: Maybe [BuildArtifacts]

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

  • buildTimeoutInMinutes :: Maybe Int

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

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

  • arn :: Maybe Text

    The ARN of the batch build.

  • startTime :: Maybe POSIX

    The date and time that the batch build started.

  • artifacts :: Maybe BuildArtifacts

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

  • environment :: Maybe ProjectEnvironment
     
  • 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.
  • 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.
  • buildBatchStatus :: Maybe StatusType

    The status of the batch build.

  • currentPhase :: Maybe Text

    The current phase of the batch build.

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

  • queuedTimeoutInMinutes :: Maybe Int

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

  • cache :: Maybe ProjectCache
     
  • secondarySources :: Maybe [ProjectSource]

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

  • sourceVersion :: Maybe Text

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

  • 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.
  • vpcConfig :: Maybe VpcConfig
     
  • endTime :: Maybe POSIX

    The date and time that the batch build ended.

  • projectName :: Maybe Text

    The name of the batch build project.

  • buildGroups :: Maybe [BuildGroup]

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

  • source :: Maybe ProjectSource
     
  • id :: Maybe Text

    The identifier of the batch build.

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

  • buildBatchConfig :: Maybe ProjectBuildBatchConfig
     
  • 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>).

  • logConfig :: Maybe LogsConfig
     
  • serviceRole :: Maybe Text

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

  • complete :: Maybe Bool

    Indicates if the batch build is complete.

Instances

Instances details
Eq BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

Read BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

Show 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 #

NFData BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

Methods

rnf :: BuildBatch -> () #

Hashable BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "BuildBatch'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "phases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BuildBatchPhase])) :*: (S1 ('MetaSel ('Just "secondaryArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BuildArtifacts])) :*: S1 ('MetaSel ('Just "buildTimeoutInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "debugSessionEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "artifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BuildArtifacts))))) :*: (((S1 ('MetaSel ('Just "environment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectEnvironment)) :*: S1 ('MetaSel ('Just "initiator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "secondarySourceVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProjectSourceVersion])) :*: S1 ('MetaSel ('Just "buildBatchStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StatusType)))) :*: ((S1 ('MetaSel ('Just "currentPhase") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "buildBatchNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "queuedTimeoutInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "cache") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectCache)))))) :*: (((S1 ('MetaSel ('Just "secondarySources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProjectSource])) :*: (S1 ('MetaSel ('Just "sourceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resolvedSourceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfig)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "buildGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BuildGroup]))))) :*: (((S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectSource)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "fileSystemLocations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProjectFileSystemLocation])) :*: S1 ('MetaSel ('Just "buildBatchConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectBuildBatchConfig)))) :*: ((S1 ('MetaSel ('Just "encryptionKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "logConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogsConfig))) :*: (S1 ('MetaSel ('Just "serviceRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "complete") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))))

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:phases:BuildBatch', buildBatch_phases - An array of BuildBatchPhase objects the specify the phases of the batch build.

$sel:secondaryArtifacts:BuildBatch', buildBatch_secondaryArtifacts - An array of BuildArtifacts objects the define the build artifacts for this 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: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:arn:BuildBatch', buildBatch_arn - The ARN of the batch build.

$sel:startTime:BuildBatch', buildBatch_startTime - The date and time that the batch build started.

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

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

$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: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:buildBatchStatus:BuildBatch', buildBatch_buildBatchStatus - The status of the batch build.

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

$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: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:cache:BuildBatch', buildBatch_cache - Undocumented member.

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

$sel:sourceVersion:BuildBatch', buildBatch_sourceVersion - The identifier of the version of the source code to be built.

$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:vpcConfig:BuildBatch', buildBatch_vpcConfig - Undocumented member.

$sel:endTime:BuildBatch', buildBatch_endTime - The date and time that the batch build ended.

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

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

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

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

$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:buildBatchConfig:BuildBatch', buildBatch_buildBatchConfig - Undocumented member.

$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>).

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

$sel:serviceRole:BuildBatch', buildBatch_serviceRole - The name of a service role used for builds in the batch.

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

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

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

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

An array of BuildArtifacts objects the define the build artifacts for this 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_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_arn :: Lens' BuildBatch (Maybe Text) Source #

The ARN of the batch build.

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

The date and time that the batch build started.

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

A BuildArtifacts object the defines the build artifacts for this 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_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_currentPhase :: Lens' BuildBatch (Maybe Text) Source #

The current phase of the 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_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_secondarySources :: Lens' BuildBatch (Maybe [ProjectSource]) Source #

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

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

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

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_endTime :: Lens' BuildBatch (Maybe UTCTime) Source #

The date and time that the batch build ended.

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

The name of the batch build project.

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

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

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

The identifier of the batch build.

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_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_serviceRole :: Lens' BuildBatch (Maybe Text) Source #

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

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

Indicates if the batch build is complete.

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
Eq BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

Read BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

Show 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 #

NFData BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

Methods

rnf :: BuildBatchFilter -> () #

Hashable BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

ToJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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.

  • startTime :: Maybe POSIX

    When the batch build phase started, 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.
  • endTime :: Maybe POSIX

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

  • durationInSeconds :: Maybe Integer

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

Instances

Instances details
Eq BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

Read BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

Show 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 #

NFData BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

Methods

rnf :: BuildBatchPhase -> () #

Hashable BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "BuildBatchPhase'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "contexts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhaseContext])) :*: (S1 ('MetaSel ('Just "startTime") '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 "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "durationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))))

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:startTime:BuildBatchPhase', buildBatchPhase_startTime - When the batch build phase started, 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:endTime:BuildBatchPhase', buildBatchPhase_endTime - When the batch build phase ended, expressed in Unix time format.

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

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

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

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

When the batch build phase started, 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_endTime :: Lens' BuildBatchPhase (Maybe UTCTime) Source #

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

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

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

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
Eq BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

Read BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

Show 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 #

NFData BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

Methods

rnf :: BuildGroup -> () #

Hashable BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "BuildGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dependsOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "ignoreFailure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "currentBuildSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BuildSummary)) :*: 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:identifier:BuildGroup', buildGroup_identifier - Contains the identifier of the 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:ignoreFailure:BuildGroup', buildGroup_ignoreFailure - Specifies if failures in this build group can be ignored.

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

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

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

Contains the identifier of the 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_ignoreFailure :: Lens' BuildGroup (Maybe Bool) Source #

Specifies if failures in this build group can be ignored.

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

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

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
Eq BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

Read BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

Show 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 #

NFData BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

Methods

rnf :: BuildNotDeleted -> () #

Hashable BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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.

  • startTime :: Maybe POSIX

    When the build phase started, 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.
  • endTime :: Maybe POSIX

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

  • durationInSeconds :: Maybe Integer

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

Instances

Instances details
Eq BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

Read BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

Show 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 #

NFData BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

Methods

rnf :: BuildPhase -> () #

Hashable BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

FromJSON BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

type Rep BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

type Rep BuildPhase = D1 ('MetaData "BuildPhase" "Amazonka.CodeBuild.Types.BuildPhase" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "BuildPhase'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "contexts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PhaseContext])) :*: (S1 ('MetaSel ('Just "startTime") '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 BuildPhaseType)) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "durationInSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))))

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:startTime:BuildPhase', buildPhase_startTime - When the build phase started, 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:endTime:BuildPhase', buildPhase_endTime - When the build phase ended, expressed in Unix time format.

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

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

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

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

When the build phase started, 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_endTime :: Lens' BuildPhase (Maybe UTCTime) Source #

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

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

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

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
Eq BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

Read BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

Show 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 #

NFData BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

Methods

rnf :: BuildStatusConfig -> () #

Hashable BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

ToJSON BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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
Eq BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

Read BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

Show 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 #

NFData BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

Methods

rnf :: BuildSummary -> () #

Hashable BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "BuildSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "secondaryArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResolvedArtifact])) :*: S1 ('MetaSel ('Just "primaryArtifact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResolvedArtifact))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "buildStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StatusType)) :*: S1 ('MetaSel ('Just "requestedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

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:secondaryArtifacts:BuildSummary', buildSummary_secondaryArtifacts - An array of ResolvedArtifact objects that represents the secondary build artifacts for the build group.

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

$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:requestedOn:BuildSummary', buildSummary_requestedOn - 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.

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

A ResolvedArtifact object that represents the primary 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_requestedOn :: Lens' BuildSummary (Maybe UTCTime) Source #

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

CloudWatchLogsConfig

data CloudWatchLogsConfig Source #

Information about CloudWatch Logs for a build project.

See: newCloudWatchLogsConfig smart constructor.

Constructors

CloudWatchLogsConfig' 

Fields

Instances

Instances details
Eq CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

Read CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

Show 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 #

NFData CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

Methods

rnf :: CloudWatchLogsConfig -> () #

Hashable CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

ToJSON CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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
Eq CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

Read CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

Show 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 #

NFData CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

Methods

rnf :: CodeCoverage -> () #

Hashable CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

FromJSON 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:expired:CodeCoverage', codeCoverage_expired - The date and time that the tests were run.

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

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

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

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

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

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

$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:reportARN:CodeCoverage', codeCoverage_reportARN - The ARN of the report.

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

The date and time that the tests were run.

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

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

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

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

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

The path of the test report file.

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

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

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

The number of lines that are covered by your tests.

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

The percentage of branches that are covered by your tests.

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.

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
Eq CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

Read CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

Show 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 #

NFData CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

Hashable CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "CodeCoverageReportSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "branchesMissed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "linesMissed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "branchesCovered") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "linesCovered") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "branchCoveragePercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "lineCoveragePercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))))

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:branchesMissed:CodeCoverageReportSummary', codeCoverageReportSummary_branchesMissed - The number of conditional branches that are not covered by your tests.

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

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

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

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

$sel:lineCoveragePercentage:CodeCoverageReportSummary', codeCoverageReportSummary_lineCoveragePercentage - The percentage of lines 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_linesMissed :: Lens' CodeCoverageReportSummary (Maybe Natural) Source #

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

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

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

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

The number of lines that are covered by your tests.

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

The percentage of branches that are covered by your tests.

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

The percentage of lines that are 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
Eq DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

Read DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

Show 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 #

NFData DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

Methods

rnf :: DebugSession -> () #

Hashable DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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
Eq EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

Read EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

Show 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 #

NFData EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

Methods

rnf :: EnvironmentImage -> () #

Hashable EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "EnvironmentImage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "versions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") '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:versions:EnvironmentImage', environmentImage_versions - A list of environment image versions.

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

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

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

A list of environment image versions.

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

The name of the Docker image.

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

The description of the Docker image.

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
Eq EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

Read EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

Show 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 #

NFData EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

Methods

rnf :: EnvironmentLanguage -> () #

Hashable EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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
Eq EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

Read EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

Show 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 #

NFData EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

Methods

rnf :: EnvironmentPlatform -> () #

Hashable EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "EnvironmentPlatform'" 'PrefixI 'True) (S1 ('MetaSel ('Just "platform") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlatformType)) :*: S1 ('MetaSel ('Just "languages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EnvironmentLanguage]))))

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:platform:EnvironmentPlatform', environmentPlatform_platform - The platform's name.

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

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
Eq EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

Read EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

Show 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 #

NFData EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

Methods

rnf :: EnvironmentVariable -> () #

Hashable EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

ToJSON EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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

  • value :: Maybe Text

    The value assigned to the exported environment variable.

  • name :: Maybe Text

    The name of the exported environment variable.

Instances

Instances details
Eq ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

Read ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

Show 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 #

NFData ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

Hashable ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ExportedEnvironmentVariable'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") '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:value:ExportedEnvironmentVariable', exportedEnvironmentVariable_value - The value assigned to the exported environment variable.

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

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

The value assigned to the exported environment variable.

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

The name of 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
Eq GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

Read GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

Show 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 #

NFData GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

Methods

rnf :: GitSubmodulesConfig -> () #

Hashable GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

ToJSON GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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
Eq LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

Read LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

Show 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 #

NFData LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

Methods

rnf :: LogsConfig -> () #

Hashable LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

ToJSON LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "LogsConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Logs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3LogsConfig)) :*: S1 ('MetaSel ('Just "cloudWatchLogs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchLogsConfig))))

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:s3Logs:LogsConfig', logsConfig_s3Logs - Information about logs built to an S3 bucket for a build project. S3 logs are not enabled by default.

$sel:cloudWatchLogs:LogsConfig', logsConfig_cloudWatchLogs - 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.

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

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

LogsLocation

data LogsLocation Source #

Information about build logs in CloudWatch Logs.

See: newLogsLocation smart constructor.

Constructors

LogsLocation' 

Fields

Instances

Instances details
Eq LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

Read LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

Show 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 #

NFData LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

Methods

rnf :: LogsLocation -> () #

Hashable LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

FromJSON 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:deepLink:LogsLocation', logsLocation_deepLink - The URL to an individual build log in CloudWatch Logs.

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

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

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

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

$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:groupName:LogsLocation', logsLocation_groupName - The name of the CloudWatch Logs group for the build logs.

$sel:streamName:LogsLocation', logsLocation_streamName - The name of the CloudWatch Logs stream for the build logs.

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

The URL to an individual build log in CloudWatch Logs.

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

Information about S3 logs for a build project.

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

Information about CloudWatch Logs for a build project.

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

The URL to a build log in an S3 bucket.

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_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_groupName :: Lens' LogsLocation (Maybe Text) Source #

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

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
Eq NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

Read NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

Show 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 #

NFData NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

Methods

rnf :: NetworkInterface -> () #

Hashable NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "NetworkInterface'" 'PrefixI 'True) (S1 ('MetaSel ('Just "subnetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "networkInterfaceId") '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:subnetId:NetworkInterface', networkInterface_subnetId - The ID of the subnet.

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

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
Eq PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

Read PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

Show 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 #

NFData PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

Methods

rnf :: PhaseContext -> () #

Hashable PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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

  • secondaryArtifacts :: Maybe [ProjectArtifacts]

    An array of ProjectArtifacts objects.

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

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

  • environment :: Maybe ProjectEnvironment

    Information about the build environment for this build project.

  • created :: Maybe POSIX

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

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

  • 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).

  • queuedTimeoutInMinutes :: Maybe Natural

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

  • cache :: Maybe ProjectCache

    Information about the cache for the build project.

  • secondarySources :: Maybe [ProjectSource]

    An array of ProjectSource objects.

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

  • name :: Maybe Text

    The name of the build project.

  • vpcConfig :: Maybe VpcConfig

    Information about the VPC configuration that CodeBuild accesses.

  • publicProjectAlias :: Maybe Text

    Contains the project identifier used with the public build APIs.

  • source :: Maybe ProjectSource

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

  • badge :: Maybe ProjectBadge

    Information about the build badge for the build project.

  • logsConfig :: Maybe LogsConfig

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

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

  • buildBatchConfig :: Maybe ProjectBuildBatchConfig

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

  • 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).

  • lastModified :: Maybe POSIX

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

  • projectVisibility :: Maybe ProjectVisibilityType
     
  • webhook :: Maybe Webhook

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

  • description :: Maybe Text

    A description that makes the build project easy to identify.

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

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

Instances

Instances details
Eq Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

Methods

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

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

Read Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

Show 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 #

NFData Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

Methods

rnf :: Project -> () #

Hashable Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

Methods

hashWithSalt :: Int -> Project -> Int #

hash :: Project -> Int #

FromJSON Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

type Rep Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

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

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:secondaryArtifacts:Project', project_secondaryArtifacts - An array of ProjectArtifacts objects.

$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: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:environment:Project', project_environment - Information about the build environment for this build project.

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

$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: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:queuedTimeoutInMinutes:Project', project_queuedTimeoutInMinutes - The number of minutes a build is allowed to be queued before it times out.

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

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

$sel:sourceVersion: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:name:Project', project_name - The name of the build project.

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

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

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

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

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

$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:buildBatchConfig:Project', project_buildBatchConfig - A ProjectBuildBatchConfig object that defines the batch build options for the project.

$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:lastModified:Project', project_lastModified - When the build project's settings were last modified, expressed in Unix time format.

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

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

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

$sel:serviceRole: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: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.

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

An array of ProjectArtifacts objects.

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_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_environment :: Lens' Project (Maybe ProjectEnvironment) Source #

Information about the build environment for this build project.

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

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

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_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_queuedTimeoutInMinutes :: Lens' Project (Maybe Natural) Source #

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

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

Information about the cache for the build project.

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

An array of ProjectSource objects.

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_name :: Lens' Project (Maybe Text) Source #

The name of the build project.

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

Information about the VPC configuration that CodeBuild accesses.

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

Contains the project identifier used with the public build APIs.

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

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

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

Information about the build badge for the build project.

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_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_buildBatchConfig :: Lens' Project (Maybe ProjectBuildBatchConfig) Source #

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

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_lastModified :: Lens' Project (Maybe UTCTime) Source #

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

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

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

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

A description that makes the build project easy to identify.

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

ProjectArtifacts

data ProjectArtifacts Source #

Information about the build output artifacts for the build project.

See: newProjectArtifacts smart constructor.

Constructors

ProjectArtifacts' 

Fields

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

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

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

  • artifactIdentifier :: Maybe Text

    An identifier for this artifact definition.

  • bucketOwnerAccess :: Maybe BucketOwnerAccess
     
  • 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.

  • 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
Eq ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

Read ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

Show 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 #

NFData ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

Methods

rnf :: ProjectArtifacts -> () #

Hashable ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

ToJSON ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

FromJSON 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: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: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: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: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:artifactIdentifier:ProjectArtifacts', projectArtifacts_artifactIdentifier - An identifier for this artifact definition.

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

$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: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_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_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_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_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_artifactIdentifier :: Lens' ProjectArtifacts (Maybe Text) Source #

An identifier for this artifact definition.

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_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
Eq ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

Read ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

Show 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 #

NFData ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

Methods

rnf :: ProjectBadge -> () #

Hashable ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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

  • combineArtifacts :: Maybe Bool

    Specifies if the build artifacts for the batch build should be combined into a single artifact location.

  • timeoutInMins :: Maybe Int

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

  • restrictions :: Maybe BatchRestrictions

    A BatchRestrictions object that specifies the restrictions for the batch build.

  • 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.
  • serviceRole :: Maybe Text

    Specifies the service role ARN for the batch build project.

Instances

Instances details
Eq ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

Read ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

Show 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 #

NFData ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

Methods

rnf :: ProjectBuildBatchConfig -> () #

Hashable ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

ToJSON ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ProjectBuildBatchConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "combineArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "timeoutInMins") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "restrictions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchRestrictions)) :*: (S1 ('MetaSel ('Just "batchReportMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchReportModeType)) :*: S1 ('MetaSel ('Just "serviceRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:combineArtifacts:ProjectBuildBatchConfig', projectBuildBatchConfig_combineArtifacts - Specifies if the build artifacts for the batch build should be combined into a single artifact location.

$sel:timeoutInMins:ProjectBuildBatchConfig', projectBuildBatchConfig_timeoutInMins - Specifies the maximum amount of time, in minutes, that the batch build must be completed in.

$sel:restrictions:ProjectBuildBatchConfig', projectBuildBatchConfig_restrictions - A BatchRestrictions object that specifies the restrictions for the batch build.

$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:serviceRole:ProjectBuildBatchConfig', projectBuildBatchConfig_serviceRole - Specifies the service role ARN for the batch build project.

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_timeoutInMins :: Lens' ProjectBuildBatchConfig (Maybe Int) Source #

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

projectBuildBatchConfig_restrictions :: Lens' ProjectBuildBatchConfig (Maybe BatchRestrictions) Source #

A BatchRestrictions object that specifies the restrictions for the batch build.

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_serviceRole :: Lens' ProjectBuildBatchConfig (Maybe Text) Source #

Specifies the service role ARN for the batch build project.

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
Eq ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

Read ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

Show 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 #

NFData ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

Methods

rnf :: ProjectCache -> () #

Hashable ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

ToJSON ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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

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

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

  • 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
Eq ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

Read ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

Show 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 #

NFData ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

Methods

rnf :: ProjectEnvironment -> () #

Hashable ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

ToJSON ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

FromJSON 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: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.

$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:type':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_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_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_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

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

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

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

  • type' :: Maybe FileSystemType

    The type of the file system. The one supported type is EFS.

  • mountPoint :: Maybe Text

    The location in the container where you mount the file system.

Instances

Instances details
Eq ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

Read ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

Show 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 #

NFData ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

Hashable ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

ToJSON ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ProjectFileSystemLocation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "mountOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileSystemType)) :*: S1 ('MetaSel ('Just "mountPoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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: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: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: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:type':ProjectFileSystemLocation', projectFileSystemLocation_type - The type of the file system. The one supported type is EFS.

$sel:mountPoint:ProjectFileSystemLocation', projectFileSystemLocation_mountPoint - The location in the container where you mount the 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_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_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_type :: Lens' ProjectFileSystemLocation (Maybe FileSystemType) Source #

The type of the file system. The one supported type is EFS.

projectFileSystemLocation_mountPoint :: Lens' ProjectFileSystemLocation (Maybe Text) Source #

The location in the container where you mount the file system.

ProjectSource

data ProjectSource Source #

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

See: newProjectSource smart constructor.

Constructors

ProjectSource' 

Fields

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

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

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

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

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

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

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

  • 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
Eq ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

Read ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

Show 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 #

NFData ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

Methods

rnf :: ProjectSource -> () #

Hashable ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

ToJSON ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

FromJSON 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: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: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: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: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: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.

$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: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:type':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_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_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_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_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_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_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_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_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
Eq ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

Read ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

Show 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 #

NFData ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

Methods

rnf :: ProjectSourceVersion -> () #

Hashable ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

ToJSON ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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
Eq RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

Read RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

Show 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 #

NFData RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

Methods

rnf :: RegistryCredential -> () #

Hashable RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

ToJSON RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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
Eq Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

Methods

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

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

Read Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

Show 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 #

NFData Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

Methods

rnf :: Report -> () #

Hashable Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

Methods

hashWithSalt :: Int -> Report -> Int #

hash :: Report -> Int #

FromJSON Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

type Rep Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

type Rep Report = D1 ('MetaData "Report" "Amazonka.CodeBuild.Types.Report" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "Report'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "reportGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportStatusType)) :*: S1 ('MetaSel ('Just "expired") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "executionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "truncated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "created") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "codeCoverageSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CodeCoverageReportSummary)))) :*: (S1 ('MetaSel ('Just "testSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TestReportSummary)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportType)) :*: S1 ('MetaSel ('Just "exportConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportExportConfig)))))))

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: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: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:executionId:Report', report_executionId - The ARN of the build run that generated this 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:arn:Report', report_arn - The ARN of the report run.

$sel:created:Report', report_created - The date and time this report run occurred.

$sel:name:Report', report_name - The name of the report that was run.

$sel:codeCoverageSummary:Report', report_codeCoverageSummary - A CodeCoverageReportSummary object that contains a code coverage summary for this report.

$sel:testSummary:Report', report_testSummary - A TestReportSummary object that contains information about this test report.

$sel:type':Report', report_type - The type of the report that was run.

CODE_COVERAGE
A code coverage report.
TEST
A test report.

$sel:exportConfig:Report', report_exportConfig - Information about where the raw data used to generate this report was exported.

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_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_executionId :: Lens' Report (Maybe Text) Source #

The ARN of the build run that generated this 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_arn :: Lens' Report (Maybe Text) Source #

The ARN of the report run.

report_created :: Lens' Report (Maybe UTCTime) Source #

The date and time this report run occurred.

report_name :: Lens' Report (Maybe Text) Source #

The name of the report that was run.

report_codeCoverageSummary :: Lens' Report (Maybe CodeCoverageReportSummary) Source #

A CodeCoverageReportSummary object that contains a code coverage summary for this report.

report_testSummary :: Lens' Report (Maybe TestReportSummary) Source #

A TestReportSummary object that contains information about this test report.

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.

report_exportConfig :: Lens' Report (Maybe ReportExportConfig) Source #

Information about where the raw data used to generate this report was exported.

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
Eq ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

Read ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

Show 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 #

NFData ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

Methods

rnf :: ReportExportConfig -> () #

Hashable ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

ToJSON ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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
Eq ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

Read ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

Show 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 #

NFData ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

Methods

rnf :: ReportFilter -> () #

Hashable ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

ToJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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

  • 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.
  • arn :: Maybe Text

    The ARN of the ReportGroup.

  • created :: Maybe POSIX

    The date and time this ReportGroup was created.

  • name :: Maybe Text

    The name of the ReportGroup.

  • 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.
  • lastModified :: Maybe POSIX

    The date and time this ReportGroup was last modified.

  • exportConfig :: Maybe ReportExportConfig

    Information about the destination where the raw data of this ReportGroup is exported.

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

Instances

Instances details
Eq ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

Read ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

Show 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 #

NFData ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

Methods

rnf :: ReportGroup -> () #

Hashable ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

FromJSON 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: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:arn:ReportGroup', reportGroup_arn - The ARN of the ReportGroup.

$sel:created:ReportGroup', reportGroup_created - The date and time this ReportGroup was created.

$sel:name:ReportGroup', reportGroup_name - The name of the ReportGroup.

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

$sel:lastModified:ReportGroup', reportGroup_lastModified - The date and time this ReportGroup was last modified.

$sel:exportConfig:ReportGroup', reportGroup_exportConfig - Information about the destination where the raw data of this ReportGroup is exported.

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

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_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_name :: Lens' ReportGroup (Maybe Text) Source #

The name of the ReportGroup.

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.

reportGroup_lastModified :: Lens' ReportGroup (Maybe UTCTime) Source #

The date and time this ReportGroup was last modified.

reportGroup_exportConfig :: Lens' ReportGroup (Maybe ReportExportConfig) Source #

Information about the destination where the raw data of this ReportGroup is exported.

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.

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
Eq ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

Read ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

Show 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 #

NFData ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

Methods

rnf :: ReportGroupTrendStats -> () #

Hashable ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ReportGroupTrendStats'" 'PrefixI 'True) (S1 ('MetaSel ('Just "max") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "average") '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:max:ReportGroupTrendStats', reportGroupTrendStats_max - Contains the maximum value analyzed.

$sel:average:ReportGroupTrendStats', reportGroupTrendStats_average - Contains the average of all values analyzed.

$sel:min:ReportGroupTrendStats', reportGroupTrendStats_min - Contains the minimum value analyzed.

reportGroupTrendStats_max :: Lens' ReportGroupTrendStats (Maybe Text) Source #

Contains the maximum value analyzed.

reportGroupTrendStats_average :: Lens' ReportGroupTrendStats (Maybe Text) Source #

Contains the average of all values 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
Eq ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

Read ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

Show 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 #

NFData ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

Methods

rnf :: ReportWithRawData -> () #

Hashable ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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
Eq ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

Read ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

Show 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 #

NFData ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

Methods

rnf :: ResolvedArtifact -> () #

Hashable ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ResolvedArtifact'" 'PrefixI 'True) (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "identifier") '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:location:ResolvedArtifact', resolvedArtifact_location - The location of the artifact.

$sel:identifier:ResolvedArtifact', resolvedArtifact_identifier - The identifier 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

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

  • encryptionDisabled :: Maybe Bool

    Set to true if you do not want your S3 build log output encrypted. By default S3 build logs are encrypted.

  • bucketOwnerAccess :: Maybe BucketOwnerAccess
     
  • 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
Eq S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

Read S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

Show 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 #

NFData S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

Methods

rnf :: S3LogsConfig -> () #

Hashable S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

ToJSON S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "S3LogsConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "encryptionDisabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "bucketOwnerAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BucketOwnerAccess)) :*: 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: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: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:bucketOwnerAccess:S3LogsConfig', s3LogsConfig_bucketOwnerAccess - Undocumented member.

$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_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_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_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

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

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

Instances

Instances details
Eq S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

Read S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

Show 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 #

NFData S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

Methods

rnf :: S3ReportExportConfig -> () #

Hashable S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

ToJSON S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "S3ReportExportConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "packaging") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportPackagingType)) :*: (S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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))))))

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

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

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.

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.

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
Eq SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

Read SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

Show 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 #

NFData SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

Methods

rnf :: SourceAuth -> () #

Hashable SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

ToJSON SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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.

  • serverType :: Maybe ServerType

    The type of source provider. The valid options are GITHUB, GITHUB_ENTERPRISE, or BITBUCKET.

  • authType :: Maybe AuthType

    The type of authentication used by the credentials. Valid options are OAUTH, BASIC_AUTH, or PERSONAL_ACCESS_TOKEN.

Instances

Instances details
Eq SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

Read SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

Show 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 #

NFData SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

Methods

rnf :: SourceCredentialsInfo -> () #

Hashable SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "SourceCredentialsInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "serverType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServerType)) :*: S1 ('MetaSel ('Just "authType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AuthType)))))

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:serverType:SourceCredentialsInfo', sourceCredentialsInfo_serverType - The type of source provider. The valid options are GITHUB, GITHUB_ENTERPRISE, or BITBUCKET.

$sel:authType:SourceCredentialsInfo', sourceCredentialsInfo_authType - The type of authentication used by the credentials. Valid options are OAUTH, BASIC_AUTH, or PERSONAL_ACCESS_TOKEN.

sourceCredentialsInfo_arn :: Lens' SourceCredentialsInfo (Maybe Text) Source #

The Amazon Resource Name (ARN) of the token.

sourceCredentialsInfo_serverType :: Lens' SourceCredentialsInfo (Maybe ServerType) Source #

The type of source provider. The valid options are GITHUB, GITHUB_ENTERPRISE, or BITBUCKET.

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.

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
Eq Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

Methods

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

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

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 #

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 #

NFData Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.CodeBuild.Types.Tag" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") '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:value:Tag', tag_value - The tag's value.

$sel:key:Tag', tag_key - The tag's key.

tag_value :: Lens' Tag (Maybe Text) Source #

The tag's value.

tag_key :: Lens' Tag (Maybe Text) Source #

The tag's key.

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.

  • status :: Maybe Text

    The status returned by the test case after it was run. Valid statuses are SUCCEEDED, FAILED, ERROR, SKIPPED, and UNKNOWN.

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

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

  • name :: Maybe Text

    The name of the test case.

  • testRawDataPath :: Maybe Text

    The path to the raw data file that contains the test result.

  • message :: Maybe Text

    A message associated with a test case. For example, an error message or stack trace.

  • reportArn :: Maybe Text

    The ARN of the report to which the test case belongs.

Instances

Instances details
Eq TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

Read TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

Show 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 #

NFData TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

Methods

rnf :: TestCase -> () #

Hashable TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

Methods

hashWithSalt :: Int -> TestCase -> Int #

hash :: TestCase -> Int #

FromJSON TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

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: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: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: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:name:TestCase', testCase_name - The name of the test case.

$sel:testRawDataPath:TestCase', testCase_testRawDataPath - The path to the raw data file that contains the test result.

$sel:message:TestCase', testCase_message - A message associated with a test case. For example, an error message or stack trace.

$sel:reportArn:TestCase', testCase_reportArn - The ARN of the report to which the test case belongs.

testCase_durationInNanoSeconds :: Lens' TestCase (Maybe Integer) Source #

The number of nanoseconds it took to run this test case.

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_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_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_name :: Lens' TestCase (Maybe Text) Source #

The name of the test case.

testCase_testRawDataPath :: Lens' TestCase (Maybe Text) Source #

The path to the raw data file that contains the test result.

testCase_message :: Lens' TestCase (Maybe Text) Source #

A message associated with a test case. For example, an error message or stack trace.

testCase_reportArn :: Lens' TestCase (Maybe Text) Source #

The ARN of the report to which the test case belongs.

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

  • status :: Maybe Text

    The status used to filter test cases. A TestCaseFilter can have one status. Valid values are:

    • SUCCEEDED
    • FAILED
    • ERROR
    • SKIPPED
    • UNKNOWN
  • 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.

Instances

Instances details
Eq TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

Read TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

Show 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 #

NFData TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

Methods

rnf :: TestCaseFilter -> () #

Hashable TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

ToJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "TestCaseFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "keyword") '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: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

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

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

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.

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
Eq TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

Read TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

Show 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 #

NFData TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

Methods

rnf :: TestReportSummary -> () #

Hashable TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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
Eq VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

Read VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

Show 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 #

NFData VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

Methods

rnf :: VpcConfig -> () #

Hashable VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

ToJSON VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "VpcConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subnets") '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:vpcId:VpcConfig', vpcConfig_vpcId - The ID of the Amazon VPC.

$sel:subnets:VpcConfig', vpcConfig_subnets - A list of one or more subnet IDs in your Amazon VPC.

vpcConfig_securityGroupIds :: Lens' VpcConfig (Maybe [Text]) Source #

A list of one or more security groups IDs in your Amazon VPC.

vpcConfig_vpcId :: Lens' VpcConfig (Maybe Text) Source #

The ID of the Amazon VPC.

vpcConfig_subnets :: Lens' VpcConfig (Maybe [Text]) Source #

A list of one or more subnet IDs in your 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.

  • lastModifiedSecret :: Maybe POSIX

    A timestamp that indicates the last time a repository's secret token was modified.

  • url :: Maybe Text

    The URL to the webhook.

  • secret :: Maybe Text

    The secret token of the associated repository.

    A Bitbucket webhook does not support secret.

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

  • payloadUrl :: Maybe Text

    The CodeBuild endpoint where webhook events are sent.

  • buildType :: Maybe WebhookBuildType

    Specifies the type of build this webhook will trigger.

Instances

Instances details
Eq Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

Methods

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

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

Read Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

Show 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 #

NFData Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

Methods

rnf :: Webhook -> () #

Hashable Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

Methods

hashWithSalt :: Int -> Webhook -> Int #

hash :: Webhook -> Int #

FromJSON Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

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:lastModifiedSecret:Webhook', webhook_lastModifiedSecret - A timestamp that indicates the last time a repository's secret token was modified.

$sel:url:Webhook', webhook_url - The URL to the webhook.

$sel:secret:Webhook', webhook_secret - The secret token of the associated repository.

A Bitbucket webhook does not support secret.

$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:payloadUrl:Webhook', webhook_payloadUrl - The CodeBuild endpoint where webhook events are sent.

$sel:buildType:Webhook', webhook_buildType - Specifies the type of build this webhook will trigger.

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_lastModifiedSecret :: Lens' Webhook (Maybe UTCTime) Source #

A timestamp that indicates the last time a repository's secret token was modified.

webhook_url :: Lens' Webhook (Maybe Text) Source #

The URL to the webhook.

webhook_secret :: Lens' Webhook (Maybe Text) Source #

The secret token of the associated repository.

A Bitbucket webhook does not support secret.

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_payloadUrl :: Lens' Webhook (Maybe Text) Source #

The CodeBuild endpoint where webhook events are sent.

webhook_buildType :: Lens' Webhook (Maybe WebhookBuildType) Source #

Specifies the type of build this webhook will trigger.

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
Eq WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

Read WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

Show 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 #

NFData WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

Methods

rnf :: WebhookFilter -> () #

Hashable WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

ToJSON WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

FromJSON 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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.