aws_sdk_codestar/operation.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `AssociateTeamMember` operation.
5pub mod associate_team_member;
6
7/// Types for the `CreateProject` operation.
8pub mod create_project;
9
10/// Types for the `CreateUserProfile` operation.
11pub mod create_user_profile;
12
13/// Types for the `DeleteProject` operation.
14pub mod delete_project;
15
16/// Types for the `DeleteUserProfile` operation.
17pub mod delete_user_profile;
18
19/// Types for the `DescribeProject` operation.
20pub mod describe_project;
21
22/// Types for the `DescribeUserProfile` operation.
23pub mod describe_user_profile;
24
25/// Types for the `DisassociateTeamMember` operation.
26pub mod disassociate_team_member;
27
28/// Types for the `ListProjects` operation.
29pub mod list_projects;
30
31/// Types for the `ListResources` operation.
32pub mod list_resources;
33
34/// Types for the `ListTagsForProject` operation.
35pub mod list_tags_for_project;
36
37/// Types for the `ListTeamMembers` operation.
38pub mod list_team_members;
39
40/// Types for the `ListUserProfiles` operation.
41pub mod list_user_profiles;
42
43/// Types for the `TagProject` operation.
44pub mod tag_project;
45
46/// Types for the `UntagProject` operation.
47pub mod untag_project;
48
49/// Types for the `UpdateProject` operation.
50pub mod update_project;
51
52/// Types for the `UpdateTeamMember` operation.
53pub mod update_team_member;
54
55/// Types for the `UpdateUserProfile` operation.
56pub mod update_user_profile;