Class | Description |
---|---|
AssociateTeamMemberRequest | |
AssociateTeamMemberResult | |
Code |
Location and destination information about the source code files provided with the project request.
|
CodeCommitCodeDestination |
Information about the AWS CodeCommit repository to be created in AWS CodeStar.
|
CodeDestination |
The repository to be created in AWS CodeStar.
|
CodeSource |
The location where the source code files provided with the project request are stored.
|
CreateProjectRequest | |
CreateProjectResult | |
CreateUserProfileRequest | |
CreateUserProfileResult | |
DeleteProjectRequest | |
DeleteProjectResult | |
DeleteUserProfileRequest | |
DeleteUserProfileResult | |
DescribeProjectRequest | |
DescribeProjectResult | |
DescribeUserProfileRequest | |
DescribeUserProfileResult | |
DisassociateTeamMemberRequest | |
DisassociateTeamMemberResult | |
GitHubCodeDestination |
Information about the GitHub repository to be created in AWS CodeStar.
|
ListProjectsRequest | |
ListProjectsResult | |
ListResourcesRequest | |
ListResourcesResult | |
ListTagsForProjectRequest | |
ListTagsForProjectResult | |
ListTeamMembersRequest | |
ListTeamMembersResult | |
ListUserProfilesRequest | |
ListUserProfilesResult | |
ProjectStatus |
An indication of whether a project creation or deletion is failed or successful.
|
ProjectSummary |
Information about the metadata for a project.
|
Resource |
Information about a resource for a project.
|
S3Location |
The Amazon S3 location where the source code files provided with the project request are stored.
|
TagProjectRequest | |
TagProjectResult | |
TeamMember |
Information about a team member in a project.
|
Toolchain |
The toolchain template file provided with the project request.
|
ToolchainSource |
The Amazon S3 location where the toolchain template file provided with the project request is stored.
|
UntagProjectRequest | |
UntagProjectResult | |
UpdateProjectRequest | |
UpdateProjectResult | |
UpdateTeamMemberRequest | |
UpdateTeamMemberResult | |
UpdateUserProfileRequest | |
UpdateUserProfileResult | |
UserProfileSummary |
Information about a user's profile in AWS CodeStar.
|
Exception | Description |
---|---|
AWSCodeStarException |
Base exception for all service exceptions thrown by AWS CodeStar
|
ConcurrentModificationException |
Another modification is being made.
|
InvalidNextTokenException |
The next token is not valid.
|
InvalidServiceRoleException |
The service role is not valid.
|
LimitExceededException |
A resource limit has been exceeded.
|
ProjectAlreadyExistsException |
An AWS CodeStar project with the same ID already exists in this region for the AWS account.
|
ProjectConfigurationException |
Project configuration information is required but not specified.
|
ProjectCreationFailedException |
The project creation request was valid, but a nonspecific exception or error occurred during project creation.
|
ProjectNotFoundException |
The specified AWS CodeStar project was not found.
|
TeamMemberAlreadyAssociatedException |
The team member is already associated with a role in this project.
|
TeamMemberNotFoundException |
The specified team member was not found.
|
UserProfileAlreadyExistsException |
A user profile with that name already exists in this region for the AWS account.
|
UserProfileNotFoundException |
The user profile was not found.
|
ValidationException |
The specified input is either not valid, or it could not be validated.
|