aws_sdk_codecatalyst/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 `CreateAccessToken` operation.
5pub mod create_access_token;
6
7/// Types for the `CreateDevEnvironment` operation.
8pub mod create_dev_environment;
9
10/// Types for the `CreateProject` operation.
11pub mod create_project;
12
13/// Types for the `CreateSourceRepository` operation.
14pub mod create_source_repository;
15
16/// Types for the `CreateSourceRepositoryBranch` operation.
17pub mod create_source_repository_branch;
18
19/// Types for the `DeleteAccessToken` operation.
20pub mod delete_access_token;
21
22/// Types for the `DeleteDevEnvironment` operation.
23pub mod delete_dev_environment;
24
25/// Types for the `DeleteProject` operation.
26pub mod delete_project;
27
28/// Types for the `DeleteSourceRepository` operation.
29pub mod delete_source_repository;
30
31/// Types for the `DeleteSpace` operation.
32pub mod delete_space;
33
34/// Types for the `GetDevEnvironment` operation.
35pub mod get_dev_environment;
36
37/// Types for the `GetProject` operation.
38pub mod get_project;
39
40/// Types for the `GetSourceRepository` operation.
41pub mod get_source_repository;
42
43/// Types for the `GetSourceRepositoryCloneUrls` operation.
44pub mod get_source_repository_clone_urls;
45
46/// Types for the `GetSpace` operation.
47pub mod get_space;
48
49/// Types for the `GetSubscription` operation.
50pub mod get_subscription;
51
52/// Types for the `GetUserDetails` operation.
53pub mod get_user_details;
54
55/// Types for the `GetWorkflow` operation.
56pub mod get_workflow;
57
58/// Types for the `GetWorkflowRun` operation.
59pub mod get_workflow_run;
60
61/// Types for the `ListAccessTokens` operation.
62pub mod list_access_tokens;
63
64/// Types for the `ListDevEnvironmentSessions` operation.
65pub mod list_dev_environment_sessions;
66
67/// Types for the `ListDevEnvironments` operation.
68pub mod list_dev_environments;
69
70/// Types for the `ListEventLogs` operation.
71pub mod list_event_logs;
72
73/// Types for the `ListProjects` operation.
74pub mod list_projects;
75
76/// Types for the `ListSourceRepositories` operation.
77pub mod list_source_repositories;
78
79/// Types for the `ListSourceRepositoryBranches` operation.
80pub mod list_source_repository_branches;
81
82/// Types for the `ListSpaces` operation.
83pub mod list_spaces;
84
85/// Types for the `ListWorkflowRuns` operation.
86pub mod list_workflow_runs;
87
88/// Types for the `ListWorkflows` operation.
89pub mod list_workflows;
90
91/// Types for the `StartDevEnvironment` operation.
92pub mod start_dev_environment;
93
94/// Types for the `StartDevEnvironmentSession` operation.
95pub mod start_dev_environment_session;
96
97/// Types for the `StartWorkflowRun` operation.
98pub mod start_workflow_run;
99
100/// Types for the `StopDevEnvironment` operation.
101pub mod stop_dev_environment;
102
103/// Types for the `StopDevEnvironmentSession` operation.
104pub mod stop_dev_environment_session;
105
106/// Types for the `UpdateDevEnvironment` operation.
107pub mod update_dev_environment;
108
109/// Types for the `UpdateProject` operation.
110pub mod update_project;
111
112/// Types for the `UpdateSpace` operation.
113pub mod update_space;
114
115/// Types for the `VerifySession` operation.
116pub mod verify_session;