Struct aws_sdk_codestar::client::fluent_builders::UpdateTeamMember [−][src]
pub struct UpdateTeamMember<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to 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.
Implementations
impl<C, M, R> UpdateTeamMember<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> UpdateTeamMember<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<UpdateTeamMemberOutput, SdkError<UpdateTeamMemberError>> where
R::Policy: SmithyRetryPolicy<UpdateTeamMemberInputOperationOutputAlias, UpdateTeamMemberOutput, UpdateTeamMemberError, UpdateTeamMemberInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<UpdateTeamMemberOutput, SdkError<UpdateTeamMemberError>> where
R::Policy: SmithyRetryPolicy<UpdateTeamMemberInputOperationOutputAlias, UpdateTeamMemberOutput, UpdateTeamMemberError, UpdateTeamMemberInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The ID of the project.
The ID of the project.
The Amazon Resource Name (ARN) of the user for whom you want to change team membership attributes.
The Amazon Resource Name (ARN) of the user for whom you want to change team membership attributes.
The role assigned to the user in the project. Project roles have different levels of access. For more information, see Working with Teams in the AWS CodeStar User Guide.
The role assigned to the user in the project. Project roles have different levels of access. For more information, see Working with Teams in the AWS CodeStar User Guide.
Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile. Even if this is set to True, the user must associate a public key with their profile before the user can access resources.
Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile. Even if this is set to True, the user must associate a public key with their profile before the user can access resources.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for UpdateTeamMember<C, M, R>
impl<C, M, R> Send for UpdateTeamMember<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for UpdateTeamMember<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for UpdateTeamMember<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for UpdateTeamMember<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more