huawei_cloud_api_definitions_DevStar/
lib.rs

1#[cfg(feature = "CheckRepositoryDuplicateName")]
2pub mod CheckRepositoryDuplicateName;
3#[cfg(feature = "ConfirmDeploymentJob")]
4pub mod ConfirmDeploymentJob;
5#[cfg(feature = "CreateDeploymentJobs")]
6pub mod CreateDeploymentJobs;
7#[cfg(feature = "CreateTemplateViewHistories")]
8pub mod CreateTemplateViewHistories;
9#[cfg(feature = "DeleteApplicationV4")]
10pub mod DeleteApplicationV4;
11#[cfg(feature = "DownloadApplicationCode")]
12pub mod DownloadApplicationCode;
13#[cfg(feature = "ListApplicationsV6")]
14pub mod ListApplicationsV6;
15#[cfg(feature = "ListPipelineTemplates")]
16pub mod ListPipelineTemplates;
17#[cfg(feature = "ListProjectsV4")]
18pub mod ListProjectsV4;
19#[cfg(feature = "ListTemplates")]
20pub mod ListTemplates;
21#[cfg(feature = "ListTemplateViewHistories")]
22pub mod ListTemplateViewHistories;
23#[cfg(feature = "RunCodehubTemplateJob")]
24pub mod RunCodehubTemplateJob;
25#[cfg(feature = "RunDevstarTemplateJob")]
26pub mod RunDevstarTemplateJob;
27#[cfg(feature = "ShowApplicationDependentResources")]
28pub mod ShowApplicationDependentResources;
29#[cfg(feature = "ShowApplicationReleaseRepositories")]
30pub mod ShowApplicationReleaseRepositories;
31#[cfg(feature = "ShowApplicationResDeleteStatus")]
32pub mod ShowApplicationResDeleteStatus;
33#[cfg(feature = "ShowApplicationV3")]
34pub mod ShowApplicationV3;
35#[cfg(feature = "ShowDeploymentJobs")]
36pub mod ShowDeploymentJobs;
37#[cfg(feature = "ShowJobDetail")]
38pub mod ShowJobDetail;
39#[cfg(feature = "ShowPipelineLastStatusV2")]
40pub mod ShowPipelineLastStatusV2;
41#[cfg(feature = "ShowRepositoryByCloudIde")]
42pub mod ShowRepositoryByCloudIde;
43#[cfg(feature = "ShowRepositoryStatisticalDataV2")]
44pub mod ShowRepositoryStatisticalDataV2;
45#[cfg(feature = "ShowTemplateFile")]
46pub mod ShowTemplateFile;
47#[cfg(feature = "ShowTemplateV3")]
48pub mod ShowTemplateV3;
49#[cfg(feature = "StartPipeline")]
50pub mod StartPipeline;
51#[cfg(feature = "UpdateApplication")]
52pub mod UpdateApplication;