Amazon.CodeBuild.Model.Internal |
Имя | Описание |
---|---|
AccountLimitExceededException | |
BatchGetBuildsRequest | Container for the parameters to the BatchGetBuilds operation. Gets information about one or more builds. |
BatchGetBuildsResponse | This is the response object from the BatchGetBuilds operation. |
BatchGetProjectsRequest | Container for the parameters to the BatchGetProjects operation. Gets information about one or more build projects. |
Build | Information about a build. |
BuildArtifacts | Information about build output artifacts. |
BuildPhase | Information about a stage for a build. |
CreateProjectRequest | Container for the parameters to the CreateProject operation. Creates a build project. |
CreateProjectResponse | This is the response object from the CreateProject operation. |
DeleteProjectRequest | Container for the parameters to the DeleteProject operation. Deletes a build project. |
EnvironmentImage | Information about a Docker image that is managed by AWS CodeBuild. |
EnvironmentLanguage | A set of Docker images that are related by programming language and are managed by AWS CodeBuild. |
EnvironmentPlatform | A set of Docker images that are related by platform and are managed by AWS CodeBuild. |
EnvironmentVariable | Information about an environment variable for a build project or a build. |
InvalidInputException | |
ListBuildsForProjectRequest | Container for the parameters to the ListBuildsForProject operation. Gets a list of build IDs for the specified build project, with each build ID representing a single build. |
ListBuildsForProjectResponse | This is the response object from the ListBuildsForProject operation. |
ListBuildsRequest | Container for the parameters to the ListBuilds operation. Gets a list of build IDs, with each build ID representing a single build. |
ListBuildsResponse | This is the response object from the ListBuilds operation. |
ListCuratedEnvironmentImagesResponse | This is the response object from the ListCuratedEnvironmentImages operation. |
ListProjectsRequest | Container for the parameters to the ListProjects operation. Gets a list of build project names, with each build project name representing a single build project. |
ListProjectsResponse | This is the response object from the ListProjects operation. |
LogsLocation | Information about build logs in Amazon CloudWatch Logs. |
PhaseContext | Additional information about a build phase that has an error, which you can use to help troubleshoot a failed build. |
Project | Information about a build project. |
ProjectEnvironment | Information about the build project's build environment. |
ProjectSource | Information about the build project's build input source code. |
ResourceAlreadyExistsException | |
ResourceNotFoundException | |
SourceAuth | Information about the authorization settings for AWS CodeBuild to access the source code to be built. This information is only for the AWS CodeBuild console's use. Your code should not get or set this information directly. |
StartBuildRequest | Container for the parameters to the StartBuild operation. Starts running a build. |
StartBuildResponse | This is the response object from the StartBuild operation. |
StopBuildRequest | Container for the parameters to the StopBuild operation. Attempts to stop running a build. Completed builds cannot be stopped. |
StopBuildResponse | This is the response object from the StopBuild operation. |
Tag | A tag, consisting of a key and a value. This tag is available for use by AWS services that support tags in AWS CodeBuild. |
UpdateProjectRequest | Container for the parameters to the UpdateProject operation. Changes the settings of an existing build project. |
UpdateProjectResponse | This is the response object from the UpdateProject operation. |