/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the codestar-2017-04-19.normal.json service model. */ using System; using System.Collections.Generic; using Amazon.Runtime; using Amazon.CodeStar.Model; namespace Amazon.CodeStar { /// /// 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: /// /// /// public partial interface IAmazonCodeStar : IAmazonService, IDisposable { #region AssociateTeamMember /// /// Adds an IAM user to the team for an AWS CodeStar project. /// /// Container for the necessary parameters to execute the AssociateTeamMember service method. /// /// The response from the AssociateTeamMember service method, as returned by CodeStar. /// /// Another modification is being made. That modification must complete before you can /// make your change. /// /// /// The service role is not valid. /// /// /// A resource limit has been exceeded. /// /// /// Project configuration information is required but not specified. /// /// /// The specified AWS CodeStar project was not found. /// /// /// The team member is already associated with a role in this project. /// /// /// The specified input is either not valid, or it could not be validated. /// /// REST API Reference for AssociateTeamMember Operation AssociateTeamMemberResponse AssociateTeamMember(AssociateTeamMemberRequest request); /// /// Initiates the asynchronous execution of the AssociateTeamMember operation. /// /// /// Container for the necessary parameters to execute the AssociateTeamMember operation on AmazonCodeStarClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndAssociateTeamMember /// operation. /// REST API Reference for AssociateTeamMember Operation IAsyncResult BeginAssociateTeamMember(AssociateTeamMemberRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the AssociateTeamMember operation. /// /// /// The IAsyncResult returned by the call to BeginAssociateTeamMember. /// /// Returns a AssociateTeamMemberResult from CodeStar. /// REST API Reference for AssociateTeamMember Operation AssociateTeamMemberResponse EndAssociateTeamMember(IAsyncResult asyncResult); #endregion #region CreateProject /// /// 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. /// /// Container for the necessary parameters to execute the CreateProject service method. /// /// The response from the CreateProject service method, as returned by CodeStar. /// /// Another modification is being made. That modification must complete before you can /// make your change. /// /// /// The service role is not valid. /// /// /// A resource limit has been exceeded. /// /// /// An AWS CodeStar project with the same ID already exists in this region for the AWS /// account. AWS CodeStar project IDs must be unique within a region for the AWS account. /// /// /// Project configuration information is required but not specified. /// /// /// The project creation request was valid, but a nonspecific exception or error occurred /// during project creation. The project could not be created in AWS CodeStar. /// /// /// The specified input is either not valid, or it could not be validated. /// /// REST API Reference for CreateProject Operation CreateProjectResponse CreateProject(CreateProjectRequest request); /// /// Initiates the asynchronous execution of the CreateProject operation. /// /// /// Container for the necessary parameters to execute the CreateProject operation on AmazonCodeStarClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateProject /// operation. /// REST API Reference for CreateProject Operation IAsyncResult BeginCreateProject(CreateProjectRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateProject operation. /// /// /// The IAsyncResult returned by the call to BeginCreateProject. /// /// Returns a CreateProjectResult from CodeStar. /// REST API Reference for CreateProject Operation CreateProjectResponse EndCreateProject(IAsyncResult asyncResult); #endregion #region CreateUserProfile /// /// 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. /// /// Container for the necessary parameters to execute the CreateUserProfile service method. /// /// The response from the CreateUserProfile service method, as returned by CodeStar. /// /// A user profile with that name already exists in this region for the AWS account. AWS /// CodeStar user profile names must be unique within a region for the AWS account. /// /// /// The specified input is either not valid, or it could not be validated. /// /// REST API Reference for CreateUserProfile Operation CreateUserProfileResponse CreateUserProfile(CreateUserProfileRequest request); /// /// Initiates the asynchronous execution of the CreateUserProfile operation. /// /// /// Container for the necessary parameters to execute the CreateUserProfile operation on AmazonCodeStarClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateUserProfile /// operation. /// REST API Reference for CreateUserProfile Operation IAsyncResult BeginCreateUserProfile(CreateUserProfileRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateUserProfile operation. /// /// /// The IAsyncResult returned by the call to BeginCreateUserProfile. /// /// Returns a CreateUserProfileResult from CodeStar. /// REST API Reference for CreateUserProfile Operation CreateUserProfileResponse EndCreateUserProfile(IAsyncResult asyncResult); #endregion #region DeleteProject /// /// 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. /// /// Container for the necessary parameters to execute the DeleteProject service method. /// /// The response from the DeleteProject service method, as returned by CodeStar. /// /// Another modification is being made. That modification must complete before you can /// make your change. /// /// /// The service role is not valid. /// /// /// The specified input is either not valid, or it could not be validated. /// /// REST API Reference for DeleteProject Operation DeleteProjectResponse DeleteProject(DeleteProjectRequest request); /// /// Initiates the asynchronous execution of the DeleteProject operation. /// /// /// Container for the necessary parameters to execute the DeleteProject operation on AmazonCodeStarClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteProject /// operation. /// REST API Reference for DeleteProject Operation IAsyncResult BeginDeleteProject(DeleteProjectRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteProject operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteProject. /// /// Returns a DeleteProjectResult from CodeStar. /// REST API Reference for DeleteProject Operation DeleteProjectResponse EndDeleteProject(IAsyncResult asyncResult); #endregion #region DeleteUserProfile /// /// 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. /// /// Container for the necessary parameters to execute the DeleteUserProfile service method. /// /// The response from the DeleteUserProfile service method, as returned by CodeStar. /// /// The specified input is either not valid, or it could not be validated. /// /// REST API Reference for DeleteUserProfile Operation DeleteUserProfileResponse DeleteUserProfile(DeleteUserProfileRequest request); /// /// Initiates the asynchronous execution of the DeleteUserProfile operation. /// /// /// Container for the necessary parameters to execute the DeleteUserProfile operation on AmazonCodeStarClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteUserProfile /// operation. /// REST API Reference for DeleteUserProfile Operation IAsyncResult BeginDeleteUserProfile(DeleteUserProfileRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteUserProfile operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteUserProfile. /// /// Returns a DeleteUserProfileResult from CodeStar. /// REST API Reference for DeleteUserProfile Operation DeleteUserProfileResponse EndDeleteUserProfile(IAsyncResult asyncResult); #endregion #region DescribeProject /// /// Describes a project and its resources. /// /// Container for the necessary parameters to execute the DescribeProject service method. /// /// The response from the DescribeProject service method, as returned by CodeStar. /// /// Another modification is being made. That modification must complete before you can /// make your change. /// /// /// The service role is not valid. /// /// /// Project configuration information is required but not specified. /// /// /// The specified AWS CodeStar project was not found. /// /// /// The specified input is either not valid, or it could not be validated. /// /// REST API Reference for DescribeProject Operation DescribeProjectResponse DescribeProject(DescribeProjectRequest request); /// /// Initiates the asynchronous execution of the DescribeProject operation. /// /// /// Container for the necessary parameters to execute the DescribeProject operation on AmazonCodeStarClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeProject /// operation. /// REST API Reference for DescribeProject Operation IAsyncResult BeginDescribeProject(DescribeProjectRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeProject operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeProject. /// /// Returns a DescribeProjectResult from CodeStar. /// REST API Reference for DescribeProject Operation DescribeProjectResponse EndDescribeProject(IAsyncResult asyncResult); #endregion #region DescribeUserProfile /// /// Describes a user in AWS CodeStar and the user attributes across all projects. /// /// Container for the necessary parameters to execute the DescribeUserProfile service method. /// /// The response from the DescribeUserProfile service method, as returned by CodeStar. /// /// The user profile was not found. /// /// /// The specified input is either not valid, or it could not be validated. /// /// REST API Reference for DescribeUserProfile Operation DescribeUserProfileResponse DescribeUserProfile(DescribeUserProfileRequest request); /// /// Initiates the asynchronous execution of the DescribeUserProfile operation. /// /// /// Container for the necessary parameters to execute the DescribeUserProfile operation on AmazonCodeStarClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeUserProfile /// operation. /// REST API Reference for DescribeUserProfile Operation IAsyncResult BeginDescribeUserProfile(DescribeUserProfileRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeUserProfile operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeUserProfile. /// /// Returns a DescribeUserProfileResult from CodeStar. /// REST API Reference for DescribeUserProfile Operation DescribeUserProfileResponse EndDescribeUserProfile(IAsyncResult asyncResult); #endregion #region DisassociateTeamMember /// /// 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. /// /// Container for the necessary parameters to execute the DisassociateTeamMember service method. /// /// The response from the DisassociateTeamMember service method, as returned by CodeStar. /// /// Another modification is being made. That modification must complete before you can /// make your change. /// /// /// The service role is not valid. /// /// /// The specified AWS CodeStar project was not found. /// /// /// The specified input is either not valid, or it could not be validated. /// /// REST API Reference for DisassociateTeamMember Operation DisassociateTeamMemberResponse DisassociateTeamMember(DisassociateTeamMemberRequest request); /// /// Initiates the asynchronous execution of the DisassociateTeamMember operation. /// /// /// Container for the necessary parameters to execute the DisassociateTeamMember operation on AmazonCodeStarClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDisassociateTeamMember /// operation. /// REST API Reference for DisassociateTeamMember Operation IAsyncResult BeginDisassociateTeamMember(DisassociateTeamMemberRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DisassociateTeamMember operation. /// /// /// The IAsyncResult returned by the call to BeginDisassociateTeamMember. /// /// Returns a DisassociateTeamMemberResult from CodeStar. /// REST API Reference for DisassociateTeamMember Operation DisassociateTeamMemberResponse EndDisassociateTeamMember(IAsyncResult asyncResult); #endregion #region ListProjects /// /// Lists all projects in AWS CodeStar associated with your AWS account. /// /// Container for the necessary parameters to execute the ListProjects service method. /// /// The response from the ListProjects service method, as returned by CodeStar. /// /// The next token is not valid. /// /// /// The specified input is either not valid, or it could not be validated. /// /// REST API Reference for ListProjects Operation ListProjectsResponse ListProjects(ListProjectsRequest request); /// /// Initiates the asynchronous execution of the ListProjects operation. /// /// /// Container for the necessary parameters to execute the ListProjects operation on AmazonCodeStarClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListProjects /// operation. /// REST API Reference for ListProjects Operation IAsyncResult BeginListProjects(ListProjectsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListProjects operation. /// /// /// The IAsyncResult returned by the call to BeginListProjects. /// /// Returns a ListProjectsResult from CodeStar. /// REST API Reference for ListProjects Operation ListProjectsResponse EndListProjects(IAsyncResult asyncResult); #endregion #region ListResources /// /// Lists resources associated with a project in AWS CodeStar. /// /// Container for the necessary parameters to execute the ListResources service method. /// /// The response from the ListResources service method, as returned by CodeStar. /// /// The next token is not valid. /// /// /// The specified AWS CodeStar project was not found. /// /// /// The specified input is either not valid, or it could not be validated. /// /// REST API Reference for ListResources Operation ListResourcesResponse ListResources(ListResourcesRequest request); /// /// Initiates the asynchronous execution of the ListResources operation. /// /// /// Container for the necessary parameters to execute the ListResources operation on AmazonCodeStarClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListResources /// operation. /// REST API Reference for ListResources Operation IAsyncResult BeginListResources(ListResourcesRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListResources operation. /// /// /// The IAsyncResult returned by the call to BeginListResources. /// /// Returns a ListResourcesResult from CodeStar. /// REST API Reference for ListResources Operation ListResourcesResponse EndListResources(IAsyncResult asyncResult); #endregion #region ListTagsForProject /// /// Gets the tags for a project. /// /// Container for the necessary parameters to execute the ListTagsForProject service method. /// /// The response from the ListTagsForProject service method, as returned by CodeStar. /// /// The next token is not valid. /// /// /// The specified AWS CodeStar project was not found. /// /// /// The specified input is either not valid, or it could not be validated. /// /// REST API Reference for ListTagsForProject Operation ListTagsForProjectResponse ListTagsForProject(ListTagsForProjectRequest request); /// /// Initiates the asynchronous execution of the ListTagsForProject operation. /// /// /// Container for the necessary parameters to execute the ListTagsForProject operation on AmazonCodeStarClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListTagsForProject /// operation. /// REST API Reference for ListTagsForProject Operation IAsyncResult BeginListTagsForProject(ListTagsForProjectRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListTagsForProject operation. /// /// /// The IAsyncResult returned by the call to BeginListTagsForProject. /// /// Returns a ListTagsForProjectResult from CodeStar. /// REST API Reference for ListTagsForProject Operation ListTagsForProjectResponse EndListTagsForProject(IAsyncResult asyncResult); #endregion #region ListTeamMembers /// /// Lists all team members associated with a project. /// /// Container for the necessary parameters to execute the ListTeamMembers service method. /// /// The response from the ListTeamMembers service method, as returned by CodeStar. /// /// The next token is not valid. /// /// /// The specified AWS CodeStar project was not found. /// /// /// The specified input is either not valid, or it could not be validated. /// /// REST API Reference for ListTeamMembers Operation ListTeamMembersResponse ListTeamMembers(ListTeamMembersRequest request); /// /// Initiates the asynchronous execution of the ListTeamMembers operation. /// /// /// Container for the necessary parameters to execute the ListTeamMembers operation on AmazonCodeStarClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListTeamMembers /// operation. /// REST API Reference for ListTeamMembers Operation IAsyncResult BeginListTeamMembers(ListTeamMembersRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListTeamMembers operation. /// /// /// The IAsyncResult returned by the call to BeginListTeamMembers. /// /// Returns a ListTeamMembersResult from CodeStar. /// REST API Reference for ListTeamMembers Operation ListTeamMembersResponse EndListTeamMembers(IAsyncResult asyncResult); #endregion #region ListUserProfiles /// /// Lists all the user profiles configured for your AWS account in AWS CodeStar. /// /// Container for the necessary parameters to execute the ListUserProfiles service method. /// /// The response from the ListUserProfiles service method, as returned by CodeStar. /// /// The next token is not valid. /// /// /// The specified input is either not valid, or it could not be validated. /// /// REST API Reference for ListUserProfiles Operation ListUserProfilesResponse ListUserProfiles(ListUserProfilesRequest request); /// /// Initiates the asynchronous execution of the ListUserProfiles operation. /// /// /// Container for the necessary parameters to execute the ListUserProfiles operation on AmazonCodeStarClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListUserProfiles /// operation. /// REST API Reference for ListUserProfiles Operation IAsyncResult BeginListUserProfiles(ListUserProfilesRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListUserProfiles operation. /// /// /// The IAsyncResult returned by the call to BeginListUserProfiles. /// /// Returns a ListUserProfilesResult from CodeStar. /// REST API Reference for ListUserProfiles Operation ListUserProfilesResponse EndListUserProfiles(IAsyncResult asyncResult); #endregion #region TagProject /// /// Adds tags to a project. /// /// Container for the necessary parameters to execute the TagProject service method. /// /// The response from the TagProject service method, as returned by CodeStar. /// /// Another modification is being made. That modification must complete before you can /// make your change. /// /// /// A resource limit has been exceeded. /// /// /// The specified AWS CodeStar project was not found. /// /// /// The specified input is either not valid, or it could not be validated. /// /// REST API Reference for TagProject Operation TagProjectResponse TagProject(TagProjectRequest request); /// /// Initiates the asynchronous execution of the TagProject operation. /// /// /// Container for the necessary parameters to execute the TagProject operation on AmazonCodeStarClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndTagProject /// operation. /// REST API Reference for TagProject Operation IAsyncResult BeginTagProject(TagProjectRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the TagProject operation. /// /// /// The IAsyncResult returned by the call to BeginTagProject. /// /// Returns a TagProjectResult from CodeStar. /// REST API Reference for TagProject Operation TagProjectResponse EndTagProject(IAsyncResult asyncResult); #endregion #region UntagProject /// /// Removes tags from a project. /// /// Container for the necessary parameters to execute the UntagProject service method. /// /// The response from the UntagProject service method, as returned by CodeStar. /// /// Another modification is being made. That modification must complete before you can /// make your change. /// /// /// A resource limit has been exceeded. /// /// /// The specified AWS CodeStar project was not found. /// /// /// The specified input is either not valid, or it could not be validated. /// /// REST API Reference for UntagProject Operation UntagProjectResponse UntagProject(UntagProjectRequest request); /// /// Initiates the asynchronous execution of the UntagProject operation. /// /// /// Container for the necessary parameters to execute the UntagProject operation on AmazonCodeStarClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUntagProject /// operation. /// REST API Reference for UntagProject Operation IAsyncResult BeginUntagProject(UntagProjectRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UntagProject operation. /// /// /// The IAsyncResult returned by the call to BeginUntagProject. /// /// Returns a UntagProjectResult from CodeStar. /// REST API Reference for UntagProject Operation UntagProjectResponse EndUntagProject(IAsyncResult asyncResult); #endregion #region UpdateProject /// /// Updates a project in AWS CodeStar. /// /// Container for the necessary parameters to execute the UpdateProject service method. /// /// The response from the UpdateProject service method, as returned by CodeStar. /// /// The specified AWS CodeStar project was not found. /// /// /// The specified input is either not valid, or it could not be validated. /// /// REST API Reference for UpdateProject Operation UpdateProjectResponse UpdateProject(UpdateProjectRequest request); /// /// Initiates the asynchronous execution of the UpdateProject operation. /// /// /// Container for the necessary parameters to execute the UpdateProject operation on AmazonCodeStarClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateProject /// operation. /// REST API Reference for UpdateProject Operation IAsyncResult BeginUpdateProject(UpdateProjectRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateProject operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateProject. /// /// Returns a UpdateProjectResult from CodeStar. /// REST API Reference for UpdateProject Operation UpdateProjectResponse EndUpdateProject(IAsyncResult asyncResult); #endregion #region UpdateTeamMember /// /// 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. /// /// Container for the necessary parameters to execute the UpdateTeamMember service method. /// /// The response from the UpdateTeamMember service method, as returned by CodeStar. /// /// Another modification is being made. That modification must complete before you can /// make your change. /// /// /// The service role is not valid. /// /// /// A resource limit has been exceeded. /// /// /// Project configuration information is required but not specified. /// /// /// The specified AWS CodeStar project was not found. /// /// /// The specified team member was not found. /// /// /// The specified input is either not valid, or it could not be validated. /// /// REST API Reference for UpdateTeamMember Operation UpdateTeamMemberResponse UpdateTeamMember(UpdateTeamMemberRequest request); /// /// Initiates the asynchronous execution of the UpdateTeamMember operation. /// /// /// Container for the necessary parameters to execute the UpdateTeamMember operation on AmazonCodeStarClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateTeamMember /// operation. /// REST API Reference for UpdateTeamMember Operation IAsyncResult BeginUpdateTeamMember(UpdateTeamMemberRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateTeamMember operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateTeamMember. /// /// Returns a UpdateTeamMemberResult from CodeStar. /// REST API Reference for UpdateTeamMember Operation UpdateTeamMemberResponse EndUpdateTeamMember(IAsyncResult asyncResult); #endregion #region UpdateUserProfile /// /// 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. /// /// Container for the necessary parameters to execute the UpdateUserProfile service method. /// /// The response from the UpdateUserProfile service method, as returned by CodeStar. /// /// The user profile was not found. /// /// /// The specified input is either not valid, or it could not be validated. /// /// REST API Reference for UpdateUserProfile Operation UpdateUserProfileResponse UpdateUserProfile(UpdateUserProfileRequest request); /// /// Initiates the asynchronous execution of the UpdateUserProfile operation. /// /// /// Container for the necessary parameters to execute the UpdateUserProfile operation on AmazonCodeStarClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateUserProfile /// operation. /// REST API Reference for UpdateUserProfile Operation IAsyncResult BeginUpdateUserProfile(UpdateUserProfileRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateUserProfile operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateUserProfile. /// /// Returns a UpdateUserProfileResult from CodeStar. /// REST API Reference for UpdateUserProfile Operation UpdateUserProfileResponse EndUpdateUserProfile(IAsyncResult asyncResult); #endregion } }