{ "smithy": "1.0", "metadata": { "suppressions": [ { "id": "HttpMethodSemantics", "namespace": "*" }, { "id": "HttpResponseCodeSemantics", "namespace": "*" }, { "id": "PaginatedTrait", "namespace": "*" }, { "id": "HttpHeaderTrait", "namespace": "*" }, { "id": "HttpUriConflict", "namespace": "*" }, { "id": "Service", "namespace": "*" } ] }, "shapes": { "com.amazonaws.codebuild#AccountLimitExceededException": { "type": "structure", "members": { "message": { "target": "com.amazonaws.codebuild#String" } }, "traits": { "smithy.api#documentation": "

An AWS service limit was exceeded for the calling AWS account.

", "smithy.api#error": "client" } }, "com.amazonaws.codebuild#ArtifactNamespace": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "NONE", "name": "NONE" }, { "value": "BUILD_ID", "name": "BUILD_ID" } ] } }, "com.amazonaws.codebuild#ArtifactPackaging": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "NONE", "name": "NONE" }, { "value": "ZIP", "name": "ZIP" } ] } }, "com.amazonaws.codebuild#ArtifactsType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "CODEPIPELINE", "name": "CODEPIPELINE" }, { "value": "S3", "name": "S3" }, { "value": "NO_ARTIFACTS", "name": "NO_ARTIFACTS" } ] } }, "com.amazonaws.codebuild#AuthType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "OAUTH", "name": "OAUTH" }, { "value": "BASIC_AUTH", "name": "BASIC_AUTH" }, { "value": "PERSONAL_ACCESS_TOKEN", "name": "PERSONAL_ACCESS_TOKEN" } ] } }, "com.amazonaws.codebuild#BatchDeleteBuilds": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#BatchDeleteBuildsInput" }, "output": { "target": "com.amazonaws.codebuild#BatchDeleteBuildsOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" } ], "traits": { "smithy.api#documentation": "

Deletes one or more builds.

" } }, "com.amazonaws.codebuild#BatchDeleteBuildsInput": { "type": "structure", "members": { "ids": { "target": "com.amazonaws.codebuild#BuildIds", "traits": { "smithy.api#documentation": "

The IDs of the builds to delete.

", "smithy.api#required": {} } } } }, "com.amazonaws.codebuild#BatchDeleteBuildsOutput": { "type": "structure", "members": { "buildsDeleted": { "target": "com.amazonaws.codebuild#BuildIds", "traits": { "smithy.api#documentation": "

The IDs of the builds that were successfully deleted.

" } }, "buildsNotDeleted": { "target": "com.amazonaws.codebuild#BuildsNotDeleted", "traits": { "smithy.api#documentation": "

Information about any builds that could not be successfully deleted.

" } } } }, "com.amazonaws.codebuild#BatchGetBuildBatches": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#BatchGetBuildBatchesInput" }, "output": { "target": "com.amazonaws.codebuild#BatchGetBuildBatchesOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" } ], "traits": { "smithy.api#documentation": "

Retrieves information about one or more batch builds.

" } }, "com.amazonaws.codebuild#BatchGetBuildBatchesInput": { "type": "structure", "members": { "ids": { "target": "com.amazonaws.codebuild#BuildBatchIds", "traits": { "smithy.api#documentation": "

An array that contains the batch build identifiers to retrieve.

", "smithy.api#required": {} } } } }, "com.amazonaws.codebuild#BatchGetBuildBatchesOutput": { "type": "structure", "members": { "buildBatches": { "target": "com.amazonaws.codebuild#BuildBatches", "traits": { "smithy.api#documentation": "

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

" } }, "buildBatchesNotFound": { "target": "com.amazonaws.codebuild#BuildBatchIds", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.codebuild#BatchGetBuilds": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#BatchGetBuildsInput" }, "output": { "target": "com.amazonaws.codebuild#BatchGetBuildsOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" } ], "traits": { "smithy.api#documentation": "

Gets information about one or more builds.

" } }, "com.amazonaws.codebuild#BatchGetBuildsInput": { "type": "structure", "members": { "ids": { "target": "com.amazonaws.codebuild#BuildIds", "traits": { "smithy.api#documentation": "

The IDs of the builds.

", "smithy.api#required": {} } } } }, "com.amazonaws.codebuild#BatchGetBuildsOutput": { "type": "structure", "members": { "builds": { "target": "com.amazonaws.codebuild#Builds", "traits": { "smithy.api#documentation": "

Information about the requested builds.

" } }, "buildsNotFound": { "target": "com.amazonaws.codebuild#BuildIds", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.codebuild#BatchGetProjects": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#BatchGetProjectsInput" }, "output": { "target": "com.amazonaws.codebuild#BatchGetProjectsOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" } ], "traits": { "smithy.api#documentation": "

Gets information about one or more build projects.

" } }, "com.amazonaws.codebuild#BatchGetProjectsInput": { "type": "structure", "members": { "names": { "target": "com.amazonaws.codebuild#ProjectNames", "traits": { "smithy.api#documentation": "

The names or ARNs of the build projects. To get information about a project shared\n with your AWS account, its ARN must be specified. You cannot specify a shared project\n using its name.

", "smithy.api#required": {} } } } }, "com.amazonaws.codebuild#BatchGetProjectsOutput": { "type": "structure", "members": { "projects": { "target": "com.amazonaws.codebuild#Projects", "traits": { "smithy.api#documentation": "

Information about the requested build projects.

" } }, "projectsNotFound": { "target": "com.amazonaws.codebuild#ProjectNames", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.codebuild#BatchGetReportGroups": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#BatchGetReportGroupsInput" }, "output": { "target": "com.amazonaws.codebuild#BatchGetReportGroupsOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" } ], "traits": { "smithy.api#documentation": "

\n Returns an array of report groups.\n

" } }, "com.amazonaws.codebuild#BatchGetReportGroupsInput": { "type": "structure", "members": { "reportGroupArns": { "target": "com.amazonaws.codebuild#ReportGroupArns", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } } } }, "com.amazonaws.codebuild#BatchGetReportGroupsOutput": { "type": "structure", "members": { "reportGroups": { "target": "com.amazonaws.codebuild#ReportGroups", "traits": { "smithy.api#documentation": "

\n The array of report groups returned by BatchGetReportGroups.\n

" } }, "reportGroupsNotFound": { "target": "com.amazonaws.codebuild#ReportGroupArns", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.codebuild#BatchGetReports": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#BatchGetReportsInput" }, "output": { "target": "com.amazonaws.codebuild#BatchGetReportsOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" } ], "traits": { "smithy.api#documentation": "

\n Returns an array of reports.\n

" } }, "com.amazonaws.codebuild#BatchGetReportsInput": { "type": "structure", "members": { "reportArns": { "target": "com.amazonaws.codebuild#ReportArns", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } } } }, "com.amazonaws.codebuild#BatchGetReportsOutput": { "type": "structure", "members": { "reports": { "target": "com.amazonaws.codebuild#Reports", "traits": { "smithy.api#documentation": "

\n The array of Report objects returned by BatchGetReports.\n

" } }, "reportsNotFound": { "target": "com.amazonaws.codebuild#ReportArns", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.codebuild#BatchRestrictions": { "type": "structure", "members": { "maximumBuildsAllowed": { "target": "com.amazonaws.codebuild#WrapperInt", "traits": { "smithy.api#documentation": "

Specifies the maximum number of builds allowed.

" } }, "computeTypesAllowed": { "target": "com.amazonaws.codebuild#ComputeTypesAllowed", "traits": { "smithy.api#documentation": "

An array of strings that specify the compute types that are allowed for the batch\n build. See Build environment\n compute types in the AWS CodeBuild User Guide for these values.\n

" } } }, "traits": { "smithy.api#documentation": "

Specifies restrictions for the batch build.

" } }, "com.amazonaws.codebuild#Boolean": { "type": "boolean" }, "com.amazonaws.codebuild#BucketOwnerAccess": { "type": "string", "traits": { "smithy.api#documentation": "

Specifies the access for objects that are uploaded to an Amazon S3 bucket that is owned by\n another account.

\n

By default, only the account that uploads the objects to the bucket has access to\n these objects. This property allows you to give the bucket owner access to these\n objects.

\n
\n
NONE
\n
\n

The bucket owner does not have access to the objects. This is the\n default.

\n
\n
READ_ONLY
\n
\n

The bucket owner has read only access to the objects. The uploading account\n retains ownership of the objects.

\n
\n
FULL
\n
\n

The bucket owner has full access to the objects. Object ownership is determined\n by the following criteria:

\n \n

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

\n
\n
", "smithy.api#enum": [ { "value": "NONE", "name": "NONE" }, { "value": "READ_ONLY", "name": "READ_ONLY" }, { "value": "FULL", "name": "FULL" } ] } }, "com.amazonaws.codebuild#Build": { "type": "structure", "members": { "id": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The unique ID for the build.

" } }, "arn": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the build.

" } }, "buildNumber": { "target": "com.amazonaws.codebuild#WrapperLong", "traits": { "smithy.api#documentation": "

The number of the build. For each project, the buildNumber of its first\n build is 1. The buildNumber of each subsequent build is\n incremented by 1. If a build is deleted, the buildNumber of\n other builds does not change.

" } }, "startTime": { "target": "com.amazonaws.codebuild#Timestamp", "traits": { "smithy.api#documentation": "

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

" } }, "endTime": { "target": "com.amazonaws.codebuild#Timestamp", "traits": { "smithy.api#documentation": "

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

" } }, "currentPhase": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

The current build phase.

" } }, "buildStatus": { "target": "com.amazonaws.codebuild#StatusType", "traits": { "smithy.api#documentation": "

The current status of the build. Valid values include:

\n " } }, "sourceVersion": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

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

\n

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

" } }, "resolvedSourceVersion": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

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

\n " } }, "projectName": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The name of the AWS CodeBuild project.

" } }, "phases": { "target": "com.amazonaws.codebuild#BuildPhases", "traits": { "smithy.api#documentation": "

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

" } }, "source": { "target": "com.amazonaws.codebuild#ProjectSource", "traits": { "smithy.api#documentation": "

Information about the source code to be built.

" } }, "secondarySources": { "target": "com.amazonaws.codebuild#ProjectSources", "traits": { "smithy.api#documentation": "

An array of ProjectSource objects.

" } }, "secondarySourceVersions": { "target": "com.amazonaws.codebuild#ProjectSecondarySourceVersions", "traits": { "smithy.api#documentation": "

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

\n " } }, "artifacts": { "target": "com.amazonaws.codebuild#BuildArtifacts", "traits": { "smithy.api#documentation": "

Information about the output artifacts for the build.

" } }, "secondaryArtifacts": { "target": "com.amazonaws.codebuild#BuildArtifactsList", "traits": { "smithy.api#documentation": "

An array of ProjectArtifacts objects.

" } }, "cache": { "target": "com.amazonaws.codebuild#ProjectCache", "traits": { "smithy.api#documentation": "

Information about the cache for the build.

" } }, "environment": { "target": "com.amazonaws.codebuild#ProjectEnvironment", "traits": { "smithy.api#documentation": "

Information about the build environment for this build.

" } }, "serviceRole": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The name of a service role used for this build.

" } }, "logs": { "target": "com.amazonaws.codebuild#LogsLocation", "traits": { "smithy.api#documentation": "

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

" } }, "timeoutInMinutes": { "target": "com.amazonaws.codebuild#WrapperInt", "traits": { "smithy.api#documentation": "

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

" } }, "queuedTimeoutInMinutes": { "target": "com.amazonaws.codebuild#WrapperInt", "traits": { "smithy.api#documentation": "

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

" } }, "buildComplete": { "target": "com.amazonaws.codebuild#Boolean", "traits": { "smithy.api#documentation": "

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

" } }, "initiator": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

The entity that started the build. Valid values include:

\n " } }, "vpcConfig": { "target": "com.amazonaws.codebuild#VpcConfig", "traits": { "smithy.api#documentation": "

If your AWS CodeBuild project accesses resources in an Amazon VPC, you provide this parameter\n that identifies the VPC ID and the list of security group IDs and subnet IDs. The\n security groups and subnets must belong to the same VPC. You must provide at least one\n security group and one subnet ID.

" } }, "networkInterface": { "target": "com.amazonaws.codebuild#NetworkInterface", "traits": { "smithy.api#documentation": "

Describes a network interface.

" } }, "encryptionKey": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the build output\n artifacts.

\n \n

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

\n
\n

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

" } }, "exportedEnvironmentVariables": { "target": "com.amazonaws.codebuild#ExportedEnvironmentVariables", "traits": { "smithy.api#documentation": "

A list of exported environment variables for this build.

\n

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

" } }, "reportArns": { "target": "com.amazonaws.codebuild#BuildReportArns", "traits": { "smithy.api#documentation": "

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

" } }, "fileSystemLocations": { "target": "com.amazonaws.codebuild#ProjectFileSystemLocations", "traits": { "smithy.api#documentation": "

\n An array of ProjectFileSystemLocation objects for a CodeBuild build project. A ProjectFileSystemLocation object \n specifies the identifier, location, mountOptions, \n mountPoint, and type of a file system created using Amazon Elastic File System.\n

" } }, "debugSession": { "target": "com.amazonaws.codebuild#DebugSession", "traits": { "smithy.api#documentation": "

Contains information about the debug session for this build.

" } }, "buildBatchArn": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } } }, "traits": { "smithy.api#documentation": "

Information about a build.

" } }, "com.amazonaws.codebuild#BuildArtifacts": { "type": "structure", "members": { "location": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

Information about the location of the build artifacts.

" } }, "sha256sum": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

The SHA-256 hash of the build artifact.

\n

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

\n \n

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

\n
" } }, "md5sum": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

The MD5 hash of the build artifact.

\n

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

\n \n

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

\n
" } }, "overrideArtifactName": { "target": "com.amazonaws.codebuild#WrapperBoolean", "traits": { "smithy.api#documentation": "

If this flag is set, a name specified in the buildspec file overrides the artifact\n name. The name specified in a buildspec file is calculated at build time and uses the\n Shell Command Language. For example, you can append a date and time to your artifact\n name so that it is always unique.

" } }, "encryptionDisabled": { "target": "com.amazonaws.codebuild#WrapperBoolean", "traits": { "smithy.api#documentation": "

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

" } }, "artifactIdentifier": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

An identifier for this artifact definition.

" } }, "bucketOwnerAccess": { "target": "com.amazonaws.codebuild#BucketOwnerAccess" } }, "traits": { "smithy.api#documentation": "

Information about build output artifacts.

" } }, "com.amazonaws.codebuild#BuildArtifactsList": { "type": "list", "member": { "target": "com.amazonaws.codebuild#BuildArtifacts" }, "traits": { "smithy.api#length": { "min": 0, "max": 12 } } }, "com.amazonaws.codebuild#BuildBatch": { "type": "structure", "members": { "id": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The identifier of the batch build.

" } }, "arn": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The ARN of the batch build.

" } }, "startTime": { "target": "com.amazonaws.codebuild#Timestamp", "traits": { "smithy.api#documentation": "

The date and time that the batch build started.

" } }, "endTime": { "target": "com.amazonaws.codebuild#Timestamp", "traits": { "smithy.api#documentation": "

The date and time that the batch build ended.

" } }, "currentPhase": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

The current phase of the batch build.

" } }, "buildBatchStatus": { "target": "com.amazonaws.codebuild#StatusType", "traits": { "smithy.api#documentation": "

The status of the batch build.

" } }, "sourceVersion": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

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

" } }, "resolvedSourceVersion": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

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

\n " } }, "projectName": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The name of the batch build project.

" } }, "phases": { "target": "com.amazonaws.codebuild#BuildBatchPhases", "traits": { "smithy.api#documentation": "

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

" } }, "source": { "target": "com.amazonaws.codebuild#ProjectSource" }, "secondarySources": { "target": "com.amazonaws.codebuild#ProjectSources", "traits": { "smithy.api#documentation": "

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

" } }, "secondarySourceVersions": { "target": "com.amazonaws.codebuild#ProjectSecondarySourceVersions", "traits": { "smithy.api#documentation": "

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

\n " } }, "artifacts": { "target": "com.amazonaws.codebuild#BuildArtifacts", "traits": { "smithy.api#documentation": "

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

" } }, "secondaryArtifacts": { "target": "com.amazonaws.codebuild#BuildArtifactsList", "traits": { "smithy.api#documentation": "

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

" } }, "cache": { "target": "com.amazonaws.codebuild#ProjectCache" }, "environment": { "target": "com.amazonaws.codebuild#ProjectEnvironment" }, "serviceRole": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

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

" } }, "logConfig": { "target": "com.amazonaws.codebuild#LogsConfig" }, "buildTimeoutInMinutes": { "target": "com.amazonaws.codebuild#WrapperInt", "traits": { "smithy.api#documentation": "

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

" } }, "queuedTimeoutInMinutes": { "target": "com.amazonaws.codebuild#WrapperInt", "traits": { "smithy.api#documentation": "

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

" } }, "complete": { "target": "com.amazonaws.codebuild#Boolean", "traits": { "smithy.api#documentation": "

Indicates if the batch build is complete.

" } }, "initiator": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

\n " } }, "vpcConfig": { "target": "com.amazonaws.codebuild#VpcConfig" }, "encryptionKey": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the batch build output\n artifacts.

\n \n

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

\n
\n

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

" } }, "buildBatchNumber": { "target": "com.amazonaws.codebuild#WrapperLong", "traits": { "smithy.api#documentation": "

The number of the batch build. For each project, the buildBatchNumber of its\n first batch build is 1. The buildBatchNumber of each subsequent\n batch build is incremented by 1. If a batch build is deleted, the\n buildBatchNumber of other batch builds does not change.

" } }, "fileSystemLocations": { "target": "com.amazonaws.codebuild#ProjectFileSystemLocations", "traits": { "smithy.api#documentation": "

An array of ProjectFileSystemLocation objects for the batch build\n project. A ProjectFileSystemLocation object specifies the\n identifier, location, mountOptions,\n mountPoint, and type of a file system created using Amazon\n Elastic File System.

" } }, "buildBatchConfig": { "target": "com.amazonaws.codebuild#ProjectBuildBatchConfig" }, "buildGroups": { "target": "com.amazonaws.codebuild#BuildGroups", "traits": { "smithy.api#documentation": "

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

" } }, "debugSessionEnabled": { "target": "com.amazonaws.codebuild#WrapperBoolean", "traits": { "smithy.api#documentation": "

Specifies if session debugging is enabled for this batch build. For more information, see\n Viewing a running build in Session Manager. Batch session debugging is not supported for matrix batch builds.

" } } }, "traits": { "smithy.api#documentation": "

Contains information about a batch build.

" } }, "com.amazonaws.codebuild#BuildBatchFilter": { "type": "structure", "members": { "status": { "target": "com.amazonaws.codebuild#StatusType", "traits": { "smithy.api#documentation": "

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

" } } }, "traits": { "smithy.api#documentation": "

Specifies filters when retrieving batch builds.

" } }, "com.amazonaws.codebuild#BuildBatchIds": { "type": "list", "member": { "target": "com.amazonaws.codebuild#NonEmptyString" }, "traits": { "smithy.api#length": { "min": 0, "max": 100 } } }, "com.amazonaws.codebuild#BuildBatchPhase": { "type": "structure", "members": { "phaseType": { "target": "com.amazonaws.codebuild#BuildBatchPhaseType", "traits": { "smithy.api#documentation": "

The name of the batch build phase. Valid values include:

\n
\n
COMBINE_ARTIFACTS
\n
\n

Build output artifacts are being combined and uploaded to the output\n location.

\n
\n
DOWNLOAD_BATCHSPEC
\n
\n

The batch build specification is being downloaded.

\n
\n
FAILED
\n
\n

One or more of the builds failed.

\n
\n
IN_PROGRESS
\n
\n

The batch build is in progress.

\n
\n
STOPPED
\n
\n

The batch build was stopped.

\n
\n
SUBMITTED
\n
\n

The btach build has been submitted.

\n
\n
SUCCEEDED
\n
\n

The batch build succeeded.

\n
\n
" } }, "phaseStatus": { "target": "com.amazonaws.codebuild#StatusType", "traits": { "smithy.api#documentation": "

The current status of the batch build phase. Valid values include:

\n
\n
FAILED
\n
\n

The build phase failed.

\n
\n
FAULT
\n
\n

The build phase faulted.

\n
\n
IN_PROGRESS
\n
\n

The build phase is still in progress.

\n
\n
QUEUED
\n
\n

The build has been submitted and is queued behind other submitted\n builds.

\n
\n
STOPPED
\n
\n

The build phase stopped.

\n
\n
SUCCEEDED
\n
\n

The build phase succeeded.

\n
\n
TIMED_OUT
\n
\n

The build phase timed out.

\n
\n
" } }, "startTime": { "target": "com.amazonaws.codebuild#Timestamp", "traits": { "smithy.api#documentation": "

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

" } }, "endTime": { "target": "com.amazonaws.codebuild#Timestamp", "traits": { "smithy.api#documentation": "

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

" } }, "durationInSeconds": { "target": "com.amazonaws.codebuild#WrapperLong", "traits": { "smithy.api#documentation": "

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

" } }, "contexts": { "target": "com.amazonaws.codebuild#PhaseContexts", "traits": { "smithy.api#documentation": "

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

" } } }, "traits": { "smithy.api#documentation": "

Contains information about a stage for a batch build.

" } }, "com.amazonaws.codebuild#BuildBatchPhaseType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "SUBMITTED", "name": "SUBMITTED" }, { "value": "DOWNLOAD_BATCHSPEC", "name": "DOWNLOAD_BATCHSPEC" }, { "value": "IN_PROGRESS", "name": "IN_PROGRESS" }, { "value": "COMBINE_ARTIFACTS", "name": "COMBINE_ARTIFACTS" }, { "value": "SUCCEEDED", "name": "SUCCEEDED" }, { "value": "FAILED", "name": "FAILED" }, { "value": "STOPPED", "name": "STOPPED" } ] } }, "com.amazonaws.codebuild#BuildBatchPhases": { "type": "list", "member": { "target": "com.amazonaws.codebuild#BuildBatchPhase" } }, "com.amazonaws.codebuild#BuildBatches": { "type": "list", "member": { "target": "com.amazonaws.codebuild#BuildBatch" }, "traits": { "smithy.api#length": { "min": 0, "max": 100 } } }, "com.amazonaws.codebuild#BuildGroup": { "type": "structure", "members": { "identifier": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

Contains the identifier of the build group.

" } }, "dependsOn": { "target": "com.amazonaws.codebuild#Identifiers", "traits": { "smithy.api#documentation": "

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

" } }, "ignoreFailure": { "target": "com.amazonaws.codebuild#Boolean", "traits": { "smithy.api#documentation": "

Specifies if failures in this build group can be ignored.

" } }, "currentBuildSummary": { "target": "com.amazonaws.codebuild#BuildSummary", "traits": { "smithy.api#documentation": "

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

" } }, "priorBuildSummaryList": { "target": "com.amazonaws.codebuild#BuildSummaries", "traits": { "smithy.api#documentation": "

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

" } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#BuildGroups": { "type": "list", "member": { "target": "com.amazonaws.codebuild#BuildGroup" } }, "com.amazonaws.codebuild#BuildIds": { "type": "list", "member": { "target": "com.amazonaws.codebuild#NonEmptyString" }, "traits": { "smithy.api#length": { "min": 1, "max": 100 } } }, "com.amazonaws.codebuild#BuildNotDeleted": { "type": "structure", "members": { "id": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

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

" } }, "statusCode": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } } }, "traits": { "smithy.api#documentation": "

Information about a build that could not be successfully deleted.

" } }, "com.amazonaws.codebuild#BuildPhase": { "type": "structure", "members": { "phaseType": { "target": "com.amazonaws.codebuild#BuildPhaseType", "traits": { "smithy.api#documentation": "

The name of the build phase. Valid values include:

\n " } }, "phaseStatus": { "target": "com.amazonaws.codebuild#StatusType", "traits": { "smithy.api#documentation": "

The current status of the build phase. Valid values include:

\n
\n
FAILED
\n
\n

The build phase failed.

\n
\n
FAULT
\n
\n

The build phase faulted.

\n
\n
IN_PROGRESS
\n
\n

The build phase is still in progress.

\n
\n
QUEUED
\n
\n

The build has been submitted and is queued behind other submitted\n builds.

\n
\n
STOPPED
\n
\n

The build phase stopped.

\n
\n
SUCCEEDED
\n
\n

The build phase succeeded.

\n
\n
TIMED_OUT
\n
\n

The build phase timed out.

\n
\n
" } }, "startTime": { "target": "com.amazonaws.codebuild#Timestamp", "traits": { "smithy.api#documentation": "

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

" } }, "endTime": { "target": "com.amazonaws.codebuild#Timestamp", "traits": { "smithy.api#documentation": "

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

" } }, "durationInSeconds": { "target": "com.amazonaws.codebuild#WrapperLong", "traits": { "smithy.api#documentation": "

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

" } }, "contexts": { "target": "com.amazonaws.codebuild#PhaseContexts", "traits": { "smithy.api#documentation": "

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

" } } }, "traits": { "smithy.api#documentation": "

Information about a stage for a build.

" } }, "com.amazonaws.codebuild#BuildPhaseType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "SUBMITTED", "name": "SUBMITTED" }, { "value": "QUEUED", "name": "QUEUED" }, { "value": "PROVISIONING", "name": "PROVISIONING" }, { "value": "DOWNLOAD_SOURCE", "name": "DOWNLOAD_SOURCE" }, { "value": "INSTALL", "name": "INSTALL" }, { "value": "PRE_BUILD", "name": "PRE_BUILD" }, { "value": "BUILD", "name": "BUILD" }, { "value": "POST_BUILD", "name": "POST_BUILD" }, { "value": "UPLOAD_ARTIFACTS", "name": "UPLOAD_ARTIFACTS" }, { "value": "FINALIZING", "name": "FINALIZING" }, { "value": "COMPLETED", "name": "COMPLETED" } ] } }, "com.amazonaws.codebuild#BuildPhases": { "type": "list", "member": { "target": "com.amazonaws.codebuild#BuildPhase" } }, "com.amazonaws.codebuild#BuildReportArns": { "type": "list", "member": { "target": "com.amazonaws.codebuild#String" } }, "com.amazonaws.codebuild#BuildStatusConfig": { "type": "structure", "members": { "context": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

Specifies the context of the build status CodeBuild sends to the source provider. The\n usage of this parameter depends on the source provider.

\n
\n
Bitbucket
\n
\n

This parameter is used for the name parameter in the\n Bitbucket commit status. For more information, see build in the Bitbucket API documentation.

\n
\n
GitHub/GitHub Enterprise Server
\n
\n

This parameter is used for the context parameter in the\n GitHub commit status. For more information, see Create a commit status in the GitHub developer guide.

\n
\n
" } }, "targetUrl": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

Specifies the target url of the build status CodeBuild sends to the source provider. The\n usage of this parameter depends on the source provider.

\n
\n
Bitbucket
\n
\n

This parameter is used for the url parameter in the Bitbucket\n commit status. For more information, see build in the Bitbucket API documentation.

\n
\n
GitHub/GitHub Enterprise Server
\n
\n

This parameter is used for the target_url parameter in the\n GitHub commit status. For more information, see Create a commit status in the GitHub developer guide.

\n
\n
" } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#BuildSummaries": { "type": "list", "member": { "target": "com.amazonaws.codebuild#BuildSummary" } }, "com.amazonaws.codebuild#BuildSummary": { "type": "structure", "members": { "arn": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

The batch build ARN.

" } }, "requestedOn": { "target": "com.amazonaws.codebuild#Timestamp", "traits": { "smithy.api#documentation": "

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

" } }, "buildStatus": { "target": "com.amazonaws.codebuild#StatusType", "traits": { "smithy.api#documentation": "

The status of the build group.

\n
\n
FAILED
\n
\n

The build group failed.

\n
\n
FAULT
\n
\n

The build group faulted.

\n
\n
IN_PROGRESS
\n
\n

The build group is still in progress.

\n
\n
STOPPED
\n
\n

The build group stopped.

\n
\n
SUCCEEDED
\n
\n

The build group succeeded.

\n
\n
TIMED_OUT
\n
\n

The build group timed out.

\n
\n
" } }, "primaryArtifact": { "target": "com.amazonaws.codebuild#ResolvedArtifact", "traits": { "smithy.api#documentation": "

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

" } }, "secondaryArtifacts": { "target": "com.amazonaws.codebuild#ResolvedSecondaryArtifacts", "traits": { "smithy.api#documentation": "

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

" } } }, "traits": { "smithy.api#documentation": "

Contains summary information about a batch build group.

" } }, "com.amazonaws.codebuild#Builds": { "type": "list", "member": { "target": "com.amazonaws.codebuild#Build" } }, "com.amazonaws.codebuild#BuildsNotDeleted": { "type": "list", "member": { "target": "com.amazonaws.codebuild#BuildNotDeleted" } }, "com.amazonaws.codebuild#CacheMode": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "LOCAL_DOCKER_LAYER_CACHE", "name": "LOCAL_DOCKER_LAYER_CACHE" }, { "value": "LOCAL_SOURCE_CACHE", "name": "LOCAL_SOURCE_CACHE" }, { "value": "LOCAL_CUSTOM_CACHE", "name": "LOCAL_CUSTOM_CACHE" } ] } }, "com.amazonaws.codebuild#CacheType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "NO_CACHE", "name": "NO_CACHE" }, { "value": "S3", "name": "S3" }, { "value": "LOCAL", "name": "LOCAL" } ] } }, "com.amazonaws.codebuild#CloudWatchLogsConfig": { "type": "structure", "members": { "status": { "target": "com.amazonaws.codebuild#LogsConfigStatusType", "traits": { "smithy.api#documentation": "

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

\n ", "smithy.api#required": {} } }, "groupName": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "streamName": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } } }, "traits": { "smithy.api#documentation": "

Information about Amazon CloudWatch Logs for a build project.

" } }, "com.amazonaws.codebuild#CodeBuild_20161006": { "type": "service", "version": "2016-10-06", "operations": [ { "target": "com.amazonaws.codebuild#BatchDeleteBuilds" }, { "target": "com.amazonaws.codebuild#BatchGetBuildBatches" }, { "target": "com.amazonaws.codebuild#BatchGetBuilds" }, { "target": "com.amazonaws.codebuild#BatchGetProjects" }, { "target": "com.amazonaws.codebuild#BatchGetReportGroups" }, { "target": "com.amazonaws.codebuild#BatchGetReports" }, { "target": "com.amazonaws.codebuild#CreateProject" }, { "target": "com.amazonaws.codebuild#CreateReportGroup" }, { "target": "com.amazonaws.codebuild#CreateWebhook" }, { "target": "com.amazonaws.codebuild#DeleteBuildBatch" }, { "target": "com.amazonaws.codebuild#DeleteProject" }, { "target": "com.amazonaws.codebuild#DeleteReport" }, { "target": "com.amazonaws.codebuild#DeleteReportGroup" }, { "target": "com.amazonaws.codebuild#DeleteResourcePolicy" }, { "target": "com.amazonaws.codebuild#DeleteSourceCredentials" }, { "target": "com.amazonaws.codebuild#DeleteWebhook" }, { "target": "com.amazonaws.codebuild#DescribeCodeCoverages" }, { "target": "com.amazonaws.codebuild#DescribeTestCases" }, { "target": "com.amazonaws.codebuild#GetReportGroupTrend" }, { "target": "com.amazonaws.codebuild#GetResourcePolicy" }, { "target": "com.amazonaws.codebuild#ImportSourceCredentials" }, { "target": "com.amazonaws.codebuild#InvalidateProjectCache" }, { "target": "com.amazonaws.codebuild#ListBuildBatches" }, { "target": "com.amazonaws.codebuild#ListBuildBatchesForProject" }, { "target": "com.amazonaws.codebuild#ListBuilds" }, { "target": "com.amazonaws.codebuild#ListBuildsForProject" }, { "target": "com.amazonaws.codebuild#ListCuratedEnvironmentImages" }, { "target": "com.amazonaws.codebuild#ListProjects" }, { "target": "com.amazonaws.codebuild#ListReportGroups" }, { "target": "com.amazonaws.codebuild#ListReports" }, { "target": "com.amazonaws.codebuild#ListReportsForReportGroup" }, { "target": "com.amazonaws.codebuild#ListSharedProjects" }, { "target": "com.amazonaws.codebuild#ListSharedReportGroups" }, { "target": "com.amazonaws.codebuild#ListSourceCredentials" }, { "target": "com.amazonaws.codebuild#PutResourcePolicy" }, { "target": "com.amazonaws.codebuild#RetryBuild" }, { "target": "com.amazonaws.codebuild#RetryBuildBatch" }, { "target": "com.amazonaws.codebuild#StartBuild" }, { "target": "com.amazonaws.codebuild#StartBuildBatch" }, { "target": "com.amazonaws.codebuild#StopBuild" }, { "target": "com.amazonaws.codebuild#StopBuildBatch" }, { "target": "com.amazonaws.codebuild#UpdateProject" }, { "target": "com.amazonaws.codebuild#UpdateReportGroup" }, { "target": "com.amazonaws.codebuild#UpdateWebhook" } ], "traits": { "aws.api#service": { "sdkId": "CodeBuild", "arnNamespace": "codebuild", "cloudFormationName": "CodeBuild", "cloudTrailEventSource": "codebuild.amazonaws.com", "endpointPrefix": "codebuild" }, "aws.auth#sigv4": { "name": "codebuild" }, "aws.protocols#awsJson1_1": {}, "smithy.api#documentation": "AWS CodeBuild\n

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

", "smithy.api#title": "AWS CodeBuild" } }, "com.amazonaws.codebuild#CodeCoverage": { "type": "structure", "members": { "id": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The identifier of the code coverage report.

" } }, "reportARN": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The ARN of the report.

" } }, "filePath": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The path of the test report file.

" } }, "lineCoveragePercentage": { "target": "com.amazonaws.codebuild#Percentage", "traits": { "smithy.api#documentation": "

The percentage of lines that are covered by your tests.

" } }, "linesCovered": { "target": "com.amazonaws.codebuild#NonNegativeInt", "traits": { "smithy.api#documentation": "

The number of lines that are covered by your tests.

" } }, "linesMissed": { "target": "com.amazonaws.codebuild#NonNegativeInt", "traits": { "smithy.api#documentation": "

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

" } }, "branchCoveragePercentage": { "target": "com.amazonaws.codebuild#Percentage", "traits": { "smithy.api#documentation": "

The percentage of branches that are covered by your tests.

" } }, "branchesCovered": { "target": "com.amazonaws.codebuild#NonNegativeInt", "traits": { "smithy.api#documentation": "

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

" } }, "branchesMissed": { "target": "com.amazonaws.codebuild#NonNegativeInt", "traits": { "smithy.api#documentation": "

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

" } }, "expired": { "target": "com.amazonaws.codebuild#Timestamp", "traits": { "smithy.api#documentation": "

The date and time that the tests were run.

" } } }, "traits": { "smithy.api#documentation": "

Contains code coverage report information.

\n

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

\n

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

" } }, "com.amazonaws.codebuild#CodeCoverageReportSummary": { "type": "structure", "members": { "lineCoveragePercentage": { "target": "com.amazonaws.codebuild#Percentage", "traits": { "smithy.api#documentation": "

The percentage of lines that are covered by your tests.

" } }, "linesCovered": { "target": "com.amazonaws.codebuild#NonNegativeInt", "traits": { "smithy.api#documentation": "

The number of lines that are covered by your tests.

" } }, "linesMissed": { "target": "com.amazonaws.codebuild#NonNegativeInt", "traits": { "smithy.api#documentation": "

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

" } }, "branchCoveragePercentage": { "target": "com.amazonaws.codebuild#Percentage", "traits": { "smithy.api#documentation": "

The percentage of branches that are covered by your tests.

" } }, "branchesCovered": { "target": "com.amazonaws.codebuild#NonNegativeInt", "traits": { "smithy.api#documentation": "

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

" } }, "branchesMissed": { "target": "com.amazonaws.codebuild#NonNegativeInt", "traits": { "smithy.api#documentation": "

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

" } } }, "traits": { "smithy.api#documentation": "

Contains a summary of a code coverage report.

\n

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

\n

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

" } }, "com.amazonaws.codebuild#CodeCoverages": { "type": "list", "member": { "target": "com.amazonaws.codebuild#CodeCoverage" } }, "com.amazonaws.codebuild#ComputeType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "BUILD_GENERAL1_SMALL", "name": "BUILD_GENERAL1_SMALL" }, { "value": "BUILD_GENERAL1_MEDIUM", "name": "BUILD_GENERAL1_MEDIUM" }, { "value": "BUILD_GENERAL1_LARGE", "name": "BUILD_GENERAL1_LARGE" }, { "value": "BUILD_GENERAL1_2XLARGE", "name": "BUILD_GENERAL1_2XLARGE" } ] } }, "com.amazonaws.codebuild#ComputeTypesAllowed": { "type": "list", "member": { "target": "com.amazonaws.codebuild#NonEmptyString" } }, "com.amazonaws.codebuild#CreateProject": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#CreateProjectInput" }, "output": { "target": "com.amazonaws.codebuild#CreateProjectOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#AccountLimitExceededException" }, { "target": "com.amazonaws.codebuild#InvalidInputException" }, { "target": "com.amazonaws.codebuild#ResourceAlreadyExistsException" } ], "traits": { "smithy.api#documentation": "

Creates a build project.

" } }, "com.amazonaws.codebuild#CreateProjectInput": { "type": "structure", "members": { "name": { "target": "com.amazonaws.codebuild#ProjectName", "traits": { "smithy.api#documentation": "

The name of the build project.

", "smithy.api#required": {} } }, "description": { "target": "com.amazonaws.codebuild#ProjectDescription", "traits": { "smithy.api#documentation": "

A description that makes the build project easy to identify.

" } }, "source": { "target": "com.amazonaws.codebuild#ProjectSource", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "secondarySources": { "target": "com.amazonaws.codebuild#ProjectSources", "traits": { "smithy.api#documentation": "

An array of ProjectSource objects.

" } }, "sourceVersion": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

\n \n

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

\n

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

" } }, "secondarySourceVersions": { "target": "com.amazonaws.codebuild#ProjectSecondarySourceVersions", "traits": { "smithy.api#documentation": "

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

" } }, "artifacts": { "target": "com.amazonaws.codebuild#ProjectArtifacts", "traits": { "smithy.api#documentation": "

Information about the build output artifacts for the build project.

", "smithy.api#required": {} } }, "secondaryArtifacts": { "target": "com.amazonaws.codebuild#ProjectArtifactsList", "traits": { "smithy.api#documentation": "

An array of ProjectArtifacts objects.

" } }, "cache": { "target": "com.amazonaws.codebuild#ProjectCache", "traits": { "smithy.api#documentation": "

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

" } }, "environment": { "target": "com.amazonaws.codebuild#ProjectEnvironment", "traits": { "smithy.api#documentation": "

Information about the build environment for the build project.

", "smithy.api#required": {} } }, "serviceRole": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The ARN of the AWS Identity and Access Management (IAM) role that enables AWS CodeBuild to interact with dependent AWS services\n on behalf of the AWS account.

", "smithy.api#required": {} } }, "timeoutInMinutes": { "target": "com.amazonaws.codebuild#TimeOut", "traits": { "smithy.api#documentation": "

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

" } }, "queuedTimeoutInMinutes": { "target": "com.amazonaws.codebuild#TimeOut", "traits": { "smithy.api#documentation": "

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

" } }, "encryptionKey": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the build output\n artifacts.

\n \n

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

\n
\n

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

" } }, "tags": { "target": "com.amazonaws.codebuild#TagList", "traits": { "smithy.api#documentation": "

A list of tag key and value pairs associated with this build project.

\n

These tags are available for use by AWS services that support AWS CodeBuild build project\n tags.

" } }, "vpcConfig": { "target": "com.amazonaws.codebuild#VpcConfig", "traits": { "smithy.api#documentation": "

VpcConfig enables AWS CodeBuild to access resources in an Amazon VPC.

" } }, "badgeEnabled": { "target": "com.amazonaws.codebuild#WrapperBoolean", "traits": { "smithy.api#documentation": "

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

" } }, "logsConfig": { "target": "com.amazonaws.codebuild#LogsConfig", "traits": { "smithy.api#documentation": "

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

" } }, "fileSystemLocations": { "target": "com.amazonaws.codebuild#ProjectFileSystemLocations", "traits": { "smithy.api#documentation": "

\n An array of ProjectFileSystemLocation objects for a CodeBuild build project. A ProjectFileSystemLocation object \n specifies the identifier, location, mountOptions, \n mountPoint, and type of a file system created using Amazon Elastic File System.\n

" } }, "buildBatchConfig": { "target": "com.amazonaws.codebuild#ProjectBuildBatchConfig", "traits": { "smithy.api#documentation": "

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

" } }, "concurrentBuildLimit": { "target": "com.amazonaws.codebuild#WrapperInt", "traits": { "smithy.api#documentation": "

The maximum number of concurrent builds that are allowed for this project.

\n

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

" } } } }, "com.amazonaws.codebuild#CreateProjectOutput": { "type": "structure", "members": { "project": { "target": "com.amazonaws.codebuild#Project", "traits": { "smithy.api#documentation": "

Information about the build project that was created.

" } } } }, "com.amazonaws.codebuild#CreateReportGroup": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#CreateReportGroupInput" }, "output": { "target": "com.amazonaws.codebuild#CreateReportGroupOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#AccountLimitExceededException" }, { "target": "com.amazonaws.codebuild#InvalidInputException" }, { "target": "com.amazonaws.codebuild#ResourceAlreadyExistsException" } ], "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#CreateReportGroupInput": { "type": "structure", "members": { "name": { "target": "com.amazonaws.codebuild#ReportGroupName", "traits": { "smithy.api#documentation": "

\n The name of the report group.\n

", "smithy.api#required": {} } }, "type": { "target": "com.amazonaws.codebuild#ReportType", "traits": { "smithy.api#documentation": "

\n The type of report group.\n

", "smithy.api#required": {} } }, "exportConfig": { "target": "com.amazonaws.codebuild#ReportExportConfig", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "tags": { "target": "com.amazonaws.codebuild#TagList", "traits": { "smithy.api#documentation": "

\n A list of tag key and value pairs associated with this report group.\n

\n

These tags are available for use by AWS services that support AWS CodeBuild report group\n tags.

" } } } }, "com.amazonaws.codebuild#CreateReportGroupOutput": { "type": "structure", "members": { "reportGroup": { "target": "com.amazonaws.codebuild#ReportGroup", "traits": { "smithy.api#documentation": "

\n Information about the report group that was created.\n

" } } } }, "com.amazonaws.codebuild#CreateWebhook": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#CreateWebhookInput" }, "output": { "target": "com.amazonaws.codebuild#CreateWebhookOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" }, { "target": "com.amazonaws.codebuild#OAuthProviderException" }, { "target": "com.amazonaws.codebuild#ResourceAlreadyExistsException" }, { "target": "com.amazonaws.codebuild#ResourceNotFoundException" } ], "traits": { "smithy.api#documentation": "

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

\n \n

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

\n
" } }, "com.amazonaws.codebuild#CreateWebhookInput": { "type": "structure", "members": { "projectName": { "target": "com.amazonaws.codebuild#ProjectName", "traits": { "smithy.api#documentation": "

The name of the AWS CodeBuild project.

", "smithy.api#required": {} } }, "branchFilter": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

A regular expression used to determine which repository branches are built when a\n webhook is triggered. If the name of a branch matches the regular expression, then it is\n built. If branchFilter is empty, then all branches are built.

\n \n

It is recommended that you use filterGroups instead of\n branchFilter.

\n
" } }, "filterGroups": { "target": "com.amazonaws.codebuild#FilterGroups", "traits": { "smithy.api#documentation": "

An array of arrays of WebhookFilter objects used to determine which\n webhooks are triggered. At least one WebhookFilter in the array must\n specify EVENT as its type.

\n

For a build to be triggered, at least one filter group in the\n filterGroups array must pass. For a filter group to pass, each of its\n filters must pass.

" } }, "buildType": { "target": "com.amazonaws.codebuild#WebhookBuildType", "traits": { "smithy.api#documentation": "

Specifies the type of build this webhook will trigger.

" } } } }, "com.amazonaws.codebuild#CreateWebhookOutput": { "type": "structure", "members": { "webhook": { "target": "com.amazonaws.codebuild#Webhook", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.codebuild#CredentialProviderType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "SECRETS_MANAGER", "name": "SECRETS_MANAGER" } ] } }, "com.amazonaws.codebuild#DebugSession": { "type": "structure", "members": { "sessionEnabled": { "target": "com.amazonaws.codebuild#WrapperBoolean", "traits": { "smithy.api#documentation": "

Specifies if session debugging is enabled for this build.

" } }, "sessionTarget": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

Contains the identifier of the Session Manager session used for the build. To work with\n the paused build, you open this session to examine, control, and resume the\n build.

" } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#DeleteBuildBatch": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#DeleteBuildBatchInput" }, "output": { "target": "com.amazonaws.codebuild#DeleteBuildBatchOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" } ], "traits": { "smithy.api#documentation": "

Deletes a batch build.

" } }, "com.amazonaws.codebuild#DeleteBuildBatchInput": { "type": "structure", "members": { "id": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The identifier of the batch build to delete.

", "smithy.api#required": {} } } } }, "com.amazonaws.codebuild#DeleteBuildBatchOutput": { "type": "structure", "members": { "statusCode": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

The status code.

" } }, "buildsDeleted": { "target": "com.amazonaws.codebuild#BuildIds", "traits": { "smithy.api#documentation": "

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

" } }, "buildsNotDeleted": { "target": "com.amazonaws.codebuild#BuildsNotDeleted", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.codebuild#DeleteProject": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#DeleteProjectInput" }, "output": { "target": "com.amazonaws.codebuild#DeleteProjectOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" } ], "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#DeleteProjectInput": { "type": "structure", "members": { "name": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The name of the build project.

", "smithy.api#required": {} } } } }, "com.amazonaws.codebuild#DeleteProjectOutput": { "type": "structure", "members": {} }, "com.amazonaws.codebuild#DeleteReport": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#DeleteReportInput" }, "output": { "target": "com.amazonaws.codebuild#DeleteReportOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" } ], "traits": { "smithy.api#documentation": "

\n Deletes a report.\n

" } }, "com.amazonaws.codebuild#DeleteReportGroup": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#DeleteReportGroupInput" }, "output": { "target": "com.amazonaws.codebuild#DeleteReportGroupOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" } ], "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#DeleteReportGroupInput": { "type": "structure", "members": { "arn": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The ARN of the report group to delete.

", "smithy.api#required": {} } }, "deleteReports": { "target": "com.amazonaws.codebuild#Boolean", "traits": { "smithy.api#documentation": "

If true, deletes any reports that belong to a report group before deleting\n the report group.

\n

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\n DeleteReportGroup for a report group that contains one or more reports,\n an exception is thrown.

" } } } }, "com.amazonaws.codebuild#DeleteReportGroupOutput": { "type": "structure", "members": {} }, "com.amazonaws.codebuild#DeleteReportInput": { "type": "structure", "members": { "arn": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

\n The ARN of the report to delete.\n

", "smithy.api#required": {} } } } }, "com.amazonaws.codebuild#DeleteReportOutput": { "type": "structure", "members": {} }, "com.amazonaws.codebuild#DeleteResourcePolicy": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#DeleteResourcePolicyInput" }, "output": { "target": "com.amazonaws.codebuild#DeleteResourcePolicyOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" } ], "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#DeleteResourcePolicyInput": { "type": "structure", "members": { "resourceArn": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } } } }, "com.amazonaws.codebuild#DeleteResourcePolicyOutput": { "type": "structure", "members": {} }, "com.amazonaws.codebuild#DeleteSourceCredentials": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#DeleteSourceCredentialsInput" }, "output": { "target": "com.amazonaws.codebuild#DeleteSourceCredentialsOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" }, { "target": "com.amazonaws.codebuild#ResourceNotFoundException" } ], "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#DeleteSourceCredentialsInput": { "type": "structure", "members": { "arn": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the token.

", "smithy.api#required": {} } } } }, "com.amazonaws.codebuild#DeleteSourceCredentialsOutput": { "type": "structure", "members": { "arn": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the token.

" } } } }, "com.amazonaws.codebuild#DeleteWebhook": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#DeleteWebhookInput" }, "output": { "target": "com.amazonaws.codebuild#DeleteWebhookOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" }, { "target": "com.amazonaws.codebuild#OAuthProviderException" }, { "target": "com.amazonaws.codebuild#ResourceNotFoundException" } ], "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#DeleteWebhookInput": { "type": "structure", "members": { "projectName": { "target": "com.amazonaws.codebuild#ProjectName", "traits": { "smithy.api#documentation": "

The name of the AWS CodeBuild project.

", "smithy.api#required": {} } } } }, "com.amazonaws.codebuild#DeleteWebhookOutput": { "type": "structure", "members": {} }, "com.amazonaws.codebuild#DescribeCodeCoverages": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#DescribeCodeCoveragesInput" }, "output": { "target": "com.amazonaws.codebuild#DescribeCodeCoveragesOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" } ], "traits": { "smithy.api#documentation": "

Retrieves one or more code coverage reports.

", "smithy.api#paginated": { "inputToken": "nextToken", "outputToken": "nextToken", "items": "codeCoverages", "pageSize": "maxResults" } } }, "com.amazonaws.codebuild#DescribeCodeCoveragesInput": { "type": "structure", "members": { "reportArn": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "nextToken": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "maxResults": { "target": "com.amazonaws.codebuild#PageSize", "traits": { "smithy.api#documentation": "

The maximum number of results to return.

" } }, "sortOrder": { "target": "com.amazonaws.codebuild#SortOrderType", "traits": { "smithy.api#documentation": "

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

" } }, "sortBy": { "target": "com.amazonaws.codebuild#ReportCodeCoverageSortByType", "traits": { "smithy.api#documentation": "

Specifies how the results are sorted. Possible values are:

\n
\n
FILE_PATH
\n
\n

The results are sorted by file path.

\n
\n
LINE_COVERAGE_PERCENTAGE
\n
\n

The results are sorted by the percentage of lines that are covered.

\n
\n
" } }, "minLineCoveragePercentage": { "target": "com.amazonaws.codebuild#Percentage", "traits": { "smithy.api#documentation": "

The minimum line coverage percentage to report.

" } }, "maxLineCoveragePercentage": { "target": "com.amazonaws.codebuild#Percentage", "traits": { "smithy.api#documentation": "

The maximum line coverage percentage to report.

" } } } }, "com.amazonaws.codebuild#DescribeCodeCoveragesOutput": { "type": "structure", "members": { "nextToken": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "codeCoverages": { "target": "com.amazonaws.codebuild#CodeCoverages", "traits": { "smithy.api#documentation": "

An array of CodeCoverage objects that contain the results.

" } } } }, "com.amazonaws.codebuild#DescribeTestCases": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#DescribeTestCasesInput" }, "output": { "target": "com.amazonaws.codebuild#DescribeTestCasesOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" }, { "target": "com.amazonaws.codebuild#ResourceNotFoundException" } ], "traits": { "smithy.api#documentation": "

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

", "smithy.api#paginated": { "inputToken": "nextToken", "outputToken": "nextToken", "items": "testCases", "pageSize": "maxResults" } } }, "com.amazonaws.codebuild#DescribeTestCasesInput": { "type": "structure", "members": { "reportArn": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "nextToken": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "maxResults": { "target": "com.amazonaws.codebuild#PageSize", "traits": { "smithy.api#documentation": "

\n The maximum number of paginated test cases returned per response. Use nextToken to iterate pages in\n the list of returned TestCase objects. The default value is 100.\n

" } }, "filter": { "target": "com.amazonaws.codebuild#TestCaseFilter", "traits": { "smithy.api#documentation": "

\n A TestCaseFilter object used to filter the returned reports.\n

" } } } }, "com.amazonaws.codebuild#DescribeTestCasesOutput": { "type": "structure", "members": { "nextToken": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "testCases": { "target": "com.amazonaws.codebuild#TestCases", "traits": { "smithy.api#documentation": "

\n The returned list of test cases.\n

" } } } }, "com.amazonaws.codebuild#EnvironmentImage": { "type": "structure", "members": { "name": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

The name of the Docker image.

" } }, "description": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

The description of the Docker image.

" } }, "versions": { "target": "com.amazonaws.codebuild#ImageVersions", "traits": { "smithy.api#documentation": "

A list of environment image versions.

" } } }, "traits": { "smithy.api#documentation": "

Information about a Docker image that is managed by AWS CodeBuild.

" } }, "com.amazonaws.codebuild#EnvironmentImages": { "type": "list", "member": { "target": "com.amazonaws.codebuild#EnvironmentImage" } }, "com.amazonaws.codebuild#EnvironmentLanguage": { "type": "structure", "members": { "language": { "target": "com.amazonaws.codebuild#LanguageType", "traits": { "smithy.api#documentation": "

The programming language for the Docker images.

" } }, "images": { "target": "com.amazonaws.codebuild#EnvironmentImages", "traits": { "smithy.api#documentation": "

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

" } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#EnvironmentLanguages": { "type": "list", "member": { "target": "com.amazonaws.codebuild#EnvironmentLanguage" } }, "com.amazonaws.codebuild#EnvironmentPlatform": { "type": "structure", "members": { "platform": { "target": "com.amazonaws.codebuild#PlatformType", "traits": { "smithy.api#documentation": "

The platform's name.

" } }, "languages": { "target": "com.amazonaws.codebuild#EnvironmentLanguages", "traits": { "smithy.api#documentation": "

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

" } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#EnvironmentPlatforms": { "type": "list", "member": { "target": "com.amazonaws.codebuild#EnvironmentPlatform" } }, "com.amazonaws.codebuild#EnvironmentType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "WINDOWS_CONTAINER", "name": "WINDOWS_CONTAINER" }, { "value": "LINUX_CONTAINER", "name": "LINUX_CONTAINER" }, { "value": "LINUX_GPU_CONTAINER", "name": "LINUX_GPU_CONTAINER" }, { "value": "ARM_CONTAINER", "name": "ARM_CONTAINER" }, { "value": "WINDOWS_SERVER_2019_CONTAINER", "name": "WINDOWS_SERVER_2019_CONTAINER" } ] } }, "com.amazonaws.codebuild#EnvironmentVariable": { "type": "structure", "members": { "name": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The name or key of the environment variable.

", "smithy.api#required": {} } }, "value": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

The value of the environment variable.

\n \n

We strongly discourage the use of PLAINTEXT environment variables to\n store sensitive values, especially AWS secret key IDs and secret access keys.\n PLAINTEXT environment variables can be displayed in plain text\n using the AWS CodeBuild console and the AWS Command Line Interface (AWS CLI). For sensitive values, we recommend you use an\n environment variable of type PARAMETER_STORE or\n SECRETS_MANAGER.

\n
", "smithy.api#required": {} } }, "type": { "target": "com.amazonaws.codebuild#EnvironmentVariableType", "traits": { "smithy.api#documentation": "

The type of environment variable. Valid values include:

\n " } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#EnvironmentVariableType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "PLAINTEXT", "name": "PLAINTEXT" }, { "value": "PARAMETER_STORE", "name": "PARAMETER_STORE" }, { "value": "SECRETS_MANAGER", "name": "SECRETS_MANAGER" } ] } }, "com.amazonaws.codebuild#EnvironmentVariables": { "type": "list", "member": { "target": "com.amazonaws.codebuild#EnvironmentVariable" } }, "com.amazonaws.codebuild#ExportedEnvironmentVariable": { "type": "structure", "members": { "name": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The name of the exported environment variable.

" } }, "value": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

The value assigned to the exported environment variable.

" } } }, "traits": { "smithy.api#documentation": "

Contains information about an exported environment variable.

\n

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

\n \n

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

\n
" } }, "com.amazonaws.codebuild#ExportedEnvironmentVariables": { "type": "list", "member": { "target": "com.amazonaws.codebuild#ExportedEnvironmentVariable" } }, "com.amazonaws.codebuild#FileSystemType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "EFS", "name": "EFS" } ] } }, "com.amazonaws.codebuild#FilterGroup": { "type": "list", "member": { "target": "com.amazonaws.codebuild#WebhookFilter" } }, "com.amazonaws.codebuild#FilterGroups": { "type": "list", "member": { "target": "com.amazonaws.codebuild#FilterGroup" } }, "com.amazonaws.codebuild#GetReportGroupTrend": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#GetReportGroupTrendInput" }, "output": { "target": "com.amazonaws.codebuild#GetReportGroupTrendOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" }, { "target": "com.amazonaws.codebuild#ResourceNotFoundException" } ], "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#GetReportGroupTrendInput": { "type": "structure", "members": { "reportGroupArn": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "numOfReports": { "target": "com.amazonaws.codebuild#PageSize", "traits": { "smithy.api#documentation": "

The number of reports to analyze. This operation always retrieves the most recent\n reports.

\n

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

" } }, "trendField": { "target": "com.amazonaws.codebuild#ReportGroupTrendFieldType", "traits": { "smithy.api#documentation": "

The test report value to accumulate. This must be one of the following values:

\n
\n
Test reports:
\n
\n
\n
DURATION
\n
\n

Accumulate the test run times for the specified\n reports.

\n
\n
PASS_RATE
\n
\n

Accumulate the percentage of tests that passed for the\n specified test reports.

\n
\n
TOTAL
\n
\n

Accumulate the total number of tests for the specified test\n reports.

\n
\n
\n
\n
\n
\n
Code coverage reports:
\n
\n
\n
BRANCH_COVERAGE
\n
\n

Accumulate the branch coverage percentages for the specified\n test reports.

\n
\n
BRANCHES_COVERED
\n
\n

Accumulate the branches covered values for the specified test\n reports.

\n
\n
BRANCHES_MISSED
\n
\n

Accumulate the branches missed values for the specified test\n reports.

\n
\n
LINE_COVERAGE
\n
\n

Accumulate the line coverage percentages for the specified\n test reports.

\n
\n
LINES_COVERED
\n
\n

Accumulate the lines covered values for the specified test\n reports.

\n
\n
LINES_MISSED
\n
\n

Accumulate the lines not covered values for the specified test\n reports.

\n
\n
\n
\n
", "smithy.api#required": {} } } } }, "com.amazonaws.codebuild#GetReportGroupTrendOutput": { "type": "structure", "members": { "stats": { "target": "com.amazonaws.codebuild#ReportGroupTrendStats", "traits": { "smithy.api#documentation": "

Contains the accumulated trend data.

" } }, "rawData": { "target": "com.amazonaws.codebuild#ReportGroupTrendRawDataList", "traits": { "smithy.api#documentation": "

An array that contains the raw data for each report.

" } } } }, "com.amazonaws.codebuild#GetResourcePolicy": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#GetResourcePolicyInput" }, "output": { "target": "com.amazonaws.codebuild#GetResourcePolicyOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" }, { "target": "com.amazonaws.codebuild#ResourceNotFoundException" } ], "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#GetResourcePolicyInput": { "type": "structure", "members": { "resourceArn": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } } } }, "com.amazonaws.codebuild#GetResourcePolicyOutput": { "type": "structure", "members": { "policy": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.codebuild#GitCloneDepth": { "type": "integer", "traits": { "smithy.api#box": {}, "smithy.api#range": { "min": 0 } } }, "com.amazonaws.codebuild#GitSubmodulesConfig": { "type": "structure", "members": { "fetchSubmodules": { "target": "com.amazonaws.codebuild#WrapperBoolean", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#Identifiers": { "type": "list", "member": { "target": "com.amazonaws.codebuild#NonEmptyString" } }, "com.amazonaws.codebuild#ImagePullCredentialsType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "CODEBUILD", "name": "CODEBUILD" }, { "value": "SERVICE_ROLE", "name": "SERVICE_ROLE" } ] } }, "com.amazonaws.codebuild#ImageVersions": { "type": "list", "member": { "target": "com.amazonaws.codebuild#String" } }, "com.amazonaws.codebuild#ImportSourceCredentials": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#ImportSourceCredentialsInput" }, "output": { "target": "com.amazonaws.codebuild#ImportSourceCredentialsOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#AccountLimitExceededException" }, { "target": "com.amazonaws.codebuild#InvalidInputException" }, { "target": "com.amazonaws.codebuild#ResourceAlreadyExistsException" } ], "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#ImportSourceCredentialsInput": { "type": "structure", "members": { "username": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

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

" } }, "token": { "target": "com.amazonaws.codebuild#SensitiveNonEmptyString", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "serverType": { "target": "com.amazonaws.codebuild#ServerType", "traits": { "smithy.api#documentation": "

The source provider used for this project.

", "smithy.api#required": {} } }, "authType": { "target": "com.amazonaws.codebuild#AuthType", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "shouldOverwrite": { "target": "com.amazonaws.codebuild#WrapperBoolean", "traits": { "smithy.api#documentation": "

Set to false to prevent overwriting the repository source credentials.\n Set to true to overwrite the repository source credentials. The default\n value is true.

" } } } }, "com.amazonaws.codebuild#ImportSourceCredentialsOutput": { "type": "structure", "members": { "arn": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the token.

" } } } }, "com.amazonaws.codebuild#InvalidInputException": { "type": "structure", "members": { "message": { "target": "com.amazonaws.codebuild#String" } }, "traits": { "smithy.api#documentation": "

The input value that was provided is not valid.

", "smithy.api#error": "client" } }, "com.amazonaws.codebuild#InvalidateProjectCache": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#InvalidateProjectCacheInput" }, "output": { "target": "com.amazonaws.codebuild#InvalidateProjectCacheOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" }, { "target": "com.amazonaws.codebuild#ResourceNotFoundException" } ], "traits": { "smithy.api#documentation": "

Resets the cache for a project.

" } }, "com.amazonaws.codebuild#InvalidateProjectCacheInput": { "type": "structure", "members": { "projectName": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } } } }, "com.amazonaws.codebuild#InvalidateProjectCacheOutput": { "type": "structure", "members": {} }, "com.amazonaws.codebuild#KeyInput": { "type": "string", "traits": { "smithy.api#length": { "min": 1, "max": 127 }, "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=@+\\-]*)$" } }, "com.amazonaws.codebuild#LanguageType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "JAVA", "name": "JAVA" }, { "value": "PYTHON", "name": "PYTHON" }, { "value": "NODE_JS", "name": "NODE_JS" }, { "value": "RUBY", "name": "RUBY" }, { "value": "GOLANG", "name": "GOLANG" }, { "value": "DOCKER", "name": "DOCKER" }, { "value": "ANDROID", "name": "ANDROID" }, { "value": "DOTNET", "name": "DOTNET" }, { "value": "BASE", "name": "BASE" }, { "value": "PHP", "name": "PHP" } ] } }, "com.amazonaws.codebuild#ListBuildBatches": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#ListBuildBatchesInput" }, "output": { "target": "com.amazonaws.codebuild#ListBuildBatchesOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" } ], "traits": { "smithy.api#documentation": "

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

", "smithy.api#paginated": { "inputToken": "nextToken", "outputToken": "nextToken", "items": "ids", "pageSize": "maxResults" } } }, "com.amazonaws.codebuild#ListBuildBatchesForProject": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#ListBuildBatchesForProjectInput" }, "output": { "target": "com.amazonaws.codebuild#ListBuildBatchesForProjectOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" }, { "target": "com.amazonaws.codebuild#ResourceNotFoundException" } ], "traits": { "smithy.api#documentation": "

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

", "smithy.api#paginated": { "inputToken": "nextToken", "outputToken": "nextToken", "items": "ids", "pageSize": "maxResults" } } }, "com.amazonaws.codebuild#ListBuildBatchesForProjectInput": { "type": "structure", "members": { "projectName": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The name of the project.

" } }, "filter": { "target": "com.amazonaws.codebuild#BuildBatchFilter", "traits": { "smithy.api#documentation": "

A BuildBatchFilter object that specifies the filters for the search.

" } }, "maxResults": { "target": "com.amazonaws.codebuild#PageSize", "traits": { "smithy.api#documentation": "

The maximum number of results to return.

" } }, "sortOrder": { "target": "com.amazonaws.codebuild#SortOrderType", "traits": { "smithy.api#documentation": "

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

\n " } }, "nextToken": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.codebuild#ListBuildBatchesForProjectOutput": { "type": "structure", "members": { "ids": { "target": "com.amazonaws.codebuild#BuildBatchIds", "traits": { "smithy.api#documentation": "

An array of strings that contains the batch build identifiers.

" } }, "nextToken": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.codebuild#ListBuildBatchesInput": { "type": "structure", "members": { "filter": { "target": "com.amazonaws.codebuild#BuildBatchFilter", "traits": { "smithy.api#documentation": "

A BuildBatchFilter object that specifies the filters for the search.

" } }, "maxResults": { "target": "com.amazonaws.codebuild#PageSize", "traits": { "smithy.api#documentation": "

The maximum number of results to return.

" } }, "sortOrder": { "target": "com.amazonaws.codebuild#SortOrderType", "traits": { "smithy.api#documentation": "

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

\n " } }, "nextToken": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.codebuild#ListBuildBatchesOutput": { "type": "structure", "members": { "ids": { "target": "com.amazonaws.codebuild#BuildBatchIds", "traits": { "smithy.api#documentation": "

An array of strings that contains the batch build identifiers.

" } }, "nextToken": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.codebuild#ListBuilds": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#ListBuildsInput" }, "output": { "target": "com.amazonaws.codebuild#ListBuildsOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" } ], "traits": { "smithy.api#documentation": "

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

", "smithy.api#paginated": { "inputToken": "nextToken", "outputToken": "nextToken", "items": "ids" } } }, "com.amazonaws.codebuild#ListBuildsForProject": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#ListBuildsForProjectInput" }, "output": { "target": "com.amazonaws.codebuild#ListBuildsForProjectOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" }, { "target": "com.amazonaws.codebuild#ResourceNotFoundException" } ], "traits": { "smithy.api#documentation": "

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

", "smithy.api#paginated": { "inputToken": "nextToken", "outputToken": "nextToken", "items": "ids" } } }, "com.amazonaws.codebuild#ListBuildsForProjectInput": { "type": "structure", "members": { "projectName": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The name of the AWS CodeBuild project.

", "smithy.api#required": {} } }, "sortOrder": { "target": "com.amazonaws.codebuild#SortOrderType", "traits": { "smithy.api#documentation": "

The order to list results in. The results are sorted by build number, not the build\n identifier.

\n

Valid values include:

\n \n

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

" } }, "nextToken": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.codebuild#ListBuildsForProjectOutput": { "type": "structure", "members": { "ids": { "target": "com.amazonaws.codebuild#BuildIds", "traits": { "smithy.api#documentation": "

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

" } }, "nextToken": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.codebuild#ListBuildsInput": { "type": "structure", "members": { "sortOrder": { "target": "com.amazonaws.codebuild#SortOrderType", "traits": { "smithy.api#documentation": "

The order to list build IDs. Valid values include:

\n " } }, "nextToken": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.codebuild#ListBuildsOutput": { "type": "structure", "members": { "ids": { "target": "com.amazonaws.codebuild#BuildIds", "traits": { "smithy.api#documentation": "

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

" } }, "nextToken": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.codebuild#ListCuratedEnvironmentImages": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#ListCuratedEnvironmentImagesInput" }, "output": { "target": "com.amazonaws.codebuild#ListCuratedEnvironmentImagesOutput" }, "traits": { "smithy.api#documentation": "

Gets information about Docker images that are managed by AWS CodeBuild.

" } }, "com.amazonaws.codebuild#ListCuratedEnvironmentImagesInput": { "type": "structure", "members": {} }, "com.amazonaws.codebuild#ListCuratedEnvironmentImagesOutput": { "type": "structure", "members": { "platforms": { "target": "com.amazonaws.codebuild#EnvironmentPlatforms", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.codebuild#ListProjects": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#ListProjectsInput" }, "output": { "target": "com.amazonaws.codebuild#ListProjectsOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" } ], "traits": { "smithy.api#documentation": "

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

", "smithy.api#paginated": { "inputToken": "nextToken", "outputToken": "nextToken", "items": "projects" } } }, "com.amazonaws.codebuild#ListProjectsInput": { "type": "structure", "members": { "sortBy": { "target": "com.amazonaws.codebuild#ProjectSortByType", "traits": { "smithy.api#documentation": "

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

\n \n

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

" } }, "sortOrder": { "target": "com.amazonaws.codebuild#SortOrderType", "traits": { "smithy.api#documentation": "

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

\n \n

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

" } }, "nextToken": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.codebuild#ListProjectsOutput": { "type": "structure", "members": { "nextToken": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "projects": { "target": "com.amazonaws.codebuild#ProjectNames", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.codebuild#ListReportGroups": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#ListReportGroupsInput" }, "output": { "target": "com.amazonaws.codebuild#ListReportGroupsOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" } ], "traits": { "smithy.api#documentation": "

\n Gets a list ARNs for the report groups in the current AWS account.\n

", "smithy.api#paginated": { "inputToken": "nextToken", "outputToken": "nextToken", "items": "reportGroups", "pageSize": "maxResults" } } }, "com.amazonaws.codebuild#ListReportGroupsInput": { "type": "structure", "members": { "sortOrder": { "target": "com.amazonaws.codebuild#SortOrderType", "traits": { "smithy.api#documentation": "

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

" } }, "sortBy": { "target": "com.amazonaws.codebuild#ReportGroupSortByType", "traits": { "smithy.api#documentation": "

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

\n " } }, "nextToken": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "maxResults": { "target": "com.amazonaws.codebuild#PageSize", "traits": { "smithy.api#documentation": "

\n The maximum number of paginated report groups returned per response. Use nextToken to iterate pages in\n the list of returned ReportGroup objects. The default value is 100.\n

" } } } }, "com.amazonaws.codebuild#ListReportGroupsOutput": { "type": "structure", "members": { "nextToken": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "reportGroups": { "target": "com.amazonaws.codebuild#ReportGroupArns", "traits": { "smithy.api#documentation": "

\n The list of ARNs for the report groups in the current AWS account.\n

" } } } }, "com.amazonaws.codebuild#ListReports": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#ListReportsInput" }, "output": { "target": "com.amazonaws.codebuild#ListReportsOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" } ], "traits": { "smithy.api#documentation": "

\n Returns a list of ARNs for the reports in the current AWS account.\n

", "smithy.api#paginated": { "inputToken": "nextToken", "outputToken": "nextToken", "items": "reports", "pageSize": "maxResults" } } }, "com.amazonaws.codebuild#ListReportsForReportGroup": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#ListReportsForReportGroupInput" }, "output": { "target": "com.amazonaws.codebuild#ListReportsForReportGroupOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" }, { "target": "com.amazonaws.codebuild#ResourceNotFoundException" } ], "traits": { "smithy.api#documentation": "

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

", "smithy.api#paginated": { "inputToken": "nextToken", "outputToken": "nextToken", "items": "reports", "pageSize": "maxResults" } } }, "com.amazonaws.codebuild#ListReportsForReportGroupInput": { "type": "structure", "members": { "reportGroupArn": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "nextToken": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "sortOrder": { "target": "com.amazonaws.codebuild#SortOrderType", "traits": { "smithy.api#documentation": "

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

" } }, "maxResults": { "target": "com.amazonaws.codebuild#PageSize", "traits": { "smithy.api#documentation": "

\n The maximum number of paginated reports in this report group returned per response. Use nextToken to iterate pages in\n the list of returned Report objects. The default value is 100.\n

" } }, "filter": { "target": "com.amazonaws.codebuild#ReportFilter", "traits": { "smithy.api#documentation": "

\n A ReportFilter object used to filter the returned reports.\n

" } } } }, "com.amazonaws.codebuild#ListReportsForReportGroupOutput": { "type": "structure", "members": { "nextToken": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "reports": { "target": "com.amazonaws.codebuild#ReportArns", "traits": { "smithy.api#documentation": "

\n The list of report ARNs.\n

" } } } }, "com.amazonaws.codebuild#ListReportsInput": { "type": "structure", "members": { "sortOrder": { "target": "com.amazonaws.codebuild#SortOrderType", "traits": { "smithy.api#documentation": "

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

\n " } }, "nextToken": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "maxResults": { "target": "com.amazonaws.codebuild#PageSize", "traits": { "smithy.api#documentation": "

\n The maximum number of paginated reports returned per response. Use nextToken to iterate pages in\n the list of returned Report objects. The default value is 100.\n

" } }, "filter": { "target": "com.amazonaws.codebuild#ReportFilter", "traits": { "smithy.api#documentation": "

\n A ReportFilter object used to filter the returned reports.\n

" } } } }, "com.amazonaws.codebuild#ListReportsOutput": { "type": "structure", "members": { "nextToken": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "reports": { "target": "com.amazonaws.codebuild#ReportArns", "traits": { "smithy.api#documentation": "

\n The list of returned ARNs for the reports in the current AWS account.\n

" } } } }, "com.amazonaws.codebuild#ListSharedProjects": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#ListSharedProjectsInput" }, "output": { "target": "com.amazonaws.codebuild#ListSharedProjectsOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" } ], "traits": { "smithy.api#documentation": "

Gets a list of projects that are shared with other AWS accounts or users.

", "smithy.api#paginated": { "inputToken": "nextToken", "outputToken": "nextToken", "items": "projects", "pageSize": "maxResults" } } }, "com.amazonaws.codebuild#ListSharedProjectsInput": { "type": "structure", "members": { "sortBy": { "target": "com.amazonaws.codebuild#SharedResourceSortByType", "traits": { "smithy.api#documentation": "

The criterion to be used to list build projects shared with the current AWS account\n or user. Valid values include:

\n " } }, "sortOrder": { "target": "com.amazonaws.codebuild#SortOrderType", "traits": { "smithy.api#documentation": "

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

\n " } }, "maxResults": { "target": "com.amazonaws.codebuild#PageSize", "traits": { "smithy.api#documentation": "

The maximum number of paginated shared build projects returned per response. Use\n nextToken to iterate pages in the list of returned Project\n objects. The default value is 100.

" } }, "nextToken": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.codebuild#ListSharedProjectsOutput": { "type": "structure", "members": { "nextToken": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "projects": { "target": "com.amazonaws.codebuild#ProjectArns", "traits": { "smithy.api#documentation": "

The list of ARNs for the build projects shared with the current AWS account or user.\n

" } } } }, "com.amazonaws.codebuild#ListSharedReportGroups": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#ListSharedReportGroupsInput" }, "output": { "target": "com.amazonaws.codebuild#ListSharedReportGroupsOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" } ], "traits": { "smithy.api#documentation": "

Gets a list of report groups that are shared with other AWS accounts or users.\n

", "smithy.api#paginated": { "inputToken": "nextToken", "outputToken": "nextToken", "items": "reportGroups", "pageSize": "maxResults" } } }, "com.amazonaws.codebuild#ListSharedReportGroupsInput": { "type": "structure", "members": { "sortOrder": { "target": "com.amazonaws.codebuild#SortOrderType", "traits": { "smithy.api#documentation": "

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

\n " } }, "sortBy": { "target": "com.amazonaws.codebuild#SharedResourceSortByType", "traits": { "smithy.api#documentation": "

The criterion to be used to list report groups shared with the current AWS account or\n user. Valid values include:

\n " } }, "nextToken": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "maxResults": { "target": "com.amazonaws.codebuild#PageSize", "traits": { "smithy.api#documentation": "

The maximum number of paginated shared report groups per response. Use\n nextToken to iterate pages in the list of returned\n ReportGroup objects. The default value is 100.

" } } } }, "com.amazonaws.codebuild#ListSharedReportGroupsOutput": { "type": "structure", "members": { "nextToken": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "reportGroups": { "target": "com.amazonaws.codebuild#ReportGroupArns", "traits": { "smithy.api#documentation": "

The list of ARNs for the report groups shared with the current AWS account or user.\n

" } } } }, "com.amazonaws.codebuild#ListSourceCredentials": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#ListSourceCredentialsInput" }, "output": { "target": "com.amazonaws.codebuild#ListSourceCredentialsOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" } ], "traits": { "smithy.api#documentation": "

Returns a list of SourceCredentialsInfo objects.

" } }, "com.amazonaws.codebuild#ListSourceCredentialsInput": { "type": "structure", "members": {} }, "com.amazonaws.codebuild#ListSourceCredentialsOutput": { "type": "structure", "members": { "sourceCredentialsInfos": { "target": "com.amazonaws.codebuild#SourceCredentialsInfos", "traits": { "smithy.api#documentation": "

A list of SourceCredentialsInfo objects. Each\n SourceCredentialsInfo object includes the authentication type, token\n ARN, and type of source provider for one set of credentials.

" } } } }, "com.amazonaws.codebuild#LogsConfig": { "type": "structure", "members": { "cloudWatchLogs": { "target": "com.amazonaws.codebuild#CloudWatchLogsConfig", "traits": { "smithy.api#documentation": "

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

" } }, "s3Logs": { "target": "com.amazonaws.codebuild#S3LogsConfig", "traits": { "smithy.api#documentation": "

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

" } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#LogsConfigStatusType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "ENABLED", "name": "ENABLED" }, { "value": "DISABLED", "name": "DISABLED" } ] } }, "com.amazonaws.codebuild#LogsLocation": { "type": "structure", "members": { "groupName": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "streamName": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "deepLink": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

The URL to an individual build log in Amazon CloudWatch Logs.

" } }, "s3DeepLink": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

The URL to a build log in an S3 bucket.

" } }, "cloudWatchLogsArn": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "s3LogsArn": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "cloudWatchLogs": { "target": "com.amazonaws.codebuild#CloudWatchLogsConfig", "traits": { "smithy.api#documentation": "

Information about Amazon CloudWatch Logs for a build project.

" } }, "s3Logs": { "target": "com.amazonaws.codebuild#S3LogsConfig", "traits": { "smithy.api#documentation": "

Information about S3 logs for a build project.

" } } }, "traits": { "smithy.api#documentation": "

Information about build logs in Amazon CloudWatch Logs.

" } }, "com.amazonaws.codebuild#NetworkInterface": { "type": "structure", "members": { "subnetId": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The ID of the subnet.

" } }, "networkInterfaceId": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The ID of the network interface.

" } } }, "traits": { "smithy.api#documentation": "

Describes a network interface.

" } }, "com.amazonaws.codebuild#NonEmptyString": { "type": "string", "traits": { "smithy.api#length": { "min": 1 } } }, "com.amazonaws.codebuild#NonNegativeInt": { "type": "integer", "traits": { "smithy.api#box": {}, "smithy.api#range": { "min": 0 } } }, "com.amazonaws.codebuild#OAuthProviderException": { "type": "structure", "members": { "message": { "target": "com.amazonaws.codebuild#String" } }, "traits": { "smithy.api#documentation": "

There was a problem with the underlying OAuth provider.

", "smithy.api#error": "client" } }, "com.amazonaws.codebuild#PageSize": { "type": "integer", "traits": { "smithy.api#box": {}, "smithy.api#range": { "min": 1, "max": 100 } } }, "com.amazonaws.codebuild#Percentage": { "type": "double", "traits": { "smithy.api#box": {}, "smithy.api#range": { "min": 0, "max": 100 } } }, "com.amazonaws.codebuild#PhaseContext": { "type": "structure", "members": { "statusCode": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

The status code for the context of the build phase.

" } }, "message": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#PhaseContexts": { "type": "list", "member": { "target": "com.amazonaws.codebuild#PhaseContext" } }, "com.amazonaws.codebuild#PlatformType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "DEBIAN", "name": "DEBIAN" }, { "value": "AMAZON_LINUX", "name": "AMAZON_LINUX" }, { "value": "UBUNTU", "name": "UBUNTU" }, { "value": "WINDOWS_SERVER", "name": "WINDOWS_SERVER" } ] } }, "com.amazonaws.codebuild#Project": { "type": "structure", "members": { "name": { "target": "com.amazonaws.codebuild#ProjectName", "traits": { "smithy.api#documentation": "

The name of the build project.

" } }, "arn": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "description": { "target": "com.amazonaws.codebuild#ProjectDescription", "traits": { "smithy.api#documentation": "

A description that makes the build project easy to identify.

" } }, "source": { "target": "com.amazonaws.codebuild#ProjectSource", "traits": { "smithy.api#documentation": "

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

" } }, "secondarySources": { "target": "com.amazonaws.codebuild#ProjectSources", "traits": { "smithy.api#documentation": "

An array of ProjectSource objects.

" } }, "sourceVersion": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

\n \n

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

\n

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

" } }, "secondarySourceVersions": { "target": "com.amazonaws.codebuild#ProjectSecondarySourceVersions", "traits": { "smithy.api#documentation": "

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

" } }, "artifacts": { "target": "com.amazonaws.codebuild#ProjectArtifacts", "traits": { "smithy.api#documentation": "

Information about the build output artifacts for the build project.

" } }, "secondaryArtifacts": { "target": "com.amazonaws.codebuild#ProjectArtifactsList", "traits": { "smithy.api#documentation": "

An array of ProjectArtifacts objects.

" } }, "cache": { "target": "com.amazonaws.codebuild#ProjectCache", "traits": { "smithy.api#documentation": "

Information about the cache for the build project.

" } }, "environment": { "target": "com.amazonaws.codebuild#ProjectEnvironment", "traits": { "smithy.api#documentation": "

Information about the build environment for this build project.

" } }, "serviceRole": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The ARN of the AWS Identity and Access Management (IAM) role that enables AWS CodeBuild to interact with dependent AWS services\n on behalf of the AWS account.

" } }, "timeoutInMinutes": { "target": "com.amazonaws.codebuild#TimeOut", "traits": { "smithy.api#documentation": "

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

" } }, "queuedTimeoutInMinutes": { "target": "com.amazonaws.codebuild#TimeOut", "traits": { "smithy.api#documentation": "

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

" } }, "encryptionKey": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the build output\n artifacts.

\n \n

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

\n
\n

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

" } }, "tags": { "target": "com.amazonaws.codebuild#TagList", "traits": { "smithy.api#documentation": "

A list of tag key and value pairs associated with this build project.

\n

These tags are available for use by AWS services that support AWS CodeBuild build project\n tags.

" } }, "created": { "target": "com.amazonaws.codebuild#Timestamp", "traits": { "smithy.api#documentation": "

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

" } }, "lastModified": { "target": "com.amazonaws.codebuild#Timestamp", "traits": { "smithy.api#documentation": "

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

" } }, "webhook": { "target": "com.amazonaws.codebuild#Webhook", "traits": { "smithy.api#documentation": "

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

" } }, "vpcConfig": { "target": "com.amazonaws.codebuild#VpcConfig", "traits": { "smithy.api#documentation": "

Information about the VPC configuration that AWS CodeBuild accesses.

" } }, "badge": { "target": "com.amazonaws.codebuild#ProjectBadge", "traits": { "smithy.api#documentation": "

Information about the build badge for the build project.

" } }, "logsConfig": { "target": "com.amazonaws.codebuild#LogsConfig", "traits": { "smithy.api#documentation": "

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

" } }, "fileSystemLocations": { "target": "com.amazonaws.codebuild#ProjectFileSystemLocations", "traits": { "smithy.api#documentation": "

\n An array of ProjectFileSystemLocation objects for a CodeBuild build project. A ProjectFileSystemLocation object \n specifies the identifier, location, mountOptions, \n mountPoint, and type of a file system created using Amazon Elastic File System.\n

" } }, "buildBatchConfig": { "target": "com.amazonaws.codebuild#ProjectBuildBatchConfig", "traits": { "smithy.api#documentation": "

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

" } }, "concurrentBuildLimit": { "target": "com.amazonaws.codebuild#WrapperInt", "traits": { "smithy.api#documentation": "

The maximum number of concurrent builds that are allowed for this project.

\n

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

" } } }, "traits": { "smithy.api#documentation": "

Information about a build project.

" } }, "com.amazonaws.codebuild#ProjectArns": { "type": "list", "member": { "target": "com.amazonaws.codebuild#NonEmptyString" }, "traits": { "smithy.api#length": { "min": 1, "max": 100 } } }, "com.amazonaws.codebuild#ProjectArtifacts": { "type": "structure", "members": { "type": { "target": "com.amazonaws.codebuild#ArtifactsType", "traits": { "smithy.api#documentation": "

The type of build output artifact. Valid values include:

\n ", "smithy.api#required": {} } }, "location": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

Information about the build output artifact location:

\n " } }, "path": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

\n \n

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

" } }, "namespaceType": { "target": "com.amazonaws.codebuild#ArtifactNamespace", "traits": { "smithy.api#documentation": "

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

\n \n

For example, if path is set to MyArtifacts,\n namespaceType is set to BUILD_ID, and name is\n set to MyArtifact.zip, the output artifact is stored in\n MyArtifacts//MyArtifact.zip.

" } }, "name": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

\n \n

For example:

\n " } }, "packaging": { "target": "com.amazonaws.codebuild#ArtifactPackaging", "traits": { "smithy.api#documentation": "

The type of build output artifact to create:

\n " } }, "overrideArtifactName": { "target": "com.amazonaws.codebuild#WrapperBoolean", "traits": { "smithy.api#documentation": "

If this flag is set, a name specified in the buildspec file overrides the artifact\n name. The name specified in a buildspec file is calculated at build time and uses the\n Shell Command Language. For example, you can append a date and time to your artifact\n name so that it is always unique.

" } }, "encryptionDisabled": { "target": "com.amazonaws.codebuild#WrapperBoolean", "traits": { "smithy.api#documentation": "

Set to true if you do not want your output artifacts encrypted. This option is valid\n only if your artifacts type is Amazon S3. If this is set with another artifacts type, an\n invalidInputException is thrown.

" } }, "artifactIdentifier": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

An identifier for this artifact definition.

" } }, "bucketOwnerAccess": { "target": "com.amazonaws.codebuild#BucketOwnerAccess" } }, "traits": { "smithy.api#documentation": "

Information about the build output artifacts for the build project.

" } }, "com.amazonaws.codebuild#ProjectArtifactsList": { "type": "list", "member": { "target": "com.amazonaws.codebuild#ProjectArtifacts" }, "traits": { "smithy.api#length": { "min": 0, "max": 12 } } }, "com.amazonaws.codebuild#ProjectBadge": { "type": "structure", "members": { "badgeEnabled": { "target": "com.amazonaws.codebuild#Boolean", "traits": { "smithy.api#documentation": "

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

" } }, "badgeRequestUrl": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } } }, "traits": { "smithy.api#documentation": "

Information about the build badge for the build project.

" } }, "com.amazonaws.codebuild#ProjectBuildBatchConfig": { "type": "structure", "members": { "serviceRole": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

Specifies the service role ARN for the batch build project.

" } }, "combineArtifacts": { "target": "com.amazonaws.codebuild#WrapperBoolean", "traits": { "smithy.api#documentation": "

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

" } }, "restrictions": { "target": "com.amazonaws.codebuild#BatchRestrictions", "traits": { "smithy.api#documentation": "

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

" } }, "timeoutInMins": { "target": "com.amazonaws.codebuild#WrapperInt", "traits": { "smithy.api#documentation": "

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

" } } }, "traits": { "smithy.api#documentation": "

Contains configuration information about a batch build project.

" } }, "com.amazonaws.codebuild#ProjectCache": { "type": "structure", "members": { "type": { "target": "com.amazonaws.codebuild#CacheType", "traits": { "smithy.api#documentation": "

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

\n ", "smithy.api#required": {} } }, "location": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

Information about the cache location:

\n " } }, "modes": { "target": "com.amazonaws.codebuild#ProjectCacheModes", "traits": { "smithy.api#documentation": "

An array of strings that specify the local cache modes. You can use one or more local\n cache modes at the same time. This is only used for LOCAL cache\n types.

\n

Possible values are:

\n
\n
LOCAL_SOURCE_CACHE
\n
\n

Caches Git metadata for primary and secondary sources. After the cache is\n created, subsequent builds pull only the change between commits. This mode\n is a good choice for projects with a clean working directory and a source\n that is a large Git repository. If you choose this option and your project\n does not use a Git repository (GitHub, GitHub Enterprise, or Bitbucket), the\n option is ignored.

\n
\n
LOCAL_DOCKER_LAYER_CACHE
\n
\n

Caches existing Docker layers. This mode is a good choice for projects\n that build or pull large Docker images. It can prevent the performance\n issues caused by pulling large Docker images down from the network.

\n \n
    \n
  • \n

    You can use a Docker layer cache in the Linux environment\n only.

    \n
  • \n
  • \n

    The privileged flag must be set so that your\n project has the required Docker permissions.

    \n
  • \n
  • \n

    You should consider the security implications before you use a\n Docker layer cache.

    \n
  • \n
\n
\n
\n
LOCAL_CUSTOM_CACHE
\n
\n

Caches directories you specify in the buildspec file. This mode is a good\n choice if your build scenario is not suited to one of the other three local\n cache modes. If you use a custom cache:

\n \n
\n
" } } }, "traits": { "smithy.api#documentation": "

Information about the cache for the build project.

" } }, "com.amazonaws.codebuild#ProjectCacheModes": { "type": "list", "member": { "target": "com.amazonaws.codebuild#CacheMode" } }, "com.amazonaws.codebuild#ProjectDescription": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 255 } } }, "com.amazonaws.codebuild#ProjectEnvironment": { "type": "structure", "members": { "type": { "target": "com.amazonaws.codebuild#EnvironmentType", "traits": { "smithy.api#documentation": "

The type of build environment to use for related builds.

\n ", "smithy.api#required": {} } }, "image": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

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

\n ", "smithy.api#required": {} } }, "computeType": { "target": "com.amazonaws.codebuild#ComputeType", "traits": { "smithy.api#documentation": "

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

\n \n

If you use BUILD_GENERAL1_LARGE:

\n \n

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

", "smithy.api#required": {} } }, "environmentVariables": { "target": "com.amazonaws.codebuild#EnvironmentVariables", "traits": { "smithy.api#documentation": "

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

" } }, "privilegedMode": { "target": "com.amazonaws.codebuild#WrapperBoolean", "traits": { "smithy.api#documentation": "

Enables running the Docker daemon inside a Docker container. Set to true only if the\n build project is used to build Docker images. Otherwise, a build that attempts to\n interact with the Docker daemon fails. The default setting is false.

\n

You can initialize the Docker daemon during the install phase of your build by adding\n one of the following sets of commands to the install phase of your buildspec\n file:

\n

If the operating system's base image is Ubuntu Linux:

\n

\n - nohup /usr/local/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2375 --storage-driver=overlay&\n

\n

\n - timeout 15 sh -c \"until docker info; do echo .; sleep 1; done\"\n

\n

If the operating system's base image is Alpine Linux and the previous command does not\n work, add the -t argument to timeout:

\n

\n - nohup /usr/local/bin/dockerd --host=unix:///var/run/docker.sock --host=tcp://0.0.0.0:2375 --storage-driver=overlay&\n

\n

\n - timeout -t 15 sh -c \"until docker info; do echo .; sleep 1; done\"\n

" } }, "certificate": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

The ARN of the Amazon S3 bucket, path prefix, and object key that contains the PEM-encoded\n certificate for the build project. For more information, see certificate in the\n AWS CodeBuild User Guide.

" } }, "registryCredential": { "target": "com.amazonaws.codebuild#RegistryCredential", "traits": { "smithy.api#documentation": "

The credentials for access to a private registry.

" } }, "imagePullCredentialsType": { "target": "com.amazonaws.codebuild#ImagePullCredentialsType", "traits": { "smithy.api#documentation": "

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

\n \n

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

" } } }, "traits": { "smithy.api#documentation": "

Information about the build environment of the build project.

" } }, "com.amazonaws.codebuild#ProjectFileSystemLocation": { "type": "structure", "members": { "type": { "target": "com.amazonaws.codebuild#FileSystemType", "traits": { "smithy.api#documentation": "

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

" } }, "location": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

A string that specifies the location of the file system created by Amazon EFS. Its\n format is efs-dns-name:/directory-path. You can find the DNS name of file\n system when you view it in the AWS EFS console. The directory path is a path to a\n directory in the file system that CodeBuild mounts. For example, if the DNS name of a\n file system is fs-abcd1234.efs.us-west-2.amazonaws.com, and its mount\n directory is my-efs-mount-directory, then the location is\n fs-abcd1234.efs.us-west-2.amazonaws.com:/my-efs-mount-directory.

\n

The directory path in the format efs-dns-name:/directory-path is\n optional. If you do not specify a directory path, the location is only the DNS name and\n CodeBuild mounts the entire file system.

" } }, "mountPoint": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "identifier": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

The name used to access a file system created by Amazon EFS. CodeBuild creates an\n environment variable by appending the identifier in all capital letters to\n CODEBUILD_. For example, if you specify my_efs for\n identifier, a new environment variable is create named\n CODEBUILD_MY_EFS.

\n

The identifier is used to mount your file system.

" } }, "mountOptions": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

The mount options for a file system created by AWS EFS. The default mount options\n used by CodeBuild are\n nfsvers=4.1,rsize=1048576,wsize=1048576,hard,timeo=600,retrans=2. For\n more information, see Recommended NFS Mount\n Options.

" } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#ProjectFileSystemLocations": { "type": "list", "member": { "target": "com.amazonaws.codebuild#ProjectFileSystemLocation" } }, "com.amazonaws.codebuild#ProjectName": { "type": "string", "traits": { "smithy.api#length": { "min": 2, "max": 255 }, "smithy.api#pattern": "[A-Za-z0-9][A-Za-z0-9\\-_]{1,254}" } }, "com.amazonaws.codebuild#ProjectNames": { "type": "list", "member": { "target": "com.amazonaws.codebuild#NonEmptyString" }, "traits": { "smithy.api#length": { "min": 1, "max": 100 } } }, "com.amazonaws.codebuild#ProjectSecondarySourceVersions": { "type": "list", "member": { "target": "com.amazonaws.codebuild#ProjectSourceVersion" }, "traits": { "smithy.api#length": { "min": 0, "max": 12 } } }, "com.amazonaws.codebuild#ProjectSortByType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "NAME", "name": "NAME" }, { "value": "CREATED_TIME", "name": "CREATED_TIME" }, { "value": "LAST_MODIFIED_TIME", "name": "LAST_MODIFIED_TIME" } ] } }, "com.amazonaws.codebuild#ProjectSource": { "type": "structure", "members": { "type": { "target": "com.amazonaws.codebuild#SourceType", "traits": { "smithy.api#documentation": "

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

\n ", "smithy.api#required": {} } }, "location": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

\n " } }, "gitCloneDepth": { "target": "com.amazonaws.codebuild#GitCloneDepth", "traits": { "smithy.api#documentation": "

Information about the Git clone depth for the build project.

" } }, "gitSubmodulesConfig": { "target": "com.amazonaws.codebuild#GitSubmodulesConfig", "traits": { "smithy.api#documentation": "

Information about the Git submodules configuration for the build project.

" } }, "buildspec": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

The buildspec file declaration to use for the builds in this build project.

\n

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

" } }, "auth": { "target": "com.amazonaws.codebuild#SourceAuth", "traits": { "smithy.api#documentation": "

Information about the authorization settings for AWS CodeBuild to access the source code to be\n built.

\n

This information is for the AWS CodeBuild console's use only. Your code should not get or set\n this information directly.

" } }, "reportBuildStatus": { "target": "com.amazonaws.codebuild#WrapperBoolean", "traits": { "smithy.api#documentation": "

Set to true to report the status of a build's start and finish to your source\n provider. This option is valid only when your source provider is GitHub, GitHub\n Enterprise, or Bitbucket. If this is set and you use a different source provider, an\n invalidInputException is thrown.

\n

To be able to report the build status to the source provider, the user associated with the source provider must\nhave 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 AWS CodeBuild User Guide.

\n \n

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

\n
" } }, "buildStatusConfig": { "target": "com.amazonaws.codebuild#BuildStatusConfig", "traits": { "smithy.api#documentation": "

Contains information that defines how the build project reports the build status to\n the source provider. This option is only used when the source provider is\n GITHUB, GITHUB_ENTERPRISE, or\n BITBUCKET.

" } }, "insecureSsl": { "target": "com.amazonaws.codebuild#WrapperBoolean", "traits": { "smithy.api#documentation": "

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

" } }, "sourceIdentifier": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

An identifier for this project source. The identifier can only contain\n alphanumeric characters and underscores, and must be less than 128 characters in length.

" } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#ProjectSourceVersion": { "type": "structure", "members": { "sourceIdentifier": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

An identifier for a source in the build project. The identifier can only contain\n alphanumeric characters and underscores, and must be less than 128 characters in length.

", "smithy.api#required": {} } }, "sourceVersion": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

\n \n

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

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

A source identifier and its corresponding version.

" } }, "com.amazonaws.codebuild#ProjectSources": { "type": "list", "member": { "target": "com.amazonaws.codebuild#ProjectSource" }, "traits": { "smithy.api#length": { "min": 0, "max": 12 } } }, "com.amazonaws.codebuild#Projects": { "type": "list", "member": { "target": "com.amazonaws.codebuild#Project" } }, "com.amazonaws.codebuild#PutResourcePolicy": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#PutResourcePolicyInput" }, "output": { "target": "com.amazonaws.codebuild#PutResourcePolicyOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" }, { "target": "com.amazonaws.codebuild#ResourceNotFoundException" } ], "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#PutResourcePolicyInput": { "type": "structure", "members": { "policy": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "resourceArn": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } } } }, "com.amazonaws.codebuild#PutResourcePolicyOutput": { "type": "structure", "members": { "resourceArn": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.codebuild#RegistryCredential": { "type": "structure", "members": { "credential": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) or name of credentials created using AWS Secrets Manager.

\n \n

The credential can use the name of the credentials only if they\n exist in your current AWS Region.

\n
", "smithy.api#required": {} } }, "credentialProvider": { "target": "com.amazonaws.codebuild#CredentialProviderType", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

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

\n \n

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

" } }, "com.amazonaws.codebuild#Report": { "type": "structure", "members": { "arn": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The ARN of the report run.

" } }, "type": { "target": "com.amazonaws.codebuild#ReportType", "traits": { "smithy.api#documentation": "

The type of the report that was run.

\n
\n
CODE_COVERAGE
\n
\n

A code coverage report.

\n
\n
TEST
\n
\n

A test report.

\n
\n
" } }, "name": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

The name of the report that was run.

" } }, "reportGroupArn": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The ARN of the report group associated with this report.

" } }, "executionId": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

The ARN of the build run that generated this report.

" } }, "status": { "target": "com.amazonaws.codebuild#ReportStatusType", "traits": { "smithy.api#documentation": "

The status of this report.

" } }, "created": { "target": "com.amazonaws.codebuild#Timestamp", "traits": { "smithy.api#documentation": "

The date and time this report run occurred.

" } }, "expired": { "target": "com.amazonaws.codebuild#Timestamp", "traits": { "smithy.api#documentation": "

The date and time a report expires. A report expires 30 days after it is created. An\n expired report is not available to view in CodeBuild.

" } }, "exportConfig": { "target": "com.amazonaws.codebuild#ReportExportConfig", "traits": { "smithy.api#documentation": "

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

" } }, "truncated": { "target": "com.amazonaws.codebuild#WrapperBoolean", "traits": { "smithy.api#documentation": "

A boolean that specifies if this report run is truncated. The list of test cases is\n truncated after the maximum number of test cases is reached.

" } }, "testSummary": { "target": "com.amazonaws.codebuild#TestReportSummary", "traits": { "smithy.api#documentation": "

A TestReportSummary object that contains information about this test\n report.

" } }, "codeCoverageSummary": { "target": "com.amazonaws.codebuild#CodeCoverageReportSummary", "traits": { "smithy.api#documentation": "

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

" } } }, "traits": { "smithy.api#documentation": "

Information about the results from running a series of test cases during the run of a\n build project. The test cases are specified in the buildspec for the build project using\n one or more paths to the test case files. You can specify any type of tests you want,\n such as unit tests, integration tests, and functional tests.

" } }, "com.amazonaws.codebuild#ReportArns": { "type": "list", "member": { "target": "com.amazonaws.codebuild#NonEmptyString" }, "traits": { "smithy.api#length": { "min": 1, "max": 100 } } }, "com.amazonaws.codebuild#ReportCodeCoverageSortByType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "LINE_COVERAGE_PERCENTAGE", "name": "LINE_COVERAGE_PERCENTAGE" }, { "value": "FILE_PATH", "name": "FILE_PATH" } ] } }, "com.amazonaws.codebuild#ReportExportConfig": { "type": "structure", "members": { "exportConfigType": { "target": "com.amazonaws.codebuild#ReportExportConfigType", "traits": { "smithy.api#documentation": "

The export configuration type. Valid values are:

\n " } }, "s3Destination": { "target": "com.amazonaws.codebuild#S3ReportExportConfig", "traits": { "smithy.api#documentation": "

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

" } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#ReportExportConfigType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "S3", "name": "S3" }, { "value": "NO_EXPORT", "name": "NO_EXPORT" } ] } }, "com.amazonaws.codebuild#ReportFilter": { "type": "structure", "members": { "status": { "target": "com.amazonaws.codebuild#ReportStatusType", "traits": { "smithy.api#documentation": "

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

" } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#ReportGroup": { "type": "structure", "members": { "arn": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The ARN of the ReportGroup. \n

" } }, "name": { "target": "com.amazonaws.codebuild#ReportGroupName", "traits": { "smithy.api#documentation": "

The name of the ReportGroup. \n

" } }, "type": { "target": "com.amazonaws.codebuild#ReportType", "traits": { "smithy.api#documentation": "

The type of the ReportGroup. This can be one of the following\n values:

\n
\n
CODE_COVERAGE
\n
\n

The report group contains code coverage reports.

\n
\n
TEST
\n
\n

The report group contains test reports.

\n
\n
" } }, "exportConfig": { "target": "com.amazonaws.codebuild#ReportExportConfig", "traits": { "smithy.api#documentation": "

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

" } }, "created": { "target": "com.amazonaws.codebuild#Timestamp", "traits": { "smithy.api#documentation": "

The date and time this ReportGroup was created.

" } }, "lastModified": { "target": "com.amazonaws.codebuild#Timestamp", "traits": { "smithy.api#documentation": "

The date and time this ReportGroup was last modified.

" } }, "tags": { "target": "com.amazonaws.codebuild#TagList", "traits": { "smithy.api#documentation": "

A list of tag key and value pairs associated with this report group.

\n

These tags are available for use by AWS services that support AWS CodeBuild report group\n tags.

" } }, "status": { "target": "com.amazonaws.codebuild#ReportGroupStatusType", "traits": { "smithy.api#documentation": "

The status of the report group. This property is read-only.

\n

This can be one of the following values:

\n
\n
ACTIVE
\n
\n

The report group is active.

\n
\n
DELETING
\n
\n

The report group is in the process of being deleted.

\n
\n
" } } }, "traits": { "smithy.api#documentation": "

A series of reports. Each report contains information about the results from running a\n series of test cases. You specify the test cases for a report group in the buildspec for\n a build project using one or more paths to the test case files.

" } }, "com.amazonaws.codebuild#ReportGroupArns": { "type": "list", "member": { "target": "com.amazonaws.codebuild#NonEmptyString" }, "traits": { "smithy.api#length": { "min": 1, "max": 100 } } }, "com.amazonaws.codebuild#ReportGroupName": { "type": "string", "traits": { "smithy.api#length": { "min": 2, "max": 128 } } }, "com.amazonaws.codebuild#ReportGroupSortByType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "NAME", "name": "NAME" }, { "value": "CREATED_TIME", "name": "CREATED_TIME" }, { "value": "LAST_MODIFIED_TIME", "name": "LAST_MODIFIED_TIME" } ] } }, "com.amazonaws.codebuild#ReportGroupStatusType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "ACTIVE", "name": "ACTIVE" }, { "value": "DELETING", "name": "DELETING" } ] } }, "com.amazonaws.codebuild#ReportGroupTrendFieldType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "PASS_RATE", "name": "PASS_RATE" }, { "value": "DURATION", "name": "DURATION" }, { "value": "TOTAL", "name": "TOTAL" }, { "value": "LINE_COVERAGE", "name": "LINE_COVERAGE" }, { "value": "LINES_COVERED", "name": "LINES_COVERED" }, { "value": "LINES_MISSED", "name": "LINES_MISSED" }, { "value": "BRANCH_COVERAGE", "name": "BRANCH_COVERAGE" }, { "value": "BRANCHES_COVERED", "name": "BRANCHES_COVERED" }, { "value": "BRANCHES_MISSED", "name": "BRANCHES_MISSED" } ] } }, "com.amazonaws.codebuild#ReportGroupTrendRawDataList": { "type": "list", "member": { "target": "com.amazonaws.codebuild#ReportWithRawData" } }, "com.amazonaws.codebuild#ReportGroupTrendStats": { "type": "structure", "members": { "average": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

Contains the average of all values analyzed.

" } }, "max": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

Contains the maximum value analyzed.

" } }, "min": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

Contains the minimum value analyzed.

" } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#ReportGroups": { "type": "list", "member": { "target": "com.amazonaws.codebuild#ReportGroup" }, "traits": { "smithy.api#length": { "min": 1, "max": 100 } } }, "com.amazonaws.codebuild#ReportPackagingType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "ZIP", "name": "ZIP" }, { "value": "NONE", "name": "NONE" } ] } }, "com.amazonaws.codebuild#ReportStatusCounts": { "type": "map", "key": { "target": "com.amazonaws.codebuild#String" }, "value": { "target": "com.amazonaws.codebuild#WrapperInt" } }, "com.amazonaws.codebuild#ReportStatusType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "GENERATING", "name": "GENERATING" }, { "value": "SUCCEEDED", "name": "SUCCEEDED" }, { "value": "FAILED", "name": "FAILED" }, { "value": "INCOMPLETE", "name": "INCOMPLETE" }, { "value": "DELETING", "name": "DELETING" } ] } }, "com.amazonaws.codebuild#ReportType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "TEST", "name": "TEST" }, { "value": "CODE_COVERAGE", "name": "CODE_COVERAGE" } ] } }, "com.amazonaws.codebuild#ReportWithRawData": { "type": "structure", "members": { "reportArn": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The ARN of the report.

" } }, "data": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

The value of the requested data field from the report.

" } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#Reports": { "type": "list", "member": { "target": "com.amazonaws.codebuild#Report" }, "traits": { "smithy.api#length": { "min": 1, "max": 100 } } }, "com.amazonaws.codebuild#ResolvedArtifact": { "type": "structure", "members": { "type": { "target": "com.amazonaws.codebuild#ArtifactsType", "traits": { "smithy.api#documentation": "

Specifies the type of artifact.

" } }, "location": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

The location of the artifact.

" } }, "identifier": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

The identifier of the artifact.

" } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#ResolvedSecondaryArtifacts": { "type": "list", "member": { "target": "com.amazonaws.codebuild#ResolvedArtifact" } }, "com.amazonaws.codebuild#ResourceAlreadyExistsException": { "type": "structure", "members": { "message": { "target": "com.amazonaws.codebuild#String" } }, "traits": { "smithy.api#documentation": "

The specified AWS resource cannot be created, because an AWS resource with the same\n settings already exists.

", "smithy.api#error": "client" } }, "com.amazonaws.codebuild#ResourceNotFoundException": { "type": "structure", "members": { "message": { "target": "com.amazonaws.codebuild#String" } }, "traits": { "smithy.api#documentation": "

The specified AWS resource cannot be found.

", "smithy.api#error": "client" } }, "com.amazonaws.codebuild#RetryBuild": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#RetryBuildInput" }, "output": { "target": "com.amazonaws.codebuild#RetryBuildOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#AccountLimitExceededException" }, { "target": "com.amazonaws.codebuild#InvalidInputException" }, { "target": "com.amazonaws.codebuild#ResourceNotFoundException" } ], "traits": { "smithy.api#documentation": "

Restarts a build.

" } }, "com.amazonaws.codebuild#RetryBuildBatch": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#RetryBuildBatchInput" }, "output": { "target": "com.amazonaws.codebuild#RetryBuildBatchOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" }, { "target": "com.amazonaws.codebuild#ResourceNotFoundException" } ], "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#RetryBuildBatchInput": { "type": "structure", "members": { "id": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

Specifies the identifier of the batch build to restart.

" } }, "idempotencyToken": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

A unique, case sensitive identifier you provide to ensure the idempotency of the\n RetryBuildBatch request. The token is included in the\n RetryBuildBatch request and is valid for five minutes. If you repeat\n the RetryBuildBatch request with the same token, but change a parameter,\n AWS CodeBuild returns a parameter mismatch error.

" } }, "retryType": { "target": "com.amazonaws.codebuild#RetryBuildBatchType", "traits": { "smithy.api#documentation": "

Specifies the type of retry to perform.

" } } } }, "com.amazonaws.codebuild#RetryBuildBatchOutput": { "type": "structure", "members": { "buildBatch": { "target": "com.amazonaws.codebuild#BuildBatch" } } }, "com.amazonaws.codebuild#RetryBuildBatchType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "RETRY_ALL_BUILDS", "name": "RETRY_ALL_BUILDS" }, { "value": "RETRY_FAILED_BUILDS", "name": "RETRY_FAILED_BUILDS" } ] } }, "com.amazonaws.codebuild#RetryBuildInput": { "type": "structure", "members": { "id": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

Specifies the identifier of the build to restart.

" } }, "idempotencyToken": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

A unique, case sensitive identifier you provide to ensure the idempotency of the\n RetryBuild request. The token is included in the\n RetryBuild request and is valid for five minutes. If you repeat\n the RetryBuild request with the same token, but change a parameter,\n AWS CodeBuild returns a parameter mismatch error.

" } } } }, "com.amazonaws.codebuild#RetryBuildOutput": { "type": "structure", "members": { "build": { "target": "com.amazonaws.codebuild#Build" } } }, "com.amazonaws.codebuild#S3LogsConfig": { "type": "structure", "members": { "status": { "target": "com.amazonaws.codebuild#LogsConfigStatusType", "traits": { "smithy.api#documentation": "

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

\n ", "smithy.api#required": {} } }, "location": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

The ARN of an S3 bucket and the path prefix for S3 logs. If your Amazon S3 bucket\n name is my-bucket, and your path prefix is build-log, then\n acceptable formats are my-bucket/build-log or\n arn:aws:s3:::my-bucket/build-log.

" } }, "encryptionDisabled": { "target": "com.amazonaws.codebuild#WrapperBoolean", "traits": { "smithy.api#documentation": "

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

" } }, "bucketOwnerAccess": { "target": "com.amazonaws.codebuild#BucketOwnerAccess" } }, "traits": { "smithy.api#documentation": "

Information about S3 logs for a build project.

" } }, "com.amazonaws.codebuild#S3ReportExportConfig": { "type": "structure", "members": { "bucket": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

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

" } }, "bucketOwner": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

The AWS account identifier of the owner of the Amazon S3 bucket. This allows report data to be exported to an Amazon S3 bucket\n that is owned by an account other than the account running the build.

" } }, "path": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "packaging": { "target": "com.amazonaws.codebuild#ReportPackagingType", "traits": { "smithy.api#documentation": "

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

\n " } }, "encryptionKey": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

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

" } }, "encryptionDisabled": { "target": "com.amazonaws.codebuild#WrapperBoolean", "traits": { "smithy.api#documentation": "

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

" } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#SecurityGroupIds": { "type": "list", "member": { "target": "com.amazonaws.codebuild#NonEmptyString" }, "traits": { "smithy.api#length": { "min": 0, "max": 5 } } }, "com.amazonaws.codebuild#SensitiveNonEmptyString": { "type": "string", "traits": { "smithy.api#length": { "min": 1 }, "smithy.api#sensitive": {} } }, "com.amazonaws.codebuild#ServerType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "GITHUB", "name": "GITHUB" }, { "value": "BITBUCKET", "name": "BITBUCKET" }, { "value": "GITHUB_ENTERPRISE", "name": "GITHUB_ENTERPRISE" } ] } }, "com.amazonaws.codebuild#SharedResourceSortByType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "ARN", "name": "ARN" }, { "value": "MODIFIED_TIME", "name": "MODIFIED_TIME" } ] } }, "com.amazonaws.codebuild#SortOrderType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "ASCENDING", "name": "ASCENDING" }, { "value": "DESCENDING", "name": "DESCENDING" } ] } }, "com.amazonaws.codebuild#SourceAuth": { "type": "structure", "members": { "type": { "target": "com.amazonaws.codebuild#SourceAuthType", "traits": { "smithy.api#documentation": "\n

This data type is deprecated and is no longer accurate or used.

\n
\n

The authorization type to use. The only valid value is OAUTH, which\n represents the OAuth authorization type.

", "smithy.api#required": {} } }, "resource": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

The resource value that applies to the specified authorization type.

" } } }, "traits": { "smithy.api#documentation": "

Information about the authorization settings for AWS CodeBuild to access the source code to be\n built.

\n

This information is for the AWS CodeBuild console's use only. Your code should not get or set\n this information directly.

" } }, "com.amazonaws.codebuild#SourceAuthType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "OAUTH", "name": "OAUTH" } ] } }, "com.amazonaws.codebuild#SourceCredentialsInfo": { "type": "structure", "members": { "arn": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the token.

" } }, "serverType": { "target": "com.amazonaws.codebuild#ServerType", "traits": { "smithy.api#documentation": "

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

" } }, "authType": { "target": "com.amazonaws.codebuild#AuthType", "traits": { "smithy.api#documentation": "

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

" } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#SourceCredentialsInfos": { "type": "list", "member": { "target": "com.amazonaws.codebuild#SourceCredentialsInfo" } }, "com.amazonaws.codebuild#SourceType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "CODECOMMIT", "name": "CODECOMMIT" }, { "value": "CODEPIPELINE", "name": "CODEPIPELINE" }, { "value": "GITHUB", "name": "GITHUB" }, { "value": "S3", "name": "S3" }, { "value": "BITBUCKET", "name": "BITBUCKET" }, { "value": "GITHUB_ENTERPRISE", "name": "GITHUB_ENTERPRISE" }, { "value": "NO_SOURCE", "name": "NO_SOURCE" } ] } }, "com.amazonaws.codebuild#StartBuild": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#StartBuildInput" }, "output": { "target": "com.amazonaws.codebuild#StartBuildOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#AccountLimitExceededException" }, { "target": "com.amazonaws.codebuild#InvalidInputException" }, { "target": "com.amazonaws.codebuild#ResourceNotFoundException" } ], "traits": { "smithy.api#documentation": "

Starts running a build.

" } }, "com.amazonaws.codebuild#StartBuildBatch": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#StartBuildBatchInput" }, "output": { "target": "com.amazonaws.codebuild#StartBuildBatchOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" }, { "target": "com.amazonaws.codebuild#ResourceNotFoundException" } ], "traits": { "smithy.api#documentation": "

Starts a batch build for a project.

" } }, "com.amazonaws.codebuild#StartBuildBatchInput": { "type": "structure", "members": { "projectName": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The name of the project.

", "smithy.api#required": {} } }, "secondarySourcesOverride": { "target": "com.amazonaws.codebuild#ProjectSources", "traits": { "smithy.api#documentation": "

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

" } }, "secondarySourcesVersionOverride": { "target": "com.amazonaws.codebuild#ProjectSecondarySourceVersions", "traits": { "smithy.api#documentation": "

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

" } }, "sourceVersion": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

\n
\n
AWS CodeCommit
\n
\n

The commit ID, branch, or Git tag to use.

\n
\n
GitHub
\n
\n

The commit ID, pull request ID, branch name, or tag name that corresponds\n to the version of the source code you want to build. If a pull request ID is\n specified, it must use the format pr/pull-request-ID (for\n example pr/25). If a branch name is specified, the branch's\n HEAD commit ID is used. If not specified, the default branch's HEAD commit\n ID is used.

\n
\n
Bitbucket
\n
\n

The commit ID, branch name, or tag name that corresponds to the version of\n the source code you want to build. If a branch name is specified, the\n branch's HEAD commit ID is used. If not specified, the default branch's HEAD\n commit ID is used.

\n
\n
Amazon S3
\n
\n

The version ID of the object that represents the build input ZIP file to\n use.

\n
\n
\n

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

\n

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

" } }, "artifactsOverride": { "target": "com.amazonaws.codebuild#ProjectArtifacts", "traits": { "smithy.api#documentation": "

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

" } }, "secondaryArtifactsOverride": { "target": "com.amazonaws.codebuild#ProjectArtifactsList", "traits": { "smithy.api#documentation": "

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

" } }, "environmentVariablesOverride": { "target": "com.amazonaws.codebuild#EnvironmentVariables", "traits": { "smithy.api#documentation": "

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

" } }, "sourceTypeOverride": { "target": "com.amazonaws.codebuild#SourceType", "traits": { "smithy.api#documentation": "

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

" } }, "sourceLocationOverride": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "sourceAuthOverride": { "target": "com.amazonaws.codebuild#SourceAuth", "traits": { "smithy.api#documentation": "

A SourceAuth object that overrides the one defined in the batch build\n project. This override applies only if the build project's source is BitBucket or\n GitHub.

" } }, "gitCloneDepthOverride": { "target": "com.amazonaws.codebuild#GitCloneDepth", "traits": { "smithy.api#documentation": "

The user-defined depth of history, with a minimum value of 0, that overrides, for this\n batch build only, any previous depth of history defined in the batch build project.

" } }, "gitSubmodulesConfigOverride": { "target": "com.amazonaws.codebuild#GitSubmodulesConfig", "traits": { "smithy.api#documentation": "

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

" } }, "buildspecOverride": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

A buildspec file declaration that overrides, for this build only, the latest one\n already defined in the build project.

\n

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

" } }, "insecureSslOverride": { "target": "com.amazonaws.codebuild#WrapperBoolean", "traits": { "smithy.api#documentation": "

Enable this flag to override the insecure SSL setting that is specified in the batch build\n project. The insecure SSL setting determines whether to ignore SSL warnings while\n connecting to the project source code. This override applies only if the build's source\n is GitHub Enterprise.

" } }, "reportBuildBatchStatusOverride": { "target": "com.amazonaws.codebuild#WrapperBoolean", "traits": { "smithy.api#documentation": "

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

\n \n

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

\n
" } }, "environmentTypeOverride": { "target": "com.amazonaws.codebuild#EnvironmentType", "traits": { "smithy.api#documentation": "

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

" } }, "imageOverride": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

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

" } }, "computeTypeOverride": { "target": "com.amazonaws.codebuild#ComputeType", "traits": { "smithy.api#documentation": "

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

" } }, "certificateOverride": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "cacheOverride": { "target": "com.amazonaws.codebuild#ProjectCache", "traits": { "smithy.api#documentation": "

A ProjectCache object that specifies cache overrides.

" } }, "serviceRoleOverride": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

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

" } }, "privilegedModeOverride": { "target": "com.amazonaws.codebuild#WrapperBoolean", "traits": { "smithy.api#documentation": "

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

" } }, "buildTimeoutInMinutesOverride": { "target": "com.amazonaws.codebuild#TimeOut", "traits": { "smithy.api#documentation": "

Overrides the build timeout specified in the batch build project.

" } }, "queuedTimeoutInMinutesOverride": { "target": "com.amazonaws.codebuild#TimeOut", "traits": { "smithy.api#documentation": "

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

" } }, "encryptionKeyOverride": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The AWS Key Management Service (AWS KMS) customer master key (CMK) that overrides the one specified in the batch build\n project. The CMK key encrypts the build output artifacts.

\n \n

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

\n
\n

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

" } }, "idempotencyToken": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

A unique, case sensitive identifier you provide to ensure the idempotency of the\n StartBuildBatch request. The token is included in the\n StartBuildBatch request and is valid for five minutes. If you repeat\n the StartBuildBatch request with the same token, but change a parameter,\n AWS CodeBuild returns a parameter mismatch error.

" } }, "logsConfigOverride": { "target": "com.amazonaws.codebuild#LogsConfig", "traits": { "smithy.api#documentation": "

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

" } }, "registryCredentialOverride": { "target": "com.amazonaws.codebuild#RegistryCredential", "traits": { "smithy.api#documentation": "

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

" } }, "imagePullCredentialsTypeOverride": { "target": "com.amazonaws.codebuild#ImagePullCredentialsType", "traits": { "smithy.api#documentation": "

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

\n
\n
CODEBUILD
\n
\n

Specifies that AWS CodeBuild uses its own credentials. This requires that you\n modify your ECR repository policy to trust AWS CodeBuild's service principal.

\n
\n
SERVICE_ROLE
\n
\n

Specifies that AWS CodeBuild uses your build project's service role.

\n
\n
\n

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

" } }, "buildBatchConfigOverride": { "target": "com.amazonaws.codebuild#ProjectBuildBatchConfig", "traits": { "smithy.api#documentation": "

A BuildBatchConfigOverride object that contains batch build configuration\n overrides.

" } }, "debugSessionEnabled": { "target": "com.amazonaws.codebuild#WrapperBoolean", "traits": { "smithy.api#documentation": "

Specifies if session debugging is enabled for this batch build. For more information, see\n Viewing a running build in Session Manager. Batch session debugging is not supported for matrix batch builds.

" } } } }, "com.amazonaws.codebuild#StartBuildBatchOutput": { "type": "structure", "members": { "buildBatch": { "target": "com.amazonaws.codebuild#BuildBatch", "traits": { "smithy.api#documentation": "

A BuildBatch object that contains information about the batch build.

" } } } }, "com.amazonaws.codebuild#StartBuildInput": { "type": "structure", "members": { "projectName": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "secondarySourcesOverride": { "target": "com.amazonaws.codebuild#ProjectSources", "traits": { "smithy.api#documentation": "

An array of ProjectSource objects.

" } }, "secondarySourcesVersionOverride": { "target": "com.amazonaws.codebuild#ProjectSecondarySourceVersions", "traits": { "smithy.api#documentation": "

An array of ProjectSourceVersion objects that specify one or more\n versions of the project's secondary sources to be used for this build only.

" } }, "sourceVersion": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

\n
\n
AWS CodeCommit
\n
\n

The commit ID, branch, or Git tag to use.

\n
\n
GitHub
\n
\n

The commit ID, pull request ID, branch name, or tag name that corresponds\n to the version of the source code you want to build. If a pull request ID is\n specified, it must use the format pr/pull-request-ID (for\n example pr/25). If a branch name is specified, the branch's\n HEAD commit ID is used. If not specified, the default branch's HEAD commit\n ID is used.

\n
\n
Bitbucket
\n
\n

The commit ID, branch name, or tag name that corresponds to the version of\n the source code you want to build. If a branch name is specified, the\n branch's HEAD commit ID is used. If not specified, the default branch's HEAD\n commit ID is used.

\n
\n
Amazon S3
\n
\n

The version ID of the object that represents the build input ZIP file to\n use.

\n
\n
\n

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

\n

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

" } }, "artifactsOverride": { "target": "com.amazonaws.codebuild#ProjectArtifacts", "traits": { "smithy.api#documentation": "

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

" } }, "secondaryArtifactsOverride": { "target": "com.amazonaws.codebuild#ProjectArtifactsList", "traits": { "smithy.api#documentation": "

An array of ProjectArtifacts objects.

" } }, "environmentVariablesOverride": { "target": "com.amazonaws.codebuild#EnvironmentVariables", "traits": { "smithy.api#documentation": "

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

" } }, "sourceTypeOverride": { "target": "com.amazonaws.codebuild#SourceType", "traits": { "smithy.api#documentation": "

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

" } }, "sourceLocationOverride": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "sourceAuthOverride": { "target": "com.amazonaws.codebuild#SourceAuth", "traits": { "smithy.api#documentation": "

An authorization type for this build that overrides the one defined in the build\n project. This override applies only if the build project's source is BitBucket or\n GitHub.

" } }, "gitCloneDepthOverride": { "target": "com.amazonaws.codebuild#GitCloneDepth", "traits": { "smithy.api#documentation": "

The user-defined depth of history, with a minimum value of 0, that overrides, for this\n build only, any previous depth of history defined in the build project.

" } }, "gitSubmodulesConfigOverride": { "target": "com.amazonaws.codebuild#GitSubmodulesConfig", "traits": { "smithy.api#documentation": "

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

" } }, "buildspecOverride": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

A buildspec file declaration that overrides, for this build only, the latest one\n already defined in the build project.

\n

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

" } }, "insecureSslOverride": { "target": "com.amazonaws.codebuild#WrapperBoolean", "traits": { "smithy.api#documentation": "

Enable this flag to override the insecure SSL setting that is specified in the build\n project. The insecure SSL setting determines whether to ignore SSL warnings while\n connecting to the project source code. This override applies only if the build's source\n is GitHub Enterprise.

" } }, "reportBuildStatusOverride": { "target": "com.amazonaws.codebuild#WrapperBoolean", "traits": { "smithy.api#documentation": "

Set to true to report to your source provider the status of a build's start and\n completion. If you use this option with a source provider other than GitHub, GitHub\n Enterprise, or Bitbucket, an invalidInputException is thrown.

\n

To be able to report the build status to the source provider, the user associated with the source provider must\nhave 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 AWS CodeBuild User Guide.

\n \n

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

\n
" } }, "buildStatusConfigOverride": { "target": "com.amazonaws.codebuild#BuildStatusConfig", "traits": { "smithy.api#documentation": "

Contains information that defines how the build project reports the build status to\n the source provider. This option is only used when the source provider is\n GITHUB, GITHUB_ENTERPRISE, or\n BITBUCKET.

" } }, "environmentTypeOverride": { "target": "com.amazonaws.codebuild#EnvironmentType", "traits": { "smithy.api#documentation": "

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

" } }, "imageOverride": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

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

" } }, "computeTypeOverride": { "target": "com.amazonaws.codebuild#ComputeType", "traits": { "smithy.api#documentation": "

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

" } }, "certificateOverride": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "cacheOverride": { "target": "com.amazonaws.codebuild#ProjectCache", "traits": { "smithy.api#documentation": "

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

" } }, "serviceRoleOverride": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

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

" } }, "privilegedModeOverride": { "target": "com.amazonaws.codebuild#WrapperBoolean", "traits": { "smithy.api#documentation": "

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

" } }, "timeoutInMinutesOverride": { "target": "com.amazonaws.codebuild#TimeOut", "traits": { "smithy.api#documentation": "

The number of build timeout minutes, from 5 to 480 (8 hours), that overrides, for this\n build only, the latest setting already defined in the build project.

" } }, "queuedTimeoutInMinutesOverride": { "target": "com.amazonaws.codebuild#TimeOut", "traits": { "smithy.api#documentation": "

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

" } }, "encryptionKeyOverride": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The AWS Key Management Service (AWS KMS) customer master key (CMK) that overrides the one specified in the build\n project. The CMK key encrypts the build output artifacts.

\n \n

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

\n
\n

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

" } }, "idempotencyToken": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

A unique, case sensitive identifier you provide to ensure the idempotency of the\n StartBuild request. The token is included in the StartBuild request and is valid for 5\n minutes. If you repeat the StartBuild request with the same token, but change a\n parameter, AWS CodeBuild returns a parameter mismatch error.

" } }, "logsConfigOverride": { "target": "com.amazonaws.codebuild#LogsConfig", "traits": { "smithy.api#documentation": "

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

" } }, "registryCredentialOverride": { "target": "com.amazonaws.codebuild#RegistryCredential", "traits": { "smithy.api#documentation": "

The credentials for access to a private registry.

" } }, "imagePullCredentialsTypeOverride": { "target": "com.amazonaws.codebuild#ImagePullCredentialsType", "traits": { "smithy.api#documentation": "

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

\n
\n
CODEBUILD
\n
\n

Specifies that AWS CodeBuild uses its own credentials. This requires that you\n modify your ECR repository policy to trust AWS CodeBuild's service principal.

\n
\n
SERVICE_ROLE
\n
\n

Specifies that AWS CodeBuild uses your build project's service role.

\n
\n
\n

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

" } }, "debugSessionEnabled": { "target": "com.amazonaws.codebuild#WrapperBoolean", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.codebuild#StartBuildOutput": { "type": "structure", "members": { "build": { "target": "com.amazonaws.codebuild#Build", "traits": { "smithy.api#documentation": "

Information about the build to be run.

" } } } }, "com.amazonaws.codebuild#StatusType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "SUCCEEDED", "name": "SUCCEEDED" }, { "value": "FAILED", "name": "FAILED" }, { "value": "FAULT", "name": "FAULT" }, { "value": "TIMED_OUT", "name": "TIMED_OUT" }, { "value": "IN_PROGRESS", "name": "IN_PROGRESS" }, { "value": "STOPPED", "name": "STOPPED" } ] } }, "com.amazonaws.codebuild#StopBuild": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#StopBuildInput" }, "output": { "target": "com.amazonaws.codebuild#StopBuildOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" }, { "target": "com.amazonaws.codebuild#ResourceNotFoundException" } ], "traits": { "smithy.api#documentation": "

Attempts to stop running a build.

" } }, "com.amazonaws.codebuild#StopBuildBatch": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#StopBuildBatchInput" }, "output": { "target": "com.amazonaws.codebuild#StopBuildBatchOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" }, { "target": "com.amazonaws.codebuild#ResourceNotFoundException" } ], "traits": { "smithy.api#documentation": "

Stops a running batch build.

" } }, "com.amazonaws.codebuild#StopBuildBatchInput": { "type": "structure", "members": { "id": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The identifier of the batch build to stop.

", "smithy.api#required": {} } } } }, "com.amazonaws.codebuild#StopBuildBatchOutput": { "type": "structure", "members": { "buildBatch": { "target": "com.amazonaws.codebuild#BuildBatch" } } }, "com.amazonaws.codebuild#StopBuildInput": { "type": "structure", "members": { "id": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The ID of the build.

", "smithy.api#required": {} } } } }, "com.amazonaws.codebuild#StopBuildOutput": { "type": "structure", "members": { "build": { "target": "com.amazonaws.codebuild#Build", "traits": { "smithy.api#documentation": "

Information about the build.

" } } } }, "com.amazonaws.codebuild#String": { "type": "string" }, "com.amazonaws.codebuild#Subnets": { "type": "list", "member": { "target": "com.amazonaws.codebuild#NonEmptyString" }, "traits": { "smithy.api#length": { "min": 0, "max": 16 } } }, "com.amazonaws.codebuild#Tag": { "type": "structure", "members": { "key": { "target": "com.amazonaws.codebuild#KeyInput", "traits": { "smithy.api#documentation": "

The tag's key.

" } }, "value": { "target": "com.amazonaws.codebuild#ValueInput", "traits": { "smithy.api#documentation": "

The tag's value.

" } } }, "traits": { "smithy.api#documentation": "

A tag, consisting of a key and a value.

\n

This tag is available for use by AWS services that support tags in AWS CodeBuild.

" } }, "com.amazonaws.codebuild#TagList": { "type": "list", "member": { "target": "com.amazonaws.codebuild#Tag" }, "traits": { "smithy.api#length": { "min": 0, "max": 50 } } }, "com.amazonaws.codebuild#TestCase": { "type": "structure", "members": { "reportArn": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

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

" } }, "testRawDataPath": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "prefix": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

A string that is applied to a series of related test cases. CodeBuild generates the\n prefix. The prefix depends on the framework used to generate the tests.

" } }, "name": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

The name of the test case.

" } }, "status": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "durationInNanoSeconds": { "target": "com.amazonaws.codebuild#WrapperLong", "traits": { "smithy.api#documentation": "

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

" } }, "message": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

" } }, "expired": { "target": "com.amazonaws.codebuild#Timestamp", "traits": { "smithy.api#documentation": "

The date and time a test case expires. A test case expires 30 days after it is\n created. An expired test case is not available to view in CodeBuild.

" } } }, "traits": { "smithy.api#documentation": "

Information about a test case created using a framework such as NUnit or Cucumber. A\n test case might be a unit test or a configuration test.

" } }, "com.amazonaws.codebuild#TestCaseFilter": { "type": "structure", "members": { "status": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

\n " } }, "keyword": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

A keyword that is used to filter on the name or the prefix\n of the test cases. Only test cases where the keyword is a substring of the\n name or the prefix will be returned.

" } } }, "traits": { "smithy.api#documentation": "

A filter used to return specific types of test cases. In order to pass the filter, the\n report must meet all of the filter properties.

" } }, "com.amazonaws.codebuild#TestCases": { "type": "list", "member": { "target": "com.amazonaws.codebuild#TestCase" } }, "com.amazonaws.codebuild#TestReportSummary": { "type": "structure", "members": { "total": { "target": "com.amazonaws.codebuild#WrapperInt", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "statusCounts": { "target": "com.amazonaws.codebuild#ReportStatusCounts", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } }, "durationInNanoSeconds": { "target": "com.amazonaws.codebuild#WrapperLong", "traits": { "smithy.api#documentation": "

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

", "smithy.api#required": {} } } }, "traits": { "smithy.api#documentation": "

Information about a test report.

" } }, "com.amazonaws.codebuild#TimeOut": { "type": "integer", "traits": { "smithy.api#box": {}, "smithy.api#range": { "min": 5, "max": 480 } } }, "com.amazonaws.codebuild#Timestamp": { "type": "timestamp" }, "com.amazonaws.codebuild#UpdateProject": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#UpdateProjectInput" }, "output": { "target": "com.amazonaws.codebuild#UpdateProjectOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" }, { "target": "com.amazonaws.codebuild#ResourceNotFoundException" } ], "traits": { "smithy.api#documentation": "

Changes the settings of a build project.

" } }, "com.amazonaws.codebuild#UpdateProjectInput": { "type": "structure", "members": { "name": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The name of the build project.

\n \n

You cannot change a build project's name.

\n
", "smithy.api#required": {} } }, "description": { "target": "com.amazonaws.codebuild#ProjectDescription", "traits": { "smithy.api#documentation": "

A new or replacement description of the build project.

" } }, "source": { "target": "com.amazonaws.codebuild#ProjectSource", "traits": { "smithy.api#documentation": "

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

" } }, "secondarySources": { "target": "com.amazonaws.codebuild#ProjectSources", "traits": { "smithy.api#documentation": "

An array of ProjectSource objects.

" } }, "sourceVersion": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

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

\n \n

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

\n

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

" } }, "secondarySourceVersions": { "target": "com.amazonaws.codebuild#ProjectSecondarySourceVersions", "traits": { "smithy.api#documentation": "

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

" } }, "artifacts": { "target": "com.amazonaws.codebuild#ProjectArtifacts", "traits": { "smithy.api#documentation": "

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

" } }, "secondaryArtifacts": { "target": "com.amazonaws.codebuild#ProjectArtifactsList", "traits": { "smithy.api#documentation": "

An array of ProjectSource objects.

" } }, "cache": { "target": "com.amazonaws.codebuild#ProjectCache", "traits": { "smithy.api#documentation": "

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

" } }, "environment": { "target": "com.amazonaws.codebuild#ProjectEnvironment", "traits": { "smithy.api#documentation": "

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

" } }, "serviceRole": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The replacement ARN of the AWS Identity and Access Management (IAM) role that enables AWS CodeBuild to interact with dependent\n AWS services on behalf of the AWS account.

" } }, "timeoutInMinutes": { "target": "com.amazonaws.codebuild#TimeOut", "traits": { "smithy.api#documentation": "

The replacement value in minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait before\n timing out any related build that did not get marked as completed.

" } }, "queuedTimeoutInMinutes": { "target": "com.amazonaws.codebuild#TimeOut", "traits": { "smithy.api#documentation": "

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

" } }, "encryptionKey": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The AWS Key Management Service (AWS KMS) customer master key (CMK) to be used for encrypting the build output\n artifacts.

\n \n

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

\n
\n

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

" } }, "tags": { "target": "com.amazonaws.codebuild#TagList", "traits": { "smithy.api#documentation": "

An updated list of tag key and value pairs associated with this build project.

\n

These tags are available for use by AWS services that support AWS CodeBuild build project\n tags.

" } }, "vpcConfig": { "target": "com.amazonaws.codebuild#VpcConfig", "traits": { "smithy.api#documentation": "

VpcConfig enables AWS CodeBuild to access resources in an Amazon VPC.

" } }, "badgeEnabled": { "target": "com.amazonaws.codebuild#WrapperBoolean", "traits": { "smithy.api#documentation": "

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

" } }, "logsConfig": { "target": "com.amazonaws.codebuild#LogsConfig", "traits": { "smithy.api#documentation": "

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

" } }, "fileSystemLocations": { "target": "com.amazonaws.codebuild#ProjectFileSystemLocations", "traits": { "smithy.api#documentation": "

\n An array of ProjectFileSystemLocation objects for a CodeBuild build project. A ProjectFileSystemLocation object \n specifies the identifier, location, mountOptions, \n mountPoint, and type of a file system created using Amazon Elastic File System.\n

" } }, "buildBatchConfig": { "target": "com.amazonaws.codebuild#ProjectBuildBatchConfig" }, "concurrentBuildLimit": { "target": "com.amazonaws.codebuild#WrapperInt", "traits": { "smithy.api#documentation": "

The maximum number of concurrent builds that are allowed for this project.

\n

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

\n

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

" } } } }, "com.amazonaws.codebuild#UpdateProjectOutput": { "type": "structure", "members": { "project": { "target": "com.amazonaws.codebuild#Project", "traits": { "smithy.api#documentation": "

Information about the build project that was changed.

" } } } }, "com.amazonaws.codebuild#UpdateReportGroup": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#UpdateReportGroupInput" }, "output": { "target": "com.amazonaws.codebuild#UpdateReportGroupOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" }, { "target": "com.amazonaws.codebuild#ResourceNotFoundException" } ], "traits": { "smithy.api#documentation": "

\n Updates a report group.\n

" } }, "com.amazonaws.codebuild#UpdateReportGroupInput": { "type": "structure", "members": { "arn": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

\n The ARN of the report group to update.\n

", "smithy.api#required": {} } }, "exportConfig": { "target": "com.amazonaws.codebuild#ReportExportConfig", "traits": { "smithy.api#documentation": "

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

\n " } }, "tags": { "target": "com.amazonaws.codebuild#TagList", "traits": { "smithy.api#documentation": "

\n An updated list of tag key and value pairs associated with this report group.\n

\n

These tags are available for use by AWS services that support AWS CodeBuild report group\n tags.

" } } } }, "com.amazonaws.codebuild#UpdateReportGroupOutput": { "type": "structure", "members": { "reportGroup": { "target": "com.amazonaws.codebuild#ReportGroup", "traits": { "smithy.api#documentation": "

\n Information about the updated report group.\n

" } } } }, "com.amazonaws.codebuild#UpdateWebhook": { "type": "operation", "input": { "target": "com.amazonaws.codebuild#UpdateWebhookInput" }, "output": { "target": "com.amazonaws.codebuild#UpdateWebhookOutput" }, "errors": [ { "target": "com.amazonaws.codebuild#InvalidInputException" }, { "target": "com.amazonaws.codebuild#OAuthProviderException" }, { "target": "com.amazonaws.codebuild#ResourceNotFoundException" } ], "traits": { "smithy.api#documentation": "

Updates the webhook associated with an AWS CodeBuild build project.

\n \n

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

\n
" } }, "com.amazonaws.codebuild#UpdateWebhookInput": { "type": "structure", "members": { "projectName": { "target": "com.amazonaws.codebuild#ProjectName", "traits": { "smithy.api#documentation": "

The name of the AWS CodeBuild project.

", "smithy.api#required": {} } }, "branchFilter": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

A regular expression used to determine which repository branches are built when a\n webhook is triggered. If the name of a branch matches the regular expression, then it is\n built. If branchFilter is empty, then all branches are built.

\n \n

It is recommended that you use filterGroups instead of\n branchFilter.

\n
" } }, "rotateSecret": { "target": "com.amazonaws.codebuild#Boolean", "traits": { "smithy.api#documentation": "

A boolean value that specifies whether the associated GitHub repository's secret\n token should be updated. If you use Bitbucket for your repository,\n rotateSecret is ignored.

" } }, "filterGroups": { "target": "com.amazonaws.codebuild#FilterGroups", "traits": { "smithy.api#documentation": "

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

" } }, "buildType": { "target": "com.amazonaws.codebuild#WebhookBuildType", "traits": { "smithy.api#documentation": "

Specifies the type of build this webhook will trigger.

" } } } }, "com.amazonaws.codebuild#UpdateWebhookOutput": { "type": "structure", "members": { "webhook": { "target": "com.amazonaws.codebuild#Webhook", "traits": { "smithy.api#documentation": "

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

" } } } }, "com.amazonaws.codebuild#ValueInput": { "type": "string", "traits": { "smithy.api#length": { "min": 0, "max": 255 }, "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=@+\\-]*)$" } }, "com.amazonaws.codebuild#VpcConfig": { "type": "structure", "members": { "vpcId": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The ID of the Amazon VPC.

" } }, "subnets": { "target": "com.amazonaws.codebuild#Subnets", "traits": { "smithy.api#documentation": "

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

" } }, "securityGroupIds": { "target": "com.amazonaws.codebuild#SecurityGroupIds", "traits": { "smithy.api#documentation": "

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

" } } }, "traits": { "smithy.api#documentation": "

Information about the VPC configuration that AWS CodeBuild accesses.

" } }, "com.amazonaws.codebuild#Webhook": { "type": "structure", "members": { "url": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The URL to the webhook.

" } }, "payloadUrl": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The AWS CodeBuild endpoint where webhook events are sent.

" } }, "secret": { "target": "com.amazonaws.codebuild#NonEmptyString", "traits": { "smithy.api#documentation": "

The secret token of the associated repository.

\n \n

A Bitbucket webhook does not support secret.

\n
" } }, "branchFilter": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

A regular expression used to determine which repository branches are built when a\n webhook is triggered. If the name of a branch matches the regular expression, then it is\n built. If branchFilter is empty, then all branches are built.

\n \n

It is recommended that you use filterGroups instead of\n branchFilter.

\n
" } }, "filterGroups": { "target": "com.amazonaws.codebuild#FilterGroups", "traits": { "smithy.api#documentation": "

An array of arrays of WebhookFilter objects used to determine which\n webhooks are triggered. At least one WebhookFilter in the array must\n specify EVENT as its type.

\n

For a build to be triggered, at least one filter group in the\n filterGroups array must pass. For a filter group to pass, each of its\n filters must pass.

" } }, "buildType": { "target": "com.amazonaws.codebuild#WebhookBuildType", "traits": { "smithy.api#documentation": "

Specifies the type of build this webhook will trigger.

" } }, "lastModifiedSecret": { "target": "com.amazonaws.codebuild#Timestamp", "traits": { "smithy.api#documentation": "

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

" } } }, "traits": { "smithy.api#documentation": "

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

" } }, "com.amazonaws.codebuild#WebhookBuildType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "BUILD", "name": "BUILD" }, { "value": "BUILD_BATCH", "name": "BUILD_BATCH" } ] } }, "com.amazonaws.codebuild#WebhookFilter": { "type": "structure", "members": { "type": { "target": "com.amazonaws.codebuild#WebhookFilterType", "traits": { "smithy.api#documentation": "

The type of webhook filter. There are six webhook filter types: EVENT,\n ACTOR_ACCOUNT_ID, HEAD_REF, BASE_REF,\n FILE_PATH, and COMMIT_MESSAGE.

\n
\n
\n EVENT\n
\n
\n

A webhook event triggers a build when the provided pattern\n matches one of five event types: PUSH,\n PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED,\n PULL_REQUEST_REOPENED, and\n PULL_REQUEST_MERGED. The EVENT patterns are\n specified as a comma-separated string. For example, PUSH,\n PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED filters all push, pull\n request created, and pull request updated events.

\n \n

The PULL_REQUEST_REOPENED works with GitHub and GitHub\n Enterprise only.

\n
\n
\n
\n ACTOR_ACCOUNT_ID\n
\n
\n

A webhook event triggers a build when a GitHub, GitHub Enterprise, or\n Bitbucket account ID matches the regular expression pattern.\n

\n
\n
\n HEAD_REF\n
\n
\n

A webhook event triggers a build when the head reference matches the\n regular expression pattern. For example,\n refs/heads/branch-name and refs/tags/tag-name.

\n

Works with GitHub and GitHub Enterprise push, GitHub and GitHub\n Enterprise pull request, Bitbucket push, and Bitbucket pull request events.\n

\n
\n
\n BASE_REF\n
\n
\n

A webhook event triggers a build when the base reference matches the\n regular expression pattern. For example,\n refs/heads/branch-name.

\n \n

Works with pull request events only.

\n
\n
\n
\n FILE_PATH\n
\n
\n

A webhook triggers a build when the path of a changed file matches the\n regular expression pattern.

\n \n

Works with GitHub and Bitbucket events push and pull requests events.\n Also works with GitHub Enterprise push events, but does not work with\n GitHub Enterprise pull request events.

\n
\n
\n
COMMIT_MESSAGE
\n
\n

A webhook triggers a build when the head commit message matches the\n regular expression pattern.

\n \n

Works with GitHub and Bitbucket events push and pull requests events.\n Also works with GitHub Enterprise push events, but does not work with\n GitHub Enterprise pull request events.

\n
\n
\n
", "smithy.api#required": {} } }, "pattern": { "target": "com.amazonaws.codebuild#String", "traits": { "smithy.api#documentation": "

For a WebHookFilter that uses EVENT type, a comma-separated\n string that specifies one or more events. For example, the webhook filter PUSH,\n PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED allows all push, pull request\n created, and pull request updated events to trigger a build.

\n

For a WebHookFilter that uses any of the other filter types, a regular\n expression pattern. For example, a WebHookFilter that uses\n HEAD_REF for its type and the pattern\n ^refs/heads/ triggers a build when the head reference is a branch with\n a reference name refs/heads/branch-name.

", "smithy.api#required": {} } }, "excludeMatchedPattern": { "target": "com.amazonaws.codebuild#WrapperBoolean", "traits": { "smithy.api#documentation": "

Used to indicate that the pattern determines which webhook events do not\n trigger a build. If true, then a webhook event that does not match the\n pattern triggers a build. If false, then a webhook event that matches\n the pattern triggers a build.

" } } }, "traits": { "smithy.api#documentation": "

A filter used to determine which webhooks trigger a build.

" } }, "com.amazonaws.codebuild#WebhookFilterType": { "type": "string", "traits": { "smithy.api#enum": [ { "value": "EVENT", "name": "EVENT" }, { "value": "BASE_REF", "name": "BASE_REF" }, { "value": "HEAD_REF", "name": "HEAD_REF" }, { "value": "ACTOR_ACCOUNT_ID", "name": "ACTOR_ACCOUNT_ID" }, { "value": "FILE_PATH", "name": "FILE_PATH" }, { "value": "COMMIT_MESSAGE", "name": "COMMIT_MESSAGE" } ] } }, "com.amazonaws.codebuild#WrapperBoolean": { "type": "boolean", "traits": { "smithy.api#box": {} } }, "com.amazonaws.codebuild#WrapperInt": { "type": "integer", "traits": { "smithy.api#box": {} } }, "com.amazonaws.codebuild#WrapperLong": { "type": "long", "traits": { "smithy.api#box": {} } } } }