Struct aws_sdk_codestar::client::Client [−][src]
pub struct Client<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }Expand description
An ergonomic service client for CodeStar_20170419.
This client allows ergonomic access to a CodeStar_20170419-shaped service.
Each method corresponds to an endpoint defined in the service’s Smithy model,
and the request and response shapes are auto-generated from that same model.
Using a Client
Once you have a client set up, you can access the service’s endpoints
by calling the appropriate method on Client. Each such method
returns a request builder for that endpoint, with methods for setting
the various fields of the request. Once your request is complete, use
the send method to send the request. send returns a future, which
you then have to .await to get the service’s response.
Implementations
impl<C, M, R> Client<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> Client<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
Constructs a fluent builder for the AssociateTeamMember operation.
See AssociateTeamMember for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateProject operation.
See CreateProject for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateUserProfile operation.
See CreateUserProfile for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteProject operation.
See DeleteProject for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteUserProfile operation.
See DeleteUserProfile for more information about the
operation and its arguments.
Constructs a fluent builder for the DescribeProject operation.
See DescribeProject for more information about the
operation and its arguments.
Constructs a fluent builder for the DescribeUserProfile operation.
See DescribeUserProfile for more information about the
operation and its arguments.
Constructs a fluent builder for the DisassociateTeamMember operation.
See DisassociateTeamMember for more information about the
operation and its arguments.
Constructs a fluent builder for the ListProjects operation.
See ListProjects for more information about the
operation and its arguments.
Constructs a fluent builder for the ListResources operation.
See ListResources for more information about the
operation and its arguments.
Constructs a fluent builder for the ListTagsForProject operation.
See ListTagsForProject for more information about the
operation and its arguments.
Constructs a fluent builder for the ListTeamMembers operation.
See ListTeamMembers for more information about the
operation and its arguments.
Constructs a fluent builder for the ListUserProfiles operation.
See ListUserProfiles for more information about the
operation and its arguments.
Constructs a fluent builder for the TagProject operation.
See TagProject for more information about the
operation and its arguments.
Constructs a fluent builder for the UntagProject operation.
See UntagProject for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdateProject operation.
See UpdateProject for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdateTeamMember operation.
See UpdateTeamMember for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdateUserProfile operation.
See UpdateUserProfile for more information about the
operation and its arguments.
Creates a client with the given service config and connector override.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for Client<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for Client<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