1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AssociateTeamMember` operation.
pub mod associate_team_member;

/// Types for the `CreateProject` operation.
pub mod create_project;

/// Types for the `CreateUserProfile` operation.
pub mod create_user_profile;

/// Types for the `DeleteProject` operation.
pub mod delete_project;

/// Types for the `DeleteUserProfile` operation.
pub mod delete_user_profile;

/// Types for the `DescribeProject` operation.
pub mod describe_project;

/// Types for the `DescribeUserProfile` operation.
pub mod describe_user_profile;

/// Types for the `DisassociateTeamMember` operation.
pub mod disassociate_team_member;

/// Types for the `ListProjects` operation.
pub mod list_projects;

/// Types for the `ListResources` operation.
pub mod list_resources;

/// Types for the `ListTagsForProject` operation.
pub mod list_tags_for_project;

/// Types for the `ListTeamMembers` operation.
pub mod list_team_members;

/// Types for the `ListUserProfiles` operation.
pub mod list_user_profiles;

/// Types for the `TagProject` operation.
pub mod tag_project;

/// Types for the `UntagProject` operation.
pub mod untag_project;

/// Types for the `UpdateProject` operation.
pub mod update_project;

/// Types for the `UpdateTeamMember` operation.
pub mod update_team_member;

/// Types for the `UpdateUserProfile` operation.
pub mod update_user_profile;