AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Interface for accessing CodeStar

AWS CodeStar

This is the API reference for AWS CodeStar. This reference provides descriptions of the operations and data types for the AWS CodeStar API along with usage examples.

You can use the AWS CodeStar API to work with:

Projects and their resources, by calling the following:

Teams and team members, by calling the following:

Users, by calling the following:

Inheritance Hierarchy

Amazon.CodeStar.IAmazonCodeStar

Namespace: Amazon.CodeStar
Assembly: AWSSDK.CodeStar.dll
Version: 3.x.y.z

Syntax

C#
public interface IAmazonCodeStar
         IAmazonService, IDisposable

The IAmazonCodeStar type exposes the following members

Methods

Note:

Asynchronous operations (methods ending with Async) in the table below are for .NET 4.5 or higher. For .NET 3.5 the SDK follows the standard naming convention of BeginMethodName and EndMethodName to indicate asynchronous operations - these method pairs are not shown in the table below.

NameDescription
Public Method AssociateTeamMember(AssociateTeamMemberRequest)

Adds an IAM user to the team for an AWS CodeStar project.

Public Method AssociateTeamMemberAsync(AssociateTeamMemberRequest, CancellationToken)

Adds an IAM user to the team for an AWS CodeStar project.

Public Method CreateProject(CreateProjectRequest)

Creates a project, including project resources. This action creates a project based on a submitted project request. A set of source code files and a toolchain template file can be included with the project request. If these are not provided, an empty project is created.

Public Method CreateProjectAsync(CreateProjectRequest, CancellationToken)

Creates a project, including project resources. This action creates a project based on a submitted project request. A set of source code files and a toolchain template file can be included with the project request. If these are not provided, an empty project is created.

Public Method CreateUserProfile(CreateUserProfileRequest)

Creates a profile for a user that includes user preferences, such as the display name and email address assocciated with the user, in AWS CodeStar. The user profile is not project-specific. Information in the user profile is displayed wherever the user's information appears to other users in AWS CodeStar.

Public Method CreateUserProfileAsync(CreateUserProfileRequest, CancellationToken)

Creates a profile for a user that includes user preferences, such as the display name and email address assocciated with the user, in AWS CodeStar. The user profile is not project-specific. Information in the user profile is displayed wherever the user's information appears to other users in AWS CodeStar.

Public Method DeleteProject(DeleteProjectRequest)

Deletes a project, including project resources. Does not delete users associated with the project, but does delete the IAM roles that allowed access to the project.

Public Method DeleteProjectAsync(DeleteProjectRequest, CancellationToken)

Deletes a project, including project resources. Does not delete users associated with the project, but does delete the IAM roles that allowed access to the project.

Public Method DeleteUserProfile(DeleteUserProfileRequest)

Deletes a user profile in AWS CodeStar, including all personal preference data associated with that profile, such as display name and email address. It does not delete the history of that user, for example the history of commits made by that user.

Public Method DeleteUserProfileAsync(DeleteUserProfileRequest, CancellationToken)

Deletes a user profile in AWS CodeStar, including all personal preference data associated with that profile, such as display name and email address. It does not delete the history of that user, for example the history of commits made by that user.

Public Method DescribeProject(DescribeProjectRequest)

Describes a project and its resources.

Public Method DescribeProjectAsync(DescribeProjectRequest, CancellationToken)

Describes a project and its resources.

Public Method DescribeUserProfile(DescribeUserProfileRequest)

Describes a user in AWS CodeStar and the user attributes across all projects.

Public Method DescribeUserProfileAsync(DescribeUserProfileRequest, CancellationToken)

Describes a user in AWS CodeStar and the user attributes across all projects.

Public Method DetermineServiceOperationEndpoint(AmazonWebServiceRequest)

Returns the endpoint that will be used for a particular request.

Public Method DisassociateTeamMember(DisassociateTeamMemberRequest)

Removes a user from a project. Removing a user from a project also removes the IAM policies from that user that allowed access to the project and its resources. Disassociating a team member does not remove that user's profile from AWS CodeStar. It does not remove the user from IAM.

Public Method DisassociateTeamMemberAsync(DisassociateTeamMemberRequest, CancellationToken)

Removes a user from a project. Removing a user from a project also removes the IAM policies from that user that allowed access to the project and its resources. Disassociating a team member does not remove that user's profile from AWS CodeStar. It does not remove the user from IAM.

Public Method ListProjects(ListProjectsRequest)

Lists all projects in AWS CodeStar associated with your AWS account.

Public Method ListProjectsAsync(ListProjectsRequest, CancellationToken)

Lists all projects in AWS CodeStar associated with your AWS account.

Public Method ListResources(ListResourcesRequest)

Lists resources associated with a project in AWS CodeStar.

Public Method ListResourcesAsync(ListResourcesRequest, CancellationToken)

Lists resources associated with a project in AWS CodeStar.

Public Method ListTagsForProject(ListTagsForProjectRequest)

Gets the tags for a project.

Public Method ListTagsForProjectAsync(ListTagsForProjectRequest, CancellationToken)

Gets the tags for a project.

Public Method ListTeamMembers(ListTeamMembersRequest)

Lists all team members associated with a project.

Public Method ListTeamMembersAsync(ListTeamMembersRequest, CancellationToken)

Lists all team members associated with a project.

Public Method ListUserProfiles(ListUserProfilesRequest)

Lists all the user profiles configured for your AWS account in AWS CodeStar.

Public Method ListUserProfilesAsync(ListUserProfilesRequest, CancellationToken)

Lists all the user profiles configured for your AWS account in AWS CodeStar.

Public Method TagProject(TagProjectRequest)

Adds tags to a project.

Public Method TagProjectAsync(TagProjectRequest, CancellationToken)

Adds tags to a project.

Public Method UntagProject(UntagProjectRequest)

Removes tags from a project.

Public Method UntagProjectAsync(UntagProjectRequest, CancellationToken)

Removes tags from a project.

Public Method UpdateProject(UpdateProjectRequest)

Updates a project in AWS CodeStar.

Public Method UpdateProjectAsync(UpdateProjectRequest, CancellationToken)

Updates a project in AWS CodeStar.

Public Method UpdateTeamMember(UpdateTeamMemberRequest)

Updates a team member's attributes in an AWS CodeStar project. For example, you can change a team member's role in the project, or change whether they have remote access to project resources.

Public Method UpdateTeamMemberAsync(UpdateTeamMemberRequest, CancellationToken)

Updates a team member's attributes in an AWS CodeStar project. For example, you can change a team member's role in the project, or change whether they have remote access to project resources.

Public Method UpdateUserProfile(UpdateUserProfileRequest)

Updates a user's profile in AWS CodeStar. The user profile is not project-specific. Information in the user profile is displayed wherever the user's information appears to other users in AWS CodeStar.

Public Method UpdateUserProfileAsync(UpdateUserProfileRequest, CancellationToken)

Updates a user's profile in AWS CodeStar. The user profile is not project-specific. Information in the user profile is displayed wherever the user's information appears to other users in AWS CodeStar.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5