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

Amazonka.CodeBuild

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.

ResourceAlreadyExistsException

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

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

OAuthProviderException

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

There was a problem with the underlying OAuth provider.

AccountLimitExceededException

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

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

InvalidInputException

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

The input value that was provided is not valid.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) 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.

ListProjects (Paginated)

data ListProjects Source #

See: newListProjects smart constructor.

Instances

Instances details
Eq ListProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

Read ListProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

Show ListProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

Generic ListProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

Associated Types

type Rep ListProjects :: Type -> Type #

NFData ListProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

Methods

rnf :: ListProjects -> () #

Hashable ListProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

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

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

type Rep ListProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

type Rep ListProjects = D1 ('MetaData "ListProjects" "Amazonka.CodeBuild.ListProjects" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ListProjects'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrderType)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectSortByType)))))
type AWSResponse ListProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

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:

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

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

data ListProjectsResponse Source #

See: newListProjectsResponse smart constructor.

Instances

Instances details
Eq ListProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

Read ListProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

Show ListProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

Generic ListProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

Associated Types

type Rep ListProjectsResponse :: Type -> Type #

NFData ListProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

Methods

rnf :: ListProjectsResponse -> () #

type Rep ListProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListProjects

type Rep ListProjectsResponse = D1 ('MetaData "ListProjectsResponse" "Amazonka.CodeBuild.ListProjects" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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:

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

DeleteProject

data DeleteProject Source #

See: newDeleteProject smart constructor.

Constructors

DeleteProject' Text 

Instances

Instances details
Eq DeleteProject Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

Read DeleteProject Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

Show DeleteProject Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

Generic DeleteProject Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

Associated Types

type Rep DeleteProject :: Type -> Type #

NFData DeleteProject Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

Methods

rnf :: DeleteProject -> () #

Hashable DeleteProject Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

ToJSON DeleteProject Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

AWSRequest DeleteProject Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

Associated Types

type AWSResponse 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

type Rep DeleteProject Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

type Rep DeleteProject = D1 ('MetaData "DeleteProject" "Amazonka.CodeBuild.DeleteProject" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "DeleteProject'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteProject Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

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:

$sel:name:DeleteProject', deleteProject_name - The name of the build project.

data DeleteProjectResponse Source #

See: newDeleteProjectResponse smart constructor.

Instances

Instances details
Eq DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

Read DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

Show DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

Generic DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

Associated Types

type Rep DeleteProjectResponse :: Type -> Type #

NFData DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

Methods

rnf :: DeleteProjectResponse -> () #

type Rep DeleteProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteProject

type Rep DeleteProjectResponse = D1 ('MetaData "DeleteProjectResponse" "Amazonka.CodeBuild.DeleteProject" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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.

UpdateProject

data UpdateProject Source #

See: newUpdateProject smart constructor.

Instances

Instances details
Eq UpdateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

Read UpdateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

Show UpdateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

Generic UpdateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

Associated Types

type Rep UpdateProject :: Type -> Type #

NFData UpdateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

Methods

rnf :: UpdateProject -> () #

Hashable UpdateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

ToJSON UpdateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

AWSRequest UpdateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

Associated Types

type AWSResponse UpdateProject #

ToHeaders UpdateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

ToPath UpdateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

ToQuery UpdateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

type Rep UpdateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

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

Defined in Amazonka.CodeBuild.UpdateProject

newUpdateProject Source #

Create a value of UpdateProject with all optional fields omitted.

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

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

$sel:secondaryArtifacts:UpdateProject', updateProject_secondaryArtifacts - An array of ProjectArtifact objects.

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

$sel:environment:UpdateProject', updateProject_environment - Information to be changed about the build environment for the build project.

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

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

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

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

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

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

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

$sel:secondarySources:UpdateProject', updateProject_secondarySources - An array of ProjectSource objects.

$sel:sourceVersion:UpdateProject', updateProject_sourceVersion - A version of the build input to be built for this project. If not specified, the latest version is used. If specified, it must be one of:

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

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

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

$sel:vpcConfig:UpdateProject', updateProject_vpcConfig - VpcConfig enables CodeBuild to access resources in an Amazon VPC.

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

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

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

$sel:buildBatchConfig:UpdateProject', updateProject_buildBatchConfig - Undocumented member.

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

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

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

$sel:description:UpdateProject', updateProject_description - A new or replacement description of the build project.

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

$sel:tags:UpdateProject', updateProject_tags - An updated list of tag key and value pairs associated with this build project.

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

$sel:timeoutInMinutes:UpdateProject', updateProject_timeoutInMinutes - The replacement value in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before timing out any related build that did not get marked as completed.

$sel:name:UpdateProject', updateProject_name - The name of the build project.

You cannot change a build project's name.

data UpdateProjectResponse Source #

See: newUpdateProjectResponse smart constructor.

Instances

Instances details
Eq UpdateProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

Read UpdateProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

Show UpdateProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

Generic UpdateProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

Associated Types

type Rep UpdateProjectResponse :: Type -> Type #

NFData UpdateProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

Methods

rnf :: UpdateProjectResponse -> () #

type Rep UpdateProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProject

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

newUpdateProjectResponse Source #

Create a value of UpdateProjectResponse with all optional fields omitted.

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

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

$sel:project:UpdateProjectResponse', updateProjectResponse_project - Information about the build project that was changed.

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

DeleteSourceCredentials

data DeleteSourceCredentials Source #

See: newDeleteSourceCredentials smart constructor.

Instances

Instances details
Eq DeleteSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

Read DeleteSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

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

NFData DeleteSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

Methods

rnf :: DeleteSourceCredentials -> () #

Hashable DeleteSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

ToJSON DeleteSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

AWSRequest 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

type Rep DeleteSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

type Rep DeleteSourceCredentials = D1 ('MetaData "DeleteSourceCredentials" "Amazonka.CodeBuild.DeleteSourceCredentials" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "DeleteSourceCredentials'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

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:

$sel:arn:DeleteSourceCredentials', deleteSourceCredentials_arn - The Amazon Resource Name (ARN) of the token.

data DeleteSourceCredentialsResponse Source #

See: newDeleteSourceCredentialsResponse smart constructor.

Instances

Instances details
Eq DeleteSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

Read DeleteSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

Show DeleteSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

Generic DeleteSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteSourceCredentials

Associated Types

type Rep DeleteSourceCredentialsResponse :: Type -> Type #

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

$sel:arn:DeleteSourceCredentials', deleteSourceCredentialsResponse_arn - The Amazon Resource Name (ARN) of the token.

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

ListBuilds (Paginated)

data ListBuilds Source #

See: newListBuilds smart constructor.

Instances

Instances details
Eq ListBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

Read ListBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

Show ListBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

Generic ListBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

Associated Types

type Rep ListBuilds :: Type -> Type #

NFData ListBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

Methods

rnf :: ListBuilds -> () #

Hashable ListBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

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

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

type Rep ListBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

type Rep ListBuilds = D1 ('MetaData "ListBuilds" "Amazonka.CodeBuild.ListBuilds" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ListBuilds'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrderType)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse ListBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

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:

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

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

data ListBuildsResponse Source #

See: newListBuildsResponse smart constructor.

Instances

Instances details
Eq ListBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

Read ListBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

Show ListBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

Generic ListBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

Associated Types

type Rep ListBuildsResponse :: Type -> Type #

NFData ListBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

Methods

rnf :: ListBuildsResponse -> () #

type Rep ListBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuilds

type Rep ListBuildsResponse = D1 ('MetaData "ListBuildsResponse" "Amazonka.CodeBuild.ListBuilds" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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.

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

ListSourceCredentials

data ListSourceCredentials Source #

See: newListSourceCredentials smart constructor.

Instances

Instances details
Eq ListSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

Read ListSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

Show ListSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

Generic ListSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

Associated Types

type Rep ListSourceCredentials :: Type -> Type #

NFData ListSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

Methods

rnf :: ListSourceCredentials -> () #

Hashable ListSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

ToJSON ListSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

AWSRequest ListSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

Associated Types

type AWSResponse 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

type Rep ListSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

type Rep ListSourceCredentials = D1 ('MetaData "ListSourceCredentials" "Amazonka.CodeBuild.ListSourceCredentials" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ListSourceCredentials'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse ListSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

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

Defined in Amazonka.CodeBuild.ListSourceCredentials

Read ListSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

Show ListSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

Generic ListSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSourceCredentials

Associated Types

type Rep ListSourceCredentialsResponse :: Type -> Type #

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

ListReports (Paginated)

data ListReports Source #

See: newListReports smart constructor.

Instances

Instances details
Eq ListReports Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

Read ListReports Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

Show ListReports Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

Generic ListReports Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

Associated Types

type Rep ListReports :: Type -> Type #

NFData ListReports Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

Methods

rnf :: ListReports -> () #

Hashable ListReports Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

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

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

type Rep ListReports Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

type Rep ListReports = D1 ('MetaData "ListReports" "Amazonka.CodeBuild.ListReports" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ListReports'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrderType)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportFilter)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListReports Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

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

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

data ListReportsResponse Source #

See: newListReportsResponse smart constructor.

Instances

Instances details
Eq ListReportsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

Read ListReportsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

Show ListReportsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

Generic ListReportsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

Associated Types

type Rep ListReportsResponse :: Type -> Type #

NFData ListReportsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

Methods

rnf :: ListReportsResponse -> () #

type Rep ListReportsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReports

type Rep ListReportsResponse = D1 ('MetaData "ListReportsResponse" "Amazonka.CodeBuild.ListReports" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ListReportsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reports") '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))))

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:

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

$sel:nextToken: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:httpStatus:ListReportsResponse', listReportsResponse_httpStatus - The response's http status code.

DeleteReport

data DeleteReport Source #

See: newDeleteReport smart constructor.

Constructors

DeleteReport' Text 

Instances

Instances details
Eq DeleteReport Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

Read DeleteReport Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

Show DeleteReport Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

Generic DeleteReport Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

Associated Types

type Rep DeleteReport :: Type -> Type #

NFData DeleteReport Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

Methods

rnf :: DeleteReport -> () #

Hashable DeleteReport Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

ToJSON DeleteReport Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

AWSRequest DeleteReport Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

Associated Types

type AWSResponse 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

type Rep DeleteReport Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

type Rep DeleteReport = D1 ('MetaData "DeleteReport" "Amazonka.CodeBuild.DeleteReport" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "DeleteReport'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteReport Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

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:

$sel:arn:DeleteReport', deleteReport_arn - The ARN of the report to delete.

data DeleteReportResponse Source #

See: newDeleteReportResponse smart constructor.

Instances

Instances details
Eq DeleteReportResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

Read DeleteReportResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

Show DeleteReportResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

Generic DeleteReportResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

Associated Types

type Rep DeleteReportResponse :: Type -> Type #

NFData DeleteReportResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

Methods

rnf :: DeleteReportResponse -> () #

type Rep DeleteReportResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReport

type Rep DeleteReportResponse = D1 ('MetaData "DeleteReportResponse" "Amazonka.CodeBuild.DeleteReport" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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.

CreateWebhook

data CreateWebhook Source #

See: newCreateWebhook smart constructor.

Instances

Instances details
Eq CreateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

Read CreateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

Show CreateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

Generic CreateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

Associated Types

type Rep CreateWebhook :: Type -> Type #

NFData CreateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

Methods

rnf :: CreateWebhook -> () #

Hashable CreateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

ToJSON CreateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

AWSRequest CreateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

Associated Types

type AWSResponse 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

type Rep CreateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

type Rep CreateWebhook = D1 ('MetaData "CreateWebhook" "Amazonka.CodeBuild.CreateWebhook" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "CreateWebhook'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "branchFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "filterGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [[WebhookFilter]]))) :*: (S1 ('MetaSel ('Just "buildType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WebhookBuildType)) :*: S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

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:

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

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

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

$sel:projectName:CreateWebhook', createWebhook_projectName - The name of the CodeBuild project.

data CreateWebhookResponse Source #

See: newCreateWebhookResponse smart constructor.

Instances

Instances details
Eq CreateWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

Read CreateWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

Show CreateWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

Generic CreateWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

Associated Types

type Rep CreateWebhookResponse :: Type -> Type #

NFData CreateWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

Methods

rnf :: CreateWebhookResponse -> () #

type Rep CreateWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateWebhook

type Rep CreateWebhookResponse = D1 ('MetaData "CreateWebhookResponse" "Amazonka.CodeBuild.CreateWebhook" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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:

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

StopBuildBatch

data StopBuildBatch Source #

See: newStopBuildBatch smart constructor.

Constructors

StopBuildBatch' Text 

Instances

Instances details
Eq StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Read StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Show StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Generic StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Associated Types

type Rep StopBuildBatch :: Type -> Type #

NFData StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Methods

rnf :: StopBuildBatch -> () #

Hashable StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

ToJSON StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

AWSRequest StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Associated Types

type AWSResponse StopBuildBatch #

ToHeaders StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

ToPath StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

ToQuery StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

type Rep StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

type Rep StopBuildBatch = D1 ('MetaData "StopBuildBatch" "Amazonka.CodeBuild.StopBuildBatch" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "StopBuildBatch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StopBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

newStopBuildBatch Source #

Create a value of StopBuildBatch with all optional fields omitted.

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

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

$sel:id:StopBuildBatch', stopBuildBatch_id - The identifier of the batch build to stop.

data StopBuildBatchResponse Source #

See: newStopBuildBatchResponse smart constructor.

Instances

Instances details
Eq StopBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Read StopBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Show StopBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Generic StopBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Associated Types

type Rep StopBuildBatchResponse :: Type -> Type #

NFData StopBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

Methods

rnf :: StopBuildBatchResponse -> () #

type Rep StopBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuildBatch

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

newStopBuildBatchResponse Source #

Create a value of StopBuildBatchResponse with all optional fields omitted.

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

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

$sel:buildBatch:StopBuildBatchResponse', stopBuildBatchResponse_buildBatch - Undocumented member.

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

ListSharedProjects (Paginated)

data ListSharedProjects Source #

See: newListSharedProjects smart constructor.

Instances

Instances details
Eq ListSharedProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

Read ListSharedProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

Show ListSharedProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

Generic ListSharedProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

Associated Types

type Rep ListSharedProjects :: Type -> Type #

NFData ListSharedProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

Methods

rnf :: ListSharedProjects -> () #

Hashable ListSharedProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

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

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

type Rep ListSharedProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

type Rep ListSharedProjects = D1 ('MetaData "ListSharedProjects" "Amazonka.CodeBuild.ListSharedProjects" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ListSharedProjects'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrderType)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SharedResourceSortByType)))))
type AWSResponse ListSharedProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

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

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

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

data ListSharedProjectsResponse Source #

See: newListSharedProjectsResponse smart constructor.

Instances

Instances details
Eq ListSharedProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

Read ListSharedProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

Show ListSharedProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

Generic ListSharedProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedProjects

Associated Types

type Rep ListSharedProjectsResponse :: Type -> Type #

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

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

CreateReportGroup

data CreateReportGroup Source #

See: newCreateReportGroup smart constructor.

Instances

Instances details
Eq CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Read CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Show CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Generic CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Associated Types

type Rep CreateReportGroup :: Type -> Type #

NFData CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Methods

rnf :: CreateReportGroup -> () #

Hashable CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

ToJSON CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

AWSRequest CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Associated Types

type AWSResponse 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

type Rep CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

type Rep CreateReportGroup = D1 ('MetaData "CreateReportGroup" "Amazonka.CodeBuild.CreateReportGroup" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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))))
type AWSResponse CreateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

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:

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

$sel:name:CreateReportGroup', createReportGroup_name - The name of the report group.

$sel:type':CreateReportGroup', createReportGroup_type - The type of report group.

$sel:exportConfig: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
Eq CreateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Read CreateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Show CreateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Generic CreateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateReportGroup

Associated Types

type Rep CreateReportGroupResponse :: Type -> Type #

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

DescribeCodeCoverages (Paginated)

data DescribeCodeCoverages Source #

See: newDescribeCodeCoverages smart constructor.

Instances

Instances details
Eq DescribeCodeCoverages Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

Read DescribeCodeCoverages Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

Show DescribeCodeCoverages Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

Generic DescribeCodeCoverages Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

Associated Types

type Rep DescribeCodeCoverages :: Type -> Type #

NFData DescribeCodeCoverages Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

Methods

rnf :: DescribeCodeCoverages -> () #

Hashable DescribeCodeCoverages Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

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

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

type Rep DescribeCodeCoverages Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

type Rep DescribeCodeCoverages = D1 ('MetaData "DescribeCodeCoverages" "Amazonka.CodeBuild.DescribeCodeCoverages" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "DescribeCodeCoverages'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "minLineCoveragePercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrderType)) :*: S1 ('MetaSel ('Just "maxLineCoveragePercentage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))) :*: ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportCodeCoverageSortByType)) :*: S1 ('MetaSel ('Just "reportArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse DescribeCodeCoverages Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

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:minLineCoveragePercentage:DescribeCodeCoverages', describeCodeCoverages_minLineCoveragePercentage - The minimum line coverage percentage to report.

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

$sel:maxLineCoveragePercentage:DescribeCodeCoverages', describeCodeCoverages_maxLineCoveragePercentage - The maximum line coverage percentage to report.

$sel:nextToken: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:maxResults:DescribeCodeCoverages', describeCodeCoverages_maxResults - The maximum number of results to return.

$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:reportArn:DescribeCodeCoverages', describeCodeCoverages_reportArn - The ARN of the report for which test cases are returned.

data DescribeCodeCoveragesResponse Source #

See: newDescribeCodeCoveragesResponse smart constructor.

Instances

Instances details
Eq DescribeCodeCoveragesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

Read DescribeCodeCoveragesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

Show DescribeCodeCoveragesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

Generic DescribeCodeCoveragesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeCodeCoverages

Associated Types

type Rep DescribeCodeCoveragesResponse :: Type -> Type #

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

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

ImportSourceCredentials

data ImportSourceCredentials Source #

See: newImportSourceCredentials smart constructor.

Instances

Instances details
Eq ImportSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

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

NFData ImportSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

Methods

rnf :: ImportSourceCredentials -> () #

Hashable ImportSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

ToJSON ImportSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

AWSRequest 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

type Rep ImportSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

type Rep ImportSourceCredentials = D1 ('MetaData "ImportSourceCredentials" "Amazonka.CodeBuild.ImportSourceCredentials" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ImportSourceCredentials'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "shouldOverwrite") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (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)))))
type AWSResponse ImportSourceCredentials Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

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: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: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:token:ImportSourceCredentials', importSourceCredentials_token - For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket, this is the app password.

$sel:serverType:ImportSourceCredentials', importSourceCredentials_serverType - The source provider used for this project.

$sel:authType: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
Eq ImportSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

Read ImportSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

Show ImportSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

Generic ImportSourceCredentialsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ImportSourceCredentials

Associated Types

type Rep ImportSourceCredentialsResponse :: Type -> Type #

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

$sel:arn:ImportSourceCredentialsResponse', importSourceCredentialsResponse_arn - The Amazon Resource Name (ARN) of the token.

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

ListBuildBatchesForProject (Paginated)

data ListBuildBatchesForProject Source #

See: newListBuildBatchesForProject smart constructor.

Instances

Instances details
Eq ListBuildBatchesForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

Read ListBuildBatchesForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

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

NFData ListBuildBatchesForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

Hashable ListBuildBatchesForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

ToJSON 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

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

type Rep ListBuildBatchesForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

type Rep ListBuildBatchesForProject = D1 ('MetaData "ListBuildBatchesForProject" "Amazonka.CodeBuild.ListBuildBatchesForProject" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ListBuildBatchesForProject'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrderType)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BuildBatchFilter)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))
type AWSResponse ListBuildBatchesForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

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

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

$sel:projectName:ListBuildBatchesForProject', listBuildBatchesForProject_projectName - The name of the project.

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

data ListBuildBatchesForProjectResponse Source #

Instances

Instances details
Eq ListBuildBatchesForProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

Read ListBuildBatchesForProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

Show ListBuildBatchesForProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

Generic ListBuildBatchesForProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatchesForProject

Associated Types

type Rep ListBuildBatchesForProjectResponse :: Type -> Type #

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

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

BatchGetReportGroups

data BatchGetReportGroups Source #

See: newBatchGetReportGroups smart constructor.

Instances

Instances details
Eq BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Read BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Show BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Generic BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Associated Types

type Rep BatchGetReportGroups :: Type -> Type #

NFData BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Methods

rnf :: BatchGetReportGroups -> () #

Hashable BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

ToJSON BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

AWSRequest BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Associated Types

type AWSResponse 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

type Rep BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

type Rep BatchGetReportGroups = D1 ('MetaData "BatchGetReportGroups" "Amazonka.CodeBuild.BatchGetReportGroups" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "BatchGetReportGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reportGroupArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))
type AWSResponse BatchGetReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

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

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Read BatchGetReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Show BatchGetReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Generic BatchGetReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReportGroups

Associated Types

type Rep BatchGetReportGroupsResponse :: Type -> Type #

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

DeleteBuildBatch

data DeleteBuildBatch Source #

See: newDeleteBuildBatch smart constructor.

Constructors

DeleteBuildBatch' Text 

Instances

Instances details
Eq DeleteBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

Read DeleteBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

Show DeleteBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

Generic DeleteBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

Associated Types

type Rep DeleteBuildBatch :: Type -> Type #

NFData DeleteBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

Methods

rnf :: DeleteBuildBatch -> () #

Hashable DeleteBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

ToJSON DeleteBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

AWSRequest DeleteBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

Associated Types

type AWSResponse 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

type Rep DeleteBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

type Rep DeleteBuildBatch = D1 ('MetaData "DeleteBuildBatch" "Amazonka.CodeBuild.DeleteBuildBatch" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "DeleteBuildBatch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

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:

$sel:id:DeleteBuildBatch', deleteBuildBatch_id - The identifier of the batch build to delete.

data DeleteBuildBatchResponse Source #

See: newDeleteBuildBatchResponse smart constructor.

Instances

Instances details
Eq DeleteBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

Read DeleteBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

Show DeleteBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

Generic DeleteBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteBuildBatch

Associated Types

type Rep DeleteBuildBatchResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "DeleteBuildBatchResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "buildsNotDeleted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BuildNotDeleted])) :*: S1 ('MetaSel ('Just "buildsDeleted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (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:buildsNotDeleted:DeleteBuildBatchResponse', deleteBuildBatchResponse_buildsNotDeleted - An array of BuildNotDeleted objects that specify the builds that could not be deleted.

$sel:buildsDeleted:DeleteBuildBatchResponse', deleteBuildBatchResponse_buildsDeleted - An array of strings that contain the identifiers of the builds that were deleted.

$sel:statusCode:DeleteBuildBatchResponse', deleteBuildBatchResponse_statusCode - The status code.

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

StartBuild

data StartBuild Source #

See: newStartBuild smart constructor.

Instances

Instances details
Eq StartBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

Read StartBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

Show StartBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

Generic StartBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

Associated Types

type Rep StartBuild :: Type -> Type #

NFData StartBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

Methods

rnf :: StartBuild -> () #

Hashable StartBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

ToJSON StartBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

AWSRequest StartBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

Associated Types

type AWSResponse StartBuild #

ToHeaders StartBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

Methods

toHeaders :: StartBuild -> [Header] #

ToPath StartBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

ToQuery StartBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

type Rep StartBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

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

Defined in Amazonka.CodeBuild.StartBuild

newStartBuild Source #

Create a value of StartBuild with all optional fields omitted.

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

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

$sel:encryptionKeyOverride:StartBuild', startBuild_encryptionKeyOverride - The Key Management Service customer master key (CMK) that overrides the one specified in the build project. The CMK key encrypts the build output artifacts.

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

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

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

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

$sel:buildStatusConfigOverride:StartBuild', startBuild_buildStatusConfigOverride - Contains information that defines how the build project reports the build status to the source provider. This option is only used when the source provider is GITHUB, GITHUB_ENTERPRISE, or BITBUCKET.

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

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

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

$sel:timeoutInMinutesOverride:StartBuild', startBuild_timeoutInMinutesOverride - The number of build timeout minutes, from 5 to 480 (8 hours), that overrides, for this build only, the latest setting already defined in the build project.

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

$sel:cacheOverride:StartBuild', startBuild_cacheOverride - A ProjectCache object specified for this build that overrides the one defined in the build project.

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

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

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

$sel:imagePullCredentialsTypeOverride:StartBuild', startBuild_imagePullCredentialsTypeOverride - The type of credentials CodeBuild uses to pull images in your build. There are two valid values:

CODEBUILD
Specifies that CodeBuild uses its own credentials. This requires that you modify your ECR repository policy to trust CodeBuild's service principal.
SERVICE_ROLE
Specifies that CodeBuild uses your build project's service role.

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

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

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

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

$sel:environmentTypeOverride:StartBuild', startBuild_environmentTypeOverride - A container type for this build that overrides the one specified in the build project.

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

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

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

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

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

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

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

$sel:buildspecOverride:StartBuild', startBuild_buildspecOverride - A buildspec file declaration that overrides, for this build only, the latest one already defined in the build project.

If this value is set, it can be either an inline buildspec definition, the path to an alternate buildspec file relative to the value of the built-in CODEBUILD_SRC_DIR environment variable, or the path to an S3 bucket. The bucket must be in the same Amazon Web Services Region as the build project. Specify the buildspec file using its ARN (for example, arn:aws:s3:::my-codebuild-sample2/buildspec.yml). If this value is not provided or is set to an empty string, the source code must contain a buildspec file in its root directory. For more information, see Buildspec File Name and Storage Location.

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

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

To be able to report the build status to the source provider, the user associated with the source provider must have write access to the repo. If the user does not have write access, the build status cannot be updated. For more information, see Source provider access in the CodeBuild User Guide.

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

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

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

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

$sel:artifactsOverride:StartBuild', startBuild_artifactsOverride - Build output artifact settings that override, for this build only, the latest ones already defined in the build project.

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

$sel:projectName:StartBuild', startBuild_projectName - The name of the CodeBuild build project to start running a build.

data StartBuildResponse Source #

See: newStartBuildResponse smart constructor.

Instances

Instances details
Eq StartBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

Read StartBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

Show StartBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

Generic StartBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

Associated Types

type Rep StartBuildResponse :: Type -> Type #

NFData StartBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

Methods

rnf :: StartBuildResponse -> () #

type Rep StartBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuild

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

newStartBuildResponse Source #

Create a value of StartBuildResponse with all optional fields omitted.

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

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

$sel:build:StartBuildResponse', startBuildResponse_build - Information about the build to be run.

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

BatchGetBuildBatches

data BatchGetBuildBatches Source #

See: newBatchGetBuildBatches smart constructor.

Constructors

BatchGetBuildBatches' [Text] 

Instances

Instances details
Eq BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Read BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Show BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Generic BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Associated Types

type Rep BatchGetBuildBatches :: Type -> Type #

NFData BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Methods

rnf :: BatchGetBuildBatches -> () #

Hashable BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

ToJSON BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

AWSRequest BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Associated Types

type AWSResponse 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

type Rep BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

type Rep BatchGetBuildBatches = D1 ('MetaData "BatchGetBuildBatches" "Amazonka.CodeBuild.BatchGetBuildBatches" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "BatchGetBuildBatches'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ids") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse BatchGetBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

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

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Read BatchGetBuildBatchesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Show BatchGetBuildBatchesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Generic BatchGetBuildBatchesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuildBatches

Associated Types

type Rep BatchGetBuildBatchesResponse :: Type -> Type #

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

RetryBuild

data RetryBuild Source #

See: newRetryBuild smart constructor.

Constructors

RetryBuild' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq RetryBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

Read RetryBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

Show RetryBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

Generic RetryBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

Associated Types

type Rep RetryBuild :: Type -> Type #

NFData RetryBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

Methods

rnf :: RetryBuild -> () #

Hashable RetryBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

ToJSON RetryBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

AWSRequest RetryBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

Associated Types

type AWSResponse 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

type Rep RetryBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

type Rep RetryBuild = D1 ('MetaData "RetryBuild" "Amazonka.CodeBuild.RetryBuild" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "RetryBuild'" 'PrefixI 'True) (S1 ('MetaSel ('Just "idempotencyToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse RetryBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

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:

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

$sel:id:RetryBuild', retryBuild_id - Specifies the identifier of the build to restart.

data RetryBuildResponse Source #

See: newRetryBuildResponse smart constructor.

Instances

Instances details
Eq RetryBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

Read RetryBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

Show RetryBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

Generic RetryBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

Associated Types

type Rep RetryBuildResponse :: Type -> Type #

NFData RetryBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

Methods

rnf :: RetryBuildResponse -> () #

type Rep RetryBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuild

type Rep RetryBuildResponse = D1 ('MetaData "RetryBuildResponse" "Amazonka.CodeBuild.RetryBuild" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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.

ListBuildsForProject (Paginated)

data ListBuildsForProject Source #

See: newListBuildsForProject smart constructor.

Instances

Instances details
Eq ListBuildsForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

Read ListBuildsForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

Show ListBuildsForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

Generic ListBuildsForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

Associated Types

type Rep ListBuildsForProject :: Type -> Type #

NFData ListBuildsForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

Methods

rnf :: ListBuildsForProject -> () #

Hashable ListBuildsForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

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

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

type Rep ListBuildsForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

type Rep ListBuildsForProject = D1 ('MetaData "ListBuildsForProject" "Amazonka.CodeBuild.ListBuildsForProject" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ListBuildsForProject'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrderType)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListBuildsForProject Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

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:

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

$sel:nextToken: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:projectName:ListBuildsForProject', listBuildsForProject_projectName - The name of the CodeBuild project.

data ListBuildsForProjectResponse Source #

See: newListBuildsForProjectResponse smart constructor.

Instances

Instances details
Eq ListBuildsForProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

Read ListBuildsForProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

Show ListBuildsForProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

Generic ListBuildsForProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildsForProject

Associated Types

type Rep ListBuildsForProjectResponse :: Type -> Type #

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

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

DescribeTestCases (Paginated)

data DescribeTestCases Source #

See: newDescribeTestCases smart constructor.

Instances

Instances details
Eq DescribeTestCases Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

Read DescribeTestCases Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

Show DescribeTestCases Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

Generic DescribeTestCases Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

Associated Types

type Rep DescribeTestCases :: Type -> Type #

NFData DescribeTestCases Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

Methods

rnf :: DescribeTestCases -> () #

Hashable DescribeTestCases Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

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

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

type Rep DescribeTestCases Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

type Rep DescribeTestCases = D1 ('MetaData "DescribeTestCases" "Amazonka.CodeBuild.DescribeTestCases" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "DescribeTestCases'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TestCaseFilter))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "reportArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeTestCases Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

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

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

$sel:reportArn:DescribeTestCases', describeTestCases_reportArn - The ARN of the report for which test cases are returned.

data DescribeTestCasesResponse Source #

See: newDescribeTestCasesResponse smart constructor.

Instances

Instances details
Eq DescribeTestCasesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

Read DescribeTestCasesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

Show DescribeTestCasesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

Generic DescribeTestCasesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DescribeTestCases

Associated Types

type Rep DescribeTestCasesResponse :: Type -> Type #

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

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

GetResourcePolicy

data GetResourcePolicy Source #

See: newGetResourcePolicy smart constructor.

Constructors

GetResourcePolicy' Text 

Instances

Instances details
Eq GetResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

Read GetResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

Show GetResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

Generic GetResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

Associated Types

type Rep GetResourcePolicy :: Type -> Type #

NFData GetResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

Methods

rnf :: GetResourcePolicy -> () #

Hashable GetResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

ToJSON GetResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

AWSRequest GetResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

Associated Types

type AWSResponse 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

type Rep GetResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

type Rep GetResourcePolicy = D1 ('MetaData "GetResourcePolicy" "Amazonka.CodeBuild.GetResourcePolicy" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "GetResourcePolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

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

Defined in Amazonka.CodeBuild.GetResourcePolicy

Read GetResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

Show GetResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

Generic GetResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.GetResourcePolicy

Associated Types

type Rep GetResourcePolicyResponse :: Type -> Type #

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

BatchGetProjects

data BatchGetProjects Source #

See: newBatchGetProjects smart constructor.

Instances

Instances details
Eq BatchGetProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

Read BatchGetProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

Show BatchGetProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

Generic BatchGetProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

Associated Types

type Rep BatchGetProjects :: Type -> Type #

NFData BatchGetProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

Methods

rnf :: BatchGetProjects -> () #

Hashable BatchGetProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

ToJSON BatchGetProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

AWSRequest BatchGetProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

Associated Types

type AWSResponse 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

type Rep BatchGetProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

type Rep BatchGetProjects = D1 ('MetaData "BatchGetProjects" "Amazonka.CodeBuild.BatchGetProjects" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "BatchGetProjects'" 'PrefixI 'True) (S1 ('MetaSel ('Just "names") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))
type AWSResponse BatchGetProjects Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

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

Defined in Amazonka.CodeBuild.BatchGetProjects

Read BatchGetProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

Show BatchGetProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

Generic BatchGetProjectsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetProjects

Associated Types

type Rep BatchGetProjectsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "BatchGetProjectsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "projectsNotFound") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "projects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Project])) :*: 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:projectsNotFound:BatchGetProjectsResponse', batchGetProjectsResponse_projectsNotFound - The names of build projects for which information could not be found.

$sel:projects:BatchGetProjectsResponse', batchGetProjectsResponse_projects - Information about the requested build projects.

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

BatchGetBuilds

data BatchGetBuilds Source #

See: newBatchGetBuilds smart constructor.

Constructors

BatchGetBuilds' (NonEmpty Text) 

Instances

Instances details
Eq BatchGetBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

Read BatchGetBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

Show BatchGetBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

Generic BatchGetBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

Associated Types

type Rep BatchGetBuilds :: Type -> Type #

NFData BatchGetBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

Methods

rnf :: BatchGetBuilds -> () #

Hashable BatchGetBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

ToJSON BatchGetBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

AWSRequest BatchGetBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

Associated Types

type AWSResponse 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

type Rep BatchGetBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

type Rep BatchGetBuilds = D1 ('MetaData "BatchGetBuilds" "Amazonka.CodeBuild.BatchGetBuilds" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "BatchGetBuilds'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ids") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))
type AWSResponse BatchGetBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

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

Defined in Amazonka.CodeBuild.BatchGetBuilds

Read BatchGetBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

Show BatchGetBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

Generic BatchGetBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

Associated Types

type Rep BatchGetBuildsResponse :: Type -> Type #

NFData BatchGetBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

Methods

rnf :: BatchGetBuildsResponse -> () #

type Rep BatchGetBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetBuilds

type Rep BatchGetBuildsResponse = D1 ('MetaData "BatchGetBuildsResponse" "Amazonka.CodeBuild.BatchGetBuilds" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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.

BatchGetReports

data BatchGetReports Source #

See: newBatchGetReports smart constructor.

Instances

Instances details
Eq BatchGetReports Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

Read BatchGetReports Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

Show BatchGetReports Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

Generic BatchGetReports Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

Associated Types

type Rep BatchGetReports :: Type -> Type #

NFData BatchGetReports Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

Methods

rnf :: BatchGetReports -> () #

Hashable BatchGetReports Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

ToJSON BatchGetReports Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

AWSRequest BatchGetReports Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

Associated Types

type AWSResponse 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

type Rep BatchGetReports Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

type Rep BatchGetReports = D1 ('MetaData "BatchGetReports" "Amazonka.CodeBuild.BatchGetReports" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "BatchGetReports'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reportArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))
type AWSResponse BatchGetReports Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

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:

$sel:reportArns:BatchGetReports', batchGetReports_reportArns - An array of ARNs that identify the Report objects to return.

data BatchGetReportsResponse Source #

See: newBatchGetReportsResponse smart constructor.

Instances

Instances details
Eq BatchGetReportsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

Read BatchGetReportsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

Show BatchGetReportsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

Generic BatchGetReportsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

Associated Types

type Rep BatchGetReportsResponse :: Type -> Type #

NFData BatchGetReportsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

Methods

rnf :: BatchGetReportsResponse -> () #

type Rep BatchGetReportsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchGetReports

type Rep BatchGetReportsResponse = D1 ('MetaData "BatchGetReportsResponse" "Amazonka.CodeBuild.BatchGetReports" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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.

UpdateWebhook

data UpdateWebhook Source #

See: newUpdateWebhook smart constructor.

Instances

Instances details
Eq UpdateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

Read UpdateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

Show UpdateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

Generic UpdateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

Associated Types

type Rep UpdateWebhook :: Type -> Type #

NFData UpdateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

Methods

rnf :: UpdateWebhook -> () #

Hashable UpdateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

ToJSON UpdateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

AWSRequest UpdateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

Associated Types

type AWSResponse UpdateWebhook #

ToHeaders UpdateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

ToPath UpdateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

ToQuery UpdateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

type Rep UpdateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

type Rep UpdateWebhook = D1 ('MetaData "UpdateWebhook" "Amazonka.CodeBuild.UpdateWebhook" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "UpdateWebhook'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "branchFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "rotateSecret") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "filterGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [[WebhookFilter]])) :*: (S1 ('MetaSel ('Just "buildType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe WebhookBuildType)) :*: S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse UpdateWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

newUpdateWebhook Source #

Create a value of UpdateWebhook with all optional fields omitted.

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

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

$sel:branchFilter:UpdateWebhook', updateWebhook_branchFilter - A regular expression used to determine which repository branches are built when a webhook is triggered. If the name of a branch matches the regular expression, then it is built. If branchFilter is empty, then all branches are built.

It is recommended that you use filterGroups instead of branchFilter.

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

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

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

$sel:projectName:UpdateWebhook', updateWebhook_projectName - The name of the CodeBuild project.

data UpdateWebhookResponse Source #

See: newUpdateWebhookResponse smart constructor.

Instances

Instances details
Eq UpdateWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

Read UpdateWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

Show UpdateWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

Generic UpdateWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

Associated Types

type Rep UpdateWebhookResponse :: Type -> Type #

NFData UpdateWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

Methods

rnf :: UpdateWebhookResponse -> () #

type Rep UpdateWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateWebhook

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

newUpdateWebhookResponse Source #

Create a value of UpdateWebhookResponse with all optional fields omitted.

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

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

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

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

DeleteWebhook

data DeleteWebhook Source #

See: newDeleteWebhook smart constructor.

Constructors

DeleteWebhook' Text 

Instances

Instances details
Eq DeleteWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

Read DeleteWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

Show DeleteWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

Generic DeleteWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

Associated Types

type Rep DeleteWebhook :: Type -> Type #

NFData DeleteWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

Methods

rnf :: DeleteWebhook -> () #

Hashable DeleteWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

ToJSON DeleteWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

AWSRequest DeleteWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

Associated Types

type AWSResponse 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

type Rep DeleteWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

type Rep DeleteWebhook = D1 ('MetaData "DeleteWebhook" "Amazonka.CodeBuild.DeleteWebhook" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "DeleteWebhook'" 'PrefixI 'True) (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteWebhook Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

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:

$sel:projectName:DeleteWebhook', deleteWebhook_projectName - The name of the CodeBuild project.

data DeleteWebhookResponse Source #

See: newDeleteWebhookResponse smart constructor.

Instances

Instances details
Eq DeleteWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

Read DeleteWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

Show DeleteWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

Generic DeleteWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

Associated Types

type Rep DeleteWebhookResponse :: Type -> Type #

NFData DeleteWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

Methods

rnf :: DeleteWebhookResponse -> () #

type Rep DeleteWebhookResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteWebhook

type Rep DeleteWebhookResponse = D1 ('MetaData "DeleteWebhookResponse" "Amazonka.CodeBuild.DeleteWebhook" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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.

StartBuildBatch

data StartBuildBatch Source #

See: newStartBuildBatch smart constructor.

Instances

Instances details
Eq StartBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

Read StartBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

Show StartBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

Generic StartBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

Associated Types

type Rep StartBuildBatch :: Type -> Type #

NFData StartBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

Methods

rnf :: StartBuildBatch -> () #

Hashable StartBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

ToJSON StartBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

AWSRequest StartBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

Associated Types

type AWSResponse StartBuildBatch #

ToHeaders StartBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

ToPath StartBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

ToQuery StartBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

type Rep StartBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

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

Defined in Amazonka.CodeBuild.StartBuildBatch

newStartBuildBatch Source #

Create a value of StartBuildBatch with all optional fields omitted.

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

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

$sel:encryptionKeyOverride:StartBuildBatch', startBuildBatch_encryptionKeyOverride - The Key Management Service customer master key (CMK) that overrides the one specified in the batch build project. The CMK key encrypts the build output artifacts.

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

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

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

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

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

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

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

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

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

$sel:cacheOverride:StartBuildBatch', startBuildBatch_cacheOverride - A ProjectCache object that specifies cache overrides.

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

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

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

$sel:imagePullCredentialsTypeOverride:StartBuildBatch', startBuildBatch_imagePullCredentialsTypeOverride - The type of credentials CodeBuild uses to pull images in your batch build. There are two valid values:

CODEBUILD
Specifies that CodeBuild uses its own credentials. This requires that you modify your ECR repository policy to trust CodeBuild's service principal.
SERVICE_ROLE
Specifies that CodeBuild uses your build project's service role.

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

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

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

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

$sel:environmentTypeOverride:StartBuildBatch', startBuildBatch_environmentTypeOverride - A container type for this batch build that overrides the one specified in the batch build project.

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

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

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

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

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

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

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

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

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

$sel:buildspecOverride:StartBuildBatch', startBuildBatch_buildspecOverride - A buildspec file declaration that overrides, for this build only, the latest one already defined in the build project.

If this value is set, it can be either an inline buildspec definition, the path to an alternate buildspec file relative to the value of the built-in CODEBUILD_SRC_DIR environment variable, or the path to an S3 bucket. The bucket must be in the same Amazon Web Services Region as the build project. Specify the buildspec file using its ARN (for example, arn:aws:s3:::my-codebuild-sample2/buildspec.yml). If this value is not provided or is set to an empty string, the source code must contain a buildspec file in its root directory. For more information, see Buildspec File Name and Storage Location.

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

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

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

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

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

$sel:artifactsOverride:StartBuildBatch', startBuildBatch_artifactsOverride - An array of ProjectArtifacts objects that contains information about the build output artifact overrides for the build project.

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

$sel:projectName:StartBuildBatch', startBuildBatch_projectName - The name of the project.

data StartBuildBatchResponse Source #

See: newStartBuildBatchResponse smart constructor.

Instances

Instances details
Eq StartBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

Read StartBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

Show StartBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

Generic StartBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

Associated Types

type Rep StartBuildBatchResponse :: Type -> Type #

NFData StartBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

Methods

rnf :: StartBuildBatchResponse -> () #

type Rep StartBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StartBuildBatch

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

newStartBuildBatchResponse Source #

Create a value of StartBuildBatchResponse with all optional fields omitted.

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

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

$sel:buildBatch:StartBuildBatchResponse', startBuildBatchResponse_buildBatch - A BuildBatch object that contains information about the batch build.

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

RetryBuildBatch

data RetryBuildBatch Source #

See: newRetryBuildBatch smart constructor.

Instances

Instances details
Eq RetryBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

Read RetryBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

Show RetryBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

Generic RetryBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

Associated Types

type Rep RetryBuildBatch :: Type -> Type #

NFData RetryBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

Methods

rnf :: RetryBuildBatch -> () #

Hashable RetryBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

ToJSON RetryBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

AWSRequest RetryBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

Associated Types

type AWSResponse 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

type Rep RetryBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

type Rep RetryBuildBatch = D1 ('MetaData "RetryBuildBatch" "Amazonka.CodeBuild.RetryBuildBatch" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "RetryBuildBatch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "idempotencyToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "retryType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RetryBuildBatchType)))))
type AWSResponse RetryBuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

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:

$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:id:RetryBuildBatch', retryBuildBatch_id - Specifies the identifier of the batch build to restart.

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

data RetryBuildBatchResponse Source #

See: newRetryBuildBatchResponse smart constructor.

Instances

Instances details
Eq RetryBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

Read RetryBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

Show RetryBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

Generic RetryBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

Associated Types

type Rep RetryBuildBatchResponse :: Type -> Type #

NFData RetryBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

Methods

rnf :: RetryBuildBatchResponse -> () #

type Rep RetryBuildBatchResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.RetryBuildBatch

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

newRetryBuildBatchResponse Source #

Create a value of RetryBuildBatchResponse with all optional fields omitted.

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

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

$sel:buildBatch:RetryBuildBatchResponse', retryBuildBatchResponse_buildBatch - Undocumented member.

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

UpdateProjectVisibility

data UpdateProjectVisibility Source #

See: newUpdateProjectVisibility smart constructor.

Instances

Instances details
Eq UpdateProjectVisibility Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

Read UpdateProjectVisibility Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

Show UpdateProjectVisibility Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

Generic UpdateProjectVisibility Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

Associated Types

type Rep UpdateProjectVisibility :: Type -> Type #

NFData UpdateProjectVisibility Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

Methods

rnf :: UpdateProjectVisibility -> () #

Hashable UpdateProjectVisibility Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

ToJSON UpdateProjectVisibility Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

AWSRequest UpdateProjectVisibility Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

ToHeaders UpdateProjectVisibility Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

ToPath UpdateProjectVisibility Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

ToQuery UpdateProjectVisibility Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

type Rep UpdateProjectVisibility Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

type Rep UpdateProjectVisibility = D1 ('MetaData "UpdateProjectVisibility" "Amazonka.CodeBuild.UpdateProjectVisibility" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "UpdateProjectVisibility'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceAccessRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "projectArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "projectVisibility") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProjectVisibilityType))))
type AWSResponse UpdateProjectVisibility Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

newUpdateProjectVisibility Source #

Create a value of UpdateProjectVisibility with all optional fields omitted.

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

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

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

$sel:projectArn:UpdateProjectVisibility', updateProjectVisibility_projectArn - The Amazon Resource Name (ARN) of the build project.

$sel:projectVisibility:UpdateProjectVisibility', updateProjectVisibility_projectVisibility - Undocumented member.

data UpdateProjectVisibilityResponse Source #

See: newUpdateProjectVisibilityResponse smart constructor.

Instances

Instances details
Eq UpdateProjectVisibilityResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

Read UpdateProjectVisibilityResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

Show UpdateProjectVisibilityResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

Generic UpdateProjectVisibilityResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

Associated Types

type Rep UpdateProjectVisibilityResponse :: Type -> Type #

NFData UpdateProjectVisibilityResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

type Rep UpdateProjectVisibilityResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateProjectVisibility

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

newUpdateProjectVisibilityResponse Source #

Create a value of UpdateProjectVisibilityResponse with all optional fields omitted.

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

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

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

$sel:projectArn:UpdateProjectVisibility', updateProjectVisibilityResponse_projectArn - The Amazon Resource Name (ARN) of the build project.

$sel:projectVisibility:UpdateProjectVisibility', updateProjectVisibilityResponse_projectVisibility - Undocumented member.

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

ListReportsForReportGroup (Paginated)

data ListReportsForReportGroup Source #

See: newListReportsForReportGroup smart constructor.

Instances

Instances details
Eq ListReportsForReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

Read ListReportsForReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

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

NFData ListReportsForReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

Hashable ListReportsForReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

ToJSON 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

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

type Rep ListReportsForReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

type Rep ListReportsForReportGroup = D1 ('MetaData "ListReportsForReportGroup" "Amazonka.CodeBuild.ListReportsForReportGroup" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ListReportsForReportGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrderType)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportFilter)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "reportGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse ListReportsForReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

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:sortOrder:ListReportsForReportGroup', listReportsForReportGroup_sortOrder - Use to specify whether the results are returned in ascending or descending order.

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

$sel:reportGroupArn: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
Eq ListReportsForReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

Read ListReportsForReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

Show ListReportsForReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

Generic ListReportsForReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportsForReportGroup

Associated Types

type Rep ListReportsForReportGroupResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ListReportsForReportGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reports") '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))))

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:

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

$sel:nextToken: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:httpStatus:ListReportsForReportGroupResponse', listReportsForReportGroupResponse_httpStatus - The response's http status code.

InvalidateProjectCache

data InvalidateProjectCache Source #

See: newInvalidateProjectCache smart constructor.

Instances

Instances details
Eq InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Read InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Show InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Generic InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Associated Types

type Rep InvalidateProjectCache :: Type -> Type #

NFData InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Methods

rnf :: InvalidateProjectCache -> () #

Hashable InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

ToJSON InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

AWSRequest InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Associated Types

type AWSResponse 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

type Rep InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

type Rep InvalidateProjectCache = D1 ('MetaData "InvalidateProjectCache" "Amazonka.CodeBuild.InvalidateProjectCache" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "InvalidateProjectCache'" 'PrefixI 'True) (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse InvalidateProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

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:

$sel:projectName: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
Eq InvalidateProjectCacheResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Read InvalidateProjectCacheResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Show InvalidateProjectCacheResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Generic InvalidateProjectCacheResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.InvalidateProjectCache

Associated Types

type Rep InvalidateProjectCacheResponse :: Type -> Type #

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

UpdateReportGroup

data UpdateReportGroup Source #

See: newUpdateReportGroup smart constructor.

Instances

Instances details
Eq UpdateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

Read UpdateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

Show UpdateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

Generic UpdateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

Associated Types

type Rep UpdateReportGroup :: Type -> Type #

NFData UpdateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

Methods

rnf :: UpdateReportGroup -> () #

Hashable UpdateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

ToJSON UpdateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

AWSRequest UpdateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

Associated Types

type AWSResponse UpdateReportGroup #

ToHeaders UpdateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

ToPath UpdateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

ToQuery UpdateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

type Rep UpdateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

type Rep UpdateReportGroup = D1 ('MetaData "UpdateReportGroup" "Amazonka.CodeBuild.UpdateReportGroup" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "UpdateReportGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "exportConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportExportConfig)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

newUpdateReportGroup Source #

Create a value of UpdateReportGroup with all optional fields omitted.

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

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

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

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

$sel:tags:UpdateReportGroup', updateReportGroup_tags - An updated list of tag key and value pairs associated with this report group.

These tags are available for use by Amazon Web Services services that support CodeBuild report group tags.

$sel:arn:UpdateReportGroup', updateReportGroup_arn - The ARN of the report group to update.

data UpdateReportGroupResponse Source #

See: newUpdateReportGroupResponse smart constructor.

Instances

Instances details
Eq UpdateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

Read UpdateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

Show UpdateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

Generic UpdateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

Associated Types

type Rep UpdateReportGroupResponse :: Type -> Type #

NFData UpdateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

type Rep UpdateReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.UpdateReportGroup

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

newUpdateReportGroupResponse Source #

Create a value of UpdateReportGroupResponse with all optional fields omitted.

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

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

$sel:reportGroup:UpdateReportGroupResponse', updateReportGroupResponse_reportGroup - Information about the updated report group.

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

DeleteReportGroup

data DeleteReportGroup Source #

See: newDeleteReportGroup smart constructor.

Instances

Instances details
Eq DeleteReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

Read DeleteReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

Show DeleteReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

Generic DeleteReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

Associated Types

type Rep DeleteReportGroup :: Type -> Type #

NFData DeleteReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

Methods

rnf :: DeleteReportGroup -> () #

Hashable DeleteReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

ToJSON DeleteReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

AWSRequest DeleteReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

Associated Types

type AWSResponse 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

type Rep DeleteReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

type Rep DeleteReportGroup = D1 ('MetaData "DeleteReportGroup" "Amazonka.CodeBuild.DeleteReportGroup" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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)))
type AWSResponse DeleteReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

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.

$sel:arn:DeleteReportGroup', deleteReportGroup_arn - The ARN of the report group to delete.

data DeleteReportGroupResponse Source #

See: newDeleteReportGroupResponse smart constructor.

Instances

Instances details
Eq DeleteReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

Read DeleteReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

Show DeleteReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

Generic DeleteReportGroupResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteReportGroup

Associated Types

type Rep DeleteReportGroupResponse :: Type -> Type #

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

BatchDeleteBuilds

data BatchDeleteBuilds Source #

See: newBatchDeleteBuilds smart constructor.

Instances

Instances details
Eq BatchDeleteBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

Read BatchDeleteBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

Show BatchDeleteBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

Generic BatchDeleteBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

Associated Types

type Rep BatchDeleteBuilds :: Type -> Type #

NFData BatchDeleteBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

Methods

rnf :: BatchDeleteBuilds -> () #

Hashable BatchDeleteBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

ToJSON BatchDeleteBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

AWSRequest BatchDeleteBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

Associated Types

type AWSResponse 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

type Rep BatchDeleteBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

type Rep BatchDeleteBuilds = D1 ('MetaData "BatchDeleteBuilds" "Amazonka.CodeBuild.BatchDeleteBuilds" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "BatchDeleteBuilds'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ids") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))
type AWSResponse BatchDeleteBuilds Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

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

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

Read BatchDeleteBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

Show BatchDeleteBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

Generic BatchDeleteBuildsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.BatchDeleteBuilds

Associated Types

type Rep BatchDeleteBuildsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "BatchDeleteBuildsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "buildsNotDeleted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BuildNotDeleted])) :*: (S1 ('MetaSel ('Just "buildsDeleted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: 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:buildsNotDeleted:BatchDeleteBuildsResponse', batchDeleteBuildsResponse_buildsNotDeleted - Information about any builds that could not be successfully deleted.

$sel:buildsDeleted:BatchDeleteBuildsResponse', batchDeleteBuildsResponse_buildsDeleted - The IDs of the builds that were successfully deleted.

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

ListReportGroups (Paginated)

data ListReportGroups Source #

See: newListReportGroups smart constructor.

Instances

Instances details
Eq ListReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

Read ListReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

Show ListReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

Generic ListReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

Associated Types

type Rep ListReportGroups :: Type -> Type #

NFData ListReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

Methods

rnf :: ListReportGroups -> () #

Hashable ListReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

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

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

type Rep ListReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

type Rep ListReportGroups = D1 ('MetaData "ListReportGroups" "Amazonka.CodeBuild.ListReportGroups" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ListReportGroups'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrderType)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportGroupSortByType)))))
type AWSResponse ListReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

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:sortOrder:ListReportGroups', listReportGroups_sortOrder - Used to specify the order to sort the list of returned report groups. Valid values are ASCENDING and DESCENDING.

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

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

data ListReportGroupsResponse Source #

See: newListReportGroupsResponse smart constructor.

Instances

Instances details
Eq ListReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

Read ListReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

Show ListReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

Generic ListReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListReportGroups

Associated Types

type Rep ListReportGroupsResponse :: Type -> Type #

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

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

PutResourcePolicy

data PutResourcePolicy Source #

See: newPutResourcePolicy smart constructor.

Instances

Instances details
Eq PutResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

Read PutResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

Show PutResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

Generic PutResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

Associated Types

type Rep PutResourcePolicy :: Type -> Type #

NFData PutResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

Methods

rnf :: PutResourcePolicy -> () #

Hashable PutResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

ToJSON PutResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

AWSRequest PutResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

Associated Types

type AWSResponse 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

type Rep PutResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

type Rep PutResourcePolicy = D1 ('MetaData "PutResourcePolicy" "Amazonka.CodeBuild.PutResourcePolicy" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "PutResourcePolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "policy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse PutResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

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.

$sel:resourceArn: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
Eq PutResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

Read PutResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

Show PutResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

Generic PutResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.PutResourcePolicy

Associated Types

type Rep PutResourcePolicyResponse :: Type -> Type #

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

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

DeleteResourcePolicy

data DeleteResourcePolicy Source #

See: newDeleteResourcePolicy smart constructor.

Instances

Instances details
Eq DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

Read DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

Show DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

Generic DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

Associated Types

type Rep DeleteResourcePolicy :: Type -> Type #

NFData DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

Methods

rnf :: DeleteResourcePolicy -> () #

Hashable DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

ToJSON DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

AWSRequest DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

Associated Types

type AWSResponse 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

type Rep DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

type Rep DeleteResourcePolicy = D1 ('MetaData "DeleteResourcePolicy" "Amazonka.CodeBuild.DeleteResourcePolicy" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "DeleteResourcePolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteResourcePolicy Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

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

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

Read DeleteResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

Show DeleteResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

Generic DeleteResourcePolicyResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.DeleteResourcePolicy

Associated Types

type Rep DeleteResourcePolicyResponse :: Type -> Type #

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

ListCuratedEnvironmentImages

data ListCuratedEnvironmentImages Source #

See: newListCuratedEnvironmentImages smart constructor.

Instances

Instances details
Eq ListCuratedEnvironmentImages Source # 
Instance details

Defined in Amazonka.CodeBuild.ListCuratedEnvironmentImages

Read ListCuratedEnvironmentImages Source # 
Instance details

Defined in Amazonka.CodeBuild.ListCuratedEnvironmentImages

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

NFData ListCuratedEnvironmentImages Source # 
Instance details

Defined in Amazonka.CodeBuild.ListCuratedEnvironmentImages

Hashable ListCuratedEnvironmentImages Source # 
Instance details

Defined in Amazonka.CodeBuild.ListCuratedEnvironmentImages

ToJSON ListCuratedEnvironmentImages Source # 
Instance details

Defined in Amazonka.CodeBuild.ListCuratedEnvironmentImages

AWSRequest 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

type Rep ListCuratedEnvironmentImages Source # 
Instance details

Defined in Amazonka.CodeBuild.ListCuratedEnvironmentImages

type Rep ListCuratedEnvironmentImages = D1 ('MetaData "ListCuratedEnvironmentImages" "Amazonka.CodeBuild.ListCuratedEnvironmentImages" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ListCuratedEnvironmentImages'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse ListCuratedEnvironmentImages Source # 
Instance details

Defined in Amazonka.CodeBuild.ListCuratedEnvironmentImages

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
Eq 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

Generic ListCuratedEnvironmentImagesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListCuratedEnvironmentImages

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

GetReportGroupTrend

data GetReportGroupTrend Source #

See: newGetReportGroupTrend smart constructor.

Instances

Instances details
Eq GetReportGroupTrend Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

Read GetReportGroupTrend Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

Show GetReportGroupTrend Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

Generic GetReportGroupTrend Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

Associated Types

type Rep GetReportGroupTrend :: Type -> Type #

NFData GetReportGroupTrend Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

Methods

rnf :: GetReportGroupTrend -> () #

Hashable GetReportGroupTrend Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

ToJSON GetReportGroupTrend Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

AWSRequest GetReportGroupTrend Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

Associated Types

type AWSResponse 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

type Rep GetReportGroupTrend Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

type Rep GetReportGroupTrend = D1 ('MetaData "GetReportGroupTrend" "Amazonka.CodeBuild.GetReportGroupTrend" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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))))
type AWSResponse GetReportGroupTrend Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

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.

$sel:reportGroupArn: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
Eq GetReportGroupTrendResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

Read GetReportGroupTrendResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

Show GetReportGroupTrendResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

Generic GetReportGroupTrendResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.GetReportGroupTrend

Associated Types

type Rep GetReportGroupTrendResponse :: Type -> Type #

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

StopBuild

data StopBuild Source #

See: newStopBuild smart constructor.

Constructors

StopBuild' Text 

Instances

Instances details
Eq StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Read StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Show StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Generic StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Associated Types

type Rep StopBuild :: Type -> Type #

NFData StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Methods

rnf :: StopBuild -> () #

Hashable StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

ToJSON StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

AWSRequest StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Associated Types

type AWSResponse StopBuild #

ToHeaders StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Methods

toHeaders :: StopBuild -> [Header] #

ToPath StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

ToQuery StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

type Rep StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

type Rep StopBuild = D1 ('MetaData "StopBuild" "Amazonka.CodeBuild.StopBuild" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "StopBuild'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StopBuild Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

newStopBuild Source #

Create a value of StopBuild with all optional fields omitted.

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

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

$sel:id:StopBuild', stopBuild_id - The ID of the build.

data StopBuildResponse Source #

See: newStopBuildResponse smart constructor.

Instances

Instances details
Eq StopBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Read StopBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Show StopBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Generic StopBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Associated Types

type Rep StopBuildResponse :: Type -> Type #

NFData StopBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

Methods

rnf :: StopBuildResponse -> () #

type Rep StopBuildResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.StopBuild

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

newStopBuildResponse Source #

Create a value of StopBuildResponse with all optional fields omitted.

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

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

$sel:build:StopBuildResponse', stopBuildResponse_build - Information about the build.

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

ListBuildBatches (Paginated)

data ListBuildBatches Source #

See: newListBuildBatches smart constructor.

Instances

Instances details
Eq ListBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

Read ListBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

Show ListBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

Generic ListBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

Associated Types

type Rep ListBuildBatches :: Type -> Type #

NFData ListBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

Methods

rnf :: ListBuildBatches -> () #

Hashable ListBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

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

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

type Rep ListBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

type Rep ListBuildBatches = D1 ('MetaData "ListBuildBatches" "Amazonka.CodeBuild.ListBuildBatches" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ListBuildBatches'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrderType)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BuildBatchFilter)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListBuildBatches Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

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

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

data ListBuildBatchesResponse Source #

See: newListBuildBatchesResponse smart constructor.

Instances

Instances details
Eq ListBuildBatchesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

Read ListBuildBatchesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

Show ListBuildBatchesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

Generic ListBuildBatchesResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListBuildBatches

Associated Types

type Rep ListBuildBatchesResponse :: Type -> Type #

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

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

CreateProject

data CreateProject Source #

See: newCreateProject smart constructor.

Instances

Instances details
Eq CreateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

Read CreateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

Show CreateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

Generic CreateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

Associated Types

type Rep CreateProject :: Type -> Type #

NFData CreateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

Methods

rnf :: CreateProject -> () #

Hashable CreateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

ToJSON CreateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

AWSRequest CreateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

Associated Types

type AWSResponse 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

type Rep CreateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

type Rep CreateProject = D1 ('MetaData "CreateProject" "Amazonka.CodeBuild.CreateProject" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "CreateProject'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "secondaryArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProjectArtifacts])) :*: S1 ('MetaSel ('Just "concurrentBuildLimit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "badgeEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "secondarySourceVersions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProjectSourceVersion])) :*: S1 ('MetaSel ('Just "queuedTimeoutInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))) :*: ((S1 ('MetaSel ('Just "cache") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectCache)) :*: S1 ('MetaSel ('Just "secondarySources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProjectSource]))) :*: (S1 ('MetaSel ('Just "sourceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfig)) :*: S1 ('MetaSel ('Just "logsConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogsConfig)))))) :*: (((S1 ('MetaSel ('Just "fileSystemLocations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ProjectFileSystemLocation])) :*: S1 ('MetaSel ('Just "buildBatchConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ProjectBuildBatchConfig))) :*: (S1 ('MetaSel ('Just "encryptionKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") '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 "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)))))))
type AWSResponse CreateProject Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

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:

$sel:secondaryArtifacts:CreateProject', createProject_secondaryArtifacts - An array of ProjectArtifacts objects.

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

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

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

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

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

$sel:secondarySources:CreateProject', createProject_secondarySources - An array of ProjectSource objects.

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

$sel:vpcConfig:CreateProject', createProject_vpcConfig - VpcConfig enables CodeBuild to access resources in an Amazon VPC.

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

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

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

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

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

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

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

$sel:name:CreateProject', createProject_name - The name of the build project.

$sel:source:CreateProject', createProject_source - Information about the build input source code for the build project.

$sel:artifacts:CreateProject', createProject_artifacts - Information about the build output artifacts for the build project.

$sel:environment:CreateProject', createProject_environment - Information about the build environment for the build project.

$sel:serviceRole: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
Eq CreateProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

Read CreateProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

Show CreateProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

Generic CreateProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

Associated Types

type Rep CreateProjectResponse :: Type -> Type #

NFData CreateProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

Methods

rnf :: CreateProjectResponse -> () #

type Rep CreateProjectResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.CreateProject

type Rep CreateProjectResponse = D1 ('MetaData "CreateProjectResponse" "Amazonka.CodeBuild.CreateProject" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" '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.

ListSharedReportGroups (Paginated)

data ListSharedReportGroups Source #

See: newListSharedReportGroups smart constructor.

Instances

Instances details
Eq ListSharedReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

Read ListSharedReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

Show ListSharedReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

Generic ListSharedReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

Associated Types

type Rep ListSharedReportGroups :: Type -> Type #

NFData ListSharedReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

Methods

rnf :: ListSharedReportGroups -> () #

Hashable ListSharedReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

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

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

type Rep ListSharedReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

type Rep ListSharedReportGroups = D1 ('MetaData "ListSharedReportGroups" "Amazonka.CodeBuild.ListSharedReportGroups" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ListSharedReportGroups'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrderType)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SharedResourceSortByType)))))
type AWSResponse ListSharedReportGroups Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

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

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

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

data ListSharedReportGroupsResponse Source #

See: newListSharedReportGroupsResponse smart constructor.

Instances

Instances details
Eq ListSharedReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

Read ListSharedReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

Show ListSharedReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

Generic ListSharedReportGroupsResponse Source # 
Instance details

Defined in Amazonka.CodeBuild.ListSharedReportGroups

Associated Types

type Rep ListSharedReportGroupsResponse :: Type -> Type #

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

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

Types

ArtifactNamespace

newtype ArtifactNamespace Source #

Instances

Instances details
Eq ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

Ord ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

Read ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

Show ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

Generic ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

Associated Types

type Rep ArtifactNamespace :: Type -> Type #

NFData ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

Methods

rnf :: ArtifactNamespace -> () #

Hashable ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

ToJSON ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

ToJSONKey ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

FromJSON ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

FromJSONKey ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

ToLog ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

ToHeader ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

ToQuery ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

FromXML ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

ToXML ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

ToByteString ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

FromText ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

ToText ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

type Rep ArtifactNamespace Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactNamespace

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

ArtifactPackaging

newtype ArtifactPackaging Source #

Instances

Instances details
Eq ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

Ord ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

Read ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

Show ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

Generic ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

Associated Types

type Rep ArtifactPackaging :: Type -> Type #

NFData ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

Methods

rnf :: ArtifactPackaging -> () #

Hashable ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

ToJSON ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

ToJSONKey ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

FromJSON ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

FromJSONKey ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

ToLog ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

ToHeader ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

ToQuery ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

FromXML ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

ToXML ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

ToByteString ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

FromText ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

ToText ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

type Rep ArtifactPackaging Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactPackaging

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

ArtifactsType

newtype ArtifactsType Source #

Constructors

ArtifactsType' 

Instances

Instances details
Eq ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Ord ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Read ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Show ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Generic ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Associated Types

type Rep ArtifactsType :: Type -> Type #

NFData ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Methods

rnf :: ArtifactsType -> () #

Hashable ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

ToJSON ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

ToJSONKey ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

FromJSON ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

FromJSONKey ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

ToLog ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

ToHeader ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

ToQuery ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

FromXML ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

ToXML ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Methods

toXML :: ArtifactsType -> XML #

ToByteString ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

FromText ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

ToText ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

Methods

toText :: ArtifactsType -> Text #

type Rep ArtifactsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ArtifactsType

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

AuthType

newtype AuthType Source #

Constructors

AuthType' 

Fields

Bundled Patterns

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

Instances

Instances details
Eq AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Ord AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Read AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Show AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Generic AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Associated Types

type Rep AuthType :: Type -> Type #

Methods

from :: AuthType -> Rep AuthType x #

to :: Rep AuthType x -> AuthType #

NFData AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Methods

rnf :: AuthType -> () #

Hashable AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Methods

hashWithSalt :: Int -> AuthType -> Int #

hash :: AuthType -> Int #

ToJSON AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

ToJSONKey AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

FromJSON AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

FromJSONKey AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

ToLog AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

ToHeader AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Methods

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

ToQuery AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

FromXML AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

ToXML AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Methods

toXML :: AuthType -> XML #

ToByteString AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Methods

toBS :: AuthType -> ByteString #

FromText AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

ToText AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

Methods

toText :: AuthType -> Text #

type Rep AuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.AuthType

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

BatchReportModeType

newtype BatchReportModeType Source #

Instances

Instances details
Eq BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

Ord BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

Read BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

Show BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

Generic BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

Associated Types

type Rep BatchReportModeType :: Type -> Type #

NFData BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

Methods

rnf :: BatchReportModeType -> () #

Hashable BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

ToJSON BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

ToJSONKey BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

FromJSON BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

FromJSONKey BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

ToLog BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

ToHeader BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

ToQuery BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

FromXML BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

ToXML BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

ToByteString BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

FromText BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

ToText BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

type Rep BatchReportModeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchReportModeType

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

BucketOwnerAccess

newtype BucketOwnerAccess Source #

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

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

This property can be one of the following values:

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

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

Instances

Instances details
Eq BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

Ord BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

Read BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

Show BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

Generic BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

Associated Types

type Rep BucketOwnerAccess :: Type -> Type #

NFData BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

Methods

rnf :: BucketOwnerAccess -> () #

Hashable BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

ToJSON BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

ToJSONKey BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

FromJSON BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

FromJSONKey BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

ToLog BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

ToHeader BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

ToQuery BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

FromXML BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

ToXML BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

ToByteString BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

FromText BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

ToText BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

type Rep BucketOwnerAccess Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BucketOwnerAccess

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

BuildBatchPhaseType

newtype BuildBatchPhaseType Source #

Instances

Instances details
Eq BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

Ord BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

Read BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

Show BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

Generic BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

Associated Types

type Rep BuildBatchPhaseType :: Type -> Type #

NFData BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

Methods

rnf :: BuildBatchPhaseType -> () #

Hashable BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

ToJSON BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

ToJSONKey BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

FromJSON BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

FromJSONKey BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

ToLog BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

ToHeader BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

ToQuery BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

FromXML BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

ToXML BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

ToByteString BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

FromText BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

ToText BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

type Rep BuildBatchPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhaseType

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

BuildPhaseType

newtype BuildPhaseType Source #

Constructors

BuildPhaseType' 

Instances

Instances details
Eq BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

Ord BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

Read BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

Show BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

Generic BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

Associated Types

type Rep BuildPhaseType :: Type -> Type #

NFData BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

Methods

rnf :: BuildPhaseType -> () #

Hashable BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

ToJSON BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

ToJSONKey BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

FromJSON BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

FromJSONKey BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

ToLog BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

ToHeader BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

ToQuery BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

FromXML BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

ToXML BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

Methods

toXML :: BuildPhaseType -> XML #

ToByteString BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

FromText BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

ToText BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

type Rep BuildPhaseType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhaseType

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

CacheMode

newtype CacheMode Source #

Constructors

CacheMode' 

Fields

Instances

Instances details
Eq CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Ord CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Read CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Show CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Generic CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Associated Types

type Rep CacheMode :: Type -> Type #

NFData CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Methods

rnf :: CacheMode -> () #

Hashable CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

ToJSON CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

ToJSONKey CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

FromJSON CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

FromJSONKey CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

ToLog CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

ToHeader CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

ToQuery CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

FromXML CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

ToXML CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Methods

toXML :: CacheMode -> XML #

ToByteString CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Methods

toBS :: CacheMode -> ByteString #

FromText CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

ToText CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

Methods

toText :: CacheMode -> Text #

type Rep CacheMode Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheMode

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

CacheType

newtype CacheType Source #

Constructors

CacheType' 

Fields

Bundled Patterns

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

Instances

Instances details
Eq CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Ord CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Read CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Show CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Generic CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Associated Types

type Rep CacheType :: Type -> Type #

NFData CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Methods

rnf :: CacheType -> () #

Hashable CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

ToJSON CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

ToJSONKey CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

FromJSON CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

FromJSONKey CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

ToLog CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

ToHeader CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

ToQuery CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

FromXML CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

ToXML CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Methods

toXML :: CacheType -> XML #

ToByteString CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Methods

toBS :: CacheType -> ByteString #

FromText CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

ToText CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

Methods

toText :: CacheType -> Text #

type Rep CacheType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CacheType

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

ComputeType

newtype ComputeType Source #

Constructors

ComputeType' 

Instances

Instances details
Eq ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Ord ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Read ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Show ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Generic ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Associated Types

type Rep ComputeType :: Type -> Type #

NFData ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Methods

rnf :: ComputeType -> () #

Hashable ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

ToJSON ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

ToJSONKey ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

FromJSON ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

FromJSONKey ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

ToLog ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

ToHeader ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

ToQuery ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

FromXML ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

ToXML ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Methods

toXML :: ComputeType -> XML #

ToByteString ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

FromText ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

ToText ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

Methods

toText :: ComputeType -> Text #

type Rep ComputeType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ComputeType

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

CredentialProviderType

newtype CredentialProviderType Source #

Instances

Instances details
Eq CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

Ord CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

Read CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

Show CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

Generic CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

Associated Types

type Rep CredentialProviderType :: Type -> Type #

NFData CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

Methods

rnf :: CredentialProviderType -> () #

Hashable CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

ToJSON CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

ToJSONKey CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

FromJSON CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

FromJSONKey CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

ToLog CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

ToHeader CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

ToQuery CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

FromXML CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

ToXML CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

ToByteString CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

FromText CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

ToText CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

type Rep CredentialProviderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CredentialProviderType

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

EnvironmentType

newtype EnvironmentType Source #

Constructors

EnvironmentType' 

Instances

Instances details
Eq EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

Ord EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

Read EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

Show EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

Generic EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

Associated Types

type Rep EnvironmentType :: Type -> Type #

NFData EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

Methods

rnf :: EnvironmentType -> () #

Hashable EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

ToJSON EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

ToJSONKey EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

FromJSON EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

FromJSONKey EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

ToLog EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

ToHeader EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

ToQuery EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

FromXML EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

ToXML EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

Methods

toXML :: EnvironmentType -> XML #

ToByteString EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

FromText EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

ToText EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

type Rep EnvironmentType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentType

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

EnvironmentVariableType

newtype EnvironmentVariableType Source #

Instances

Instances details
Eq EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

Ord EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

Read EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

Show EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

Generic EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

Associated Types

type Rep EnvironmentVariableType :: Type -> Type #

NFData EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

Methods

rnf :: EnvironmentVariableType -> () #

Hashable EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

ToJSON EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

ToJSONKey EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

FromJSON EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

FromJSONKey EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

ToLog EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

ToHeader EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

ToQuery EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

FromXML EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

ToXML EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

ToByteString EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

FromText EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

ToText EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

type Rep EnvironmentVariableType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariableType

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

FileSystemType

newtype FileSystemType Source #

Constructors

FileSystemType' 

Bundled Patterns

pattern FileSystemType_EFS :: FileSystemType 

Instances

Instances details
Eq FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

Ord FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

Read FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

Show FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

Generic FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

Associated Types

type Rep FileSystemType :: Type -> Type #

NFData FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

Methods

rnf :: FileSystemType -> () #

Hashable FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

ToJSON FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

ToJSONKey FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

FromJSON FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

FromJSONKey FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

ToLog FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

ToHeader FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

ToQuery FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

FromXML FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

ToXML FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

Methods

toXML :: FileSystemType -> XML #

ToByteString FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

FromText FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

ToText FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

type Rep FileSystemType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.FileSystemType

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

ImagePullCredentialsType

newtype ImagePullCredentialsType Source #

Instances

Instances details
Eq ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

Ord ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

Read ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

Show ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

Generic ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

Associated Types

type Rep ImagePullCredentialsType :: Type -> Type #

NFData ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

Hashable ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

ToJSON ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

ToJSONKey ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

FromJSON ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

FromJSONKey ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

ToLog ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

ToHeader ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

ToQuery ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

FromXML ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

ToXML ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

ToByteString ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

FromText ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

ToText ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

type Rep ImagePullCredentialsType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ImagePullCredentialsType

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

LanguageType

newtype LanguageType Source #

Constructors

LanguageType' 

Instances

Instances details
Eq LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Ord LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Read LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Show LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Generic LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Associated Types

type Rep LanguageType :: Type -> Type #

NFData LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Methods

rnf :: LanguageType -> () #

Hashable LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

ToJSON LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

ToJSONKey LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

FromJSON LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

FromJSONKey LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

ToLog LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

ToHeader LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

ToQuery LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

FromXML LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

ToXML LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Methods

toXML :: LanguageType -> XML #

ToByteString LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

FromText LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

ToText LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

Methods

toText :: LanguageType -> Text #

type Rep LanguageType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LanguageType

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

LogsConfigStatusType

newtype LogsConfigStatusType Source #

Instances

Instances details
Eq LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

Ord LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

Read LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

Show LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

Generic LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

Associated Types

type Rep LogsConfigStatusType :: Type -> Type #

NFData LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

Methods

rnf :: LogsConfigStatusType -> () #

Hashable LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

ToJSON LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

ToJSONKey LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

FromJSON LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

FromJSONKey LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

ToLog LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

ToHeader LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

ToQuery LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

FromXML LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

ToXML LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

ToByteString LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

FromText LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

ToText LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

type Rep LogsConfigStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfigStatusType

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

PlatformType

newtype PlatformType Source #

Constructors

PlatformType' 

Instances

Instances details
Eq PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Ord PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Read PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Show PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Generic PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Associated Types

type Rep PlatformType :: Type -> Type #

NFData PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Methods

rnf :: PlatformType -> () #

Hashable PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

ToJSON PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

ToJSONKey PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

FromJSON PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

FromJSONKey PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

ToLog PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

ToHeader PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

ToQuery PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

FromXML PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

ToXML PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Methods

toXML :: PlatformType -> XML #

ToByteString PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

FromText PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

ToText PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

Methods

toText :: PlatformType -> Text #

type Rep PlatformType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PlatformType

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

ProjectSortByType

newtype ProjectSortByType Source #

Instances

Instances details
Eq ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

Ord ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

Read ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

Show ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

Generic ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

Associated Types

type Rep ProjectSortByType :: Type -> Type #

NFData ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

Methods

rnf :: ProjectSortByType -> () #

Hashable ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

ToJSON ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

ToJSONKey ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

FromJSON ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

FromJSONKey ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

ToLog ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

ToHeader ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

ToQuery ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

FromXML ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

ToXML ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

ToByteString ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

FromText ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

ToText ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

type Rep ProjectSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSortByType

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

ProjectVisibilityType

newtype ProjectVisibilityType Source #

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

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

Instances

Instances details
Eq ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

Ord ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

Read ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

Show ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

Generic ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

Associated Types

type Rep ProjectVisibilityType :: Type -> Type #

NFData ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

Methods

rnf :: ProjectVisibilityType -> () #

Hashable ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

ToJSON ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

ToJSONKey ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

FromJSON ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

FromJSONKey ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

ToLog ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

ToHeader ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

ToQuery ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

FromXML ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

ToXML ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

ToByteString ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

FromText ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

ToText ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

type Rep ProjectVisibilityType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectVisibilityType

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

ReportCodeCoverageSortByType

newtype ReportCodeCoverageSortByType Source #

Instances

Instances details
Eq ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

Ord ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

Read ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

Show ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

Generic ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

Associated Types

type Rep ReportCodeCoverageSortByType :: Type -> Type #

NFData ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

Hashable ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

ToJSON ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

ToJSONKey ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

FromJSON ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

FromJSONKey ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

ToLog ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

ToHeader ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

ToQuery ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

FromXML ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

ToXML ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

ToByteString ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

FromText ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

ToText ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

type Rep ReportCodeCoverageSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportCodeCoverageSortByType

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

ReportExportConfigType

newtype ReportExportConfigType Source #

Instances

Instances details
Eq ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

Ord ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

Read ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

Show ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

Generic ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

Associated Types

type Rep ReportExportConfigType :: Type -> Type #

NFData ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

Methods

rnf :: ReportExportConfigType -> () #

Hashable ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

ToJSON ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

ToJSONKey ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

FromJSON ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

FromJSONKey ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

ToLog ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

ToHeader ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

ToQuery ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

FromXML ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

ToXML ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

ToByteString ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

FromText ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

ToText ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

type Rep ReportExportConfigType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfigType

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

ReportGroupSortByType

newtype ReportGroupSortByType Source #

Instances

Instances details
Eq ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

Ord ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

Read ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

Show ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

Generic ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

Associated Types

type Rep ReportGroupSortByType :: Type -> Type #

NFData ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

Methods

rnf :: ReportGroupSortByType -> () #

Hashable ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

ToJSON ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

ToJSONKey ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

FromJSON ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

FromJSONKey ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

ToLog ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

ToHeader ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

ToQuery ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

FromXML ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

ToXML ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

ToByteString ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

FromText ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

ToText ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

type Rep ReportGroupSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupSortByType

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

ReportGroupStatusType

newtype ReportGroupStatusType Source #

Instances

Instances details
Eq ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

Ord ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

Read ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

Show ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

Generic ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

Associated Types

type Rep ReportGroupStatusType :: Type -> Type #

NFData ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

Methods

rnf :: ReportGroupStatusType -> () #

Hashable ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

ToJSON ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

ToJSONKey ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

FromJSON ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

FromJSONKey ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

ToLog ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

ToHeader ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

ToQuery ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

FromXML ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

ToXML ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

ToByteString ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

FromText ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

ToText ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

type Rep ReportGroupStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupStatusType

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

ReportGroupTrendFieldType

newtype ReportGroupTrendFieldType Source #

Instances

Instances details
Eq ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

Ord ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

Read ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

Show ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

Generic ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

Associated Types

type Rep ReportGroupTrendFieldType :: Type -> Type #

NFData ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

Hashable ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

ToJSON ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

ToJSONKey ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

FromJSON ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

FromJSONKey ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

ToLog ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

ToHeader ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

ToQuery ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

FromXML ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

ToXML ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

ToByteString ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

FromText ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

ToText ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

type Rep ReportGroupTrendFieldType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendFieldType

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

ReportPackagingType

newtype ReportPackagingType Source #

Instances

Instances details
Eq ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

Ord ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

Read ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

Show ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

Generic ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

Associated Types

type Rep ReportPackagingType :: Type -> Type #

NFData ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

Methods

rnf :: ReportPackagingType -> () #

Hashable ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

ToJSON ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

ToJSONKey ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

FromJSON ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

FromJSONKey ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

ToLog ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

ToHeader ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

ToQuery ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

FromXML ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

ToXML ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

ToByteString ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

FromText ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

ToText ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

type Rep ReportPackagingType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportPackagingType

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

ReportStatusType

newtype ReportStatusType Source #

Instances

Instances details
Eq ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

Ord ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

Read ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

Show ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

Generic ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

Associated Types

type Rep ReportStatusType :: Type -> Type #

NFData ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

Methods

rnf :: ReportStatusType -> () #

Hashable ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

ToJSON ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

ToJSONKey ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

FromJSON ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

FromJSONKey ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

ToLog ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

ToHeader ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

ToQuery ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

FromXML ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

ToXML ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

ToByteString ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

FromText ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

ToText ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

type Rep ReportStatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportStatusType

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

ReportType

newtype ReportType Source #

Constructors

ReportType' 

Fields

Bundled Patterns

pattern ReportType_CODE_COVERAGE :: ReportType 
pattern ReportType_TEST :: ReportType 

Instances

Instances details
Eq ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Ord ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Read ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Show ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Generic ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Associated Types

type Rep ReportType :: Type -> Type #

NFData ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Methods

rnf :: ReportType -> () #

Hashable ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

ToJSON ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

ToJSONKey ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

FromJSON ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

FromJSONKey ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

ToLog ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

ToHeader ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

ToQuery ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

FromXML ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

ToXML ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Methods

toXML :: ReportType -> XML #

ToByteString ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

FromText ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

ToText ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

Methods

toText :: ReportType -> Text #

type Rep ReportType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportType

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

RetryBuildBatchType

newtype RetryBuildBatchType Source #

Instances

Instances details
Eq RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

Ord RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

Read RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

Show RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

Generic RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

Associated Types

type Rep RetryBuildBatchType :: Type -> Type #

NFData RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

Methods

rnf :: RetryBuildBatchType -> () #

Hashable RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

ToJSON RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

ToJSONKey RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

FromJSON RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

FromJSONKey RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

ToLog RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

ToHeader RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

ToQuery RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

FromXML RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

ToXML RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

ToByteString RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

FromText RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

ToText RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

type Rep RetryBuildBatchType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RetryBuildBatchType

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

ServerType

newtype ServerType Source #

Constructors

ServerType' 

Fields

Instances

Instances details
Eq ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Ord ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Read ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Show ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Generic ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Associated Types

type Rep ServerType :: Type -> Type #

NFData ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Methods

rnf :: ServerType -> () #

Hashable ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

ToJSON ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

ToJSONKey ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

FromJSON ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

FromJSONKey ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

ToLog ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

ToHeader ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

ToQuery ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

FromXML ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

ToXML ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Methods

toXML :: ServerType -> XML #

ToByteString ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

FromText ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

ToText ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

Methods

toText :: ServerType -> Text #

type Rep ServerType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ServerType

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

SharedResourceSortByType

newtype SharedResourceSortByType Source #

Instances

Instances details
Eq SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

Ord SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

Read SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

Show SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

Generic SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

Associated Types

type Rep SharedResourceSortByType :: Type -> Type #

NFData SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

Hashable SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

ToJSON SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

ToJSONKey SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

FromJSON SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

FromJSONKey SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

ToLog SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

ToHeader SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

ToQuery SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

FromXML SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

ToXML SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

ToByteString SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

FromText SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

ToText SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

type Rep SharedResourceSortByType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SharedResourceSortByType

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

SortOrderType

newtype SortOrderType Source #

Constructors

SortOrderType' 

Instances

Instances details
Eq SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Ord SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Read SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Show SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Generic SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Associated Types

type Rep SortOrderType :: Type -> Type #

NFData SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Methods

rnf :: SortOrderType -> () #

Hashable SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

ToJSON SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

ToJSONKey SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

FromJSON SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

FromJSONKey SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

ToLog SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

ToHeader SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

ToQuery SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

FromXML SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

ToXML SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Methods

toXML :: SortOrderType -> XML #

ToByteString SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

FromText SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

ToText SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

Methods

toText :: SortOrderType -> Text #

type Rep SortOrderType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SortOrderType

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

SourceAuthType

newtype SourceAuthType Source #

Constructors

SourceAuthType' 

Bundled Patterns

pattern SourceAuthType_OAUTH :: SourceAuthType 

Instances

Instances details
Eq SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Ord SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Read SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Show SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Generic SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Associated Types

type Rep SourceAuthType :: Type -> Type #

NFData SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Methods

rnf :: SourceAuthType -> () #

Hashable SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToJSON SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToJSONKey SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

FromJSON SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

FromJSONKey SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToLog SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToHeader SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToQuery SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

FromXML SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToXML SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Methods

toXML :: SourceAuthType -> XML #

ToByteString SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

FromText SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToText SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

type Rep SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

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

SourceType

newtype SourceType Source #

Constructors

SourceType' 

Fields

Instances

Instances details
Eq SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Ord SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Read SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Show SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Generic SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Associated Types

type Rep SourceType :: Type -> Type #

NFData SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Methods

rnf :: SourceType -> () #

Hashable SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

ToJSON SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

ToJSONKey SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

FromJSON SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

FromJSONKey SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

ToLog SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

ToHeader SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

ToQuery SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

FromXML SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

ToXML SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Methods

toXML :: SourceType -> XML #

ToByteString SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

FromText SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

ToText SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

Methods

toText :: SourceType -> Text #

type Rep SourceType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceType

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

StatusType

newtype StatusType Source #

Constructors

StatusType' 

Fields

Instances

Instances details
Eq StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Ord StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Read StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Show StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Generic StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Associated Types

type Rep StatusType :: Type -> Type #

NFData StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Methods

rnf :: StatusType -> () #

Hashable StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

ToJSON StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

ToJSONKey StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

FromJSON StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

FromJSONKey StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

ToLog StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

ToHeader StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

ToQuery StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

FromXML StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

ToXML StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Methods

toXML :: StatusType -> XML #

ToByteString StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

FromText StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

ToText StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

Methods

toText :: StatusType -> Text #

type Rep StatusType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.StatusType

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

WebhookBuildType

newtype WebhookBuildType Source #

Instances

Instances details
Eq WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

Ord WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

Read WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

Show WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

Generic WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

Associated Types

type Rep WebhookBuildType :: Type -> Type #

NFData WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

Methods

rnf :: WebhookBuildType -> () #

Hashable WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

ToJSON WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

ToJSONKey WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

FromJSON WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

FromJSONKey WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

ToLog WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

ToHeader WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

ToQuery WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

FromXML WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

ToXML WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

ToByteString WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

FromText WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

ToText WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

type Rep WebhookBuildType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookBuildType

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

WebhookFilterType

newtype WebhookFilterType Source #

Instances

Instances details
Eq WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

Ord WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

Read WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

Show WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

Generic WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

Associated Types

type Rep WebhookFilterType :: Type -> Type #

NFData WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

Methods

rnf :: WebhookFilterType -> () #

Hashable WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

ToJSON WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

ToJSONKey WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

FromJSON WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

FromJSONKey WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

ToLog WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

ToHeader WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

ToQuery WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

FromXML WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

ToXML WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

ToByteString WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

FromText WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

ToText WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

type Rep WebhookFilterType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilterType

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

BatchRestrictions

data BatchRestrictions Source #

Specifies restrictions for the batch build.

See: newBatchRestrictions smart constructor.

Constructors

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

Instances

Instances details
Eq BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

Read BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

Show BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

Generic BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

Associated Types

type Rep BatchRestrictions :: Type -> Type #

NFData BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

Methods

rnf :: BatchRestrictions -> () #

Hashable BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

ToJSON BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

FromJSON BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

type Rep BatchRestrictions Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BatchRestrictions

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

newBatchRestrictions :: BatchRestrictions Source #

Create a value of BatchRestrictions with all optional fields omitted.

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

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

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

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

Build

data Build Source #

Information about a build.

See: newBuild smart constructor.

Instances

Instances details
Eq Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

Methods

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

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

Read Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

Show Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

Methods

showsPrec :: Int -> Build -> ShowS #

show :: Build -> String #

showList :: [Build] -> ShowS #

Generic Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

Associated Types

type Rep Build :: Type -> Type #

Methods

from :: Build -> Rep Build x #

to :: Rep Build x -> Build #

NFData Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

Methods

rnf :: Build -> () #

Hashable Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

Methods

hashWithSalt :: Int -> Build -> Int #

hash :: Build -> Int #

FromJSON Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

type Rep Build Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Build

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

newBuild :: Build Source #

Create a value of Build with all optional fields omitted.

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

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

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

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

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

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

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

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

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

$sel:startTime:Build', build_startTime - When the build process started, expressed in Unix time format.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

BuildArtifacts

data BuildArtifacts Source #

Information about build output artifacts.

See: newBuildArtifacts smart constructor.

Instances

Instances details
Eq BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

Read BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

Show BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

Generic BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

Associated Types

type Rep BuildArtifacts :: Type -> Type #

NFData BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

Methods

rnf :: BuildArtifacts -> () #

Hashable BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

FromJSON BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

type Rep BuildArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildArtifacts

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

newBuildArtifacts :: BuildArtifacts Source #

Create a value of BuildArtifacts with all optional fields omitted.

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

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

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

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

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

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

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

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

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

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

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

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

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

BuildBatch

data BuildBatch Source #

Contains information about a batch build.

See: newBuildBatch smart constructor.

Instances

Instances details
Eq BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

Read BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

Show BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

Generic BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

Associated Types

type Rep BuildBatch :: Type -> Type #

NFData BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

Methods

rnf :: BuildBatch -> () #

Hashable BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

FromJSON BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

type Rep BuildBatch Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatch

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

newBuildBatch :: BuildBatch Source #

Create a value of BuildBatch with all optional fields omitted.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

BuildBatchFilter

data BuildBatchFilter Source #

Specifies filters when retrieving batch builds.

See: newBuildBatchFilter smart constructor.

Instances

Instances details
Eq BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

Read BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

Show BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

Generic BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

Associated Types

type Rep BuildBatchFilter :: Type -> Type #

NFData BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

Methods

rnf :: BuildBatchFilter -> () #

Hashable BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

ToJSON BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

type Rep BuildBatchFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchFilter

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

newBuildBatchFilter :: BuildBatchFilter Source #

Create a value of BuildBatchFilter with all optional fields omitted.

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

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

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

BuildBatchPhase

data BuildBatchPhase Source #

Contains information about a stage for a batch build.

See: newBuildBatchPhase smart constructor.

Instances

Instances details
Eq BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

Read BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

Show BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

Generic BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

Associated Types

type Rep BuildBatchPhase :: Type -> Type #

NFData BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

Methods

rnf :: BuildBatchPhase -> () #

Hashable BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

FromJSON BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

type Rep BuildBatchPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildBatchPhase

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

newBuildBatchPhase :: BuildBatchPhase Source #

Create a value of BuildBatchPhase with all optional fields omitted.

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

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

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

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

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

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

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

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

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

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

BuildGroup

data BuildGroup Source #

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

See: newBuildGroup smart constructor.

Instances

Instances details
Eq BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

Read BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

Show BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

Generic BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

Associated Types

type Rep BuildGroup :: Type -> Type #

NFData BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

Methods

rnf :: BuildGroup -> () #

Hashable BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

FromJSON BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

type Rep BuildGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildGroup

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

newBuildGroup :: BuildGroup Source #

Create a value of BuildGroup with all optional fields omitted.

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

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

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

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

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

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

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

BuildNotDeleted

data BuildNotDeleted Source #

Information about a build that could not be successfully deleted.

See: newBuildNotDeleted smart constructor.

Instances

Instances details
Eq BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

Read BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

Show BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

Generic BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

Associated Types

type Rep BuildNotDeleted :: Type -> Type #

NFData BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

Methods

rnf :: BuildNotDeleted -> () #

Hashable BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

FromJSON BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

type Rep BuildNotDeleted Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildNotDeleted

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

newBuildNotDeleted :: BuildNotDeleted Source #

Create a value of BuildNotDeleted with all optional fields omitted.

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

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

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

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

BuildPhase

data BuildPhase Source #

Information about a stage for a build.

See: newBuildPhase smart constructor.

Instances

Instances details
Eq BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

Read BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

Show BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

Generic BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

Associated Types

type Rep BuildPhase :: Type -> Type #

NFData BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

Methods

rnf :: BuildPhase -> () #

Hashable BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

FromJSON BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

type Rep BuildPhase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildPhase

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

newBuildPhase :: BuildPhase Source #

Create a value of BuildPhase with all optional fields omitted.

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

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

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

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

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

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

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

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

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

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

BuildStatusConfig

data BuildStatusConfig Source #

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

See: newBuildStatusConfig smart constructor.

Instances

Instances details
Eq BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

Read BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

Show BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

Generic BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

Associated Types

type Rep BuildStatusConfig :: Type -> Type #

NFData BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

Methods

rnf :: BuildStatusConfig -> () #

Hashable BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

ToJSON BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

FromJSON BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

type Rep BuildStatusConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildStatusConfig

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

newBuildStatusConfig :: BuildStatusConfig Source #

Create a value of BuildStatusConfig with all optional fields omitted.

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

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

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

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

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

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

BuildSummary

data BuildSummary Source #

Contains summary information about a batch build group.

See: newBuildSummary smart constructor.

Instances

Instances details
Eq BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

Read BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

Show BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

Generic BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

Associated Types

type Rep BuildSummary :: Type -> Type #

NFData BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

Methods

rnf :: BuildSummary -> () #

Hashable BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

FromJSON BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

type Rep BuildSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.BuildSummary

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

newBuildSummary :: BuildSummary Source #

Create a value of BuildSummary with all optional fields omitted.

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

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

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

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

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

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

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

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

CloudWatchLogsConfig

data CloudWatchLogsConfig Source #

Information about CloudWatch Logs for a build project.

See: newCloudWatchLogsConfig smart constructor.

Instances

Instances details
Eq CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

Read CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

Show CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

Generic CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

Associated Types

type Rep CloudWatchLogsConfig :: Type -> Type #

NFData CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

Methods

rnf :: CloudWatchLogsConfig -> () #

Hashable CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

ToJSON CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

FromJSON CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

type Rep CloudWatchLogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CloudWatchLogsConfig

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

newCloudWatchLogsConfig Source #

Create a value of CloudWatchLogsConfig with all optional fields omitted.

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

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

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

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

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

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

CodeCoverage

data CodeCoverage Source #

Contains code coverage report information.

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

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

See: newCodeCoverage smart constructor.

Instances

Instances details
Eq CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

Read CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

Show CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

Generic CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

Associated Types

type Rep CodeCoverage :: Type -> Type #

NFData CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

Methods

rnf :: CodeCoverage -> () #

Hashable CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

FromJSON CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

type Rep CodeCoverage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverage

newCodeCoverage :: CodeCoverage Source #

Create a value of CodeCoverage with all optional fields omitted.

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

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

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

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

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

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

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

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

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

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

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

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

CodeCoverageReportSummary

data CodeCoverageReportSummary Source #

Contains a summary of a code coverage report.

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

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

See: newCodeCoverageReportSummary smart constructor.

Instances

Instances details
Eq CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

Read CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

Show CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

Generic CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

Associated Types

type Rep CodeCoverageReportSummary :: Type -> Type #

NFData CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

Hashable CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

FromJSON CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

type Rep CodeCoverageReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.CodeCoverageReportSummary

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

newCodeCoverageReportSummary :: CodeCoverageReportSummary Source #

Create a value of CodeCoverageReportSummary with all optional fields omitted.

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

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

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

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

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

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

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

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

DebugSession

data DebugSession Source #

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

See: newDebugSession smart constructor.

Constructors

DebugSession' (Maybe Bool) (Maybe Text) 

Instances

Instances details
Eq DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

Read DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

Show DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

Generic DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

Associated Types

type Rep DebugSession :: Type -> Type #

NFData DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

Methods

rnf :: DebugSession -> () #

Hashable DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

FromJSON DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

type Rep DebugSession Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.DebugSession

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

newDebugSession :: DebugSession Source #

Create a value of DebugSession with all optional fields omitted.

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

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

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

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

EnvironmentImage

data EnvironmentImage Source #

Information about a Docker image that is managed by CodeBuild.

See: newEnvironmentImage smart constructor.

Instances

Instances details
Eq EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

Read EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

Show EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

Generic EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

Associated Types

type Rep EnvironmentImage :: Type -> Type #

NFData EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

Methods

rnf :: EnvironmentImage -> () #

Hashable EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

FromJSON EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

type Rep EnvironmentImage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentImage

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

newEnvironmentImage :: EnvironmentImage Source #

Create a value of EnvironmentImage with all optional fields omitted.

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

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

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

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

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

EnvironmentLanguage

data EnvironmentLanguage Source #

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

See: newEnvironmentLanguage smart constructor.

Instances

Instances details
Eq EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

Read EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

Show EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

Generic EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

Associated Types

type Rep EnvironmentLanguage :: Type -> Type #

NFData EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

Methods

rnf :: EnvironmentLanguage -> () #

Hashable EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

FromJSON EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

type Rep EnvironmentLanguage Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentLanguage

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

newEnvironmentLanguage :: EnvironmentLanguage Source #

Create a value of EnvironmentLanguage with all optional fields omitted.

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

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

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

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

EnvironmentPlatform

data EnvironmentPlatform Source #

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

See: newEnvironmentPlatform smart constructor.

Instances

Instances details
Eq EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

Read EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

Show EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

Generic EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

Associated Types

type Rep EnvironmentPlatform :: Type -> Type #

NFData EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

Methods

rnf :: EnvironmentPlatform -> () #

Hashable EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

FromJSON EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

type Rep EnvironmentPlatform Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentPlatform

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

newEnvironmentPlatform :: EnvironmentPlatform Source #

Create a value of EnvironmentPlatform with all optional fields omitted.

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

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

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

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

EnvironmentVariable

data EnvironmentVariable Source #

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

See: newEnvironmentVariable smart constructor.

Instances

Instances details
Eq EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

Read EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

Show EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

Generic EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

Associated Types

type Rep EnvironmentVariable :: Type -> Type #

NFData EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

Methods

rnf :: EnvironmentVariable -> () #

Hashable EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

ToJSON EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

FromJSON EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

type Rep EnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.EnvironmentVariable

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

newEnvironmentVariable Source #

Create a value of EnvironmentVariable with all optional fields omitted.

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

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

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

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

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

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

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

ExportedEnvironmentVariable

data ExportedEnvironmentVariable Source #

Contains information about an exported environment variable.

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

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

See: newExportedEnvironmentVariable smart constructor.

Instances

Instances details
Eq ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

Read ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

Show ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

Generic ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

Associated Types

type Rep ExportedEnvironmentVariable :: Type -> Type #

NFData ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

Hashable ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

FromJSON ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

type Rep ExportedEnvironmentVariable Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ExportedEnvironmentVariable

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

newExportedEnvironmentVariable :: ExportedEnvironmentVariable Source #

Create a value of ExportedEnvironmentVariable with all optional fields omitted.

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

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

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

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

GitSubmodulesConfig

data GitSubmodulesConfig Source #

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

See: newGitSubmodulesConfig smart constructor.

Instances

Instances details
Eq GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

Read GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

Show GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

Generic GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

Associated Types

type Rep GitSubmodulesConfig :: Type -> Type #

NFData GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

Methods

rnf :: GitSubmodulesConfig -> () #

Hashable GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

ToJSON GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

FromJSON GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

type Rep GitSubmodulesConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.GitSubmodulesConfig

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

newGitSubmodulesConfig Source #

Create a value of GitSubmodulesConfig with all optional fields omitted.

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

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

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

LogsConfig

data LogsConfig Source #

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

See: newLogsConfig smart constructor.

Instances

Instances details
Eq LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

Read LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

Show LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

Generic LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

Associated Types

type Rep LogsConfig :: Type -> Type #

NFData LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

Methods

rnf :: LogsConfig -> () #

Hashable LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

ToJSON LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

FromJSON LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

type Rep LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsConfig

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

newLogsConfig :: LogsConfig Source #

Create a value of LogsConfig with all optional fields omitted.

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

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

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

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

LogsLocation

data LogsLocation Source #

Information about build logs in CloudWatch Logs.

See: newLogsLocation smart constructor.

Instances

Instances details
Eq LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

Read LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

Show LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

Generic LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

Associated Types

type Rep LogsLocation :: Type -> Type #

NFData LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

Methods

rnf :: LogsLocation -> () #

Hashable LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

FromJSON LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

type Rep LogsLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.LogsLocation

newLogsLocation :: LogsLocation Source #

Create a value of LogsLocation with all optional fields omitted.

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

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

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

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

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

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

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

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

$sel:groupName:LogsLocation', logsLocation_groupName - The name of the CloudWatch Logs group for the build logs.

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

NetworkInterface

data NetworkInterface Source #

Describes a network interface.

See: newNetworkInterface smart constructor.

Instances

Instances details
Eq NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

Read NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

Show NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

Generic NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

Associated Types

type Rep NetworkInterface :: Type -> Type #

NFData NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

Methods

rnf :: NetworkInterface -> () #

Hashable NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

FromJSON NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

type Rep NetworkInterface Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.NetworkInterface

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

newNetworkInterface :: NetworkInterface Source #

Create a value of NetworkInterface with all optional fields omitted.

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

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

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

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

PhaseContext

data PhaseContext Source #

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

See: newPhaseContext smart constructor.

Constructors

PhaseContext' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

Read PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

Show PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

Generic PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

Associated Types

type Rep PhaseContext :: Type -> Type #

NFData PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

Methods

rnf :: PhaseContext -> () #

Hashable PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

FromJSON PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

type Rep PhaseContext Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.PhaseContext

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

newPhaseContext :: PhaseContext Source #

Create a value of PhaseContext with all optional fields omitted.

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

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

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

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

Project

data Project Source #

Information about a build project.

See: newProject smart constructor.

Instances

Instances details
Eq Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

Methods

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

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

Read Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

Show Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

Generic Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

Associated Types

type Rep Project :: Type -> Type #

Methods

from :: Project -> Rep Project x #

to :: Rep Project x -> Project #

NFData Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

Methods

rnf :: Project -> () #

Hashable Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

Methods

hashWithSalt :: Int -> Project -> Int #

hash :: Project -> Int #

FromJSON Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

type Rep Project Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Project

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

newProject :: Project Source #

Create a value of Project with all optional fields omitted.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

$sel:name:Project', project_name - The name of the build project.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ProjectArtifacts

data ProjectArtifacts Source #

Information about the build output artifacts for the build project.

See: newProjectArtifacts smart constructor.

Instances

Instances details
Eq ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

Read ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

Show ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

Generic ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

Associated Types

type Rep ProjectArtifacts :: Type -> Type #

NFData ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

Methods

rnf :: ProjectArtifacts -> () #

Hashable ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

ToJSON ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

FromJSON ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

type Rep ProjectArtifacts Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectArtifacts

newProjectArtifacts Source #

Create a value of ProjectArtifacts with all optional fields omitted.

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

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

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

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

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

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

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

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

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

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

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

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

For example:

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

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

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

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

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

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

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

    • BUILD_ID: Include the build ID in the location of the build output artifact.
    • NONE: Do not include the build ID. This is the default if namespaceType is not specified.

For example, if path is set to MyArtifacts, namespaceType is set to BUILD_ID, and name is set to MyArtifact.zip, the output artifact is stored in MyArtifacts/<build-ID>/MyArtifact.zip.

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

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

    The CODEPIPELINE type is not supported for secondaryArtifacts.

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

ProjectBadge

data ProjectBadge Source #

Information about the build badge for the build project.

See: newProjectBadge smart constructor.

Constructors

ProjectBadge' (Maybe Bool) (Maybe Text) 

Instances

Instances details
Eq ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

Read ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

Show ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

Generic ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

Associated Types

type Rep ProjectBadge :: Type -> Type #

NFData ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

Methods

rnf :: ProjectBadge -> () #

Hashable ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

FromJSON ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

type Rep ProjectBadge Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBadge

type Rep ProjectBadge = D1 ('MetaData "ProjectBadge" "Amazonka.CodeBuild.Types.ProjectBadge" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ProjectBadge'" 'PrefixI 'True) (S1 ('MetaSel ('Just "badgeEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "badgeRequestUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newProjectBadge :: ProjectBadge Source #

Create a value of ProjectBadge with all optional fields omitted.

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

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

$sel:badgeEnabled:ProjectBadge', projectBadge_badgeEnabled - Set this to true to generate a publicly accessible URL for your project's build badge.

$sel:badgeRequestUrl:ProjectBadge', projectBadge_badgeRequestUrl - The publicly-accessible URL through which you can access the build badge for your project.

ProjectBuildBatchConfig

data ProjectBuildBatchConfig Source #

Contains configuration information about a batch build project.

See: newProjectBuildBatchConfig smart constructor.

Instances

Instances details
Eq ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

Read ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

Show ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

Generic ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

Associated Types

type Rep ProjectBuildBatchConfig :: Type -> Type #

NFData ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

Methods

rnf :: ProjectBuildBatchConfig -> () #

Hashable ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

ToJSON ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

FromJSON ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

type Rep ProjectBuildBatchConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectBuildBatchConfig

type Rep ProjectBuildBatchConfig = D1 ('MetaData "ProjectBuildBatchConfig" "Amazonka.CodeBuild.Types.ProjectBuildBatchConfig" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ProjectBuildBatchConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "combineArtifacts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "timeoutInMins") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "restrictions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchRestrictions)) :*: (S1 ('MetaSel ('Just "batchReportMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BatchReportModeType)) :*: S1 ('MetaSel ('Just "serviceRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newProjectBuildBatchConfig :: ProjectBuildBatchConfig Source #

Create a value of ProjectBuildBatchConfig with all optional fields omitted.

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

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

$sel:combineArtifacts:ProjectBuildBatchConfig', projectBuildBatchConfig_combineArtifacts - Specifies if the build artifacts for the batch build should be combined into a single artifact location.

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

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

$sel:batchReportMode:ProjectBuildBatchConfig', projectBuildBatchConfig_batchReportMode - Specifies how build status reports are sent to the source provider for the batch build. This property is only used when the source provider for your project is Bitbucket, GitHub, or GitHub Enterprise, and your project is configured to report build statuses to the source provider.

REPORT_AGGREGATED_BATCH Aggregate all of the build statuses into a single status report.

REPORT_INDIVIDUAL_BUILDS
Send a separate status report for each individual build.

$sel:serviceRole:ProjectBuildBatchConfig', projectBuildBatchConfig_serviceRole - Specifies the service role ARN for the batch build project.

ProjectCache

data ProjectCache Source #

Information about the cache for the build project.

See: newProjectCache smart constructor.

Instances

Instances details
Eq ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

Read ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

Show ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

Generic ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

Associated Types

type Rep ProjectCache :: Type -> Type #

NFData ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

Methods

rnf :: ProjectCache -> () #

Hashable ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

ToJSON ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

FromJSON ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

type Rep ProjectCache Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectCache

type Rep ProjectCache = D1 ('MetaData "ProjectCache" "Amazonka.CodeBuild.Types.ProjectCache" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ProjectCache'" 'PrefixI 'True) (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "modes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CacheMode])) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CacheType))))

newProjectCache Source #

Create a value of ProjectCache with all optional fields omitted.

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

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

$sel:location:ProjectCache', projectCache_location - Information about the cache location:

  • NO_CACHE or LOCAL: This value is ignored.
  • S3: This is the S3 bucket name/prefix.

$sel:modes:ProjectCache', projectCache_modes - An array of strings that specify the local cache modes. You can use one or more local cache modes at the same time. This is only used for LOCAL cache types.

Possible values are:

LOCAL_SOURCE_CACHE
Caches Git metadata for primary and secondary sources. After the cache is created, subsequent builds pull only the change between commits. This mode is a good choice for projects with a clean working directory and a source that is a large Git repository. If you choose this option and your project does not use a Git repository (GitHub, GitHub Enterprise, or Bitbucket), the option is ignored.
LOCAL_DOCKER_LAYER_CACHE
Caches existing Docker layers. This mode is a good choice for projects that build or pull large Docker images. It can prevent the performance issues caused by pulling large Docker images down from the network.
  • You can use a Docker layer cache in the Linux environment only.
  • The privileged flag must be set so that your project has the required Docker permissions.
  • You should consider the security implications before you use a Docker layer cache.
LOCAL_CUSTOM_CACHE
Caches directories you specify in the buildspec file. This mode is a good choice if your build scenario is not suited to one of the other three local cache modes. If you use a custom cache:
  • Only directories can be specified for caching. You cannot specify individual files.
  • Symlinks are used to reference cached directories.
  • Cached directories are linked to your build before it downloads its project sources. Cached items are overridden if a source item has the same name. Directories are specified using cache paths in the buildspec file.

$sel:type':ProjectCache', projectCache_type - The type of cache used by the build project. Valid values include:

  • NO_CACHE: The build project does not use any cache.
  • S3: The build project reads and writes from and to S3.
  • LOCAL: The build project stores a cache locally on a build host that is only available to that build host.

ProjectEnvironment

data ProjectEnvironment Source #

Information about the build environment of the build project.

See: newProjectEnvironment smart constructor.

Instances

Instances details
Eq ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

Read ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

Show ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

Generic ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

Associated Types

type Rep ProjectEnvironment :: Type -> Type #

NFData ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

Methods

rnf :: ProjectEnvironment -> () #

Hashable ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

ToJSON ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

FromJSON ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

type Rep ProjectEnvironment Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectEnvironment

newProjectEnvironment Source #

Create a value of ProjectEnvironment with all optional fields omitted.

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

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

$sel:imagePullCredentialsType:ProjectEnvironment', projectEnvironment_imagePullCredentialsType - The type of credentials CodeBuild uses to pull images in your build. There are two valid values:

  • CODEBUILD specifies that CodeBuild uses its own credentials. This requires that you modify your ECR repository policy to trust CodeBuild service principal.
  • SERVICE_ROLE specifies that CodeBuild uses your build project's service role.

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

$sel:privilegedMode:ProjectEnvironment', projectEnvironment_privilegedMode - Enables running the Docker daemon inside a Docker container. Set to true only if the build project is used to build Docker images. Otherwise, a build that attempts to interact with the Docker daemon fails. The default setting is false.

You can initialize the Docker daemon during the install phase of your build by adding one of the following sets of commands to the install phase of your buildspec file:

If the operating system's base image is Ubuntu Linux:

- nohup /usr/local/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2375 --storage-driver=overlay&
- timeout 15 sh -c "until docker info; do echo .; sleep 1; done"

If the operating system's base image is Alpine Linux and the previous command does not work, add the -t argument to timeout:

- nohup /usr/local/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2375 --storage-driver=overlay&
- timeout -t 15 sh -c "until docker info; do echo .; sleep 1; done"

$sel:registryCredential:ProjectEnvironment', projectEnvironment_registryCredential - The credentials for access to a private registry.

$sel:certificate:ProjectEnvironment', projectEnvironment_certificate - The ARN of the Amazon S3 bucket, path prefix, and object key that contains the PEM-encoded certificate for the build project. For more information, see certificate in the CodeBuild User Guide.

$sel:environmentVariables:ProjectEnvironment', projectEnvironment_environmentVariables - A set of environment variables to make available to builds for this build project.

$sel:type':ProjectEnvironment', projectEnvironment_type - The type of build environment to use for related builds.

  • The environment type ARM_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), EU (Ireland), Asia Pacific (Mumbai), Asia Pacific (Tokyo), Asia Pacific (Sydney), and EU (Frankfurt).
  • The environment type LINUX_CONTAINER with compute type build.general1.2xlarge is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney), China (Beijing), and China (Ningxia).
  • The environment type LINUX_GPU_CONTAINER is available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney) , China (Beijing), and China (Ningxia).
  • The environment types WINDOWS_CONTAINER and WINDOWS_SERVER_2019_CONTAINER are available only in regions US East (N. Virginia), US East (Ohio), US West (Oregon), and EU (Ireland).

For more information, see Build environment compute types in the CodeBuild user guide.

$sel:image:ProjectEnvironment', projectEnvironment_image - The image tag or image digest that identifies the Docker image to use for this build project. Use the following formats:

  • For an image tag: <registry>/<repository>:<tag>. For example, in the Docker repository that CodeBuild uses to manage its Docker images, this would be aws/codebuild/standard:4.0.
  • For an image digest: <registry>/<repository>@<digest>. For example, to specify an image with the digest "sha256:cbbf2f9a99b47fc460d422812b6a5adff7dfee951d8fa2e4a98caa0382cfbdbf," use <registry>/<repository>@sha256:cbbf2f9a99b47fc460d422812b6a5adff7dfee951d8fa2e4a98caa0382cfbdbf.

For more information, see Docker images provided by CodeBuild in the CodeBuild user guide.

$sel:computeType:ProjectEnvironment', projectEnvironment_computeType - Information about the compute resources the build project uses. Available values include:

  • BUILD_GENERAL1_SMALL: Use up to 3 GB memory and 2 vCPUs for builds.
  • BUILD_GENERAL1_MEDIUM: Use up to 7 GB memory and 4 vCPUs for builds.
  • BUILD_GENERAL1_LARGE: Use up to 16 GB memory and 8 vCPUs for builds, depending on your environment type.
  • BUILD_GENERAL1_2XLARGE: Use up to 145 GB memory, 72 vCPUs, and 824 GB of SSD storage for builds. This compute type supports Docker images up to 100 GB uncompressed.

If you use BUILD_GENERAL1_LARGE:

  • For environment type LINUX_CONTAINER, you can use up to 15 GB memory and 8 vCPUs for builds.
  • For environment type LINUX_GPU_CONTAINER, you can use up to 255 GB memory, 32 vCPUs, and 4 NVIDIA Tesla V100 GPUs for builds.
  • For environment type ARM_CONTAINER, you can use up to 16 GB memory and 8 vCPUs on ARM-based processors for builds.

For more information, see Build Environment Compute Types in the CodeBuild User Guide.

ProjectFileSystemLocation

data ProjectFileSystemLocation Source #

Information about a file system created by Amazon Elastic File System (EFS). For more information, see What Is Amazon Elastic File System?

See: newProjectFileSystemLocation smart constructor.

Instances

Instances details
Eq ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

Read ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

Show ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

Generic ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

Associated Types

type Rep ProjectFileSystemLocation :: Type -> Type #

NFData ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

Hashable ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

ToJSON ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

FromJSON ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

type Rep ProjectFileSystemLocation Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectFileSystemLocation

type Rep ProjectFileSystemLocation = D1 ('MetaData "ProjectFileSystemLocation" "Amazonka.CodeBuild.Types.ProjectFileSystemLocation" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ProjectFileSystemLocation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "mountOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileSystemType)) :*: S1 ('MetaSel ('Just "mountPoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newProjectFileSystemLocation :: ProjectFileSystemLocation Source #

Create a value of ProjectFileSystemLocation with all optional fields omitted.

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

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

$sel:location:ProjectFileSystemLocation', projectFileSystemLocation_location - A string that specifies the location of the file system created by Amazon EFS. Its format is efs-dns-name:/directory-path. You can find the DNS name of file system when you view it in the Amazon EFS console. The directory path is a path to a directory in the file system that CodeBuild mounts. For example, if the DNS name of a file system is fs-abcd1234.efs.us-west-2.amazonaws.com, and its mount directory is my-efs-mount-directory, then the location is fs-abcd1234.efs.us-west-2.amazonaws.com:/my-efs-mount-directory.

The directory path in the format efs-dns-name:/directory-path is optional. If you do not specify a directory path, the location is only the DNS name and CodeBuild mounts the entire file system.

$sel:identifier:ProjectFileSystemLocation', projectFileSystemLocation_identifier - The name used to access a file system created by Amazon EFS. CodeBuild creates an environment variable by appending the identifier in all capital letters to CODEBUILD_. For example, if you specify my_efs for identifier, a new environment variable is create named CODEBUILD_MY_EFS.

The identifier is used to mount your file system.

$sel:mountOptions:ProjectFileSystemLocation', projectFileSystemLocation_mountOptions - The mount options for a file system created by Amazon EFS. The default mount options used by CodeBuild are nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2. For more information, see Recommended NFS Mount Options.

$sel:type':ProjectFileSystemLocation', projectFileSystemLocation_type - The type of the file system. The one supported type is EFS.

$sel:mountPoint:ProjectFileSystemLocation', projectFileSystemLocation_mountPoint - The location in the container where you mount the file system.

ProjectSource

data ProjectSource Source #

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

See: newProjectSource smart constructor.

Instances

Instances details
Eq ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

Read ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

Show ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

Generic ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

Associated Types

type Rep ProjectSource :: Type -> Type #

NFData ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

Methods

rnf :: ProjectSource -> () #

Hashable ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

ToJSON ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

FromJSON ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

type Rep ProjectSource Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSource

newProjectSource Source #

Create a value of ProjectSource with all optional fields omitted.

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

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

$sel:reportBuildStatus:ProjectSource', projectSource_reportBuildStatus - Set to true to report the status of a build's start and finish to your source provider. This option is valid only when your source provider is GitHub, GitHub Enterprise, or Bitbucket. If this is set and you use a different source provider, an invalidInputException is thrown.

To be able to report the build status to the source provider, the user associated with the source provider must have write access to the repo. If the user does not have write access, the build status cannot be updated. For more information, see Source provider access in the CodeBuild User Guide.

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

If your project's builds are triggered by a webhook, you must push a new commit to the repo for a change to this property to take effect.

$sel:insecureSsl:ProjectSource', projectSource_insecureSsl - Enable this flag to ignore SSL warnings while connecting to the project source code.

$sel:location:ProjectSource', projectSource_location - Information about the location of the source code to be built. Valid values include:

  • For source code settings that are specified in the source action of a pipeline in CodePipeline, location should not be specified. If it is specified, CodePipeline ignores it. This is because CodePipeline uses the settings in a pipeline's source action instead of this value.
  • For source code in an CodeCommit repository, the HTTPS clone URL to the repository that contains the source code and the buildspec file (for example, https://git-codecommit.<region-ID>.amazonaws.com/v1/repos/<repo-name>).
  • For source code in an Amazon S3 input bucket, one of the following.

    • The path to the ZIP file that contains the source code (for example, <bucket-name>/<path>/<object-name>.zip).
    • The path to the folder that contains the source code (for example, <bucket-name>/<path-to-source-code>/<folder>/).
  • For source code in a GitHub repository, the HTTPS clone URL to the repository that contains the source and the buildspec file. You must connect your Amazon Web Services account to your GitHub account. Use the CodeBuild console to start creating a build project. When you use the console to connect (or reconnect) with GitHub, on the GitHub Authorize application page, for Organization access, choose Request access next to each repository you want to allow CodeBuild to have access to, and then choose __Authorize application__. (After you have connected to your GitHub account, you do not need to finish creating the build project. You can leave the CodeBuild console.) To instruct CodeBuild to use this connection, in the source object, set the auth object's type value to OAUTH.
  • For source code in a Bitbucket repository, the HTTPS clone URL to the repository that contains the source and the buildspec file. You must connect your Amazon Web Services account to your Bitbucket account. Use the CodeBuild console to start creating a build project. When you use the console to connect (or reconnect) with Bitbucket, on the Bitbucket Confirm access to your account page, choose Grant access. (After you have connected to your Bitbucket account, you do not need to finish creating the build project. You can leave the CodeBuild console.) To instruct CodeBuild to use this connection, in the source object, set the auth object's type value to OAUTH.

If you specify CODEPIPELINE for the Type property, don't specify this property. For all of the other types, you must specify Location.

$sel:auth:ProjectSource', projectSource_auth - Information about the authorization settings for CodeBuild to access the source code to be built.

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

$sel:buildspec:ProjectSource', projectSource_buildspec - The buildspec file declaration to use for the builds in this build project.

If this value is set, it can be either an inline buildspec definition, the path to an alternate buildspec file relative to the value of the built-in CODEBUILD_SRC_DIR environment variable, or the path to an S3 bucket. The bucket must be in the same Amazon Web Services Region as the build project. Specify the buildspec file using its ARN (for example, arn:aws:s3:::my-codebuild-sample2/buildspec.yml). If this value is not provided or is set to an empty string, the source code must contain a buildspec file in its root directory. For more information, see Buildspec File Name and Storage Location.

$sel:sourceIdentifier:ProjectSource', projectSource_sourceIdentifier - An identifier for this project source. The identifier can only contain alphanumeric characters and underscores, and must be less than 128 characters in length.

$sel:gitCloneDepth:ProjectSource', projectSource_gitCloneDepth - Information about the Git clone depth for the build project.

$sel:gitSubmodulesConfig:ProjectSource', projectSource_gitSubmodulesConfig - Information about the Git submodules configuration for the build project.

$sel:buildStatusConfig:ProjectSource', projectSource_buildStatusConfig - Contains information that defines how the build project reports the build status to the source provider. This option is only used when the source provider is GITHUB, GITHUB_ENTERPRISE, or BITBUCKET.

$sel:type':ProjectSource', projectSource_type - The type of repository that contains the source code to be built. Valid values include:

  • BITBUCKET: The source code is in a Bitbucket repository.
  • CODECOMMIT: The source code is in an CodeCommit repository.
  • CODEPIPELINE: The source code settings are specified in the source action of a pipeline in CodePipeline.
  • GITHUB: The source code is in a GitHub or GitHub Enterprise Cloud repository.
  • GITHUB_ENTERPRISE: The source code is in a GitHub Enterprise Server repository.
  • NO_SOURCE: The project does not have input source code.
  • S3: The source code is in an Amazon S3 bucket.

ProjectSourceVersion

data ProjectSourceVersion Source #

A source identifier and its corresponding version.

See: newProjectSourceVersion smart constructor.

Instances

Instances details
Eq ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

Read ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

Show ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

Generic ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

Associated Types

type Rep ProjectSourceVersion :: Type -> Type #

NFData ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

Methods

rnf :: ProjectSourceVersion -> () #

Hashable ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

ToJSON ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

FromJSON ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

type Rep ProjectSourceVersion Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ProjectSourceVersion

type Rep ProjectSourceVersion = D1 ('MetaData "ProjectSourceVersion" "Amazonka.CodeBuild.Types.ProjectSourceVersion" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ProjectSourceVersion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newProjectSourceVersion Source #

Create a value of ProjectSourceVersion with all optional fields omitted.

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

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

$sel:sourceIdentifier:ProjectSourceVersion', projectSourceVersion_sourceIdentifier - An identifier for a source in the build project. The identifier can only contain alphanumeric characters and underscores, and must be less than 128 characters in length.

$sel:sourceVersion:ProjectSourceVersion', projectSourceVersion_sourceVersion - The source version for the corresponding source identifier. If specified, must be one of:

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

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

RegistryCredential

data RegistryCredential Source #

Information about credentials that provide access to a private Docker registry. When this is set:

  • imagePullCredentialsType must be set to SERVICE_ROLE.
  • images cannot be curated or an Amazon ECR image.

For more information, see Private Registry with Secrets Manager Sample for CodeBuild.

See: newRegistryCredential smart constructor.

Instances

Instances details
Eq RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

Read RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

Show RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

Generic RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

Associated Types

type Rep RegistryCredential :: Type -> Type #

NFData RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

Methods

rnf :: RegistryCredential -> () #

Hashable RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

ToJSON RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

FromJSON RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

type Rep RegistryCredential Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.RegistryCredential

type Rep RegistryCredential = D1 ('MetaData "RegistryCredential" "Amazonka.CodeBuild.Types.RegistryCredential" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "RegistryCredential'" 'PrefixI 'True) (S1 ('MetaSel ('Just "credential") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "credentialProvider") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CredentialProviderType)))

newRegistryCredential Source #

Create a value of RegistryCredential with all optional fields omitted.

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

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

$sel:credential:RegistryCredential', registryCredential_credential - The Amazon Resource Name (ARN) or name of credentials created using Secrets Manager.

The credential can use the name of the credentials only if they exist in your current Amazon Web Services Region.

$sel:credentialProvider:RegistryCredential', registryCredential_credentialProvider - The service that created the credentials to access a private Docker registry. The valid value, SECRETS_MANAGER, is for Secrets Manager.

Report

data Report Source #

Information about the results from running a series of test cases during the run of a build project. The test cases are specified in the buildspec for the build project using one or more paths to the test case files. You can specify any type of tests you want, such as unit tests, integration tests, and functional tests.

See: newReport smart constructor.

Instances

Instances details
Eq Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

Methods

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

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

Read Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

Show Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

Generic Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

Associated Types

type Rep Report :: Type -> Type #

Methods

from :: Report -> Rep Report x #

to :: Rep Report x -> Report #

NFData Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

Methods

rnf :: Report -> () #

Hashable Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

Methods

hashWithSalt :: Int -> Report -> Int #

hash :: Report -> Int #

FromJSON Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

type Rep Report Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Report

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

newReport :: Report Source #

Create a value of Report with all optional fields omitted.

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

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

$sel:reportGroupArn:Report', report_reportGroupArn - The ARN of the report group associated with this report.

$sel:status:Report', report_status - The status of this report.

$sel:expired:Report', report_expired - The date and time a report expires. A report expires 30 days after it is created. An expired report is not available to view in CodeBuild.

$sel:executionId:Report', report_executionId - The ARN of the build run that generated this report.

$sel:truncated:Report', report_truncated - A boolean that specifies if this report run is truncated. The list of test cases is truncated after the maximum number of test cases is reached.

$sel:arn:Report', report_arn - The ARN of the report run.

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

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

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

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

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

CODE_COVERAGE
A code coverage report.
TEST
A test report.

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

ReportExportConfig

data ReportExportConfig Source #

Information about the location where the run of a report is exported.

See: newReportExportConfig smart constructor.

Instances

Instances details
Eq ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

Read ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

Show ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

Generic ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

Associated Types

type Rep ReportExportConfig :: Type -> Type #

NFData ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

Methods

rnf :: ReportExportConfig -> () #

Hashable ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

ToJSON ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

FromJSON ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

type Rep ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportExportConfig

type Rep ReportExportConfig = D1 ('MetaData "ReportExportConfig" "Amazonka.CodeBuild.Types.ReportExportConfig" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ReportExportConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "exportConfigType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportExportConfigType)) :*: S1 ('MetaSel ('Just "s3Destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3ReportExportConfig))))

newReportExportConfig :: ReportExportConfig Source #

Create a value of ReportExportConfig with all optional fields omitted.

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

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

$sel:exportConfigType:ReportExportConfig', reportExportConfig_exportConfigType - The export configuration type. Valid values are:

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

$sel:s3Destination:ReportExportConfig', reportExportConfig_s3Destination - A S3ReportExportConfig object that contains information about the S3 bucket where the run of a report is exported.

ReportFilter

data ReportFilter Source #

A filter used to return reports with the status specified by the input status parameter.

See: newReportFilter smart constructor.

Instances

Instances details
Eq ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

Read ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

Show ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

Generic ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

Associated Types

type Rep ReportFilter :: Type -> Type #

NFData ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

Methods

rnf :: ReportFilter -> () #

Hashable ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

ToJSON ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

type Rep ReportFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportFilter

type Rep ReportFilter = D1 ('MetaData "ReportFilter" "Amazonka.CodeBuild.Types.ReportFilter" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ReportFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportStatusType))))

newReportFilter :: ReportFilter Source #

Create a value of ReportFilter with all optional fields omitted.

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

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

$sel:status:ReportFilter', reportFilter_status - The status used to filter reports. You can filter using one status only.

ReportGroup

data ReportGroup Source #

A series of reports. Each report contains information about the results from running a series of test cases. You specify the test cases for a report group in the buildspec for a build project using one or more paths to the test case files.

See: newReportGroup smart constructor.

Instances

Instances details
Eq ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

Read ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

Show ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

Generic ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

Associated Types

type Rep ReportGroup :: Type -> Type #

NFData ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

Methods

rnf :: ReportGroup -> () #

Hashable ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

FromJSON ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

type Rep ReportGroup Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroup

newReportGroup :: ReportGroup Source #

Create a value of ReportGroup with all optional fields omitted.

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

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

$sel:status:ReportGroup', reportGroup_status - The status of the report group. This property is read-only.

This can be one of the following values:

ACTIVE
The report group is active.
DELETING
The report group is in the process of being deleted.

$sel:arn:ReportGroup', reportGroup_arn - The ARN of the ReportGroup.

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

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

$sel:type':ReportGroup', reportGroup_type - The type of the ReportGroup. This can be one of the following values:

CODE_COVERAGE
The report group contains code coverage reports.
TEST
The report group contains test reports.

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

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

$sel:tags:ReportGroup', reportGroup_tags - A list of tag key and value pairs associated with this report group.

These tags are available for use by Amazon Web Services services that support CodeBuild report group tags.

ReportGroupTrendStats

data ReportGroupTrendStats Source #

Contains trend statistics for a set of reports. The actual values depend on the type of trend being collected. For more information, see .

See: newReportGroupTrendStats smart constructor.

Instances

Instances details
Eq ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

Read ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

Show ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

Generic ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

Associated Types

type Rep ReportGroupTrendStats :: Type -> Type #

NFData ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

Methods

rnf :: ReportGroupTrendStats -> () #

Hashable ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

FromJSON ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

type Rep ReportGroupTrendStats Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportGroupTrendStats

type Rep ReportGroupTrendStats = D1 ('MetaData "ReportGroupTrendStats" "Amazonka.CodeBuild.Types.ReportGroupTrendStats" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ReportGroupTrendStats'" 'PrefixI 'True) (S1 ('MetaSel ('Just "max") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "average") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "min") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newReportGroupTrendStats :: ReportGroupTrendStats Source #

Create a value of ReportGroupTrendStats with all optional fields omitted.

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

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

$sel:max:ReportGroupTrendStats', reportGroupTrendStats_max - Contains the maximum value analyzed.

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

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

ReportWithRawData

data ReportWithRawData Source #

Contains the unmodified data for the report. For more information, see .

See: newReportWithRawData smart constructor.

Instances

Instances details
Eq ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

Read ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

Show ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

Generic ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

Associated Types

type Rep ReportWithRawData :: Type -> Type #

NFData ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

Methods

rnf :: ReportWithRawData -> () #

Hashable ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

FromJSON ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

type Rep ReportWithRawData Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ReportWithRawData

type Rep ReportWithRawData = D1 ('MetaData "ReportWithRawData" "Amazonka.CodeBuild.Types.ReportWithRawData" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ReportWithRawData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "data'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "reportArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newReportWithRawData :: ReportWithRawData Source #

Create a value of ReportWithRawData with all optional fields omitted.

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

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

$sel:data':ReportWithRawData', reportWithRawData_data - The value of the requested data field from the report.

$sel:reportArn:ReportWithRawData', reportWithRawData_reportArn - The ARN of the report.

ResolvedArtifact

data ResolvedArtifact Source #

Represents a resolved build artifact. A resolved artifact is an artifact that is built and deployed to the destination, such as Amazon S3.

See: newResolvedArtifact smart constructor.

Instances

Instances details
Eq ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

Read ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

Show ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

Generic ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

Associated Types

type Rep ResolvedArtifact :: Type -> Type #

NFData ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

Methods

rnf :: ResolvedArtifact -> () #

Hashable ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

FromJSON ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

type Rep ResolvedArtifact Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.ResolvedArtifact

type Rep ResolvedArtifact = D1 ('MetaData "ResolvedArtifact" "Amazonka.CodeBuild.Types.ResolvedArtifact" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "ResolvedArtifact'" 'PrefixI 'True) (S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "identifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ArtifactsType)))))

newResolvedArtifact :: ResolvedArtifact Source #

Create a value of ResolvedArtifact with all optional fields omitted.

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

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

$sel:location:ResolvedArtifact', resolvedArtifact_location - The location of the artifact.

$sel:identifier:ResolvedArtifact', resolvedArtifact_identifier - The identifier of the artifact.

$sel:type':ResolvedArtifact', resolvedArtifact_type - Specifies the type of artifact.

S3LogsConfig

data S3LogsConfig Source #

Information about S3 logs for a build project.

See: newS3LogsConfig smart constructor.

Instances

Instances details
Eq S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

Read S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

Show S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

Generic S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

Associated Types

type Rep S3LogsConfig :: Type -> Type #

NFData S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

Methods

rnf :: S3LogsConfig -> () #

Hashable S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

ToJSON S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

FromJSON S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

type Rep S3LogsConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3LogsConfig

type Rep S3LogsConfig = D1 ('MetaData "S3LogsConfig" "Amazonka.CodeBuild.Types.S3LogsConfig" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "S3LogsConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "encryptionDisabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "bucketOwnerAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BucketOwnerAccess)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LogsConfigStatusType))))

newS3LogsConfig Source #

Create a value of S3LogsConfig with all optional fields omitted.

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

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

$sel:location:S3LogsConfig', s3LogsConfig_location - The ARN of an S3 bucket and the path prefix for S3 logs. If your Amazon S3 bucket name is my-bucket, and your path prefix is build-log, then acceptable formats are my-bucket/build-log or arn:aws:s3:::my-bucket/build-log.

$sel:encryptionDisabled:S3LogsConfig', s3LogsConfig_encryptionDisabled - Set to true if you do not want your S3 build log output encrypted. By default S3 build logs are encrypted.

$sel:bucketOwnerAccess:S3LogsConfig', s3LogsConfig_bucketOwnerAccess - Undocumented member.

$sel:status:S3LogsConfig', s3LogsConfig_status - The current status of the S3 build logs. Valid values are:

  • ENABLED: S3 build logs are enabled for this build project.
  • DISABLED: S3 build logs are not enabled for this build project.

S3ReportExportConfig

data S3ReportExportConfig Source #

Information about the S3 bucket where the raw data of a report are exported.

See: newS3ReportExportConfig smart constructor.

Instances

Instances details
Eq S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

Read S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

Show S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

Generic S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

Associated Types

type Rep S3ReportExportConfig :: Type -> Type #

NFData S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

Methods

rnf :: S3ReportExportConfig -> () #

Hashable S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

ToJSON S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

FromJSON S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

type Rep S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

type Rep S3ReportExportConfig = D1 ('MetaData "S3ReportExportConfig" "Amazonka.CodeBuild.Types.S3ReportExportConfig" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "S3ReportExportConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "packaging") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportPackagingType)) :*: (S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "bucketOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "encryptionDisabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "encryptionKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newS3ReportExportConfig :: S3ReportExportConfig Source #

Create a value of S3ReportExportConfig with all optional fields omitted.

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

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

$sel:packaging:S3ReportExportConfig', s3ReportExportConfig_packaging - The type of build output artifact to create. Valid values include:

  • NONE: CodeBuild creates the raw data in the output bucket. This is the default if packaging is not specified.
  • ZIP: CodeBuild creates a ZIP file with the raw data in the output bucket.

$sel:path:S3ReportExportConfig', s3ReportExportConfig_path - The path to the exported report's raw data results.

$sel:bucket:S3ReportExportConfig', s3ReportExportConfig_bucket - The name of the S3 bucket where the raw data of a report are exported.

$sel:bucketOwner:S3ReportExportConfig', s3ReportExportConfig_bucketOwner - The Amazon Web Services account identifier of the owner of the Amazon S3 bucket. This allows report data to be exported to an Amazon S3 bucket that is owned by an account other than the account running the build.

$sel:encryptionDisabled:S3ReportExportConfig', s3ReportExportConfig_encryptionDisabled - A boolean value that specifies if the results of a report are encrypted.

$sel:encryptionKey:S3ReportExportConfig', s3ReportExportConfig_encryptionKey - The encryption key for the report's encrypted raw data.

SourceAuth

data SourceAuth Source #

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

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

See: newSourceAuth smart constructor.

Instances

Instances details
Eq SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

Read SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

Show SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

Generic SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

Associated Types

type Rep SourceAuth :: Type -> Type #

NFData SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

Methods

rnf :: SourceAuth -> () #

Hashable SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

ToJSON SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

FromJSON SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

type Rep SourceAuth Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuth

type Rep SourceAuth = D1 ('MetaData "SourceAuth" "Amazonka.CodeBuild.Types.SourceAuth" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "SourceAuth'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SourceAuthType)))

newSourceAuth Source #

Create a value of SourceAuth with all optional fields omitted.

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

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

$sel:resource:SourceAuth', sourceAuth_resource - The resource value that applies to the specified authorization type.

$sel:type':SourceAuth', sourceAuth_type - This data type is deprecated and is no longer accurate or used.

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

SourceCredentialsInfo

data SourceCredentialsInfo Source #

Information about the credentials for a GitHub, GitHub Enterprise, or Bitbucket repository.

See: newSourceCredentialsInfo smart constructor.

Instances

Instances details
Eq SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

Read SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

Show SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

Generic SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

Associated Types

type Rep SourceCredentialsInfo :: Type -> Type #

NFData SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

Methods

rnf :: SourceCredentialsInfo -> () #

Hashable SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

FromJSON SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

type Rep SourceCredentialsInfo Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceCredentialsInfo

type Rep SourceCredentialsInfo = D1 ('MetaData "SourceCredentialsInfo" "Amazonka.CodeBuild.Types.SourceCredentialsInfo" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "SourceCredentialsInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "serverType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServerType)) :*: S1 ('MetaSel ('Just "authType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AuthType)))))

newSourceCredentialsInfo :: SourceCredentialsInfo Source #

Create a value of SourceCredentialsInfo with all optional fields omitted.

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

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

$sel:arn:SourceCredentialsInfo', sourceCredentialsInfo_arn - The Amazon Resource Name (ARN) of the token.

$sel:serverType:SourceCredentialsInfo', sourceCredentialsInfo_serverType - The type of source provider. The valid options are GITHUB, GITHUB_ENTERPRISE, or BITBUCKET.

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

Tag

data Tag Source #

A tag, consisting of a key and a value.

This tag is available for use by Amazon Web Services services that support tags in CodeBuild.

See: newTag smart constructor.

Constructors

Tag' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

Methods

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

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

Read Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.CodeBuild.Types.Tag" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTag :: Tag Source #

Create a value of Tag with all optional fields omitted.

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

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

$sel:value:Tag', tag_value - The tag's value.

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

TestCase

data TestCase Source #

Information about a test case created using a framework such as NUnit or Cucumber. A test case might be a unit test or a configuration test.

See: newTestCase smart constructor.

Instances

Instances details
Eq TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

Read TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

Show TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

Generic TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

Associated Types

type Rep TestCase :: Type -> Type #

Methods

from :: TestCase -> Rep TestCase x #

to :: Rep TestCase x -> TestCase #

NFData TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

Methods

rnf :: TestCase -> () #

Hashable TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

Methods

hashWithSalt :: Int -> TestCase -> Int #

hash :: TestCase -> Int #

FromJSON TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

type Rep TestCase Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCase

newTestCase :: TestCase Source #

Create a value of TestCase with all optional fields omitted.

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

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

$sel:durationInNanoSeconds:TestCase', testCase_durationInNanoSeconds - The number of nanoseconds it took to run this test case.

$sel:status:TestCase', testCase_status - The status returned by the test case after it was run. Valid statuses are SUCCEEDED, FAILED, ERROR, SKIPPED, and UNKNOWN.

$sel:expired:TestCase', testCase_expired - The date and time a test case expires. A test case expires 30 days after it is created. An expired test case is not available to view in CodeBuild.

$sel:prefix:TestCase', testCase_prefix - A string that is applied to a series of related test cases. CodeBuild generates the prefix. The prefix depends on the framework used to generate the tests.

$sel:name:TestCase', testCase_name - The name of the test case.

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

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

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

TestCaseFilter

data TestCaseFilter Source #

A filter used to return specific types of test cases. In order to pass the filter, the report must meet all of the filter properties.

See: newTestCaseFilter smart constructor.

Constructors

TestCaseFilter' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

Read TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

Show TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

Generic TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

Associated Types

type Rep TestCaseFilter :: Type -> Type #

NFData TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

Methods

rnf :: TestCaseFilter -> () #

Hashable TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

ToJSON TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

type Rep TestCaseFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestCaseFilter

type Rep TestCaseFilter = D1 ('MetaData "TestCaseFilter" "Amazonka.CodeBuild.Types.TestCaseFilter" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "TestCaseFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "keyword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTestCaseFilter :: TestCaseFilter Source #

Create a value of TestCaseFilter with all optional fields omitted.

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

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

$sel:status:TestCaseFilter', testCaseFilter_status - The status used to filter test cases. A TestCaseFilter can have one status. Valid values are:

  • SUCCEEDED
  • FAILED
  • ERROR
  • SKIPPED
  • UNKNOWN

$sel:keyword:TestCaseFilter', testCaseFilter_keyword - A keyword that is used to filter on the name or the prefix of the test cases. Only test cases where the keyword is a substring of the name or the prefix will be returned.

TestReportSummary

data TestReportSummary Source #

Information about a test report.

See: newTestReportSummary smart constructor.

Instances

Instances details
Eq TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

Read TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

Show TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

Generic TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

Associated Types

type Rep TestReportSummary :: Type -> Type #

NFData TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

Methods

rnf :: TestReportSummary -> () #

Hashable TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

FromJSON TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

type Rep TestReportSummary Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.TestReportSummary

type Rep TestReportSummary = D1 ('MetaData "TestReportSummary" "Amazonka.CodeBuild.Types.TestReportSummary" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "TestReportSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "total") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "statusCounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Int)) :*: S1 ('MetaSel ('Just "durationInNanoSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer))))

newTestReportSummary Source #

Create a value of TestReportSummary with all optional fields omitted.

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

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

$sel:total:TestReportSummary', testReportSummary_total - The number of test cases in this TestReportSummary. The total includes truncated test cases.

$sel:statusCounts:TestReportSummary', testReportSummary_statusCounts - A map that contains the number of each type of status returned by the test results in this TestReportSummary.

$sel:durationInNanoSeconds:TestReportSummary', testReportSummary_durationInNanoSeconds - The number of nanoseconds it took to run all of the test cases in this report.

VpcConfig

data VpcConfig Source #

Information about the VPC configuration that CodeBuild accesses.

See: newVpcConfig smart constructor.

Constructors

VpcConfig' (Maybe [Text]) (Maybe Text) (Maybe [Text]) 

Instances

Instances details
Eq VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

Read VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

Show VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

Generic VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

Associated Types

type Rep VpcConfig :: Type -> Type #

NFData VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

Methods

rnf :: VpcConfig -> () #

Hashable VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

ToJSON VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

FromJSON VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

type Rep VpcConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.VpcConfig

type Rep VpcConfig = D1 ('MetaData "VpcConfig" "Amazonka.CodeBuild.Types.VpcConfig" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "VpcConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "subnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

newVpcConfig :: VpcConfig Source #

Create a value of VpcConfig with all optional fields omitted.

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

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

$sel:securityGroupIds:VpcConfig', vpcConfig_securityGroupIds - A list of one or more security groups IDs in your Amazon VPC.

$sel:vpcId:VpcConfig', vpcConfig_vpcId - The ID of the Amazon VPC.

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

Webhook

data Webhook Source #

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

See: newWebhook smart constructor.

Instances

Instances details
Eq Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

Methods

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

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

Read Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

Show Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

Generic Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

Associated Types

type Rep Webhook :: Type -> Type #

Methods

from :: Webhook -> Rep Webhook x #

to :: Rep Webhook x -> Webhook #

NFData Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

Methods

rnf :: Webhook -> () #

Hashable Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

Methods

hashWithSalt :: Int -> Webhook -> Int #

hash :: Webhook -> Int #

FromJSON Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

type Rep Webhook Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.Webhook

newWebhook :: Webhook Source #

Create a value of Webhook with all optional fields omitted.

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

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

$sel:branchFilter:Webhook', webhook_branchFilter - A regular expression used to determine which repository branches are built when a webhook is triggered. If the name of a branch matches the regular expression, then it is built. If branchFilter is empty, then all branches are built.

It is recommended that you use filterGroups instead of branchFilter.

$sel:lastModifiedSecret:Webhook', webhook_lastModifiedSecret - A timestamp that indicates the last time a repository's secret token was modified.

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

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

A Bitbucket webhook does not support secret.

$sel:filterGroups:Webhook', webhook_filterGroups - An array of arrays of WebhookFilter objects used to determine which webhooks are triggered. At least one WebhookFilter in the array must specify EVENT as its type.

For a build to be triggered, at least one filter group in the filterGroups array must pass. For a filter group to pass, each of its filters must pass.

$sel:payloadUrl:Webhook', webhook_payloadUrl - The CodeBuild endpoint where webhook events are sent.

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

WebhookFilter

data WebhookFilter Source #

A filter used to determine which webhooks trigger a build.

See: newWebhookFilter smart constructor.

Instances

Instances details
Eq WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

Read WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

Show WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

Generic WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

Associated Types

type Rep WebhookFilter :: Type -> Type #

NFData WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

Methods

rnf :: WebhookFilter -> () #

Hashable WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

ToJSON WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

FromJSON WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

type Rep WebhookFilter Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.WebhookFilter

type Rep WebhookFilter = D1 ('MetaData "WebhookFilter" "Amazonka.CodeBuild.Types.WebhookFilter" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "WebhookFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "excludeMatchedPattern") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 WebhookFilterType) :*: S1 ('MetaSel ('Just "pattern'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newWebhookFilter Source #

Create a value of WebhookFilter with all optional fields omitted.

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

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

$sel:excludeMatchedPattern:WebhookFilter', webhookFilter_excludeMatchedPattern - Used to indicate that the pattern determines which webhook events do not trigger a build. If true, then a webhook event that does not match the pattern triggers a build. If false, then a webhook event that matches the pattern triggers a build.

$sel:type':WebhookFilter', webhookFilter_type - The type of webhook filter. There are six webhook filter types: EVENT, ACTOR_ACCOUNT_ID, HEAD_REF, BASE_REF, FILE_PATH, and COMMIT_MESSAGE.

EVENT
A webhook event triggers a build when the provided pattern matches one of five event types: PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED, PULL_REQUEST_REOPENED, and PULL_REQUEST_MERGED. The EVENT patterns are specified as a comma-separated string. For example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED filters all push, pull request created, and pull request updated events.

The PULL_REQUEST_REOPENED works with GitHub and GitHub Enterprise only.

ACTOR_ACCOUNT_ID
A webhook event triggers a build when a GitHub, GitHub Enterprise, or Bitbucket account ID matches the regular expression pattern.
HEAD_REF
A webhook event triggers a build when the head reference matches the regular expression pattern. For example, refs/heads/branch-name and refs/tags/tag-name.

Works with GitHub and GitHub Enterprise push, GitHub and GitHub Enterprise pull request, Bitbucket push, and Bitbucket pull request events.

BASE_REF
A webhook event triggers a build when the base reference matches the regular expression pattern. For example, refs/heads/branch-name.

Works with pull request events only.

FILE_PATH
A webhook triggers a build when the path of a changed file matches the regular expression pattern.

Works with GitHub and Bitbucket events push and pull requests events. Also works with GitHub Enterprise push events, but does not work with GitHub Enterprise pull request events.

COMMIT_MESSAGE
A webhook triggers a build when the head commit message matches the regular expression pattern.

Works with GitHub and Bitbucket events push and pull requests events. Also works with GitHub Enterprise push events, but does not work with GitHub Enterprise pull request events.

$sel:pattern':WebhookFilter', webhookFilter_pattern - For a WebHookFilter that uses EVENT type, a comma-separated string that specifies one or more events. For example, the webhook filter PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED allows all push, pull request created, and pull request updated events to trigger a build.

For a WebHookFilter that uses any of the other filter types, a regular expression pattern. For example, a WebHookFilter that uses HEAD_REF for its type and the pattern ^refs/heads/ triggers a build when the head reference is a branch with a reference name refs/heads/branch-name.