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

Amazonka.CodeBuild

Contents

Description

Derived from API version 2016-10-06 of the AWS service descriptions, licensed under Apache 2.0.

CodeBuild

CodeBuild is a fully managed build service in the cloud. CodeBuild compiles your source code, runs unit tests, and produces artifacts that are ready to deploy. CodeBuild eliminates the need to provision, manage, and scale your own build servers. It provides prepackaged build environments for the most popular programming languages and build tools, such as Apache Maven, Gradle, and more. You can also fully customize build environments in CodeBuild to use your own build tools. CodeBuild scales automatically to meet peak build requests. You pay only for the build time you consume. For more information about CodeBuild, see the <https:docs.aws.amazon.comcodebuildlatestuserguidewelcome.html CodeBuild User Guide>.

Synopsis

Service Configuration

defaultService :: Service Source #

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

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by CodeBuild.

AccountLimitExceededException

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

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

InvalidInputException

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

The input value that was provided is not valid.

OAuthProviderException

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

There was a problem with the underlying OAuth provider.

ResourceAlreadyExistsException

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

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

ResourceNotFoundException

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

The specified Amazon Web Services resource cannot be found.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

BatchDeleteBuilds

data BatchDeleteBuilds Source #

See: newBatchDeleteBuilds smart constructor.

Instances

Instances details
ToJSON BatchDeleteBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

ToHeaders BatchDeleteBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

ToPath BatchDeleteBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

ToQuery BatchDeleteBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

AWSRequest BatchDeleteBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

Associated Types

type AWSResponse BatchDeleteBuilds #

Generic BatchDeleteBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

Associated Types

type Rep BatchDeleteBuilds :: Type -> Type #

Read BatchDeleteBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

Show BatchDeleteBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

NFData BatchDeleteBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

Methods

rnf :: BatchDeleteBuilds -> () #

Eq BatchDeleteBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

Hashable BatchDeleteBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

type AWSResponse BatchDeleteBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

type Rep BatchDeleteBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

type Rep BatchDeleteBuilds = D1 ('MetaData "BatchDeleteBuilds" "Amazonka.CodeBuild.BatchDeleteBuilds" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "BatchDeleteBuilds'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ids") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newBatchDeleteBuilds Source #

Create a value of BatchDeleteBuilds 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:ids:BatchDeleteBuilds', batchDeleteBuilds_ids - The IDs of the builds to delete.

data BatchDeleteBuildsResponse Source #

See: newBatchDeleteBuildsResponse smart constructor.

Instances

Instances details
Generic BatchDeleteBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

Associated Types

type Rep BatchDeleteBuildsResponse :: Type -> Type #

Read BatchDeleteBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

Show BatchDeleteBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

NFData BatchDeleteBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

Eq BatchDeleteBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

type Rep BatchDeleteBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

type Rep BatchDeleteBuildsResponse = D1 ('MetaData "BatchDeleteBuildsResponse" "Amazonka.CodeBuild.BatchDeleteBuilds" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "BatchDeleteBuildsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "buildsDeleted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "buildsNotDeleted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BuildNotDeleted])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchDeleteBuildsResponse Source #

Create a value of BatchDeleteBuildsResponse 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:buildsDeleted:BatchDeleteBuildsResponse', batchDeleteBuildsResponse_buildsDeleted - The IDs of the builds that were successfully deleted.

$sel:buildsNotDeleted:BatchDeleteBuildsResponse', batchDeleteBuildsResponse_buildsNotDeleted - Information about any builds that could not be successfully deleted.

$sel:httpStatus:BatchDeleteBuildsResponse', batchDeleteBuildsResponse_httpStatus - The response's http status code.

BatchGetBuildBatches

data BatchGetBuildBatches Source #

See: newBatchGetBuildBatches smart constructor.

Constructors

BatchGetBuildBatches' [Text] 

Instances

Instances details
ToJSON BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

ToHeaders BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

ToPath BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

ToQuery BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

AWSRequest BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Associated Types

type AWSResponse BatchGetBuildBatches #

Generic BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Associated Types

type Rep BatchGetBuildBatches :: Type -> Type #

Read BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Show BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

NFData BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Methods

rnf :: BatchGetBuildBatches -> () #

Eq BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Hashable BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

type AWSResponse BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

type Rep BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

type Rep BatchGetBuildBatches = D1 ('MetaData "BatchGetBuildBatches" "Amazonka.CodeBuild.BatchGetBuildBatches" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "BatchGetBuildBatches'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ids") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newBatchGetBuildBatches :: BatchGetBuildBatches Source #

Create a value of BatchGetBuildBatches 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:ids:BatchGetBuildBatches', batchGetBuildBatches_ids - An array that contains the batch build identifiers to retrieve.

data BatchGetBuildBatchesResponse Source #

See: newBatchGetBuildBatchesResponse smart constructor.

Instances

Instances details
Generic BatchGetBuildBatchesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Associated Types

type Rep BatchGetBuildBatchesResponse :: Type -> Type #

Read BatchGetBuildBatchesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Show BatchGetBuildBatchesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

NFData BatchGetBuildBatchesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Eq BatchGetBuildBatchesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

type Rep BatchGetBuildBatchesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

type Rep BatchGetBuildBatchesResponse = D1 ('MetaData "BatchGetBuildBatchesResponse" "Amazonka.CodeBuild.BatchGetBuildBatches" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "BatchGetBuildBatchesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "buildBatches") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BuildBatch])) :*: (S1 ('MetaSel ('Just "buildBatchesNotFound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchGetBuildBatchesResponse Source #

Create a value of BatchGetBuildBatchesResponse 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:buildBatches:BatchGetBuildBatchesResponse', batchGetBuildBatchesResponse_buildBatches - An array of BuildBatch objects that represent the retrieved batch builds.

$sel:buildBatchesNotFound:BatchGetBuildBatchesResponse', batchGetBuildBatchesResponse_buildBatchesNotFound - An array that contains the identifiers of any batch builds that are not found.

$sel:httpStatus:BatchGetBuildBatchesResponse', batchGetBuildBatchesResponse_httpStatus - The response's http status code.

BatchGetBuilds

data BatchGetBuilds Source #

See: newBatchGetBuilds smart constructor.

Constructors

BatchGetBuilds' (NonEmpty Text) 

Instances

Instances details
ToJSON BatchGetBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

ToHeaders BatchGetBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

ToPath BatchGetBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

ToQuery BatchGetBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

AWSRequest BatchGetBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

Associated Types

type AWSResponse BatchGetBuilds #

Generic BatchGetBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

Associated Types

type Rep BatchGetBuilds :: Type -> Type #

Read BatchGetBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

Show BatchGetBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

NFData BatchGetBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

Methods

rnf :: BatchGetBuilds -> () #

Eq BatchGetBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

Hashable BatchGetBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

type AWSResponse BatchGetBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

type Rep BatchGetBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

type Rep BatchGetBuilds = D1 ('MetaData "BatchGetBuilds" "Amazonka.CodeBuild.BatchGetBuilds" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "BatchGetBuilds'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ids") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newBatchGetBuilds Source #

Create a value of BatchGetBuilds 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:ids:BatchGetBuilds', batchGetBuilds_ids - The IDs of the builds.

data BatchGetBuildsResponse Source #

See: newBatchGetBuildsResponse smart constructor.

Instances

Instances details
Generic BatchGetBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

Associated Types

type Rep BatchGetBuildsResponse :: Type -> Type #

Read BatchGetBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

Show BatchGetBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

NFData BatchGetBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

Methods

rnf :: BatchGetBuildsResponse -> () #

Eq BatchGetBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

type Rep BatchGetBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

type Rep BatchGetBuildsResponse = D1 ('MetaData "BatchGetBuildsResponse" "Amazonka.CodeBuild.BatchGetBuilds" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "BatchGetBuildsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "builds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Build])) :*: (S1 ('MetaSel ('Just "buildsNotFound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchGetBuildsResponse Source #

Create a value of BatchGetBuildsResponse 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:builds:BatchGetBuildsResponse', batchGetBuildsResponse_builds - Information about the requested builds.

$sel:buildsNotFound:BatchGetBuildsResponse', batchGetBuildsResponse_buildsNotFound - The IDs of builds for which information could not be found.

$sel:httpStatus:BatchGetBuildsResponse', batchGetBuildsResponse_httpStatus - The response's http status code.

BatchGetProjects

data BatchGetProjects Source #

See: newBatchGetProjects smart constructor.

Instances

Instances details
ToJSON BatchGetProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

ToHeaders BatchGetProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

ToPath BatchGetProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

ToQuery BatchGetProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

AWSRequest BatchGetProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

Associated Types

type AWSResponse BatchGetProjects #

Generic BatchGetProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

Associated Types

type Rep BatchGetProjects :: Type -> Type #

Read BatchGetProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

Show BatchGetProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

NFData BatchGetProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

Methods

rnf :: BatchGetProjects -> () #

Eq BatchGetProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

Hashable BatchGetProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

type AWSResponse BatchGetProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

type Rep BatchGetProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

type Rep BatchGetProjects = D1 ('MetaData "BatchGetProjects" "Amazonka.CodeBuild.BatchGetProjects" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "BatchGetProjects'" 'PrefixI 'True) (S1 ('MetaSel ('Just "names") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newBatchGetProjects Source #

Create a value of BatchGetProjects 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:names:BatchGetProjects', batchGetProjects_names - The names or ARNs of the build projects. To get information about a project shared with your Amazon Web Services account, its ARN must be specified. You cannot specify a shared project using its name.

data BatchGetProjectsResponse Source #

See: newBatchGetProjectsResponse smart constructor.

Instances

Instances details
Generic BatchGetProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

Associated Types

type Rep BatchGetProjectsResponse :: Type -> Type #

Read BatchGetProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

Show BatchGetProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

NFData BatchGetProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

Eq BatchGetProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

type Rep BatchGetProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

type Rep BatchGetProjectsResponse = D1 ('MetaData "BatchGetProjectsResponse" "Amazonka.CodeBuild.BatchGetProjects" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "BatchGetProjectsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "projects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Project])) :*: (S1 ('MetaSel ('Just "projectsNotFound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchGetProjectsResponse Source #

Create a value of BatchGetProjectsResponse 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:projects:BatchGetProjectsResponse', batchGetProjectsResponse_projects - Information about the requested build projects.

$sel:projectsNotFound:BatchGetProjectsResponse', batchGetProjectsResponse_projectsNotFound - The names of build projects for which information could not be found.

$sel:httpStatus:BatchGetProjectsResponse', batchGetProjectsResponse_httpStatus - The response's http status code.

BatchGetReportGroups

data BatchGetReportGroups Source #

See: newBatchGetReportGroups smart constructor.

Instances

Instances details
ToJSON BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

ToHeaders BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

ToPath BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

ToQuery BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

AWSRequest BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Associated Types

type AWSResponse BatchGetReportGroups #

Generic BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Associated Types

type Rep BatchGetReportGroups :: Type -> Type #

Read BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Show BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

NFData BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Methods

rnf :: BatchGetReportGroups -> () #

Eq BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Hashable BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

type AWSResponse BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

type Rep BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

type Rep BatchGetReportGroups = D1 ('MetaData "BatchGetReportGroups" "Amazonka.CodeBuild.BatchGetReportGroups" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "BatchGetReportGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reportGroupArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newBatchGetReportGroups Source #

Create a value of BatchGetReportGroups 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:reportGroupArns:BatchGetReportGroups', batchGetReportGroups_reportGroupArns - An array of report group ARNs that identify the report groups to return.

data BatchGetReportGroupsResponse Source #

See: newBatchGetReportGroupsResponse smart constructor.

Instances

Instances details
Generic BatchGetReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Associated Types

type Rep BatchGetReportGroupsResponse :: Type -> Type #

Read BatchGetReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Show BatchGetReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

NFData BatchGetReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Eq BatchGetReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

type Rep BatchGetReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

type Rep BatchGetReportGroupsResponse = D1 ('MetaData "BatchGetReportGroupsResponse" "Amazonka.CodeBuild.BatchGetReportGroups" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "BatchGetReportGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reportGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ReportGroup))) :*: (S1 ('MetaSel ('Just "reportGroupsNotFound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchGetReportGroupsResponse Source #

Create a value of BatchGetReportGroupsResponse 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:reportGroups:BatchGetReportGroupsResponse', batchGetReportGroupsResponse_reportGroups - The array of report groups returned by BatchGetReportGroups.

$sel:reportGroupsNotFound:BatchGetReportGroupsResponse', batchGetReportGroupsResponse_reportGroupsNotFound - An array of ARNs passed to BatchGetReportGroups that are not associated with a ReportGroup.

$sel:httpStatus:BatchGetReportGroupsResponse', batchGetReportGroupsResponse_httpStatus - The response's http status code.

BatchGetReports

data BatchGetReports Source #

See: newBatchGetReports smart constructor.

Instances

Instances details
ToJSON BatchGetReports Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

ToHeaders BatchGetReports Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

ToPath BatchGetReports Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

ToQuery BatchGetReports Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

AWSRequest BatchGetReports Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

Associated Types

type AWSResponse BatchGetReports #

Generic BatchGetReports Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

Associated Types

type Rep BatchGetReports :: Type -> Type #

Read BatchGetReports Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

Show BatchGetReports Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

NFData BatchGetReports Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

Methods

rnf :: BatchGetReports -> () #

Eq BatchGetReports Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

Hashable BatchGetReports Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

type AWSResponse BatchGetReports Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

type Rep BatchGetReports Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

type Rep BatchGetReports = D1 ('MetaData "BatchGetReports" "Amazonka.CodeBuild.BatchGetReports" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "BatchGetReports'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reportArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newBatchGetReports Source #

Create a value of BatchGetReports 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:

BatchGetReports, batchGetReports_reportArns - An array of ARNs that identify the Report objects to return.

data BatchGetReportsResponse Source #

See: newBatchGetReportsResponse smart constructor.

Instances

Instances details
Generic BatchGetReportsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

Associated Types

type Rep BatchGetReportsResponse :: Type -> Type #

Read BatchGetReportsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

Show BatchGetReportsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

NFData BatchGetReportsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

Methods

rnf :: BatchGetReportsResponse -> () #

Eq BatchGetReportsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

type Rep BatchGetReportsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

type Rep BatchGetReportsResponse = D1 ('MetaData "BatchGetReportsResponse" "Amazonka.CodeBuild.BatchGetReports" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "BatchGetReportsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Report))) :*: (S1 ('MetaSel ('Just "reportsNotFound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchGetReportsResponse Source #

Create a value of BatchGetReportsResponse 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:reports:BatchGetReportsResponse', batchGetReportsResponse_reports - The array of Report objects returned by BatchGetReports.

$sel:reportsNotFound:BatchGetReportsResponse', batchGetReportsResponse_reportsNotFound - An array of ARNs passed to BatchGetReportGroups that are not associated with a Report.

$sel:httpStatus:BatchGetReportsResponse', batchGetReportsResponse_httpStatus - The response's http status code.

CreateProject

data CreateProject Source #

See: newCreateProject smart constructor.

Instances

Instances details
ToJSON CreateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

ToHeaders CreateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

ToPath CreateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

ToQuery CreateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

AWSRequest CreateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

Associated Types

type AWSResponse CreateProject #

Generic CreateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

Associated Types

type Rep CreateProject :: Type -> Type #

Read CreateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

Show CreateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

NFData CreateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

Methods

rnf :: CreateProject -> () #

Eq CreateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

Hashable CreateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

type AWSResponse CreateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

type Rep CreateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

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

newCreateProject Source #

Create a value of CreateProject 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:

CreateProject, createProject_badgeEnabled - Set this to true to generate a publicly accessible URL for your project's build badge.

CreateProject, createProject_buildBatchConfig - A ProjectBuildBatchConfig object that defines the batch build options for the project.

CreateProject, createProject_cache - Stores recently used information so that it can be quickly accessed at a later time.

CreateProject, createProject_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.

CreateProject, createProject_description - A description that makes the build project easy to identify.

CreateProject, createProject_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>).

CreateProject, createProject_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.

CreateProject, createProject_logsConfig - Information about logs for the build project. These can be logs in CloudWatch Logs, logs uploaded to a specified S3 bucket, or both.

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

CreateProject, createProject_secondaryArtifacts - An array of ProjectArtifacts objects.

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

CreateProject, createProject_secondarySources - An array of ProjectSource objects.

CreateProject, createProject_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.

CreateProject, createProject_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.

CreateProject, createProject_timeoutInMinutes - How long, in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before it times out any build that has not been marked as completed. The default is 60 minutes.

CreateProject, createProject_vpcConfig - VpcConfig enables CodeBuild to access resources in an Amazon VPC.

CreateProject, createProject_name - The name of the build project.

CreateProject, createProject_source - Information about the build input source code for the build project.

CreateProject, createProject_artifacts - Information about the build output artifacts for the build project.

CreateProject, createProject_environment - Information about the build environment for the build project.

CreateProject, createProject_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.

data CreateProjectResponse Source #

See: newCreateProjectResponse smart constructor.

Instances

Instances details
Generic CreateProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

Associated Types

type Rep CreateProjectResponse :: Type -> Type #

Read CreateProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

Show CreateProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

NFData CreateProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

Methods

rnf :: CreateProjectResponse -> () #

Eq CreateProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

type Rep CreateProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

type Rep CreateProjectResponse = D1 ('MetaData "CreateProjectResponse" "Amazonka.CodeBuild.CreateProject" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "CreateProjectResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "project") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Project)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateProjectResponse Source #

Create a value of CreateProjectResponse 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:project:CreateProjectResponse', createProjectResponse_project - Information about the build project that was created.

$sel:httpStatus:CreateProjectResponse', createProjectResponse_httpStatus - The response's http status code.

CreateReportGroup

data CreateReportGroup Source #

See: newCreateReportGroup smart constructor.

Instances

Instances details
ToJSON CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

ToHeaders CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

ToPath CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

ToQuery CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

AWSRequest CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Associated Types

type AWSResponse CreateReportGroup #

Generic CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Associated Types

type Rep CreateReportGroup :: Type -> Type #

Read CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Show CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

NFData CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Methods

rnf :: CreateReportGroup -> () #

Eq CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Hashable CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

type AWSResponse CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

type Rep CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

type Rep CreateReportGroup = D1 ('MetaData "CreateReportGroup" "Amazonka.CodeBuild.CreateReportGroup" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "CreateReportGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ReportType) :*: S1 ('MetaSel ('Just "exportConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ReportExportConfig))))

newCreateReportGroup Source #

Create a value of CreateReportGroup 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:

CreateReportGroup, createReportGroup_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.

CreateReportGroup, createReportGroup_name - The name of the report group.

CreateReportGroup, createReportGroup_type - The type of report group.

CreateReportGroup, createReportGroup_exportConfig - A ReportExportConfig object that contains information about where the report group test results are exported.

data CreateReportGroupResponse Source #

See: newCreateReportGroupResponse smart constructor.

Instances

Instances details
Generic CreateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Associated Types

type Rep CreateReportGroupResponse :: Type -> Type #

Read CreateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Show CreateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

NFData CreateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Eq CreateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

type Rep CreateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

type Rep CreateReportGroupResponse = D1 ('MetaData "CreateReportGroupResponse" "Amazonka.CodeBuild.CreateReportGroup" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "CreateReportGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reportGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateReportGroupResponse Source #

Create a value of CreateReportGroupResponse 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:reportGroup:CreateReportGroupResponse', createReportGroupResponse_reportGroup - Information about the report group that was created.

$sel:httpStatus:CreateReportGroupResponse', createReportGroupResponse_httpStatus - The response's http status code.

CreateWebhook

data CreateWebhook Source #

See: newCreateWebhook smart constructor.

Instances

Instances details
ToJSON CreateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

ToHeaders CreateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

ToPath CreateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

ToQuery CreateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

AWSRequest CreateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

Associated Types

type AWSResponse CreateWebhook #

Generic CreateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

Associated Types

type Rep CreateWebhook :: Type -> Type #

Read CreateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

Show CreateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

NFData CreateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

Methods

rnf :: CreateWebhook -> () #

Eq CreateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

Hashable CreateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

type AWSResponse CreateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

type Rep CreateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

type Rep CreateWebhook = D1 ('MetaData "CreateWebhook" "Amazonka.CodeBuild.CreateWebhook" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "CreateWebhook'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "branchFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "buildType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WebhookBuildType))) :*: (S1 ('MetaSel ('Just "filterGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [[WebhookFilter]])) :*: S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateWebhook Source #

Create a value of CreateWebhook 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:

CreateWebhook, createWebhook_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.

CreateWebhook, createWebhook_buildType - Specifies the type of build this webhook will trigger.

CreateWebhook, createWebhook_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.

CreateWebhook, createWebhook_projectName - The name of the CodeBuild project.

data CreateWebhookResponse Source #

See: newCreateWebhookResponse smart constructor.

Instances

Instances details
Generic CreateWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

Associated Types

type Rep CreateWebhookResponse :: Type -> Type #

Read CreateWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

Show CreateWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

NFData CreateWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

Methods

rnf :: CreateWebhookResponse -> () #

Eq CreateWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

type Rep CreateWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

type Rep CreateWebhookResponse = D1 ('MetaData "CreateWebhookResponse" "Amazonka.CodeBuild.CreateWebhook" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "CreateWebhookResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "webhook") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Webhook)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateWebhookResponse Source #

Create a value of CreateWebhookResponse 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:

CreateWebhookResponse, createWebhookResponse_webhook - Information about a webhook that connects repository events to a build project in CodeBuild.

$sel:httpStatus:CreateWebhookResponse', createWebhookResponse_httpStatus - The response's http status code.

DeleteBuildBatch

data DeleteBuildBatch Source #

See: newDeleteBuildBatch smart constructor.

Constructors

DeleteBuildBatch' Text 

Instances

Instances details
ToJSON DeleteBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

ToHeaders DeleteBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

ToPath DeleteBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

ToQuery DeleteBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

AWSRequest DeleteBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

Associated Types

type AWSResponse DeleteBuildBatch #

Generic DeleteBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

Associated Types

type Rep DeleteBuildBatch :: Type -> Type #

Read DeleteBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

Show DeleteBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

NFData DeleteBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

Methods

rnf :: DeleteBuildBatch -> () #

Eq DeleteBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

Hashable DeleteBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

type AWSResponse DeleteBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

type Rep DeleteBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

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

newDeleteBuildBatch Source #

Create a value of DeleteBuildBatch 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:

DeleteBuildBatch, deleteBuildBatch_id - The identifier of the batch build to delete.

data DeleteBuildBatchResponse Source #

See: newDeleteBuildBatchResponse smart constructor.

Instances

Instances details
Generic DeleteBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

Associated Types

type Rep DeleteBuildBatchResponse :: Type -> Type #

Read DeleteBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

Show DeleteBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

NFData DeleteBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

Eq DeleteBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

type Rep DeleteBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

type Rep DeleteBuildBatchResponse = D1 ('MetaData "DeleteBuildBatchResponse" "Amazonka.CodeBuild.DeleteBuildBatch" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "DeleteBuildBatchResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "buildsDeleted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "buildsNotDeleted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BuildNotDeleted]))) :*: (S1 ('MetaSel ('Just "statusCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDeleteBuildBatchResponse Source #

Create a value of DeleteBuildBatchResponse 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:buildsDeleted:DeleteBuildBatchResponse', deleteBuildBatchResponse_buildsDeleted - An array of strings that contain the identifiers of the builds that were deleted.

$sel:buildsNotDeleted:DeleteBuildBatchResponse', deleteBuildBatchResponse_buildsNotDeleted - An array of BuildNotDeleted objects that specify the builds that could not be deleted.

DeleteBuildBatchResponse, deleteBuildBatchResponse_statusCode - The status code.

$sel:httpStatus:DeleteBuildBatchResponse', deleteBuildBatchResponse_httpStatus - The response's http status code.

DeleteProject

data DeleteProject Source #

See: newDeleteProject smart constructor.

Constructors

DeleteProject' Text 

Instances

Instances details
ToJSON DeleteProject Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

ToHeaders DeleteProject Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

ToPath DeleteProject Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

ToQuery DeleteProject Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

AWSRequest DeleteProject Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

Associated Types

type AWSResponse DeleteProject #

Generic DeleteProject Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

Associated Types

type Rep DeleteProject :: Type -> Type #

Read DeleteProject Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

Show DeleteProject Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

NFData DeleteProject Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

Methods

rnf :: DeleteProject -> () #

Eq DeleteProject Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

Hashable DeleteProject Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

type AWSResponse DeleteProject Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

type Rep DeleteProject Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

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

newDeleteProject Source #

Create a value of DeleteProject 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:

DeleteProject, deleteProject_name - The name of the build project.

data DeleteProjectResponse Source #

See: newDeleteProjectResponse smart constructor.

Instances

Instances details
Generic DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

Associated Types

type Rep DeleteProjectResponse :: Type -> Type #

Read DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

Show DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

NFData DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

Methods

rnf :: DeleteProjectResponse -> () #

Eq DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

type Rep DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

type Rep DeleteProjectResponse = D1 ('MetaData "DeleteProjectResponse" "Amazonka.CodeBuild.DeleteProject" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "DeleteProjectResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteProjectResponse Source #

Create a value of DeleteProjectResponse 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:httpStatus:DeleteProjectResponse', deleteProjectResponse_httpStatus - The response's http status code.

DeleteReport

data DeleteReport Source #

See: newDeleteReport smart constructor.

Constructors

DeleteReport' Text 

Instances

Instances details
ToJSON DeleteReport Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

ToHeaders DeleteReport Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

ToPath DeleteReport Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

ToQuery DeleteReport Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

AWSRequest DeleteReport Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

Associated Types

type AWSResponse DeleteReport #

Generic DeleteReport Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

Associated Types

type Rep DeleteReport :: Type -> Type #

Read DeleteReport Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

Show DeleteReport Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

NFData DeleteReport Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

Methods

rnf :: DeleteReport -> () #

Eq DeleteReport Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

Hashable DeleteReport Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

type AWSResponse DeleteReport Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

type Rep DeleteReport Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

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

newDeleteReport Source #

Create a value of DeleteReport 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:

DeleteReport, deleteReport_arn - The ARN of the report to delete.

data DeleteReportResponse Source #

See: newDeleteReportResponse smart constructor.

Instances

Instances details
Generic DeleteReportResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

Associated Types

type Rep DeleteReportResponse :: Type -> Type #

Read DeleteReportResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

Show DeleteReportResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

NFData DeleteReportResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

Methods

rnf :: DeleteReportResponse -> () #

Eq DeleteReportResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

type Rep DeleteReportResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

type Rep DeleteReportResponse = D1 ('MetaData "DeleteReportResponse" "Amazonka.CodeBuild.DeleteReport" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "DeleteReportResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteReportResponse Source #

Create a value of DeleteReportResponse 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:httpStatus:DeleteReportResponse', deleteReportResponse_httpStatus - The response's http status code.

DeleteReportGroup

data DeleteReportGroup Source #

See: newDeleteReportGroup smart constructor.

Instances

Instances details
ToJSON DeleteReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

ToHeaders DeleteReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

ToPath DeleteReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

ToQuery DeleteReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

AWSRequest DeleteReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

Associated Types

type AWSResponse DeleteReportGroup #

Generic DeleteReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

Associated Types

type Rep DeleteReportGroup :: Type -> Type #

Read DeleteReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

Show DeleteReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

NFData DeleteReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

Methods

rnf :: DeleteReportGroup -> () #

Eq DeleteReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

Hashable DeleteReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

type AWSResponse DeleteReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

type Rep DeleteReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

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

newDeleteReportGroup Source #

Create a value of DeleteReportGroup 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:deleteReports:DeleteReportGroup', deleteReportGroup_deleteReports - If true, deletes any reports that belong to a report group before deleting the report group.

If false, you must delete any reports in the report group. Use ListReportsForReportGroup to get the reports in a report group. Use DeleteReport to delete the reports. If you call DeleteReportGroup for a report group that contains one or more reports, an exception is thrown.

DeleteReportGroup, deleteReportGroup_arn - The ARN of the report group to delete.

data DeleteReportGroupResponse Source #

See: newDeleteReportGroupResponse smart constructor.

Instances

Instances details
Generic DeleteReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

Associated Types

type Rep DeleteReportGroupResponse :: Type -> Type #

Read DeleteReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

Show DeleteReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

NFData DeleteReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

Eq DeleteReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

type Rep DeleteReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

type Rep DeleteReportGroupResponse = D1 ('MetaData "DeleteReportGroupResponse" "Amazonka.CodeBuild.DeleteReportGroup" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "DeleteReportGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteReportGroupResponse Source #

Create a value of DeleteReportGroupResponse 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:httpStatus:DeleteReportGroupResponse', deleteReportGroupResponse_httpStatus - The response's http status code.

DeleteResourcePolicy

data DeleteResourcePolicy Source #

See: newDeleteResourcePolicy smart constructor.

Instances

Instances details
ToJSON DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

ToHeaders DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

ToPath DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

ToQuery DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

AWSRequest DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

Associated Types

type AWSResponse DeleteResourcePolicy #

Generic DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

Associated Types

type Rep DeleteResourcePolicy :: Type -> Type #

Read DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

Show DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

NFData DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

Methods

rnf :: DeleteResourcePolicy -> () #

Eq DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

Hashable DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

type AWSResponse DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

type Rep DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

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

newDeleteResourcePolicy Source #

Create a value of DeleteResourcePolicy 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:resourceArn:DeleteResourcePolicy', deleteResourcePolicy_resourceArn - The ARN of the resource that is associated with the resource policy.

data DeleteResourcePolicyResponse Source #

See: newDeleteResourcePolicyResponse smart constructor.

Instances

Instances details
Generic DeleteResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

Associated Types

type Rep DeleteResourcePolicyResponse :: Type -> Type #

Read DeleteResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

Show DeleteResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

NFData DeleteResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

Eq DeleteResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

type Rep DeleteResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

type Rep DeleteResourcePolicyResponse = D1 ('MetaData "DeleteResourcePolicyResponse" "Amazonka.CodeBuild.DeleteResourcePolicy" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "DeleteResourcePolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteResourcePolicyResponse Source #

Create a value of DeleteResourcePolicyResponse 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:httpStatus:DeleteResourcePolicyResponse', deleteResourcePolicyResponse_httpStatus - The response's http status code.

DeleteSourceCredentials

data DeleteSourceCredentials Source #

See: newDeleteSourceCredentials smart constructor.

Instances

Instances details
ToJSON DeleteSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

ToHeaders DeleteSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

ToPath DeleteSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

ToQuery DeleteSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

AWSRequest DeleteSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

Generic DeleteSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

Associated Types

type Rep DeleteSourceCredentials :: Type -> Type #

Read DeleteSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

Show DeleteSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

NFData DeleteSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

Methods

rnf :: DeleteSourceCredentials -> () #

Eq DeleteSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

Hashable DeleteSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

type AWSResponse DeleteSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

type Rep DeleteSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

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

newDeleteSourceCredentials Source #

Create a value of DeleteSourceCredentials 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:

DeleteSourceCredentials, deleteSourceCredentials_arn - The Amazon Resource Name (ARN) of the token.

data DeleteSourceCredentialsResponse Source #

See: newDeleteSourceCredentialsResponse smart constructor.

Instances

Instances details
Generic DeleteSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

Associated Types

type Rep DeleteSourceCredentialsResponse :: Type -> Type #

Read DeleteSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

Show DeleteSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

NFData DeleteSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

Eq DeleteSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

type Rep DeleteSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

type Rep DeleteSourceCredentialsResponse = D1 ('MetaData "DeleteSourceCredentialsResponse" "Amazonka.CodeBuild.DeleteSourceCredentials" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "DeleteSourceCredentialsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteSourceCredentialsResponse Source #

Create a value of DeleteSourceCredentialsResponse 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:

DeleteSourceCredentials, deleteSourceCredentialsResponse_arn - The Amazon Resource Name (ARN) of the token.

$sel:httpStatus:DeleteSourceCredentialsResponse', deleteSourceCredentialsResponse_httpStatus - The response's http status code.

DeleteWebhook

data DeleteWebhook Source #

See: newDeleteWebhook smart constructor.

Constructors

DeleteWebhook' Text 

Instances

Instances details
ToJSON DeleteWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

ToHeaders DeleteWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

ToPath DeleteWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

ToQuery DeleteWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

AWSRequest DeleteWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

Associated Types

type AWSResponse DeleteWebhook #

Generic DeleteWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

Associated Types

type Rep DeleteWebhook :: Type -> Type #

Read DeleteWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

Show DeleteWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

NFData DeleteWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

Methods

rnf :: DeleteWebhook -> () #

Eq DeleteWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

Hashable DeleteWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

type AWSResponse DeleteWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

type Rep DeleteWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

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

newDeleteWebhook Source #

Create a value of DeleteWebhook 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:

DeleteWebhook, deleteWebhook_projectName - The name of the CodeBuild project.

data DeleteWebhookResponse Source #

See: newDeleteWebhookResponse smart constructor.

Instances

Instances details
Generic DeleteWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

Associated Types

type Rep DeleteWebhookResponse :: Type -> Type #

Read DeleteWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

Show DeleteWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

NFData DeleteWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

Methods

rnf :: DeleteWebhookResponse -> () #

Eq DeleteWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

type Rep DeleteWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

type Rep DeleteWebhookResponse = D1 ('MetaData "DeleteWebhookResponse" "Amazonka.CodeBuild.DeleteWebhook" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "DeleteWebhookResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteWebhookResponse Source #

Create a value of DeleteWebhookResponse 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:httpStatus:DeleteWebhookResponse', deleteWebhookResponse_httpStatus - The response's http status code.

DescribeCodeCoverages (Paginated)

data DescribeCodeCoverages Source #

See: newDescribeCodeCoverages smart constructor.

Instances

Instances details
ToJSON DescribeCodeCoverages Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

ToHeaders DescribeCodeCoverages Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

ToPath DescribeCodeCoverages Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

ToQuery DescribeCodeCoverages Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

AWSPager DescribeCodeCoverages Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

AWSRequest DescribeCodeCoverages Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

Associated Types

type AWSResponse DescribeCodeCoverages #

Generic DescribeCodeCoverages Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

Associated Types

type Rep DescribeCodeCoverages :: Type -> Type #

Read DescribeCodeCoverages Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

Show DescribeCodeCoverages Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

NFData DescribeCodeCoverages Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

Methods

rnf :: DescribeCodeCoverages -> () #

Eq DescribeCodeCoverages Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

Hashable DescribeCodeCoverages Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

type AWSResponse DescribeCodeCoverages Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

type Rep DescribeCodeCoverages Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

type Rep DescribeCodeCoverages = D1 ('MetaData "DescribeCodeCoverages" "Amazonka.CodeBuild.DescribeCodeCoverages" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "DescribeCodeCoverages'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxLineCoveragePercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "minLineCoveragePercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))) :*: ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportCodeCoverageSortByType))) :*: (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrderType)) :*: S1 ('MetaSel ('Just "reportArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDescribeCodeCoverages Source #

Create a value of DescribeCodeCoverages 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:maxLineCoveragePercentage:DescribeCodeCoverages', describeCodeCoverages_maxLineCoveragePercentage - The maximum line coverage percentage to report.

$sel:maxResults:DescribeCodeCoverages', describeCodeCoverages_maxResults - The maximum number of results to return.

$sel:minLineCoveragePercentage:DescribeCodeCoverages', describeCodeCoverages_minLineCoveragePercentage - The minimum line coverage percentage to report.

DescribeCodeCoverages, describeCodeCoverages_nextToken - The nextToken value returned from a previous call to DescribeCodeCoverages. This specifies the next item to return. To return the beginning of the list, exclude this parameter.

$sel:sortBy:DescribeCodeCoverages', describeCodeCoverages_sortBy - Specifies how the results are sorted. Possible values are:

FILE_PATH
The results are sorted by file path.
LINE_COVERAGE_PERCENTAGE
The results are sorted by the percentage of lines that are covered.

$sel:sortOrder:DescribeCodeCoverages', describeCodeCoverages_sortOrder - Specifies if the results are sorted in ascending or descending order.

DescribeCodeCoverages, describeCodeCoverages_reportArn - The ARN of the report for which test cases are returned.

data DescribeCodeCoveragesResponse Source #

See: newDescribeCodeCoveragesResponse smart constructor.

Instances

Instances details
Generic DescribeCodeCoveragesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

Associated Types

type Rep DescribeCodeCoveragesResponse :: Type -> Type #

Read DescribeCodeCoveragesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

Show DescribeCodeCoveragesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

NFData DescribeCodeCoveragesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

Eq DescribeCodeCoveragesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

type Rep DescribeCodeCoveragesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

type Rep DescribeCodeCoveragesResponse = D1 ('MetaData "DescribeCodeCoveragesResponse" "Amazonka.CodeBuild.DescribeCodeCoverages" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "DescribeCodeCoveragesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "codeCoverages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CodeCoverage])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeCodeCoveragesResponse Source #

Create a value of DescribeCodeCoveragesResponse 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:codeCoverages:DescribeCodeCoveragesResponse', describeCodeCoveragesResponse_codeCoverages - An array of CodeCoverage objects that contain the results.

DescribeCodeCoverages, describeCodeCoveragesResponse_nextToken - If there are more items to return, this contains a token that is passed to a subsequent call to DescribeCodeCoverages to retrieve the next set of items.

$sel:httpStatus:DescribeCodeCoveragesResponse', describeCodeCoveragesResponse_httpStatus - The response's http status code.

DescribeTestCases (Paginated)

data DescribeTestCases Source #

See: newDescribeTestCases smart constructor.

Instances

Instances details
ToJSON DescribeTestCases Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

ToHeaders DescribeTestCases Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

ToPath DescribeTestCases Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

ToQuery DescribeTestCases Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

AWSPager DescribeTestCases Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

AWSRequest DescribeTestCases Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

Associated Types

type AWSResponse DescribeTestCases #

Generic DescribeTestCases Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

Associated Types

type Rep DescribeTestCases :: Type -> Type #

Read DescribeTestCases Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

Show DescribeTestCases Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

NFData DescribeTestCases Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

Methods

rnf :: DescribeTestCases -> () #

Eq DescribeTestCases Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

Hashable DescribeTestCases Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

type AWSResponse DescribeTestCases Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

type Rep DescribeTestCases Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

type Rep DescribeTestCases = D1 ('MetaData "DescribeTestCases" "Amazonka.CodeBuild.DescribeTestCases" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "DescribeTestCases'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TestCaseFilter)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "reportArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeTestCases Source #

Create a value of DescribeTestCases 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:filter':DescribeTestCases', describeTestCases_filter - A TestCaseFilter object used to filter the returned reports.

$sel:maxResults:DescribeTestCases', describeTestCases_maxResults - The maximum number of paginated test cases returned per response. Use nextToken to iterate pages in the list of returned TestCase objects. The default value is 100.

DescribeTestCases, describeTestCases_nextToken - During a previous call, the maximum number of items that can be returned is the value specified in maxResults. If there more items in the list, then a unique string called a nextToken is returned. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.

DescribeTestCases, describeTestCases_reportArn - The ARN of the report for which test cases are returned.

data DescribeTestCasesResponse Source #

See: newDescribeTestCasesResponse smart constructor.

Instances

Instances details
Generic DescribeTestCasesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

Associated Types

type Rep DescribeTestCasesResponse :: Type -> Type #

Read DescribeTestCasesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

Show DescribeTestCasesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

NFData DescribeTestCasesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

Eq DescribeTestCasesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

type Rep DescribeTestCasesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

type Rep DescribeTestCasesResponse = D1 ('MetaData "DescribeTestCasesResponse" "Amazonka.CodeBuild.DescribeTestCases" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "DescribeTestCasesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "testCases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TestCase])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeTestCasesResponse Source #

Create a value of DescribeTestCasesResponse 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:

DescribeTestCases, describeTestCasesResponse_nextToken - During a previous call, the maximum number of items that can be returned is the value specified in maxResults. If there more items in the list, then a unique string called a nextToken is returned. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.

$sel:testCases:DescribeTestCasesResponse', describeTestCasesResponse_testCases - The returned list of test cases.

$sel:httpStatus:DescribeTestCasesResponse', describeTestCasesResponse_httpStatus - The response's http status code.

GetReportGroupTrend

data GetReportGroupTrend Source #

See: newGetReportGroupTrend smart constructor.

Instances

Instances details
ToJSON GetReportGroupTrend Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

ToHeaders GetReportGroupTrend Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

ToPath GetReportGroupTrend Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

ToQuery GetReportGroupTrend Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

AWSRequest GetReportGroupTrend Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

Associated Types

type AWSResponse GetReportGroupTrend #

Generic GetReportGroupTrend Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

Associated Types

type Rep GetReportGroupTrend :: Type -> Type #

Read GetReportGroupTrend Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

Show GetReportGroupTrend Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

NFData GetReportGroupTrend Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

Methods

rnf :: GetReportGroupTrend -> () #

Eq GetReportGroupTrend Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

Hashable GetReportGroupTrend Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

type AWSResponse GetReportGroupTrend Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

type Rep GetReportGroupTrend Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

type Rep GetReportGroupTrend = D1 ('MetaData "GetReportGroupTrend" "Amazonka.CodeBuild.GetReportGroupTrend" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "GetReportGroupTrend'" 'PrefixI 'True) (S1 ('MetaSel ('Just "numOfReports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "reportGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "trendField") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ReportGroupTrendFieldType))))

newGetReportGroupTrend Source #

Create a value of GetReportGroupTrend 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:numOfReports:GetReportGroupTrend', getReportGroupTrend_numOfReports - The number of reports to analyze. This operation always retrieves the most recent reports.

If this parameter is omitted, the most recent 100 reports are analyzed.

GetReportGroupTrend, getReportGroupTrend_reportGroupArn - The ARN of the report group that contains the reports to analyze.

$sel:trendField:GetReportGroupTrend', getReportGroupTrend_trendField - The test report value to accumulate. This must be one of the following values:

Test reports:
DURATION
Accumulate the test run times for the specified reports.
PASS_RATE
Accumulate the percentage of tests that passed for the specified test reports.
TOTAL
Accumulate the total number of tests for the specified test reports.
Code coverage reports:
BRANCH_COVERAGE
Accumulate the branch coverage percentages for the specified test reports.
BRANCHES_COVERED
Accumulate the branches covered values for the specified test reports.
BRANCHES_MISSED
Accumulate the branches missed values for the specified test reports.
LINE_COVERAGE
Accumulate the line coverage percentages for the specified test reports.
LINES_COVERED
Accumulate the lines covered values for the specified test reports.
LINES_MISSED
Accumulate the lines not covered values for the specified test reports.

data GetReportGroupTrendResponse Source #

See: newGetReportGroupTrendResponse smart constructor.

Instances

Instances details
Generic GetReportGroupTrendResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

Associated Types

type Rep GetReportGroupTrendResponse :: Type -> Type #

Read GetReportGroupTrendResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

Show GetReportGroupTrendResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

NFData GetReportGroupTrendResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

Eq GetReportGroupTrendResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

type Rep GetReportGroupTrendResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

type Rep GetReportGroupTrendResponse = D1 ('MetaData "GetReportGroupTrendResponse" "Amazonka.CodeBuild.GetReportGroupTrend" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "GetReportGroupTrendResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rawData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ReportWithRawData])) :*: (S1 ('MetaSel ('Just "stats") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportGroupTrendStats)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetReportGroupTrendResponse Source #

Create a value of GetReportGroupTrendResponse 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:rawData:GetReportGroupTrendResponse', getReportGroupTrendResponse_rawData - An array that contains the raw data for each report.

$sel:stats:GetReportGroupTrendResponse', getReportGroupTrendResponse_stats - Contains the accumulated trend data.

$sel:httpStatus:GetReportGroupTrendResponse', getReportGroupTrendResponse_httpStatus - The response's http status code.

GetResourcePolicy

data GetResourcePolicy Source #

See: newGetResourcePolicy smart constructor.

Constructors

GetResourcePolicy' Text 

Instances

Instances details
ToJSON GetResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

ToHeaders GetResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

ToPath GetResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

ToQuery GetResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

AWSRequest GetResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

Associated Types

type AWSResponse GetResourcePolicy #

Generic GetResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

Associated Types

type Rep GetResourcePolicy :: Type -> Type #

Read GetResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

Show GetResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

NFData GetResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

Methods

rnf :: GetResourcePolicy -> () #

Eq GetResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

Hashable GetResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

type AWSResponse GetResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

type Rep GetResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

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

newGetResourcePolicy Source #

Create a value of GetResourcePolicy 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:resourceArn:GetResourcePolicy', getResourcePolicy_resourceArn - The ARN of the resource that is associated with the resource policy.

data GetResourcePolicyResponse Source #

See: newGetResourcePolicyResponse smart constructor.

Instances

Instances details
Generic GetResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

Associated Types

type Rep GetResourcePolicyResponse :: Type -> Type #

Read GetResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

Show GetResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

NFData GetResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

Eq GetResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

type Rep GetResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

type Rep GetResourcePolicyResponse = D1 ('MetaData "GetResourcePolicyResponse" "Amazonka.CodeBuild.GetResourcePolicy" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "GetResourcePolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetResourcePolicyResponse Source #

Create a value of GetResourcePolicyResponse 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:policy:GetResourcePolicyResponse', getResourcePolicyResponse_policy - The resource policy for the resource identified by the input ARN parameter.

$sel:httpStatus:GetResourcePolicyResponse', getResourcePolicyResponse_httpStatus - The response's http status code.

ImportSourceCredentials

data ImportSourceCredentials Source #

See: newImportSourceCredentials smart constructor.

Instances

Instances details
ToJSON ImportSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

ToHeaders ImportSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

ToPath ImportSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

ToQuery ImportSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

AWSRequest ImportSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

Generic ImportSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

Associated Types

type Rep ImportSourceCredentials :: Type -> Type #

Show ImportSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

NFData ImportSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

Methods

rnf :: ImportSourceCredentials -> () #

Eq ImportSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

Hashable ImportSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

type AWSResponse ImportSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

type Rep ImportSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

type Rep ImportSourceCredentials = D1 ('MetaData "ImportSourceCredentials" "Amazonka.CodeBuild.ImportSourceCredentials" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ImportSourceCredentials'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "shouldOverwrite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "token") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: (S1 ('MetaSel ('Just "serverType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ServerType) :*: S1 ('MetaSel ('Just "authType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AuthType)))))

newImportSourceCredentials Source #

Create a value of ImportSourceCredentials 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:shouldOverwrite:ImportSourceCredentials', importSourceCredentials_shouldOverwrite - Set to false to prevent overwriting the repository source credentials. Set to true to overwrite the repository source credentials. The default value is true.

$sel:username:ImportSourceCredentials', importSourceCredentials_username - The Bitbucket username when the authType is BASIC_AUTH. This parameter is not valid for other types of source providers or connections.

$sel:token:ImportSourceCredentials', importSourceCredentials_token - For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket, this is the app password.

ImportSourceCredentials, importSourceCredentials_serverType - The source provider used for this project.

ImportSourceCredentials, importSourceCredentials_authType - The type of authentication used to connect to a GitHub, GitHub Enterprise, or Bitbucket repository. An OAUTH connection is not supported by the API and must be created using the CodeBuild console.

data ImportSourceCredentialsResponse Source #

See: newImportSourceCredentialsResponse smart constructor.

Instances

Instances details
Generic ImportSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

Associated Types

type Rep ImportSourceCredentialsResponse :: Type -> Type #

Read ImportSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

Show ImportSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

NFData ImportSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

Eq ImportSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

type Rep ImportSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

type Rep ImportSourceCredentialsResponse = D1 ('MetaData "ImportSourceCredentialsResponse" "Amazonka.CodeBuild.ImportSourceCredentials" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ImportSourceCredentialsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newImportSourceCredentialsResponse Source #

Create a value of ImportSourceCredentialsResponse 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:

ImportSourceCredentialsResponse, importSourceCredentialsResponse_arn - The Amazon Resource Name (ARN) of the token.

$sel:httpStatus:ImportSourceCredentialsResponse', importSourceCredentialsResponse_httpStatus - The response's http status code.

InvalidateProjectCache

data InvalidateProjectCache Source #

See: newInvalidateProjectCache smart constructor.

Instances

Instances details
ToJSON InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

ToHeaders InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

ToPath InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

ToQuery InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

AWSRequest InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Associated Types

type AWSResponse InvalidateProjectCache #

Generic InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Associated Types

type Rep InvalidateProjectCache :: Type -> Type #

Read InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Show InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

NFData InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Methods

rnf :: InvalidateProjectCache -> () #

Eq InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Hashable InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

type AWSResponse InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

type Rep InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

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

newInvalidateProjectCache Source #

Create a value of InvalidateProjectCache 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:

InvalidateProjectCache, invalidateProjectCache_projectName - The name of the CodeBuild build project that the cache is reset for.

data InvalidateProjectCacheResponse Source #

See: newInvalidateProjectCacheResponse smart constructor.

Instances

Instances details
Generic InvalidateProjectCacheResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Associated Types

type Rep InvalidateProjectCacheResponse :: Type -> Type #

Read InvalidateProjectCacheResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Show InvalidateProjectCacheResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

NFData InvalidateProjectCacheResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Eq InvalidateProjectCacheResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

type Rep InvalidateProjectCacheResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

type Rep InvalidateProjectCacheResponse = D1 ('MetaData "InvalidateProjectCacheResponse" "Amazonka.CodeBuild.InvalidateProjectCache" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "InvalidateProjectCacheResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newInvalidateProjectCacheResponse Source #

Create a value of InvalidateProjectCacheResponse 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:httpStatus:InvalidateProjectCacheResponse', invalidateProjectCacheResponse_httpStatus - The response's http status code.

ListBuildBatches (Paginated)

data ListBuildBatches Source #

See: newListBuildBatches smart constructor.

Instances

Instances details
ToJSON ListBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

ToHeaders ListBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

ToPath ListBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

ToQuery ListBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

AWSPager ListBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

AWSRequest ListBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

Associated Types

type AWSResponse ListBuildBatches #

Generic ListBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

Associated Types

type Rep ListBuildBatches :: Type -> Type #

Read ListBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

Show ListBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

NFData ListBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

Methods

rnf :: ListBuildBatches -> () #

Eq ListBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

Hashable ListBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

type AWSResponse ListBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

type Rep ListBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

type Rep ListBuildBatches = D1 ('MetaData "ListBuildBatches" "Amazonka.CodeBuild.ListBuildBatches" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ListBuildBatches'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BuildBatchFilter)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrderType)))))

newListBuildBatches :: ListBuildBatches Source #

Create a value of ListBuildBatches 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:filter':ListBuildBatches', listBuildBatches_filter - A BuildBatchFilter object that specifies the filters for the search.

$sel:maxResults:ListBuildBatches', listBuildBatches_maxResults - The maximum number of results to return.

ListBuildBatches, listBuildBatches_nextToken - The nextToken value returned from a previous call to ListBuildBatches. This specifies the next item to return. To return the beginning of the list, exclude this parameter.

$sel:sortOrder:ListBuildBatches', listBuildBatches_sortOrder - Specifies the sort order of the returned items. Valid values include:

  • ASCENDING: List the batch build identifiers in ascending order by identifier.
  • DESCENDING: List the batch build identifiers in descending order by identifier.

data ListBuildBatchesResponse Source #

See: newListBuildBatchesResponse smart constructor.

Instances

Instances details
Generic ListBuildBatchesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

Associated Types

type Rep ListBuildBatchesResponse :: Type -> Type #

Read ListBuildBatchesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

Show ListBuildBatchesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

NFData ListBuildBatchesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

Eq ListBuildBatchesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

type Rep ListBuildBatchesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

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

newListBuildBatchesResponse Source #

Create a value of ListBuildBatchesResponse 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:ids:ListBuildBatchesResponse', listBuildBatchesResponse_ids - An array of strings that contains the batch build identifiers.

ListBuildBatches, listBuildBatchesResponse_nextToken - If there are more items to return, this contains a token that is passed to a subsequent call to ListBuildBatches to retrieve the next set of items.

$sel:httpStatus:ListBuildBatchesResponse', listBuildBatchesResponse_httpStatus - The response's http status code.

ListBuildBatchesForProject (Paginated)

data ListBuildBatchesForProject Source #

See: newListBuildBatchesForProject smart constructor.

Instances

Instances details
ToJSON ListBuildBatchesForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

ToHeaders ListBuildBatchesForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

ToPath ListBuildBatchesForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

ToQuery ListBuildBatchesForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

AWSPager ListBuildBatchesForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

AWSRequest ListBuildBatchesForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

Generic ListBuildBatchesForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

Associated Types

type Rep ListBuildBatchesForProject :: Type -> Type #

Read ListBuildBatchesForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

Show ListBuildBatchesForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

NFData ListBuildBatchesForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

Eq ListBuildBatchesForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

Hashable ListBuildBatchesForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

type AWSResponse ListBuildBatchesForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

type Rep ListBuildBatchesForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

type Rep ListBuildBatchesForProject = D1 ('MetaData "ListBuildBatchesForProject" "Amazonka.CodeBuild.ListBuildBatchesForProject" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ListBuildBatchesForProject'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BuildBatchFilter)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrderType))))))

newListBuildBatchesForProject :: ListBuildBatchesForProject Source #

Create a value of ListBuildBatchesForProject 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:filter':ListBuildBatchesForProject', listBuildBatchesForProject_filter - A BuildBatchFilter object that specifies the filters for the search.

$sel:maxResults:ListBuildBatchesForProject', listBuildBatchesForProject_maxResults - The maximum number of results to return.

ListBuildBatchesForProject, listBuildBatchesForProject_nextToken - The nextToken value returned from a previous call to ListBuildBatchesForProject. This specifies the next item to return. To return the beginning of the list, exclude this parameter.

ListBuildBatchesForProject, listBuildBatchesForProject_projectName - The name of the project.

$sel:sortOrder:ListBuildBatchesForProject', listBuildBatchesForProject_sortOrder - Specifies the sort order of the returned items. Valid values include:

  • ASCENDING: List the batch build identifiers in ascending order by identifier.
  • DESCENDING: List the batch build identifiers in descending order by identifier.

data ListBuildBatchesForProjectResponse Source #

Instances

Instances details
Generic ListBuildBatchesForProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

Associated Types

type Rep ListBuildBatchesForProjectResponse :: Type -> Type #

Read ListBuildBatchesForProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

Show ListBuildBatchesForProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

NFData ListBuildBatchesForProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

Eq ListBuildBatchesForProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

type Rep ListBuildBatchesForProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

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

newListBuildBatchesForProjectResponse Source #

Create a value of ListBuildBatchesForProjectResponse 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:ids:ListBuildBatchesForProjectResponse', listBuildBatchesForProjectResponse_ids - An array of strings that contains the batch build identifiers.

ListBuildBatchesForProject, listBuildBatchesForProjectResponse_nextToken - If there are more items to return, this contains a token that is passed to a subsequent call to ListBuildBatchesForProject to retrieve the next set of items.

$sel:httpStatus:ListBuildBatchesForProjectResponse', listBuildBatchesForProjectResponse_httpStatus - The response's http status code.

ListBuilds (Paginated)

data ListBuilds Source #

See: newListBuilds smart constructor.

Instances

Instances details
ToJSON ListBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

ToHeaders ListBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

Methods

toHeaders :: ListBuilds -> [Header] #

ToPath ListBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

ToQuery ListBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

AWSPager ListBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

AWSRequest ListBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

Associated Types

type AWSResponse ListBuilds #

Generic ListBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

Associated Types

type Rep ListBuilds :: Type -> Type #

Read ListBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

Show ListBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

NFData ListBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

Methods

rnf :: ListBuilds -> () #

Eq ListBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

Hashable ListBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

type AWSResponse ListBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

type Rep ListBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

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

newListBuilds :: ListBuilds Source #

Create a value of ListBuilds 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:

ListBuilds, listBuilds_nextToken - During a previous call, if there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.

$sel:sortOrder:ListBuilds', listBuilds_sortOrder - The order to list build IDs. Valid values include:

  • ASCENDING: List the build IDs in ascending order by build ID.
  • DESCENDING: List the build IDs in descending order by build ID.

data ListBuildsResponse Source #

See: newListBuildsResponse smart constructor.

Instances

Instances details
Generic ListBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

Associated Types

type Rep ListBuildsResponse :: Type -> Type #

Read ListBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

Show ListBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

NFData ListBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

Methods

rnf :: ListBuildsResponse -> () #

Eq ListBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

type Rep ListBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

type Rep ListBuildsResponse = D1 ('MetaData "ListBuildsResponse" "Amazonka.CodeBuild.ListBuilds" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ListBuildsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ids") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListBuildsResponse Source #

Create a value of ListBuildsResponse 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:ids:ListBuildsResponse', listBuildsResponse_ids - A list of build IDs, with each build ID representing a single build.

ListBuilds, listBuildsResponse_nextToken - If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken. To get the next batch of items in the list, call this operation again, adding the next token to the call.

$sel:httpStatus:ListBuildsResponse', listBuildsResponse_httpStatus - The response's http status code.

ListBuildsForProject (Paginated)

data ListBuildsForProject Source #

See: newListBuildsForProject smart constructor.

Instances

Instances details
ToJSON ListBuildsForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

ToHeaders ListBuildsForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

ToPath ListBuildsForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

ToQuery ListBuildsForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

AWSPager ListBuildsForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

AWSRequest ListBuildsForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

Associated Types

type AWSResponse ListBuildsForProject #

Generic ListBuildsForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

Associated Types

type Rep ListBuildsForProject :: Type -> Type #

Read ListBuildsForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

Show ListBuildsForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

NFData ListBuildsForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

Methods

rnf :: ListBuildsForProject -> () #

Eq ListBuildsForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

Hashable ListBuildsForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

type AWSResponse ListBuildsForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

type Rep ListBuildsForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

type Rep ListBuildsForProject = D1 ('MetaData "ListBuildsForProject" "Amazonka.CodeBuild.ListBuildsForProject" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ListBuildsForProject'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrderType)) :*: S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListBuildsForProject Source #

Create a value of ListBuildsForProject 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:

ListBuildsForProject, listBuildsForProject_nextToken - During a previous call, if there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.

$sel:sortOrder:ListBuildsForProject', listBuildsForProject_sortOrder - The order to sort the results in. The results are sorted by build number, not the build identifier. If this is not specified, the results are sorted in descending order.

Valid values include:

  • ASCENDING: List the build identifiers in ascending order, by build number.
  • DESCENDING: List the build identifiers in descending order, by build number.

If the project has more than 100 builds, setting the sort order will result in an error.

ListBuildsForProject, listBuildsForProject_projectName - The name of the CodeBuild project.

data ListBuildsForProjectResponse Source #

See: newListBuildsForProjectResponse smart constructor.

Instances

Instances details
Generic ListBuildsForProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

Associated Types

type Rep ListBuildsForProjectResponse :: Type -> Type #

Read ListBuildsForProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

Show ListBuildsForProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

NFData ListBuildsForProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

Eq ListBuildsForProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

type Rep ListBuildsForProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

type Rep ListBuildsForProjectResponse = D1 ('MetaData "ListBuildsForProjectResponse" "Amazonka.CodeBuild.ListBuildsForProject" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ListBuildsForProjectResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ids") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListBuildsForProjectResponse Source #

Create a value of ListBuildsForProjectResponse 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:ids:ListBuildsForProjectResponse', listBuildsForProjectResponse_ids - A list of build identifiers for the specified build project, with each build ID representing a single build.

ListBuildsForProject, listBuildsForProjectResponse_nextToken - If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken. To get the next batch of items in the list, call this operation again, adding the next token to the call.

$sel:httpStatus:ListBuildsForProjectResponse', listBuildsForProjectResponse_httpStatus - The response's http status code.

ListCuratedEnvironmentImages

data ListCuratedEnvironmentImages Source #

See: newListCuratedEnvironmentImages smart constructor.

Instances

Instances details
ToJSON ListCuratedEnvironmentImages Source # 
Instance details

Defined in Amazonka.CodeBuild.ListCuratedEnvironmentImages

ToHeaders ListCuratedEnvironmentImages Source # 
Instance details

Defined in Amazonka.CodeBuild.ListCuratedEnvironmentImages

ToPath ListCuratedEnvironmentImages Source # 
Instance details

Defined in Amazonka.CodeBuild.ListCuratedEnvironmentImages

ToQuery ListCuratedEnvironmentImages Source # 
Instance details

Defined in Amazonka.CodeBuild.ListCuratedEnvironmentImages

AWSRequest ListCuratedEnvironmentImages Source # 
Instance details

Defined in Amazonka.CodeBuild.ListCuratedEnvironmentImages

Generic ListCuratedEnvironmentImages Source # 
Instance details

Defined in Amazonka.CodeBuild.ListCuratedEnvironmentImages

Associated Types

type Rep ListCuratedEnvironmentImages :: Type -> Type #

Read ListCuratedEnvironmentImages Source # 
Instance details

Defined in Amazonka.CodeBuild.ListCuratedEnvironmentImages

Show ListCuratedEnvironmentImages Source # 
Instance details

Defined in Amazonka.CodeBuild.ListCuratedEnvironmentImages

NFData ListCuratedEnvironmentImages Source # 
Instance details

Defined in Amazonka.CodeBuild.ListCuratedEnvironmentImages

Eq ListCuratedEnvironmentImages Source # 
Instance details

Defined in Amazonka.CodeBuild.ListCuratedEnvironmentImages

Hashable ListCuratedEnvironmentImages Source # 
Instance details

Defined in Amazonka.CodeBuild.ListCuratedEnvironmentImages

type AWSResponse ListCuratedEnvironmentImages Source # 
Instance details

Defined in Amazonka.CodeBuild.ListCuratedEnvironmentImages

type Rep ListCuratedEnvironmentImages Source # 
Instance details

Defined in Amazonka.CodeBuild.ListCuratedEnvironmentImages

type Rep ListCuratedEnvironmentImages = D1 ('MetaData "ListCuratedEnvironmentImages" "Amazonka.CodeBuild.ListCuratedEnvironmentImages" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ListCuratedEnvironmentImages'" 'PrefixI 'False) (U1 :: Type -> Type))

newListCuratedEnvironmentImages :: ListCuratedEnvironmentImages Source #

Create a value of ListCuratedEnvironmentImages with all optional fields omitted.

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

data ListCuratedEnvironmentImagesResponse Source #

Instances

Instances details
Generic ListCuratedEnvironmentImagesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListCuratedEnvironmentImages

Read ListCuratedEnvironmentImagesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListCuratedEnvironmentImages

Show ListCuratedEnvironmentImagesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListCuratedEnvironmentImages

NFData ListCuratedEnvironmentImagesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListCuratedEnvironmentImages

Eq ListCuratedEnvironmentImagesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListCuratedEnvironmentImages

type Rep ListCuratedEnvironmentImagesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListCuratedEnvironmentImages

type Rep ListCuratedEnvironmentImagesResponse = D1 ('MetaData "ListCuratedEnvironmentImagesResponse" "Amazonka.CodeBuild.ListCuratedEnvironmentImages" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ListCuratedEnvironmentImagesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "platforms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EnvironmentPlatform])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListCuratedEnvironmentImagesResponse Source #

Create a value of ListCuratedEnvironmentImagesResponse 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:platforms:ListCuratedEnvironmentImagesResponse', listCuratedEnvironmentImagesResponse_platforms - Information about supported platforms for Docker images that are managed by CodeBuild.

$sel:httpStatus:ListCuratedEnvironmentImagesResponse', listCuratedEnvironmentImagesResponse_httpStatus - The response's http status code.

ListProjects (Paginated)

data ListProjects Source #

See: newListProjects smart constructor.

Instances

Instances details
ToJSON ListProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

ToHeaders ListProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

ToPath ListProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

ToQuery ListProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

AWSPager ListProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

AWSRequest ListProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

Associated Types

type AWSResponse ListProjects #

Generic ListProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

Associated Types

type Rep ListProjects :: Type -> Type #

Read ListProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

Show ListProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

NFData ListProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

Methods

rnf :: ListProjects -> () #

Eq ListProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

Hashable ListProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

type AWSResponse ListProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

type Rep ListProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

type Rep ListProjects = D1 ('MetaData "ListProjects" "Amazonka.CodeBuild.ListProjects" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ListProjects'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectSortByType)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrderType)))))

newListProjects :: ListProjects Source #

Create a value of ListProjects 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:

ListProjects, listProjects_nextToken - During a previous call, if there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.

$sel:sortBy:ListProjects', listProjects_sortBy - The criterion to be used to list build project names. Valid values include:

  • CREATED_TIME: List based on when each build project was created.
  • LAST_MODIFIED_TIME: List based on when information about each build project was last changed.
  • NAME: List based on each build project's name.

Use sortOrder to specify in what order to list the build project names based on the preceding criteria.

$sel:sortOrder:ListProjects', listProjects_sortOrder - The order in which to list build projects. Valid values include:

  • ASCENDING: List in ascending order.
  • DESCENDING: List in descending order.

Use sortBy to specify the criterion to be used to list build project names.

data ListProjectsResponse Source #

See: newListProjectsResponse smart constructor.

Instances

Instances details
Generic ListProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

Associated Types

type Rep ListProjectsResponse :: Type -> Type #

Read ListProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

Show ListProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

NFData ListProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

Methods

rnf :: ListProjectsResponse -> () #

Eq ListProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

type Rep ListProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

type Rep ListProjectsResponse = D1 ('MetaData "ListProjectsResponse" "Amazonka.CodeBuild.ListProjects" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ListProjectsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "projects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListProjectsResponse Source #

Create a value of ListProjectsResponse 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:

ListProjects, listProjectsResponse_nextToken - If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken. To get the next batch of items in the list, call this operation again, adding the next token to the call.

$sel:projects:ListProjectsResponse', listProjectsResponse_projects - The list of build project names, with each build project name representing a single build project.

$sel:httpStatus:ListProjectsResponse', listProjectsResponse_httpStatus - The response's http status code.

ListReportGroups (Paginated)

data ListReportGroups Source #

See: newListReportGroups smart constructor.

Instances

Instances details
ToJSON ListReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

ToHeaders ListReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

ToPath ListReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

ToQuery ListReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

AWSPager ListReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

AWSRequest ListReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

Associated Types

type AWSResponse ListReportGroups #

Generic ListReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

Associated Types

type Rep ListReportGroups :: Type -> Type #

Read ListReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

Show ListReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

NFData ListReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

Methods

rnf :: ListReportGroups -> () #

Eq ListReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

Hashable ListReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

type AWSResponse ListReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

type Rep ListReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

type Rep ListReportGroups = D1 ('MetaData "ListReportGroups" "Amazonka.CodeBuild.ListReportGroups" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ListReportGroups'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportGroupSortByType)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrderType)))))

newListReportGroups :: ListReportGroups Source #

Create a value of ListReportGroups 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:maxResults:ListReportGroups', listReportGroups_maxResults - The maximum number of paginated report groups returned per response. Use nextToken to iterate pages in the list of returned ReportGroup objects. The default value is 100.

ListReportGroups, listReportGroups_nextToken - During a previous call, the maximum number of items that can be returned is the value specified in maxResults. If there more items in the list, then a unique string called a nextToken is returned. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.

$sel:sortBy:ListReportGroups', listReportGroups_sortBy - The criterion to be used to list build report groups. Valid values include:

  • CREATED_TIME: List based on when each report group was created.
  • LAST_MODIFIED_TIME: List based on when each report group was last changed.
  • NAME: List based on each report group's name.

$sel:sortOrder:ListReportGroups', listReportGroups_sortOrder - Used to specify the order to sort the list of returned report groups. Valid values are ASCENDING and DESCENDING.

data ListReportGroupsResponse Source #

See: newListReportGroupsResponse smart constructor.

Instances

Instances details
Generic ListReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

Associated Types

type Rep ListReportGroupsResponse :: Type -> Type #

Read ListReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

Show ListReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

NFData ListReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

Eq ListReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

type Rep ListReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

type Rep ListReportGroupsResponse = D1 ('MetaData "ListReportGroupsResponse" "Amazonka.CodeBuild.ListReportGroups" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ListReportGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "reportGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListReportGroupsResponse Source #

Create a value of ListReportGroupsResponse 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:

ListReportGroups, listReportGroupsResponse_nextToken - During a previous call, the maximum number of items that can be returned is the value specified in maxResults. If there more items in the list, then a unique string called a nextToken is returned. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.

$sel:reportGroups:ListReportGroupsResponse', listReportGroupsResponse_reportGroups - The list of ARNs for the report groups in the current Amazon Web Services account.

$sel:httpStatus:ListReportGroupsResponse', listReportGroupsResponse_httpStatus - The response's http status code.

ListReports (Paginated)

data ListReports Source #

See: newListReports smart constructor.

Instances

Instances details
ToJSON ListReports Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

ToHeaders ListReports Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

Methods

toHeaders :: ListReports -> [Header] #

ToPath ListReports Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

ToQuery ListReports Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

AWSPager ListReports Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

AWSRequest ListReports Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

Associated Types

type AWSResponse ListReports #

Generic ListReports Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

Associated Types

type Rep ListReports :: Type -> Type #

Read ListReports Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

Show ListReports Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

NFData ListReports Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

Methods

rnf :: ListReports -> () #

Eq ListReports Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

Hashable ListReports Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

type AWSResponse ListReports Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

type Rep ListReports Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

type Rep ListReports = D1 ('MetaData "ListReports" "Amazonka.CodeBuild.ListReports" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ListReports'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportFilter)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrderType)))))

newListReports :: ListReports Source #

Create a value of ListReports 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:filter':ListReports', listReports_filter - A ReportFilter object used to filter the returned reports.

$sel:maxResults:ListReports', listReports_maxResults - The maximum number of paginated reports returned per response. Use nextToken to iterate pages in the list of returned Report objects. The default value is 100.

ListReports, listReports_nextToken - During a previous call, the maximum number of items that can be returned is the value specified in maxResults. If there more items in the list, then a unique string called a nextToken is returned. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.

$sel:sortOrder:ListReports', listReports_sortOrder - Specifies the sort order for the list of returned reports. Valid values are:

  • ASCENDING: return reports in chronological order based on their creation date.
  • DESCENDING: return reports in the reverse chronological order based on their creation date.

data ListReportsResponse Source #

See: newListReportsResponse smart constructor.

Instances

Instances details
Generic ListReportsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

Associated Types

type Rep ListReportsResponse :: Type -> Type #

Read ListReportsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

Show ListReportsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

NFData ListReportsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

Methods

rnf :: ListReportsResponse -> () #

Eq ListReportsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

type Rep ListReportsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

type Rep ListReportsResponse = D1 ('MetaData "ListReportsResponse" "Amazonka.CodeBuild.ListReports" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ListReportsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "reports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListReportsResponse Source #

Create a value of ListReportsResponse 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:

ListReports, listReportsResponse_nextToken - During a previous call, the maximum number of items that can be returned is the value specified in maxResults. If there more items in the list, then a unique string called a nextToken is returned. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.

$sel:reports:ListReportsResponse', listReportsResponse_reports - The list of returned ARNs for the reports in the current Amazon Web Services account.

$sel:httpStatus:ListReportsResponse', listReportsResponse_httpStatus - The response's http status code.

ListReportsForReportGroup (Paginated)

data ListReportsForReportGroup Source #

See: newListReportsForReportGroup smart constructor.

Instances

Instances details
ToJSON ListReportsForReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

ToHeaders ListReportsForReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

ToPath ListReportsForReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

ToQuery ListReportsForReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

AWSPager ListReportsForReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

AWSRequest ListReportsForReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

Generic ListReportsForReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

Associated Types

type Rep ListReportsForReportGroup :: Type -> Type #

Read ListReportsForReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

Show ListReportsForReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

NFData ListReportsForReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

Eq ListReportsForReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

Hashable ListReportsForReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

type AWSResponse ListReportsForReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

type Rep ListReportsForReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

type Rep ListReportsForReportGroup = D1 ('MetaData "ListReportsForReportGroup" "Amazonka.CodeBuild.ListReportsForReportGroup" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ListReportsForReportGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportFilter)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrderType)) :*: S1 ('MetaSel ('Just "reportGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newListReportsForReportGroup Source #

Create a value of ListReportsForReportGroup 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:filter':ListReportsForReportGroup', listReportsForReportGroup_filter - A ReportFilter object used to filter the returned reports.

$sel:maxResults:ListReportsForReportGroup', listReportsForReportGroup_maxResults - The maximum number of paginated reports in this report group returned per response. Use nextToken to iterate pages in the list of returned Report objects. The default value is 100.

ListReportsForReportGroup, listReportsForReportGroup_nextToken - During a previous call, the maximum number of items that can be returned is the value specified in maxResults. If there more items in the list, then a unique string called a nextToken is returned. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.

$sel:sortOrder:ListReportsForReportGroup', listReportsForReportGroup_sortOrder - Use to specify whether the results are returned in ascending or descending order.

ListReportsForReportGroup, listReportsForReportGroup_reportGroupArn - The ARN of the report group for which you want to return report ARNs.

data ListReportsForReportGroupResponse Source #

See: newListReportsForReportGroupResponse smart constructor.

Instances

Instances details
Generic ListReportsForReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

Associated Types

type Rep ListReportsForReportGroupResponse :: Type -> Type #

Read ListReportsForReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

Show ListReportsForReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

NFData ListReportsForReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

Eq ListReportsForReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

type Rep ListReportsForReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

type Rep ListReportsForReportGroupResponse = D1 ('MetaData "ListReportsForReportGroupResponse" "Amazonka.CodeBuild.ListReportsForReportGroup" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ListReportsForReportGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "reports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListReportsForReportGroupResponse Source #

Create a value of ListReportsForReportGroupResponse 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:

ListReportsForReportGroup, listReportsForReportGroupResponse_nextToken - During a previous call, the maximum number of items that can be returned is the value specified in maxResults. If there more items in the list, then a unique string called a nextToken is returned. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.

$sel:reports:ListReportsForReportGroupResponse', listReportsForReportGroupResponse_reports - The list of report ARNs.

$sel:httpStatus:ListReportsForReportGroupResponse', listReportsForReportGroupResponse_httpStatus - The response's http status code.

ListSharedProjects (Paginated)

data ListSharedProjects Source #

See: newListSharedProjects smart constructor.

Instances

Instances details
ToJSON ListSharedProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

ToHeaders ListSharedProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

ToPath ListSharedProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

ToQuery ListSharedProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

AWSPager ListSharedProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

AWSRequest ListSharedProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

Associated Types

type AWSResponse ListSharedProjects #

Generic ListSharedProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

Associated Types

type Rep ListSharedProjects :: Type -> Type #

Read ListSharedProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

Show ListSharedProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

NFData ListSharedProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

Methods

rnf :: ListSharedProjects -> () #

Eq ListSharedProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

Hashable ListSharedProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

type AWSResponse ListSharedProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

type Rep ListSharedProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

type Rep ListSharedProjects = D1 ('MetaData "ListSharedProjects" "Amazonka.CodeBuild.ListSharedProjects" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ListSharedProjects'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SharedResourceSortByType)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrderType)))))

newListSharedProjects :: ListSharedProjects Source #

Create a value of ListSharedProjects 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:maxResults:ListSharedProjects', listSharedProjects_maxResults - The maximum number of paginated shared build projects returned per response. Use nextToken to iterate pages in the list of returned Project objects. The default value is 100.

ListSharedProjects, listSharedProjects_nextToken - During a previous call, the maximum number of items that can be returned is the value specified in maxResults. If there more items in the list, then a unique string called a nextToken is returned. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.

$sel:sortBy:ListSharedProjects', listSharedProjects_sortBy - The criterion to be used to list build projects shared with the current Amazon Web Services account or user. Valid values include:

  • ARN: List based on the ARN.
  • MODIFIED_TIME: List based on when information about the shared project was last changed.

$sel:sortOrder:ListSharedProjects', listSharedProjects_sortOrder - The order in which to list shared build projects. Valid values include:

  • ASCENDING: List in ascending order.
  • DESCENDING: List in descending order.

data ListSharedProjectsResponse Source #

See: newListSharedProjectsResponse smart constructor.

Instances

Instances details
Generic ListSharedProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

Associated Types

type Rep ListSharedProjectsResponse :: Type -> Type #

Read ListSharedProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

Show ListSharedProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

NFData ListSharedProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

Eq ListSharedProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

type Rep ListSharedProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

type Rep ListSharedProjectsResponse = D1 ('MetaData "ListSharedProjectsResponse" "Amazonka.CodeBuild.ListSharedProjects" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ListSharedProjectsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "projects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListSharedProjectsResponse Source #

Create a value of ListSharedProjectsResponse 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:

ListSharedProjects, listSharedProjectsResponse_nextToken - During a previous call, the maximum number of items that can be returned is the value specified in maxResults. If there more items in the list, then a unique string called a nextToken is returned. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.

$sel:projects:ListSharedProjectsResponse', listSharedProjectsResponse_projects - The list of ARNs for the build projects shared with the current Amazon Web Services account or user.

$sel:httpStatus:ListSharedProjectsResponse', listSharedProjectsResponse_httpStatus - The response's http status code.

ListSharedReportGroups (Paginated)

data ListSharedReportGroups Source #

See: newListSharedReportGroups smart constructor.

Instances

Instances details
ToJSON ListSharedReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

ToHeaders ListSharedReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

ToPath ListSharedReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

ToQuery ListSharedReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

AWSPager ListSharedReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

AWSRequest ListSharedReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

Associated Types

type AWSResponse ListSharedReportGroups #

Generic ListSharedReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

Associated Types

type Rep ListSharedReportGroups :: Type -> Type #

Read ListSharedReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

Show ListSharedReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

NFData ListSharedReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

Methods

rnf :: ListSharedReportGroups -> () #

Eq ListSharedReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

Hashable ListSharedReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

type AWSResponse ListSharedReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

type Rep ListSharedReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

type Rep ListSharedReportGroups = D1 ('MetaData "ListSharedReportGroups" "Amazonka.CodeBuild.ListSharedReportGroups" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ListSharedReportGroups'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SharedResourceSortByType)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrderType)))))

newListSharedReportGroups :: ListSharedReportGroups Source #

Create a value of ListSharedReportGroups 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:maxResults:ListSharedReportGroups', listSharedReportGroups_maxResults - The maximum number of paginated shared report groups per response. Use nextToken to iterate pages in the list of returned ReportGroup objects. The default value is 100.

ListSharedReportGroups, listSharedReportGroups_nextToken - During a previous call, the maximum number of items that can be returned is the value specified in maxResults. If there more items in the list, then a unique string called a nextToken is returned. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.

$sel:sortBy:ListSharedReportGroups', listSharedReportGroups_sortBy - The criterion to be used to list report groups shared with the current Amazon Web Services account or user. Valid values include:

  • ARN: List based on the ARN.
  • MODIFIED_TIME: List based on when information about the shared report group was last changed.

$sel:sortOrder:ListSharedReportGroups', listSharedReportGroups_sortOrder - The order in which to list shared report groups. Valid values include:

  • ASCENDING: List in ascending order.
  • DESCENDING: List in descending order.

data ListSharedReportGroupsResponse Source #

See: newListSharedReportGroupsResponse smart constructor.

Instances

Instances details
Generic ListSharedReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

Associated Types

type Rep ListSharedReportGroupsResponse :: Type -> Type #

Read ListSharedReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

Show ListSharedReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

NFData ListSharedReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

Eq ListSharedReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

type Rep ListSharedReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

type Rep ListSharedReportGroupsResponse = D1 ('MetaData "ListSharedReportGroupsResponse" "Amazonka.CodeBuild.ListSharedReportGroups" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ListSharedReportGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "reportGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListSharedReportGroupsResponse Source #

Create a value of ListSharedReportGroupsResponse 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:

ListSharedReportGroups, listSharedReportGroupsResponse_nextToken - During a previous call, the maximum number of items that can be returned is the value specified in maxResults. If there more items in the list, then a unique string called a nextToken is returned. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.

$sel:reportGroups:ListSharedReportGroupsResponse', listSharedReportGroupsResponse_reportGroups - The list of ARNs for the report groups shared with the current Amazon Web Services account or user.

$sel:httpStatus:ListSharedReportGroupsResponse', listSharedReportGroupsResponse_httpStatus - The response's http status code.

ListSourceCredentials

data ListSourceCredentials Source #

See: newListSourceCredentials smart constructor.

Instances

Instances details
ToJSON ListSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

ToHeaders ListSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

ToPath ListSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

ToQuery ListSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

AWSRequest ListSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

Associated Types

type AWSResponse ListSourceCredentials #

Generic ListSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

Associated Types

type Rep ListSourceCredentials :: Type -> Type #

Read ListSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

Show ListSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

NFData ListSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

Methods

rnf :: ListSourceCredentials -> () #

Eq ListSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

Hashable ListSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

type AWSResponse ListSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

type Rep ListSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

type Rep ListSourceCredentials = D1 ('MetaData "ListSourceCredentials" "Amazonka.CodeBuild.ListSourceCredentials" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ListSourceCredentials'" 'PrefixI 'False) (U1 :: Type -> Type))

newListSourceCredentials :: ListSourceCredentials Source #

Create a value of ListSourceCredentials with all optional fields omitted.

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

data ListSourceCredentialsResponse Source #

See: newListSourceCredentialsResponse smart constructor.

Instances

Instances details
Generic ListSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

Associated Types

type Rep ListSourceCredentialsResponse :: Type -> Type #

Read ListSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

Show ListSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

NFData ListSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

Eq ListSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

type Rep ListSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

type Rep ListSourceCredentialsResponse = D1 ('MetaData "ListSourceCredentialsResponse" "Amazonka.CodeBuild.ListSourceCredentials" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ListSourceCredentialsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceCredentialsInfos") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SourceCredentialsInfo])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListSourceCredentialsResponse Source #

Create a value of ListSourceCredentialsResponse 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:sourceCredentialsInfos:ListSourceCredentialsResponse', listSourceCredentialsResponse_sourceCredentialsInfos - A list of SourceCredentialsInfo objects. Each SourceCredentialsInfo object includes the authentication type, token ARN, and type of source provider for one set of credentials.

$sel:httpStatus:ListSourceCredentialsResponse', listSourceCredentialsResponse_httpStatus - The response's http status code.

PutResourcePolicy

data PutResourcePolicy Source #

See: newPutResourcePolicy smart constructor.

Instances

Instances details
ToJSON PutResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

ToHeaders PutResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

ToPath PutResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

ToQuery PutResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

AWSRequest PutResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

Associated Types

type AWSResponse PutResourcePolicy #

Generic PutResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

Associated Types

type Rep PutResourcePolicy :: Type -> Type #

Read PutResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

Show PutResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

NFData PutResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

Methods

rnf :: PutResourcePolicy -> () #

Eq PutResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

Hashable PutResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

type AWSResponse PutResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

type Rep PutResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

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

newPutResourcePolicy Source #

Create a value of PutResourcePolicy 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:policy:PutResourcePolicy', putResourcePolicy_policy - A JSON-formatted resource policy. For more information, see Sharing a Project and Sharing a Report Group in the CodeBuild User Guide.

PutResourcePolicy, putResourcePolicy_resourceArn - The ARN of the Project or ReportGroup resource you want to associate with a resource policy.

data PutResourcePolicyResponse Source #

See: newPutResourcePolicyResponse smart constructor.

Instances

Instances details
Generic PutResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

Associated Types

type Rep PutResourcePolicyResponse :: Type -> Type #

Read PutResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

Show PutResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

NFData PutResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

Eq PutResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

type Rep PutResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

type Rep PutResourcePolicyResponse = D1 ('MetaData "PutResourcePolicyResponse" "Amazonka.CodeBuild.PutResourcePolicy" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "PutResourcePolicyResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutResourcePolicyResponse Source #

Create a value of PutResourcePolicyResponse 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:

PutResourcePolicy, putResourcePolicyResponse_resourceArn - The ARN of the Project or ReportGroup resource that is associated with a resource policy.

$sel:httpStatus:PutResourcePolicyResponse', putResourcePolicyResponse_httpStatus - The response's http status code.

RetryBuild

data RetryBuild Source #

See: newRetryBuild smart constructor.

Constructors

RetryBuild' (Maybe Text) (Maybe Text) 

Instances

Instances details
ToJSON RetryBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

ToHeaders RetryBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

Methods

toHeaders :: RetryBuild -> [Header] #

ToPath RetryBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

ToQuery RetryBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

AWSRequest RetryBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

Associated Types

type AWSResponse RetryBuild #

Generic RetryBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

Associated Types

type Rep RetryBuild :: Type -> Type #

Read RetryBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

Show RetryBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

NFData RetryBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

Methods

rnf :: RetryBuild -> () #

Eq RetryBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

Hashable RetryBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

type AWSResponse RetryBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

type Rep RetryBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

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

newRetryBuild :: RetryBuild Source #

Create a value of RetryBuild 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:

RetryBuild, retryBuild_id - Specifies the identifier of the build to restart.

$sel:idempotencyToken:RetryBuild', retryBuild_idempotencyToken - A unique, case sensitive identifier you provide to ensure the idempotency of the RetryBuild request. The token is included in the RetryBuild request and is valid for five minutes. If you repeat the RetryBuild request with the same token, but change a parameter, CodeBuild returns a parameter mismatch error.

data RetryBuildResponse Source #

See: newRetryBuildResponse smart constructor.

Instances

Instances details
Generic RetryBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

Associated Types

type Rep RetryBuildResponse :: Type -> Type #

Read RetryBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

Show RetryBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

NFData RetryBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

Methods

rnf :: RetryBuildResponse -> () #

Eq RetryBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

type Rep RetryBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

type Rep RetryBuildResponse = D1 ('MetaData "RetryBuildResponse" "Amazonka.CodeBuild.RetryBuild" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "RetryBuildResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "build") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Build)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRetryBuildResponse Source #

Create a value of RetryBuildResponse 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:build:RetryBuildResponse', retryBuildResponse_build - Undocumented member.

$sel:httpStatus:RetryBuildResponse', retryBuildResponse_httpStatus - The response's http status code.

RetryBuildBatch

data RetryBuildBatch Source #

See: newRetryBuildBatch smart constructor.

Instances

Instances details
ToJSON RetryBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

ToHeaders RetryBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

ToPath RetryBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

ToQuery RetryBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

AWSRequest RetryBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

Associated Types

type AWSResponse RetryBuildBatch #

Generic RetryBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

Associated Types

type Rep RetryBuildBatch :: Type -> Type #

Read RetryBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

Show RetryBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

NFData RetryBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

Methods

rnf :: RetryBuildBatch -> () #

Eq RetryBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

Hashable RetryBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

type AWSResponse RetryBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

type Rep RetryBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

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

newRetryBuildBatch :: RetryBuildBatch Source #

Create a value of RetryBuildBatch 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:

RetryBuildBatch, retryBuildBatch_id - Specifies the identifier of the batch build to restart.

$sel:idempotencyToken:RetryBuildBatch', retryBuildBatch_idempotencyToken - A unique, case sensitive identifier you provide to ensure the idempotency of the RetryBuildBatch request. The token is included in the RetryBuildBatch request and is valid for five minutes. If you repeat the RetryBuildBatch request with the same token, but change a parameter, CodeBuild returns a parameter mismatch error.

$sel:retryType:RetryBuildBatch', retryBuildBatch_retryType - Specifies the type of retry to perform.

data RetryBuildBatchResponse Source #

See: newRetryBuildBatchResponse smart constructor.

Instances

Instances details
Generic RetryBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

Associated Types

type Rep RetryBuildBatchResponse :: Type -> Type #

Read RetryBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

Show RetryBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

NFData RetryBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

Methods

rnf :: RetryBuildBatchResponse -> () #

Eq RetryBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

type Rep RetryBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

type Rep RetryBuildBatchResponse = D1 ('MetaData "RetryBuildBatchResponse" "Amazonka.CodeBuild.RetryBuildBatch" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "RetryBuildBatchResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "buildBatch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BuildBatch)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRetryBuildBatchResponse Source #

Create a value of RetryBuildBatchResponse 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:buildBatch:RetryBuildBatchResponse', retryBuildBatchResponse_buildBatch - Undocumented member.

$sel:httpStatus:RetryBuildBatchResponse', retryBuildBatchResponse_httpStatus - The response's http status code.

StartBuild

data StartBuild Source #

See: newStartBuild smart constructor.

Instances

Instances details
ToJSON StartBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

ToHeaders StartBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

Methods

toHeaders :: StartBuild -> [Header] #

ToPath StartBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

ToQuery StartBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

AWSRequest StartBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

Associated Types

type AWSResponse StartBuild #

Generic StartBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

Associated Types

type Rep StartBuild :: Type -> Type #

Read StartBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

Show StartBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

NFData StartBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

Methods

rnf :: StartBuild -> () #

Eq StartBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

Hashable StartBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

type AWSResponse StartBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

type Rep StartBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

type Rep StartBuild = D1 ('MetaData "StartBuild" "Amazonka.CodeBuild.StartBuild" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "StartBuild'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "artifactsOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectArtifacts)) :*: (S1 ('MetaSel ('Just "buildStatusConfigOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BuildStatusConfig)) :*: S1 ('MetaSel ('Just "buildspecOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "cacheOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectCache)) :*: S1 ('MetaSel ('Just "certificateOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "computeTypeOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputeType)) :*: S1 ('MetaSel ('Just "debugSessionEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: (((S1 ('MetaSel ('Just "encryptionKeyOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "environmentTypeOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentType))) :*: (S1 ('MetaSel ('Just "environmentVariablesOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EnvironmentVariable])) :*: S1 ('MetaSel ('Just "gitCloneDepthOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: ((S1 ('MetaSel ('Just "gitSubmodulesConfigOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GitSubmodulesConfig)) :*: S1 ('MetaSel ('Just "idempotencyToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "imageOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "imagePullCredentialsTypeOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImagePullCredentialsType)))))) :*: ((((S1 ('MetaSel ('Just "insecureSslOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "logsConfigOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogsConfig))) :*: (S1 ('MetaSel ('Just "privilegedModeOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "queuedTimeoutInMinutesOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: ((S1 ('MetaSel ('Just "registryCredentialOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegistryCredential)) :*: S1 ('MetaSel ('Just "reportBuildStatusOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "secondaryArtifactsOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProjectArtifacts])) :*: S1 ('MetaSel ('Just "secondarySourcesOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProjectSource]))))) :*: (((S1 ('MetaSel ('Just "secondarySourcesVersionOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProjectSourceVersion])) :*: S1 ('MetaSel ('Just "serviceRoleOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sourceAuthOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceAuth)) :*: S1 ('MetaSel ('Just "sourceLocationOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "sourceTypeOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceType)) :*: S1 ('MetaSel ('Just "sourceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "timeoutInMinutesOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))))

newStartBuild Source #

Arguments

:: Text

StartBuild

-> StartBuild 

Create a value of StartBuild 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:artifactsOverride:StartBuild', startBuild_artifactsOverride - Build output artifact settings that override, for this build only, the latest ones already defined in the build project.

$sel:buildStatusConfigOverride:StartBuild', startBuild_buildStatusConfigOverride - 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:buildspecOverride:StartBuild', startBuild_buildspecOverride - A buildspec file declaration that overrides, for this build only, the latest one already defined in the 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:cacheOverride:StartBuild', startBuild_cacheOverride - A ProjectCache object specified for this build that overrides the one defined in the build project.

$sel:certificateOverride:StartBuild', startBuild_certificateOverride - The name of a certificate for this build that overrides the one specified in the build project.

$sel:computeTypeOverride:StartBuild', startBuild_computeTypeOverride - The name of a compute type for this build that overrides the one specified in the build project.

StartBuild, startBuild_debugSessionEnabled - Specifies if session debugging is enabled for this build. For more information, see Viewing a running build in Session Manager.

$sel:encryptionKeyOverride:StartBuild', startBuild_encryptionKeyOverride - The Key Management Service customer master key (CMK) that overrides the one specified in the build project. The CMK key encrypts 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:environmentTypeOverride:StartBuild', startBuild_environmentTypeOverride - A container type for this build that overrides the one specified in the build project.

$sel:environmentVariablesOverride:StartBuild', startBuild_environmentVariablesOverride - A set of environment variables that overrides, for this build only, the latest ones already defined in the build project.

$sel:gitCloneDepthOverride:StartBuild', startBuild_gitCloneDepthOverride - The user-defined depth of history, with a minimum value of 0, that overrides, for this build only, any previous depth of history defined in the build project.

$sel:gitSubmodulesConfigOverride:StartBuild', startBuild_gitSubmodulesConfigOverride - Information about the Git submodules configuration for this build of an CodeBuild build project.

$sel:idempotencyToken:StartBuild', startBuild_idempotencyToken - A unique, case sensitive identifier you provide to ensure the idempotency of the StartBuild request. The token is included in the StartBuild request and is valid for 5 minutes. If you repeat the StartBuild request with the same token, but change a parameter, CodeBuild returns a parameter mismatch error.

$sel:imageOverride:StartBuild', startBuild_imageOverride - The name of an image for this build that overrides the one specified in the build project.

$sel:imagePullCredentialsTypeOverride:StartBuild', startBuild_imagePullCredentialsTypeOverride - 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's service principal.
SERVICE_ROLE
Specifies that CodeBuild uses your build project's service role.

When using a cross-account or private registry image, you must use SERVICE_ROLE credentials. When using an CodeBuild curated image, you must use CODEBUILD credentials.

$sel:insecureSslOverride:StartBuild', startBuild_insecureSslOverride - Enable this flag to override the insecure SSL setting that is specified in the build project. The insecure SSL setting determines whether to ignore SSL warnings while connecting to the project source code. This override applies only if the build's source is GitHub Enterprise.

$sel:logsConfigOverride:StartBuild', startBuild_logsConfigOverride - Log settings for this build that override the log settings defined in the build project.

$sel:privilegedModeOverride:StartBuild', startBuild_privilegedModeOverride - Enable this flag to override privileged mode in the build project.

$sel:queuedTimeoutInMinutesOverride:StartBuild', startBuild_queuedTimeoutInMinutesOverride - The number of minutes a build is allowed to be queued before it times out.

$sel:registryCredentialOverride:StartBuild', startBuild_registryCredentialOverride - The credentials for access to a private registry.

$sel:reportBuildStatusOverride:StartBuild', startBuild_reportBuildStatusOverride - Set to true to report to your source provider the status of a build's start and completion. If you use this option with a source provider other than GitHub, GitHub Enterprise, or Bitbucket, 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.

$sel:secondaryArtifactsOverride:StartBuild', startBuild_secondaryArtifactsOverride - An array of ProjectArtifacts objects.

$sel:secondarySourcesOverride:StartBuild', startBuild_secondarySourcesOverride - An array of ProjectSource objects.

$sel:secondarySourcesVersionOverride:StartBuild', startBuild_secondarySourcesVersionOverride - An array of ProjectSourceVersion objects that specify one or more versions of the project's secondary sources to be used for this build only.

$sel:serviceRoleOverride:StartBuild', startBuild_serviceRoleOverride - The name of a service role for this build that overrides the one specified in the build project.

$sel:sourceAuthOverride:StartBuild', startBuild_sourceAuthOverride - An authorization type for this build that overrides the one defined in the build project. This override applies only if the build project's source is BitBucket or GitHub.

$sel:sourceLocationOverride:StartBuild', startBuild_sourceLocationOverride - A location that overrides, for this build, the source location for the one defined in the build project.

$sel:sourceTypeOverride:StartBuild', startBuild_sourceTypeOverride - A source input type, for this build, that overrides the source input defined in the build project.

StartBuild, startBuild_sourceVersion - The version of the build input to be built, for this build only. If not specified, the latest version is used. If specified, the contents depends on the source provider:

CodeCommit
The commit ID, branch, or Git tag to use.
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.
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.
Amazon S3
The version ID of the object that represents the build input ZIP file to use.

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:timeoutInMinutesOverride:StartBuild', startBuild_timeoutInMinutesOverride - The number of build timeout minutes, from 5 to 480 (8 hours), that overrides, for this build only, the latest setting already defined in the build project.

StartBuild, startBuild_projectName - The name of the CodeBuild build project to start running a build.

data StartBuildResponse Source #

See: newStartBuildResponse smart constructor.

Instances

Instances details
Generic StartBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

Associated Types

type Rep StartBuildResponse :: Type -> Type #

Read StartBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

Show StartBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

NFData StartBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

Methods

rnf :: StartBuildResponse -> () #

Eq StartBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

type Rep StartBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

type Rep StartBuildResponse = D1 ('MetaData "StartBuildResponse" "Amazonka.CodeBuild.StartBuild" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "StartBuildResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "build") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Build)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartBuildResponse Source #

Create a value of StartBuildResponse 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:build:StartBuildResponse', startBuildResponse_build - Information about the build to be run.

$sel:httpStatus:StartBuildResponse', startBuildResponse_httpStatus - The response's http status code.

StartBuildBatch

data StartBuildBatch Source #

See: newStartBuildBatch smart constructor.

Instances

Instances details
ToJSON StartBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

ToHeaders StartBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

ToPath StartBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

ToQuery StartBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

AWSRequest StartBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

Associated Types

type AWSResponse StartBuildBatch #

Generic StartBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

Associated Types

type Rep StartBuildBatch :: Type -> Type #

Read StartBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

Show StartBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

NFData StartBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

Methods

rnf :: StartBuildBatch -> () #

Eq StartBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

Hashable StartBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

type AWSResponse StartBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

type Rep StartBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

type Rep StartBuildBatch = D1 ('MetaData "StartBuildBatch" "Amazonka.CodeBuild.StartBuildBatch" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "StartBuildBatch'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "artifactsOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectArtifacts)) :*: (S1 ('MetaSel ('Just "buildBatchConfigOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectBuildBatchConfig)) :*: S1 ('MetaSel ('Just "buildTimeoutInMinutesOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: ((S1 ('MetaSel ('Just "buildspecOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cacheOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectCache))) :*: (S1 ('MetaSel ('Just "certificateOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "computeTypeOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputeType))))) :*: (((S1 ('MetaSel ('Just "debugSessionEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "encryptionKeyOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "environmentTypeOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EnvironmentType)) :*: S1 ('MetaSel ('Just "environmentVariablesOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EnvironmentVariable])))) :*: ((S1 ('MetaSel ('Just "gitCloneDepthOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "gitSubmodulesConfigOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GitSubmodulesConfig))) :*: (S1 ('MetaSel ('Just "idempotencyToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "imageOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: ((((S1 ('MetaSel ('Just "imagePullCredentialsTypeOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImagePullCredentialsType)) :*: S1 ('MetaSel ('Just "insecureSslOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "logsConfigOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogsConfig)) :*: S1 ('MetaSel ('Just "privilegedModeOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "queuedTimeoutInMinutesOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "registryCredentialOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegistryCredential))) :*: (S1 ('MetaSel ('Just "reportBuildBatchStatusOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "secondaryArtifactsOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProjectArtifacts]))))) :*: (((S1 ('MetaSel ('Just "secondarySourcesOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProjectSource])) :*: S1 ('MetaSel ('Just "secondarySourcesVersionOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProjectSourceVersion]))) :*: (S1 ('MetaSel ('Just "serviceRoleOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceAuthOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceAuth)))) :*: ((S1 ('MetaSel ('Just "sourceLocationOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceTypeOverride") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceType))) :*: (S1 ('MetaSel ('Just "sourceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))))

newStartBuildBatch Source #

Create a value of StartBuildBatch 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:artifactsOverride:StartBuildBatch', startBuildBatch_artifactsOverride - An array of ProjectArtifacts objects that contains information about the build output artifact overrides for the build project.

$sel:buildBatchConfigOverride:StartBuildBatch', startBuildBatch_buildBatchConfigOverride - A BuildBatchConfigOverride object that contains batch build configuration overrides.

$sel:buildTimeoutInMinutesOverride:StartBuildBatch', startBuildBatch_buildTimeoutInMinutesOverride - Overrides the build timeout specified in the batch build project.

$sel:buildspecOverride:StartBuildBatch', startBuildBatch_buildspecOverride - A buildspec file declaration that overrides, for this build only, the latest one already defined in the 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:cacheOverride:StartBuildBatch', startBuildBatch_cacheOverride - A ProjectCache object that specifies cache overrides.

$sel:certificateOverride:StartBuildBatch', startBuildBatch_certificateOverride - The name of a certificate for this batch build that overrides the one specified in the batch build project.

$sel:computeTypeOverride:StartBuildBatch', startBuildBatch_computeTypeOverride - The name of a compute type for this batch build that overrides the one specified in the batch build project.

StartBuildBatch, startBuildBatch_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:encryptionKeyOverride:StartBuildBatch', startBuildBatch_encryptionKeyOverride - The Key Management Service customer master key (CMK) that overrides the one specified in the batch build project. The CMK key encrypts 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:environmentTypeOverride:StartBuildBatch', startBuildBatch_environmentTypeOverride - A container type for this batch build that overrides the one specified in the batch build project.

$sel:environmentVariablesOverride:StartBuildBatch', startBuildBatch_environmentVariablesOverride - An array of EnvironmentVariable objects that override, or add to, the environment variables defined in the batch build project.

$sel:gitCloneDepthOverride:StartBuildBatch', startBuildBatch_gitCloneDepthOverride - The user-defined depth of history, with a minimum value of 0, that overrides, for this batch build only, any previous depth of history defined in the batch build project.

$sel:gitSubmodulesConfigOverride:StartBuildBatch', startBuildBatch_gitSubmodulesConfigOverride - A GitSubmodulesConfig object that overrides the Git submodules configuration for this batch build.

$sel:idempotencyToken:StartBuildBatch', startBuildBatch_idempotencyToken - A unique, case sensitive identifier you provide to ensure the idempotency of the StartBuildBatch request. The token is included in the StartBuildBatch request and is valid for five minutes. If you repeat the StartBuildBatch request with the same token, but change a parameter, CodeBuild returns a parameter mismatch error.

$sel:imageOverride:StartBuildBatch', startBuildBatch_imageOverride - The name of an image for this batch build that overrides the one specified in the batch build project.

$sel:imagePullCredentialsTypeOverride:StartBuildBatch', startBuildBatch_imagePullCredentialsTypeOverride - The type of credentials CodeBuild uses to pull images in your batch 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's service principal.
SERVICE_ROLE
Specifies that CodeBuild uses your build project's service role.

When using a cross-account or private registry image, you must use SERVICE_ROLE credentials. When using an CodeBuild curated image, you must use CODEBUILD credentials.

$sel:insecureSslOverride:StartBuildBatch', startBuildBatch_insecureSslOverride - Enable this flag to override the insecure SSL setting that is specified in the batch build project. The insecure SSL setting determines whether to ignore SSL warnings while connecting to the project source code. This override applies only if the build's source is GitHub Enterprise.

$sel:logsConfigOverride:StartBuildBatch', startBuildBatch_logsConfigOverride - A LogsConfig object that override the log settings defined in the batch build project.

$sel:privilegedModeOverride:StartBuildBatch', startBuildBatch_privilegedModeOverride - Enable this flag to override privileged mode in the batch build project.

$sel:queuedTimeoutInMinutesOverride:StartBuildBatch', startBuildBatch_queuedTimeoutInMinutesOverride - The number of minutes a batch build is allowed to be queued before it times out.

$sel:registryCredentialOverride:StartBuildBatch', startBuildBatch_registryCredentialOverride - A RegistryCredential object that overrides credentials for access to a private registry.

$sel:reportBuildBatchStatusOverride:StartBuildBatch', startBuildBatch_reportBuildBatchStatusOverride - Set to true to report to your source provider the status of a batch build's start and completion. If you use this option with a source provider other than GitHub, GitHub Enterprise, or Bitbucket, an invalidInputException is thrown.

The status of a build triggered by a webhook is always reported to your source provider.

$sel:secondaryArtifactsOverride:StartBuildBatch', startBuildBatch_secondaryArtifactsOverride - An array of ProjectArtifacts objects that override the secondary artifacts defined in the batch build project.

$sel:secondarySourcesOverride:StartBuildBatch', startBuildBatch_secondarySourcesOverride - An array of ProjectSource objects that override the secondary sources defined in the batch build project.

$sel:secondarySourcesVersionOverride:StartBuildBatch', startBuildBatch_secondarySourcesVersionOverride - An array of ProjectSourceVersion objects that override the secondary source versions in the batch build project.

$sel:serviceRoleOverride:StartBuildBatch', startBuildBatch_serviceRoleOverride - The name of a service role for this batch build that overrides the one specified in the batch build project.

$sel:sourceAuthOverride:StartBuildBatch', startBuildBatch_sourceAuthOverride - A SourceAuth object that overrides the one defined in the batch build project. This override applies only if the build project's source is BitBucket or GitHub.

$sel:sourceLocationOverride:StartBuildBatch', startBuildBatch_sourceLocationOverride - A location that overrides, for this batch build, the source location defined in the batch build project.

$sel:sourceTypeOverride:StartBuildBatch', startBuildBatch_sourceTypeOverride - The source input type that overrides the source input defined in the batch build project.

StartBuildBatch, startBuildBatch_sourceVersion - The version of the batch build input to be built, for this build only. If not specified, the latest version is used. If specified, the contents depends on the source provider:

CodeCommit
The commit ID, branch, or Git tag to use.
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.
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.
Amazon S3
The version ID of the object that represents the build input ZIP file to use.

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.

StartBuildBatch, startBuildBatch_projectName - The name of the project.

data StartBuildBatchResponse Source #

See: newStartBuildBatchResponse smart constructor.

Instances

Instances details
Generic StartBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

Associated Types

type Rep StartBuildBatchResponse :: Type -> Type #

Read StartBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

Show StartBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

NFData StartBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

Methods

rnf :: StartBuildBatchResponse -> () #

Eq StartBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

type Rep StartBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

type Rep StartBuildBatchResponse = D1 ('MetaData "StartBuildBatchResponse" "Amazonka.CodeBuild.StartBuildBatch" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "StartBuildBatchResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "buildBatch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BuildBatch)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartBuildBatchResponse Source #

Create a value of StartBuildBatchResponse 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:buildBatch:StartBuildBatchResponse', startBuildBatchResponse_buildBatch - A BuildBatch object that contains information about the batch build.

$sel:httpStatus:StartBuildBatchResponse', startBuildBatchResponse_httpStatus - The response's http status code.

StopBuild

data StopBuild Source #

See: newStopBuild smart constructor.

Constructors

StopBuild' Text 

Instances

Instances details
ToJSON StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

ToHeaders StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Methods

toHeaders :: StopBuild -> [Header] #

ToPath StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

ToQuery StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

AWSRequest StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Associated Types

type AWSResponse StopBuild #

Generic StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Associated Types

type Rep StopBuild :: Type -> Type #

Read StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Show StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

NFData StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Methods

rnf :: StopBuild -> () #

Eq StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Hashable StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

type AWSResponse StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

type Rep StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

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

newStopBuild Source #

Arguments

:: Text

StopBuild

-> StopBuild 

Create a value of StopBuild 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:

StopBuild, stopBuild_id - The ID of the build.

data StopBuildResponse Source #

See: newStopBuildResponse smart constructor.

Instances

Instances details
Generic StopBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Associated Types

type Rep StopBuildResponse :: Type -> Type #

Read StopBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Show StopBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

NFData StopBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Methods

rnf :: StopBuildResponse -> () #

Eq StopBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

type Rep StopBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

type Rep StopBuildResponse = D1 ('MetaData "StopBuildResponse" "Amazonka.CodeBuild.StopBuild" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "StopBuildResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "build") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Build)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopBuildResponse Source #

Create a value of StopBuildResponse 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:build:StopBuildResponse', stopBuildResponse_build - Information about the build.

$sel:httpStatus:StopBuildResponse', stopBuildResponse_httpStatus - The response's http status code.

StopBuildBatch

data StopBuildBatch Source #

See: newStopBuildBatch smart constructor.

Constructors

StopBuildBatch' Text 

Instances

Instances details
ToJSON StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

ToHeaders StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

ToPath StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

ToQuery StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

AWSRequest StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Associated Types

type AWSResponse StopBuildBatch #

Generic StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Associated Types

type Rep StopBuildBatch :: Type -> Type #

Read StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Show StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

NFData StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Methods

rnf :: StopBuildBatch -> () #

Eq StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Hashable StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

type AWSResponse StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

type Rep StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

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

newStopBuildBatch Source #

Create a value of StopBuildBatch 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:

StopBuildBatch, stopBuildBatch_id - The identifier of the batch build to stop.

data StopBuildBatchResponse Source #

See: newStopBuildBatchResponse smart constructor.

Instances

Instances details
Generic StopBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Associated Types

type Rep StopBuildBatchResponse :: Type -> Type #

Read StopBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Show StopBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

NFData StopBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Methods

rnf :: StopBuildBatchResponse -> () #

Eq StopBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

type Rep StopBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

type Rep StopBuildBatchResponse = D1 ('MetaData "StopBuildBatchResponse" "Amazonka.CodeBuild.StopBuildBatch" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "StopBuildBatchResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "buildBatch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BuildBatch)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopBuildBatchResponse Source #

Create a value of StopBuildBatchResponse 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:buildBatch:StopBuildBatchResponse', stopBuildBatchResponse_buildBatch - Undocumented member.

$sel:httpStatus:StopBuildBatchResponse', stopBuildBatchResponse_httpStatus - The response's http status code.

UpdateProject

data UpdateProject Source #

See: newUpdateProject smart constructor.

Instances

Instances details
ToJSON UpdateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

ToHeaders UpdateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

ToPath UpdateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

ToQuery UpdateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

AWSRequest UpdateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

Associated Types

type AWSResponse UpdateProject #

Generic UpdateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

Associated Types

type Rep UpdateProject :: Type -> Type #

Read UpdateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

Show UpdateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

NFData UpdateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

Methods

rnf :: UpdateProject -> () #

Eq UpdateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

Hashable UpdateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

type AWSResponse UpdateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

type Rep UpdateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

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

newUpdateProject Source #

Create a value of UpdateProject 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:

UpdateProject, updateProject_artifacts - Information to be changed about the build output artifacts for the build project.

UpdateProject, updateProject_badgeEnabled - Set this to true to generate a publicly accessible URL for your project's build badge.

UpdateProject, updateProject_buildBatchConfig - Undocumented member.

UpdateProject, updateProject_cache - Stores recently used information so that it can be quickly accessed at a later time.

UpdateProject, updateProject_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.

To remove this limit, set this value to -1.

UpdateProject, updateProject_description - A new or replacement description of the build project.

UpdateProject, updateProject_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>).

UpdateProject, updateProject_environment - Information to be changed about the build environment for the build project.

UpdateProject, updateProject_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.

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

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

UpdateProject, updateProject_secondaryArtifacts - An array of ProjectArtifact objects.

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

UpdateProject, updateProject_secondarySources - An array of ProjectSource objects.

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

UpdateProject, updateProject_source - Information to be changed about the build input source code for the build project.

UpdateProject, updateProject_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.

UpdateProject, updateProject_tags - An updated 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.

UpdateProject, updateProject_timeoutInMinutes - The replacement value 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.

UpdateProject, updateProject_vpcConfig - VpcConfig enables CodeBuild to access resources in an Amazon VPC.

UpdateProject, updateProject_name - The name of the build project.

You cannot change a build project's name.

data UpdateProjectResponse Source #

See: newUpdateProjectResponse smart constructor.

Instances

Instances details
Generic UpdateProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

Associated Types

type Rep UpdateProjectResponse :: Type -> Type #

Read UpdateProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

Show UpdateProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

NFData UpdateProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

Methods

rnf :: UpdateProjectResponse -> () #

Eq UpdateProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

type Rep UpdateProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

type Rep UpdateProjectResponse = D1 ('MetaData "UpdateProjectResponse" "Amazonka.CodeBuild.UpdateProject" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "UpdateProjectResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "project") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Project)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateProjectResponse Source #

Create a value of UpdateProjectResponse 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:project:UpdateProjectResponse', updateProjectResponse_project - Information about the build project that was changed.

$sel:httpStatus:UpdateProjectResponse', updateProjectResponse_httpStatus - The response's http status code.

UpdateProjectVisibility

data UpdateProjectVisibility Source #

See: newUpdateProjectVisibility smart constructor.

Instances

Instances details
ToJSON UpdateProjectVisibility Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

ToHeaders UpdateProjectVisibility Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

ToPath UpdateProjectVisibility Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

ToQuery UpdateProjectVisibility Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

AWSRequest UpdateProjectVisibility Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

Generic UpdateProjectVisibility Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

Associated Types

type Rep UpdateProjectVisibility :: Type -> Type #

Read UpdateProjectVisibility Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

Show UpdateProjectVisibility Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

NFData UpdateProjectVisibility Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

Methods

rnf :: UpdateProjectVisibility -> () #

Eq UpdateProjectVisibility Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

Hashable UpdateProjectVisibility Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

type AWSResponse UpdateProjectVisibility Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

type Rep UpdateProjectVisibility Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

type Rep UpdateProjectVisibility = D1 ('MetaData "UpdateProjectVisibility" "Amazonka.CodeBuild.UpdateProjectVisibility" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "UpdateProjectVisibility'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceAccessRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "projectArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "projectVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProjectVisibilityType))))

newUpdateProjectVisibility Source #

Create a value of UpdateProjectVisibility 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:

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

UpdateProjectVisibility, updateProjectVisibility_projectArn - The Amazon Resource Name (ARN) of the build project.

UpdateProjectVisibility, updateProjectVisibility_projectVisibility - Undocumented member.

data UpdateProjectVisibilityResponse Source #

See: newUpdateProjectVisibilityResponse smart constructor.

Instances

Instances details
Generic UpdateProjectVisibilityResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

Associated Types

type Rep UpdateProjectVisibilityResponse :: Type -> Type #

Read UpdateProjectVisibilityResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

Show UpdateProjectVisibilityResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

NFData UpdateProjectVisibilityResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

Eq UpdateProjectVisibilityResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

type Rep UpdateProjectVisibilityResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

type Rep UpdateProjectVisibilityResponse = D1 ('MetaData "UpdateProjectVisibilityResponse" "Amazonka.CodeBuild.UpdateProjectVisibility" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "UpdateProjectVisibilityResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "projectArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "projectVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectVisibilityType))) :*: (S1 ('MetaSel ('Just "publicProjectAlias") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newUpdateProjectVisibilityResponse Source #

Create a value of UpdateProjectVisibilityResponse 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:

UpdateProjectVisibility, updateProjectVisibilityResponse_projectArn - The Amazon Resource Name (ARN) of the build project.

UpdateProjectVisibility, updateProjectVisibilityResponse_projectVisibility - Undocumented member.

UpdateProjectVisibilityResponse, updateProjectVisibilityResponse_publicProjectAlias - Contains the project identifier used with the public build APIs.

$sel:httpStatus:UpdateProjectVisibilityResponse', updateProjectVisibilityResponse_httpStatus - The response's http status code.

UpdateReportGroup

data UpdateReportGroup Source #

See: newUpdateReportGroup smart constructor.

Instances

Instances details
ToJSON UpdateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

ToHeaders UpdateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

ToPath UpdateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

ToQuery UpdateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

AWSRequest UpdateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

Associated Types

type AWSResponse UpdateReportGroup #

Generic UpdateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

Associated Types

type Rep UpdateReportGroup :: Type -> Type #

Read UpdateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

Show UpdateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

NFData UpdateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

Methods

rnf :: UpdateReportGroup -> () #

Eq UpdateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

Hashable UpdateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

type AWSResponse UpdateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

type Rep UpdateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

type Rep UpdateReportGroup = D1 ('MetaData "UpdateReportGroup" "Amazonka.CodeBuild.UpdateReportGroup" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "UpdateReportGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "exportConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportExportConfig)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateReportGroup Source #

Create a value of UpdateReportGroup 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:

UpdateReportGroup, updateReportGroup_exportConfig - Used to specify an updated export type. Valid values are:

  • S3: The report results are exported to an S3 bucket.
  • NO_EXPORT: The report results are not exported.

UpdateReportGroup, updateReportGroup_tags - An updated 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.

UpdateReportGroup, updateReportGroup_arn - The ARN of the report group to update.

data UpdateReportGroupResponse Source #

See: newUpdateReportGroupResponse smart constructor.

Instances

Instances details
Generic UpdateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

Associated Types

type Rep UpdateReportGroupResponse :: Type -> Type #

Read UpdateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

Show UpdateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

NFData UpdateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

Eq UpdateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

type Rep UpdateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

type Rep UpdateReportGroupResponse = D1 ('MetaData "UpdateReportGroupResponse" "Amazonka.CodeBuild.UpdateReportGroup" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "UpdateReportGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reportGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateReportGroupResponse Source #

Create a value of UpdateReportGroupResponse 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:reportGroup:UpdateReportGroupResponse', updateReportGroupResponse_reportGroup - Information about the updated report group.

$sel:httpStatus:UpdateReportGroupResponse', updateReportGroupResponse_httpStatus - The response's http status code.

UpdateWebhook

data UpdateWebhook Source #

See: newUpdateWebhook smart constructor.

Instances

Instances details
ToJSON UpdateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

ToHeaders UpdateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

ToPath UpdateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

ToQuery UpdateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

AWSRequest UpdateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

Associated Types

type AWSResponse UpdateWebhook #

Generic UpdateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

Associated Types

type Rep UpdateWebhook :: Type -> Type #

Read UpdateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

Show UpdateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

NFData UpdateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

Methods

rnf :: UpdateWebhook -> () #

Eq UpdateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

Hashable UpdateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

type AWSResponse UpdateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

type Rep UpdateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

type Rep UpdateWebhook = D1 ('MetaData "UpdateWebhook" "Amazonka.CodeBuild.UpdateWebhook" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "UpdateWebhook'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "branchFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "buildType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WebhookBuildType))) :*: (S1 ('MetaSel ('Just "filterGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [[WebhookFilter]])) :*: (S1 ('MetaSel ('Just "rotateSecret") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdateWebhook Source #

Create a value of UpdateWebhook 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:

UpdateWebhook, updateWebhook_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.

UpdateWebhook, updateWebhook_buildType - Specifies the type of build this webhook will trigger.

UpdateWebhook, updateWebhook_filterGroups - An array of arrays of WebhookFilter objects used to determine if a webhook event can trigger a build. A filter group must contain at least one EVENT WebhookFilter.

$sel:rotateSecret:UpdateWebhook', updateWebhook_rotateSecret - A boolean value that specifies whether the associated GitHub repository's secret token should be updated. If you use Bitbucket for your repository, rotateSecret is ignored.

UpdateWebhook, updateWebhook_projectName - The name of the CodeBuild project.

data UpdateWebhookResponse Source #

See: newUpdateWebhookResponse smart constructor.

Instances

Instances details
Generic UpdateWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

Associated Types

type Rep UpdateWebhookResponse :: Type -> Type #

Read UpdateWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

Show UpdateWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

NFData UpdateWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

Methods

rnf :: UpdateWebhookResponse -> () #

Eq UpdateWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

type Rep UpdateWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

type Rep UpdateWebhookResponse = D1 ('MetaData "UpdateWebhookResponse" "Amazonka.CodeBuild.UpdateWebhook" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "UpdateWebhookResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "webhook") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Webhook)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateWebhookResponse Source #

Create a value of UpdateWebhookResponse 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:

UpdateWebhookResponse, updateWebhookResponse_webhook - Information about a repository's webhook that is associated with a project in CodeBuild.

$sel:httpStatus:UpdateWebhookResponse', updateWebhookResponse_httpStatus - The response's http status code.

Types

ArtifactNamespace

newtype ArtifactNamespace Source #

Instances

Instances details
FromJSON ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

FromJSONKey ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

ToJSON ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

ToJSONKey ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

ToByteString ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

ToHeader ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

ToLog ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

ToQuery ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

FromText ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

ToText ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

FromXML ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

ToXML ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

Generic ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

Associated Types

type Rep ArtifactNamespace :: Type -> Type #

Read ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

Show ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

NFData ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

Methods

rnf :: ArtifactNamespace -> () #

Eq ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

Ord ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

Hashable ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

type Rep ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

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

ArtifactPackaging

newtype ArtifactPackaging Source #

Instances

Instances details
FromJSON ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

FromJSONKey ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

ToJSON ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

ToJSONKey ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

ToByteString ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

ToHeader ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

ToLog ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

ToQuery ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

FromText ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

ToText ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

FromXML ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

ToXML ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

Generic ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

Associated Types

type Rep ArtifactPackaging :: Type -> Type #

Read ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

Show ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

NFData ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

Methods

rnf :: ArtifactPackaging -> () #

Eq ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

Ord ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

Hashable ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

type Rep ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

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

ArtifactsType

newtype ArtifactsType Source #

Constructors

ArtifactsType' 

Instances

Instances details
FromJSON ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

FromJSONKey ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

ToJSON ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

ToJSONKey ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

ToByteString ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

ToHeader ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

ToLog ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

ToQuery ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

FromText ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

ToText ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Methods

toText :: ArtifactsType -> Text #

FromXML ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

ToXML ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Methods

toXML :: ArtifactsType -> XML #

Generic ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Associated Types

type Rep ArtifactsType :: Type -> Type #

Read ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Show ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

NFData ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Methods

rnf :: ArtifactsType -> () #

Eq ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Ord ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Hashable ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

type Rep ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

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

AuthType

newtype AuthType Source #

Constructors

AuthType' 

Fields

Bundled Patterns

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

Instances

Instances details
FromJSON AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

FromJSONKey AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

ToJSON AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

ToJSONKey AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

ToByteString AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Methods

toBS :: AuthType -> ByteString #

ToHeader AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Methods

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

ToLog AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

ToQuery AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

FromText AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

ToText AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Methods

toText :: AuthType -> Text #

FromXML AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

ToXML AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Methods

toXML :: AuthType -> XML #

Generic AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Associated Types

type Rep AuthType :: Type -> Type #

Methods

from :: AuthType -> Rep AuthType x #

to :: Rep AuthType x -> AuthType #

Read AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Show AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

NFData AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Methods

rnf :: AuthType -> () #

Eq AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Ord AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Hashable AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Methods

hashWithSalt :: Int -> AuthType -> Int #

hash :: AuthType -> Int #

type Rep AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

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

BatchReportModeType

newtype BatchReportModeType Source #

Instances

Instances details
FromJSON BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

FromJSONKey BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

ToJSON BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

ToJSONKey BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

ToByteString BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

ToHeader BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

ToLog BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

ToQuery BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

FromText BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

ToText BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

FromXML BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

ToXML BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

Generic BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

Associated Types

type Rep BatchReportModeType :: Type -> Type #

Read BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

Show BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

NFData BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

Methods

rnf :: BatchReportModeType -> () #

Eq BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

Ord BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

Hashable BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

type Rep BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

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

BucketOwnerAccess

newtype BucketOwnerAccess Source #

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

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

This property can be one of the following values:

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

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

Instances

Instances details
FromJSON BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

FromJSONKey BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

ToJSON BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

ToJSONKey BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

ToByteString BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

ToHeader BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

ToLog BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

ToQuery BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

FromText BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

ToText BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

FromXML BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

ToXML BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

Generic BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

Associated Types

type Rep BucketOwnerAccess :: Type -> Type #

Read BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

Show BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

NFData BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

Methods

rnf :: BucketOwnerAccess -> () #

Eq BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

Ord BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

Hashable BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

type Rep BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

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

BuildBatchPhaseType

newtype BuildBatchPhaseType Source #

Instances

Instances details
FromJSON BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

FromJSONKey BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

ToJSON BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

ToJSONKey BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

ToByteString BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

ToHeader BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

ToLog BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

ToQuery BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

FromText BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

ToText BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

FromXML BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

ToXML BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

Generic BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

Associated Types

type Rep BuildBatchPhaseType :: Type -> Type #

Read BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

Show BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

NFData BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

Methods

rnf :: BuildBatchPhaseType -> () #

Eq BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

Ord BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

Hashable BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

type Rep BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

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

BuildPhaseType

newtype BuildPhaseType Source #

Constructors

BuildPhaseType' 

Instances

Instances details
FromJSON BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

FromJSONKey BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

ToJSON BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

ToJSONKey BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

ToByteString BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

ToHeader BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

ToLog BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

ToQuery BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

FromText BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

ToText BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

FromXML BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

ToXML BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

Methods

toXML :: BuildPhaseType -> XML #

Generic BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

Associated Types

type Rep BuildPhaseType :: Type -> Type #

Read BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

Show BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

NFData BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

Methods

rnf :: BuildPhaseType -> () #

Eq BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

Ord BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

Hashable BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

type Rep BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

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

CacheMode

newtype CacheMode Source #

Constructors

CacheMode' 

Fields

Instances

Instances details
FromJSON CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

FromJSONKey CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

ToJSON CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

ToJSONKey CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

ToByteString CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Methods

toBS :: CacheMode -> ByteString #

ToHeader CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

ToLog CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

ToQuery CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

FromText CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

ToText CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Methods

toText :: CacheMode -> Text #

FromXML CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

ToXML CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Methods

toXML :: CacheMode -> XML #

Generic CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Associated Types

type Rep CacheMode :: Type -> Type #

Read CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Show CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

NFData CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Methods

rnf :: CacheMode -> () #

Eq CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Ord CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Hashable CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

type Rep CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

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

CacheType

newtype CacheType Source #

Constructors

CacheType' 

Fields

Bundled Patterns

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

Instances

Instances details
FromJSON CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

FromJSONKey CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

ToJSON CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

ToJSONKey CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

ToByteString CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Methods

toBS :: CacheType -> ByteString #

ToHeader CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

ToLog CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

ToQuery CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

FromText CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

ToText CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Methods

toText :: CacheType -> Text #

FromXML CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

ToXML CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Methods

toXML :: CacheType -> XML #

Generic CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Associated Types

type Rep CacheType :: Type -> Type #

Read CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Show CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

NFData CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Methods

rnf :: CacheType -> () #

Eq CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Ord CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Hashable CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

type Rep CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

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

ComputeType

newtype ComputeType Source #

Constructors

ComputeType' 

Instances

Instances details
FromJSON ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

FromJSONKey ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

ToJSON ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

ToJSONKey ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

ToByteString ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

ToHeader ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

ToLog ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

ToQuery ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

FromText ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

ToText ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Methods

toText :: ComputeType -> Text #

FromXML ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

ToXML ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Methods

toXML :: ComputeType -> XML #

Generic ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Associated Types

type Rep ComputeType :: Type -> Type #

Read ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Show ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

NFData ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Methods

rnf :: ComputeType -> () #

Eq ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Ord ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Hashable ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

type Rep ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

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

CredentialProviderType

newtype CredentialProviderType Source #

Instances

Instances details
FromJSON CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

FromJSONKey CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

ToJSON CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

ToJSONKey CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

ToByteString CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

ToHeader CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

ToLog CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

ToQuery CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

FromText CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

ToText CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

FromXML CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

ToXML CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

Generic CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

Associated Types

type Rep CredentialProviderType :: Type -> Type #

Read CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

Show CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

NFData CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

Methods

rnf :: CredentialProviderType -> () #

Eq CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

Ord CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

Hashable CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

type Rep CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

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

EnvironmentType

newtype EnvironmentType Source #

Constructors

EnvironmentType' 

Instances

Instances details
FromJSON EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

FromJSONKey EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

ToJSON EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

ToJSONKey EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

ToByteString EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

ToHeader EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

ToLog EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

ToQuery EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

FromText EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

ToText EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

FromXML EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

ToXML EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

Methods

toXML :: EnvironmentType -> XML #

Generic EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

Associated Types

type Rep EnvironmentType :: Type -> Type #

Read EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

Show EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

NFData EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

Methods

rnf :: EnvironmentType -> () #

Eq EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

Ord EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

Hashable EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

type Rep EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

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

EnvironmentVariableType

newtype EnvironmentVariableType Source #

Instances

Instances details
FromJSON EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

FromJSONKey EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

ToJSON EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

ToJSONKey EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

ToByteString EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

ToHeader EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

ToLog EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

ToQuery EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

FromText EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

ToText EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

FromXML EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

ToXML EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

Generic EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

Associated Types

type Rep EnvironmentVariableType :: Type -> Type #

Read EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

Show EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

NFData EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

Methods

rnf :: EnvironmentVariableType -> () #

Eq EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

Ord EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

Hashable EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

type Rep EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

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

FileSystemType

newtype FileSystemType Source #

Constructors

FileSystemType' 

Bundled Patterns

pattern FileSystemType_EFS :: FileSystemType 

Instances

Instances details
FromJSON FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

FromJSONKey FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

ToJSON FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

ToJSONKey FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

ToByteString FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

ToHeader FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

ToLog FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

ToQuery FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

FromText FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

ToText FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

FromXML FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

ToXML FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

Methods

toXML :: FileSystemType -> XML #

Generic FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

Associated Types

type Rep FileSystemType :: Type -> Type #

Read FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

Show FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

NFData FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

Methods

rnf :: FileSystemType -> () #

Eq FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

Ord FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

Hashable FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

type Rep FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

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

ImagePullCredentialsType

newtype ImagePullCredentialsType Source #

Instances

Instances details
FromJSON ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

FromJSONKey ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

ToJSON ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

ToJSONKey ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

ToByteString ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

ToHeader ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

ToLog ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

ToQuery ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

FromText ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

ToText ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

FromXML ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

ToXML ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

Generic ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

Associated Types

type Rep ImagePullCredentialsType :: Type -> Type #

Read ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

Show ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

NFData ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

Eq ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

Ord ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

Hashable ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

type Rep ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

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

LanguageType

newtype LanguageType Source #

Constructors

LanguageType' 

Instances

Instances details
FromJSON LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

FromJSONKey LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

ToJSON LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

ToJSONKey LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

ToByteString LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

ToHeader LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

ToLog LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

ToQuery LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

FromText LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

ToText LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Methods

toText :: LanguageType -> Text #

FromXML LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

ToXML LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Methods

toXML :: LanguageType -> XML #

Generic LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Associated Types

type Rep LanguageType :: Type -> Type #

Read LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Show LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

NFData LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Methods

rnf :: LanguageType -> () #

Eq LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Ord LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Hashable LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

type Rep LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

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

LogsConfigStatusType

newtype LogsConfigStatusType Source #

Instances

Instances details
FromJSON LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

FromJSONKey LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

ToJSON LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

ToJSONKey LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

ToByteString LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

ToHeader LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

ToLog LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

ToQuery LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

FromText LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

ToText LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

FromXML LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

ToXML LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

Generic LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

Associated Types

type Rep LogsConfigStatusType :: Type -> Type #

Read LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

Show LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

NFData LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

Methods

rnf :: LogsConfigStatusType -> () #

Eq LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

Ord LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

Hashable LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

type Rep LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

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

PlatformType

newtype PlatformType Source #

Constructors

PlatformType' 

Instances

Instances details
FromJSON PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

FromJSONKey PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

ToJSON PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

ToJSONKey PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

ToByteString PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

ToHeader PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

ToLog PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

ToQuery PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

FromText PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

ToText PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Methods

toText :: PlatformType -> Text #

FromXML PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

ToXML PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Methods

toXML :: PlatformType -> XML #

Generic PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Associated Types

type Rep PlatformType :: Type -> Type #

Read PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Show PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

NFData PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Methods

rnf :: PlatformType -> () #

Eq PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Ord PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Hashable PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

type Rep PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

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

ProjectSortByType

newtype ProjectSortByType Source #

Instances

Instances details
FromJSON ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

FromJSONKey ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

ToJSON ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

ToJSONKey ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

ToByteString ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

ToHeader ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

ToLog ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

ToQuery ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

FromText ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

ToText ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

FromXML ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

ToXML ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

Generic ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

Associated Types

type Rep ProjectSortByType :: Type -> Type #

Read ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

Show ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

NFData ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

Methods

rnf :: ProjectSortByType -> () #

Eq ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

Ord ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

Hashable ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

type Rep ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

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

ProjectVisibilityType

newtype ProjectVisibilityType Source #

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

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

Instances

Instances details
FromJSON ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

FromJSONKey ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

ToJSON ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

ToJSONKey ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

ToByteString ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

ToHeader ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

ToLog ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

ToQuery ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

FromText ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

ToText ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

FromXML ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

ToXML ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

Generic ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

Associated Types

type Rep ProjectVisibilityType :: Type -> Type #

Read ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

Show ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

NFData ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

Methods

rnf :: ProjectVisibilityType -> () #

Eq ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

Ord ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

Hashable ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

type Rep ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

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

ReportCodeCoverageSortByType

newtype ReportCodeCoverageSortByType Source #

Instances

Instances details
FromJSON ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

FromJSONKey ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

ToJSON ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

ToJSONKey ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

ToByteString ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

ToHeader ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

ToLog ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

ToQuery ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

FromText ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

ToText ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

FromXML ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

ToXML ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

Generic ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

Associated Types

type Rep ReportCodeCoverageSortByType :: Type -> Type #

Read ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

Show ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

NFData ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

Eq ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

Ord ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

Hashable ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

type Rep ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

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

ReportExportConfigType

newtype ReportExportConfigType Source #

Instances

Instances details
FromJSON ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

FromJSONKey ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

ToJSON ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

ToJSONKey ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

ToByteString ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

ToHeader ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

ToLog ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

ToQuery ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

FromText ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

ToText ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

FromXML ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

ToXML ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

Generic ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

Associated Types

type Rep ReportExportConfigType :: Type -> Type #

Read ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

Show ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

NFData ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

Methods

rnf :: ReportExportConfigType -> () #

Eq ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

Ord ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

Hashable ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

type Rep ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

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

ReportGroupSortByType

newtype ReportGroupSortByType Source #

Instances

Instances details
FromJSON ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

FromJSONKey ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

ToJSON ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

ToJSONKey ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

ToByteString ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

ToHeader ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

ToLog ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

ToQuery ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

FromText ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

ToText ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

FromXML ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

ToXML ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

Generic ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

Associated Types

type Rep ReportGroupSortByType :: Type -> Type #

Read ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

Show ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

NFData ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

Methods

rnf :: ReportGroupSortByType -> () #

Eq ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

Ord ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

Hashable ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

type Rep ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

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

ReportGroupStatusType

newtype ReportGroupStatusType Source #

Instances

Instances details
FromJSON ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

FromJSONKey ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

ToJSON ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

ToJSONKey ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

ToByteString ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

ToHeader ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

ToLog ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

ToQuery ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

FromText ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

ToText ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

FromXML ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

ToXML ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

Generic ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

Associated Types

type Rep ReportGroupStatusType :: Type -> Type #

Read ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

Show ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

NFData ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

Methods

rnf :: ReportGroupStatusType -> () #

Eq ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

Ord ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

Hashable ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

type Rep ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

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

ReportGroupTrendFieldType

newtype ReportGroupTrendFieldType Source #

Instances

Instances details
FromJSON ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

FromJSONKey ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

ToJSON ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

ToJSONKey ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

ToByteString ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

ToHeader ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

ToLog ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

ToQuery ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

FromText ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

ToText ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

FromXML ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

ToXML ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

Generic ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

Associated Types

type Rep ReportGroupTrendFieldType :: Type -> Type #

Read ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

Show ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

NFData ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

Eq ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

Ord ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

Hashable ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

type Rep ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

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

ReportPackagingType

newtype ReportPackagingType Source #

Instances

Instances details
FromJSON ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

FromJSONKey ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

ToJSON ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

ToJSONKey ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

ToByteString ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

ToHeader ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

ToLog ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

ToQuery ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

FromText ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

ToText ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

FromXML ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

ToXML ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

Generic ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

Associated Types

type Rep ReportPackagingType :: Type -> Type #

Read ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

Show ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

NFData ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

Methods

rnf :: ReportPackagingType -> () #

Eq ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

Ord ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

Hashable ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

type Rep ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

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

ReportStatusType

newtype ReportStatusType Source #

Instances

Instances details
FromJSON ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

FromJSONKey ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

ToJSON ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

ToJSONKey ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

ToByteString ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

ToHeader ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

ToLog ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

ToQuery ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

FromText ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

ToText ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

FromXML ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

ToXML ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

Generic ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

Associated Types

type Rep ReportStatusType :: Type -> Type #

Read ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

Show ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

NFData ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

Methods

rnf :: ReportStatusType -> () #

Eq ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

Ord ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

Hashable ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

type Rep ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

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

ReportType

newtype ReportType Source #

Constructors

ReportType' 

Fields

Bundled Patterns

pattern ReportType_CODE_COVERAGE :: ReportType 
pattern ReportType_TEST :: ReportType 

Instances

Instances details
FromJSON ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

FromJSONKey ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

ToJSON ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

ToJSONKey ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

ToByteString ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

ToHeader ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

ToLog ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

ToQuery ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

FromText ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

ToText ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Methods

toText :: ReportType -> Text #

FromXML ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

ToXML ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Methods

toXML :: ReportType -> XML #

Generic ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Associated Types

type Rep ReportType :: Type -> Type #

Read ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Show ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

NFData ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Methods

rnf :: ReportType -> () #

Eq ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Ord ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Hashable ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

type Rep ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

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

RetryBuildBatchType

newtype RetryBuildBatchType Source #

Instances

Instances details
FromJSON RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

FromJSONKey RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

ToJSON RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

ToJSONKey RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

ToByteString RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

ToHeader RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

ToLog RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

ToQuery RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

FromText RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

ToText RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

FromXML RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

ToXML RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

Generic RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

Associated Types

type Rep RetryBuildBatchType :: Type -> Type #

Read RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

Show RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

NFData RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

Methods

rnf :: RetryBuildBatchType -> () #

Eq RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

Ord RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

Hashable RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

type Rep RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

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

ServerType

newtype ServerType Source #

Constructors

ServerType' 

Fields

Instances

Instances details
FromJSON ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

FromJSONKey ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

ToJSON ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

ToJSONKey ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

ToByteString ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

ToHeader ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

ToLog ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

ToQuery ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

FromText ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

ToText ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Methods

toText :: ServerType -> Text #

FromXML ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

ToXML ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Methods

toXML :: ServerType -> XML #

Generic ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Associated Types

type Rep ServerType :: Type -> Type #

Read ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Show ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

NFData ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Methods

rnf :: ServerType -> () #

Eq ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Ord ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Hashable ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

type Rep ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

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

SharedResourceSortByType

newtype SharedResourceSortByType Source #

Instances

Instances details
FromJSON SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

FromJSONKey SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

ToJSON SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

ToJSONKey SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

ToByteString SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

ToHeader SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

ToLog SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

ToQuery SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

FromText SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

ToText SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

FromXML SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

ToXML SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

Generic SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

Associated Types

type Rep SharedResourceSortByType :: Type -> Type #

Read SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

Show SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

NFData SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

Eq SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

Ord SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

Hashable SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

type Rep SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

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

SortOrderType

newtype SortOrderType Source #

Constructors

SortOrderType' 

Instances

Instances details
FromJSON SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

FromJSONKey SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

ToJSON SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

ToJSONKey SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

ToByteString SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

ToHeader SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

ToLog SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

ToQuery SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

FromText SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

ToText SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Methods

toText :: SortOrderType -> Text #

FromXML SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

ToXML SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Methods

toXML :: SortOrderType -> XML #

Generic SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Associated Types

type Rep SortOrderType :: Type -> Type #

Read SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Show SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

NFData SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Methods

rnf :: SortOrderType -> () #

Eq SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Ord SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Hashable SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

type Rep SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

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

SourceAuthType

newtype SourceAuthType Source #

Constructors

SourceAuthType' 

Bundled Patterns

pattern SourceAuthType_OAUTH :: SourceAuthType 

Instances

Instances details
FromJSON SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

FromJSONKey SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToJSON SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToJSONKey SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToByteString SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToHeader SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToLog SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToQuery SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

FromText SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToText SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

FromXML SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToXML SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Methods

toXML :: SourceAuthType -> XML #

Generic SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Associated Types

type Rep SourceAuthType :: Type -> Type #

Read SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Show SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

NFData SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Methods

rnf :: SourceAuthType -> () #

Eq SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Ord SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Hashable SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

type Rep SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

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

SourceType

newtype SourceType Source #

Constructors

SourceType' 

Fields

Instances

Instances details
FromJSON SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

FromJSONKey SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

ToJSON SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

ToJSONKey SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

ToByteString SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

ToHeader SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

ToLog SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

ToQuery SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

FromText SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

ToText SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Methods

toText :: SourceType -> Text #

FromXML SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

ToXML SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Methods

toXML :: SourceType -> XML #

Generic SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Associated Types

type Rep SourceType :: Type -> Type #

Read SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Show SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

NFData SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Methods

rnf :: SourceType -> () #

Eq SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Ord SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Hashable SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

type Rep SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

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

StatusType

newtype StatusType Source #

Constructors

StatusType' 

Fields

Instances

Instances details
FromJSON StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

FromJSONKey StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

ToJSON StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

ToJSONKey StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

ToByteString StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

ToHeader StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

ToLog StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

ToQuery StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

FromText StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

ToText StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Methods

toText :: StatusType -> Text #

FromXML StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

ToXML StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Methods

toXML :: StatusType -> XML #

Generic StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Associated Types

type Rep StatusType :: Type -> Type #

Read StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Show StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

NFData StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Methods

rnf :: StatusType -> () #

Eq StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Ord StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Hashable StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

type Rep StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

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

WebhookBuildType

newtype WebhookBuildType Source #

Instances

Instances details
FromJSON WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

FromJSONKey WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

ToJSON WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

ToJSONKey WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

ToByteString WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

ToHeader WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

ToLog WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

ToQuery WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

FromText WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

ToText WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

FromXML WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

ToXML WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

Generic WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

Associated Types

type Rep WebhookBuildType :: Type -> Type #

Read WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

Show WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

NFData WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

Methods

rnf :: WebhookBuildType -> () #

Eq WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

Ord WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

Hashable WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

type Rep WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

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

WebhookFilterType

newtype WebhookFilterType Source #

Instances

Instances details
FromJSON WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

FromJSONKey WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

ToJSON WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

ToJSONKey WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

ToByteString WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

ToHeader WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

ToLog WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

ToQuery WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

FromText WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

ToText WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

FromXML WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

ToXML WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

Generic WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

Associated Types

type Rep WebhookFilterType :: Type -> Type #

Read WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

Show WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

NFData WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

Methods

rnf :: WebhookFilterType -> () #

Eq WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

Ord WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

Hashable WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

type Rep WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

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

BatchRestrictions

data BatchRestrictions Source #

Specifies restrictions for the batch build.

See: newBatchRestrictions smart constructor.

Constructors

BatchRestrictions' (Maybe [Text]) (Maybe Int) 

Instances

Instances details
FromJSON BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

ToJSON BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

Generic BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

Associated Types

type Rep BatchRestrictions :: Type -> Type #

Read BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

Show BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

NFData BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

Methods

rnf :: BatchRestrictions -> () #

Eq BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

Hashable BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

type Rep BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

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

newBatchRestrictions :: BatchRestrictions Source #

Create a value of BatchRestrictions with all optional fields omitted.

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

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

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

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

Build

data Build Source #

Information about a build.

See: newBuild smart constructor.

Instances

Instances details
FromJSON Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

Generic Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

Associated Types

type Rep Build :: Type -> Type #

Methods

from :: Build -> Rep Build x #

to :: Rep Build x -> Build #

Read Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

Show Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

Methods

showsPrec :: Int -> Build -> ShowS #

show :: Build -> String #

showList :: [Build] -> ShowS #

NFData Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

Methods

rnf :: Build -> () #

Eq Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

Methods

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

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

Hashable Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

Methods

hashWithSalt :: Int -> Build -> Int #

hash :: Build -> Int #

type Rep Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

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

newBuild :: Build Source #

Create a value of Build with all optional fields omitted.

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

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

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

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

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

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

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

$sel:buildStatus:Build', build_buildStatus - The current status of the build. Valid values include:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

BuildArtifacts

data BuildArtifacts Source #

Information about build output artifacts.

See: newBuildArtifacts smart constructor.

Instances

Instances details
FromJSON BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

Generic BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

Associated Types

type Rep BuildArtifacts :: Type -> Type #

Read BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

Show BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

NFData BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

Methods

rnf :: BuildArtifacts -> () #

Eq BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

Hashable BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

type Rep BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

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

newBuildArtifacts :: BuildArtifacts Source #

Create a value of BuildArtifacts with all optional fields omitted.

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

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

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

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

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

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

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

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

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

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

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

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

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

BuildBatch

data BuildBatch Source #

Contains information about a batch build.

See: newBuildBatch smart constructor.

Instances

Instances details
FromJSON BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

Generic BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

Associated Types

type Rep BuildBatch :: Type -> Type #

Read BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

Show BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

NFData BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

Methods

rnf :: BuildBatch -> () #

Eq BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

Hashable BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

type Rep BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

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

newBuildBatch :: BuildBatch Source #

Create a value of BuildBatch with all optional fields omitted.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

BuildBatchFilter

data BuildBatchFilter Source #

Specifies filters when retrieving batch builds.

See: newBuildBatchFilter smart constructor.

Instances

Instances details
ToJSON BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

Generic BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

Associated Types

type Rep BuildBatchFilter :: Type -> Type #

Read BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

Show BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

NFData BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

Methods

rnf :: BuildBatchFilter -> () #

Eq BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

Hashable BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

type Rep BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

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

newBuildBatchFilter :: BuildBatchFilter Source #

Create a value of BuildBatchFilter with all optional fields omitted.

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

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

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

BuildBatchPhase

data BuildBatchPhase Source #

Contains information about a stage for a batch build.

See: newBuildBatchPhase smart constructor.

Instances

Instances details
FromJSON BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

Generic BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

Associated Types

type Rep BuildBatchPhase :: Type -> Type #

Read BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

Show BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

NFData BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

Methods

rnf :: BuildBatchPhase -> () #

Eq BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

Hashable BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

type Rep BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

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

newBuildBatchPhase :: BuildBatchPhase Source #

Create a value of BuildBatchPhase with all optional fields omitted.

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

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

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

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

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

$sel:phaseStatus:BuildBatchPhase', buildBatchPhase_phaseStatus - The current status of the batch build phase. Valid values include:

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

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

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

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

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.

Instances

Instances details
FromJSON BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

Generic BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

Associated Types

type Rep BuildGroup :: Type -> Type #

Read BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

Show BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

NFData BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

Methods

rnf :: BuildGroup -> () #

Eq BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

Hashable BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

type Rep BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

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

newBuildGroup :: BuildGroup Source #

Create a value of BuildGroup with all optional fields omitted.

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

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

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

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

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

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

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

BuildNotDeleted

data BuildNotDeleted Source #

Information about a build that could not be successfully deleted.

See: newBuildNotDeleted smart constructor.

Instances

Instances details
FromJSON BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

Generic BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

Associated Types

type Rep BuildNotDeleted :: Type -> Type #

Read BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

Show BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

NFData BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

Methods

rnf :: BuildNotDeleted -> () #

Eq BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

Hashable BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

type Rep BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

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

newBuildNotDeleted :: BuildNotDeleted Source #

Create a value of BuildNotDeleted with all optional fields omitted.

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

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

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

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

BuildPhase

data BuildPhase Source #

Information about a stage for a build.

See: newBuildPhase smart constructor.

Instances

Instances details
FromJSON BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

Generic BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

Associated Types

type Rep BuildPhase :: Type -> Type #

Read BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

Show BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

NFData BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

Methods

rnf :: BuildPhase -> () #

Eq BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

Hashable BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

type Rep BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

newBuildPhase :: BuildPhase Source #

Create a value of BuildPhase with all optional fields omitted.

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

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

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

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

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

$sel:phaseStatus:BuildPhase', buildPhase_phaseStatus - The current status of the build phase. Valid values include:

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

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

BUILD
Core build activities typically occur in this build phase.
COMPLETED
The build has been completed.
DOWNLOAD_SOURCE
Source code is being downloaded in this build phase.
FINALIZING
The build process is completing in this build phase.
INSTALL
Installation activities typically occur in this build phase.
POST_BUILD
Post-build activities typically occur in this build phase.
PRE_BUILD
Pre-build activities typically occur in this build phase.
PROVISIONING
The build environment is being set up.
QUEUED
The build has been submitted and is queued behind other submitted builds.
SUBMITTED
The build has been submitted.
UPLOAD_ARTIFACTS
Build output artifacts are being uploaded to the output location.

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

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.

Instances

Instances details
FromJSON BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

ToJSON BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

Generic BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

Associated Types

type Rep BuildStatusConfig :: Type -> Type #

Read BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

Show BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

NFData BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

Methods

rnf :: BuildStatusConfig -> () #

Eq BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

Hashable BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

type Rep BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

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

newBuildStatusConfig :: BuildStatusConfig Source #

Create a value of BuildStatusConfig with all optional fields omitted.

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

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

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

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

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

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

BuildSummary

data BuildSummary Source #

Contains summary information about a batch build group.

See: newBuildSummary smart constructor.

Instances

Instances details
FromJSON BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

Generic BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

Associated Types

type Rep BuildSummary :: Type -> Type #

Read BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

Show BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

NFData BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

Methods

rnf :: BuildSummary -> () #

Eq BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

Hashable BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

type Rep BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

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

newBuildSummary :: BuildSummary Source #

Create a value of BuildSummary with all optional fields omitted.

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

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

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

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

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

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

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

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

CloudWatchLogsConfig

data CloudWatchLogsConfig Source #

Information about CloudWatch Logs for a build project.

See: newCloudWatchLogsConfig smart constructor.

Instances

Instances details
FromJSON CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

ToJSON CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

Generic CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

Associated Types

type Rep CloudWatchLogsConfig :: Type -> Type #

Read CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

Show CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

NFData CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

Methods

rnf :: CloudWatchLogsConfig -> () #

Eq CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

Hashable CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

type Rep CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

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

newCloudWatchLogsConfig Source #

Create a value of CloudWatchLogsConfig with all optional fields omitted.

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

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

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

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

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

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

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.

Instances

Instances details
FromJSON CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

Generic CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

Associated Types

type Rep CodeCoverage :: Type -> Type #

Read CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

Show CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

NFData CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

Methods

rnf :: CodeCoverage -> () #

Eq CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

Hashable CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

type Rep CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

newCodeCoverage :: CodeCoverage Source #

Create a value of CodeCoverage with all optional fields omitted.

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

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

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

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

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

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

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

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

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

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

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

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

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.

Instances

Instances details
FromJSON CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

Generic CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

Associated Types

type Rep CodeCoverageReportSummary :: Type -> Type #

Read CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

Show CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

NFData CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

Eq CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

Hashable CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

type Rep CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

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

newCodeCoverageReportSummary :: CodeCoverageReportSummary Source #

Create a value of CodeCoverageReportSummary with all optional fields omitted.

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

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

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

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

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

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

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

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

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' (Maybe Bool) (Maybe Text) 

Instances

Instances details
FromJSON DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

Generic DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

Associated Types

type Rep DebugSession :: Type -> Type #

Read DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

Show DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

NFData DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

Methods

rnf :: DebugSession -> () #

Eq DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

Hashable DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

type Rep DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

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

newDebugSession :: DebugSession Source #

Create a value of DebugSession with all optional fields omitted.

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

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

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

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

EnvironmentImage

data EnvironmentImage Source #

Information about a Docker image that is managed by CodeBuild.

See: newEnvironmentImage smart constructor.

Instances

Instances details
FromJSON EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

Generic EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

Associated Types

type Rep EnvironmentImage :: Type -> Type #

Read EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

Show EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

NFData EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

Methods

rnf :: EnvironmentImage -> () #

Eq EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

Hashable EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

type Rep EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

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

newEnvironmentImage :: EnvironmentImage Source #

Create a value of EnvironmentImage with all optional fields omitted.

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

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

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

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

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

EnvironmentLanguage

data EnvironmentLanguage Source #

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

See: newEnvironmentLanguage smart constructor.

Instances

Instances details
FromJSON EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

Generic EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

Associated Types

type Rep EnvironmentLanguage :: Type -> Type #

Read EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

Show EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

NFData EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

Methods

rnf :: EnvironmentLanguage -> () #

Eq EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

Hashable EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

type Rep EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

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

newEnvironmentLanguage :: EnvironmentLanguage Source #

Create a value of EnvironmentLanguage with all optional fields omitted.

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

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

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

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

EnvironmentPlatform

data EnvironmentPlatform Source #

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

See: newEnvironmentPlatform smart constructor.

Instances

Instances details
FromJSON EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

Generic EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

Associated Types

type Rep EnvironmentPlatform :: Type -> Type #

Read EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

Show EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

NFData EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

Methods

rnf :: EnvironmentPlatform -> () #

Eq EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

Hashable EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

type Rep EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

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

newEnvironmentPlatform :: EnvironmentPlatform Source #

Create a value of EnvironmentPlatform with all optional fields omitted.

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

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

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

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

EnvironmentVariable

data EnvironmentVariable Source #

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

See: newEnvironmentVariable smart constructor.

Instances

Instances details
FromJSON EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

ToJSON EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

Generic EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

Associated Types

type Rep EnvironmentVariable :: Type -> Type #

Read EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

Show EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

NFData EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

Methods

rnf :: EnvironmentVariable -> () #

Eq EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

Hashable EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

type Rep EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

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

newEnvironmentVariable Source #

Create a value of EnvironmentVariable with all optional fields omitted.

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

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

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

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

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

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

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

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.

Instances

Instances details
FromJSON ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

Generic ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

Associated Types

type Rep ExportedEnvironmentVariable :: Type -> Type #

Read ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

Show ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

NFData ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

Eq ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

Hashable ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

type Rep ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

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

newExportedEnvironmentVariable :: ExportedEnvironmentVariable Source #

Create a value of ExportedEnvironmentVariable with all optional fields omitted.

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

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

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

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

GitSubmodulesConfig

data GitSubmodulesConfig Source #

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

See: newGitSubmodulesConfig smart constructor.

Instances

Instances details
FromJSON GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

ToJSON GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

Generic GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

Associated Types

type Rep GitSubmodulesConfig :: Type -> Type #

Read GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

Show GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

NFData GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

Methods

rnf :: GitSubmodulesConfig -> () #

Eq GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

Hashable GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

type Rep GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

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

newGitSubmodulesConfig Source #

Create a value of GitSubmodulesConfig with all optional fields omitted.

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

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

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

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.

Instances

Instances details
FromJSON LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

ToJSON LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

Generic LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

Associated Types

type Rep LogsConfig :: Type -> Type #

Read LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

Show LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

NFData LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

Methods

rnf :: LogsConfig -> () #

Eq LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

Hashable LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

type Rep LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

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

newLogsConfig :: LogsConfig Source #

Create a value of LogsConfig with all optional fields omitted.

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

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

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

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

LogsLocation

data LogsLocation Source #

Information about build logs in CloudWatch Logs.

See: newLogsLocation smart constructor.

Instances

Instances details
FromJSON LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

Generic LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

Associated Types

type Rep LogsLocation :: Type -> Type #

Read LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

Show LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

NFData LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

Methods

rnf :: LogsLocation -> () #

Eq LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

Hashable LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

type Rep LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

newLogsLocation :: LogsLocation Source #

Create a value of LogsLocation with all optional fields omitted.

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

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

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

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

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

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

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

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

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

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

NetworkInterface

data NetworkInterface Source #

Describes a network interface.

See: newNetworkInterface smart constructor.

Instances

Instances details
FromJSON NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

Generic NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

Associated Types

type Rep NetworkInterface :: Type -> Type #

Read NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

Show NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

NFData NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

Methods

rnf :: NetworkInterface -> () #

Eq NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

Hashable NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

type Rep NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

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

newNetworkInterface :: NetworkInterface Source #

Create a value of NetworkInterface with all optional fields omitted.

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

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

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

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

PhaseContext

data PhaseContext Source #

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

See: newPhaseContext smart constructor.

Constructors

PhaseContext' (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

Generic PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

Associated Types

type Rep PhaseContext :: Type -> Type #

Read PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

Show PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

NFData PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

Methods

rnf :: PhaseContext -> () #

Eq PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

Hashable PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

type Rep PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

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

newPhaseContext :: PhaseContext Source #

Create a value of PhaseContext with all optional fields omitted.

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

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

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

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

Project

data Project Source #

Information about a build project.

See: newProject smart constructor.

Instances

Instances details
FromJSON Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

Generic Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

Associated Types

type Rep Project :: Type -> Type #

Methods

from :: Project -> Rep Project x #

to :: Rep Project x -> Project #

Read Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

Show Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

NFData Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

Methods

rnf :: Project -> () #

Eq Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

Methods

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

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

Hashable Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

Methods

hashWithSalt :: Int -> Project -> Int #

hash :: Project -> Int #

type Rep Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

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

newProject :: Project Source #

Create a value of Project with all optional fields omitted.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Project, project_name - The name of the build project.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ProjectArtifacts

data ProjectArtifacts Source #

Information about the build output artifacts for the build project.

See: newProjectArtifacts smart constructor.

Instances

Instances details
FromJSON ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

ToJSON ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

Generic ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

Associated Types

type Rep ProjectArtifacts :: Type -> Type #

Read ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

Show ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

NFData ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

Methods

rnf :: ProjectArtifacts -> () #

Eq ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

Hashable ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

type Rep ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

newProjectArtifacts Source #

Create a value of ProjectArtifacts with all optional fields omitted.

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

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

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

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

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

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

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

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

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

For example:

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

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

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

    • BUILD_ID: Include the build ID in the location of the build output artifact.
    • NONE: Do not include the build ID. This is the default if namespaceType is not specified.

For example, if path is set to MyArtifacts, namespaceType is set to BUILD_ID, and name is set to MyArtifact.zip, the output artifact is stored in MyArtifacts/<build-ID>/MyArtifact.zip.

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

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

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

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

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

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

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

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

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

    The CODEPIPELINE type is not supported for secondaryArtifacts.

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

ProjectBadge

data ProjectBadge Source #

Information about the build badge for the build project.

See: newProjectBadge smart constructor.

Constructors

ProjectBadge' (Maybe Bool) (Maybe Text) 

Instances

Instances details
FromJSON ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

Generic ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

Associated Types

type Rep ProjectBadge :: Type -> Type #

Read ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

Show ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

NFData ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

Methods

rnf :: ProjectBadge -> () #

Eq ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

Hashable ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

type Rep ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

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

newProjectBadge :: ProjectBadge Source #

Create a value of ProjectBadge with all optional fields omitted.

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

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

$sel:badgeEnabled:ProjectBadge', projectBadge_badgeEnabled - Set this to true to generate a publicly accessible URL for your project's build badge.

$sel:badgeRequestUrl:ProjectBadge', projectBadge_badgeRequestUrl - The publicly-accessible URL through which you can access the build badge for your project.

ProjectBuildBatchConfig

data ProjectBuildBatchConfig Source #

Contains configuration information about a batch build project.

See: newProjectBuildBatchConfig smart constructor.

Instances

Instances details
FromJSON ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

ToJSON ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

Generic ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

Associated Types

type Rep ProjectBuildBatchConfig :: Type -> Type #

Read ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

Show ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

NFData ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

Methods

rnf :: ProjectBuildBatchConfig -> () #

Eq ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

Hashable ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

type Rep ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

type Rep ProjectBuildBatchConfig = D1 ('MetaData "ProjectBuildBatchConfig" "Amazonka.CodeBuild.Types.ProjectBuildBatchConfig" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ProjectBuildBatchConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "batchReportMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchReportModeType)) :*: S1 ('MetaSel ('Just "combineArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "restrictions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchRestrictions)) :*: (S1 ('MetaSel ('Just "serviceRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timeoutInMins") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))

newProjectBuildBatchConfig :: ProjectBuildBatchConfig Source #

Create a value of ProjectBuildBatchConfig with all optional fields omitted.

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

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

$sel:batchReportMode:ProjectBuildBatchConfig', projectBuildBatchConfig_batchReportMode - Specifies how build status reports are sent to the source provider for the batch build. This property is only used when the source provider for your project is Bitbucket, GitHub, or GitHub Enterprise, and your project is configured to report build statuses to the source provider.

REPORT_AGGREGATED_BATCH Aggregate all of the build statuses into a single status report.

REPORT_INDIVIDUAL_BUILDS
Send a separate status report for each individual build.

$sel:combineArtifacts:ProjectBuildBatchConfig', projectBuildBatchConfig_combineArtifacts - Specifies if the build artifacts for the batch build should be combined into a single artifact location.

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

$sel:serviceRole:ProjectBuildBatchConfig', projectBuildBatchConfig_serviceRole - Specifies the service role ARN for the batch build project.

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

ProjectCache

data ProjectCache Source #

Information about the cache for the build project.

See: newProjectCache smart constructor.

Instances

Instances details
FromJSON ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

ToJSON ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

Generic ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

Associated Types

type Rep ProjectCache :: Type -> Type #

Read ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

Show ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

NFData ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

Methods

rnf :: ProjectCache -> () #

Eq ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

Hashable ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

type Rep ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

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

newProjectCache Source #

Create a value of ProjectCache with all optional fields omitted.

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

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

$sel:location:ProjectCache', projectCache_location - Information about the cache location:

  • NO_CACHE or LOCAL: This value is ignored.
  • S3: This is the S3 bucket name/prefix.

$sel:modes:ProjectCache', projectCache_modes - An array of strings that specify the local cache modes. You can use one or more local cache modes at the same time. This is only used for LOCAL cache types.

Possible values are:

LOCAL_SOURCE_CACHE
Caches Git metadata for primary and secondary sources. After the cache is created, subsequent builds pull only the change between commits. This mode is a good choice for projects with a clean working directory and a source that is a large Git repository. If you choose this option and your project does not use a Git repository (GitHub, GitHub Enterprise, or Bitbucket), the option is ignored.
LOCAL_DOCKER_LAYER_CACHE
Caches existing Docker layers. This mode is a good choice for projects that build or pull large Docker images. It can prevent the performance issues caused by pulling large Docker images down from the network.
  • You can use a Docker layer cache in the Linux environment only.
  • The privileged flag must be set so that your project has the required Docker permissions.
  • You should consider the security implications before you use a Docker layer cache.
LOCAL_CUSTOM_CACHE
Caches directories you specify in the buildspec file. This mode is a good choice if your build scenario is not suited to one of the other three local cache modes. If you use a custom cache:
  • Only directories can be specified for caching. You cannot specify individual files.
  • Symlinks are used to reference cached directories.
  • Cached directories are linked to your build before it downloads its project sources. Cached items are overridden if a source item has the same name. Directories are specified using cache paths in the buildspec file.

$sel:type':ProjectCache', projectCache_type - The type of cache used by the build project. Valid values include:

  • NO_CACHE: The build project does not use any cache.
  • S3: The build project reads and writes from and to S3.
  • LOCAL: The build project stores a cache locally on a build host that is only available to that build host.

ProjectEnvironment

data ProjectEnvironment Source #

Information about the build environment of the build project.

See: newProjectEnvironment smart constructor.

Instances

Instances details
FromJSON ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

ToJSON ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

Generic ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

Associated Types

type Rep ProjectEnvironment :: Type -> Type #

Read ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

Show ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

NFData ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

Methods

rnf :: ProjectEnvironment -> () #

Eq ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

Hashable ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

type Rep ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

newProjectEnvironment Source #

Create a value of ProjectEnvironment with all optional fields omitted.

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

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

$sel:certificate:ProjectEnvironment', projectEnvironment_certificate - The ARN of the Amazon S3 bucket, path prefix, and object key that contains the PEM-encoded certificate for the build project. For more information, see certificate in the CodeBuild User Guide.

$sel:environmentVariables:ProjectEnvironment', projectEnvironment_environmentVariables - A set of environment variables to make available to builds for this build project.

$sel:imagePullCredentialsType:ProjectEnvironment', projectEnvironment_imagePullCredentialsType - The type of credentials CodeBuild uses to pull images in your build. There are two valid values:

  • CODEBUILD specifies that CodeBuild uses its own credentials. This requires that you modify your ECR repository policy to trust CodeBuild service principal.
  • SERVICE_ROLE specifies that CodeBuild uses your build project's service role.

When you use a cross-account or private registry image, you must use SERVICE_ROLE credentials. When you use an CodeBuild curated image, you must use CODEBUILD credentials.

$sel:privilegedMode:ProjectEnvironment', projectEnvironment_privilegedMode - Enables running the Docker daemon inside a Docker container. Set to true only if the build project is used to build Docker images. Otherwise, a build that attempts to interact with the Docker daemon fails. The default setting is false.

You can initialize the Docker daemon during the install phase of your build by adding one of the following sets of commands to the install phase of your buildspec file:

If the operating system's base image is Ubuntu Linux:

- nohup /usr/local/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2375 --storage-driver=overlay&
- timeout 15 sh -c "until docker info; do echo .; sleep 1; done"

If the operating system's base image is Alpine Linux and the previous command does not work, add the -t argument to timeout:

- nohup /usr/local/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2375 --storage-driver=overlay&
- timeout -t 15 sh -c "until docker info; do echo .; sleep 1; done"

$sel:registryCredential:ProjectEnvironment', projectEnvironment_registryCredential - The credentials for access to a private registry.

ProjectEnvironment, projectEnvironment_type - The type of build environment to use for related builds.

  • The environment type ARM_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), Asia Pacific (Mumbai), Asia Pacific (Tokyo), Asia Pacific (Sydney), and EU (Frankfurt).
  • The environment type LINUX_CONTAINER with compute type build.general1.2xlarge is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney), China (Beijing), and China (Ningxia).
  • The environment type LINUX_GPU_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney) , China (Beijing), and China (Ningxia).
  • The environment types WINDOWS_CONTAINER and WINDOWS_SERVER_2019_CONTAINER are available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), and EU (Ireland).

For more information, see Build environment compute types in the CodeBuild user guide.

$sel:image:ProjectEnvironment', projectEnvironment_image - The image tag or image digest that identifies the Docker image to use for this build project. Use the following formats:

  • For an image tag: <registry>/<repository>:<tag>. For example, in the Docker repository that CodeBuild uses to manage its Docker images, this would be aws/codebuild/standard:4.0.
  • For an image digest: <registry>/<repository>@<digest>. For example, to specify an image with the digest "sha256:cbbf2f9a99b47fc460d422812b6a5adff7dfee951d8fa2e4a98caa0382cfbdbf," use <registry>/<repository>@sha256:cbbf2f9a99b47fc460d422812b6a5adff7dfee951d8fa2e4a98caa0382cfbdbf.

For more information, see Docker images provided by CodeBuild in the CodeBuild user guide.

$sel:computeType:ProjectEnvironment', projectEnvironment_computeType - Information about the compute resources the build project uses. Available values include:

  • BUILD_GENERAL1_SMALL: Use up to 3 GB memory and 2 vCPUs for builds.
  • BUILD_GENERAL1_MEDIUM: Use up to 7 GB memory and 4 vCPUs for builds.
  • BUILD_GENERAL1_LARGE: Use up to 16 GB memory and 8 vCPUs for builds, depending on your environment type.
  • BUILD_GENERAL1_2XLARGE: Use up to 145 GB memory, 72 vCPUs, and 824 GB of SSD storage for builds. This compute type supports Docker images up to 100 GB uncompressed.

If you use BUILD_GENERAL1_LARGE:

  • For environment type LINUX_CONTAINER, you can use up to 15 GB memory and 8 vCPUs for builds.
  • For environment type LINUX_GPU_CONTAINER, you can use up to 255 GB memory, 32 vCPUs, and 4 NVIDIA Tesla V100 GPUs for builds.
  • For environment type ARM_CONTAINER, you can use up to 16 GB memory and 8 vCPUs on ARM-based processors for builds.

For more information, see Build Environment Compute Types in the CodeBuild User Guide.

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.

Instances

Instances details
FromJSON ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

ToJSON ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

Generic ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

Associated Types

type Rep ProjectFileSystemLocation :: Type -> Type #

Read ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

Show ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

NFData ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

Eq ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

Hashable ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

type Rep ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

type Rep ProjectFileSystemLocation = D1 ('MetaData "ProjectFileSystemLocation" "Amazonka.CodeBuild.Types.ProjectFileSystemLocation" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ProjectFileSystemLocation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "mountOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "mountPoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileSystemType))))))

newProjectFileSystemLocation :: ProjectFileSystemLocation Source #

Create a value of ProjectFileSystemLocation with all optional fields omitted.

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

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

$sel:identifier:ProjectFileSystemLocation', projectFileSystemLocation_identifier - The name used to access a file system created by Amazon EFS. CodeBuild creates an environment variable by appending the identifier in all capital letters to CODEBUILD_. For example, if you specify my_efs for identifier, a new environment variable is create named CODEBUILD_MY_EFS.

The identifier is used to mount your file system.

$sel:location:ProjectFileSystemLocation', projectFileSystemLocation_location - A string that specifies the location of the file system created by Amazon EFS. Its format is efs-dns-name:/directory-path. You can find the DNS name of file system when you view it in the Amazon EFS console. The directory path is a path to a directory in the file system that CodeBuild mounts. For example, if the DNS name of a file system is fs-abcd1234.efs.us-west-2.amazonaws.com, and its mount directory is my-efs-mount-directory, then the location is fs-abcd1234.efs.us-west-2.amazonaws.com:/my-efs-mount-directory.

The directory path in the format efs-dns-name:/directory-path is optional. If you do not specify a directory path, the location is only the DNS name and CodeBuild mounts the entire file system.

$sel:mountOptions:ProjectFileSystemLocation', projectFileSystemLocation_mountOptions - The mount options for a file system created by Amazon EFS. The default mount options used by CodeBuild are nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2. For more information, see Recommended NFS Mount Options.

$sel:mountPoint:ProjectFileSystemLocation', projectFileSystemLocation_mountPoint - The location in the container where you mount the file system.

$sel:type':ProjectFileSystemLocation', projectFileSystemLocation_type - The type of the file system. The one supported type is EFS.

ProjectSource

data ProjectSource Source #

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

See: newProjectSource smart constructor.

Instances

Instances details
FromJSON ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

ToJSON ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

Generic ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

Associated Types

type Rep ProjectSource :: Type -> Type #

Read ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

Show ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

NFData ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

Methods

rnf :: ProjectSource -> () #

Eq ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

Hashable ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

type Rep ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

newProjectSource Source #

Create a value of ProjectSource with all optional fields omitted.

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

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

$sel:auth:ProjectSource', projectSource_auth - Information about the authorization settings for CodeBuild to access the source code to be built.

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

$sel:buildStatusConfig:ProjectSource', projectSource_buildStatusConfig - Contains information that defines how the build project reports the build status to the source provider. This option is only used when the source provider is GITHUB, GITHUB_ENTERPRISE, or BITBUCKET.

$sel:buildspec:ProjectSource', projectSource_buildspec - The buildspec file declaration to use for the builds in this build project.

If this value is set, it can be either an inline buildspec definition, the path to an alternate buildspec file relative to the value of the built-in CODEBUILD_SRC_DIR environment variable, or the path to an S3 bucket. The bucket must be in the same Amazon Web Services Region as the build project. Specify the buildspec file using its ARN (for example, arn:aws:s3:::my-codebuild-sample2/buildspec.yml). If this value is not provided or is set to an empty string, the source code must contain a buildspec file in its root directory. For more information, see Buildspec File Name and Storage Location.

$sel:gitCloneDepth:ProjectSource', projectSource_gitCloneDepth - Information about the Git clone depth for the build project.

$sel:gitSubmodulesConfig:ProjectSource', projectSource_gitSubmodulesConfig - Information about the Git submodules configuration for the build project.

$sel:insecureSsl:ProjectSource', projectSource_insecureSsl - Enable this flag to ignore SSL warnings while connecting to the project source code.

$sel:location:ProjectSource', projectSource_location - Information about the location of the source code to be built. Valid values include:

  • For source code settings that are specified in the source action of a pipeline in CodePipeline, location should not be specified. If it is specified, CodePipeline ignores it. This is because CodePipeline uses the settings in a pipeline's source action instead of this value.
  • For source code in an CodeCommit repository, the HTTPS clone URL to the repository that contains the source code and the buildspec file (for example, https://git-codecommit.<region-ID>.amazonaws.com/v1/repos/<repo-name>).
  • For source code in an Amazon S3 input bucket, one of the following.

    • The path to the ZIP file that contains the source code (for example, <bucket-name>/<path>/<object-name>.zip).
    • The path to the folder that contains the source code (for example, <bucket-name>/<path-to-source-code>/<folder>/).
  • For source code in a GitHub repository, the HTTPS clone URL to the repository that contains the source and the buildspec file. You must connect your Amazon Web Services account to your GitHub account. Use the CodeBuild console to start creating a build project. When you use the console to connect (or reconnect) with GitHub, on the GitHub Authorize application page, for Organization access, choose Request access next to each repository you want to allow CodeBuild to have access to, and then choose __Authorize application__. (After you have connected to your GitHub account, you do not need to finish creating the build project. You can leave the CodeBuild console.) To instruct CodeBuild to use this connection, in the source object, set the auth object's type value to OAUTH.
  • For source code in a Bitbucket repository, the HTTPS clone URL to the repository that contains the source and the buildspec file. You must connect your Amazon Web Services account to your Bitbucket account. Use the CodeBuild console to start creating a build project. When you use the console to connect (or reconnect) with Bitbucket, on the Bitbucket Confirm access to your account page, choose Grant access. (After you have connected to your Bitbucket account, you do not need to finish creating the build project. You can leave the CodeBuild console.) To instruct CodeBuild to use this connection, in the source object, set the auth object's type value to OAUTH.

If you specify CODEPIPELINE for the Type property, don't specify this property. For all of the other types, you must specify Location.

$sel:reportBuildStatus:ProjectSource', projectSource_reportBuildStatus - Set to true to report the status of a build's start and finish to your source provider. This option is valid only when your source provider is GitHub, GitHub Enterprise, or Bitbucket. If this is set and you use a different source provider, an invalidInputException is thrown.

To be able to report the build status to the source provider, the user associated with the source provider must have write access to the repo. If the user does not have write access, the build status cannot be updated. For more information, see Source provider access in the CodeBuild User Guide.

The status of a build triggered by a webhook is always reported to your source provider.

If your project's builds are triggered by a webhook, you must push a new commit to the repo for a change to this property to take effect.

$sel:sourceIdentifier:ProjectSource', projectSource_sourceIdentifier - An identifier for this project source. The identifier can only contain alphanumeric characters and underscores, and must be less than 128 characters in length.

ProjectSource, projectSource_type - The type of repository that contains the source code to be built. Valid values include:

  • BITBUCKET: The source code is in a Bitbucket repository.
  • CODECOMMIT: The source code is in an CodeCommit repository.
  • CODEPIPELINE: The source code settings are specified in the source action of a pipeline in CodePipeline.
  • GITHUB: The source code is in a GitHub or GitHub Enterprise Cloud repository.
  • GITHUB_ENTERPRISE: The source code is in a GitHub Enterprise Server repository.
  • NO_SOURCE: The project does not have input source code.
  • S3: The source code is in an Amazon S3 bucket.

ProjectSourceVersion

data ProjectSourceVersion Source #

A source identifier and its corresponding version.

See: newProjectSourceVersion smart constructor.

Instances

Instances details
FromJSON ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

ToJSON ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

Generic ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

Associated Types

type Rep ProjectSourceVersion :: Type -> Type #

Read ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

Show ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

NFData ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

Methods

rnf :: ProjectSourceVersion -> () #

Eq ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

Hashable ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

type Rep ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

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

newProjectSourceVersion Source #

Create a value of ProjectSourceVersion with all optional fields omitted.

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

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

$sel:sourceIdentifier:ProjectSourceVersion', projectSourceVersion_sourceIdentifier - An identifier for a source in the build project. The identifier can only contain alphanumeric characters and underscores, and must be less than 128 characters in length.

$sel:sourceVersion:ProjectSourceVersion', projectSourceVersion_sourceVersion - The source version for the corresponding source identifier. If specified, must be one of:

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

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

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.

Instances

Instances details
FromJSON RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

ToJSON RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

Generic RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

Associated Types

type Rep RegistryCredential :: Type -> Type #

Read RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

Show RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

NFData RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

Methods

rnf :: RegistryCredential -> () #

Eq RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

Hashable RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

type Rep RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

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

newRegistryCredential Source #

Create a value of RegistryCredential with all optional fields omitted.

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

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

$sel:credential:RegistryCredential', registryCredential_credential - The Amazon Resource Name (ARN) or name of credentials created using Secrets Manager.

The credential can use the name of the credentials only if they exist in your current Amazon Web Services Region.

$sel:credentialProvider:RegistryCredential', registryCredential_credentialProvider - The service that created the credentials to access a private Docker registry. The valid value, SECRETS_MANAGER, is for Secrets Manager.

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.

Instances

Instances details
FromJSON Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

Generic Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

Associated Types

type Rep Report :: Type -> Type #

Methods

from :: Report -> Rep Report x #

to :: Rep Report x -> Report #

Read Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

Show Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

NFData Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

Methods

rnf :: Report -> () #

Eq Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

Methods

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

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

Hashable Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

Methods

hashWithSalt :: Int -> Report -> Int #

hash :: Report -> Int #

type Rep Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

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

newReport :: Report Source #

Create a value of Report with all optional fields omitted.

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

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

$sel:arn:Report', report_arn - The ARN of the report run.

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

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

$sel:executionId:Report', report_executionId - The ARN of the build run that generated this report.

$sel:expired:Report', report_expired - The date and time a report expires. A report expires 30 days after it is created. An expired report is not available to view in CodeBuild.

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

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

$sel:reportGroupArn:Report', report_reportGroupArn - The ARN of the report group associated with this report.

$sel:status:Report', report_status - The status of this report.

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

$sel:truncated:Report', report_truncated - A boolean that specifies if this report run is truncated. The list of test cases is truncated after the maximum number of test cases is reached.

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

CODE_COVERAGE
A code coverage report.
TEST
A test report.

ReportExportConfig

data ReportExportConfig Source #

Information about the location where the run of a report is exported.

See: newReportExportConfig smart constructor.

Instances

Instances details
FromJSON ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

ToJSON ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

Generic ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

Associated Types

type Rep ReportExportConfig :: Type -> Type #

Read ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

Show ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

NFData ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

Methods

rnf :: ReportExportConfig -> () #

Eq ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

Hashable ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

type Rep ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

type Rep ReportExportConfig = D1 ('MetaData "ReportExportConfig" "Amazonka.CodeBuild.Types.ReportExportConfig" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "ReportExportConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "exportConfigType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportExportConfigType)) :*: S1 ('MetaSel ('Just "s3Destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3ReportExportConfig))))

newReportExportConfig :: ReportExportConfig Source #

Create a value of ReportExportConfig with all optional fields omitted.

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

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

$sel:exportConfigType:ReportExportConfig', reportExportConfig_exportConfigType - The export configuration type. Valid values are:

  • S3: The report results are exported to an S3 bucket.
  • NO_EXPORT: The report results are not exported.

$sel:s3Destination:ReportExportConfig', reportExportConfig_s3Destination - A S3ReportExportConfig object that contains information about the S3 bucket where the run of a report is exported.

ReportFilter

data ReportFilter Source #

A filter used to return reports with the status specified by the input status parameter.

See: newReportFilter smart constructor.

Instances

Instances details
ToJSON ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

Generic ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

Associated Types

type Rep ReportFilter :: Type -> Type #

Read ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

Show ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

NFData ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

Methods

rnf :: ReportFilter -> () #

Eq ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

Hashable ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

type Rep ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

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

newReportFilter :: ReportFilter Source #

Create a value of ReportFilter with all optional fields omitted.

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

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

$sel:status:ReportFilter', reportFilter_status - The status used to filter reports. You can filter using one status only.

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.

Instances

Instances details
FromJSON ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

Generic ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

Associated Types

type Rep ReportGroup :: Type -> Type #

Read ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

Show ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

NFData ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

Methods

rnf :: ReportGroup -> () #

Eq ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

Hashable ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

type Rep ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

newReportGroup :: ReportGroup Source #

Create a value of ReportGroup with all optional fields omitted.

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

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

$sel:arn:ReportGroup', reportGroup_arn - The ARN of the ReportGroup.

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

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

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

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

$sel:status:ReportGroup', reportGroup_status - The status of the report group. This property is read-only.

This can be one of the following values:

ACTIVE
The report group is active.
DELETING
The report group is in the process of being deleted.

$sel:tags:ReportGroup', reportGroup_tags - A list of tag key and value pairs associated with this report group.

These tags are available for use by Amazon Web Services services that support CodeBuild report group tags.

$sel:type':ReportGroup', reportGroup_type - The type of the ReportGroup. This can be one of the following values:

CODE_COVERAGE
The report group contains code coverage reports.
TEST
The report group contains test reports.

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.

Instances

Instances details
FromJSON ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

Generic ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

Associated Types

type Rep ReportGroupTrendStats :: Type -> Type #

Read ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

Show ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

NFData ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

Methods

rnf :: ReportGroupTrendStats -> () #

Eq ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

Hashable ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

type Rep ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

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

newReportGroupTrendStats :: ReportGroupTrendStats Source #

Create a value of ReportGroupTrendStats with all optional fields omitted.

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

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

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

$sel:max:ReportGroupTrendStats', reportGroupTrendStats_max - Contains the maximum value analyzed.

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

ReportWithRawData

data ReportWithRawData Source #

Contains the unmodified data for the report. For more information, see .

See: newReportWithRawData smart constructor.

Instances

Instances details
FromJSON ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

Generic ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

Associated Types

type Rep ReportWithRawData :: Type -> Type #

Read ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

Show ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

NFData ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

Methods

rnf :: ReportWithRawData -> () #

Eq ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

Hashable ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

type Rep ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

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

newReportWithRawData :: ReportWithRawData Source #

Create a value of ReportWithRawData with all optional fields omitted.

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

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

$sel:data':ReportWithRawData', reportWithRawData_data - The value of the requested data field from the report.

$sel:reportArn:ReportWithRawData', reportWithRawData_reportArn - The ARN of the report.

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.

Instances

Instances details
FromJSON ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

Generic ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

Associated Types

type Rep ResolvedArtifact :: Type -> Type #

Read ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

Show ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

NFData ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

Methods

rnf :: ResolvedArtifact -> () #

Eq ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

Hashable ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

type Rep ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

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

newResolvedArtifact :: ResolvedArtifact Source #

Create a value of ResolvedArtifact with all optional fields omitted.

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

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

$sel:identifier:ResolvedArtifact', resolvedArtifact_identifier - The identifier of the artifact.

$sel:location:ResolvedArtifact', resolvedArtifact_location - The location of the artifact.

$sel:type':ResolvedArtifact', resolvedArtifact_type - Specifies the type of artifact.

S3LogsConfig

data S3LogsConfig Source #

Information about S3 logs for a build project.

See: newS3LogsConfig smart constructor.

Instances

Instances details
FromJSON S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

ToJSON S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

Generic S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

Associated Types

type Rep S3LogsConfig :: Type -> Type #

Read S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

Show S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

NFData S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

Methods

rnf :: S3LogsConfig -> () #

Eq S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

Hashable S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

type Rep S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

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

newS3LogsConfig Source #

Create a value of S3LogsConfig with all optional fields omitted.

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

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

$sel:bucketOwnerAccess:S3LogsConfig', s3LogsConfig_bucketOwnerAccess - Undocumented member.

$sel:encryptionDisabled:S3LogsConfig', s3LogsConfig_encryptionDisabled - Set to true if you do not want your S3 build log output encrypted. By default S3 build logs are encrypted.

$sel:location:S3LogsConfig', s3LogsConfig_location - The ARN of an S3 bucket and the path prefix for S3 logs. If your Amazon S3 bucket name is my-bucket, and your path prefix is build-log, then acceptable formats are my-bucket/build-log or arn:aws:s3:::my-bucket/build-log.

$sel:status:S3LogsConfig', s3LogsConfig_status - The current status of the S3 build logs. Valid values are:

  • ENABLED: S3 build logs are enabled for this build project.
  • DISABLED: S3 build logs are not enabled for this build project.

S3ReportExportConfig

data S3ReportExportConfig Source #

Information about the S3 bucket where the raw data of a report are exported.

See: newS3ReportExportConfig smart constructor.

Instances

Instances details
FromJSON S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

ToJSON S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

Generic S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

Associated Types

type Rep S3ReportExportConfig :: Type -> Type #

Read S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

Show S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

NFData S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

Methods

rnf :: S3ReportExportConfig -> () #

Eq S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

Hashable S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

type Rep S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

type Rep S3ReportExportConfig = D1 ('MetaData "S3ReportExportConfig" "Amazonka.CodeBuild.Types.S3ReportExportConfig" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "S3ReportExportConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "bucketOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "encryptionDisabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: (S1 ('MetaSel ('Just "encryptionKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "packaging") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportPackagingType)) :*: S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newS3ReportExportConfig :: S3ReportExportConfig Source #

Create a value of S3ReportExportConfig with all optional fields omitted.

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

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

$sel:bucket:S3ReportExportConfig', s3ReportExportConfig_bucket - The name of the S3 bucket where the raw data of a report are exported.

$sel:bucketOwner:S3ReportExportConfig', s3ReportExportConfig_bucketOwner - The Amazon Web Services account identifier of the owner of the Amazon S3 bucket. This allows report data to be exported to an Amazon S3 bucket that is owned by an account other than the account running the build.

$sel:encryptionDisabled:S3ReportExportConfig', s3ReportExportConfig_encryptionDisabled - A boolean value that specifies if the results of a report are encrypted.

$sel:encryptionKey:S3ReportExportConfig', s3ReportExportConfig_encryptionKey - The encryption key for the report's encrypted raw data.

$sel:packaging:S3ReportExportConfig', s3ReportExportConfig_packaging - The type of build output artifact to create. Valid values include:

  • NONE: CodeBuild creates the raw data in the output bucket. This is the default if packaging is not specified.
  • ZIP: CodeBuild creates a ZIP file with the raw data in the output bucket.

$sel:path:S3ReportExportConfig', s3ReportExportConfig_path - The path to the exported report's raw data results.

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.

Instances

Instances details
FromJSON SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

ToJSON SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

Generic SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

Associated Types

type Rep SourceAuth :: Type -> Type #

Read SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

Show SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

NFData SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

Methods

rnf :: SourceAuth -> () #

Eq SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

Hashable SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

type Rep SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

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

newSourceAuth Source #

Create a value of SourceAuth with all optional fields omitted.

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

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

$sel:resource:SourceAuth', sourceAuth_resource - The resource value that applies to the specified authorization type.

$sel:type':SourceAuth', sourceAuth_type - This data type is deprecated and is no longer accurate or used.

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

SourceCredentialsInfo

data SourceCredentialsInfo Source #

Information about the credentials for a GitHub, GitHub Enterprise, or Bitbucket repository.

See: newSourceCredentialsInfo smart constructor.

Instances

Instances details
FromJSON SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

Generic SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

Associated Types

type Rep SourceCredentialsInfo :: Type -> Type #

Read SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

Show SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

NFData SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

Methods

rnf :: SourceCredentialsInfo -> () #

Eq SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

Hashable SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

type Rep SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

type Rep SourceCredentialsInfo = D1 ('MetaData "SourceCredentialsInfo" "Amazonka.CodeBuild.Types.SourceCredentialsInfo" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "SourceCredentialsInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "authType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AuthType)) :*: S1 ('MetaSel ('Just "serverType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServerType)))))

newSourceCredentialsInfo :: SourceCredentialsInfo Source #

Create a value of SourceCredentialsInfo with all optional fields omitted.

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

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

$sel:arn:SourceCredentialsInfo', sourceCredentialsInfo_arn - The Amazon Resource Name (ARN) of the token.

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

$sel:serverType:SourceCredentialsInfo', sourceCredentialsInfo_serverType - The type of source provider. The valid options are GITHUB, GITHUB_ENTERPRISE, or BITBUCKET.

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' (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

ToJSON Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

Generic Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Read Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

NFData Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

Methods

rnf :: Tag -> () #

Eq Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

Methods

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

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

Hashable Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

type Rep Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

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

newTag :: Tag Source #

Create a value of Tag with all optional fields omitted.

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

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

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

$sel:value:Tag', tag_value - The tag's value.

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.

Instances

Instances details
FromJSON TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

Generic TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

Associated Types

type Rep TestCase :: Type -> Type #

Methods

from :: TestCase -> Rep TestCase x #

to :: Rep TestCase x -> TestCase #

Read TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

Show TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

NFData TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

Methods

rnf :: TestCase -> () #

Eq TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

Hashable TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

Methods

hashWithSalt :: Int -> TestCase -> Int #

hash :: TestCase -> Int #

type Rep TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

newTestCase :: TestCase Source #

Create a value of TestCase with all optional fields omitted.

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

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

$sel:durationInNanoSeconds:TestCase', testCase_durationInNanoSeconds - The number of nanoseconds it took to run this test case.

$sel:expired:TestCase', testCase_expired - The date and time a test case expires. A test case expires 30 days after it is created. An expired test case is not available to view in CodeBuild.

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

$sel:name:TestCase', testCase_name - The name of the test case.

$sel:prefix:TestCase', testCase_prefix - A string that is applied to a series of related test cases. CodeBuild generates the prefix. The prefix depends on the framework used to generate the tests.

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

$sel:status:TestCase', testCase_status - The status returned by the test case after it was run. Valid statuses are SUCCEEDED, FAILED, ERROR, SKIPPED, and UNKNOWN.

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

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' (Maybe Text) (Maybe Text) 

Instances

Instances details
ToJSON TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

Generic TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

Associated Types

type Rep TestCaseFilter :: Type -> Type #

Read TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

Show TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

NFData TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

Methods

rnf :: TestCaseFilter -> () #

Eq TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

Hashable TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

type Rep TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

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

newTestCaseFilter :: TestCaseFilter Source #

Create a value of TestCaseFilter with all optional fields omitted.

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

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

$sel:keyword:TestCaseFilter', testCaseFilter_keyword - A keyword that is used to filter on the name or the prefix of the test cases. Only test cases where the keyword is a substring of the name or the prefix will be returned.

$sel:status:TestCaseFilter', testCaseFilter_status - The status used to filter test cases. A TestCaseFilter can have one status. Valid values are:

  • SUCCEEDED
  • FAILED
  • ERROR
  • SKIPPED
  • UNKNOWN

TestReportSummary

data TestReportSummary Source #

Information about a test report.

See: newTestReportSummary smart constructor.

Instances

Instances details
FromJSON TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

Generic TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

Associated Types

type Rep TestReportSummary :: Type -> Type #

Read TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

Show TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

NFData TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

Methods

rnf :: TestReportSummary -> () #

Eq TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

Hashable TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

type Rep TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

type Rep TestReportSummary = D1 ('MetaData "TestReportSummary" "Amazonka.CodeBuild.Types.TestReportSummary" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'False) (C1 ('MetaCons "TestReportSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "total") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "statusCounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Int)) :*: S1 ('MetaSel ('Just "durationInNanoSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newTestReportSummary Source #

Create a value of TestReportSummary with all optional fields omitted.

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

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

$sel:total:TestReportSummary', testReportSummary_total - The number of test cases in this TestReportSummary. The total includes truncated test cases.

$sel:statusCounts:TestReportSummary', testReportSummary_statusCounts - A map that contains the number of each type of status returned by the test results in this TestReportSummary.

$sel:durationInNanoSeconds:TestReportSummary', testReportSummary_durationInNanoSeconds - The number of nanoseconds it took to run all of the test cases in this report.

VpcConfig

data VpcConfig Source #

Information about the VPC configuration that CodeBuild accesses.

See: newVpcConfig smart constructor.

Constructors

VpcConfig' (Maybe [Text]) (Maybe [Text]) (Maybe Text) 

Instances

Instances details
FromJSON VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

ToJSON VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

Generic VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

Associated Types

type Rep VpcConfig :: Type -> Type #

Read VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

Show VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

NFData VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

Methods

rnf :: VpcConfig -> () #

Eq VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

Hashable VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

type Rep VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

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

newVpcConfig :: VpcConfig Source #

Create a value of VpcConfig with all optional fields omitted.

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

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

$sel:securityGroupIds:VpcConfig', vpcConfig_securityGroupIds - A list of one or more security groups IDs in your Amazon VPC.

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

$sel:vpcId:VpcConfig', vpcConfig_vpcId - The ID of the Amazon VPC.

Webhook

data Webhook Source #

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

See: newWebhook smart constructor.

Instances

Instances details
FromJSON Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

Generic Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

Associated Types

type Rep Webhook :: Type -> Type #

Methods

from :: Webhook -> Rep Webhook x #

to :: Rep Webhook x -> Webhook #

Read Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

Show Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

NFData Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

Methods

rnf :: Webhook -> () #

Eq Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

Methods

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

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

Hashable Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

Methods

hashWithSalt :: Int -> Webhook -> Int #

hash :: Webhook -> Int #

type Rep Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

newWebhook :: Webhook Source #

Create a value of Webhook with all optional fields omitted.

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

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

$sel:branchFilter:Webhook', webhook_branchFilter - A regular expression used to determine which repository branches are built when a webhook is triggered. If the name of a branch matches the regular expression, then it is built. If branchFilter is empty, then all branches are built.

It is recommended that you use filterGroups instead of branchFilter.

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

$sel:filterGroups:Webhook', webhook_filterGroups - An array of arrays of WebhookFilter objects used to determine which webhooks are triggered. At least one WebhookFilter in the array must specify EVENT as its type.

For a build to be triggered, at least one filter group in the filterGroups array must pass. For a filter group to pass, each of its filters must pass.

$sel:lastModifiedSecret:Webhook', webhook_lastModifiedSecret - A timestamp that indicates the last time a repository's secret token was modified.

$sel:payloadUrl:Webhook', webhook_payloadUrl - The CodeBuild endpoint where webhook events are sent.

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

A Bitbucket webhook does not support secret.

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

WebhookFilter

data WebhookFilter Source #

A filter used to determine which webhooks trigger a build.

See: newWebhookFilter smart constructor.

Instances

Instances details
FromJSON WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

ToJSON WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

Generic WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

Associated Types

type Rep WebhookFilter :: Type -> Type #

Read WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

Show WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

NFData WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

Methods

rnf :: WebhookFilter -> () #

Eq WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

Hashable WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

type Rep WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

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

newWebhookFilter Source #

Create a value of WebhookFilter with all optional fields omitted.

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

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

$sel:excludeMatchedPattern:WebhookFilter', webhookFilter_excludeMatchedPattern - Used to indicate that the pattern determines which webhook events do not trigger a build. If true, then a webhook event that does not match the pattern triggers a build. If false, then a webhook event that matches the pattern triggers a build.

$sel:type':WebhookFilter', webhookFilter_type - The type of webhook filter. There are six webhook filter types: EVENT, ACTOR_ACCOUNT_ID, HEAD_REF, BASE_REF, FILE_PATH, and COMMIT_MESSAGE.

EVENT
A webhook event triggers a build when the provided pattern matches one of five event types: PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED, PULL_REQUEST_REOPENED, and PULL_REQUEST_MERGED. The EVENT patterns are specified as a comma-separated string. For example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED filters all push, pull request created, and pull request updated events.

The PULL_REQUEST_REOPENED works with GitHub and GitHub Enterprise only.

ACTOR_ACCOUNT_ID
A webhook event triggers a build when a GitHub, GitHub Enterprise, or Bitbucket account ID matches the regular expression pattern.
HEAD_REF
A webhook event triggers a build when the head reference matches the regular expression pattern. For example, refs/heads/branch-name and refs/tags/tag-name.

Works with GitHub and GitHub Enterprise push, GitHub and GitHub Enterprise pull request, Bitbucket push, and Bitbucket pull request events.

BASE_REF
A webhook event triggers a build when the base reference matches the regular expression pattern. For example, refs/heads/branch-name.

Works with pull request events only.

FILE_PATH
A webhook triggers a build when the path of a changed file matches the regular expression pattern.

Works with GitHub and Bitbucket events push and pull requests events. Also works with GitHub Enterprise push events, but does not work with GitHub Enterprise pull request events.

COMMIT_MESSAGE
A webhook triggers a build when the head commit message matches the regular expression pattern.

Works with GitHub and Bitbucket events push and pull requests events. Also works with GitHub Enterprise push events, but does not work with GitHub Enterprise pull request events.

$sel:pattern':WebhookFilter', webhookFilter_pattern - For a WebHookFilter that uses EVENT type, a comma-separated string that specifies one or more events. For example, the webhook filter PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED allows all push, pull request created, and pull request updated events to trigger a build.

For a WebHookFilter that uses any of the other filter types, a regular expression pattern. For example, a WebHookFilter that uses HEAD_REF for its type and the pattern ^refs/heads/ triggers a build when the head reference is a branch with a reference name refs/heads/branch-name.