Struct rusoto_codestar::CodeStarClient [] [src]

pub struct CodeStarClient<P, D> where
    P: ProvideAwsCredentials,
    D: DispatchSignedRequest
{ /* fields omitted */ }

A client for the CodeStar API.

Methods

impl<P, D> CodeStarClient<P, D> where
    P: ProvideAwsCredentials,
    D: DispatchSignedRequest
[src]

[src]

Trait Implementations

impl<P, D> CodeStar for CodeStarClient<P, D> where
    P: ProvideAwsCredentials,
    D: DispatchSignedRequest
[src]

[src]

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

[src]

Reserved for future use. To create a project, use the AWS CodeStar console.

[src]

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.

[src]

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.

[src]

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.

[src]

Describes a project and its resources.

[src]

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

[src]

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.

[src]

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

[src]

Lists resources associated with a project in AWS CodeStar.

[src]

Lists all team members associated with a project.

[src]

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

[src]

Updates a project in AWS CodeStar.

[src]

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.

[src]

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.

Auto Trait Implementations

impl<P, D> Send for CodeStarClient<P, D> where
    D: Send,
    P: Send

impl<P, D> Sync for CodeStarClient<P, D> where
    D: Sync,
    P: Sync