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