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.