aws_sdk_codebuild/
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 `BatchDeleteBuilds` operation.
5pub mod batch_delete_builds;
6
7/// Types for the `BatchGetBuildBatches` operation.
8pub mod batch_get_build_batches;
9
10/// Types for the `BatchGetBuilds` operation.
11pub mod batch_get_builds;
12
13/// Types for the `BatchGetCommandExecutions` operation.
14pub mod batch_get_command_executions;
15
16/// Types for the `BatchGetFleets` operation.
17pub mod batch_get_fleets;
18
19/// Types for the `BatchGetProjects` operation.
20pub mod batch_get_projects;
21
22/// Types for the `BatchGetReportGroups` operation.
23pub mod batch_get_report_groups;
24
25/// Types for the `BatchGetReports` operation.
26pub mod batch_get_reports;
27
28/// Types for the `BatchGetSandboxes` operation.
29pub mod batch_get_sandboxes;
30
31/// Types for the `CreateFleet` operation.
32pub mod create_fleet;
33
34/// Types for the `CreateProject` operation.
35pub mod create_project;
36
37/// Types for the `CreateReportGroup` operation.
38pub mod create_report_group;
39
40/// Types for the `CreateWebhook` operation.
41pub mod create_webhook;
42
43/// Types for the `DeleteBuildBatch` operation.
44pub mod delete_build_batch;
45
46/// Types for the `DeleteFleet` operation.
47pub mod delete_fleet;
48
49/// Types for the `DeleteProject` operation.
50pub mod delete_project;
51
52/// Types for the `DeleteReport` operation.
53pub mod delete_report;
54
55/// Types for the `DeleteReportGroup` operation.
56pub mod delete_report_group;
57
58/// Types for the `DeleteResourcePolicy` operation.
59pub mod delete_resource_policy;
60
61/// Types for the `DeleteSourceCredentials` operation.
62pub mod delete_source_credentials;
63
64/// Types for the `DeleteWebhook` operation.
65pub mod delete_webhook;
66
67/// Types for the `DescribeCodeCoverages` operation.
68pub mod describe_code_coverages;
69
70/// Types for the `DescribeTestCases` operation.
71pub mod describe_test_cases;
72
73/// Types for the `GetReportGroupTrend` operation.
74pub mod get_report_group_trend;
75
76/// Types for the `GetResourcePolicy` operation.
77pub mod get_resource_policy;
78
79/// Types for the `ImportSourceCredentials` operation.
80pub mod import_source_credentials;
81
82/// Types for the `InvalidateProjectCache` operation.
83pub mod invalidate_project_cache;
84
85/// Types for the `ListBuildBatches` operation.
86pub mod list_build_batches;
87
88/// Types for the `ListBuildBatchesForProject` operation.
89pub mod list_build_batches_for_project;
90
91/// Types for the `ListBuilds` operation.
92pub mod list_builds;
93
94/// Types for the `ListBuildsForProject` operation.
95pub mod list_builds_for_project;
96
97/// Types for the `ListCommandExecutionsForSandbox` operation.
98pub mod list_command_executions_for_sandbox;
99
100/// Types for the `ListCuratedEnvironmentImages` operation.
101pub mod list_curated_environment_images;
102
103/// Types for the `ListFleets` operation.
104pub mod list_fleets;
105
106/// Types for the `ListProjects` operation.
107pub mod list_projects;
108
109/// Types for the `ListReportGroups` operation.
110pub mod list_report_groups;
111
112/// Types for the `ListReports` operation.
113pub mod list_reports;
114
115/// Types for the `ListReportsForReportGroup` operation.
116pub mod list_reports_for_report_group;
117
118/// Types for the `ListSandboxes` operation.
119pub mod list_sandboxes;
120
121/// Types for the `ListSandboxesForProject` operation.
122pub mod list_sandboxes_for_project;
123
124/// Types for the `ListSharedProjects` operation.
125pub mod list_shared_projects;
126
127/// Types for the `ListSharedReportGroups` operation.
128pub mod list_shared_report_groups;
129
130/// Types for the `ListSourceCredentials` operation.
131pub mod list_source_credentials;
132
133/// Types for the `PutResourcePolicy` operation.
134pub mod put_resource_policy;
135
136/// Types for the `RetryBuild` operation.
137pub mod retry_build;
138
139/// Types for the `RetryBuildBatch` operation.
140pub mod retry_build_batch;
141
142/// Types for the `StartBuild` operation.
143pub mod start_build;
144
145/// Types for the `StartBuildBatch` operation.
146pub mod start_build_batch;
147
148/// Types for the `StartCommandExecution` operation.
149pub mod start_command_execution;
150
151/// Types for the `StartSandbox` operation.
152pub mod start_sandbox;
153
154/// Types for the `StartSandboxConnection` operation.
155pub mod start_sandbox_connection;
156
157/// Types for the `StopBuild` operation.
158pub mod stop_build;
159
160/// Types for the `StopBuildBatch` operation.
161pub mod stop_build_batch;
162
163/// Types for the `StopSandbox` operation.
164pub mod stop_sandbox;
165
166/// Types for the `UpdateFleet` operation.
167pub mod update_fleet;
168
169/// Types for the `UpdateProject` operation.
170pub mod update_project;
171
172/// Types for the `UpdateProjectVisibility` operation.
173pub mod update_project_visibility;
174
175/// Types for the `UpdateReportGroup` operation.
176pub mod update_report_group;
177
178/// Types for the `UpdateWebhook` operation.
179pub mod update_webhook;