'2.0', 'service' => '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 CodeBuild User Guide.

', 'operations' => [ 'BatchDeleteBuilds' => '

Deletes one or more builds.

', 'BatchGetBuildBatches' => '

Retrieves information about one or more batch builds.

', 'BatchGetBuilds' => '

Gets information about one or more builds.

', 'BatchGetProjects' => '

Gets information about one or more build projects.

', 'BatchGetReportGroups' => '

Returns an array of report groups.

', 'BatchGetReports' => '

Returns an array of reports.

', 'CreateProject' => '

Creates a build project.

', 'CreateReportGroup' => '

Creates a report group. A report group contains a collection of reports.

', 'CreateWebhook' => '

For an existing CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, enables CodeBuild to start rebuilding the source code every time a code change is pushed to the repository.

If you enable webhooks for an CodeBuild project, and the project is used as a build step in CodePipeline, then two identical builds are created for each commit. One build is triggered through webhooks, and one through CodePipeline. Because billing is on a per-build basis, you are billed for both builds. Therefore, if you are using CodePipeline, we recommend that you disable webhooks in CodeBuild. In the CodeBuild console, clear the Webhook box. For more information, see step 5 in Change a Build Project\'s Settings.

', 'DeleteBuildBatch' => '

Deletes a batch build.

', 'DeleteProject' => '

Deletes a build project. When you delete a project, its builds are not deleted.

', 'DeleteReport' => '

Deletes a report.

', 'DeleteReportGroup' => '

Deletes a report group. Before you delete a report group, you must delete its reports.

', 'DeleteResourcePolicy' => '

Deletes a resource policy that is identified by its resource ARN.

', 'DeleteSourceCredentials' => '

Deletes a set of GitHub, GitHub Enterprise, or Bitbucket source credentials.

', 'DeleteWebhook' => '

For an existing CodeBuild build project that has its source code stored in a GitHub or Bitbucket repository, stops CodeBuild from rebuilding the source code every time a code change is pushed to the repository.

', 'DescribeCodeCoverages' => '

Retrieves one or more code coverage reports.

', 'DescribeTestCases' => '

Returns a list of details about test cases for a report.

', 'GetReportGroupTrend' => '

Analyzes and accumulates test report values for the specified test reports.

', 'GetResourcePolicy' => '

Gets a resource policy that is identified by its resource ARN.

', 'ImportSourceCredentials' => '

Imports the source repository credentials for an CodeBuild project that has its source code stored in a GitHub, GitHub Enterprise, or Bitbucket repository.

', 'InvalidateProjectCache' => '

Resets the cache for a project.

', 'ListBuildBatches' => '

Retrieves the identifiers of your build batches in the current region.

', 'ListBuildBatchesForProject' => '

Retrieves the identifiers of the build batches for a specific project.

', 'ListBuilds' => '

Gets a list of build IDs, with each build ID representing a single build.

', 'ListBuildsForProject' => '

Gets a list of build identifiers for the specified build project, with each build identifier representing a single build.

', 'ListCuratedEnvironmentImages' => '

Gets information about Docker images that are managed by CodeBuild.

', 'ListProjects' => '

Gets a list of build project names, with each build project name representing a single build project.

', 'ListReportGroups' => '

Gets a list ARNs for the report groups in the current Amazon Web Services account.

', 'ListReports' => '

Returns a list of ARNs for the reports in the current Amazon Web Services account.

', 'ListReportsForReportGroup' => '

Returns a list of ARNs for the reports that belong to a ReportGroup.

', 'ListSharedProjects' => '

Gets a list of projects that are shared with other Amazon Web Services accounts or users.

', 'ListSharedReportGroups' => '

Gets a list of report groups that are shared with other Amazon Web Services accounts or users.

', 'ListSourceCredentials' => '

Returns a list of SourceCredentialsInfo objects.

', 'PutResourcePolicy' => '

Stores a resource policy for the ARN of a Project or ReportGroup object.

', 'RetryBuild' => '

Restarts a build.

', 'RetryBuildBatch' => '

Restarts a failed batch build. Only batch builds that have failed can be retried.

', 'StartBuild' => '

Starts running a build.

', 'StartBuildBatch' => '

Starts a batch build for a project.

', 'StopBuild' => '

Attempts to stop running a build.

', 'StopBuildBatch' => '

Stops a running batch build.

', 'UpdateProject' => '

Changes the settings of a build project.

', 'UpdateProjectVisibility' => '

Changes the public visibility for a project. The project\'s build results, logs, and artifacts are available to the general public. For more information, see Public build projects in the CodeBuild User Guide.

The following should be kept in mind when making your projects public:

', 'UpdateReportGroup' => '

Updates a report group.

', 'UpdateWebhook' => '

Updates the webhook associated with an CodeBuild build project.

If you use Bitbucket for your repository, rotateSecret is ignored.

', ], 'shapes' => [ 'AccountLimitExceededException' => [ 'base' => '

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

', 'refs' => [], ], 'ArtifactNamespace' => [ 'base' => NULL, 'refs' => [ 'ProjectArtifacts$namespaceType' => '

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

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.

', ], ], 'ArtifactPackaging' => [ 'base' => NULL, 'refs' => [ 'ProjectArtifacts$packaging' => '

The type of build output artifact to create:

', ], ], 'ArtifactsType' => [ 'base' => NULL, 'refs' => [ 'ProjectArtifacts$type' => '

The type of build output artifact. Valid values include:

', 'ResolvedArtifact$type' => '

Specifies the type of artifact.

', ], ], 'AuthType' => [ 'base' => NULL, 'refs' => [ 'ImportSourceCredentialsInput$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.

', 'SourceCredentialsInfo$authType' => '

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

', ], ], 'BatchDeleteBuildsInput' => [ 'base' => NULL, 'refs' => [], ], 'BatchDeleteBuildsOutput' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetBuildBatchesInput' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetBuildBatchesOutput' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetBuildsInput' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetBuildsOutput' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetProjectsInput' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetProjectsOutput' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetReportGroupsInput' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetReportGroupsOutput' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetReportsInput' => [ 'base' => NULL, 'refs' => [], ], 'BatchGetReportsOutput' => [ 'base' => NULL, 'refs' => [], ], 'BatchReportModeType' => [ 'base' => NULL, 'refs' => [ '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

(Default) Aggregate all of the build statuses into a single status report.

REPORT_INDIVIDUAL_BUILDS

Send a separate status report for each individual build.

', ], ], 'BatchRestrictions' => [ 'base' => '

Specifies restrictions for the batch build.

', 'refs' => [ 'ProjectBuildBatchConfig$restrictions' => '

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

', ], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'Build$buildComplete' => '

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

', 'BuildBatch$complete' => '

Indicates if the batch build is complete.

', 'BuildGroup$ignoreFailure' => '

Specifies if failures in this build group can be ignored.

', 'DeleteReportGroupInput$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.

', 'ProjectBadge$badgeEnabled' => '

Set this to true to generate a publicly accessible URL for your project\'s build badge.

', 'UpdateWebhookInput$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.

', ], ], 'BucketOwnerAccess' => [ 'base' => '

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:

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.

', 'refs' => [ 'BuildArtifacts$bucketOwnerAccess' => NULL, 'ProjectArtifacts$bucketOwnerAccess' => NULL, 'S3LogsConfig$bucketOwnerAccess' => NULL, ], ], 'Build' => [ 'base' => '

Information about a build.

', 'refs' => [ 'Builds$member' => NULL, 'RetryBuildOutput$build' => NULL, 'StartBuildOutput$build' => '

Information about the build to be run.

', 'StopBuildOutput$build' => '

Information about the build.

', ], ], 'BuildArtifacts' => [ 'base' => '

Information about build output artifacts.

', 'refs' => [ 'Build$artifacts' => '

Information about the output artifacts for the build.

', 'BuildArtifactsList$member' => NULL, 'BuildBatch$artifacts' => '

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

', ], ], 'BuildArtifactsList' => [ 'base' => NULL, 'refs' => [ 'Build$secondaryArtifacts' => '

An array of ProjectArtifacts objects.

', 'BuildBatch$secondaryArtifacts' => '

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

', ], ], 'BuildBatch' => [ 'base' => '

Contains information about a batch build.

', 'refs' => [ 'BuildBatches$member' => NULL, 'RetryBuildBatchOutput$buildBatch' => NULL, 'StartBuildBatchOutput$buildBatch' => '

A BuildBatch object that contains information about the batch build.

', 'StopBuildBatchOutput$buildBatch' => NULL, ], ], 'BuildBatchFilter' => [ 'base' => '

Specifies filters when retrieving batch builds.

', 'refs' => [ 'ListBuildBatchesForProjectInput$filter' => '

A BuildBatchFilter object that specifies the filters for the search.

', 'ListBuildBatchesInput$filter' => '

A BuildBatchFilter object that specifies the filters for the search.

', ], ], 'BuildBatchIds' => [ 'base' => NULL, 'refs' => [ 'BatchGetBuildBatchesInput$ids' => '

An array that contains the batch build identifiers to retrieve.

', 'BatchGetBuildBatchesOutput$buildBatchesNotFound' => '

An array that contains the identifiers of any batch builds that are not found.

', 'ListBuildBatchesForProjectOutput$ids' => '

An array of strings that contains the batch build identifiers.

', 'ListBuildBatchesOutput$ids' => '

An array of strings that contains the batch build identifiers.

', ], ], 'BuildBatchPhase' => [ 'base' => '

Contains information about a stage for a batch build.

', 'refs' => [ 'BuildBatchPhases$member' => NULL, ], ], 'BuildBatchPhaseType' => [ 'base' => NULL, 'refs' => [ '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.

', ], ], 'BuildBatchPhases' => [ 'base' => NULL, 'refs' => [ 'BuildBatch$phases' => '

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

', ], ], 'BuildBatches' => [ 'base' => NULL, 'refs' => [ 'BatchGetBuildBatchesOutput$buildBatches' => '

An array of BuildBatch objects that represent the retrieved batch builds.

', ], ], 'BuildGroup' => [ 'base' => '

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.

', 'refs' => [ 'BuildGroups$member' => NULL, ], ], 'BuildGroups' => [ 'base' => NULL, 'refs' => [ 'BuildBatch$buildGroups' => '

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

', ], ], 'BuildIds' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteBuildsInput$ids' => '

The IDs of the builds to delete.

', 'BatchDeleteBuildsOutput$buildsDeleted' => '

The IDs of the builds that were successfully deleted.

', 'BatchGetBuildsInput$ids' => '

The IDs of the builds.

', 'BatchGetBuildsOutput$buildsNotFound' => '

The IDs of builds for which information could not be found.

', 'DeleteBuildBatchOutput$buildsDeleted' => '

An array of strings that contain the identifiers of the builds that were deleted.

', 'ListBuildsForProjectOutput$ids' => '

A list of build identifiers for the specified build project, with each build ID representing a single build.

', 'ListBuildsOutput$ids' => '

A list of build IDs, with each build ID representing a single build.

', ], ], 'BuildNotDeleted' => [ 'base' => '

Information about a build that could not be successfully deleted.

', 'refs' => [ 'BuildsNotDeleted$member' => NULL, ], ], 'BuildPhase' => [ 'base' => '

Information about a stage for a build.

', 'refs' => [ 'BuildPhases$member' => NULL, ], ], 'BuildPhaseType' => [ 'base' => NULL, 'refs' => [ '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.

', ], ], 'BuildPhases' => [ 'base' => NULL, 'refs' => [ 'Build$phases' => '

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

', ], ], 'BuildReportArns' => [ 'base' => NULL, 'refs' => [ 'Build$reportArns' => '

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

', ], ], 'BuildStatusConfig' => [ 'base' => '

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

', 'refs' => [ '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.

', 'StartBuildInput$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.

', ], ], 'BuildSummaries' => [ 'base' => NULL, 'refs' => [ 'BuildGroup$priorBuildSummaryList' => '

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

', ], ], 'BuildSummary' => [ 'base' => '

Contains summary information about a batch build group.

', 'refs' => [ 'BuildGroup$currentBuildSummary' => '

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

', 'BuildSummaries$member' => NULL, ], ], 'Builds' => [ 'base' => NULL, 'refs' => [ 'BatchGetBuildsOutput$builds' => '

Information about the requested builds.

', ], ], 'BuildsNotDeleted' => [ 'base' => NULL, 'refs' => [ 'BatchDeleteBuildsOutput$buildsNotDeleted' => '

Information about any builds that could not be successfully deleted.

', 'DeleteBuildBatchOutput$buildsNotDeleted' => '

An array of BuildNotDeleted objects that specify the builds that could not be deleted.

', ], ], 'CacheMode' => [ 'base' => NULL, 'refs' => [ 'ProjectCacheModes$member' => NULL, ], ], 'CacheType' => [ 'base' => NULL, 'refs' => [ 'ProjectCache$type' => '

The type of cache used by the build project. Valid values include:

', ], ], 'CloudWatchLogsConfig' => [ 'base' => '

Information about CloudWatch Logs for a build project.

', 'refs' => [ 'LogsConfig$cloudWatchLogs' => '

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

', 'LogsLocation$cloudWatchLogs' => '

Information about CloudWatch Logs for a build project.

', ], ], 'CodeCoverage' => [ 'base' => '

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.

', 'refs' => [ 'CodeCoverages$member' => NULL, ], ], 'CodeCoverageReportSummary' => [ 'base' => '

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.

', 'refs' => [ 'Report$codeCoverageSummary' => '

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

', ], ], 'CodeCoverages' => [ 'base' => NULL, 'refs' => [ 'DescribeCodeCoveragesOutput$codeCoverages' => '

An array of CodeCoverage objects that contain the results.

', ], ], 'ComputeType' => [ 'base' => NULL, 'refs' => [ 'ProjectEnvironment$computeType' => '

Information about the compute resources the build project uses. Available values include:

If you use BUILD_GENERAL1_LARGE:

For more information, see Build Environment Compute Types in the CodeBuild User Guide.

', 'StartBuildBatchInput$computeTypeOverride' => '

The name of a compute type for this batch build that overrides the one specified in the batch build project.

', 'StartBuildInput$computeTypeOverride' => '

The name of a compute type for this build that overrides the one specified in the build project.

', ], ], 'ComputeTypesAllowed' => [ 'base' => NULL, 'refs' => [ '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.

', ], ], 'CreateProjectInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateProjectOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateReportGroupInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateReportGroupOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateWebhookInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateWebhookOutput' => [ 'base' => NULL, 'refs' => [], ], 'CredentialProviderType' => [ 'base' => NULL, 'refs' => [ 'RegistryCredential$credentialProvider' => '

The service that created the credentials to access a private Docker registry. The valid value, SECRETS_MANAGER, is for Secrets Manager.

', ], ], 'DebugSession' => [ 'base' => '

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

', 'refs' => [ 'Build$debugSession' => '

Contains information about the debug session for this build.

', ], ], 'DeleteBuildBatchInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteBuildBatchOutput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteProjectInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteProjectOutput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteReportGroupInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteReportGroupOutput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteReportInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteReportOutput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteResourcePolicyInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteResourcePolicyOutput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSourceCredentialsInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteSourceCredentialsOutput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteWebhookInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteWebhookOutput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCodeCoveragesInput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeCodeCoveragesOutput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTestCasesInput' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTestCasesOutput' => [ 'base' => NULL, 'refs' => [], ], 'EnvironmentImage' => [ 'base' => '

Information about a Docker image that is managed by CodeBuild.

', 'refs' => [ 'EnvironmentImages$member' => NULL, ], ], 'EnvironmentImages' => [ 'base' => NULL, 'refs' => [ 'EnvironmentLanguage$images' => '

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

', ], ], 'EnvironmentLanguage' => [ 'base' => '

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

', 'refs' => [ 'EnvironmentLanguages$member' => NULL, ], ], 'EnvironmentLanguages' => [ 'base' => NULL, 'refs' => [ 'EnvironmentPlatform$languages' => '

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

', ], ], 'EnvironmentPlatform' => [ 'base' => '

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

', 'refs' => [ 'EnvironmentPlatforms$member' => NULL, ], ], 'EnvironmentPlatforms' => [ 'base' => NULL, 'refs' => [ 'ListCuratedEnvironmentImagesOutput$platforms' => '

Information about supported platforms for Docker images that are managed by CodeBuild.

', ], ], 'EnvironmentType' => [ 'base' => NULL, 'refs' => [ 'ProjectEnvironment$type' => '

The type of build environment to use for related builds.

For more information, see Build environment compute types in the CodeBuild user guide.

', 'StartBuildBatchInput$environmentTypeOverride' => '

A container type for this batch build that overrides the one specified in the batch build project.

', 'StartBuildInput$environmentTypeOverride' => '

A container type for this build that overrides the one specified in the build project.

', ], ], 'EnvironmentVariable' => [ 'base' => '

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

', 'refs' => [ 'EnvironmentVariables$member' => NULL, ], ], 'EnvironmentVariableType' => [ 'base' => NULL, 'refs' => [ 'EnvironmentVariable$type' => '

The type of environment variable. Valid values include:

', ], ], 'EnvironmentVariables' => [ 'base' => NULL, 'refs' => [ 'ProjectEnvironment$environmentVariables' => '

A set of environment variables to make available to builds for this build project.

', 'StartBuildBatchInput$environmentVariablesOverride' => '

An array of EnvironmentVariable objects that override, or add to, the environment variables defined in the batch build project.

', 'StartBuildInput$environmentVariablesOverride' => '

A set of environment variables that overrides, for this build only, the latest ones already defined in the build project.

', ], ], 'ExportedEnvironmentVariable' => [ 'base' => '

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.

', 'refs' => [ 'ExportedEnvironmentVariables$member' => NULL, ], ], 'ExportedEnvironmentVariables' => [ 'base' => NULL, 'refs' => [ '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.

', ], ], 'FileSystemType' => [ 'base' => NULL, 'refs' => [ 'ProjectFileSystemLocation$type' => '

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

', ], ], 'FilterGroup' => [ 'base' => NULL, 'refs' => [ 'FilterGroups$member' => NULL, ], ], 'FilterGroups' => [ 'base' => NULL, 'refs' => [ 'CreateWebhookInput$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.

', 'UpdateWebhookInput$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.

', '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.

', ], ], 'GetReportGroupTrendInput' => [ 'base' => NULL, 'refs' => [], ], 'GetReportGroupTrendOutput' => [ 'base' => NULL, 'refs' => [], ], 'GetResourcePolicyInput' => [ 'base' => NULL, 'refs' => [], ], 'GetResourcePolicyOutput' => [ 'base' => NULL, 'refs' => [], ], 'GitCloneDepth' => [ 'base' => NULL, 'refs' => [ 'ProjectSource$gitCloneDepth' => '

Information about the Git clone depth for the build project.

', 'StartBuildBatchInput$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.

', 'StartBuildInput$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.

', ], ], 'GitSubmodulesConfig' => [ 'base' => '

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

', 'refs' => [ 'ProjectSource$gitSubmodulesConfig' => '

Information about the Git submodules configuration for the build project.

', 'StartBuildBatchInput$gitSubmodulesConfigOverride' => '

A GitSubmodulesConfig object that overrides the Git submodules configuration for this batch build.

', 'StartBuildInput$gitSubmodulesConfigOverride' => '

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

', ], ], 'Identifiers' => [ 'base' => NULL, 'refs' => [ 'BuildGroup$dependsOn' => '

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

', ], ], 'ImagePullCredentialsType' => [ 'base' => NULL, 'refs' => [ 'ProjectEnvironment$imagePullCredentialsType' => '

The type of credentials CodeBuild uses to pull images in your build. There are two valid values:

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.

', 'StartBuildBatchInput$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.

', 'StartBuildInput$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.

', ], ], 'ImageVersions' => [ 'base' => NULL, 'refs' => [ 'EnvironmentImage$versions' => '

A list of environment image versions.

', ], ], 'ImportSourceCredentialsInput' => [ 'base' => NULL, 'refs' => [], ], 'ImportSourceCredentialsOutput' => [ 'base' => NULL, 'refs' => [], ], 'InvalidInputException' => [ 'base' => '

The input value that was provided is not valid.

', 'refs' => [], ], 'InvalidateProjectCacheInput' => [ 'base' => NULL, 'refs' => [], ], 'InvalidateProjectCacheOutput' => [ 'base' => NULL, 'refs' => [], ], 'KeyInput' => [ 'base' => NULL, 'refs' => [ 'Tag$key' => '

The tag\'s key.

', ], ], 'LanguageType' => [ 'base' => NULL, 'refs' => [ 'EnvironmentLanguage$language' => '

The programming language for the Docker images.

', ], ], 'ListBuildBatchesForProjectInput' => [ 'base' => NULL, 'refs' => [], ], 'ListBuildBatchesForProjectOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListBuildBatchesInput' => [ 'base' => NULL, 'refs' => [], ], 'ListBuildBatchesOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListBuildsForProjectInput' => [ 'base' => NULL, 'refs' => [], ], 'ListBuildsForProjectOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListBuildsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListBuildsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListCuratedEnvironmentImagesInput' => [ 'base' => NULL, 'refs' => [], ], 'ListCuratedEnvironmentImagesOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListProjectsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListProjectsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListReportGroupsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListReportGroupsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListReportsForReportGroupInput' => [ 'base' => NULL, 'refs' => [], ], 'ListReportsForReportGroupOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListReportsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListReportsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListSharedProjectsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListSharedProjectsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListSharedReportGroupsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListSharedReportGroupsOutput' => [ 'base' => NULL, 'refs' => [], ], 'ListSourceCredentialsInput' => [ 'base' => NULL, 'refs' => [], ], 'ListSourceCredentialsOutput' => [ 'base' => NULL, 'refs' => [], ], 'LogsConfig' => [ 'base' => '

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

', 'refs' => [ 'BuildBatch$logConfig' => NULL, 'CreateProjectInput$logsConfig' => '

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

', 'Project$logsConfig' => '

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

', 'StartBuildBatchInput$logsConfigOverride' => '

A LogsConfig object that override the log settings defined in the batch build project.

', 'StartBuildInput$logsConfigOverride' => '

Log settings for this build that override the log settings defined in the build project.

', 'UpdateProjectInput$logsConfig' => '

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

', ], ], 'LogsConfigStatusType' => [ 'base' => NULL, 'refs' => [ 'CloudWatchLogsConfig$status' => '

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

', 'S3LogsConfig$status' => '

The current status of the S3 build logs. Valid values are:

', ], ], 'LogsLocation' => [ 'base' => '

Information about build logs in CloudWatch Logs.

', 'refs' => [ 'Build$logs' => '

Information about the build\'s logs in CloudWatch Logs.

', ], ], 'NetworkInterface' => [ 'base' => '

Describes a network interface.

', 'refs' => [ 'Build$networkInterface' => '

Describes a network interface.

', ], ], 'NonEmptyString' => [ 'base' => NULL, 'refs' => [ 'Build$id' => '

The unique ID for the build.

', 'Build$arn' => '

The Amazon Resource Name (ARN) of the build.

', 'Build$sourceVersion' => '

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

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

', 'Build$resolvedSourceVersion' => '

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

', 'Build$projectName' => '

The name of the CodeBuild project.

', 'Build$serviceRole' => '

The name of a service role used for this 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>).

', 'BuildBatch$id' => '

The identifier of the batch build.

', 'BuildBatch$arn' => '

The ARN of the batch build.

', 'BuildBatch$sourceVersion' => '

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

', 'BuildBatch$resolvedSourceVersion' => '

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

', 'BuildBatch$projectName' => '

The name of the batch build project.

', 'BuildBatch$serviceRole' => '

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

', '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>).

', 'BuildBatchIds$member' => NULL, 'BuildIds$member' => NULL, 'BuildNotDeleted$id' => '

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

', 'CodeCoverage$id' => '

The identifier of the code coverage report.

', 'CodeCoverage$reportARN' => '

The ARN of the report.

', 'CodeCoverage$filePath' => '

The path of the test report file.

', 'ComputeTypesAllowed$member' => NULL, 'CreateProjectInput$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.

', 'CreateProjectInput$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>).

', '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.

', 'DeleteBuildBatchInput$id' => '

The identifier of the batch build to delete.

', 'DeleteProjectInput$name' => '

The name of the build project.

', 'DeleteReportGroupInput$arn' => '

The ARN of the report group to delete.

', 'DeleteReportInput$arn' => '

The ARN of the report to delete.

', 'DeleteResourcePolicyInput$resourceArn' => '

The ARN of the resource that is associated with the resource policy.

', 'DeleteSourceCredentialsInput$arn' => '

The Amazon Resource Name (ARN) of the token.

', 'DeleteSourceCredentialsOutput$arn' => '

The Amazon Resource Name (ARN) of the token.

', 'DescribeCodeCoveragesInput$reportArn' => '

The ARN of the report for which test cases are returned.

', 'EnvironmentVariable$name' => '

The name or key of the environment variable.

', 'ExportedEnvironmentVariable$name' => '

The name of the exported environment variable.

', 'GetReportGroupTrendInput$reportGroupArn' => '

The ARN of the report group that contains the reports to analyze.

', 'GetResourcePolicyInput$resourceArn' => '

The ARN of the resource that is associated with the resource policy.

', 'GetResourcePolicyOutput$policy' => '

The resource policy for the resource identified by the input ARN parameter.

', 'Identifiers$member' => NULL, 'ImportSourceCredentialsInput$username' => '

The Bitbucket username when the authType is BASIC_AUTH. This parameter is not valid for other types of source providers or connections.

', 'ImportSourceCredentialsOutput$arn' => '

The Amazon Resource Name (ARN) of the token.

', 'InvalidateProjectCacheInput$projectName' => '

The name of the CodeBuild build project that the cache is reset for.

', 'ListBuildBatchesForProjectInput$projectName' => '

The name of the project.

', 'ListBuildsForProjectInput$projectName' => '

The name of the CodeBuild project.

', 'ListProjectsInput$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.

', 'ListSharedProjectsInput$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.

', 'NetworkInterface$subnetId' => '

The ID of the subnet.

', 'NetworkInterface$networkInterfaceId' => '

The ID of the network interface.

', '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.

', '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).

', 'Project$publicProjectAlias' => '

Contains the project identifier used with the public build APIs.

', '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.

', 'ProjectArns$member' => NULL, 'ProjectBuildBatchConfig$serviceRole' => '

Specifies the service role ARN for the batch build project.

', 'ProjectEnvironment$image' => '

The image tag or image digest that identifies the Docker image to use for this build project. Use the following formats:

For more information, see Docker images provided by CodeBuild in the CodeBuild user guide.

', 'ProjectNames$member' => NULL, 'PutResourcePolicyInput$policy' => '

A JSON-formatted resource policy. For more information, see Sharing a Project and Sharing a Report Group in the CodeBuild User Guide.

', 'PutResourcePolicyInput$resourceArn' => '

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

', 'PutResourcePolicyOutput$resourceArn' => '

The ARN of the Project or ReportGroup resource that is associated with a resource policy.

', '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.

', 'Report$arn' => '

The ARN of the report run.

', 'Report$reportGroupArn' => '

The ARN of the report group associated with this report.

', 'ReportArns$member' => NULL, 'ReportGroup$arn' => '

The ARN of the ReportGroup.

', 'ReportGroupArns$member' => NULL, 'ReportWithRawData$reportArn' => '

The ARN of the report.

', 'RetryBuildBatchInput$id' => '

Specifies the identifier of the batch build to restart.

', 'RetryBuildInput$id' => '

Specifies the identifier of the build to restart.

', 'S3ReportExportConfig$bucket' => '

The name of the S3 bucket where the raw data of a report are exported.

', 'S3ReportExportConfig$encryptionKey' => '

The encryption key for the report\'s encrypted raw data.

', 'SecurityGroupIds$member' => NULL, 'SourceCredentialsInfo$arn' => '

The Amazon Resource Name (ARN) of the token.

', 'StartBuildBatchInput$projectName' => '

The name of the project.

', 'StartBuildBatchInput$imageOverride' => '

The name of an image for this batch build that overrides the one specified in the batch build project.

', 'StartBuildBatchInput$serviceRoleOverride' => '

The name of a service role for this batch build that overrides the one specified in the batch build project.

', 'StartBuildBatchInput$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>).

', 'StartBuildInput$projectName' => '

The name of the CodeBuild build project to start running a build.

', 'StartBuildInput$imageOverride' => '

The name of an image for this build that overrides the one specified in the build project.

', 'StartBuildInput$serviceRoleOverride' => '

The name of a service role for this build that overrides the one specified in the build project.

', 'StartBuildInput$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>).

', 'StopBuildBatchInput$id' => '

The identifier of the batch build to stop.

', 'StopBuildInput$id' => '

The ID of the build.

', 'Subnets$member' => NULL, 'TestCase$reportArn' => '

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

', 'UpdateProjectInput$name' => '

The name of the build project.

You cannot change a build project\'s name.

', 'UpdateProjectInput$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.

', 'UpdateProjectInput$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>).

', 'UpdateProjectVisibilityInput$projectArn' => '

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

', 'UpdateProjectVisibilityInput$resourceAccessRole' => '

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

', 'UpdateProjectVisibilityOutput$projectArn' => '

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

', 'UpdateProjectVisibilityOutput$publicProjectAlias' => '

Contains the project identifier used with the public build APIs.

', 'UpdateReportGroupInput$arn' => '

The ARN of the report group to update.

', 'VpcConfig$vpcId' => '

The ID of the Amazon VPC.

', 'Webhook$url' => '

The URL to the webhook.

', 'Webhook$payloadUrl' => '

The CodeBuild endpoint where webhook events are sent.

', 'Webhook$secret' => '

The secret token of the associated repository.

A Bitbucket webhook does not support secret.

', ], ], 'NonNegativeInt' => [ 'base' => NULL, 'refs' => [ 'CodeCoverage$linesCovered' => '

The number of lines that are covered by your tests.

', 'CodeCoverage$linesMissed' => '

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

', 'CodeCoverage$branchesCovered' => '

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

', 'CodeCoverage$branchesMissed' => '

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

', 'CodeCoverageReportSummary$linesCovered' => '

The number of lines that are covered by your tests.

', 'CodeCoverageReportSummary$linesMissed' => '

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

', 'CodeCoverageReportSummary$branchesCovered' => '

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

', 'CodeCoverageReportSummary$branchesMissed' => '

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

', ], ], 'OAuthProviderException' => [ 'base' => '

There was a problem with the underlying OAuth provider.

', 'refs' => [], ], 'PageSize' => [ 'base' => NULL, 'refs' => [ 'DescribeCodeCoveragesInput$maxResults' => '

The maximum number of results to return.

', 'DescribeTestCasesInput$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.

', 'GetReportGroupTrendInput$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.

', 'ListBuildBatchesForProjectInput$maxResults' => '

The maximum number of results to return.

', 'ListBuildBatchesInput$maxResults' => '

The maximum number of results to return.

', 'ListReportGroupsInput$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.

', 'ListReportsForReportGroupInput$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.

', 'ListReportsInput$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.

', 'ListSharedProjectsInput$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.

', 'ListSharedReportGroupsInput$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.

', ], ], 'Percentage' => [ 'base' => NULL, 'refs' => [ 'CodeCoverage$lineCoveragePercentage' => '

The percentage of lines that are covered by your tests.

', 'CodeCoverage$branchCoveragePercentage' => '

The percentage of branches that are covered by your tests.

', 'CodeCoverageReportSummary$lineCoveragePercentage' => '

The percentage of lines that are covered by your tests.

', 'CodeCoverageReportSummary$branchCoveragePercentage' => '

The percentage of branches that are covered by your tests.

', 'DescribeCodeCoveragesInput$minLineCoveragePercentage' => '

The minimum line coverage percentage to report.

', 'DescribeCodeCoveragesInput$maxLineCoveragePercentage' => '

The maximum line coverage percentage to report.

', ], ], 'PhaseContext' => [ 'base' => '

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

', 'refs' => [ 'PhaseContexts$member' => NULL, ], ], 'PhaseContexts' => [ 'base' => NULL, 'refs' => [ 'BuildBatchPhase$contexts' => '

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

', 'BuildPhase$contexts' => '

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

', ], ], 'PlatformType' => [ 'base' => NULL, 'refs' => [ 'EnvironmentPlatform$platform' => '

The platform\'s name.

', ], ], 'Project' => [ 'base' => '

Information about a build project.

', 'refs' => [ 'CreateProjectOutput$project' => '

Information about the build project that was created.

', 'Projects$member' => NULL, 'UpdateProjectOutput$project' => '

Information about the build project that was changed.

', ], ], 'ProjectArns' => [ 'base' => NULL, 'refs' => [ 'ListSharedProjectsOutput$projects' => '

The list of ARNs for the build projects shared with the current Amazon Web Services account or user.

', ], ], 'ProjectArtifacts' => [ 'base' => '

Information about the build output artifacts for the build project.

', 'refs' => [ 'CreateProjectInput$artifacts' => '

Information about the build output artifacts for the build project.

', 'Project$artifacts' => '

Information about the build output artifacts for the build project.

', 'ProjectArtifactsList$member' => NULL, 'StartBuildBatchInput$artifactsOverride' => '

An array of ProjectArtifacts objects that contains information about the build output artifact overrides for the build project.

', 'StartBuildInput$artifactsOverride' => '

Build output artifact settings that override, for this build only, the latest ones already defined in the build project.

', 'UpdateProjectInput$artifacts' => '

Information to be changed about the build output artifacts for the build project.

', ], ], 'ProjectArtifactsList' => [ 'base' => NULL, 'refs' => [ 'CreateProjectInput$secondaryArtifacts' => '

An array of ProjectArtifacts objects.

', 'Project$secondaryArtifacts' => '

An array of ProjectArtifacts objects.

', 'StartBuildBatchInput$secondaryArtifactsOverride' => '

An array of ProjectArtifacts objects that override the secondary artifacts defined in the batch build project.

', 'StartBuildInput$secondaryArtifactsOverride' => '

An array of ProjectArtifacts objects.

', 'UpdateProjectInput$secondaryArtifacts' => '

An array of ProjectArtifact objects.

', ], ], 'ProjectBadge' => [ 'base' => '

Information about the build badge for the build project.

', 'refs' => [ 'Project$badge' => '

Information about the build badge for the build project.

', ], ], 'ProjectBuildBatchConfig' => [ 'base' => '

Contains configuration information about a batch build project.

', 'refs' => [ 'BuildBatch$buildBatchConfig' => NULL, 'CreateProjectInput$buildBatchConfig' => '

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

', 'Project$buildBatchConfig' => '

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

', 'StartBuildBatchInput$buildBatchConfigOverride' => '

A BuildBatchConfigOverride object that contains batch build configuration overrides.

', 'UpdateProjectInput$buildBatchConfig' => NULL, ], ], 'ProjectCache' => [ 'base' => '

Information about the cache for the build project.

', 'refs' => [ 'Build$cache' => '

Information about the cache for the build.

', 'BuildBatch$cache' => NULL, 'CreateProjectInput$cache' => '

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

', 'Project$cache' => '

Information about the cache for the build project.

', 'StartBuildBatchInput$cacheOverride' => '

A ProjectCache object that specifies cache overrides.

', 'StartBuildInput$cacheOverride' => '

A ProjectCache object specified for this build that overrides the one defined in the build project.

', 'UpdateProjectInput$cache' => '

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

', ], ], 'ProjectCacheModes' => [ 'base' => NULL, 'refs' => [ '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:

', ], ], 'ProjectDescription' => [ 'base' => NULL, 'refs' => [ 'CreateProjectInput$description' => '

A description that makes the build project easy to identify.

', 'Project$description' => '

A description that makes the build project easy to identify.

', 'UpdateProjectInput$description' => '

A new or replacement description of the build project.

', ], ], 'ProjectEnvironment' => [ 'base' => '

Information about the build environment of the build project.

', 'refs' => [ 'Build$environment' => '

Information about the build environment for this build.

', 'BuildBatch$environment' => NULL, 'CreateProjectInput$environment' => '

Information about the build environment for the build project.

', 'Project$environment' => '

Information about the build environment for this build project.

', 'UpdateProjectInput$environment' => '

Information to be changed about the build environment for the build project.

', ], ], 'ProjectFileSystemLocation' => [ 'base' => '

Information about a file system created by Amazon Elastic File System (EFS). For more information, see What Is Amazon Elastic File System?

', 'refs' => [ 'ProjectFileSystemLocations$member' => NULL, ], ], 'ProjectFileSystemLocations' => [ 'base' => NULL, 'refs' => [ '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.

', '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.

', 'CreateProjectInput$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.

', '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.

', 'UpdateProjectInput$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.

', ], ], 'ProjectName' => [ 'base' => NULL, 'refs' => [ 'CreateProjectInput$name' => '

The name of the build project.

', 'CreateWebhookInput$projectName' => '

The name of the CodeBuild project.

', 'DeleteWebhookInput$projectName' => '

The name of the CodeBuild project.

', 'Project$name' => '

The name of the build project.

', 'UpdateWebhookInput$projectName' => '

The name of the CodeBuild project.

', ], ], 'ProjectNames' => [ 'base' => NULL, 'refs' => [ 'BatchGetProjectsInput$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.

', 'BatchGetProjectsOutput$projectsNotFound' => '

The names of build projects for which information could not be found.

', 'ListProjectsOutput$projects' => '

The list of build project names, with each build project name representing a single build project.

', ], ], 'ProjectSecondarySourceVersions' => [ 'base' => NULL, 'refs' => [ 'Build$secondarySourceVersions' => '

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

', 'BuildBatch$secondarySourceVersions' => '

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

', 'CreateProjectInput$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).

', '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).

', 'StartBuildBatchInput$secondarySourcesVersionOverride' => '

An array of ProjectSourceVersion objects that override the secondary source versions in the batch build project.

', 'StartBuildInput$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.

', 'UpdateProjectInput$secondarySourceVersions' => '

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

', ], ], 'ProjectSortByType' => [ 'base' => NULL, 'refs' => [ 'ListProjectsInput$sortBy' => '

The criterion to be used to list build project names. Valid values include:

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

', ], ], 'ProjectSource' => [ 'base' => '

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

', 'refs' => [ 'Build$source' => '

Information about the source code to be built.

', 'BuildBatch$source' => NULL, 'CreateProjectInput$source' => '

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

', 'Project$source' => '

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

', 'ProjectSources$member' => NULL, 'UpdateProjectInput$source' => '

Information to be changed about the build input source code for the build project.

', ], ], 'ProjectSourceVersion' => [ 'base' => '

A source identifier and its corresponding version.

', 'refs' => [ 'ProjectSecondarySourceVersions$member' => NULL, ], ], 'ProjectSources' => [ 'base' => NULL, 'refs' => [ 'Build$secondarySources' => '

An array of ProjectSource objects.

', 'BuildBatch$secondarySources' => '

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

', 'CreateProjectInput$secondarySources' => '

An array of ProjectSource objects.

', 'Project$secondarySources' => '

An array of ProjectSource objects.

', 'StartBuildBatchInput$secondarySourcesOverride' => '

An array of ProjectSource objects that override the secondary sources defined in the batch build project.

', 'StartBuildInput$secondarySourcesOverride' => '

An array of ProjectSource objects.

', 'UpdateProjectInput$secondarySources' => '

An array of ProjectSource objects.

', ], ], 'ProjectVisibilityType' => [ 'base' => '

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.

', 'refs' => [ 'Project$projectVisibility' => NULL, 'UpdateProjectVisibilityInput$projectVisibility' => NULL, 'UpdateProjectVisibilityOutput$projectVisibility' => NULL, ], ], 'Projects' => [ 'base' => NULL, 'refs' => [ 'BatchGetProjectsOutput$projects' => '

Information about the requested build projects.

', ], ], 'PutResourcePolicyInput' => [ 'base' => NULL, 'refs' => [], ], 'PutResourcePolicyOutput' => [ 'base' => NULL, 'refs' => [], ], 'RegistryCredential' => [ 'base' => '

Information about credentials that provide access to a private Docker registry. When this is set:

For more information, see Private Registry with Secrets Manager Sample for CodeBuild.

', 'refs' => [ 'ProjectEnvironment$registryCredential' => '

The credentials for access to a private registry.

', 'StartBuildBatchInput$registryCredentialOverride' => '

A RegistryCredential object that overrides credentials for access to a private registry.

', 'StartBuildInput$registryCredentialOverride' => '

The credentials for access to a private registry.

', ], ], 'Report' => [ 'base' => '

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.

', 'refs' => [ 'Reports$member' => NULL, ], ], 'ReportArns' => [ 'base' => NULL, 'refs' => [ 'BatchGetReportsInput$reportArns' => '

An array of ARNs that identify the Report objects to return.

', 'BatchGetReportsOutput$reportsNotFound' => '

An array of ARNs passed to BatchGetReportGroups that are not associated with a Report.

', 'ListReportsForReportGroupOutput$reports' => '

The list of report ARNs.

', 'ListReportsOutput$reports' => '

The list of returned ARNs for the reports in the current Amazon Web Services account.

', ], ], 'ReportCodeCoverageSortByType' => [ 'base' => NULL, 'refs' => [ 'DescribeCodeCoveragesInput$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.

', ], ], 'ReportExportConfig' => [ 'base' => '

Information about the location where the run of a report is exported.

', 'refs' => [ 'CreateReportGroupInput$exportConfig' => '

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

', 'Report$exportConfig' => '

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

', 'ReportGroup$exportConfig' => '

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

', 'UpdateReportGroupInput$exportConfig' => '

Used to specify an updated export type. Valid values are:

', ], ], 'ReportExportConfigType' => [ 'base' => NULL, 'refs' => [ 'ReportExportConfig$exportConfigType' => '

The export configuration type. Valid values are:

', ], ], 'ReportFilter' => [ 'base' => '

A filter used to return reports with the status specified by the input status parameter.

', 'refs' => [ 'ListReportsForReportGroupInput$filter' => '

A ReportFilter object used to filter the returned reports.

', 'ListReportsInput$filter' => '

A ReportFilter object used to filter the returned reports.

', ], ], 'ReportGroup' => [ 'base' => '

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.

', 'refs' => [ 'CreateReportGroupOutput$reportGroup' => '

Information about the report group that was created.

', 'ReportGroups$member' => NULL, 'UpdateReportGroupOutput$reportGroup' => '

Information about the updated report group.

', ], ], 'ReportGroupArns' => [ 'base' => NULL, 'refs' => [ 'BatchGetReportGroupsInput$reportGroupArns' => '

An array of report group ARNs that identify the report groups to return.

', 'BatchGetReportGroupsOutput$reportGroupsNotFound' => '

An array of ARNs passed to BatchGetReportGroups that are not associated with a ReportGroup.

', 'ListReportGroupsOutput$reportGroups' => '

The list of ARNs for the report groups in the current Amazon Web Services account.

', 'ListSharedReportGroupsOutput$reportGroups' => '

The list of ARNs for the report groups shared with the current Amazon Web Services account or user.

', ], ], 'ReportGroupName' => [ 'base' => NULL, 'refs' => [ 'CreateReportGroupInput$name' => '

The name of the report group.

', 'ReportGroup$name' => '

The name of the ReportGroup.

', ], ], 'ReportGroupSortByType' => [ 'base' => NULL, 'refs' => [ 'ListReportGroupsInput$sortBy' => '

The criterion to be used to list build report groups. Valid values include:

', ], ], 'ReportGroupStatusType' => [ 'base' => NULL, 'refs' => [ '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.

', ], ], 'ReportGroupTrendFieldType' => [ 'base' => NULL, 'refs' => [ 'GetReportGroupTrendInput$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.

', ], ], 'ReportGroupTrendRawDataList' => [ 'base' => NULL, 'refs' => [ 'GetReportGroupTrendOutput$rawData' => '

An array that contains the raw data for each report.

', ], ], 'ReportGroupTrendStats' => [ 'base' => '

Contains trend statistics for a set of reports. The actual values depend on the type of trend being collected. For more information, see .

', 'refs' => [ 'GetReportGroupTrendOutput$stats' => '

Contains the accumulated trend data.

', ], ], 'ReportGroups' => [ 'base' => NULL, 'refs' => [ 'BatchGetReportGroupsOutput$reportGroups' => '

The array of report groups returned by BatchGetReportGroups.

', ], ], 'ReportPackagingType' => [ 'base' => NULL, 'refs' => [ 'S3ReportExportConfig$packaging' => '

The type of build output artifact to create. Valid values include:

', ], ], 'ReportStatusCounts' => [ 'base' => NULL, 'refs' => [ 'TestReportSummary$statusCounts' => '

A map that contains the number of each type of status returned by the test results in this TestReportSummary.

', ], ], 'ReportStatusType' => [ 'base' => NULL, 'refs' => [ 'Report$status' => '

The status of this report.

', 'ReportFilter$status' => '

The status used to filter reports. You can filter using one status only.

', ], ], 'ReportType' => [ 'base' => NULL, 'refs' => [ 'CreateReportGroupInput$type' => '

The type of report group.

', 'Report$type' => '

The type of the report that was run.

CODE_COVERAGE

A code coverage report.

TEST

A test report.

', '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.

', ], ], 'ReportWithRawData' => [ 'base' => '

Contains the unmodified data for the report. For more information, see .

', 'refs' => [ 'ReportGroupTrendRawDataList$member' => NULL, ], ], 'Reports' => [ 'base' => NULL, 'refs' => [ 'BatchGetReportsOutput$reports' => '

The array of Report objects returned by BatchGetReports.

', ], ], 'ResolvedArtifact' => [ 'base' => '

Represents a resolved build artifact. A resolved artifact is an artifact that is built and deployed to the destination, such as Amazon S3.

', 'refs' => [ 'BuildSummary$primaryArtifact' => '

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

', 'ResolvedSecondaryArtifacts$member' => NULL, ], ], 'ResolvedSecondaryArtifacts' => [ 'base' => NULL, 'refs' => [ 'BuildSummary$secondaryArtifacts' => '

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

', ], ], 'ResourceAlreadyExistsException' => [ 'base' => '

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

', 'refs' => [], ], 'ResourceNotFoundException' => [ 'base' => '

The specified Amazon Web Services resource cannot be found.

', 'refs' => [], ], 'RetryBuildBatchInput' => [ 'base' => NULL, 'refs' => [], ], 'RetryBuildBatchOutput' => [ 'base' => NULL, 'refs' => [], ], 'RetryBuildBatchType' => [ 'base' => NULL, 'refs' => [ 'RetryBuildBatchInput$retryType' => '

Specifies the type of retry to perform.

', ], ], 'RetryBuildInput' => [ 'base' => NULL, 'refs' => [], ], 'RetryBuildOutput' => [ 'base' => NULL, 'refs' => [], ], 'S3LogsConfig' => [ 'base' => '

Information about S3 logs for a build project.

', 'refs' => [ 'LogsConfig$s3Logs' => '

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

', 'LogsLocation$s3Logs' => '

Information about S3 logs for a build project.

', ], ], 'S3ReportExportConfig' => [ 'base' => '

Information about the S3 bucket where the raw data of a report are exported.

', 'refs' => [ 'ReportExportConfig$s3Destination' => '

A S3ReportExportConfig object that contains information about the S3 bucket where the run of a report is exported.

', ], ], 'SecurityGroupIds' => [ 'base' => NULL, 'refs' => [ 'VpcConfig$securityGroupIds' => '

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

', ], ], 'SensitiveNonEmptyString' => [ 'base' => NULL, 'refs' => [ 'ImportSourceCredentialsInput$token' => '

For GitHub or GitHub Enterprise, this is the personal access token. For Bitbucket, this is the app password.

', ], ], 'ServerType' => [ 'base' => NULL, 'refs' => [ 'ImportSourceCredentialsInput$serverType' => '

The source provider used for this project.

', 'SourceCredentialsInfo$serverType' => '

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

', ], ], 'SharedResourceSortByType' => [ 'base' => NULL, 'refs' => [ 'ListSharedProjectsInput$sortBy' => '

The criterion to be used to list build projects shared with the current Amazon Web Services account or user. Valid values include:

', 'ListSharedReportGroupsInput$sortBy' => '

The criterion to be used to list report groups shared with the current Amazon Web Services account or user. Valid values include:

', ], ], 'SortOrderType' => [ 'base' => NULL, 'refs' => [ 'DescribeCodeCoveragesInput$sortOrder' => '

Specifies if the results are sorted in ascending or descending order.

', 'ListBuildBatchesForProjectInput$sortOrder' => '

Specifies the sort order of the returned items. Valid values include:

', 'ListBuildBatchesInput$sortOrder' => '

Specifies the sort order of the returned items. Valid values include:

', 'ListBuildsForProjectInput$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:

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

', 'ListBuildsInput$sortOrder' => '

The order to list build IDs. Valid values include:

', 'ListProjectsInput$sortOrder' => '

The order in which to list build projects. Valid values include:

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

', 'ListReportGroupsInput$sortOrder' => '

Used to specify the order to sort the list of returned report groups. Valid values are ASCENDING and DESCENDING.

', 'ListReportsForReportGroupInput$sortOrder' => '

Use to specify whether the results are returned in ascending or descending order.

', 'ListReportsInput$sortOrder' => '

Specifies the sort order for the list of returned reports. Valid values are:

', 'ListSharedProjectsInput$sortOrder' => '

The order in which to list shared build projects. Valid values include:

', 'ListSharedReportGroupsInput$sortOrder' => '

The order in which to list shared report groups. Valid values include:

', ], ], 'SourceAuth' => [ 'base' => '

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.

', 'refs' => [ '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.

', 'StartBuildBatchInput$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.

', 'StartBuildInput$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.

', ], ], 'SourceAuthType' => [ 'base' => NULL, 'refs' => [ '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' => [ 'base' => '

Information about the credentials for a GitHub, GitHub Enterprise, or Bitbucket repository.

', 'refs' => [ 'SourceCredentialsInfos$member' => NULL, ], ], 'SourceCredentialsInfos' => [ 'base' => NULL, 'refs' => [ 'ListSourceCredentialsOutput$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.

', ], ], 'SourceType' => [ 'base' => NULL, 'refs' => [ 'ProjectSource$type' => '

The type of repository that contains the source code to be built. Valid values include:

', 'StartBuildBatchInput$sourceTypeOverride' => '

The source input type that overrides the source input defined in the batch build project.

', 'StartBuildInput$sourceTypeOverride' => '

A source input type, for this build, that overrides the source input defined in the build project.

', ], ], 'StartBuildBatchInput' => [ 'base' => NULL, 'refs' => [], ], 'StartBuildBatchOutput' => [ 'base' => NULL, 'refs' => [], ], 'StartBuildInput' => [ 'base' => NULL, 'refs' => [], ], 'StartBuildOutput' => [ 'base' => NULL, 'refs' => [], ], 'StatusType' => [ 'base' => NULL, 'refs' => [ 'Build$buildStatus' => '

The current status of the build. Valid values include:

', 'BuildBatch$buildBatchStatus' => '

The status of the batch build.

', 'BuildBatchFilter$status' => '

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

', '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.

', '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.

', '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.

', ], ], 'StopBuildBatchInput' => [ 'base' => NULL, 'refs' => [], ], 'StopBuildBatchOutput' => [ 'base' => NULL, 'refs' => [], ], 'StopBuildInput' => [ 'base' => NULL, 'refs' => [], ], 'StopBuildOutput' => [ 'base' => NULL, 'refs' => [], ], 'String' => [ 'base' => NULL, 'refs' => [ 'Build$currentPhase' => '

The current build phase.

', 'Build$initiator' => '

The entity that started the build. Valid values include:

', 'Build$buildBatchArn' => '

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

', 'BuildArtifacts$location' => '

Information about the location of the build artifacts.

', 'BuildArtifacts$sha256sum' => '

The SHA-256 hash of the build artifact.

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

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

', 'BuildArtifacts$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.

', 'BuildArtifacts$artifactIdentifier' => '

An identifier for this artifact definition.

', 'BuildBatch$currentPhase' => '

The current phase of the batch build.

', 'BuildBatch$initiator' => '

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

', 'BuildGroup$identifier' => '

Contains the identifier of the build group.

', 'BuildNotDeleted$statusCode' => '

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

', 'BuildReportArns$member' => NULL, '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.

', '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$arn' => '

The batch build ARN.

', 'CloudWatchLogsConfig$groupName' => '

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

', 'CloudWatchLogsConfig$streamName' => '

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

', 'CreateProjectInput$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:

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.

', 'CreateWebhookInput$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.

', 'DeleteBuildBatchOutput$statusCode' => '

The status code.

', 'DescribeCodeCoveragesInput$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.

', 'DescribeCodeCoveragesOutput$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.

', 'DescribeTestCasesInput$reportArn' => '

The ARN of the report for which test cases are returned.

', 'DescribeTestCasesInput$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.

', 'DescribeTestCasesOutput$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.

', 'EnvironmentImage$name' => '

The name of the Docker image.

', 'EnvironmentImage$description' => '

The description of the Docker image.

', '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$value' => '

The value assigned to the exported environment variable.

', 'ImageVersions$member' => NULL, 'ListBuildBatchesForProjectInput$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.

', 'ListBuildBatchesForProjectOutput$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.

', 'ListBuildBatchesInput$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.

', 'ListBuildBatchesOutput$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.

', 'ListBuildsForProjectInput$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.

', 'ListBuildsForProjectOutput$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.

', 'ListBuildsInput$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.

', 'ListBuildsOutput$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.

', 'ListProjectsOutput$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.

', 'ListReportGroupsInput$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.

', 'ListReportGroupsOutput$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.

', 'ListReportsForReportGroupInput$reportGroupArn' => '

The ARN of the report group for which you want to return report ARNs.

', 'ListReportsForReportGroupInput$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.

', 'ListReportsForReportGroupOutput$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.

', 'ListReportsInput$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.

', 'ListReportsOutput$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.

', 'ListSharedProjectsOutput$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.

', 'ListSharedReportGroupsInput$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.

', 'ListSharedReportGroupsOutput$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.

', 'LogsLocation$groupName' => '

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

', 'LogsLocation$streamName' => '

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

', 'LogsLocation$deepLink' => '

The URL to an individual build log in CloudWatch Logs.

', 'LogsLocation$s3DeepLink' => '

The URL to a build log in an S3 bucket.

', '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.

', '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.

', 'PhaseContext$statusCode' => '

The status code for the context of the build phase.

', 'PhaseContext$message' => '

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

', 'Project$arn' => '

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

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.

', 'ProjectArtifacts$location' => '

Information about the build output artifact location:

', 'ProjectArtifacts$path' => '

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

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

', 'ProjectArtifacts$name' => '

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

For example:

', 'ProjectArtifacts$artifactIdentifier' => '

An identifier for this artifact definition.

', 'ProjectBadge$badgeRequestUrl' => '

The publicly-accessible URL through which you can access the build badge for your project.

', 'ProjectCache$location' => '

Information about the cache location:

', '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.

', '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.

', 'ProjectFileSystemLocation$mountPoint' => '

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

', '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.

', '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.

', 'ProjectSource$location' => '

Information about the location of the source code to be built. Valid values include:

If you specify CODEPIPELINE for the Type property, don\'t specify this property. For all of the other types, you must specify Location.

', '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.

', '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.

', '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.

', 'ProjectSourceVersion$sourceVersion' => '

The source version for the corresponding source identifier. If specified, must be one of:

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

', 'Report$name' => '

The name of the report that was run.

', 'Report$executionId' => '

The ARN of the build run that generated this report.

', 'ReportGroupTrendStats$average' => '

Contains the average of all values analyzed.

', 'ReportGroupTrendStats$max' => '

Contains the maximum value analyzed.

', 'ReportGroupTrendStats$min' => '

Contains the minimum value analyzed.

', 'ReportStatusCounts$key' => NULL, 'ReportWithRawData$data' => '

The value of the requested data field from the report.

', 'ResolvedArtifact$location' => '

The location of the artifact.

', 'ResolvedArtifact$identifier' => '

The identifier of the artifact.

', 'RetryBuildBatchInput$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.

', 'RetryBuildInput$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.

', '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.

', '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.

', 'S3ReportExportConfig$path' => '

The path to the exported report\'s raw data results.

', 'SourceAuth$resource' => '

The resource value that applies to the specified authorization type.

', 'StartBuildBatchInput$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.

', 'StartBuildBatchInput$sourceLocationOverride' => '

A location that overrides, for this batch build, the source location defined in the batch build project.

', 'StartBuildBatchInput$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.

', 'StartBuildBatchInput$certificateOverride' => '

The name of a certificate for this batch build that overrides the one specified in the batch build project.

', 'StartBuildBatchInput$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.

', 'StartBuildInput$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.

', 'StartBuildInput$sourceLocationOverride' => '

A location that overrides, for this build, the source location for the one defined in the build project.

', 'StartBuildInput$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.

', 'StartBuildInput$certificateOverride' => '

The name of a certificate for this build that overrides the one specified in the build project.

', 'StartBuildInput$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.

', 'TestCase$testRawDataPath' => '

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

', '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.

', 'TestCase$name' => '

The name of the test case.

', 'TestCase$status' => '

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

', 'TestCase$message' => '

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

', 'TestCaseFilter$status' => '

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

', '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.

', 'UpdateProjectInput$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:

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.

', 'UpdateWebhookInput$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.

', '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.

', '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.

', ], ], 'Subnets' => [ 'base' => NULL, 'refs' => [ 'VpcConfig$subnets' => '

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

', ], ], 'Tag' => [ 'base' => '

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.

', 'refs' => [ 'TagList$member' => NULL, ], ], 'TagList' => [ 'base' => NULL, 'refs' => [ 'CreateProjectInput$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.

', 'CreateReportGroupInput$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.

', '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.

', '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.

', 'UpdateProjectInput$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.

', 'UpdateReportGroupInput$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.

', ], ], 'TestCase' => [ 'base' => '

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.

', 'refs' => [ 'TestCases$member' => NULL, ], ], 'TestCaseFilter' => [ 'base' => '

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.

', 'refs' => [ 'DescribeTestCasesInput$filter' => '

A TestCaseFilter object used to filter the returned reports.

', ], ], 'TestCases' => [ 'base' => NULL, 'refs' => [ 'DescribeTestCasesOutput$testCases' => '

The returned list of test cases.

', ], ], 'TestReportSummary' => [ 'base' => '

Information about a test report.

', 'refs' => [ 'Report$testSummary' => '

A TestReportSummary object that contains information about this test report.

', ], ], 'TimeOut' => [ 'base' => NULL, 'refs' => [ 'CreateProjectInput$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.

', 'CreateProjectInput$queuedTimeoutInMinutes' => '

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

', 'Project$timeoutInMinutes' => '

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

', 'Project$queuedTimeoutInMinutes' => '

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

', 'StartBuildBatchInput$buildTimeoutInMinutesOverride' => '

Overrides the build timeout specified in the batch build project.

', 'StartBuildBatchInput$queuedTimeoutInMinutesOverride' => '

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

', 'StartBuildInput$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.

', 'StartBuildInput$queuedTimeoutInMinutesOverride' => '

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

', 'UpdateProjectInput$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.

', 'UpdateProjectInput$queuedTimeoutInMinutes' => '

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

', ], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'Build$startTime' => '

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

', 'Build$endTime' => '

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

', 'BuildBatch$startTime' => '

The date and time that the batch build started.

', 'BuildBatch$endTime' => '

The date and time that the batch build ended.

', 'BuildBatchPhase$startTime' => '

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

', 'BuildBatchPhase$endTime' => '

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

', 'BuildPhase$startTime' => '

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

', 'BuildPhase$endTime' => '

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

', 'BuildSummary$requestedOn' => '

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

', 'CodeCoverage$expired' => '

The date and time that the tests were run.

', 'Project$created' => '

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

', 'Project$lastModified' => '

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

', 'Report$created' => '

The date and time this report run occurred.

', '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.

', 'ReportGroup$created' => '

The date and time this ReportGroup was created.

', 'ReportGroup$lastModified' => '

The date and time this ReportGroup was last modified.

', '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.

', 'Webhook$lastModifiedSecret' => '

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

', ], ], 'UpdateProjectInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateProjectOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateProjectVisibilityInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateProjectVisibilityOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateReportGroupInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateReportGroupOutput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateWebhookInput' => [ 'base' => NULL, 'refs' => [], ], 'UpdateWebhookOutput' => [ 'base' => NULL, 'refs' => [], ], 'ValueInput' => [ 'base' => NULL, 'refs' => [ 'Tag$value' => '

The tag\'s value.

', ], ], 'VpcConfig' => [ 'base' => '

Information about the VPC configuration that CodeBuild accesses.

', 'refs' => [ '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.

', 'BuildBatch$vpcConfig' => NULL, 'CreateProjectInput$vpcConfig' => '

VpcConfig enables CodeBuild to access resources in an Amazon VPC.

', 'Project$vpcConfig' => '

Information about the VPC configuration that CodeBuild accesses.

', 'UpdateProjectInput$vpcConfig' => '

VpcConfig enables CodeBuild to access resources in an Amazon VPC.

', ], ], 'Webhook' => [ 'base' => '

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

', 'refs' => [ 'CreateWebhookOutput$webhook' => '

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

', 'Project$webhook' => '

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

', 'UpdateWebhookOutput$webhook' => '

Information about a repository\'s webhook that is associated with a project in CodeBuild.

', ], ], 'WebhookBuildType' => [ 'base' => NULL, 'refs' => [ 'CreateWebhookInput$buildType' => '

Specifies the type of build this webhook will trigger.

', 'UpdateWebhookInput$buildType' => '

Specifies the type of build this webhook will trigger.

', 'Webhook$buildType' => '

Specifies the type of build this webhook will trigger.

', ], ], 'WebhookFilter' => [ 'base' => '

A filter used to determine which webhooks trigger a build.

', 'refs' => [ 'FilterGroup$member' => NULL, ], ], 'WebhookFilterType' => [ 'base' => NULL, 'refs' => [ '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.

', ], ], 'WrapperBoolean' => [ 'base' => NULL, 'refs' => [ '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.

', 'BuildArtifacts$encryptionDisabled' => '

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

', '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.

', 'CreateProjectInput$badgeEnabled' => '

Set this to true to generate a publicly accessible URL for your project\'s build badge.

', 'DebugSession$sessionEnabled' => '

Specifies if session debugging is enabled for this build.

', 'GitSubmodulesConfig$fetchSubmodules' => '

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

', 'ImportSourceCredentialsInput$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.

', '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.

', '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.

', 'ProjectBuildBatchConfig$combineArtifacts' => '

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

', '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"

', '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.

', 'ProjectSource$insecureSsl' => '

Enable this flag to ignore SSL warnings while connecting to the project source code.

', '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.

', 'S3LogsConfig$encryptionDisabled' => '

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

', 'S3ReportExportConfig$encryptionDisabled' => '

A boolean value that specifies if the results of a report are encrypted.

', 'StartBuildBatchInput$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.

', 'StartBuildBatchInput$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.

', 'StartBuildBatchInput$privilegedModeOverride' => '

Enable this flag to override privileged mode in the batch build project.

', 'StartBuildBatchInput$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.

', 'StartBuildInput$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.

', 'StartBuildInput$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.

', 'StartBuildInput$privilegedModeOverride' => '

Enable this flag to override privileged mode in the build project.

', 'StartBuildInput$debugSessionEnabled' => '

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

', 'UpdateProjectInput$badgeEnabled' => '

Set this to true to generate a publicly accessible URL for your project\'s build badge.

', '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.

', ], ], 'WrapperInt' => [ 'base' => NULL, 'refs' => [ 'BatchRestrictions$maximumBuildsAllowed' => '

Specifies the maximum number of builds allowed.

', 'Build$timeoutInMinutes' => '

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

', 'Build$queuedTimeoutInMinutes' => '

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

', 'BuildBatch$buildTimeoutInMinutes' => '

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

', 'BuildBatch$queuedTimeoutInMinutes' => '

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

', 'CreateProjectInput$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.

', '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.

', 'ProjectBuildBatchConfig$timeoutInMins' => '

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

', 'ReportStatusCounts$value' => NULL, 'TestReportSummary$total' => '

The number of test cases in this TestReportSummary. The total includes truncated test cases.

', 'UpdateProjectInput$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.

', ], ], 'WrapperLong' => [ 'base' => NULL, 'refs' => [ '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.

', '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.

', 'BuildBatchPhase$durationInSeconds' => '

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

', 'BuildPhase$durationInSeconds' => '

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

', 'TestCase$durationInNanoSeconds' => '

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

', 'TestReportSummary$durationInNanoSeconds' => '

The number of nanoseconds it took to run all of the test cases in this report.

', ], ], ],];