aws_sdk_codebuild/operation.rs
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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;
/// Types for the `BatchDeleteBuilds` operation.
pub mod batch_delete_builds;
/// Types for the `BatchGetBuildBatches` operation.
pub mod batch_get_build_batches;
/// Types for the `BatchGetBuilds` operation.
pub mod batch_get_builds;
/// Types for the `BatchGetFleets` operation.
pub mod batch_get_fleets;
/// Types for the `BatchGetProjects` operation.
pub mod batch_get_projects;
/// Types for the `BatchGetReportGroups` operation.
pub mod batch_get_report_groups;
/// Types for the `BatchGetReports` operation.
pub mod batch_get_reports;
/// Types for the `CreateFleet` operation.
pub mod create_fleet;
/// Types for the `CreateProject` operation.
pub mod create_project;
/// Types for the `CreateReportGroup` operation.
pub mod create_report_group;
/// Types for the `CreateWebhook` operation.
pub mod create_webhook;
/// Types for the `DeleteBuildBatch` operation.
pub mod delete_build_batch;
/// Types for the `DeleteFleet` operation.
pub mod delete_fleet;
/// Types for the `DeleteProject` operation.
pub mod delete_project;
/// Types for the `DeleteReport` operation.
pub mod delete_report;
/// Types for the `DeleteReportGroup` operation.
pub mod delete_report_group;
/// Types for the `DeleteResourcePolicy` operation.
pub mod delete_resource_policy;
/// Types for the `DeleteSourceCredentials` operation.
pub mod delete_source_credentials;
/// Types for the `DeleteWebhook` operation.
pub mod delete_webhook;
/// Types for the `DescribeCodeCoverages` operation.
pub mod describe_code_coverages;
/// Types for the `DescribeTestCases` operation.
pub mod describe_test_cases;
/// Types for the `GetReportGroupTrend` operation.
pub mod get_report_group_trend;
/// Types for the `GetResourcePolicy` operation.
pub mod get_resource_policy;
/// Types for the `ImportSourceCredentials` operation.
pub mod import_source_credentials;
/// Types for the `InvalidateProjectCache` operation.
pub mod invalidate_project_cache;
/// Types for the `ListBuildBatches` operation.
pub mod list_build_batches;
/// Types for the `ListBuildBatchesForProject` operation.
pub mod list_build_batches_for_project;
/// Types for the `ListBuilds` operation.
pub mod list_builds;
/// Types for the `ListBuildsForProject` operation.
pub mod list_builds_for_project;
/// Types for the `ListCuratedEnvironmentImages` operation.
pub mod list_curated_environment_images;
/// Types for the `ListFleets` operation.
pub mod list_fleets;
/// Types for the `ListProjects` operation.
pub mod list_projects;
/// Types for the `ListReportGroups` operation.
pub mod list_report_groups;
/// Types for the `ListReports` operation.
pub mod list_reports;
/// Types for the `ListReportsForReportGroup` operation.
pub mod list_reports_for_report_group;
/// Types for the `ListSharedProjects` operation.
pub mod list_shared_projects;
/// Types for the `ListSharedReportGroups` operation.
pub mod list_shared_report_groups;
/// Types for the `ListSourceCredentials` operation.
pub mod list_source_credentials;
/// Types for the `PutResourcePolicy` operation.
pub mod put_resource_policy;
/// Types for the `RetryBuild` operation.
pub mod retry_build;
/// Types for the `RetryBuildBatch` operation.
pub mod retry_build_batch;
/// Types for the `StartBuild` operation.
pub mod start_build;
/// Types for the `StartBuildBatch` operation.
pub mod start_build_batch;
/// Types for the `StopBuild` operation.
pub mod stop_build;
/// Types for the `StopBuildBatch` operation.
pub mod stop_build_batch;
/// Types for the `UpdateFleet` operation.
pub mod update_fleet;
/// Types for the `UpdateProject` operation.
pub mod update_project;
/// Types for the `UpdateProjectVisibility` operation.
pub mod update_project_visibility;
/// Types for the `UpdateReportGroup` operation.
pub mod update_report_group;
/// Types for the `UpdateWebhook` operation.
pub mod update_webhook;